Files
gpustack-ui/src/locales/ja-JP/common.ts
T
gitlawrandjialin 8d045ffd8b feat(header): add GitHub star button to top bar
Compact pill (GitHub icon | star count) placed left of the version
display. Star count is fetched from the GitHub API once per 24h and
cached in localStorage; the button hides entirely when no count is
available (e.g. air-gapped deployments), matching the existing update-
check graceful-degradation pattern. Fetch is bounded by a 4s abort
timeout to avoid hanging requests offline.
2026-06-10 12:00:35 +08:00

337 lines
16 KiB
TypeScript

export default {
'common.button.resetdefault': 'デフォルトにリセット',
'common.button.perview': 'プレビュー',
'common.button.readonly': '読み取り専用',
'common.button.editmode': '編集モード',
'common.button.shortcut': 'キーボードショートカット',
'common.button.add': '追加',
'common.button.login': 'ログイン',
'common.button.select': '選択',
'common.button.selected': '選択済み',
'common.button.continue': '続行',
'common.button.upload': 'アップロード',
'common.button.save': '保存',
'common.button.saverun': '保存して実行',
'common.button.run': '実行',
'common.button.viewcode': 'コードを表示',
'common.button.copy': 'コピー',
'common.button.copied': 'コピー済み',
'common.button.collapse': '折りたたむ',
'common.button.expand': '展開',
'common.button.cancel': 'キャンセル',
'common.button.approval': '承認',
'common.button.reject': '拒否',
'common.button.more': 'もっと見る',
'common.button.discard': '破棄する',
'common.button.submit': '送信',
'settings.system': 'システム設定',
'common.button.search': '検索',
'common.button.clear': 'クリア',
'common.holder.search': '検索',
'common.button.view': '詳細を表示',
'common.button.detail': '詳細を表示',
'common.button.reset': 'リセット',
'common.button.export': 'エクスポート',
'common.button.import': 'インポート',
'common.button.retry': '再試行',
'common.button.apply': '適用',
'common.button.create.now': '今すぐ作成',
'common.button.add.now': '今すぐ追加',
'common.button.refresh': '更新',
'common.button.delete': '削除',
'common.button.create': '作成',
'common.button.clone': '複製',
'common.button.rollback': 'ロールバック',
'common.button.new': '新規 {text}',
'common.button.enabled': '有効',
'common.button.disabled': '無効',
'common.button.upgrade': 'アップグレード',
'common.enterprise.feature': 'Available in GPUStack Enterprise',
'common.input.holder': '入力してください',
'common.validate.value': '{name} の値は必須です',
'common.button.edit': '編集',
'common.button.authorize': 'ロール認可',
'common.button.confirm': '確認',
'common.button.viewlog': 'ログを表示',
'common.button.viewevent': 'イベントを表示',
'common.button.recreate': '再作成',
'common.table.operation': '操作',
'common.table.creator': '作成者',
'common.table.createTime': '作成日時',
'common.table.updateTime': '更新日時',
'common.table.description': '説明',
'common.table.displayName': '表示名',
'common.table.name': '名前',
'common.table.status': 'ステータス',
'common.table.name.list': '{type} 名称',
'common.search.name.placeholder': '名前でフィルタ',
'common.search.id.placeholder': 'IDでフィルタ',
'common.filter.byId': 'IDでフィルタ',
'common.filter.byCreator': '作成者でフィルタ',
'common.table.type': 'タイプ',
'common.table.default': 'デフォルト値',
'common.copy.success': 'コピー成功!',
'common.copy.fail': 'コピー失敗!',
'common.delete.success': '削除成功!',
'common.delete.fail': '削除失敗',
'common.edit.success': '更新成功!',
'common.edit.fail': '更新失敗',
'common.title.config': '設定',
'common.message.fail': '失敗!',
'common.message.success': '成功!',
'common.delete.tips': '本当に削除しますか?',
'common.button.close': '閉じる',
'common.button.done': '完了',
'common.button.next': '次へ',
'common.button.prev': '前へ',
'common.button.back': '戻る',
'common.button.undo': '元に戻す',
'common.button.discardChange': '変更を破棄',
'common.tips.save':
'保存されていない変更があります。このページを離れると変更が破棄されます。',
'common.tips.cancel':
'保存されていない変更があります。本当に変更を破棄しますか?',
'common.tips.discard': '変更を破棄しますか?',
'common.tips.title': 'ヒント:',
'common.input.range.start': '開始値',
'common.input.range.end': '終了値',
'common.footer.version': 'バージョン',
'common.footer.version.title': 'バージョン情報',
'common.footer.version.web': 'UI',
'common.footer.version.server': 'サーバー',
'common.form.field.optional': '任意',
'common.form.field.input.required': '必須',
'common.form.field.select.required': '必須',
'common.select.option': 'すべて',
'common.checkbox.all': 'すべて',
'common.select.all': 'すべての {type}',
'common.data.unkonwn': '不明',
'common.data.none': 'データなし',
'common.action.none': '利用不可',
'common.button.addfile': 'ファイルを追加',
'common.logout.msg': 'ログアウト成功',
'common.button.logout': 'ログアウト',
'common.form.rule.select': '{name} を選択してください',
'common.form.rule.input': '{name} は必須です',
'common.form.key': '同じキーが存在します',
'common.date.utc': 'UTC時間',
'common.date.local': 'ローカル時間',
'common.button.deploy': 'デプロイ',
'common.button.logs': 'ログ',
'common.ws.close': '接続が失われました。再接続しますか?',
'common.ws.reconnect': '再接続',
'common.input.key': 'キー',
'common.input.value': '値',
'common.input.type': 'タイプ',
'common.input.visible': '可視性',
'common.input.description': '説明',
'common.time.day': '日',
'common.chart.filter.holder': 'データ項目をフィルタ',
'common.chart.filter.tips': 'フィルタでさらに表示',
'common.permission.401': 'ログインしていません',
'common.permission.403':
'申し訳ありませんが、このページにアクセスする権限がありません。',
'common.permission.404':
'申し訳ありませんが、アクセスしようとしたページは存在しません。',
'common.permission.action.post': '作成',
'common.permission.action.get': '検索',
'common.permission.action.delete': '削除',
'common.permission.action.put': '更新',
'common.button.settings': '設定',
'common.button.management': '管理',
'common.cli.download': 'CLIをダウンロード',
'common.button.download': 'ダウンロード',
'common.table.sensitive': '機密',
'common.table.createdBy': '操作者',
'common.table.yes': 'はい',
'common.table.no': 'いいえ',
'common.validate.labelName':
'小文字の英数字または "-" のみを含み、英数字で始まり英数字で終わる必要があります。',
'common.search.nodata': '一致するデータがありません',
'common.data.empty': 'データなし',
'common.tips.change': '保存されていない変更があります!',
'common.copy.notSupport':
'お使いのブラウザはクリップボードAPIをサポートしていません',
'common.title.basicInfo': '基本情報',
'common.help.need': 'ヘルプが必要ですか?',
'common.help.eg': '例: {content}',
'common.filter.label': 'フィルタ',
'common.filter.isrequired.holder': '任意',
'common.filter.isrequired.true': '必須',
'common.filter.isrequired.false': '任意ではない',
'common.filter.attrs': '属性',
'common.filter.filled.holder': '入力済み',
'common.filter.filled.true': '入力済み',
'common.filter.filled.false': '未入力',
'common.environment.development': '開発',
'common.environment.production': '本番',
'common.environment.staging': 'ステージング',
'common.time.label': '期間',
'common.time.hour': '時間',
'common.time.minute': '分',
'common.issue.report': '問題を報告',
'common.github.star.tooltip': 'GitHub でスターをつける',
'common.social.discord': 'Discordに参加',
'common.table.mark': 'コメント',
'common.table.rollback.mark': 'ロールバックコメント',
'common.button.saveDeploy': '保存してデプロイ',
'common.button.savePreview': '保存してプレビュー',
'common.button.rollbackPreview': 'ロールバックプレビュー',
'common.button.deployPreview': 'デプロイプレビュー',
'common.button.draft': '下書きを保存',
'common.button.stop': '停止',
'common.button.start': '開始',
'common.rule.object.key': 'キーは空にできません',
'common.confirm.title': '本当に{action}しますか?',
'common.rule.name': '名前は必須です',
'common.rule.wordlimit': '最大 {length} 文字',
'common.docs.link.tips': 'ドキュメントを表示',
'common.docs.link': 'こちら',
'common.result.nodata.subtitle': '作成されているか確認してください',
'common.result.nodata.title': '{type} が見つかりません',
'common.rule.array': '配列形式である必要があります',
'common.rule.object': 'オブジェクト形式である必要があります',
'common.rule.syntaxerror': '構文エラー',
'common.code.hide.tips': '... {rows} 行を非表示、クリックして展開 ...',
'common.nodata.created': '{type} はまだ作成されていません',
'common.nodata.added': '{type} はまだ追加されていません',
'common.status.edited': '編集済み',
'common.table.user': 'ユーザー',
'common.settings.instructions': '手順',
'common.settings.language': '言語',
'common.delete.confirm': '選択した {type} を削除してもよろしいですか?',
'common.delete.single.confirm':
'<span style="font-size: 13px;font-weight: 700">{name}</span> を削除してもよろしいですか?',
'common.stop.confirm': '選択した {type} を停止してもよろしいですか?',
'common.stop.single.confirm':
'<span style="font-size: 13px;font-weight: 700">{name}</span> を停止してもよろしいですか?',
'common.start.confirm': '選択した {type} を開始してもよろしいですか?',
'common.start.single.confirm':
'<span style="font-size: 13px;font-weight: 700">{name}</span> を開始してもよろしいですか?',
'common.filter.name': '名前でフィルタ',
'common.form.password': 'パスワード',
'common.form.username': 'ユーザー名',
'common.login.rember': 'ログイン状態を保持',
'settings.company': 'GPUStack.ai',
'common.button.help': 'ヘルプ',
'common.button.feedback': 'フィードバック',
'common.button.docs': 'ドキュメント',
'common.button.version': 'バージョン',
'common.title.delete.confirm': '削除を確認',
'common.title.stop.confirm': '停止を確認',
'common.title.start.confirm': '開始を確認',
'common.title.recreate.confirm': '再作成を確認',
'common.button.addLabel': 'ラベルを追加',
'common.button.addSelector': 'セレクターを追加',
'common.button.addParams': 'パラメータを追加',
'common.button.vars': '変数を追加',
'common.text.variable': '変数',
'common.text.here': 'こちら',
'common.text.latest': '最新',
'common.text.new': '新規',
'common.text.changelog': 'リリースノート',
'common.button.delrecreate': '削除(再作成)',
'common.options.all': 'すべて',
'common.options.none': 'なし',
'common.options.auto': '自動',
'common.search.empty': '一致する結果が見つかりませんでした。',
'common.button.downloadLog': 'ログをダウンロード',
'common.button.faq': 'FAQ',
'common.button.moreInfo': '詳細情報',
'common.text.warning': '警告',
'common.text.error': 'エラー',
'common.text.tips': 'ヒント',
'common.appearance': 'Appearance',
'common.appearance.dark': 'Dark',
'common.appearance.light': 'Light',
'common.appearance.system': 'System Default',
'common.exception.404': 'Sorry, the page you visited does not exist.',
'common.appearance.darkmode': 'Dark Mode',
'common.appearance.lightmode': 'Light Mode',
'common.appearance.tips': 'Default follows system preference.',
'common.button.forgotpassword': 'Forgot password?',
'common.appearance.theme': 'Theme',
'common.page.wentwrong': 'Something went wrong.',
'common.page.refresh.tips':
'The page may need to be updated. Try refreshing it!',
'common.tips.escape.disable':
'Click Cancel or the X at the top right to close.',
'common.button.clearSelection': 'Clear Selection',
'common.select.count': '{count} selected',
'common.login.auth': 'Authenticating...',
'common.login.auth.failed': 'Authentication failed',
'common.login.password': 'Log in with Password',
'common.external.login': 'Log in with {type}',
'common.sso.noConfig':
'Single sign-on is not enabled on this system. Please contact your administrator.',
'common.button.edit.item': 'Edit {name}',
'common.button.copy.item': 'Duplicate {name}',
'common.button.terminal': 'Terminal',
'common.button.addItem': 'Add Item',
'common.help.default': 'Default: {content}',
'common.filter.status': 'Filter by status',
'common.form.rule.selectInput': 'Please select or enter a {name}',
'common.tag.experimental': 'Experimental',
'common.title.example': 'Example',
'common.button.dontshowagain': "Don't show again",
'common.sorter.tips.ascend': 'Click to sort ascending',
'common.sorter.tips.descend': 'Click to sort descending',
'common.sorter.tips.cancel': 'Click to cancel sorting',
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled',
'common.button.duplicate': 'Duplicate',
'common.option.other': 'Other',
'common.file.size.limit': 'File size must not exceed {size}.',
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
'common.image.limit.width': 'Image width must be {width}.',
'common.image.limit.height': 'Image height must be {height}.',
'common.remaining': '残り {count}',
'common.max': '最大 {count}',
'common.max.count': '{label} 数',
'common.validate.group': 'Please complete the {group} configuration',
'common.preferences': 'Preferences'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'common.appearance.dark': 'Dark',
// 2. 'common.appearance.light': 'Light',
// 3. 'common.appearance.system': 'System Default',
// 4. 'common.appearance': 'Appearance',
// 5. 'common.exception.404': 'Sorry, the page you visited does not exist.',
// 6. 'common.appearance.darkmode': 'Dark Mode',
// 7. 'common.appearance.lightmode': 'Light Mode',
// 8. 'common.appearance.tips': 'Default follows system preference.'
// 9. 'common.button.forgotpassword': 'Forgot Password?'
// 10. 'common.appearance.theme': 'Theme',
// 11. 'common.page.wentwrong': 'Something went wrong.',
// 12. 'common.page.refresh.tips': 'The page may need to be updated. Try refreshing it!',
// 13. 'common.tips.escape.disable': 'Click Cancel or the X at the top right to close.'
// 14. 'common.button.clearSelection': 'Clear Selection',
// 15. 'common.select.count': '{count} selected',
// 16. 'common.login.auth': 'Authenticating...',
// 17. 'common.login.auth.failed': 'Authentication failed',
// 18. 'common.external.login': 'Log in with {type}'
// 19. 'common.login.password': 'Log in with Password',
// 20. 'common.sso.noConfig': 'Single sign-on is not enabled on this system. Please contact your administrator.'
// 21. 'common.button.edit.item': 'Edit {name}',
// 22. 'common.button.terminal': 'Terminal',
// 23. 'common.button.addItem': 'Add Item',
// 24. 'common.help.default': 'Default: {content}',
// 25. 'common.filter.status': 'Filter by status'
// 26. 'common.form.rule.selectInput': 'Please select or enter a {name}',
// 27. 'common.tag.experimental': 'Experimental',
// 28. 'common.title.example': 'Example',
// 29. 'common.button.dontshowagain': "Don't show again",
// 30. 'common.sorter.tips.ascend': 'Click to sort ascending',
// 31. 'common.sorter.tips.descend': 'Click to sort descending',
// 32. 'common.sorter.tips.cancel': 'Click to cancel sorting',
// 33. 'common.button.enable': 'Enable',
// 34. 'common.button.disable': 'Disable',
// 35. 'common.status.enabled': 'Enabled',
// 36. 'common.status.disabled': 'Disabled'
// 33. 'common.button.duplicate': 'Duplicate',
// 34. 'common.option.other': 'Other'
// ========== End of To-Do List ==========