Skip to content

Commit

Permalink
New Crowdin updates (#73)
Browse files Browse the repository at this point in the history
* New translations lang-en.json (French)

* New translations lang-en.json (German)

* New translations lang-en.json (Japanese)

* New translations lang-en.json (French)

* New translations lang-en.json (German)
  • Loading branch information
bourgeoisor authored Apr 5, 2024
1 parent cd6c521 commit 56a3dfe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion frontend/src/i18n/lang-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"navbar": {
"changeActiveCharacter": "Aktiver Charakter",
"preferredLanguage": "Bevorzugte Sprache",
"feedback": "Feedback"
"feedback": "Feedback",
"settingsAndCharacters": "Einstellungen & Zeichen",
"noCharacters": "Füge deine Zeichen in den Einstellungen hinzu"
},
"pageHeader": {
"ofCharacter": "von {characterName}",
Expand Down
10 changes: 6 additions & 4 deletions frontend/src/i18n/lang-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"navbar": {
"changeActiveCharacter": "Personnage actif",
"preferredLanguage": "Langue préférée",
"feedback": "Commentaires"
"feedback": "Commentaires",
"settingsAndCharacters": "Paramètres et personnages",
"noCharacters": "Ajoutez vos personnages dans les paramètres"
},
"pageHeader": {
"ofCharacter": "de {characterName}",
Expand Down Expand Up @@ -122,7 +124,7 @@
"header": "Encounter and questline completion",
"text1": "Encounter and questlines are automatically marked as cleared once the relevant achievements have been obtained. Since encounters or questlines don't always map directly to in-game achievement, automated completion tracking is not always fully accurate. You can correct the tracking by manually marking the encounter or questline as cleared.",
"text2": "XIV ToDo takes in-game achievements data from the Lodestone, which can take a few hours to be up-to-date. Once a new in-game achievement is obtained, it may take up to 48 hours for the relevant encounter or questline to be marked as complete in XIV ToDo. You can also manually initiate a refresh of the data from the {0} page.",
"textState": "The following are the four possible statuses for each encounter and questline:",
"textState": "Voici les quatre statuts possibles pour chaque mission et quête :",
"stateClearedVerified": "Votre personnage actif a achevé cette mission (vérifié).",
"stateCleared": "Votre personnage actif a achevé cette mission.",
"stateUnknown": "Your active character's current achievements cannot determine encounter clear.",
Expand Down Expand Up @@ -304,8 +306,8 @@
"hint": "Preference in showing patch numbers for content."
},
"updateSettings": "Mettre à jour les paramètres",
"characterNotFound": "Character not in Lodestone",
"characterNotFoundAlt": "This character does not exist in Lodestone. If you recently transfered world, try updating again later",
"characterNotFound": "Personnage non dans Lodestone",
"characterNotFoundAlt": "Ce personnage n'existe pas dans Lodestone. Si vous avez récemment transféré de monde, réessayez de le mettre à jour plus tard",
"achievementsNotPublic": "Les hauts faits ne sont pas public",
"achievementsNotPublicAlt": "Les hauts faits pour ce personnage ne sont pas public dans Lodestone",
"message": {
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/i18n/lang-ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"navbar": {
"changeActiveCharacter": "アクティブなキャラクター",
"preferredLanguage": "好みの言語",
"feedback": "フィードバック"
"feedback": "フィードバック",
"settingsAndCharacters": "Settings & Characters",
"noCharacters": "Add your characters in Settings"
},
"pageHeader": {
"ofCharacter": "{characterName}",
Expand Down

0 comments on commit 56a3dfe

Please sign in to comment.