feat(locales): Added locales (#25)

Added multiple locales to ox_lib
This commit is contained in:
Panda
2022-05-19 13:59:56 +02:00
committed by GitHub
parent 84867900eb
commit 72d8b59f2c
6 changed files with 68 additions and 0 deletions

12
locales/al.json Normal file
View File

@@ -0,0 +1,12 @@
{
"language": "Albanian",
"ui": {
"settings": {
"title": "Cilësimet",
"language": "Gjuhe"
},
"close": "Mbylle",
"confirm": "Konfirmo"
}
}

11
locales/cr.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Croatian",
"ui": {
"settings": {
"title": "Postavke",
"language": "Jezik"
},
"close": "Zatvoriti",
"confirm": "Potvrdite"
}
}

12
locales/hu.json Normal file
View File

@@ -0,0 +1,12 @@
{
"language": "Hungarian",
"ui": {
"settings": {
"title": "Beállítások",
"language": "Nyelv"
},
"close": "Bezárás",
"confirm": "Megerősít"
}
}

11
locales/it.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Italian",
"ui": {
"settings": {
"title": "Impostazioni",
"language": "Lingua"
},
"close": "Chiudere",
"confirm": "Confermare"
}
}

11
locales/nl.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Dutch",
"ui": {
"settings": {
"title": "Instellingen",
"language": "Taal"
},
"close": "Sluiten",
"confirm": "Bevestig"
}
}

11
locales/si.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "Slovenian",
"ui": {
"settings": {
"title": "Nastavitve",
"language": "Jezik"
},
"close": "Zapri",
"confirm": "Potrdi"
}
}