From 45d3792ce0415e05b811c5dc4e58eb025c165175 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 31 Oct 2018 11:21:17 +0900 Subject: [PATCH] New translations ja-JP.yml (Chinese Simplified) --- locales/zh-CN.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index c958efeb73..041d0c38d5 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -741,7 +741,8 @@ desktop/views/components/settings.vue: profile: "プロフィール" notification: "通知" apps: "アプリ" - mute: "ミュート" + mute-and-block: "ミュート/ブロック" + blocking: "ブロック" security: "セキュリティ" signin: "サインイン履歴" password: "パスワード" @@ -867,8 +868,12 @@ common/views/components/drive-settings.vue: max: "容量" in-use: "使用中" stats: "統計" -desktop/views/components/settings.mute.vue: - no-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: "パスワードを変更する" enter-current-password: "現在のパスワードを入力してください"