From a12a86978a23e5d5c1e6c5c1fd715ad816c3d5c9 Mon Sep 17 00:00:00 2001 From: wait_what_ <barkdogmc@gmail.com> Date: Sun, 5 Jul 2020 00:57:44 +0300 Subject: [PATCH] Add French and Russian, update Lithuanian --- README.md | 8 ++++---- fr.json | 28 +++++++++++++++++++++++++++- lt.json | 4 ++-- ru.json | 28 +++++++++++++++++++++++++++- 4 files changed, 60 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0805f60..1ea8b4f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ English (International) | Up-to-date | insert Polish | Up-to-date | insert Lithuanian | Up-to-date | Wait What Czech | Up-to-date | Fatalerrorcoded -Russian | Work in progress. | Wait What +Russian | Up-to-date | Wait What Hungarian | Pending. | Organic Coke -French | Pending. | Wait What's friend +French | Up-to-date | JetBoxOne ## Coverage @@ -22,8 +22,8 @@ By running `process.js` all language files will be compared to `en.json` and a c ------|-----|--------------|----------------- cz.json | `92.31%` | `general.image_by` | en.json | `100.00%` | | -fr.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | +fr.json | `100.00%` | | hu.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | lt.json | `100.00%` | | pl.json | `100.00%` | | -ru.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | \ No newline at end of file +ru.json | `100.00%` | | \ No newline at end of file diff --git a/fr.json b/fr.json index 9e26dfe..97a438f 100644 --- a/fr.json +++ b/fr.json @@ -1 +1,27 @@ -{} \ No newline at end of file +{ + "general": { + "about": "À propos", + "tos": "Conditions d'utilisation", + "privacy": "Politique de confidentialité", + "image_by": "Image par" + }, + "login": { + "title": "Identifiant", + "email": "Email", + "password": "Mot De Passe", + "enter": { + "email": "Entrée vôtre Email.", + "password": "Entrée vôtre Mot De Passe." + }, + "forgot": "Mot De Passe oublié?", + "new": "Nouveau à REVOLT?", + "create": "Créer un nouveau compte." + }, + "app": { + "main": { + "channel": { + "message": "Message {{name}}" + } + } + } +} \ No newline at end of file diff --git a/lt.json b/lt.json index f4ad3a1..230b972 100644 --- a/lt.json +++ b/lt.json @@ -10,8 +10,8 @@ "email": "El. paÅ¡tas", "password": "Slaptažodis", "enter": { - "email": "Ä®raÅ¡ykite savo el. paÅ¡tÄ….", - "password": "Ä®raÅ¡ykite savo slaptažodį." + "email": "Ä®veskite savo el. paÅ¡tÄ….", + "password": "Ä®veskite savo slaptažodį." }, "forgot": "PamirÅ¡ote slaptažodį?", "new": "Neturi REVOLT paskyros?", diff --git a/ru.json b/ru.json index 9e26dfe..952ebd8 100644 --- a/ru.json +++ b/ru.json @@ -1 +1,27 @@ -{} \ No newline at end of file +{ + "general": { + "about": "О наÑ", + "tos": "УÑÐ»Ð¾Ð²Ð¸Ñ Ð¸ÑпользованиÑ", + "privacy": "КонфиденциальноÑть", + "image_by": "Ðвтор изображениÑ" + }, + "login": { + "title": "ПодключитьÑÑ", + "email": "Ел. почта", + "password": "Пароль", + "enter": { + "email": "Введите Ñвой пароль.", + "password": "Введите Ñвою ел. почту." + }, + "forgot": "Забыли пароль?", + "new": "Ðет учетной запиÑи REVOLT?", + "create": "Создать учетную запиÑÑŒ." + }, + "app": { + "main": { + "channel": { + "message": "ПиÑать в {{name}}" + } + } + } +} \ No newline at end of file -- GitLab