From ad42d956d7cfea8ce7ce2fbdf92e218114cfba40 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 21 Oct 2019 11:10:30 +0200 Subject: [PATCH 1/3] Add support for Japanese translation --- customize.dist/translations/messages.ja.js | 14 ++++++++++++++ www/common/translations/messages.ja.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 customize.dist/translations/messages.ja.js create mode 100644 www/common/translations/messages.ja.json diff --git a/customize.dist/translations/messages.ja.js b/customize.dist/translations/messages.ja.js new file mode 100644 index 000000000..7293bfc50 --- /dev/null +++ b/customize.dist/translations/messages.ja.js @@ -0,0 +1,14 @@ +/* + * You can override the translation text using this file. + * The recommended method is to make a copy of this file (/customize.dist/translations/messages.{LANG}.js) + in a 'customize' directory (/customize/translations/messages.{LANG}.js). + * If you want to check all the existing translation keys, you can open the internal language file + but you should not change it directly (/common/translations/messages.{LANG}.js) +*/ +define(['/common/translations/messages.ja.js'], function (Messages) { + // Replace the existing keys in your copied file here: + // Messages.button_newpad = "New Rich Text Document"; + + return Messages; +}); + diff --git a/www/common/translations/messages.ja.json b/www/common/translations/messages.ja.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/www/common/translations/messages.ja.json @@ -0,0 +1 @@ +{} From 639d5f0f7c51ebbda58778b9c9d8427ac70689a9 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 22 Oct 2019 12:53:17 +0000 Subject: [PATCH 2/3] Translated using Weblate (English) Currently translated at 100.0% (1131 of 1131 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ Translated using Weblate (English) Currently translated at 100.0% (1130 of 1130 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ Translated using Weblate (English) Currently translated at 100.0% (1129 of 1129 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ Translated using Weblate (English) Currently translated at 100.0% (1128 of 1128 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ --- www/common/translations/messages.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index a811b3e1b..e45b7dec4 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1221,5 +1221,9 @@ "team_title": "Team: {0}", "team_quota": "Your team's storage limit", "drive_quota": "Your storage limit", - "settings_codeBrackets": "Auto-close brackets" + "settings_codeBrackets": "Auto-close brackets", + "team_viewers": "Viewers", + "drive_sfPassword": "Your shared folder {0} is no longer available. It has either been deleted by its owner or it is now protected with a new password. You can remove this folder from your CryptDrive, or recover access using the new password.", + "drive_sfPasswordError": "Wrong password", + "password_error_seed": "Pad not found!
This error can be caused by two factors: either a password was added/changed, or the pad has been deleted from the server." } From d7f9adf19b230fe122ecaaa212b2366573c13613 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 22 Oct 2019 12:53:18 +0000 Subject: [PATCH 3/3] Translated using Weblate (French) Currently translated at 100.0% (1131 of 1131 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/ --- www/common/translations/messages.fr.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 2e4574c72..8c9f7a476 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1221,5 +1221,9 @@ "team_title": "Équipe : {0}", "team_quota": "Limite de stockage de votre équipe", "drive_quota": "Votre limite de stockage", - "settings_codeBrackets": "Fermer automatiquement les parenthèses" + "settings_codeBrackets": "Fermer automatiquement les parenthèses", + "team_viewers": "Lecteurs", + "drive_sfPassword": "Votre dossier partagé {0} n'est plus disponible. Il a soit été supprimé par son propriétaire ou il est protégé par un nouveau mot de passe. Vous pouvez supprimer ce dossier de votre CryptDrive ou retrouver l'accès en tapant le nouveau mot de passe.", + "drive_sfPasswordError": "Mot de passe incorrect", + "password_error_seed": "Pad introuvable !
Cette erreur peut provenir de deux facteurs. Soit un mot de passe a été ajouté ou modifié, soit le pad a été supprimé par son propriétaire." }