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