Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-11-15 05:53:49 +0300
committerNextcloud bot <bot@nextcloud.com>2019-11-15 05:53:49 +0300
commit49623f39e629a7087f130cf882d9208c866c8138 (patch)
treea816bf4c522d36bd2a8ca053972fa22788423959 /l10n
parentc59b8ba3e02b2329ea50898bfd53bff1f8a7bc14 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js4
-rw-r--r--l10n/cs.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index d65acb88f..335591a47 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -2,8 +2,11 @@ OC.L10N.register(
"text",
{
"Text" : "Text",
+ "📝 Collaborative document editing" : "Kolaborativní editace dokumentů",
+ "** 📝 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!" : "** 📝 Kolaborativní editace dokumentů!**\n\n- **📝 Soustředěné psani:** Źádné rozptylování, jen formát, který potřebujete.\n- **🙋 Pracujte společně:** Spolupracujte s kolegy ať už používají nextcloud nebo ne.\n- **💾 Otevřený formát:** Soubory jsou ukládány v [Markdownu](https://en.wikipedia.org/wiki/Markdown), takže jsou editovatelné v jakékoliv textovém editoru.\n- **✊ Solidní základy:** Používáme [🐈 tiptap](https://tiptap.scrumpy.io) založeném na [🦉 ProseMirror](https://prosemirror.net) – obrovské díky!",
"Use current version" : "Použít stávající verzi",
"Use the saved version" : "Použít uloženou verzi",
+ "The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl změněn mimo editor. Nemůžu uložit změny.",
"Network connection error: Could not connect to the document" : "Chyba nastavení sítě: nedaří se připojit k dokumentu",
"Retry" : "Zkusit znovu",
"Last save {lastSave}" : "Poslední uložení {lastSave}",
@@ -35,6 +38,7 @@ OC.L10N.register(
"Heading 6" : "Nadpis 6",
"Unordered list" : "Neuspořádaný seznam",
"Ordered list" : "Uspořádaný seznam",
+ "Blockquote" : "Citace",
"Code block" : "Blok kódu",
"New text document.md" : "Nový textový dokument.md"
},
diff --git a/l10n/cs.json b/l10n/cs.json
index 21d4bbaf6..9932a567d 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -1,7 +1,10 @@
{ "translations": {
"Text" : "Text",
+ "📝 Collaborative document editing" : "Kolaborativní editace dokumentů",
+ "** 📝 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!" : "** 📝 Kolaborativní editace dokumentů!**\n\n- **📝 Soustředěné psani:** Źádné rozptylování, jen formát, který potřebujete.\n- **🙋 Pracujte společně:** Spolupracujte s kolegy ať už používají nextcloud nebo ne.\n- **💾 Otevřený formát:** Soubory jsou ukládány v [Markdownu](https://en.wikipedia.org/wiki/Markdown), takže jsou editovatelné v jakékoliv textovém editoru.\n- **✊ Solidní základy:** Používáme [🐈 tiptap](https://tiptap.scrumpy.io) založeném na [🦉 ProseMirror](https://prosemirror.net) – obrovské díky!",
"Use current version" : "Použít stávající verzi",
"Use the saved version" : "Použít uloženou verzi",
+ "The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl změněn mimo editor. Nemůžu uložit změny.",
"Network connection error: Could not connect to the document" : "Chyba nastavení sítě: nedaří se připojit k dokumentu",
"Retry" : "Zkusit znovu",
"Last save {lastSave}" : "Poslední uložení {lastSave}",
@@ -33,6 +36,7 @@
"Heading 6" : "Nadpis 6",
"Unordered list" : "Neuspořádaný seznam",
"Ordered list" : "Uspořádaný seznam",
+ "Blockquote" : "Citace",
"Code block" : "Blok kódu",
"New text document.md" : "Nový textový dokument.md"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"