feat(locales): Make all language names localised (#65)

* feat(locales): Make all language names localised

* fix(locales): Remove duplicate locale

"cr" is incorrent locale code for Croatian and is in this folder twice. "hr.json" is the correct file.

* fix(locales/et): Language name
This commit is contained in:
ANTOND
2022-08-09 23:54:32 +02:00
committed by GitHub
parent cb5dac6151
commit 0bce238304
12 changed files with 11 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
{ {
"language": "Albanian", "language": "Shqip",
"ui": { "ui": {
"settings": { "settings": {
"title": "Cilësimet", "title": "Cilësimet",

View File

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

View File

@@ -1,5 +1,5 @@
{ {
"language": "Czech", "language": "Čeština",
"ui": { "ui": {
"settings": { "settings": {
"title": "Nastavení", "title": "Nastavení",

View File

@@ -1,5 +1,5 @@
{ {
"language": "German", "language": "Deutsch",
"ui": { "ui": {
"settings": { "settings": {
"title": "Einstellungen", "title": "Einstellungen",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Estonian", "language": "Eesti",
"ui": { "ui": {
"settings": { "settings": {
"title": "Seaded", "title": "Seaded",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Hungarian", "language": "Magyar",
"ui": { "ui": {
"settings": { "settings": {
"title": "Beállítások", "title": "Beállítások",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Italian", "language": "Italiano",
"ui": { "ui": {
"settings": { "settings": {
"title": "Impostazioni", "title": "Impostazioni",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Lithuanian", "language": "Lietuvių",
"ui": { "ui": {
"settings": { "settings": {
"title": "Nustatymai", "title": "Nustatymai",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Dutch", "language": "Nederlands",
"ui": { "ui": {
"settings": { "settings": {
"title": "Instellingen", "title": "Instellingen",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Russian", "language": "Русский",
"ui": { "ui": {
"settings": { "settings": {
"title": "Настройки", "title": "Настройки",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Slovenian", "language": "Slovenski",
"ui": { "ui": {
"settings": { "settings": {
"title": "Nastavitve", "title": "Nastavitve",

View File

@@ -1,5 +1,5 @@
{ {
"language": "Slovak", "language": "Slovenčina",
"ui": { "ui": {
"settings": { "settings": {
"title": "Nastavenia", "title": "Nastavenia",