feat: Add Japanese Language

This commit is contained in:
Shion Tanaka
2025-03-28 15:03:37 +08:00
committed by jialin
parent 455ae8aa05
commit 4f29fe5040
11 changed files with 702 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
export default {
'shortcuts.search.placeholder': 'キー設定を検索',
'shortcuts.title': 'ショートカット',
'shortcuts.playground.newmessage': '新しいメッセージ',
'shortcuts.playground.clearmessage': 'メッセージをクリア',
'shortcuts.playground.toggleparams': 'パラメータを折りたたむ/展開',
'shortcuts.models.newmodelHF': 'Hugging Faceモデルをデプロイ',
'shortcuts.models.newmodelLM': 'Ollamaモデルをデプロイ',
'shortcuts.models.search': 'Hugging Faceからモデルを検索',
'shortcuts.resources.addworker': 'ワーカーを追加',
'shortcuts.apikeys.new': '新しいAPIキー',
'shortcuts.users.new': '新しいユーザー'
};