Skip to content

Commit

Permalink
New Crowdin updates (#7468)
Browse files Browse the repository at this point in the history
* New translations popup.json (French)

* New translations contributors.json (French)

* New translations tabs.json (French)
  • Loading branch information
SeMiD authored Sep 20, 2024
1 parent cd8d7c0 commit b654aa9
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
28 changes: 28 additions & 0 deletions fr-FR/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
"description": "Enable/Disable the indicator in the menu bar (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "Titre de la bar du menu"
},
"popup.setting.syncLanguage": {
"description": "Enable/Disable syncing the language of the extension with the language of presences (location: extension popup -> discord icon/profile picture -> 'language' section)",
"message": "Synchroniser la langue"
},
"popup.information.extensionVersion": {
"description": "Shows the version of the extension (located at the 'information' tab in the popup); {0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Example: Extension version: 2.5.0",
"message": "Version de l'extension : {0}"
Expand All @@ -179,14 +183,38 @@
"description": "Shows Discord user PreMiD is connected to (located at the 'information' tab in the popup); {0} will be replaced the username of the Discord account -> {0} is a variable and should not be translated; Example: Discord user: Bas950",
"message": "Utilisateur Discord : {0}"
},
"popup.information.discordNotFound": {
"description": "Shows that no connection was able to be made to the Discord app (located at the 'information' tab in the popup)",
"message": "Non connecté à l'application Discord"
},
"popup.notConnectedBanner.description": {
"description": "Description of the error banner when no discord connection is found",
"message": "PreMiD a besoin d'un compte Discord associé pour fonctionner correctement. Veuillez lier votre compte Discord pour pouvoir continuer à utiliser PreMiD."
},
"popup.notConnectedBanner.button": {
"description": "Button to the Discord connection page",
"message": "Associer Discord"
},
"popup.information.notYou": {
"description": "Is shown next to popup.information.discordUser, is a link to unlink the current Discord account",
"message": "Ce n'est pas vous ?"
},
"popup.informationIcon.notLinked.heading": {
"description": "Exclamation mark icon next user avatar, title of the error message when no discord connection is found",
"message": "Non associé"
},
"popup.logout": {
"description": "Button to unlink the current Discord account",
"message": "Se déconnecter"
},
"popup.discordUnlinked.description": {
"description": "Description of the 'Discord Unlinked' section at the navigation in the popup",
"message": "PreMiD a besoin d'un compte Discord associé pour fonctionner correctement. Veuillez lier votre compte Discord pour pouvoir continuer à utiliser PreMiD."
},
"popup.discordUnlinked.button": {
"description": "Button to link the Discord account",
"message": "Associer Discord"
},
"popup.feedback.other": {
"description": "Title of the other option in the feedback type selection box",
"message": "Autres"
Expand Down
24 changes: 24 additions & 0 deletions fr-FR/Extension/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Donate button of the tab which opens when you install PreMiD for the first time",
"message": "Faire un don"
},
"version": {
"description": "{0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Version text of the extension/app",
"message": "v{0}"
},
"tab.button.changelog": {
"description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time",
"message": "Changelog"
Expand Down Expand Up @@ -59,6 +63,26 @@
"description": "Title of the tab which opens when you click on the troubleshooting button",
"message": "Dépannage"
},
"tab.troubleshooting.subHeading": {
"description": "Subtitle of the tab which opens when you click on the troubleshooting button, {0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated",
"message": "Vous avez des problèmes avec {0} ?"
},
"tab.troubleshooting.checks.extensionEnabled": {
"description": "Check 1 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
"message": "Extension activée"
},
"tab.troubleshooting.checks.internetConnection": {
"description": "Check 2 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
"message": "Connexion Internet"
},
"tab.troubleshooting.checks.appConnection": {
"description": "Check 3 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
"message": "Connecté avec l'application PreMiD"
},
"tab.troubleshooting.checks.discordConnection": {
"description": "Check 4 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result",
"message": "Connecté avec l'application Discord"
},
"tab.updated.changeTypes.features": {
"description": "Title of the 'features' section of the tab which opens when PreMiD was updated",
"message": "Fonctionnalités"
Expand Down
8 changes: 8 additions & 0 deletions fr-FR/Website/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"description": "Heading for group of users.",
"message": "Supporteurs"
},
"contributors.headings.presenceDevelopers": {
"description": "Heading for group of users.",
"message": "Développeurs de Présences"
},
"contributors.headings.translators": {
"description": "Heading for group of users.",
"message": "Traducteurs"
Expand All @@ -23,6 +27,10 @@
"description": "'Booster' title for contributors page and user pages.",
"message": "Booster"
},
"contributors.roles.communityManager": {
"description": "'Community Manager' title for contributors and user pages.",
"message": "Responsable de la communauté"
},
"contributors.roles.moderator": {
"description": "'Moderator' title for contributors and user pages.",
"message": "Modérateur"
Expand Down

0 comments on commit b654aa9

Please sign in to comment.