diff options
| author | Fuwn <[email protected]> | 2024-02-07 08:05:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-07 08:05:03 -0800 |
| commit | 2f24d972aff6d991be67612cc97305250f83c131 (patch) | |
| tree | ffd325889cda810af7569c0f78001c2df388357f /src/lib/Locale/japanese.ts | |
| parent | feat(api): health check endpoint (diff) | |
| download | due.moe-2f24d972aff6d991be67612cc97305250f83c131.tar.xz due.moe-2f24d972aff6d991be67612cc97305250f83c131.zip | |
feat(locale): localise hololive
Diffstat (limited to 'src/lib/Locale/japanese.ts')
| -rw-r--r-- | src/lib/Locale/japanese.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts index 09b7dc32..3e3fcc35 100644 --- a/src/lib/Locale/japanese.ts +++ b/src/lib/Locale/japanese.ts @@ -233,6 +233,15 @@ const Japanese: Locale = { hint2: 'データの読み込みやログアウトに問題がある場合、サイトデータをクリアすることをお勧めします。' } + }, + hololive: { + live: 'ライブ', + upcoming: '近日公開予定', + with: 'と', + comma: '、', + commaNoSpace: '、', + ampersand: '', + ended: '終了' } }; |