From 4feccdfd92e6191a6d04320c4ea5f0632f69ba97 Mon Sep 17 00:00:00 2001 From: Xeltica <7106976+Xeltica@users.noreply.github.com> Date: Sun, 26 Jul 2020 11:05:26 +0900 Subject: インスタンス設定の不足分を追加 (#6576) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * インスタンス設定の不足分を追加 * fix bug * Update ja-JP.yml * Update settings.vue * Update settings.vue Co-authored-by: syuilo --- src/client/pages/instance/settings.vue | 84 ++++++++++++++++++++++++++++++++-- 1 file changed, 81 insertions(+), 3 deletions(-) (limited to 'src/client') diff --git a/src/client/pages/instance/settings.vue b/src/client/pages/instance/settings.vue index 0436e87804..dfd6cc6d4f 100644 --- a/src/client/pages/instance/settings.vue +++ b/src/client/pages/instance/settings.vue @@ -28,6 +28,9 @@ {{ $t('enableGlobalTimeline') }} {{ $t('disablingTimelinesInfo') }} +
+ {{ $t('useStarForReactionFallback') }} +
@@ -74,6 +77,29 @@
+
+
{{ $t('emailConfig') }}
+
+ {{ $t('enableEmail') }} + {{ $t('email') }} +
{{ $t('smtpConfig') }}
+
+ {{ $t('smtpHost') }} + {{ $t('smtpPort') }} +
+
+ {{ $t('smtpUser') }} + {{ $t('smtpPass') }} +
+ {{ $t('emptyToDisableSmtpAuth') }} + {{ $t('smtpSecure') }} +
+ {{ $t('testEmail') }} + {{ $t('save') }} +
+
+
+
{{ $t('serviceworker') }}
@@ -195,12 +221,19 @@ {{ $t('save') }}
+
+
Summaly Proxy
+
+ URL + {{ $t('save') }} +
+