tasks/l10n/zh_TW.js

52 lines
1.9 KiB
JavaScript
Raw Normal View History

2016-11-17 02:16:37 +00:00
OC.L10N.register(
"tasks",
{
"Important" : "重要",
2019-01-26 01:37:48 +00:00
"Today" : "今天",
2016-11-17 02:16:37 +00:00
"Week" : "週",
"All" : "所有",
"Current" : "目前",
"Completed" : "完成",
2019-09-24 02:52:31 +00:00
"Tasks" : "工作項目",
2019-12-22 03:47:45 +00:00
"Share with users or groups" : "與使用者或群組分享",
2020-02-20 03:07:01 +00:00
"No users or groups" : "沒有使用者或群組",
2019-12-22 03:47:45 +00:00
"can edit" : "允許編輯",
2020-02-28 03:05:35 +00:00
"Unable to delete the share." : "無法刪除共享.",
2020-02-20 03:07:01 +00:00
"Add List…" : "增加清單...",
2020-02-10 03:06:34 +00:00
"New List" : "新列表",
2016-11-17 02:16:37 +00:00
"Cancel" : "取消",
2020-02-10 03:06:34 +00:00
"Save" : "儲存",
"An empty name is not allowed." : "不允許空白的名稱.",
"Edit" : "編輯",
2020-02-27 03:06:09 +00:00
"Copy private link" : "複製私人連結",
"Copied" : "已複製",
2020-02-26 03:05:47 +00:00
"Can not copy" : "無法複製",
2020-02-10 03:06:34 +00:00
"Download" : "下載",
"Delete" : "刪除",
"Unshare" : "撤回分享",
2020-02-27 03:06:09 +00:00
"Calendar link copied to clipboard." : "複製日曆連結到剪貼簿",
"Calendar link could not be copied to clipboard." : "不能複製日曆連結到剪貼簿",
2020-02-10 03:06:34 +00:00
"Hidden" : "隱藏",
"Visible" : "顯示",
"Automatic" : "自動",
2020-02-26 03:05:47 +00:00
"No errors" : "沒有錯誤",
2016-11-17 02:16:37 +00:00
"Change sort order" : "改變分類順序",
"Start date" : "開始日期",
2020-01-30 03:05:42 +00:00
"Due date" : "到期日",
2019-12-22 03:47:45 +00:00
"Last modified" : "上一次修改",
2016-11-17 02:16:37 +00:00
"Priority" : "優先",
"Manually" : "手動",
2019-01-26 01:37:48 +00:00
"Alphabetically" : "字母",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n 完成任務"],
"Tomorrow" : "明天",
"Set start date" : "指定開始日期",
"Set due date" : "指定到期日",
2016-11-17 02:16:37 +00:00
"All day" : "全天",
"Task not found!" : "找不到任務!",
2019-12-22 03:47:45 +00:00
"When shared show full event" : "分享的時候顯示完整活動",
"When shared show only busy" : "分享的時候顯示忙碌中",
"When shared hide this event" : "分享的時候隱藏這個活動",
"An error occurred" : "發生錯誤"
2016-11-17 02:16:37 +00:00
},
"nplurals=1; plural=0;");