calendar/l10n/zh_TW.js

71 lines
2.2 KiB
JavaScript
Raw Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
"Calendar" : "日曆",
"%s has published the calendar »%s«" : "%s 發佈了日曆 »%s«",
"Hello," : "嗨,",
"We wanted to inform you that %s has published the calendar »%s«." : "通知你 %s 發佈了日曆 »%s«.",
"Open »%s«" : "開啟 »%s«",
"Cheers!" : "太棒了!",
2018-10-01 00:15:52 +00:00
"A Calendar app for Nextcloud" : "Nextcloud 的日曆應用程式",
2019-11-01 02:10:53 +00:00
"Previous day" : "前一日",
"Previous week" : "前週",
"Previous month" : "前月",
2019-10-20 02:21:35 +00:00
"Today" : "今天",
2018-02-12 22:15:39 +00:00
"Day" : "日",
"Week" : "週",
"Month" : "月",
"Download" : "下載",
2019-10-20 02:21:35 +00:00
"Delete" : "刪除",
2018-02-12 22:15:39 +00:00
"Share link" : "分享連結",
2019-12-22 02:37:41 +00:00
"Delete share link" : "刪除分享連結",
"Share with users or groups" : "與使用者或群組分享",
2019-10-20 02:21:35 +00:00
"can edit" : "可編輯",
2018-02-12 22:15:39 +00:00
"New calendar" : "新日曆",
2019-12-22 02:37:41 +00:00
"Filename" : "檔案名稱",
2019-10-20 02:21:35 +00:00
"Cancel" : "取消",
2019-12-22 02:37:41 +00:00
"Automatic" : "自動",
2018-02-12 22:15:39 +00:00
"Settings & import" : "設定及匯入",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "顯示週數",
2019-12-22 02:37:41 +00:00
"Notification" : "通知",
2019-10-20 02:21:35 +00:00
"Email" : "Email",
2019-12-22 02:37:41 +00:00
"All day" : "全天",
2019-10-20 02:21:35 +00:00
"from" : "從",
"to" : "至",
"never" : "永不",
"after" : "之後",
"Repeat" : "重覆",
2019-12-22 02:37:41 +00:00
"Monday" : "週一",
"Summary" : "摘要",
2019-10-20 02:21:35 +00:00
"More" : "更多",
2019-12-22 02:37:41 +00:00
"Save" : "儲存",
2019-10-20 02:21:35 +00:00
"Update" : "更新",
2019-12-22 02:37:41 +00:00
"Personal" : "私人的",
2019-10-20 02:21:35 +00:00
"Details" : "詳細資料",
"Attendees" : "出席者",
"Reminders" : "提醒",
2019-12-22 02:37:41 +00:00
"Activity" : "活動",
"Projects" : "專案項目",
"Close" : " 關閉",
"Anniversary" : "週年",
"Week {number} of {year}" : "{year} 的第 {number} 週",
"Daily" : "每日",
"Weekly" : "每週",
"When shared show full event" : "分享的時候顯示完整活動",
"When shared show only busy" : "分享的時候顯示忙碌中",
"When shared hide this event" : "分享的時候隱藏這個活動",
"Location" : "地點",
"Description" : "描述",
"Status" : "狀態",
"Confirmed" : "已確認",
"Tentative" : "測試的",
"Cancelled" : "已取消",
"Busy" : "忙碌中",
"Categories" : "分類",
"Cinema" : "電影院",
"Mail" : "電子郵件",
"Play" : "播放",
"Global" : "全球"
2018-02-12 22:15:39 +00:00
},
"nplurals=1; plural=0;");