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",
"HEADER": "Ügynökök",
"HEADER_BTN_TXT": "Ügynök Hozzádása",
"LOADING": "Ügynökök Listájának Lekérése",
"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>",
"AGENT_TYPES": {
"ADMINISTRATOR": "Administrator",
"AGENT": "Agent"
"ADMINISTRATOR": "Adminisztrátor",
"AGENT": "Ügynök"
},
"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",
"NAME": "Név",
"EMAIL": "EMAIL",
"STATUS": "Status",
"ACTIONS": "Actions",
"VERIFIED": "Verified",
"VERIFICATION_PENDING": "Verification Pending"
"STATUS": "Státusz",
"ACTIONS": "Műveletek",
"VERIFIED": "Megerősített",
"VERIFICATION_PENDING": "Megerősítés függőben"
},
"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": "Ügynök hozzáadása a csapathoz",
"DESC": "Olyan személyeket adhat hozzá, akik kezelni tudják majd a postafiókot.",
"CANCEL_BUTTON_TEXT": "Mégse",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"PLACEHOLDER": "Please enter a name of the agent"
"LABEL": "Ügynök neve",
"PLACEHOLDER": "Kérjük adja meg az ügynök nevét"
},
"AGENT_TYPE": {
"LABEL": "Agent Type",
@@ -34,14 +34,14 @@
"ERROR": "Agent type is required"
},
"EMAIL": {
"LABEL": "Email Address",
"PLACEHOLDER": "Please enter an email address of the agent"
"LABEL": "Email cím",
"PLACEHOLDER": "Kérjük adja meg az ügynök email címét"
},
"SUBMIT": "Add Agent"
"SUBMIT": "Ügynök Hozzádása"
},
"API": {
"SUCCESS_MESSAGE": "Agent added successfully",
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
"SUCCESS_MESSAGE": "Ügynök sikeresen hozzáadva",
"EXIST_MESSAGE": "Az ügynök email cím már használatban van, kérjük próbálkozzon újra másik email címmel",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
@@ -62,8 +62,8 @@
"TITLE": "Edit agent",
"FORM": {
"NAME": {
"LABEL": "Agent Name",
"PLACEHOLDER": "Please enter a name of the agent"
"LABEL": "Ügynök neve",
"PLACEHOLDER": "Kérjük adja meg az ügynök nevét"
},
"AGENT_TYPE": {
"LABEL": "Agent Type",
@@ -71,8 +71,8 @@
"ERROR": "Agent type is required"
},
"EMAIL": {
"LABEL": "Email Address",
"PLACEHOLDER": "Please enter an email address of the agent"
"LABEL": "Email cím",
"PLACEHOLDER": "Kérjük adja meg az ügynök email címét"
},
"SUBMIT": "Edit Agent"
},