diff --git a/locales/en-US.yml b/locales/en-US.yml index 0039bda726..8205e23a9f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -741,7 +741,8 @@ desktop/views/components/settings.vue: profile: "Profile" notification: "Notification" apps: "Apps" - mute: "Mute" + mute-and-block: "ミュート/ブロック" + blocking: "ブロック" security: "Security" signin: "Sign in history" password: "Password" @@ -867,8 +868,12 @@ common/views/components/drive-settings.vue: max: "Max" in-use: "In use" stats: "Statistics" -desktop/views/components/settings.mute.vue: - no-users: "No muted users" +common/views/components/mute-and-block.vue: + mute-and-block: "ミュートとブロック" + mute: "ミュート" + block: "ブロック" + no-muted-users: "ミュートしているユーザーはいません" + no-blocked-users: "ブロックしているユーザーはいません" desktop/views/components/settings.password.vue: reset: "Change password" enter-current-password: "Enter the current password"