From 4b1ceccd85c5493a70b6cd5c3c304802a6d518e5 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 3 Mar 2024 17:32:35 +0900 Subject: [PATCH] feat: replace "publish" with "schedule" in label/aria text --- components/publish/PublishWidget.vue | 27 +++++++++++++++++++++++++-- locales/en.json | 5 +++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index 5169d7bb..1457d803 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -300,6 +300,28 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) { + +
+
+ + + + +
+
    +
  1. + {{ i + 1 }}. + {{ error }} +
  2. +
+
@@ -554,6 +576,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) { diff --git a/locales/en.json b/locales/en.json index 80017586..0975e6cf 100644 --- a/locales/en.json +++ b/locales/en.json @@ -61,6 +61,7 @@ "clear": "Clear", "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", @@ -82,6 +83,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", @@ -612,6 +614,8 @@ "publish_failed": "Publish failed", "publishing": "Publishing", "save_failed": "Save failed", + "schedule_failed": "Schedule failed", + "scheduling": "Scheduling", "upload_failed": "Upload failed", "uploading": "Uploading..." }, @@ -736,6 +740,7 @@ "pick_an_icon": "Pick an icon", "publish_failed": "Close failed messages at the top of editor to republish posts", "remove_thread_item": "Remove item from thread", + "schedule_failed": "Close failed messages at the top of editor to reschedule posts", "schedule_post": "Schedule post", "start_thread": "Start thread", "toggle_bold": "Toggle bold",