mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-14 20:52:08 +02:00
translationsNew (#5015)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"fullscreen": "フルスクリーンモードに切り替え",
|
||||
"sidebar": "サイドバーモードに切り替え"
|
||||
},
|
||||
"alpha": "Alpha",
|
||||
"alpha": "アルファ",
|
||||
"premiumFeature": "プレミアム機能:",
|
||||
"comingSoon": "近日公開:"
|
||||
},
|
||||
@@ -317,6 +317,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "環境設定"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "ワークスペース",
|
||||
"people": "メンバー",
|
||||
"teams": "チーム"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "構成",
|
||||
"systemSettings": "システム設定",
|
||||
"features": "機能",
|
||||
"endpoints": "エンドポイント",
|
||||
"database": "データベース",
|
||||
"advanced": "詳細設定"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "セキュリティと認証",
|
||||
"security": "セキュリティ",
|
||||
"connections": "接続"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "ライセンスと分析",
|
||||
"plan": "プラン",
|
||||
"audit": "監査",
|
||||
"usageAnalytics": "利用分析"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "ポリシーとプライバシー",
|
||||
"legal": "法務",
|
||||
"privacy": "プライバシー"
|
||||
},
|
||||
"developer": {
|
||||
"title": "開発者",
|
||||
"apiKeys": "APIキー"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "先にログインモードを有効にしてください",
|
||||
"requiresEnterprise": "Enterpriseライセンスが必要です"
|
||||
},
|
||||
"connection": {
|
||||
"title": "接続モード",
|
||||
"mode": {
|
||||
@@ -373,7 +413,13 @@
|
||||
"hideUnavailableConversionsDescription": "グレー表示の代わりに、Convert ツールで無効な変換オプションを非表示にします。"
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "キーボードショートカット",
|
||||
"description": "ツールにすばやくアクセスできるようキーボードショートカットをカスタマイズします。「Change shortcut」をクリックし、新しいキーの組み合わせを押してください。Escでキャンセルします。",
|
||||
"errorConflict": "ショートカットはすでに{{tool}}で使用されています。",
|
||||
"errorModifier": {
|
||||
"mac": "ショートカットに⌘(Command)、⌥(Option)などの修飾キーを含めてください。",
|
||||
"windows": "ショートカットにCtrl、Altなどの修飾キーを含めてください。"
|
||||
},
|
||||
"searchPlaceholder": "ツールを検索...",
|
||||
"none": "未割り当て",
|
||||
"customBadge": "カスタム",
|
||||
@@ -1867,7 +1913,7 @@
|
||||
},
|
||||
"trapped": {
|
||||
"label": "トラッピング状態",
|
||||
"unknown": "Unknown",
|
||||
"unknown": "不明",
|
||||
"true": "True",
|
||||
"false": "False"
|
||||
},
|
||||
@@ -4036,7 +4082,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "利用可能な言語",
|
||||
"description": "ユーザーが選択できる言語(空にすると全言語を有効化)"
|
||||
"description": "ユーザーが選択できる言語(空にすると全言語を有効化)",
|
||||
"placeholder": "言語を選択"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "カスタムメタデータ",
|
||||
@@ -4061,7 +4108,9 @@
|
||||
"label": "ロゴスタイル",
|
||||
"description": "最新のミニマリストロゴかクラシックな S アイコンを選択",
|
||||
"classic": "クラシック",
|
||||
"modern": "モダン"
|
||||
"classicAlt": "クラシックロゴ",
|
||||
"modern": "モダン",
|
||||
"modernAlt": "モダンロゴ"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "カスタムパス",
|
||||
@@ -4968,7 +5017,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "アプリケーション構成",
|
||||
"description": "現在のアプリケーション設定と構成の詳細。"
|
||||
"description": "現在のアプリケーション設定と構成の詳細。",
|
||||
"loading": "構成を読み込み中...",
|
||||
"error": "エラー",
|
||||
"warning": "構成の警告",
|
||||
"sections": {
|
||||
"basic": "基本構成",
|
||||
"security": "セキュリティ構成",
|
||||
"system": "システム構成",
|
||||
"integration": "統合構成"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5342,6 +5400,7 @@
|
||||
"description": "チームを管理し、ワークスペースのメンバーを整理します",
|
||||
"loading": "チームを読み込み中...",
|
||||
"loadingDetails": "チームの詳細を読み込み中...",
|
||||
"loadError": "チームの詳細を読み込めませんでした",
|
||||
"createNewTeam": "新しいチームを作成",
|
||||
"teamName": "チーム名",
|
||||
"totalMembers": "メンバー総数",
|
||||
@@ -5544,6 +5603,7 @@
|
||||
},
|
||||
"payment": {
|
||||
"preparing": "チェックアウトを準備しています...",
|
||||
"redirecting": "安全なチェックアウトにリダイレクトしています...",
|
||||
"upgradeTitle": "{{planName}} にアップグレード",
|
||||
"success": "支払いが完了しました",
|
||||
"successMessage": "サブスクリプションが有効化されました。まもなく確認メールが届きます。",
|
||||
|
||||
Reference in New Issue
Block a user