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': '繁體中文',
7
- 'smarthr-ui/ActionDialog/closeButtonLabel': '取消',
8
- 'smarthr-ui/AppHeader/school': 'SmartHR學習平台',
9
- 'smarthr-ui/AppHeader/help': '幫助',
10
- 'smarthr-ui/AppHeader/userSettings': '個人設定',
11
- 'smarthr-ui/AppHeader/releaseNotes': '版本更新說明',
12
- 'smarthr-ui/AppHeader/releaseNotesLoadError': '無法載入版本更新說明。\n請稍等片刻後再試。',
13
- 'smarthr-ui/AppHeader/seeAllReleaseNotes': '查看所有版本更新說明',
14
- 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': '功能',
15
- 'smarthr-ui/AppHeader/MobileHeader/account': '帳號',
16
- 'smarthr-ui/AppHeader/MobileHeader/openMenu': '開啟選單',
17
- 'smarthr-ui/AppHeader/MobileHeader/closeMenu': '關閉選單',
18
- 'smarthr-ui/AppHeader/MobileHeader/allAppButton': '所有功能',
19
- 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理選單',
20
- 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新版本更新說明',
21
- 'smarthr-ui/AppHeader/MobileHeader/back': '返回',
22
- 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '展開',
23
- 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '收合',
24
- 'smarthr-ui/AppHeader/Launcher/searchInputTitle': '請輸入功能名稱。',
25
- 'smarthr-ui/AppHeader/Launcher/favoriteModeText': '常用功能',
26
- 'smarthr-ui/AppHeader/Launcher/allModeText': '所有功能',
27
- 'smarthr-ui/AppHeader/Launcher/listText': '功能列表',
28
- 'smarthr-ui/AppHeader/Launcher/helpText': '關於常用功能',
29
- 'smarthr-ui/AppHeader/Launcher/searchResultText': '搜尋結果',
30
- 'smarthr-ui/AppHeader/Launcher/emptyText': '找不到符合條件的功能。',
31
- 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '顯示排序',
32
- 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選擇中',
33
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': '預設',
34
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': '以功能名稱遞增',
35
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': '以功能名稱遞減',
36
- 'smarthr-ui/AppLauncher/showAllText': '查看全部',
37
- 'smarthr-ui/AppLauncher/triggerLabel': '功能',
38
- 'smarthr-ui/Browser/notFoundDescription': '請嘗試其他條件。',
39
- 'smarthr-ui/Browser/notFoundTitle': '沒有符合條件的項目。',
40
- 'smarthr-ui/Button/loading': '處理中',
41
- 'smarthr-ui/Calendar/currentYear': '目前年份',
42
- 'smarthr-ui/Calendar/nextMonth': '下個月',
43
- 'smarthr-ui/Calendar/previousMonth': '上個月',
44
- 'smarthr-ui/Calendar/selectYear': '選擇年份',
45
- 'smarthr-ui/Combobox/addItemButtonLabel': '新增「{name}」',
46
- 'smarthr-ui/Combobox/loadingText': '處理中',
47
- 'smarthr-ui/Combobox/noResultsText': '沒有符合條件的選項。',
48
- 'smarthr-ui/DropdownMenuButton/triggerActive': '關閉選單',
49
- 'smarthr-ui/DropdownMenuButton/triggerInactive': '開啟選單',
50
- 'smarthr-ui/DropZone/selectButtonLabel': '選擇檔案',
51
- 'smarthr-ui/FileViewer/rotateAlt': '向左旋轉',
52
- 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',
53
- 'smarthr-ui/FileViewer/scaleRateLabel': '縮放比例',
54
- 'smarthr-ui/FileViewer/scaleUpAlt': '放大',
55
- 'smarthr-ui/FileViewer/unsupportedFileText': '不支援的檔案格式。',
56
- 'smarthr-ui/FilterDropdown/applyText': '套用',
57
- 'smarthr-ui/FilterDropdown/cancelText': '取消',
58
- 'smarthr-ui/FilterDropdown/resetText': '清除篩選條件',
59
- 'smarthr-ui/FilterDropdown/status': '已套用',
60
- 'smarthr-ui/FilterDropdown/triggerText': '篩選',
61
- 'smarthr-ui/FormDialog/closeButtonLabel': '取消',
62
- 'smarthr-ui/InformationPanel/closeButtonLabel': '收合',
63
- 'smarthr-ui/InformationPanel/openButtonLabel': '展開',
64
- 'smarthr-ui/InputFile/destroy': '刪除',
65
- 'smarthr-ui/LanguageSwitcher/checkIconAlt': '已選擇',
66
- 'smarthr-ui/Loader/alt': '處理中',
67
- 'smarthr-ui/MessageDialog/closeButtonLabel': '關閉',
68
- 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '關閉',
69
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': '對話框位置',
70
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': '可拖曳',
71
- 'smarthr-ui/ModelessDialog/dialogHandlerDescription': '可以按箭頭鍵上下左右移動',
72
- 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '距離上方{top}px,距離左側{left}px',
73
- 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ':刪除',
74
- 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '已選項目',
75
- 'smarthr-ui/NotificationBar/closeButtonIconAlt': '關閉',
76
- 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '移至最前頁',
77
- 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '移至最後頁',
78
- 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '下一步',
79
- 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '上一步',
80
- 'smarthr-ui/Pagination/itemButtonLabel': '第{page}頁',
81
- 'smarthr-ui/Pagination/navigationLabel': '分頁',
82
- 'smarthr-ui/RequiredLabel/text': '必填',
83
- 'smarthr-ui/SearchInput/iconAlt': '搜尋',
84
- 'smarthr-ui/SideMenu/navigationLabel': '側邊選單',
85
- 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': '清除',
86
- 'smarthr-ui/SortDropdown/applyText': '套用',
87
- 'smarthr-ui/SortDropdown/ascLabel': '遞增',
88
- 'smarthr-ui/SortDropdown/cancelText': '取消',
89
- 'smarthr-ui/SortDropdown/descLabel': '遞減',
90
- 'smarthr-ui/SortDropdown/sortFieldLabel': '排序項目',
91
- 'smarthr-ui/SortDropdown/sortOrderLegend': '排序方式',
92
- 'smarthr-ui/StepFormDialog/backButtonLabel': '返回',
93
- 'smarthr-ui/StepFormDialog/closeButtonLabel': '取消',
94
- 'smarthr-ui/StepFormDialog/nextButtonLabel': '下一步',
95
- 'smarthr-ui/StepStatusIcon/closedAlt': '中斷',
96
- 'smarthr-ui/StepStatusIcon/completedAlt': '已完成',
97
- 'smarthr-ui/Textarea/availableLetters': '還可輸入{availableLetters}字',
98
- 'smarthr-ui/Textarea/maxLettersExceeded': '超出{exceededLetters}字',
99
- 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最多可輸入{maxLetters}字',
100
- 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '另開分頁',
101
- 'smarthr-ui/Th/sortDirectionAsc': '遞增',
102
- 'smarthr-ui/Th/sortDirectionDesc': '遞減',
103
- 'smarthr-ui/Th/sortDirectionNone': '無排序',
104
- 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': '選擇/取消所有項目',
105
- 'smarthr-ui/ThCheckbox/checkColumnName': '選擇',
106
- 'smarthr-ui/ErrorScreen/homeLink': '返回首頁',
107
- 'smarthr-ui/ErrorScreen/smarthrLink': '返回SmartHR',
108
- 'smarthr-ui/AuthErrorScreen/title': '驗證時發生問題。',
109
- 'smarthr-ui/ForbiddenErrorScreen/title': '沒有權限查看此頁面',
110
- 'smarthr-ui/ForbiddenErrorScreen/description': '如需了解詳情,請聯絡公司管理者。',
111
- 'smarthr-ui/NotFoundErrorScreen/title': '找不到您要尋找的頁面',
112
- 'smarthr-ui/NotFoundErrorScreen/description': '您尋找的頁面暫時無法使用,可能已被移動或刪除。',
113
- 'smarthr-ui/UnauthorizedErrorScreen/title': '已自動登出',
114
- 'smarthr-ui/UnauthorizedErrorScreen/description1': '因長時間未操作,系統已自動將您登出。',
115
- 'smarthr-ui/UnauthorizedErrorScreen/description2': '若要存取該頁面,請重新登入。',
116
- 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': '重新登入',
117
- 'smarthr-ui/UnexpectedErrorScreen/title': '發生非預期的錯誤',
118
- 'smarthr-ui/UnexpectedErrorScreen/apology': '非常抱歉造成不便。',
119
- 'smarthr-ui/UnexpectedErrorScreen/possibleCause': '可能因為暫時的通訊問題、您的使用環境或上傳的檔案內容等原因而發生錯誤。',
120
- 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': '很抱歉,請您嘗試以下方法。',
121
- 'smarthr-ui/UnexpectedErrorScreen/retryItem1': '請稍等片刻,再次嘗試。',
122
- 'smarthr-ui/UnexpectedErrorScreen/retryItem2': '請確認{maintenanceLink}(資訊可能需要一些時間才能顯示)。',
123
- 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': '如果問題仍然存在,請您檢查以下內容。',
124
- 'smarthr-ui/UnexpectedErrorScreen/checkItem1': '請確認是否滿足{environmentLink}的條件。',
125
- 'smarthr-ui/UnexpectedErrorScreen/checkItem2': '請嘗試刪除瀏覽器的Cookie和快取。詳情請參閱{cookieCacheLink}。',
126
- 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': '如果檢查上述內容後問題仍然存在,請聯繫公司內部的勞務負責人或擁有SmartHR管理者權限的人,並附上{errorInfoLink}的資訊。',
127
- 'smarthr-ui/UnexpectedErrorScreen/adminContact': '擁有SmartHR管理者權限的人,請附上{errorInfoLink}的資訊,並透過右下角的聊天圖示聯繫我們。',
128
- 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': '維護與故障資訊',
129
- 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR的系統需求環境',
130
- 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. 如何刪除瀏覽器的Cookie和快取?',
131
- 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': '希望您能告訴我們發生錯誤時的內容',
132
- };
133
-
134
- exports.locale = locale;
135
- //# sourceMappingURL=zh_hant_tw.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zh_hant_tw.cjs","sources":["../../../src/intl/locales/zh_hant_tw.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': '繁體中文',\n 'smarthr-ui/ActionDialog/closeButtonLabel': '取消',\n 'smarthr-ui/AppHeader/school': 'SmartHR學習平台',\n 'smarthr-ui/AppHeader/help': '幫助',\n 'smarthr-ui/AppHeader/userSettings': '個人設定',\n 'smarthr-ui/AppHeader/releaseNotes': '版本更新說明',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': '無法載入版本更新說明。\\n請稍等片刻後再試。',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': '查看所有版本更新說明',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': '功能',\n 'smarthr-ui/AppHeader/MobileHeader/account': '帳號',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': '開啟選單',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': '關閉選單',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': '所有功能',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理選單',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新版本更新說明',\n 'smarthr-ui/AppHeader/MobileHeader/back': '返回',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '展開',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '收合',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': '請輸入功能名稱。',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': '常用功能',\n 'smarthr-ui/AppHeader/Launcher/allModeText': '所有功能',\n 'smarthr-ui/AppHeader/Launcher/listText': '功能列表',\n 'smarthr-ui/AppHeader/Launcher/helpText': '關於常用功能',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': '搜尋結果',\n 'smarthr-ui/AppHeader/Launcher/emptyText': '找不到符合條件的功能。',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '顯示排序',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選擇中',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': '預設',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': '以功能名稱遞增',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': '以功能名稱遞減',\n 'smarthr-ui/AppLauncher/showAllText': '查看全部',\n 'smarthr-ui/AppLauncher/triggerLabel': '功能',\n 'smarthr-ui/Browser/notFoundDescription': '請嘗試其他條件。',\n 'smarthr-ui/Browser/notFoundTitle': '沒有符合條件的項目。',\n 'smarthr-ui/Button/loading': '處理中',\n 'smarthr-ui/Calendar/currentYear': '目前年份',\n 'smarthr-ui/Calendar/nextMonth': '下個月',\n 'smarthr-ui/Calendar/previousMonth': '上個月',\n 'smarthr-ui/Calendar/selectYear': '選擇年份',\n 'smarthr-ui/Combobox/addItemButtonLabel': '新增「{name}」',\n 'smarthr-ui/Combobox/loadingText': '處理中',\n 'smarthr-ui/Combobox/noResultsText': '沒有符合條件的選項。',\n 'smarthr-ui/DropdownMenuButton/triggerActive': '關閉選單',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': '開啟選單',\n 'smarthr-ui/DropZone/selectButtonLabel': '選擇檔案',\n 'smarthr-ui/FileViewer/rotateAlt': '向左旋轉',\n 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',\n 'smarthr-ui/FileViewer/scaleRateLabel': '縮放比例',\n 'smarthr-ui/FileViewer/scaleUpAlt': '放大',\n 'smarthr-ui/FileViewer/unsupportedFileText': '不支援的檔案格式。',\n 'smarthr-ui/FilterDropdown/applyText': '套用',\n 'smarthr-ui/FilterDropdown/cancelText': '取消',\n 'smarthr-ui/FilterDropdown/resetText': '清除篩選條件',\n 'smarthr-ui/FilterDropdown/status': '已套用',\n 'smarthr-ui/FilterDropdown/triggerText': '篩選',\n 'smarthr-ui/FormDialog/closeButtonLabel': '取消',\n 'smarthr-ui/InformationPanel/closeButtonLabel': '收合',\n 'smarthr-ui/InformationPanel/openButtonLabel': '展開',\n 'smarthr-ui/InputFile/destroy': '刪除',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': '已選擇',\n 'smarthr-ui/Loader/alt': '處理中',\n 'smarthr-ui/MessageDialog/closeButtonLabel': '關閉',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '關閉',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': '對話框位置',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': '可拖曳',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': '可以按箭頭鍵上下左右移動',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '距離上方{top}px,距離左側{left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ':刪除',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '已選項目',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': '關閉',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '移至最前頁',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '移至最後頁',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '下一步',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '上一步',\n 'smarthr-ui/Pagination/itemButtonLabel': '第{page}頁',\n 'smarthr-ui/Pagination/navigationLabel': '分頁',\n 'smarthr-ui/RequiredLabel/text': '必填',\n 'smarthr-ui/SearchInput/iconAlt': '搜尋',\n 'smarthr-ui/SideMenu/navigationLabel': '側邊選單',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': '清除',\n 'smarthr-ui/SortDropdown/applyText': '套用',\n 'smarthr-ui/SortDropdown/ascLabel': '遞增',\n 'smarthr-ui/SortDropdown/cancelText': '取消',\n 'smarthr-ui/SortDropdown/descLabel': '遞減',\n 'smarthr-ui/SortDropdown/sortFieldLabel': '排序項目',\n 'smarthr-ui/SortDropdown/sortOrderLegend': '排序方式',\n 'smarthr-ui/StepFormDialog/backButtonLabel': '返回',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': '取消',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': '下一步',\n 'smarthr-ui/StepStatusIcon/closedAlt': '中斷',\n 'smarthr-ui/StepStatusIcon/completedAlt': '已完成',\n 'smarthr-ui/Textarea/availableLetters': '還可輸入{availableLetters}字',\n 'smarthr-ui/Textarea/maxLettersExceeded': '超出{exceededLetters}字',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最多可輸入{maxLetters}字',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '另開分頁',\n 'smarthr-ui/Th/sortDirectionAsc': '遞增',\n 'smarthr-ui/Th/sortDirectionDesc': '遞減',\n 'smarthr-ui/Th/sortDirectionNone': '無排序',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': '選擇/取消所有項目',\n 'smarthr-ui/ThCheckbox/checkColumnName': '選擇',\n 'smarthr-ui/ErrorScreen/homeLink': '返回首頁',\n 'smarthr-ui/ErrorScreen/smarthrLink': '返回SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': '驗證時發生問題。',\n 'smarthr-ui/ForbiddenErrorScreen/title': '沒有權限查看此頁面',\n 'smarthr-ui/ForbiddenErrorScreen/description': '如需了解詳情,請聯絡公司管理者。',\n 'smarthr-ui/NotFoundErrorScreen/title': '找不到您要尋找的頁面',\n 'smarthr-ui/NotFoundErrorScreen/description': '您尋找的頁面暫時無法使用,可能已被移動或刪除。',\n 'smarthr-ui/UnauthorizedErrorScreen/title': '已自動登出',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': '因長時間未操作,系統已自動將您登出。',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': '若要存取該頁面,請重新登入。',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': '重新登入',\n 'smarthr-ui/UnexpectedErrorScreen/title': '發生非預期的錯誤',\n 'smarthr-ui/UnexpectedErrorScreen/apology': '非常抱歉造成不便。',\n 'smarthr-ui/UnexpectedErrorScreen/possibleCause': '可能因為暫時的通訊問題、您的使用環境或上傳的檔案內容等原因而發生錯誤。',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': '很抱歉,請您嘗試以下方法。',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': '請稍等片刻,再次嘗試。',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': '請確認{maintenanceLink}(資訊可能需要一些時間才能顯示)。',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': '如果問題仍然存在,請您檢查以下內容。',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': '請確認是否滿足{environmentLink}的條件。',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': '請嘗試刪除瀏覽器的Cookie和快取。詳情請參閱{cookieCacheLink}。',\n 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': '如果檢查上述內容後問題仍然存在,請聯繫公司內部的勞務負責人或擁有SmartHR管理者權限的人,並附上{errorInfoLink}的資訊。',\n 'smarthr-ui/UnexpectedErrorScreen/adminContact': '擁有SmartHR管理者權限的人,請附上{errorInfoLink}的資訊,並透過右下角的聊天圖示聯繫我們。',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': '維護與故障資訊',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR的系統需求環境',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. 如何刪除瀏覽器的Cookie和快取?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': '希望您能告訴我們發生錯誤時的內容',\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': "繁體中文";
3
- readonly 'smarthr-ui/ActionDialog/closeButtonLabel': "取消";
4
- readonly 'smarthr-ui/AppHeader/school': "SmartHR學習平台";
5
- readonly 'smarthr-ui/AppHeader/help': "幫助";
6
- readonly 'smarthr-ui/AppHeader/userSettings': "個人設定";
7
- readonly 'smarthr-ui/AppHeader/releaseNotes': "版本更新說明";
8
- readonly 'smarthr-ui/AppHeader/releaseNotesLoadError': "無法載入版本更新說明。\n請稍等片刻後再試。";
9
- readonly 'smarthr-ui/AppHeader/seeAllReleaseNotes': "查看所有版本更新說明";
10
- readonly 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': "功能";
11
- readonly 'smarthr-ui/AppHeader/MobileHeader/account': "帳號";
12
- readonly 'smarthr-ui/AppHeader/MobileHeader/openMenu': "開啟選單";
13
- readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenu': "關閉選單";
14
- readonly 'smarthr-ui/AppHeader/MobileHeader/allAppButton': "所有功能";
15
- readonly 'smarthr-ui/AppHeader/MobileHeader/managementMenu': "管理選單";
16
- readonly 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': "最新版本更新說明";
17
- readonly 'smarthr-ui/AppHeader/MobileHeader/back': "返回";
18
- readonly 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': "展開";
19
- readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': "收合";
20
- readonly 'smarthr-ui/AppHeader/Launcher/searchInputTitle': "請輸入功能名稱。";
21
- readonly 'smarthr-ui/AppHeader/Launcher/favoriteModeText': "常用功能";
22
- readonly 'smarthr-ui/AppHeader/Launcher/allModeText': "所有功能";
23
- readonly 'smarthr-ui/AppHeader/Launcher/listText': "功能列表";
24
- readonly 'smarthr-ui/AppHeader/Launcher/helpText': "關於常用功能";
25
- readonly 'smarthr-ui/AppHeader/Launcher/searchResultText': "搜尋結果";
26
- readonly 'smarthr-ui/AppHeader/Launcher/emptyText': "找不到符合條件的功能。";
27
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': "顯示排序";
28
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': "選擇中";
29
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': "預設";
30
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': "以功能名稱遞增";
31
- readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': "以功能名稱遞減";
32
- readonly 'smarthr-ui/AppLauncher/showAllText': "查看全部";
33
- readonly 'smarthr-ui/AppLauncher/triggerLabel': "功能";
34
- readonly 'smarthr-ui/Browser/notFoundDescription': "請嘗試其他條件。";
35
- readonly 'smarthr-ui/Browser/notFoundTitle': "沒有符合條件的項目。";
36
- readonly 'smarthr-ui/Button/loading': "處理中";
37
- readonly 'smarthr-ui/Calendar/currentYear': "目前年份";
38
- readonly 'smarthr-ui/Calendar/nextMonth': "下個月";
39
- readonly 'smarthr-ui/Calendar/previousMonth': "上個月";
40
- readonly 'smarthr-ui/Calendar/selectYear': "選擇年份";
41
- readonly 'smarthr-ui/Combobox/addItemButtonLabel': "新增「{name}」";
42
- readonly 'smarthr-ui/Combobox/loadingText': "處理中";
43
- readonly 'smarthr-ui/Combobox/noResultsText': "沒有符合條件的選項。";
44
- readonly 'smarthr-ui/DropdownMenuButton/triggerActive': "關閉選單";
45
- readonly 'smarthr-ui/DropdownMenuButton/triggerInactive': "開啟選單";
46
- readonly 'smarthr-ui/DropZone/selectButtonLabel': "選擇檔案";
47
- readonly 'smarthr-ui/FileViewer/rotateAlt': "向左旋轉";
48
- readonly 'smarthr-ui/FileViewer/scaleDownAlt': "縮小";
49
- readonly 'smarthr-ui/FileViewer/scaleRateLabel': "縮放比例";
50
- readonly 'smarthr-ui/FileViewer/scaleUpAlt': "放大";
51
- readonly 'smarthr-ui/FileViewer/unsupportedFileText': "不支援的檔案格式。";
52
- readonly 'smarthr-ui/FilterDropdown/applyText': "套用";
53
- readonly 'smarthr-ui/FilterDropdown/cancelText': "取消";
54
- readonly 'smarthr-ui/FilterDropdown/resetText': "清除篩選條件";
55
- readonly 'smarthr-ui/FilterDropdown/status': "已套用";
56
- readonly 'smarthr-ui/FilterDropdown/triggerText': "篩選";
57
- readonly 'smarthr-ui/FormDialog/closeButtonLabel': "取消";
58
- readonly 'smarthr-ui/InformationPanel/closeButtonLabel': "收合";
59
- readonly 'smarthr-ui/InformationPanel/openButtonLabel': "展開";
60
- readonly 'smarthr-ui/InputFile/destroy': "刪除";
61
- readonly 'smarthr-ui/LanguageSwitcher/checkIconAlt': "已選擇";
62
- readonly 'smarthr-ui/Loader/alt': "處理中";
63
- readonly 'smarthr-ui/MessageDialog/closeButtonLabel': "關閉";
64
- readonly 'smarthr-ui/ModelessDialog/closeButtonIconAlt': "關閉";
65
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': "對話框位置";
66
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': "可拖曳";
67
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerDescription': "可以按箭頭鍵上下左右移動";
68
- readonly 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': "距離上方{top}px,距離左側{left}px";
69
- readonly 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ":刪除";
70
- readonly 'smarthr-ui/MultiCombobox/selectedListAriaLabel': "已選項目";
71
- readonly 'smarthr-ui/NotificationBar/closeButtonIconAlt': "關閉";
72
- readonly 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': "移至最前頁";
73
- readonly 'smarthr-ui/Pagination/controllerItemButtonLastLabel': "移至最後頁";
74
- readonly 'smarthr-ui/Pagination/controllerItemButtonNextLabel': "下一步";
75
- readonly 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': "上一步";
76
- readonly 'smarthr-ui/Pagination/itemButtonLabel': "第{page}頁";
77
- readonly 'smarthr-ui/Pagination/navigationLabel': "分頁";
78
- readonly 'smarthr-ui/RequiredLabel/text': "必填";
79
- readonly 'smarthr-ui/SearchInput/iconAlt': "搜尋";
80
- readonly 'smarthr-ui/SideMenu/navigationLabel': "側邊選單";
81
- readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "清除";
82
- readonly 'smarthr-ui/SortDropdown/applyText': "套用";
83
- readonly 'smarthr-ui/SortDropdown/ascLabel': "遞增";
84
- readonly 'smarthr-ui/SortDropdown/cancelText': "取消";
85
- readonly 'smarthr-ui/SortDropdown/descLabel': "遞減";
86
- readonly 'smarthr-ui/SortDropdown/sortFieldLabel': "排序項目";
87
- readonly 'smarthr-ui/SortDropdown/sortOrderLegend': "排序方式";
88
- readonly 'smarthr-ui/StepFormDialog/backButtonLabel': "返回";
89
- readonly 'smarthr-ui/StepFormDialog/closeButtonLabel': "取消";
90
- readonly 'smarthr-ui/StepFormDialog/nextButtonLabel': "下一步";
91
- readonly 'smarthr-ui/StepStatusIcon/closedAlt': "中斷";
92
- readonly 'smarthr-ui/StepStatusIcon/completedAlt': "已完成";
93
- readonly 'smarthr-ui/Textarea/availableLetters': "還可輸入{availableLetters}字";
94
- readonly 'smarthr-ui/Textarea/maxLettersExceeded': "超出{exceededLetters}字";
95
- readonly 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': "最多可輸入{maxLetters}字";
96
- readonly 'smarthr-ui/OpenInNewTabIcon/openInNewTab': "另開分頁";
97
- readonly 'smarthr-ui/Th/sortDirectionAsc': "遞增";
98
- readonly 'smarthr-ui/Th/sortDirectionDesc': "遞減";
99
- readonly 'smarthr-ui/Th/sortDirectionNone': "無排序";
100
- readonly 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': "選擇/取消所有項目";
101
- readonly 'smarthr-ui/ThCheckbox/checkColumnName': "選擇";
102
- readonly 'smarthr-ui/ErrorScreen/homeLink': "返回首頁";
103
- readonly 'smarthr-ui/ErrorScreen/smarthrLink': "返回SmartHR";
104
- readonly 'smarthr-ui/AuthErrorScreen/title': "驗證時發生問題。";
105
- readonly 'smarthr-ui/ForbiddenErrorScreen/title': "沒有權限查看此頁面";
106
- readonly 'smarthr-ui/ForbiddenErrorScreen/description': "如需了解詳情,請聯絡公司管理者。";
107
- readonly 'smarthr-ui/NotFoundErrorScreen/title': "找不到您要尋找的頁面";
108
- readonly 'smarthr-ui/NotFoundErrorScreen/description': "您尋找的頁面暫時無法使用,可能已被移動或刪除。";
109
- readonly 'smarthr-ui/UnauthorizedErrorScreen/title': "已自動登出";
110
- readonly 'smarthr-ui/UnauthorizedErrorScreen/description1': "因長時間未操作,系統已自動將您登出。";
111
- readonly 'smarthr-ui/UnauthorizedErrorScreen/description2': "若要存取該頁面,請重新登入。";
112
- readonly 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': "重新登入";
113
- readonly 'smarthr-ui/UnexpectedErrorScreen/title': "發生非預期的錯誤";
114
- readonly 'smarthr-ui/UnexpectedErrorScreen/apology': "非常抱歉造成不便。";
115
- readonly 'smarthr-ui/UnexpectedErrorScreen/possibleCause': "可能因為暫時的通訊問題、您的使用環境或上傳的檔案內容等原因而發生錯誤。";
116
- readonly 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': "很抱歉,請您嘗試以下方法。";
117
- readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem1': "請稍等片刻,再次嘗試。";
118
- readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem2': "請確認{maintenanceLink}(資訊可能需要一些時間才能顯示)。";
119
- readonly 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': "如果問題仍然存在,請您檢查以下內容。";
120
- readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem1': "請確認是否滿足{environmentLink}的條件。";
121
- readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem2': "請嘗試刪除瀏覽器的Cookie和快取。詳情請參閱{cookieCacheLink}。";
122
- readonly 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': "如果檢查上述內容後問題仍然存在,請聯繫公司內部的勞務負責人或擁有SmartHR管理者權限的人,並附上{errorInfoLink}的資訊。";
123
- readonly 'smarthr-ui/UnexpectedErrorScreen/adminContact': "擁有SmartHR管理者權限的人,請附上{errorInfoLink}的資訊,並透過右下角的聊天圖示聯繫我們。";
124
- readonly 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': "維護與故障資訊";
125
- readonly 'smarthr-ui/UnexpectedErrorScreen/environmentLink': "SmartHR的系統需求環境";
126
- readonly 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': "Q. 如何刪除瀏覽器的Cookie和快取?";
127
- readonly 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': "希望您能告訴我們發生錯誤時的內容";
128
- };
@@ -1,133 +0,0 @@
1
- // キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている
2
- // prettier-ignore
3
- const locale = {
4
- 'smarthr-ui/common/language': '繁體中文',
5
- 'smarthr-ui/ActionDialog/closeButtonLabel': '取消',
6
- 'smarthr-ui/AppHeader/school': 'SmartHR學習平台',
7
- 'smarthr-ui/AppHeader/help': '幫助',
8
- 'smarthr-ui/AppHeader/userSettings': '個人設定',
9
- 'smarthr-ui/AppHeader/releaseNotes': '版本更新說明',
10
- 'smarthr-ui/AppHeader/releaseNotesLoadError': '無法載入版本更新說明。\n請稍等片刻後再試。',
11
- 'smarthr-ui/AppHeader/seeAllReleaseNotes': '查看所有版本更新說明',
12
- 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': '功能',
13
- 'smarthr-ui/AppHeader/MobileHeader/account': '帳號',
14
- 'smarthr-ui/AppHeader/MobileHeader/openMenu': '開啟選單',
15
- 'smarthr-ui/AppHeader/MobileHeader/closeMenu': '關閉選單',
16
- 'smarthr-ui/AppHeader/MobileHeader/allAppButton': '所有功能',
17
- 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理選單',
18
- 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新版本更新說明',
19
- 'smarthr-ui/AppHeader/MobileHeader/back': '返回',
20
- 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '展開',
21
- 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '收合',
22
- 'smarthr-ui/AppHeader/Launcher/searchInputTitle': '請輸入功能名稱。',
23
- 'smarthr-ui/AppHeader/Launcher/favoriteModeText': '常用功能',
24
- 'smarthr-ui/AppHeader/Launcher/allModeText': '所有功能',
25
- 'smarthr-ui/AppHeader/Launcher/listText': '功能列表',
26
- 'smarthr-ui/AppHeader/Launcher/helpText': '關於常用功能',
27
- 'smarthr-ui/AppHeader/Launcher/searchResultText': '搜尋結果',
28
- 'smarthr-ui/AppHeader/Launcher/emptyText': '找不到符合條件的功能。',
29
- 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '顯示排序',
30
- 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選擇中',
31
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': '預設',
32
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': '以功能名稱遞增',
33
- 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': '以功能名稱遞減',
34
- 'smarthr-ui/AppLauncher/showAllText': '查看全部',
35
- 'smarthr-ui/AppLauncher/triggerLabel': '功能',
36
- 'smarthr-ui/Browser/notFoundDescription': '請嘗試其他條件。',
37
- 'smarthr-ui/Browser/notFoundTitle': '沒有符合條件的項目。',
38
- 'smarthr-ui/Button/loading': '處理中',
39
- 'smarthr-ui/Calendar/currentYear': '目前年份',
40
- 'smarthr-ui/Calendar/nextMonth': '下個月',
41
- 'smarthr-ui/Calendar/previousMonth': '上個月',
42
- 'smarthr-ui/Calendar/selectYear': '選擇年份',
43
- 'smarthr-ui/Combobox/addItemButtonLabel': '新增「{name}」',
44
- 'smarthr-ui/Combobox/loadingText': '處理中',
45
- 'smarthr-ui/Combobox/noResultsText': '沒有符合條件的選項。',
46
- 'smarthr-ui/DropdownMenuButton/triggerActive': '關閉選單',
47
- 'smarthr-ui/DropdownMenuButton/triggerInactive': '開啟選單',
48
- 'smarthr-ui/DropZone/selectButtonLabel': '選擇檔案',
49
- 'smarthr-ui/FileViewer/rotateAlt': '向左旋轉',
50
- 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',
51
- 'smarthr-ui/FileViewer/scaleRateLabel': '縮放比例',
52
- 'smarthr-ui/FileViewer/scaleUpAlt': '放大',
53
- 'smarthr-ui/FileViewer/unsupportedFileText': '不支援的檔案格式。',
54
- 'smarthr-ui/FilterDropdown/applyText': '套用',
55
- 'smarthr-ui/FilterDropdown/cancelText': '取消',
56
- 'smarthr-ui/FilterDropdown/resetText': '清除篩選條件',
57
- 'smarthr-ui/FilterDropdown/status': '已套用',
58
- 'smarthr-ui/FilterDropdown/triggerText': '篩選',
59
- 'smarthr-ui/FormDialog/closeButtonLabel': '取消',
60
- 'smarthr-ui/InformationPanel/closeButtonLabel': '收合',
61
- 'smarthr-ui/InformationPanel/openButtonLabel': '展開',
62
- 'smarthr-ui/InputFile/destroy': '刪除',
63
- 'smarthr-ui/LanguageSwitcher/checkIconAlt': '已選擇',
64
- 'smarthr-ui/Loader/alt': '處理中',
65
- 'smarthr-ui/MessageDialog/closeButtonLabel': '關閉',
66
- 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '關閉',
67
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': '對話框位置',
68
- 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': '可拖曳',
69
- 'smarthr-ui/ModelessDialog/dialogHandlerDescription': '可以按箭頭鍵上下左右移動',
70
- 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '距離上方{top}px,距離左側{left}px',
71
- 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ':刪除',
72
- 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '已選項目',
73
- 'smarthr-ui/NotificationBar/closeButtonIconAlt': '關閉',
74
- 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '移至最前頁',
75
- 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '移至最後頁',
76
- 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '下一步',
77
- 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '上一步',
78
- 'smarthr-ui/Pagination/itemButtonLabel': '第{page}頁',
79
- 'smarthr-ui/Pagination/navigationLabel': '分頁',
80
- 'smarthr-ui/RequiredLabel/text': '必填',
81
- 'smarthr-ui/SearchInput/iconAlt': '搜尋',
82
- 'smarthr-ui/SideMenu/navigationLabel': '側邊選單',
83
- 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': '清除',
84
- 'smarthr-ui/SortDropdown/applyText': '套用',
85
- 'smarthr-ui/SortDropdown/ascLabel': '遞增',
86
- 'smarthr-ui/SortDropdown/cancelText': '取消',
87
- 'smarthr-ui/SortDropdown/descLabel': '遞減',
88
- 'smarthr-ui/SortDropdown/sortFieldLabel': '排序項目',
89
- 'smarthr-ui/SortDropdown/sortOrderLegend': '排序方式',
90
- 'smarthr-ui/StepFormDialog/backButtonLabel': '返回',
91
- 'smarthr-ui/StepFormDialog/closeButtonLabel': '取消',
92
- 'smarthr-ui/StepFormDialog/nextButtonLabel': '下一步',
93
- 'smarthr-ui/StepStatusIcon/closedAlt': '中斷',
94
- 'smarthr-ui/StepStatusIcon/completedAlt': '已完成',
95
- 'smarthr-ui/Textarea/availableLetters': '還可輸入{availableLetters}字',
96
- 'smarthr-ui/Textarea/maxLettersExceeded': '超出{exceededLetters}字',
97
- 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最多可輸入{maxLetters}字',
98
- 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '另開分頁',
99
- 'smarthr-ui/Th/sortDirectionAsc': '遞增',
100
- 'smarthr-ui/Th/sortDirectionDesc': '遞減',
101
- 'smarthr-ui/Th/sortDirectionNone': '無排序',
102
- 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': '選擇/取消所有項目',
103
- 'smarthr-ui/ThCheckbox/checkColumnName': '選擇',
104
- 'smarthr-ui/ErrorScreen/homeLink': '返回首頁',
105
- 'smarthr-ui/ErrorScreen/smarthrLink': '返回SmartHR',
106
- 'smarthr-ui/AuthErrorScreen/title': '驗證時發生問題。',
107
- 'smarthr-ui/ForbiddenErrorScreen/title': '沒有權限查看此頁面',
108
- 'smarthr-ui/ForbiddenErrorScreen/description': '如需了解詳情,請聯絡公司管理者。',
109
- 'smarthr-ui/NotFoundErrorScreen/title': '找不到您要尋找的頁面',
110
- 'smarthr-ui/NotFoundErrorScreen/description': '您尋找的頁面暫時無法使用,可能已被移動或刪除。',
111
- 'smarthr-ui/UnauthorizedErrorScreen/title': '已自動登出',
112
- 'smarthr-ui/UnauthorizedErrorScreen/description1': '因長時間未操作,系統已自動將您登出。',
113
- 'smarthr-ui/UnauthorizedErrorScreen/description2': '若要存取該頁面,請重新登入。',
114
- 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': '重新登入',
115
- 'smarthr-ui/UnexpectedErrorScreen/title': '發生非預期的錯誤',
116
- 'smarthr-ui/UnexpectedErrorScreen/apology': '非常抱歉造成不便。',
117
- 'smarthr-ui/UnexpectedErrorScreen/possibleCause': '可能因為暫時的通訊問題、您的使用環境或上傳的檔案內容等原因而發生錯誤。',
118
- 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': '很抱歉,請您嘗試以下方法。',
119
- 'smarthr-ui/UnexpectedErrorScreen/retryItem1': '請稍等片刻,再次嘗試。',
120
- 'smarthr-ui/UnexpectedErrorScreen/retryItem2': '請確認{maintenanceLink}(資訊可能需要一些時間才能顯示)。',
121
- 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': '如果問題仍然存在,請您檢查以下內容。',
122
- 'smarthr-ui/UnexpectedErrorScreen/checkItem1': '請確認是否滿足{environmentLink}的條件。',
123
- 'smarthr-ui/UnexpectedErrorScreen/checkItem2': '請嘗試刪除瀏覽器的Cookie和快取。詳情請參閱{cookieCacheLink}。',
124
- 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': '如果檢查上述內容後問題仍然存在,請聯繫公司內部的勞務負責人或擁有SmartHR管理者權限的人,並附上{errorInfoLink}的資訊。',
125
- 'smarthr-ui/UnexpectedErrorScreen/adminContact': '擁有SmartHR管理者權限的人,請附上{errorInfoLink}的資訊,並透過右下角的聊天圖示聯繫我們。',
126
- 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': '維護與故障資訊',
127
- 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR的系統需求環境',
128
- 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. 如何刪除瀏覽器的Cookie和快取?',
129
- 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': '希望您能告訴我們發生錯誤時的內容',
130
- };
131
-
132
- export { locale };
133
- //# sourceMappingURL=zh_hant_tw.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zh_hant_tw.js","sources":["../../../src/intl/locales/zh_hant_tw.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': '繁體中文',\n 'smarthr-ui/ActionDialog/closeButtonLabel': '取消',\n 'smarthr-ui/AppHeader/school': 'SmartHR學習平台',\n 'smarthr-ui/AppHeader/help': '幫助',\n 'smarthr-ui/AppHeader/userSettings': '個人設定',\n 'smarthr-ui/AppHeader/releaseNotes': '版本更新說明',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': '無法載入版本更新說明。\\n請稍等片刻後再試。',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': '查看所有版本更新說明',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': '功能',\n 'smarthr-ui/AppHeader/MobileHeader/account': '帳號',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': '開啟選單',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': '關閉選單',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': '所有功能',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': '管理選單',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': '最新版本更新說明',\n 'smarthr-ui/AppHeader/MobileHeader/back': '返回',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': '展開',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': '收合',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': '請輸入功能名稱。',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': '常用功能',\n 'smarthr-ui/AppHeader/Launcher/allModeText': '所有功能',\n 'smarthr-ui/AppHeader/Launcher/listText': '功能列表',\n 'smarthr-ui/AppHeader/Launcher/helpText': '關於常用功能',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': '搜尋結果',\n 'smarthr-ui/AppHeader/Launcher/emptyText': '找不到符合條件的功能。',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': '顯示排序',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': '選擇中',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': '預設',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': '以功能名稱遞增',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': '以功能名稱遞減',\n 'smarthr-ui/AppLauncher/showAllText': '查看全部',\n 'smarthr-ui/AppLauncher/triggerLabel': '功能',\n 'smarthr-ui/Browser/notFoundDescription': '請嘗試其他條件。',\n 'smarthr-ui/Browser/notFoundTitle': '沒有符合條件的項目。',\n 'smarthr-ui/Button/loading': '處理中',\n 'smarthr-ui/Calendar/currentYear': '目前年份',\n 'smarthr-ui/Calendar/nextMonth': '下個月',\n 'smarthr-ui/Calendar/previousMonth': '上個月',\n 'smarthr-ui/Calendar/selectYear': '選擇年份',\n 'smarthr-ui/Combobox/addItemButtonLabel': '新增「{name}」',\n 'smarthr-ui/Combobox/loadingText': '處理中',\n 'smarthr-ui/Combobox/noResultsText': '沒有符合條件的選項。',\n 'smarthr-ui/DropdownMenuButton/triggerActive': '關閉選單',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': '開啟選單',\n 'smarthr-ui/DropZone/selectButtonLabel': '選擇檔案',\n 'smarthr-ui/FileViewer/rotateAlt': '向左旋轉',\n 'smarthr-ui/FileViewer/scaleDownAlt': '縮小',\n 'smarthr-ui/FileViewer/scaleRateLabel': '縮放比例',\n 'smarthr-ui/FileViewer/scaleUpAlt': '放大',\n 'smarthr-ui/FileViewer/unsupportedFileText': '不支援的檔案格式。',\n 'smarthr-ui/FilterDropdown/applyText': '套用',\n 'smarthr-ui/FilterDropdown/cancelText': '取消',\n 'smarthr-ui/FilterDropdown/resetText': '清除篩選條件',\n 'smarthr-ui/FilterDropdown/status': '已套用',\n 'smarthr-ui/FilterDropdown/triggerText': '篩選',\n 'smarthr-ui/FormDialog/closeButtonLabel': '取消',\n 'smarthr-ui/InformationPanel/closeButtonLabel': '收合',\n 'smarthr-ui/InformationPanel/openButtonLabel': '展開',\n 'smarthr-ui/InputFile/destroy': '刪除',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': '已選擇',\n 'smarthr-ui/Loader/alt': '處理中',\n 'smarthr-ui/MessageDialog/closeButtonLabel': '關閉',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': '關閉',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': '對話框位置',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': '可拖曳',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': '可以按箭頭鍵上下左右移動',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '距離上方{top}px,距離左側{left}px',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ':刪除',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': '已選項目',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': '關閉',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': '移至最前頁',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': '移至最後頁',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': '下一步',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': '上一步',\n 'smarthr-ui/Pagination/itemButtonLabel': '第{page}頁',\n 'smarthr-ui/Pagination/navigationLabel': '分頁',\n 'smarthr-ui/RequiredLabel/text': '必填',\n 'smarthr-ui/SearchInput/iconAlt': '搜尋',\n 'smarthr-ui/SideMenu/navigationLabel': '側邊選單',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': '清除',\n 'smarthr-ui/SortDropdown/applyText': '套用',\n 'smarthr-ui/SortDropdown/ascLabel': '遞增',\n 'smarthr-ui/SortDropdown/cancelText': '取消',\n 'smarthr-ui/SortDropdown/descLabel': '遞減',\n 'smarthr-ui/SortDropdown/sortFieldLabel': '排序項目',\n 'smarthr-ui/SortDropdown/sortOrderLegend': '排序方式',\n 'smarthr-ui/StepFormDialog/backButtonLabel': '返回',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': '取消',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': '下一步',\n 'smarthr-ui/StepStatusIcon/closedAlt': '中斷',\n 'smarthr-ui/StepStatusIcon/completedAlt': '已完成',\n 'smarthr-ui/Textarea/availableLetters': '還可輸入{availableLetters}字',\n 'smarthr-ui/Textarea/maxLettersExceeded': '超出{exceededLetters}字',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': '最多可輸入{maxLetters}字',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': '另開分頁',\n 'smarthr-ui/Th/sortDirectionAsc': '遞增',\n 'smarthr-ui/Th/sortDirectionDesc': '遞減',\n 'smarthr-ui/Th/sortDirectionNone': '無排序',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': '選擇/取消所有項目',\n 'smarthr-ui/ThCheckbox/checkColumnName': '選擇',\n 'smarthr-ui/ErrorScreen/homeLink': '返回首頁',\n 'smarthr-ui/ErrorScreen/smarthrLink': '返回SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': '驗證時發生問題。',\n 'smarthr-ui/ForbiddenErrorScreen/title': '沒有權限查看此頁面',\n 'smarthr-ui/ForbiddenErrorScreen/description': '如需了解詳情,請聯絡公司管理者。',\n 'smarthr-ui/NotFoundErrorScreen/title': '找不到您要尋找的頁面',\n 'smarthr-ui/NotFoundErrorScreen/description': '您尋找的頁面暫時無法使用,可能已被移動或刪除。',\n 'smarthr-ui/UnauthorizedErrorScreen/title': '已自動登出',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': '因長時間未操作,系統已自動將您登出。',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': '若要存取該頁面,請重新登入。',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': '重新登入',\n 'smarthr-ui/UnexpectedErrorScreen/title': '發生非預期的錯誤',\n 'smarthr-ui/UnexpectedErrorScreen/apology': '非常抱歉造成不便。',\n 'smarthr-ui/UnexpectedErrorScreen/possibleCause': '可能因為暫時的通訊問題、您的使用環境或上傳的檔案內容等原因而發生錯誤。',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': '很抱歉,請您嘗試以下方法。',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': '請稍等片刻,再次嘗試。',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': '請確認{maintenanceLink}(資訊可能需要一些時間才能顯示)。',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': '如果問題仍然存在,請您檢查以下內容。',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': '請確認是否滿足{environmentLink}的條件。',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': '請嘗試刪除瀏覽器的Cookie和快取。詳情請參閱{cookieCacheLink}。',\n 'smarthr-ui/UnexpectedErrorScreen/contactAdmin': '如果檢查上述內容後問題仍然存在,請聯繫公司內部的勞務負責人或擁有SmartHR管理者權限的人,並附上{errorInfoLink}的資訊。',\n 'smarthr-ui/UnexpectedErrorScreen/adminContact': '擁有SmartHR管理者權限的人,請附上{errorInfoLink}的資訊,並透過右下角的聊天圖示聯繫我們。',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': '維護與故障資訊',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR的系統需求環境',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. 如何刪除瀏覽器的Cookie和快取?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': '希望您能告訴我們發生錯誤時的內容',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}