From cbb73e4e15b81390cb4279ff90a2cdb3dad3c633 Mon Sep 17 00:00:00 2001 From: gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> Date: Tue, 31 Jul 2018 13:29:18 -0400 Subject: Localized customization tips on home.vue Added relevant customization lines. --- src/client/app/desktop/views/components/home.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/client/app/desktop/views/components/home.vue b/src/client/app/desktop/views/components/home.vue index 7a01596cfd..5390e89ac5 100644 --- a/src/client/app/desktop/views/components/home.vue +++ b/src/client/app/desktop/views/components/home.vue @@ -187,11 +187,11 @@ export default Vue.extend({ methods: { hint() { (this as any).apis.dialog({ - title: '%fa:info-circle%カスタマイズのヒント', - text: '
ホームのカスタマイズでは、ウィジェットを追加/削除したり、ドラッグ&ドロップして並べ替えたりすることができます。
' + - '一部のウィジェットは、右クリックすることで表示を変更することができます。
' + - 'ウィジェットを削除するには、ヘッダーの「ゴミ箱」と書かれたエリアにウィジェットをドラッグ&ドロップします。
' + - 'カスタマイズを終了するには、右上の「完了」をクリックします。
', + title: '%fa:info-circle%%i18n:common.customizationtips.title%', + text: '%i18n:common.customizationtips.paragraph1%
' + + '%i18n:common.customizationtips.paragraph2%
' + + '%i18n:common.customizationtips.paragraph3%
' + + '%i18n:common.customizationtips.paragraph4%
', actions: [{ text: 'Got it!' }] -- cgit v1.2.3-freya