2016-10-10 03:06:58 +03:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"dav",
|
|
|
|
|
{
|
2018-02-13 13:48:56 +03:00
|
|
|
|
"Calendar" : "日曆",
|
|
|
|
|
"Todos" : "待辦事項",
|
2016-10-10 03:06:58 +03:00
|
|
|
|
"Personal" : "個人",
|
2018-02-13 13:48:56 +03:00
|
|
|
|
"{actor} created calendar {calendar}" : "{actor} 建立了日曆 {calendar}",
|
|
|
|
|
"You created calendar {calendar}" : "您建立了日曆 {calendar}",
|
|
|
|
|
"{actor} deleted calendar {calendar}" : "{actor} 刪除了日曆 {calendar}",
|
|
|
|
|
"You deleted calendar {calendar}" : "您刪除了日曆 {calendar}",
|
|
|
|
|
"{actor} updated calendar {calendar}" : "{actor} 更新了日曆 {calendar}",
|
|
|
|
|
"You updated calendar {calendar}" : "你更新了日曆 {calendar}",
|
|
|
|
|
"{actor} shared calendar {calendar} with you" : "{actor} 與你分享了{calendar} ",
|
|
|
|
|
"You shared calendar {calendar} with {user}" : "你與 {user} 分享了 {calendar} ",
|
|
|
|
|
"{actor} shared calendar {calendar} with {user}" : "{actor} 與 {user} 分享了日曆 {calendar} ",
|
|
|
|
|
"{actor} unshared calendar {calendar} from you" : "{actor} 停止與您分享日曆 {calendar}",
|
|
|
|
|
"You unshared calendar {calendar} from {user}" : "您停止與 {user} 分享日曆 {calendar}",
|
|
|
|
|
"{actor} unshared calendar {calendar} from {user}" : "{actor} 停止與 {user} 分享日曆 {calendar}",
|
|
|
|
|
"{actor} unshared calendar {calendar} from themselves" : "{actor} 停止與他們自己分享日曆 {calendar}",
|
|
|
|
|
"You shared calendar {calendar} with group {group}" : "您與群組 {group} 分享了日曆 {calendar}",
|
|
|
|
|
"{actor} shared calendar {calendar} with group {group}" : "{actor} 與群組 {group} 分享了日曆 {calendar}",
|
|
|
|
|
"You unshared calendar {calendar} from group {group}" : "您已停止與群組 {group} 分享日曆 {calendar}",
|
|
|
|
|
"You updated event {event} in calendar {calendar}" : "您更新了日曆 {calendar}中的事件{event}",
|
|
|
|
|
"A <strong>calendar</strong> was modified" : "一個<strong>日曆</strong>被更動",
|
|
|
|
|
"A calendar <strong>event</strong> was modified" : "一個日曆<strong>活動</strong>被更動",
|
|
|
|
|
"A calendar <strong>todo</strong> was modified" : "一個日曆<strong>代辦事項</strong>被更動",
|
|
|
|
|
"Contact birthdays" : "聯絡人生日",
|
|
|
|
|
"%s via %s" : "%s 透過 %s",
|
|
|
|
|
"Invitation canceled" : "邀請被取消了",
|
|
|
|
|
"Hello %s," : "%s您好,",
|
|
|
|
|
"The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了",
|
|
|
|
|
"Invitation updated" : "邀請更新",
|
|
|
|
|
"The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動",
|
|
|
|
|
"%s invited you to »%s«" : "%s邀請了您到%s",
|
|
|
|
|
"When:" : "時間",
|
|
|
|
|
"Where:" : "地點",
|
|
|
|
|
"Description:" : "描述",
|
|
|
|
|
"Link:" : "連結",
|
2016-10-10 03:06:58 +03:00
|
|
|
|
"Contacts" : "聯絡人",
|
2018-04-02 03:12:13 +03:00
|
|
|
|
"WebDAV" : "WebDAV",
|
2016-10-10 03:06:58 +03:00
|
|
|
|
"Technical details" : "技術細節",
|
|
|
|
|
"Remote Address: %s" : "遠端位置:%s",
|
2018-02-13 13:48:56 +03:00
|
|
|
|
"Request ID: %s" : "請求編號:%s",
|
2018-08-03 03:12:32 +03:00
|
|
|
|
"Send invitations to attendees" : "發送邀請函給參加者",
|
|
|
|
|
"CalDAV server" : "網路行事曆伺服器"
|
2016-10-10 03:06:58 +03:00
|
|
|
|
},
|
|
|
|
|
"nplurals=1; plural=0;");
|