@sigmaott/base-next 1.4.20 → 1.4.21

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/locales/vi.yaml +1 -1
  2. package/package.json +1 -1
package/locales/vi.yaml CHANGED
@@ -491,7 +491,7 @@ fast_channel:
491
491
  no_input: Không có đầu vào
492
492
  select_vod: Chọn VOD
493
493
  forensic:
494
- enter_the_wm_in_format_e_g_0x64: Nhập WM (theo định dạng thập lục phân, ví dụ: 0x64)
494
+ enter_the_wm_in_format_e_g_0x64: 'Nhập WM (theo định dạng thập lục phân, ví dụ: 0x64)'
495
495
  enter_the_wm_in_hexadecimal_format_e_g_0x64: Giá trị WM vượt quá độ dài tối đa cho phép theo độ dài bit.
496
496
  type_is_required: Loại là bắt buộc
497
497
  wm_is_required: wm là bắt buộc
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.20",
4
+ "version": "1.4.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },