mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
df62b48d51
Previously we would render "Today at 2:42 PM" Now we render "Today 2:42 PM" This also introduces new strings so it can be properly translated Finally it introduces tests so we can make sure this keeps working
26 lines
1.2 KiB
YAML
26 lines
1.2 KiB
YAML
en:
|
||
js:
|
||
discourse_local_dates:
|
||
relative_dates:
|
||
today: Today %{time}
|
||
tomorrow: Tomorrow %{time}
|
||
yesterday: Yesterday %{time}
|
||
title: Insert date
|
||
create:
|
||
modal_title: Insert date
|
||
modal_subtitle: "We will automatically convert the date and time to the viewer’s local time zone."
|
||
form:
|
||
insert: Insert
|
||
advanced_mode: Advanced mode
|
||
simple_mode: Simple mode
|
||
format_description: "Format used to display the date to the user. Use \"\\T\\Z\" to display the user timezone in words (Europe/Paris)"
|
||
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
|