2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Update translations

This commit is contained in:
David Taylor 2018-11-05 10:58:41 +00:00
parent a84b6b6b0c
commit d963f96fa4
85 changed files with 1786 additions and 850 deletions

View file

@ -8,6 +8,10 @@
es:
js:
discourse_local_dates:
relative_dates:
today: Hoy %{time}
tomorrow: Mañana %{time}
yesterday: Ayer %{time}
title: Insertar fecha
create:
modal_title: Insertar fecha

View file

@ -5,4 +5,12 @@
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
ko: {}
ko:
js:
discourse_local_dates:
create:
modal_subtitle: "날짜와 시간이 사용자의 현지 시간대로 자동 변환됩니다."
form:
date_title: 날짜
time_title: 시간
format_title: 날짜 형식

View file

@ -8,6 +8,10 @@
zh_CN:
js:
discourse_local_dates:
relative_dates:
today: 今天%{time}
tomorrow: 明天%{time}
yesterday: 昨天%{time}
title: 插入日期
create:
modal_title: 插入日期
@ -16,6 +20,13 @@ zh_CN:
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: 日期格式

View file

@ -5,4 +5,8 @@
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
zh_CN: {}
zh_CN:
site_settings:
discourse_local_dates_enabled: "启用话语本地日期功能。这将使用[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>"