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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-04 06:21:50 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-04 06:21:50 +0300
commit01bf778f617a367c2d8411ed1f7586092826e9d0 (patch)
tree34bf225ef64798801535b1e9cf9e50a2adbaed43
parentddd5fbd633a5f3f1dacebed60cad09709983a099 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/oc.js13
-rw-r--r--l10n/oc.json11
4 files changed, 26 insertions, 2 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 7ff6ae5cc..30295cfe0 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -14,7 +14,7 @@ OC.L10N.register(
"Reconnect" : "Obnovit připojení",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl mezitím změněn mimo editor. Změny provedené v editoru proto nelze uplatnit.",
"File could not be loaded. Please check your internet connection." : "Soubor se nepodařilo načíst. Zkontrolujte své připojení k Internetu.",
- "Saving …" : "Ukládání …",
+ "Saving …" : "Ukládání…",
"Saved" : "Uloženo",
"Last saved {lastSaved}" : "Naposledy uloženo {lastSaved}",
"Unsaved changes" : "Neuložené změny",
diff --git a/l10n/cs.json b/l10n/cs.json
index a8ffdc028..37ba79e12 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -12,7 +12,7 @@
"Reconnect" : "Obnovit připojení",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokument byl mezitím změněn mimo editor. Změny provedené v editoru proto nelze uplatnit.",
"File could not be loaded. Please check your internet connection." : "Soubor se nepodařilo načíst. Zkontrolujte své připojení k Internetu.",
- "Saving …" : "Ukládání …",
+ "Saving …" : "Ukládání…",
"Saved" : "Uloženo",
"Last saved {lastSaved}" : "Naposledy uloženo {lastSaved}",
"Unsaved changes" : "Neuložené změny",
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 000000000..345c09cda
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "text",
+ {
+ "New text document" : "Novèl fichièr tèxte",
+ "Nextcloud Text" : "Nextcloud Text",
+ "text document" : "document tèxt",
+ "Readme" : "Readme",
+ "Text" : "Tèxt",
+ "Saving …" : "Enregistrament...",
+ "Saved" : "Enregistrat",
+ "Edit" : "Modificar"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 000000000..f7e641bd0
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "New text document" : "Novèl fichièr tèxte",
+ "Nextcloud Text" : "Nextcloud Text",
+ "text document" : "document tèxt",
+ "Readme" : "Readme",
+ "Text" : "Tèxt",
+ "Saving …" : "Enregistrament...",
+ "Saved" : "Enregistrat",
+ "Edit" : "Modificar"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file