smarthr-ui 96.1.2 → 97.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/lib/components/Combobox/helper.cjs +29 -13
  2. package/lib/components/Combobox/helper.cjs.map +1 -1
  3. package/lib/components/Combobox/helper.d.ts +1 -1
  4. package/lib/components/Combobox/helper.js +29 -13
  5. package/lib/components/Combobox/helper.js.map +1 -1
  6. package/lib/components/Combobox/useOptions.cjs +21 -17
  7. package/lib/components/Combobox/useOptions.cjs.map +1 -1
  8. package/lib/components/Combobox/useOptions.js +21 -17
  9. package/lib/components/Combobox/useOptions.js.map +1 -1
  10. package/lib/components/Dialog/DialogContentInner.cjs +8 -1
  11. package/lib/components/Dialog/DialogContentInner.cjs.map +1 -1
  12. package/lib/components/Dialog/DialogContentInner.js +9 -2
  13. package/lib/components/Dialog/DialogContentInner.js.map +1 -1
  14. package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs +13 -11
  15. package/lib/components/Dialog/ModelessDialog/ModelessDialog.cjs.map +1 -1
  16. package/lib/components/Dialog/ModelessDialog/ModelessDialog.js +13 -11
  17. package/lib/components/Dialog/ModelessDialog/ModelessDialog.js.map +1 -1
  18. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs +5 -2
  19. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.cjs.map +1 -1
  20. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js +5 -2
  21. package/lib/components/Dialog/RemoteDialogTrigger/RemoteDialogTrigger.js.map +1 -1
  22. package/lib/components/Disclosure/DisclosureTrigger.cjs +39 -18
  23. package/lib/components/Disclosure/DisclosureTrigger.cjs.map +1 -1
  24. package/lib/components/Disclosure/DisclosureTrigger.js +40 -19
  25. package/lib/components/Disclosure/DisclosureTrigger.js.map +1 -1
  26. package/lib/components/Disclosure/useDisclosure.cjs +8 -14
  27. package/lib/components/Disclosure/useDisclosure.cjs.map +1 -1
  28. package/lib/components/Disclosure/useDisclosure.js +8 -14
  29. package/lib/components/Disclosure/useDisclosure.js.map +1 -1
  30. package/lib/components/DropZone/DropZone.cjs +3 -0
  31. package/lib/components/DropZone/DropZone.cjs.map +1 -1
  32. package/lib/components/DropZone/DropZone.js +3 -0
  33. package/lib/components/DropZone/DropZone.js.map +1 -1
  34. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs +4 -2
  35. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.cjs.map +1 -1
  36. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js +4 -2
  37. package/lib/components/Dropdown/DropdownMenuButton/DropdownMenuButton.js.map +1 -1
  38. package/lib/components/Dropdown/DropdownTrigger.cjs +3 -0
  39. package/lib/components/Dropdown/DropdownTrigger.cjs.map +1 -1
  40. package/lib/components/Dropdown/DropdownTrigger.js +3 -0
  41. package/lib/components/Dropdown/DropdownTrigger.js.map +1 -1
  42. package/lib/components/InputFile/InputFileMultiplyAppendable.cjs +12 -17
  43. package/lib/components/InputFile/InputFileMultiplyAppendable.cjs.map +1 -1
  44. package/lib/components/InputFile/InputFileMultiplyAppendable.js +12 -17
  45. package/lib/components/InputFile/InputFileMultiplyAppendable.js.map +1 -1
  46. package/lib/components/LineClamp/LineClamp.cjs +14 -3
  47. package/lib/components/LineClamp/LineClamp.cjs.map +1 -1
  48. package/lib/components/LineClamp/LineClamp.js +14 -3
  49. package/lib/components/LineClamp/LineClamp.js.map +1 -1
  50. package/lib/components/Select/Select.cjs +11 -11
  51. package/lib/components/Select/Select.cjs.map +1 -1
  52. package/lib/components/Select/Select.js +12 -12
  53. package/lib/components/Select/Select.js.map +1 -1
  54. package/lib/components/TabBar/TabItem.cjs +11 -9
  55. package/lib/components/TabBar/TabItem.cjs.map +1 -1
  56. package/lib/components/TabBar/TabItem.d.ts +2 -2
  57. package/lib/components/TabBar/TabItem.js +13 -11
  58. package/lib/components/TabBar/TabItem.js.map +1 -1
  59. package/lib/hooks/useHandleEscape.cjs +4 -4
  60. package/lib/hooks/useHandleEscape.cjs.map +1 -1
  61. package/lib/hooks/useHandleEscape.d.ts +1 -1
  62. package/lib/hooks/useHandleEscape.js +4 -4
  63. package/lib/hooks/useHandleEscape.js.map +1 -1
  64. package/lib/intl/Localizer.d.ts +3 -3
  65. package/lib/intl/locales/en_us.json.cjs +133 -0
  66. package/lib/intl/locales/en_us.json.cjs.map +1 -0
  67. package/lib/intl/locales/en_us.json.js +131 -0
  68. package/lib/intl/locales/en_us.json.js.map +1 -0
  69. package/lib/intl/locales/id_id.json.cjs +133 -0
  70. package/lib/intl/locales/id_id.json.cjs.map +1 -0
  71. package/lib/intl/locales/id_id.json.js +131 -0
  72. package/lib/intl/locales/id_id.json.js.map +1 -0
  73. package/lib/intl/locales/index.cjs +24 -18
  74. package/lib/intl/locales/index.cjs.map +1 -1
  75. package/lib/intl/locales/index.d.ts +1135 -1136
  76. package/lib/intl/locales/index.js +25 -19
  77. package/lib/intl/locales/index.js.map +1 -1
  78. package/lib/intl/locales/ja.json.cjs +133 -0
  79. package/lib/intl/locales/ja.json.cjs.map +1 -0
  80. package/lib/intl/locales/ja.json.js +131 -0
  81. package/lib/intl/locales/ja.json.js.map +1 -0
  82. package/lib/intl/locales/ja_easy.json.cjs +133 -0
  83. package/lib/intl/locales/ja_easy.json.cjs.map +1 -0
  84. package/lib/intl/locales/ja_easy.json.js +131 -0
  85. package/lib/intl/locales/ja_easy.json.js.map +1 -0
  86. package/lib/intl/locales/ko_kr.json.cjs +133 -0
  87. package/lib/intl/locales/ko_kr.json.cjs.map +1 -0
  88. package/lib/intl/locales/ko_kr.json.js +131 -0
  89. package/lib/intl/locales/ko_kr.json.js.map +1 -0
  90. package/lib/intl/locales/pt_br.json.cjs +133 -0
  91. package/lib/intl/locales/pt_br.json.cjs.map +1 -0
  92. package/lib/intl/locales/pt_br.json.js +131 -0
  93. package/lib/intl/locales/pt_br.json.js.map +1 -0
  94. package/lib/intl/locales/vi_vn.json.cjs +133 -0
  95. package/lib/intl/locales/vi_vn.json.cjs.map +1 -0
  96. package/lib/intl/locales/vi_vn.json.js +131 -0
  97. package/lib/intl/locales/vi_vn.json.js.map +1 -0
  98. package/lib/intl/locales/zh_hans_cn.json.cjs +133 -0
  99. package/lib/intl/locales/zh_hans_cn.json.cjs.map +1 -0
  100. package/lib/intl/locales/zh_hans_cn.json.js +131 -0
  101. package/lib/intl/locales/zh_hans_cn.json.js.map +1 -0
  102. package/lib/intl/locales/zh_hant_tw.json.cjs +133 -0
  103. package/lib/intl/locales/zh_hant_tw.json.cjs.map +1 -0
  104. package/lib/intl/locales/zh_hant_tw.json.js +131 -0
  105. package/lib/intl/locales/zh_hant_tw.json.js.map +1 -0
  106. package/lib/intl/useIntl.cjs.map +1 -1
  107. package/lib/intl/useIntl.d.ts +3 -3
  108. package/lib/intl/useIntl.js.map +1 -1
  109. package/metadata.json +1 -1
  110. package/package.json +2 -1
  111. package/lib/intl/locales/en_us.cjs +0 -135
  112. package/lib/intl/locales/en_us.cjs.map +0 -1
  113. package/lib/intl/locales/en_us.d.ts +0 -128
  114. package/lib/intl/locales/en_us.js +0 -133
  115. package/lib/intl/locales/en_us.js.map +0 -1
  116. package/lib/intl/locales/id_id.cjs +0 -135
  117. package/lib/intl/locales/id_id.cjs.map +0 -1
  118. package/lib/intl/locales/id_id.d.ts +0 -128
  119. package/lib/intl/locales/id_id.js +0 -133
  120. package/lib/intl/locales/id_id.js.map +0 -1
  121. package/lib/intl/locales/ja_easy.cjs +0 -135
  122. package/lib/intl/locales/ja_easy.cjs.map +0 -1
  123. package/lib/intl/locales/ja_easy.d.ts +0 -128
  124. package/lib/intl/locales/ja_easy.js +0 -133
  125. package/lib/intl/locales/ja_easy.js.map +0 -1
  126. package/lib/intl/locales/ko_kr.cjs +0 -135
  127. package/lib/intl/locales/ko_kr.cjs.map +0 -1
  128. package/lib/intl/locales/ko_kr.d.ts +0 -128
  129. package/lib/intl/locales/ko_kr.js +0 -133
  130. package/lib/intl/locales/ko_kr.js.map +0 -1
  131. package/lib/intl/locales/pt_br.cjs +0 -135
  132. package/lib/intl/locales/pt_br.cjs.map +0 -1
  133. package/lib/intl/locales/pt_br.d.ts +0 -128
  134. package/lib/intl/locales/pt_br.js +0 -133
  135. package/lib/intl/locales/pt_br.js.map +0 -1
  136. package/lib/intl/locales/vi_vn.cjs +0 -135
  137. package/lib/intl/locales/vi_vn.cjs.map +0 -1
  138. package/lib/intl/locales/vi_vn.d.ts +0 -128
  139. package/lib/intl/locales/vi_vn.js +0 -133
  140. package/lib/intl/locales/vi_vn.js.map +0 -1
  141. package/lib/intl/locales/zh_hans_cn.cjs +0 -135
  142. package/lib/intl/locales/zh_hans_cn.cjs.map +0 -1
  143. package/lib/intl/locales/zh_hans_cn.d.ts +0 -128
  144. package/lib/intl/locales/zh_hans_cn.js +0 -133
  145. package/lib/intl/locales/zh_hans_cn.js.map +0 -1
  146. package/lib/intl/locales/zh_hant_tw.cjs +0 -135
  147. package/lib/intl/locales/zh_hant_tw.cjs.map +0 -1
  148. package/lib/intl/locales/zh_hant_tw.d.ts +0 -128
  149. package/lib/intl/locales/zh_hant_tw.js +0 -133
  150. package/lib/intl/locales/zh_hant_tw.js.map +0 -1
@@ -0,0 +1,131 @@
1
+ var pt = {
2
+ "smarthr-ui/common/language": "Português",
3
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Cancelar",
4
+ "smarthr-ui/AppHeader/school": "Escola SmartHR",
5
+ "smarthr-ui/AppHeader/help": "Ajuda",
6
+ "smarthr-ui/AppHeader/userSettings": "Configurações pessoais",
7
+ "smarthr-ui/AppHeader/releaseNotes": "Notas de lançamento",
8
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Falha ao carregar as notas de lançamento.\nPor favor, tente novamente mais tarde.",
9
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "Ver toda as notas de lançamento sobre a avaliação de desempenho",
10
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Apps",
11
+ "smarthr-ui/AppHeader/MobileHeader/account": "Conta",
12
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Abrir o menu",
13
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Fechar o menu",
14
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "Todos os apps",
15
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu de administração",
16
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Últimas notas de lançamento",
17
+ "smarthr-ui/AppHeader/MobileHeader/back": "Voltar",
18
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Abrir",
19
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Fechar",
20
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Insira o nome do app.",
21
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Apps favoritos",
22
+ "smarthr-ui/AppHeader/Launcher/allModeText": "Todos os apps",
23
+ "smarthr-ui/AppHeader/Launcher/listText": "Lista de apps",
24
+ "smarthr-ui/AppHeader/Launcher/helpText": "Sobre os apps favoritos",
25
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Resultados da pesquisa",
26
+ "smarthr-ui/AppHeader/Launcher/emptyText": "App não encontrado.",
27
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Ordenar por",
28
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Selecionando",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Ordem padrão",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Nome do app (A→Z)",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Nome do app (Z→A)",
32
+ "smarthr-ui/AppLauncher/showAllText": "Ver tudo",
33
+ "smarthr-ui/AppLauncher/triggerLabel": "Apps",
34
+ "smarthr-ui/Browser/notFoundDescription": "Tente filtrar com outro critério.",
35
+ "smarthr-ui/Browser/notFoundTitle": "Nenhum item encontrado.",
36
+ "smarthr-ui/Button/loading": "Processando",
37
+ "smarthr-ui/Calendar/currentYear": "Ano atual",
38
+ "smarthr-ui/Calendar/nextMonth": "Mês seguinte",
39
+ "smarthr-ui/Calendar/previousMonth": "Mês anterior",
40
+ "smarthr-ui/Calendar/selectYear": "Selecione o ano",
41
+ "smarthr-ui/Combobox/addItemButtonLabel": "Acrescentar “{name}”",
42
+ "smarthr-ui/Combobox/loadingText": "Processando",
43
+ "smarthr-ui/Combobox/noResultsText": "Nenhum resultado correspondente encontrado.",
44
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Fechar opções",
45
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Abrir opções",
46
+ "smarthr-ui/DropZone/selectButtonLabel": "Selecionar arquivo para upload",
47
+ "smarthr-ui/FileViewer/rotateAlt": "Girar para esquerda",
48
+ "smarthr-ui/FileViewer/scaleDownAlt": "Reduzir",
49
+ "smarthr-ui/FileViewer/scaleRateLabel": "Escala de ampliação (%)",
50
+ "smarthr-ui/FileViewer/scaleUpAlt": "Ampliar",
51
+ "smarthr-ui/FileViewer/unsupportedFileText": "Tipo de arquivo não compatível.",
52
+ "smarthr-ui/FilterDropdown/applyText": "Aplicar",
53
+ "smarthr-ui/FilterDropdown/cancelText": "Cancelar",
54
+ "smarthr-ui/FilterDropdown/resetText": "Limpar filtros",
55
+ "smarthr-ui/FilterDropdown/status": "Filtros aplicados",
56
+ "smarthr-ui/FilterDropdown/triggerText": "Filtrar",
57
+ "smarthr-ui/FormDialog/closeButtonLabel": "Cancelar",
58
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Fechar",
59
+ "smarthr-ui/InformationPanel/openButtonLabel": "Abrir",
60
+ "smarthr-ui/InputFile/destroy": "Apagar",
61
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Selecionando",
62
+ "smarthr-ui/Loader/alt": "Processando",
63
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Fechar",
64
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Fechar",
65
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Posição do diálogo",
66
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Possível arrastar",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Possível mover na horizontal e na vertical pressionando as teclas de seta",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "{top} px da parte de cima, {left} px da parte de baixo",
69
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": apagar",
70
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Itens selecionados",
71
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Fechar",
72
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Primeiro",
73
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Último",
74
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Próximo",
75
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Anterior",
76
+ "smarthr-ui/Pagination/itemButtonLabel": "Página {page}",
77
+ "smarthr-ui/Pagination/navigationLabel": "Paginação",
78
+ "smarthr-ui/RequiredLabel/text": "Obrigatório",
79
+ "smarthr-ui/SearchInput/iconAlt": "Pesquisar",
80
+ "smarthr-ui/SideMenu/navigationLabel": "Menu lateral",
81
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Limpar",
82
+ "smarthr-ui/SortDropdown/applyText": "Aplicar",
83
+ "smarthr-ui/SortDropdown/ascLabel": "Crescente",
84
+ "smarthr-ui/SortDropdown/cancelText": "Cancelar",
85
+ "smarthr-ui/SortDropdown/descLabel": "Decrescente",
86
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Itens para ordenação",
87
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Ordenação",
88
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Voltar",
89
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Cancelar",
90
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Próximo",
91
+ "smarthr-ui/StepStatusIcon/closedAlt": "Interrompido",
92
+ "smarthr-ui/StepStatusIcon/completedAlt": "Concluído",
93
+ "smarthr-ui/Textarea/availableLetters": "{availableLetters} caracteres restantes",
94
+ "smarthr-ui/Textarea/maxLettersExceeded": "{exceededLetters} caracteres excedidos",
95
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "{maxLetters} caracteres no máximo",
96
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Abra em outra guia",
97
+ "smarthr-ui/Th/sortDirectionAsc": "Crescente",
98
+ "smarthr-ui/Th/sortDirectionDesc": "Decrescente",
99
+ "smarthr-ui/Th/sortDirectionNone": "Sem ordenação",
100
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Selecionar/limpar tudo",
101
+ "smarthr-ui/ThCheckbox/checkColumnName": "Selecionar",
102
+ "smarthr-ui/ErrorScreen/homeLink": "Voltar à tela inicial",
103
+ "smarthr-ui/ErrorScreen/smarthrLink": "Voltar ao SmartHR",
104
+ "smarthr-ui/AuthErrorScreen/title": "Houve um problema na autenticação",
105
+ "smarthr-ui/ForbiddenErrorScreen/title": "Você não tem permissão para acessar esta página",
106
+ "smarthr-ui/ForbiddenErrorScreen/description": "Consulte a pessoa responsável da sua empresa para mais informações.",
107
+ "smarthr-ui/NotFoundErrorScreen/title": "A página procurada não foi encontrada",
108
+ "smarthr-ui/NotFoundErrorScreen/description": "A página procurada está temporariamente indisponível ou pode ter sido transferida ou apagada.",
109
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Sessão encerrada por inatividade",
110
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "Logout efetuado automaticamente devido à inatividade por um determinado tempo.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Para acessar a página solicitada, faça login novamente.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Fazer login novamente",
113
+ "smarthr-ui/UnexpectedErrorScreen/title": "Ocorreu um erro inesperado",
114
+ "smarthr-ui/UnexpectedErrorScreen/apology": "Pedimos desculpas pelo inconveniente.",
115
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "O erro pode ter ocorrido devido a problemas temporários de comunicação, ao ambiente de uso ou ao conteúdo do arquivo carregado.",
116
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Por favor, tente o seguinte:",
117
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Aguarde um pouco e tente novamente.",
118
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Verifique {maintenanceLink} (pode demorar até as informações serem divulgadas).",
119
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Caso não resolva, verifique também o seguinte:",
120
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Verifique se {environmentLink} foi satisfeito.",
121
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Tente apagar os cookies e o cache do navegador. Para mais informações, consulte {cookieCacheLink}.",
122
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Caso não resolva mesmo verificando os itens acima, entre em contato com a pessoa encarregada por assuntos trabalhistas da empresa ou com alguém que possua permissão de pessoal de administração da SmartHR, informando {errorInfoLink}.",
123
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "Quem possuir permissão de pessoal de administração da SmartHR, deve entrar em contato através do ícone de chat no canto inferior direito, informando {errorInfoLink}.",
124
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Informações sobre manutenção/falhas",
125
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "Ambiente operacional da SmartHR",
126
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "P. Como faço para apagar os cookies e o cache do navegador?",
127
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Informações que gostaríamos de receber em caso de erro"
128
+ };
129
+
130
+ export { pt as default };
131
+ //# sourceMappingURL=pt_br.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pt_br.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ var vi = {
4
+ "smarthr-ui/common/language": "Tiếng Nhật",
5
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Hủy",
6
+ "smarthr-ui/AppHeader/school": "Lớp học",
7
+ "smarthr-ui/AppHeader/help": "Hỗ trợ",
8
+ "smarthr-ui/AppHeader/userSettings": "Cài đặt cá nhân",
9
+ "smarthr-ui/AppHeader/releaseNotes": "Release Note",
10
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.",
11
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "Xem tất cả các Release note",
12
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Tính năng",
13
+ "smarthr-ui/AppHeader/MobileHeader/account": "Tài khoản",
14
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Mở menu",
15
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Đóng menu",
16
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "Tất cả Tính năng",
17
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu quản lý",
18
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note mới nhất",
19
+ "smarthr-ui/AppHeader/MobileHeader/back": "Quay lại",
20
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Mở",
21
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Đóng",
22
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Nhập tên tính năng.",
23
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Tính năng thường dùng",
24
+ "smarthr-ui/AppHeader/Launcher/allModeText": "Tất cả Tính năng",
25
+ "smarthr-ui/AppHeader/Launcher/listText": "Danh sách các tính năng",
26
+ "smarthr-ui/AppHeader/Launcher/helpText": "Tính năng thường dùng là gì",
27
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Kết quả tìm kiếm",
28
+ "smarthr-ui/AppHeader/Launcher/emptyText": "Không tìm thấy tính năng tương thích.",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Thứ tự hiển thị",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Đang lựa chọn",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Mặc định",
32
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Tên tính năng (A→Z)",
33
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Tên tính năng (Z→A)",
34
+ "smarthr-ui/AppLauncher/showAllText": "Xem tất cả",
35
+ "smarthr-ui/AppLauncher/triggerLabel": "Tính năng",
36
+ "smarthr-ui/Browser/notFoundDescription": "Hãy thử một điều kiện khác.",
37
+ "smarthr-ui/Browser/notFoundTitle": "Không có mục phù hợp.",
38
+ "smarthr-ui/Button/loading": "Đang xử lý",
39
+ "smarthr-ui/Calendar/currentYear": "Năm hiện tại",
40
+ "smarthr-ui/Calendar/nextMonth": "Tháng sau",
41
+ "smarthr-ui/Calendar/previousMonth": "Tháng trước",
42
+ "smarthr-ui/Calendar/selectYear": "Chọn năm",
43
+ "smarthr-ui/Combobox/addItemButtonLabel": "Thêm \"{name}\"",
44
+ "smarthr-ui/Combobox/loadingText": "Đang xử lý",
45
+ "smarthr-ui/Combobox/noResultsText": "Không có kết quả phù hợp.",
46
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Đóng danh sách gợi ý",
47
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Mở danh sách gợi ý",
48
+ "smarthr-ui/DropZone/selectButtonLabel": "Chọn tệp",
49
+ "smarthr-ui/FileViewer/rotateAlt": "Quay trái",
50
+ "smarthr-ui/FileViewer/scaleDownAlt": "Thu nhỏ",
51
+ "smarthr-ui/FileViewer/scaleRateLabel": "Tỷ lệ",
52
+ "smarthr-ui/FileViewer/scaleUpAlt": "Phóng to",
53
+ "smarthr-ui/FileViewer/unsupportedFileText": "Định dạng tệp không được hỗ trợ.",
54
+ "smarthr-ui/FilterDropdown/applyText": "Áp dụng",
55
+ "smarthr-ui/FilterDropdown/cancelText": "Hủy",
56
+ "smarthr-ui/FilterDropdown/resetText": "Hủy điều kiện lọc",
57
+ "smarthr-ui/FilterDropdown/status": "Đang áp dụng",
58
+ "smarthr-ui/FilterDropdown/triggerText": "Lọc",
59
+ "smarthr-ui/FormDialog/closeButtonLabel": "Hủy",
60
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Đóng",
61
+ "smarthr-ui/InformationPanel/openButtonLabel": "Mở",
62
+ "smarthr-ui/InputFile/destroy": "Xóa",
63
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Đang chọn",
64
+ "smarthr-ui/Loader/alt": "Đang xử lý",
65
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Đóng",
66
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Đóng",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Vị trí của hộp thoại",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Có thể kéo",
69
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Có thể di chuyển lên xuống trái phải bằng phím mũi tên",
70
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "Từ trên xuống {top}px, từ trái sang {left}px",
71
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": Xoá",
72
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Mục đã chọn",
73
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Đóng",
74
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Trở về đầu",
75
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Đi đến cuối",
76
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Tiếp theo",
77
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Quay lại",
78
+ "smarthr-ui/Pagination/itemButtonLabel": "Trang {page}",
79
+ "smarthr-ui/Pagination/navigationLabel": "Phân trang",
80
+ "smarthr-ui/RequiredLabel/text": "Bắt buộc",
81
+ "smarthr-ui/SearchInput/iconAlt": "Tìm",
82
+ "smarthr-ui/SideMenu/navigationLabel": "Side Menu",
83
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Xóa",
84
+ "smarthr-ui/SortDropdown/applyText": "Áp dụng",
85
+ "smarthr-ui/SortDropdown/ascLabel": "Tăng dần",
86
+ "smarthr-ui/SortDropdown/cancelText": "Hủy",
87
+ "smarthr-ui/SortDropdown/descLabel": "Giảm dần",
88
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Mục sắp xếp",
89
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Thứ tự sắp xếp",
90
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Quay lại",
91
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Hủy",
92
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Tiếp theo",
93
+ "smarthr-ui/StepStatusIcon/closedAlt": "Ngưng",
94
+ "smarthr-ui/StepStatusIcon/completedAlt": "Hoàn thành",
95
+ "smarthr-ui/Textarea/availableLetters": "Còn {availableLetters} ký tự nữa",
96
+ "smarthr-ui/Textarea/maxLettersExceeded": "Thửa {exceededLetters} ký tự",
97
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Có thể nhập tối đa {maxLetters} ký tự.",
98
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Mở trong tab mới",
99
+ "smarthr-ui/Th/sortDirectionAsc": "Tăng dần",
100
+ "smarthr-ui/Th/sortDirectionDesc": "Giảm dần",
101
+ "smarthr-ui/Th/sortDirectionNone": "Không sắp xếp",
102
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Chọn/Bỏ chọn tất cả các mục",
103
+ "smarthr-ui/ThCheckbox/checkColumnName": "Chọn",
104
+ "smarthr-ui/ErrorScreen/homeLink": "Quay lại trang chủ",
105
+ "smarthr-ui/ErrorScreen/smarthrLink": "Quay lại SmartHR",
106
+ "smarthr-ui/AuthErrorScreen/title": "Đã xảy ra lỗi xác thực",
107
+ "smarthr-ui/ForbiddenErrorScreen/title": "Không có quyền hiển thị trang này",
108
+ "smarthr-ui/ForbiddenErrorScreen/description": "Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.",
109
+ "smarthr-ui/NotFoundErrorScreen/title": "Không tìm thấy trang.",
110
+ "smarthr-ui/NotFoundErrorScreen/description": "Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.",
113
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Để truy cập, bạn cần đăng nhập lại.",
114
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Đăng nhập lại",
115
+ "smarthr-ui/UnexpectedErrorScreen/title": "Đã xảy ra lỗi không mong muốn.",
116
+ "smarthr-ui/UnexpectedErrorScreen/apology": "Xin lỗi vì sự bất tiện này.",
117
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.",
118
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Vui lỏng thử các cách sau.",
119
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Hãy thử lại sau một lúc nữa.",
120
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)",
121
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Nếu vẫn chưa được, hãy thử cách sau.",
122
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.",
123
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.",
124
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.",
125
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.",
126
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Thông tin bảo trì & sửa lỗi",
127
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "Môi trường hoạt động của SmartHR",
128
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Làm sao để xoá cookie và cache của trình duyệt?",
129
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Thông tin cần cung cấp khi xảy ra lỗi"
130
+ };
131
+
132
+ module.exports = vi;
133
+ //# sourceMappingURL=vi_vn.json.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vi_vn.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,131 @@
1
+ var vi = {
2
+ "smarthr-ui/common/language": "Tiếng Nhật",
3
+ "smarthr-ui/ActionDialog/closeButtonLabel": "Hủy",
4
+ "smarthr-ui/AppHeader/school": "Lớp học",
5
+ "smarthr-ui/AppHeader/help": "Hỗ trợ",
6
+ "smarthr-ui/AppHeader/userSettings": "Cài đặt cá nhân",
7
+ "smarthr-ui/AppHeader/releaseNotes": "Release Note",
8
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "Thất bại trong việc tải Release Note. Hãy thử lại sau một lúc nữa.",
9
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "Xem tất cả các Release note",
10
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "Tính năng",
11
+ "smarthr-ui/AppHeader/MobileHeader/account": "Tài khoản",
12
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "Mở menu",
13
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "Đóng menu",
14
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "Tất cả Tính năng",
15
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "Menu quản lý",
16
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "Release note mới nhất",
17
+ "smarthr-ui/AppHeader/MobileHeader/back": "Quay lại",
18
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "Mở",
19
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "Đóng",
20
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "Nhập tên tính năng.",
21
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "Tính năng thường dùng",
22
+ "smarthr-ui/AppHeader/Launcher/allModeText": "Tất cả Tính năng",
23
+ "smarthr-ui/AppHeader/Launcher/listText": "Danh sách các tính năng",
24
+ "smarthr-ui/AppHeader/Launcher/helpText": "Tính năng thường dùng là gì",
25
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "Kết quả tìm kiếm",
26
+ "smarthr-ui/AppHeader/Launcher/emptyText": "Không tìm thấy tính năng tương thích.",
27
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "Thứ tự hiển thị",
28
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "Đang lựa chọn",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "Mặc định",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "Tên tính năng (A→Z)",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "Tên tính năng (Z→A)",
32
+ "smarthr-ui/AppLauncher/showAllText": "Xem tất cả",
33
+ "smarthr-ui/AppLauncher/triggerLabel": "Tính năng",
34
+ "smarthr-ui/Browser/notFoundDescription": "Hãy thử một điều kiện khác.",
35
+ "smarthr-ui/Browser/notFoundTitle": "Không có mục phù hợp.",
36
+ "smarthr-ui/Button/loading": "Đang xử lý",
37
+ "smarthr-ui/Calendar/currentYear": "Năm hiện tại",
38
+ "smarthr-ui/Calendar/nextMonth": "Tháng sau",
39
+ "smarthr-ui/Calendar/previousMonth": "Tháng trước",
40
+ "smarthr-ui/Calendar/selectYear": "Chọn năm",
41
+ "smarthr-ui/Combobox/addItemButtonLabel": "Thêm \"{name}\"",
42
+ "smarthr-ui/Combobox/loadingText": "Đang xử lý",
43
+ "smarthr-ui/Combobox/noResultsText": "Không có kết quả phù hợp.",
44
+ "smarthr-ui/DropdownMenuButton/triggerActive": "Đóng danh sách gợi ý",
45
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "Mở danh sách gợi ý",
46
+ "smarthr-ui/DropZone/selectButtonLabel": "Chọn tệp",
47
+ "smarthr-ui/FileViewer/rotateAlt": "Quay trái",
48
+ "smarthr-ui/FileViewer/scaleDownAlt": "Thu nhỏ",
49
+ "smarthr-ui/FileViewer/scaleRateLabel": "Tỷ lệ",
50
+ "smarthr-ui/FileViewer/scaleUpAlt": "Phóng to",
51
+ "smarthr-ui/FileViewer/unsupportedFileText": "Định dạng tệp không được hỗ trợ.",
52
+ "smarthr-ui/FilterDropdown/applyText": "Áp dụng",
53
+ "smarthr-ui/FilterDropdown/cancelText": "Hủy",
54
+ "smarthr-ui/FilterDropdown/resetText": "Hủy điều kiện lọc",
55
+ "smarthr-ui/FilterDropdown/status": "Đang áp dụng",
56
+ "smarthr-ui/FilterDropdown/triggerText": "Lọc",
57
+ "smarthr-ui/FormDialog/closeButtonLabel": "Hủy",
58
+ "smarthr-ui/InformationPanel/closeButtonLabel": "Đóng",
59
+ "smarthr-ui/InformationPanel/openButtonLabel": "Mở",
60
+ "smarthr-ui/InputFile/destroy": "Xóa",
61
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "Đang chọn",
62
+ "smarthr-ui/Loader/alt": "Đang xử lý",
63
+ "smarthr-ui/MessageDialog/closeButtonLabel": "Đóng",
64
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "Đóng",
65
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "Vị trí của hộp thoại",
66
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "Có thể kéo",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "Có thể di chuyển lên xuống trái phải bằng phím mũi tên",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "Từ trên xuống {top}px, từ trái sang {left}px",
69
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ": Xoá",
70
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "Mục đã chọn",
71
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "Đóng",
72
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "Trở về đầu",
73
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "Đi đến cuối",
74
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "Tiếp theo",
75
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "Quay lại",
76
+ "smarthr-ui/Pagination/itemButtonLabel": "Trang {page}",
77
+ "smarthr-ui/Pagination/navigationLabel": "Phân trang",
78
+ "smarthr-ui/RequiredLabel/text": "Bắt buộc",
79
+ "smarthr-ui/SearchInput/iconAlt": "Tìm",
80
+ "smarthr-ui/SideMenu/navigationLabel": "Side Menu",
81
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "Xóa",
82
+ "smarthr-ui/SortDropdown/applyText": "Áp dụng",
83
+ "smarthr-ui/SortDropdown/ascLabel": "Tăng dần",
84
+ "smarthr-ui/SortDropdown/cancelText": "Hủy",
85
+ "smarthr-ui/SortDropdown/descLabel": "Giảm dần",
86
+ "smarthr-ui/SortDropdown/sortFieldLabel": "Mục sắp xếp",
87
+ "smarthr-ui/SortDropdown/sortOrderLegend": "Thứ tự sắp xếp",
88
+ "smarthr-ui/StepFormDialog/backButtonLabel": "Quay lại",
89
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "Hủy",
90
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "Tiếp theo",
91
+ "smarthr-ui/StepStatusIcon/closedAlt": "Ngưng",
92
+ "smarthr-ui/StepStatusIcon/completedAlt": "Hoàn thành",
93
+ "smarthr-ui/Textarea/availableLetters": "Còn {availableLetters} ký tự nữa",
94
+ "smarthr-ui/Textarea/maxLettersExceeded": "Thửa {exceededLetters} ký tự",
95
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "Có thể nhập tối đa {maxLetters} ký tự.",
96
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "Mở trong tab mới",
97
+ "smarthr-ui/Th/sortDirectionAsc": "Tăng dần",
98
+ "smarthr-ui/Th/sortDirectionDesc": "Giảm dần",
99
+ "smarthr-ui/Th/sortDirectionNone": "Không sắp xếp",
100
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "Chọn/Bỏ chọn tất cả các mục",
101
+ "smarthr-ui/ThCheckbox/checkColumnName": "Chọn",
102
+ "smarthr-ui/ErrorScreen/homeLink": "Quay lại trang chủ",
103
+ "smarthr-ui/ErrorScreen/smarthrLink": "Quay lại SmartHR",
104
+ "smarthr-ui/AuthErrorScreen/title": "Đã xảy ra lỗi xác thực",
105
+ "smarthr-ui/ForbiddenErrorScreen/title": "Không có quyền hiển thị trang này",
106
+ "smarthr-ui/ForbiddenErrorScreen/description": "Vui lòng liên hệ với người phụ trách của công ty bạn để biết thêm chi tiết.",
107
+ "smarthr-ui/NotFoundErrorScreen/title": "Không tìm thấy trang.",
108
+ "smarthr-ui/NotFoundErrorScreen/description": "Trang bạn tìm kiếm hiện tạm thời không thể truy cập, hoặc có thể đã bị dời đi hoặc bị xóa.",
109
+ "smarthr-ui/UnauthorizedErrorScreen/title": "Đã đăng xuất do không phát sinh thao tác trong một khoảng thời gian nhất định.",
110
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "Do không phát sinh thao tác trong một khoảng thời gian nhất định, hệ thống đã tự động đăng xuất.",
111
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "Để truy cập, bạn cần đăng nhập lại.",
112
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "Đăng nhập lại",
113
+ "smarthr-ui/UnexpectedErrorScreen/title": "Đã xảy ra lỗi không mong muốn.",
114
+ "smarthr-ui/UnexpectedErrorScreen/apology": "Xin lỗi vì sự bất tiện này.",
115
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "Có khả năng đã xảy ra lỗi do một trong những nguyên nhân như lỗi mạng, môi trường hoạt động, lỗi trong file tải lên, v.v.",
116
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "Vui lỏng thử các cách sau.",
117
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "Hãy thử lại sau một lúc nữa.",
118
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "Hãy xem {maintenanceLink} (sẽ cần chút thời gian để tải thông tin)",
119
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "Nếu vẫn chưa được, hãy thử cách sau.",
120
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "Vui lòng xác nhận rằng bạn đã đáp ứng các điều kiện tại {environmentLink}.",
121
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "Hãy thử xoá cookie của trình duyệt. Để xem thêm thông tin chi tiết, hãy tham khảo trang {cookieCacheLink}.",
122
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "Nếu đã thử những cách trên nhưng vẫn không được, hãy đính kèm thông tin tại {errorInfoLink} rồi liên hệ người phụ trách / người có quyền quản trị SmartHR trong công ty bạn.",
123
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "Người có quyền quản trị SmartHR hãy gửi thông tin tại {errorInfoLink} đến khung chat phía dưới bên phải để được hỗ trợ.",
124
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "Thông tin bảo trì & sửa lỗi",
125
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "Môi trường hoạt động của SmartHR",
126
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. Làm sao để xoá cookie và cache của trình duyệt?",
127
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "Thông tin cần cung cấp khi xảy ra lỗi"
128
+ };
129
+
130
+ export { vi as default };
131
+ //# sourceMappingURL=vi_vn.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vi_vn.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ var zhCn = {
4
+ "smarthr-ui/common/language": "简体中文",
5
+ "smarthr-ui/ActionDialog/closeButtonLabel": "取消",
6
+ "smarthr-ui/AppHeader/school": "SmartHR 学堂",
7
+ "smarthr-ui/AppHeader/help": "帮助",
8
+ "smarthr-ui/AppHeader/userSettings": "个人设置",
9
+ "smarthr-ui/AppHeader/releaseNotes": "版本说明",
10
+ "smarthr-ui/AppHeader/releaseNotesLoadError": "版本更新说明读取失败。\n请稍后重新尝试。",
11
+ "smarthr-ui/AppHeader/seeAllReleaseNotes": "查看所有版本说明",
12
+ "smarthr-ui/AppHeader/DesktopHeader/appLauncherLabel": "应用",
13
+ "smarthr-ui/AppHeader/MobileHeader/account": "账号",
14
+ "smarthr-ui/AppHeader/MobileHeader/openMenu": "打开菜单",
15
+ "smarthr-ui/AppHeader/MobileHeader/closeMenu": "关闭菜单",
16
+ "smarthr-ui/AppHeader/MobileHeader/allAppButton": "所有应用",
17
+ "smarthr-ui/AppHeader/MobileHeader/managementMenu": "管理菜单",
18
+ "smarthr-ui/AppHeader/MobileHeader/latestReleaseNotes": "最新版本说明",
19
+ "smarthr-ui/AppHeader/MobileHeader/back": "返回",
20
+ "smarthr-ui/AppHeader/MobileHeader/openMenuAccordion": "展开",
21
+ "smarthr-ui/AppHeader/MobileHeader/closeMenuAccordion": "关闭",
22
+ "smarthr-ui/AppHeader/Launcher/searchInputTitle": "请输入应用名称。",
23
+ "smarthr-ui/AppHeader/Launcher/favoriteModeText": "常用应用",
24
+ "smarthr-ui/AppHeader/Launcher/allModeText": "所有应用",
25
+ "smarthr-ui/AppHeader/Launcher/listText": "应用列表",
26
+ "smarthr-ui/AppHeader/Launcher/helpText": "关于常用应用",
27
+ "smarthr-ui/AppHeader/Launcher/searchResultText": "搜索结果",
28
+ "smarthr-ui/AppHeader/Launcher/emptyText": "未找到匹配的应用。",
29
+ "smarthr-ui/AppHeader/Launcher/sortDropdownLabel": "显示排序",
30
+ "smarthr-ui/AppHeader/Launcher/sortDropdownSelected": "已选择",
31
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderDefault": "默认",
32
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameAsc": "以应用名称升序",
33
+ "smarthr-ui/AppHeader/Launcher/sortDropdownOrderNameDesc": "以应用名称降序",
34
+ "smarthr-ui/AppLauncher/showAllText": "查看全部",
35
+ "smarthr-ui/AppLauncher/triggerLabel": "应用",
36
+ "smarthr-ui/Browser/notFoundDescription": "请尝试其他条件。",
37
+ "smarthr-ui/Browser/notFoundTitle": "暂无符合条件的项目。",
38
+ "smarthr-ui/Button/loading": "处理中",
39
+ "smarthr-ui/Calendar/currentYear": "当前年份",
40
+ "smarthr-ui/Calendar/nextMonth": "下一月",
41
+ "smarthr-ui/Calendar/previousMonth": "上一月",
42
+ "smarthr-ui/Calendar/selectYear": "选择年份",
43
+ "smarthr-ui/Combobox/addItemButtonLabel": "添加“{name}”",
44
+ "smarthr-ui/Combobox/loadingText": "处理中",
45
+ "smarthr-ui/Combobox/noResultsText": "暂无符合条件的选项。",
46
+ "smarthr-ui/DropdownMenuButton/triggerActive": "收起选项",
47
+ "smarthr-ui/DropdownMenuButton/triggerInactive": "展开选项",
48
+ "smarthr-ui/DropZone/selectButtonLabel": "选择文件",
49
+ "smarthr-ui/FileViewer/rotateAlt": "左转",
50
+ "smarthr-ui/FileViewer/scaleDownAlt": "缩小",
51
+ "smarthr-ui/FileViewer/scaleRateLabel": "放大率(%)",
52
+ "smarthr-ui/FileViewer/scaleUpAlt": "放大",
53
+ "smarthr-ui/FileViewer/unsupportedFileText": "不支持的文件格式。",
54
+ "smarthr-ui/FilterDropdown/applyText": "启用",
55
+ "smarthr-ui/FilterDropdown/cancelText": "取消",
56
+ "smarthr-ui/FilterDropdown/resetText": "解除筛选条件",
57
+ "smarthr-ui/FilterDropdown/status": "已启用",
58
+ "smarthr-ui/FilterDropdown/triggerText": "筛选",
59
+ "smarthr-ui/FormDialog/closeButtonLabel": "取消",
60
+ "smarthr-ui/InformationPanel/closeButtonLabel": "关闭",
61
+ "smarthr-ui/InformationPanel/openButtonLabel": "展开",
62
+ "smarthr-ui/InputFile/destroy": "删除",
63
+ "smarthr-ui/LanguageSwitcher/checkIconAlt": "已选择",
64
+ "smarthr-ui/Loader/alt": "处理中",
65
+ "smarthr-ui/MessageDialog/closeButtonLabel": "关闭",
66
+ "smarthr-ui/ModelessDialog/closeButtonIconAlt": "关闭",
67
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaLabel": "对话框的位置",
68
+ "smarthr-ui/ModelessDialog/dialogHandlerAriaRoleDescription": "可拖动",
69
+ "smarthr-ui/ModelessDialog/dialogHandlerDescription": "按方向键可上下左右移动",
70
+ "smarthr-ui/ModelessDialog/dialogHandlerLiveRegionText": "上边距 {top} px,左边距 {left} px",
71
+ "smarthr-ui/MultiCombobox/destroyButtonIconAltSuffix": ":删除",
72
+ "smarthr-ui/MultiCombobox/selectedListAriaLabel": "已选项目",
73
+ "smarthr-ui/NotificationBar/closeButtonIconAlt": "关闭",
74
+ "smarthr-ui/Pagination/controllerItemButtonFirstLabel": "移至开头",
75
+ "smarthr-ui/Pagination/controllerItemButtonLastLabel": "移至末尾",
76
+ "smarthr-ui/Pagination/controllerItemButtonNextLabel": "下一步",
77
+ "smarthr-ui/Pagination/controllerItemButtonPreviousLabel": "上一步",
78
+ "smarthr-ui/Pagination/itemButtonLabel": "第 {page} 页",
79
+ "smarthr-ui/Pagination/navigationLabel": "分页",
80
+ "smarthr-ui/RequiredLabel/text": "必填",
81
+ "smarthr-ui/SearchInput/iconAlt": "搜索",
82
+ "smarthr-ui/SideMenu/navigationLabel": "侧边菜单",
83
+ "smarthr-ui/SingleCombobox/destroyButtonIconAlt": "清除",
84
+ "smarthr-ui/SortDropdown/applyText": "启用",
85
+ "smarthr-ui/SortDropdown/ascLabel": "升序",
86
+ "smarthr-ui/SortDropdown/cancelText": "取消",
87
+ "smarthr-ui/SortDropdown/descLabel": "降序",
88
+ "smarthr-ui/SortDropdown/sortFieldLabel": "排序项目",
89
+ "smarthr-ui/SortDropdown/sortOrderLegend": "排列顺序",
90
+ "smarthr-ui/StepFormDialog/backButtonLabel": "返回",
91
+ "smarthr-ui/StepFormDialog/closeButtonLabel": "取消",
92
+ "smarthr-ui/StepFormDialog/nextButtonLabel": "下一步",
93
+ "smarthr-ui/StepStatusIcon/closedAlt": "中断",
94
+ "smarthr-ui/StepStatusIcon/completedAlt": "已完成",
95
+ "smarthr-ui/Textarea/availableLetters": "还可输入 {availableLetters} 个字符",
96
+ "smarthr-ui/Textarea/maxLettersExceeded": "超出 {exceededLetters} 个字符",
97
+ "smarthr-ui/Textarea/screenReaderMaxLettersDescription": "最多可输入 {maxLetters} 个字符",
98
+ "smarthr-ui/OpenInNewTabIcon/openInNewTab": "在新标签页中打开",
99
+ "smarthr-ui/Th/sortDirectionAsc": "升序",
100
+ "smarthr-ui/Th/sortDirectionDesc": "降序",
101
+ "smarthr-ui/Th/sortDirectionNone": "无排序",
102
+ "smarthr-ui/ThCheckbox/checkAllInvisibleLabel": "选择/取消所有项目",
103
+ "smarthr-ui/ThCheckbox/checkColumnName": "选择",
104
+ "smarthr-ui/ErrorScreen/homeLink": "返回主页",
105
+ "smarthr-ui/ErrorScreen/smarthrLink": "返回 SmartHR",
106
+ "smarthr-ui/AuthErrorScreen/title": "认证过程中出现问题",
107
+ "smarthr-ui/ForbiddenErrorScreen/title": "您暂无查看本页面的权限",
108
+ "smarthr-ui/ForbiddenErrorScreen/description": "详情请咨询贵公司负责人或管理员。",
109
+ "smarthr-ui/NotFoundErrorScreen/title": "未找到您查找的页面",
110
+ "smarthr-ui/NotFoundErrorScreen/description": "您所查找的页面可能暂时无法访问,或已被移动或删除。",
111
+ "smarthr-ui/UnauthorizedErrorScreen/title": "由于长时间未操作,已退出登录",
112
+ "smarthr-ui/UnauthorizedErrorScreen/description1": "由于长时间未操作,系统已自动退出登录。",
113
+ "smarthr-ui/UnauthorizedErrorScreen/description2": "如需访问该页面,请重新登录。",
114
+ "smarthr-ui/UnauthorizedErrorScreen/reLoginButton": "重新登录",
115
+ "smarthr-ui/UnexpectedErrorScreen/title": "发生意外错误",
116
+ "smarthr-ui/UnexpectedErrorScreen/apology": "非常抱歉。",
117
+ "smarthr-ui/UnexpectedErrorScreen/possibleCause": "可能因临时网络问题、使用环境或上传文件内容等原因而出现错误。",
118
+ "smarthr-ui/UnexpectedErrorScreen/pleaseRetry": "请尝试以下操作。",
119
+ "smarthr-ui/UnexpectedErrorScreen/retryItem1": "请稍后重试。",
120
+ "smarthr-ui/UnexpectedErrorScreen/retryItem2": "请查看{maintenanceLink}(相关信息可能稍后更新)。",
121
+ "smarthr-ui/UnexpectedErrorScreen/ifNotResolved": "如果问题仍未解决,请确认以下内容。",
122
+ "smarthr-ui/UnexpectedErrorScreen/checkItem1": "请确认当前使用环境是否符合{environmentLink}。",
123
+ "smarthr-ui/UnexpectedErrorScreen/checkItem2": "请尝试删除浏览器的 Cookie 和缓存。详情请参阅{cookieCacheLink}。",
124
+ "smarthr-ui/UnexpectedErrorScreen/contactAdmin": "如果问题仍未解决,请将{errorInfoLink}中的信息提供给贵公司的劳务负责人或其他拥有 SmartHR 管理员权限的负责人。",
125
+ "smarthr-ui/UnexpectedErrorScreen/adminContact": "如果您是 SmartHR 管理员,请将{errorInfoLink}中的信息一并发送给我们,并通过右下角的聊天图标联系我们。",
126
+ "smarthr-ui/UnexpectedErrorScreen/maintenanceLink": "维护与故障",
127
+ "smarthr-ui/UnexpectedErrorScreen/environmentLink": "SmartHR 运行环境",
128
+ "smarthr-ui/UnexpectedErrorScreen/cookieCacheLink": "Q. 如何清除浏览器的 Cookie 和缓存?",
129
+ "smarthr-ui/UnexpectedErrorScreen/errorOccursInformation": "报错指引"
130
+ };
131
+
132
+ module.exports = zhCn;
133
+ //# sourceMappingURL=zh_hans_cn.json.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh_hans_cn.json.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}