forked from FoundKeyGang/FoundKey
Added got it to the local files
Home.vue got it was still untranslated. It now has a localization file
This commit is contained in:
parent
cbb73e4e15
commit
0f34ed3ccd
3 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ common:
|
||||||
paragraph2: "You can change the display by <strong>right clicking</strong> on some widgets."
|
paragraph2: "You can change the display by <strong>right clicking</strong> on some widgets."
|
||||||
paragraph3: "To delete a widget, <strong>drag and drop the widget onto the area labeled "Trash"</strong> in the header."
|
paragraph3: "To delete a widget, <strong>drag and drop the widget onto the area labeled "Trash"</strong> in the header."
|
||||||
paragraph4: "To finish the customization, click "Finish" in the upper right."
|
paragraph4: "To finish the customization, click "Finish" in the upper right."
|
||||||
|
gotit: "Got it!"
|
||||||
|
|
||||||
time:
|
time:
|
||||||
unknown: "unknown"
|
unknown: "unknown"
|
||||||
|
|
|
@ -13,6 +13,7 @@ common:
|
||||||
paragraph2: "一部のウィジェットは、<strong><strong>右</strong>クリック</strong>することで表示を変更することができます。"
|
paragraph2: "一部のウィジェットは、<strong><strong>右</strong>クリック</strong>することで表示を変更することができます。"
|
||||||
paragraph3: "ウィジェットを削除するには、ヘッダーの<strong>「ゴミ箱」</strong>と書かれたエリアにウィジェットをドラッグ&ドロップします。"
|
paragraph3: "ウィジェットを削除するには、ヘッダーの<strong>「ゴミ箱」</strong>と書かれたエリアにウィジェットをドラッグ&ドロップします。"
|
||||||
paragraph4: "カスタマイズを終了するには、右上の「完了」をクリックします。"
|
paragraph4: "カスタマイズを終了するには、右上の「完了」をクリックします。"
|
||||||
|
gotit: "Got it!"
|
||||||
|
|
||||||
time:
|
time:
|
||||||
unknown: "なぞのじかん"
|
unknown: "なぞのじかん"
|
||||||
|
|
|
@ -193,7 +193,7 @@ export default Vue.extend({
|
||||||
'<p>%i18n:common.customizationtips.paragraph3%</p>' +
|
'<p>%i18n:common.customizationtips.paragraph3%</p>' +
|
||||||
'<p>%i18n:common.customizationtips.paragraph4%</p>',
|
'<p>%i18n:common.customizationtips.paragraph4%</p>',
|
||||||
actions: [{
|
actions: [{
|
||||||
text: 'Got it!'
|
text: '%i18n:common.customizationtips.gotit%'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue