chore: Bring updated translations (#2945)

This commit is contained in:
Sojan Jose
2021-09-03 15:48:24 +05:30
committed by GitHub
parent ff1625708e
commit b866c54ad5
401 changed files with 7367 additions and 2040 deletions

View File

@@ -55,7 +55,7 @@
"TITLE": "Verwijderen bevestigen",
"MESSAGE": "Weet u zeker dat u wilt verwijderen ",
"YES": "Ja, verwijderen ",
"NO": "No, Keep "
"NO": "Nee, Behouden "
}
},
"EDIT": {
@@ -90,7 +90,24 @@
}
},
"SEARCH": {
"NO_RESULTS": "No results found."
"NO_RESULTS": "Geen resultaten gevonden."
},
"MULTI_SELECTOR": {
"PLACEHOLDER": "Geen",
"TITLE": {
"AGENT": "Selecteer agent",
"TEAM": "Selecteer team"
},
"SEARCH": {
"NO_RESULTS": {
"AGENT": "Geen medewerkers gevonden",
"TEAM": "Geen teams gevonden"
},
"PLACEHOLDER": {
"AGENT": "Zoek agenten",
"TEAM": "Teams zoeken"
}
}
}
}
}

View File

@@ -0,0 +1,38 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "Attributes",
"HEADER_BTN_TXT": "Add Attribute",
"ADD": {
"TITLE": "Add attribute",
"SUBMIT": "Aanmaken",
"CANCEL_BUTTON_TEXT": "Annuleren",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter attribute display name"
},
"DESC": {
"LABEL": "Beschrijving",
"PLACEHOLDER": "Enter attribute description"
},
"MODEL": {
"LABEL": "Model",
"PLACEHOLDER": "Please select a model",
"ERROR": "Model is required"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "Selecteer een type",
"ERROR": "Type is required"
},
"KEY": {
"LABEL": "Key"
}
},
"API": {
"SUCCESS_MESSAGE": "Attribute added successfully",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
}
}
}
}

View File

@@ -2,7 +2,10 @@
"CAMPAIGN": {
"HEADER": "Campaigns",
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
"HEADER_BTN_TXT": "Create a campaign",
"HEADER_BTN_TXT": {
"ONE_OFF": "Create a one off campaign",
"ONGOING": "Create a ongoing campaign"
},
"ADD": {
"TITLE": "Create a campaign",
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
@@ -25,6 +28,11 @@
"PLACEHOLDER": "Select the customer labels",
"ERROR": "Audience is required"
},
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox",
"ERROR": "Inbox is required"
},
"MESSAGE": {
"LABEL": "Message",
"PLACEHOLDER": "Please enter the message of campaign",
@@ -80,6 +88,7 @@
"TABLE_HEADER": {
"TITLE": "Title",
"MESSAGE": "Message",
"INBOX": "Inbox",
"STATUS": "Status",
"SENDER": "Sender",
"URL": "URL",
@@ -101,6 +110,16 @@
"SENDER": {
"BOT": "Bot"
}
},
"ONE_OFF": {
"HEADER": "One off campaigns",
"404": "There are no one off campaigns created",
"INBOXES_NOT_FOUND": "Please create an sms inbox and start adding campaigns"
},
"ONGOING": {
"HEADER": "Ongoing campaigns",
"404": "There are no ongoing campaigns created",
"INBOXES_NOT_FOUND": "Please create an website inbox and start adding campaigns"
}
}
}

View File

@@ -69,7 +69,7 @@
"TITLE": "Verwijdering bevestigen",
"MESSAGE": "Weet u zeker dat u wilt verwijderen ",
"YES": "Ja, verwijderen ",
"NO": "No, Keep "
"NO": "Nee, Behouden "
}
}
}

View File

@@ -47,8 +47,12 @@
"VALUE": "resolved"
},
{
"TEXT": "Bot",
"VALUE": "bot"
"TEXT": "Afwachtend",
"VALUE": "afwachtend"
},
{
"TEXT": "Gesluimerd",
"VALUE": "gesluimerd"
}
],
"ATTACHMENTS": {
@@ -77,10 +81,10 @@
"CONTENT": "heeft een url gedeeld"
}
},
"RECEIVED_VIA_EMAIL": "Received via email",
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
"REPLY_TO_TWEET": "Reply to this tweet",
"NO_MESSAGES": "No Messages",
"NO_CONTENT": "No content available"
"RECEIVED_VIA_EMAIL": "Ontvangen via e-mail",
"VIEW_TWEET_IN_TWITTER": "Bekijk tweet op Twitter",
"REPLY_TO_TWEET": "Antwoord op deze tweet",
"NO_MESSAGES": "Geen berichten",
"NO_CONTENT": "Geen inhoud beschikbaar"
}
}

View File

@@ -11,8 +11,8 @@
"OS": "Besturingssysteem",
"INITIATED_FROM": "Geïnitieerd vanuit",
"INITIATED_AT": "Geïnitieerd op",
"IP_ADDRESS": "IP Address",
"NEW_MESSAGE": "New message",
"IP_ADDRESS": "IP-adres",
"NEW_MESSAGE": "Nieuw bericht",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "Er zijn geen eerdere gesprekken gekoppeld aan dit contact.",
"TITLE": "Vorige gesprekken"
@@ -20,21 +20,21 @@
"LABELS": {
"CONTACT": {
"TITLE": "Contact Labels",
"ERROR": "Couldn't update labels"
"ERROR": "Kan labels niet bijwerken"
},
"CONVERSATION": {
"TITLE": "Labels voor gesprekken",
"ADD_BUTTON": "Add Labels"
"ADD_BUTTON": "Labels toevoegen"
},
"LABEL_SELECT": {
"TITLE": "Add Labels",
"PLACEHOLDER": "Search labels",
"NO_RESULT": "No labels found"
"TITLE": "Labels toevoegen",
"PLACEHOLDER": "Zoek op labels",
"NO_RESULT": "Geen labels gevonden"
}
},
"MUTE_CONTACT": "Gesprek dempen",
"UNMUTE_CONTACT": "Unmute Conversation",
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
"UNMUTE_CONTACT": "Gesprek dempen opheffen",
"MUTED_SUCCESS": "Dit gesprek is gedempt voor 6 uur",
"UNMUTED_SUCCESS": "This conversation is unmuted",
"SEND_TRANSCRIPT": "Transcript verzenden",
"EDIT_LABEL": "Bewerken"

View File

@@ -9,6 +9,7 @@
"SEARCH_MESSAGES": "Search for messages in conversations",
"SEARCH": {
"TITLE": "Search messages",
"RESULT_TITLE": "Search Results",
"LOADING_MESSAGE": "Crunching data...",
"PLACEHOLDER": "Type any text to search messages",
"NO_MATCHING_RESULTS": "No results found."
@@ -22,7 +23,7 @@
"24_HOURS_WINDOW": "24 hour message window restriction",
"TWILIO_WHATSAPP_CAN_REPLY": "You can only reply to this conversation using a template message due to",
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 hour message window restriction",
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
"SELECT_A_TWEET_TO_REPLY": "Please select a tweet to reply to.",
"REPLYING_TO": "You are replying to:",
"REMOVE_SELECTION": "Remove Selection",
"DOWNLOAD": "Download",
@@ -41,7 +42,13 @@
"DETAILS": "Details"
},
"RESOLVE_DROPDOWN": {
"OPEN_BOT": "Open with bot"
"MARK_PENDING": "Mark as pending",
"SNOOZE": {
"TITLE": "Snooze until",
"NEXT_REPLY": "Next reply",
"TOMORROW": "Tomorrow",
"NEXT_WEEK": "Next week"
}
},
"FOOTER": {
"MSG_INPUT": "Shift + enter voor nieuwe regel. Begin met '/' om een standaard antwoord te selecteren.",
@@ -57,7 +64,20 @@
"TIP_EMOJI_ICON": "Show emoji selector",
"TIP_ATTACH_ICON": "Attach files",
"ENTER_TO_SEND": "Enter to send",
"DRAG_DROP": "Drag and drop here to attach"
"DRAG_DROP": "Drag and drop here to attach",
"EMAIL_HEAD": {
"ADD_BCC": "Add bcc",
"CC": {
"LABEL": "CC",
"PLACEHOLDER": "Emails separated by commas",
"ERROR": "Please enter valid email addresses"
},
"BCC": {
"LABEL": "BCC",
"PLACEHOLDER": "Emails separated by commas",
"ERROR": "Please enter valid email addresses"
}
}
},
"VISIBLE_TO_AGENTS": "Privéopmerking: alleen zichtbaar voor jou en je team",
"CHANGE_STATUS": "Gespreksstatus veranderd",
@@ -123,5 +143,11 @@
"SELECT": {
"PLACEHOLDER": "None"
}
},
"EMAIL_HEADER": {
"TO": "To",
"BCC": "Bcc",
"CC": "Cc",
"SUBJECT": "Subject"
}
}

View File

@@ -232,16 +232,19 @@
},
"DELETE": {
"BUTTON_TEXT": "Verwijderen",
"AVATAR_DELETE_BUTTON_TEXT": "Delete Avatar",
"CONFIRM": {
"TITLE": "Verwijdering bevestigen",
"MESSAGE": "Weet u zeker dat u wilt verwijderen ",
"PLACE_HOLDER": "Please type {inboxName} to confirm",
"YES": "Ja, verwijderen ",
"NO": "No, Keep "
"NO": "Nee, Behouden "
},
"API": {
"SUCCESS_MESSAGE": "Inbox succesvol verwijderd",
"ERROR_MESSAGE": "Postvak verwijderen mislukt. Probeer het later opnieuw."
"ERROR_MESSAGE": "Postvak verwijderen mislukt. Probeer het later opnieuw.",
"AVATAR_SUCCESS_MESSAGE": "Inbox avatar deleted successfully",
"AVATAR_ERROR_MESSAGE": "Could not delete the inbox avatar. Please try again later."
}
},
"TABS": {
@@ -273,7 +276,11 @@
"INBOX_UPDATE_SUB_TEXT": "Update uw inbox instellingen",
"AUTO_ASSIGNMENT_SUB_TEXT": "In- of uitschakelen van de automatische toewijzing van nieuwe gesprekken aan de agenten die aan deze inbox zijn toegevoegd.",
"HMAC_VERIFICATION": "User Identity Validation",
"HMAC_DESCRIPTION": "Inorder validate the users identity, the SDK allows you to pass an `identifier_hash` for each user. You can generate HMAC using 'sha256' with the key shown here."
"HMAC_DESCRIPTION": "Inorder to validate the user's identity, the SDK allows you to pass an `identifier_hash` for each user. You can generate HMAC using 'sha256' with the key shown here.",
"INBOX_IDENTIFIER": "Inbox Identifier",
"INBOX_IDENTIFIER_SUB_TEXT": "Use the `inbox_identifier` token shown here to authentication your API clients.",
"FORWARD_EMAIL_TITLE": "Forward to Email",
"FORWARD_EMAIL_SUB_TEXT": "Start forwarding your emails to the following email address."
},
"FACEBOOK_REAUTHORIZE": {
"TITLE": "Autoriseer",

View File

@@ -1,11 +1,14 @@
import { default as _agentMgmt } from './agentMgmt.json';
import { default as _attributesMgmt } from './attributesMgmt.json';
import { default as _campaign } from './campaign.json';
import { default as _cannedMgmt } from './cannedMgmt.json';
import { default as _chatlist } from './chatlist.json';
import { default as _contact } from './contact.json';
import { default as _conversation } from './conversation.json';
import { default as _csatMgmtMgmt } from './csatMgmt.json';
import { default as _generalSettings } from './generalSettings.json';
import { default as _inboxMgmt } from './inboxMgmt.json';
import { default as _integrationApps } from './integrationApps.json';
import { default as _integrations } from './integrations.json';
import { default as _labelsMgmt } from './labelsMgmt.json';
import { default as _login } from './login.json';
@@ -18,13 +21,16 @@ import { default as _teamsSettings } from './teamsSettings.json';
export default {
..._agentMgmt,
..._attributesMgmt,
..._campaign,
..._cannedMgmt,
..._chatlist,
..._contact,
..._conversation,
..._csatMgmtMgmt,
..._generalSettings,
..._inboxMgmt,
..._integrationApps,
..._integrations,
..._labelsMgmt,
..._login,

View File

@@ -102,6 +102,7 @@
"CHANGE_ACCOUNTS": "Switch Account",
"SELECTOR_SUBTITLE": "Select an account from the following list",
"PROFILE_SETTINGS": "Profiel instellingen",
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
"LOGOUT": "Afmelden"
},
"APP_GLOBAL": {
@@ -130,8 +131,8 @@
"SIDEBAR": {
"CONVERSATIONS": "Gesprekken",
"REPORTS": "Rapporten",
"CONTACTS": "Contacts",
"SETTINGS": "Instellingen",
"CONTACTS": "Contacts",
"HOME": "Startpagina",
"AGENTS": "Medewerkers",
"INBOXES": "Inboxen",
@@ -141,13 +142,18 @@
"ACCOUNT_SETTINGS": "Accountinstellingen",
"APPLICATIONS": "Applications",
"LABELS": "Labelen",
"ATTRIBUTES": "Attributes",
"TEAMS": "Teams",
"ALL_CONTACTS": "All Contacts",
"TAGGED_WITH": "Tagged with",
"REPORTS_OVERVIEW": "Overview",
"CSAT": "CSAT"
"CSAT": "CSAT",
"CAMPAIGNS": "Campaigns",
"ONGOING": "Ongoing",
"ONE_OFF": "One off"
},
"CREATE_ACCOUNT": {
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
@@ -162,5 +168,30 @@
},
"SUBMIT": "Bevestigen"
}
},
"KEYBOARD_SHORTCUTS": {
"TITLE": {
"OPEN_CONVERSATION": "Open conversation",
"RESOLVE_AND_NEXT": "Resolve and move to next",
"NAVIGATE_DROPDOWN": "Navigate dropdown items",
"RESOLVE_CONVERSATION": "Resolve Conversation",
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
"ADD_ATTACHMENT": "Add Attachment",
"GO_TO_CONTACTS_DASHBOARD": "Go to Contacts Dashboard",
"TOGGLE_SIDEBAR": "Toggle Sidebar",
"GO_TO_REPORTS_SIDEBAR": "Go to Reports sidebar",
"MOVE_TO_NEXT_TAB": "Move to next tab in conversation list",
"GO_TO_SETTINGS": "Go to Settings",
"SWITCH_CONVERSATION_STATUS": "Switch to the next conversation status",
"SWITCH_TO_PRIVATE_NOTE": "Switch to Private Note",
"TOGGLE_RICH_CONTENT_EDITOR": "Toggle Rich Content editor",
"SWITCH_TO_REPLY": "Switch to Reply",
"TOGGLE_SNOOZE_DROPDOWN": "Toggle snooze dropdown"
},
"KEYS": {
"WINDOWS_KEY_AND_COMMAND_KEY": "Win / ⌘",
"ALT_OR_OPTION_KEY": "Alt / ⌥",
"FORWARD_SLASH_KEY": "/"
}
}
}