diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index b281938f..17643610 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -262,11 +262,11 @@ onDeactivated(() => {
- + @@ -519,6 +519,7 @@ onDeactivated(() => { {{ $t('action.save_changes') }} {{ $t('action.reply') }} + {{ !isSending ? $t('action.schedule') : $t('state.scheduling') }} {{ !isSending ? $t('action.publish') : $t('state.publishing') }} diff --git a/locales/en.json b/locales/en.json index 62a2266c..3ede943c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -60,6 +60,7 @@ "boosted": "Boosted", "clear_publish_failed": "Clear publish errors", "clear_save_failed": "Clear save errors", + "clear_schedule_failed": "Clear schedule errors", "clear_upload_failed": "Clear file upload errors", "close": "Close", "compose": "Compose", @@ -79,6 +80,7 @@ "reset": "Reset", "save": "Save", "save_changes": "Save changes", + "schedule": "Schedule", "sign_in": "Sign in", "sign_in_to": "Sign in to {0}", "switch_account": "Switch account", @@ -598,6 +600,8 @@ "publish_failed": "Publish failed", "publishing": "Publishing", "save_failed": "Save failed", + "schedule_failed": "Schedule failed", + "scheduling": "Scheduling", "upload_failed": "Upload failed", "uploading": "Uploading..." }, @@ -719,6 +723,7 @@ "open_editor_tools": "Editor tools", "pick_an_icon": "Pick an icon", "publish_failed": "Close failed messages at the top of editor to republish posts", + "schedule_failed": "Close failed messages at the top of editor to reschedule posts", "schedule_post": "Schedule post", "toggle_bold": "Toggle bold", "toggle_code_block": "Toggle code block",