-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REQUIREMENT: The user interface should be localized in French (see #146)
Co-authored-by: vernet-william <[email protected]>
- Loading branch information
1 parent
def5665
commit 2918407
Showing
14 changed files
with
239 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"document": "Create a document", | ||
"glose": "as a glose", | ||
"source": "as a source", | ||
"scratch": "from scratch", | ||
"collection": "Create a collection from this document", | ||
"signin": "Sign in", | ||
"reference": "referenced by", | ||
"username": "Username", | ||
"password": "Password", | ||
"title": "<TITLE>", | ||
"creator": "<CREATOR>", | ||
"rights": "All rights reserved", | ||
"text": "<TEXT>", | ||
"metadata": "Edit metadata...", | ||
"content": "Edit content...", | ||
"type": "Edit type", | ||
"doc_close": "Close this document", | ||
"doc_open": "Open this document", | ||
"doc_focus": "Focus on this document" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"document": "Créer un document", | ||
"glose": "en tant que glose", | ||
"source": "en tant que source", | ||
"scratch": "à partir de zéro", | ||
"collection": "Créer une collection à partir de ce document", | ||
"signin": "Se connecter", | ||
"reference": "référencé par", | ||
"username": "Nom d’utilisateur", | ||
"password": "Mot de passe", | ||
"title": "<TITRE>", | ||
"creator": "<CRÉATEUR>", | ||
"rights": "Tous droits réservés", | ||
"text": "<TEXTE>", | ||
"metadata": "Éditer les métadonnées...", | ||
"content": "Éditer le contenu...", | ||
"type": "Éditer le type", | ||
"doc_close": "Fermer ce document", | ||
"doc_open": "Ouvrir ce document", | ||
"doc_focus": "Se concentrer sur ce document" | ||
} |
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
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
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
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
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
Oops, something went wrong.