-
-
Notifications
You must be signed in to change notification settings - Fork 10k
polish(v2): [theme-classic] update French translation and base.json #4358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,12 +10,12 @@ | |
| "theme.Playground.result": "Résultat", | ||
| "theme.PwaReloadPopup.closeButtonAriaLabel": "Fermer", | ||
| "theme.PwaReloadPopup.info": "Nouvelle version disponible", | ||
| "theme.PwaReloadPopup.refreshButtonText": "Rafraichir", | ||
| "theme.PwaReloadPopup.refreshButtonText": "Rafraîchir", | ||
| "theme.SearchBar.label": "Chercher", | ||
| "theme.SearchPage.algoliaLabel": "Recharche Algolia", | ||
| "theme.SearchPage.documentsFound.plurals": "One document found|{count} documents found", | ||
| "theme.SearchPage.documentsFound.plurals": "Un document trouvé|{count} documents trouvés", | ||
| "theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation", | ||
| "theme.SearchPage.existingResultsTitle": "Rechercher des résultats pour \"{query}\"", | ||
| "theme.SearchPage.existingResultsTitle": "Résultats de recherche pour « {query} »", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. make sense thanks |
||
| "theme.SearchPage.fetchingNewResults": "Chargement de nouveaux résultats...", | ||
| "theme.SearchPage.inputLabel": "Chercher", | ||
| "theme.SearchPage.inputPlaceholder": "Tapez votre recherche ici", | ||
|
|
@@ -29,7 +29,7 @@ | |
| "theme.blog.post.plurals": "Un article|{count} articles", | ||
| "theme.blog.post.readMore": "Lire plus", | ||
| "theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture", | ||
| "theme.blog.tagTitle": "{nPosts} taggés avec \"{tagName}\"", | ||
| "theme.blog.tagTitle": "{nPosts} tagués avec « {tagName} »", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not easy to translate the "tag" concept in french. Not sure "taguer" verb is the best as imho it's more relevant for street art, but tagger is not great either 🤔 will merge this but if we have a better translation later we may revisit
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will note to add plurals syntax for this title
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for noting the plural agreement issue :) |
||
| "theme.common.editThisPage": "Éditer cette page", | ||
| "theme.common.headingLinkTitle": "Lien direct vers le titre", | ||
| "theme.common.skipToMainContent": "Aller au contenu principal", | ||
|
|
@@ -49,7 +49,7 @@ | |
| "theme.lastUpdated.atDate": " le {date}", | ||
| "theme.lastUpdated.byUser": " par {user}", | ||
| "theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}", | ||
| "theme.tags.tagsListLabel": "Tags:", | ||
| "theme.tags.tagsListLabel": "Tags :", | ||
| "theme.tags.tagsPageLink": "Voir tous les tags", | ||
| "theme.tags.tagsPageTitle": "Tags" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
base is auto-generated so you should not update it, it will be reverted anyway
Will see how to update the auto-gen script to fix this, thanks!