Skip to content

Commit 1fd2ed6

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 8da70c1 commit 1fd2ed6

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

l10n/da.js

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ OC.L10N.register(
3737
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokumentet er blevet ændret uden for editoren. Ændringerne kan ikke anvendes.",
3838
"Unsaved changes" : "Ikke gemte ændringer",
3939
"Keyboard shortcuts" : "Tastaturgenveje",
40+
"Backspace" : "Backspace",
4041
"Shift" : "Shift",
4142
"Bold" : "Fed",
4243
"Ctrl" : "Ctrl",

l10n/da.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokumentet er blevet ændret uden for editoren. Ændringerne kan ikke anvendes.",
3636
"Unsaved changes" : "Ikke gemte ændringer",
3737
"Keyboard shortcuts" : "Tastaturgenveje",
38+
"Backspace" : "Backspace",
3839
"Shift" : "Shift",
3940
"Bold" : "Fed",
4041
"Ctrl" : "Ctrl",

l10n/sk.js

+21
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ OC.L10N.register(
2020
"📝 Collaborative document editing" : "Spoločná úprava dokumentov",
2121
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Spoločná úprava dokumentov**\n\n- **📝 Sústredené písanie:** Žiadne rozptyľovanie, len formát, ktorý naozaj potrebujete\n- **🙋 Pracujte spoločne:** Spolupracujte s kolegami, či už používajú Nextcloud alebo nie.\n- **💾 Otvorený formát:** Súbory sa ukladaju vo formáte [Markdown] (https://en.wikipedia.org/wiki/Markdown), takže ich je možné upravovať v akomkoľvek textovom editore.\n- **✊ Solídne základy:** Používame [🐈 tiptap](https://tiptap.scrumpy.io) založený na [🦉 ProseMirror](https://prosemirror.net) – patrí im veľká vďaka!",
2222
"Translate" : "Preložiť",
23+
"Insert result" : "Vložiť výsledok",
24+
"Show result" : "Zobraziť výsledok",
2325
"Delete task" : "Odstrániť úlohu",
2426
"Use current version" : "Použiť aktuálnu verziu",
2527
"Use the saved version" : "Použiť uloženú verziu",
28+
"Reload" : "Znovu načítať",
2629
"Reconnect" : "Pripojiť znova",
2730
"Document idle for {timeout} minutes, click to continue editing" : "Dokument je nečinný {timeout} minút, kliknite pre pokračovanie v úpravách",
2831
"This file is opened read-only as it is currently locked by {user}." : "Súbor je otvorený iba na čítanie pretože v súčasnosti uzamknutý užívateľom {user}.",
@@ -33,16 +36,21 @@ OC.L10N.register(
3336
"Guest" : "Hosť",
3437
"Save guest name" : "Uložiť meno hosťa",
3538
"Insert an attachment" : "Pridať prílohu",
39+
"Preview options" : "Možnosti náhľadu",
40+
"Text only" : "Iba text",
41+
"Show link preview" : "Zobraziť náhľad odkazu",
3642
"Remove link" : "Odstrániť odkaz",
3743
"guest" : "hosť",
3844
"Active people" : "Aktívni ľudia",
45+
"Save document" : "Uložiť dokument",
3946
"Last saved" : "Naposledy uložené",
4047
"Offline" : "Offline",
4148
"Saving …" : "Ukladám ...",
4249
"Saved" : "Uložené",
4350
"Last saved {lastSave}" : "Naposledy uložené {lastSave}",
4451
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument bol medzitým zmenený mimo editora. Zmeny nie je možné použiť.",
4552
"Unsaved changes" : "Neuložené zmeny",
53+
"Connection failed." : "Pripojenie zlyhalo.",
4654
"Speed up your writing with simple shortcuts." : "Zefektívnite svoje písanie pomocou týchto jednoduchých skratiek.",
4755
"Just type the Markdown syntax or use keyboard shortcuts from below." : "Stačí zadať syntax Markdown alebo použiť klávesové skratky nižšie.",
4856
"Just type the Markdown syntax from below." : "Stačí zadať syntax Markdown nižšie.",
@@ -80,12 +88,16 @@ OC.L10N.register(
8088
"Some code" : "Nejaký kód",
8189
"Link" : "Prepojenie",
8290
"Insert emoji" : "Vložiť emotikonu",
91+
"emoji" : "emoji",
92+
"Mention someone" : "Spomenúť niekoho",
8393
"name" : "názov",
8494
"Smart picker" : "Inteligentný výber",
95+
"something" : "niečo",
8596
"Action" : "Akcia",
8697
"Undo" : "Odvolať",
8798
"Redo" : "Obnoviť",
8899
"Alt" : "Alt",
100+
"Edit link" : "Upraviť odkaz",
89101
"Save changes" : "Uložiť zmeny",
90102
"Cancel" : "Zrušiť",
91103
"URL" : "URL",
@@ -108,14 +120,23 @@ OC.L10N.register(
108120
"to" : "do",
109121
"Translate to" : "Preložiť do",
110122
"Replace" : "Nahradiť",
123+
"Insert" : "Vložiť",
111124
"Detect language" : "Zistiť jazyk",
125+
"Translate from {language}" : "Preložiť z {language}",
126+
"Translate to {language}" : "Preložiť do {language}",
112127
"Translation failed" : "Preklad zlyhal",
113128
"No emoji found" : "Nenašli sa žiadne emotikony",
129+
"No command found" : "Nenašiel sa žiaden príkaz",
114130
"No user found" : "Žiadny užívateľ nebol nenájdený",
131+
"No suggestion found" : "Nenašli sa žiadne návrhy",
115132
"Edit" : "Upraviť",
116133
"Copy code block" : "Kopírovať blok kódu",
134+
"Copy code" : "Kopírovať kód",
135+
"e.g. php, javascript, json…" : "napríklad: php, javascript, json…",
117136
"Source code" : "Zdrojový kód",
137+
"Diagram" : "Diagram",
118138
"Both" : "obidva",
139+
"Mermaid documentation" : "Dokumentácia Mermaid",
119140
"Delete this attachment" : "Vymazať túto prílohu",
120141
"Delete this image" : "Vymazať tento obrázok",
121142
"Failed to load" : "Nepodarilo sa načítať",

l10n/sk.json

+21
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
"📝 Collaborative document editing" : "Spoločná úprava dokumentov",
1919
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Spoločná úprava dokumentov**\n\n- **📝 Sústredené písanie:** Žiadne rozptyľovanie, len formát, ktorý naozaj potrebujete\n- **🙋 Pracujte spoločne:** Spolupracujte s kolegami, či už používajú Nextcloud alebo nie.\n- **💾 Otvorený formát:** Súbory sa ukladaju vo formáte [Markdown] (https://en.wikipedia.org/wiki/Markdown), takže ich je možné upravovať v akomkoľvek textovom editore.\n- **✊ Solídne základy:** Používame [🐈 tiptap](https://tiptap.scrumpy.io) založený na [🦉 ProseMirror](https://prosemirror.net) – patrí im veľká vďaka!",
2020
"Translate" : "Preložiť",
21+
"Insert result" : "Vložiť výsledok",
22+
"Show result" : "Zobraziť výsledok",
2123
"Delete task" : "Odstrániť úlohu",
2224
"Use current version" : "Použiť aktuálnu verziu",
2325
"Use the saved version" : "Použiť uloženú verziu",
26+
"Reload" : "Znovu načítať",
2427
"Reconnect" : "Pripojiť znova",
2528
"Document idle for {timeout} minutes, click to continue editing" : "Dokument je nečinný {timeout} minút, kliknite pre pokračovanie v úpravách",
2629
"This file is opened read-only as it is currently locked by {user}." : "Súbor je otvorený iba na čítanie pretože v súčasnosti uzamknutý užívateľom {user}.",
@@ -31,16 +34,21 @@
3134
"Guest" : "Hosť",
3235
"Save guest name" : "Uložiť meno hosťa",
3336
"Insert an attachment" : "Pridať prílohu",
37+
"Preview options" : "Možnosti náhľadu",
38+
"Text only" : "Iba text",
39+
"Show link preview" : "Zobraziť náhľad odkazu",
3440
"Remove link" : "Odstrániť odkaz",
3541
"guest" : "hosť",
3642
"Active people" : "Aktívni ľudia",
43+
"Save document" : "Uložiť dokument",
3744
"Last saved" : "Naposledy uložené",
3845
"Offline" : "Offline",
3946
"Saving …" : "Ukladám ...",
4047
"Saved" : "Uložené",
4148
"Last saved {lastSave}" : "Naposledy uložené {lastSave}",
4249
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument bol medzitým zmenený mimo editora. Zmeny nie je možné použiť.",
4350
"Unsaved changes" : "Neuložené zmeny",
51+
"Connection failed." : "Pripojenie zlyhalo.",
4452
"Speed up your writing with simple shortcuts." : "Zefektívnite svoje písanie pomocou týchto jednoduchých skratiek.",
4553
"Just type the Markdown syntax or use keyboard shortcuts from below." : "Stačí zadať syntax Markdown alebo použiť klávesové skratky nižšie.",
4654
"Just type the Markdown syntax from below." : "Stačí zadať syntax Markdown nižšie.",
@@ -78,12 +86,16 @@
7886
"Some code" : "Nejaký kód",
7987
"Link" : "Prepojenie",
8088
"Insert emoji" : "Vložiť emotikonu",
89+
"emoji" : "emoji",
90+
"Mention someone" : "Spomenúť niekoho",
8191
"name" : "názov",
8292
"Smart picker" : "Inteligentný výber",
93+
"something" : "niečo",
8394
"Action" : "Akcia",
8495
"Undo" : "Odvolať",
8596
"Redo" : "Obnoviť",
8697
"Alt" : "Alt",
98+
"Edit link" : "Upraviť odkaz",
8799
"Save changes" : "Uložiť zmeny",
88100
"Cancel" : "Zrušiť",
89101
"URL" : "URL",
@@ -106,14 +118,23 @@
106118
"to" : "do",
107119
"Translate to" : "Preložiť do",
108120
"Replace" : "Nahradiť",
121+
"Insert" : "Vložiť",
109122
"Detect language" : "Zistiť jazyk",
123+
"Translate from {language}" : "Preložiť z {language}",
124+
"Translate to {language}" : "Preložiť do {language}",
110125
"Translation failed" : "Preklad zlyhal",
111126
"No emoji found" : "Nenašli sa žiadne emotikony",
127+
"No command found" : "Nenašiel sa žiaden príkaz",
112128
"No user found" : "Žiadny užívateľ nebol nenájdený",
129+
"No suggestion found" : "Nenašli sa žiadne návrhy",
113130
"Edit" : "Upraviť",
114131
"Copy code block" : "Kopírovať blok kódu",
132+
"Copy code" : "Kopírovať kód",
133+
"e.g. php, javascript, json…" : "napríklad: php, javascript, json…",
115134
"Source code" : "Zdrojový kód",
135+
"Diagram" : "Diagram",
116136
"Both" : "obidva",
137+
"Mermaid documentation" : "Dokumentácia Mermaid",
117138
"Delete this attachment" : "Vymazať túto prílohu",
118139
"Delete this image" : "Vymazať tento obrázok",
119140
"Failed to load" : "Nepodarilo sa načítať",

0 commit comments

Comments
 (0)