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>
86 lines
2.7 KiB
JSON
86 lines
2.7 KiB
JSON
{
|
|
"LABEL_MGMT": {
|
|
"HEADER": "Etykiety",
|
|
"HEADER_BTN_TXT": "Dodaj etykietę",
|
|
"LOADING": "Pobieranie etykiet",
|
|
"DESCRIPTION": "Labels help you categorize and prioritize conversations and leads. You can assign a label to a conversation or contact using the side panel.",
|
|
"LEARN_MORE": "Learn more about labels",
|
|
"SEARCH_404": "Brak elementów pasujących do tego zapytania",
|
|
"LIST": {
|
|
"404": "Brak etykiet na tym koncie.",
|
|
"TITLE": "Zarządzaj etykietami",
|
|
"DESC": "Etykiety pozwalają na grupowanie rozmów razem.",
|
|
"TABLE_HEADER": {
|
|
"NAME": "Imię",
|
|
"DESCRIPTION": "Opis",
|
|
"COLOR": "Kolor"
|
|
}
|
|
},
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "Nazwa etykiety",
|
|
"PLACEHOLDER": "Nazwa etykiety",
|
|
"REQUIRED_ERROR": "Nazwa etykiety jest wymagana",
|
|
"MINIMUM_LENGTH_ERROR": "Wymagana długość wynosi minimum 2",
|
|
"VALID_ERROR": "Dozwolone są tylko litery, cyfry, myślnik i podkreślenie"
|
|
},
|
|
"DESCRIPTION": {
|
|
"LABEL": "Opis",
|
|
"PLACEHOLDER": "Opis etykiety"
|
|
},
|
|
"COLOR": {
|
|
"LABEL": "Kolor"
|
|
},
|
|
"SHOW_ON_SIDEBAR": {
|
|
"LABEL": "Pokaż etykietę na panelu bocznym"
|
|
},
|
|
"EDIT": "Edytuj",
|
|
"CREATE": "Stwórz",
|
|
"DELETE": "Usuń",
|
|
"CANCEL": "Anuluj"
|
|
},
|
|
"SUGGESTIONS": {
|
|
"TOOLTIP": {
|
|
"SINGLE_SUGGESTION": "Add label to conversation",
|
|
"MULTIPLE_SUGGESTION": "Select this label",
|
|
"DESELECT": "Deselect label",
|
|
"DISMISS": "Dismiss suggestion"
|
|
},
|
|
"POWERED_BY": "Chatwoot AI",
|
|
"DISMISS": "Odrzuć",
|
|
"ADD_SELECTED_LABELS": "Add selected labels",
|
|
"ADD_SELECTED_LABEL": "Add selected label",
|
|
"ADD_ALL_LABELS": "Add all labels",
|
|
"SUGGESTED_LABELS": "Suggested labels"
|
|
},
|
|
"ADD": {
|
|
"TITLE": "Dodaj etykietę",
|
|
"DESC": "Etykiety pozwalają na grupowanie rozmów razem.",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Etykieta dodana pomyślnie",
|
|
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
|
|
}
|
|
},
|
|
"EDIT": {
|
|
"TITLE": "Edytuj etykietę",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Etykieta została pomyślnie zaktualizowana",
|
|
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
|
|
}
|
|
},
|
|
"DELETE": {
|
|
"BUTTON_TEXT": "Usuń",
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Etykieta została usunięta",
|
|
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
|
|
},
|
|
"CONFIRM": {
|
|
"TITLE": "Potwierdź usunięcie",
|
|
"MESSAGE": "Czy na pewno chcesz usunąć ",
|
|
"YES": "Tak, usuń ",
|
|
"NO": "Nie, zachowaj "
|
|
}
|
|
}
|
|
}
|
|
}
|