UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

44 lines (43 loc) 3.69 kB
export default { "intl-common:actions:add": "Thêm", // add action (in Title Case) "intl-common:actions:apply": "Áp dụng", // apply action (in Title Case) "intl-common:actions:browse": "Duyệt qua", // browse action (in Title Case) "intl-common:actions:cancel": "Hủy", // cancel action (in Title Case) "intl-common:actions:clear": "Xóa", // clear action (in Title Case) "intl-common:actions:close": "Đóng", // close action (in Title Case) "intl-common:actions:confirm": "Xác nhận", // confirm action (in Title Case) "intl-common:actions:copy": "Sao chép", // copy action (in Title Case) "intl-common:actions:create": "Tạo", // create action (in Title Case) "intl-common:actions:delete": "Xóa", // delete action (in Title Case) "intl-common:actions:done": "Hoàn tất", // done action (in Title Case) "intl-common:actions:edit": "Chỉnh sửa", // edit action (in Title Case) "intl-common:actions:finish": "Xong", // finish action (in Title Case) "intl-common:actions:print": "In", // print action (in Title Case) "intl-common:actions:remove": "Loại bỏ", // remove action (in Title Case) "intl-common:actions:save": "Lưu", // save action (in Title Case) "intl-common:actions:saveAndClose": "Lưu và đóng", // save and close action (in Title Case) "intl-common:actions:saveAndNew": "Lưu và tạo mới", // save and new action (in Title Case) "intl-common:actions:search": "Tìm kiếm", // search action (in Title Case) "intl-common:actions:submit": "Gửi", // submit action (in Title Case) "intl-common:actions:update": "Cập nhật", // update action (in Title Case) "intl-common:characters:ampersand": "dấu và", // short name or description of the "&" character "intl-common:characters:apostrophe": "dấu nháy đơn", // short name or description of the "'" character "intl-common:characters:asterisk": "dấu hoa thị", // short name or description of the "*" character "intl-common:characters:backslash": "dấu gạch chéo ngược", // short name or description of the "\" character "intl-common:characters:colon": "dấu hai chấm", // short name or description of the ":" character "intl-common:characters:comma": "dấu phẩy", // short name or description of the "," character "intl-common:characters:greaterThan": "dấu lớn hơn", // short name or description of the ">" character "intl-common:characters:lessThan": "dấu bé hơn", // short name or description of the "<" character "intl-common:characters:numberSign": "dấu thăng", // short name or description of the "#" character "intl-common:characters:percentSign": "dấu phần trăm", // short name or description of the "%" character "intl-common:characters:pipe": "dấu gạch đứng", // short name or description of the "|" character "intl-common:characters:questionMark": "dấu chấm hỏi", // short name or description of the "?" character "intl-common:characters:quotationMark": "dấu nháy kép", // short name or description of the '"' character "intl-common:confirm:no": "Không", // no response to a question (in Title Case) "intl-common:confirm:ok": "OK", // okay response to a question "intl-common:confirm:yes": "Có", // yes response to a question (in Title Case) "intl-common:navigation:back:title": "Quay lại", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:continue:title": "Tiếp tục", // continue action (in Title Case) "intl-common:navigation:next:title": "Tiếp theo", // term for navigating to the next page or item (in Title Case) "intl-common:navigation:previous:title": "Trước", // term for navigating to the previous page or item (in Title Case) };