summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-09-08 00:10:21 +0000
committerNextcloud bot <bot@nextcloud.com>2016-09-08 00:10:21 +0000
commitb992bf21426cd23428b56d00b67ce100bf0da4be (patch)
tree08cca5b4bdcdce6568f1170f3dacb4933b3035ad /apps/comments
parent25a1a68bc9eb827965495627ab11d3dfc7c3c09e (diff)
downloadnextcloud-server-b992bf21426cd23428b56d00b67ce100bf0da4be.tar.gz
nextcloud-server-b992bf21426cd23428b56d00b67ce100bf0da4be.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/l10n/zh_TW.js27
-rw-r--r--apps/comments/l10n/zh_TW.json27
2 files changed, 30 insertions, 24 deletions
diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js
index 14bb4ad7af4..3a85b07cdc2 100644
--- a/apps/comments/l10n/zh_TW.js
+++ b/apps/comments/l10n/zh_TW.js
@@ -1,22 +1,25 @@
OC.L10N.register(
"comments",
{
- "Type in a new comment..." : "輸入新留言…",
- "Delete comment" : "刪除留言",
+ "New comment …" : "新備註...",
+ "Delete comment" : "刪除備註",
"Post" : "送出",
"Cancel" : "取消",
- "Edit comment" : "編輯留言",
+ "Edit comment" : "編輯備註",
"[Deleted user]" : "[已刪除的使用者]",
- "Comments" : "留言",
- "No other comments available" : "沒有其他留言",
- "More comments..." : "更多留言…",
+ "Comments" : "備註",
+ "No comments yet, start the conversation!" : "無備註,開始對談 !",
+ "More comments …" : "更多備註...",
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
- "{count} unread comments" : "{count} 則未讀留言",
- "Comment" : "留言",
- "You commented" : "您留言",
- "%1$s commented" : "%1$s 留言",
- "You commented on %2$s" : "您對 %2$s 留言",
- "%1$s commented on %2$s" : "%1$s 對 %2$s 留言"
+ "{count} unread comments" : "{count} 則未讀備註",
+ "Comment" : "備註",
+ "You commented" : "您已備註",
+ "%1$s commented" : "%1$s 備註",
+ "You commented on %2$s" : "您對 %2$s 備註",
+ "%1$s commented on %2$s" : "%1$s 對 %2$s 備註",
+ "Type in a new comment..." : "輸入新備註…",
+ "No other comments available" : "沒有其他備註",
+ "More comments..." : "更多備註…"
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json
index e8dce02fc7b..51883b9e8a1 100644
--- a/apps/comments/l10n/zh_TW.json
+++ b/apps/comments/l10n/zh_TW.json
@@ -1,20 +1,23 @@
{ "translations": {
- "Type in a new comment..." : "輸入新留言…",
- "Delete comment" : "刪除留言",
+ "New comment …" : "新備註...",
+ "Delete comment" : "刪除備註",
"Post" : "送出",
"Cancel" : "取消",
- "Edit comment" : "編輯留言",
+ "Edit comment" : "編輯備註",
"[Deleted user]" : "[已刪除的使用者]",
- "Comments" : "留言",
- "No other comments available" : "沒有其他留言",
- "More comments..." : "更多留言…",
+ "Comments" : "備註",
+ "No comments yet, start the conversation!" : "無備註,開始對談 !",
+ "More comments …" : "更多備註...",
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
- "{count} unread comments" : "{count} 則未讀留言",
- "Comment" : "留言",
- "You commented" : "您留言",
- "%1$s commented" : "%1$s 留言",
- "You commented on %2$s" : "您對 %2$s 留言",
- "%1$s commented on %2$s" : "%1$s 對 %2$s 留言"
+ "{count} unread comments" : "{count} 則未讀備註",
+ "Comment" : "備註",
+ "You commented" : "您已備註",
+ "%1$s commented" : "%1$s 備註",
+ "You commented on %2$s" : "您對 %2$s 備註",
+ "%1$s commented on %2$s" : "%1$s 對 %2$s 備註",
+ "Type in a new comment..." : "輸入新備註…",
+ "No other comments available" : "沒有其他備註",
+ "More comments..." : "更多備註…"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file