diff --git a/locales/en-US.yml b/locales/en-US.yml index ee6bf77e74..2449c00709 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -875,6 +875,7 @@ voteConfirm: "Are you sure that you want to vote?" deleteAccount: "Delete Account" deleteAccountConfirm: "Are you sure that you want to delete this account?" createdAt: "Created at" +enableAbsoluteTime: "Enable Absolute Time" _template: edit: "Edit Template..." diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 52ef905a62..80e3c062e2 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -912,6 +912,7 @@ voteConfirm: "投票しますか?" deleteAccount: "アカウント削除" deleteAccountConfirm: "本当にこのアカウントを削除しますか?" createdAt: "作成日時" +enableAbsoluteTime: "絶対時刻表記を使用する" _template: edit: "定型文を編集…" diff --git a/src/client/components/note-detailed.vue b/src/client/components/note-detailed.vue index ff14630a3a..1e4e057ff7 100644 --- a/src/client/components/note-detailed.vue +++ b/src/client/components/note-detailed.vue @@ -23,7 +23,8 @@