Skip to content

Commit

Permalink
Merge pull request #870 from misa1515/patch-1
Browse files Browse the repository at this point in the history
Create sk.json
  • Loading branch information
tomvanswam committed Nov 17, 2023
2 parents b5709a6 + e9cc323 commit 803da41
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/localize/languages/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"common": {
"version": "Verzia",
"description": "Ukážte kompas s indikátorom v smere hodnoty entity",
"invalid_configuration": "Neplatná konfigurácia",
"missing_direction_entity": "Chýba entita smeru",
"no_entity": "Entita nie je nakonfigurovaná",
"offset_not_a_number": "Posun smeru nie je číslo",
"invalid": "neplatný",
"on": "Zapnuté",
"off": "Vypnuté"
},
"editor": {
"name": "Názov",
"optional": "Voliteľné",
"entity": "Entita",
"required": "Požadované",
"primary": "Smer",
"secondary": "Sekundárne",
"indicator": "Indikátor",
"direction": "Smer",
"offset": "Ofset",
"show": "Zobraziť",
"abbreviations": "Skratky",
"toggle": "Prepnúť",
"language": "Jazyk",
"primary entity description": "Smerová entita",
"secondary entity description": "Sekundárna entita",
"language description": "Jazyk skratky smeru",
"offset description": "Ofset smeru"
},
"directions": {
"north": "Sever",
"east": "Východ",
"south": "Juh",
"west": "Západ",
"N": "S",
"NNE": "SSV",
"NE": "SV",
"ENE": "VSV",
"E": "V",
"ESE": "VJV",
"SE": "JV",
"SSE": "JJV",
"S": "J",
"SSW": "JJZ",
"SW": "JZ",
"WSW": "ZJZ",
"W": "Z",
"WNW": "ZSZ",
"NW": "SZ",
"NNW": "SSZ"
}
}

0 comments on commit 803da41

Please sign in to comment.