smarthr-ui 96.1.2 → 97.0.0

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 (150) hide show
  1. package/lib/components/Combobox/helper.cjs +29 -13
  2. package/lib/components/Combobox/helper.cjs.map +1 -1
  3. package/lib/components/Combobox/helper.d.ts +1 -1
  4. package/lib/components/Combobox/helper.js +29 -13
  5. package/lib/components/Combobox/helper.js.map +1 -1
  6. package/lib/components/Combobox/useOptions.cjs +21 -17
  7. package/lib/components/Combobox/useOptions.cjs.map +1 -1
  8. package/lib/components/Combobox/useOptions.js +21 -17
  9. package/lib/components/Combobox/useOptions.js.map +1 -1
  10. package/lib/components/Dialog/DialogContentInner.cjs +8 -1
  11. package/lib/components/Dialog/DialogContentInner.cjs.map +1 -1
  12. package/lib/components/Dialog/DialogContentInner.js +9 -2
  13. package/lib/components/Dialog/DialogContentInner.js.map +1 -1
  14. package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs +13 -11
  15. package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs.map +1 -1
  16. package/lib/components/Dialog/ModelessDialog/ModelessDialog.js +13 -11
  17. package/lib/components/Dialog/ModelessDialog/ModelessDialog.js.map +1 -1
  18. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs +5 -2
  19. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs.map +1 -1
  20. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js +5 -2
  21. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js.map +1 -1
  22. package/lib/components/Disclosure/DisclosureTrigger.cjs +39 -18
  23. package/lib/components/Disclosure/DisclosureTrigger.cjs.map +1 -1
  24. package/lib/components/Disclosure/DisclosureTrigger.js +40 -19
  25. package/lib/components/Disclosure/DisclosureTrigger.js.map +1 -1
  26. package/lib/components/Disclosure/useDisclosure.cjs +8 -14
  27. package/lib/components/Disclosure/useDisclosure.cjs.map +1 -1
  28. package/lib/components/Disclosure/useDisclosure.js +8 -14
  29. package/lib/components/Disclosure/useDisclosure.js.map +1 -1
  30. package/lib/components/DropZone/DropZone.cjs +3 -0
  31. package/lib/components/DropZone/DropZone.cjs.map +1 -1
  32. package/lib/components/DropZone/DropZone.js +3 -0
  33. package/lib/components/DropZone/DropZone.js.map +1 -1
  34. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs +4 -2
  35. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs.map +1 -1
  36. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js +4 -2
  37. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js.map +1 -1
  38. package/lib/components/Dropdown/DropdownTrigger.cjs +3 -0
  39. package/lib/components/Dropdown/DropdownTrigger.cjs.map +1 -1
  40. package/lib/components/Dropdown/DropdownTrigger.js +3 -0
  41. package/lib/components/Dropdown/DropdownTrigger.js.map +1 -1
  42. package/lib/components/InputFile/InputFileMultiplyAppendable.cjs +12 -17
  43. package/lib/components/InputFile/InputFileMultiplyAppendable.cjs.map +1 -1
  44. package/lib/components/InputFile/InputFileMultiplyAppendable.js +12 -17
  45. package/lib/components/InputFile/InputFileMultiplyAppendable.js.map +1 -1
  46. package/lib/components/LineClamp/LineClamp.cjs +14 -3
  47. package/lib/components/LineClamp/LineClamp.cjs.map +1 -1
  48. package/lib/components/LineClamp/LineClamp.js +14 -3
  49. package/lib/components/LineClamp/LineClamp.js.map +1 -1
  50. package/lib/components/Select/Select.cjs +11 -11
  51. package/lib/components/Select/Select.cjs.map +1 -1
  52. package/lib/components/Select/Select.js +12 -12
  53. package/lib/components/Select/Select.js.map +1 -1
  54. package/lib/components/TabBar/TabItem.cjs +11 -9
  55. package/lib/components/TabBar/TabItem.cjs.map +1 -1
  56. package/lib/components/TabBar/TabItem.d.ts +2 -2
  57. package/lib/components/TabBar/TabItem.js +13 -11
  58. package/lib/components/TabBar/TabItem.js.map +1 -1
  59. package/lib/hooks/useHandleEscape.cjs +4 -4
  60. package/lib/hooks/useHandleEscape.cjs.map +1 -1
  61. package/lib/hooks/useHandleEscape.d.ts +1 -1
  62. package/lib/hooks/useHandleEscape.js +4 -4
  63. package/lib/hooks/useHandleEscape.js.map +1 -1
  64. package/lib/intl/Localizer.d.ts +3 -3
  65. package/lib/intl/locales/en_us.json.cjs +133 -0
  66. package/lib/intl/locales/en_us.json.cjs.map +1 -0
  67. package/lib/intl/locales/en_us.json.js +131 -0
  68. package/lib/intl/locales/en_us.json.js.map +1 -0
  69. package/lib/intl/locales/id_id.json.cjs +133 -0
  70. package/lib/intl/locales/id_id.json.cjs.map +1 -0
  71. package/lib/intl/locales/id_id.json.js +131 -0
  72. package/lib/intl/locales/id_id.json.js.map +1 -0
  73. package/lib/intl/locales/index.cjs +24 -18
  74. package/lib/intl/locales/index.cjs.map +1 -1
  75. package/lib/intl/locales/index.d.ts +1135 -1136
  76. package/lib/intl/locales/index.js +25 -19
  77. package/lib/intl/locales/index.js.map +1 -1
  78. package/lib/intl/locales/ja.json.cjs +133 -0
  79. package/lib/intl/locales/ja.json.cjs.map +1 -0
  80. package/lib/intl/locales/ja.json.js +131 -0
  81. package/lib/intl/locales/ja.json.js.map +1 -0
  82. package/lib/intl/locales/ja_easy.json.cjs +133 -0
  83. package/lib/intl/locales/ja_easy.json.cjs.map +1 -0
  84. package/lib/intl/locales/ja_easy.json.js +131 -0
  85. package/lib/intl/locales/ja_easy.json.js.map +1 -0
  86. package/lib/intl/locales/ko_kr.json.cjs +133 -0
  87. package/lib/intl/locales/ko_kr.json.cjs.map +1 -0
  88. package/lib/intl/locales/ko_kr.json.js +131 -0
  89. package/lib/intl/locales/ko_kr.json.js.map +1 -0
  90. package/lib/intl/locales/pt_br.json.cjs +133 -0
  91. package/lib/intl/locales/pt_br.json.cjs.map +1 -0
  92. package/lib/intl/locales/pt_br.json.js +131 -0
  93. package/lib/intl/locales/pt_br.json.js.map +1 -0
  94. package/lib/intl/locales/vi_vn.json.cjs +133 -0
  95. package/lib/intl/locales/vi_vn.json.cjs.map +1 -0
  96. package/lib/intl/locales/vi_vn.json.js +131 -0
  97. package/lib/intl/locales/vi_vn.json.js.map +1 -0
  98. package/lib/intl/locales/zh_hans_cn.json.cjs +133 -0
  99. package/lib/intl/locales/zh_hans_cn.json.cjs.map +1 -0
  100. package/lib/intl/locales/zh_hans_cn.json.js +131 -0
  101. package/lib/intl/locales/zh_hans_cn.json.js.map +1 -0
  102. package/lib/intl/locales/zh_hant_tw.json.cjs +133 -0
  103. package/lib/intl/locales/zh_hant_tw.json.cjs.map +1 -0
  104. package/lib/intl/locales/zh_hant_tw.json.js +131 -0
  105. package/lib/intl/locales/zh_hant_tw.json.js.map +1 -0
  106. package/lib/intl/useIntl.cjs.map +1 -1
  107. package/lib/intl/useIntl.d.ts +3 -3
  108. package/lib/intl/useIntl.js.map +1 -1
  109. package/metadata.json +1 -1
  110. package/package.json +2 -1
  111. package/lib/intl/locales/en_us.cjs +0 -135
  112. package/lib/intl/locales/en_us.cjs.map +0 -1
  113. package/lib/intl/locales/en_us.d.ts +0 -128
  114. package/lib/intl/locales/en_us.js +0 -133
  115. package/lib/intl/locales/en_us.js.map +0 -1
  116. package/lib/intl/locales/id_id.cjs +0 -135
  117. package/lib/intl/locales/id_id.cjs.map +0 -1
  118. package/lib/intl/locales/id_id.d.ts +0 -128
  119. package/lib/intl/locales/id_id.js +0 -133
  120. package/lib/intl/locales/id_id.js.map +0 -1
  121. package/lib/intl/locales/ja_easy.cjs +0 -135
  122. package/lib/intl/locales/ja_easy.cjs.map +0 -1
  123. package/lib/intl/locales/ja_easy.d.ts +0 -128
  124. package/lib/intl/locales/ja_easy.js +0 -133
  125. package/lib/intl/locales/ja_easy.js.map +0 -1
  126. package/lib/intl/locales/ko_kr.cjs +0 -135
  127. package/lib/intl/locales/ko_kr.cjs.map +0 -1
  128. package/lib/intl/locales/ko_kr.d.ts +0 -128
  129. package/lib/intl/locales/ko_kr.js +0 -133
  130. package/lib/intl/locales/ko_kr.js.map +0 -1
  131. package/lib/intl/locales/pt_br.cjs +0 -135
  132. package/lib/intl/locales/pt_br.cjs.map +0 -1
  133. package/lib/intl/locales/pt_br.d.ts +0 -128
  134. package/lib/intl/locales/pt_br.js +0 -133
  135. package/lib/intl/locales/pt_br.js.map +0 -1
  136. package/lib/intl/locales/vi_vn.cjs +0 -135
  137. package/lib/intl/locales/vi_vn.cjs.map +0 -1
  138. package/lib/intl/locales/vi_vn.d.ts +0 -128
  139. package/lib/intl/locales/vi_vn.js +0 -133
  140. package/lib/intl/locales/vi_vn.js.map +0 -1
  141. package/lib/intl/locales/zh_hans_cn.cjs +0 -135
  142. package/lib/intl/locales/zh_hans_cn.cjs.map +0 -1
  143. package/lib/intl/locales/zh_hans_cn.d.ts +0 -128
  144. package/lib/intl/locales/zh_hans_cn.js +0 -133
  145. package/lib/intl/locales/zh_hans_cn.js.map +0 -1
  146. package/lib/intl/locales/zh_hant_tw.cjs +0 -135
  147. package/lib/intl/locales/zh_hant_tw.cjs.map +0 -1
  148. package/lib/intl/locales/zh_hant_tw.d.ts +0 -128
  149. package/lib/intl/locales/zh_hant_tw.js +0 -133
  150. package/lib/intl/locales/zh_hant_tw.js.map +0 -1
@@ -1,135 +0,0 @@
1
- 'use strict';
2
-
3
- // キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている
4
- // prettier-ignore
5
- const locale = {
6
- 'smarthr-ui/common/language': 'Tiếng Nhật',
7
- 'smarthr-ui/ActionDialog/closeButtonLabel': 'Hủy',
8
- 'smarthr-ui/AppHeader/school': 'Lớp học',
9
- 'smarthr-ui/AppHeader/help': 'Hỗ trợ',
10
- 'smarthr-ui/AppHeader/userSettings': 'Cài đặt cá nhân',
11
- 'smarthr-ui/AppHeader/releaseNotes': 'Release Note',
12
- 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.',
13
- 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Xem tất cả các Release note',
14
- 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Tính năng',
15
- 'smarthr-ui/AppHeader/MobileHeader/account': 'Tài khoản',
16
- 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Mở menu',
17
- 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Đóng menu',
18
- 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Tất cả Tính năng',
19
- 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu quản lý',
20
- 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note mới nhất',
21
- 'smarthr-ui/AppHeader/MobileHeader/back': 'Quay lại',
22
- 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Mở',
23
- 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Đóng',
24
- 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Nhập tên tính năng.',
25
- 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Tính năng thường dùng',
26
- 'smarthr-ui/AppHeader/Launcher/allModeText': 'Tất cả Tính năng',
27
- 'smarthr-ui/AppHeader/Launcher/listText': 'Danh sách các tính năng',
28
- 'smarthr-ui/AppHeader/Launcher/helpText': 'Tính năng thường dùng là gì',
29
- 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Kết quả tìm kiếm',
30
- 'smarthr-ui/AppHeader/Launcher/emptyText': 'Không tìm thấy tính năng tương thích.',
31
- 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Thứ tự hiển thị',
32
- 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Đang lựa chọn',
33
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Mặc định',
34
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Tên tính năng (A→Z)',
35
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Tên tính năng (Z→A)',
36
- 'smarthr-ui/AppLauncher/showAllText': 'Xem tất cả',
37
- 'smarthr-ui/AppLauncher/triggerLabel': 'Tính năng',
38
- 'smarthr-ui/Browser/notFoundDescription': 'Hãy thử một điều kiện khác.',
39
- 'smarthr-ui/Browser/notFoundTitle': 'Không có mục phù hợp.',
40
- 'smarthr-ui/Button/loading': 'Đang xử lý',
41
- 'smarthr-ui/Calendar/currentYear': 'Năm hiện tại',
42
- 'smarthr-ui/Calendar/nextMonth': 'Tháng sau',
43
- 'smarthr-ui/Calendar/previousMonth': 'Tháng trước',
44
- 'smarthr-ui/Calendar/selectYear': 'Chọn năm',
45
- 'smarthr-ui/Combobox/addItemButtonLabel': 'Thêm "{name}"',
46
- 'smarthr-ui/Combobox/loadingText': 'Đang xử lý',
47
- 'smarthr-ui/Combobox/noResultsText': 'Không có kết quả phù hợp.',
48
- 'smarthr-ui/DropdownMenuButton/triggerActive': 'Đóng danh sách gợi ý',
49
- 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Mở danh sách gợi ý',
50
- 'smarthr-ui/DropZone/selectButtonLabel': 'Chọn tệp',
51
- 'smarthr-ui/FileViewer/rotateAlt': 'Quay trái',
52
- 'smarthr-ui/FileViewer/scaleDownAlt': 'Thu nhỏ',
53
- 'smarthr-ui/FileViewer/scaleRateLabel': 'Tỷ lệ',
54
- 'smarthr-ui/FileViewer/scaleUpAlt': 'Phóng to',
55
- 'smarthr-ui/FileViewer/unsupportedFileText': 'Định dạng tệp không được hỗ trợ.',
56
- 'smarthr-ui/FilterDropdown/applyText': 'Áp dụng',
57
- 'smarthr-ui/FilterDropdown/cancelText': 'Hủy',
58
- 'smarthr-ui/FilterDropdown/resetText': 'Hủy điều kiện lọc',
59
- 'smarthr-ui/FilterDropdown/status': 'Đang áp dụng',
60
- 'smarthr-ui/FilterDropdown/triggerText': 'Lọc',
61
- 'smarthr-ui/FormDialog/closeButtonLabel': 'Hủy',
62
- 'smarthr-ui/InformationPanel/closeButtonLabel': 'Đóng',
63
- 'smarthr-ui/InformationPanel/openButtonLabel': 'Mở',
64
- 'smarthr-ui/InputFile/destroy': 'Xóa',
65
- 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Đang chọn',
66
- 'smarthr-ui/Loader/alt': 'Đang xử lý',
67
- 'smarthr-ui/MessageDialog/closeButtonLabel': 'Đóng',
68
- 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Đóng',
69
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Vị trí của hộp thoại',
70
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Có thể kéo',
71
- 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Có thể di chuyển lên xuống trái phải bằng phím mũi tên',
72
- 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': 'Từ trên xuống {top}px, từ trái sang {left}px',
73
- 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': Xoá',
74
- 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Mục đã chọn',
75
- 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Đóng',
76
- 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Trở về đầu',
77
- 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Đi đến cuối',
78
- 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Tiếp theo',
79
- 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Quay lại',
80
- 'smarthr-ui/Pagination/itemButtonLabel': 'Trang {page}',
81
- 'smarthr-ui/Pagination/navigationLabel': 'Phân trang',
82
- 'smarthr-ui/RequiredLabel/text': 'Bắt buộc',
83
- 'smarthr-ui/SearchInput/iconAlt': 'Tìm',
84
- 'smarthr-ui/SideMenu/navigationLabel': 'Side Menu',
85
- 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Xóa',
86
- 'smarthr-ui/SortDropdown/applyText': 'Áp dụng',
87
- 'smarthr-ui/SortDropdown/ascLabel': 'Tăng dần',
88
- 'smarthr-ui/SortDropdown/cancelText': 'Hủy',
89
- 'smarthr-ui/SortDropdown/descLabel': 'Giảm dần',
90
- 'smarthr-ui/SortDropdown/sortFieldLabel': 'Mục sắp xếp',
91
- 'smarthr-ui/SortDropdown/sortOrderLegend': 'Thứ tự sắp xếp',
92
- 'smarthr-ui/StepFormDialog/backButtonLabel': 'Quay lại',
93
- 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Hủy',
94
- 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Tiếp theo',
95
- 'smarthr-ui/StepStatusIcon/closedAlt': 'Ngưng',
96
- 'smarthr-ui/StepStatusIcon/completedAlt': 'Hoàn thành',
97
- 'smarthr-ui/Textarea/availableLetters': 'Còn {availableLetters} ký tự nữa',
98
- 'smarthr-ui/Textarea/maxLettersExceeded': 'Thửa {exceededLetters} ký tự',
99
- 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Có thể nhập tối đa {maxLetters} ký tự.',
100
- 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Mở trong tab mới',
101
- 'smarthr-ui/Th/sortDirectionAsc': 'Tăng dần',
102
- 'smarthr-ui/Th/sortDirectionDesc': 'Giảm dần',
103
- 'smarthr-ui/Th/sortDirectionNone': 'Không sắp xếp',
104
- 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Chọn/Bỏ chọn tất cả các mục',
105
- 'smarthr-ui/ThCheckbox/checkColumnName': 'Chọn',
106
- 'smarthr-ui/ErrorScreen/homeLink': 'Quay lại trang chủ',
107
- 'smarthr-ui/ErrorScreen/smarthrLink': 'Quay lại SmartHR',
108
- 'smarthr-ui/AuthErrorScreen/title': 'Đã xảy ra lỗi xác thực',
109
- 'smarthr-ui/ForbiddenErrorScreen/title': 'Không có quyền hiển thị trang này',
110
- 'smarthr-ui/ForbiddenErrorScreen/description': 'Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.',
111
- 'smarthr-ui/NotFoundErrorScreen/title': 'Không tìm thấy trang.',
112
- 'smarthr-ui/NotFoundErrorScreen/description': 'Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.',
113
- 'smarthr-ui/UnauthorizedErrorScreen/title': 'Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.',
114
- 'smarthr-ui/UnauthorizedErrorScreen/description1': 'Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.',
115
- 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Để truy cập, bạn cần đăng nhập lại.',
116
- 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Đăng nhập lại',
117
- 'smarthr-ui/UnexpectedErrorScreen/title': 'Đã xảy ra lỗi không mong muốn.',
118
- 'smarthr-ui/UnexpectedErrorScreen/apology': 'Xin lỗi vì sự bất tiện này.',
119
- 'smarthr-ui/UnexpectedErrorScreen/possibleCause': 'Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.',
120
- 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'Vui lỏng thử các cách sau.',
121
- 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Hãy thử lại sau một lúc nữa.',
122
- 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)',
123
- 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'Nếu vẫn chưa được, hãy thử cách sau.',
124
- 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.',
125
- 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.',
126
- 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': 'Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.',
127
- 'smarthr-ui/UnexpectedErrorScreen/adminContact': 'Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.',
128
- 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Thông tin bảo trì & sửa lỗi',
129
- 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'Môi trường hoạt động của SmartHR',
130
- 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. Làm sao để xoá cookie và cache của trình duyệt?',
131
- 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Thông tin cần cung cấp khi xảy ra lỗi',
132
- };
133
-
134
- exports.locale = locale;
135
- //# sourceMappingURL=vi_vn.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vi_vn.cjs","sources":["../../../src/intl/locales/vi_vn.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'Tiếng Nhật',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/AppHeader/school': 'Lớp học',\n 'smarthr-ui/AppHeader/help': 'Hỗ trợ',\n 'smarthr-ui/AppHeader/userSettings': 'Cài đặt cá nhân',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Note',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Xem tất cả các Release note',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Tính năng',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Tài khoản',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Mở menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Đóng menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Tất cả Tính năng',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu quản lý',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note mới nhất',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Quay lại',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Mở',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Đóng',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Nhập tên tính năng.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Tính năng thường dùng',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'Tất cả Tính năng',\n 'smarthr-ui/AppHeader/Launcher/listText': 'Danh sách các tính năng',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'Tính năng thường dùng là gì',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Kết quả tìm kiếm',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'Không tìm thấy tính năng tương thích.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Thứ tự hiển thị',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Đang lựa chọn',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Mặc định',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Tên tính năng (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Tên tính năng (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'Xem tất cả',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Tính năng',\n 'smarthr-ui/Browser/notFoundDescription': 'Hãy thử một điều kiện khác.',\n 'smarthr-ui/Browser/notFoundTitle': 'Không có mục phù hợp.',\n 'smarthr-ui/Button/loading': 'Đang xử lý',\n 'smarthr-ui/Calendar/currentYear': 'Năm hiện tại',\n 'smarthr-ui/Calendar/nextMonth': 'Tháng sau',\n 'smarthr-ui/Calendar/previousMonth': 'Tháng trước',\n 'smarthr-ui/Calendar/selectYear': 'Chọn năm',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Thêm \"{name}\"',\n 'smarthr-ui/Combobox/loadingText': 'Đang xử lý',\n 'smarthr-ui/Combobox/noResultsText': 'Không có kết quả phù hợp.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Đóng danh sách gợi ý',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Mở danh sách gợi ý',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Chọn tệp',\n 'smarthr-ui/FileViewer/rotateAlt': 'Quay trái',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Thu nhỏ',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Tỷ lệ',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Phóng to',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Định dạng tệp không được hỗ trợ.',\n 'smarthr-ui/FilterDropdown/applyText': 'Áp dụng',\n 'smarthr-ui/FilterDropdown/cancelText': 'Hủy',\n 'smarthr-ui/FilterDropdown/resetText': 'Hủy điều kiện lọc',\n 'smarthr-ui/FilterDropdown/status': 'Đang áp dụng',\n 'smarthr-ui/FilterDropdown/triggerText': 'Lọc',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Đóng',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Mở',\n 'smarthr-ui/InputFile/destroy': 'Xóa',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Đang chọn',\n 'smarthr-ui/Loader/alt': 'Đang xử lý',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Đóng',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Đóng',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Vị trí của hộp thoại',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Có thể kéo',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Có thể di chuyển lên xuống trái phải bằng phím mũi tên',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': 'Từ trên xuống {top}px, từ trái sang {left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': Xoá',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Mục đã chọn',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Đóng',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Trở về đầu',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Đi đến cuối',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Tiếp theo',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Quay lại',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Trang {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Phân trang',\n 'smarthr-ui/RequiredLabel/text': 'Bắt buộc',\n 'smarthr-ui/SearchInput/iconAlt': 'Tìm',\n 'smarthr-ui/SideMenu/navigationLabel': 'Side Menu',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Xóa',\n 'smarthr-ui/SortDropdown/applyText': 'Áp dụng',\n 'smarthr-ui/SortDropdown/ascLabel': 'Tăng dần',\n 'smarthr-ui/SortDropdown/cancelText': 'Hủy',\n 'smarthr-ui/SortDropdown/descLabel': 'Giảm dần',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Mục sắp xếp',\n 'smarthr-ui/SortDropdown/sortOrderLegend': 'Thứ tự sắp xếp',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Quay lại',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Tiếp theo',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Ngưng',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Hoàn thành',\n 'smarthr-ui/Textarea/availableLetters': 'Còn {availableLetters} ký tự nữa',\n 'smarthr-ui/Textarea/maxLettersExceeded': 'Thửa {exceededLetters} ký tự',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Có thể nhập tối đa {maxLetters} ký tự.',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Mở trong tab mới',\n 'smarthr-ui/Th/sortDirectionAsc': 'Tăng dần',\n 'smarthr-ui/Th/sortDirectionDesc': 'Giảm dần',\n 'smarthr-ui/Th/sortDirectionNone': 'Không sắp xếp',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Chọn/Bỏ chọn tất cả các mục',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Chọn',\n 'smarthr-ui/ErrorScreen/homeLink': 'Quay lại trang chủ',\n 'smarthr-ui/ErrorScreen/smarthrLink': 'Quay lại SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': 'Đã xảy ra lỗi xác thực',\n 'smarthr-ui/ForbiddenErrorScreen/title': 'Không có quyền hiển thị trang này',\n 'smarthr-ui/ForbiddenErrorScreen/description': 'Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.',\n 'smarthr-ui/NotFoundErrorScreen/title': 'Không tìm thấy trang.',\n 'smarthr-ui/NotFoundErrorScreen/description': 'Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.',\n 'smarthr-ui/UnauthorizedErrorScreen/title': 'Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': 'Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Để truy cập, bạn cần đăng nhập lại.',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Đăng nhập lại',\n 'smarthr-ui/UnexpectedErrorScreen/title': 'Đã xảy ra lỗi không mong muốn.',\n 'smarthr-ui/UnexpectedErrorScreen/apology': 'Xin lỗi vì sự bất tiện này.',\n 'smarthr-ui/UnexpectedErrorScreen/possibleCause': 'Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'Vui lỏng thử các cách sau.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Hãy thử lại sau một lúc nữa.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'Nếu vẫn chưa được, hãy thử cách sau.',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.',\n 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': 'Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.',\n 'smarthr-ui/UnexpectedErrorScreen/adminContact': 'Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Thông tin bảo trì & sửa lỗi',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'Môi trường hoạt động của SmartHR',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. Làm sao để xoá cookie và cache của trình duyệt?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Thông tin cần cung cấp khi xảy ra lỗi',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}
@@ -1,128 +0,0 @@
1
- export declare const locale: {
2
- readonly 'smarthr-ui/common/language': "Tiếng Nhật";
3
- readonly 'smarthr-ui/ActionDialog/closeButtonLabel': "Hủy";
4
- readonly 'smarthr-ui/AppHeader/school': "Lớp học";
5
- readonly 'smarthr-ui/AppHeader/help': "Hỗ trợ";
6
- readonly 'smarthr-ui/AppHeader/userSettings': "Cài đặt cá nhân";
7
- readonly 'smarthr-ui/AppHeader/releaseNotes': "Release Note";
8
- readonly 'smarthr-ui/AppHeader/releaseNotesLoadError': "Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.";
9
- readonly 'smarthr-ui/AppHeader/seeAllReleaseNotes': "Xem tất cả các Release note";
10
- readonly 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': "Tính năng";
11
- readonly 'smarthr-ui/AppHeader/MobileHeader/account': "Tài khoản";
12
- readonly 'smarthr-ui/AppHeader/MobileHeader/openMenu': "Mở menu";
13
- readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenu': "Đóng menu";
14
- readonly 'smarthr-ui/AppHeader/MobileHeader/allAppButton': "Tất cả Tính năng";
15
- readonly 'smarthr-ui/AppHeader/MobileHeader/managementMenu': "Menu quản lý";
16
- readonly 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': "Release note mới nhất";
17
- readonly 'smarthr-ui/AppHeader/MobileHeader/back': "Quay lại";
18
- readonly 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': "Mở";
19
- readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': "Đóng";
20
- readonly 'smarthr-ui/AppHeader/Launcher/searchInputTitle': "Nhập tên tính năng.";
21
- readonly 'smarthr-ui/AppHeader/Launcher/favoriteModeText': "Tính năng thường dùng";
22
- readonly 'smarthr-ui/AppHeader/Launcher/allModeText': "Tất cả Tính năng";
23
- readonly 'smarthr-ui/AppHeader/Launcher/listText': "Danh sách các tính năng";
24
- readonly 'smarthr-ui/AppHeader/Launcher/helpText': "Tính năng thường dùng là gì";
25
- readonly 'smarthr-ui/AppHeader/Launcher/searchResultText': "Kết quả tìm kiếm";
26
- readonly 'smarthr-ui/AppHeader/Launcher/emptyText': "Không tìm thấy tính năng tương thích.";
27
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': "Thứ tự hiển thị";
28
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': "Đang lựa chọn";
29
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': "Mặc định";
30
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': "Tên tính năng (A→Z)";
31
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': "Tên tính năng (Z→A)";
32
- readonly 'smarthr-ui/AppLauncher/showAllText': "Xem tất cả";
33
- readonly 'smarthr-ui/AppLauncher/triggerLabel': "Tính năng";
34
- readonly 'smarthr-ui/Browser/notFoundDescription': "Hãy thử một điều kiện khác.";
35
- readonly 'smarthr-ui/Browser/notFoundTitle': "Không có mục phù hợp.";
36
- readonly 'smarthr-ui/Button/loading': "Đang xử lý";
37
- readonly 'smarthr-ui/Calendar/currentYear': "Năm hiện tại";
38
- readonly 'smarthr-ui/Calendar/nextMonth': "Tháng sau";
39
- readonly 'smarthr-ui/Calendar/previousMonth': "Tháng trước";
40
- readonly 'smarthr-ui/Calendar/selectYear': "Chọn năm";
41
- readonly 'smarthr-ui/Combobox/addItemButtonLabel': "Thêm \"{name}\"";
42
- readonly 'smarthr-ui/Combobox/loadingText': "Đang xử lý";
43
- readonly 'smarthr-ui/Combobox/noResultsText': "Không có kết quả phù hợp.";
44
- readonly 'smarthr-ui/DropdownMenuButton/triggerActive': "Đóng danh sách gợi ý";
45
- readonly 'smarthr-ui/DropdownMenuButton/triggerInactive': "Mở danh sách gợi ý";
46
- readonly 'smarthr-ui/DropZone/selectButtonLabel': "Chọn tệp";
47
- readonly 'smarthr-ui/FileViewer/rotateAlt': "Quay trái";
48
- readonly 'smarthr-ui/FileViewer/scaleDownAlt': "Thu nhỏ";
49
- readonly 'smarthr-ui/FileViewer/scaleRateLabel': "Tỷ lệ";
50
- readonly 'smarthr-ui/FileViewer/scaleUpAlt': "Phóng to";
51
- readonly 'smarthr-ui/FileViewer/unsupportedFileText': "Định dạng tệp không được hỗ trợ.";
52
- readonly 'smarthr-ui/FilterDropdown/applyText': "Áp dụng";
53
- readonly 'smarthr-ui/FilterDropdown/cancelText': "Hủy";
54
- readonly 'smarthr-ui/FilterDropdown/resetText': "Hủy điều kiện lọc";
55
- readonly 'smarthr-ui/FilterDropdown/status': "Đang áp dụng";
56
- readonly 'smarthr-ui/FilterDropdown/triggerText': "Lọc";
57
- readonly 'smarthr-ui/FormDialog/closeButtonLabel': "Hủy";
58
- readonly 'smarthr-ui/InformationPanel/closeButtonLabel': "Đóng";
59
- readonly 'smarthr-ui/InformationPanel/openButtonLabel': "Mở";
60
- readonly 'smarthr-ui/InputFile/destroy': "Xóa";
61
- readonly 'smarthr-ui/LanguageSwitcher/checkIconAlt': "Đang chọn";
62
- readonly 'smarthr-ui/Loader/alt': "Đang xử lý";
63
- readonly 'smarthr-ui/MessageDialog/closeButtonLabel': "Đóng";
64
- readonly 'smarthr-ui/ModelessDialog/closeButtonIconAlt': "Đóng";
65
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': "Vị trí của hộp thoại";
66
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': "Có thể kéo";
67
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerDescription': "Có thể di chuyển lên xuống trái phải bằng phím mũi tên";
68
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': "Từ trên xuống {top}px, từ trái sang {left}px";
69
- readonly 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ": Xoá";
70
- readonly 'smarthr-ui/MultiCombobox/selectedListAriaLabel': "Mục đã chọn";
71
- readonly 'smarthr-ui/NotificationBar/closeButtonIconAlt': "Đóng";
72
- readonly 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': "Trở về đầu";
73
- readonly 'smarthr-ui/Pagination/controllerItemButtonLastLabel': "Đi đến cuối";
74
- readonly 'smarthr-ui/Pagination/controllerItemButtonNextLabel': "Tiếp theo";
75
- readonly 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': "Quay lại";
76
- readonly 'smarthr-ui/Pagination/itemButtonLabel': "Trang {page}";
77
- readonly 'smarthr-ui/Pagination/navigationLabel': "Phân trang";
78
- readonly 'smarthr-ui/RequiredLabel/text': "Bắt buộc";
79
- readonly 'smarthr-ui/SearchInput/iconAlt': "Tìm";
80
- readonly 'smarthr-ui/SideMenu/navigationLabel': "Side Menu";
81
- readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "Xóa";
82
- readonly 'smarthr-ui/SortDropdown/applyText': "Áp dụng";
83
- readonly 'smarthr-ui/SortDropdown/ascLabel': "Tăng dần";
84
- readonly 'smarthr-ui/SortDropdown/cancelText': "Hủy";
85
- readonly 'smarthr-ui/SortDropdown/descLabel': "Giảm dần";
86
- readonly 'smarthr-ui/SortDropdown/sortFieldLabel': "Mục sắp xếp";
87
- readonly 'smarthr-ui/SortDropdown/sortOrderLegend': "Thứ tự sắp xếp";
88
- readonly 'smarthr-ui/StepFormDialog/backButtonLabel': "Quay lại";
89
- readonly 'smarthr-ui/StepFormDialog/closeButtonLabel': "Hủy";
90
- readonly 'smarthr-ui/StepFormDialog/nextButtonLabel': "Tiếp theo";
91
- readonly 'smarthr-ui/StepStatusIcon/closedAlt': "Ngưng";
92
- readonly 'smarthr-ui/StepStatusIcon/completedAlt': "Hoàn thành";
93
- readonly 'smarthr-ui/Textarea/availableLetters': "Còn {availableLetters} ký tự nữa";
94
- readonly 'smarthr-ui/Textarea/maxLettersExceeded': "Thửa {exceededLetters} ký tự";
95
- readonly 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': "Có thể nhập tối đa {maxLetters} ký tự.";
96
- readonly 'smarthr-ui/OpenInNewTabIcon/openInNewTab': "Mở trong tab mới";
97
- readonly 'smarthr-ui/Th/sortDirectionAsc': "Tăng dần";
98
- readonly 'smarthr-ui/Th/sortDirectionDesc': "Giảm dần";
99
- readonly 'smarthr-ui/Th/sortDirectionNone': "Không sắp xếp";
100
- readonly 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': "Chọn/Bỏ chọn tất cả các mục";
101
- readonly 'smarthr-ui/ThCheckbox/checkColumnName': "Chọn";
102
- readonly 'smarthr-ui/ErrorScreen/homeLink': "Quay lại trang chủ";
103
- readonly 'smarthr-ui/ErrorScreen/smarthrLink': "Quay lại SmartHR";
104
- readonly 'smarthr-ui/AuthErrorScreen/title': "Đã xảy ra lỗi xác thực";
105
- readonly 'smarthr-ui/ForbiddenErrorScreen/title': "Không có quyền hiển thị trang này";
106
- readonly 'smarthr-ui/ForbiddenErrorScreen/description': "Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.";
107
- readonly 'smarthr-ui/NotFoundErrorScreen/title': "Không tìm thấy trang.";
108
- readonly 'smarthr-ui/NotFoundErrorScreen/description': "Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.";
109
- readonly 'smarthr-ui/UnauthorizedErrorScreen/title': "Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.";
110
- readonly 'smarthr-ui/UnauthorizedErrorScreen/description1': "Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.";
111
- readonly 'smarthr-ui/UnauthorizedErrorScreen/description2': "Để truy cập, bạn cần đăng nhập lại.";
112
- readonly 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': "Đăng nhập lại";
113
- readonly 'smarthr-ui/UnexpectedErrorScreen/title': "Đã xảy ra lỗi không mong muốn.";
114
- readonly 'smarthr-ui/UnexpectedErrorScreen/apology': "Xin lỗi vì sự bất tiện này.";
115
- readonly 'smarthr-ui/UnexpectedErrorScreen/possibleCause': "Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.";
116
- readonly 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': "Vui lỏng thử các cách sau.";
117
- readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem1': "Hãy thử lại sau một lúc nữa.";
118
- readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem2': "Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)";
119
- readonly 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': "Nếu vẫn chưa được, hãy thử cách sau.";
120
- readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem1': "Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.";
121
- readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem2': "Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.";
122
- readonly 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': "Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.";
123
- readonly 'smarthr-ui/UnexpectedErrorScreen/adminContact': "Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.";
124
- readonly 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': "Thông tin bảo trì & sửa lỗi";
125
- readonly 'smarthr-ui/UnexpectedErrorScreen/environmentLink': "Môi trường hoạt động của SmartHR";
126
- readonly 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': "Q. Làm sao để xoá cookie và cache của trình duyệt?";
127
- readonly 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': "Thông tin cần cung cấp khi xảy ra lỗi";
128
- };
@@ -1,133 +0,0 @@
1
- // キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている
2
- // prettier-ignore
3
- const locale = {
4
- 'smarthr-ui/common/language': 'Tiếng Nhật',
5
- 'smarthr-ui/ActionDialog/closeButtonLabel': 'Hủy',
6
- 'smarthr-ui/AppHeader/school': 'Lớp học',
7
- 'smarthr-ui/AppHeader/help': 'Hỗ trợ',
8
- 'smarthr-ui/AppHeader/userSettings': 'Cài đặt cá nhân',
9
- 'smarthr-ui/AppHeader/releaseNotes': 'Release Note',
10
- 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.',
11
- 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Xem tất cả các Release note',
12
- 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Tính năng',
13
- 'smarthr-ui/AppHeader/MobileHeader/account': 'Tài khoản',
14
- 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Mở menu',
15
- 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Đóng menu',
16
- 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Tất cả Tính năng',
17
- 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu quản lý',
18
- 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note mới nhất',
19
- 'smarthr-ui/AppHeader/MobileHeader/back': 'Quay lại',
20
- 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Mở',
21
- 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Đóng',
22
- 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Nhập tên tính năng.',
23
- 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Tính năng thường dùng',
24
- 'smarthr-ui/AppHeader/Launcher/allModeText': 'Tất cả Tính năng',
25
- 'smarthr-ui/AppHeader/Launcher/listText': 'Danh sách các tính năng',
26
- 'smarthr-ui/AppHeader/Launcher/helpText': 'Tính năng thường dùng là gì',
27
- 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Kết quả tìm kiếm',
28
- 'smarthr-ui/AppHeader/Launcher/emptyText': 'Không tìm thấy tính năng tương thích.',
29
- 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Thứ tự hiển thị',
30
- 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Đang lựa chọn',
31
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Mặc định',
32
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Tên tính năng (A→Z)',
33
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Tên tính năng (Z→A)',
34
- 'smarthr-ui/AppLauncher/showAllText': 'Xem tất cả',
35
- 'smarthr-ui/AppLauncher/triggerLabel': 'Tính năng',
36
- 'smarthr-ui/Browser/notFoundDescription': 'Hãy thử một điều kiện khác.',
37
- 'smarthr-ui/Browser/notFoundTitle': 'Không có mục phù hợp.',
38
- 'smarthr-ui/Button/loading': 'Đang xử lý',
39
- 'smarthr-ui/Calendar/currentYear': 'Năm hiện tại',
40
- 'smarthr-ui/Calendar/nextMonth': 'Tháng sau',
41
- 'smarthr-ui/Calendar/previousMonth': 'Tháng trước',
42
- 'smarthr-ui/Calendar/selectYear': 'Chọn năm',
43
- 'smarthr-ui/Combobox/addItemButtonLabel': 'Thêm "{name}"',
44
- 'smarthr-ui/Combobox/loadingText': 'Đang xử lý',
45
- 'smarthr-ui/Combobox/noResultsText': 'Không có kết quả phù hợp.',
46
- 'smarthr-ui/DropdownMenuButton/triggerActive': 'Đóng danh sách gợi ý',
47
- 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Mở danh sách gợi ý',
48
- 'smarthr-ui/DropZone/selectButtonLabel': 'Chọn tệp',
49
- 'smarthr-ui/FileViewer/rotateAlt': 'Quay trái',
50
- 'smarthr-ui/FileViewer/scaleDownAlt': 'Thu nhỏ',
51
- 'smarthr-ui/FileViewer/scaleRateLabel': 'Tỷ lệ',
52
- 'smarthr-ui/FileViewer/scaleUpAlt': 'Phóng to',
53
- 'smarthr-ui/FileViewer/unsupportedFileText': 'Định dạng tệp không được hỗ trợ.',
54
- 'smarthr-ui/FilterDropdown/applyText': 'Áp dụng',
55
- 'smarthr-ui/FilterDropdown/cancelText': 'Hủy',
56
- 'smarthr-ui/FilterDropdown/resetText': 'Hủy điều kiện lọc',
57
- 'smarthr-ui/FilterDropdown/status': 'Đang áp dụng',
58
- 'smarthr-ui/FilterDropdown/triggerText': 'Lọc',
59
- 'smarthr-ui/FormDialog/closeButtonLabel': 'Hủy',
60
- 'smarthr-ui/InformationPanel/closeButtonLabel': 'Đóng',
61
- 'smarthr-ui/InformationPanel/openButtonLabel': 'Mở',
62
- 'smarthr-ui/InputFile/destroy': 'Xóa',
63
- 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Đang chọn',
64
- 'smarthr-ui/Loader/alt': 'Đang xử lý',
65
- 'smarthr-ui/MessageDialog/closeButtonLabel': 'Đóng',
66
- 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Đóng',
67
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Vị trí của hộp thoại',
68
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Có thể kéo',
69
- 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Có thể di chuyển lên xuống trái phải bằng phím mũi tên',
70
- 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': 'Từ trên xuống {top}px, từ trái sang {left}px',
71
- 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': Xoá',
72
- 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Mục đã chọn',
73
- 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Đóng',
74
- 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Trở về đầu',
75
- 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Đi đến cuối',
76
- 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Tiếp theo',
77
- 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Quay lại',
78
- 'smarthr-ui/Pagination/itemButtonLabel': 'Trang {page}',
79
- 'smarthr-ui/Pagination/navigationLabel': 'Phân trang',
80
- 'smarthr-ui/RequiredLabel/text': 'Bắt buộc',
81
- 'smarthr-ui/SearchInput/iconAlt': 'Tìm',
82
- 'smarthr-ui/SideMenu/navigationLabel': 'Side Menu',
83
- 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Xóa',
84
- 'smarthr-ui/SortDropdown/applyText': 'Áp dụng',
85
- 'smarthr-ui/SortDropdown/ascLabel': 'Tăng dần',
86
- 'smarthr-ui/SortDropdown/cancelText': 'Hủy',
87
- 'smarthr-ui/SortDropdown/descLabel': 'Giảm dần',
88
- 'smarthr-ui/SortDropdown/sortFieldLabel': 'Mục sắp xếp',
89
- 'smarthr-ui/SortDropdown/sortOrderLegend': 'Thứ tự sắp xếp',
90
- 'smarthr-ui/StepFormDialog/backButtonLabel': 'Quay lại',
91
- 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Hủy',
92
- 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Tiếp theo',
93
- 'smarthr-ui/StepStatusIcon/closedAlt': 'Ngưng',
94
- 'smarthr-ui/StepStatusIcon/completedAlt': 'Hoàn thành',
95
- 'smarthr-ui/Textarea/availableLetters': 'Còn {availableLetters} ký tự nữa',
96
- 'smarthr-ui/Textarea/maxLettersExceeded': 'Thửa {exceededLetters} ký tự',
97
- 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Có thể nhập tối đa {maxLetters} ký tự.',
98
- 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Mở trong tab mới',
99
- 'smarthr-ui/Th/sortDirectionAsc': 'Tăng dần',
100
- 'smarthr-ui/Th/sortDirectionDesc': 'Giảm dần',
101
- 'smarthr-ui/Th/sortDirectionNone': 'Không sắp xếp',
102
- 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Chọn/Bỏ chọn tất cả các mục',
103
- 'smarthr-ui/ThCheckbox/checkColumnName': 'Chọn',
104
- 'smarthr-ui/ErrorScreen/homeLink': 'Quay lại trang chủ',
105
- 'smarthr-ui/ErrorScreen/smarthrLink': 'Quay lại SmartHR',
106
- 'smarthr-ui/AuthErrorScreen/title': 'Đã xảy ra lỗi xác thực',
107
- 'smarthr-ui/ForbiddenErrorScreen/title': 'Không có quyền hiển thị trang này',
108
- 'smarthr-ui/ForbiddenErrorScreen/description': 'Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.',
109
- 'smarthr-ui/NotFoundErrorScreen/title': 'Không tìm thấy trang.',
110
- 'smarthr-ui/NotFoundErrorScreen/description': 'Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.',
111
- 'smarthr-ui/UnauthorizedErrorScreen/title': 'Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.',
112
- 'smarthr-ui/UnauthorizedErrorScreen/description1': 'Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.',
113
- 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Để truy cập, bạn cần đăng nhập lại.',
114
- 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Đăng nhập lại',
115
- 'smarthr-ui/UnexpectedErrorScreen/title': 'Đã xảy ra lỗi không mong muốn.',
116
- 'smarthr-ui/UnexpectedErrorScreen/apology': 'Xin lỗi vì sự bất tiện này.',
117
- 'smarthr-ui/UnexpectedErrorScreen/possibleCause': 'Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.',
118
- 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'Vui lỏng thử các cách sau.',
119
- 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Hãy thử lại sau một lúc nữa.',
120
- 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)',
121
- 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'Nếu vẫn chưa được, hãy thử cách sau.',
122
- 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.',
123
- 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.',
124
- 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': 'Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.',
125
- 'smarthr-ui/UnexpectedErrorScreen/adminContact': 'Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.',
126
- 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Thông tin bảo trì & sửa lỗi',
127
- 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'Môi trường hoạt động của SmartHR',
128
- 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. Làm sao để xoá cookie và cache của trình duyệt?',
129
- 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Thông tin cần cung cấp khi xảy ra lỗi',
130
- };
131
-
132
- export { locale };
133
- //# sourceMappingURL=vi_vn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vi_vn.js","sources":["../../../src/intl/locales/vi_vn.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'Tiếng Nhật',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/AppHeader/school': 'Lớp học',\n 'smarthr-ui/AppHeader/help': 'Hỗ trợ',\n 'smarthr-ui/AppHeader/userSettings': 'Cài đặt cá nhân',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Note',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'Xem tất cả các Release note',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Tính năng',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Tài khoản',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Mở menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Đóng menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'Tất cả Tính năng',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Menu quản lý',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Release note mới nhất',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Quay lại',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Mở',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Đóng',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Nhập tên tính năng.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Tính năng thường dùng',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'Tất cả Tính năng',\n 'smarthr-ui/AppHeader/Launcher/listText': 'Danh sách các tính năng',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'Tính năng thường dùng là gì',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Kết quả tìm kiếm',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'Không tìm thấy tính năng tương thích.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Thứ tự hiển thị',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Đang lựa chọn',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Mặc định',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'Tên tính năng (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'Tên tính năng (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'Xem tất cả',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Tính năng',\n 'smarthr-ui/Browser/notFoundDescription': 'Hãy thử một điều kiện khác.',\n 'smarthr-ui/Browser/notFoundTitle': 'Không có mục phù hợp.',\n 'smarthr-ui/Button/loading': 'Đang xử lý',\n 'smarthr-ui/Calendar/currentYear': 'Năm hiện tại',\n 'smarthr-ui/Calendar/nextMonth': 'Tháng sau',\n 'smarthr-ui/Calendar/previousMonth': 'Tháng trước',\n 'smarthr-ui/Calendar/selectYear': 'Chọn năm',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Thêm \"{name}\"',\n 'smarthr-ui/Combobox/loadingText': 'Đang xử lý',\n 'smarthr-ui/Combobox/noResultsText': 'Không có kết quả phù hợp.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Đóng danh sách gợi ý',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Mở danh sách gợi ý',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Chọn tệp',\n 'smarthr-ui/FileViewer/rotateAlt': 'Quay trái',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Thu nhỏ',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Tỷ lệ',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Phóng to',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Định dạng tệp không được hỗ trợ.',\n 'smarthr-ui/FilterDropdown/applyText': 'Áp dụng',\n 'smarthr-ui/FilterDropdown/cancelText': 'Hủy',\n 'smarthr-ui/FilterDropdown/resetText': 'Hủy điều kiện lọc',\n 'smarthr-ui/FilterDropdown/status': 'Đang áp dụng',\n 'smarthr-ui/FilterDropdown/triggerText': 'Lọc',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Đóng',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Mở',\n 'smarthr-ui/InputFile/destroy': 'Xóa',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Đang chọn',\n 'smarthr-ui/Loader/alt': 'Đang xử lý',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Đóng',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Đóng',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Vị trí của hộp thoại',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Có thể kéo',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Có thể di chuyển lên xuống trái phải bằng phím mũi tên',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': 'Từ trên xuống {top}px, từ trái sang {left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': Xoá',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Mục đã chọn',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Đóng',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'Trở về đầu',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Đi đến cuối',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Tiếp theo',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Quay lại',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Trang {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Phân trang',\n 'smarthr-ui/RequiredLabel/text': 'Bắt buộc',\n 'smarthr-ui/SearchInput/iconAlt': 'Tìm',\n 'smarthr-ui/SideMenu/navigationLabel': 'Side Menu',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Xóa',\n 'smarthr-ui/SortDropdown/applyText': 'Áp dụng',\n 'smarthr-ui/SortDropdown/ascLabel': 'Tăng dần',\n 'smarthr-ui/SortDropdown/cancelText': 'Hủy',\n 'smarthr-ui/SortDropdown/descLabel': 'Giảm dần',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Mục sắp xếp',\n 'smarthr-ui/SortDropdown/sortOrderLegend': 'Thứ tự sắp xếp',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Quay lại',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Hủy',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Tiếp theo',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Ngưng',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Hoàn thành',\n 'smarthr-ui/Textarea/availableLetters': 'Còn {availableLetters} ký tự nữa',\n 'smarthr-ui/Textarea/maxLettersExceeded': 'Thửa {exceededLetters} ký tự',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Có thể nhập tối đa {maxLetters} ký tự.',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Mở trong tab mới',\n 'smarthr-ui/Th/sortDirectionAsc': 'Tăng dần',\n 'smarthr-ui/Th/sortDirectionDesc': 'Giảm dần',\n 'smarthr-ui/Th/sortDirectionNone': 'Không sắp xếp',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Chọn/Bỏ chọn tất cả các mục',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Chọn',\n 'smarthr-ui/ErrorScreen/homeLink': 'Quay lại trang chủ',\n 'smarthr-ui/ErrorScreen/smarthrLink': 'Quay lại SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': 'Đã xảy ra lỗi xác thực',\n 'smarthr-ui/ForbiddenErrorScreen/title': 'Không có quyền hiển thị trang này',\n 'smarthr-ui/ForbiddenErrorScreen/description': 'Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.',\n 'smarthr-ui/NotFoundErrorScreen/title': 'Không tìm thấy trang.',\n 'smarthr-ui/NotFoundErrorScreen/description': 'Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.',\n 'smarthr-ui/UnauthorizedErrorScreen/title': 'Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': 'Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Để truy cập, bạn cần đăng nhập lại.',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Đăng nhập lại',\n 'smarthr-ui/UnexpectedErrorScreen/title': 'Đã xảy ra lỗi không mong muốn.',\n 'smarthr-ui/UnexpectedErrorScreen/apology': 'Xin lỗi vì sự bất tiện này.',\n 'smarthr-ui/UnexpectedErrorScreen/possibleCause': 'Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'Vui lỏng thử các cách sau.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Hãy thử lại sau một lúc nữa.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'Nếu vẫn chưa được, hãy thử cách sau.',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.',\n 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': 'Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.',\n 'smarthr-ui/UnexpectedErrorScreen/adminContact': 'Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Thông tin bảo trì & sửa lỗi',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'Môi trường hoạt động của SmartHR',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. Làm sao để xoá cookie và cache của trình duyệt?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Thông tin cần cung cấp khi xảy ra lỗi',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}