mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
UX: improves local-dates modal form UI
This commit is contained in:
parent
8128cbd7db
commit
c3ec758107
7 changed files with 225 additions and 115 deletions
|
@ -8,6 +8,7 @@ en:
|
|||
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.
|
||||
|
@ -15,3 +16,6 @@ en:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue