react-aria 3.35.0 → 3.36.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/LICENSE +201 -0
- package/dist/import.mjs +2 -1
- package/dist/main.js +6 -2
- package/dist/module.js +2 -1
- package/dist/types.d.ts +4 -2
- package/i18n/ar-AE.js +1 -1
- package/i18n/ar-AE.mjs +1 -1
- package/i18n/bg-BG.js +1 -1
- package/i18n/bg-BG.mjs +1 -1
- package/i18n/cs-CZ.js +1 -1
- package/i18n/cs-CZ.mjs +1 -1
- package/i18n/da-DK.js +1 -1
- package/i18n/da-DK.mjs +1 -1
- package/i18n/de-DE.js +1 -1
- package/i18n/de-DE.mjs +1 -1
- package/i18n/el-GR.js +1 -1
- package/i18n/el-GR.mjs +1 -1
- package/i18n/en-US.js +1 -1
- package/i18n/en-US.mjs +1 -1
- package/i18n/es-ES.js +1 -1
- package/i18n/es-ES.mjs +1 -1
- package/i18n/et-EE.js +1 -1
- package/i18n/et-EE.mjs +1 -1
- package/i18n/fi-FI.js +1 -1
- package/i18n/fi-FI.mjs +1 -1
- package/i18n/fr-FR.js +1 -1
- package/i18n/fr-FR.mjs +1 -1
- package/i18n/he-IL.js +1 -1
- package/i18n/he-IL.mjs +1 -1
- package/i18n/hr-HR.js +1 -1
- package/i18n/hr-HR.mjs +1 -1
- package/i18n/hu-HU.js +1 -1
- package/i18n/hu-HU.mjs +1 -1
- package/i18n/it-IT.js +1 -1
- package/i18n/it-IT.mjs +1 -1
- package/i18n/ja-JP.js +1 -1
- package/i18n/ja-JP.mjs +1 -1
- package/i18n/ko-KR.js +1 -1
- package/i18n/ko-KR.mjs +1 -1
- package/i18n/lt-LT.js +1 -1
- package/i18n/lt-LT.mjs +1 -1
- package/i18n/lv-LV.js +1 -1
- package/i18n/lv-LV.mjs +1 -1
- package/i18n/nb-NO.js +1 -1
- package/i18n/nb-NO.mjs +1 -1
- package/i18n/nl-NL.js +1 -1
- package/i18n/nl-NL.mjs +1 -1
- package/i18n/pl-PL.js +1 -1
- package/i18n/pl-PL.mjs +1 -1
- package/i18n/pt-BR.js +1 -1
- package/i18n/pt-BR.mjs +1 -1
- package/i18n/pt-PT.js +1 -1
- package/i18n/pt-PT.mjs +1 -1
- package/i18n/ro-RO.js +1 -1
- package/i18n/ro-RO.mjs +1 -1
- package/i18n/ru-RU.js +1 -1
- package/i18n/ru-RU.mjs +1 -1
- package/i18n/sk-SK.js +1 -1
- package/i18n/sk-SK.mjs +1 -1
- package/i18n/sl-SI.js +1 -1
- package/i18n/sl-SI.mjs +1 -1
- package/i18n/sr-SP.js +1 -1
- package/i18n/sr-SP.mjs +1 -1
- package/i18n/sv-SE.js +1 -1
- package/i18n/sv-SE.mjs +1 -1
- package/i18n/tr-TR.js +1 -1
- package/i18n/tr-TR.mjs +1 -1
- package/i18n/uk-UA.js +1 -1
- package/i18n/uk-UA.mjs +1 -1
- package/i18n/zh-CN.js +1 -1
- package/i18n/zh-CN.mjs +1 -1
- package/i18n/zh-TW.js +1 -1
- package/i18n/zh-TW.mjs +1 -1
- package/package.json +45 -43
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2019 Adobe
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/dist/import.mjs
CHANGED
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export {useBreadcrumbItem, useBreadcrumbs} from '@react-aria/breadcrumbs';
|
|
14
|
-
export {useButton, useToggleButton} from '@react-aria/button';
|
|
14
|
+
export {useButton, useToggleButton, useToggleButtonGroup, useToggleButtonGroupItem} from '@react-aria/button';
|
|
15
15
|
export {useCalendar, useCalendarCell, useCalendarGrid, useRangeCalendar} from '@react-aria/calendar';
|
|
16
16
|
export {useCheckbox, useCheckboxGroup, useCheckboxGroupItem} from '@react-aria/checkbox';
|
|
17
17
|
export {useColorArea, useColorChannelField, useColorField, useColorSlider, useColorSwatch, useColorWheel} from '@react-aria/color';
|
|
18
18
|
export {useComboBox} from '@react-aria/combobox';
|
|
19
19
|
export {useDateField, useDatePicker, useDateRangePicker, useDateSegment, useTimeField} from '@react-aria/datepicker';
|
|
20
20
|
export {useDialog} from '@react-aria/dialog';
|
|
21
|
+
export {useDisclosure} from '@react-aria/disclosure';
|
|
21
22
|
export {useDrag, useDrop, useDraggableCollection, useDroppableCollection, useDroppableItem, useDropIndicator, useDraggableItem, useClipboard, DragPreview, ListDropTargetDelegate, DIRECTORY_DRAG_TYPE, isDirectoryDropItem, isFileDropItem, isTextDropItem} from '@react-aria/dnd';
|
|
22
23
|
export {FocusRing, FocusScope, useFocusManager, useFocusRing, useFocusable} from '@react-aria/focus';
|
|
23
24
|
export {I18nProvider, useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
package/dist/main.js
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
exports.useVisuallyHidden = exports.useTooltipTrigger = exports.useTooltip = exports.useToggleButton = exports.useTimeField = exports.useTextField = exports.useTagGroup = exports.useTag = exports.useTableSelectionCheckbox = exports.useTableSelectAllCheckbox = exports.useTableRowGroup = exports.useTableRow = exports.useTableHeaderRow = exports.useTableColumnResize = exports.useTableColumnHeader = exports.useTableCell = exports.useTable = exports.useTabPanel = exports.useTabList = exports.useTab = exports.useSwitch = exports.useSubmenuTrigger = exports.useSliderThumb = exports.useSlider = exports.useSeparator = exports.useSelect = exports.useSearchField = void 0;
|
|
4
|
+
exports.useRadioGroup = exports.useRadio = exports.useProgressBar = exports.usePreventScroll = exports.usePress = exports.usePopover = exports.useOverlayTrigger = exports.useOverlayPosition = exports.useOverlay = exports.useOption = exports.useObjectRef = exports.useNumberFormatter = exports.useNumberField = exports.useMove = exports.useModalProvider = exports.useModalOverlay = exports.useModal = exports.useMeter = exports.useMessageFormatter = exports.useMenuTrigger = exports.useMenuSection = exports.useMenuItem = exports.useMenu = exports.useLongPress = exports.useLocalizedStringFormatter = exports.useLocale = exports.useListBoxSection = exports.useListBox = exports.useLink = exports.useLabel = exports.useKeyboard = exports.useIsSSR = exports.useInteractOutside = exports.useId = exports.useHover = exports.useHiddenSelect = exports.useGridListSelectionCheckbox = exports.useGridListItem = exports.useGridList = exports.useFocusable = exports.useFocusWithin = exports.useFocusVisible = exports.useFocusRing = exports.useFocusManager = exports.useFocus = exports.useFilter = exports.useField = exports.useDroppableItem = exports.useDroppableCollection = exports.useDropIndicator = exports.useDrop = exports.useDraggableItem = exports.useDraggableCollection = exports.useDrag = exports.useDisclosure = exports.useDialog = exports.useDateSegment = exports.useDateRangePicker = exports.useDatePicker = exports.useDateFormatter = exports.useDateField = exports.useComboBox = exports.useColorWheel = exports.useColorSwatch = exports.useColorSlider = exports.useColorField = exports.useColorChannelField = exports.useColorArea = exports.useCollator = exports.useClipboard = exports.useCheckboxGroupItem = exports.useCheckboxGroup = exports.useCheckbox = exports.useCalendarGrid = exports.useCalendarCell = exports.useCalendar = exports.useButton = exports.useBreadcrumbs = exports.useBreadcrumbItem = exports.mergeProps = exports.isTextDropItem = exports.isFileDropItem = exports.isDirectoryDropItem = exports.chain = exports.VisuallyHidden = exports.SSRProvider = exports.RouterProvider = exports.OverlayProvider = exports.OverlayContainer = exports.Overlay = exports.ModalProvider = exports.ListKeyboardDelegate = exports.ListDropTargetDelegate = exports.I18nProvider = exports.HiddenSelect = exports.FocusScope = exports.FocusRing = exports.DragPreview = exports.DismissButton = exports.DIRECTORY_DRAG_TYPE = void 0;
|
|
5
|
+
exports.useVisuallyHidden = exports.useTooltipTrigger = exports.useTooltip = exports.useToggleButtonGroupItem = exports.useToggleButtonGroup = exports.useToggleButton = exports.useTimeField = exports.useTextField = exports.useTagGroup = exports.useTag = exports.useTableSelectionCheckbox = exports.useTableSelectAllCheckbox = exports.useTableRowGroup = exports.useTableRow = exports.useTableHeaderRow = exports.useTableColumnResize = exports.useTableColumnHeader = exports.useTableCell = exports.useTable = exports.useTabPanel = exports.useTabList = exports.useTab = exports.useSwitch = exports.useSubmenuTrigger = exports.useSliderThumb = exports.useSlider = exports.useSeparator = exports.useSelect = exports.useSearchField = exports.useRangeCalendar = void 0;
|
|
6
6
|
var _breadcrumbs = require("@react-aria/breadcrumbs");
|
|
7
7
|
exports.useBreadcrumbItem = _breadcrumbs.useBreadcrumbItem;
|
|
8
8
|
exports.useBreadcrumbs = _breadcrumbs.useBreadcrumbs;
|
|
9
9
|
var _button = require("@react-aria/button");
|
|
10
10
|
exports.useButton = _button.useButton;
|
|
11
11
|
exports.useToggleButton = _button.useToggleButton;
|
|
12
|
+
exports.useToggleButtonGroup = _button.useToggleButtonGroup;
|
|
13
|
+
exports.useToggleButtonGroupItem = _button.useToggleButtonGroupItem;
|
|
12
14
|
var _calendar = require("@react-aria/calendar");
|
|
13
15
|
exports.useCalendar = _calendar.useCalendar;
|
|
14
16
|
exports.useCalendarCell = _calendar.useCalendarCell;
|
|
@@ -35,6 +37,8 @@ exports.useDateSegment = _datepicker.useDateSegment;
|
|
|
35
37
|
exports.useTimeField = _datepicker.useTimeField;
|
|
36
38
|
var _dialog = require("@react-aria/dialog");
|
|
37
39
|
exports.useDialog = _dialog.useDialog;
|
|
40
|
+
var _disclosure = require("@react-aria/disclosure");
|
|
41
|
+
exports.useDisclosure = _disclosure.useDisclosure;
|
|
38
42
|
var _dnd = require("@react-aria/dnd");
|
|
39
43
|
exports.useDrag = _dnd.useDrag;
|
|
40
44
|
exports.useDrop = _dnd.useDrop;
|
package/dist/module.js
CHANGED
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export {useBreadcrumbItem, useBreadcrumbs} from '@react-aria/breadcrumbs';
|
|
14
|
-
export {useButton, useToggleButton} from '@react-aria/button';
|
|
14
|
+
export {useButton, useToggleButton, useToggleButtonGroup, useToggleButtonGroupItem} from '@react-aria/button';
|
|
15
15
|
export {useCalendar, useCalendarCell, useCalendarGrid, useRangeCalendar} from '@react-aria/calendar';
|
|
16
16
|
export {useCheckbox, useCheckboxGroup, useCheckboxGroupItem} from '@react-aria/checkbox';
|
|
17
17
|
export {useColorArea, useColorChannelField, useColorField, useColorSlider, useColorSwatch, useColorWheel} from '@react-aria/color';
|
|
18
18
|
export {useComboBox} from '@react-aria/combobox';
|
|
19
19
|
export {useDateField, useDatePicker, useDateRangePicker, useDateSegment, useTimeField} from '@react-aria/datepicker';
|
|
20
20
|
export {useDialog} from '@react-aria/dialog';
|
|
21
|
+
export {useDisclosure} from '@react-aria/disclosure';
|
|
21
22
|
export {useDrag, useDrop, useDraggableCollection, useDroppableCollection, useDroppableItem, useDropIndicator, useDraggableItem, useClipboard, DragPreview, ListDropTargetDelegate, DIRECTORY_DRAG_TYPE, isDirectoryDropItem, isFileDropItem, isTextDropItem} from '@react-aria/dnd';
|
|
22
23
|
export {FocusRing, FocusScope, useFocusManager, useFocusRing, useFocusable} from '@react-aria/focus';
|
|
23
24
|
export {I18nProvider, useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
package/dist/types.d.ts
CHANGED
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export {useBreadcrumbItem, useBreadcrumbs} from '@react-aria/breadcrumbs';
|
|
14
|
-
export {useButton, useToggleButton} from '@react-aria/button';
|
|
14
|
+
export {useButton, useToggleButton, useToggleButtonGroup, useToggleButtonGroupItem} from '@react-aria/button';
|
|
15
15
|
export {useCalendar, useCalendarCell, useCalendarGrid, useRangeCalendar} from '@react-aria/calendar';
|
|
16
16
|
export {useCheckbox, useCheckboxGroup, useCheckboxGroupItem} from '@react-aria/checkbox';
|
|
17
17
|
export {useColorArea, useColorChannelField, useColorField, useColorSlider, useColorSwatch, useColorWheel} from '@react-aria/color';
|
|
18
18
|
export {useComboBox} from '@react-aria/combobox';
|
|
19
19
|
export {useDateField, useDatePicker, useDateRangePicker, useDateSegment, useTimeField} from '@react-aria/datepicker';
|
|
20
20
|
export {useDialog} from '@react-aria/dialog';
|
|
21
|
+
export {useDisclosure} from '@react-aria/disclosure';
|
|
21
22
|
export {useDrag, useDrop, useDraggableCollection, useDroppableCollection, useDroppableItem, useDropIndicator, useDraggableItem, useClipboard, DragPreview, ListDropTargetDelegate, DIRECTORY_DRAG_TYPE, isDirectoryDropItem, isFileDropItem, isTextDropItem} from '@react-aria/dnd';
|
|
22
23
|
export {FocusRing, FocusScope, useFocusManager, useFocusRing, useFocusable} from '@react-aria/focus';
|
|
23
24
|
export {I18nProvider, useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
@@ -48,13 +49,14 @@ export {chain, mergeProps, useId, useObjectRef, RouterProvider} from '@react-ari
|
|
|
48
49
|
export {VisuallyHidden, useVisuallyHidden} from '@react-aria/visually-hidden';
|
|
49
50
|
|
|
50
51
|
export type {AriaBreadcrumbItemProps, AriaBreadcrumbsProps, BreadcrumbItemAria, BreadcrumbsAria} from '@react-aria/breadcrumbs';
|
|
51
|
-
export type {AriaButtonOptions, AriaButtonProps, AriaToggleButtonProps, ButtonAria} from '@react-aria/button';
|
|
52
|
+
export type {AriaButtonOptions, AriaButtonProps, AriaToggleButtonProps, ButtonAria, AriaToggleButtonGroupProps, ToggleButtonGroupAria} from '@react-aria/button';
|
|
52
53
|
export type {AriaCalendarCellProps, AriaCalendarGridProps, AriaCalendarProps, AriaRangeCalendarProps, CalendarAria, CalendarCellAria, CalendarGridAria, CalendarProps, RangeCalendarProps} from '@react-aria/calendar';
|
|
53
54
|
export type {AriaCheckboxGroupItemProps, AriaCheckboxGroupProps, AriaCheckboxProps, CheckboxAria, CheckboxGroupAria} from '@react-aria/checkbox';
|
|
54
55
|
export type {AriaColorAreaOptions, AriaColorChannelFieldProps, AriaColorFieldProps, AriaColorSliderOptions, AriaColorSwatchProps, AriaColorWheelOptions, ColorAreaAria, ColorChannelFieldAria, ColorFieldAria, ColorSliderAria, ColorSwatchAria, ColorWheelAria} from '@react-aria/color';
|
|
55
56
|
export type {AriaComboBoxOptions, AriaComboBoxProps, ComboBoxAria} from '@react-aria/combobox';
|
|
56
57
|
export type {AriaDateFieldProps, AriaDatePickerProps, AriaDateRangePickerProps, AriaTimeFieldProps, DateFieldAria, DatePickerAria, DateRangePickerAria, DateSegmentAria, DateRange, DateValue, TimeValue} from '@react-aria/datepicker';
|
|
57
58
|
export type {AriaDialogProps, DialogAria} from '@react-aria/dialog';
|
|
59
|
+
export type {DisclosureAria, AriaDisclosureProps} from '@react-aria/disclosure';
|
|
58
60
|
export type {AriaFocusRingProps, FocusableAria, FocusableOptions, FocusManager, FocusManagerOptions, FocusRingAria, FocusRingProps, FocusScopeProps} from '@react-aria/focus';
|
|
59
61
|
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, I18nProviderProps, Locale, LocalizedStringFormatter, LocalizedStrings} from '@react-aria/i18n';
|
|
60
62
|
export type {ClipboardProps, ClipboardResult, DirectoryDropItem, DragEndEvent, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionOptions, DraggableCollectionStartEvent, DraggableItemProps, DraggableItemResult, DragItem, DragMoveEvent, DragOptions, DragPreviewProps, DragPreviewRenderer, DragResult, DragStartEvent, DragTypes, DropEnterEvent, DropEvent, DropExitEvent, DropIndicatorAria, DropIndicatorProps, DropItem, DropMoveEvent, DropOperation, DropOptions, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionMoveEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionOptions, DroppableCollectionReorderEvent, DroppableCollectionResult, DroppableCollectionRootDropEvent, DroppableItemOptions, DroppableItemResult, DropPosition, DropResult, DropTarget, DropTargetDelegate, FileDropItem, ItemDropTarget, RootDropTarget, TextDropItem} from '@react-aria/dnd';
|
package/i18n/ar-AE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:`عناصر الواجهة`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} إلى ${e.endDate}`,dateSelected:e=>`${e.date} المحدد`,finishRangeSelectionPrompt:`انقر لإنهاء عملية تحديد نطاق التاريخ`,maximumDate:`آخر تاريخ متاح`,minimumDate:`أول تاريخ متاح`,next:`التالي`,previous:`السابق`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.dateRange}`,startRangeSelectionPrompt:`انقر لبدء عملية تحديد نطاق التاريخ`,todayDate:e=>`اليوم، ${e.date}`,todayDateSelected:e=>`اليوم، ${e.date} محدد`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`أداة انتقاء اللون`,colorSwatch:`تغيير الألوان`,transparent:`شفاف`,twoDimensionalSlider:`مُنزلق 2D`},"@react-aria/combobox":{buttonLabel:`عرض المقترحات`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} خيار`,other:()=>`${t.number(e.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`المجموعة المدخلة ${e.groupTitle}, مع ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} خيار`,other:()=>`${t.number(e.groupCount)} خيارات`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, محدد`,other:""},e.isSelected)}`,listboxLabel:`مقترحات`,selectedAnnouncement:e=>`${e.optionText}، محدد`},"@react-aria/datepicker":{calendar:`التقويم`,day:`يوم`,dayPeriod:`ص/م`,endDate:`تاريخ الانتهاء`,era:`العصر`,hour:`الساعات`,minute:`الدقائق`,month:`الشهر`,second:`الثواني`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.startDate} إلى ${e.endDate}`,selectedTimeDescription:e=>`الوقت المحدد: ${e.time}`,startDate:`تاريخ البدء`,timeZoneName:`التوقيت`,weekday:`اليوم`,year:`السنة`},"@react-aria/dnd":{dragDescriptionKeyboard:`اضغط Enter لبدء السحب.`,dragDescriptionKeyboardAlt:`اضغط على Alt + Enter لبدء السحب.`,dragDescriptionLongPress:`اضغط باستمرار لبدء السحب.`,dragDescriptionTouch:`اضغط مرتين لبدء السحب.`,dragDescriptionVirtual:`انقر لبدء السحب.`,dragItem:e=>`اسحب ${e.itemText}`,dragSelectedItems:(e,t)=>`اسحب ${t.plural(e.count,{one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عناصر محددة`})}`,dragSelectedKeyboard:(e,t)=>`اضغط على Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedKeyboardAlt:(e,t)=>`اضغط على مفتاحي Alt + Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedLongPress:(e,t)=>`اضغط باستمرار للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragStartedKeyboard:`بدأ السحب. اضغط Tab للانتقال إلى موضع الإفلات، ثم اضغط Enter للإفلات، أو اضغط Escape للإلغاء.`,dragStartedTouch:`بدأ السحب. انتقل إلى موضع الإفلات، ثم اضغط مرتين للإفلات.`,dragStartedVirtual:`بدأ السحب. انتقل إلى مكان الإفلات، ثم انقر أو اضغط Enter للإفلات.`,dropCanceled:`تم إلغاء الإفلات.`,dropComplete:`اكتمل الإفلات.`,dropDescriptionKeyboard:`اضغط Enter للإفلات. اضغط Escape لإلغاء السحب.`,dropDescriptionTouch:`اضغط مرتين للإفلات.`,dropDescriptionVirtual:`انقر للإفلات.`,dropIndicator:`مؤشر الإفلات`,dropOnItem:e=>`إفلات ${e.itemText}`,dropOnRoot:`الإفلات`,endDragKeyboard:`السحب. اضغط Enter لإلغاء السحب.`,endDragTouch:`السحب. اضغط مرتين لإلغاء السحب.`,endDragVirtual:`السحب. انقر لإلغاء السحب.`,insertAfter:e=>`أدخل بعد ${e.itemText}`,insertBefore:e=>`أدخل قبل ${e.itemText}`,insertBetween:e=>`أدخل بين ${e.beforeItemText} و ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} غير المحدد`,longPressToSelect:`اضغط مطولًا للدخول إلى وضع التحديد.`,select:`تحديد`,selectedAll:`جميع العناصر المحددة.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`لم يتم تحديد عناصر`,one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عنصر محدد`})}.`,selectedItem:e=>`${e.item} المحدد`},"@react-aria/gridlist":{hasActionAnnouncement:`يحتوي الصف على إجراء`,hasLinkAnnouncement:e=>`يحتوي الصف على رابط: ${e.link}`},"@react-aria/menu":{longPressMessage:`اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`},"@react-aria/numberfield":{decrease:e=>`خفض ${e.fieldLabel}`,increase:e=>`زيادة ${e.fieldLabel}`,numberField:`حقل رقمي`},"@react-aria/overlays":{dismiss:`تجاهل`},"@react-aria/
|
|
1
|
+
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:`عناصر الواجهة`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} إلى ${e.endDate}`,dateSelected:e=>`${e.date} المحدد`,finishRangeSelectionPrompt:`انقر لإنهاء عملية تحديد نطاق التاريخ`,maximumDate:`آخر تاريخ متاح`,minimumDate:`أول تاريخ متاح`,next:`التالي`,previous:`السابق`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.dateRange}`,startRangeSelectionPrompt:`انقر لبدء عملية تحديد نطاق التاريخ`,todayDate:e=>`اليوم، ${e.date}`,todayDateSelected:e=>`اليوم، ${e.date} محدد`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`أداة انتقاء اللون`,colorSwatch:`تغيير الألوان`,transparent:`شفاف`,twoDimensionalSlider:`مُنزلق 2D`},"@react-aria/combobox":{buttonLabel:`عرض المقترحات`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} خيار`,other:()=>`${t.number(e.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`المجموعة المدخلة ${e.groupTitle}, مع ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} خيار`,other:()=>`${t.number(e.groupCount)} خيارات`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, محدد`,other:""},e.isSelected)}`,listboxLabel:`مقترحات`,selectedAnnouncement:e=>`${e.optionText}، محدد`},"@react-aria/datepicker":{calendar:`التقويم`,day:`يوم`,dayPeriod:`ص/م`,endDate:`تاريخ الانتهاء`,era:`العصر`,hour:`الساعات`,minute:`الدقائق`,month:`الشهر`,second:`الثواني`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.startDate} إلى ${e.endDate}`,selectedTimeDescription:e=>`الوقت المحدد: ${e.time}`,startDate:`تاريخ البدء`,timeZoneName:`التوقيت`,weekday:`اليوم`,year:`السنة`},"@react-aria/dnd":{dragDescriptionKeyboard:`اضغط Enter لبدء السحب.`,dragDescriptionKeyboardAlt:`اضغط على Alt + Enter لبدء السحب.`,dragDescriptionLongPress:`اضغط باستمرار لبدء السحب.`,dragDescriptionTouch:`اضغط مرتين لبدء السحب.`,dragDescriptionVirtual:`انقر لبدء السحب.`,dragItem:e=>`اسحب ${e.itemText}`,dragSelectedItems:(e,t)=>`اسحب ${t.plural(e.count,{one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عناصر محددة`})}`,dragSelectedKeyboard:(e,t)=>`اضغط على Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedKeyboardAlt:(e,t)=>`اضغط على مفتاحي Alt + Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedLongPress:(e,t)=>`اضغط باستمرار للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragStartedKeyboard:`بدأ السحب. اضغط Tab للانتقال إلى موضع الإفلات، ثم اضغط Enter للإفلات، أو اضغط Escape للإلغاء.`,dragStartedTouch:`بدأ السحب. انتقل إلى موضع الإفلات، ثم اضغط مرتين للإفلات.`,dragStartedVirtual:`بدأ السحب. انتقل إلى مكان الإفلات، ثم انقر أو اضغط Enter للإفلات.`,dropCanceled:`تم إلغاء الإفلات.`,dropComplete:`اكتمل الإفلات.`,dropDescriptionKeyboard:`اضغط Enter للإفلات. اضغط Escape لإلغاء السحب.`,dropDescriptionTouch:`اضغط مرتين للإفلات.`,dropDescriptionVirtual:`انقر للإفلات.`,dropIndicator:`مؤشر الإفلات`,dropOnItem:e=>`إفلات ${e.itemText}`,dropOnRoot:`الإفلات`,endDragKeyboard:`السحب. اضغط Enter لإلغاء السحب.`,endDragTouch:`السحب. اضغط مرتين لإلغاء السحب.`,endDragVirtual:`السحب. انقر لإلغاء السحب.`,insertAfter:e=>`أدخل بعد ${e.itemText}`,insertBefore:e=>`أدخل قبل ${e.itemText}`,insertBetween:e=>`أدخل بين ${e.beforeItemText} و ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} غير المحدد`,longPressToSelect:`اضغط مطولًا للدخول إلى وضع التحديد.`,select:`تحديد`,selectedAll:`جميع العناصر المحددة.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`لم يتم تحديد عناصر`,one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عنصر محدد`})}.`,selectedItem:e=>`${e.item} المحدد`},"@react-aria/gridlist":{hasActionAnnouncement:`يحتوي الصف على إجراء`,hasLinkAnnouncement:e=>`يحتوي الصف على رابط: ${e.link}`},"@react-aria/menu":{longPressMessage:`اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`},"@react-aria/numberfield":{decrease:e=>`خفض ${e.fieldLabel}`,increase:e=>`زيادة ${e.fieldLabel}`,numberField:`حقل رقمي`},"@react-aria/overlays":{dismiss:`تجاهل`},"@react-aria/searchfield":{"Clear search":`مسح البحث`},"@react-aria/spinbutton":{Empty:`فارغ`},"@react-aria/steplist":{steplist:`قائمة الخطوات`},"@react-aria/table":{ascending:`تصاعدي`,ascendingSort:e=>`ترتيب حسب العمود ${e.columnName} بترتيب تصاعدي`,columnSize:e=>`${e.value} بالبكسل`,descending:`تنازلي`,descendingSort:e=>`ترتيب حسب العمود ${e.columnName} بترتيب تنازلي`,resizerDescription:`اضغط على مفتاح Enter لبدء تغيير الحجم`,select:`تحديد`,selectAll:`تحديد الكل`,sortable:`عمود قابل للترتيب`},"@react-aria/tag":{removeButtonLabel:`إزالة`,removeDescription:`اضغط على مفتاح DELETE لإزالة علامة.`},"@react-aria/toast":{close:`إغلاق`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} إشعار`,other:()=>`${t.number(e.count)} إشعارات`})}.`},"@react-aria/tree":{collapse:`طي`,expand:`تمديد`},"@react-stately/color":{alpha:`ألفا`,black:`أسود`,blue:`أزرق`,"blue purple":`أرجواني مزرق`,brightness:`السطوع`,brown:`بني`,"brown yellow":`أصفر بني`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`سماوي`,"cyan blue":`أزرق سماوي`,dark:`داكن`,gray:`رمادي`,grayish:`مائل للرمادي`,green:`أخضر`,"green cyan":`سماوي مخضر`,hue:`درجة اللون`,light:`فاتح`,lightness:`الإضاءة`,magenta:`أرجواني`,"magenta pink":`أرجواني وردي`,orange:`برتقالي`,"orange yellow":`أصفر برتقالي`,pale:`باهت`,pink:`وردي`,"pink red":`أحمر وردي`,purple:`أرجواني`,"purple magenta":`بنفسجي`,red:`أحمر`,"red orange":`برتقالي محمر`,saturation:`التشبع`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} شفاف`,"very dark":`داكن جدًا`,"very light":`فاتح جدًا`,vibrant:`ساطع`,white:`أبيض`,yellow:`أصفر`,"yellow green":`أخضر مصفر`},"@react-stately/datepicker":{rangeOverflow:e=>`يجب أن تكون القيمة ${e.maxValue} أو قبل ذلك.`,rangeReversed:`تاريخ البدء يجب أن يكون قبل تاريخ الانتهاء.`,rangeUnderflow:e=>`يجب أن تكون القيمة ${e.minValue} أو بعد ذلك.`,unavailableDate:`البيانات المحددة غير متاحة.`}};
|
package/i18n/ar-AE.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default{"@react-aria/breadcrumbs":{breadcrumbs:`عناصر الواجهة`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} إلى ${e.endDate}`,dateSelected:e=>`${e.date} المحدد`,finishRangeSelectionPrompt:`انقر لإنهاء عملية تحديد نطاق التاريخ`,maximumDate:`آخر تاريخ متاح`,minimumDate:`أول تاريخ متاح`,next:`التالي`,previous:`السابق`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.dateRange}`,startRangeSelectionPrompt:`انقر لبدء عملية تحديد نطاق التاريخ`,todayDate:e=>`اليوم، ${e.date}`,todayDateSelected:e=>`اليوم، ${e.date} محدد`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`أداة انتقاء اللون`,colorSwatch:`تغيير الألوان`,transparent:`شفاف`,twoDimensionalSlider:`مُنزلق 2D`},"@react-aria/combobox":{buttonLabel:`عرض المقترحات`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} خيار`,other:()=>`${t.number(e.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`المجموعة المدخلة ${e.groupTitle}, مع ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} خيار`,other:()=>`${t.number(e.groupCount)} خيارات`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, محدد`,other:""},e.isSelected)}`,listboxLabel:`مقترحات`,selectedAnnouncement:e=>`${e.optionText}، محدد`},"@react-aria/datepicker":{calendar:`التقويم`,day:`يوم`,dayPeriod:`ص/م`,endDate:`تاريخ الانتهاء`,era:`العصر`,hour:`الساعات`,minute:`الدقائق`,month:`الشهر`,second:`الثواني`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.startDate} إلى ${e.endDate}`,selectedTimeDescription:e=>`الوقت المحدد: ${e.time}`,startDate:`تاريخ البدء`,timeZoneName:`التوقيت`,weekday:`اليوم`,year:`السنة`},"@react-aria/dnd":{dragDescriptionKeyboard:`اضغط Enter لبدء السحب.`,dragDescriptionKeyboardAlt:`اضغط على Alt + Enter لبدء السحب.`,dragDescriptionLongPress:`اضغط باستمرار لبدء السحب.`,dragDescriptionTouch:`اضغط مرتين لبدء السحب.`,dragDescriptionVirtual:`انقر لبدء السحب.`,dragItem:e=>`اسحب ${e.itemText}`,dragSelectedItems:(e,t)=>`اسحب ${t.plural(e.count,{one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عناصر محددة`})}`,dragSelectedKeyboard:(e,t)=>`اضغط على Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedKeyboardAlt:(e,t)=>`اضغط على مفتاحي Alt + Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedLongPress:(e,t)=>`اضغط باستمرار للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragStartedKeyboard:`بدأ السحب. اضغط Tab للانتقال إلى موضع الإفلات، ثم اضغط Enter للإفلات، أو اضغط Escape للإلغاء.`,dragStartedTouch:`بدأ السحب. انتقل إلى موضع الإفلات، ثم اضغط مرتين للإفلات.`,dragStartedVirtual:`بدأ السحب. انتقل إلى مكان الإفلات، ثم انقر أو اضغط Enter للإفلات.`,dropCanceled:`تم إلغاء الإفلات.`,dropComplete:`اكتمل الإفلات.`,dropDescriptionKeyboard:`اضغط Enter للإفلات. اضغط Escape لإلغاء السحب.`,dropDescriptionTouch:`اضغط مرتين للإفلات.`,dropDescriptionVirtual:`انقر للإفلات.`,dropIndicator:`مؤشر الإفلات`,dropOnItem:e=>`إفلات ${e.itemText}`,dropOnRoot:`الإفلات`,endDragKeyboard:`السحب. اضغط Enter لإلغاء السحب.`,endDragTouch:`السحب. اضغط مرتين لإلغاء السحب.`,endDragVirtual:`السحب. انقر لإلغاء السحب.`,insertAfter:e=>`أدخل بعد ${e.itemText}`,insertBefore:e=>`أدخل قبل ${e.itemText}`,insertBetween:e=>`أدخل بين ${e.beforeItemText} و ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} غير المحدد`,longPressToSelect:`اضغط مطولًا للدخول إلى وضع التحديد.`,select:`تحديد`,selectedAll:`جميع العناصر المحددة.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`لم يتم تحديد عناصر`,one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عنصر محدد`})}.`,selectedItem:e=>`${e.item} المحدد`},"@react-aria/gridlist":{hasActionAnnouncement:`يحتوي الصف على إجراء`,hasLinkAnnouncement:e=>`يحتوي الصف على رابط: ${e.link}`},"@react-aria/menu":{longPressMessage:`اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`},"@react-aria/numberfield":{decrease:e=>`خفض ${e.fieldLabel}`,increase:e=>`زيادة ${e.fieldLabel}`,numberField:`حقل رقمي`},"@react-aria/overlays":{dismiss:`تجاهل`},"@react-aria/
|
|
1
|
+
export default{"@react-aria/breadcrumbs":{breadcrumbs:`عناصر الواجهة`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} إلى ${e.endDate}`,dateSelected:e=>`${e.date} المحدد`,finishRangeSelectionPrompt:`انقر لإنهاء عملية تحديد نطاق التاريخ`,maximumDate:`آخر تاريخ متاح`,minimumDate:`أول تاريخ متاح`,next:`التالي`,previous:`السابق`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.dateRange}`,startRangeSelectionPrompt:`انقر لبدء عملية تحديد نطاق التاريخ`,todayDate:e=>`اليوم، ${e.date}`,todayDateSelected:e=>`اليوم، ${e.date} محدد`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`أداة انتقاء اللون`,colorSwatch:`تغيير الألوان`,transparent:`شفاف`,twoDimensionalSlider:`مُنزلق 2D`},"@react-aria/combobox":{buttonLabel:`عرض المقترحات`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} خيار`,other:()=>`${t.number(e.optionCount)} خيارات`})} متاحة.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`المجموعة المدخلة ${e.groupTitle}, مع ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} خيار`,other:()=>`${t.number(e.groupCount)} خيارات`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, محدد`,other:""},e.isSelected)}`,listboxLabel:`مقترحات`,selectedAnnouncement:e=>`${e.optionText}، محدد`},"@react-aria/datepicker":{calendar:`التقويم`,day:`يوم`,dayPeriod:`ص/م`,endDate:`تاريخ الانتهاء`,era:`العصر`,hour:`الساعات`,minute:`الدقائق`,month:`الشهر`,second:`الثواني`,selectedDateDescription:e=>`تاريخ محدد: ${e.date}`,selectedRangeDescription:e=>`المدى الزمني المحدد: ${e.startDate} إلى ${e.endDate}`,selectedTimeDescription:e=>`الوقت المحدد: ${e.time}`,startDate:`تاريخ البدء`,timeZoneName:`التوقيت`,weekday:`اليوم`,year:`السنة`},"@react-aria/dnd":{dragDescriptionKeyboard:`اضغط Enter لبدء السحب.`,dragDescriptionKeyboardAlt:`اضغط على Alt + Enter لبدء السحب.`,dragDescriptionLongPress:`اضغط باستمرار لبدء السحب.`,dragDescriptionTouch:`اضغط مرتين لبدء السحب.`,dragDescriptionVirtual:`انقر لبدء السحب.`,dragItem:e=>`اسحب ${e.itemText}`,dragSelectedItems:(e,t)=>`اسحب ${t.plural(e.count,{one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عناصر محددة`})}`,dragSelectedKeyboard:(e,t)=>`اضغط على Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedKeyboardAlt:(e,t)=>`اضغط على مفتاحي Alt + Enter للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragSelectedLongPress:(e,t)=>`اضغط باستمرار للسحب ${t.plural(e.count,{one:`عدد العناصر المختارة`,other:`عدد العناصر المختارة`})}.`,dragStartedKeyboard:`بدأ السحب. اضغط Tab للانتقال إلى موضع الإفلات، ثم اضغط Enter للإفلات، أو اضغط Escape للإلغاء.`,dragStartedTouch:`بدأ السحب. انتقل إلى موضع الإفلات، ثم اضغط مرتين للإفلات.`,dragStartedVirtual:`بدأ السحب. انتقل إلى مكان الإفلات، ثم انقر أو اضغط Enter للإفلات.`,dropCanceled:`تم إلغاء الإفلات.`,dropComplete:`اكتمل الإفلات.`,dropDescriptionKeyboard:`اضغط Enter للإفلات. اضغط Escape لإلغاء السحب.`,dropDescriptionTouch:`اضغط مرتين للإفلات.`,dropDescriptionVirtual:`انقر للإفلات.`,dropIndicator:`مؤشر الإفلات`,dropOnItem:e=>`إفلات ${e.itemText}`,dropOnRoot:`الإفلات`,endDragKeyboard:`السحب. اضغط Enter لإلغاء السحب.`,endDragTouch:`السحب. اضغط مرتين لإلغاء السحب.`,endDragVirtual:`السحب. انقر لإلغاء السحب.`,insertAfter:e=>`أدخل بعد ${e.itemText}`,insertBefore:e=>`أدخل قبل ${e.itemText}`,insertBetween:e=>`أدخل بين ${e.beforeItemText} و ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} غير المحدد`,longPressToSelect:`اضغط مطولًا للدخول إلى وضع التحديد.`,select:`تحديد`,selectedAll:`جميع العناصر المحددة.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`لم يتم تحديد عناصر`,one:()=>`${t.number(e.count)} عنصر محدد`,other:()=>`${t.number(e.count)} عنصر محدد`})}.`,selectedItem:e=>`${e.item} المحدد`},"@react-aria/gridlist":{hasActionAnnouncement:`يحتوي الصف على إجراء`,hasLinkAnnouncement:e=>`يحتوي الصف على رابط: ${e.link}`},"@react-aria/menu":{longPressMessage:`اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`},"@react-aria/numberfield":{decrease:e=>`خفض ${e.fieldLabel}`,increase:e=>`زيادة ${e.fieldLabel}`,numberField:`حقل رقمي`},"@react-aria/overlays":{dismiss:`تجاهل`},"@react-aria/searchfield":{"Clear search":`مسح البحث`},"@react-aria/spinbutton":{Empty:`فارغ`},"@react-aria/steplist":{steplist:`قائمة الخطوات`},"@react-aria/table":{ascending:`تصاعدي`,ascendingSort:e=>`ترتيب حسب العمود ${e.columnName} بترتيب تصاعدي`,columnSize:e=>`${e.value} بالبكسل`,descending:`تنازلي`,descendingSort:e=>`ترتيب حسب العمود ${e.columnName} بترتيب تنازلي`,resizerDescription:`اضغط على مفتاح Enter لبدء تغيير الحجم`,select:`تحديد`,selectAll:`تحديد الكل`,sortable:`عمود قابل للترتيب`},"@react-aria/tag":{removeButtonLabel:`إزالة`,removeDescription:`اضغط على مفتاح DELETE لإزالة علامة.`},"@react-aria/toast":{close:`إغلاق`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} إشعار`,other:()=>`${t.number(e.count)} إشعارات`})}.`},"@react-aria/tree":{collapse:`طي`,expand:`تمديد`},"@react-stately/color":{alpha:`ألفا`,black:`أسود`,blue:`أزرق`,"blue purple":`أرجواني مزرق`,brightness:`السطوع`,brown:`بني`,"brown yellow":`أصفر بني`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`سماوي`,"cyan blue":`أزرق سماوي`,dark:`داكن`,gray:`رمادي`,grayish:`مائل للرمادي`,green:`أخضر`,"green cyan":`سماوي مخضر`,hue:`درجة اللون`,light:`فاتح`,lightness:`الإضاءة`,magenta:`أرجواني`,"magenta pink":`أرجواني وردي`,orange:`برتقالي`,"orange yellow":`أصفر برتقالي`,pale:`باهت`,pink:`وردي`,"pink red":`أحمر وردي`,purple:`أرجواني`,"purple magenta":`بنفسجي`,red:`أحمر`,"red orange":`برتقالي محمر`,saturation:`التشبع`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} شفاف`,"very dark":`داكن جدًا`,"very light":`فاتح جدًا`,vibrant:`ساطع`,white:`أبيض`,yellow:`أصفر`,"yellow green":`أخضر مصفر`},"@react-stately/datepicker":{rangeOverflow:e=>`يجب أن تكون القيمة ${e.maxValue} أو قبل ذلك.`,rangeReversed:`تاريخ البدء يجب أن يكون قبل تاريخ الانتهاء.`,rangeUnderflow:e=>`يجب أن تكون القيمة ${e.minValue} أو بعد ذلك.`,unavailableDate:`البيانات المحددة غير متاحة.`}};
|
package/i18n/bg-BG.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:`Трохи хляб`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} до ${e.endDate}`,dateSelected:e=>`Избрано е ${e.date}`,finishRangeSelectionPrompt:`Натиснете, за да довършите избора на времеви интервал`,maximumDate:`Последна налична дата`,minimumDate:`Първа налична дата`,next:`Напред`,previous:`Назад`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.dateRange}`,startRangeSelectionPrompt:`Натиснете, за да пристъпите към избора на времеви интервал`,todayDate:e=>`Днес, ${e.date}`,todayDateSelected:e=>`Днес, ${e.date} са избрани`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`Средство за избиране на цвят`,colorSwatch:`цветна мостра`,transparent:`прозрачен`,twoDimensionalSlider:`2D плъзгач`},"@react-aria/combobox":{buttonLabel:`Покажи предложения`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} опция`,other:()=>`${t.number(e.optionCount)} опции`})} на разположение.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Въведена група ${e.groupTitle}, с ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} опция`,other:()=>`${t.number(e.groupCount)} опции`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, избрани`,other:""},e.isSelected)}`,listboxLabel:`Предложения`,selectedAnnouncement:e=>`${e.optionText}, избрани`},"@react-aria/datepicker":{calendar:`Календар`,day:`ден`,dayPeriod:`пр.об./сл.об.`,endDate:`Крайна дата`,era:`ера`,hour:`час`,minute:`минута`,month:`месец`,second:`секунда`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.startDate} до ${e.endDate}`,selectedTimeDescription:e=>`Избрано време: ${e.time}`,startDate:`Начална дата`,timeZoneName:`часова зона`,weekday:`ден от седмицата`,year:`година`},"@react-aria/dnd":{dragDescriptionKeyboard:`Натиснете „Enter“, за да започнете да плъзгате.`,dragDescriptionKeyboardAlt:`Натиснете Alt + Enter, за да започнете да плъзгате.`,dragDescriptionLongPress:`Натиснете продължително, за да започнете да плъзгате.`,dragDescriptionTouch:`Натиснете двукратно, за да започнете да плъзгате.`,dragDescriptionVirtual:`Щракнете, за да започнете да плъзгате.`,dragItem:e=>`Плъзни ${e.itemText}`,dragSelectedItems:(e,t)=>`Плъзни ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елемента`})}`,dragSelectedKeyboard:(e,t)=>`Натиснете Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Натиснете Alt и Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedLongPress:(e,t)=>`Натиснете продължително, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragStartedKeyboard:`Започна плъзгане. Натиснете „Tab“, за да се придвижите до целта, след което натиснете „Enter“ за пускане или натиснете „Escape“ за отмяна.`,dragStartedTouch:`Започна плъзгане. Придвижете се до целта, след което натиснете двукратно, за да пуснете.`,dragStartedVirtual:`Започна плъзгане. Придвижете се до целта, след което щракнете или натиснете „Enter“ за пускане.`,dropCanceled:`Пускането е отменено.`,dropComplete:`Пускането е завършено.`,dropDescriptionKeyboard:`Натиснете „Enter“ за пускане. Натиснете „Escape“ за отмяна на плъзгането.`,dropDescriptionTouch:`Натиснете двукратно за пускане.`,dropDescriptionVirtual:`Щракнете за пускане.`,dropIndicator:`индикатор за пускане`,dropOnItem:e=>`Пусни върху ${e.itemText}`,dropOnRoot:`Пусни върху`,endDragKeyboard:`Плъзгане. Натиснете „Enter“ за отмяна на плъзгането.`,endDragTouch:`Плъзгане. Натиснете двукратно за отмяна на плъзгането.`,endDragVirtual:`Плъзгане. Щракнете за отмяна.`,insertAfter:e=>`Вмъкни след ${e.itemText}`,insertBefore:e=>`Вмъкни преди ${e.itemText}`,insertBetween:e=>`Вмъкни между ${e.beforeItemText} и ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} не е избран.`,longPressToSelect:`Натиснете и задръжте за да влезете в избирателен режим.`,select:`Изберете`,selectedAll:`Всички елементи са избрани.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Няма избрани елементи`,one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,selectedItem:e=>`${e.item} избран.`},"@react-aria/gridlist":{hasActionAnnouncement:`редът има действие`,hasLinkAnnouncement:e=>`редът има връзка: ${e.link}`},"@react-aria/menu":{longPressMessage:`Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто`},"@react-aria/numberfield":{decrease:e=>`Намаляване ${e.fieldLabel}`,increase:e=>`Усилване ${e.fieldLabel}`,numberField:`Номер на полето`},"@react-aria/overlays":{dismiss:`Отхвърляне`},"@react-aria/
|
|
1
|
+
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:`Трохи хляб`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} до ${e.endDate}`,dateSelected:e=>`Избрано е ${e.date}`,finishRangeSelectionPrompt:`Натиснете, за да довършите избора на времеви интервал`,maximumDate:`Последна налична дата`,minimumDate:`Първа налична дата`,next:`Напред`,previous:`Назад`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.dateRange}`,startRangeSelectionPrompt:`Натиснете, за да пристъпите към избора на времеви интервал`,todayDate:e=>`Днес, ${e.date}`,todayDateSelected:e=>`Днес, ${e.date} са избрани`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`Средство за избиране на цвят`,colorSwatch:`цветна мостра`,transparent:`прозрачен`,twoDimensionalSlider:`2D плъзгач`},"@react-aria/combobox":{buttonLabel:`Покажи предложения`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} опция`,other:()=>`${t.number(e.optionCount)} опции`})} на разположение.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Въведена група ${e.groupTitle}, с ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} опция`,other:()=>`${t.number(e.groupCount)} опции`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, избрани`,other:""},e.isSelected)}`,listboxLabel:`Предложения`,selectedAnnouncement:e=>`${e.optionText}, избрани`},"@react-aria/datepicker":{calendar:`Календар`,day:`ден`,dayPeriod:`пр.об./сл.об.`,endDate:`Крайна дата`,era:`ера`,hour:`час`,minute:`минута`,month:`месец`,second:`секунда`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.startDate} до ${e.endDate}`,selectedTimeDescription:e=>`Избрано време: ${e.time}`,startDate:`Начална дата`,timeZoneName:`часова зона`,weekday:`ден от седмицата`,year:`година`},"@react-aria/dnd":{dragDescriptionKeyboard:`Натиснете „Enter“, за да започнете да плъзгате.`,dragDescriptionKeyboardAlt:`Натиснете Alt + Enter, за да започнете да плъзгате.`,dragDescriptionLongPress:`Натиснете продължително, за да започнете да плъзгате.`,dragDescriptionTouch:`Натиснете двукратно, за да започнете да плъзгате.`,dragDescriptionVirtual:`Щракнете, за да започнете да плъзгате.`,dragItem:e=>`Плъзни ${e.itemText}`,dragSelectedItems:(e,t)=>`Плъзни ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елемента`})}`,dragSelectedKeyboard:(e,t)=>`Натиснете Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Натиснете Alt и Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedLongPress:(e,t)=>`Натиснете продължително, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragStartedKeyboard:`Започна плъзгане. Натиснете „Tab“, за да се придвижите до целта, след което натиснете „Enter“ за пускане или натиснете „Escape“ за отмяна.`,dragStartedTouch:`Започна плъзгане. Придвижете се до целта, след което натиснете двукратно, за да пуснете.`,dragStartedVirtual:`Започна плъзгане. Придвижете се до целта, след което щракнете или натиснете „Enter“ за пускане.`,dropCanceled:`Пускането е отменено.`,dropComplete:`Пускането е завършено.`,dropDescriptionKeyboard:`Натиснете „Enter“ за пускане. Натиснете „Escape“ за отмяна на плъзгането.`,dropDescriptionTouch:`Натиснете двукратно за пускане.`,dropDescriptionVirtual:`Щракнете за пускане.`,dropIndicator:`индикатор за пускане`,dropOnItem:e=>`Пусни върху ${e.itemText}`,dropOnRoot:`Пусни върху`,endDragKeyboard:`Плъзгане. Натиснете „Enter“ за отмяна на плъзгането.`,endDragTouch:`Плъзгане. Натиснете двукратно за отмяна на плъзгането.`,endDragVirtual:`Плъзгане. Щракнете за отмяна.`,insertAfter:e=>`Вмъкни след ${e.itemText}`,insertBefore:e=>`Вмъкни преди ${e.itemText}`,insertBetween:e=>`Вмъкни между ${e.beforeItemText} и ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} не е избран.`,longPressToSelect:`Натиснете и задръжте за да влезете в избирателен режим.`,select:`Изберете`,selectedAll:`Всички елементи са избрани.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Няма избрани елементи`,one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,selectedItem:e=>`${e.item} избран.`},"@react-aria/gridlist":{hasActionAnnouncement:`редът има действие`,hasLinkAnnouncement:e=>`редът има връзка: ${e.link}`},"@react-aria/menu":{longPressMessage:`Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто`},"@react-aria/numberfield":{decrease:e=>`Намаляване ${e.fieldLabel}`,increase:e=>`Усилване ${e.fieldLabel}`,numberField:`Номер на полето`},"@react-aria/overlays":{dismiss:`Отхвърляне`},"@react-aria/searchfield":{"Clear search":`Изчистване на търсене`},"@react-aria/spinbutton":{Empty:`Изпразни`},"@react-aria/steplist":{steplist:`Списък със стъпки`},"@react-aria/table":{ascending:`възходящ`,ascendingSort:e=>`сортирано по колона ${e.columnName} във възходящ ред`,columnSize:e=>`${e.value} пиксела`,descending:`низходящ`,descendingSort:e=>`сортирано по колона ${e.columnName} в низходящ ред`,resizerDescription:`Натиснете „Enter“, за да започнете да преоразмерявате`,select:`Изберете`,selectAll:`Изберете всичко`,sortable:`сортираща колона`},"@react-aria/tag":{removeButtonLabel:`Премахване`,removeDescription:`Натиснете Delete, за да премахнете маркера.`},"@react-aria/toast":{close:`Затвори`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} известие`,other:()=>`${t.number(e.count)} известия`})}.`},"@react-aria/tree":{collapse:`Свиване`,expand:`Разширяване`},"@react-stately/color":{alpha:`Алфа`,black:`черно`,blue:`Синьо`,"blue purple":`синьо лилаво`,brightness:`Яркост`,brown:`кафяво`,"brown yellow":`кафяво жълто`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`циан`,"cyan blue":`циан синьо`,dark:`тъмно`,gray:`сиво`,grayish:`сивкав`,green:`Зелено`,"green cyan":`зелен циан`,hue:`Оттенък`,light:`светло`,lightness:`Лекота`,magenta:`магента`,"magenta pink":`магента розово`,orange:`оранжево`,"orange yellow":`оранжево жълто`,pale:`бледо`,pink:`розово`,"pink red":`розово червено`,purple:`лилаво`,"purple magenta":`лилаво магента`,red:`Червено`,"red orange":`червен портокал`,saturation:`Наситеност`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} прозрачен`,"very dark":`много тъмно`,"very light":`много светло`,vibrant:` ярко`,white:`бяло`,yellow:`жълто`,"yellow green":`жълто зелен`},"@react-stately/datepicker":{rangeOverflow:e=>`Стойността трябва да е ${e.maxValue} или по-ранна.`,rangeReversed:`Началната дата трябва да е преди крайната.`,rangeUnderflow:e=>`Стойността трябва да е ${e.minValue} или по-късно.`,unavailableDate:`Избраната дата не е налична.`}};
|
package/i18n/bg-BG.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default{"@react-aria/breadcrumbs":{breadcrumbs:`Трохи хляб`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} до ${e.endDate}`,dateSelected:e=>`Избрано е ${e.date}`,finishRangeSelectionPrompt:`Натиснете, за да довършите избора на времеви интервал`,maximumDate:`Последна налична дата`,minimumDate:`Първа налична дата`,next:`Напред`,previous:`Назад`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.dateRange}`,startRangeSelectionPrompt:`Натиснете, за да пристъпите към избора на времеви интервал`,todayDate:e=>`Днес, ${e.date}`,todayDateSelected:e=>`Днес, ${e.date} са избрани`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`Средство за избиране на цвят`,colorSwatch:`цветна мостра`,transparent:`прозрачен`,twoDimensionalSlider:`2D плъзгач`},"@react-aria/combobox":{buttonLabel:`Покажи предложения`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} опция`,other:()=>`${t.number(e.optionCount)} опции`})} на разположение.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Въведена група ${e.groupTitle}, с ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} опция`,other:()=>`${t.number(e.groupCount)} опции`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, избрани`,other:""},e.isSelected)}`,listboxLabel:`Предложения`,selectedAnnouncement:e=>`${e.optionText}, избрани`},"@react-aria/datepicker":{calendar:`Календар`,day:`ден`,dayPeriod:`пр.об./сл.об.`,endDate:`Крайна дата`,era:`ера`,hour:`час`,minute:`минута`,month:`месец`,second:`секунда`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.startDate} до ${e.endDate}`,selectedTimeDescription:e=>`Избрано време: ${e.time}`,startDate:`Начална дата`,timeZoneName:`часова зона`,weekday:`ден от седмицата`,year:`година`},"@react-aria/dnd":{dragDescriptionKeyboard:`Натиснете „Enter“, за да започнете да плъзгате.`,dragDescriptionKeyboardAlt:`Натиснете Alt + Enter, за да започнете да плъзгате.`,dragDescriptionLongPress:`Натиснете продължително, за да започнете да плъзгате.`,dragDescriptionTouch:`Натиснете двукратно, за да започнете да плъзгате.`,dragDescriptionVirtual:`Щракнете, за да започнете да плъзгате.`,dragItem:e=>`Плъзни ${e.itemText}`,dragSelectedItems:(e,t)=>`Плъзни ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елемента`})}`,dragSelectedKeyboard:(e,t)=>`Натиснете Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Натиснете Alt и Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedLongPress:(e,t)=>`Натиснете продължително, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragStartedKeyboard:`Започна плъзгане. Натиснете „Tab“, за да се придвижите до целта, след което натиснете „Enter“ за пускане или натиснете „Escape“ за отмяна.`,dragStartedTouch:`Започна плъзгане. Придвижете се до целта, след което натиснете двукратно, за да пуснете.`,dragStartedVirtual:`Започна плъзгане. Придвижете се до целта, след което щракнете или натиснете „Enter“ за пускане.`,dropCanceled:`Пускането е отменено.`,dropComplete:`Пускането е завършено.`,dropDescriptionKeyboard:`Натиснете „Enter“ за пускане. Натиснете „Escape“ за отмяна на плъзгането.`,dropDescriptionTouch:`Натиснете двукратно за пускане.`,dropDescriptionVirtual:`Щракнете за пускане.`,dropIndicator:`индикатор за пускане`,dropOnItem:e=>`Пусни върху ${e.itemText}`,dropOnRoot:`Пусни върху`,endDragKeyboard:`Плъзгане. Натиснете „Enter“ за отмяна на плъзгането.`,endDragTouch:`Плъзгане. Натиснете двукратно за отмяна на плъзгането.`,endDragVirtual:`Плъзгане. Щракнете за отмяна.`,insertAfter:e=>`Вмъкни след ${e.itemText}`,insertBefore:e=>`Вмъкни преди ${e.itemText}`,insertBetween:e=>`Вмъкни между ${e.beforeItemText} и ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} не е избран.`,longPressToSelect:`Натиснете и задръжте за да влезете в избирателен режим.`,select:`Изберете`,selectedAll:`Всички елементи са избрани.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Няма избрани елементи`,one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,selectedItem:e=>`${e.item} избран.`},"@react-aria/gridlist":{hasActionAnnouncement:`редът има действие`,hasLinkAnnouncement:e=>`редът има връзка: ${e.link}`},"@react-aria/menu":{longPressMessage:`Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто`},"@react-aria/numberfield":{decrease:e=>`Намаляване ${e.fieldLabel}`,increase:e=>`Усилване ${e.fieldLabel}`,numberField:`Номер на полето`},"@react-aria/overlays":{dismiss:`Отхвърляне`},"@react-aria/
|
|
1
|
+
export default{"@react-aria/breadcrumbs":{breadcrumbs:`Трохи хляб`},"@react-aria/calendar":{dateRange:e=>`${e.startDate} до ${e.endDate}`,dateSelected:e=>`Избрано е ${e.date}`,finishRangeSelectionPrompt:`Натиснете, за да довършите избора на времеви интервал`,maximumDate:`Последна налична дата`,minimumDate:`Първа налична дата`,next:`Напред`,previous:`Назад`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.dateRange}`,startRangeSelectionPrompt:`Натиснете, за да пристъпите към избора на времеви интервал`,todayDate:e=>`Днес, ${e.date}`,todayDateSelected:e=>`Днес, ${e.date} са избрани`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`Средство за избиране на цвят`,colorSwatch:`цветна мостра`,transparent:`прозрачен`,twoDimensionalSlider:`2D плъзгач`},"@react-aria/combobox":{buttonLabel:`Покажи предложения`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} опция`,other:()=>`${t.number(e.optionCount)} опции`})} на разположение.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Въведена група ${e.groupTitle}, с ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} опция`,other:()=>`${t.number(e.groupCount)} опции`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:`, избрани`,other:""},e.isSelected)}`,listboxLabel:`Предложения`,selectedAnnouncement:e=>`${e.optionText}, избрани`},"@react-aria/datepicker":{calendar:`Календар`,day:`ден`,dayPeriod:`пр.об./сл.об.`,endDate:`Крайна дата`,era:`ера`,hour:`час`,minute:`минута`,month:`месец`,second:`секунда`,selectedDateDescription:e=>`Избрана дата: ${e.date}`,selectedRangeDescription:e=>`Избран диапазон: ${e.startDate} до ${e.endDate}`,selectedTimeDescription:e=>`Избрано време: ${e.time}`,startDate:`Начална дата`,timeZoneName:`часова зона`,weekday:`ден от седмицата`,year:`година`},"@react-aria/dnd":{dragDescriptionKeyboard:`Натиснете „Enter“, за да започнете да плъзгате.`,dragDescriptionKeyboardAlt:`Натиснете Alt + Enter, за да започнете да плъзгате.`,dragDescriptionLongPress:`Натиснете продължително, за да започнете да плъзгате.`,dragDescriptionTouch:`Натиснете двукратно, за да започнете да плъзгате.`,dragDescriptionVirtual:`Щракнете, за да започнете да плъзгате.`,dragItem:e=>`Плъзни ${e.itemText}`,dragSelectedItems:(e,t)=>`Плъзни ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елемента`})}`,dragSelectedKeyboard:(e,t)=>`Натиснете Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Натиснете Alt и Enter, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragSelectedLongPress:(e,t)=>`Натиснете продължително, за да плъзнете ${t.plural(e.count,{one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,dragStartedKeyboard:`Започна плъзгане. Натиснете „Tab“, за да се придвижите до целта, след което натиснете „Enter“ за пускане или натиснете „Escape“ за отмяна.`,dragStartedTouch:`Започна плъзгане. Придвижете се до целта, след което натиснете двукратно, за да пуснете.`,dragStartedVirtual:`Започна плъзгане. Придвижете се до целта, след което щракнете или натиснете „Enter“ за пускане.`,dropCanceled:`Пускането е отменено.`,dropComplete:`Пускането е завършено.`,dropDescriptionKeyboard:`Натиснете „Enter“ за пускане. Натиснете „Escape“ за отмяна на плъзгането.`,dropDescriptionTouch:`Натиснете двукратно за пускане.`,dropDescriptionVirtual:`Щракнете за пускане.`,dropIndicator:`индикатор за пускане`,dropOnItem:e=>`Пусни върху ${e.itemText}`,dropOnRoot:`Пусни върху`,endDragKeyboard:`Плъзгане. Натиснете „Enter“ за отмяна на плъзгането.`,endDragTouch:`Плъзгане. Натиснете двукратно за отмяна на плъзгането.`,endDragVirtual:`Плъзгане. Щракнете за отмяна.`,insertAfter:e=>`Вмъкни след ${e.itemText}`,insertBefore:e=>`Вмъкни преди ${e.itemText}`,insertBetween:e=>`Вмъкни между ${e.beforeItemText} и ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} не е избран.`,longPressToSelect:`Натиснете и задръжте за да влезете в избирателен режим.`,select:`Изберете`,selectedAll:`Всички елементи са избрани.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Няма избрани елементи`,one:()=>`${t.number(e.count)} избран елемент`,other:()=>`${t.number(e.count)} избрани елементи`})}.`,selectedItem:e=>`${e.item} избран.`},"@react-aria/gridlist":{hasActionAnnouncement:`редът има действие`,hasLinkAnnouncement:e=>`редът има връзка: ${e.link}`},"@react-aria/menu":{longPressMessage:`Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто`},"@react-aria/numberfield":{decrease:e=>`Намаляване ${e.fieldLabel}`,increase:e=>`Усилване ${e.fieldLabel}`,numberField:`Номер на полето`},"@react-aria/overlays":{dismiss:`Отхвърляне`},"@react-aria/searchfield":{"Clear search":`Изчистване на търсене`},"@react-aria/spinbutton":{Empty:`Изпразни`},"@react-aria/steplist":{steplist:`Списък със стъпки`},"@react-aria/table":{ascending:`възходящ`,ascendingSort:e=>`сортирано по колона ${e.columnName} във възходящ ред`,columnSize:e=>`${e.value} пиксела`,descending:`низходящ`,descendingSort:e=>`сортирано по колона ${e.columnName} в низходящ ред`,resizerDescription:`Натиснете „Enter“, за да започнете да преоразмерявате`,select:`Изберете`,selectAll:`Изберете всичко`,sortable:`сортираща колона`},"@react-aria/tag":{removeButtonLabel:`Премахване`,removeDescription:`Натиснете Delete, за да премахнете маркера.`},"@react-aria/toast":{close:`Затвори`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} известие`,other:()=>`${t.number(e.count)} известия`})}.`},"@react-aria/tree":{collapse:`Свиване`,expand:`Разширяване`},"@react-stately/color":{alpha:`Алфа`,black:`черно`,blue:`Синьо`,"blue purple":`синьо лилаво`,brightness:`Яркост`,brown:`кафяво`,"brown yellow":`кафяво жълто`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`циан`,"cyan blue":`циан синьо`,dark:`тъмно`,gray:`сиво`,grayish:`сивкав`,green:`Зелено`,"green cyan":`зелен циан`,hue:`Оттенък`,light:`светло`,lightness:`Лекота`,magenta:`магента`,"magenta pink":`магента розово`,orange:`оранжево`,"orange yellow":`оранжево жълто`,pale:`бледо`,pink:`розово`,"pink red":`розово червено`,purple:`лилаво`,"purple magenta":`лилаво магента`,red:`Червено`,"red orange":`червен портокал`,saturation:`Наситеност`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} прозрачен`,"very dark":`много тъмно`,"very light":`много светло`,vibrant:` ярко`,white:`бяло`,yellow:`жълто`,"yellow green":`жълто зелен`},"@react-stately/datepicker":{rangeOverflow:e=>`Стойността трябва да е ${e.maxValue} или по-ранна.`,rangeReversed:`Началната дата трябва да е преди крайната.`,rangeUnderflow:e=>`Стойността трябва да е ${e.minValue} или по-късно.`,unavailableDate:`Избраната дата не е налична.`}};
|
package/i18n/cs-CZ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:"Popis cesty"},"@react-aria/calendar":{dateRange:e=>`${e.startDate} až ${e.endDate}`,dateSelected:e=>`Vybr\xe1no ${e.date}`,finishRangeSelectionPrompt:`Kliknut\xedm dokonč\xedte v\xfdběr rozsahu dat`,maximumDate:`Posledn\xed dostupn\xe9 datum`,minimumDate:`Prvn\xed dostupn\xe9 datum`,next:`Dalš\xed`,previous:`Předchoz\xed`,selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.dateRange}`,startRangeSelectionPrompt:`Kliknut\xedm zah\xe1j\xedte v\xfdběr rozsahu dat`,todayDate:e=>`Dnes, ${e.date}`,todayDateSelected:e=>`Dnes, vybr\xe1no ${e.date}`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`V\xfdběr barvy`,colorSwatch:`barevn\xfd vzorek`,transparent:`průhledn\xfd`,twoDimensionalSlider:`2D posuvn\xedk`},"@react-aria/combobox":{buttonLabel:`Zobrazit doporučen\xed`,countAnnouncement:(e,t)=>`K dispozici ${t.plural(e.optionCount,{one:()=>`je ${t.number(e.optionCount)} možnost`,other:()=>`jsou/je ${t.number(e.optionCount)} možnosti/-\xed`})}.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Zadan\xe1 skupina „${e.groupTitle}“ ${t.plural(e.groupCount,{one:()=>`s ${t.number(e.groupCount)} možnost\xed`,other:()=>`se ${t.number(e.groupCount)} možnostmi`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:` (vybr\xe1no)`,other:""},e.isSelected)}`,listboxLabel:`N\xe1vrhy`,selectedAnnouncement:e=>`${e.optionText}, vybr\xe1no`},"@react-aria/datepicker":{calendar:`Kalend\xe1ř`,day:"den",dayPeriod:`č\xe1st dne`,endDate:`Konečn\xe9 datum`,era:`letopočet`,hour:"hodina",minute:"minuta",month:`měs\xedc`,second:"sekunda",selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.startDate} až ${e.endDate}`,selectedTimeDescription:e=>`Vybran\xfd čas: ${e.time}`,startDate:`Poč\xe1tečn\xed datum`,timeZoneName:`časov\xe9 p\xe1smo`,weekday:`den v t\xfddnu`,year:"rok"},"@react-aria/dnd":{dragDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter začnete s přetahov\xe1n\xedm.`,dragDescriptionKeyboardAlt:`Stisknut\xedm Alt + Enter zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionLongPress:`Dlouh\xfdm stisknut\xedm zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionTouch:`Poklep\xe1n\xedm začnete s přetahov\xe1n\xedm.`,dragDescriptionVirtual:`Kliknut\xedm začnete s přetahov\xe1n\xedm.`,dragItem:e=>`Přet\xe1hnout ${e.itemText}`,dragSelectedItems:(e,t)=>`Přet\xe1hnout ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,few:()=>`${t.number(e.count)} vybran\xe9 položky`,other:()=>`${t.number(e.count)} vybran\xfdch položek`})}`,dragSelectedKeyboard:(e,t)=>`Stisknut\xedm kl\xe1vesy Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Stisknut\xedm Alt + Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedLongPress:(e,t)=>`Dlouh\xfdm stisknut\xedm přet\xe1hnete ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragStartedKeyboard:`Začněte s přetahov\xe1n\xedm. Po stisknut\xed kl\xe1vesy Tab najděte požadovan\xfd c\xedl a stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dragStartedTouch:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a poklep\xe1n\xedm přetažen\xed dokončete.`,dragStartedVirtual:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a kliknut\xedm nebo stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete.`,dropCanceled:`Přetažen\xed bylo zrušeno.`,dropComplete:`Přetažen\xed bylo dokončeno.`,dropDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dropDescriptionTouch:`Poklep\xe1n\xedm přetažen\xed dokončete.`,dropDescriptionVirtual:`Kliknut\xedm objekt přet\xe1hněte.`,dropIndicator:`indik\xe1tor přetažen\xed`,dropOnItem:e=>`Přet\xe1hnout na ${e.itemText}`,dropOnRoot:`Přet\xe1hnout na`,endDragKeyboard:`Prob\xedh\xe1 přetahov\xe1n\xed. Stisknut\xedm kl\xe1vesy Enter přetažen\xed zruš\xedte.`,endDragTouch:`Prob\xedh\xe1 přetahov\xe1n\xed. Poklep\xe1n\xedm přetažen\xed zruš\xedte.`,endDragVirtual:`Prob\xedh\xe1 přetahov\xe1n\xed. Kliknut\xedm přetažen\xed zruš\xedte.`,insertAfter:e=>`Vložit za ${e.itemText}`,insertBefore:e=>`Vložit před ${e.itemText}`,insertBetween:e=>`Vložit mezi ${e.beforeItemText} a ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`Položka ${e.item} nen\xed vybr\xe1na.`,longPressToSelect:`Dlouh\xfdm stisknut\xedm přejdete do režimu v\xfdběru.`,select:"Vybrat",selectedAll:`Vybr\xe1ny všechny položky.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Nevybr\xe1ny ž\xe1dn\xe9 položky`,one:()=>`Vybr\xe1na ${t.number(e.count)} položka`,other:()=>`Vybr\xe1no ${t.number(e.count)} položek`})}.`,selectedItem:e=>`Vybr\xe1na položka ${e.item}.`},"@react-aria/gridlist":{hasActionAnnouncement:`ř\xe1dek obsahuje akci`,hasLinkAnnouncement:e=>`ř\xe1dek obsahuje odkaz: ${e.link}`},"@react-aria/menu":{longPressMessage:`Dlouh\xfdm stiskem nebo stisknut\xedm kl\xe1ves Alt + šipka dolů otevřete nab\xeddku`},"@react-aria/numberfield":{decrease:e=>`Sn\xedžit ${e.fieldLabel}`,increase:e=>`Zv\xfdšit ${e.fieldLabel}`,numberField:`Č\xedseln\xe9 pole`},"@react-aria/overlays":{dismiss:"Odstranit"},"@react-aria/
|
|
1
|
+
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:"Popis cesty"},"@react-aria/calendar":{dateRange:e=>`${e.startDate} až ${e.endDate}`,dateSelected:e=>`Vybr\xe1no ${e.date}`,finishRangeSelectionPrompt:`Kliknut\xedm dokonč\xedte v\xfdběr rozsahu dat`,maximumDate:`Posledn\xed dostupn\xe9 datum`,minimumDate:`Prvn\xed dostupn\xe9 datum`,next:`Dalš\xed`,previous:`Předchoz\xed`,selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.dateRange}`,startRangeSelectionPrompt:`Kliknut\xedm zah\xe1j\xedte v\xfdběr rozsahu dat`,todayDate:e=>`Dnes, ${e.date}`,todayDateSelected:e=>`Dnes, vybr\xe1no ${e.date}`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`V\xfdběr barvy`,colorSwatch:`barevn\xfd vzorek`,transparent:`průhledn\xfd`,twoDimensionalSlider:`2D posuvn\xedk`},"@react-aria/combobox":{buttonLabel:`Zobrazit doporučen\xed`,countAnnouncement:(e,t)=>`K dispozici ${t.plural(e.optionCount,{one:()=>`je ${t.number(e.optionCount)} možnost`,other:()=>`jsou/je ${t.number(e.optionCount)} možnosti/-\xed`})}.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Zadan\xe1 skupina „${e.groupTitle}“ ${t.plural(e.groupCount,{one:()=>`s ${t.number(e.groupCount)} možnost\xed`,other:()=>`se ${t.number(e.groupCount)} možnostmi`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:` (vybr\xe1no)`,other:""},e.isSelected)}`,listboxLabel:`N\xe1vrhy`,selectedAnnouncement:e=>`${e.optionText}, vybr\xe1no`},"@react-aria/datepicker":{calendar:`Kalend\xe1ř`,day:"den",dayPeriod:`č\xe1st dne`,endDate:`Konečn\xe9 datum`,era:`letopočet`,hour:"hodina",minute:"minuta",month:`měs\xedc`,second:"sekunda",selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.startDate} až ${e.endDate}`,selectedTimeDescription:e=>`Vybran\xfd čas: ${e.time}`,startDate:`Poč\xe1tečn\xed datum`,timeZoneName:`časov\xe9 p\xe1smo`,weekday:`den v t\xfddnu`,year:"rok"},"@react-aria/dnd":{dragDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter začnete s přetahov\xe1n\xedm.`,dragDescriptionKeyboardAlt:`Stisknut\xedm Alt + Enter zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionLongPress:`Dlouh\xfdm stisknut\xedm zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionTouch:`Poklep\xe1n\xedm začnete s přetahov\xe1n\xedm.`,dragDescriptionVirtual:`Kliknut\xedm začnete s přetahov\xe1n\xedm.`,dragItem:e=>`Přet\xe1hnout ${e.itemText}`,dragSelectedItems:(e,t)=>`Přet\xe1hnout ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,few:()=>`${t.number(e.count)} vybran\xe9 položky`,other:()=>`${t.number(e.count)} vybran\xfdch položek`})}`,dragSelectedKeyboard:(e,t)=>`Stisknut\xedm kl\xe1vesy Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Stisknut\xedm Alt + Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedLongPress:(e,t)=>`Dlouh\xfdm stisknut\xedm přet\xe1hnete ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragStartedKeyboard:`Začněte s přetahov\xe1n\xedm. Po stisknut\xed kl\xe1vesy Tab najděte požadovan\xfd c\xedl a stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dragStartedTouch:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a poklep\xe1n\xedm přetažen\xed dokončete.`,dragStartedVirtual:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a kliknut\xedm nebo stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete.`,dropCanceled:`Přetažen\xed bylo zrušeno.`,dropComplete:`Přetažen\xed bylo dokončeno.`,dropDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dropDescriptionTouch:`Poklep\xe1n\xedm přetažen\xed dokončete.`,dropDescriptionVirtual:`Kliknut\xedm objekt přet\xe1hněte.`,dropIndicator:`indik\xe1tor přetažen\xed`,dropOnItem:e=>`Přet\xe1hnout na ${e.itemText}`,dropOnRoot:`Přet\xe1hnout na`,endDragKeyboard:`Prob\xedh\xe1 přetahov\xe1n\xed. Stisknut\xedm kl\xe1vesy Enter přetažen\xed zruš\xedte.`,endDragTouch:`Prob\xedh\xe1 přetahov\xe1n\xed. Poklep\xe1n\xedm přetažen\xed zruš\xedte.`,endDragVirtual:`Prob\xedh\xe1 přetahov\xe1n\xed. Kliknut\xedm přetažen\xed zruš\xedte.`,insertAfter:e=>`Vložit za ${e.itemText}`,insertBefore:e=>`Vložit před ${e.itemText}`,insertBetween:e=>`Vložit mezi ${e.beforeItemText} a ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`Položka ${e.item} nen\xed vybr\xe1na.`,longPressToSelect:`Dlouh\xfdm stisknut\xedm přejdete do režimu v\xfdběru.`,select:"Vybrat",selectedAll:`Vybr\xe1ny všechny položky.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Nevybr\xe1ny ž\xe1dn\xe9 položky`,one:()=>`Vybr\xe1na ${t.number(e.count)} položka`,other:()=>`Vybr\xe1no ${t.number(e.count)} položek`})}.`,selectedItem:e=>`Vybr\xe1na položka ${e.item}.`},"@react-aria/gridlist":{hasActionAnnouncement:`ř\xe1dek obsahuje akci`,hasLinkAnnouncement:e=>`ř\xe1dek obsahuje odkaz: ${e.link}`},"@react-aria/menu":{longPressMessage:`Dlouh\xfdm stiskem nebo stisknut\xedm kl\xe1ves Alt + šipka dolů otevřete nab\xeddku`},"@react-aria/numberfield":{decrease:e=>`Sn\xedžit ${e.fieldLabel}`,increase:e=>`Zv\xfdšit ${e.fieldLabel}`,numberField:`Č\xedseln\xe9 pole`},"@react-aria/overlays":{dismiss:"Odstranit"},"@react-aria/searchfield":{"Clear search":`Vymazat hled\xe1n\xed`},"@react-aria/spinbutton":{Empty:`Pr\xe1zdn\xe9`},"@react-aria/steplist":{steplist:`Seznam kroků`},"@react-aria/table":{ascending:`vzestupně`,ascendingSort:e=>`řazeno vzestupně podle sloupce ${e.columnName}`,columnSize:e=>`${e.value} pixelů`,descending:`sestupně`,descendingSort:e=>`řazeno sestupně podle sloupce ${e.columnName}`,resizerDescription:`Stisknut\xedm kl\xe1vesy Enter začnete měnit velikost`,select:"Vybrat",selectAll:`Vybrat vše`,sortable:`sloupec s možnost\xed řazen\xed`},"@react-aria/tag":{removeButtonLabel:"Odebrat",removeDescription:`Stisknut\xedm kl\xe1vesy Delete odeberete značku.`},"@react-aria/toast":{close:`Zavř\xedt`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} ozn\xe1men\xed`,other:()=>`${t.number(e.count)} ozn\xe1men\xed`})}.`},"@react-aria/tree":{collapse:"Sbalit",expand:`Rozt\xe1hnout`},"@react-stately/color":{alpha:"Alfa",black:`čern\xe1`,blue:`Modr\xe1`,"blue purple":`modrofialov\xe1`,brightness:"Jas",brown:`hněd\xe1`,"brown yellow":`hnědožlut\xe1`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`tyrkysov\xe1`,"cyan blue":`tyrkysovomodr\xe1`,dark:`tmav\xe1`,gray:`šed\xe1`,grayish:`našedl\xe1`,green:`Zelen\xe1`,"green cyan":`zelenotyrkysov\xe1`,hue:`Odst\xedn`,light:`světl\xe1`,lightness:`Světlost`,magenta:`purpurov\xe1`,"magenta pink":`purpurově růžov\xe1`,orange:`oranžov\xe1`,"orange yellow":`oranžovožlut\xe1`,pale:`bled\xe1`,pink:`růžov\xe1`,"pink red":`růžovočerven\xe1`,purple:`fialov\xe1`,"purple magenta":`fialově purpurov\xe1`,red:`Červen\xe1`,"red orange":`červenooranžov\xe1`,saturation:"Sytost",transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} průhledn\xe9`,"very dark":`velmi tmav\xe1`,"very light":`velmi světl\xe1`,vibrant:`z\xe1řiv\xe1`,white:`b\xedl\xe1`,yellow:`žlut\xe1`,"yellow green":`žlutozelen\xe1`},"@react-stately/datepicker":{rangeOverflow:e=>`Hodnota mus\xed b\xfdt ${e.maxValue} nebo dř\xedvějš\xed.`,rangeReversed:`Datum zah\xe1jen\xed mus\xed předch\xe1zet datu ukončen\xed.`,rangeUnderflow:e=>`Hodnota mus\xed b\xfdt ${e.minValue} nebo pozdějš\xed.`,unavailableDate:`Vybran\xe9 datum nen\xed k dispozici.`}};
|
package/i18n/cs-CZ.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default{"@react-aria/breadcrumbs":{breadcrumbs:"Popis cesty"},"@react-aria/calendar":{dateRange:e=>`${e.startDate} až ${e.endDate}`,dateSelected:e=>`Vybr\xe1no ${e.date}`,finishRangeSelectionPrompt:`Kliknut\xedm dokonč\xedte v\xfdběr rozsahu dat`,maximumDate:`Posledn\xed dostupn\xe9 datum`,minimumDate:`Prvn\xed dostupn\xe9 datum`,next:`Dalš\xed`,previous:`Předchoz\xed`,selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.dateRange}`,startRangeSelectionPrompt:`Kliknut\xedm zah\xe1j\xedte v\xfdběr rozsahu dat`,todayDate:e=>`Dnes, ${e.date}`,todayDateSelected:e=>`Dnes, vybr\xe1no ${e.date}`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`V\xfdběr barvy`,colorSwatch:`barevn\xfd vzorek`,transparent:`průhledn\xfd`,twoDimensionalSlider:`2D posuvn\xedk`},"@react-aria/combobox":{buttonLabel:`Zobrazit doporučen\xed`,countAnnouncement:(e,t)=>`K dispozici ${t.plural(e.optionCount,{one:()=>`je ${t.number(e.optionCount)} možnost`,other:()=>`jsou/je ${t.number(e.optionCount)} možnosti/-\xed`})}.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Zadan\xe1 skupina „${e.groupTitle}“ ${t.plural(e.groupCount,{one:()=>`s ${t.number(e.groupCount)} možnost\xed`,other:()=>`se ${t.number(e.groupCount)} možnostmi`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:` (vybr\xe1no)`,other:""},e.isSelected)}`,listboxLabel:`N\xe1vrhy`,selectedAnnouncement:e=>`${e.optionText}, vybr\xe1no`},"@react-aria/datepicker":{calendar:`Kalend\xe1ř`,day:"den",dayPeriod:`č\xe1st dne`,endDate:`Konečn\xe9 datum`,era:`letopočet`,hour:"hodina",minute:"minuta",month:`měs\xedc`,second:"sekunda",selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.startDate} až ${e.endDate}`,selectedTimeDescription:e=>`Vybran\xfd čas: ${e.time}`,startDate:`Poč\xe1tečn\xed datum`,timeZoneName:`časov\xe9 p\xe1smo`,weekday:`den v t\xfddnu`,year:"rok"},"@react-aria/dnd":{dragDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter začnete s přetahov\xe1n\xedm.`,dragDescriptionKeyboardAlt:`Stisknut\xedm Alt + Enter zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionLongPress:`Dlouh\xfdm stisknut\xedm zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionTouch:`Poklep\xe1n\xedm začnete s přetahov\xe1n\xedm.`,dragDescriptionVirtual:`Kliknut\xedm začnete s přetahov\xe1n\xedm.`,dragItem:e=>`Přet\xe1hnout ${e.itemText}`,dragSelectedItems:(e,t)=>`Přet\xe1hnout ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,few:()=>`${t.number(e.count)} vybran\xe9 položky`,other:()=>`${t.number(e.count)} vybran\xfdch položek`})}`,dragSelectedKeyboard:(e,t)=>`Stisknut\xedm kl\xe1vesy Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Stisknut\xedm Alt + Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedLongPress:(e,t)=>`Dlouh\xfdm stisknut\xedm přet\xe1hnete ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragStartedKeyboard:`Začněte s přetahov\xe1n\xedm. Po stisknut\xed kl\xe1vesy Tab najděte požadovan\xfd c\xedl a stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dragStartedTouch:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a poklep\xe1n\xedm přetažen\xed dokončete.`,dragStartedVirtual:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a kliknut\xedm nebo stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete.`,dropCanceled:`Přetažen\xed bylo zrušeno.`,dropComplete:`Přetažen\xed bylo dokončeno.`,dropDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dropDescriptionTouch:`Poklep\xe1n\xedm přetažen\xed dokončete.`,dropDescriptionVirtual:`Kliknut\xedm objekt přet\xe1hněte.`,dropIndicator:`indik\xe1tor přetažen\xed`,dropOnItem:e=>`Přet\xe1hnout na ${e.itemText}`,dropOnRoot:`Přet\xe1hnout na`,endDragKeyboard:`Prob\xedh\xe1 přetahov\xe1n\xed. Stisknut\xedm kl\xe1vesy Enter přetažen\xed zruš\xedte.`,endDragTouch:`Prob\xedh\xe1 přetahov\xe1n\xed. Poklep\xe1n\xedm přetažen\xed zruš\xedte.`,endDragVirtual:`Prob\xedh\xe1 přetahov\xe1n\xed. Kliknut\xedm přetažen\xed zruš\xedte.`,insertAfter:e=>`Vložit za ${e.itemText}`,insertBefore:e=>`Vložit před ${e.itemText}`,insertBetween:e=>`Vložit mezi ${e.beforeItemText} a ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`Položka ${e.item} nen\xed vybr\xe1na.`,longPressToSelect:`Dlouh\xfdm stisknut\xedm přejdete do režimu v\xfdběru.`,select:"Vybrat",selectedAll:`Vybr\xe1ny všechny položky.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Nevybr\xe1ny ž\xe1dn\xe9 položky`,one:()=>`Vybr\xe1na ${t.number(e.count)} položka`,other:()=>`Vybr\xe1no ${t.number(e.count)} položek`})}.`,selectedItem:e=>`Vybr\xe1na položka ${e.item}.`},"@react-aria/gridlist":{hasActionAnnouncement:`ř\xe1dek obsahuje akci`,hasLinkAnnouncement:e=>`ř\xe1dek obsahuje odkaz: ${e.link}`},"@react-aria/menu":{longPressMessage:`Dlouh\xfdm stiskem nebo stisknut\xedm kl\xe1ves Alt + šipka dolů otevřete nab\xeddku`},"@react-aria/numberfield":{decrease:e=>`Sn\xedžit ${e.fieldLabel}`,increase:e=>`Zv\xfdšit ${e.fieldLabel}`,numberField:`Č\xedseln\xe9 pole`},"@react-aria/overlays":{dismiss:"Odstranit"},"@react-aria/
|
|
1
|
+
export default{"@react-aria/breadcrumbs":{breadcrumbs:"Popis cesty"},"@react-aria/calendar":{dateRange:e=>`${e.startDate} až ${e.endDate}`,dateSelected:e=>`Vybr\xe1no ${e.date}`,finishRangeSelectionPrompt:`Kliknut\xedm dokonč\xedte v\xfdběr rozsahu dat`,maximumDate:`Posledn\xed dostupn\xe9 datum`,minimumDate:`Prvn\xed dostupn\xe9 datum`,next:`Dalš\xed`,previous:`Předchoz\xed`,selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.dateRange}`,startRangeSelectionPrompt:`Kliknut\xedm zah\xe1j\xedte v\xfdběr rozsahu dat`,todayDate:e=>`Dnes, ${e.date}`,todayDateSelected:e=>`Dnes, vybr\xe1no ${e.date}`},"@react-aria/color":{colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorNameAndValue:e=>`${e.name}: ${e.value}`,colorPicker:`V\xfdběr barvy`,colorSwatch:`barevn\xfd vzorek`,transparent:`průhledn\xfd`,twoDimensionalSlider:`2D posuvn\xedk`},"@react-aria/combobox":{buttonLabel:`Zobrazit doporučen\xed`,countAnnouncement:(e,t)=>`K dispozici ${t.plural(e.optionCount,{one:()=>`je ${t.number(e.optionCount)} možnost`,other:()=>`jsou/je ${t.number(e.optionCount)} možnosti/-\xed`})}.`,focusAnnouncement:(e,t)=>`${t.select({true:()=>`Zadan\xe1 skupina „${e.groupTitle}“ ${t.plural(e.groupCount,{one:()=>`s ${t.number(e.groupCount)} možnost\xed`,other:()=>`se ${t.number(e.groupCount)} možnostmi`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:` (vybr\xe1no)`,other:""},e.isSelected)}`,listboxLabel:`N\xe1vrhy`,selectedAnnouncement:e=>`${e.optionText}, vybr\xe1no`},"@react-aria/datepicker":{calendar:`Kalend\xe1ř`,day:"den",dayPeriod:`č\xe1st dne`,endDate:`Konečn\xe9 datum`,era:`letopočet`,hour:"hodina",minute:"minuta",month:`měs\xedc`,second:"sekunda",selectedDateDescription:e=>`Vybran\xe9 datum: ${e.date}`,selectedRangeDescription:e=>`Vybran\xe9 obdob\xed: ${e.startDate} až ${e.endDate}`,selectedTimeDescription:e=>`Vybran\xfd čas: ${e.time}`,startDate:`Poč\xe1tečn\xed datum`,timeZoneName:`časov\xe9 p\xe1smo`,weekday:`den v t\xfddnu`,year:"rok"},"@react-aria/dnd":{dragDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter začnete s přetahov\xe1n\xedm.`,dragDescriptionKeyboardAlt:`Stisknut\xedm Alt + Enter zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionLongPress:`Dlouh\xfdm stisknut\xedm zah\xe1j\xedte přetahov\xe1n\xed.`,dragDescriptionTouch:`Poklep\xe1n\xedm začnete s přetahov\xe1n\xedm.`,dragDescriptionVirtual:`Kliknut\xedm začnete s přetahov\xe1n\xedm.`,dragItem:e=>`Přet\xe1hnout ${e.itemText}`,dragSelectedItems:(e,t)=>`Přet\xe1hnout ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,few:()=>`${t.number(e.count)} vybran\xe9 položky`,other:()=>`${t.number(e.count)} vybran\xfdch položek`})}`,dragSelectedKeyboard:(e,t)=>`Stisknut\xedm kl\xe1vesy Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Stisknut\xedm Alt + Enter přet\xe1hněte ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragSelectedLongPress:(e,t)=>`Dlouh\xfdm stisknut\xedm přet\xe1hnete ${t.plural(e.count,{one:()=>`${t.number(e.count)} vybranou položku`,other:()=>`${t.number(e.count)} vybran\xe9 položky`})}.`,dragStartedKeyboard:`Začněte s přetahov\xe1n\xedm. Po stisknut\xed kl\xe1vesy Tab najděte požadovan\xfd c\xedl a stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dragStartedTouch:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a poklep\xe1n\xedm přetažen\xed dokončete.`,dragStartedVirtual:`Začněte s přetahov\xe1n\xedm. Najděte požadovan\xfd c\xedl a kliknut\xedm nebo stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete.`,dropCanceled:`Přetažen\xed bylo zrušeno.`,dropComplete:`Přetažen\xed bylo dokončeno.`,dropDescriptionKeyboard:`Stisknut\xedm kl\xe1vesy Enter přetažen\xed dokončete nebo stisknut\xedm kl\xe1vesy Esc akci zrušte.`,dropDescriptionTouch:`Poklep\xe1n\xedm přetažen\xed dokončete.`,dropDescriptionVirtual:`Kliknut\xedm objekt přet\xe1hněte.`,dropIndicator:`indik\xe1tor přetažen\xed`,dropOnItem:e=>`Přet\xe1hnout na ${e.itemText}`,dropOnRoot:`Přet\xe1hnout na`,endDragKeyboard:`Prob\xedh\xe1 přetahov\xe1n\xed. Stisknut\xedm kl\xe1vesy Enter přetažen\xed zruš\xedte.`,endDragTouch:`Prob\xedh\xe1 přetahov\xe1n\xed. Poklep\xe1n\xedm přetažen\xed zruš\xedte.`,endDragVirtual:`Prob\xedh\xe1 přetahov\xe1n\xed. Kliknut\xedm přetažen\xed zruš\xedte.`,insertAfter:e=>`Vložit za ${e.itemText}`,insertBefore:e=>`Vložit před ${e.itemText}`,insertBetween:e=>`Vložit mezi ${e.beforeItemText} a ${e.afterItemText}`},"@react-aria/grid":{deselectedItem:e=>`Položka ${e.item} nen\xed vybr\xe1na.`,longPressToSelect:`Dlouh\xfdm stisknut\xedm přejdete do režimu v\xfdběru.`,select:"Vybrat",selectedAll:`Vybr\xe1ny všechny položky.`,selectedCount:(e,t)=>`${t.plural(e.count,{"=0":`Nevybr\xe1ny ž\xe1dn\xe9 položky`,one:()=>`Vybr\xe1na ${t.number(e.count)} položka`,other:()=>`Vybr\xe1no ${t.number(e.count)} položek`})}.`,selectedItem:e=>`Vybr\xe1na položka ${e.item}.`},"@react-aria/gridlist":{hasActionAnnouncement:`ř\xe1dek obsahuje akci`,hasLinkAnnouncement:e=>`ř\xe1dek obsahuje odkaz: ${e.link}`},"@react-aria/menu":{longPressMessage:`Dlouh\xfdm stiskem nebo stisknut\xedm kl\xe1ves Alt + šipka dolů otevřete nab\xeddku`},"@react-aria/numberfield":{decrease:e=>`Sn\xedžit ${e.fieldLabel}`,increase:e=>`Zv\xfdšit ${e.fieldLabel}`,numberField:`Č\xedseln\xe9 pole`},"@react-aria/overlays":{dismiss:"Odstranit"},"@react-aria/searchfield":{"Clear search":`Vymazat hled\xe1n\xed`},"@react-aria/spinbutton":{Empty:`Pr\xe1zdn\xe9`},"@react-aria/steplist":{steplist:`Seznam kroků`},"@react-aria/table":{ascending:`vzestupně`,ascendingSort:e=>`řazeno vzestupně podle sloupce ${e.columnName}`,columnSize:e=>`${e.value} pixelů`,descending:`sestupně`,descendingSort:e=>`řazeno sestupně podle sloupce ${e.columnName}`,resizerDescription:`Stisknut\xedm kl\xe1vesy Enter začnete měnit velikost`,select:"Vybrat",selectAll:`Vybrat vše`,sortable:`sloupec s možnost\xed řazen\xed`},"@react-aria/tag":{removeButtonLabel:"Odebrat",removeDescription:`Stisknut\xedm kl\xe1vesy Delete odeberete značku.`},"@react-aria/toast":{close:`Zavř\xedt`,notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} ozn\xe1men\xed`,other:()=>`${t.number(e.count)} ozn\xe1men\xed`})}.`},"@react-aria/tree":{collapse:"Sbalit",expand:`Rozt\xe1hnout`},"@react-stately/color":{alpha:"Alfa",black:`čern\xe1`,blue:`Modr\xe1`,"blue purple":`modrofialov\xe1`,brightness:"Jas",brown:`hněd\xe1`,"brown yellow":`hnědožlut\xe1`,colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,cyan:`tyrkysov\xe1`,"cyan blue":`tyrkysovomodr\xe1`,dark:`tmav\xe1`,gray:`šed\xe1`,grayish:`našedl\xe1`,green:`Zelen\xe1`,"green cyan":`zelenotyrkysov\xe1`,hue:`Odst\xedn`,light:`světl\xe1`,lightness:`Světlost`,magenta:`purpurov\xe1`,"magenta pink":`purpurově růžov\xe1`,orange:`oranžov\xe1`,"orange yellow":`oranžovožlut\xe1`,pale:`bled\xe1`,pink:`růžov\xe1`,"pink red":`růžovočerven\xe1`,purple:`fialov\xe1`,"purple magenta":`fialově purpurov\xe1`,red:`Červen\xe1`,"red orange":`červenooranžov\xe1`,saturation:"Sytost",transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} průhledn\xe9`,"very dark":`velmi tmav\xe1`,"very light":`velmi světl\xe1`,vibrant:`z\xe1řiv\xe1`,white:`b\xedl\xe1`,yellow:`žlut\xe1`,"yellow green":`žlutozelen\xe1`},"@react-stately/datepicker":{rangeOverflow:e=>`Hodnota mus\xed b\xfdt ${e.maxValue} nebo dř\xedvějš\xed.`,rangeReversed:`Datum zah\xe1jen\xed mus\xed předch\xe1zet datu ukončen\xed.`,rangeUnderflow:e=>`Hodnota mus\xed b\xfdt ${e.minValue} nebo pozdějš\xed.`,unavailableDate:`Vybran\xe9 datum nen\xed k dispozici.`}};
|