Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
- Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
78 lines
3.1 KiB
JSON
78 lines
3.1 KiB
JSON
{
|
|
"CANNED_MGMT": {
|
|
"HEADER": "Respostes predeterminades",
|
|
"LEARN_MORE": "Learn more about canned responses",
|
|
"DESCRIPTION": "Canned Responses are pre-written reply templates that help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a canned response during a conversation. ",
|
|
"HEADER_BTN_TXT": "Afegir resposta predeterminada",
|
|
"LOADING": "S'estan recollint les respostes predeterminades...",
|
|
"SEARCH_404": "No hi ha cap resposta que coincideixi amb aquesta consulta.",
|
|
"LIST": {
|
|
"404": "No hi ha respostes predeterminades disponibles en aquest compte.",
|
|
"TITLE": "Gestiona les respostes predeterminades",
|
|
"DESC": "Les respostes predeterminades són plantilles de resposta predefinides que es poden utilitzar per enviar ràpidament respostes a les converses.",
|
|
"TABLE_HEADER": {
|
|
"SHORT_CODE": "Codi curt",
|
|
"CONTENT": "Contingut",
|
|
"ACTIONS": "Accions"
|
|
}
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Afegir resposta predeterminada",
|
|
"DESC": "Les respostes predeterminades són plantilles de resposta predefinides que es poden utilitzar per enviar ràpidament respostes a les converses.",
|
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Codi curt",
|
|
"PLACEHOLDER": "Introduïu un codi curt.",
|
|
"ERROR": "És necessari el codi curt."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "Missatge",
|
|
"PLACEHOLDER": "Escriviu el missatge que voleu desar com a plantilla per utilitzar-lo més tard.",
|
|
"ERROR": "El missatge és obligatori."
|
|
},
|
|
"SUBMIT": "Envia"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Resposta predeterminada afegida correctament.",
|
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "Edita la resposta predeterminada",
|
|
"CANCEL_BUTTON_TEXT": "Cancel·la",
|
|
"FORM": {
|
|
"SHORT_CODE": {
|
|
"LABEL": "Codi curt",
|
|
"PLACEHOLDER": "Introduïu un codi curt.",
|
|
"ERROR": "És necessari el codi curt."
|
|
},
|
|
"CONTENT": {
|
|
"LABEL": "Missatge",
|
|
"PLACEHOLDER": "Escriviu el missatge que voleu desar com a plantilla per utilitzar-lo més tard.",
|
|
"ERROR": "El missatge és obligatori."
|
|
},
|
|
"SUBMIT": "Envia"
|
|
},
|
|
"BUTTON_TEXT": "Edita",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Resposta predeterminada actualitzada correctament.",
|
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Esborra",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Resposta predeterminada eliminada correctament.",
|
|
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Confirma l'esborrat",
|
|
"MESSAGE": "N'estas segur ",
|
|
"YES": "Sí, esborra ",
|
|
"NO": "No, mantén-la "
|
|
}
|
|
}
|
|
}
|
|
}
|