-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌐(app-desk) improve message missing translations
- Improve the message when a translation is missing in the app, now it will show the key of the missing translation. - It also show the translation that are in crowdin but not in the app. - Add missing translations
- Loading branch information
Showing
2 changed files
with
40 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,40 @@ | ||
{ | ||
"en": { "translation": {} }, | ||
"fr": { | ||
"translation": { | ||
"Hello Desk !": "Bonjour Desk !", | ||
"Create a new team": "Créer un nouveau groupe", | ||
"Team name": "Nom du groupe", | ||
"Create Team": "Créer un groupe", | ||
"Marianne Logo": "Logo Marianne", | ||
"Freedom Equality Fraternity Logo": "Logo Liberté Égalité Fraternité", | ||
"Desk Logo": "Logo Desk", | ||
"Desk": "Desk", | ||
"Access to FAQ": "Accès à la FAQ", | ||
"FAQ Icon": "Icône FAQ", | ||
"FAQ": "FAQ", | ||
"Profile picture": "Photo du profil", | ||
"Access to the cells menu": "Accès au menu cellules", | ||
"Cells icon": "Icône Cellules", | ||
"Language Icon": "Icône de langue", | ||
"Language": "Langue", | ||
"Search": "Rechercher", | ||
"Favorite": "Favorite", | ||
"Favorite": "Favoris", | ||
"Recent": "Récent", | ||
"Contacts": "Contacts", | ||
"Groups": "Groupes", | ||
"Help": "Aide", | ||
"Profile picture": "Photo de l'utilisateur", | ||
"{{label}} button": "Bouton {{label}}", | ||
"{{label}} icon": "Icône {{label}}", | ||
"Team name": "Nom de l’équipe", | ||
"Create Team": "Créer une équipe", | ||
"Create a new team": "Créer un nouveau groupe" | ||
"Recents": "Récents", | ||
"Sort the teams": "Trier les équipes", | ||
"Sort teams icon": "Icône trier les groupes", | ||
"Add a team": "Ajouter une équipe", | ||
"Add team icon": "Icône ajout d'une équipe", | ||
"Teams icon": "Icône de groupe", | ||
"Empty teams icon": "Icône de groupe vide", | ||
"0 group to display": "0 groupe à afficher.", | ||
"Create your first team by clicking on the \"Create a new team\" button": "Créez votre premier groupe en cliquant sur le bouton \"Créer un nouveau groupe\".", | ||
"Something bad happens, please refresh the page": "Une erreur inattendue s'est produite, rechargez la page.", | ||
"Create your first group by clicking on the \"Create a new group\" button": "Créez votre premier groupe en cliquant sur le bouton \"Créer un nouveau groupe\".", | ||
"Hello Desk !": "Bonjour Desk !" | ||
} | ||
} | ||
} |
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