Localized customization tips on home.vue
Added relevant customization lines.
This commit is contained in:
@ -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!'
|
||||
}]
|
||||
|
Reference in New Issue
Block a user