chore: Enable Russian, update translations (#1159)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-08-22 17:54:16 +05:30
committed by GitHub
parent cdd385b269
commit 83eb92e7ff
268 changed files with 4686 additions and 1469 deletions

View File

@@ -45,6 +45,10 @@
{
"TEXT": "தீர்க்கப்பட்டது",
"VALUE": "resolved"
},
{
"TEXT": "Bot",
"VALUE": "bot"
}
],
"ATTACHMENTS": {
@@ -72,6 +76,9 @@
"ICON": "ion-link",
"CONTENT": "ஒரு URL ஐப் பகிர்ந்துள்ளார்"
}
}
},
"RECEIVED_VIA_EMAIL": "Received via email",
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
"REPLY_TO_TWEET": "Reply to this tweet"
}
}

View File

@@ -9,6 +9,9 @@
"NO_RECORDS_FOUND": "இந்த தொடர்புடன் முந்தைய உரையாடல்கள் எதுவும் இல்லை.",
"TITLE": "முந்தைய உரையாடல்கள்"
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Custom Attributes"
},
"LABELS": {
"TITLE": "உரையாடல் லேபிள்கள்",
"MODAL": {
@@ -23,7 +26,9 @@
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
},
"MUTE_CONTACT": "தொடர்பின் உரையாடல்களை முடக்கு",
"MUTE_CONTACT": "Mute Conversation",
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
"SEND_TRANSCRIPT": "Send Transcript",
"EDIT_LABEL": "திருத்து"
}
}

View File

@@ -9,6 +9,11 @@
"CLICK_HERE": "இங்கே கிளிக் செய்யவும்",
"LOADING_INBOXES": "இன்பாக்ஸை ஏற்றுகிறது",
"LOADING_CONVERSATIONS": "மேலும் உரையாடல்களை ஏற்றுகிறோம்",
"CANNOT_REPLY": "You cannot reply due to",
"24_HOURS_WINDOW": "24 hour message window restriction",
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
"REPLYING_TO": "You are replying to:",
"REMOVE_SELECTION": "Remove Selection",
"DOWNLOAD": "பதிவிறக்கம்",
"HEADER": {
"RESOLVE_ACTION": "தீர்",
@@ -31,5 +36,22 @@
"VISIBLE_TO_AGENTS": "தனிப்பட்ட குறிப்பு: உங்களுக்கும் உங்கள் குழுவினருக்கும் மட்டுமே தெரியும்",
"CHANGE_STATUS": "உரையாடலின் நிலை மாற்றப்பட்டது",
"CHANGE_AGENT": "உரையாடல் ஒதுக்கீட்டாளர் மாற்றப்பட்டார்"
},
"EMAIL_TRANSCRIPT": {
"TITLE": "Send conversation transcript",
"DESC": "Send a copy of the conversation transcript to the specified email address",
"SUBMIT": "சமர்பிக்கவும்",
"CANCEL": "ரத்துசெய்",
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
"SEND_EMAIL_ERROR": "There was an error, please try again",
"FORM": {
"SEND_TO_CONTACT": "Send the transcript to the customer",
"SEND_TO_AGENT": "Send the transcript of the assigned agent",
"SEND_TO_OTHER_EMAIL_ADDRESS": "Send the transcript to another email address",
"EMAIL": {
"PLACEHOLDER": "Enter an email address",
"ERROR": "சரியான ஈமெயில் முகவரியை பதிவிடவும்"
}
}
}
}

View File

@@ -24,8 +24,8 @@
"ERROR": ""
},
"DOMAIN": {
"LABEL": "களம்",
"PLACEHOLDER": "உங்கள் வலைத்தள களம்",
"LABEL": "Incoming Email Domain",
"PLACEHOLDER": "The domain where you will receive the emails",
"ERROR": ""
},
"SUPPORT_EMAIL": {
@@ -33,14 +33,9 @@
"PLACEHOLDER": "உங்கள் நிறுவனத்தின் சேவைக்கான ஈ-மெயில் முகவரி",
"ERROR": ""
},
"ENABLE_DOMAIN_EMAIL": {
"LABEL": "களத்தின் ஈ-மெயிலை இயக்கு",
"PLACEHOLDER": "தனிப்பயன் களத்தின் ஈ-மெயிலை இயக்கு",
"ERROR": "",
"OPTIONS": {
"ENABLED": "இயக்கப்பட்டது",
"DISABLED": "முடக்கப்பட்டது"
}
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
}
}
}

View File

@@ -115,6 +115,43 @@
"ERROR_MESSAGE": "ட்விலியோ கிரேடின்டியல்செய் எங்களால் அங்கீகரிக்க முடியவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்"
}
},
"API_CHANNEL": {
"TITLE": "API Channel",
"DESC": "Integrate with API channel and start supporting your customers.",
"CHANNEL_NAME": {
"LABEL": "சேனலின் பெயர்",
"PLACEHOLDER": "சேனலின் பெயரை உள்ளிடவும்",
"ERROR": "இந்த புலம் தேவை"
},
"WEBHOOK_URL": {
"LABEL": "வெப்ஹூக் URL",
"SUBTITLE": "Configure the URL where you want to recieve callbacks on events.",
"PLACEHOLDER": "வெப்ஹூக் URL"
},
"SUBMIT_BUTTON": "Create API Channel",
"API": {
"ERROR_MESSAGE": "We were not able to save the api channel"
}
},
"EMAIL_CHANNEL": {
"TITLE": "Email Channel",
"DESC": "Integrate you email inbox.",
"CHANNEL_NAME": {
"LABEL": "சேனலின் பெயர்",
"PLACEHOLDER": "சேனலின் பெயரை உள்ளிடவும்",
"ERROR": "இந்த புலம் தேவை"
},
"EMAIL": {
"LABEL": "இமெயில்",
"SUBTITLE": "Email where your customers sends you support tickets",
"PLACEHOLDER": "இமெயில்"
},
"SUBMIT_BUTTON": "Create Email Channel",
"API": {
"ERROR_MESSAGE": "We were not able to save the email channel"
},
"FINISH_MESSAGE": "Start forwarding your emails to the following email address."
},
"AUTH": {
"TITLE": "சேனல்கள்",
"DESC": "தற்போது வலைத்தள நேரடி சாட் விட்ஜெட்டுகள், பேஸ்புக் பக்கங்கள் மற்றும் ட்விட்டர் சுயவிவரங்களை தளங்களாக ஆதரிக்கிறோம். விரைவில் வாட்ஸ்அப், ஈ-மெயில், டெலிகிராம் மற்றும் லைன் போன்ற பல தளங்களிலும் வர இருக்கிறது."
@@ -175,7 +212,17 @@
"ERROR_MESSAGE": "இன்பாக்ஸை நீக்க முடியவில்லை. மீண்டும் முயற்சிக்கவும்."
}
},
"TABS": {
"SETTINGS": "அமைப்புகள்",
"COLLABORATORS": "Collaborators",
"CONFIGURATION": "Configuration"
},
"SETTINGS": "அமைப்புகள்",
"FEATURES": {
"LABEL": "Features",
"DISPLAY_FILE_PICKER": "Display file picker on the widget",
"DISPLAY_EMOJI_PICKER": "Display emoji picker on the widget"
},
"SETTINGS_POPUP": {
"MESSENGER_HEADING": "மெசஞ்சர் ஸ்கிரிப்ட்",
"MESSENGER_SUB_HEAD": "இந்த பொத்தானை உங்கள் பாடி டேகுக்குள் வைக்கவும்",

View File

@@ -44,9 +44,14 @@
"LABEL": "சுயவிவர படம்"
},
"NAME": {
"LABEL": "உங்கள் பெயர்",
"ERROR": "செல்லுபடியாகும் பெயரை உள்ளிடவும்",
"PLACEHOLDER": "Please enter your name, this would be displayed in conversations"
"LABEL": "Your full name",
"ERROR": "Please enter a valid full name",
"PLACEHOLDER": "Please enter your full name"
},
"DISPLAY_NAME": {
"LABEL": "Display name",
"ERROR": "Please enter a valid display name",
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
},
"AVAILABILITY": {
"LABEL": "Availability",
@@ -122,5 +127,21 @@
"INTEGRATIONS": "சேர்ப்புகள்",
"ACCOUNT_SETTINGS": "கணக்கின் அமைப்புகள்",
"LABELS": "Labels"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"ERROR_MESSAGE": "வூட் சர்வருடன் இணைக்க முடியவில்ல, மீண்டும் முயற்சிக்கவும்"
},
"FORM": {
"NAME": {
"LABEL": "கணக்கின் பெயர்",
"PLACEHOLDER": "வெய்ன் எண்டர்பிரைசஸ்"
},
"SUBMIT": "சமர்பிக்கவும்"
}
}
}