summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties')
-rw-r--r--thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties294
1 files changed, 294 insertions, 0 deletions
diff --git a/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties b/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties
new file mode 100644
index 0000000000..151e45c4a9
--- /dev/null
+++ b/thunderbird-l10n/zh-TW/chrome/zh-TW/locale/zh-TW/calendar/calendar-extract.properties
@@ -0,0 +1,294 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE:
+# Strings here are used to create events and tasks with start and end times
+# based on email content.
+# None of the strings are displayed in the user interface.
+#
+# You don't have to fill all from.*, until.*, *.prefix and *.suffix patterns.
+# It's ok to leave some empty.
+# Please consider declensions and gender if your language has them.
+# Don't just translate directly. The number of variants doesn't have to be
+# the same as in en-US. All of 0, 1, 2, etc is allowed in patterns except alphabet
+# pattern. You can and should add language specific variants.
+#
+# There are two different ways to find a start time text in email:
+# 1) it matches a from.* pattern and does not have end.prefix or end.suffix next to it
+# 2) it matches until.* pattern and has start.prefix or start.suffix next to it
+# Similar inverse logic applies to end times.
+# These rules enable using prefix and suffix values with only start.* or only until.*
+# patterns localized for some languages and thus not having to repeat the same
+# values in both.
+#
+# Patterns are partially space-insensitive.
+# "deadline is" pattern will find both "deadlineis" and "deadline is"
+# but "deadlineis" won't find "deadline is" or "deadline is".
+# Therefore you should include all spaces that are valid within a pattern.
+
+# LOCALIZATION NOTE (start.prefix):
+# datetimes with these in front are extracted as start times
+# can be a list of values, separate variants by |
+start.prefix =自 | 從 | 於 | 時間 | : | : | 開始於
+
+# LOCALIZATION NOTE (start.suffix):
+# datetimes followed by these are extracted as start times
+start.suffix = 起 | - | 起 | 與 | 開始 | 到
+
+# LOCALIZATION NOTE (end.prefix):
+# datetimes with these in front are extracted as end times
+end.prefix = 迄 | 至 | 到 | ~ | - | 期限: | 期限: | 到期日: | 到期日:| 結束於
+
+# LOCALIZATION NOTE (end.suffix):
+# datetimes followed by these are extracted as end times
+# can be a list of values, separate variants by |
+end.suffix =前 | 止 | 為止 | 結束 | 到期
+
+# LOCALIZATION NOTE (no.datetime.prefix):
+# datetimes with these in front won't be used
+# specify full words here
+no.datetime.prefix = > | $
+
+# LOCALIZATION NOTE (no.datetime.suffix):
+# datetimes followed by these won't be used
+no.datetime.suffix = 樓 | F | : | 郵件 | 信 | 元 | 個 | 塊 | 張 | $
+
+# LOCALIZATION NOTE (from.*):
+# can be a list of values, separate variants by |
+
+# LOCALIZATION NOTE (from.today):
+# must not be empty!
+from.today = 今天 | 今日 | 本日
+
+from.tomorrow = 明天 | 明日
+# LOCALIZATION NOTE (until.*):
+# can be a list of values, separate variants by |
+until.tomorrow =隔夜
+
+# LOCALIZATION NOTE (from.ordinal.date):
+# #1 = matches numbers 1-31 and number.x
+# should not have "#1" as this would match any single number in email to a time
+from.ordinal.date = #1 日 | #1 號
+
+# LOCALIZATION NOTE (until.ordinal.date):
+# #1 = matches numbers 1-31 and number.x
+until.ordinal.date =
+
+from.noon = 中午 | 正午
+until.noon =
+
+# LOCALIZATION NOTE (from.hour):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should not have "#1" as this would match any single number in email to a time
+from.hour = #1 時 | #1 點 | #1 - | #1 ~
+
+# LOCALIZATION NOTE (until.hour):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour =
+
+# LOCALIZATION NOTE (from.hour.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.am = 上午 #1 時 | 上午 #1 點 | 早上 #1 時 | 早上 #1 點 | 凌晨 #1 時 | 凌晨 #1 點 | #1 am | #1 AM | #1 a.m.
+
+# LOCALIZATION NOTE (until.hour.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour.am =
+
+# LOCALIZATION NOTE (from.hour.pm):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.pm = 下午 #1 時 | 下午 #1 點 | 晚上 #1 時 | 晚上 #1 點 | 傍晚 #1 時 | 傍晚 #1 點 | #1 pm | #1 PM | #1 p.m.
+
+# LOCALIZATION NOTE (until.hour.pm):
+# #1 = matches numbers 0-23 and number.0-number.23
+# should also list how to find end of a timeframe
+until.hour.pm =
+
+# LOCALIZATION NOTE (from.half.hour.before):
+# denotes times 30 minutes before next full hour
+from.half.hour.before = #1 前半小時
+
+# LOCALIZATION NOTE (until.half.hour.before):
+# denotes times 30 minutes before next full hour
+until.half.hour.before =
+
+# LOCALIZATION NOTE (from.half.hour.after):
+# denotes times 30 minutes after last full hour
+from.half.hour.after = #1 點半
+
+# LOCALIZATION NOTE (until.half.hour.after):
+# denotes times 30 minutes after last full hour
+until.half.hour.after =
+
+# LOCALIZATION NOTE (from.hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes = #1:#2 | 於 #1:#2 | 的 #1:#2 | #1 點 #2 分
+
+# LOCALIZATION NOTE (until.hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes =
+
+# LOCALIZATION NOTE (from.hour.minutes.am):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes.am = 上午 #1:#2 | 午前 #1:#2 | 早上 #1:#2 | #1:#2 a.m. | #1:#2 am | #1:#2 AM | 上午 #1 點 #2 分
+
+# LOCALIZATION NOTE (until.hour.minutes.am):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes.am =
+
+# LOCALIZATION NOTE (from.hour.minutes.pm):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes.pm = 下午 #1:#2 | 午後 #1:#2 | 晚上 #1:#2 | #1:#2 pm | #1:#2 PM | #1:#2 p.m. | 下午 #1 點 #2 分 | 下午 #1 時 #2 分
+
+# LOCALIZATION NOTE (until.hour.minutes.pm):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes.pm =
+
+# LOCALIZATION NOTE (from.monthname.day):
+# #1 = matches numbers 1-31 and number.x
+# #2 = matches monthname
+from.monthname.day = #2 #1 日 | #2 #1 號 | #2 第 #1 日 | #2 第 #1 天
+
+# LOCALIZATION NOTE (until.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+until.monthname.day =
+
+# LOCALIZATION NOTE (from.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+from.month.day = #2/#1 | #2-#1 | #2 月 #1 日 | #2 月 #1 號 | #2 月第 #1 日 | #2 月第 #1 天
+
+# LOCALIZATION NOTE (until.month.day):
+# #1 = matches numbers 1-31 and number.x
+# #2 = matches numbers 1-12
+until.month.day =
+
+# LOCALIZATION NOTE (from.year.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+# #3 = matches 2/4 numbers
+from.year.month.day = #2/#1/#3 | #3/#2/#1 | #3-#2-#1 | #3 年 #2 月 #1 日
+
+# LOCALIZATION NOTE (until.year.month.day):
+# #1 = matches numbers 1-31
+# #2 = matches numbers 1-12
+# #3 = matches 2/4 numbers
+until.year.month.day =
+
+# LOCALIZATION NOTE (from.year.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+# #3 = matches 2/4 numbers
+from.year.monthname.day = #3/#2/#1 | #3-#2-#1 | #3 年 #2 #1 日 | #2 #1, #3
+
+# LOCALIZATION NOTE (until.year.monthname.day):
+# #1 = matches numbers 1-31
+# #2 = matches monthname
+# #3 = matches 2/4 numbers
+until.year.monthname.day =
+
+# LOCALIZATION NOTE (duration.*):
+# can be a list of values, separate variants by |
+
+# LOCALIZATION NOTE (duration.minutes):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.minutes = #1 分鐘 | #1 分
+
+# LOCALIZATION NOTE (duration.hours):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.hours = #1 小時 | #1 時 | #1 個鐘頭
+
+# LOCALIZATION NOTE (duration.days):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.days = #1 天 | #1 日
+
+# LOCALIZATION NOTE (month.*):
+# can be a list of values, separate variants by |
+month.1 = 一月 | 1 月
+month.2 = 二月 | 2 月
+month.3 = 三月 | 3 月
+month.4 = 四月 | 4 月
+month.5 = 五月 | 5 月
+month.6 = 六月 | 6 月
+month.7 = 七月 | 7 月
+month.8 = 八月 | 8 月
+month.9 = 九月 | 9 月
+month.10 = 十月 | 10 月
+month.11 = 十一月 | 11 月
+month.12 = 十二月 | 12 月
+
+# LOCALIZATION NOTE (from.weekday.*):
+# used to derive start date based on weekdays mentioned
+# can be a list of values, separate variants by |
+# LOCALIZATION NOTE (from.weekday.0):
+# Regardless of what the first day of the week is in your country, 0 is Sunday here.
+from.weekday.0 = 星期日 | 禮拜天 | 週日 | 周日
+from.weekday.1 = 星期一 | 禮拜一 | 週一 | 周一
+from.weekday.2 = 星期二 | 禮拜二 | 週二 | 周二
+from.weekday.3 = 星期三 | 禮拜三 | 週三 | 周三
+from.weekday.4 = 星期四 | 禮拜四 | 週四 | 周四
+from.weekday.5 = 星期五 | 禮拜五 | 週五 | 周五
+from.weekday.6 = 星期六 | 禮拜六 | 週六 | 周六
+
+# LOCALIZATION NOTE (until.weekday.*):
+# used to derive end date based on weekdays mentioned
+# can be a list of values, separate variants by |
+# LOCALIZATION NOTE (until.weekday.0):
+# Regardless of what the first day of the week is in your country, 0 is Sunday here.
+until.weekday.0 =
+until.weekday.1 =
+until.weekday.2 =
+until.weekday.3 =
+until.weekday.4 =
+until.weekday.5 =
+until.weekday.6 =
+
+# LOCALIZATION NOTE (number.*):
+# used within other patterns to understand dates where day of month isn't written with digits
+# can be a list of values, separate variants by |
+number.0 = 零 | 〇
+number.1 = 一 | 第一
+number.2 = 二 | 第二
+number.3 = 三 | 第三
+number.4 = 四 | 第四
+number.5 = 五 | 第五
+number.6 = 六 | 第六
+number.7 = 七 | 第七
+number.8 = 八 | 第八
+number.9 = 九 | 第九
+number.10 = 十 | 第十
+number.11 = 十一 | 第十一
+number.12 = 十二 | 第十二
+number.13 = 十三 | 第十三
+number.14 = 十四 | 第十四
+number.15 = 十五 | 第十五
+number.16 = 十六 | 第十六
+number.17 = 十七 | 第十七
+number.18 = 十八 | 第十八
+number.19 = 十九 | 第十九
+number.20 = 二十 | 第二十 | 廿 | 第廿
+number.21 = 二十一 | 第二十一 | 廿一 | 第廿一
+number.22 = 二十二 | 第二十二 | 廿二 | 第廿二
+number.23 = 二十三 | 第二十三 | 廿三 | 第廿三
+number.24 = 二十四 | 第二十四 | 廿四 | 第廿四
+number.25 = 二十五 | 第二十五 | 廿五 | 第廿五
+number.26 = 二十六 | 第二十六 | 廿六 | 第廿六
+number.27 = 二十七 | 第二十七 | 廿七 | 第廿七
+number.28 = 二十八 | 第二十八 | 廿八 | 第廿八
+number.29 = 二十九 | 第二十九 | 廿九 | 第廿九
+number.30 = 三十 | 第三十 | 卅 | 第卅
+number.31 = 三十一 | 第三十一 | 卅一 | 第卅一
+
+# LOCALIZATION NOTE (alphabet):
+# list all lower and uppercase letters if your language has an alphabet
+# otherwise leave it empty
+alphabet =