chore: Update to the latest translations (#3923)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2022-02-07 03:49:34 -08:00
committed by GitHub
parent f4c0ce5dfa
commit 97675c61ea
505 changed files with 13017 additions and 1671 deletions

View File

@@ -1,34 +1,34 @@
{
"LABEL_MGMT": {
"HEADER": "Labels",
"HEADER_BTN_TXT": "Add label",
"HEADER": "Etykiety",
"HEADER_BTN_TXT": "Dodaj etykietę",
"LOADING": "Fetching labels",
"SEARCH_404": "Brak elementów pasujących do tego zapytania",
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
"LIST": {
"404": "There are no labels available in this account.",
"TITLE": "Manage labels",
"DESC": "Labels let you group the conversations together.",
"TITLE": "Zarządzaj etykietami",
"DESC": "Etykiety pozwalają na grupowanie rozmów razem.",
"TABLE_HEADER": [
"Nazwisko",
"Description",
"Color"
"Opis",
"Kolor"
]
},
"FORM": {
"NAME": {
"LABEL": "Label Name",
"LABEL": "Nazwa etykiety",
"PLACEHOLDER": "Label name",
"REQUIRED_ERROR": "Label name is required",
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
},
"DESCRIPTION": {
"LABEL": "Description",
"LABEL": "Opis",
"PLACEHOLDER": "Label Description"
},
"COLOR": {
"LABEL": "Color"
"LABEL": "Kolor"
},
"SHOW_ON_SIDEBAR": {
"LABEL": "Show label on sidebar"
@@ -39,8 +39,8 @@
"CANCEL": "Anuluj"
},
"ADD": {
"TITLE": "Add label",
"DESC": "Labels let you group the conversations together.",
"TITLE": "Dodaj etykietę",
"DESC": "Etykiety pozwalają na grupowanie rozmów razem.",
"API": {
"SUCCESS_MESSAGE": "Label added successfully",
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
@@ -49,14 +49,14 @@
"EDIT": {
"TITLE": "Edit label",
"API": {
"SUCCESS_MESSAGE": "Label updated successfully",
"SUCCESS_MESSAGE": "Etykieta została pomyślnie zaktualizowana",
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
}
},
"DELETE": {
"BUTTON_TEXT": "Usuń",
"API": {
"SUCCESS_MESSAGE": "Label deleted successfully",
"SUCCESS_MESSAGE": "Etykieta została usunięta",
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
},
"CONFIRM": {