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
@@ -0,0 +1,131 @@
1
+ var enUs = {
2
+ "smarthr-ui/common/language": "English",
3
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Cancel",
4
+ "smarthr-ui/AppHeader/school": "SmartHR School",
5
+ "smarthr-ui/AppHeader/help": "Help",
6
+ "smarthr-ui/AppHeader/userSettings": "Personal Settings",
7
+ "smarthr-ui/AppHeader/releaseNotes": "Release Notes",
8
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Failed to load the release notes. Please try again later.",
9
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "View all release notes",
10
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Apps",
11
+ "smarthr-ui/AppHeader/MobileHeader/account": "Account",
12
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Open menu",
13
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Close menu",
14
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "All Apps",
15
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Admin Menu",
16
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Latest Release Notes",
17
+ "smarthr-ui/AppHeader/MobileHeader/back": "Back",
18
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Open",
19
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Close",
20
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Enter the name of the App.",
21
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Favorite Apps",
22
+ "smarthr-ui/AppHeader/Launcher/allModeText": "All Apps",
23
+ "smarthr-ui/AppHeader/Launcher/listText": "App List",
24
+ "smarthr-ui/AppHeader/Launcher/helpText": "About Favorite Apps",
25
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Search results",
26
+ "smarthr-ui/AppHeader/Launcher/emptyText": "App not found.",
27
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Sort by",
28
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Selected",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Default order",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "App name (A→Z)",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "App name (Z→A)",
32
+ "smarthr-ui/AppLauncher/showAllText": "View all",
33
+ "smarthr-ui/AppLauncher/triggerLabel": "Apps",
34
+ "smarthr-ui/Browser/notFoundDescription": "Try changing the filter criteria.",
35
+ "smarthr-ui/Browser/notFoundTitle": "No items found.",
36
+ "smarthr-ui/Button/loading": "In Progress",
37
+ "smarthr-ui/Calendar/currentYear": "Current year",
38
+ "smarthr-ui/Calendar/nextMonth": "Next month",
39
+ "smarthr-ui/Calendar/previousMonth": "Previous month",
40
+ "smarthr-ui/Calendar/selectYear": "Select year",
41
+ "smarthr-ui/Combobox/addItemButtonLabel": "Add “{name}”",
42
+ "smarthr-ui/Combobox/loadingText": "In Progress",
43
+ "smarthr-ui/Combobox/noResultsText": "No matching results found.",
44
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Hide options",
45
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Show options",
46
+ "smarthr-ui/DropZone/selectButtonLabel": "Choose file to upload",
47
+ "smarthr-ui/FileViewer/rotateAlt": "Rotate Left",
48
+ "smarthr-ui/FileViewer/scaleDownAlt": "Zoom Out",
49
+ "smarthr-ui/FileViewer/scaleRateLabel": "Zoom Factor (%)",
50
+ "smarthr-ui/FileViewer/scaleUpAlt": "Zoom In",
51
+ "smarthr-ui/FileViewer/unsupportedFileText": "Unsupported file format.",
52
+ "smarthr-ui/FilterDropdown/applyText": "Apply",
53
+ "smarthr-ui/FilterDropdown/cancelText": "Cancel",
54
+ "smarthr-ui/FilterDropdown/resetText": "Clear filters",
55
+ "smarthr-ui/FilterDropdown/status": "Filters applied",
56
+ "smarthr-ui/FilterDropdown/triggerText": "Filter",
57
+ "smarthr-ui/FormDialog/closeButtonLabel": "Cancel",
58
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Close",
59
+ "smarthr-ui/InformationPanel/openButtonLabel": "Open",
60
+ "smarthr-ui/InputFile/destroy": "Delete",
61
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Selected",
62
+ "smarthr-ui/Loader/alt": "In Progress",
63
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Close",
64
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Close",
65
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Dialog position",
66
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Can be dragged",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Can be moved up, down, left, or right using arrow keys",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top}px from top, {left}px from left",
69
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": remove",
70
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Selected items",
71
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Close",
72
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "First",
73
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Last",
74
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Next",
75
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Previous",
76
+ "smarthr-ui/Pagination/itemButtonLabel": "Page {page}",
77
+ "smarthr-ui/Pagination/navigationLabel": "Pagination",
78
+ "smarthr-ui/RequiredLabel/text": "Required",
79
+ "smarthr-ui/SearchInput/iconAlt": "Search",
80
+ "smarthr-ui/SideMenu/navigationLabel": "Sidebar",
81
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Clear",
82
+ "smarthr-ui/SortDropdown/applyText": "Apply",
83
+ "smarthr-ui/SortDropdown/ascLabel": "Ascending",
84
+ "smarthr-ui/SortDropdown/cancelText": "Cancel",
85
+ "smarthr-ui/SortDropdown/descLabel": "Descending",
86
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Sort items",
87
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Order",
88
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Back",
89
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Cancel",
90
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Next",
91
+ "smarthr-ui/StepStatusIcon/closedAlt": "Interrupted",
92
+ "smarthr-ui/StepStatusIcon/completedAlt": "Completed",
93
+ "smarthr-ui/Textarea/availableLetters": "{availableLetters} characters left",
94
+ "smarthr-ui/Textarea/maxLettersExceeded": "{exceededLetters} characters over limit",
95
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Maximum {maxLetters} characters",
96
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Open in another tab",
97
+ "smarthr-ui/Th/sortDirectionAsc": "Ascending",
98
+ "smarthr-ui/Th/sortDirectionDesc": "Descending",
99
+ "smarthr-ui/Th/sortDirectionNone": "No sorting",
100
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Select/Deselect All",
101
+ "smarthr-ui/ThCheckbox/checkColumnName": "Select",
102
+ "smarthr-ui/ErrorScreen/homeLink": "Back to Home",
103
+ "smarthr-ui/ErrorScreen/smarthrLink": "Back to SmartHR",
104
+ "smarthr-ui/AuthErrorScreen/title": "Authentication Issue",
105
+ "smarthr-ui/ForbiddenErrorScreen/title": "You don’t have permission to view this page",
106
+ "smarthr-ui/ForbiddenErrorScreen/description": "For more details, please contact the administrator at your company.",
107
+ "smarthr-ui/NotFoundErrorScreen/title": "Page Not Found",
108
+ "smarthr-ui/NotFoundErrorScreen/description": "The page you are looking for is temporarily unavailable, or it may have been moved or deleted.",
109
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Logged Out Due to Inactivity",
110
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "You have been automatically logged out due to inactivity.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Please log in again to access the requested page.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Log in again",
113
+ "smarthr-ui/UnexpectedErrorScreen/title": "Unexpected Error",
114
+ "smarthr-ui/UnexpectedErrorScreen/apology": "We apologize for the inconvenience.",
115
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "This error may have occurred due to a temporary connection issue, your device or browser settings, or the contents of the file you uploaded.",
116
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "We apologize for the trouble. Please try the following:",
117
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Wait a moment, then try again.",
118
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.",
119
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "If the issues is not resolved, try the steps below:",
120
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Check if you’re using a recommended browser/settings (see {environmentLink})",
121
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.",
122
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "If the issue persists after checking the above, please contact your company’s HR representative, or another person with SmartHR administrator privileges, and provide the information listed here: {errorInfoLink}.",
123
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "If you have SmartHR administrator privileges, please contact us using the chat icon in the lower right and provide the following information: {errorInfoLink}.",
124
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Maintenance & Service Alerts",
125
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "SmartHR system requirements",
126
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. How do I clear my browser’s cookies and cache?",
127
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Information needed to investigate the error"
128
+ };
129
+
130
+ export { enUs as default };
131
+ //# sourceMappingURL=en_us.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en_us.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ var idId = {
4
+ "smarthr-ui/common/language": "Bahasa Indonesia",
5
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Batal",
6
+ "smarthr-ui/AppHeader/school": "SmartHR School",
7
+ "smarthr-ui/AppHeader/help": "Bantuan",
8
+ "smarthr-ui/AppHeader/userSettings": "Pengaturan pribadi",
9
+ "smarthr-ui/AppHeader/releaseNotes": "Release note",
10
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Gagal memuat release note.\nSilakan coba beberapa saat lagi.",
11
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "Lihat semua release note",
12
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Aplikasi",
13
+ "smarthr-ui/AppHeader/MobileHeader/account": "Akun",
14
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Buka menu",
15
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Tutup menu",
16
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "Semua aplikasi",
17
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu pengelolaan",
18
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note terkini",
19
+ "smarthr-ui/AppHeader/MobileHeader/back": "Kembali",
20
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Buka",
21
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Tutup",
22
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Masukkan nama aplikasi.",
23
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Aplikasi yang sering digunakan",
24
+ "smarthr-ui/AppHeader/Launcher/allModeText": "Semua aplikasi",
25
+ "smarthr-ui/AppHeader/Launcher/listText": "Daftar aplikasi",
26
+ "smarthr-ui/AppHeader/Launcher/helpText": "Tentang aplikasi yang sering digunakan",
27
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Hasil penelusuran",
28
+ "smarthr-ui/AppHeader/Launcher/emptyText": "Tidak ditemukan aplikasi yang sesuai.",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Urutkan berdasarkan",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Dipilih",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Default",
32
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Urutkan nama aplikasi A-Z",
33
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Urutkan nama aplikasi Z-A",
34
+ "smarthr-ui/AppLauncher/showAllText": "Lihat semua",
35
+ "smarthr-ui/AppLauncher/triggerLabel": "Aplikasi",
36
+ "smarthr-ui/Browser/notFoundDescription": "Silakan coba dengan kriteria lain.",
37
+ "smarthr-ui/Browser/notFoundTitle": "Tidak ada item yang sesuai.",
38
+ "smarthr-ui/Button/loading": "Sedang diproses",
39
+ "smarthr-ui/Calendar/currentYear": "Tahun saat ini",
40
+ "smarthr-ui/Calendar/nextMonth": "Ke bulan berikutnya",
41
+ "smarthr-ui/Calendar/previousMonth": "Ke bulan sebelumnya",
42
+ "smarthr-ui/Calendar/selectYear": "Pilih tahun",
43
+ "smarthr-ui/Combobox/addItemButtonLabel": "Tambah “{name}”",
44
+ "smarthr-ui/Combobox/loadingText": "Sedang diproses",
45
+ "smarthr-ui/Combobox/noResultsText": "Tidak ada pilihan yang sesuai.",
46
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Tutup pilihan",
47
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Buka pilihan",
48
+ "smarthr-ui/DropZone/selectButtonLabel": "Pilih file",
49
+ "smarthr-ui/FileViewer/rotateAlt": "Putar ke kiri",
50
+ "smarthr-ui/FileViewer/scaleDownAlt": "Perkecil",
51
+ "smarthr-ui/FileViewer/scaleRateLabel": "Skala pembesaran",
52
+ "smarthr-ui/FileViewer/scaleUpAlt": "Perbesar",
53
+ "smarthr-ui/FileViewer/unsupportedFileText": "Format file tidak didukung.",
54
+ "smarthr-ui/FilterDropdown/applyText": "Terapkan",
55
+ "smarthr-ui/FilterDropdown/cancelText": "Batal",
56
+ "smarthr-ui/FilterDropdown/resetText": "Hapus kriteria filter",
57
+ "smarthr-ui/FilterDropdown/status": "Diterapkan",
58
+ "smarthr-ui/FilterDropdown/triggerText": "Filter",
59
+ "smarthr-ui/FormDialog/closeButtonLabel": "Batal",
60
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Tutup",
61
+ "smarthr-ui/InformationPanel/openButtonLabel": "Buka",
62
+ "smarthr-ui/InputFile/destroy": "Hapus",
63
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Dipilih",
64
+ "smarthr-ui/Loader/alt": "Sedang diproses",
65
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Tutup",
66
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Tutup",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Posisi dialog",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Dapat diseret",
69
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Tekan tombol panah untuk menavigasi ke atas, bawah, kiri, dan kanan.",
70
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top} px dari atas, {left} px dari kiri",
71
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": hapus",
72
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Item yang dipilih",
73
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Tutup",
74
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Ke halaman pertama",
75
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Ke halaman terakhir",
76
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Selanjutnya",
77
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Sebelumnya",
78
+ "smarthr-ui/Pagination/itemButtonLabel": "Halaman {page}",
79
+ "smarthr-ui/Pagination/navigationLabel": "Navigasi halaman",
80
+ "smarthr-ui/RequiredLabel/text": "Wajib",
81
+ "smarthr-ui/SearchInput/iconAlt": "Cari",
82
+ "smarthr-ui/SideMenu/navigationLabel": "Menu samping",
83
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Bersihkan",
84
+ "smarthr-ui/SortDropdown/applyText": "Terapkan",
85
+ "smarthr-ui/SortDropdown/ascLabel": "Urutan naik",
86
+ "smarthr-ui/SortDropdown/cancelText": "Batal",
87
+ "smarthr-ui/SortDropdown/descLabel": "Urutan turun",
88
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Kriteria pengurutan",
89
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Urutan",
90
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Kembali",
91
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Batal",
92
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Selanjutnya",
93
+ "smarthr-ui/StepStatusIcon/closedAlt": "Terhenti",
94
+ "smarthr-ui/StepStatusIcon/completedAlt": "Selesai",
95
+ "smarthr-ui/Textarea/availableLetters": "Sisa {availableLetters} karakter",
96
+ "smarthr-ui/Textarea/maxLettersExceeded": "Melebihi {exceededLetters} karakter",
97
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Maksimal {maxLetters} karakter",
98
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Buka di tab baru",
99
+ "smarthr-ui/Th/sortDirectionAsc": "Urutan naik",
100
+ "smarthr-ui/Th/sortDirectionDesc": "Urutan turun",
101
+ "smarthr-ui/Th/sortDirectionNone": "Tanpa pengurutan",
102
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Pilih/hapus semua item",
103
+ "smarthr-ui/ThCheckbox/checkColumnName": "Pilih",
104
+ "smarthr-ui/ErrorScreen/homeLink": "Kembali ke beranda",
105
+ "smarthr-ui/ErrorScreen/smarthrLink": "Kembali ke SmartHR",
106
+ "smarthr-ui/AuthErrorScreen/title": "Terjadi masalah saat autentikasi.",
107
+ "smarthr-ui/ForbiddenErrorScreen/title": "Anda tidak memiliki izin untuk melihat halaman ini.",
108
+ "smarthr-ui/ForbiddenErrorScreen/description": "Untuk informasi lebih lanjut, silakan hubungi administrator di perusahaan Anda.",
109
+ "smarthr-ui/NotFoundErrorScreen/title": "Halaman yang Anda cari tidak ditemukan.",
110
+ "smarthr-ui/NotFoundErrorScreen/description": "Halaman yang Anda cari mungkin tidak dapat diakses untuk sementara, atau mungkin telah dipindahkan atau dihapus.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Anda telah logout karena tidak ada aktivitas selama jangka waktu tertentu.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "Anda telah logout secara otomatis karena tidak ada aktivitas selama jangka waktu tertentu.",
113
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Untuk mengakses halaman yang dituju, Anda perlu login ulang.",
114
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Login ulang",
115
+ "smarthr-ui/UnexpectedErrorScreen/title": "Terjadi kesalahan yang tidak terduga.",
116
+ "smarthr-ui/UnexpectedErrorScreen/apology": "Mohon maaf sebesar-besarnya.",
117
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "Mungkin terjadi kesalahan karena masalah komunikasi sementara, lingkungan penggunaan Anda, konten file yang diunggah, dll.",
118
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Kami mohon maaf, tetapi silakan coba yang berikut ini.",
119
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Silakan tunggu beberapa saat dan coba lagi.",
120
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Silakan periksa {maintenanceLink} (mungkin memerlukan waktu hingga informasi ditampilkan).",
121
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Jika masalah tidak teratasi, silakan periksa yang berikut ini.",
122
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Silakan pastikan bahwa Anda memenuhi {environmentLink}.",
123
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Silakan coba hapus cookie dan cache browser Anda. Untuk informasi lebih lanjut, silakan merujuk pada {cookieCacheLink}.",
124
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Jika masalah tetap tidak teratasi setelah memeriksa di atas, silakan hubungi orang yang memiliki wewenang administrator SmartHR di perusahaan Anda dengan melampirkan informasi {errorInfoLink}.",
125
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "Jika Anda memiliki wewenang administrator SmartHR, silakan hubungi melalui ikon obrolan di kanan bawah dengan melampirkan informasi {errorInfoLink}.",
126
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Informasi pemeliharaan dan gangguan",
127
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "Spesifikasi sistem SmartHR",
128
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Bagaimana cara menghapus cookie dan cache browser?",
129
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Informasi yang ingin disampaikan saat terjadi kesalahan"
130
+ };
131
+
132
+ module.exports = idId;
133
+ //# sourceMappingURL=id_id.json.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"id_id.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,131 @@
1
+ var idId = {
2
+ "smarthr-ui/common/language": "Bahasa Indonesia",
3
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Batal",
4
+ "smarthr-ui/AppHeader/school": "SmartHR School",
5
+ "smarthr-ui/AppHeader/help": "Bantuan",
6
+ "smarthr-ui/AppHeader/userSettings": "Pengaturan pribadi",
7
+ "smarthr-ui/AppHeader/releaseNotes": "Release note",
8
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Gagal memuat release note.\nSilakan coba beberapa saat lagi.",
9
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "Lihat semua release note",
10
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Aplikasi",
11
+ "smarthr-ui/AppHeader/MobileHeader/account": "Akun",
12
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Buka menu",
13
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Tutup menu",
14
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "Semua aplikasi",
15
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu pengelolaan",
16
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note terkini",
17
+ "smarthr-ui/AppHeader/MobileHeader/back": "Kembali",
18
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Buka",
19
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Tutup",
20
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Masukkan nama aplikasi.",
21
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Aplikasi yang sering digunakan",
22
+ "smarthr-ui/AppHeader/Launcher/allModeText": "Semua aplikasi",
23
+ "smarthr-ui/AppHeader/Launcher/listText": "Daftar aplikasi",
24
+ "smarthr-ui/AppHeader/Launcher/helpText": "Tentang aplikasi yang sering digunakan",
25
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Hasil penelusuran",
26
+ "smarthr-ui/AppHeader/Launcher/emptyText": "Tidak ditemukan aplikasi yang sesuai.",
27
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Urutkan berdasarkan",
28
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Dipilih",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Default",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Urutkan nama aplikasi A-Z",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Urutkan nama aplikasi Z-A",
32
+ "smarthr-ui/AppLauncher/showAllText": "Lihat semua",
33
+ "smarthr-ui/AppLauncher/triggerLabel": "Aplikasi",
34
+ "smarthr-ui/Browser/notFoundDescription": "Silakan coba dengan kriteria lain.",
35
+ "smarthr-ui/Browser/notFoundTitle": "Tidak ada item yang sesuai.",
36
+ "smarthr-ui/Button/loading": "Sedang diproses",
37
+ "smarthr-ui/Calendar/currentYear": "Tahun saat ini",
38
+ "smarthr-ui/Calendar/nextMonth": "Ke bulan berikutnya",
39
+ "smarthr-ui/Calendar/previousMonth": "Ke bulan sebelumnya",
40
+ "smarthr-ui/Calendar/selectYear": "Pilih tahun",
41
+ "smarthr-ui/Combobox/addItemButtonLabel": "Tambah “{name}”",
42
+ "smarthr-ui/Combobox/loadingText": "Sedang diproses",
43
+ "smarthr-ui/Combobox/noResultsText": "Tidak ada pilihan yang sesuai.",
44
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Tutup pilihan",
45
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Buka pilihan",
46
+ "smarthr-ui/DropZone/selectButtonLabel": "Pilih file",
47
+ "smarthr-ui/FileViewer/rotateAlt": "Putar ke kiri",
48
+ "smarthr-ui/FileViewer/scaleDownAlt": "Perkecil",
49
+ "smarthr-ui/FileViewer/scaleRateLabel": "Skala pembesaran",
50
+ "smarthr-ui/FileViewer/scaleUpAlt": "Perbesar",
51
+ "smarthr-ui/FileViewer/unsupportedFileText": "Format file tidak didukung.",
52
+ "smarthr-ui/FilterDropdown/applyText": "Terapkan",
53
+ "smarthr-ui/FilterDropdown/cancelText": "Batal",
54
+ "smarthr-ui/FilterDropdown/resetText": "Hapus kriteria filter",
55
+ "smarthr-ui/FilterDropdown/status": "Diterapkan",
56
+ "smarthr-ui/FilterDropdown/triggerText": "Filter",
57
+ "smarthr-ui/FormDialog/closeButtonLabel": "Batal",
58
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Tutup",
59
+ "smarthr-ui/InformationPanel/openButtonLabel": "Buka",
60
+ "smarthr-ui/InputFile/destroy": "Hapus",
61
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Dipilih",
62
+ "smarthr-ui/Loader/alt": "Sedang diproses",
63
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Tutup",
64
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Tutup",
65
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Posisi dialog",
66
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Dapat diseret",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Tekan tombol panah untuk menavigasi ke atas, bawah, kiri, dan kanan.",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top} px dari atas, {left} px dari kiri",
69
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": hapus",
70
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Item yang dipilih",
71
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Tutup",
72
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Ke halaman pertama",
73
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Ke halaman terakhir",
74
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Selanjutnya",
75
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Sebelumnya",
76
+ "smarthr-ui/Pagination/itemButtonLabel": "Halaman {page}",
77
+ "smarthr-ui/Pagination/navigationLabel": "Navigasi halaman",
78
+ "smarthr-ui/RequiredLabel/text": "Wajib",
79
+ "smarthr-ui/SearchInput/iconAlt": "Cari",
80
+ "smarthr-ui/SideMenu/navigationLabel": "Menu samping",
81
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Bersihkan",
82
+ "smarthr-ui/SortDropdown/applyText": "Terapkan",
83
+ "smarthr-ui/SortDropdown/ascLabel": "Urutan naik",
84
+ "smarthr-ui/SortDropdown/cancelText": "Batal",
85
+ "smarthr-ui/SortDropdown/descLabel": "Urutan turun",
86
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Kriteria pengurutan",
87
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Urutan",
88
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Kembali",
89
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Batal",
90
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Selanjutnya",
91
+ "smarthr-ui/StepStatusIcon/closedAlt": "Terhenti",
92
+ "smarthr-ui/StepStatusIcon/completedAlt": "Selesai",
93
+ "smarthr-ui/Textarea/availableLetters": "Sisa {availableLetters} karakter",
94
+ "smarthr-ui/Textarea/maxLettersExceeded": "Melebihi {exceededLetters} karakter",
95
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Maksimal {maxLetters} karakter",
96
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Buka di tab baru",
97
+ "smarthr-ui/Th/sortDirectionAsc": "Urutan naik",
98
+ "smarthr-ui/Th/sortDirectionDesc": "Urutan turun",
99
+ "smarthr-ui/Th/sortDirectionNone": "Tanpa pengurutan",
100
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Pilih/hapus semua item",
101
+ "smarthr-ui/ThCheckbox/checkColumnName": "Pilih",
102
+ "smarthr-ui/ErrorScreen/homeLink": "Kembali ke beranda",
103
+ "smarthr-ui/ErrorScreen/smarthrLink": "Kembali ke SmartHR",
104
+ "smarthr-ui/AuthErrorScreen/title": "Terjadi masalah saat autentikasi.",
105
+ "smarthr-ui/ForbiddenErrorScreen/title": "Anda tidak memiliki izin untuk melihat halaman ini.",
106
+ "smarthr-ui/ForbiddenErrorScreen/description": "Untuk informasi lebih lanjut, silakan hubungi administrator di perusahaan Anda.",
107
+ "smarthr-ui/NotFoundErrorScreen/title": "Halaman yang Anda cari tidak ditemukan.",
108
+ "smarthr-ui/NotFoundErrorScreen/description": "Halaman yang Anda cari mungkin tidak dapat diakses untuk sementara, atau mungkin telah dipindahkan atau dihapus.",
109
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Anda telah logout karena tidak ada aktivitas selama jangka waktu tertentu.",
110
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "Anda telah logout secara otomatis karena tidak ada aktivitas selama jangka waktu tertentu.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Untuk mengakses halaman yang dituju, Anda perlu login ulang.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Login ulang",
113
+ "smarthr-ui/UnexpectedErrorScreen/title": "Terjadi kesalahan yang tidak terduga.",
114
+ "smarthr-ui/UnexpectedErrorScreen/apology": "Mohon maaf sebesar-besarnya.",
115
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "Mungkin terjadi kesalahan karena masalah komunikasi sementara, lingkungan penggunaan Anda, konten file yang diunggah, dll.",
116
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Kami mohon maaf, tetapi silakan coba yang berikut ini.",
117
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Silakan tunggu beberapa saat dan coba lagi.",
118
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Silakan periksa {maintenanceLink} (mungkin memerlukan waktu hingga informasi ditampilkan).",
119
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Jika masalah tidak teratasi, silakan periksa yang berikut ini.",
120
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Silakan pastikan bahwa Anda memenuhi {environmentLink}.",
121
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Silakan coba hapus cookie dan cache browser Anda. Untuk informasi lebih lanjut, silakan merujuk pada {cookieCacheLink}.",
122
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Jika masalah tetap tidak teratasi setelah memeriksa di atas, silakan hubungi orang yang memiliki wewenang administrator SmartHR di perusahaan Anda dengan melampirkan informasi {errorInfoLink}.",
123
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "Jika Anda memiliki wewenang administrator SmartHR, silakan hubungi melalui ikon obrolan di kanan bawah dengan melampirkan informasi {errorInfoLink}.",
124
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Informasi pemeliharaan dan gangguan",
125
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "Spesifikasi sistem SmartHR",
126
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Bagaimana cara menghapus cookie dan cache browser?",
127
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Informasi yang ingin disampaikan saat terjadi kesalahan"
128
+ };
129
+
130
+ export { idId as default };
131
+ //# sourceMappingURL=id_id.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"id_id.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,28 +1,34 @@
1
1
  'use strict';
2
2
 
3
- var intl_locales_en_us = require('./en_us.cjs');
4
- var intl_locales_id_id = require('./id_id.cjs');
3
+ var en_us = require('./en_us.json.cjs');
4
+ var id_id = require('./id_id.json.cjs');
5
+ var ja = require('./ja.json.cjs');
6
+ var ja_easy = require('./ja_easy.json.cjs');
7
+ var ko_kr = require('./ko_kr.json.cjs');
8
+ var pt_br = require('./pt_br.json.cjs');
9
+ var vi_vn = require('./vi_vn.json.cjs');
10
+ var zh_hans_cn = require('./zh_hans_cn.json.cjs');
11
+ var zh_hant_tw = require('./zh_hant_tw.json.cjs');
5
12
  var intl_locales_ja = require('./ja.cjs');
6
- var intl_locales_ja_easy = require('./ja_easy.cjs');
7
- var intl_locales_ko_kr = require('./ko_kr.cjs');
8
- var intl_locales_pt_br = require('./pt_br.cjs');
9
- var intl_locales_vi_vn = require('./vi_vn.cjs');
10
- var intl_locales_zh_hans_cn = require('./zh_hans_cn.cjs');
11
- var intl_locales_zh_hant_tw = require('./zh_hant_tw.cjs');
12
13
 
14
+ /*
15
+ * 翻訳データの集約ファイル
16
+ * このファイルはJSONファイルからデータをimportし、型定義のためにja.tsからのみ型をexportする特殊なファイルです。
17
+ * barrel patternには該当しないため、require-barrel-importルールを無効化します。
18
+ */
13
19
  /* eslint-disable smarthr/require-barrel-import */
14
20
  const locales = {
15
- ja: intl_locales_ja.locale,
16
- 'en-us': intl_locales_en_us.locale,
17
- 'id-id': intl_locales_id_id.locale,
18
- pt: intl_locales_pt_br.locale,
19
- vi: intl_locales_vi_vn.locale,
20
- ko: intl_locales_ko_kr.locale,
21
- 'zh-cn': intl_locales_zh_hans_cn.locale,
22
- 'zh-tw': intl_locales_zh_hant_tw.locale,
23
- 'ja-easy': intl_locales_ja_easy.locale,
21
+ ja,
22
+ 'en-us': en_us,
23
+ 'id-id': id_id,
24
+ pt: pt_br,
25
+ vi: vi_vn,
26
+ ko: ko_kr,
27
+ 'zh-cn': zh_hans_cn,
28
+ 'zh-tw': zh_hant_tw,
29
+ 'ja-easy': ja_easy,
24
30
  };
25
31
 
26
- exports.ja = intl_locales_ja.locale;
32
+ exports.typedJa = intl_locales_ja.locale;
27
33
  exports.locales = locales;
28
34
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../../../src/intl/locales/index.ts"],"sourcesContent":["/* eslint-disable smarthr/require-barrel-import */\nimport { locale as enUs } from './en_us'\nimport { locale as idId } from './id_id'\nimport { locale as ja } from './ja'\nimport { locale as jaEasy } from './ja_easy'\nimport { locale as ko } from './ko_kr'\nimport { locale as pt } from './pt_br'\nimport { locale as vi } from './vi_vn'\nimport { locale as zhCn } from './zh_hans_cn'\nimport { locale as zhTw } from './zh_hant_tw'\n\n// 他のlocaleファイル(en_us.ts, id_id.ts等)が `import type { ja } from '.'` で型を参照するためにexport\nexport { ja }\n\nexport const locales = {\n ja,\n 'en-us': enUs,\n 'id-id': idId,\n pt,\n vi,\n ko,\n 'zh-cn': zhCn,\n 'zh-tw': zhTw,\n 'ja-easy': jaEasy,\n}\n"],"names":["ja","enUs","idId","pt","vi","ko","zhCn","zhTw","jaEasy"],"mappings":";;;;;;;;;;;;AAAA;AAcO,MAAM,OAAO,GAAG;QACrBA,sBAAE;AACF,IAAA,OAAO,EAAEC,yBAAI;AACb,IAAA,OAAO,EAAEC,yBAAI;QACbC,yBAAE;QACFC,yBAAE;QACFC,yBAAE;AACF,IAAA,OAAO,EAAEC,8BAAI;AACb,IAAA,OAAO,EAAEC,8BAAI;AACb,IAAA,SAAS,EAAEC,2BAAM;;;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../../../src/intl/locales/index.ts"],"sourcesContent":["/*\n * 翻訳データの集約ファイル\n * このファイルはJSONファイルからデータをimportし、型定義のためにja.tsからのみ型をexportする特殊なファイルです。\n * barrel patternには該当しないため、require-barrel-importルールを無効化します。\n */\n/* eslint-disable smarthr/require-barrel-import */\nimport enUs from './en_us.json'\nimport idId from './id_id.json'\nimport ja from './ja.json'\nimport jaEasy from './ja_easy.json'\nimport ko from './ko_kr.json'\nimport pt from './pt_br.json'\nimport vi from './vi_vn.json'\nimport zhCn from './zh_hans_cn.json'\nimport zhTw from './zh_hant_tw.json'\n\n// 型定義用にja.tsの型をexport\nexport { locale as typedJa } from './ja'\n\nexport const locales = {\n ja,\n 'en-us': enUs,\n 'id-id': idId,\n pt,\n vi,\n ko,\n 'zh-cn': zhCn,\n 'zh-tw': zhTw,\n 'ja-easy': jaEasy,\n}\n"],"names":["enUs","idId","pt","vi","ko","zhCn","zhTw","jaEasy"],"mappings":";;;;;;;;;;;;;AAAA;;;;AAIG;AACH;AAcO,MAAM,OAAO,GAAG;IACrB,EAAE;AACF,IAAA,OAAO,EAAEA,KAAI;AACb,IAAA,OAAO,EAAEC,KAAI;QACbC,KAAE;QACFC,KAAE;QACFC,KAAE;AACF,IAAA,OAAO,EAAEC,UAAI;AACb,IAAA,OAAO,EAAEC,UAAI;AACb,IAAA,SAAS,EAAEC,OAAM;;;;;;"}