diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-ja/chat/dateFormat.properties | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ja/chat/dateFormat.properties')
-rw-r--r-- | l10n-ja/chat/dateFormat.properties | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/l10n-ja/chat/dateFormat.properties b/l10n-ja/chat/dateFormat.properties new file mode 100644 index 0000000000..5931190e77 --- /dev/null +++ b/l10n-ja/chat/dateFormat.properties @@ -0,0 +1,63 @@ +# 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/. + +month.1.Mmm=1月 +month.2.Mmm=2月 +month.3.Mmm=3月 +month.4.Mmm=4月 +month.5.Mmm=5月 +month.6.Mmm=6月 +month.7.Mmm=7月 +month.8.Mmm=8月 +month.9.Mmm=9月 +month.10.Mmm=10月 +month.11.Mmm=11月 +month.12.Mmm=12月 + +month.1.name=1月 +month.2.name=2月 +month.3.name=3月 +month.4.name=4月 +month.5.name=5月 +month.6.name=6月 +month.7.name=7月 +month.8.name=8月 +month.9.name=9月 +month.10.name=10月 +month.11.name=11月 +month.12.name=12月 + +day.1.name=日曜日 +day.2.name=月曜日 +day.3.name=火曜日 +day.4.name=水曜日 +day.5.name=木曜日 +day.6.name=金曜日 +day.7.name=土曜日 + +day.1.Mmm=日 +day.2.Mmm=月 +day.3.Mmm=火 +day.4.Mmm=水 +day.5.Mmm=木 +day.6.Mmm=金 +day.7.Mmm=土 + +day.1.short=日 +day.2.short=月 +day.3.short=火 +day.4.short=水 +day.5.short=木 +day.6.short=金 +day.7.short=土 + + +noon=正午 +midnight=真夜中 + +AllDay=終日 + +# LOCALIZATION NOTE (finduri-MonthYear): +# %1$S is the month name, %2$S is the year (4 digits format). +finduri-MonthYear=%2$S年%1$S |