@spteck/react-controls-v2 2.4.4 → 2.5.1
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/dist/{LocalizationProvider-CvSHuk0e.js → LocalizationProvider-CBc0PcyH.js} +140 -48
- package/dist/LocalizationProvider-CJ2mjvH-.cjs +2 -0
- package/dist/{ar-BPzd6WER.js → ar-D78_ioot.js} +93 -1
- package/dist/{ar-CBSdRr5Q.cjs → ar-DbkaJtO2.cjs} +2 -2
- package/dist/{az-DoZjCfF0.cjs → az-Cf7y5UC1.cjs} +2 -2
- package/dist/{az-MWX-WDgc.js → az-OomGCL5f.js} +93 -1
- package/dist/{bg-CvRGS4sF.js → bg-OQDPULfM.js} +93 -1
- package/dist/{bg-DI8UD_HF.cjs → bg-nghgX11u.cjs} +2 -2
- package/dist/{bs-aXQgChJT.js → bs-BYdzDqQ_.js} +93 -1
- package/dist/{bs-DQhZlEEo.cjs → bs-CMdfvb33.cjs} +2 -2
- package/dist/{ca-BCXCXzgh.js → ca-9lGrM-T0.js} +93 -1
- package/dist/{ca-DSC32tOX.cjs → ca-C8cBXf9y.cjs} +2 -2
- package/dist/components/BackgroundImage/BackgroundImage.d.ts +4 -0
- package/dist/components/BackgroundImage/IBackgroundImageProps.d.ts +14 -0
- package/dist/components/BackgroundImage/index.d.ts +3 -0
- package/dist/components/BackgroundImage/useBackgroundImageStyles.d.ts +4 -0
- package/dist/components/Blockquote/Blockquote.d.ts +4 -0
- package/dist/components/Blockquote/IBlockquoteProps.d.ts +21 -0
- package/dist/components/Blockquote/index.d.ts +4 -0
- package/dist/components/Blockquote/useBlockquoteStyles.d.ts +6 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +51 -0
- package/dist/components/ColorPicker/ColorPickerAlpha.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerBlock.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerChrome.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerCircle.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerColorful.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerCompact.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInput.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInputHSLA.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerEditableInputRGBA.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerHue.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerInteractive.d.ts +6 -0
- package/dist/components/ColorPicker/ColorPickerSaturation.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerShadeSlider.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSketch.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSlider.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerSwatch.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerTheme.d.ts +4 -0
- package/dist/components/ColorPicker/ColorPickerWheel.d.ts +4 -0
- package/dist/components/ColorPicker/IColorPickerProps.d.ts +297 -0
- package/dist/components/ColorPicker/colorConvert.d.ts +72 -0
- package/dist/components/ColorPicker/index.d.ts +25 -0
- package/dist/components/ColorPicker/useColorPickerStyles.d.ts +30 -0
- package/dist/components/CompactCalendar/CalendarGrid.d.ts +4 -0
- package/dist/components/CompactCalendar/CalendarHeader.d.ts +4 -0
- package/dist/components/CompactCalendar/CompactCalendar.d.ts +4 -0
- package/dist/components/CompactCalendar/EventsList.d.ts +4 -0
- package/dist/components/CompactCalendar/ICalendarGridProps.d.ts +32 -0
- package/dist/components/CompactCalendar/ICalendarHeaderProps.d.ts +15 -0
- package/dist/components/CompactCalendar/ICompactCalendarProps.d.ts +54 -0
- package/dist/components/CompactCalendar/IEventsListProps.d.ts +21 -0
- package/dist/components/CompactCalendar/index.d.ts +12 -0
- package/dist/components/CompactCalendar/resolveLocale.d.ts +12 -0
- package/dist/components/CompactCalendar/useCompactCalendarEvents.d.ts +12 -0
- package/dist/components/CompactCalendar/useCompactCalendarStyles.d.ts +26 -0
- package/dist/components/Dropzone/Dropzone.d.ts +31 -0
- package/dist/components/Dropzone/DropzoneContext.d.ts +20 -0
- package/dist/components/Dropzone/DropzoneFullScreen.d.ts +19 -0
- package/dist/components/Dropzone/DropzoneStatus.d.ts +9 -0
- package/dist/components/Dropzone/IDropzoneProps.d.ts +102 -0
- package/dist/components/Dropzone/index.d.ts +8 -0
- package/dist/components/Dropzone/mime-types.d.ts +39 -0
- package/dist/components/Dropzone/useDropzoneStyles.d.ts +12 -0
- package/dist/components/InlineSVG/IInlineSVGProps.d.ts +40 -0
- package/dist/components/InlineSVG/InlineSVG.d.ts +4 -0
- package/dist/components/InlineSVG/index.d.ts +5 -0
- package/dist/components/InlineSVG/useInlineSVG.d.ts +30 -0
- package/dist/components/InlineSVG/useInlineSVGStyles.d.ts +4 -0
- package/dist/components/Marquee/IMarqueeProps.d.ts +28 -0
- package/dist/components/Marquee/Marquee.d.ts +4 -0
- package/dist/components/Marquee/index.d.ts +4 -0
- package/dist/components/Marquee/useMarqueeStyles.d.ts +6 -0
- package/dist/components/OTPField/IOTPFieldProps.d.ts +49 -0
- package/dist/components/OTPField/OTPField.d.ts +8 -0
- package/dist/components/OTPField/index.d.ts +3 -0
- package/dist/components/OTPField/useOTPField.d.ts +25 -0
- package/dist/components/OTPField/useOTPFieldStyles.d.ts +23 -0
- package/dist/components/RichTextEditor/IRichTextEditorProps.d.ts +230 -0
- package/dist/components/RichTextEditor/Icons.d.ts +43 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +163 -0
- package/dist/components/RichTextEditor/RichTextEditorColorControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorColorPickerControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorContent.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorContext.d.ts +20 -0
- package/dist/components/RichTextEditor/RichTextEditorControl.d.ts +22 -0
- package/dist/components/RichTextEditor/RichTextEditorControlsGroup.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorFontFamilyControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorLinkControl.d.ts +4 -0
- package/dist/components/RichTextEditor/RichTextEditorSourceCodeControl.d.ts +6 -0
- package/dist/components/RichTextEditor/RichTextEditorToolbar.d.ts +4 -0
- package/dist/components/RichTextEditor/controls.d.ts +125 -0
- package/dist/components/RichTextEditor/extensions.d.ts +12 -0
- package/dist/components/RichTextEditor/index.d.ts +15 -0
- package/dist/components/RichTextEditor/useRichTextEditorStyles.d.ts +28 -0
- package/dist/components/Skeleton/ISkeletonLoaderProps.d.ts +102 -0
- package/dist/components/Skeleton/SkeletonLoader.d.ts +4 -0
- package/dist/components/Skeleton/index.d.ts +5 -0
- package/dist/components/Skeleton/useSkeletonExtract.d.ts +4 -0
- package/dist/components/Skeleton/useSkeletonLoaderStyles.d.ts +11 -0
- package/dist/components/Skeleton/useSkeletonShared.d.ts +25 -0
- package/dist/components/Spoiler/ISpoilerProps.d.ts +30 -0
- package/dist/components/Spoiler/Spoiler.d.ts +4 -0
- package/dist/components/Spoiler/index.d.ts +3 -0
- package/dist/components/Spoiler/useSpoilerStyles.d.ts +13 -0
- package/dist/components/Spotlight/ISpotlightProps.d.ts +181 -0
- package/dist/components/Spotlight/Spotlight.d.ts +27 -0
- package/dist/components/Spotlight/SpotlightAction.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightActionsGroup.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightActionsList.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightEmpty.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightFooter.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightRoot.d.ts +5 -0
- package/dist/components/Spotlight/SpotlightSearch.d.ts +5 -0
- package/dist/components/Spotlight/defaultSpotlightFilter.d.ts +9 -0
- package/dist/components/Spotlight/index.d.ts +12 -0
- package/dist/components/Spotlight/useSpotlight.d.ts +59 -0
- package/dist/components/Spotlight/useSpotlightStyles.d.ts +17 -0
- package/dist/components/Stepper/IStepperProps.d.ts +54 -0
- package/dist/components/Stepper/Stepper.d.ts +9 -0
- package/dist/components/Stepper/StepperCompleted.d.ts +9 -0
- package/dist/components/Stepper/StepperStep.d.ts +20 -0
- package/dist/components/Stepper/index.d.ts +3 -0
- package/dist/components/Stepper/useStepperStepStyles.d.ts +21 -0
- package/dist/components/Stepper/useStepperStyles.d.ts +11 -0
- package/dist/components/Timeline/ITimelineProps.d.ts +42 -0
- package/dist/components/Timeline/Timeline.d.ts +6 -0
- package/dist/components/Timeline/TimelineItem.d.ts +15 -0
- package/dist/components/Timeline/index.d.ts +3 -0
- package/dist/components/Timeline/useTimelineItemStyles.d.ts +19 -0
- package/dist/components/Timeline/useTimelineStyles.d.ts +9 -0
- package/dist/components/calendarControl/models/IAttendee.d.ts +5 -0
- package/dist/components/calendarControl/models/IEvents.d.ts +21 -0
- package/dist/{cs-B0C33FJt.cjs → cs-B_90ZpDL.cjs} +2 -2
- package/dist/{cs-VHWnqXwJ.js → cs-nVY__F1s.js} +93 -1
- package/dist/{cy-qF-aNCW-.js → cy-DcW2RMnM.js} +93 -1
- package/dist/{cy-BNabORao.cjs → cy-YdAkRgN7.cjs} +2 -2
- package/dist/{da-BmgXTEXm.cjs → da-3S6dCKx6.cjs} +2 -2
- package/dist/{da-rR5TnSBw.js → da-DlZaxKzd.js} +93 -1
- package/dist/{de-DbeDjRNp.js → de-DMQCCsxB.js} +93 -1
- package/dist/{de-B4w38-0d.cjs → de-cBD6cQjC.cjs} +2 -2
- package/dist/{el-Cgk6VsxL.cjs → el-C861pBjb.cjs} +2 -2
- package/dist/{el-DDeD6FiX.js → el-DWGl8fc0.js} +93 -1
- package/dist/{es-dvKffn6Q.js → es--B6susjn.js} +93 -1
- package/dist/{es-3ugMIZuA.cjs → es-7wJEQTAK.cjs} +2 -2
- package/dist/{et-CIIzxbat.cjs → et-BDQwGJeu.cjs} +2 -2
- package/dist/{et-DgZFBtK7.js → et-CNiq2LnL.js} +93 -1
- package/dist/{eu-C6r1_PRy.js → eu-B4UCvLGV.js} +93 -1
- package/dist/{eu-BUNUOJ7E.cjs → eu-Bis1mMYp.cjs} +2 -2
- package/dist/{fi-q6BFPHtt.cjs → fi-Bish9bFy.cjs} +2 -2
- package/dist/{fi-CzOKgmjK.js → fi-C1YgTvJp.js} +93 -1
- package/dist/{fr-D0cDkdbn.js → fr-Dn0f3XKj.js} +93 -1
- package/dist/{fr-BEnCZ733.cjs → fr-mNj_7F7p.cjs} +2 -2
- package/dist/{ga-BXyKTnJr.cjs → ga-DHGpUClX.cjs} +2 -2
- package/dist/{ga-0A7ndSzw.js → ga-lrKtfvqw.js} +93 -1
- package/dist/{gl-DR1C-hSi.cjs → gl-BaGwE_dH.cjs} +2 -2
- package/dist/{gl-BNwj4XAu.js → gl-Bcp6x2zx.js} +93 -1
- package/dist/{he-BPiZ6D5h.js → he-6cRlkGst.js} +93 -1
- package/dist/{he-OD1Ex2Fw.cjs → he-CyBuj0mX.cjs} +2 -2
- package/dist/{hi-Dt9FvBmh.cjs → hi-C9Y--qfd.cjs} +2 -2
- package/dist/{hi-CSgtp9Yg.js → hi-sWnw2IKq.js} +93 -1
- package/dist/hooks/useLocalizationStrings.d.ts +10 -0
- package/dist/{hr-CDSSj52Q.js → hr-DVYuTFrR.js} +93 -1
- package/dist/{hr-DMzwNhar.cjs → hr-_DB2jbdD.cjs} +2 -2
- package/dist/{hu-Bc-rChfV.cjs → hu-B6P_13vr.cjs} +2 -2
- package/dist/{hu-TDJYiDOB.js → hu-Ds35ELag.js} +93 -1
- package/dist/{id-CwndN9HH.cjs → id-CD6_OeAS.cjs} +2 -2
- package/dist/{id-B3IF5pnh.js → id-D3-zrJWX.js} +93 -1
- package/dist/index.cjs +48 -33
- package/dist/index.d.ts +14 -0
- package/dist/index.js +10631 -4137
- package/dist/{it-BLET318M.js → it-7v9Dp1d5.js} +93 -1
- package/dist/{it-DaYS5Vil.cjs → it-BqWJuJRG.cjs} +2 -2
- package/dist/{ja-NxwXLaKV.js → ja-HEhZtJlu.js} +93 -1
- package/dist/{ja-BYA2LXHy.cjs → ja-_IB67CHC.cjs} +2 -2
- package/dist/{kk-Ctrvuqlz.cjs → kk-1zP-M5hA.cjs} +2 -2
- package/dist/{kk-CceJcjtl.js → kk-vjMXRcfC.js} +93 -1
- package/dist/{ko-evIcpTG8.cjs → ko-Bh_npcwe.cjs} +2 -2
- package/dist/{ko-cS_OE967.js → ko-k4Pa7puV.js} +93 -1
- package/dist/localization/ILibraryStrings.d.ts +132 -0
- package/dist/localization/index.d.ts +2 -2
- package/dist/{lt-CYTLGgh6.cjs → lt-Bcs_RvUC.cjs} +2 -2
- package/dist/{lt-CZ-kk_5b.js → lt-DiJ0TBtG.js} +93 -1
- package/dist/{lv-COjitD3w.cjs → lv-DXbttzfD.cjs} +2 -2
- package/dist/{lv-BTvPpEjc.js → lv-Dsam0ieq.js} +93 -1
- package/dist/{mk-CSSyI3El.js → mk-6gVlhUMj.js} +93 -1
- package/dist/{mk-B-LF5gVL.cjs → mk-CwexdV8N.cjs} +2 -2
- package/dist/{ms-CzEvkib0.cjs → ms-DbohV4fa.cjs} +2 -2
- package/dist/{ms-Dz5JnKJ1.js → ms-LR8UEBWu.js} +93 -1
- package/dist/{nb-DkgTg1et.js → nb-BCuhLUFv.js} +93 -1
- package/dist/{nb-B1KWSX94.cjs → nb-XSnogBcy.cjs} +2 -2
- package/dist/{nl-knWqo2aX.cjs → nl-C3fB4nMe.cjs} +2 -2
- package/dist/{nl-CQ5eoxw2.js → nl-Cjbk_uDE.js} +93 -1
- package/dist/{pl-BQJfOizT.js → pl-3SZu8o4v.js} +93 -1
- package/dist/{pl-Ce6dq53t.cjs → pl-BJHabrpe.cjs} +2 -2
- package/dist/providers.cjs +1 -1
- package/dist/providers.js +1 -1
- package/dist/{pt-b0p7DoD0.js → pt-BRvCnjwa.js} +93 -1
- package/dist/{pt-BVqTnGkF.cjs → pt-BqRRasV7.cjs} +2 -2
- package/dist/{ro-sbBtUVJV.js → ro-B051tdWj.js} +93 -1
- package/dist/{ro-DqJMfhmX.cjs → ro-BCq9yIk8.cjs} +2 -2
- package/dist/{ru-Dm2NAQyK.cjs → ru-B-TiRA2D.cjs} +2 -2
- package/dist/{ru-ofzbka6D.js → ru-wGNmtZwA.js} +93 -1
- package/dist/{sk-BtpdNCPC.js → sk-BEUsTaCT.js} +93 -1
- package/dist/{sk-BNe6CHG-.cjs → sk-Btf7EoeH.cjs} +2 -2
- package/dist/{sl-BKmEUGyu.cjs → sl-Cs0S-Rru.cjs} +2 -2
- package/dist/{sl-B4GsKLu6.js → sl-Dt-Wix4R.js} +93 -1
- package/dist/{sr-C76YVpkQ.js → sr-Cj6FjoPV.js} +93 -1
- package/dist/{sr-Dwya5lwF.cjs → sr-Jxn52mZC.cjs} +2 -2
- package/dist/{sv-PesX57cX.js → sv-C5PBTvZZ.js} +93 -1
- package/dist/{sv-BGL2G9Vm.cjs → sv-DqwVwzYH.cjs} +2 -2
- package/dist/{th-DEv6shFI.cjs → th-CnqYsyp5.cjs} +2 -2
- package/dist/{th-CbCNOBnR.js → th-DEMLnNto.js} +93 -1
- package/dist/{tr-B0TPxXKS.js → tr-7wlGJ97W.js} +93 -1
- package/dist/{tr-BB-QonGE.cjs → tr-BiSE3U_v.cjs} +2 -2
- package/dist/{uk-_9cNoBNe.js → uk-B2JY5Ka3.js} +93 -1
- package/dist/{uk-B-3fLKpR.cjs → uk-YsR97h-O.cjs} +2 -2
- package/dist/{vi-Dx6pJ0ir.cjs → vi-BqlBS0CX.cjs} +2 -2
- package/dist/{vi-B8SfqLW6.js → vi-By1JUTa6.js} +93 -1
- package/dist/{zh-DD0ml2HG.cjs → zh-C3amwoRq.cjs} +2 -2
- package/dist/{zh-DqHnbp6B.js → zh-SZ0W4ZGV.js} +93 -1
- package/package.json +19 -1
- package/dist/LocalizationProvider-BbfcY9z3.cjs +0 -2
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Diagrama-errorea",
|
|
203
203
|
errorMessage: "Errorea gertatu da diagrama errendatzean.",
|
|
204
204
|
noSource: "Ez da diagrama-iturburua eman"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Ez dago ekitaldirik",
|
|
263
|
+
allDay: "Egun osoa",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Ig",
|
|
266
|
+
"Al",
|
|
267
|
+
"Ar",
|
|
268
|
+
"Az",
|
|
269
|
+
"Og",
|
|
270
|
+
"Or",
|
|
271
|
+
"La"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Bilatu…",
|
|
276
|
+
nothingFound: "Ez da ezer aurkitu"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Gorria",
|
|
280
|
+
green: "Berdea",
|
|
281
|
+
blue: "Urdina",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Tonua",
|
|
284
|
+
saturation: "Asetasuna",
|
|
285
|
+
lightness: "Argitasuna",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Kopiatu",
|
|
288
|
+
saturationPanel: "Asetasuna eta distira",
|
|
289
|
+
hueSlider: "Tonua",
|
|
290
|
+
alphaSlider: "Opakutasuna",
|
|
291
|
+
eyeDropper: "Pantailatik kolorea aukeratu",
|
|
292
|
+
swatchColor: "Kolore-lagina",
|
|
293
|
+
themeBrand: "Marka",
|
|
294
|
+
themeNeutral: "Neutroa",
|
|
295
|
+
themeStatus: "Egoera",
|
|
296
|
+
themeColors: "Gaiaren koloreak"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as eu };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=eu-
|
|
302
|
+
//# sourceMappingURL=eu-B4UCvLGV.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Kargatzen...`,error:`Errorea`,noData:`Daturik ez`,close:`Itxi`,save:`Gorde`,cancel:`Utzi`,ok:`Ados`,searchPlaceholder:`Bilatu...`},kpi:{noDescription:`Ez dago deskribapenik`,defaultTitle:`KPI`,lowerIsBetter:`Baxuagoa hobea da`,higherIsBetter:`Altuagoa hobea da`,withinGoalThreshold:`Helburuaren atalasearen barruan`,exceedsGoalThreshold:`Helburuaren atalasea gainditzen du`,goal:`Helburua`,progressGoal:`Helburura aurrerapena`,maxAllowedThreshold:`Gehienezko atalase baimendua`,totalItemsInScope:`Osoko elementuak esparruan`,totalItems:`Total`,currentValueAsPercent:`Uneko balioa guztiaren ehuneko gisa`,percentOfTotal:`%`,onTrack:`Bidean`,exceedGoal:`Helburua gainditzen du`},noKpis:{title:`Ez dago KPI konfiguratuta`,subtitle:`Hasi zure taldearen errendimendua jarraituz {highlight} aplikazioaren konfigurazio zerrendan konfiguratuz.`,highlightText:`KPI parametroak`,configureButton:`Konfiguratu KPIak`},calendar:{calendarControl:{daysOfWeek:[`Igandea`,`Astelehena`,`Asteartea`,`Asteazkena`,`Osteguna`,`Ostirala`,`Larunbata`]},selectCalendarView:{month:`Hilabetea`,week:`Astea`,day:`Eguna`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`or`},eventDetailsPopover:{start:`Hasiera`,end:`Amaiera`,location:`Kokapena`,attendees:`Partaideak`,details:`Xehetasunak`},dayView:{allDay:`Egun osoa`},toolbar:{today:`Gaur`,previous:`Aurrekoa`,next:`Hurrengoa`},weekView:{allDay:`Egun osoa`},calendarMonth:{months:[`Urtarrila`,`Otsaila`,`Martxoa`,`Apirila`,`Maiatza`,`Ekaina`,`Uztaila`,`Abuztua`,`Iraila`,`Urria`,`Azaroa`,`Abendua`],shortMonths:[`Urt`,`Ots`,`Mar`,`Api`,`Mai`,`Eka`,`Uzt`,`Abu`,`Ira`,`Urr`,`Aza`,`Abe`],days:[`Igandea`,`Astelehena`,`Asteartea`,`Asteazkena`,`Osteguna`,`Ostirala`,`Larunbata`],shortDays:[`Ig`,`Al`,`Ar`,`Az`,`Og`,`Or`,`Lr`],goToToday:`Joan gaurrera`},selectWeek:{selectWeekPlaceholder:`Hautatu aste bat`}},mensions:{placeholder:`Idatzi mezu bat...`,noResults:`Ez da emaitzarik aurkitu`,send:`Bidali`},shareDialog:{title:`Partekatu`,copyLink:`Kopiatu esteka`,linkCopied:`Esteka kopiatuta!`,share:`Partekatu`,cancel:`Utzi`},userCard:{available:`Erabilgarri`,availableIdle:`Erabilgarri, inaktibo`,away:`Kanpoan`,busy:`Lanpetua`,busyIdle:`Lanpetua, inaktibo`,doNotDisturb:`Ez molestatu`,beRightBack:`Berehala itzuliko naiz`,appearOffline:`Lineaz kanpo agertu`,unknown:`Ezezaguna`,outOfOffice:`Bulegotik kanpo`,offline:`Lineaz kanpo`,userAvatar:`Erabiltzailearen avatarra`,unknownUser:`Erabiltzaile ezezaguna`},appDashboard:{noDashboardsAvailable:`Ez dago aginte-panelrik erabilgarri`,clickToSetSpan:`Egin klik tartea ezartzeko`,configure:`Konfiguratu`},aiAssistant:{processingError:`Errore bat gertatu da zure eskaera prozesatzean.`,noUsersFound:`Ez da erabiltzailerik aurkitu`,typeAMessage:`Idatzi mezu bat`},worldMap:{loadingMapStyle:`Mapa-estiloa kargatzen…`,coordinates:`Koordenatuak:`,zoomIn:`Handitu`,zoomOut:`Txikitu`,resetMap:`Berrezarri mapa`,reset:`Berrezarri`},aiSearchControl:{placeholder:`Eskatu AA-ri bilaketa-kontsulta bat sortzeko...`,notConfiguredError:`Azure OpenAI ez dago behar bezala konfiguratuta. Egiaztatu konfigurazioa.`,generationError:`Errore bat gertatu da AA bilaketa-kontsulta sortzerakoan`},itemPicker:{placeholder:`Bilatu…`,noResultsFound:`Ez da emaitzarik aurkitu`,searching:`Bilatzen…`,loadingMore:`Gehiago kargatzen…`,selectedItems:`Hautatutako elementuak`,searchItems:`Bilatu elementuak`},listItemActivity:{you:`Zu`,accessed:`hau atzitu du`,commented:`hau iruzkindu du`,created:`hau sortu du`,deleted:`hau ezabatu du`,edited:`hau editatu du`,mentioned:`zu aipatu zaitu honetan`,moved:`hau mugitu du`,renamed:`honi izena aldatu dio`,restored:`hau berreskuratu du`,shared:`hau partekatu du`,versioned:`honen bertsioa sortu du`},inputField:{fieldRequired:`Eremu hau beharrezkoa da`,numberRequired:`Zenbaki bat beharrezkoa da`,invalidNumber:`Sartu baliozko zenbaki bat`,valueMustBeAtLeast:`Balioak gutxienez {0} izan behar du`,valueMustBeAtMost:`Balioak gehienez {0} izan behar du`},searchControl:{placeholder:`Bilatu…`},mermaidDiagram:{loading:`Diagrama kargatzen…`,errorTitle:`Diagrama-errorea`,errorMessage:`Errorea gertatu da diagrama errendatzean.`,noSource:`Ez da diagrama-iturburua eman`}};exports.eu=e;
|
|
2
|
-
//# sourceMappingURL=eu-
|
|
1
|
+
var e={common:{loading:`Kargatzen...`,error:`Errorea`,noData:`Daturik ez`,close:`Itxi`,save:`Gorde`,cancel:`Utzi`,ok:`Ados`,searchPlaceholder:`Bilatu...`},kpi:{noDescription:`Ez dago deskribapenik`,defaultTitle:`KPI`,lowerIsBetter:`Baxuagoa hobea da`,higherIsBetter:`Altuagoa hobea da`,withinGoalThreshold:`Helburuaren atalasearen barruan`,exceedsGoalThreshold:`Helburuaren atalasea gainditzen du`,goal:`Helburua`,progressGoal:`Helburura aurrerapena`,maxAllowedThreshold:`Gehienezko atalase baimendua`,totalItemsInScope:`Osoko elementuak esparruan`,totalItems:`Total`,currentValueAsPercent:`Uneko balioa guztiaren ehuneko gisa`,percentOfTotal:`%`,onTrack:`Bidean`,exceedGoal:`Helburua gainditzen du`},noKpis:{title:`Ez dago KPI konfiguratuta`,subtitle:`Hasi zure taldearen errendimendua jarraituz {highlight} aplikazioaren konfigurazio zerrendan konfiguratuz.`,highlightText:`KPI parametroak`,configureButton:`Konfiguratu KPIak`},calendar:{calendarControl:{daysOfWeek:[`Igandea`,`Astelehena`,`Asteartea`,`Asteazkena`,`Osteguna`,`Ostirala`,`Larunbata`]},selectCalendarView:{month:`Hilabetea`,week:`Astea`,day:`Eguna`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`or`},eventDetailsPopover:{start:`Hasiera`,end:`Amaiera`,location:`Kokapena`,attendees:`Partaideak`,details:`Xehetasunak`},dayView:{allDay:`Egun osoa`},toolbar:{today:`Gaur`,previous:`Aurrekoa`,next:`Hurrengoa`},weekView:{allDay:`Egun osoa`},calendarMonth:{months:[`Urtarrila`,`Otsaila`,`Martxoa`,`Apirila`,`Maiatza`,`Ekaina`,`Uztaila`,`Abuztua`,`Iraila`,`Urria`,`Azaroa`,`Abendua`],shortMonths:[`Urt`,`Ots`,`Mar`,`Api`,`Mai`,`Eka`,`Uzt`,`Abu`,`Ira`,`Urr`,`Aza`,`Abe`],days:[`Igandea`,`Astelehena`,`Asteartea`,`Asteazkena`,`Osteguna`,`Ostirala`,`Larunbata`],shortDays:[`Ig`,`Al`,`Ar`,`Az`,`Og`,`Or`,`Lr`],goToToday:`Joan gaurrera`},selectWeek:{selectWeekPlaceholder:`Hautatu aste bat`}},mensions:{placeholder:`Idatzi mezu bat...`,noResults:`Ez da emaitzarik aurkitu`,send:`Bidali`},shareDialog:{title:`Partekatu`,copyLink:`Kopiatu esteka`,linkCopied:`Esteka kopiatuta!`,share:`Partekatu`,cancel:`Utzi`},userCard:{available:`Erabilgarri`,availableIdle:`Erabilgarri, inaktibo`,away:`Kanpoan`,busy:`Lanpetua`,busyIdle:`Lanpetua, inaktibo`,doNotDisturb:`Ez molestatu`,beRightBack:`Berehala itzuliko naiz`,appearOffline:`Lineaz kanpo agertu`,unknown:`Ezezaguna`,outOfOffice:`Bulegotik kanpo`,offline:`Lineaz kanpo`,userAvatar:`Erabiltzailearen avatarra`,unknownUser:`Erabiltzaile ezezaguna`},appDashboard:{noDashboardsAvailable:`Ez dago aginte-panelrik erabilgarri`,clickToSetSpan:`Egin klik tartea ezartzeko`,configure:`Konfiguratu`},aiAssistant:{processingError:`Errore bat gertatu da zure eskaera prozesatzean.`,noUsersFound:`Ez da erabiltzailerik aurkitu`,typeAMessage:`Idatzi mezu bat`},worldMap:{loadingMapStyle:`Mapa-estiloa kargatzen…`,coordinates:`Koordenatuak:`,zoomIn:`Handitu`,zoomOut:`Txikitu`,resetMap:`Berrezarri mapa`,reset:`Berrezarri`},aiSearchControl:{placeholder:`Eskatu AA-ri bilaketa-kontsulta bat sortzeko...`,notConfiguredError:`Azure OpenAI ez dago behar bezala konfiguratuta. Egiaztatu konfigurazioa.`,generationError:`Errore bat gertatu da AA bilaketa-kontsulta sortzerakoan`},itemPicker:{placeholder:`Bilatu…`,noResultsFound:`Ez da emaitzarik aurkitu`,searching:`Bilatzen…`,loadingMore:`Gehiago kargatzen…`,selectedItems:`Hautatutako elementuak`,searchItems:`Bilatu elementuak`},listItemActivity:{you:`Zu`,accessed:`hau atzitu du`,commented:`hau iruzkindu du`,created:`hau sortu du`,deleted:`hau ezabatu du`,edited:`hau editatu du`,mentioned:`zu aipatu zaitu honetan`,moved:`hau mugitu du`,renamed:`honi izena aldatu dio`,restored:`hau berreskuratu du`,shared:`hau partekatu du`,versioned:`honen bertsioa sortu du`},inputField:{fieldRequired:`Eremu hau beharrezkoa da`,numberRequired:`Zenbaki bat beharrezkoa da`,invalidNumber:`Sartu baliozko zenbaki bat`,valueMustBeAtLeast:`Balioak gutxienez {0} izan behar du`,valueMustBeAtMost:`Balioak gehienez {0} izan behar du`},searchControl:{placeholder:`Bilatu…`},mermaidDiagram:{loading:`Diagrama kargatzen…`,errorTitle:`Diagrama-errorea`,errorMessage:`Errorea gertatu da diagrama errendatzean.`,noSource:`Ez da diagrama-iturburua eman`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Ez dago ekitaldirik`,allDay:`Egun osoa`,shortDays:[`Ig`,`Al`,`Ar`,`Az`,`Og`,`Or`,`La`]},spotlight:{searchPlaceholder:`Bilatu…`,nothingFound:`Ez da ezer aurkitu`},colorPicker:{red:`Gorria`,green:`Berdea`,blue:`Urdina`,alpha:`Alfa`,hue:`Tonua`,saturation:`Asetasuna`,lightness:`Argitasuna`,hex:`Hex`,copy:`Kopiatu`,saturationPanel:`Asetasuna eta distira`,hueSlider:`Tonua`,alphaSlider:`Opakutasuna`,eyeDropper:`Pantailatik kolorea aukeratu`,swatchColor:`Kolore-lagina`,themeBrand:`Marka`,themeNeutral:`Neutroa`,themeStatus:`Egoera`,themeColors:`Gaiaren koloreak`}};exports.eu=e;
|
|
2
|
+
//# sourceMappingURL=eu-Bis1mMYp.cjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Ladataan...`,error:`Virhe`,noData:`Ei tietoja`,close:`Sulje`,save:`Tallenna`,cancel:`Peruuta`,ok:`OK`,searchPlaceholder:`Hae...`},kpi:{noDescription:`Ei kuvausta saatavilla`,defaultTitle:`KPI`,lowerIsBetter:`Pienempi on parempi`,higherIsBetter:`Suurempi on parempi`,withinGoalThreshold:`Tavoitekynnyksen sisällä`,exceedsGoalThreshold:`Ylittää tavoitekynnyksen`,goal:`Tavoite`,progressGoal:`Edistyminen tavoitteeseen`,maxAllowedThreshold:`Suurin sallittu kynnys`,totalItemsInScope:`Kohteet yhteensä laajuudessa`,totalItems:`Total`,currentValueAsPercent:`Nykyinen arvo prosentteina kokonaisuudesta`,percentOfTotal:`%`,onTrack:`Oikealla tiellä`,exceedGoal:`Ylittää tavoitteen`},noKpis:{title:`KPI-mittareita ei ole määritetty`,subtitle:`Aloita tiimisi suorituskyvyn seuraaminen määrittämällä {highlight} sovelluksen asetusluettelossa.`,highlightText:`KPI-parametrit`,configureButton:`Määritä KPI-mittarit`},calendar:{calendarControl:{daysOfWeek:[`Sunnuntai`,`Maanantai`,`Tiistai`,`Keskiviikko`,`Torstai`,`Perjantai`,`Lauantai`]},selectCalendarView:{month:`Kuukausi`,week:`Viikko`,day:`Päivä`},eventPopoverCard:{timeSeparator:` – `,hourSuffix:`t`},eventDetailsPopover:{start:`Alku`,end:`Loppu`,location:`Sijainti`,attendees:`Osallistujat`,details:`Tiedot`},dayView:{allDay:`Koko päivä`},toolbar:{today:`Tänään`,previous:`Edellinen`,next:`Seuraava`},weekView:{allDay:`Koko päivä`},calendarMonth:{months:[`Tammikuu`,`Helmikuu`,`Maaliskuu`,`Huhtikuu`,`Toukokuu`,`Kesäkuu`,`Heinäkuu`,`Elokuu`,`Syyskuu`,`Lokakuu`,`Marraskuu`,`Joulukuu`],shortMonths:[`Tam`,`Hel`,`Maa`,`Huh`,`Tou`,`Kes`,`Hei`,`Elo`,`Syy`,`Lok`,`Mar`,`Jou`],days:[`Sunnuntai`,`Maanantai`,`Tiistai`,`Keskiviikko`,`Torstai`,`Perjantai`,`Lauantai`],shortDays:[`Su`,`Ma`,`Ti`,`Ke`,`To`,`Pe`,`La`],goToToday:`Siirry tähän päivään`},selectWeek:{selectWeekPlaceholder:`Valitse viikko`}},mensions:{placeholder:`Kirjoita viesti...`,noResults:`Tuloksia ei löytynyt`,send:`Lähetä`},shareDialog:{title:`Jaa`,copyLink:`Kopioi linkki`,linkCopied:`Linkki kopioitu!`,share:`Jaa`,cancel:`Peruuta`},userCard:{available:`Käytettävissä`,availableIdle:`Käytettävissä, toimeton`,away:`Poissa`,busy:`Varattu`,busyIdle:`Varattu, toimeton`,doNotDisturb:`Älä häiritse`,beRightBack:`Palaan pian`,appearOffline:`Näy offline-tilassa`,unknown:`Tuntematon`,outOfOffice:`Poissa toimistolta`,offline:`Offline`,userAvatar:`Käyttäjän avatar`,unknownUser:`Tuntematon käyttäjä`},appDashboard:{noDashboardsAvailable:`Ei saatavilla olevia koontinäyttöjä`,clickToSetSpan:`Napsauta asettaaksesi alueen`,configure:`Määritä`},aiAssistant:{processingError:`Pyyntösi käsittelyssä tapahtui virhe.`,noUsersFound:`Käyttäjiä ei löytynyt`,typeAMessage:`Kirjoita viesti`},worldMap:{loadingMapStyle:`Ladataan karttatyyliä…`,coordinates:`Koordinaatit:`,zoomIn:`Lähennä`,zoomOut:`Loitonna`,resetMap:`Palauta kartta`,reset:`Palauta`},aiSearchControl:{placeholder:`Pyydä tekoälyä luomaan hakukysely...`,notConfiguredError:`Azure OpenAI:ta ei ole määritetty oikein. Tarkista määritykset.`,generationError:`Tekoälyhakukyselyn luomisessa tapahtui virhe`},itemPicker:{placeholder:`Hae…`,noResultsFound:`Tuloksia ei löytynyt`,searching:`Haetaan…`,loadingMore:`Ladataan lisää…`,selectedItems:`Valitut kohteet`,searchItems:`Hae kohteita`},listItemActivity:{you:`Sinä`,accessed:`käytti tätä`,commented:`kommentoi tätä`,created:`loi tämän`,deleted:`poisti tämän`,edited:`muokkasi tätä`,mentioned:`mainitsi sinut tässä`,moved:`siirsi tämän`,renamed:`nimesi tämän uudelleen`,restored:`palautti tämän`,shared:`jakoi tämän`,versioned:`versioi tämän`},inputField:{fieldRequired:`Tämä kenttä on pakollinen`,numberRequired:`Numero vaaditaan`,invalidNumber:`Anna kelvollinen numero`,valueMustBeAtLeast:`Arvon on oltava vähintään {0}`,valueMustBeAtMost:`Arvon on oltava enintään {0}`},searchControl:{placeholder:`Hae…`},mermaidDiagram:{loading:`Ladataan kaaviota…`,errorTitle:`Kaavion virhe`,errorMessage:`Kaavion piirtämisessä tapahtui virhe.`,noSource:`Kaavion lähdettä ei ole annettu`}};exports.fi=e;
|
|
2
|
-
//# sourceMappingURL=fi-
|
|
1
|
+
var e={common:{loading:`Ladataan...`,error:`Virhe`,noData:`Ei tietoja`,close:`Sulje`,save:`Tallenna`,cancel:`Peruuta`,ok:`OK`,searchPlaceholder:`Hae...`},kpi:{noDescription:`Ei kuvausta saatavilla`,defaultTitle:`KPI`,lowerIsBetter:`Pienempi on parempi`,higherIsBetter:`Suurempi on parempi`,withinGoalThreshold:`Tavoitekynnyksen sisällä`,exceedsGoalThreshold:`Ylittää tavoitekynnyksen`,goal:`Tavoite`,progressGoal:`Edistyminen tavoitteeseen`,maxAllowedThreshold:`Suurin sallittu kynnys`,totalItemsInScope:`Kohteet yhteensä laajuudessa`,totalItems:`Total`,currentValueAsPercent:`Nykyinen arvo prosentteina kokonaisuudesta`,percentOfTotal:`%`,onTrack:`Oikealla tiellä`,exceedGoal:`Ylittää tavoitteen`},noKpis:{title:`KPI-mittareita ei ole määritetty`,subtitle:`Aloita tiimisi suorituskyvyn seuraaminen määrittämällä {highlight} sovelluksen asetusluettelossa.`,highlightText:`KPI-parametrit`,configureButton:`Määritä KPI-mittarit`},calendar:{calendarControl:{daysOfWeek:[`Sunnuntai`,`Maanantai`,`Tiistai`,`Keskiviikko`,`Torstai`,`Perjantai`,`Lauantai`]},selectCalendarView:{month:`Kuukausi`,week:`Viikko`,day:`Päivä`},eventPopoverCard:{timeSeparator:` – `,hourSuffix:`t`},eventDetailsPopover:{start:`Alku`,end:`Loppu`,location:`Sijainti`,attendees:`Osallistujat`,details:`Tiedot`},dayView:{allDay:`Koko päivä`},toolbar:{today:`Tänään`,previous:`Edellinen`,next:`Seuraava`},weekView:{allDay:`Koko päivä`},calendarMonth:{months:[`Tammikuu`,`Helmikuu`,`Maaliskuu`,`Huhtikuu`,`Toukokuu`,`Kesäkuu`,`Heinäkuu`,`Elokuu`,`Syyskuu`,`Lokakuu`,`Marraskuu`,`Joulukuu`],shortMonths:[`Tam`,`Hel`,`Maa`,`Huh`,`Tou`,`Kes`,`Hei`,`Elo`,`Syy`,`Lok`,`Mar`,`Jou`],days:[`Sunnuntai`,`Maanantai`,`Tiistai`,`Keskiviikko`,`Torstai`,`Perjantai`,`Lauantai`],shortDays:[`Su`,`Ma`,`Ti`,`Ke`,`To`,`Pe`,`La`],goToToday:`Siirry tähän päivään`},selectWeek:{selectWeekPlaceholder:`Valitse viikko`}},mensions:{placeholder:`Kirjoita viesti...`,noResults:`Tuloksia ei löytynyt`,send:`Lähetä`},shareDialog:{title:`Jaa`,copyLink:`Kopioi linkki`,linkCopied:`Linkki kopioitu!`,share:`Jaa`,cancel:`Peruuta`},userCard:{available:`Käytettävissä`,availableIdle:`Käytettävissä, toimeton`,away:`Poissa`,busy:`Varattu`,busyIdle:`Varattu, toimeton`,doNotDisturb:`Älä häiritse`,beRightBack:`Palaan pian`,appearOffline:`Näy offline-tilassa`,unknown:`Tuntematon`,outOfOffice:`Poissa toimistolta`,offline:`Offline`,userAvatar:`Käyttäjän avatar`,unknownUser:`Tuntematon käyttäjä`},appDashboard:{noDashboardsAvailable:`Ei saatavilla olevia koontinäyttöjä`,clickToSetSpan:`Napsauta asettaaksesi alueen`,configure:`Määritä`},aiAssistant:{processingError:`Pyyntösi käsittelyssä tapahtui virhe.`,noUsersFound:`Käyttäjiä ei löytynyt`,typeAMessage:`Kirjoita viesti`},worldMap:{loadingMapStyle:`Ladataan karttatyyliä…`,coordinates:`Koordinaatit:`,zoomIn:`Lähennä`,zoomOut:`Loitonna`,resetMap:`Palauta kartta`,reset:`Palauta`},aiSearchControl:{placeholder:`Pyydä tekoälyä luomaan hakukysely...`,notConfiguredError:`Azure OpenAI:ta ei ole määritetty oikein. Tarkista määritykset.`,generationError:`Tekoälyhakukyselyn luomisessa tapahtui virhe`},itemPicker:{placeholder:`Hae…`,noResultsFound:`Tuloksia ei löytynyt`,searching:`Haetaan…`,loadingMore:`Ladataan lisää…`,selectedItems:`Valitut kohteet`,searchItems:`Hae kohteita`},listItemActivity:{you:`Sinä`,accessed:`käytti tätä`,commented:`kommentoi tätä`,created:`loi tämän`,deleted:`poisti tämän`,edited:`muokkasi tätä`,mentioned:`mainitsi sinut tässä`,moved:`siirsi tämän`,renamed:`nimesi tämän uudelleen`,restored:`palautti tämän`,shared:`jakoi tämän`,versioned:`versioi tämän`},inputField:{fieldRequired:`Tämä kenttä on pakollinen`,numberRequired:`Numero vaaditaan`,invalidNumber:`Anna kelvollinen numero`,valueMustBeAtLeast:`Arvon on oltava vähintään {0}`,valueMustBeAtMost:`Arvon on oltava enintään {0}`},searchControl:{placeholder:`Hae…`},mermaidDiagram:{loading:`Ladataan kaaviota…`,errorTitle:`Kaavion virhe`,errorMessage:`Kaavion piirtämisessä tapahtui virhe.`,noSource:`Kaavion lähdettä ei ole annettu`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Ei tapahtumia`,allDay:`Koko päivä`,shortDays:[`Su`,`Ma`,`Ti`,`Ke`,`To`,`Pe`,`La`]},spotlight:{searchPlaceholder:`Hae…`,nothingFound:`Mitään ei löytynyt`},colorPicker:{red:`Punainen`,green:`Vihreä`,blue:`Sininen`,alpha:`Alfa`,hue:`Sävy`,saturation:`Kylläisyys`,lightness:`Kirkkaus`,hex:`Hex`,copy:`Kopioi`,saturationPanel:`Kylläisyys ja kirkkaus`,hueSlider:`Sävy`,alphaSlider:`Läpinäkyvyys`,eyeDropper:`Valitse väri näytöltä`,swatchColor:`Värimalli`,themeBrand:`Brändi`,themeNeutral:`Neutraali`,themeStatus:`Tila`,themeColors:`Teeman värit`}};exports.fi=e;
|
|
2
|
+
//# sourceMappingURL=fi-Bish9bFy.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Kaavion virhe",
|
|
203
203
|
errorMessage: "Kaavion piirtämisessä tapahtui virhe.",
|
|
204
204
|
noSource: "Kaavion lähdettä ei ole annettu"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Ei tapahtumia",
|
|
263
|
+
allDay: "Koko päivä",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Su",
|
|
266
|
+
"Ma",
|
|
267
|
+
"Ti",
|
|
268
|
+
"Ke",
|
|
269
|
+
"To",
|
|
270
|
+
"Pe",
|
|
271
|
+
"La"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Hae…",
|
|
276
|
+
nothingFound: "Mitään ei löytynyt"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Punainen",
|
|
280
|
+
green: "Vihreä",
|
|
281
|
+
blue: "Sininen",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Sävy",
|
|
284
|
+
saturation: "Kylläisyys",
|
|
285
|
+
lightness: "Kirkkaus",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Kopioi",
|
|
288
|
+
saturationPanel: "Kylläisyys ja kirkkaus",
|
|
289
|
+
hueSlider: "Sävy",
|
|
290
|
+
alphaSlider: "Läpinäkyvyys",
|
|
291
|
+
eyeDropper: "Valitse väri näytöltä",
|
|
292
|
+
swatchColor: "Värimalli",
|
|
293
|
+
themeBrand: "Brändi",
|
|
294
|
+
themeNeutral: "Neutraali",
|
|
295
|
+
themeStatus: "Tila",
|
|
296
|
+
themeColors: "Teeman värit"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as fi };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=fi-
|
|
302
|
+
//# sourceMappingURL=fi-C1YgTvJp.js.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Erreur du diagramme",
|
|
203
203
|
errorMessage: "Une erreur est survenue lors du rendu du diagramme.",
|
|
204
204
|
noSource: "Aucune source de diagramme fournie"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Aucun événement",
|
|
263
|
+
allDay: "Toute la journée",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Dim",
|
|
266
|
+
"Lun",
|
|
267
|
+
"Mar",
|
|
268
|
+
"Mer",
|
|
269
|
+
"Jeu",
|
|
270
|
+
"Ven",
|
|
271
|
+
"Sam"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Rechercher…",
|
|
276
|
+
nothingFound: "Aucun résultat"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Rouge",
|
|
280
|
+
green: "Vert",
|
|
281
|
+
blue: "Bleu",
|
|
282
|
+
alpha: "Alpha",
|
|
283
|
+
hue: "Teinte",
|
|
284
|
+
saturation: "Saturation",
|
|
285
|
+
lightness: "Luminosité",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Copier",
|
|
288
|
+
saturationPanel: "Saturation et luminosité",
|
|
289
|
+
hueSlider: "Teinte",
|
|
290
|
+
alphaSlider: "Opacité",
|
|
291
|
+
eyeDropper: "Sélectionner une couleur à l’écran",
|
|
292
|
+
swatchColor: "Échantillon de couleur",
|
|
293
|
+
themeBrand: "Marque",
|
|
294
|
+
themeNeutral: "Neutre",
|
|
295
|
+
themeStatus: "État",
|
|
296
|
+
themeColors: "Couleurs du thème"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as fr };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=fr-
|
|
302
|
+
//# sourceMappingURL=fr-Dn0f3XKj.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Chargement...`,error:`Erreur`,noData:`Aucune donnée`,close:`Fermer`,save:`Enregistrer`,cancel:`Annuler`,ok:`OK`,searchPlaceholder:`Rechercher...`},kpi:{noDescription:`Aucune description disponible`,defaultTitle:`KPI`,lowerIsBetter:`Plus bas est mieux`,higherIsBetter:`Plus haut est mieux`,withinGoalThreshold:`Dans le seuil de l'objectif`,exceedsGoalThreshold:`Dépasse le seuil de l'objectif`,goal:`Objectif`,progressGoal:`Progrès vers l'objectif`,maxAllowedThreshold:`Seuil maximum autorisé`,totalItemsInScope:`Total des éléments dans le périmètre`,totalItems:`Total`,currentValueAsPercent:`Valeur actuelle en pourcentage du total`,percentOfTotal:`%`,onTrack:`En bonne voie`,exceedGoal:`Dépasse l'objectif`},noKpis:{title:`Aucun KPI configuré`,subtitle:`Commencez à suivre les performances de votre équipe en configurant {highlight} dans la liste de configuration de l'application.`,highlightText:`les paramètres KPI`,configureButton:`Configurer les KPIs`},calendar:{calendarControl:{daysOfWeek:[`Dimanche`,`Lundi`,`Mardi`,`Mercredi`,`Jeudi`,`Vendredi`,`Samedi`]},selectCalendarView:{month:`Mois`,week:`Semaine`,day:`Jour`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Début`,end:`Fin`,location:`Lieu`,attendees:`Participants`,details:`Détails`},dayView:{allDay:`Toute la journée`},toolbar:{today:`Aujourd'hui`,previous:`Précédent`,next:`Suivant`},weekView:{allDay:`Toute la journée`},calendarMonth:{months:[`Janvier`,`Février`,`Mars`,`Avril`,`Mai`,`Juin`,`Juillet`,`Août`,`Septembre`,`Octobre`,`Novembre`,`Décembre`],shortMonths:[`Jan`,`Fév`,`Mar`,`Avr`,`Mai`,`Juin`,`Juil`,`Août`,`Sep`,`Oct`,`Nov`,`Déc`],days:[`Dimanche`,`Lundi`,`Mardi`,`Mercredi`,`Jeudi`,`Vendredi`,`Samedi`],shortDays:[`Dim`,`Lun`,`Mar`,`Mer`,`Jeu`,`Ven`,`Sam`],goToToday:`Aller à aujourd'hui`},selectWeek:{selectWeekPlaceholder:`Sélectionnez une semaine`}},mensions:{placeholder:`Saisissez un message...`,noResults:`Aucun résultat trouvé`,send:`Envoyer`},shareDialog:{title:`Partager`,copyLink:`Copier le lien`,linkCopied:`Lien copié !`,share:`Partager`,cancel:`Annuler`},userCard:{available:`Disponible`,availableIdle:`Disponible, inactif`,away:`Absent`,busy:`Occupé`,busyIdle:`Occupé, inactif`,doNotDisturb:`Ne pas déranger`,beRightBack:`Je reviens tout de suite`,appearOffline:`Apparaître hors ligne`,unknown:`Inconnu`,outOfOffice:`Absent du bureau`,offline:`Hors ligne`,userAvatar:`Avatar de l'utilisateur`,unknownUser:`Utilisateur inconnu`},appDashboard:{noDashboardsAvailable:`Aucun tableau de bord disponible`,clickToSetSpan:`Cliquez pour définir l'étendue`,configure:`Configurer`},aiAssistant:{processingError:`Une erreur s'est produite lors du traitement de votre demande.`,noUsersFound:`Aucun utilisateur trouvé`,typeAMessage:`Saisissez un message`},worldMap:{loadingMapStyle:`Chargement du style de carte…`,coordinates:`Coordonnées :`,zoomIn:`Zoom avant`,zoomOut:`Zoom arrière`,resetMap:`Réinitialiser la carte`,reset:`Réinitialiser`},aiSearchControl:{placeholder:`Demandez à l'IA de générer une requête de recherche...`,notConfiguredError:`Azure OpenAI n'est pas configuré correctement. Veuillez vérifier la configuration.`,generationError:`Une erreur s'est produite lors de la génération de la requête de recherche IA`},itemPicker:{placeholder:`Rechercher…`,noResultsFound:`Aucun résultat trouvé`,searching:`Recherche en cours…`,loadingMore:`Chargement de plus…`,selectedItems:`Éléments sélectionnés`,searchItems:`Rechercher des éléments`},listItemActivity:{you:`Vous`,accessed:`a accédé à ceci`,commented:`a commenté ceci`,created:`a créé ceci`,deleted:`a supprimé ceci`,edited:`a modifié ceci`,mentioned:`vous a mentionné dans ceci`,moved:`a déplacé ceci`,renamed:`a renommé ceci`,restored:`a restauré ceci`,shared:`a partagé ceci`,versioned:`a versionné ceci`},inputField:{fieldRequired:`Ce champ est obligatoire`,numberRequired:`Un nombre est requis`,invalidNumber:`Veuillez entrer un nombre valide`,valueMustBeAtLeast:`La valeur doit être au moins {0}`,valueMustBeAtMost:`La valeur doit être au plus {0}`},searchControl:{placeholder:`Rechercher…`},mermaidDiagram:{loading:`Chargement du diagramme…`,errorTitle:`Erreur du diagramme`,errorMessage:`Une erreur est survenue lors du rendu du diagramme.`,noSource:`Aucune source de diagramme fournie`}};exports.fr=e;
|
|
2
|
-
//# sourceMappingURL=fr-
|
|
1
|
+
var e={common:{loading:`Chargement...`,error:`Erreur`,noData:`Aucune donnée`,close:`Fermer`,save:`Enregistrer`,cancel:`Annuler`,ok:`OK`,searchPlaceholder:`Rechercher...`},kpi:{noDescription:`Aucune description disponible`,defaultTitle:`KPI`,lowerIsBetter:`Plus bas est mieux`,higherIsBetter:`Plus haut est mieux`,withinGoalThreshold:`Dans le seuil de l'objectif`,exceedsGoalThreshold:`Dépasse le seuil de l'objectif`,goal:`Objectif`,progressGoal:`Progrès vers l'objectif`,maxAllowedThreshold:`Seuil maximum autorisé`,totalItemsInScope:`Total des éléments dans le périmètre`,totalItems:`Total`,currentValueAsPercent:`Valeur actuelle en pourcentage du total`,percentOfTotal:`%`,onTrack:`En bonne voie`,exceedGoal:`Dépasse l'objectif`},noKpis:{title:`Aucun KPI configuré`,subtitle:`Commencez à suivre les performances de votre équipe en configurant {highlight} dans la liste de configuration de l'application.`,highlightText:`les paramètres KPI`,configureButton:`Configurer les KPIs`},calendar:{calendarControl:{daysOfWeek:[`Dimanche`,`Lundi`,`Mardi`,`Mercredi`,`Jeudi`,`Vendredi`,`Samedi`]},selectCalendarView:{month:`Mois`,week:`Semaine`,day:`Jour`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Début`,end:`Fin`,location:`Lieu`,attendees:`Participants`,details:`Détails`},dayView:{allDay:`Toute la journée`},toolbar:{today:`Aujourd'hui`,previous:`Précédent`,next:`Suivant`},weekView:{allDay:`Toute la journée`},calendarMonth:{months:[`Janvier`,`Février`,`Mars`,`Avril`,`Mai`,`Juin`,`Juillet`,`Août`,`Septembre`,`Octobre`,`Novembre`,`Décembre`],shortMonths:[`Jan`,`Fév`,`Mar`,`Avr`,`Mai`,`Juin`,`Juil`,`Août`,`Sep`,`Oct`,`Nov`,`Déc`],days:[`Dimanche`,`Lundi`,`Mardi`,`Mercredi`,`Jeudi`,`Vendredi`,`Samedi`],shortDays:[`Dim`,`Lun`,`Mar`,`Mer`,`Jeu`,`Ven`,`Sam`],goToToday:`Aller à aujourd'hui`},selectWeek:{selectWeekPlaceholder:`Sélectionnez une semaine`}},mensions:{placeholder:`Saisissez un message...`,noResults:`Aucun résultat trouvé`,send:`Envoyer`},shareDialog:{title:`Partager`,copyLink:`Copier le lien`,linkCopied:`Lien copié !`,share:`Partager`,cancel:`Annuler`},userCard:{available:`Disponible`,availableIdle:`Disponible, inactif`,away:`Absent`,busy:`Occupé`,busyIdle:`Occupé, inactif`,doNotDisturb:`Ne pas déranger`,beRightBack:`Je reviens tout de suite`,appearOffline:`Apparaître hors ligne`,unknown:`Inconnu`,outOfOffice:`Absent du bureau`,offline:`Hors ligne`,userAvatar:`Avatar de l'utilisateur`,unknownUser:`Utilisateur inconnu`},appDashboard:{noDashboardsAvailable:`Aucun tableau de bord disponible`,clickToSetSpan:`Cliquez pour définir l'étendue`,configure:`Configurer`},aiAssistant:{processingError:`Une erreur s'est produite lors du traitement de votre demande.`,noUsersFound:`Aucun utilisateur trouvé`,typeAMessage:`Saisissez un message`},worldMap:{loadingMapStyle:`Chargement du style de carte…`,coordinates:`Coordonnées :`,zoomIn:`Zoom avant`,zoomOut:`Zoom arrière`,resetMap:`Réinitialiser la carte`,reset:`Réinitialiser`},aiSearchControl:{placeholder:`Demandez à l'IA de générer une requête de recherche...`,notConfiguredError:`Azure OpenAI n'est pas configuré correctement. Veuillez vérifier la configuration.`,generationError:`Une erreur s'est produite lors de la génération de la requête de recherche IA`},itemPicker:{placeholder:`Rechercher…`,noResultsFound:`Aucun résultat trouvé`,searching:`Recherche en cours…`,loadingMore:`Chargement de plus…`,selectedItems:`Éléments sélectionnés`,searchItems:`Rechercher des éléments`},listItemActivity:{you:`Vous`,accessed:`a accédé à ceci`,commented:`a commenté ceci`,created:`a créé ceci`,deleted:`a supprimé ceci`,edited:`a modifié ceci`,mentioned:`vous a mentionné dans ceci`,moved:`a déplacé ceci`,renamed:`a renommé ceci`,restored:`a restauré ceci`,shared:`a partagé ceci`,versioned:`a versionné ceci`},inputField:{fieldRequired:`Ce champ est obligatoire`,numberRequired:`Un nombre est requis`,invalidNumber:`Veuillez entrer un nombre valide`,valueMustBeAtLeast:`La valeur doit être au moins {0}`,valueMustBeAtMost:`La valeur doit être au plus {0}`},searchControl:{placeholder:`Rechercher…`},mermaidDiagram:{loading:`Chargement du diagramme…`,errorTitle:`Erreur du diagramme`,errorMessage:`Une erreur est survenue lors du rendu du diagramme.`,noSource:`Aucune source de diagramme fournie`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Aucun événement`,allDay:`Toute la journée`,shortDays:[`Dim`,`Lun`,`Mar`,`Mer`,`Jeu`,`Ven`,`Sam`]},spotlight:{searchPlaceholder:`Rechercher…`,nothingFound:`Aucun résultat`},colorPicker:{red:`Rouge`,green:`Vert`,blue:`Bleu`,alpha:`Alpha`,hue:`Teinte`,saturation:`Saturation`,lightness:`Luminosité`,hex:`Hex`,copy:`Copier`,saturationPanel:`Saturation et luminosité`,hueSlider:`Teinte`,alphaSlider:`Opacité`,eyeDropper:`Sélectionner une couleur à l’écran`,swatchColor:`Échantillon de couleur`,themeBrand:`Marque`,themeNeutral:`Neutre`,themeStatus:`État`,themeColors:`Couleurs du thème`}};exports.fr=e;
|
|
2
|
+
//# sourceMappingURL=fr-mNj_7F7p.cjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Ag lódáil...`,error:`Earráid`,noData:`Gan sonraí`,close:`Dún`,save:`Sábháil`,cancel:`Cealaigh`,ok:`OK`,searchPlaceholder:`Cuardaigh...`},kpi:{noDescription:`Níl aon chur síos ar fáil`,defaultTitle:`TFP`,lowerIsBetter:`Is fearr níos ísle`,higherIsBetter:`Is fearr níos airde`,withinGoalThreshold:`Laistigh de thairseach an sprice`,exceedsGoalThreshold:`Sáraíonn tairseach an sprice`,goal:`Sprioc`,progressGoal:`Dul chun cinn i dtreo an sprice`,maxAllowedThreshold:`Uastairseach ceadaithe`,totalItemsInScope:`Iomlán na n-earra sa raon`,totalItems:`Total`,currentValueAsPercent:`Luach reatha mar chéatadán den iomlán`,percentOfTotal:`%`,onTrack:`Ar an mbóthar ceart`,exceedGoal:`Sáraíonn an sprioc`},noKpis:{title:`Níl aon TFPanna Cumraithe`,subtitle:`Tosaigh ag rianú feidhmíocht do fhoirne trí {highlight} a chumrú sa liosta cumraíochta aip.`,highlightText:`paraiméadair TFP`,configureButton:`Cumraigh TFPanna`},calendar:{calendarControl:{daysOfWeek:[`Domhnach`,`Luan`,`Máirt`,`Céadaoin`,`Déardaoin`,`Aoine`,`Satharn`]},selectCalendarView:{month:`Mí`,week:`Seachtain`,day:`Lá`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`u`},eventDetailsPopover:{start:`Tús`,end:`Deireadh`,location:`Suíomh`,attendees:`Freastalaíthe`,details:`Sonraí`},dayView:{allDay:`An Lá ar Fad`},toolbar:{today:`Inniu`,previous:`Roimhe`,next:`Ar Aghaidh`},weekView:{allDay:`An Lá ar Fad`},calendarMonth:{months:[`Eanáir`,`Feabhra`,`Márta`,`Aibreán`,`Bealtaine`,`Meitheamh`,`Iúil`,`Lúnasa`,`Meán Fómhair`,`Deireadh Fómhair`,`Samhain`,`Nollaig`],shortMonths:[`Ean`,`Fea`,`Már`,`Aib`,`Bea`,`Mei`,`Iúi`,`Lún`,`MFó`,`DFó`,`Sam`,`Nol`],days:[`Domhnach`,`Luan`,`Máirt`,`Céadaoin`,`Déardaoin`,`Aoine`,`Satharn`],shortDays:[`Dom`,`Lua`,`Mái`,`Céa`,`Déa`,`Aoi`,`Sat`],goToToday:`Téigh go dtí inniu`},selectWeek:{selectWeekPlaceholder:`Roghnaigh Seachtain`}},mensions:{placeholder:`Clóscríobh teachtaireacht...`,noResults:`Níor aimsíodh aon torthaí`,send:`Seol`},shareDialog:{title:`Comhroinn`,copyLink:`Cóipeáil nasc`,linkCopied:`Nasc cóipeáilte!`,share:`Comhroinn`,cancel:`Cealaigh`},userCard:{available:`Ar fáil`,availableIdle:`Ar fáil, díomhaoin`,away:`As láthair`,busy:`Gnóthach`,busyIdle:`Gnóthach, díomhaoin`,doNotDisturb:`Ná cuir isteach orm`,beRightBack:`Beidh mé ar ais láithreach`,appearOffline:`Taispeáin as líne`,unknown:`Anaithnid`,outOfOffice:`As an oifig`,offline:`As líne`,userAvatar:`Abhatár úsáideora`,unknownUser:`Úsáideoir anaithnid`},appDashboard:{noDashboardsAvailable:`Níl aon deais ar fáil`,clickToSetSpan:`Cliceáil chun an raon a shocrú`,configure:`Cumraigh`},aiAssistant:{processingError:`Tharla earráid agus do iarratas á phróiseáil.`,noUsersFound:`Níor aimsíodh úsáideoirí ar bith`,typeAMessage:`Clóscríobh teachtaireacht`},worldMap:{loadingMapStyle:`Stíl léarscáile á lódáil…`,coordinates:`Comhordanáidí:`,zoomIn:`Zúmáil isteach`,zoomOut:`Zúmáil amach`,resetMap:`Athshocraigh léarscáil`,reset:`Athshocraigh`},aiSearchControl:{placeholder:`Iarr ar AI iarratas cuardaigh a ghiniúint...`,notConfiguredError:`Níl Azure OpenAI cumraithe i gceart. Seiceáil an chumraíocht le do thoil.`,generationError:`Tharla earráid le linn giniúint iarratas cuardaigh AI`},itemPicker:{placeholder:`Cuardaigh…`,noResultsFound:`Níor aimsíodh torthaí ar bith`,searching:`Ag cuardach…`,loadingMore:`Tuilleadh á lódáil…`,selectedItems:`Míreanna roghnaithe`,searchItems:`Cuardaigh míreanna`},listItemActivity:{you:`Tú`,accessed:`rochtain ar seo`,commented:`rinne trácht ar seo`,created:`chruthaigh seo`,deleted:`scrios seo`,edited:`chuir in eagar seo`,mentioned:`luaigh thú sa cheann seo`,moved:`bhog seo`,renamed:`athainmnigh seo`,restored:`athchóirigh seo`,shared:`roinne seo`,versioned:`leaganaigh seo`},inputField:{fieldRequired:`Tá an réimse seo riachtanach`,numberRequired:`Tá uimhir riachtanach`,invalidNumber:`Cuir isteach uimhir bhailí`,valueMustBeAtLeast:`Caithfidh an luach a bheith ar a laghad {0}`,valueMustBeAtMost:`Caithfidh an luach a bheith ar a mhéid {0}`},searchControl:{placeholder:`Cuardaigh…`},mermaidDiagram:{loading:`Ag lódáil an léaráid…`,errorTitle:`Earráid Léaráide`,errorMessage:`Tharla earráid agus an léaráid á rindreáil.`,noSource:`Níor soláthraíodh foinse léaráide`}};exports.ga=e;
|
|
2
|
-
//# sourceMappingURL=ga-
|
|
1
|
+
var e={common:{loading:`Ag lódáil...`,error:`Earráid`,noData:`Gan sonraí`,close:`Dún`,save:`Sábháil`,cancel:`Cealaigh`,ok:`OK`,searchPlaceholder:`Cuardaigh...`},kpi:{noDescription:`Níl aon chur síos ar fáil`,defaultTitle:`TFP`,lowerIsBetter:`Is fearr níos ísle`,higherIsBetter:`Is fearr níos airde`,withinGoalThreshold:`Laistigh de thairseach an sprice`,exceedsGoalThreshold:`Sáraíonn tairseach an sprice`,goal:`Sprioc`,progressGoal:`Dul chun cinn i dtreo an sprice`,maxAllowedThreshold:`Uastairseach ceadaithe`,totalItemsInScope:`Iomlán na n-earra sa raon`,totalItems:`Total`,currentValueAsPercent:`Luach reatha mar chéatadán den iomlán`,percentOfTotal:`%`,onTrack:`Ar an mbóthar ceart`,exceedGoal:`Sáraíonn an sprioc`},noKpis:{title:`Níl aon TFPanna Cumraithe`,subtitle:`Tosaigh ag rianú feidhmíocht do fhoirne trí {highlight} a chumrú sa liosta cumraíochta aip.`,highlightText:`paraiméadair TFP`,configureButton:`Cumraigh TFPanna`},calendar:{calendarControl:{daysOfWeek:[`Domhnach`,`Luan`,`Máirt`,`Céadaoin`,`Déardaoin`,`Aoine`,`Satharn`]},selectCalendarView:{month:`Mí`,week:`Seachtain`,day:`Lá`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`u`},eventDetailsPopover:{start:`Tús`,end:`Deireadh`,location:`Suíomh`,attendees:`Freastalaíthe`,details:`Sonraí`},dayView:{allDay:`An Lá ar Fad`},toolbar:{today:`Inniu`,previous:`Roimhe`,next:`Ar Aghaidh`},weekView:{allDay:`An Lá ar Fad`},calendarMonth:{months:[`Eanáir`,`Feabhra`,`Márta`,`Aibreán`,`Bealtaine`,`Meitheamh`,`Iúil`,`Lúnasa`,`Meán Fómhair`,`Deireadh Fómhair`,`Samhain`,`Nollaig`],shortMonths:[`Ean`,`Fea`,`Már`,`Aib`,`Bea`,`Mei`,`Iúi`,`Lún`,`MFó`,`DFó`,`Sam`,`Nol`],days:[`Domhnach`,`Luan`,`Máirt`,`Céadaoin`,`Déardaoin`,`Aoine`,`Satharn`],shortDays:[`Dom`,`Lua`,`Mái`,`Céa`,`Déa`,`Aoi`,`Sat`],goToToday:`Téigh go dtí inniu`},selectWeek:{selectWeekPlaceholder:`Roghnaigh Seachtain`}},mensions:{placeholder:`Clóscríobh teachtaireacht...`,noResults:`Níor aimsíodh aon torthaí`,send:`Seol`},shareDialog:{title:`Comhroinn`,copyLink:`Cóipeáil nasc`,linkCopied:`Nasc cóipeáilte!`,share:`Comhroinn`,cancel:`Cealaigh`},userCard:{available:`Ar fáil`,availableIdle:`Ar fáil, díomhaoin`,away:`As láthair`,busy:`Gnóthach`,busyIdle:`Gnóthach, díomhaoin`,doNotDisturb:`Ná cuir isteach orm`,beRightBack:`Beidh mé ar ais láithreach`,appearOffline:`Taispeáin as líne`,unknown:`Anaithnid`,outOfOffice:`As an oifig`,offline:`As líne`,userAvatar:`Abhatár úsáideora`,unknownUser:`Úsáideoir anaithnid`},appDashboard:{noDashboardsAvailable:`Níl aon deais ar fáil`,clickToSetSpan:`Cliceáil chun an raon a shocrú`,configure:`Cumraigh`},aiAssistant:{processingError:`Tharla earráid agus do iarratas á phróiseáil.`,noUsersFound:`Níor aimsíodh úsáideoirí ar bith`,typeAMessage:`Clóscríobh teachtaireacht`},worldMap:{loadingMapStyle:`Stíl léarscáile á lódáil…`,coordinates:`Comhordanáidí:`,zoomIn:`Zúmáil isteach`,zoomOut:`Zúmáil amach`,resetMap:`Athshocraigh léarscáil`,reset:`Athshocraigh`},aiSearchControl:{placeholder:`Iarr ar AI iarratas cuardaigh a ghiniúint...`,notConfiguredError:`Níl Azure OpenAI cumraithe i gceart. Seiceáil an chumraíocht le do thoil.`,generationError:`Tharla earráid le linn giniúint iarratas cuardaigh AI`},itemPicker:{placeholder:`Cuardaigh…`,noResultsFound:`Níor aimsíodh torthaí ar bith`,searching:`Ag cuardach…`,loadingMore:`Tuilleadh á lódáil…`,selectedItems:`Míreanna roghnaithe`,searchItems:`Cuardaigh míreanna`},listItemActivity:{you:`Tú`,accessed:`rochtain ar seo`,commented:`rinne trácht ar seo`,created:`chruthaigh seo`,deleted:`scrios seo`,edited:`chuir in eagar seo`,mentioned:`luaigh thú sa cheann seo`,moved:`bhog seo`,renamed:`athainmnigh seo`,restored:`athchóirigh seo`,shared:`roinne seo`,versioned:`leaganaigh seo`},inputField:{fieldRequired:`Tá an réimse seo riachtanach`,numberRequired:`Tá uimhir riachtanach`,invalidNumber:`Cuir isteach uimhir bhailí`,valueMustBeAtLeast:`Caithfidh an luach a bheith ar a laghad {0}`,valueMustBeAtMost:`Caithfidh an luach a bheith ar a mhéid {0}`},searchControl:{placeholder:`Cuardaigh…`},mermaidDiagram:{loading:`Ag lódáil an léaráid…`,errorTitle:`Earráid Léaráide`,errorMessage:`Tharla earráid agus an léaráid á rindreáil.`,noSource:`Níor soláthraíodh foinse léaráide`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Gan imeachtaí`,allDay:`An lá ar fad`,shortDays:[`Dom`,`Lua`,`Már`,`Céa`,`Déa`,`Aoi`,`Sat`]},spotlight:{searchPlaceholder:`Cuardaigh…`,nothingFound:`Ní bhfuarthas aon rud`},colorPicker:{red:`Dearg`,green:`Glas`,blue:`Gorm`,alpha:`Alfa`,hue:`Dath`,saturation:`Sáithiú`,lightness:`Gile`,hex:`Hex`,copy:`Cóipeáil`,saturationPanel:`Sáithiú agus gile`,hueSlider:`Dath`,alphaSlider:`Teimhneacht`,eyeDropper:`Roghnaigh dath ón scáileán`,swatchColor:`Swatch datha`,themeBrand:`Branda`,themeNeutral:`Neodrach`,themeStatus:`Stádas`,themeColors:`Dathanna téama`}};exports.ga=e;
|
|
2
|
+
//# sourceMappingURL=ga-DHGpUClX.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Earráid Léaráide",
|
|
203
203
|
errorMessage: "Tharla earráid agus an léaráid á rindreáil.",
|
|
204
204
|
noSource: "Níor soláthraíodh foinse léaráide"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Gan imeachtaí",
|
|
263
|
+
allDay: "An lá ar fad",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Dom",
|
|
266
|
+
"Lua",
|
|
267
|
+
"Már",
|
|
268
|
+
"Céa",
|
|
269
|
+
"Déa",
|
|
270
|
+
"Aoi",
|
|
271
|
+
"Sat"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Cuardaigh…",
|
|
276
|
+
nothingFound: "Ní bhfuarthas aon rud"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Dearg",
|
|
280
|
+
green: "Glas",
|
|
281
|
+
blue: "Gorm",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Dath",
|
|
284
|
+
saturation: "Sáithiú",
|
|
285
|
+
lightness: "Gile",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Cóipeáil",
|
|
288
|
+
saturationPanel: "Sáithiú agus gile",
|
|
289
|
+
hueSlider: "Dath",
|
|
290
|
+
alphaSlider: "Teimhneacht",
|
|
291
|
+
eyeDropper: "Roghnaigh dath ón scáileán",
|
|
292
|
+
swatchColor: "Swatch datha",
|
|
293
|
+
themeBrand: "Branda",
|
|
294
|
+
themeNeutral: "Neodrach",
|
|
295
|
+
themeStatus: "Stádas",
|
|
296
|
+
themeColors: "Dathanna téama"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as ga };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=ga-
|
|
302
|
+
//# sourceMappingURL=ga-lrKtfvqw.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={common:{loading:`Cargando...`,error:`Erro`,noData:`Sen datos`,close:`Pechar`,save:`Gardar`,cancel:`Cancelar`,ok:`Aceptar`,searchPlaceholder:`Buscar...`},kpi:{noDescription:`Non hai descrición dispoñible`,defaultTitle:`KPI`,lowerIsBetter:`Menor é mellor`,higherIsBetter:`Maior é mellor`,withinGoalThreshold:`Dentro do limiar do obxectivo`,exceedsGoalThreshold:`Supera o limiar do obxectivo`,goal:`Obxectivo`,progressGoal:`Progreso cara ao obxectivo`,maxAllowedThreshold:`Limiar máximo permitido`,totalItemsInScope:`Total de elementos no ámbito`,totalItems:`Total`,currentValueAsPercent:`Valor actual como porcentaxe do total`,percentOfTotal:`%`,onTrack:`No bo camiño`,exceedGoal:`Supera o obxectivo`},noKpis:{title:`Non hai KPIs configurados`,subtitle:`Comece a rastrexar o rendemento do seu equipo configurando {highlight} na lista de configuración da aplicación.`,highlightText:`parámetros de KPI`,configureButton:`Configurar KPIs`},calendar:{calendarControl:{daysOfWeek:[`Domingo`,`Luns`,`Martes`,`Mércores`,`Xoves`,`Venres`,`Sábado`]},selectCalendarView:{month:`Mes`,week:`Semana`,day:`Día`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Inicio`,end:`Fin`,location:`Localización`,attendees:`Asistentes`,details:`Detalles`},dayView:{allDay:`Todo o día`},toolbar:{today:`Hoxe`,previous:`Anterior`,next:`Seguinte`},weekView:{allDay:`Todo o día`},calendarMonth:{months:[`Xaneiro`,`Febreiro`,`Marzo`,`Abril`,`Maio`,`Xuño`,`Xullo`,`Agosto`,`Setembro`,`Outubro`,`Novembro`,`Decembro`],shortMonths:[`Xan`,`Feb`,`Mar`,`Abr`,`Mai`,`Xuñ`,`Xul`,`Ago`,`Set`,`Out`,`Nov`,`Dec`],days:[`Domingo`,`Luns`,`Martes`,`Mércores`,`Xoves`,`Venres`,`Sábado`],shortDays:[`Dom`,`Lun`,`Mar`,`Mér`,`Xov`,`Ven`,`Sáb`],goToToday:`Ir a hoxe`},selectWeek:{selectWeekPlaceholder:`Seleccione unha semana`}},mensions:{placeholder:`Escriba unha mensaxe...`,noResults:`Non se atoparon resultados`,send:`Enviar`},shareDialog:{title:`Compartir`,copyLink:`Copiar ligazón`,linkCopied:`Ligazón copiada!`,share:`Compartir`,cancel:`Cancelar`},userCard:{available:`Dispoñible`,availableIdle:`Dispoñible, inactivo`,away:`Ausente`,busy:`Ocupado`,busyIdle:`Ocupado, inactivo`,doNotDisturb:`Non molestar`,beRightBack:`Volvo axiña`,appearOffline:`Aparecer sen conexión`,unknown:`Descoñecido`,outOfOffice:`Fóra da oficina`,offline:`Sen conexión`,userAvatar:`Avatar do usuario`,unknownUser:`Usuario descoñecido`},appDashboard:{noDashboardsAvailable:`Non hai paneis dispoñibles`,clickToSetSpan:`Prema para establecer o alcance`,configure:`Configurar`},aiAssistant:{processingError:`Produciuse un erro ao procesar a súa solicitude.`,noUsersFound:`Non se atoparon usuarios`,typeAMessage:`Escriba unha mensaxe`},worldMap:{loadingMapStyle:`Cargando estilo do mapa…`,coordinates:`Coordenadas:`,zoomIn:`Achegar`,zoomOut:`Afastar`,resetMap:`Restablecer mapa`,reset:`Restablecer`},aiSearchControl:{placeholder:`Pida á IA que xere unha consulta de busca...`,notConfiguredError:`Azure OpenAI non está configurado correctamente. Comprobe a configuración.`,generationError:`Produciuse un erro durante a xeración da consulta de busca con IA`},itemPicker:{placeholder:`Buscar…`,noResultsFound:`Non se atoparon resultados`,searching:`Buscando…`,loadingMore:`Cargando máis…`,selectedItems:`Elementos seleccionados`,searchItems:`Buscar elementos`},listItemActivity:{you:`Vostede`,accessed:`accedeu a isto`,commented:`comentou isto`,created:`creou isto`,deleted:`eliminou isto`,edited:`editou isto`,mentioned:`mencionouno nisto`,moved:`moveu isto`,renamed:`renomeou isto`,restored:`restaurou isto`,shared:`compartiu isto`,versioned:`versionou isto`},inputField:{fieldRequired:`Este campo é obrigatorio`,numberRequired:`Requírese un número`,invalidNumber:`Introduza un número válido`,valueMustBeAtLeast:`O valor debe ser polo menos {0}`,valueMustBeAtMost:`O valor debe ser como máximo {0}`},searchControl:{placeholder:`Buscar…`},mermaidDiagram:{loading:`Cargando diagrama…`,errorTitle:`Erro do diagrama`,errorMessage:`Produciuse un erro ao renderizar o diagrama.`,noSource:`Non se proporcionou unha fonte de diagrama`}};exports.gl=e;
|
|
2
|
-
//# sourceMappingURL=gl-
|
|
1
|
+
var e={common:{loading:`Cargando...`,error:`Erro`,noData:`Sen datos`,close:`Pechar`,save:`Gardar`,cancel:`Cancelar`,ok:`Aceptar`,searchPlaceholder:`Buscar...`},kpi:{noDescription:`Non hai descrición dispoñible`,defaultTitle:`KPI`,lowerIsBetter:`Menor é mellor`,higherIsBetter:`Maior é mellor`,withinGoalThreshold:`Dentro do limiar do obxectivo`,exceedsGoalThreshold:`Supera o limiar do obxectivo`,goal:`Obxectivo`,progressGoal:`Progreso cara ao obxectivo`,maxAllowedThreshold:`Limiar máximo permitido`,totalItemsInScope:`Total de elementos no ámbito`,totalItems:`Total`,currentValueAsPercent:`Valor actual como porcentaxe do total`,percentOfTotal:`%`,onTrack:`No bo camiño`,exceedGoal:`Supera o obxectivo`},noKpis:{title:`Non hai KPIs configurados`,subtitle:`Comece a rastrexar o rendemento do seu equipo configurando {highlight} na lista de configuración da aplicación.`,highlightText:`parámetros de KPI`,configureButton:`Configurar KPIs`},calendar:{calendarControl:{daysOfWeek:[`Domingo`,`Luns`,`Martes`,`Mércores`,`Xoves`,`Venres`,`Sábado`]},selectCalendarView:{month:`Mes`,week:`Semana`,day:`Día`},eventPopoverCard:{timeSeparator:` - `,hourSuffix:`h`},eventDetailsPopover:{start:`Inicio`,end:`Fin`,location:`Localización`,attendees:`Asistentes`,details:`Detalles`},dayView:{allDay:`Todo o día`},toolbar:{today:`Hoxe`,previous:`Anterior`,next:`Seguinte`},weekView:{allDay:`Todo o día`},calendarMonth:{months:[`Xaneiro`,`Febreiro`,`Marzo`,`Abril`,`Maio`,`Xuño`,`Xullo`,`Agosto`,`Setembro`,`Outubro`,`Novembro`,`Decembro`],shortMonths:[`Xan`,`Feb`,`Mar`,`Abr`,`Mai`,`Xuñ`,`Xul`,`Ago`,`Set`,`Out`,`Nov`,`Dec`],days:[`Domingo`,`Luns`,`Martes`,`Mércores`,`Xoves`,`Venres`,`Sábado`],shortDays:[`Dom`,`Lun`,`Mar`,`Mér`,`Xov`,`Ven`,`Sáb`],goToToday:`Ir a hoxe`},selectWeek:{selectWeekPlaceholder:`Seleccione unha semana`}},mensions:{placeholder:`Escriba unha mensaxe...`,noResults:`Non se atoparon resultados`,send:`Enviar`},shareDialog:{title:`Compartir`,copyLink:`Copiar ligazón`,linkCopied:`Ligazón copiada!`,share:`Compartir`,cancel:`Cancelar`},userCard:{available:`Dispoñible`,availableIdle:`Dispoñible, inactivo`,away:`Ausente`,busy:`Ocupado`,busyIdle:`Ocupado, inactivo`,doNotDisturb:`Non molestar`,beRightBack:`Volvo axiña`,appearOffline:`Aparecer sen conexión`,unknown:`Descoñecido`,outOfOffice:`Fóra da oficina`,offline:`Sen conexión`,userAvatar:`Avatar do usuario`,unknownUser:`Usuario descoñecido`},appDashboard:{noDashboardsAvailable:`Non hai paneis dispoñibles`,clickToSetSpan:`Prema para establecer o alcance`,configure:`Configurar`},aiAssistant:{processingError:`Produciuse un erro ao procesar a súa solicitude.`,noUsersFound:`Non se atoparon usuarios`,typeAMessage:`Escriba unha mensaxe`},worldMap:{loadingMapStyle:`Cargando estilo do mapa…`,coordinates:`Coordenadas:`,zoomIn:`Achegar`,zoomOut:`Afastar`,resetMap:`Restablecer mapa`,reset:`Restablecer`},aiSearchControl:{placeholder:`Pida á IA que xere unha consulta de busca...`,notConfiguredError:`Azure OpenAI non está configurado correctamente. Comprobe a configuración.`,generationError:`Produciuse un erro durante a xeración da consulta de busca con IA`},itemPicker:{placeholder:`Buscar…`,noResultsFound:`Non se atoparon resultados`,searching:`Buscando…`,loadingMore:`Cargando máis…`,selectedItems:`Elementos seleccionados`,searchItems:`Buscar elementos`},listItemActivity:{you:`Vostede`,accessed:`accedeu a isto`,commented:`comentou isto`,created:`creou isto`,deleted:`eliminou isto`,edited:`editou isto`,mentioned:`mencionouno nisto`,moved:`moveu isto`,renamed:`renomeou isto`,restored:`restaurou isto`,shared:`compartiu isto`,versioned:`versionou isto`},inputField:{fieldRequired:`Este campo é obrigatorio`,numberRequired:`Requírese un número`,invalidNumber:`Introduza un número válido`,valueMustBeAtLeast:`O valor debe ser polo menos {0}`,valueMustBeAtMost:`O valor debe ser como máximo {0}`},searchControl:{placeholder:`Buscar…`},mermaidDiagram:{loading:`Cargando diagrama…`,errorTitle:`Erro do diagrama`,errorMessage:`Produciuse un erro ao renderizar o diagrama.`,noSource:`Non se proporcionou unha fonte de diagrama`},dropzone:{dropHere:`Drop files here or click to select`,dragActive:`Drop the files here`,fileRejected:`File type not accepted`,fileTooLarge:`File is too large`,tooManyFiles:`Too many files`,loading:`Uploading…`},richTextEditor:{boldControlLabel:`Bold`,italicControlLabel:`Italic`,underlineControlLabel:`Underline`,strikeControlLabel:`Strikethrough`,clearFormattingControlLabel:`Clear formatting`,linkControlLabel:`Link`,unlinkControlLabel:`Unlink`,bulletListControlLabel:`Bullet list`,orderedListControlLabel:`Ordered list`,h1ControlLabel:`Heading 1`,h2ControlLabel:`Heading 2`,h3ControlLabel:`Heading 3`,h4ControlLabel:`Heading 4`,h5ControlLabel:`Heading 5`,h6ControlLabel:`Heading 6`,blockquoteControlLabel:`Blockquote`,alignLeftControlLabel:`Align left`,alignCenterControlLabel:`Align center`,alignRightControlLabel:`Align right`,alignJustifyControlLabel:`Align justify`,codeControlLabel:`Code`,codeBlockControlLabel:`Code block`,subscriptControlLabel:`Subscript`,superscriptControlLabel:`Superscript`,colorPickerControlLabel:`Text color`,unsetColorControlLabel:`Unset color`,highlightControlLabel:`Highlight`,hrControlLabel:`Horizontal rule`,undoControlLabel:`Undo`,redoControlLabel:`Redo`,sourceCodeControlLabel:`Source code`,linkEditorInputLabel:`Enter URL`,linkEditorInputPlaceholder:`https://example.com`,linkEditorExternalLink:`Open link in a new tab`,linkEditorInternalLink:`Open link in the same tab`,linkEditorSave:`Save`,colorPickerCancel:`Cancel`,colorPickerClear:`Clear color`,colorPickerColorPicker:`Color picker`,colorPickerPalette:`Color palette`,colorPickerSave:`Save`,tasksControlLabel:`Task list`,tasksSinkLabel:`Increase indent`,tasksLiftLabel:`Decrease indent`,fontFamilyControlLabel:`Font family`},compactCalendar:{noEvents:`Sen eventos`,allDay:`Todo o día`,shortDays:[`Dom`,`Lun`,`Mar`,`Mér`,`Xov`,`Ven`,`Sáb`]},spotlight:{searchPlaceholder:`Buscar…`,nothingFound:`Non se atopou nada`},colorPicker:{red:`Vermello`,green:`Verde`,blue:`Azul`,alpha:`Alfa`,hue:`Ton`,saturation:`Saturación`,lightness:`Luminosidade`,hex:`Hex`,copy:`Copiar`,saturationPanel:`Saturación e brillo`,hueSlider:`Ton`,alphaSlider:`Opacidade`,eyeDropper:`Seleccionar cor da pantalla`,swatchColor:`Mostra de cor`,themeBrand:`Marca`,themeNeutral:`Neutro`,themeStatus:`Estado`,themeColors:`Cores do tema`}};exports.gl=e;
|
|
2
|
+
//# sourceMappingURL=gl-BaGwE_dH.cjs.map
|
|
@@ -202,9 +202,101 @@ var e = {
|
|
|
202
202
|
errorTitle: "Erro do diagrama",
|
|
203
203
|
errorMessage: "Produciuse un erro ao renderizar o diagrama.",
|
|
204
204
|
noSource: "Non se proporcionou unha fonte de diagrama"
|
|
205
|
+
},
|
|
206
|
+
dropzone: {
|
|
207
|
+
dropHere: "Drop files here or click to select",
|
|
208
|
+
dragActive: "Drop the files here",
|
|
209
|
+
fileRejected: "File type not accepted",
|
|
210
|
+
fileTooLarge: "File is too large",
|
|
211
|
+
tooManyFiles: "Too many files",
|
|
212
|
+
loading: "Uploading…"
|
|
213
|
+
},
|
|
214
|
+
richTextEditor: {
|
|
215
|
+
boldControlLabel: "Bold",
|
|
216
|
+
italicControlLabel: "Italic",
|
|
217
|
+
underlineControlLabel: "Underline",
|
|
218
|
+
strikeControlLabel: "Strikethrough",
|
|
219
|
+
clearFormattingControlLabel: "Clear formatting",
|
|
220
|
+
linkControlLabel: "Link",
|
|
221
|
+
unlinkControlLabel: "Unlink",
|
|
222
|
+
bulletListControlLabel: "Bullet list",
|
|
223
|
+
orderedListControlLabel: "Ordered list",
|
|
224
|
+
h1ControlLabel: "Heading 1",
|
|
225
|
+
h2ControlLabel: "Heading 2",
|
|
226
|
+
h3ControlLabel: "Heading 3",
|
|
227
|
+
h4ControlLabel: "Heading 4",
|
|
228
|
+
h5ControlLabel: "Heading 5",
|
|
229
|
+
h6ControlLabel: "Heading 6",
|
|
230
|
+
blockquoteControlLabel: "Blockquote",
|
|
231
|
+
alignLeftControlLabel: "Align left",
|
|
232
|
+
alignCenterControlLabel: "Align center",
|
|
233
|
+
alignRightControlLabel: "Align right",
|
|
234
|
+
alignJustifyControlLabel: "Align justify",
|
|
235
|
+
codeControlLabel: "Code",
|
|
236
|
+
codeBlockControlLabel: "Code block",
|
|
237
|
+
subscriptControlLabel: "Subscript",
|
|
238
|
+
superscriptControlLabel: "Superscript",
|
|
239
|
+
colorPickerControlLabel: "Text color",
|
|
240
|
+
unsetColorControlLabel: "Unset color",
|
|
241
|
+
highlightControlLabel: "Highlight",
|
|
242
|
+
hrControlLabel: "Horizontal rule",
|
|
243
|
+
undoControlLabel: "Undo",
|
|
244
|
+
redoControlLabel: "Redo",
|
|
245
|
+
sourceCodeControlLabel: "Source code",
|
|
246
|
+
linkEditorInputLabel: "Enter URL",
|
|
247
|
+
linkEditorInputPlaceholder: "https://example.com",
|
|
248
|
+
linkEditorExternalLink: "Open link in a new tab",
|
|
249
|
+
linkEditorInternalLink: "Open link in the same tab",
|
|
250
|
+
linkEditorSave: "Save",
|
|
251
|
+
colorPickerCancel: "Cancel",
|
|
252
|
+
colorPickerClear: "Clear color",
|
|
253
|
+
colorPickerColorPicker: "Color picker",
|
|
254
|
+
colorPickerPalette: "Color palette",
|
|
255
|
+
colorPickerSave: "Save",
|
|
256
|
+
tasksControlLabel: "Task list",
|
|
257
|
+
tasksSinkLabel: "Increase indent",
|
|
258
|
+
tasksLiftLabel: "Decrease indent",
|
|
259
|
+
fontFamilyControlLabel: "Font family"
|
|
260
|
+
},
|
|
261
|
+
compactCalendar: {
|
|
262
|
+
noEvents: "Sen eventos",
|
|
263
|
+
allDay: "Todo o día",
|
|
264
|
+
shortDays: [
|
|
265
|
+
"Dom",
|
|
266
|
+
"Lun",
|
|
267
|
+
"Mar",
|
|
268
|
+
"Mér",
|
|
269
|
+
"Xov",
|
|
270
|
+
"Ven",
|
|
271
|
+
"Sáb"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
spotlight: {
|
|
275
|
+
searchPlaceholder: "Buscar…",
|
|
276
|
+
nothingFound: "Non se atopou nada"
|
|
277
|
+
},
|
|
278
|
+
colorPicker: {
|
|
279
|
+
red: "Vermello",
|
|
280
|
+
green: "Verde",
|
|
281
|
+
blue: "Azul",
|
|
282
|
+
alpha: "Alfa",
|
|
283
|
+
hue: "Ton",
|
|
284
|
+
saturation: "Saturación",
|
|
285
|
+
lightness: "Luminosidade",
|
|
286
|
+
hex: "Hex",
|
|
287
|
+
copy: "Copiar",
|
|
288
|
+
saturationPanel: "Saturación e brillo",
|
|
289
|
+
hueSlider: "Ton",
|
|
290
|
+
alphaSlider: "Opacidade",
|
|
291
|
+
eyeDropper: "Seleccionar cor da pantalla",
|
|
292
|
+
swatchColor: "Mostra de cor",
|
|
293
|
+
themeBrand: "Marca",
|
|
294
|
+
themeNeutral: "Neutro",
|
|
295
|
+
themeStatus: "Estado",
|
|
296
|
+
themeColors: "Cores do tema"
|
|
205
297
|
}
|
|
206
298
|
};
|
|
207
299
|
//#endregion
|
|
208
300
|
export { e as gl };
|
|
209
301
|
|
|
210
|
-
//# sourceMappingURL=gl-
|
|
302
|
+
//# sourceMappingURL=gl-Bcp6x2zx.js.map
|