From 3db5759680b1fc4db79e6cff8a40938639feb54a Mon Sep 17 00:00:00 2001 From: W <150025636+git-f0x@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:17:19 +0100 Subject: [PATCH 1/2] i18n(sr-Latn, sr) Fix --- i18n/sr-Latn/cosmic_edit.ftl | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 i18n/sr-Latn/cosmic_edit.ftl diff --git a/i18n/sr-Latn/cosmic_edit.ftl b/i18n/sr-Latn/cosmic_edit.ftl new file mode 100644 index 0000000..8aee735 --- /dev/null +++ b/i18n/sr-Latn/cosmic_edit.ftl @@ -0,0 +1,72 @@ +new-document = Novi dokument +open-project = Otvori projekat + +# Context Pages + +## Document statistics +document-statistics = Statistike dokumenta +word-count = Broj reči +character-count = Znakovi +character-count-no-spaces = Znakovi (bez razmaka) +line-count = Redovi + +## Settings +settings = Podešavanja + +## Appearance +appearance = Izgled +theme = Tema +default-font = Podrazumevani font +default-font-size = Podrazumevana veličina fonta + +### Keyboard shortcuts +keyboard-shortcuts = Prečice na tastaturi +enable-vim-bindings = Omogući Vim režim + +# Menu + +## File +file = Datoteka +new-file = Nova datoteka +new-window = Novi prozor +open-file = Otvori datoteku... +open-recent = Otvori nedavno +todo = TODO +save = Sačuvaj +save-as = Sačuvaj kao... +revert-all-changes = Vrati sve izmene +menu-document-statistics = Statistike dokumenta... +document-type = Vrsta dokumenta... +encoding = Kodiranje... +print = Štampaj +quit = Izađi + +## Edit +edit = Uredi +undo = Poništi +redo = Ponovi +cut = Iseci +copy = Kopiraj +paste = Nalepi +select-all = Izaberi sve +find = Pronađi +replace = Zameni +spell-check = Provera pravopisa... + +## View +view = Prikaz +indentation = Uvlačenje + +### Indentation +automatic-indentation = Automatsko uvlačenje +tab-width = Širina tabulatora: {$tab_width} +convert-indentation-to-spaces = Pretvori uvlačenje u razmake +convert-indentation-to-tabs = Pretvori uvlačenje u tabulatore + +word-wrap = Zaokruživanje reči +show-line-numbers = Prikaži brojeve redova +highlight-current-line = Istakni trenutni red +syntax-highlighting = Isticanje sintakse... +menu-settings = Podešavanja... +menu-keyboard-shortcuts = Prečice na tastaturi... +about-cosmic-text-editor = O COSMIC uređivaču teksta From 5cb48be4a4b86644893830493a3efd6fe9c45f76 Mon Sep 17 00:00:00 2001 From: W <150025636+git-f0x@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:19:50 +0100 Subject: [PATCH 2/2] Delete i18n/sr directory --- i18n/sr/cosmic_edit.ftl | 72 ----------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 i18n/sr/cosmic_edit.ftl diff --git a/i18n/sr/cosmic_edit.ftl b/i18n/sr/cosmic_edit.ftl deleted file mode 100644 index 8aee735..0000000 --- a/i18n/sr/cosmic_edit.ftl +++ /dev/null @@ -1,72 +0,0 @@ -new-document = Novi dokument -open-project = Otvori projekat - -# Context Pages - -## Document statistics -document-statistics = Statistike dokumenta -word-count = Broj reči -character-count = Znakovi -character-count-no-spaces = Znakovi (bez razmaka) -line-count = Redovi - -## Settings -settings = Podešavanja - -## Appearance -appearance = Izgled -theme = Tema -default-font = Podrazumevani font -default-font-size = Podrazumevana veličina fonta - -### Keyboard shortcuts -keyboard-shortcuts = Prečice na tastaturi -enable-vim-bindings = Omogući Vim režim - -# Menu - -## File -file = Datoteka -new-file = Nova datoteka -new-window = Novi prozor -open-file = Otvori datoteku... -open-recent = Otvori nedavno -todo = TODO -save = Sačuvaj -save-as = Sačuvaj kao... -revert-all-changes = Vrati sve izmene -menu-document-statistics = Statistike dokumenta... -document-type = Vrsta dokumenta... -encoding = Kodiranje... -print = Štampaj -quit = Izađi - -## Edit -edit = Uredi -undo = Poništi -redo = Ponovi -cut = Iseci -copy = Kopiraj -paste = Nalepi -select-all = Izaberi sve -find = Pronađi -replace = Zameni -spell-check = Provera pravopisa... - -## View -view = Prikaz -indentation = Uvlačenje - -### Indentation -automatic-indentation = Automatsko uvlačenje -tab-width = Širina tabulatora: {$tab_width} -convert-indentation-to-spaces = Pretvori uvlačenje u razmake -convert-indentation-to-tabs = Pretvori uvlačenje u tabulatore - -word-wrap = Zaokruživanje reči -show-line-numbers = Prikaži brojeve redova -highlight-current-line = Istakni trenutni red -syntax-highlighting = Isticanje sintakse... -menu-settings = Podešavanja... -menu-keyboard-shortcuts = Prečice na tastaturi... -about-cosmic-text-editor = O COSMIC uređivaču teksta