chore: New Crowdin Translation updates (#2063)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-04-19 15:10:16 +05:30
committed by GitHub
parent 27e01920ad
commit 043919b3e5
250 changed files with 2969 additions and 1275 deletions

View File

@@ -12,6 +12,7 @@
"INITIATED_FROM": "Zainicjowano z",
"INITIATED_AT": "Zainicjowano w",
"IP_ADDRESS": "Adres IP",
"NEW_MESSAGE": "New message",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "Brak poprzednich rozmów powiązanych z tym kontaktem.",
"TITLE": "Poprzednie rozmowy"
@@ -46,9 +47,9 @@
"DESC": "Edytuj dane kontaktowe"
},
"CREATE_CONTACT": {
"BUTTON_LABEL": "New Contact",
"TITLE": "Create new contact",
"DESC": "Add basic information details about the contact."
"BUTTON_LABEL": "Nowy kontakt",
"TITLE": "Utwórz nowy kontakt",
"DESC": "Dodaj podstawowe informacje o kontakcie."
},
"CONTACT_FORM": {
"FORM": {
@@ -71,7 +72,9 @@
},
"PHONE_NUMBER": {
"PLACEHOLDER": "Wprowadź numer telefonu kontaktu",
"LABEL": "Numer telefonu"
"LABEL": "Numer telefonu",
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
"ERROR": "Phone number should be either empty or of E.164 format"
},
"LOCATION": {
"PLACEHOLDER": "Wprowadź lokalizację kontaktu",
@@ -100,10 +103,34 @@
}
}
},
"SUCCESS_MESSAGE": "Contact saved successfully",
"SUCCESS_MESSAGE": "Kontakt zapisany pomyślnie",
"CONTACT_ALREADY_EXIST": "Ten adres e-mail jest już zajęty przez inny kontakt.",
"ERROR_MESSAGE": "Wystąpił błąd, spróbuj ponownie"
},
"NEW_CONVERSATION": {
"BUTTON_LABEL": "Start conversation",
"TITLE": "Nowa rozmowa",
"DESC": "Start a new conversation by sending a new message.",
"NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.",
"FORM": {
"TO": {
"LABEL": "To"
},
"INBOX": {
"LABEL": "Inbox",
"ERROR": "Select an inbox"
},
"MESSAGE": {
"LABEL": "Wiadomość",
"PLACEHOLDER": "Write your message here",
"ERROR": "Message can't be empty"
},
"SUBMIT": "Send message",
"CANCEL": "Anuluj",
"SUCCESS_MESSAGE": "Message sent!",
"ERROR_MESSAGE": "Couldn't send! try again"
}
},
"CONTACTS_PAGE": {
"HEADER": "Kontakty",
"SEARCH_BUTTON": "Szukaj",
@@ -115,14 +142,14 @@
"NAME": "Nazwisko",
"PHONE_NUMBER": "Numer telefonu",
"CONVERSATIONS": "Rozmowy",
"LAST_ACTIVITY": "Last Activity",
"COUNTRY": "Country",
"CITY": "City",
"SOCIAL_PROFILES": "Social Profiles",
"LAST_ACTIVITY": "Ostatnia aktywność",
"COUNTRY": "Kraj",
"CITY": "Miasto",
"SOCIAL_PROFILES": "Profile społecznościowe",
"COMPANY": "Firma",
"EMAIL_ADDRESS": "Adres e-mail"
},
"VIEW_DETAILS": "View details"
"VIEW_DETAILS": "Wyświetl szczegóły"
}
}
}