chore: Update translations (#3004)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -90,22 +90,22 @@
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "No results found."
|
||||
"NO_RESULTS": "Không tìm thấy kết quả."
|
||||
},
|
||||
"MULTI_SELECTOR": {
|
||||
"PLACEHOLDER": "None",
|
||||
"TITLE": {
|
||||
"AGENT": "Select agent",
|
||||
"TEAM": "Select team"
|
||||
"AGENT": "Chọn thành viên",
|
||||
"TEAM": "Chọn nhóm"
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": {
|
||||
"AGENT": "Không tìm thấy nhà cung cấp",
|
||||
"TEAM": "No teams found"
|
||||
"TEAM": "Không tìm thấy nhóm nào"
|
||||
},
|
||||
"PLACEHOLDER": {
|
||||
"AGENT": "Search agents",
|
||||
"TEAM": "Search teams"
|
||||
"AGENT": "Tìm kiếm thành viên",
|
||||
"TEAM": "Tìm kiếm nhóm"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
"ATTRIBUTES_MGMT": {
|
||||
"HEADER": "Attributes",
|
||||
"HEADER_BTN_TXT": "Add Attribute",
|
||||
"LOADING": "Fetching attributes",
|
||||
"SIDEBAR_TXT": "<p><b>Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
|
||||
"ADD": {
|
||||
"TITLE": "Add attribute",
|
||||
"SUBMIT": "Tạo",
|
||||
@@ -9,11 +11,13 @@
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Display Name",
|
||||
"PLACEHOLDER": "Enter attribute display name"
|
||||
"PLACEHOLDER": "Enter attribute display name",
|
||||
"ERROR": "Name is required"
|
||||
},
|
||||
"DESC": {
|
||||
"LABEL": "Mô tả",
|
||||
"PLACEHOLDER": "Enter attribute description"
|
||||
"PLACEHOLDER": "Enter attribute description",
|
||||
"ERROR": "Description is required"
|
||||
},
|
||||
"MODEL": {
|
||||
"LABEL": "Model",
|
||||
@@ -31,7 +35,50 @@
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute added successfully",
|
||||
"ERROR_MESSAGE": "Không thể kết nối với Máy chủ Woot, Vui lòng thử lại sau"
|
||||
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Xoá",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
|
||||
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Are you sure want to delete - %{attributeName}",
|
||||
"PLACE_HOLDER": "Please type {attributeName} to confirm",
|
||||
"MESSAGE": "Deleting will remove the attribute",
|
||||
"YES": "Xoá ",
|
||||
"NO": "Huỷ"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit attribute",
|
||||
"UPDATE_BUTTON_TEXT": "Cập nhật",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Attribute updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
|
||||
}
|
||||
},
|
||||
"TABS": {
|
||||
"HEADER": "Thuộc tính tùy chỉnh",
|
||||
"CONVERSATION": "Conversation",
|
||||
"CONTACT": "Contact"
|
||||
},
|
||||
"LIST": {
|
||||
"TABLE_HEADER": [
|
||||
"Tên",
|
||||
"Mô tả",
|
||||
"Type",
|
||||
"Key"
|
||||
],
|
||||
"BUTTONS": {
|
||||
"EDIT": "Chỉnh sửa",
|
||||
"DELETE": "Xoá"
|
||||
},
|
||||
"EMPTY_RESULT": {
|
||||
"404": "There are no attributes created",
|
||||
"NOT_FOUND": "There are no attributes configured"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +37,12 @@
|
||||
"MUTED_SUCCESS": "Cuộc trò chuyện này bị tắt tiếng trong 6 giờ",
|
||||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
||||
"SEND_TRANSCRIPT": "Gửi bản ghi",
|
||||
"EDIT_LABEL": "Chỉnh sửa"
|
||||
"EDIT_LABEL": "Chỉnh sửa",
|
||||
"SIDEBAR_SECTIONS": {
|
||||
"CUSTOM_ATTRIBUTES": "Thuộc tính tùy chỉnh",
|
||||
"CONTACT_LABELS": "Contact Labels",
|
||||
"PREVIOUS_CONVERSATIONS": "Cuộc trò chuyện trước đó"
|
||||
}
|
||||
},
|
||||
"EDIT_CONTACT": {
|
||||
"BUTTON_LABEL": "Chỉnh sửa liên hệ",
|
||||
@@ -186,8 +191,8 @@
|
||||
}
|
||||
},
|
||||
"CUSTOM_ATTRIBUTES": {
|
||||
"TITLE": "Thuộc tính tùy chỉnh",
|
||||
"BUTTON": "Add custom attribute",
|
||||
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
|
||||
"ADD": {
|
||||
"TITLE": "Create custom attribute",
|
||||
"DESC": "Add custom information to this contact."
|
||||
|
||||
@@ -142,6 +142,14 @@
|
||||
"TEAM_LABEL": "Assigned Team",
|
||||
"SELECT": {
|
||||
"PLACEHOLDER": "None"
|
||||
},
|
||||
"ACCORDION": {
|
||||
"CONTACT_DETAILS": "Contact Details",
|
||||
"CONVERSATION_ACTIONS": "Conversation Actions",
|
||||
"CONVERSATION_LABELS": "Nhãn hội thoại",
|
||||
"CONVERSATION_INFO": "Conversation Information",
|
||||
"CONTACT_ATTRIBUTES": "Contact Attributes",
|
||||
"PREVIOUS_CONVERSATION": "Cuộc trò chuyện trước đó"
|
||||
}
|
||||
},
|
||||
"EMAIL_HEADER": {
|
||||
|
||||
@@ -162,9 +162,9 @@
|
||||
"ERROR": "Trường này là bắt buộc"
|
||||
},
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"LABEL": "Thư điện tử",
|
||||
"SUBTITLE": "Email nơi khách hàng của bạn gửi cho bạn vé hỗ trợ",
|
||||
"PLACEHOLDER": "Email"
|
||||
"PLACEHOLDER": "Thư điện tử"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Tạo kênh Email",
|
||||
"API": {
|
||||
@@ -172,6 +172,44 @@
|
||||
},
|
||||
"FINISH_MESSAGE": "Bắt đầu chuyển tiếp email của bạn tới địa chỉ email sau."
|
||||
},
|
||||
"LINE_CHANNEL": {
|
||||
"TITLE": "LINE Channel",
|
||||
"DESC": "Integrate with LINE channel and start supporting your customers.",
|
||||
"CHANNEL_NAME": {
|
||||
"LABEL": "Tên kênh",
|
||||
"PLACEHOLDER": "Vui lòng nhập tên kênh",
|
||||
"ERROR": "Trường này là bắt buộc"
|
||||
},
|
||||
"LINE_CHANNEL_ID": {
|
||||
"LABEL": "LINE Channel ID",
|
||||
"PLACEHOLDER": "LINE Channel ID"
|
||||
},
|
||||
"LINE_CHANNEL_SECRET": {
|
||||
"LABEL": "LINE Channel Secret",
|
||||
"PLACEHOLDER": "LINE Channel Secret"
|
||||
},
|
||||
"LINE_CHANNEL_TOKEN": {
|
||||
"LABEL": "LINE Channel Token",
|
||||
"PLACEHOLDER": "LINE Channel Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create LINE Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to save the LINE channel"
|
||||
}
|
||||
},
|
||||
"TELEGRAM_CHANNEL": {
|
||||
"TITLE": "Telegram Channel",
|
||||
"DESC": "Integrate with Telegram channel and start supporting your customers.",
|
||||
"BOT_TOKEN": {
|
||||
"LABEL": "Bot Token",
|
||||
"SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.",
|
||||
"PLACEHOLDER": "Bot Token"
|
||||
},
|
||||
"SUBMIT_BUTTON": "Create Telegram Channel",
|
||||
"API": {
|
||||
"ERROR_MESSAGE": "We were not able to save the telegram channel"
|
||||
}
|
||||
},
|
||||
"AUTH": {
|
||||
"TITLE": "Choose a channel",
|
||||
"DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed."
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"LOGIN": {
|
||||
"TITLE": "Đăng nhập Chatwoot",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"LABEL": "Thư điện tử",
|
||||
"PLACEHOLDER": "Email : someone@example.com"
|
||||
},
|
||||
"PASSWORD": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"RESET_PASSWORD": {
|
||||
"TITLE": "Đặt lại mật khẩu",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"LABEL": "Thư điện tử",
|
||||
"PLACEHOLDER": "Vui lòng nhập email",
|
||||
"ERROR": "Vui lòng nhập email hợp lệ"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user