chore: Enable Polish (pl), update translations (#2403)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-06-15 22:15:18 +05:30
committed by GitHub
parent e41957ae02
commit 7a7f6234b1
406 changed files with 7491 additions and 952 deletions

View File

@@ -42,6 +42,19 @@
"ERROR_MESSAGE": "There was an error. Please try again."
}
},
"DELETE": {
"BUTTON_TEXT": "Slett",
"CONFIRM": {
"TITLE": "Bekreft sletting",
"MESSAGE": "Er du sikker på at du vil slette?",
"YES": "Ja, slett ",
"NO": "Nei, behold "
},
"API": {
"SUCCESS_MESSAGE": "Campaign deleted successfully",
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
}
},
"EDIT": {
"TITLE": "Edit campaign",
"UPDATE_BUTTON_TEXT": "Oppdater",

View File

@@ -18,19 +18,14 @@
"TITLE": "Tidligere samtaler"
},
"LABELS": {
"TITLE": "Samtaleetiketter",
"MODAL": {
"TITLE": "Etiketter for",
"ACTIVE_LABELS": "Etiketter lagt til i samtalen",
"INACTIVE_LABELS": "Etiketter tilgjengelig i kontoen",
"REMOVE": "Klikk på X ikonet for å fjerne etiketten",
"ADD": "Klikk på + ikonet for å legge til etiketten",
"ADD_BUTTON": "Add Labels",
"UPDATE_BUTTON": "Oppdater etiketter",
"UPDATE_ERROR": "Kunne ikke oppdatere etiketter, prøv på nytt."
"CONTACT": {
"TITLE": "Contact Labels",
"ERROR": "Couldn't update labels"
},
"CONVERSATION": {
"TITLE": "Samtaleetiketter",
"ADD_BUTTON": "Add Labels"
},
"NO_LABELS_TO_ADD": "Det er ingen flere etiketter definert i kontoen.",
"NO_AVAILABLE_LABELS": "Det er ingen etiketter lagt til i denne samtalen.",
"LABEL_SELECT": {
"TITLE": "Add Labels",
"PLACEHOLDER": "Search labels",
@@ -155,6 +150,16 @@
"VIEW_DETAILS": "View details"
}
},
"REMINDER": {
"ADD_BUTTON": {
"BUTTON": "Add",
"TITLE": "Shift + Enter to create a task"
},
"FOOTER": {
"DUE_DATE": "Due date",
"LABEL_TITLE": "Set type"
}
},
"NOTES": {
"HEADER": {
"TITLE": "Notes"
@@ -168,6 +173,16 @@
"BUTTON": "View all notes"
}
},
"EVENTS": {
"HEADER": {
"TITLE": "Activities"
},
"BUTTON": {
"PILL_BUTTON_NOTES": "notes",
"PILL_BUTTON_EVENTS": "events",
"PILL_BUTTON_CONVO": "samtaler"
}
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Egendefinerte verdier",
"BUTTON": "Add custom attribute",

View File

@@ -108,8 +108,8 @@
}
},
"CONVERSATION_SIDEBAR": {
"DETAILS_TITLE": "Conversations Details",
"ASSIGNEE_LABEL": "Assigned Agent",
"SELF_ASSIGN": "Assign to me",
"TEAM_LABEL": "Assigned Team",
"SELECT": {
"PLACEHOLDER": "None"

View File

@@ -28,6 +28,14 @@
}
],
"ADD": {
"CHANNEL_NAME": {
"LABEL": "Navn på innboks",
"PLACEHOLDER": "Enter your inbox name (eg: Acme Inc)"
},
"WEBSITE_NAME": {
"LABEL": "Nettstedsnavn",
"PLACEHOLDER": "Angi navnet på nettsiden (f. eks.: Acme Inc)"
},
"FB": {
"HELP": "PS: Ved å logge inn får vi bare tilgang til meldingene til siden. Dine private meldinger vil aldri bli lest av Chatwoot.",
"CHOOSE_PAGE": "Velg side",
@@ -48,10 +56,6 @@
"CHANNEL_AVATAR": {
"LABEL": "Kanal profilbilde"
},
"CHANNEL_NAME": {
"LABEL": "Nettstedsnavn",
"PLACEHOLDER": "Angi navnet på nettsiden (f. eks.: Acme Inc)"
},
"CHANNEL_DOMAIN": {
"LABEL": "Nettstedets domene",
"PLACEHOLDER": "Angi URL på nettsiden (f. eks.: acme.no)"
@@ -208,6 +212,10 @@
"AUTO_ASSIGNMENT": {
"ENABLED": "Aktivert",
"DISABLED": "Deaktivert"
},
"EMAIL_COLLECT_BOX": {
"ENABLED": "Aktivert",
"DISABLED": "Deaktivert"
}
},
"DELETE": {
@@ -215,6 +223,7 @@
"CONFIRM": {
"TITLE": "Bekreft sletting",
"MESSAGE": "Er du sikker på at du vil slette ",
"PLACE_HOLDER": "Please type {inboxName} to confirm",
"YES": "Ja, slett ",
"NO": "Nei, behold "
},
@@ -243,6 +252,8 @@
"INBOX_AGENTS": "Agenter",
"INBOX_AGENTS_SUB_TEXT": "Legg til eller fjern agenter fra denne innboksen",
"UPDATE": "Oppdater",
"ENABLE_EMAIL_COLLECT_BOX": "Enable email collect box",
"ENABLE_EMAIL_COLLECT_BOX_SUB_TEXT": "Enable or disable email collect box on new conversation",
"AUTO_ASSIGNMENT": "Aktiver autotilordning",
"INBOX_UPDATE_TITLE": "Innboksinnstillinger",
"INBOX_UPDATE_SUB_TEXT": "Oppdater innboksinnstillinger",

View File

@@ -0,0 +1,62 @@
{
"INTEGRATION_APPS": {
"FETCHING": "Fetching Integrations",
"NO_HOOK_CONFIGURED": "There are no %{integrationId} integrations configured in this account.",
"HEADER": "Applications",
"STATUS": {
"ENABLED": "Aktivert",
"DISABLED": "Deaktivert"
},
"CONFIGURE": "Konfigurer",
"ADD_BUTTON": "Add a new hook",
"DELETE": {
"TITLE": {
"INBOX": "Confirm deletion",
"ACCOUNT": "Disconnect"
},
"MESSAGE": {
"INBOX": "Er du sikker på at du vil slette?",
"ACCOUNT": "Are you sure to disconnect?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "Ja, slett",
"ACCOUNT": "Yes, Disconnect"
},
"CANCEL_BUTTON_TEXT": "Avbryt",
"API": {
"SUCCESS_MESSAGE": "Hook deleted successfully",
"ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere"
}
},
"LIST": {
"FETCHING": "Fetching integration hooks",
"INBOX": "Inbox",
"DELETE": {
"BUTTON_TEXT": "Slett"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox"
},
"SUBMIT": "Opprett",
"CANCEL": "Avbryt"
},
"API": {
"SUCCESS_MESSAGE": "Integration hook added successfully",
"ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere"
}
},
"CONNECT": {
"BUTTON_TEXT": "Koble til"
},
"DISCONNECT": {
"BUTTON_TEXT": "Disconnect"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with %{installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
}
}
}

View File

@@ -17,6 +17,24 @@
"Handlinger"
]
},
"EDIT": {
"BUTTON_TEXT": "Rediger",
"TITLE": "Edit webhook",
"CANCEL": "Avbryt",
"DESC": "Webhook-hendelser gir deg sanntidsinformasjon om hva som skjer i din Chatwoot-konto. Skriv inn en gyldig nettadresse for å konfigurere en callback.",
"FORM": {
"END_POINT": {
"LABEL": "Webhook URL",
"PLACEHOLDER": "Eksempel: https://example/api/webhook",
"ERROR": "Vennligst skriv inn en gyldig URL"
},
"SUBMIT": "Edit webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
"ERROR_MESSAGE": "Kunne ikke koble til Woot Server, vennligst prøv igjen senere"
}
},
"ADD": {
"CANCEL": "Avbryt",
"TITLE": "Legg til ny webhook",

View File

@@ -19,7 +19,9 @@
"NAME": {
"LABEL": "Etikettens navn",
"PLACEHOLDER": "Etikettens navn",
"ERROR": "Etikettens navn må fylles ut"
"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": "Beskrivelse",

View File

@@ -78,6 +78,11 @@
"ERROR": "Vennligst skriv inn en gyldig e-postadresse",
"PLACEHOLDER": "Vennligst skriv inn din e-postadresse, dette vises i samtaler"
},
"CURRENT_PASSWORD": {
"LABEL": "Current password",
"ERROR": "Please enter the current password",
"PLACEHOLDER": "Please enter the current password"
},
"PASSWORD": {
"LABEL": "Passord",
"ERROR": "Skriv inn et passord som er 6 eller flere tegn langt",
@@ -132,6 +137,7 @@
"CANNED_RESPONSES": "Forhåndslagde svar",
"INTEGRATIONS": "Integrasjoner",
"ACCOUNT_SETTINGS": "Kontoinnstillinger",
"APPLICATIONS": "Applications",
"LABELS": "Etiketter",
"TEAMS": "Teams"
},

View File

@@ -98,6 +98,7 @@
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{teamName}",
"PLACE_HOLDER": "Please type {teamName} to confirm",
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
"YES": "Slett ",
"NO": "Avbryt"