2020-07-07 19:29:30 +00:00
{
"AGENT_MGMT" : {
2020-11-16 17:41:14 +00:00
"HEADER" : "Ügynökök" ,
"HEADER_BTN_TXT" : "Ügynök Hozzádása" ,
"LOADING" : "Ügynökök Listájának Lekérése" ,
2020-07-07 19:29:30 +00:00
"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>" ,
2020-09-20 16:49:34 +00:00
"AGENT_TYPES" : {
2020-11-16 17:41:14 +00:00
"ADMINISTRATOR" : "Adminisztrátor" ,
"AGENT" : "Ügynök"
2020-09-20 16:49:34 +00:00
} ,
2020-07-07 19:29:30 +00:00
"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." ,
2020-11-16 17:41:14 +00:00
"NAME" : "Név" ,
2020-07-07 19:29:30 +00:00
"EMAIL" : "EMAIL" ,
2020-11-16 17:41:14 +00:00
"STATUS" : "Státusz" ,
"ACTIONS" : "Műveletek" ,
"VERIFIED" : "Megerősített" ,
"VERIFICATION_PENDING" : "Megerősítés függőben"
2020-07-07 19:29:30 +00:00
} ,
"ADD" : {
2020-11-16 17:41:14 +00:00
"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" ,
2020-07-07 19:29:30 +00:00
"FORM" : {
"NAME" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "Ügynök neve" ,
"PLACEHOLDER" : "Kérjük adja meg az ügynök nevét"
2020-07-07 19:29:30 +00:00
} ,
"AGENT_TYPE" : {
"LABEL" : "Agent Type" ,
"PLACEHOLDER" : "Please select a type" ,
"ERROR" : "Agent type is required"
} ,
"EMAIL" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "Email cím" ,
"PLACEHOLDER" : "Kérjük adja meg az ügynök email címét"
2020-07-07 19:29:30 +00:00
} ,
2020-11-16 17:41:14 +00:00
"SUBMIT" : "Ügynök Hozzádása"
2020-07-07 19:29:30 +00:00
} ,
"API" : {
2020-11-16 17:41:14 +00:00
"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" ,
2020-07-07 19:29:30 +00:00
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
}
} ,
"DELETE" : {
"BUTTON_TEXT" : "Delete" ,
"API" : {
"SUCCESS_MESSAGE" : "Agent deleted successfully" ,
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
} ,
"CONFIRM" : {
"TITLE" : "Confirm Deletion" ,
"MESSAGE" : "Are you sure to delete " ,
"YES" : "Yes, Delete " ,
"NO" : "No, Keep "
}
} ,
"EDIT" : {
"TITLE" : "Edit agent" ,
"FORM" : {
"NAME" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "Ügynök neve" ,
"PLACEHOLDER" : "Kérjük adja meg az ügynök nevét"
2020-07-07 19:29:30 +00:00
} ,
"AGENT_TYPE" : {
"LABEL" : "Agent Type" ,
"PLACEHOLDER" : "Please select a type" ,
"ERROR" : "Agent type is required"
} ,
"EMAIL" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "Email cím" ,
"PLACEHOLDER" : "Kérjük adja meg az ügynök email címét"
2020-07-07 19:29:30 +00:00
} ,
"SUBMIT" : "Edit Agent"
} ,
"BUTTON_TEXT" : "Edit" ,
"CANCEL_BUTTON_TEXT" : "Cancel" ,
"API" : {
"SUCCESS_MESSAGE" : "Agent updated successfully" ,
"ERROR_MESSAGE" : "Could not connect to Woot Server, Please try again later"
} ,
"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"
}
} ,
"SEARCH" : {
"NO_RESULTS" : "No agents found."
}
}
}