diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-19 00:12:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-19 00:12:46 +0000 |
commit | b566998b05d33cda188cdd00b515a7e46331d03b (patch) | |
tree | bf3ad6546281794e977aef196e7ea0f4cb35fefd /apps/dav/l10n | |
parent | 48821ed6a60ba6df9f88b65276aaf8d808ee15f2 (diff) | |
download | nextcloud-server-b566998b05d33cda188cdd00b515a7e46331d03b.tar.gz nextcloud-server-b566998b05d33cda188cdd00b515a7e46331d03b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 13 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.json | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index e5e1b876ca8..8e07f9ceed5 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -21,6 +21,7 @@ OC.L10N.register( "{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}", + "Busy" : "忙碌中", "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>被更動", @@ -28,20 +29,28 @@ OC.L10N.register( "Invitation canceled" : "邀請被取消了", "Hello %s," : "%s您好,", "Invitation updated" : "邀請更新", + "%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s", "When:" : "時間", "Where:" : "地點", "Description:" : "描述", "Link:" : "連結", + "Accept" : "接受", + "Decline" : "拒絕", + "More options …" : "更多選項 ...", "Contacts" : "聯絡人", "WebDAV" : "WebDAV", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", + "Are you accepting the invitation?" : "接受邀請嗎?", + "Tentative" : "測試的", + "Save" : "儲存", "Send invitations to attendees" : "發送邀請函給參加者", + "Automatically generate a birthday calendar" : "自動建立 生日 日曆", + "Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立", "%s via %s" : "%s 透過 %s", "The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了", "The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動", - "%s invited you to »%s«" : "%s邀請了您到%s", - "CalDAV server" : "網路行事曆伺服器" + "%s invited you to »%s«" : "%s邀請了您到%s" }, "nplurals=1; plural=0;"); diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index 475aca4eaf9..6714b417fe9 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -19,6 +19,7 @@ "{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}", + "Busy" : "忙碌中", "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>被更動", @@ -26,20 +27,28 @@ "Invitation canceled" : "邀請被取消了", "Hello %s," : "%s您好,", "Invitation updated" : "邀請更新", + "%1$s invited you to »%2$s«" : "%1$s邀請您到%2$s", "When:" : "時間", "Where:" : "地點", "Description:" : "描述", "Link:" : "連結", + "Accept" : "接受", + "Decline" : "拒絕", + "More options …" : "更多選項 ...", "Contacts" : "聯絡人", "WebDAV" : "WebDAV", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", + "Are you accepting the invitation?" : "接受邀請嗎?", + "Tentative" : "測試的", + "Save" : "儲存", "Send invitations to attendees" : "發送邀請函給參加者", + "Automatically generate a birthday calendar" : "自動建立 生日 日曆", + "Birthday calendars will be generated by a background job." : "生日日曆 將會在 後台 建立", "%s via %s" : "%s 透過 %s", "The meeting »%s« with %s was canceled." : "會議 %s 與 %s 被取消了", "The meeting »%s« with %s was updated." : "會議 %s 與 %s 有所更動", - "%s invited you to »%s«" : "%s邀請了您到%s", - "CalDAV server" : "網路行事曆伺服器" + "%s invited you to »%s«" : "%s邀請了您到%s" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |