Skip to content
Snippets Groups Projects
Commit a12a8697 authored by Wait What's avatar Wait What
Browse files

Add French and Russian, update Lithuanian

parent 9ea39a43
No related merge requests found
...@@ -10,9 +10,9 @@ English (International) | Up-to-date | insert ...@@ -10,9 +10,9 @@ English (International) | Up-to-date | insert
Polish | Up-to-date | insert Polish | Up-to-date | insert
Lithuanian | Up-to-date | Wait What Lithuanian | Up-to-date | Wait What
Czech | Up-to-date | Fatalerrorcoded Czech | Up-to-date | Fatalerrorcoded
Russian | Work in progress. | Wait What Russian | Up-to-date | Wait What
Hungarian | Pending. | Organic Coke Hungarian | Pending. | Organic Coke
French | Pending. | Wait What's friend French | Up-to-date | JetBoxOne
## Coverage ## Coverage
...@@ -22,8 +22,8 @@ By running `process.js` all language files will be compared to `en.json` and a c ...@@ -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` | cz.json | `92.31%` | `general.image_by` |
en.json | `100.00%` | | 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` | 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%` | | lt.json | `100.00%` | |
pl.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` | ru.json | `100.00%` | |
\ No newline at end of file \ No newline at end of file
{} {
\ 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
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"email": "El. paštas", "email": "El. paštas",
"password": "Slaptažodis", "password": "Slaptažodis",
"enter": { "enter": {
"email": rašykite savo el. paštą.", "email": veskite savo el. paštą.",
"password": rašykite savo slaptažodį." "password": veskite savo slaptažodį."
}, },
"forgot": "Pamiršote slaptažodį?", "forgot": "Pamiršote slaptažodį?",
"new": "Neturi REVOLT paskyros?", "new": "Neturi REVOLT paskyros?",
......
{} {
\ 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment