0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-local-dates/config/locales/server.zh_CN.yml
2026-03-10 09:52:23 +01:00

13 lines
1.3 KiB
YAML
Vendored

# 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://translate.discourse.org/
zh_CN:
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'>时区</a>"
discourse_local_dates_email_format: "用于在电子邮件中显示日期的格式,示例:'LLLL'、'llll' 或 'YYYY-MM-DDTHH:mm:ss[Z]'。请参阅:<a target='_blank' rel='noopener' href='https://momentjs.com/docs/#/parsing/string-format/'>momentjs 字符串格式</a>"
discourse_local_dates_email_timezone: "用于在电子邮件中显示日期的时区,必须是有效的<a target='_blank' rel='noopener' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>时区</a>"