chore: Update translations (#12073)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot
2025-08-10 23:59:22 -07:00
committed by GitHub
parent 3214d06a83
commit f3bc2476fc
318 changed files with 8148 additions and 348 deletions

View File

@@ -157,6 +157,12 @@
"DELETE_SUCCESS": "ポータルが正常に削除されました",
"DELETE_ERROR": "ポータルの削除中にエラーが発生しました"
}
},
"SEND_CNAME_INSTRUCTIONS": {
"API": {
"SUCCESS_MESSAGE": "CNAME instructions sent successfully",
"ERROR_MESSAGE": "Error while sending CNAME instructions"
}
}
},
"EDIT": {
@@ -747,9 +753,15 @@
"HEADER": "カスタムドメイン",
"LABEL": "カスタムドメイン:",
"DESCRIPTION": "ポータルをカスタムドメインでホストできます。例えば、あなたのウェブサイトがyourdomain.comで、ポータルをdocs.yourdomain.comで利用したい場合、このフィールドに入力してください。",
"STATUS_DESCRIPTION": "Your custom portal will start working as soon as it is verified.",
"PLACEHOLDER": "ポータルカスタムドメイン",
"EDIT_BUTTON": "カスタムドメインを編集",
"EDIT_BUTTON": "編集",
"ADD_BUTTON": "カスタムドメインを追加",
"STATUS": {
"LIVE": "Live",
"PENDING": "Awaiting verification",
"ERROR": "Verification failed"
},
"DIALOG": {
"ADD_HEADER": "カスタムドメインを追加",
"EDIT_HEADER": "カスタムドメインを編集",
@@ -757,13 +769,20 @@
"EDIT_CONFIRM_BUTTON_LABEL": "ドメインを更新",
"LABEL": "カスタムドメイン",
"PLACEHOLDER": "ポータルカスタムドメイン",
"ERROR": "カスタムドメインは必須です"
"ERROR": "カスタムドメインは必須です",
"FORMAT_ERROR": "Please enter a valid domain URL e.g. docs.yourdomain.com"
},
"DNS_CONFIGURATION_DIALOG": {
"HEADER": "DNS設定",
"DESCRIPTION": "DNSプロバイダーのアカウントにログインし、サブドメインのCNAMEレコードをchatwoot.helpにポイントするように追加してください。",
"HELP_TEXT": "これが完了したら、自動生成されたSSL証明書のリクエストのためにサポートに連絡できます。",
"CONFIRM_BUTTON_LABEL": "了解しました!"
"COPY": "Successfully copied CNAME",
"SEND_INSTRUCTIONS": {
"HEADER": "Send instructions",
"DESCRIPTION": "If you would prefer to have someone from your development team to handle this step, you can enter email address below, and we will send them the required instructions.",
"PLACEHOLDER": "Enter their email",
"ERROR": "Enter a valid email address",
"SEND_BUTTON": "送信"
}
}
},
"DELETE_PORTAL": {