26 lines
967 B
JavaScript
26 lines
967 B
JavaScript
OC.L10N.register(
|
|
"comments",
|
|
{
|
|
"New comment …" : "新備註...",
|
|
"Delete comment" : "刪除備註",
|
|
"Post" : "送出",
|
|
"Cancel" : "取消",
|
|
"Edit comment" : "編輯備註",
|
|
"[Deleted user]" : "[已刪除的使用者]",
|
|
"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 備註",
|
|
"Type in a new comment..." : "輸入新備註…",
|
|
"No other comments available" : "沒有其他備註",
|
|
"More comments..." : "更多備註…"
|
|
},
|
|
"nplurals=1; plural=0;");
|