feat(i18n): translate login and app chrome (HU/EN/DE)
Login screen (with a language picker), header, account menu, sync status, About and Release Notes dialogs, and the version banner are now fully translated in Hungarian, English and German.
This commit is contained in:
parent
7aa068061d
commit
941fb7d756
18 changed files with 279 additions and 57 deletions
12
frontend/src/i18n/locales/en/common.json
Normal file
12
frontend/src/i18n/locales/en/common.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"termsOfService": "Terms of Service",
|
||||
"close": "Close",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"loading": "Loading…",
|
||||
"language": "Language",
|
||||
"somethingWrong": "Something went wrong.",
|
||||
"accessRequestsTitle": "Access requests",
|
||||
"accessRequestsMessage": "{{count}} pending — review in Settings → Account."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue