mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +08:00
UX: Copy changes for auto topic status update.
This commit is contained in:
parent
34b7bee568
commit
7cf2528f18
|
@ -26,14 +26,14 @@
|
||||||
|
|
||||||
{{#if autoReopen}}
|
{{#if autoReopen}}
|
||||||
{{auto-update-input
|
{{auto-update-input
|
||||||
inputLabelKey='topic.auto_reopen.label'
|
inputLabelKey='topic.topic_status_update.time'
|
||||||
input=updateTime
|
input=updateTime
|
||||||
inputValid=updateTimeValid
|
inputValid=updateTimeValid
|
||||||
hideBasedOnLastPost=true
|
hideBasedOnLastPost=true
|
||||||
basedOnLastPost=false}}
|
basedOnLastPost=false}}
|
||||||
{{else if autoClose}}
|
{{else if autoClose}}
|
||||||
{{auto-update-input
|
{{auto-update-input
|
||||||
inputLabelKey='topic.auto_close.label'
|
inputLabelKey='topic.topic_status_update.time'
|
||||||
input=updateTime
|
input=updateTime
|
||||||
inputValid=updateTimeValid
|
inputValid=updateTimeValid
|
||||||
limited=topicStatusUpdate.based_on_last_post
|
limited=topicStatusUpdate.based_on_last_post
|
||||||
|
|
|
@ -1470,11 +1470,9 @@ en:
|
||||||
deleted: "The topic has been deleted"
|
deleted: "The topic has been deleted"
|
||||||
|
|
||||||
topic_status_update:
|
topic_status_update:
|
||||||
title: "Defer Topic Status Update"
|
title: "Set Topic Timer"
|
||||||
save: "Set Topic Status Update"
|
save: "Set Timer"
|
||||||
close:
|
time: "Time:"
|
||||||
title: "Close Topic"
|
|
||||||
save: "Close topic"
|
|
||||||
auto_update_input:
|
auto_update_input:
|
||||||
limited:
|
limited:
|
||||||
units: "(# of hours)"
|
units: "(# of hours)"
|
||||||
|
@ -1483,8 +1481,7 @@ en:
|
||||||
units: ""
|
units: ""
|
||||||
examples: 'Enter number of hours (24), absolute time (17:30) or timestamp (2013-11-22 14:00).'
|
examples: 'Enter number of hours (24), absolute time (17:30) or timestamp (2013-11-22 14:00).'
|
||||||
auto_reopen:
|
auto_reopen:
|
||||||
title: "Auto-Reopen Topic"
|
title: "Auto-open Topic"
|
||||||
label: "Auto-reopen topic time:"
|
|
||||||
remove: "Don't Auto-Reopen This Topic"
|
remove: "Don't Auto-Reopen This Topic"
|
||||||
auto_close:
|
auto_close:
|
||||||
title: "Auto-Close Topic"
|
title: "Auto-Close Topic"
|
||||||
|
@ -1571,7 +1568,7 @@ en:
|
||||||
open: "Open Topic"
|
open: "Open Topic"
|
||||||
close: "Close Topic"
|
close: "Close Topic"
|
||||||
multi_select: "Select Posts…"
|
multi_select: "Select Posts…"
|
||||||
timed_update: "Defer Status Update..."
|
timed_update: "Set Topic Timer..."
|
||||||
pin: "Pin Topic…"
|
pin: "Pin Topic…"
|
||||||
unpin: "Un-Pin Topic…"
|
unpin: "Un-Pin Topic…"
|
||||||
unarchive: "Unarchive Topic"
|
unarchive: "Unarchive Topic"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user