From 40774cafcb24cb955768a1eda119cab6ece9fc91 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sat, 4 Jul 2020 22:23:23 +0100 Subject: [PATCH] Upload latest translations. --- README.md | 14 ++++++++++++++ cz.json | 26 ++++++++++++++++++++++++++ en.json | 15 ++++++++++++++- hu.json | 1 + hu.json.d.ts | 0 lt.json | 26 ++++++++++++++++++++++++++ lt.json.d.ts | 1 + pl.json | 7 ++++--- 8 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 README.md create mode 100644 cz.json create mode 100644 hu.json create mode 100644 hu.json.d.ts create mode 100644 lt.json create mode 100644 lt.json.d.ts diff --git a/README.md b/README.md new file mode 100644 index 0000000..35a3df8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +This repository holds all the translation files for REVOLT, feel free to help translate to new languages or fix existing translations. + +## Languages + +Table of currently supported languages. + + Language | Support | Maintainer +----------|---------|------------ +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 +Hungarian | Pending. | Organic Coke diff --git a/cz.json b/cz.json new file mode 100644 index 0000000..405982d --- /dev/null +++ b/cz.json @@ -0,0 +1,26 @@ +{ + "general": { + "about": "O nás", + "tos": "PodmÃnky", + "privacy": "Zásady ochrany osobnÃch údajů" + }, + "login": { + "title": "PÅ™ihlášenÃ", + "email": "E-mail", + "password": "Heslo", + "enter": { + "email": "Vložte svůj e-mail.", + "password": "Vložte svoje heslo." + }, + "forgot": "Zapomenuté heslo?", + "new": "NovÄ› u REVOLT?", + "create": "VytvoÅ™te nový úÄet." + }, + "app": { + "main": { + "channel": { + "message": "OdeÅ¡li zprávu {{name}}" + } + } + } +} \ No newline at end of file diff --git a/en.json b/en.json index db82e9d..4e69b1a 100644 --- a/en.json +++ b/en.json @@ -1,8 +1,21 @@ { + "general": { + "about": "About", + "tos": "Terms of Service", + "privacy": "Privacy Policy", + "image_by": "Image by" + }, "login": { "title": "Login", "email": "Email", - "password": "Password" + "password": "Password", + "enter": { + "email": "Enter your email.", + "password": "Enter your password." + }, + "forgot": "Forgot your password?", + "new": "New to REVOLT?", + "create": "Create a new account." }, "app": { "main": { diff --git a/hu.json b/hu.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/hu.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/hu.json.d.ts b/hu.json.d.ts new file mode 100644 index 0000000..e69de29 diff --git a/lt.json b/lt.json new file mode 100644 index 0000000..1ccab5b --- /dev/null +++ b/lt.json @@ -0,0 +1,26 @@ +{ + "general": { + "about": "Apie mus", + "tos": "Naudojimo sÄ…lygos", + "privacy": "Privatumo politika" + }, + "login": { + "title": "Prisijungti", + "email": "El. paÅ¡tas", + "password": "Slaptažodis", + "enter": { + "email": "Ä®raÅ¡yk savo el. paÅ¡tÄ…", + "password": "Ä®raÅ¡yk savo slaptažodį" + }, + "forgot": "PamirÅ¡au slaptažodį", + "new": "Neturi paskyros?", + "create": "Sukurti paskyrÄ…." + }, + "app": { + "main": { + "channel": { + "message": "RaÅ¡yk į {{name}}" + } + } + } +} \ No newline at end of file diff --git a/lt.json.d.ts b/lt.json.d.ts new file mode 100644 index 0000000..62f39ce --- /dev/null +++ b/lt.json.d.ts @@ -0,0 +1 @@ +export default any; diff --git a/pl.json b/pl.json index ad4f9cd..eb2ab29 100644 --- a/pl.json +++ b/pl.json @@ -2,7 +2,8 @@ "general": { "about": "O nas", "tos": "Warunki usÅ‚ugi", - "privacy": "Polityka prywatnoÅ›ci" + "privacy": "Polityka prywatnoÅ›ci", + "image_by": "ZdjÄ™cie przez" }, "login": { "title": "Zaloguj sie", @@ -12,14 +13,14 @@ "email": "Wpisz twoj e-mail.", "password": "Wpisz twoje hasÅ‚o." }, - "forgot": "ZapomniaÅ‚eÅ› hasÅ‚a?", + "forgot": "ZapomniaÅ‚eÅ› hasÅ‚o?", "new": "Nowy w REVOLT?", "create": "Stwórz nowe konto." }, "app": { "main": { "channel": { - "message": "Wyslij {{name}}" + "message": "Wyslij do {{name}}" } } } -- GitLab