@brightspace-ui/intl 3.31.4 → 3.31.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/vi.js +3 -3
- package/package.json +1 -1
package/lang/vi.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"intl-common:actions:add": "Thêm", // add action (in Title Case)
|
|
3
3
|
"intl-common:actions:apply": "Áp dụng", // apply action (in Title Case)
|
|
4
|
-
"intl-common:actions:browse": "
|
|
4
|
+
"intl-common:actions:browse": "Duyệt qua", // browse action (in Title Case)
|
|
5
5
|
"intl-common:actions:cancel": "Hủy", // cancel action (in Title Case)
|
|
6
6
|
"intl-common:actions:clear": "Xóa", // clear action (in Title Case)
|
|
7
7
|
"intl-common:actions:close": "Đóng", // close action (in Title Case)
|
|
@@ -11,12 +11,12 @@ export default {
|
|
|
11
11
|
"intl-common:actions:delete": "Xóa", // delete action (in Title Case)
|
|
12
12
|
"intl-common:actions:done": "Hoàn tất", // done action (in Title Case)
|
|
13
13
|
"intl-common:actions:edit": "Chỉnh sửa", // edit action (in Title Case)
|
|
14
|
-
"intl-common:actions:finish": "
|
|
14
|
+
"intl-common:actions:finish": "Xong", // finish action (in Title Case)
|
|
15
15
|
"intl-common:actions:print": "In", // print action (in Title Case)
|
|
16
16
|
"intl-common:actions:remove": "Loại bỏ", // remove action (in Title Case)
|
|
17
17
|
"intl-common:actions:save": "Lưu", // save action (in Title Case)
|
|
18
18
|
"intl-common:actions:saveAndClose": "Lưu và đóng", // save and close action (in Title Case)
|
|
19
|
-
"intl-common:actions:saveAndNew": "Lưu và
|
|
19
|
+
"intl-common:actions:saveAndNew": "Lưu và tạo mới", // save and new action (in Title Case)
|
|
20
20
|
"intl-common:actions:search": "Tìm kiếm", // search action (in Title Case)
|
|
21
21
|
"intl-common:actions:submit": "Gửi", // submit action (in Title Case)
|
|
22
22
|
"intl-common:actions:update": "Cập nhật", // update action (in Title Case)
|
package/package.json
CHANGED