mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Update translations
This commit is contained in:
@ -7,6 +7,26 @@
|
||||
el:
|
||||
js:
|
||||
discourse_local_dates:
|
||||
relative_dates:
|
||||
today: Σήμερα %{time}
|
||||
tomorrow: Αύριο %{time}
|
||||
yesterday: Χθες %{time}
|
||||
countdown:
|
||||
passed: ημερομηνία έχει παρέλθει
|
||||
title: Εισαγωγή ημερομηνίας / ώρας
|
||||
create:
|
||||
form:
|
||||
date_title: Ημερομηνία
|
||||
time_title: Ώρα
|
||||
format_title: Μορφή ημερομηνίας
|
||||
timezone: Ζώνη ώρας
|
||||
until: Μέχρι...
|
||||
recurring:
|
||||
every_day: "Κάθε μέρα"
|
||||
every_week: "Κάθε εβδομάδα"
|
||||
every_two_weeks: "Κάθε δυο εβδομάδες"
|
||||
every_month: "Κάθε μήνα"
|
||||
every_two_months: "Κάθε δύο μήνες"
|
||||
every_three_months: "Κάθε τρεις μήνες"
|
||||
every_six_months: "Κάθε έξι μήνες"
|
||||
every_year: "Κάθε χρόνο"
|
||||
|
@ -1,43 +1,7 @@
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
# WARNING: Never edit this file.
|
||||
# It will be overwritten when translations are pulled from Crowdin.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
# https://translate.discourse.org/
|
||||
|
||||
ko:
|
||||
js:
|
||||
discourse_local_dates:
|
||||
relative_dates:
|
||||
today: 오늘 %{time}
|
||||
tomorrow: 내일 %{time}
|
||||
yesterday: 어제 %{time}
|
||||
countdown:
|
||||
passed: 날짜가 지났습니다
|
||||
title: 날짜 / 시간 삽입
|
||||
create:
|
||||
form:
|
||||
insert: 삽입
|
||||
advanced_mode: 고급 모드
|
||||
simple_mode: 단순 모드
|
||||
format_description: "사용자에게 날짜를 표시하는 데 사용되는 형식. \"\\T\\Z\"를 사용하여 사용자 시간대를 단어 (유럽/파리)로 표시하십시오"
|
||||
timezones_title: 표시 할 시간대
|
||||
timezones_description: 시간대는 미리보기 및 폴백으로 날짜를 표시하는 데 사용됩니다.
|
||||
recurring_title: 반복
|
||||
recurring_description: "이벤트의 반복을 정의하십시오. 양식에서 생성 된 반복 옵션을 수동으로 편집하고 연도, 분기, 월, 주, 일, 시, 분, 초, 밀리 초 중 하나를 사용할 수 있습니다."
|
||||
recurring_none: 반복 없음
|
||||
invalid_date: 날짜가 잘못되었습니다. 날짜와 시간이 올바른지 확인하십시오
|
||||
date_title: 날짜
|
||||
time_title: 시간
|
||||
format_title: 날짜 형식
|
||||
timezone: 시간대
|
||||
until: 까지...
|
||||
recurring:
|
||||
every_day: "매일"
|
||||
every_week: "매주"
|
||||
every_two_weeks: "2주마다"
|
||||
every_month: "매월"
|
||||
every_two_months: "2개월마다"
|
||||
every_three_months: "3개월마다"
|
||||
every_six_months: "6개월마다"
|
||||
every_year: "매년"
|
||||
ko:
|
||||
|
@ -1,13 +1,7 @@
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
# WARNING: Never edit this file.
|
||||
# It will be overwritten when translations are pulled from Crowdin.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
# https://translate.discourse.org/
|
||||
|
||||
ko:
|
||||
site_settings:
|
||||
discourse_local_dates_enabled: "discourse-local-dates 기능을 사용합니다. 이렇게하면 [date] 요소를 사용하여 게시물에서 지역 시간대 인식 날짜에 대한 지원이 추가됩니다."
|
||||
discourse_local_dates_default_formats: "자주 사용되는 날짜 시간 형식은 다음을 참조하십시오: <a target='_blank' rel='noopener' href='https://momentjs.com/docs/#/parsing/string-format/'>momentjs 문자열 형식</a>"
|
||||
discourse_local_dates_default_timezones: "기본 시간대 목록은 유효한 <a target='_blank' rel='noopener' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>TZ</a> 여야합니다."
|
||||
discourse_local_dates_email_format: "이메일의 날짜를 표시하는데 사용되는 형식."
|
||||
ko:
|
||||
|
Reference in New Issue
Block a user