From e257b830a125aa90619bb251be86d1e8073bf365 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 15 Nov 2015 15:19:44 -0500 Subject: [PATCH] Synchronize localizations from Transifex --- plugins/managesieve/localization/zh_TW.inc | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/plugins/managesieve/localization/zh_TW.inc b/plugins/managesieve/localization/zh_TW.inc index b21310c..6672787 100644 --- a/plugins/managesieve/localization/zh_TW.inc +++ b/plugins/managesieve/localization/zh_TW.inc @@ -57,6 +57,8 @@ $labels['vacationdays'] = '多久回覆一次(單位:天):'; $labels['vacationreason'] = '信件內容(休假原因):'; $labels['vacationsubject'] = '訊息主旨:'; +$labels['days'] = '天'; +$labels['seconds'] = '秒'; $labels['rulestop'] = '停止評估規則'; $labels['enable'] = '啟用/停用'; $labels['filterset'] = '篩選器集合'; @@ -102,6 +104,10 @@ $labels['varquotewildcard'] = '跳脫字元'; $labels['varlength'] = '長度'; $labels['notify'] = '寄送通知'; +$labels['notifytarget'] = '通知收件人'; +$labels['notifymessage'] = '通知內容訊息(選填):'; +$labels['notifyoptions'] = '通知項目(選填):'; +$labels['notifyfrom'] = '通知寄件人(選填):'; $labels['notifyimportance'] = '重要性:'; $labels['notifyimportancelow'] = '低'; $labels['notifyimportancenormal'] = '一般'; @@ -110,6 +116,11 @@ $labels['usedata'] = '於規則中使用轉寄時間'; $labels['nextstep'] = '下一步'; $labels['...'] = '…'; +$labels['currdate'] = '現在時間'; +$labels['datetest'] = '日期'; +$labels['year'] = '年'; +$labels['month'] = '月'; +$labels['day'] = '日'; $labels['date'] = '日期 (yyyy-mm-dd)'; $labels['julian'] = '日期 (Julian Day)'; $labels['time'] = '時間 (hh:mm:ss)'; -- Gitblit v1.9.1