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.2 KiB
JSON
78 lines
3.2 KiB
JSON
{
|
||
"CANNED_MGMT": {
|
||
"HEADER": "Готови отговори",
|
||
"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": "Add canned response",
|
||
"LOADING": "Fetching canned responses...",
|
||
"SEARCH_404": "Няма резултати отговарящи на тази заявка.",
|
||
"LIST": {
|
||
"404": "Няма налични готови отговори в този акаунт.",
|
||
"TITLE": "Управлявайте готовите отговори",
|
||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
||
"TABLE_HEADER": {
|
||
"SHORT_CODE": "Short code",
|
||
"CONTENT": "Съдържание",
|
||
"ACTIONS": "Действия"
|
||
}
|
||
},
|
||
"ADD": {
|
||
"TITLE": "Add canned response",
|
||
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
|
||
"CANCEL_BUTTON_TEXT": "Отмени",
|
||
"FORM": {
|
||
"SHORT_CODE": {
|
||
"LABEL": "Short code",
|
||
"PLACEHOLDER": "Please enter a short code.",
|
||
"ERROR": "Short Code is required."
|
||
},
|
||
"CONTENT": {
|
||
"LABEL": "Съобщение",
|
||
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
||
"ERROR": "Message is required."
|
||
},
|
||
"SUBMIT": "Изпращане"
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Canned response added successfully.",
|
||
"ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно"
|
||
}
|
||
},
|
||
"EDIT": {
|
||
"TITLE": "Edit canned response",
|
||
"CANCEL_BUTTON_TEXT": "Отмени",
|
||
"FORM": {
|
||
"SHORT_CODE": {
|
||
"LABEL": "Short code",
|
||
"PLACEHOLDER": "Please enter a shortcode.",
|
||
"ERROR": "Short code is required."
|
||
},
|
||
"CONTENT": {
|
||
"LABEL": "Съобщение",
|
||
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
|
||
"ERROR": "Message is required."
|
||
},
|
||
"SUBMIT": "Изпращане"
|
||
},
|
||
"BUTTON_TEXT": "Редактирай",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
|
||
"ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно"
|
||
}
|
||
},
|
||
"DELETE": {
|
||
"BUTTON_TEXT": "Изтрий",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
|
||
"ERROR_MESSAGE": "Не можа да се свърже с Woot сървър. Моля, опитайте отново по-късно"
|
||
},
|
||
"CONFIRM": {
|
||
"TITLE": "Потвърди изтриването",
|
||
"MESSAGE": "Сигурни ли сте за изтриването ",
|
||
"YES": "Yes, delete ",
|
||
"NO": "No, keep "
|
||
}
|
||
}
|
||
}
|
||
}
|