-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add translations for share component
- Loading branch information
Showing
4 changed files
with
164 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"share.facebook": "Share on Facebook", | ||
"share.twitter": "Share on Twitter", | ||
"share.linkedin": "Share on LinkedIn", | ||
"share.email": "Share via email", | ||
"share.copy": "Copy to clipboard", | ||
"share.inactive": "- inactive", | ||
"share.cookies": "Customize cookies", | ||
"share.cookies.personalize": "Please <authorize>authorize the use of cookies</authorize> to share on Facebook, Twitter, and LinkedIn." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"share.facebook": "Partager sur Facebook", | ||
"share.twitter": "Partager sur Twitter", | ||
"share.linkedin": "Partager sur LinkedIn", | ||
"share.email": "Partager par email", | ||
"share.copy": "Copier dans le presse-papier", | ||
"share.inactive": "- désactivé", | ||
"share.cookies": "Personnaliser les cookies", | ||
"share.cookies.personalize": "Veuillez <authorize>autoriser le dépot de cookies</authorize> pour partager sur Facebook, Twitter et LinkedIn." | ||
} |