Localazy Download

This commit is contained in:
Michael Telatynski 2023-09-06 18:08:25 +01:00
parent 37bf22b92c
commit 383377493c
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
19 changed files with 170 additions and 1 deletions

5
src/i18n/strings/az.json Normal file
View file

@ -0,0 +1,5 @@
{
"action": {
"close": "Bağlamaq"
}
}

7
src/i18n/strings/da.json Normal file
View file

@ -0,0 +1,7 @@
{
"action": {
"cancel": "Afbryd",
"close": "Luk",
"edit": "Rediger"
}
}

View file

@ -0,0 +1,17 @@
{
"action": {
"cancel": "Abbrechen",
"close": "Schließen",
"copy": "Kopieren",
"delete": "Löschen",
"edit": "Bearbeiten"
},
"common": {
"about": "Über",
"help": "Hilfe",
"preferences": "Optionen"
},
"view_menu": {
"view": "Öffnen"
}
}

View file

@ -1,6 +1,7 @@
{
"action": {
"cancel": "Nuligi",
"close": "Fermi",
"close_brand": "Fermu %(brand)s",
"copy": "Kopiu",
"cut": "Tranĉi",

14
src/i18n/strings/eu.json Normal file
View file

@ -0,0 +1,14 @@
{
"action": {
"cancel": "Utzi",
"close": "Itxi",
"copy": "Kopiatu",
"edit": "Editatu"
},
"common": {
"preferences": "Hobespenak"
},
"view_menu": {
"view": "Ikusi"
}
}

16
src/i18n/strings/ga.json Normal file
View file

@ -0,0 +1,16 @@
{
"action": {
"cancel": "Cuir ar ceal",
"close": "Dún",
"copy": "Cóipeáil",
"delete": "Bain amach",
"edit": "Cuir in eagar"
},
"common": {
"about": "Faoi",
"preferences": "Roghanna"
},
"view_menu": {
"view": "Amharc"
}
}

9
src/i18n/strings/hi.json Normal file
View file

@ -0,0 +1,9 @@
{
"action": {
"cancel": "रद्द",
"close": "बंद"
},
"common": {
"preferences": "अधिमान"
}
}

15
src/i18n/strings/kab.json Normal file
View file

@ -0,0 +1,15 @@
{
"action": {
"cancel": "Sefsex",
"close": "Mdel",
"copy": "Nɣel",
"edit": "Ẓreg"
},
"common": {
"about": "Ɣef",
"preferences": "Ismenyifen"
},
"view_menu": {
"view": "Sken"
}
}

View file

@ -1,6 +1,7 @@
{
"action": {
"cancel": "취소",
"close": "닫기",
"close_brand": "%(brand)s 닫기",
"copy": "복사하기",
"cut": "잘라내기",

6
src/i18n/strings/ml.json Normal file
View file

@ -0,0 +1,6 @@
{
"action": {
"cancel": "റദ്ദാക്കുക",
"close": "അടയ്ക്കുക"
}
}

View file

@ -16,7 +16,8 @@
},
"common": {
"about": "Om",
"help": "Hjelp"
"help": "Hjelp",
"preferences": "Brukervalg"
},
"confirm_quit": "Er du sikker på at du vil slutte?",
"edit_menu": {

14
src/i18n/strings/oc.json Normal file
View file

@ -0,0 +1,14 @@
{
"action": {
"cancel": "Anullar",
"close": "Tampar",
"copy": "Copiar",
"edit": "Editar"
},
"common": {
"preferences": "Preferéncias"
},
"view_menu": {
"view": "Visualizacion"
}
}

7
src/i18n/strings/pt.json Normal file
View file

@ -0,0 +1,7 @@
{
"action": {
"cancel": "Cancelar",
"close": "Fechar",
"edit": "Editar"
}
}

17
src/i18n/strings/sq.json Normal file
View file

@ -0,0 +1,17 @@
{
"action": {
"cancel": "Anuloje",
"close": "Mbylle",
"copy": "Kopjoje",
"delete": "Fshije",
"edit": "Përpuno"
},
"common": {
"about": "Mbi",
"help": "Ndihmë",
"preferences": "Parapëlqime"
},
"view_menu": {
"view": "Shihni"
}
}

12
src/i18n/strings/sr.json Normal file
View file

@ -0,0 +1,12 @@
{
"action": {
"cancel": "Откажи",
"close": "Затвори",
"copy": "Копирај",
"edit": "Уреди"
},
"common": {
"about": "О програму",
"preferences": "Поставке"
}
}

View file

@ -1,6 +1,7 @@
{
"action": {
"cancel": "ఆపు",
"close": "ముసివెయండి",
"copy": "కాపీ",
"cut": "కట్",
"paste": "పేస్ట్",

7
src/i18n/strings/th.json Normal file
View file

@ -0,0 +1,7 @@
{
"action": {
"cancel": "ยกเลิก",
"close": "ปิด",
"delete": "ลบ"
}
}

View file

@ -0,0 +1,9 @@
{
"action": {
"cancel": "Sser",
"close": "Rgel"
},
"common": {
"about": "Xef"
}
}

10
src/i18n/strings/vls.json Normal file
View file

@ -0,0 +1,10 @@
{
"action": {
"cancel": "Annuleern",
"close": "Sluutn",
"edit": "Bewerkn"
},
"common": {
"preferences": "Instelliengn"
}
}