feat: recurrence editor, set-default calendar, and timezone-aware calendar queries
This commit is contained in:
+34
-1
@@ -2501,7 +2501,37 @@
|
||||
"every_n_weeks": "Every {count} weeks",
|
||||
"every_n_months": "Every {count} months",
|
||||
"until": "Until",
|
||||
"occurrences": "{count} occurrences"
|
||||
"occurrences": "{count} occurrences",
|
||||
"custom": "Custom…",
|
||||
"edit_custom": "Edit custom recurrence",
|
||||
"every_n_years": "Every {count} years",
|
||||
"on_days": "on {days}",
|
||||
"on_day_n": "on day {day}",
|
||||
"on_the_nth": "on the {nth} {day}",
|
||||
"in_month": "in {month}",
|
||||
"nth_1": "first",
|
||||
"nth_2": "second",
|
||||
"nth_3": "third",
|
||||
"nth_4": "fourth",
|
||||
"nth_last": "last",
|
||||
"editor_freq_day": "Day",
|
||||
"editor_freq_week": "Week",
|
||||
"editor_freq_month": "Month",
|
||||
"editor_freq_year": "Year",
|
||||
"editor_repeats_on": "Repeats on",
|
||||
"editor_every": "Every",
|
||||
"editor_unit_days": "day(s)",
|
||||
"editor_unit_weeks": "week(s)",
|
||||
"editor_unit_months": "month(s)",
|
||||
"editor_unit_years": "year(s)",
|
||||
"editor_on_day": "on day",
|
||||
"editor_on_the": "on the",
|
||||
"editor_in": "in",
|
||||
"editor_ends": "Ends",
|
||||
"editor_never": "Never",
|
||||
"editor_ends_on": "On",
|
||||
"editor_ends_after": "After",
|
||||
"editor_occurrences": "occurrences"
|
||||
},
|
||||
"recurrence_scope": {
|
||||
"edit_title": "Edit recurring event",
|
||||
@@ -2678,6 +2708,9 @@
|
||||
"default": "Default",
|
||||
"confirm_delete": "Delete \"{name}\"? All events in this calendar will be removed.",
|
||||
"confirm_clear": "Clear all events from \"{name}\"? This cannot be undone.",
|
||||
"set_default": "Set as default",
|
||||
"default_updated": "Default calendar updated",
|
||||
"error_default": "Failed to set default calendar",
|
||||
"clear_events": "Clear events",
|
||||
"events_cleared": "{count} events cleared",
|
||||
"error_clear": "Failed to clear calendar events",
|
||||
|
||||
Reference in New Issue
Block a user