chore: translate i18n files and update type definitions (#28528)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-23 15:47:57 +08:00
committed by GitHub
parent 1dfde240cb
commit c75a4e6309
20 changed files with 199 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ const translation = {
removeConfirmContent: '現在の設定は使用中です。これを削除すると、トレース機能が無効になります。',
clientId: 'OAuthクライアントID',
clientSecret: 'OAuthクライアントシークレット',
personalAccessToken: '(非推奨)アクセストークン',
personalAccessToken: 'パーソナルアクセストークン(レガシー)',
databricksHost: 'DatabricksワークスペースのURL',
},
weave: {
@@ -341,6 +341,8 @@ const translation = {
noMatchingCommands: '一致するコマンドが見つかりません',
tryDifferentSearch: '別の検索語句をお試しください',
},
notPublishedYet: 'アプリはまだ公開されていません',
noUserInputNode: 'ユーザー入力ノードが見つかりません',
}
export default translation