14 lines
710 B
TypeScript
14 lines
710 B
TypeScript
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': '新しいユーザー'
|
|
};
|