nextcloud/apps/comments/l10n/zh_TW.js

26 lines
967 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-09-08 03:10:28 +03:00
"New comment …" : "新備註...",
"Delete comment" : "刪除備註",
2016-04-02 08:55:25 +03:00
"Post" : "送出",
2016-02-17 09:56:11 +03:00
"Cancel" : "取消",
2016-09-08 03:10:28 +03:00
"Edit comment" : "編輯備註",
2016-04-02 08:55:25 +03:00
"[Deleted user]" : "[已刪除的使用者]",
2016-09-08 03:10:28 +03:00
"Comments" : "備註",
"No comments yet, start the conversation!" : "無備註,開始對談 !",
"More comments …" : "更多備註...",
2016-04-02 08:55:25 +03:00
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
2016-09-08 03:10:28 +03:00
"{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..." : "更多備註…"
2016-02-17 09:56:11 +03:00
},
"nplurals=1; plural=0;");