chore: Enable Japanese, update translation from Crowdin (#1417)

This commit is contained in:
Sojan Jose
2020-11-16 23:11:14 +05:30
committed by GitHub
parent 481baa32ba
commit 9d2542eecd
218 changed files with 2796 additions and 1272 deletions

View File

@@ -1,32 +1,32 @@
{
"AGENT_MGMT": {
"HEADER": "Agents",
"HEADER_BTN_TXT": "Add Agent",
"LOADING": "Fetching Agent List",
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
"HEADER": "担当者",
"HEADER_BTN_TXT": "担当者を追加",
"LOADING": "担当者リストを設定",
"SIDEBAR_TXT": "<p><b>担当者</b></p> <p> <b>担当者</b> は、カスタマーサポートチームのメンバーです。 </p><p> 担当者は、ユーザーからのメッセージを閲覧でき、返信することができます。リストに、全担当者が表示されます。 </p><p><b>担当者を追加</b> ボタンを押して、担当者を追加してください。あなたが追加した担当者は、自身のメールアドレスにメールが届き、確認リンクを使ってアカウントを有効化します。その後、Chatwootにアクセスし、メッセージに返信します。 </p><p> Chatwoot の機能を利用するには、その権限に準じます。 </p><p> <b>担当者</b> - 担当者権限では、受信トレイにアクセスする他、会話のデータをレポートできます。担当者間で会話の割り当てが行えるほか、会話を解決済みにすることもできます。</p><p> <b>管理者</b> - 管理者は、すべてのChatwootの機能にアクセスでき、担当者権限もすべて有効です。</p>",
"AGENT_TYPES": {
"ADMINISTRATOR": "Administrator",
"AGENT": "Agent"
"ADMINISTRATOR": "管理者",
"AGENT": "担当者"
},
"LIST": {
"404": "There are no agents associated to this account",
"TITLE": "Manage agents in your team",
"DESC": "You can add/remove agents to/in your team.",
"NAME": "Name",
"EMAIL": "EMAIL",
"STATUS": "Status",
"ACTIONS": "Actions",
"VERIFIED": "Verified",
"VERIFICATION_PENDING": "Verification Pending"
"404": "このアカウントに関連付けられている担当者はありません。",
"TITLE": "チームの担当者を管理する",
"DESC": "チームに担当者を追加または除外することができます。",
"NAME": "名前",
"EMAIL": "Eメール",
"STATUS": "状況",
"ACTIONS": "操作",
"VERIFIED": "確認済み",
"VERIFICATION_PENDING": "確認保留中です。"
},
"ADD": {
"TITLE": "Add agent to your team",
"DESC": "You can add people who will be able to handle support for your inboxes.",
"CANCEL_BUTTON_TEXT": "Cancel",
"TITLE": "チームに担当者を追加",
"DESC": "受信トレイのサポートができる人を追加できます。",
"CANCEL_BUTTON_TEXT": "キャンセル",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"PLACEHOLDER": "Please enter a name of the agent"
"LABEL": "担当者名",
"PLACEHOLDER": "担当者の名前を入力してください"
},
"AGENT_TYPE": {
"LABEL": "Agent Type",
@@ -34,36 +34,36 @@
"ERROR": "Agent type is required"
},
"EMAIL": {
"LABEL": "Email Address",
"PLACEHOLDER": "Please enter an email address of the agent"
"LABEL": "Eメールアドレス",
"PLACEHOLDER": "担当者のEメールアドレスを入力してください"
},
"SUBMIT": "Add Agent"
"SUBMIT": "担当者を追加"
},
"API": {
"SUCCESS_MESSAGE": "Agent added successfully",
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "担当者の追加が完了しました",
"EXIST_MESSAGE": "入力された担当者のEメールアドレスは既に使用されています。別のメールアドレスをお試しください。",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "削除",
"API": {
"SUCCESS_MESSAGE": "Agent deleted successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "担当者の削除が完了しました",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
},
"CONFIRM": {
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"TITLE": "削除の確認",
"MESSAGE": "削除してもよろしいですか? ",
"YES": "削除する ",
"NO": "いいえ "
}
},
"EDIT": {
"TITLE": "Edit agent",
"TITLE": "担当者の編集",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"PLACEHOLDER": "Please enter a name of the agent"
"LABEL": "担当者名",
"PLACEHOLDER": "担当者の名前を入力してください"
},
"AGENT_TYPE": {
"LABEL": "Agent Type",
@@ -71,26 +71,26 @@
"ERROR": "Agent type is required"
},
"EMAIL": {
"LABEL": "Email Address",
"PLACEHOLDER": "Please enter an email address of the agent"
"LABEL": "Eメールアドレス",
"PLACEHOLDER": "担当者のEメールアドレスを入力してください"
},
"SUBMIT": "Edit Agent"
"SUBMIT": "担当者の編集"
},
"BUTTON_TEXT": "Edit",
"CANCEL_BUTTON_TEXT": "Cancel",
"BUTTON_TEXT": "編集",
"CANCEL_BUTTON_TEXT": "キャンセル",
"API": {
"SUCCESS_MESSAGE": "Agent updated successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"SUCCESS_MESSAGE": "担当者の情報を更新しました",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
},
"PASSWORD_RESET": {
"ADMIN_RESET_BUTTON": "Reset Password",
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
"SUCCESS_MESSAGE": "Agent password reset successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
"ADMIN_RESET_BUTTON": "パスワードをリセットします",
"ADMIN_SUCCESS_MESSAGE": "担当者にパスワードをリセットする手順を記載したメールを送信しました",
"SUCCESS_MESSAGE": "担当者のパスワードは正常にリセットされました",
"ERROR_MESSAGE": "Woot Serverに接続できませんでした。後でもう一度お試しください。"
}
},
"SEARCH": {
"NO_RESULTS": "No agents found."
"NO_RESULTS": "担当者が見つかりません"
}
}
}