summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties')
-rw-r--r--thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties300
1 files changed, 300 insertions, 0 deletions
diff --git a/thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties b/thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties
new file mode 100644
index 0000000000..7011c66e6a
--- /dev/null
+++ b/thunderbird-l10n/ja/chrome/ja/locale/ja/calendar/calendar-extract.properties
@@ -0,0 +1,300 @@
+# 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.
+## (^m^) 半角数字はデフォルトでパターンに含まれるため記述する必要なし
+#
+# 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.
+## (^m^) 表記にスペースを含められる場合は、含めたほうのみを書く
+
+# 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
+## en-US: no.datetime.prefix = last week|sent|email|e-mail|instead of|>|unfortunately|in|not
+## (^m^) 元号に対応していないため除外しておく
+no.datetime.prefix = 平成|昭和|大正|明治|昨日|先日|昨週|先週|昨月|先月|昨年|去年|>|¥|$|€
+
+# LOCALIZATION NOTE (no.datetime.suffix):
+# datetimes followed by these won't be used
+## en-US: no.datetime.suffix = floor|flr|:|email|e-mail|>|%|usd|dollars
+no.datetime.suffix = 以前|以来|来|F|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 =
+
+# 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 時開|#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 = #1 時|#1 時頃|#1 時ごろ|#1 時閉|#1 時終
+
+# LOCALIZATION NOTE (from.hour.am):
+# #1 = matches numbers 0-23 and number.0-number.23
+from.hour.am = 午前 #1 時|#1 am|#1 a.m|am #1|a.m. #1|ごぜん #1 じ
+
+# 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 pm|#1 p.m|pm #1|p.m. #1|ごご #1 じ
+
+# 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 ふん|#1 じ #2 ぷん
+
+# LOCALIZATION NOTE (until.hour.minutes):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+until.hour.minutes = - #1:#2|- #1:#2|~ #1:#2|~ #1:#2
+
+# LOCALIZATION NOTE (from.hour.minutes.am):
+# #1 = matches numbers 0-23
+# #2 = matches numbers 0-59
+from.hour.minutes.am = 午前 #1 時 #2 分|#1:#2 am|#1:#2 a.m|am #1:#2|a.m. #1:#2|#1:#2 am|#1:#2 a.m|am #1:#2|a.m. #1:#2|ごぜん #1 じ #2 ふん|ごぜん #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 pm|#1:#2 p.m|pm #1:#2|p.m. #1:#2|#1:#2 pm|#1:#2 p.m|pm #1:#2|p.m. #1:#2|ごご #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 日
+
+# 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
+#from.month.day = #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 = #3 年 #2 月 #1 日|#3 / #2 / #1|#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 日
+
+# 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 分間
+
+# LOCALIZATION NOTE (duration.hours):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.hours = #1 時間
+
+# LOCALIZATION NOTE (duration.days):
+# #1 = matches 1/2 numbers and number.0 - and number.31
+duration.days = #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 = 0|〇|零
+number.1 = 1|一|壱
+number.2 = 2|二|弐
+number.3 = 3|三|参
+number.4 = 4|四
+number.5 = 5|五|伍
+number.6 = 6|六
+number.7 = 7|七
+number.8 = 8|八
+number.9 = 9|九
+number.10 = 10|十|一〇|拾|壱拾
+number.11 = 11|十一|一一|拾壱
+number.12 = 12|十二|一二|拾弐
+number.13 = 13|十三|一三|拾参
+number.14 = 14|十四|一四|拾四
+number.15 = 15|十五|一五|拾伍
+number.16 = 16|十六|一六|拾六
+number.17 = 17|十七|一七|拾七
+number.18 = 18|十八|一八|拾八
+number.19 = 19|十九|一九|拾九
+number.20 = 20|二十|二〇|廿|弐拾
+number.21 = 21|二十一|二一|弐拾壱
+number.22 = 22|二十二|二二|弐拾弐
+number.23 = 23|二十三|二三|弐拾参
+number.24 = 24|二十四|二四|弐拾四
+number.25 = 25|二十五|二五|弐拾伍
+number.26 = 26|二十六|二六|弐拾六
+number.27 = 27|二十七|二七|弐拾七
+number.28 = 28|二十八|二八|弐拾八
+number.29 = 29|二十九|二九|弐拾九
+number.30 = 30|三十|三〇|参拾
+number.31 = 31|三十一|三一|末|参拾壱
+
+# LOCALIZATION NOTE (alphabet):
+# list all lower and uppercase letters if your language has an alphabet
+# otherwise leave it empty
+alphabet = |