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.
- package/lib/components/Combobox/helper.cjs +29 -13
- package/lib/components/Combobox/helper.cjs.map +1 -1
- package/lib/components/Combobox/helper.d.ts +1 -1
- package/lib/components/Combobox/helper.js +29 -13
- package/lib/components/Combobox/helper.js.map +1 -1
- package/lib/components/Combobox/useOptions.cjs +21 -17
- package/lib/components/Combobox/useOptions.cjs.map +1 -1
- package/lib/components/Combobox/useOptions.js +21 -17
- package/lib/components/Combobox/useOptions.js.map +1 -1
- package/lib/components/Dialog/DialogContentInner.cjs +8 -1
- package/lib/components/Dialog/DialogContentInner.cjs.map +1 -1
- package/lib/components/Dialog/DialogContentInner.js +9 -2
- package/lib/components/Dialog/DialogContentInner.js.map +1 -1
- package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs +13 -11
- package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs.map +1 -1
- package/lib/components/Dialog/ModelessDialog/ModelessDialog.js +13 -11
- package/lib/components/Dialog/ModelessDialog/ModelessDialog.js.map +1 -1
- package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs +5 -2
- package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs.map +1 -1
- package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js +5 -2
- package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js.map +1 -1
- package/lib/components/Disclosure/DisclosureTrigger.cjs +39 -18
- package/lib/components/Disclosure/DisclosureTrigger.cjs.map +1 -1
- package/lib/components/Disclosure/DisclosureTrigger.js +40 -19
- package/lib/components/Disclosure/DisclosureTrigger.js.map +1 -1
- package/lib/components/Disclosure/useDisclosure.cjs +8 -14
- package/lib/components/Disclosure/useDisclosure.cjs.map +1 -1
- package/lib/components/Disclosure/useDisclosure.js +8 -14
- package/lib/components/Disclosure/useDisclosure.js.map +1 -1
- package/lib/components/DropZone/DropZone.cjs +3 -0
- package/lib/components/DropZone/DropZone.cjs.map +1 -1
- package/lib/components/DropZone/DropZone.js +3 -0
- package/lib/components/DropZone/DropZone.js.map +1 -1
- package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs +4 -2
- package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs.map +1 -1
- package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js +4 -2
- package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.cjs +3 -0
- package/lib/components/Dropdown/DropdownTrigger.cjs.map +1 -1
- package/lib/components/Dropdown/DropdownTrigger.js +3 -0
- package/lib/components/Dropdown/DropdownTrigger.js.map +1 -1
- package/lib/components/InputFile/InputFileMultiplyAppendable.cjs +12 -17
- package/lib/components/InputFile/InputFileMultiplyAppendable.cjs.map +1 -1
- package/lib/components/InputFile/InputFileMultiplyAppendable.js +12 -17
- package/lib/components/InputFile/InputFileMultiplyAppendable.js.map +1 -1
- package/lib/components/LineClamp/LineClamp.cjs +14 -3
- package/lib/components/LineClamp/LineClamp.cjs.map +1 -1
- package/lib/components/LineClamp/LineClamp.js +14 -3
- package/lib/components/LineClamp/LineClamp.js.map +1 -1
- package/lib/components/Select/Select.cjs +11 -11
- package/lib/components/Select/Select.cjs.map +1 -1
- package/lib/components/Select/Select.js +12 -12
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/TabBar/TabItem.cjs +11 -9
- package/lib/components/TabBar/TabItem.cjs.map +1 -1
- package/lib/components/TabBar/TabItem.d.ts +2 -2
- package/lib/components/TabBar/TabItem.js +13 -11
- package/lib/components/TabBar/TabItem.js.map +1 -1
- package/lib/hooks/useHandleEscape.cjs +4 -4
- package/lib/hooks/useHandleEscape.cjs.map +1 -1
- package/lib/hooks/useHandleEscape.d.ts +1 -1
- package/lib/hooks/useHandleEscape.js +4 -4
- package/lib/hooks/useHandleEscape.js.map +1 -1
- package/lib/intl/Localizer.d.ts +3 -3
- package/lib/intl/locales/en_us.json.cjs +133 -0
- package/lib/intl/locales/en_us.json.cjs.map +1 -0
- package/lib/intl/locales/en_us.json.js +131 -0
- package/lib/intl/locales/en_us.json.js.map +1 -0
- package/lib/intl/locales/id_id.json.cjs +133 -0
- package/lib/intl/locales/id_id.json.cjs.map +1 -0
- package/lib/intl/locales/id_id.json.js +131 -0
- package/lib/intl/locales/id_id.json.js.map +1 -0
- package/lib/intl/locales/index.cjs +24 -18
- package/lib/intl/locales/index.cjs.map +1 -1
- package/lib/intl/locales/index.d.ts +1135 -1136
- package/lib/intl/locales/index.js +25 -19
- package/lib/intl/locales/index.js.map +1 -1
- package/lib/intl/locales/ja.json.cjs +133 -0
- package/lib/intl/locales/ja.json.cjs.map +1 -0
- package/lib/intl/locales/ja.json.js +131 -0
- package/lib/intl/locales/ja.json.js.map +1 -0
- package/lib/intl/locales/ja_easy.json.cjs +133 -0
- package/lib/intl/locales/ja_easy.json.cjs.map +1 -0
- package/lib/intl/locales/ja_easy.json.js +131 -0
- package/lib/intl/locales/ja_easy.json.js.map +1 -0
- package/lib/intl/locales/ko_kr.json.cjs +133 -0
- package/lib/intl/locales/ko_kr.json.cjs.map +1 -0
- package/lib/intl/locales/ko_kr.json.js +131 -0
- package/lib/intl/locales/ko_kr.json.js.map +1 -0
- package/lib/intl/locales/pt_br.json.cjs +133 -0
- package/lib/intl/locales/pt_br.json.cjs.map +1 -0
- package/lib/intl/locales/pt_br.json.js +131 -0
- package/lib/intl/locales/pt_br.json.js.map +1 -0
- package/lib/intl/locales/vi_vn.json.cjs +133 -0
- package/lib/intl/locales/vi_vn.json.cjs.map +1 -0
- package/lib/intl/locales/vi_vn.json.js +131 -0
- package/lib/intl/locales/vi_vn.json.js.map +1 -0
- package/lib/intl/locales/zh_hans_cn.json.cjs +133 -0
- package/lib/intl/locales/zh_hans_cn.json.cjs.map +1 -0
- package/lib/intl/locales/zh_hans_cn.json.js +131 -0
- package/lib/intl/locales/zh_hans_cn.json.js.map +1 -0
- package/lib/intl/locales/zh_hant_tw.json.cjs +133 -0
- package/lib/intl/locales/zh_hant_tw.json.cjs.map +1 -0
- package/lib/intl/locales/zh_hant_tw.json.js +131 -0
- package/lib/intl/locales/zh_hant_tw.json.js.map +1 -0
- package/lib/intl/useIntl.cjs.map +1 -1
- package/lib/intl/useIntl.d.ts +3 -3
- package/lib/intl/useIntl.js.map +1 -1
- package/metadata.json +1 -1
- package/package.json +2 -1
- package/lib/intl/locales/en_us.cjs +0 -135
- package/lib/intl/locales/en_us.cjs.map +0 -1
- package/lib/intl/locales/en_us.d.ts +0 -128
- package/lib/intl/locales/en_us.js +0 -133
- package/lib/intl/locales/en_us.js.map +0 -1
- package/lib/intl/locales/id_id.cjs +0 -135
- package/lib/intl/locales/id_id.cjs.map +0 -1
- package/lib/intl/locales/id_id.d.ts +0 -128
- package/lib/intl/locales/id_id.js +0 -133
- package/lib/intl/locales/id_id.js.map +0 -1
- package/lib/intl/locales/ja_easy.cjs +0 -135
- package/lib/intl/locales/ja_easy.cjs.map +0 -1
- package/lib/intl/locales/ja_easy.d.ts +0 -128
- package/lib/intl/locales/ja_easy.js +0 -133
- package/lib/intl/locales/ja_easy.js.map +0 -1
- package/lib/intl/locales/ko_kr.cjs +0 -135
- package/lib/intl/locales/ko_kr.cjs.map +0 -1
- package/lib/intl/locales/ko_kr.d.ts +0 -128
- package/lib/intl/locales/ko_kr.js +0 -133
- package/lib/intl/locales/ko_kr.js.map +0 -1
- package/lib/intl/locales/pt_br.cjs +0 -135
- package/lib/intl/locales/pt_br.cjs.map +0 -1
- package/lib/intl/locales/pt_br.d.ts +0 -128
- package/lib/intl/locales/pt_br.js +0 -133
- package/lib/intl/locales/pt_br.js.map +0 -1
- package/lib/intl/locales/vi_vn.cjs +0 -135
- package/lib/intl/locales/vi_vn.cjs.map +0 -1
- package/lib/intl/locales/vi_vn.d.ts +0 -128
- package/lib/intl/locales/vi_vn.js +0 -133
- package/lib/intl/locales/vi_vn.js.map +0 -1
- package/lib/intl/locales/zh_hans_cn.cjs +0 -135
- package/lib/intl/locales/zh_hans_cn.cjs.map +0 -1
- package/lib/intl/locales/zh_hans_cn.d.ts +0 -128
- package/lib/intl/locales/zh_hans_cn.js +0 -133
- package/lib/intl/locales/zh_hans_cn.js.map +0 -1
- package/lib/intl/locales/zh_hant_tw.cjs +0 -135
- package/lib/intl/locales/zh_hant_tw.cjs.map +0 -1
- package/lib/intl/locales/zh_hant_tw.d.ts +0 -128
- package/lib/intl/locales/zh_hant_tw.js +0 -133
- package/lib/intl/locales/zh_hant_tw.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smarthr-ui",
|
|
3
3
|
"description": "SmartHR ui components built with React.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "97.0.0",
|
|
5
5
|
"author": "SmartHR-UI Team",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"@babel/preset-react": "^7.27.1",
|
|
28
28
|
"@babel/preset-typescript": "^7.27.1",
|
|
29
29
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
30
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
30
31
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
31
32
|
"@rollup/plugin-replace": "^6.0.3",
|
|
32
33
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている
|
|
4
|
-
// prettier-ignore
|
|
5
|
-
const locale = {
|
|
6
|
-
'smarthr-ui/common/language': 'English',
|
|
7
|
-
'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',
|
|
8
|
-
'smarthr-ui/AppHeader/school': 'SmartHR School',
|
|
9
|
-
'smarthr-ui/AppHeader/help': 'Help',
|
|
10
|
-
'smarthr-ui/AppHeader/userSettings': 'Personal Settings',
|
|
11
|
-
'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',
|
|
12
|
-
'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',
|
|
13
|
-
'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',
|
|
14
|
-
'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',
|
|
15
|
-
'smarthr-ui/AppHeader/MobileHeader/account': 'Account',
|
|
16
|
-
'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',
|
|
17
|
-
'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',
|
|
18
|
-
'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',
|
|
19
|
-
'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',
|
|
20
|
-
'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',
|
|
21
|
-
'smarthr-ui/AppHeader/MobileHeader/back': 'Back',
|
|
22
|
-
'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',
|
|
23
|
-
'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',
|
|
24
|
-
'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',
|
|
25
|
-
'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',
|
|
26
|
-
'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',
|
|
27
|
-
'smarthr-ui/AppHeader/Launcher/listText': 'App List',
|
|
28
|
-
'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',
|
|
29
|
-
'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',
|
|
30
|
-
'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',
|
|
31
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',
|
|
32
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',
|
|
33
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',
|
|
34
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',
|
|
35
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',
|
|
36
|
-
'smarthr-ui/AppLauncher/showAllText': 'View all',
|
|
37
|
-
'smarthr-ui/AppLauncher/triggerLabel': 'Apps',
|
|
38
|
-
'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',
|
|
39
|
-
'smarthr-ui/Browser/notFoundTitle': 'No items found.',
|
|
40
|
-
'smarthr-ui/Button/loading': 'In Progress',
|
|
41
|
-
'smarthr-ui/Calendar/currentYear': 'Current year',
|
|
42
|
-
'smarthr-ui/Calendar/nextMonth': 'Next month',
|
|
43
|
-
'smarthr-ui/Calendar/previousMonth': 'Previous month',
|
|
44
|
-
'smarthr-ui/Calendar/selectYear': 'Select year',
|
|
45
|
-
'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',
|
|
46
|
-
'smarthr-ui/Combobox/loadingText': 'In Progress',
|
|
47
|
-
'smarthr-ui/Combobox/noResultsText': 'No matching results found.',
|
|
48
|
-
'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',
|
|
49
|
-
'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',
|
|
50
|
-
'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',
|
|
51
|
-
'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',
|
|
52
|
-
'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',
|
|
53
|
-
'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',
|
|
54
|
-
'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',
|
|
55
|
-
'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',
|
|
56
|
-
'smarthr-ui/FilterDropdown/applyText': 'Apply',
|
|
57
|
-
'smarthr-ui/FilterDropdown/cancelText': 'Cancel',
|
|
58
|
-
'smarthr-ui/FilterDropdown/resetText': 'Clear filters',
|
|
59
|
-
'smarthr-ui/FilterDropdown/status': 'Filters applied',
|
|
60
|
-
'smarthr-ui/FilterDropdown/triggerText': 'Filter',
|
|
61
|
-
'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',
|
|
62
|
-
'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',
|
|
63
|
-
'smarthr-ui/InformationPanel/openButtonLabel': 'Open',
|
|
64
|
-
'smarthr-ui/InputFile/destroy': 'Delete',
|
|
65
|
-
'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',
|
|
66
|
-
'smarthr-ui/Loader/alt': 'In Progress',
|
|
67
|
-
'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',
|
|
68
|
-
'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',
|
|
69
|
-
'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',
|
|
70
|
-
'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Can be dragged',
|
|
71
|
-
'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Can be moved up, down, left, or right using arrow keys',
|
|
72
|
-
'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '{top}px from top, {left}px from left',
|
|
73
|
-
'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',
|
|
74
|
-
'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',
|
|
75
|
-
'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',
|
|
76
|
-
'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',
|
|
77
|
-
'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',
|
|
78
|
-
'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',
|
|
79
|
-
'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',
|
|
80
|
-
'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',
|
|
81
|
-
'smarthr-ui/Pagination/navigationLabel': 'Pagination',
|
|
82
|
-
'smarthr-ui/RequiredLabel/text': 'Required',
|
|
83
|
-
'smarthr-ui/SearchInput/iconAlt': 'Search',
|
|
84
|
-
'smarthr-ui/SideMenu/navigationLabel': 'Sidebar',
|
|
85
|
-
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',
|
|
86
|
-
'smarthr-ui/SortDropdown/applyText': 'Apply',
|
|
87
|
-
'smarthr-ui/SortDropdown/ascLabel': 'Ascending',
|
|
88
|
-
'smarthr-ui/SortDropdown/cancelText': 'Cancel',
|
|
89
|
-
'smarthr-ui/SortDropdown/descLabel': 'Descending',
|
|
90
|
-
'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',
|
|
91
|
-
'smarthr-ui/SortDropdown/sortOrderLegend': 'Order',
|
|
92
|
-
'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',
|
|
93
|
-
'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',
|
|
94
|
-
'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',
|
|
95
|
-
'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',
|
|
96
|
-
'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',
|
|
97
|
-
'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',
|
|
98
|
-
'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',
|
|
99
|
-
'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',
|
|
100
|
-
'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',
|
|
101
|
-
'smarthr-ui/Th/sortDirectionAsc': 'Ascending',
|
|
102
|
-
'smarthr-ui/Th/sortDirectionDesc': 'Descending',
|
|
103
|
-
'smarthr-ui/Th/sortDirectionNone': 'No sorting',
|
|
104
|
-
'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',
|
|
105
|
-
'smarthr-ui/ThCheckbox/checkColumnName': 'Select',
|
|
106
|
-
'smarthr-ui/ErrorScreen/homeLink': 'Back to Home',
|
|
107
|
-
'smarthr-ui/ErrorScreen/smarthrLink': 'Back to SmartHR',
|
|
108
|
-
'smarthr-ui/AuthErrorScreen/title': 'Authentication Issue',
|
|
109
|
-
'smarthr-ui/ForbiddenErrorScreen/title': 'You don’t have permission to view this page',
|
|
110
|
-
'smarthr-ui/ForbiddenErrorScreen/description': 'For more details, please contact the administrator at your company.',
|
|
111
|
-
'smarthr-ui/NotFoundErrorScreen/title': 'Page Not Found',
|
|
112
|
-
'smarthr-ui/NotFoundErrorScreen/description': 'The page you are looking for is temporarily unavailable, or it may have been moved or deleted.',
|
|
113
|
-
'smarthr-ui/UnauthorizedErrorScreen/title': 'Logged Out Due to Inactivity',
|
|
114
|
-
'smarthr-ui/UnauthorizedErrorScreen/description1': 'You have been automatically logged out due to inactivity.',
|
|
115
|
-
'smarthr-ui/UnauthorizedErrorScreen/description2': 'Please log in again to access the requested page.',
|
|
116
|
-
'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Log in again',
|
|
117
|
-
'smarthr-ui/UnexpectedErrorScreen/title': 'Unexpected Error',
|
|
118
|
-
'smarthr-ui/UnexpectedErrorScreen/apology': 'We apologize for the inconvenience.',
|
|
119
|
-
'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.',
|
|
120
|
-
'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'We apologize for the trouble. Please try the following:',
|
|
121
|
-
'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Wait a moment, then try again.',
|
|
122
|
-
'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.',
|
|
123
|
-
'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'If the issues is not resolved, try the steps below:',
|
|
124
|
-
'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Check if you’re using a recommended browser/settings (see {environmentLink})',
|
|
125
|
-
'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.',
|
|
126
|
-
'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}.',
|
|
127
|
-
'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}.',
|
|
128
|
-
'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Maintenance & Service Alerts',
|
|
129
|
-
'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR system requirements',
|
|
130
|
-
'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. How do I clear my browser’s cookies and cache?',
|
|
131
|
-
'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Information needed to investigate the error',
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
exports.locale = locale;
|
|
135
|
-
//# sourceMappingURL=en_us.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"en_us.cjs","sources":["../../../src/intl/locales/en_us.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'English',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Help',\n 'smarthr-ui/AppHeader/userSettings': 'Personal Settings',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Account',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Back',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',\n 'smarthr-ui/AppHeader/Launcher/listText': 'App List',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'View all',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Apps',\n 'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',\n 'smarthr-ui/Browser/notFoundTitle': 'No items found.',\n 'smarthr-ui/Button/loading': 'In Progress',\n 'smarthr-ui/Calendar/currentYear': 'Current year',\n 'smarthr-ui/Calendar/nextMonth': 'Next month',\n 'smarthr-ui/Calendar/previousMonth': 'Previous month',\n 'smarthr-ui/Calendar/selectYear': 'Select year',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'In Progress',\n 'smarthr-ui/Combobox/noResultsText': 'No matching results found.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',\n 'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',\n 'smarthr-ui/FilterDropdown/applyText': 'Apply',\n 'smarthr-ui/FilterDropdown/cancelText': 'Cancel',\n 'smarthr-ui/FilterDropdown/resetText': 'Clear filters',\n 'smarthr-ui/FilterDropdown/status': 'Filters applied',\n 'smarthr-ui/FilterDropdown/triggerText': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Open',\n 'smarthr-ui/InputFile/destroy': 'Delete',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',\n 'smarthr-ui/Loader/alt': 'In Progress',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Can be dragged',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Can be moved up, down, left, or right using arrow keys',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '{top}px from top, {left}px from left',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Pagination',\n 'smarthr-ui/RequiredLabel/text': 'Required',\n 'smarthr-ui/SearchInput/iconAlt': 'Search',\n 'smarthr-ui/SideMenu/navigationLabel': 'Sidebar',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',\n 'smarthr-ui/SortDropdown/applyText': 'Apply',\n 'smarthr-ui/SortDropdown/ascLabel': 'Ascending',\n 'smarthr-ui/SortDropdown/cancelText': 'Cancel',\n 'smarthr-ui/SortDropdown/descLabel': 'Descending',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',\n 'smarthr-ui/SortDropdown/sortOrderLegend': 'Order',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',\n 'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',\n 'smarthr-ui/Th/sortDirectionAsc': 'Ascending',\n 'smarthr-ui/Th/sortDirectionDesc': 'Descending',\n 'smarthr-ui/Th/sortDirectionNone': 'No sorting',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Select',\n 'smarthr-ui/ErrorScreen/homeLink': 'Back to Home',\n 'smarthr-ui/ErrorScreen/smarthrLink': 'Back to SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': 'Authentication Issue',\n 'smarthr-ui/ForbiddenErrorScreen/title': 'You don’t have permission to view this page',\n 'smarthr-ui/ForbiddenErrorScreen/description': 'For more details, please contact the administrator at your company.',\n 'smarthr-ui/NotFoundErrorScreen/title': 'Page Not Found',\n 'smarthr-ui/NotFoundErrorScreen/description': 'The page you are looking for is temporarily unavailable, or it may have been moved or deleted.',\n 'smarthr-ui/UnauthorizedErrorScreen/title': 'Logged Out Due to Inactivity',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': 'You have been automatically logged out due to inactivity.',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Please log in again to access the requested page.',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Log in again',\n 'smarthr-ui/UnexpectedErrorScreen/title': 'Unexpected Error',\n 'smarthr-ui/UnexpectedErrorScreen/apology': 'We apologize for the inconvenience.',\n '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.',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'We apologize for the trouble. Please try the following:',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Wait a moment, then try again.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'If the issues is not resolved, try the steps below:',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Check if you’re using a recommended browser/settings (see {environmentLink})',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.',\n '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}.',\n '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}.',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Maintenance & Service Alerts',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR system requirements',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. How do I clear my browser’s cookies and cache?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Information needed to investigate the error',\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': "English";
|
|
3
|
-
readonly 'smarthr-ui/ActionDialog/closeButtonLabel': "Cancel";
|
|
4
|
-
readonly 'smarthr-ui/AppHeader/school': "SmartHR School";
|
|
5
|
-
readonly 'smarthr-ui/AppHeader/help': "Help";
|
|
6
|
-
readonly 'smarthr-ui/AppHeader/userSettings': "Personal Settings";
|
|
7
|
-
readonly 'smarthr-ui/AppHeader/releaseNotes': "Release Notes";
|
|
8
|
-
readonly 'smarthr-ui/AppHeader/releaseNotesLoadError': "Failed to load the release notes. Please try again later.";
|
|
9
|
-
readonly 'smarthr-ui/AppHeader/seeAllReleaseNotes': "View all release notes";
|
|
10
|
-
readonly 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': "Apps";
|
|
11
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/account': "Account";
|
|
12
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/openMenu': "Open menu";
|
|
13
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenu': "Close menu";
|
|
14
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/allAppButton': "All Apps";
|
|
15
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/managementMenu': "Admin Menu";
|
|
16
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': "Latest Release Notes";
|
|
17
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/back': "Back";
|
|
18
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': "Open";
|
|
19
|
-
readonly 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': "Close";
|
|
20
|
-
readonly 'smarthr-ui/AppHeader/Launcher/searchInputTitle': "Enter the name of the App.";
|
|
21
|
-
readonly 'smarthr-ui/AppHeader/Launcher/favoriteModeText': "Favorite Apps";
|
|
22
|
-
readonly 'smarthr-ui/AppHeader/Launcher/allModeText': "All Apps";
|
|
23
|
-
readonly 'smarthr-ui/AppHeader/Launcher/listText': "App List";
|
|
24
|
-
readonly 'smarthr-ui/AppHeader/Launcher/helpText': "About Favorite Apps";
|
|
25
|
-
readonly 'smarthr-ui/AppHeader/Launcher/searchResultText': "Search results";
|
|
26
|
-
readonly 'smarthr-ui/AppHeader/Launcher/emptyText': "App not found.";
|
|
27
|
-
readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': "Sort by";
|
|
28
|
-
readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': "Selected";
|
|
29
|
-
readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': "Default order";
|
|
30
|
-
readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': "App name (A→Z)";
|
|
31
|
-
readonly 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': "App name (Z→A)";
|
|
32
|
-
readonly 'smarthr-ui/AppLauncher/showAllText': "View all";
|
|
33
|
-
readonly 'smarthr-ui/AppLauncher/triggerLabel': "Apps";
|
|
34
|
-
readonly 'smarthr-ui/Browser/notFoundDescription': "Try changing the filter criteria.";
|
|
35
|
-
readonly 'smarthr-ui/Browser/notFoundTitle': "No items found.";
|
|
36
|
-
readonly 'smarthr-ui/Button/loading': "In Progress";
|
|
37
|
-
readonly 'smarthr-ui/Calendar/currentYear': "Current year";
|
|
38
|
-
readonly 'smarthr-ui/Calendar/nextMonth': "Next month";
|
|
39
|
-
readonly 'smarthr-ui/Calendar/previousMonth': "Previous month";
|
|
40
|
-
readonly 'smarthr-ui/Calendar/selectYear': "Select year";
|
|
41
|
-
readonly 'smarthr-ui/Combobox/addItemButtonLabel': "Add “{name}”";
|
|
42
|
-
readonly 'smarthr-ui/Combobox/loadingText': "In Progress";
|
|
43
|
-
readonly 'smarthr-ui/Combobox/noResultsText': "No matching results found.";
|
|
44
|
-
readonly 'smarthr-ui/DropdownMenuButton/triggerActive': "Hide options";
|
|
45
|
-
readonly 'smarthr-ui/DropdownMenuButton/triggerInactive': "Show options";
|
|
46
|
-
readonly 'smarthr-ui/DropZone/selectButtonLabel': "Choose file to upload";
|
|
47
|
-
readonly 'smarthr-ui/FileViewer/rotateAlt': "Rotate Left";
|
|
48
|
-
readonly 'smarthr-ui/FileViewer/scaleDownAlt': "Zoom Out";
|
|
49
|
-
readonly 'smarthr-ui/FileViewer/scaleRateLabel': "Zoom Factor (%)";
|
|
50
|
-
readonly 'smarthr-ui/FileViewer/scaleUpAlt': "Zoom In";
|
|
51
|
-
readonly 'smarthr-ui/FileViewer/unsupportedFileText': "Unsupported file format.";
|
|
52
|
-
readonly 'smarthr-ui/FilterDropdown/applyText': "Apply";
|
|
53
|
-
readonly 'smarthr-ui/FilterDropdown/cancelText': "Cancel";
|
|
54
|
-
readonly 'smarthr-ui/FilterDropdown/resetText': "Clear filters";
|
|
55
|
-
readonly 'smarthr-ui/FilterDropdown/status': "Filters applied";
|
|
56
|
-
readonly 'smarthr-ui/FilterDropdown/triggerText': "Filter";
|
|
57
|
-
readonly 'smarthr-ui/FormDialog/closeButtonLabel': "Cancel";
|
|
58
|
-
readonly 'smarthr-ui/InformationPanel/closeButtonLabel': "Close";
|
|
59
|
-
readonly 'smarthr-ui/InformationPanel/openButtonLabel': "Open";
|
|
60
|
-
readonly 'smarthr-ui/InputFile/destroy': "Delete";
|
|
61
|
-
readonly 'smarthr-ui/LanguageSwitcher/checkIconAlt': "Selected";
|
|
62
|
-
readonly 'smarthr-ui/Loader/alt': "In Progress";
|
|
63
|
-
readonly 'smarthr-ui/MessageDialog/closeButtonLabel': "Close";
|
|
64
|
-
readonly 'smarthr-ui/ModelessDialog/closeButtonIconAlt': "Close";
|
|
65
|
-
readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': "Dialog position";
|
|
66
|
-
readonly 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': "Can be dragged";
|
|
67
|
-
readonly 'smarthr-ui/ModelessDialog/dialogHandlerDescription': "Can be moved up, down, left, or right using arrow keys";
|
|
68
|
-
readonly 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': "{top}px from top, {left}px from left";
|
|
69
|
-
readonly 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ": remove";
|
|
70
|
-
readonly 'smarthr-ui/MultiCombobox/selectedListAriaLabel': "Selected items";
|
|
71
|
-
readonly 'smarthr-ui/NotificationBar/closeButtonIconAlt': "Close";
|
|
72
|
-
readonly 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': "First";
|
|
73
|
-
readonly 'smarthr-ui/Pagination/controllerItemButtonLastLabel': "Last";
|
|
74
|
-
readonly 'smarthr-ui/Pagination/controllerItemButtonNextLabel': "Next";
|
|
75
|
-
readonly 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': "Previous";
|
|
76
|
-
readonly 'smarthr-ui/Pagination/itemButtonLabel': "Page {page}";
|
|
77
|
-
readonly 'smarthr-ui/Pagination/navigationLabel': "Pagination";
|
|
78
|
-
readonly 'smarthr-ui/RequiredLabel/text': "Required";
|
|
79
|
-
readonly 'smarthr-ui/SearchInput/iconAlt': "Search";
|
|
80
|
-
readonly 'smarthr-ui/SideMenu/navigationLabel': "Sidebar";
|
|
81
|
-
readonly 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': "Clear";
|
|
82
|
-
readonly 'smarthr-ui/SortDropdown/applyText': "Apply";
|
|
83
|
-
readonly 'smarthr-ui/SortDropdown/ascLabel': "Ascending";
|
|
84
|
-
readonly 'smarthr-ui/SortDropdown/cancelText': "Cancel";
|
|
85
|
-
readonly 'smarthr-ui/SortDropdown/descLabel': "Descending";
|
|
86
|
-
readonly 'smarthr-ui/SortDropdown/sortFieldLabel': "Sort items";
|
|
87
|
-
readonly 'smarthr-ui/SortDropdown/sortOrderLegend': "Order";
|
|
88
|
-
readonly 'smarthr-ui/StepFormDialog/backButtonLabel': "Back";
|
|
89
|
-
readonly 'smarthr-ui/StepFormDialog/closeButtonLabel': "Cancel";
|
|
90
|
-
readonly 'smarthr-ui/StepFormDialog/nextButtonLabel': "Next";
|
|
91
|
-
readonly 'smarthr-ui/StepStatusIcon/closedAlt': "Interrupted";
|
|
92
|
-
readonly 'smarthr-ui/StepStatusIcon/completedAlt': "Completed";
|
|
93
|
-
readonly 'smarthr-ui/Textarea/availableLetters': "{availableLetters} characters left";
|
|
94
|
-
readonly 'smarthr-ui/Textarea/maxLettersExceeded': "{exceededLetters} characters over limit";
|
|
95
|
-
readonly 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': "Maximum {maxLetters} characters";
|
|
96
|
-
readonly 'smarthr-ui/OpenInNewTabIcon/openInNewTab': "Open in another tab";
|
|
97
|
-
readonly 'smarthr-ui/Th/sortDirectionAsc': "Ascending";
|
|
98
|
-
readonly 'smarthr-ui/Th/sortDirectionDesc': "Descending";
|
|
99
|
-
readonly 'smarthr-ui/Th/sortDirectionNone': "No sorting";
|
|
100
|
-
readonly 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': "Select/Deselect All";
|
|
101
|
-
readonly 'smarthr-ui/ThCheckbox/checkColumnName': "Select";
|
|
102
|
-
readonly 'smarthr-ui/ErrorScreen/homeLink': "Back to Home";
|
|
103
|
-
readonly 'smarthr-ui/ErrorScreen/smarthrLink': "Back to SmartHR";
|
|
104
|
-
readonly 'smarthr-ui/AuthErrorScreen/title': "Authentication Issue";
|
|
105
|
-
readonly 'smarthr-ui/ForbiddenErrorScreen/title': "You don’t have permission to view this page";
|
|
106
|
-
readonly 'smarthr-ui/ForbiddenErrorScreen/description': "For more details, please contact the administrator at your company.";
|
|
107
|
-
readonly 'smarthr-ui/NotFoundErrorScreen/title': "Page Not Found";
|
|
108
|
-
readonly 'smarthr-ui/NotFoundErrorScreen/description': "The page you are looking for is temporarily unavailable, or it may have been moved or deleted.";
|
|
109
|
-
readonly 'smarthr-ui/UnauthorizedErrorScreen/title': "Logged Out Due to Inactivity";
|
|
110
|
-
readonly 'smarthr-ui/UnauthorizedErrorScreen/description1': "You have been automatically logged out due to inactivity.";
|
|
111
|
-
readonly 'smarthr-ui/UnauthorizedErrorScreen/description2': "Please log in again to access the requested page.";
|
|
112
|
-
readonly 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': "Log in again";
|
|
113
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/title': "Unexpected Error";
|
|
114
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/apology': "We apologize for the inconvenience.";
|
|
115
|
-
readonly '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
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': "We apologize for the trouble. Please try the following:";
|
|
117
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem1': "Wait a moment, then try again.";
|
|
118
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/retryItem2': "Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.";
|
|
119
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': "If the issues is not resolved, try the steps below:";
|
|
120
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem1': "Check if you’re using a recommended browser/settings (see {environmentLink})";
|
|
121
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/checkItem2': "Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.";
|
|
122
|
-
readonly '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
|
-
readonly '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
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': "Maintenance & Service Alerts";
|
|
125
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/environmentLink': "SmartHR system requirements";
|
|
126
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': "Q. How do I clear my browser’s cookies and cache?";
|
|
127
|
-
readonly 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': "Information needed to investigate the error";
|
|
128
|
-
};
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている
|
|
2
|
-
// prettier-ignore
|
|
3
|
-
const locale = {
|
|
4
|
-
'smarthr-ui/common/language': 'English',
|
|
5
|
-
'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',
|
|
6
|
-
'smarthr-ui/AppHeader/school': 'SmartHR School',
|
|
7
|
-
'smarthr-ui/AppHeader/help': 'Help',
|
|
8
|
-
'smarthr-ui/AppHeader/userSettings': 'Personal Settings',
|
|
9
|
-
'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',
|
|
10
|
-
'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',
|
|
11
|
-
'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',
|
|
12
|
-
'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',
|
|
13
|
-
'smarthr-ui/AppHeader/MobileHeader/account': 'Account',
|
|
14
|
-
'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',
|
|
15
|
-
'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',
|
|
16
|
-
'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',
|
|
17
|
-
'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',
|
|
18
|
-
'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',
|
|
19
|
-
'smarthr-ui/AppHeader/MobileHeader/back': 'Back',
|
|
20
|
-
'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',
|
|
21
|
-
'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',
|
|
22
|
-
'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',
|
|
23
|
-
'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',
|
|
24
|
-
'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',
|
|
25
|
-
'smarthr-ui/AppHeader/Launcher/listText': 'App List',
|
|
26
|
-
'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',
|
|
27
|
-
'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',
|
|
28
|
-
'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',
|
|
29
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',
|
|
30
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',
|
|
31
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',
|
|
32
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',
|
|
33
|
-
'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',
|
|
34
|
-
'smarthr-ui/AppLauncher/showAllText': 'View all',
|
|
35
|
-
'smarthr-ui/AppLauncher/triggerLabel': 'Apps',
|
|
36
|
-
'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',
|
|
37
|
-
'smarthr-ui/Browser/notFoundTitle': 'No items found.',
|
|
38
|
-
'smarthr-ui/Button/loading': 'In Progress',
|
|
39
|
-
'smarthr-ui/Calendar/currentYear': 'Current year',
|
|
40
|
-
'smarthr-ui/Calendar/nextMonth': 'Next month',
|
|
41
|
-
'smarthr-ui/Calendar/previousMonth': 'Previous month',
|
|
42
|
-
'smarthr-ui/Calendar/selectYear': 'Select year',
|
|
43
|
-
'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',
|
|
44
|
-
'smarthr-ui/Combobox/loadingText': 'In Progress',
|
|
45
|
-
'smarthr-ui/Combobox/noResultsText': 'No matching results found.',
|
|
46
|
-
'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',
|
|
47
|
-
'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',
|
|
48
|
-
'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',
|
|
49
|
-
'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',
|
|
50
|
-
'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',
|
|
51
|
-
'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',
|
|
52
|
-
'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',
|
|
53
|
-
'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',
|
|
54
|
-
'smarthr-ui/FilterDropdown/applyText': 'Apply',
|
|
55
|
-
'smarthr-ui/FilterDropdown/cancelText': 'Cancel',
|
|
56
|
-
'smarthr-ui/FilterDropdown/resetText': 'Clear filters',
|
|
57
|
-
'smarthr-ui/FilterDropdown/status': 'Filters applied',
|
|
58
|
-
'smarthr-ui/FilterDropdown/triggerText': 'Filter',
|
|
59
|
-
'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',
|
|
60
|
-
'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',
|
|
61
|
-
'smarthr-ui/InformationPanel/openButtonLabel': 'Open',
|
|
62
|
-
'smarthr-ui/InputFile/destroy': 'Delete',
|
|
63
|
-
'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',
|
|
64
|
-
'smarthr-ui/Loader/alt': 'In Progress',
|
|
65
|
-
'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',
|
|
66
|
-
'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',
|
|
67
|
-
'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',
|
|
68
|
-
'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Can be dragged',
|
|
69
|
-
'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Can be moved up, down, left, or right using arrow keys',
|
|
70
|
-
'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '{top}px from top, {left}px from left',
|
|
71
|
-
'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',
|
|
72
|
-
'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',
|
|
73
|
-
'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',
|
|
74
|
-
'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',
|
|
75
|
-
'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',
|
|
76
|
-
'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',
|
|
77
|
-
'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',
|
|
78
|
-
'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',
|
|
79
|
-
'smarthr-ui/Pagination/navigationLabel': 'Pagination',
|
|
80
|
-
'smarthr-ui/RequiredLabel/text': 'Required',
|
|
81
|
-
'smarthr-ui/SearchInput/iconAlt': 'Search',
|
|
82
|
-
'smarthr-ui/SideMenu/navigationLabel': 'Sidebar',
|
|
83
|
-
'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',
|
|
84
|
-
'smarthr-ui/SortDropdown/applyText': 'Apply',
|
|
85
|
-
'smarthr-ui/SortDropdown/ascLabel': 'Ascending',
|
|
86
|
-
'smarthr-ui/SortDropdown/cancelText': 'Cancel',
|
|
87
|
-
'smarthr-ui/SortDropdown/descLabel': 'Descending',
|
|
88
|
-
'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',
|
|
89
|
-
'smarthr-ui/SortDropdown/sortOrderLegend': 'Order',
|
|
90
|
-
'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',
|
|
91
|
-
'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',
|
|
92
|
-
'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',
|
|
93
|
-
'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',
|
|
94
|
-
'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',
|
|
95
|
-
'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',
|
|
96
|
-
'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',
|
|
97
|
-
'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',
|
|
98
|
-
'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',
|
|
99
|
-
'smarthr-ui/Th/sortDirectionAsc': 'Ascending',
|
|
100
|
-
'smarthr-ui/Th/sortDirectionDesc': 'Descending',
|
|
101
|
-
'smarthr-ui/Th/sortDirectionNone': 'No sorting',
|
|
102
|
-
'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',
|
|
103
|
-
'smarthr-ui/ThCheckbox/checkColumnName': 'Select',
|
|
104
|
-
'smarthr-ui/ErrorScreen/homeLink': 'Back to Home',
|
|
105
|
-
'smarthr-ui/ErrorScreen/smarthrLink': 'Back to SmartHR',
|
|
106
|
-
'smarthr-ui/AuthErrorScreen/title': 'Authentication Issue',
|
|
107
|
-
'smarthr-ui/ForbiddenErrorScreen/title': 'You don’t have permission to view this page',
|
|
108
|
-
'smarthr-ui/ForbiddenErrorScreen/description': 'For more details, please contact the administrator at your company.',
|
|
109
|
-
'smarthr-ui/NotFoundErrorScreen/title': 'Page Not Found',
|
|
110
|
-
'smarthr-ui/NotFoundErrorScreen/description': 'The page you are looking for is temporarily unavailable, or it may have been moved or deleted.',
|
|
111
|
-
'smarthr-ui/UnauthorizedErrorScreen/title': 'Logged Out Due to Inactivity',
|
|
112
|
-
'smarthr-ui/UnauthorizedErrorScreen/description1': 'You have been automatically logged out due to inactivity.',
|
|
113
|
-
'smarthr-ui/UnauthorizedErrorScreen/description2': 'Please log in again to access the requested page.',
|
|
114
|
-
'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Log in again',
|
|
115
|
-
'smarthr-ui/UnexpectedErrorScreen/title': 'Unexpected Error',
|
|
116
|
-
'smarthr-ui/UnexpectedErrorScreen/apology': 'We apologize for the inconvenience.',
|
|
117
|
-
'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.',
|
|
118
|
-
'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'We apologize for the trouble. Please try the following:',
|
|
119
|
-
'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Wait a moment, then try again.',
|
|
120
|
-
'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.',
|
|
121
|
-
'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'If the issues is not resolved, try the steps below:',
|
|
122
|
-
'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Check if you’re using a recommended browser/settings (see {environmentLink})',
|
|
123
|
-
'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.',
|
|
124
|
-
'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}.',
|
|
125
|
-
'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}.',
|
|
126
|
-
'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Maintenance & Service Alerts',
|
|
127
|
-
'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR system requirements',
|
|
128
|
-
'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. How do I clear my browser’s cookies and cache?',
|
|
129
|
-
'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Information needed to investigate the error',
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
export { locale };
|
|
133
|
-
//# sourceMappingURL=en_us.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"en_us.js","sources":["../../../src/intl/locales/en_us.ts"],"sourcesContent":["import type { locale as ja } from './ja'\n\n// キーと値の間に改行が入ると翻訳システムと連携できなくなるため、prettier-ignoreしている\n// prettier-ignore\nexport const locale = {\n 'smarthr-ui/common/language': 'English',\n 'smarthr-ui/ActionDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/AppHeader/school': 'SmartHR School',\n 'smarthr-ui/AppHeader/help': 'Help',\n 'smarthr-ui/AppHeader/userSettings': 'Personal Settings',\n 'smarthr-ui/AppHeader/releaseNotes': 'Release Notes',\n 'smarthr-ui/AppHeader/releaseNotesLoadError': 'Failed to load the release notes. Please try again later.',\n 'smarthr-ui/AppHeader/seeAllReleaseNotes': 'View all release notes',\n 'smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel': 'Apps',\n 'smarthr-ui/AppHeader/MobileHeader/account': 'Account',\n 'smarthr-ui/AppHeader/MobileHeader/openMenu': 'Open menu',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenu': 'Close menu',\n 'smarthr-ui/AppHeader/MobileHeader/allAppButton': 'All Apps',\n 'smarthr-ui/AppHeader/MobileHeader/managementMenu': 'Admin Menu',\n 'smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes': 'Latest Release Notes',\n 'smarthr-ui/AppHeader/MobileHeader/back': 'Back',\n 'smarthr-ui/AppHeader/MobileHeader/openMenuAccordion': 'Open',\n 'smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion': 'Close',\n 'smarthr-ui/AppHeader/Launcher/searchInputTitle': 'Enter the name of the App.',\n 'smarthr-ui/AppHeader/Launcher/favoriteModeText': 'Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/allModeText': 'All Apps',\n 'smarthr-ui/AppHeader/Launcher/listText': 'App List',\n 'smarthr-ui/AppHeader/Launcher/helpText': 'About Favorite Apps',\n 'smarthr-ui/AppHeader/Launcher/searchResultText': 'Search results',\n 'smarthr-ui/AppHeader/Launcher/emptyText': 'App not found.',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownLabel': 'Sort by',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownSelected': 'Selected',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault': 'Default order',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc': 'App name (A→Z)',\n 'smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc': 'App name (Z→A)',\n 'smarthr-ui/AppLauncher/showAllText': 'View all',\n 'smarthr-ui/AppLauncher/triggerLabel': 'Apps',\n 'smarthr-ui/Browser/notFoundDescription': 'Try changing the filter criteria.',\n 'smarthr-ui/Browser/notFoundTitle': 'No items found.',\n 'smarthr-ui/Button/loading': 'In Progress',\n 'smarthr-ui/Calendar/currentYear': 'Current year',\n 'smarthr-ui/Calendar/nextMonth': 'Next month',\n 'smarthr-ui/Calendar/previousMonth': 'Previous month',\n 'smarthr-ui/Calendar/selectYear': 'Select year',\n 'smarthr-ui/Combobox/addItemButtonLabel': 'Add “{name}”',\n 'smarthr-ui/Combobox/loadingText': 'In Progress',\n 'smarthr-ui/Combobox/noResultsText': 'No matching results found.',\n 'smarthr-ui/DropdownMenuButton/triggerActive': 'Hide options',\n 'smarthr-ui/DropdownMenuButton/triggerInactive': 'Show options',\n 'smarthr-ui/DropZone/selectButtonLabel': 'Choose file to upload',\n 'smarthr-ui/FileViewer/rotateAlt': 'Rotate Left',\n 'smarthr-ui/FileViewer/scaleDownAlt': 'Zoom Out',\n 'smarthr-ui/FileViewer/scaleRateLabel': 'Zoom Factor (%)',\n 'smarthr-ui/FileViewer/scaleUpAlt': 'Zoom In',\n 'smarthr-ui/FileViewer/unsupportedFileText': 'Unsupported file format.',\n 'smarthr-ui/FilterDropdown/applyText': 'Apply',\n 'smarthr-ui/FilterDropdown/cancelText': 'Cancel',\n 'smarthr-ui/FilterDropdown/resetText': 'Clear filters',\n 'smarthr-ui/FilterDropdown/status': 'Filters applied',\n 'smarthr-ui/FilterDropdown/triggerText': 'Filter',\n 'smarthr-ui/FormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/InformationPanel/closeButtonLabel': 'Close',\n 'smarthr-ui/InformationPanel/openButtonLabel': 'Open',\n 'smarthr-ui/InputFile/destroy': 'Delete',\n 'smarthr-ui/LanguageSwitcher/checkIconAlt': 'Selected',\n 'smarthr-ui/Loader/alt': 'In Progress',\n 'smarthr-ui/MessageDialog/closeButtonLabel': 'Close',\n 'smarthr-ui/ModelessDialog/closeButtonIconAlt': 'Close',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaLabel': 'Dialog position',\n 'smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription': 'Can be dragged',\n 'smarthr-ui/ModelessDialog/dialogHandlerDescription': 'Can be moved up, down, left, or right using arrow keys',\n 'smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText': '{top}px from top, {left}px from left',\n 'smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix': ': remove',\n 'smarthr-ui/MultiCombobox/selectedListAriaLabel': 'Selected items',\n 'smarthr-ui/NotificationBar/closeButtonIconAlt': 'Close',\n 'smarthr-ui/Pagination/controllerItemButtonFirstLabel': 'First',\n 'smarthr-ui/Pagination/controllerItemButtonLastLabel': 'Last',\n 'smarthr-ui/Pagination/controllerItemButtonNextLabel': 'Next',\n 'smarthr-ui/Pagination/controllerItemButtonPreviousLabel': 'Previous',\n 'smarthr-ui/Pagination/itemButtonLabel': 'Page {page}',\n 'smarthr-ui/Pagination/navigationLabel': 'Pagination',\n 'smarthr-ui/RequiredLabel/text': 'Required',\n 'smarthr-ui/SearchInput/iconAlt': 'Search',\n 'smarthr-ui/SideMenu/navigationLabel': 'Sidebar',\n 'smarthr-ui/SingleCombobox/destroyButtonIconAlt': 'Clear',\n 'smarthr-ui/SortDropdown/applyText': 'Apply',\n 'smarthr-ui/SortDropdown/ascLabel': 'Ascending',\n 'smarthr-ui/SortDropdown/cancelText': 'Cancel',\n 'smarthr-ui/SortDropdown/descLabel': 'Descending',\n 'smarthr-ui/SortDropdown/sortFieldLabel': 'Sort items',\n 'smarthr-ui/SortDropdown/sortOrderLegend': 'Order',\n 'smarthr-ui/StepFormDialog/backButtonLabel': 'Back',\n 'smarthr-ui/StepFormDialog/closeButtonLabel': 'Cancel',\n 'smarthr-ui/StepFormDialog/nextButtonLabel': 'Next',\n 'smarthr-ui/StepStatusIcon/closedAlt': 'Interrupted',\n 'smarthr-ui/StepStatusIcon/completedAlt': 'Completed',\n 'smarthr-ui/Textarea/availableLetters': '{availableLetters} characters left',\n 'smarthr-ui/Textarea/maxLettersExceeded': '{exceededLetters} characters over limit',\n 'smarthr-ui/Textarea/screenReaderMaxLettersDescription': 'Maximum {maxLetters} characters',\n 'smarthr-ui/OpenInNewTabIcon/openInNewTab': 'Open in another tab',\n 'smarthr-ui/Th/sortDirectionAsc': 'Ascending',\n 'smarthr-ui/Th/sortDirectionDesc': 'Descending',\n 'smarthr-ui/Th/sortDirectionNone': 'No sorting',\n 'smarthr-ui/ThCheckbox/checkAllInvisibleLabel': 'Select/Deselect All',\n 'smarthr-ui/ThCheckbox/checkColumnName': 'Select',\n 'smarthr-ui/ErrorScreen/homeLink': 'Back to Home',\n 'smarthr-ui/ErrorScreen/smarthrLink': 'Back to SmartHR',\n 'smarthr-ui/AuthErrorScreen/title': 'Authentication Issue',\n 'smarthr-ui/ForbiddenErrorScreen/title': 'You don’t have permission to view this page',\n 'smarthr-ui/ForbiddenErrorScreen/description': 'For more details, please contact the administrator at your company.',\n 'smarthr-ui/NotFoundErrorScreen/title': 'Page Not Found',\n 'smarthr-ui/NotFoundErrorScreen/description': 'The page you are looking for is temporarily unavailable, or it may have been moved or deleted.',\n 'smarthr-ui/UnauthorizedErrorScreen/title': 'Logged Out Due to Inactivity',\n 'smarthr-ui/UnauthorizedErrorScreen/description1': 'You have been automatically logged out due to inactivity.',\n 'smarthr-ui/UnauthorizedErrorScreen/description2': 'Please log in again to access the requested page.',\n 'smarthr-ui/UnauthorizedErrorScreen/reLoginButton': 'Log in again',\n 'smarthr-ui/UnexpectedErrorScreen/title': 'Unexpected Error',\n 'smarthr-ui/UnexpectedErrorScreen/apology': 'We apologize for the inconvenience.',\n '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.',\n 'smarthr-ui/UnexpectedErrorScreen/pleaseRetry': 'We apologize for the trouble. Please try the following:',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem1': 'Wait a moment, then try again.',\n 'smarthr-ui/UnexpectedErrorScreen/retryItem2': 'Check {maintenanceLink}. Note that the information about maintenance and major system issues may take some time to be posted.',\n 'smarthr-ui/UnexpectedErrorScreen/ifNotResolved': 'If the issues is not resolved, try the steps below:',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem1': 'Check if you’re using a recommended browser/settings (see {environmentLink})',\n 'smarthr-ui/UnexpectedErrorScreen/checkItem2': 'Try clearing your browser’s cookies and cache. For details, see {cookieCacheLink}.',\n '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}.',\n '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}.',\n 'smarthr-ui/UnexpectedErrorScreen/maintenanceLink': 'Maintenance & Service Alerts',\n 'smarthr-ui/UnexpectedErrorScreen/environmentLink': 'SmartHR system requirements',\n 'smarthr-ui/UnexpectedErrorScreen/cookieCacheLink': 'Q. How do I clear my browser’s cookies and cache?',\n 'smarthr-ui/UnexpectedErrorScreen/errorOccursInformation': 'Information needed to investigate the error',\n} as const satisfies Record<keyof typeof ja, string>\n"],"names":[],"mappings":"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"}
|