discourse/plugins/discourse-local-dates/config/locales/server.ru.yml
2025-08-25 11:43:23 +02:00

13 lines
1.7 KiB
YAML
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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/
ru:
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/'>форматирование строк с помощью moment.js</a>"
discourse_local_dates_default_timezones: "Список часовых поясов должен содержать допустимые <a target='_blank' rel='noopener' href='https://ru.wikipedia.org/wiki/Часовой_пояс'>часовые пояса</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'>TZ</a>"