Я хотел бы проверить, какие сообщения система отправляет пользователям, и, возможно, настроить их. Всё, что я ввожу как поисковый запрос в разделе «Настройка — Текст» (например, «flag» или «system_messages»), показывает «более 50 результатов», поэтому я не могу просмотреть их все. Спасибо.
pfaffman
(Jay Pfaffman)
04.Июль.2022 13:35:46
2
Вы можете посмотреть в исходном коде по адресу
en:
js:
blocks:
ghost:
# Section titles
status: "Status"
conditions: "Conditions"
arguments: "Arguments"
container_args: "Container Args"
in_location: "in"
# Status text (used in badge, header, and status section)
hidden: "hidden"
not_registered: "not registered"
no_visible_children: "no visible children"
failed: "failed"
ghost_reasons:
# Longer hint messages shown at bottom of ghost tooltip
optional_missing_hint: "This optional block is not rendered because it's not registered."
no_visible_children_hint: "This container block is not rendered because none of its children are visible."
condition_failed_hint: "This block is not rendered because its conditions failed."
This file has been truncated. show original
Отлично. Есть ли ещё что-то подобное? Например, при поиске по «tl1» или «system_messages» ничего не находится.
Обновление: есть также файл server.en.yml. Я ещё не просматривал его, но надеюсь, что в этих двух файлах я смогу найти всё необходимое.
en:
dates:
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date_no_year: "D MMM"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
short_date: "D MMM, YYYY"
# Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/
long_date: "MMMM D, YYYY h:mma"
datetime_formats: &datetime_formats
formats:
# Format directives: https://ruby-doc.org/core/strftime_formatting_rdoc.html
short: "%m-%d-%Y"
# Format directives: https://ruby-doc.org/core/strftime_formatting_rdoc.html
short_no_year: "%B %-d"
# Format directives: https://ruby-doc.org/core/strftime_formatting_rdoc.html
date_only: "%B %-d, %Y"
# Format directives: https://ruby-doc.org/core/strftime_formatting_rdoc.html
long: "%B %-d, %Y, %l:%M%P"
# Format directives: https://ruby-doc.org/core/strftime_formatting_rdoc.html
This file has been truncated. show original