diff options
Diffstat (limited to 'locales/ru.yml')
| -rw-r--r-- | locales/ru.yml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/locales/ru.yml b/locales/ru.yml index 8f2655ec4c..290c660ff8 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -151,6 +151,15 @@ common/views/components/twitter-setting.vue: disconnect: "切断する" common/views/components/uploader.vue: waiting: "待機中" +common/views/components/visibility-chooser.vue: + public: "公開" + home: "ホーム" + home-desc: "ホームタイムラインにのみ公開" + followers: "フォロワー" + followers-desc: "自分のフォロワーにのみ公開" + specified: "ダイレクト" + specified-desc: "指定したユーザーにのみ公開" + private: "非公開" common/views/widgets/broadcast.vue: fetching: "確認中" no-broadcasts: "お知らせはありません" @@ -165,15 +174,6 @@ common/views/widgets/photo-stream.vue: common/views/widgets/server.vue: title: "サーバー情報" toggle: "表示を切り替え" -common/views/widgets/visibility-chooser.vue: - public: "公開" - home: "ホーム" - home-desc: "ホームタイムラインにのみ公開" - followers: "フォロワー" - followers-desc: "自分のフォロワーにのみ公開" - specified: "ダイレクト" - specified-desc: "指定したユーザーにのみ公開" - private: "非公開" desktop/views/components/activity.chart.vue: total: "Black ... Total" notes: "Blue ... Notes" @@ -358,6 +358,8 @@ desktop/views/components/renote-form.vue: failure: "Renoteに失敗しました" desktop/views/components/renote-form-window.vue: title: "この投稿をRenoteしますか?" +desktop/views/components/settings-window.vue: + settings: "設定" desktop/views/components/settings.vue: profile: "プロフィール" notification: "通知" |