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>
112 lines
4.0 KiB
JSON
112 lines
4.0 KiB
JSON
{
|
|
"MACROS": {
|
|
"HEADER": "Makra",
|
|
"DESCRIPTION": "A macro is a set of saved actions that help customer service agents easily complete tasks. The agents can define a set of actions like tagging a conversation with a label, sending an email transcript, updating a custom attribute, etc., and they can run these actions in a single click.",
|
|
"LEARN_MORE": "Learn more about macros",
|
|
"HEADER_BTN_TXT": "Dodaj nowe makro",
|
|
"HEADER_BTN_TXT_SAVE": "Zapisz makro",
|
|
"LOADING": "Pobieranie makr",
|
|
"ERROR": "Wystąpił błąd. Spróbuj ponownie",
|
|
"ORDER_INFO": "Makra będą uruchamiane w kolejności, w jakiej dodajesz czynności. Możesz zmieniać ich kolejność, przeciągając je za uchwyt obok każdego węzła.",
|
|
"ADD": {
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "Nazwa makra",
|
|
"PLACEHOLDER": "Wprowadź nazwę makra",
|
|
"ERROR": "Wymagana jest nazwa makra"
|
|
},
|
|
"ACTIONS": {
|
|
"LABEL": "Akcje"
|
|
}
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Makro pomyślnie dodane",
|
|
"ERROR_MESSAGE": "Nie można utworzyć makra. Spróbuj ponownie później"
|
|
}
|
|
},
|
|
"LIST": {
|
|
"TABLE_HEADER": {
|
|
"NAME": "Imię",
|
|
"CREATED BY": "Utworzone przez",
|
|
"LAST_UPDATED_BY": "Ostatnio zaktualizowane przez",
|
|
"VISIBILITY": "Widoczność"
|
|
},
|
|
"404": "Nie znaleziono makr"
|
|
},
|
|
"DELETE": {
|
|
"TOOLTIP": "Usuń makro",
|
|
"CONFIRM": {
|
|
"MESSAGE": "Czy na pewno chcesz usunąć ",
|
|
"YES": "Tak, usuń",
|
|
"NO": "Nie"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Makro pomyślnie usunięte",
|
|
"ERROR_MESSAGE": "Wystąpił błąd podczas usuwania makra. Spróbuj ponownie później"
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TOOLTIP": "Edytuj makro",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Makro pomyślnie zaktualizowane",
|
|
"ERROR_MESSAGE": "Nie można zaktualizować makra. Spróbuj ponownie później"
|
|
}
|
|
},
|
|
"EDITOR": {
|
|
"START_FLOW": "Rozpocznij przepływ",
|
|
"END_FLOW": "Zakończ przepływ",
|
|
"LOADING": "Pobieranie makra",
|
|
"ADD_BTN_TOOLTIP": "Dodaj nową czynność",
|
|
"DELETE_BTN_TOOLTIP": "Usuń czynność",
|
|
"VISIBILITY": {
|
|
"LABEL": "Widoczność makra",
|
|
"GLOBAL": {
|
|
"LABEL": "Publiczne",
|
|
"DESCRIPTION": "To makro jest publicznie dostępne dla wszystkich agentów na tym koncie."
|
|
},
|
|
"PERSONAL": {
|
|
"LABEL": "Prywatne",
|
|
"DESCRIPTION": "To makro będzie prywatne i nie będzie dostępne dla innych."
|
|
}
|
|
}
|
|
},
|
|
"EXECUTE": {
|
|
"BUTTON_TOOLTIP": "Wykonaj",
|
|
"PREVIEW": "Podgląd makra",
|
|
"EXECUTED_SUCCESSFULLY": "Makro pomyślnie wykonane"
|
|
},
|
|
"ERRORS": {
|
|
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
|
|
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
|
|
"VALUE_REQUIRED": "Wartość jest wymagana",
|
|
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
|
|
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
|
|
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
|
|
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
|
|
},
|
|
"ACTIONS": {
|
|
"ASSIGN_TEAM": "Assign a Team",
|
|
"ASSIGN_AGENT": "Assign an Agent",
|
|
"ADD_LABEL": "Add a Label",
|
|
"REMOVE_LABEL": "Remove a Label",
|
|
"REMOVE_ASSIGNED_TEAM": "Remove Assigned Team",
|
|
"SEND_EMAIL_TRANSCRIPT": "Send an Email Transcript",
|
|
"MUTE_CONVERSATION": "Wycisz kontakt",
|
|
"SNOOZE_CONVERSATION": "Zatrzymaj rozmowę",
|
|
"RESOLVE_CONVERSATION": "Zamknij rozmowę",
|
|
"SEND_ATTACHMENT": "Send Attachment",
|
|
"SEND_MESSAGE": "Send a Message",
|
|
"CHANGE_PRIORITY": "Zmień priorytet",
|
|
"ADD_PRIVATE_NOTE": "Add a Private Note",
|
|
"SEND_WEBHOOK_EVENT": "Send Webhook Event"
|
|
},
|
|
"PRIORITY_TYPES": {
|
|
"NONE": "Brak",
|
|
"LOW": "Niski",
|
|
"MEDIUM": "Średni",
|
|
"HIGH": "Wysoki",
|
|
"URGENT": "Pilne"
|
|
}
|
|
}
|
|
}
|