I’d like to check what messages the system sends to users, and maybe customise them. Anything I type in as a search term in Customise–Text (eg “flag” or “system_mesages”) shows up “more than 50 results” so I don’t get to see them all. Thanks.
pfaffman
(Jay Pfaffman)
July 4, 2022, 1:35pm
2
You can look in the source at
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
That’s great. Are there other similar ones? For example, when I search that for “tl1” or “system_messages” nothing turns up.
Update: there’s also a file server.en.yml. I’ve not looked through it but hope that between these two files I’ll be able to find everything.
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