discourse/plugins/discourse-local-dates/config/locales/client.en.yml
Martin Brennan e26a1175d7
FEATURE: Initial version of experimental admin search (#31299)
This feature allows admins to find what they are
looking for in the admin interface via a search modal.
This replaces the admin sidebar filter
as the focus of the Ctrl+/ command, but the sidebar
filter can also still be used. Perhaps at some point
we may remove it or change the shortcut.

The search modal presents the following data for filtering:

* A list of all admin pages, the same as the sidebar,
   except also showing "third level" pages like
   "Email > Skipped"
* All site settings
* Themes
* Components
* Reports

Admins can also filter which types of items are shown in the modal,
for example hiding Settings if they know they are looking for a Page.

In this PR, I also have the following fixes:

* Site setting filters now clear when moving between
   filtered site setting pages, previously it was super
   sticky from Ember
* Many translations were moved around, instead of being
   in various namespaces for the sidebar links and the admin
   page titles and descriptions, now everything is under
   `admin.config` namespace, this makes it way easier to reuse
   this text for pages, search, and sidebar, and if you change it
   in one place then it is changed everywhere.

---------

Co-authored-by: Ella <ella.estigoy@gmail.com>
2025-02-21 11:59:24 +10:00

43 lines
1.7 KiB
YAML
Vendored

en:
admin_js:
admin:
site_settings:
categories:
discourse_local_dates: "Discourse Local Dates"
js:
discourse_local_dates:
relative_dates:
today: Today %{time}
tomorrow: Tomorrow %{time}
yesterday: Yesterday %{time}
countdown:
passed: date has passed
title: Insert date / time
create:
form:
insert: Insert
advanced_mode: Advanced mode
simple_mode: Simple mode
format_description: "Format used to display the date to the user. Use Z to show the offset and zz for the timezone name."
timezones_title: Timezones to display
timezones_description: Timezones will be used to display dates in preview and fallback.
recurring_title: Recurrence
recurring_description: "Define the recurrence of an event. You can also manually edit the recurring option generated by the form and use one of the following keys: years, quarters, months, weeks, days, hours, minutes, seconds, milliseconds."
recurring_none: No recurrence
invalid_date: Invalid date, make sure date and time are correct
date_title: Date
time_title: Time
format_title: Date format
timezone: Timezone
until: Until...
current_timezone: "Current timezone:"
recurring:
every_day: "Every day"
every_week: "Every week"
every_two_weeks: "Every two weeks"
every_month: "Every month"
every_two_months: "Every two months"
every_three_months: "Every three months"
every_six_months: "Every six months"
every_year: "Every year"
default_title: "%{site_name} Event"