Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (773)
......@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
revolt/translations
Copyright (C) 2021 Revolt
Copyright (C) 2021 Revolt Communications
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
translations Copyright (C) 2021 Revolt
translations Copyright (C) 2021 Revolt Communications
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
......
[![Translation status](https://weblate.insrt.uk/widgets/revolt/-/web-app/svg-badge.svg)](https://weblate.insrt.uk/engage/revolt/?utm_source=widget)
This repository holds all the translation files for REVOLT, feel free to help translate to new languages or fix existing translations at [our Weblate instance](https://weblate.insrt.uk/projects/revolt/web-app/).
This repository holds all the translation files for Revolt, feel free to help translate to new languages or fix existing translations at [our Weblate instance](https://weblate.insrt.uk/projects/revolt/web-app/).
### Coverage
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -8,6 +8,7 @@ const data = JSON.parse(text);
function recurse(obj: { [key: string]: any }) {
for (let key of Object.keys(obj)) {
if (key === 'dayjs') return;
if (typeof obj[key] === 'object') {
recurse(obj[key]);
} else {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"general": {
"about": "About",
"tos": "Terms of Service",
"privacy": "Privacy Policy",
"image_by": "Image By",
"loading": "Loading…",
"on": "On",
"off": "Off",
"unavailable": "Unavailable",
"disabled": "Disabled"
},
"login": {
"title": "Login",
"register": "Register",
"username": "Username",
"password": "Password",
"invite": "Invite Code",
"email": "Email"
}
}
{
"app": {
"main": {
"channel": {
"typing": {
"several": "Pluraj homoj skribas…",
"multiple": "{{userlist}} kaj {{user}} skribas…",
"single": "{{user}} skribas…"
},
"failed_upload": "Malsukcesis alŝuti!",
"uploading_file": "Alŝutante…",
"message_saved": "Konservi en viajn notojn"
},
"categories": {
"members": "Membroj",
"channels": "Kanaloj",
"participants": "Partoprenantoj",
"conversations": "Konversacioj"
}
},
"navigation": {
"tabs": {
"saved": "Konservitaj Notoj",
"unreads": "Nelegitoj",
"friends": "Amikoj",
"dev": "Programisto",
"home": "Ĉefpaĝo"
}
},
"status": {
"offline": "Elreta",
"invisible": "Nevidebla",
"busy": "Ne Ĝeni",
"idle": "Senokupa",
"online": "Enreta"
}
},
"login": {
"error": {
"resend": "Malsukcesis resendi!",
"reset": "Malsukcesis restarigi!",
"login": "Malsukcesis ensaluti!",
"create": "Malsukcesis registriĝi!"
},
"successful_registration": "Sukcese registriĝita!",
"open_mail_provider": "Malfermi {{provider}}",
"check_spam": "Bonvolu kontroli trudujon, se vi ne povas trovi ĝin",
"email_delay": "Bonvolu lasu 10 minutoj por ke alvenu ĝin.",
"check_mail": "Kontrolu vian repoŝton.",
"cancel": "Nuligi peton.",
"resend": "Resendi kontrolon.",
"missing_verification": "Ĉu neniun repoŝton?",
"create": "Krei novan konton.",
"existing": "Ĉu vi jam havas konton?",
"new": "Nova al Revolt?",
"remembered": "Reiri al ensalutejo.",
"set_password": "Agordi novan pasvorton.",
"reset": "Restarigi pasvorton.",
"forgot": "Ĉu vi forgesis vian pasvorton?",
"enter": {
"current_password": "Entajpu vian aktualan pasvorton.",
"invite": "Entajpu vian invitkodon.",
"password": "Entajpu pasvorton.",
"email": "Entajpu retpoŝton.",
"username": "Entajpu uzantnomon."
},
"current_password": "Aktuala Pasvorto",
"invite": "Invitkodo",
"password": "Pasvorto",
"email": "Retpoŝto",
"username": "Uzantnomo",
"register": "Registriĝi",
"title": "Ensaluti"
},
"general": {
"unavailable": "Nedisponebla",
"disabled": "Malebligita",
"loading": "Ŝargante…",
"image_by": "Bildo de",
"privacy": "Privateca politiko",
"tos": "Servokondiĉoj",
"about": "Pri"
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.