diff --git a/README.md b/README.md index 0805f60d29f7baf10195bc71140c3fc02224d34d..1ea8b4f89cfc5e072bfffe92c8237ef37e7b0081 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 9e26dfeeb6e641a33dae4961196235bdb965b21b..97a438f9194203067e657f01d162f39322925e6e 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 f4ad3a162f8e1c075cd8a83bbc4b9c1d0f847f1d..230b9726d525002cd895da66f15dddad479947b6 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 9e26dfeeb6e641a33dae4961196235bdb965b21b..952ebd8bff95facdf301c3f5b903389c81c7a57c 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