Skip to content

Commit

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

* New translations netflix.json (French)
  • Loading branch information
SeMiD authored Sep 14, 2024
1 parent 2c89d96 commit e6d8146
Show file tree
Hide file tree
Showing 2 changed files with 40 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 @@ -107,6 +107,14 @@
"description": "Shown when application is outdated",
"message": "Votre application PreMiD est obsolète. Veuillez la mettre à jour afin de continuer à utiliser PreMiD."
},
"popup.info.extensionDisabled": {
"description": "Shown when the extension has been disabled in the settings",
"message": "Extension désactivée"
},
"popup.info.extensionDisabled.message": {
"description": "Shown when the extension has been disabled in the settings",
"message": "L'extension PreMiD a été désactivée dans les paramètres. Veuillez l'activer pour continuer à utiliser PreMiD."
},
"popup.navigation.credits": {
"description": "Title of the 'credits' section at the navigation in the popup",
"message": "Crédits"
Expand All @@ -119,6 +127,10 @@
"description": "Title of the 'information' section at the navigation in the popup",
"message": "Information"
},
"popup.navigation.diagnostics": {
"description": "Title of the 'diagnostics' section at the navigation in the popup",
"message": "Diagnostiques"
},
"popup.presences.done": {
"description": "Done button",
"message": "Terminé"
Expand All @@ -143,6 +155,10 @@
"description": "Enable/Disable PreMiD (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "Activé"
},
"popup.setting.developerMode": {
"description": "Enable/Disable developer mode (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "Mode Développeur"
},
"popup.setting.mediaControl": {
"description": "Enable/Disable media keys (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "Contrôle des médias"
Expand All @@ -151,6 +167,18 @@
"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.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}"
},
"popup.information.appVersion": {
"description": "Shows the version of the app (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: App version: 2.5.0",
"message": "Version de l'application : {0}"
},
"popup.information.discordUser": {
"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.notYou": {
"description": "Is shown next to popup.information.discordUser, is a link to unlink the current Discord account",
"message": "Ce n'est pas vous ?"
Expand Down
12 changes: 12 additions & 0 deletions fr-FR/Presence/netflix.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@
"netflix.viewList": {
"description": "List as in their saved series/movies.",
"message": "En train de regarder ses propositions"
},
"netflix.seriesDisplay.full": {
"description": "Shown when watching a series with 'watching seriesname' status, example: Season 6, Episode 2",
"message": "Saison {0}, Épisode {1}"
},
"netflix.seriesDisplay.short": {
"description": "Shown when watching a series with 'watching Netflix' status, example: S6 E2 - Episode title",
"message": "S{0} E{1} - {2}"
},
"netflix.movieDisplay": {
"description": "Shown when watching a movie, example: 2024 • 120 minutes",
"message": "{0} • {1} minutes"
}
}

0 comments on commit e6d8146

Please sign in to comment.