Localized customization tips on home.vue

Added relevant customization lines.
This commit is contained in:
gutfuckllc
2018-07-31 13:29:18 -04:00
parent aed7d06af5
commit cbb73e4e15
3 changed files with 20 additions and 5 deletions

View File

@ -187,11 +187,11 @@ export default Vue.extend({
methods: {
hint() {
(this as any).apis.dialog({
title: '%fa:info-circle%カスタマイズのヒント',
text: '<p>ホームのカスタマイズでは、ウィジェットを追加/削除したり、ドラッグ&ドロップして並べ替えたりすることができます。</p>' +
'<p>一部のウィジェットは、<strong><strong>右</strong>クリック</strong>することで表示を変更することができます。</p>' +
'<p>ウィジェットを削除するには、ヘッダーの<strong>「ゴミ箱」</strong>と書かれたエリアにウィジェットをドラッグ&ドロップします。</p>' +
'<p>カスタマイズを終了するには、右上の「完了」をクリックします。</p>',
title: '%fa:info-circle%%i18n:common.customizationtips.title%',
text: '<p>%i18n:common.customizationtips.paragraph1%</p>' +
'<p>%i18n:common.customizationtips.paragraph2%</p>' +
'<p>%i18n:common.customizationtips.paragraph3%</p>' +
'<p>%i18n:common.customizationtips.paragraph4%</p>',
actions: [{
text: 'Got it!'
}]