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-12-22 06:50:01 +0300
committerNextcloud bot <bot@nextcloud.com>2019-12-22 06:50:01 +0300
commit0bf785ac4411fc4f385d1415a2afca67cc796588 (patch)
tree38b2223b1d22ca9656c1977642a31e353125c307 /l10n
parent4f23339115bb27300c9058aa018707b4ec87cd8b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ast.js9
-rw-r--r--l10n/ast.json7
-rw-r--r--l10n/bg.js11
-rw-r--r--l10n/bg.json9
-rw-r--r--l10n/cy_GB.js10
-rw-r--r--l10n/cy_GB.json8
-rw-r--r--l10n/en_GB.js12
-rw-r--r--l10n/en_GB.json10
-rw-r--r--l10n/es_419.js10
-rw-r--r--l10n/es_419.json8
-rw-r--r--l10n/es_AR.js9
-rw-r--r--l10n/es_AR.json7
-rw-r--r--l10n/es_CL.js10
-rw-r--r--l10n/es_CL.json8
-rw-r--r--l10n/es_CO.js10
-rw-r--r--l10n/es_CO.json8
-rw-r--r--l10n/es_CR.js10
-rw-r--r--l10n/es_CR.json8
-rw-r--r--l10n/es_DO.js10
-rw-r--r--l10n/es_DO.json8
-rw-r--r--l10n/es_EC.js10
-rw-r--r--l10n/es_EC.json8
-rw-r--r--l10n/es_GT.js10
-rw-r--r--l10n/es_GT.json8
-rw-r--r--l10n/es_HN.js10
-rw-r--r--l10n/es_HN.json8
-rw-r--r--l10n/es_NI.js10
-rw-r--r--l10n/es_NI.json8
-rw-r--r--l10n/es_PA.js10
-rw-r--r--l10n/es_PA.json8
-rw-r--r--l10n/es_PE.js10
-rw-r--r--l10n/es_PE.json8
-rw-r--r--l10n/es_PR.js10
-rw-r--r--l10n/es_PR.json8
-rw-r--r--l10n/es_PY.js10
-rw-r--r--l10n/es_PY.json8
-rw-r--r--l10n/es_SV.js10
-rw-r--r--l10n/es_SV.json8
-rw-r--r--l10n/es_UY.js10
-rw-r--r--l10n/es_UY.json8
-rw-r--r--l10n/he.js12
-rw-r--r--l10n/he.json10
-rw-r--r--l10n/hu.js5
-rw-r--r--l10n/hu.json5
-rw-r--r--l10n/ka_GE.js10
-rw-r--r--l10n/ka_GE.json8
-rw-r--r--l10n/ko.js10
-rw-r--r--l10n/ko.json8
-rw-r--r--l10n/lv.js13
-rw-r--r--l10n/lv.json11
-rw-r--r--l10n/mn.js8
-rw-r--r--l10n/mn.json6
-rw-r--r--l10n/nb.js14
-rw-r--r--l10n/nb.json12
-rw-r--r--l10n/pt_PT.js1
-rw-r--r--l10n/pt_PT.json1
-rw-r--r--l10n/sl.js15
-rw-r--r--l10n/sl.json13
-rw-r--r--l10n/sq.js4
-rw-r--r--l10n/sq.json4
-rw-r--r--l10n/zh_TW.js11
-rw-r--r--l10n/zh_TW.json9
62 files changed, 552 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 000000000..25ffd330b
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Testu",
+ "Retry" : "Retentar",
+ "Edit" : "Editar",
+ "Undo" : "Desfacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 000000000..2dcd7c348
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Text" : "Testu",
+ "Retry" : "Retentar",
+ "Edit" : "Editar",
+ "Undo" : "Desfacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/bg.js b/l10n/bg.js
new file mode 100644
index 000000000..c6e551269
--- /dev/null
+++ b/l10n/bg.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Текст",
+ "Retry" : "Опитай отново",
+ "Edit" : "Променяне",
+ "Undo" : "Отмяна",
+ "Bold" : "Удебелен",
+ "Italic" : "Курсив"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg.json b/l10n/bg.json
new file mode 100644
index 000000000..c271e138f
--- /dev/null
+++ b/l10n/bg.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "Text" : "Текст",
+ "Retry" : "Опитай отново",
+ "Edit" : "Променяне",
+ "Undo" : "Отмяна",
+ "Bold" : "Удебелен",
+ "Italic" : "Курсив"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js
new file mode 100644
index 000000000..b315b3127
--- /dev/null
+++ b/l10n/cy_GB.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Retry" : "Ceisio eto",
+ "Edit" : "Golygu",
+ "Undo" : "Dadwneud",
+ "Bold" : "Trwm",
+ "Italic" : "Italig"
+},
+"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json
new file mode 100644
index 000000000..fc40510f1
--- /dev/null
+++ b/l10n/cy_GB.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Retry" : "Ceisio eto",
+ "Edit" : "Golygu",
+ "Undo" : "Dadwneud",
+ "Bold" : "Trwm",
+ "Italic" : "Italig"
+},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
new file mode 100644
index 000000000..647c2f795
--- /dev/null
+++ b/l10n/en_GB.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Text",
+ "Retry" : "Retry",
+ "Unsaved changes" : "Unsaved changes",
+ "Edit" : "Edit",
+ "Undo" : "Undo",
+ "Bold" : "Bold",
+ "Italic" : "Italic"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
new file mode 100644
index 000000000..adac10bdf
--- /dev/null
+++ b/l10n/en_GB.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "Text" : "Text",
+ "Retry" : "Retry",
+ "Unsaved changes" : "Unsaved changes",
+ "Edit" : "Edit",
+ "Undo" : "Undo",
+ "Bold" : "Bold",
+ "Italic" : "Italic"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_419.js b/l10n/es_419.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_419.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_419.json b/l10n/es_419.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_419.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_AR.js b/l10n/es_AR.js
new file mode 100644
index 000000000..3eee610a6
--- /dev/null
+++ b/l10n/es_AR.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_AR.json b/l10n/es_AR.json
new file mode 100644
index 000000000..836f06143
--- /dev/null
+++ b/l10n/es_AR.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_CL.js b/l10n/es_CL.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_CL.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CL.json b/l10n/es_CL.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_CL.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_CO.js b/l10n/es_CO.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_CO.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CO.json b/l10n/es_CO.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_CO.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_CR.js b/l10n/es_CR.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_CR.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CR.json b/l10n/es_CR.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_CR.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_DO.js b/l10n/es_DO.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_DO.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_DO.json b/l10n/es_DO.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_DO.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_EC.js b/l10n/es_EC.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_EC.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_EC.json b/l10n/es_EC.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_EC.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_GT.js b/l10n/es_GT.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_GT.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_GT.json b/l10n/es_GT.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_GT.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_HN.js b/l10n/es_HN.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_HN.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_HN.json b/l10n/es_HN.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_HN.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_NI.js b/l10n/es_NI.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_NI.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_NI.json b/l10n/es_NI.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_NI.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_PA.js b/l10n/es_PA.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_PA.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_PA.json b/l10n/es_PA.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_PA.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_PE.js b/l10n/es_PE.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_PE.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_PE.json b/l10n/es_PE.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_PE.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_PR.js b/l10n/es_PR.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_PR.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_PR.json b/l10n/es_PR.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_PR.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_PY.js b/l10n/es_PY.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_PY.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_PY.json b/l10n/es_PY.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_PY.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_SV.js b/l10n/es_SV.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_SV.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_SV.json b/l10n/es_SV.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_SV.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es_UY.js b/l10n/es_UY.js
new file mode 100644
index 000000000..84733c98a
--- /dev/null
+++ b/l10n/es_UY.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_UY.json b/l10n/es_UY.json
new file mode 100644
index 000000000..ff234ada5
--- /dev/null
+++ b/l10n/es_UY.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "Texto",
+ "Retry" : "Reintentar",
+ "Unsaved changes" : "Cambios no guardados",
+ "Edit" : "Editar",
+ "Undo" : "Deshacer"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/he.js b/l10n/he.js
new file mode 100644
index 000000000..93c8ba31a
--- /dev/null
+++ b/l10n/he.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "טקסט",
+ "Retry" : "ניסיון חוזר",
+ "Unsaved changes" : "שינויים שלא נשמרו",
+ "Edit" : "עריכה",
+ "Undo" : "ביטול",
+ "Bold" : "מודגש",
+ "Italic" : "נטוי"
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
diff --git a/l10n/he.json b/l10n/he.json
new file mode 100644
index 000000000..607f32ba8
--- /dev/null
+++ b/l10n/he.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "Text" : "טקסט",
+ "Retry" : "ניסיון חוזר",
+ "Unsaved changes" : "שינויים שלא נשמרו",
+ "Edit" : "עריכה",
+ "Undo" : "ביטול",
+ "Bold" : "מודגש",
+ "Italic" : "נטוי"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/l10n/hu.js b/l10n/hu.js
index bb83a69b3..01c1bcafb 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Text" : "Szöveg",
"Use current version" : "Aktuális verzió használata",
"Use the saved version" : "A mentett verzió használata",
+ "Retry" : "Újra",
"Last save {lastSave}" : "Utolsó mentés {lastSave}",
"Unsaved changes" : "Mentetlen változtatások",
"Enter your name so other users can see who is editing" : "Add meg a neved, hogy mások lássák ki szerkeszti",
@@ -15,6 +16,10 @@ OC.L10N.register(
"Show file" : "Fájl megjelenítése",
"Edit" : "Szerkesztés",
"Undo" : "Visszavon",
+ "Redo" : "Újra",
+ "Bold" : "Vastag",
+ "Italic" : "Dőlt",
+ "Strikethrough" : "Áthúzott",
"New text document.md" : "Új szöveg dokumentum.md"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
index 531f31995..db019d255 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -3,6 +3,7 @@
"Text" : "Szöveg",
"Use current version" : "Aktuális verzió használata",
"Use the saved version" : "A mentett verzió használata",
+ "Retry" : "Újra",
"Last save {lastSave}" : "Utolsó mentés {lastSave}",
"Unsaved changes" : "Mentetlen változtatások",
"Enter your name so other users can see who is editing" : "Add meg a neved, hogy mások lássák ki szerkeszti",
@@ -13,6 +14,10 @@
"Show file" : "Fájl megjelenítése",
"Edit" : "Szerkesztés",
"Undo" : "Visszavon",
+ "Redo" : "Újra",
+ "Bold" : "Vastag",
+ "Italic" : "Dőlt",
+ "Strikethrough" : "Áthúzott",
"New text document.md" : "Új szöveg dokumentum.md"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js
new file mode 100644
index 000000000..a34727f78
--- /dev/null
+++ b/l10n/ka_GE.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "ტექსტი",
+ "Retry" : "ვცადოთ ახლიდან",
+ "Unsaved changes" : "შეუნახავი ცვლილებები",
+ "Edit" : "ცვლილება",
+ "Undo" : "დაბრუნება"
+},
+"nplurals=2; plural=(n!=1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
new file mode 100644
index 000000000..a1b108ca8
--- /dev/null
+++ b/l10n/ka_GE.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "ტექსტი",
+ "Retry" : "ვცადოთ ახლიდან",
+ "Unsaved changes" : "შეუნახავი ცვლილებები",
+ "Edit" : "ცვლილება",
+ "Undo" : "დაბრუნება"
+},"pluralForm" :"nplurals=2; plural=(n!=1);"
+} \ No newline at end of file
diff --git a/l10n/ko.js b/l10n/ko.js
new file mode 100644
index 000000000..cad751b4c
--- /dev/null
+++ b/l10n/ko.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "텍스트",
+ "Retry" : "다시 시도",
+ "Unsaved changes" : "저장하지 않은 변경 사항",
+ "Edit" : "편집",
+ "Undo" : "실행 취소"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ko.json b/l10n/ko.json
new file mode 100644
index 000000000..2fec364b8
--- /dev/null
+++ b/l10n/ko.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Text" : "텍스트",
+ "Retry" : "다시 시도",
+ "Unsaved changes" : "저장하지 않은 변경 사항",
+ "Edit" : "편집",
+ "Undo" : "실행 취소"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/lv.js b/l10n/lv.js
new file mode 100644
index 000000000..8f661e7af
--- /dev/null
+++ b/l10n/lv.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Teksts",
+ "Retry" : "Mēģināt vēlreiz",
+ "Edit" : "Rediģēt",
+ "Undo" : "Atsaukt",
+ "Redo" : "Atcelt atsaukšanu",
+ "Bold" : "Treknraksts",
+ "Italic" : "Slīpraksts",
+ "Strikethrough" : "Pārsvītrojums"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/l10n/lv.json b/l10n/lv.json
new file mode 100644
index 000000000..62e260b39
--- /dev/null
+++ b/l10n/lv.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "Text" : "Teksts",
+ "Retry" : "Mēģināt vēlreiz",
+ "Edit" : "Rediģēt",
+ "Undo" : "Atsaukt",
+ "Redo" : "Atcelt atsaukšanu",
+ "Bold" : "Treknraksts",
+ "Italic" : "Slīpraksts",
+ "Strikethrough" : "Pārsvītrojums"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/l10n/mn.js b/l10n/mn.js
new file mode 100644
index 000000000..2f357251c
--- /dev/null
+++ b/l10n/mn.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "text",
+ {
+ "Retry" : "Дахин оролдох",
+ "Edit" : "засварлах",
+ "Undo" : "буцах"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/mn.json b/l10n/mn.json
new file mode 100644
index 000000000..615f40dba
--- /dev/null
+++ b/l10n/mn.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Retry" : "Дахин оролдох",
+ "Edit" : "засварлах",
+ "Undo" : "буцах"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/nb.js b/l10n/nb.js
new file mode 100644
index 000000000..f465a9917
--- /dev/null
+++ b/l10n/nb.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Tekst",
+ "Retry" : "Prøv igjen",
+ "Unsaved changes" : "Ulagrede endringer",
+ "Edit" : "Rediger",
+ "Undo" : "Angre",
+ "Redo" : "Gjør om",
+ "Bold" : "Uthevet",
+ "Italic" : "Italic",
+ "Strikethrough" : "Gjennomstreking"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nb.json b/l10n/nb.json
new file mode 100644
index 000000000..8bca6b803
--- /dev/null
+++ b/l10n/nb.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "Text" : "Tekst",
+ "Retry" : "Prøv igjen",
+ "Unsaved changes" : "Ulagrede endringer",
+ "Edit" : "Rediger",
+ "Undo" : "Angre",
+ "Redo" : "Gjør om",
+ "Bold" : "Uthevet",
+ "Italic" : "Italic",
+ "Strikethrough" : "Gjennomstreking"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index b96d1da8f..81b90fc19 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Use current version" : "Usar esta versão",
"Use the saved version" : "Usar a versão guardada",
"The document has been changed outside of the editor. The changes cannot be applied." : "O documento foi modificado fora do editor. As modificações não podem ser guardadas.",
+ "Retry" : "Repetir",
"Last save {lastSave}" : "Última versão guardada {lastSave}",
"Unpushed changes" : "Modificações não enviadas",
"Unsaved changes" : "Modificações não guardadas",
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index fe47b4c4f..261842ac2 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -6,6 +6,7 @@
"Use current version" : "Usar esta versão",
"Use the saved version" : "Usar a versão guardada",
"The document has been changed outside of the editor. The changes cannot be applied." : "O documento foi modificado fora do editor. As modificações não podem ser guardadas.",
+ "Retry" : "Repetir",
"Last save {lastSave}" : "Última versão guardada {lastSave}",
"Unpushed changes" : "Modificações não enviadas",
"Unsaved changes" : "Modificações não guardadas",
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 000000000..607c0f834
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "Besedilo",
+ "📝 Collaborative document editing" : "📝 Sodelovalno urejanje dokumentov",
+ "Retry" : "Poskusi znova",
+ "Unsaved changes" : "Neshranjene spremembe",
+ "Edit" : "Uredi",
+ "Undo" : "Razveljavi",
+ "Redo" : "Ponovi",
+ "Bold" : "Krepko",
+ "Italic" : "Ležeče",
+ "Strikethrough" : "Prečrtano"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 000000000..044549228
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Text" : "Besedilo",
+ "📝 Collaborative document editing" : "📝 Sodelovalno urejanje dokumentov",
+ "Retry" : "Poskusi znova",
+ "Unsaved changes" : "Neshranjene spremembe",
+ "Edit" : "Uredi",
+ "Undo" : "Razveljavi",
+ "Redo" : "Ponovi",
+ "Bold" : "Krepko",
+ "Italic" : "Ležeče",
+ "Strikethrough" : "Prečrtano"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/sq.js b/l10n/sq.js
index 7d75b863e..14ea58faa 100644
--- a/l10n/sq.js
+++ b/l10n/sq.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Use current version" : "Përdor versionin aktual",
"Use the saved version" : "Përdor versionin e ruajtur",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokumenti është ndryshuar jashtë redaktuesit. Ndryshimet nuk mund të aplikohen.",
+ "Retry" : "Riprovoni",
"Last save {lastSave}" : "Ruajtja e fundit {lastSave}",
"Unpushed changes" : "Ndryshime të pavendosura",
"Unsaved changes" : "Ndryshime të paruajtura",
@@ -20,6 +21,9 @@ OC.L10N.register(
"Show file" : "Shfaq skedarin",
"Edit" : "Përpuno",
"Undo" : "Ktheje pas",
+ "Redo" : "Ribëj",
+ "Bold" : "I theksuar",
+ "Italic" : "I pjerrët",
"New text document.md" : "Dokument tekst .md i ri"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sq.json b/l10n/sq.json
index de4336c10..11e355590 100644
--- a/l10n/sq.json
+++ b/l10n/sq.json
@@ -6,6 +6,7 @@
"Use current version" : "Përdor versionin aktual",
"Use the saved version" : "Përdor versionin e ruajtur",
"The document has been changed outside of the editor. The changes cannot be applied." : "Dokumenti është ndryshuar jashtë redaktuesit. Ndryshimet nuk mund të aplikohen.",
+ "Retry" : "Riprovoni",
"Last save {lastSave}" : "Ruajtja e fundit {lastSave}",
"Unpushed changes" : "Ndryshime të pavendosura",
"Unsaved changes" : "Ndryshime të paruajtura",
@@ -18,6 +19,9 @@
"Show file" : "Shfaq skedarin",
"Edit" : "Përpuno",
"Undo" : "Ktheje pas",
+ "Redo" : "Ribëj",
+ "Bold" : "I theksuar",
+ "Italic" : "I pjerrët",
"New text document.md" : "Dokument tekst .md i ri"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
new file mode 100644
index 000000000..00043de0f
--- /dev/null
+++ b/l10n/zh_TW.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "text",
+ {
+ "Text" : "文字",
+ "Retry" : "重試",
+ "Edit" : "退出",
+ "Undo" : "復原",
+ "Bold" : "粗體",
+ "Italic" : "斜體"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
new file mode 100644
index 000000000..4b5c87a5e
--- /dev/null
+++ b/l10n/zh_TW.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "Text" : "文字",
+ "Retry" : "重試",
+ "Edit" : "退出",
+ "Undo" : "復原",
+ "Bold" : "粗體",
+ "Italic" : "斜體"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file