chore: Update translations (#10549)

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot
2025-01-14 08:30:56 -08:00
committed by GitHub
parent 91dd92e318
commit 0c01303db0
1111 changed files with 59718 additions and 21681 deletions

View File

@@ -1,5 +1,10 @@
{
"HELP_CENTER": {
"TITLE": "Centrum pomocy",
"NEW_PAGE": {
"DESCRIPTION": "Create self-service help center portals for your customers. Help them find answers quickly, without waiting. Streamline inquiries, boost agent efficiency, and elevate customer support.",
"CREATE_PORTAL_BUTTON": "Utwórz portal"
},
"HEADER": {
"FILTER": "Filtruj według",
"SORT": "Sortuj według",
@@ -190,26 +195,20 @@
}
},
"ADD": {
"CREATE_FLOW": [
{
"title": "Informacje o centrum pomocy",
"route": "new_portal_information",
"body": "Podstawowe informacje o portalu",
"CREATE_BASIC_SETTING_BUTTON": "Utwórz podstawowe ustawienia portalu"
"CREATE_FLOW": {
"BASIC": {
"TITLE": "Informacje o centrum pomocy",
"BODY": "Podstawowe informacje o portalu"
},
{
"title": "Dostosowanie centrum pomocy",
"route": "portal_customization",
"body": "Dostosuj portal",
"UPDATE_PORTAL_BUTTON": "Zaktualizuj ustawienia portalu"
"CUSTOMIZATION": {
"TITLE": "Dostosowanie centrum pomocy",
"BODY": "Dostosuj portal"
},
{
"title": "Gotowe! 🎉",
"route": "portal_finish",
"body": "Wszystko jest gotowe!",
"FINISH": "Zakończ"
"FINISH": {
"TITLE": "Gotowe! 🎉",
"BODY": "Wszystko jest gotowe!"
}
],
},
"CREATE_FLOW_PAGE": {
"BACK_BUTTON": "Powrót",
"BASIC_SETTINGS_PAGE": {
@@ -250,13 +249,13 @@
"DOMAIN": {
"LABEL": "Niestandardowa domena",
"PLACEHOLDER": "Niestandardowa domena portalu",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: {exampleURL}",
"ERROR": "Podaj poprawny adres URL domeny"
},
"HOME_PAGE_LINK": {
"LABEL": "Link do strony głównej",
"PLACEHOLDER": "Link do strony głównej portalu",
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: {exampleURL}",
"ERROR": "Podaj poprawny adres URL strony głównej"
},
"THEME_COLOR": {
@@ -349,6 +348,12 @@
"SUCCESS": "Artykuł zarchiwizowany pomyślnie"
}
},
"DRAFT_ARTICLE": {
"API": {
"ERROR": "Error while drafting article",
"SUCCESS": "Article drafted successfully"
}
},
"DELETE_ARTICLE": {
"MODAL": {
"CONFIRM": {
@@ -483,6 +488,305 @@
}
}
},
"LOADING": "Loading..."
"LOADING": "Loading...",
"ARTICLES_PAGE": {
"ARTICLE_CARD": {
"CARD": {
"VIEWS": "{count} view | {count} views",
"DROPDOWN_MENU": {
"PUBLISH": "Opublikuj",
"DRAFT": "Szkic",
"ARCHIVE": "Archive",
"DELETE": "Usuń"
},
"STATUS": {
"DRAFT": "Szkic",
"PUBLISHED": "Opublikowane",
"ARCHIVED": "Zarchiwizowane"
},
"CATEGORY": {
"UNCATEGORISED": "Uncategorised"
}
}
},
"ARTICLES_HEADER": {
"TABS": {
"ALL": "All articles",
"MINE": "Moje",
"DRAFT": "Szkic",
"PUBLISHED": "Opublikowane",
"ARCHIVED": "Zarchiwizowane"
},
"CATEGORY": {
"ALL": "All categories"
},
"LOCALE": {
"ALL": "All locales"
},
"NEW_ARTICLE": "New article"
},
"EMPTY_STATE": {
"ALL": {
"TITLE": "Write an article",
"SUBTITLE": "Write a rich article, lets get started!",
"BUTTON_LABEL": "New article"
},
"MINE": {
"TITLE": "You haven't written any articles here",
"SUBTITLE": "All articles written by you show up here for quick access."
},
"DRAFT": {
"TITLE": "There are no articles in drafts",
"SUBTITLE": "Draft articles will appear here"
},
"PUBLISHED": {
"TITLE": "There are no published articles",
"SUBTITLE": "Published articles will appear here"
},
"ARCHIVED": {
"TITLE": "There are no articles in the archive",
"SUBTITLE": "Archived articles don't show up on the portal, you can use it to mark deprecated or outdated pages"
},
"CATEGORY": {
"TITLE": "There are no articles in this category",
"SUBTITLE": "Articles in this category will appear here"
}
}
},
"CATEGORY_PAGE": {
"CATEGORY_HEADER": {
"NEW_CATEGORY": "Nowa kategoria",
"EDIT_CATEGORY": "Edytuj kategorię",
"CATEGORIES_COUNT": "{n} category | {n} categories",
"BREADCRUMB": {
"CATEGORY_LOCALE": "Categories ({localeCode})",
"ACTIVE_CATEGORY": "{categoryName} ({categoryCount} articles) | {categoryName} ({categoryCount} article)"
}
},
"CATEGORY_EMPTY_STATE": {
"TITLE": "Nie znaleziono kategorii",
"SUBTITLE": "Categories will appear here. You can add a category by clicking the 'New Category' button."
},
"CATEGORY_CARD": {
"ARTICLES_COUNT": "{count} article | {count} articles"
},
"CATEGORY_DIALOG": {
"CREATE": {
"API": {
"SUCCESS_MESSAGE": "Kategoria utworzona pomyślnie",
"ERROR_MESSAGE": "Nie można utworzyć kategorii"
}
},
"EDIT": {
"API": {
"SUCCESS_MESSAGE": "Kategoria zaktualizowana pomyślnie",
"ERROR_MESSAGE": "Nie można zaktualizować kategorii"
}
},
"DELETE": {
"API": {
"SUCCESS_MESSAGE": "Kategoria pomyślnie usunięta",
"ERROR_MESSAGE": "Nie można usunąć kategorii"
}
},
"HEADER": {
"CREATE": "Utwórz kategorię",
"EDIT": "Edytuj kategorię",
"DESCRIPTION": "Edycja kategorii spowoduje aktualizację kategorii w publicznym portalu.",
"PORTAL": "Portal",
"LOCALE": "Język"
},
"FORM": {
"NAME": {
"LABEL": "Imię",
"PLACEHOLDER": "Nazwa kategorii",
"ERROR": "Nazwa jest wymagana"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Slug kategorii dla adresów URL",
"ERROR": "Slug jest wymagany",
"HELP_TEXT": "app.chatwoot.com/hc/{portalSlug}/{localeCode}/categories/{categorySlug}"
},
"DESCRIPTION": {
"LABEL": "Opis",
"PLACEHOLDER": "Krótki opis kategorii.",
"ERROR": "Opis jest wymagany"
}
},
"BUTTONS": {
"CREATE": "Stwórz",
"EDIT": "Aktualizuj",
"CANCEL": "Anuluj"
}
}
},
"LOCALES_PAGE": {
"LOCALES_COUNT": "No locales available | {n} locale | {n} locales",
"NEW_LOCALE_BUTTON_TEXT": "New locale",
"LOCALE_CARD": {
"ARTICLES_COUNT": "{count} article | {count} articles",
"CATEGORIES_COUNT": "{count} category | {count} categories",
"DEFAULT": "Domyślny",
"DROPDOWN_MENU": {
"MAKE_DEFAULT": "Make default",
"DELETE": "Usuń"
}
},
"ADD_LOCALE_DIALOG": {
"TITLE": "Dodaj nowy język",
"DESCRIPTION": "Select the language in which this article will be written. This will be added to your list of translations, and you can add more later.",
"COMBOBOX": {
"PLACEHOLDER": "Select locale..."
},
"API": {
"SUCCESS_MESSAGE": "Język dodany pomyślnie",
"ERROR_MESSAGE": "Nie można dodać języka. Spróbuj ponownie."
}
}
},
"EDIT_ARTICLE_PAGE": {
"HEADER": {
"STATUS": {
"SAVING": "Zapisywanie...",
"SAVED": "Zapisano"
},
"PREVIEW": "Podgląd",
"PUBLISH": "Opublikuj",
"DRAFT": "Szkic",
"ARCHIVE": "Archive",
"BACK_TO_ARTICLES": "Back to articles"
},
"EDIT_ARTICLE": {
"MORE_PROPERTIES": "More properties",
"UNCATEGORIZED": "Bez kategorii",
"EDITOR_PLACEHOLDER": "Write something..."
},
"ARTICLE_PROPERTIES": {
"ARTICLE_PROPERTIES": "Article properties",
"META_DESCRIPTION": "Opis meta",
"META_DESCRIPTION_PLACEHOLDER": "Add meta description",
"META_TITLE": "Tytuł meta",
"META_TITLE_PLACEHOLDER": "Add meta title",
"META_TAGS": "Tagi meta",
"META_TAGS_PLACEHOLDER": "Add meta tags"
},
"API": {
"ERROR": "Błąd podczas zapisywania artykułu"
}
},
"PORTAL_SWITCHER": {
"NEW_PORTAL": "New portal",
"PORTALS": "Portale",
"CREATE_PORTAL": "Create and manage multiple portals",
"ARTICLES": "artykułów",
"DOMAIN": "domena",
"PORTAL_NAME": "Nazwa portalu"
},
"CREATE_PORTAL_DIALOG": {
"TITLE": "Create new portal",
"DESCRIPTION": "Give your portal a name and create a user-friendly URL slug. You can modify both later in the settings.",
"CONFIRM_BUTTON_LABEL": "Stwórz",
"NAME": {
"LABEL": "Imię",
"PLACEHOLDER": "User Guide | Chatwoot",
"MESSAGE": "Choose an name for your portal.",
"ERROR": "Nazwa jest wymagana"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "user-guide",
"ERROR": "Slug jest wymagany"
}
},
"PORTAL_SETTINGS": {
"FORM": {
"AVATAR": {
"LABEL": "Logo",
"IMAGE_UPLOAD_ERROR": "Couldn't upload image! Try again",
"IMAGE_UPLOAD_SUCCESS": "Image added successfully. Please click on save changes to save the logo",
"IMAGE_DELETE_SUCCESS": "Logo deleted successfully",
"IMAGE_DELETE_ERROR": "Unable to delete logo",
"IMAGE_UPLOAD_SIZE_ERROR": "Rozmiar obrazu powinien być mniejszy niż {size}MB"
},
"NAME": {
"LABEL": "Imię",
"PLACEHOLDER": "Nazwa portalu",
"ERROR": "Nazwa jest wymagana"
},
"HEADER_TEXT": {
"LABEL": "Header text",
"PLACEHOLDER": "Tekst nagłówka portalu"
},
"PAGE_TITLE": {
"LABEL": "Page title",
"PLACEHOLDER": "Tytuł strony portalu"
},
"HOME_PAGE_LINK": {
"LABEL": "Home page link",
"PLACEHOLDER": "Link do strony głównej portalu",
"ERROR": "Invalid URL. The Home page link must start with 'http://' or 'https://'."
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Portal slug"
},
"LIVE_CHAT_WIDGET": {
"LABEL": "Live chat widget",
"PLACEHOLDER": "Select live chat widget",
"HELP_TEXT": "Select a live chat widget that will appear on your help center"
},
"BRAND_COLOR": {
"LABEL": "Brand color"
},
"SAVE_CHANGES": "Save changes"
},
"CONFIGURATION_FORM": {
"CUSTOM_DOMAIN": {
"HEADER": "Niestandardowa domena",
"LABEL": "Niestandardowa domena:",
"DESCRIPTION": "You can host your portal on a custom domain. For instance, if your website is yourdomain.com and you want your portal available at docs.yourdomain.com, simply enter that in this field.",
"PLACEHOLDER": "Niestandardowa domena portalu",
"EDIT_BUTTON": "Edit custom domain",
"ADD_BUTTON": "Add custom domain",
"DIALOG": {
"ADD_HEADER": "Add custom domain",
"EDIT_HEADER": "Edit custom domain",
"ADD_CONFIRM_BUTTON_LABEL": "Add domain",
"EDIT_CONFIRM_BUTTON_LABEL": "Update domain",
"LABEL": "Niestandardowa domena",
"PLACEHOLDER": "Niestandardowa domena portalu",
"ERROR": "Custom domain is required"
},
"DNS_CONFIGURATION_DIALOG": {
"HEADER": "DNS configuration",
"DESCRIPTION": "Log in to the account you have with your DNS provider, and add a CNAME record for subdomain pointing to chatwoot.help",
"HELP_TEXT": "Once this is done, you can reach out to our support to request for the auto-generated SSL certificate.",
"CONFIRM_BUTTON_LABEL": "Got it!"
}
},
"DELETE_PORTAL": {
"BUTTON": "Delete {portalName}",
"HEADER": "Usuń portal",
"DESCRIPTION": "Permanently delete this portal. This action is irreversible",
"DIALOG": {
"HEADER": "Sure you want to delete {portalName}?",
"DESCRIPTION": "This is a permanent action that cannot be reversed.",
"CONFIRM_BUTTON_LABEL": "Usuń"
}
},
"EDIT_CONFIGURATION": "Edit configuration"
},
"API": {
"CREATE_PORTAL": {
"SUCCESS_MESSAGE": "Portal utworzony pomyślnie",
"ERROR_MESSAGE": "Unable to create portal"
},
"UPDATE_PORTAL": {
"SUCCESS_MESSAGE": "Portal zaktualizowany pomyślnie",
"ERROR_MESSAGE": "Unable to update portal"
}
}
}
}
}