nextcloud/apps/comments/l10n/zh_TW.js

35 lines
1.9 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2018-04-12 03:19:20 +03:00
"Edit comment" : "編輯留言",
2016-09-22 03:11:32 +03:00
"Delete comment" : "刪除留言",
2018-04-12 03:19:20 +03:00
"New comment …" : "新留言…",
2016-04-02 08:55:25 +03:00
"Post" : "送出",
2016-02-17 09:56:11 +03:00
"Cancel" : "取消",
2016-04-02 08:55:25 +03:00
"[Deleted user]" : "[已刪除的使用者]",
2018-07-26 03:12:01 +03:00
"Comments" : "留言",
2016-09-22 03:11:32 +03:00
"No comments yet, start the conversation!" : "尚無留言,開始討論 !",
"More comments …" : "其他留言…",
2016-04-02 08:55:25 +03:00
"Save" : "儲存",
"Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}",
2018-04-25 03:11:50 +03:00
"Error occurred while retrieving comment with ID {id}" : "在擷取 ID {id} 的註解時發生錯誤",
2016-09-22 03:11:32 +03:00
"Error occurred while updating comment with id {id}" : "編輯留言 {id} 發生錯誤",
"Error occurred while posting comment" : "張貼留言出錯",
2016-10-01 03:08:23 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n 未讀留言"],
2016-09-22 03:11:32 +03:00
"Comment" : "留言",
2017-07-15 03:08:54 +03:00
"You commented" : "你已留言",
2016-09-22 03:11:32 +03:00
"%1$s commented" : "%1$s 留言",
2017-07-15 03:08:54 +03:00
"{author} commented" : "{author} 已留言",
"You commented on %1$s" : "你對 %1$s 留言",
"You commented on {file}" : "你對 {file} 留言",
2016-09-22 03:11:32 +03:00
"%1$s commented on %2$s" : "%1$s 在 %2$s 留言",
2017-07-15 03:08:54 +03:00
"{author} commented on {file}" : "{author} 對 {file} 留言",
2016-11-26 04:06:57 +03:00
"<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>",
2018-01-04 12:48:31 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “{file}” 的留言中提到你",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的留言中提到你",
2018-08-25 03:12:33 +03:00
"Files app plugin to add comments to files" : "檔案插件程式插件,用於為檔案增加註釋",
2018-11-23 04:12:51 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "一個已被刪除的用戶在 “%s” 的留言中提到你",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的留言中提到你"
2016-02-17 09:56:11 +03:00
},
"nplurals=1; plural=0;");