chore: add missing translations (#28631)
This commit is contained in:
@@ -4,7 +4,6 @@ const translation = {
|
||||
listNum: '{{num}} サブスクリプション',
|
||||
empty: {
|
||||
title: 'サブスクリプションがありません',
|
||||
description: 'イベントの受信を開始するために最初のサブスクリプションを作成してください',
|
||||
button: '新しいサブスクリプション',
|
||||
},
|
||||
createButton: {
|
||||
@@ -33,6 +32,10 @@ const translation = {
|
||||
confirm: '削除',
|
||||
cancel: 'キャンセル',
|
||||
confirmInputWarning: '確認するために正しい名前を入力してください。',
|
||||
success: 'サブスクリプション {{name}} は正常に削除されました',
|
||||
error: 'サブスクリプション {{name}} の削除に失敗しました',
|
||||
confirmInputPlaceholder: '確認するには「{{name}}」と入力してください。',
|
||||
confirmInputTip: '確認のため「{{name}}」を入力してください。',
|
||||
},
|
||||
},
|
||||
status: {
|
||||
@@ -47,10 +50,6 @@ const translation = {
|
||||
title: 'サブスクリプションを追加',
|
||||
description: 'トリガーサブスクリプションの作成方法を選択してください',
|
||||
options: {
|
||||
apiKey: {
|
||||
title: 'API キー経由',
|
||||
description: 'API 認証情報を使用してサブスクリプションを自動作成',
|
||||
},
|
||||
oauth: {
|
||||
title: 'OAuth 経由',
|
||||
description: 'サードパーティプラットフォームで認証してサブスクリプションを作成',
|
||||
@@ -75,6 +74,7 @@ const translation = {
|
||||
noSubscriptionSelected: 'サブスクリプションが選択されていません',
|
||||
selectPlaceholder: 'サブスクリプションを選択',
|
||||
createFailed: 'サブスクリプションの作成に失敗しました',
|
||||
maxCount: '最大 {{num}} 件のサブスクリプション',
|
||||
},
|
||||
modal: {
|
||||
steps: {
|
||||
@@ -137,31 +137,13 @@ const translation = {
|
||||
title: '手動設定',
|
||||
description: 'Webhook サブスクリプションを手動で設定',
|
||||
instruction: {
|
||||
title: '設定手順',
|
||||
step1: '1. 以下のコールバック URL をコピー',
|
||||
step2: '2. サードパーティプラットフォームの Webhook 設定に移動',
|
||||
step3: '3. コールバック URL を Webhook エンドポイントとして追加',
|
||||
step4: '4. 受信したいイベントを設定',
|
||||
step5: '5. イベントをトリガーして Webhook をテスト',
|
||||
step6: '6. ここに戻って Webhook が動作していることを確認し、設定を完了',
|
||||
},
|
||||
logs: {
|
||||
title: 'リクエストログ',
|
||||
description: '受信 Webhook リクエストを監視',
|
||||
empty: 'まだリクエストを受信していません。Webhook 設定をテストしてください。',
|
||||
status: {
|
||||
success: '成功',
|
||||
error: 'エラー',
|
||||
},
|
||||
expandAll: 'すべて展開',
|
||||
collapseAll: 'すべて折りたたむ',
|
||||
timestamp: 'タイムスタンプ',
|
||||
method: 'メソッド',
|
||||
path: 'パス',
|
||||
headers: 'ヘッダー',
|
||||
body: 'ボディ',
|
||||
response: 'レスポンス',
|
||||
request: 'リクエスト',
|
||||
loading: '{{pluginName}}からのリクエストを待っています...',
|
||||
},
|
||||
},
|
||||
form: {
|
||||
@@ -173,10 +155,8 @@ const translation = {
|
||||
callbackUrl: {
|
||||
label: 'コールバック URL',
|
||||
description: 'この URL で Webhook イベントを受信します',
|
||||
copy: 'コピー',
|
||||
copied: 'コピーしました!',
|
||||
placeholder: '生成中...',
|
||||
privateAddressWarning: 'このURLは内部アドレスのようで、Webhookリクエストが失敗する可能性があります。',
|
||||
privateAddressWarning: 'このURLは内部アドレスのようです。Webhookリクエストが失敗する可能性があります。TRIGGER_URL を公開アドレスに変更できます。',
|
||||
tooltip: 'トリガープロバイダーからのコールバックリクエストを受信できる、公開アクセス可能なエンドポイントを提供してください。',
|
||||
},
|
||||
},
|
||||
@@ -189,7 +169,7 @@ const translation = {
|
||||
},
|
||||
events: {
|
||||
title: '利用可能なイベント',
|
||||
description: 'このトリガープラグインが購読できるイベント',
|
||||
description: 'このトリガープラグインがサブスクライブできるイベント',
|
||||
empty: '利用可能なイベントがありません',
|
||||
event: 'イベント',
|
||||
events: 'イベント',
|
||||
@@ -201,10 +181,6 @@ const translation = {
|
||||
output: '出力',
|
||||
},
|
||||
provider: {
|
||||
github: 'GitHub',
|
||||
gitlab: 'GitLab',
|
||||
notion: 'Notion',
|
||||
webhook: 'Webhook',
|
||||
},
|
||||
node: {
|
||||
status: {
|
||||
|
||||
Reference in New Issue
Block a user