smarthr-ui 96.1.3 → 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/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
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var idId = {
|
|
4
|
+
"smarthr-ui/common/language": "Bahasa Indonesia",
|
|
5
|
+
"smarthr-ui/ActionDialog/closeButtonLabel": "Batal",
|
|
6
|
+
"smarthr-ui/AppHeader/school": "SmartHR School",
|
|
7
|
+
"smarthr-ui/AppHeader/help": "Bantuan",
|
|
8
|
+
"smarthr-ui/AppHeader/userSettings": "Pengaturan pribadi",
|
|
9
|
+
"smarthr-ui/AppHeader/releaseNotes": "Release note",
|
|
10
|
+
"smarthr-ui/AppHeader/releaseNotesLoadError": "Gagal memuat release note.\nSilakan coba beberapa saat lagi.",
|
|
11
|
+
"smarthr-ui/AppHeader/seeAllReleaseNotes": "Lihat semua release note",
|
|
12
|
+
"smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Aplikasi",
|
|
13
|
+
"smarthr-ui/AppHeader/MobileHeader/account": "Akun",
|
|
14
|
+
"smarthr-ui/AppHeader/MobileHeader/openMenu": "Buka menu",
|
|
15
|
+
"smarthr-ui/AppHeader/MobileHeader/closeMenu": "Tutup menu",
|
|
16
|
+
"smarthr-ui/AppHeader/MobileHeader/allAppButton": "Semua aplikasi",
|
|
17
|
+
"smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu pengelolaan",
|
|
18
|
+
"smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note terkini",
|
|
19
|
+
"smarthr-ui/AppHeader/MobileHeader/back": "Kembali",
|
|
20
|
+
"smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Buka",
|
|
21
|
+
"smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Tutup",
|
|
22
|
+
"smarthr-ui/AppHeader/Launcher/searchInputTitle": "Masukkan nama aplikasi.",
|
|
23
|
+
"smarthr-ui/AppHeader/Launcher/favoriteModeText": "Aplikasi yang sering digunakan",
|
|
24
|
+
"smarthr-ui/AppHeader/Launcher/allModeText": "Semua aplikasi",
|
|
25
|
+
"smarthr-ui/AppHeader/Launcher/listText": "Daftar aplikasi",
|
|
26
|
+
"smarthr-ui/AppHeader/Launcher/helpText": "Tentang aplikasi yang sering digunakan",
|
|
27
|
+
"smarthr-ui/AppHeader/Launcher/searchResultText": "Hasil penelusuran",
|
|
28
|
+
"smarthr-ui/AppHeader/Launcher/emptyText": "Tidak ditemukan aplikasi yang sesuai.",
|
|
29
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Urutkan berdasarkan",
|
|
30
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Dipilih",
|
|
31
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Default",
|
|
32
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Urutkan nama aplikasi A-Z",
|
|
33
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Urutkan nama aplikasi Z-A",
|
|
34
|
+
"smarthr-ui/AppLauncher/showAllText": "Lihat semua",
|
|
35
|
+
"smarthr-ui/AppLauncher/triggerLabel": "Aplikasi",
|
|
36
|
+
"smarthr-ui/Browser/notFoundDescription": "Silakan coba dengan kriteria lain.",
|
|
37
|
+
"smarthr-ui/Browser/notFoundTitle": "Tidak ada item yang sesuai.",
|
|
38
|
+
"smarthr-ui/Button/loading": "Sedang diproses",
|
|
39
|
+
"smarthr-ui/Calendar/currentYear": "Tahun saat ini",
|
|
40
|
+
"smarthr-ui/Calendar/nextMonth": "Ke bulan berikutnya",
|
|
41
|
+
"smarthr-ui/Calendar/previousMonth": "Ke bulan sebelumnya",
|
|
42
|
+
"smarthr-ui/Calendar/selectYear": "Pilih tahun",
|
|
43
|
+
"smarthr-ui/Combobox/addItemButtonLabel": "Tambah “{name}”",
|
|
44
|
+
"smarthr-ui/Combobox/loadingText": "Sedang diproses",
|
|
45
|
+
"smarthr-ui/Combobox/noResultsText": "Tidak ada pilihan yang sesuai.",
|
|
46
|
+
"smarthr-ui/DropdownMenuButton/triggerActive": "Tutup pilihan",
|
|
47
|
+
"smarthr-ui/DropdownMenuButton/triggerInactive": "Buka pilihan",
|
|
48
|
+
"smarthr-ui/DropZone/selectButtonLabel": "Pilih file",
|
|
49
|
+
"smarthr-ui/FileViewer/rotateAlt": "Putar ke kiri",
|
|
50
|
+
"smarthr-ui/FileViewer/scaleDownAlt": "Perkecil",
|
|
51
|
+
"smarthr-ui/FileViewer/scaleRateLabel": "Skala pembesaran",
|
|
52
|
+
"smarthr-ui/FileViewer/scaleUpAlt": "Perbesar",
|
|
53
|
+
"smarthr-ui/FileViewer/unsupportedFileText": "Format file tidak didukung.",
|
|
54
|
+
"smarthr-ui/FilterDropdown/applyText": "Terapkan",
|
|
55
|
+
"smarthr-ui/FilterDropdown/cancelText": "Batal",
|
|
56
|
+
"smarthr-ui/FilterDropdown/resetText": "Hapus kriteria filter",
|
|
57
|
+
"smarthr-ui/FilterDropdown/status": "Diterapkan",
|
|
58
|
+
"smarthr-ui/FilterDropdown/triggerText": "Filter",
|
|
59
|
+
"smarthr-ui/FormDialog/closeButtonLabel": "Batal",
|
|
60
|
+
"smarthr-ui/InformationPanel/closeButtonLabel": "Tutup",
|
|
61
|
+
"smarthr-ui/InformationPanel/openButtonLabel": "Buka",
|
|
62
|
+
"smarthr-ui/InputFile/destroy": "Hapus",
|
|
63
|
+
"smarthr-ui/LanguageSwitcher/checkIconAlt": "Dipilih",
|
|
64
|
+
"smarthr-ui/Loader/alt": "Sedang diproses",
|
|
65
|
+
"smarthr-ui/MessageDialog/closeButtonLabel": "Tutup",
|
|
66
|
+
"smarthr-ui/ModelessDialog/closeButtonIconAlt": "Tutup",
|
|
67
|
+
"smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Posisi dialog",
|
|
68
|
+
"smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Dapat diseret",
|
|
69
|
+
"smarthr-ui/ModelessDialog/dialogHandlerDescription": "Tekan tombol panah untuk menavigasi ke atas, bawah, kiri, dan kanan.",
|
|
70
|
+
"smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top} px dari atas, {left} px dari kiri",
|
|
71
|
+
"smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": hapus",
|
|
72
|
+
"smarthr-ui/MultiCombobox/selectedListAriaLabel": "Item yang dipilih",
|
|
73
|
+
"smarthr-ui/NotificationBar/closeButtonIconAlt": "Tutup",
|
|
74
|
+
"smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Ke halaman pertama",
|
|
75
|
+
"smarthr-ui/Pagination/controllerItemButtonLastLabel": "Ke halaman terakhir",
|
|
76
|
+
"smarthr-ui/Pagination/controllerItemButtonNextLabel": "Selanjutnya",
|
|
77
|
+
"smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Sebelumnya",
|
|
78
|
+
"smarthr-ui/Pagination/itemButtonLabel": "Halaman {page}",
|
|
79
|
+
"smarthr-ui/Pagination/navigationLabel": "Navigasi halaman",
|
|
80
|
+
"smarthr-ui/RequiredLabel/text": "Wajib",
|
|
81
|
+
"smarthr-ui/SearchInput/iconAlt": "Cari",
|
|
82
|
+
"smarthr-ui/SideMenu/navigationLabel": "Menu samping",
|
|
83
|
+
"smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Bersihkan",
|
|
84
|
+
"smarthr-ui/SortDropdown/applyText": "Terapkan",
|
|
85
|
+
"smarthr-ui/SortDropdown/ascLabel": "Urutan naik",
|
|
86
|
+
"smarthr-ui/SortDropdown/cancelText": "Batal",
|
|
87
|
+
"smarthr-ui/SortDropdown/descLabel": "Urutan turun",
|
|
88
|
+
"smarthr-ui/SortDropdown/sortFieldLabel": "Kriteria pengurutan",
|
|
89
|
+
"smarthr-ui/SortDropdown/sortOrderLegend": "Urutan",
|
|
90
|
+
"smarthr-ui/StepFormDialog/backButtonLabel": "Kembali",
|
|
91
|
+
"smarthr-ui/StepFormDialog/closeButtonLabel": "Batal",
|
|
92
|
+
"smarthr-ui/StepFormDialog/nextButtonLabel": "Selanjutnya",
|
|
93
|
+
"smarthr-ui/StepStatusIcon/closedAlt": "Terhenti",
|
|
94
|
+
"smarthr-ui/StepStatusIcon/completedAlt": "Selesai",
|
|
95
|
+
"smarthr-ui/Textarea/availableLetters": "Sisa {availableLetters} karakter",
|
|
96
|
+
"smarthr-ui/Textarea/maxLettersExceeded": "Melebihi {exceededLetters} karakter",
|
|
97
|
+
"smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Maksimal {maxLetters} karakter",
|
|
98
|
+
"smarthr-ui/OpenInNewTabIcon/openInNewTab": "Buka di tab baru",
|
|
99
|
+
"smarthr-ui/Th/sortDirectionAsc": "Urutan naik",
|
|
100
|
+
"smarthr-ui/Th/sortDirectionDesc": "Urutan turun",
|
|
101
|
+
"smarthr-ui/Th/sortDirectionNone": "Tanpa pengurutan",
|
|
102
|
+
"smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Pilih/hapus semua item",
|
|
103
|
+
"smarthr-ui/ThCheckbox/checkColumnName": "Pilih",
|
|
104
|
+
"smarthr-ui/ErrorScreen/homeLink": "Kembali ke beranda",
|
|
105
|
+
"smarthr-ui/ErrorScreen/smarthrLink": "Kembali ke SmartHR",
|
|
106
|
+
"smarthr-ui/AuthErrorScreen/title": "Terjadi masalah saat autentikasi.",
|
|
107
|
+
"smarthr-ui/ForbiddenErrorScreen/title": "Anda tidak memiliki izin untuk melihat halaman ini.",
|
|
108
|
+
"smarthr-ui/ForbiddenErrorScreen/description": "Untuk informasi lebih lanjut, silakan hubungi administrator di perusahaan Anda.",
|
|
109
|
+
"smarthr-ui/NotFoundErrorScreen/title": "Halaman yang Anda cari tidak ditemukan.",
|
|
110
|
+
"smarthr-ui/NotFoundErrorScreen/description": "Halaman yang Anda cari mungkin tidak dapat diakses untuk sementara, atau mungkin telah dipindahkan atau dihapus.",
|
|
111
|
+
"smarthr-ui/UnauthorizedErrorScreen/title": "Anda telah logout karena tidak ada aktivitas selama jangka waktu tertentu.",
|
|
112
|
+
"smarthr-ui/UnauthorizedErrorScreen/description1": "Anda telah logout secara otomatis karena tidak ada aktivitas selama jangka waktu tertentu.",
|
|
113
|
+
"smarthr-ui/UnauthorizedErrorScreen/description2": "Untuk mengakses halaman yang dituju, Anda perlu login ulang.",
|
|
114
|
+
"smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Login ulang",
|
|
115
|
+
"smarthr-ui/UnexpectedErrorScreen/title": "Terjadi kesalahan yang tidak terduga.",
|
|
116
|
+
"smarthr-ui/UnexpectedErrorScreen/apology": "Mohon maaf sebesar-besarnya.",
|
|
117
|
+
"smarthr-ui/UnexpectedErrorScreen/possibleCause": "Mungkin terjadi kesalahan karena masalah komunikasi sementara, lingkungan penggunaan Anda, konten file yang diunggah, dll.",
|
|
118
|
+
"smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Kami mohon maaf, tetapi silakan coba yang berikut ini.",
|
|
119
|
+
"smarthr-ui/UnexpectedErrorScreen/retryItem1": "Silakan tunggu beberapa saat dan coba lagi.",
|
|
120
|
+
"smarthr-ui/UnexpectedErrorScreen/retryItem2": "Silakan periksa {maintenanceLink} (mungkin memerlukan waktu hingga informasi ditampilkan).",
|
|
121
|
+
"smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Jika masalah tidak teratasi, silakan periksa yang berikut ini.",
|
|
122
|
+
"smarthr-ui/UnexpectedErrorScreen/checkItem1": "Silakan pastikan bahwa Anda memenuhi {environmentLink}.",
|
|
123
|
+
"smarthr-ui/UnexpectedErrorScreen/checkItem2": "Silakan coba hapus cookie dan cache browser Anda. Untuk informasi lebih lanjut, silakan merujuk pada {cookieCacheLink}.",
|
|
124
|
+
"smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Jika masalah tetap tidak teratasi setelah memeriksa di atas, silakan hubungi orang yang memiliki wewenang administrator SmartHR di perusahaan Anda dengan melampirkan informasi {errorInfoLink}.",
|
|
125
|
+
"smarthr-ui/UnexpectedErrorScreen/adminContact": "Jika Anda memiliki wewenang administrator SmartHR, silakan hubungi melalui ikon obrolan di kanan bawah dengan melampirkan informasi {errorInfoLink}.",
|
|
126
|
+
"smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Informasi pemeliharaan dan gangguan",
|
|
127
|
+
"smarthr-ui/UnexpectedErrorScreen/environmentLink": "Spesifikasi sistem SmartHR",
|
|
128
|
+
"smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Bagaimana cara menghapus cookie dan cache browser?",
|
|
129
|
+
"smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Informasi yang ingin disampaikan saat terjadi kesalahan"
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
module.exports = idId;
|
|
133
|
+
//# sourceMappingURL=id_id.json.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"id_id.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
var idId = {
|
|
2
|
+
"smarthr-ui/common/language": "Bahasa Indonesia",
|
|
3
|
+
"smarthr-ui/ActionDialog/closeButtonLabel": "Batal",
|
|
4
|
+
"smarthr-ui/AppHeader/school": "SmartHR School",
|
|
5
|
+
"smarthr-ui/AppHeader/help": "Bantuan",
|
|
6
|
+
"smarthr-ui/AppHeader/userSettings": "Pengaturan pribadi",
|
|
7
|
+
"smarthr-ui/AppHeader/releaseNotes": "Release note",
|
|
8
|
+
"smarthr-ui/AppHeader/releaseNotesLoadError": "Gagal memuat release note.\nSilakan coba beberapa saat lagi.",
|
|
9
|
+
"smarthr-ui/AppHeader/seeAllReleaseNotes": "Lihat semua release note",
|
|
10
|
+
"smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Aplikasi",
|
|
11
|
+
"smarthr-ui/AppHeader/MobileHeader/account": "Akun",
|
|
12
|
+
"smarthr-ui/AppHeader/MobileHeader/openMenu": "Buka menu",
|
|
13
|
+
"smarthr-ui/AppHeader/MobileHeader/closeMenu": "Tutup menu",
|
|
14
|
+
"smarthr-ui/AppHeader/MobileHeader/allAppButton": "Semua aplikasi",
|
|
15
|
+
"smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu pengelolaan",
|
|
16
|
+
"smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note terkini",
|
|
17
|
+
"smarthr-ui/AppHeader/MobileHeader/back": "Kembali",
|
|
18
|
+
"smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Buka",
|
|
19
|
+
"smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Tutup",
|
|
20
|
+
"smarthr-ui/AppHeader/Launcher/searchInputTitle": "Masukkan nama aplikasi.",
|
|
21
|
+
"smarthr-ui/AppHeader/Launcher/favoriteModeText": "Aplikasi yang sering digunakan",
|
|
22
|
+
"smarthr-ui/AppHeader/Launcher/allModeText": "Semua aplikasi",
|
|
23
|
+
"smarthr-ui/AppHeader/Launcher/listText": "Daftar aplikasi",
|
|
24
|
+
"smarthr-ui/AppHeader/Launcher/helpText": "Tentang aplikasi yang sering digunakan",
|
|
25
|
+
"smarthr-ui/AppHeader/Launcher/searchResultText": "Hasil penelusuran",
|
|
26
|
+
"smarthr-ui/AppHeader/Launcher/emptyText": "Tidak ditemukan aplikasi yang sesuai.",
|
|
27
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Urutkan berdasarkan",
|
|
28
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Dipilih",
|
|
29
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Default",
|
|
30
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Urutkan nama aplikasi A-Z",
|
|
31
|
+
"smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Urutkan nama aplikasi Z-A",
|
|
32
|
+
"smarthr-ui/AppLauncher/showAllText": "Lihat semua",
|
|
33
|
+
"smarthr-ui/AppLauncher/triggerLabel": "Aplikasi",
|
|
34
|
+
"smarthr-ui/Browser/notFoundDescription": "Silakan coba dengan kriteria lain.",
|
|
35
|
+
"smarthr-ui/Browser/notFoundTitle": "Tidak ada item yang sesuai.",
|
|
36
|
+
"smarthr-ui/Button/loading": "Sedang diproses",
|
|
37
|
+
"smarthr-ui/Calendar/currentYear": "Tahun saat ini",
|
|
38
|
+
"smarthr-ui/Calendar/nextMonth": "Ke bulan berikutnya",
|
|
39
|
+
"smarthr-ui/Calendar/previousMonth": "Ke bulan sebelumnya",
|
|
40
|
+
"smarthr-ui/Calendar/selectYear": "Pilih tahun",
|
|
41
|
+
"smarthr-ui/Combobox/addItemButtonLabel": "Tambah “{name}”",
|
|
42
|
+
"smarthr-ui/Combobox/loadingText": "Sedang diproses",
|
|
43
|
+
"smarthr-ui/Combobox/noResultsText": "Tidak ada pilihan yang sesuai.",
|
|
44
|
+
"smarthr-ui/DropdownMenuButton/triggerActive": "Tutup pilihan",
|
|
45
|
+
"smarthr-ui/DropdownMenuButton/triggerInactive": "Buka pilihan",
|
|
46
|
+
"smarthr-ui/DropZone/selectButtonLabel": "Pilih file",
|
|
47
|
+
"smarthr-ui/FileViewer/rotateAlt": "Putar ke kiri",
|
|
48
|
+
"smarthr-ui/FileViewer/scaleDownAlt": "Perkecil",
|
|
49
|
+
"smarthr-ui/FileViewer/scaleRateLabel": "Skala pembesaran",
|
|
50
|
+
"smarthr-ui/FileViewer/scaleUpAlt": "Perbesar",
|
|
51
|
+
"smarthr-ui/FileViewer/unsupportedFileText": "Format file tidak didukung.",
|
|
52
|
+
"smarthr-ui/FilterDropdown/applyText": "Terapkan",
|
|
53
|
+
"smarthr-ui/FilterDropdown/cancelText": "Batal",
|
|
54
|
+
"smarthr-ui/FilterDropdown/resetText": "Hapus kriteria filter",
|
|
55
|
+
"smarthr-ui/FilterDropdown/status": "Diterapkan",
|
|
56
|
+
"smarthr-ui/FilterDropdown/triggerText": "Filter",
|
|
57
|
+
"smarthr-ui/FormDialog/closeButtonLabel": "Batal",
|
|
58
|
+
"smarthr-ui/InformationPanel/closeButtonLabel": "Tutup",
|
|
59
|
+
"smarthr-ui/InformationPanel/openButtonLabel": "Buka",
|
|
60
|
+
"smarthr-ui/InputFile/destroy": "Hapus",
|
|
61
|
+
"smarthr-ui/LanguageSwitcher/checkIconAlt": "Dipilih",
|
|
62
|
+
"smarthr-ui/Loader/alt": "Sedang diproses",
|
|
63
|
+
"smarthr-ui/MessageDialog/closeButtonLabel": "Tutup",
|
|
64
|
+
"smarthr-ui/ModelessDialog/closeButtonIconAlt": "Tutup",
|
|
65
|
+
"smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Posisi dialog",
|
|
66
|
+
"smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Dapat diseret",
|
|
67
|
+
"smarthr-ui/ModelessDialog/dialogHandlerDescription": "Tekan tombol panah untuk menavigasi ke atas, bawah, kiri, dan kanan.",
|
|
68
|
+
"smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top} px dari atas, {left} px dari kiri",
|
|
69
|
+
"smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": hapus",
|
|
70
|
+
"smarthr-ui/MultiCombobox/selectedListAriaLabel": "Item yang dipilih",
|
|
71
|
+
"smarthr-ui/NotificationBar/closeButtonIconAlt": "Tutup",
|
|
72
|
+
"smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Ke halaman pertama",
|
|
73
|
+
"smarthr-ui/Pagination/controllerItemButtonLastLabel": "Ke halaman terakhir",
|
|
74
|
+
"smarthr-ui/Pagination/controllerItemButtonNextLabel": "Selanjutnya",
|
|
75
|
+
"smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Sebelumnya",
|
|
76
|
+
"smarthr-ui/Pagination/itemButtonLabel": "Halaman {page}",
|
|
77
|
+
"smarthr-ui/Pagination/navigationLabel": "Navigasi halaman",
|
|
78
|
+
"smarthr-ui/RequiredLabel/text": "Wajib",
|
|
79
|
+
"smarthr-ui/SearchInput/iconAlt": "Cari",
|
|
80
|
+
"smarthr-ui/SideMenu/navigationLabel": "Menu samping",
|
|
81
|
+
"smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Bersihkan",
|
|
82
|
+
"smarthr-ui/SortDropdown/applyText": "Terapkan",
|
|
83
|
+
"smarthr-ui/SortDropdown/ascLabel": "Urutan naik",
|
|
84
|
+
"smarthr-ui/SortDropdown/cancelText": "Batal",
|
|
85
|
+
"smarthr-ui/SortDropdown/descLabel": "Urutan turun",
|
|
86
|
+
"smarthr-ui/SortDropdown/sortFieldLabel": "Kriteria pengurutan",
|
|
87
|
+
"smarthr-ui/SortDropdown/sortOrderLegend": "Urutan",
|
|
88
|
+
"smarthr-ui/StepFormDialog/backButtonLabel": "Kembali",
|
|
89
|
+
"smarthr-ui/StepFormDialog/closeButtonLabel": "Batal",
|
|
90
|
+
"smarthr-ui/StepFormDialog/nextButtonLabel": "Selanjutnya",
|
|
91
|
+
"smarthr-ui/StepStatusIcon/closedAlt": "Terhenti",
|
|
92
|
+
"smarthr-ui/StepStatusIcon/completedAlt": "Selesai",
|
|
93
|
+
"smarthr-ui/Textarea/availableLetters": "Sisa {availableLetters} karakter",
|
|
94
|
+
"smarthr-ui/Textarea/maxLettersExceeded": "Melebihi {exceededLetters} karakter",
|
|
95
|
+
"smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Maksimal {maxLetters} karakter",
|
|
96
|
+
"smarthr-ui/OpenInNewTabIcon/openInNewTab": "Buka di tab baru",
|
|
97
|
+
"smarthr-ui/Th/sortDirectionAsc": "Urutan naik",
|
|
98
|
+
"smarthr-ui/Th/sortDirectionDesc": "Urutan turun",
|
|
99
|
+
"smarthr-ui/Th/sortDirectionNone": "Tanpa pengurutan",
|
|
100
|
+
"smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Pilih/hapus semua item",
|
|
101
|
+
"smarthr-ui/ThCheckbox/checkColumnName": "Pilih",
|
|
102
|
+
"smarthr-ui/ErrorScreen/homeLink": "Kembali ke beranda",
|
|
103
|
+
"smarthr-ui/ErrorScreen/smarthrLink": "Kembali ke SmartHR",
|
|
104
|
+
"smarthr-ui/AuthErrorScreen/title": "Terjadi masalah saat autentikasi.",
|
|
105
|
+
"smarthr-ui/ForbiddenErrorScreen/title": "Anda tidak memiliki izin untuk melihat halaman ini.",
|
|
106
|
+
"smarthr-ui/ForbiddenErrorScreen/description": "Untuk informasi lebih lanjut, silakan hubungi administrator di perusahaan Anda.",
|
|
107
|
+
"smarthr-ui/NotFoundErrorScreen/title": "Halaman yang Anda cari tidak ditemukan.",
|
|
108
|
+
"smarthr-ui/NotFoundErrorScreen/description": "Halaman yang Anda cari mungkin tidak dapat diakses untuk sementara, atau mungkin telah dipindahkan atau dihapus.",
|
|
109
|
+
"smarthr-ui/UnauthorizedErrorScreen/title": "Anda telah logout karena tidak ada aktivitas selama jangka waktu tertentu.",
|
|
110
|
+
"smarthr-ui/UnauthorizedErrorScreen/description1": "Anda telah logout secara otomatis karena tidak ada aktivitas selama jangka waktu tertentu.",
|
|
111
|
+
"smarthr-ui/UnauthorizedErrorScreen/description2": "Untuk mengakses halaman yang dituju, Anda perlu login ulang.",
|
|
112
|
+
"smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Login ulang",
|
|
113
|
+
"smarthr-ui/UnexpectedErrorScreen/title": "Terjadi kesalahan yang tidak terduga.",
|
|
114
|
+
"smarthr-ui/UnexpectedErrorScreen/apology": "Mohon maaf sebesar-besarnya.",
|
|
115
|
+
"smarthr-ui/UnexpectedErrorScreen/possibleCause": "Mungkin terjadi kesalahan karena masalah komunikasi sementara, lingkungan penggunaan Anda, konten file yang diunggah, dll.",
|
|
116
|
+
"smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Kami mohon maaf, tetapi silakan coba yang berikut ini.",
|
|
117
|
+
"smarthr-ui/UnexpectedErrorScreen/retryItem1": "Silakan tunggu beberapa saat dan coba lagi.",
|
|
118
|
+
"smarthr-ui/UnexpectedErrorScreen/retryItem2": "Silakan periksa {maintenanceLink} (mungkin memerlukan waktu hingga informasi ditampilkan).",
|
|
119
|
+
"smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Jika masalah tidak teratasi, silakan periksa yang berikut ini.",
|
|
120
|
+
"smarthr-ui/UnexpectedErrorScreen/checkItem1": "Silakan pastikan bahwa Anda memenuhi {environmentLink}.",
|
|
121
|
+
"smarthr-ui/UnexpectedErrorScreen/checkItem2": "Silakan coba hapus cookie dan cache browser Anda. Untuk informasi lebih lanjut, silakan merujuk pada {cookieCacheLink}.",
|
|
122
|
+
"smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Jika masalah tetap tidak teratasi setelah memeriksa di atas, silakan hubungi orang yang memiliki wewenang administrator SmartHR di perusahaan Anda dengan melampirkan informasi {errorInfoLink}.",
|
|
123
|
+
"smarthr-ui/UnexpectedErrorScreen/adminContact": "Jika Anda memiliki wewenang administrator SmartHR, silakan hubungi melalui ikon obrolan di kanan bawah dengan melampirkan informasi {errorInfoLink}.",
|
|
124
|
+
"smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Informasi pemeliharaan dan gangguan",
|
|
125
|
+
"smarthr-ui/UnexpectedErrorScreen/environmentLink": "Spesifikasi sistem SmartHR",
|
|
126
|
+
"smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Bagaimana cara menghapus cookie dan cache browser?",
|
|
127
|
+
"smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Informasi yang ingin disampaikan saat terjadi kesalahan"
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
export { idId as default };
|
|
131
|
+
//# sourceMappingURL=id_id.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"id_id.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var en_us = require('./en_us.json.cjs');
|
|
4
|
+
var id_id = require('./id_id.json.cjs');
|
|
5
|
+
var ja = require('./ja.json.cjs');
|
|
6
|
+
var ja_easy = require('./ja_easy.json.cjs');
|
|
7
|
+
var ko_kr = require('./ko_kr.json.cjs');
|
|
8
|
+
var pt_br = require('./pt_br.json.cjs');
|
|
9
|
+
var vi_vn = require('./vi_vn.json.cjs');
|
|
10
|
+
var zh_hans_cn = require('./zh_hans_cn.json.cjs');
|
|
11
|
+
var zh_hant_tw = require('./zh_hant_tw.json.cjs');
|
|
5
12
|
var intl_locales_ja = require('./ja.cjs');
|
|
6
|
-
var intl_locales_ja_easy = require('./ja_easy.cjs');
|
|
7
|
-
var intl_locales_ko_kr = require('./ko_kr.cjs');
|
|
8
|
-
var intl_locales_pt_br = require('./pt_br.cjs');
|
|
9
|
-
var intl_locales_vi_vn = require('./vi_vn.cjs');
|
|
10
|
-
var intl_locales_zh_hans_cn = require('./zh_hans_cn.cjs');
|
|
11
|
-
var intl_locales_zh_hant_tw = require('./zh_hant_tw.cjs');
|
|
12
13
|
|
|
14
|
+
/*
|
|
15
|
+
* 翻訳データの集約ファイル
|
|
16
|
+
* このファイルはJSONファイルからデータをimportし、型定義のためにja.tsからのみ型をexportする特殊なファイルです。
|
|
17
|
+
* barrel patternには該当しないため、require-barrel-importルールを無効化します。
|
|
18
|
+
*/
|
|
13
19
|
/* eslint-disable smarthr/require-barrel-import */
|
|
14
20
|
const locales = {
|
|
15
|
-
ja
|
|
16
|
-
'en-us':
|
|
17
|
-
'id-id':
|
|
18
|
-
pt:
|
|
19
|
-
vi:
|
|
20
|
-
ko:
|
|
21
|
-
'zh-cn':
|
|
22
|
-
'zh-tw':
|
|
23
|
-
'ja-easy':
|
|
21
|
+
ja,
|
|
22
|
+
'en-us': en_us,
|
|
23
|
+
'id-id': id_id,
|
|
24
|
+
pt: pt_br,
|
|
25
|
+
vi: vi_vn,
|
|
26
|
+
ko: ko_kr,
|
|
27
|
+
'zh-cn': zh_hans_cn,
|
|
28
|
+
'zh-tw': zh_hant_tw,
|
|
29
|
+
'ja-easy': ja_easy,
|
|
24
30
|
};
|
|
25
31
|
|
|
26
|
-
exports.
|
|
32
|
+
exports.typedJa = intl_locales_ja.locale;
|
|
27
33
|
exports.locales = locales;
|
|
28
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../../../src/intl/locales/index.ts"],"sourcesContent":["/* eslint-disable smarthr/require-barrel-import */\nimport
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../src/intl/locales/index.ts"],"sourcesContent":["/*\n * 翻訳データの集約ファイル\n * このファイルはJSONファイルからデータをimportし、型定義のためにja.tsからのみ型をexportする特殊なファイルです。\n * barrel patternには該当しないため、require-barrel-importルールを無効化します。\n */\n/* eslint-disable smarthr/require-barrel-import */\nimport enUs from './en_us.json'\nimport idId from './id_id.json'\nimport ja from './ja.json'\nimport jaEasy from './ja_easy.json'\nimport ko from './ko_kr.json'\nimport pt from './pt_br.json'\nimport vi from './vi_vn.json'\nimport zhCn from './zh_hans_cn.json'\nimport zhTw from './zh_hant_tw.json'\n\n// 型定義用にja.tsの型をexport\nexport { locale as typedJa } from './ja'\n\nexport const locales = {\n ja,\n 'en-us': enUs,\n 'id-id': idId,\n pt,\n vi,\n ko,\n 'zh-cn': zhCn,\n 'zh-tw': zhTw,\n 'ja-easy': jaEasy,\n}\n"],"names":["enUs","idId","pt","vi","ko","zhCn","zhTw","jaEasy"],"mappings":";;;;;;;;;;;;;AAAA;;;;AAIG;AACH;AAcO,MAAM,OAAO,GAAG;IACrB,EAAE;AACF,IAAA,OAAO,EAAEA,KAAI;AACb,IAAA,OAAO,EAAEC,KAAI;QACbC,KAAE;QACFC,KAAE;QACFC,KAAE;AACF,IAAA,OAAO,EAAEC,UAAI;AACb,IAAA,OAAO,EAAEC,UAAI;AACb,IAAA,SAAS,EAAEC,OAAM;;;;;;"}
|