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-ko/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-ko/chat/dateFormat.properties')
-rw-r--r-- | l10n-ko/chat/dateFormat.properties | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/l10n-ko/chat/dateFormat.properties b/l10n-ko/chat/dateFormat.properties new file mode 100644 index 0000000000..9ac83244c3 --- /dev/null +++ b/l10n-ko/chat/dateFormat.properties @@ -0,0 +1,62 @@ +# 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월 |