From 34a5adf9517f109626801e576733a65002cde87c Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 14 Sep 2018 15:14:59 +0900 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E3=81=AB=E9=96=B2=E8=A6=A7=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E3=81=AE=E7=94=BB=E5=83=8F=E3=82=92=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=20&=20=E3=83=AA=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=AF=E3=82=BF=E3=83=AA=E3=83=B3=E3=82=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 2 + .../desktop/views/components/media-image.vue | 2 +- .../app/desktop/views/components/settings.vue | 258 ++++++++---------- .../mobile/views/components/media-image.vue | 2 +- .../app/mobile/views/pages/settings.vue | 212 +++++++------- src/client/app/store.ts | 1 + 6 files changed, 220 insertions(+), 257 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5b6fe6bb6..aaa06bdd1 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -116,6 +116,8 @@ common: use-contrast-reversi-stones: "リバーシのアイコンにコントラストを付ける" verified-user: "公式アカウント" disable-animated-mfm: "投稿内の動きのあるテキストを無効にする" + always-show-nsfw: "常に閲覧注意のメディアを表示する" + this-setting-is-this-device-only: "このデバイスのみ" do-not-use-in-production: 'これは開発ビルドです。本番環境で使用しないでください。' diff --git a/src/client/app/desktop/views/components/media-image.vue b/src/client/app/desktop/views/components/media-image.vue index 0284872c6..66ac389f6 100644 --- a/src/client/app/desktop/views/components/media-image.vue +++ b/src/client/app/desktop/views/components/media-image.vue @@ -1,5 +1,5 @@