Merge pull request #17 from platlas/sk_translation
Add Slovak translation
This commit is contained in:
commit
cf7bc8050a
1 changed files with 71 additions and 0 deletions
71
i18n/sk/cosmic_edit.ftl
Normal file
71
i18n/sk/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
new-document = Nový dokument
|
||||||
|
open-project = Otvoriť projekt
|
||||||
|
|
||||||
|
# Context Pages
|
||||||
|
|
||||||
|
## Document statistics
|
||||||
|
document-statistics = Štatistiky dokumentu
|
||||||
|
word-count = Počet slov
|
||||||
|
character-count = Znakov
|
||||||
|
character-count-no-spaces = Znakov (bez medzier)
|
||||||
|
line-count = Riadkov
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
settings = Nastavenia
|
||||||
|
|
||||||
|
## Appearance
|
||||||
|
appearance = Vzhľad
|
||||||
|
theme = Téma
|
||||||
|
default-font = Východzie písmo
|
||||||
|
default-font-size = Východzia veľkosť písma
|
||||||
|
|
||||||
|
### Keyboard shortcuts
|
||||||
|
keyboard-shortcuts = Klávesové skratky
|
||||||
|
enable-vim-bindings = Zapnúť Vim ovládanie
|
||||||
|
|
||||||
|
# Menu
|
||||||
|
|
||||||
|
## File
|
||||||
|
file = Súbor
|
||||||
|
new-file = Nový súbor
|
||||||
|
new-window = Nové okno
|
||||||
|
open-file = Otvoriť súbor...
|
||||||
|
open-recent = Otvoriť nedávne
|
||||||
|
todo = TODO
|
||||||
|
save = Uložiť
|
||||||
|
save-as = Uložiť ako...
|
||||||
|
revert-all-changes = Vrátiť všetky zmeny
|
||||||
|
menu-document-statistics = Štatistiky dokumentu...
|
||||||
|
document-type = Typ dokumentu...
|
||||||
|
encoding = Kódovanie...
|
||||||
|
print = Tlač
|
||||||
|
quit = Ukončiť
|
||||||
|
|
||||||
|
## Edit
|
||||||
|
edit = Upraviť
|
||||||
|
undo = Späť
|
||||||
|
redo = Znovu
|
||||||
|
cut = Vystrihnúť
|
||||||
|
copy = Kopírovať
|
||||||
|
paste = Vložiť
|
||||||
|
find = Nájsť
|
||||||
|
replace = Nahradiť
|
||||||
|
spell-check = Kontrola pravopisu...
|
||||||
|
|
||||||
|
## View
|
||||||
|
view = Zobraziť
|
||||||
|
indentation = Odsadenie
|
||||||
|
|
||||||
|
### Indentation
|
||||||
|
automatic-indentation = Automatické odsadenie
|
||||||
|
tab-width = Šírka tabulátora: {$tab_width}
|
||||||
|
convert-indentation-to-spaces = Previesť odsadenie na medzery
|
||||||
|
convert-indentation-to-tabs = Previesť odsadenie na tabulátory
|
||||||
|
|
||||||
|
word-wrap = Zalamovanie slov
|
||||||
|
show-line-numbers = Zobraziť čísla riadkov
|
||||||
|
highlight-current-line = Zvýrazniť aktuálny riadok
|
||||||
|
syntax-highlighting = Zvýraznenie syntaxe...
|
||||||
|
menu-settings = Nastavenia...
|
||||||
|
menu-keyboard-shortcuts = Klávesové skratky...
|
||||||
|
about-cosmic-text-editor = O textovom editore COSMIC
|
||||||
Loading…
Add table
Add a link
Reference in a new issue