diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-21 02:28:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-21 02:28:53 +0000 |
commit | 20fc8d8f30012edcd9f1d4e92dd4704bc5b77492 (patch) | |
tree | 9a6377d0d299d6e8e8ccb0eb8d81d953ad807b07 /apps/dav/l10n/zh_TW.js | |
parent | 9a1a3b47316a3c0f06abb0b4d5ad9f203ac0b27a (diff) | |
download | nextcloud-server-20fc8d8f30012edcd9f1d4e92dd4704bc5b77492.tar.gz nextcloud-server-20fc8d8f30012edcd9f1d4e92dd4704bc5b77492.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/zh_TW.js')
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index 2b09f9342a4..9cdc23c09f2 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -2,7 +2,6 @@ OC.L10N.register( "dav", { "Calendar" : "日曆", - "Todos" : "待辦事項", "Personal" : "個人", "{actor} created calendar {calendar}" : "{actor} 建立了日曆 {calendar}", "You created calendar {calendar}" : "您建立了日曆 {calendar}", @@ -37,22 +36,9 @@ OC.L10N.register( "{actor} restored event {event} of calendar {calendar}" : "{actor} 復原了日曆 {calendar} 中的活動 {event}", "You restored event {event} of calendar {calendar}" : "您復原了日曆 {calendar} 中的活動 {event}", "Busy" : "忙碌", - "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中建立了待辦事項 {todo}", - "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中建立了待辦事項 {todo}", - "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中刪除了待辦事項 {todo}", - "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中刪除了待辦事項 {todo}", - "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待辦事項 {todo}", - "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待辦事項 {todo}", - "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解決了待辦事項 {todo}", - "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解決了待辦事項 {todo}", - "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新開啟了待辦事項 {todo}", - "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新開啟了待辦事項 {todo}", - "{actor} moved todo {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} 將待辦事項 {todo} 從清單 {sourceCalendar} 移動至清單 {targetCalendar}", - "You moved todo {todo} from list {sourceCalendar} to list {targetCalendar}" : "您將待辦事項 {todo} 從清單 {sourceCalendar} 移動至清單 {targetCalendar}", "Calendar, contacts and tasks" : "日曆、通訊錄與工作項目", "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" : "聯絡人生日", "Death of %s" : "%s 逝世", "Calendar:" : "日曆:", @@ -181,6 +167,18 @@ OC.L10N.register( "Tentative" : "暫定", "Number of guests" : "訪客數量", "Comment" : "留言", - "Your attendance was updated successfully." : "您的參與狀態成功更新。" + "Your attendance was updated successfully." : "您的參與狀態成功更新。", + "Todos" : "待辦事項", + "{actor} created todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中建立了待辦事項 {todo}", + "You created todo {todo} in list {calendar}" : "您在列表 {calendar} 中建立了待辦事項 {todo}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} 在列表 {calendar} 中刪除了待辦事項 {todo}", + "You deleted todo {todo} from list {calendar}" : "您在列表 {calendar} 中刪除了待辦事項 {todo}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中更新了待辦事項 {todo}", + "You updated todo {todo} in list {calendar}" : "您在列表 {calendar} 中更新了待辦事項 {todo}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中解決了待辦事項 {todo}", + "You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解決了待辦事項 {todo}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新開啟了待辦事項 {todo}", + "You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新開啟了待辦事項 {todo}", + "A calendar <strong>todo</strong> was modified" : "一個日曆<strong>待辦事項</strong>被更動" }, "nplurals=1; plural=0;"); |