cfe924c10d
* feat: add vite-plugin-vue-i18n * feat: add ja locale messages * refactor: tweak word * chore: omit yarn.lock * refactor: move resource importing to i18n.ts * Restore pnpm-lock.yaml Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
18 lines
489 B
JSON
18 lines
489 B
JSON
{
|
||
"button": {
|
||
"about": "これは?",
|
||
"back": "戻る",
|
||
"go": "進む",
|
||
"home": "ホーム",
|
||
"toggle_dark": "ダークモード切り替え",
|
||
"toggle_langs": "言語切り替え"
|
||
},
|
||
"intro": {
|
||
"desc": "固執された Vite スターターテンプレート",
|
||
"dynamic-route": "動的ルートのデモ",
|
||
"hi": "こんにちは、{name}!",
|
||
"whats-your-name": "あなたの名前は?"
|
||
},
|
||
"not-found": "見つかりませんでした"
|
||
}
|