chore: Update to the latest translations (#3923)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2022-02-07 03:49:34 -08:00
committed by GitHub
parent f4c0ce5dfa
commit 97675c61ea
505 changed files with 13017 additions and 1671 deletions

View File

@@ -19,7 +19,9 @@
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present"
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"is_lesser_than": "Is lesser than"
},
"ATTRIBUTES": {
"STATUS": "Status",
@@ -31,7 +33,54 @@
"LABELS": "Etichete",
"BROWSER_LANGUAGE": "Browser Language",
"COUNTRY_NAME": "Country Name",
"REFERER_LINK": "Referer link"
"REFERER_LINK": "Referer link",
"CUSTOM_ATTRIBUTE_LIST": "List",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox"
},
"GROUPS": {
"STANDARD_FILTERS": "Standard Filters",
"ADDITIONAL_FILTERS": "Additional Filters",
"CUSTOM_ATTRIBUTES": "Editează atribut personalizat"
},
"CUSTOM_VIEWS": {
"ADD": {
"TITLE": "Do you want to save this filter?",
"LABEL": "Name this filter",
"PLACEHOLDER": "Enter a name for this filter",
"ERROR_MESSAGE": "Numele este obligatoriu",
"SAVE_BUTTON": "Save filter",
"CANCEL_BUTTON": "Renunță",
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Folder created successfully",
"ERROR_MESSAGE": "Error while creating folder"
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment created successfully",
"ERROR_MESSAGE": "Error while creating segment"
}
},
"DELETE": {
"DELETE_BUTTON": "Delete filter",
"MODAL": {
"CONFIRM": {
"TITLE": "Confirmă ștergerea",
"MESSAGE": "Are you sure to delete the filter ",
"YES": "Da, șterge",
"NO": "Nu, păstreaza"
}
},
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Folder deleted successfully",
"ERROR_MESSAGE": "Error while deleting folder"
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segment deleted successfully",
"ERROR_MESSAGE": "Error while deleting segment"
}
}
}
}
}

View File

@@ -1,6 +1,89 @@
{
"AUTOMATION": {
"HEADER": "Automatizare",
"HEADER_BTN_TXT": "Adaugă Regulă de Automatizare"
"HEADER_BTN_TXT": "Adaugă Regulă de Automatizare",
"LOADING": "Fetching automation rules",
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
"ADD": {
"TITLE": "Adaugă Regulă de Automatizare",
"SUBMIT": "Creeaza",
"CANCEL_BUTTON_TEXT": "Renunță",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
"PLACEHOLDER": "Enter rule name",
"ERROR": "Numele este obligatoriu"
},
"DESC": {
"LABEL": "Descriere",
"PLACEHOLDER": "Enter rule description",
"ERROR": "Descrierea este obligatorie"
},
"EVENT": {
"LABEL": "Event",
"PLACEHOLDER": "Vă rugăm să selectaţi un tip",
"ERROR": "Event is required"
},
"CONDITIONS": {
"LABEL": "Conditions"
},
"ACTIONS": {
"LABEL": "Actiuni"
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
"ACTION_BUTTON_LABEL": "Add Action",
"API": {
"SUCCESS_MESSAGE": "Automation rule added successfully",
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
}
},
"LIST": {
"TABLE_HEADER": [
"Nume",
"Descriere",
"Active",
"Created on"
],
"404": "No automation rules found"
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"SUBMIT": "Şterge",
"CANCEL_BUTTON_TEXT": "Renunță",
"CONFIRM": {
"TITLE": "Confirmă ștergerea",
"MESSAGE": "Sigur doriți să ștergeți ",
"YES": "Da, șterge ",
"NO": "Nu, păstreaza"
},
"API": {
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
"ERROR_MESSAGE": "Could not able to delete a automation rule, Please try again later"
}
},
"EDIT": {
"TITLE": "Edit Automation Rule",
"SUBMIT": "Editare",
"CANCEL_BUTTON_TEXT": "Renunță",
"API": {
"SUCCESS_MESSAGE": "Automation rule updated successfully",
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
}
},
"CLONE": {
"TOOLTIP": "Clone",
"API": {
"SUCCESS_MESSAGE": "Automation cloned successfully",
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
}
},
"FORM": {
"EDIT": "Editare",
"CREATE": "Creeaza",
"DELETE": "Şterge",
"CANCEL": "Renunță",
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
}
}
}

View File

@@ -4,7 +4,7 @@
"HEADER_BTN_TXT": "Adauga Răspunsuri predefinite",
"LOADING": "Preluarea Răspunsuri predefinite",
"SEARCH_404": "Nu există elemente care să corespundă acestei interogări",
"SIDEBAR_TXT": "<p><b>spunsuri ajustate</b> </p><p> spunsurile ajustate sunt salvate șabloanele de răspuns care pot fi folosite pentru a trimite rapid un răspuns la o conversație . </p><p> Pentru a crea un răspuns programat, doar fă clic pe <b>Adaugă Răspuns Ajustat</b>. De asemenea, poți edita sau șterge un răspuns existent făcând clic pe butonul Editare sau Șterge </p><p> Răspunsurile ajustate sunt folosite cu ajutorul a <b>Coduri scurte</b>. Agenții pot accesa mesajele conservate în timpul unei conversații scriind <b>'/'</b> urmat de codul scurt. </p>",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
"LIST": {
"404": "Nu există răspunsuri predefinite disponibile în acest cont.",
"TITLE": "Gestionare Răspunsuri predefinite",
@@ -17,12 +17,12 @@
},
"ADD": {
"TITLE": "Adauga Răspunsuri predefinite",
"DESC": "spunsurile definite sunt șabloane de răspuns salvate care pot fi folosite pentru a trimite rapid un răspuns la conversație .",
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
"CANCEL_BUTTON_TEXT": "Renunță",
"FORM": {
"SHORT_CODE": {
"LABEL": "Cod scurt",
"PLACEHOLDER": "Te rugăm să introduci un cod scurt",
"PLACEHOLDER": "Please enter a short code",
"ERROR": "Codul scurt este necesar"
},
"CONTENT": {

View File

@@ -169,6 +169,7 @@
"SUBMIT": "Trimite mesaj",
"CANCEL": "Renunță",
"SUCCESS_MESSAGE": "Mesaj trimis!",
"GO_TO_CONVERSATION": "Vizualizare",
"ERROR_MESSAGE": "Nu s-a putut trimite! Încearcă din nou"
}
},
@@ -178,6 +179,8 @@
"SEARCH_BUTTON": "Caută",
"SEARCH_INPUT_PLACEHOLDER": "Caută contacte",
"FILTER_CONTACTS": "Filter",
"FILTER_CONTACTS_SAVE": "Save filter",
"FILTER_CONTACTS_DELETE": "Delete filter",
"LIST": {
"LOADING_MESSAGE": "Se încarcă contactele...",
"404": "Niciun contact nu se potrivește cu căutarea ta 🔍",

View File

@@ -20,7 +20,9 @@
"contains": "Contains",
"does_not_contain": "Does not contain",
"is_present": "Is present",
"is_not_present": "Is not present"
"is_not_present": "Is not present",
"is_greater_than": "Is greater than",
"is_lesser_than": "Is lesser than"
},
"ATTRIBUTES": {
"NAME": "Nume",
@@ -28,7 +30,17 @@
"PHONE_NUMBER": "Număr de telefon",
"IDENTIFIER": "Identifier",
"CITY": "Oraș",
"COUNTRY": "Țară"
"COUNTRY": "Țară",
"CUSTOM_ATTRIBUTE_LIST": "List",
"CUSTOM_ATTRIBUTE_TEXT": "Text",
"CUSTOM_ATTRIBUTE_NUMBER": "Number",
"CUSTOM_ATTRIBUTE_LINK": "Link",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox"
},
"GROUPS": {
"STANDARD_FILTERS": "Standard Filters",
"ADDITIONAL_FILTERS": "Additional Filters",
"CUSTOM_ATTRIBUTES": "Editează atribut personalizat"
}
}
}

View File

@@ -22,6 +22,8 @@
"LOADING_CONVERSATIONS": "Încărcare conversații",
"CANNOT_REPLY": "Nu poți răspunde din cauza",
"24_HOURS_WINDOW": "Restricţie fereastră mesaj 24 de ore",
"NOT_ASSIGNED_TO_YOU": "This conversation is not assigned to you. Would you like to assign this conversation to yourself?",
"ASSIGN_TO_ME": "Assign to me",
"TWILIO_WHATSAPP_CAN_REPLY": "Poți răspunde la această conversație doar folosind un mesaj șablon datorat",
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "Restricţie fereastră mesaj 24 de ore",
"SELECT_A_TWEET_TO_REPLY": "Te rugăm să selectezi un tweet pentru a răspunde.",
@@ -90,6 +92,9 @@
"FILE_SIZE_LIMIT": "Fisierul depaseste limita de {MAXIMUM_FILE_UPLOAD_SIZE} atasamente",
"MESSAGE_ERROR": "Mesajul nu poate fi trimis, te rugăm să încerci din nou mai târziu",
"SENT_BY": "Trimis de:",
"BOT": "Bot",
"SEND_FAILED": "Couldn't send message! Try again",
"TRY_AGAIN": "retry",
"ASSIGNMENT": {
"SELECT_AGENT": "Selectează agent",
"REMOVE": "Elimină",
@@ -127,7 +132,7 @@
},
"TEAM_MEMBERS": {
"TITLE": "Invite your team members",
"DESCRIPTION": "Since you are getting ready to talk to your customer, bring in your teammates to assist you. You can invite your teammates by adding their email address to the agent list.",
"DESCRIPTION": "Since you are getting ready to talk to your customer, bring in your teammates to assist you. You can invite your teammates by adding their email addresses to the agent list.",
"NEW_LINK": "Click here to invite a team member"
},
"INBOXES": {

View File

@@ -40,7 +40,7 @@
"AUTO_RESOLVE_DURATION": {
"LABEL": "Numărul de zile de pe bilet ar trebui să se rezolve automat dacă nu există activitate",
"PLACEHOLDER": "30",
"ERROR": "Te rugăm să introduci o durată de rezolvare automată (minim 1 zi)"
"ERROR": "Please enter a valid auto resolve duration (minimum 1 day and maximum 999 days)"
},
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Continuitatea conversației cu e-mailurile este activată pentru contul dvs.",

View File

@@ -82,7 +82,7 @@
},
"CHANNEL_GREETING_TOGGLE": {
"LABEL": "Activare salut canal",
"HELP_TEXT": "Trimite un mesaj de salut utilizatorului atunci când începe conversația.",
"HELP_TEXT": "Send a greeting message to the users when they starts the conversation.",
"ENABLED": "Activat",
"DISABLED": "Dezactivat"
},
@@ -136,8 +136,56 @@
}
},
"SMS": {
"TITLE": "SMS Channel via Twilio",
"DESC": "Start supporting your customers via SMS with Twilio integration."
"TITLE": "SMS Channel",
"DESC": "Start supporting your customers via SMS.",
"PROVIDERS": {
"LABEL": "API Provider",
"TWILIO": "Twilio",
"BANDWIDTH": "Bandwidth"
},
"API": {
"ERROR_MESSAGE": "We were not able to save the SMS channel"
},
"BANDWIDTH": {
"ACCOUNT_ID": {
"LABEL": "Account ID",
"PLACEHOLDER": "Please enter your Bandwidth Account ID",
"ERROR": "Acest câmp este obligatoriu"
},
"API_KEY": {
"LABEL": "API Key",
"PLACEHOLDER": "Please enter your Bandwith API Key",
"ERROR": "Acest câmp este obligatoriu"
},
"API_SECRET": {
"LABEL": "API Secret",
"PLACEHOLDER": "Please enter your Bandwith API Secret",
"ERROR": "Acest câmp este obligatoriu"
},
"APPLICATION_ID": {
"LABEL": "Application ID",
"PLACEHOLDER": "Please enter your Bandwidth Application ID",
"ERROR": "Acest câmp este obligatoriu"
},
"INBOX_NAME": {
"LABEL": "Nume Inbox",
"PLACEHOLDER": "Please enter a inbox name",
"ERROR": "Acest câmp este obligatoriu"
},
"PHONE_NUMBER": {
"LABEL": "Număr de telefon",
"PLACEHOLDER": "Introduceți numărul de telefon de la care va fi trimis mesajul.",
"ERROR": "Introduceți o valoare validă. Numărul de telefon ar trebui să înceapă cu semnul `+`."
},
"SUBMIT_BUTTON": "Create Bandwidth Channel",
"API": {
"ERROR_MESSAGE": "We were not able to authenticate Bandwidth credentials, please try again"
},
"API_CALLBACK": {
"TITLE": "Callback URL",
"SUBTITLE": "You have to configure the message callback URL in Bandwidth with the URL mentioned here."
}
}
},
"WHATSAPP": {
"TITLE": "WhatsApp Channel",
@@ -305,6 +353,14 @@
"ENABLED": "Activat",
"DISABLED": "Dezactivat"
},
"ALLOW_MESSAGES_AFTER_RESOLVED": {
"ENABLED": "Activat",
"DISABLED": "Dezactivat"
},
"ENABLE_CONTINUITY_VIA_EMAIL": {
"ENABLED": "Activat",
"DISABLED": "Dezactivat"
},
"ENABLE_HMAC": {
"LABEL": "Enable"
}
@@ -351,6 +407,8 @@
"AUTO_ASSIGNMENT": "Activare atribuire automată",
"ENABLE_CSAT": "Enable CSAT",
"ENABLE_CSAT_SUB_TEXT": "Enable/Disable CSAT(Customer satisfaction) survey after resolving a conversation",
"ENABLE_CONTINUITY_VIA_EMAIL": "Enable conversation continuity via email",
"ENABLE_CONTINUITY_VIA_EMAIL_SUB_TEXT": "Conversations will continue over email if the contact email address is available.",
"INBOX_UPDATE_TITLE": "Setări Inbox",
"INBOX_UPDATE_SUB_TEXT": "Actualizează setările de inbox",
"AUTO_ASSIGNMENT_SUB_TEXT": "Activează sau dezactivează atribuirea automată a conversațiilor noi la agenții adăugați la această căsuță poștală.",
@@ -361,7 +419,9 @@
"INBOX_IDENTIFIER": "Inbox Identifier",
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
"FORWARD_EMAIL_TITLE": "Forward to Email",
"FORWARD_EMAIL_SUB_TEXT": "Începeți să vă trimiteți e-mailuri la următoarea adresă de e-mail."
"FORWARD_EMAIL_SUB_TEXT": "Începeți să vă trimiteți e-mailuri la următoarea adresă de e-mail.",
"ALLOW_MESSAGES_AFTER_RESOLVED": "Allow messages after conversation resolved",
"ALLOW_MESSAGES_AFTER_RESOLVED_SUB_TEXT": "Allow the end-users to send messages even after the conversation is resolved."
},
"FACEBOOK_REAUTHORIZE": {
"TITLE": "Reautorizează",

View File

@@ -1,9 +1,12 @@
import { default as _advancedFilters } from './advancedFilters.json';
import { default as _agentMgmt } from './agentMgmt.json';
import { default as _attributesMgmt } from './attributesMgmt.json';
import { default as _automation } from './automation.json';
import { default as _campaign } from './campaign.json';
import { default as _cannedMgmt } from './cannedMgmt.json';
import { default as _chatlist } from './chatlist.json';
import { default as _contact } from './contact.json';
import { default as _contactFilters } from './contactFilters.json';
import { default as _conversation } from './conversation.json';
import { default as _csatMgmtMgmt } from './csatMgmt.json';
import { default as _generalSettings } from './generalSettings.json';
@@ -20,12 +23,15 @@ import { default as _signup } from './signup.json';
import { default as _teamsSettings } from './teamsSettings.json';
export default {
..._advancedFilters,
..._agentMgmt,
..._attributesMgmt,
..._automation,
..._campaign,
..._cannedMgmt,
..._chatlist,
..._contact,
..._contactFilters,
..._conversation,
..._csatMgmtMgmt,
..._generalSettings,

View File

@@ -89,14 +89,14 @@
"PLACEHOLDER": "Please enter the current password"
},
"PASSWORD": {
"LABEL": "Parola",
"LABEL": "New password",
"ERROR": "Te rugăm să introduci o parolă pentru lungimea de 6 caractere sau mai mult",
"PLACEHOLDER": "Te rog introdu o noua parola"
},
"PASSWORD_CONFIRMATION": {
"LABEL": "Confirmare parolă nouă",
"ERROR": "Confirmarea parolei trebuie să se potrivească cu parola",
"PLACEHOLDER": "Vă rugăm să reintroduceţi parola"
"PLACEHOLDER": "Please re-enter your new password"
}
}
},
@@ -153,6 +153,8 @@
"CUSTOM_ATTRIBUTES": "Editează atribut personalizat",
"AUTOMATION": "Automatizare",
"TEAMS": "Teams",
"CUSTOM_VIEWS_FOLDER": "Folders",
"CUSTOM_VIEWS_SEGMENTS": "Segments",
"ALL_CONTACTS": "All Contacts",
"TAGGED_WITH": "Tagged with",
"NEW_LABEL": "New label",

View File

@@ -2,7 +2,7 @@
"TEAMS_SETTINGS": {
"NEW_TEAM": "Crează o echipă nouă",
"HEADER": "Echipe",
"SIDEBAR_TXT": "<p><b>Echipele</b></p> <p>vă permit să organizați agenții în grupuri în funcție de responsabilitățile lor. <br /> Un utilizator poate face parte din mai multe echipe. Poți atribui conversații unei echipe atunci când lucrezi colaborativ. </p>",
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"LIST": {
"404": "Nu există echipe create în acest cont.",
"EDIT_TEAM": "Editează echipa"