Files
leadchat/app/javascript/dashboard/i18n/locale/it/sla.json
2024-03-06 23:30:32 +05:30

74 lines
2.3 KiB
JSON

{
"SLA": {
"HEADER": "SLA",
"HEADER_BTN_TXT": "Add SLA",
"LOADING": "Fetching SLAs",
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta",
"SIDEBAR_TXT": "<p><b>SLA</b> <p>Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.</p> <p> These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!</p>",
"LIST": {
"404": "There are no SLAs available in this account.",
"TITLE": "Manage SLA",
"DESC": "SLAs: Friendly promises for great service!",
"TABLE_HEADER": [
"Nome",
"Descrizione",
"FRT",
"NRT",
"RT",
"Ore di lavoro"
]
},
"FORM": {
"NAME": {
"LABEL": "SLA Name",
"PLACEHOLDER": "SLA Name",
"REQUIRED_ERROR": "SLA name is required",
"MINIMUM_LENGTH_ERROR": "È richiesta una lunghezza minima di 2",
"VALID_ERROR": "Sono ammessi solo lettere, numeri, trattino e sottolineatura"
},
"DESCRIPTION": {
"LABEL": "Descrizione",
"PLACEHOLDER": "SLA for premium customers"
},
"FIRST_RESPONSE_TIME": {
"LABEL": "Tempo di prima risposta",
"PLACEHOLDER": "5"
},
"NEXT_RESPONSE_TIME": {
"LABEL": "Next Response Time",
"PLACEHOLDER": "5"
},
"RESOLUTION_TIME": {
"LABEL": "Tempo di risoluzione",
"PLACEHOLDER": "60"
},
"BUSINESS_HOURS": {
"LABEL": "Ore di lavoro",
"PLACEHOLDER": "Only during business hours"
},
"THRESHOLD_TIME": {
"INVALID_FORMAT_ERROR": "Threshold should be a number and greater than zero"
},
"EDIT": "Modifica",
"CREATE": "Crea",
"DELETE": "Elimina",
"CANCEL": "annulla"
},
"ADD": {
"TITLE": "Add SLA",
"DESC": "SLAs: Friendly promises for great service!",
"API": {
"SUCCESS_MESSAGE": "SLA added successfully",
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
}
},
"EDIT": {
"TITLE": "Edit SLA",
"API": {
"SUCCESS_MESSAGE": "SLA updated successfully",
"ERROR_MESSAGE": "Si è verificato un errore, riprova"
}
}
}
}