@brightspace-ui/core 3.197.0 → 3.197.1

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.
Files changed (2) hide show
  1. package/lang/vi.js +9 -9
  2. package/package.json +1 -1
package/lang/vi.js CHANGED
@@ -28,7 +28,7 @@ export default {
28
28
  =0 {Chưa áp dụng bộ lọc nào.}
29
29
  other {{number} bộ lọc đã áp dụng.}
30
30
  }`,
31
- "components.filter.filters": "Các bộ lọc",
31
+ "components.filter.filters": "Bộ lọc",
32
32
  "components.filter.loading": "Đang tải các bộ lọc",
33
33
  "components.filter.noFilters": "Không có bộ lọc nào khả dụng",
34
34
  "components.filter.searchResults":
@@ -164,7 +164,7 @@ export default {
164
164
  other {Vô hiệu hóa khi chọn nhiều hơn {countFormatted} mục}
165
165
  }`,
166
166
  "components.selection.action-required-hint": "Chọn một mục để thực hiện tác vụ này",
167
- "components.selection.select-all": "Chọn tất cả",
167
+ "components.selection.select-all": "Chọn Tất cả",
168
168
  "components.selection.select-all-items":
169
169
  `{count, plural,
170
170
  =1 {Chọn mục}
@@ -188,17 +188,17 @@ export default {
188
188
  other {Sắp xếp từ cũ đến mới}
189
189
  }}
190
190
  numbers {{direction, select,
191
- desc {Sorted high to low}
192
- other {Sorted low to high}
191
+ desc {Sắp xếp từ cao đến thấp}
192
+ other {Sắp xếp từ thấp đến cao}
193
193
  }}
194
194
  words {{direction, select,
195
- desc {Sorted Z to A}
196
- other {Sorted A to Z}
195
+ desc {Sắp xếp từ Z đến A}
196
+ other {Sắp xếp theo thứ tự A đến Z}
197
197
  }}
198
- value {Sorted {selectedMenuItemText}}
198
+ value {Đã sắp xếp {selectedMenuItemText}}
199
199
  other {{direction, select,
200
- desc {Sorted descending}
201
- other {Sorted ascending}
200
+ desc {Sắp xếp giảm dần}
201
+ other {Sắp xếp tăng dần}
202
202
  }}
203
203
  }`,
204
204
  "components.table-controls.label": "Các tác vụ cho bảng",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.197.0",
3
+ "version": "3.197.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",