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
+21
View File
@@ -0,0 +1,21 @@
export default {
'menu.dashboard': 'ダッシュボード',
'menu.playground': 'プレイグラウンド',
'menu.playground.rerank': 'リランク',
'menu.playground.embedding': '埋め込み',
'menu.playground.chat': 'チャット',
'menu.playground.speech': '音声',
'menu.playground.text2images': '画像生成',
'menu.compare': '比較',
'menu.models': 'モデル',
'menu.models.modelList': 'デプロイと管理',
'menu.models.modelCatalog': 'カタログ',
'menu.models.catalog': 'モデルカタログ',
'menu.modelCatalog': 'カタログ',
'menu.resources': 'リソース',
'menu.apikeys': 'APIキー',
'menu.users': 'ユーザー',
'menu.profile': 'プロフィール',
'menu.login': 'ログイン',
'menu.usage': '使用状況'
};