diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..35a3df8e60b6618c9b686cba7f9b949e388a24a2 --- /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 0000000000000000000000000000000000000000..405982dcdebd2fa89be0e803aadca5cf94d23782 --- /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 db82e9d9e05350521bc88aaace18f05640ebc255..4e69b1a892e8036c43e1a1209f98ea96da6656e6 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 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/lt.json b/lt.json new file mode 100644 index 0000000000000000000000000000000000000000..1ccab5baf0cbcb8bb531f2c2ff4d7b2454b80566 --- /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 0000000000000000000000000000000000000000..62f39ceb7fbf72266bc372f548d459edfeae0316 --- /dev/null +++ b/lt.json.d.ts @@ -0,0 +1 @@ +export default any; diff --git a/pl.json b/pl.json index ad4f9cd58ac1773ba920e3889f396ef6ebd54baa..eb2ab299274f2b85f404b8acb931fdc418abf9c1 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}}" } } }