mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: Add missing translation (#14592)
This commit is contained in:
parent
b59c419253
commit
76c9de2d04
@ -29,7 +29,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if useDuration}}
|
{{#if useDuration}}
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<label class="control-label">Duration</label>
|
<label class="control-label">{{i18n "topic.topic_status_update.duration"}}</label>
|
||||||
{{relative-time-picker onChange=(action "durationChanged") durationMinutes=(readonly topicTimer.duration_minutes)}}
|
{{relative-time-picker onChange=(action "durationChanged") durationMinutes=(readonly topicTimer.duration_minutes)}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -2653,6 +2653,7 @@ en:
|
|||||||
time_frame_required: "Please select a time frame"
|
time_frame_required: "Please select a time frame"
|
||||||
min_duration: "Duration must be greater than 0"
|
min_duration: "Duration must be greater than 0"
|
||||||
max_duration: "Duration must be less than 20 years"
|
max_duration: "Duration must be less than 20 years"
|
||||||
|
duration: "Duration"
|
||||||
auto_update_input:
|
auto_update_input:
|
||||||
none: "Select a timeframe"
|
none: "Select a timeframe"
|
||||||
now: "Now"
|
now: "Now"
|
||||||
@ -3932,8 +3933,6 @@ en:
|
|||||||
|
|
||||||
no_group_messages_title: "No group messages found"
|
no_group_messages_title: "No group messages found"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# This section is exported to the javascript for i18n in the admin section
|
# This section is exported to the javascript for i18n in the admin section
|
||||||
admin_js:
|
admin_js:
|
||||||
type_to_filter: "type to filter..."
|
type_to_filter: "type to filter..."
|
||||||
|
Loading…
Reference in New Issue
Block a user