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>2022-04-06 06:25:19 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-06 06:25:19 +0300
commitad232a503f6f5541997b0a1998d5be5cf9ad4c6a (patch)
tree3bbb5ea5becc4b48da3f60abd43eb8fecccd4b4b /l10n
parentf7ebb71e7d9542c6ce715ca6068958af3f8299e0 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/zh_TW.js9
-rw-r--r--l10n/zh_TW.json9
4 files changed, 20 insertions, 2 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 1d02e6342..afd471f83 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -86,4 +86,4 @@ OC.L10N.register(
"ToDo list" : "Liste des tâches",
"Emoji picker" : "Sélecteur d'émoticônes"
},
-"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index aaaa77c32..86a4e3d9c 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -83,5 +83,5 @@
"Heading 5" : "Titre 5",
"ToDo list" : "Liste des tâches",
"Emoji picker" : "Sélecteur d'émoticônes"
-},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
index d84d1c691..4032af106 100644
--- a/l10n/zh_TW.js
+++ b/l10n/zh_TW.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Saved" : "已儲存",
"Last saved {lastSaved}" : "上次儲存於 {lastSaved}",
"Unsaved changes" : "未儲存變更",
+ "Image file format not supported" : "不支援的圖片檔案格式",
"No emoji found" : "找不到表情符號",
"Enter your name so other users can see who is editing" : "輸入您的名稱,這樣其他使用者才能查看是誰在編輯",
"Edit guest name" : "編輯訪客名稱",
@@ -77,6 +78,13 @@ OC.L10N.register(
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
"Currently active users:" : "目前活動中的使用者:",
"_and %n other editor_::_and %n other editors_" : ["及其他 %n 個編輯器"],
+ "Add row before" : "在前面新增列",
+ "Add row after" : "在後面新增列",
+ "Delete this row" : "刪除此列",
+ "Add column before" : "在前面新增欄",
+ "Add column after" : "在後面新增欄",
+ "Delete this column" : "刪除此欄",
+ "Delete this table" : "刪除此表格",
"Show rich workspaces" : "顯示較多功能的工作區",
"Add notes, lists or links …" : "加入筆記、清單或連結…",
"Edit" : "編輯",
@@ -93,6 +101,7 @@ OC.L10N.register(
"Success" : "成功",
"Warning" : "警告",
"Danger" : "危險",
+ "Table" : "表格",
"Emoji picker" : "表情符號挑選器"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
index fb6cf7bf8..696364482 100644
--- a/l10n/zh_TW.json
+++ b/l10n/zh_TW.json
@@ -25,6 +25,7 @@
"Saved" : "已儲存",
"Last saved {lastSaved}" : "上次儲存於 {lastSaved}",
"Unsaved changes" : "未儲存變更",
+ "Image file format not supported" : "不支援的圖片檔案格式",
"No emoji found" : "找不到表情符號",
"Enter your name so other users can see who is editing" : "輸入您的名稱,這樣其他使用者才能查看是誰在編輯",
"Edit guest name" : "編輯訪客名稱",
@@ -75,6 +76,13 @@
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
"Currently active users:" : "目前活動中的使用者:",
"_and %n other editor_::_and %n other editors_" : ["及其他 %n 個編輯器"],
+ "Add row before" : "在前面新增列",
+ "Add row after" : "在後面新增列",
+ "Delete this row" : "刪除此列",
+ "Add column before" : "在前面新增欄",
+ "Add column after" : "在後面新增欄",
+ "Delete this column" : "刪除此欄",
+ "Delete this table" : "刪除此表格",
"Show rich workspaces" : "顯示較多功能的工作區",
"Add notes, lists or links …" : "加入筆記、清單或連結…",
"Edit" : "編輯",
@@ -91,6 +99,7 @@
"Success" : "成功",
"Warning" : "警告",
"Danger" : "危險",
+ "Table" : "表格",
"Emoji picker" : "表情符號挑選器"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file