@cloudscape-design/components-themeable 3.0.307 → 3.0.308
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/background.scss +16 -32
- package/lib/internal/scss/app-layout/visual-refresh/breadcrumbs.scss +23 -0
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/header.scss +1 -48
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +189 -78
- package/lib/internal/scss/app-layout/visual-refresh/main.scss +1 -92
- package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +40 -0
- package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +3 -38
- package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/styles.scss +2 -1
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +3 -4
- package/lib/internal/scss/cards/styles.scss +2 -2
- package/lib/internal/scss/content-layout/styles.scss +0 -10
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +37 -32
- package/lib/internal/scss/table/styles.scss +4 -0
- package/lib/internal/scss/wizard/styles.scss +2 -5
- package/lib/internal/template/alert/interfaces.d.ts +1 -0
- package/lib/internal/template/alert/interfaces.d.ts.map +1 -1
- package/lib/internal/template/alert/interfaces.js.map +1 -1
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -0
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/background.d.ts +1 -5
- package/lib/internal/template/app-layout/visual-refresh/background.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/background.js +8 -13
- package/lib/internal/template/app-layout/visual-refresh/background.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts +3 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js +17 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/context.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.d.ts +0 -4
- package/lib/internal/template/app-layout/visual-refresh/header.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.js +0 -4
- package/lib/internal/template/app-layout/visual-refresh/header.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts +0 -8
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/index.js +4 -13
- package/lib/internal/template/app-layout/visual-refresh/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.js +31 -19
- package/lib/internal/template/app-layout/visual-refresh/layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.js +2 -6
- package/lib/internal/template/app-layout/visual-refresh/main.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts +3 -0
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/{app-bar.js → mobile-toolbar.js} +9 -18
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/navigation.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/navigation.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts +0 -4
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.js +4 -9
- package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +68 -72
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +400 -576
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +68 -72
- package/lib/internal/template/attribute-editor/interfaces.d.ts +2 -1
- package/lib/internal/template/attribute-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/attribute-editor/interfaces.js.map +1 -1
- package/lib/internal/template/attribute-editor/row.d.ts +1 -1
- package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
- package/lib/internal/template/attribute-editor/row.js +3 -1
- package/lib/internal/template/attribute-editor/row.js.map +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.js +3 -1
- package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.d.ts +3 -1
- package/lib/internal/template/autosuggest/interfaces.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.js.map +1 -1
- package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/internal.js +4 -0
- package/lib/internal/template/autosuggest/internal.js.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.d.ts +1 -1
- package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
- package/lib/internal/template/breadcrumb-group/interfaces.d.ts +1 -0
- package/lib/internal/template/breadcrumb-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/breadcrumb-group/interfaces.js.map +1 -1
- package/lib/internal/template/calendar/interfaces.d.ts +3 -0
- package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/calendar/interfaces.js.map +1 -1
- package/lib/internal/template/cards/interfaces.d.ts +1 -0
- package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
- package/lib/internal/template/cards/interfaces.js.map +1 -1
- package/lib/internal/template/cards/styles.css.js +37 -37
- package/lib/internal/template/cards/styles.scoped.css +53 -53
- package/lib/internal/template/cards/styles.selectors.js +37 -37
- package/lib/internal/template/code-editor/interfaces.d.ts +1 -0
- package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/code-editor/interfaces.js.map +1 -1
- package/lib/internal/template/collection-preferences/content-display/index.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/content-display/index.js +14 -9
- package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -1
- package/lib/internal/template/collection-preferences/index.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/index.js +6 -4
- package/lib/internal/template/collection-preferences/index.js.map +1 -1
- package/lib/internal/template/collection-preferences/interfaces.d.ts +21 -12
- package/lib/internal/template/collection-preferences/interfaces.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/interfaces.js.map +1 -1
- package/lib/internal/template/collection-preferences/utils.d.ts +1 -1
- package/lib/internal/template/collection-preferences/utils.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/utils.js +19 -6
- package/lib/internal/template/collection-preferences/utils.js.map +1 -1
- package/lib/internal/template/content-layout/internal.d.ts.map +1 -1
- package/lib/internal/template/content-layout/internal.js +1 -3
- package/lib/internal/template/content-layout/internal.js.map +1 -1
- package/lib/internal/template/content-layout/styles.css.js +6 -7
- package/lib/internal/template/content-layout/styles.scoped.css +9 -19
- package/lib/internal/template/content-layout/styles.selectors.js +6 -7
- package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/grid.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +2 -2
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js +11 -8
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js +7 -5
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +7 -5
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +13 -4
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.d.ts +22 -21
- package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.d.ts +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.js +4 -2
- package/lib/internal/template/date-range-picker/mode-switcher.js.map +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.js +14 -10
- package/lib/internal/template/date-range-picker/relative-range/index.js.map +1 -1
- package/lib/internal/template/flashbar/interfaces.d.ts +1 -0
- package/lib/internal/template/flashbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/flashbar/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +45 -45
- package/lib/internal/template/flashbar/styles.scoped.css +169 -169
- package/lib/internal/template/flashbar/styles.selectors.js +45 -45
- package/lib/internal/template/form/interfaces.d.ts +1 -0
- package/lib/internal/template/form/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form/interfaces.js.map +1 -1
- package/lib/internal/template/form-field/interfaces.d.ts +1 -0
- package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form-field/interfaces.js.map +1 -1
- package/lib/internal/template/help-panel/interfaces.d.ts +1 -0
- package/lib/internal/template/help-panel/interfaces.d.ts.map +1 -1
- package/lib/internal/template/help-panel/interfaces.js.map +1 -1
- package/lib/internal/template/i18n/context.d.ts +20 -0
- package/lib/internal/template/i18n/context.d.ts.map +1 -0
- package/lib/internal/template/i18n/context.js +17 -0
- package/lib/internal/template/i18n/context.js.map +1 -0
- package/lib/internal/template/i18n/index.d.ts +2 -0
- package/lib/internal/template/i18n/index.d.ts.map +1 -0
- package/lib/internal/template/i18n/index.js +4 -0
- package/lib/internal/template/i18n/index.js.map +1 -0
- package/lib/internal/template/i18n/messages/all.all.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.all.js +5473 -0
- package/lib/internal/template/i18n/messages/all.all.json +5518 -0
- package/lib/internal/template/i18n/messages/all.de.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.de.js +446 -0
- package/lib/internal/template/i18n/messages/all.de.json +454 -0
- package/lib/internal/template/i18n/messages/all.en-GB.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.en-GB.js +436 -0
- package/lib/internal/template/i18n/messages/all.en-GB.json +439 -0
- package/lib/internal/template/i18n/messages/all.en.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.en.js +722 -0
- package/lib/internal/template/i18n/messages/all.en.json +721 -0
- package/lib/internal/template/i18n/messages/all.es.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.es.js +437 -0
- package/lib/internal/template/i18n/messages/all.es.json +439 -0
- package/lib/internal/template/i18n/messages/all.fr.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.fr.js +451 -0
- package/lib/internal/template/i18n/messages/all.fr.json +452 -0
- package/lib/internal/template/i18n/messages/all.id.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.id.js +427 -0
- package/lib/internal/template/i18n/messages/all.id.json +435 -0
- package/lib/internal/template/i18n/messages/all.it.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.it.js +437 -0
- package/lib/internal/template/i18n/messages/all.it.json +441 -0
- package/lib/internal/template/i18n/messages/all.ja.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.ja.js +441 -0
- package/lib/internal/template/i18n/messages/all.ja.json +445 -0
- package/lib/internal/template/i18n/messages/all.ko.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.ko.js +419 -0
- package/lib/internal/template/i18n/messages/all.ko.json +426 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.js +444 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.json +443 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.js +429 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.json +434 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.js +428 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.json +433 -0
- package/lib/internal/template/i18n/provider.d.ts +20 -0
- package/lib/internal/template/i18n/provider.d.ts.map +1 -0
- package/lib/internal/template/i18n/provider.js +105 -0
- package/lib/internal/template/i18n/provider.js.map +1 -0
- package/lib/internal/template/i18n/testing.d.ts +8 -0
- package/lib/internal/template/i18n/testing.d.ts.map +1 -0
- package/lib/internal/template/i18n/testing.js +8 -0
- package/lib/internal/template/i18n/testing.js.map +1 -0
- package/lib/internal/template/input/interfaces.d.ts +1 -0
- package/lib/internal/template/input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/input/interfaces.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +0 -2
- package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts +3 -0
- package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown-status/interfaces.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +37 -32
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/i18n/context.d.ts +1 -19
- package/lib/internal/template/internal/i18n/context.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/context.js +1 -14
- package/lib/internal/template/internal/i18n/context.js.map +1 -1
- package/lib/internal/template/internal/i18n/index.d.ts +1 -1
- package/lib/internal/template/internal/i18n/index.js +1 -1
- package/lib/internal/template/internal/i18n/index.js.map +1 -1
- package/lib/internal/template/internal/i18n/messages/all.all.js +3541 -30
- package/lib/internal/template/internal/i18n/messages/all.all.json +3599 -52
- package/lib/internal/template/internal/i18n/messages/all.de.js +280 -1
- package/lib/internal/template/internal/i18n/messages/all.de.json +290 -3
- package/lib/internal/template/internal/i18n/messages/all.en-GB.js +270 -1
- package/lib/internal/template/internal/i18n/messages/all.en-GB.json +275 -3
- package/lib/internal/template/internal/i18n/messages/all.en.js +556 -1
- package/lib/internal/template/internal/i18n/messages/all.en.json +558 -4
- package/lib/internal/template/internal/i18n/messages/all.es.js +271 -1
- package/lib/internal/template/internal/i18n/messages/all.es.json +275 -3
- package/lib/internal/template/internal/i18n/messages/all.fr.js +289 -5
- package/lib/internal/template/internal/i18n/messages/all.fr.json +292 -7
- package/lib/internal/template/internal/i18n/messages/all.id.js +261 -1
- package/lib/internal/template/internal/i18n/messages/all.id.json +271 -3
- package/lib/internal/template/internal/i18n/messages/all.it.js +271 -1
- package/lib/internal/template/internal/i18n/messages/all.it.json +277 -3
- package/lib/internal/template/internal/i18n/messages/all.ja.js +267 -1
- package/lib/internal/template/internal/i18n/messages/all.ja.json +273 -3
- package/lib/internal/template/internal/i18n/messages/all.ko.js +257 -2
- package/lib/internal/template/internal/i18n/messages/all.ko.json +263 -4
- package/lib/internal/template/internal/i18n/messages/all.pt-BR.js +280 -3
- package/lib/internal/template/internal/i18n/messages/all.pt-BR.json +281 -5
- package/lib/internal/template/internal/i18n/messages/all.zh-CN.js +272 -9
- package/lib/internal/template/internal/i18n/messages/all.zh-CN.json +276 -11
- package/lib/internal/template/internal/i18n/messages/all.zh-TW.js +264 -1
- package/lib/internal/template/internal/i18n/messages/all.zh-TW.json +268 -3
- package/lib/internal/template/internal/i18n/provider.d.ts +1 -19
- package/lib/internal/template/internal/i18n/provider.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/provider.js +1 -102
- package/lib/internal/template/internal/i18n/provider.js.map +1 -1
- package/lib/internal/template/internal/i18n/testing.d.ts +1 -7
- package/lib/internal/template/internal/i18n/testing.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/testing.js +1 -5
- package/lib/internal/template/internal/i18n/testing.js.map +1 -1
- package/lib/internal/template/link/interfaces.d.ts +1 -0
- package/lib/internal/template/link/interfaces.d.ts.map +1 -1
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/modal/interfaces.d.ts +1 -0
- package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
- package/lib/internal/template/modal/interfaces.js.map +1 -1
- package/lib/internal/template/multiselect/interfaces.d.ts +1 -0
- package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
- package/lib/internal/template/multiselect/interfaces.js.map +1 -1
- package/lib/internal/template/package.json +27 -0
- package/lib/internal/template/pagination/interfaces.d.ts +1 -0
- package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
- package/lib/internal/template/pagination/interfaces.js.map +1 -1
- package/lib/internal/template/property-filter/interfaces.d.ts +1 -0
- package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
- package/lib/internal/template/property-filter/interfaces.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/interfaces.d.ts +48 -47
- package/lib/internal/template/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/interfaces.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.js +11 -9
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js +2 -2
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js +7 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/index.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/index.js +8 -6
- package/lib/internal/template/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js +5 -9
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
- package/lib/internal/template/select/interfaces.d.ts +2 -0
- package/lib/internal/template/select/interfaces.d.ts.map +1 -1
- package/lib/internal/template/select/interfaces.js.map +1 -1
- package/lib/internal/template/split-panel/index.d.ts.map +1 -1
- package/lib/internal/template/split-panel/index.js +16 -13
- package/lib/internal/template/split-panel/index.js.map +1 -1
- package/lib/internal/template/split-panel/interfaces.d.ts +4 -3
- package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
- package/lib/internal/template/split-panel/interfaces.js.map +1 -1
- package/lib/internal/template/split-panel/side.d.ts +3 -3
- package/lib/internal/template/split-panel/side.d.ts.map +1 -1
- package/lib/internal/template/split-panel/side.js +2 -2
- package/lib/internal/template/split-panel/side.js.map +1 -1
- package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/index.js +3 -1
- package/lib/internal/template/table/body-cell/index.js.map +1 -1
- package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/inline-editor.js +5 -1
- package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +3 -1
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +2 -0
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/styles.css.js +36 -35
- package/lib/internal/template/table/styles.scoped.css +46 -43
- package/lib/internal/template/table/styles.selectors.js +36 -35
- package/lib/internal/template/tabs/interfaces.d.ts +1 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tag-editor/index.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/index.js +19 -16
- package/lib/internal/template/tag-editor/index.js.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.d.ts +33 -32
- package/lib/internal/template/tag-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.js.map +1 -1
- package/lib/internal/template/tag-editor/internal.d.ts +6 -6
- package/lib/internal/template/tag-editor/internal.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/internal.js.map +1 -1
- package/lib/internal/template/tag-editor/validation.d.ts +2 -1
- package/lib/internal/template/tag-editor/validation.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/validation.js +8 -8
- package/lib/internal/template/tag-editor/validation.js.map +1 -1
- package/lib/internal/template/token-group/interfaces.d.ts +1 -0
- package/lib/internal/template/token-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/token-group/interfaces.js.map +1 -1
- package/lib/internal/template/top-navigation/interfaces.d.ts +4 -3
- package/lib/internal/template/top-navigation/interfaces.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/interfaces.js.map +1 -1
- package/lib/internal/template/top-navigation/internal.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/internal.js +6 -4
- package/lib/internal/template/top-navigation/internal.js.map +1 -1
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.js +6 -2
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.js.map +1 -1
- package/lib/internal/template/wizard/interfaces.d.ts +1 -0
- package/lib/internal/template/wizard/interfaces.d.ts.map +1 -1
- package/lib/internal/template/wizard/interfaces.js.map +1 -1
- package/lib/internal/template/wizard/styles.css.js +31 -32
- package/lib/internal/template/wizard/styles.scoped.css +64 -67
- package/lib/internal/template/wizard/styles.selectors.js +31 -32
- package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-form.js +1 -1
- package/lib/internal/template/wizard/wizard-form.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/app-bar.scss +0 -145
- package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts +0 -7
- package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts.map +0 -1
- package/lib/internal/template/app-layout/visual-refresh/app-bar.js.map +0 -1
|
@@ -2,6 +2,62 @@
|
|
|
2
2
|
"@cloudscape-design/components": {
|
|
3
3
|
"de": {
|
|
4
4
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Warnung verwerfen" }] },
|
|
5
|
+
"[charts]": {
|
|
6
|
+
"loadingText": [{ "type": 0, "value": "Diagramm wird geladen" }],
|
|
7
|
+
"errorText": [
|
|
8
|
+
{ "type": 0, "value": "Die Daten konnten nicht abgerufen werden. Versuchen Sie es später erneut." }
|
|
9
|
+
],
|
|
10
|
+
"recoveryText": [{ "type": 0, "value": "Wiederholen" }],
|
|
11
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Angezeigte Daten filtern" }],
|
|
12
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Daten filtern" }],
|
|
13
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legende" }],
|
|
14
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Verwerfen" }],
|
|
15
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-Achse" }],
|
|
16
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-Achse" }]
|
|
17
|
+
},
|
|
18
|
+
"annotation-context": {
|
|
19
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Weiter" }],
|
|
20
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Zurück" }],
|
|
21
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Beenden" }],
|
|
22
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Anmerkung ablehnen" }],
|
|
23
|
+
"i18nStrings.stepCounterText": [
|
|
24
|
+
{ "type": 0, "value": "Schritt " },
|
|
25
|
+
{ "type": 1, "value": "stepNumber" },
|
|
26
|
+
{ "type": 0, "value": " von " },
|
|
27
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
28
|
+
],
|
|
29
|
+
"i18nStrings.taskTitle": [
|
|
30
|
+
{ "type": 0, "value": "Aufgabe " },
|
|
31
|
+
{ "type": 1, "value": "taskNumber" },
|
|
32
|
+
{ "type": 0, "value": ": " },
|
|
33
|
+
{ "type": 1, "value": "taskTitle" }
|
|
34
|
+
],
|
|
35
|
+
"i18nStrings.labelHotspot": [
|
|
36
|
+
{
|
|
37
|
+
"type": 5,
|
|
38
|
+
"value": "openState",
|
|
39
|
+
"options": {
|
|
40
|
+
"true": {
|
|
41
|
+
"value": [
|
|
42
|
+
{ "type": 0, "value": "Anmerkung schließen für Schritt " },
|
|
43
|
+
{ "type": 1, "value": "stepNumber" },
|
|
44
|
+
{ "type": 0, "value": " von " },
|
|
45
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"false": {
|
|
49
|
+
"value": [
|
|
50
|
+
{ "type": 0, "value": "Anmerkung öffnen für Schritt " },
|
|
51
|
+
{ "type": 1, "value": "stepNumber" },
|
|
52
|
+
{ "type": 0, "value": " von " },
|
|
53
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"other": { "value": [] }
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
},
|
|
5
61
|
"app-layout": {
|
|
6
62
|
"ariaLabels.navigation": [{ "type": 0, "value": "Seitennavigation" }],
|
|
7
63
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Seitennavigation schließen" }],
|
|
@@ -11,15 +67,163 @@
|
|
|
11
67
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Hilfebereich öffnen" }],
|
|
12
68
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Hilfebereich schließen" }]
|
|
13
69
|
},
|
|
70
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Gesamtsumme" }] },
|
|
71
|
+
"attribute-editor": {
|
|
72
|
+
"removeButtonText": [{ "type": 0, "value": "Entfernen" }],
|
|
73
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }]
|
|
74
|
+
},
|
|
14
75
|
"autosuggest": {
|
|
15
76
|
"errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
16
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Ausgewählt" }]
|
|
77
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Ausgewählt" }],
|
|
78
|
+
"enteredTextLabel": [
|
|
79
|
+
{ "type": 0, "value": "Verwenden Sie: " },
|
|
80
|
+
{ "type": 1, "value": "value" }
|
|
81
|
+
],
|
|
82
|
+
"recoveryText": [{ "type": 0, "value": "Wiederholen" }]
|
|
17
83
|
},
|
|
84
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Pfad anzeigen" }] },
|
|
18
85
|
"calendar": {
|
|
19
86
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Nächster Monat" }],
|
|
20
87
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Vorheriger Monat" }],
|
|
21
88
|
"todayAriaLabel": [{ "type": 0, "value": "Heute" }]
|
|
22
89
|
},
|
|
90
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Elementauswahl" }] },
|
|
91
|
+
"code-editor": {
|
|
92
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Code-Editor wird geladen" }],
|
|
93
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "Beim Laden des Code-Editors ist ein Fehler aufgetreten." }],
|
|
94
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Wiederholen" }],
|
|
95
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Code-Editor" }],
|
|
96
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Statusleiste" }],
|
|
97
|
+
"i18nStrings.cursorPosition": [
|
|
98
|
+
{ "type": 0, "value": "Ln " },
|
|
99
|
+
{ "type": 1, "value": "row" },
|
|
100
|
+
{ "type": 0, "value": ", Col " },
|
|
101
|
+
{ "type": 1, "value": "column" }
|
|
102
|
+
],
|
|
103
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Fehler" }],
|
|
104
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Warnungen" }],
|
|
105
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Einstellungen" }],
|
|
106
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Schließen" }],
|
|
107
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Einstellungen" }],
|
|
108
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Abbrechen" }],
|
|
109
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Bestätigen" }],
|
|
110
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Zeilenumbruch" }],
|
|
111
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Themen" }],
|
|
112
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Hellere Themen" }],
|
|
113
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Dunkles Design" }]
|
|
114
|
+
},
|
|
115
|
+
"collection-preferences": {
|
|
116
|
+
"title": [{ "type": 0, "value": "Einstellungen" }],
|
|
117
|
+
"confirmLabel": [{ "type": 0, "value": "Bestätigen" }],
|
|
118
|
+
"cancelLabel": [{ "type": 0, "value": "Abbrechen" }],
|
|
119
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Seitengröße" }],
|
|
120
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Zeilenumbruch" }],
|
|
121
|
+
"wrapLinesPreference.description": [
|
|
122
|
+
{ "type": 0, "value": "Auswählen, um den gesamten Text anzuzeigen und die Zeilen umzubrechen" }
|
|
123
|
+
],
|
|
124
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Gestreifte Zeilen" }],
|
|
125
|
+
"stripedRowsPreference.description": [
|
|
126
|
+
{ "type": 0, "value": "Auswählen, um alternative schattierte Zeilen hinzuzufügen" }
|
|
127
|
+
],
|
|
128
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Kompakter Modus" }],
|
|
129
|
+
"contentDensityPreference.description": [
|
|
130
|
+
{ "type": 0, "value": "Auswählen, um Inhalte in einem dichteren, kompakteren Modus anzuzeigen" }
|
|
131
|
+
],
|
|
132
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Spalteneinstellungen" }],
|
|
133
|
+
"contentDisplayPreference.description": [
|
|
134
|
+
{ "type": 0, "value": "Passen Sie die Sichtbarkeit und Reihenfolge der Spalten an." }
|
|
135
|
+
],
|
|
136
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Ziehpunkt" }],
|
|
137
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
138
|
+
{
|
|
139
|
+
"type": 0,
|
|
140
|
+
"value": "Verwenden Sie Space (Leertaste) oder Enter (Eingabetaste), um das Ziehen für ein Element zu aktivieren. Verwenden Sie dann die Pfeiltasten, um die Position abzuschließen. Verwenden Sie Space (Leertaste) oder Enter (Eingabetaste) oder, um den Zug zu verwerfen, verwenden Sie Escape (Escape)."
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
144
|
+
{ "type": 0, "value": "Aufgeholtes Element an Position " },
|
|
145
|
+
{ "type": 1, "value": "position" },
|
|
146
|
+
{ "type": 0, "value": " von " },
|
|
147
|
+
{ "type": 1, "value": "total" }
|
|
148
|
+
],
|
|
149
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Neuanordnung storniert" }]
|
|
150
|
+
},
|
|
151
|
+
"date-range-picker": {
|
|
152
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relativer Modus" }],
|
|
153
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Absoluter Modus" }],
|
|
154
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Bereich auswählen" }],
|
|
155
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Abbrechen" }],
|
|
156
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Löschen und Verwerfen" }],
|
|
157
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Anwenden" }],
|
|
158
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Benutzerdefinierter Bereich" }],
|
|
159
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
160
|
+
{ "type": 0, "value": "Benutzerdefinierten Bereich in der Vergangenheit festlegen" }
|
|
161
|
+
],
|
|
162
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Zeiteinheit" }],
|
|
163
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Dauer" }],
|
|
164
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Dauer eingeben" }],
|
|
165
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Startdatum" }],
|
|
166
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Startzeit" }],
|
|
167
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Enddatum" }],
|
|
168
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Endzeit" }],
|
|
169
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
170
|
+
{
|
|
171
|
+
"type": 0,
|
|
172
|
+
"value": "Verwenden Sie für Datum JJJJ/MM/TT. Verwenden Sie für die Zeit das 24-Stunden-Format."
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
176
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
177
|
+
{ "type": 0, "value": "Bereich ausgewählt von " },
|
|
178
|
+
{ "type": 1, "value": "startDate" },
|
|
179
|
+
{ "type": 0, "value": " bis " },
|
|
180
|
+
{ "type": 1, "value": "endDate" }
|
|
181
|
+
],
|
|
182
|
+
"i18nStrings.formatRelativeRange": [
|
|
183
|
+
{
|
|
184
|
+
"type": 6,
|
|
185
|
+
"value": "amount",
|
|
186
|
+
"options": {
|
|
187
|
+
"one": {
|
|
188
|
+
"value": [
|
|
189
|
+
{ "type": 0, "value": "Letzte " },
|
|
190
|
+
{ "type": 1, "value": "amount" },
|
|
191
|
+
{ "type": 0, "value": " " },
|
|
192
|
+
{ "type": 1, "value": "unit" }
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"other": {
|
|
196
|
+
"value": [
|
|
197
|
+
{ "type": 0, "value": "Letzte " },
|
|
198
|
+
{ "type": 1, "value": "amount" },
|
|
199
|
+
{ "type": 0, "value": " " },
|
|
200
|
+
{ "type": 1, "value": "unit" },
|
|
201
|
+
{ "type": 0, "value": "s" }
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"offset": 0,
|
|
206
|
+
"pluralType": "cardinal"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"i18nStrings.formatUnit": [
|
|
210
|
+
{
|
|
211
|
+
"type": 6,
|
|
212
|
+
"value": "amount",
|
|
213
|
+
"options": {
|
|
214
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
215
|
+
"other": {
|
|
216
|
+
"value": [
|
|
217
|
+
{ "type": 1, "value": "unit" },
|
|
218
|
+
{ "type": 0, "value": "s" }
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"offset": 0,
|
|
223
|
+
"pluralType": "cardinal"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
23
227
|
"flashbar": {
|
|
24
228
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Benachrichtigungen" }],
|
|
25
229
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
@@ -30,9 +234,11 @@
|
|
|
30
234
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Erfolg" }],
|
|
31
235
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warnung" }]
|
|
32
236
|
},
|
|
33
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
34
237
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
238
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }] },
|
|
239
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Inhalte werden geladen" }] },
|
|
35
240
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Löschen" }] },
|
|
241
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Wird in einem neuen Fenster geöffnet" }] },
|
|
36
242
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Modal schließen" }] },
|
|
37
243
|
"pagination": {
|
|
38
244
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Nächste Seite" }],
|
|
@@ -43,6 +249,19 @@
|
|
|
43
249
|
],
|
|
44
250
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Vorherige Seite" }]
|
|
45
251
|
},
|
|
252
|
+
"pie-chart": {
|
|
253
|
+
"loadingText": [{ "type": 0, "value": "Diagramm wird geladen" }],
|
|
254
|
+
"errorText": [
|
|
255
|
+
{ "type": 0, "value": "Die Daten konnten nicht abgerufen werden. Versuchen Sie es später erneut." }
|
|
256
|
+
],
|
|
257
|
+
"recoveryText": [{ "type": 0, "value": "Wiederholen" }]
|
|
258
|
+
},
|
|
259
|
+
"multiselect": {
|
|
260
|
+
"deselectAriaLabel": [
|
|
261
|
+
{ "type": 0, "value": "Entfernen " },
|
|
262
|
+
{ "type": 1, "value": "option__label" }
|
|
263
|
+
]
|
|
264
|
+
},
|
|
46
265
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Popover schließen" }] },
|
|
47
266
|
"property-filter": {
|
|
48
267
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Alle Eigenschaften" }],
|
|
@@ -142,10 +361,71 @@
|
|
|
142
361
|
}
|
|
143
362
|
]
|
|
144
363
|
},
|
|
364
|
+
"s3-resource-selector": {},
|
|
145
365
|
"select": {
|
|
146
366
|
"errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
147
367
|
"selectedAriaLabel": [{ "type": 0, "value": "Ausgewählt" }]
|
|
148
368
|
},
|
|
369
|
+
"split-panel": {},
|
|
370
|
+
"table": {
|
|
371
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Bearbeitung wird gesendet" }],
|
|
372
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Bearbeitung erfolgreich" }],
|
|
373
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Fehler" }],
|
|
374
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "Editierbar" }]
|
|
375
|
+
},
|
|
376
|
+
"tabs": {
|
|
377
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Nach links scrollen" }],
|
|
378
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Nach rechts scrollen" }]
|
|
379
|
+
},
|
|
380
|
+
"token-group": {
|
|
381
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Weniger anzeigen" }],
|
|
382
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Mehr anzeigen" }]
|
|
383
|
+
},
|
|
384
|
+
"top-navigation": {
|
|
385
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Suche" }],
|
|
386
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Suche schließen" }],
|
|
387
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Mehr" }],
|
|
388
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Menü schließen" }],
|
|
389
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Zurück" }],
|
|
390
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Alle" }]
|
|
391
|
+
},
|
|
392
|
+
"tutorial-panel": {
|
|
393
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Wird geladen" }],
|
|
394
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Tutorial auswählen" }],
|
|
395
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "PDF-Version herunterladen" }],
|
|
396
|
+
"i18nStrings.labelTutorialListDownloadLink": [
|
|
397
|
+
{ "type": 0, "value": "PDF-Version dieses Tutorials herunterladen" }
|
|
398
|
+
],
|
|
399
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial abgeschlossen" }],
|
|
400
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Weitere Informationen" }],
|
|
401
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Tutorial starten" }],
|
|
402
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Tutorial neustarten" }],
|
|
403
|
+
"i18nStrings.completionScreenTitle": [
|
|
404
|
+
{ "type": 0, "value": "Herzlichen Glückwunsch! Sie haben das Tutorial abgeschlossen." }
|
|
405
|
+
],
|
|
406
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Feedback" }],
|
|
407
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Tutorial verwerfen" }],
|
|
408
|
+
"i18nStrings.taskTitle": [
|
|
409
|
+
{ "type": 0, "value": "Aufgabe " },
|
|
410
|
+
{ "type": 1, "value": "taskNumber" },
|
|
411
|
+
{ "type": 0, "value": ": " },
|
|
412
|
+
{ "type": 1, "value": "taskTitle" }
|
|
413
|
+
],
|
|
414
|
+
"i18nStrings.stepTitle": [
|
|
415
|
+
{ "type": 0, "value": "Schritt " },
|
|
416
|
+
{ "type": 1, "value": "stepNumber" },
|
|
417
|
+
{ "type": 0, "value": ": " },
|
|
418
|
+
{ "type": 1, "value": "stepTitle" }
|
|
419
|
+
],
|
|
420
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Tutorial verwerfen" }],
|
|
421
|
+
"i18nStrings.labelTotalSteps": [
|
|
422
|
+
{ "type": 0, "value": "Gesamte Schritte: " },
|
|
423
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
424
|
+
],
|
|
425
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Ausstehend" }],
|
|
426
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "In Bearbeitung" }],
|
|
427
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Erfolg" }]
|
|
428
|
+
},
|
|
149
429
|
"wizard": {
|
|
150
430
|
"i18nStrings.stepNumberLabel": [
|
|
151
431
|
{ "type": 0, "value": "Schritt " },
|
|
@@ -157,14 +437,75 @@
|
|
|
157
437
|
{ "type": 0, "value": " von " },
|
|
158
438
|
{ "type": 1, "value": "stepsCount" }
|
|
159
439
|
],
|
|
440
|
+
"i18nStrings.skipToButtonLabel": [
|
|
441
|
+
{ "type": 0, "value": "Fahren Sie mit " },
|
|
442
|
+
{ "type": 1, "value": "task__title" }
|
|
443
|
+
],
|
|
444
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Schritte" }],
|
|
160
445
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Abbrechen" }],
|
|
161
446
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Zurück" }],
|
|
162
447
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Weiter" }],
|
|
163
|
-
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
448
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }],
|
|
449
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Nächster Schritt wird geladen" }],
|
|
450
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Absenden des Formulars" }]
|
|
164
451
|
}
|
|
165
452
|
},
|
|
166
453
|
"en-GB": {
|
|
167
454
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
455
|
+
"[charts]": {
|
|
456
|
+
"loadingText": [{ "type": 0, "value": "Loading chart" }],
|
|
457
|
+
"errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
|
|
458
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }],
|
|
459
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
|
|
460
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
|
|
461
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
|
|
462
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Dismiss" }],
|
|
463
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
|
|
464
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
|
|
465
|
+
},
|
|
466
|
+
"annotation-context": {
|
|
467
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Next" }],
|
|
468
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Previous" }],
|
|
469
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Finish" }],
|
|
470
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Dismiss annotation" }],
|
|
471
|
+
"i18nStrings.stepCounterText": [
|
|
472
|
+
{ "type": 0, "value": "Step " },
|
|
473
|
+
{ "type": 1, "value": "stepNumber" },
|
|
474
|
+
{ "type": 0, "value": " of " },
|
|
475
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
476
|
+
],
|
|
477
|
+
"i18nStrings.taskTitle": [
|
|
478
|
+
{ "type": 0, "value": "Task " },
|
|
479
|
+
{ "type": 1, "value": "taskNumber" },
|
|
480
|
+
{ "type": 0, "value": ": " },
|
|
481
|
+
{ "type": 1, "value": "taskTitle" }
|
|
482
|
+
],
|
|
483
|
+
"i18nStrings.labelHotspot": [
|
|
484
|
+
{
|
|
485
|
+
"type": 5,
|
|
486
|
+
"value": "openState",
|
|
487
|
+
"options": {
|
|
488
|
+
"true": {
|
|
489
|
+
"value": [
|
|
490
|
+
{ "type": 0, "value": "Close annotation for step " },
|
|
491
|
+
{ "type": 1, "value": "stepNumber" },
|
|
492
|
+
{ "type": 0, "value": " of " },
|
|
493
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"false": {
|
|
497
|
+
"value": [
|
|
498
|
+
{ "type": 0, "value": "Open annotation for step " },
|
|
499
|
+
{ "type": 1, "value": "stepNumber" },
|
|
500
|
+
{ "type": 0, "value": " of " },
|
|
501
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
"other": { "value": [] }
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
]
|
|
508
|
+
},
|
|
168
509
|
"app-layout": {
|
|
169
510
|
"ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
|
|
170
511
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
|
|
@@ -174,15 +515,154 @@
|
|
|
174
515
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
|
|
175
516
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
|
|
176
517
|
},
|
|
518
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
519
|
+
"attribute-editor": {
|
|
520
|
+
"removeButtonText": [{ "type": 0, "value": "Remove" }],
|
|
521
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }]
|
|
522
|
+
},
|
|
177
523
|
"autosuggest": {
|
|
178
524
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
179
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
525
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }],
|
|
526
|
+
"enteredTextLabel": [
|
|
527
|
+
{ "type": 0, "value": "Use " },
|
|
528
|
+
{ "type": 1, "value": "value" }
|
|
529
|
+
],
|
|
530
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }]
|
|
180
531
|
},
|
|
532
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Show path" }] },
|
|
181
533
|
"calendar": {
|
|
182
534
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Next month" }],
|
|
183
535
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Previous month" }],
|
|
184
536
|
"todayAriaLabel": [{ "type": 0, "value": "Today" }]
|
|
185
537
|
},
|
|
538
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Item selection" }] },
|
|
539
|
+
"code-editor": {
|
|
540
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Loading code editor" }],
|
|
541
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "There was an error loading the code editor." }],
|
|
542
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Retry" }],
|
|
543
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Code editor" }],
|
|
544
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Status bar" }],
|
|
545
|
+
"i18nStrings.cursorPosition": [
|
|
546
|
+
{ "type": 0, "value": "Ln " },
|
|
547
|
+
{ "type": 1, "value": "row" },
|
|
548
|
+
{ "type": 0, "value": ", Col " },
|
|
549
|
+
{ "type": 1, "value": "column" }
|
|
550
|
+
],
|
|
551
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Errors" }],
|
|
552
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Warnings" }],
|
|
553
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferences" }],
|
|
554
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Close" }],
|
|
555
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferences" }],
|
|
556
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Cancel" }],
|
|
557
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Confirm" }],
|
|
558
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Wrap lines" }],
|
|
559
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Theme" }],
|
|
560
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Light themes" }],
|
|
561
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Dark themes" }]
|
|
562
|
+
},
|
|
563
|
+
"collection-preferences": {
|
|
564
|
+
"title": [{ "type": 0, "value": "Preferences" }],
|
|
565
|
+
"confirmLabel": [{ "type": 0, "value": "Confirm" }],
|
|
566
|
+
"cancelLabel": [{ "type": 0, "value": "Cancel" }],
|
|
567
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Page size" }],
|
|
568
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Wrap lines" }],
|
|
569
|
+
"wrapLinesPreference.description": [{ "type": 0, "value": "Select to see all the text and wrap the lines" }],
|
|
570
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Striped rows" }],
|
|
571
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "Select to add alternating shaded rows" }],
|
|
572
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Compact mode" }],
|
|
573
|
+
"contentDensityPreference.description": [
|
|
574
|
+
{ "type": 0, "value": "Select to display content in a denser, more compact mode" }
|
|
575
|
+
],
|
|
576
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Column preferences" }],
|
|
577
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "Customise the columns visibility and order." }],
|
|
578
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Drag handle" }],
|
|
579
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
580
|
+
{
|
|
581
|
+
"type": 0,
|
|
582
|
+
"value": "Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape."
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
586
|
+
{ "type": 0, "value": "Picked up item at position " },
|
|
587
|
+
{ "type": 1, "value": "position" },
|
|
588
|
+
{ "type": 0, "value": " of " },
|
|
589
|
+
{ "type": 1, "value": "total" }
|
|
590
|
+
],
|
|
591
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordering cancelled" }]
|
|
592
|
+
},
|
|
593
|
+
"date-range-picker": {
|
|
594
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relative mode" }],
|
|
595
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Absolute mode" }],
|
|
596
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Choose a range" }],
|
|
597
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Cancel" }],
|
|
598
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Clear and dismiss" }],
|
|
599
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Apply" }],
|
|
600
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Customised range" }],
|
|
601
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
602
|
+
{ "type": 0, "value": "Set a customised range in the past" }
|
|
603
|
+
],
|
|
604
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unit of time" }],
|
|
605
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Duration" }],
|
|
606
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Enter a duration" }],
|
|
607
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Start date" }],
|
|
608
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Start time" }],
|
|
609
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "End date" }],
|
|
610
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "End time" }],
|
|
611
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
612
|
+
{ "type": 0, "value": "For date, use DD/MM/YYYY. For time, use 24-hr format." }
|
|
613
|
+
],
|
|
614
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
615
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
616
|
+
{ "type": 0, "value": "Range selected from " },
|
|
617
|
+
{ "type": 1, "value": "startDate" },
|
|
618
|
+
{ "type": 0, "value": " to " },
|
|
619
|
+
{ "type": 1, "value": "endDate" }
|
|
620
|
+
],
|
|
621
|
+
"i18nStrings.formatRelativeRange": [
|
|
622
|
+
{
|
|
623
|
+
"type": 6,
|
|
624
|
+
"value": "amount",
|
|
625
|
+
"options": {
|
|
626
|
+
"one": {
|
|
627
|
+
"value": [
|
|
628
|
+
{ "type": 0, "value": "Last " },
|
|
629
|
+
{ "type": 1, "value": "amount" },
|
|
630
|
+
{ "type": 0, "value": " " },
|
|
631
|
+
{ "type": 1, "value": "unit" }
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
"other": {
|
|
635
|
+
"value": [
|
|
636
|
+
{ "type": 0, "value": "Last " },
|
|
637
|
+
{ "type": 1, "value": "amount" },
|
|
638
|
+
{ "type": 0, "value": " " },
|
|
639
|
+
{ "type": 1, "value": "unit" },
|
|
640
|
+
{ "type": 0, "value": "s" }
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"offset": 0,
|
|
645
|
+
"pluralType": "cardinal"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"i18nStrings.formatUnit": [
|
|
649
|
+
{
|
|
650
|
+
"type": 6,
|
|
651
|
+
"value": "amount",
|
|
652
|
+
"options": {
|
|
653
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
654
|
+
"other": {
|
|
655
|
+
"value": [
|
|
656
|
+
{ "type": 1, "value": "unit" },
|
|
657
|
+
{ "type": 0, "value": "s" }
|
|
658
|
+
]
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"offset": 0,
|
|
662
|
+
"pluralType": "cardinal"
|
|
663
|
+
}
|
|
664
|
+
]
|
|
665
|
+
},
|
|
186
666
|
"flashbar": {
|
|
187
667
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifications" }],
|
|
188
668
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
@@ -193,9 +673,11 @@
|
|
|
193
673
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
|
|
194
674
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
|
|
195
675
|
},
|
|
196
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
197
676
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
677
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
678
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Loading content" }] },
|
|
198
679
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
|
|
680
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Opens in a new tab" }] },
|
|
199
681
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
|
|
200
682
|
"pagination": {
|
|
201
683
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Next page" }],
|
|
@@ -206,6 +688,17 @@
|
|
|
206
688
|
],
|
|
207
689
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Previous page" }]
|
|
208
690
|
},
|
|
691
|
+
"pie-chart": {
|
|
692
|
+
"loadingText": [{ "type": 0, "value": "Loading chart" }],
|
|
693
|
+
"errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
|
|
694
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }]
|
|
695
|
+
},
|
|
696
|
+
"multiselect": {
|
|
697
|
+
"deselectAriaLabel": [
|
|
698
|
+
{ "type": 0, "value": "Remove " },
|
|
699
|
+
{ "type": 1, "value": "option__label" }
|
|
700
|
+
]
|
|
701
|
+
},
|
|
209
702
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Close pop-over" }] },
|
|
210
703
|
"property-filter": {
|
|
211
704
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "All properties" }],
|
|
@@ -305,10 +798,69 @@
|
|
|
305
798
|
}
|
|
306
799
|
]
|
|
307
800
|
},
|
|
801
|
+
"s3-resource-selector": {},
|
|
308
802
|
"select": {
|
|
309
803
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
310
804
|
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
311
805
|
},
|
|
806
|
+
"split-panel": {},
|
|
807
|
+
"table": {
|
|
808
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
|
|
809
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
|
|
810
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
811
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "editable" }]
|
|
812
|
+
},
|
|
813
|
+
"tabs": {
|
|
814
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Scroll left" }],
|
|
815
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Scroll right" }]
|
|
816
|
+
},
|
|
817
|
+
"token-group": {
|
|
818
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Show fewer" }],
|
|
819
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Show more" }]
|
|
820
|
+
},
|
|
821
|
+
"top-navigation": {
|
|
822
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Search" }],
|
|
823
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Close search" }],
|
|
824
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "More" }],
|
|
825
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Close menu" }],
|
|
826
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Back" }],
|
|
827
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "All" }]
|
|
828
|
+
},
|
|
829
|
+
"tutorial-panel": {
|
|
830
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Loading" }],
|
|
831
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Choose a tutorial" }],
|
|
832
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Download PDF version" }],
|
|
833
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "Download PDF version of this tutorial" }],
|
|
834
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial completed" }],
|
|
835
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Find out more" }],
|
|
836
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Start tutorial" }],
|
|
837
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Restart tutorial" }],
|
|
838
|
+
"i18nStrings.completionScreenTitle": [
|
|
839
|
+
{ "type": 0, "value": "Congratulations! You have completed the tutorial." }
|
|
840
|
+
],
|
|
841
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Feedback" }],
|
|
842
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Dismiss tutorial" }],
|
|
843
|
+
"i18nStrings.taskTitle": [
|
|
844
|
+
{ "type": 0, "value": "Task " },
|
|
845
|
+
{ "type": 1, "value": "taskNumber" },
|
|
846
|
+
{ "type": 0, "value": ": " },
|
|
847
|
+
{ "type": 1, "value": "taskTitle" }
|
|
848
|
+
],
|
|
849
|
+
"i18nStrings.stepTitle": [
|
|
850
|
+
{ "type": 0, "value": "Step " },
|
|
851
|
+
{ "type": 1, "value": "stepNumber" },
|
|
852
|
+
{ "type": 0, "value": ": " },
|
|
853
|
+
{ "type": 1, "value": "stepTitle" }
|
|
854
|
+
],
|
|
855
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Dismiss tutorial" }],
|
|
856
|
+
"i18nStrings.labelTotalSteps": [
|
|
857
|
+
{ "type": 0, "value": "Total steps: " },
|
|
858
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
859
|
+
],
|
|
860
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Pending" }],
|
|
861
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "In progress" }],
|
|
862
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Success" }]
|
|
863
|
+
},
|
|
312
864
|
"wizard": {
|
|
313
865
|
"i18nStrings.stepNumberLabel": [
|
|
314
866
|
{ "type": 0, "value": "Step " },
|
|
@@ -320,14 +872,74 @@
|
|
|
320
872
|
{ "type": 0, "value": " of " },
|
|
321
873
|
{ "type": 1, "value": "stepsCount" }
|
|
322
874
|
],
|
|
875
|
+
"i18nStrings.skipToButtonLabel": [
|
|
876
|
+
{ "type": 0, "value": "Skip to " },
|
|
877
|
+
{ "type": 1, "value": "task__title" }
|
|
878
|
+
],
|
|
879
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Steps" }],
|
|
323
880
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
324
881
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Previous" }],
|
|
325
882
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Next" }],
|
|
326
|
-
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
883
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }],
|
|
884
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Loading next step" }],
|
|
885
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Submitting form" }]
|
|
327
886
|
}
|
|
328
887
|
},
|
|
329
888
|
"en": {
|
|
330
889
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
|
|
890
|
+
"[charts]": {
|
|
891
|
+
"loadingText": [{ "type": 0, "value": "Loading chart" }],
|
|
892
|
+
"errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
|
|
893
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }],
|
|
894
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
|
|
895
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
|
|
896
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
|
|
897
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
|
|
898
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
|
|
899
|
+
},
|
|
900
|
+
"annotation-context": {
|
|
901
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Next" }],
|
|
902
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Previous" }],
|
|
903
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Finish" }],
|
|
904
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Dismiss annotation" }],
|
|
905
|
+
"i18nStrings.stepCounterText": [
|
|
906
|
+
{ "type": 0, "value": "Step " },
|
|
907
|
+
{ "type": 1, "value": "stepNumber" },
|
|
908
|
+
{ "type": 0, "value": " of " },
|
|
909
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
910
|
+
],
|
|
911
|
+
"i18nStrings.taskTitle": [
|
|
912
|
+
{ "type": 0, "value": "Task " },
|
|
913
|
+
{ "type": 1, "value": "taskNumber" },
|
|
914
|
+
{ "type": 0, "value": ": " },
|
|
915
|
+
{ "type": 1, "value": "taskTitle" }
|
|
916
|
+
],
|
|
917
|
+
"i18nStrings.labelHotspot": [
|
|
918
|
+
{
|
|
919
|
+
"type": 5,
|
|
920
|
+
"value": "openState",
|
|
921
|
+
"options": {
|
|
922
|
+
"true": {
|
|
923
|
+
"value": [
|
|
924
|
+
{ "type": 0, "value": "Close annotation for step " },
|
|
925
|
+
{ "type": 1, "value": "stepNumber" },
|
|
926
|
+
{ "type": 0, "value": " of " },
|
|
927
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
"false": {
|
|
931
|
+
"value": [
|
|
932
|
+
{ "type": 0, "value": "Open annotation for step " },
|
|
933
|
+
{ "type": 1, "value": "stepNumber" },
|
|
934
|
+
{ "type": 0, "value": " of " },
|
|
935
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"other": { "value": [] }
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
]
|
|
942
|
+
},
|
|
331
943
|
"app-layout": {
|
|
332
944
|
"ariaLabels.navigation": [{ "type": 0, "value": "Side navigation" }],
|
|
333
945
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Close side navigation" }],
|
|
@@ -337,15 +949,202 @@
|
|
|
337
949
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
|
|
338
950
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
|
|
339
951
|
},
|
|
952
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
953
|
+
"attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Remove" }] },
|
|
340
954
|
"autosuggest": {
|
|
341
955
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
342
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
956
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }],
|
|
957
|
+
"enteredTextLabel": [
|
|
958
|
+
{ "type": 0, "value": "Use: \"" },
|
|
959
|
+
{ "type": 1, "value": "value" },
|
|
960
|
+
{ "type": 0, "value": "\"" }
|
|
961
|
+
],
|
|
962
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }]
|
|
343
963
|
},
|
|
964
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Show path" }] },
|
|
344
965
|
"calendar": {
|
|
345
966
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Next month" }],
|
|
346
967
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Previous month" }],
|
|
347
968
|
"todayAriaLabel": [{ "type": 0, "value": "Today" }]
|
|
348
969
|
},
|
|
970
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Item selection" }] },
|
|
971
|
+
"code-editor": {
|
|
972
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Loading code editor" }],
|
|
973
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "There was an error loading the code editor." }],
|
|
974
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Retry" }],
|
|
975
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Code editor" }],
|
|
976
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Status bar" }],
|
|
977
|
+
"i18nStrings.cursorPosition": [
|
|
978
|
+
{ "type": 0, "value": "Ln " },
|
|
979
|
+
{ "type": 1, "value": "row" },
|
|
980
|
+
{ "type": 0, "value": ", Col " },
|
|
981
|
+
{ "type": 1, "value": "column" }
|
|
982
|
+
],
|
|
983
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Errors" }],
|
|
984
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Warnings" }],
|
|
985
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferences" }],
|
|
986
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Close" }],
|
|
987
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferences" }],
|
|
988
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Cancel" }],
|
|
989
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Confirm" }],
|
|
990
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Wrap lines" }],
|
|
991
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Theme" }],
|
|
992
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Light themes" }],
|
|
993
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Dark themes" }]
|
|
994
|
+
},
|
|
995
|
+
"collection-preferences": {
|
|
996
|
+
"title": [{ "type": 0, "value": "Preferences" }],
|
|
997
|
+
"confirmLabel": [{ "type": 0, "value": "Confirm" }],
|
|
998
|
+
"cancelLabel": [{ "type": 0, "value": "Cancel" }],
|
|
999
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Page size" }],
|
|
1000
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Wrap lines" }],
|
|
1001
|
+
"wrapLinesPreference.description": [{ "type": 0, "value": "Select to see all the text and wrap the lines" }],
|
|
1002
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Striped rows" }],
|
|
1003
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "Select to add alternating shaded rows" }],
|
|
1004
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Compact mode" }],
|
|
1005
|
+
"contentDensityPreference.description": [
|
|
1006
|
+
{ "type": 0, "value": "Select to display content in a denser, more compact mode" }
|
|
1007
|
+
],
|
|
1008
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Column preferences" }],
|
|
1009
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "Customize the columns visibility and order." }],
|
|
1010
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Drag handle" }],
|
|
1011
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
1012
|
+
{
|
|
1013
|
+
"type": 0,
|
|
1014
|
+
"value": "Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape."
|
|
1015
|
+
}
|
|
1016
|
+
],
|
|
1017
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
1018
|
+
{ "type": 0, "value": "Picked up item at position " },
|
|
1019
|
+
{ "type": 1, "value": "position" },
|
|
1020
|
+
{ "type": 0, "value": " of " },
|
|
1021
|
+
{ "type": 1, "value": "total" }
|
|
1022
|
+
],
|
|
1023
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordering canceled" }],
|
|
1024
|
+
"contentDisplayPreference.liveAnnouncementDndItemReordered": [
|
|
1025
|
+
{
|
|
1026
|
+
"type": 5,
|
|
1027
|
+
"value": "isInitialPosition",
|
|
1028
|
+
"options": {
|
|
1029
|
+
"true": {
|
|
1030
|
+
"value": [
|
|
1031
|
+
{ "type": 0, "value": "Moving item back to position " },
|
|
1032
|
+
{ "type": 1, "value": "currentPosition" },
|
|
1033
|
+
{ "type": 0, "value": " of " },
|
|
1034
|
+
{ "type": 1, "value": "total" }
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"false": {
|
|
1038
|
+
"value": [
|
|
1039
|
+
{ "type": 0, "value": "Moving item to position " },
|
|
1040
|
+
{ "type": 1, "value": "currentPosition" },
|
|
1041
|
+
{ "type": 0, "value": " of " },
|
|
1042
|
+
{ "type": 1, "value": "total" }
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
"other": { "value": [] }
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"contentDisplayPreference.liveAnnouncementDndItemCommitted": [
|
|
1050
|
+
{
|
|
1051
|
+
"type": 5,
|
|
1052
|
+
"value": "isInitialPosition",
|
|
1053
|
+
"options": {
|
|
1054
|
+
"true": {
|
|
1055
|
+
"value": [
|
|
1056
|
+
{ "type": 0, "value": "Item moved back to its original position " },
|
|
1057
|
+
{ "type": 1, "value": "initialPosition" },
|
|
1058
|
+
{ "type": 0, "value": " of " },
|
|
1059
|
+
{ "type": 1, "value": "total" }
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"false": {
|
|
1063
|
+
"value": [
|
|
1064
|
+
{ "type": 0, "value": "Item moved from position " },
|
|
1065
|
+
{ "type": 1, "value": "initialPosition" },
|
|
1066
|
+
{ "type": 0, "value": " to position " },
|
|
1067
|
+
{ "type": 1, "value": "finalPosition" },
|
|
1068
|
+
{ "type": 0, "value": " of " },
|
|
1069
|
+
{ "type": 1, "value": "total" }
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
"other": { "value": [] }
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
"date-range-picker": {
|
|
1078
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relative mode" }],
|
|
1079
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Absolute mode" }],
|
|
1080
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Choose a range" }],
|
|
1081
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Cancel" }],
|
|
1082
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Clear and dismiss" }],
|
|
1083
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Apply" }],
|
|
1084
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Custom range" }],
|
|
1085
|
+
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "Set a custom range in the past" }],
|
|
1086
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unit of time" }],
|
|
1087
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Duration" }],
|
|
1088
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Enter a duration" }],
|
|
1089
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Start date" }],
|
|
1090
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Start time" }],
|
|
1091
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "End date" }],
|
|
1092
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "End time" }],
|
|
1093
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
1094
|
+
{ "type": 0, "value": "For date, use YYYY/MM/DD. For time, use 24 hr format." }
|
|
1095
|
+
],
|
|
1096
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
1097
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
1098
|
+
{ "type": 0, "value": "Range selected from " },
|
|
1099
|
+
{ "type": 1, "value": "startDate" },
|
|
1100
|
+
{ "type": 0, "value": " to " },
|
|
1101
|
+
{ "type": 1, "value": "endDate" }
|
|
1102
|
+
],
|
|
1103
|
+
"i18nStrings.formatRelativeRange": [
|
|
1104
|
+
{
|
|
1105
|
+
"type": 6,
|
|
1106
|
+
"value": "amount",
|
|
1107
|
+
"options": {
|
|
1108
|
+
"one": {
|
|
1109
|
+
"value": [
|
|
1110
|
+
{ "type": 0, "value": "Last " },
|
|
1111
|
+
{ "type": 1, "value": "amount" },
|
|
1112
|
+
{ "type": 0, "value": " " },
|
|
1113
|
+
{ "type": 1, "value": "unit" }
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"other": {
|
|
1117
|
+
"value": [
|
|
1118
|
+
{ "type": 0, "value": "Last " },
|
|
1119
|
+
{ "type": 1, "value": "amount" },
|
|
1120
|
+
{ "type": 0, "value": " " },
|
|
1121
|
+
{ "type": 1, "value": "unit" },
|
|
1122
|
+
{ "type": 0, "value": "s" }
|
|
1123
|
+
]
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
"offset": 0,
|
|
1127
|
+
"pluralType": "cardinal"
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"i18nStrings.formatUnit": [
|
|
1131
|
+
{
|
|
1132
|
+
"type": 6,
|
|
1133
|
+
"value": "amount",
|
|
1134
|
+
"options": {
|
|
1135
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
1136
|
+
"other": {
|
|
1137
|
+
"value": [
|
|
1138
|
+
{ "type": 1, "value": "unit" },
|
|
1139
|
+
{ "type": 0, "value": "s" }
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"offset": 0,
|
|
1144
|
+
"pluralType": "cardinal"
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
349
1148
|
"flashbar": {
|
|
350
1149
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifications" }],
|
|
351
1150
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
@@ -356,9 +1155,11 @@
|
|
|
356
1155
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
|
|
357
1156
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
|
|
358
1157
|
},
|
|
359
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
360
1158
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
1159
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
1160
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Loading content" }] },
|
|
361
1161
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
|
|
1162
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Opens in a new tab" }] },
|
|
362
1163
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
|
|
363
1164
|
"pagination": {
|
|
364
1165
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Next page" }],
|
|
@@ -369,6 +1170,18 @@
|
|
|
369
1170
|
],
|
|
370
1171
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Previous page" }]
|
|
371
1172
|
},
|
|
1173
|
+
"pie-chart": {
|
|
1174
|
+
"i18nStrings.detailsValue": [{ "type": 0, "value": "Value" }],
|
|
1175
|
+
"i18nStrings.detailsPercentage": [{ "type": 0, "value": "Percentage" }],
|
|
1176
|
+
"i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Pie chart" }],
|
|
1177
|
+
"i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segment" }]
|
|
1178
|
+
},
|
|
1179
|
+
"multiselect": {
|
|
1180
|
+
"deselectAriaLabel": [
|
|
1181
|
+
{ "type": 0, "value": "Remove " },
|
|
1182
|
+
{ "type": 1, "value": "option__label" }
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
372
1185
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Close popover" }] },
|
|
373
1186
|
"property-filter": {
|
|
374
1187
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "All properties" }],
|
|
@@ -468,9 +1281,302 @@
|
|
|
468
1281
|
}
|
|
469
1282
|
]
|
|
470
1283
|
},
|
|
1284
|
+
"s3-resource-selector": {
|
|
1285
|
+
"i18nStrings.inContextInputPlaceholder": [{ "type": 0, "value": "s3://bucket/prefix/object" }],
|
|
1286
|
+
"i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Choose a version" }],
|
|
1287
|
+
"i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Browse S3" }],
|
|
1288
|
+
"i18nStrings.inContextViewButton": [{ "type": 0, "value": "View" }],
|
|
1289
|
+
"i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "View (opens in a new tab)" }],
|
|
1290
|
+
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Loading resource" }],
|
|
1291
|
+
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
1292
|
+
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Object version" }],
|
|
1293
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Choose an archive in S3" }],
|
|
1294
|
+
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
1295
|
+
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Choose" }],
|
|
1296
|
+
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 buckets" }],
|
|
1297
|
+
"i18nStrings.selectionBuckets": [{ "type": 0, "value": "Buckets" }],
|
|
1298
|
+
"i18nStrings.selectionObjects": [{ "type": 0, "value": "Objects" }],
|
|
1299
|
+
"i18nStrings.selectionVersions": [{ "type": 0, "value": "Versions" }],
|
|
1300
|
+
"i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Find bucket" }],
|
|
1301
|
+
"i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Find object by prefix" }],
|
|
1302
|
+
"i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Find version" }],
|
|
1303
|
+
"i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Loading buckets" }],
|
|
1304
|
+
"i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "No buckets" }],
|
|
1305
|
+
"i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Loading objects" }],
|
|
1306
|
+
"i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "No objects" }],
|
|
1307
|
+
"i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Loading versions" }],
|
|
1308
|
+
"i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "No versions" }],
|
|
1309
|
+
"i18nStrings.filteringNoMatches": [{ "type": 0, "value": "No matches" }],
|
|
1310
|
+
"i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "We can't find a match." }],
|
|
1311
|
+
"i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Clear filter" }],
|
|
1312
|
+
"i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
|
|
1313
|
+
"i18nStrings.columnBucketName": [{ "type": 0, "value": "Name" }],
|
|
1314
|
+
"i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Creation date" }],
|
|
1315
|
+
"i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Region" }],
|
|
1316
|
+
"i18nStrings.columnObjectKey": [{ "type": 0, "value": "Key" }],
|
|
1317
|
+
"i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Last modified" }],
|
|
1318
|
+
"i18nStrings.columnObjectSize": [{ "type": 0, "value": "Size" }],
|
|
1319
|
+
"i18nStrings.columnVersionID": [{ "type": 0, "value": "Version ID" }],
|
|
1320
|
+
"i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Last modified" }],
|
|
1321
|
+
"i18nStrings.columnVersionSize": [{ "type": 0, "value": "Size" }],
|
|
1322
|
+
"i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "The path must begin with s3://" }],
|
|
1323
|
+
"i18nStrings.validationBucketLowerCase": [
|
|
1324
|
+
{ "type": 0, "value": "The bucket name must start with a lowercase character or number." }
|
|
1325
|
+
],
|
|
1326
|
+
"i18nStrings.validationBucketMustNotContain": [
|
|
1327
|
+
{ "type": 0, "value": "The bucket name must not contain uppercase characters." }
|
|
1328
|
+
],
|
|
1329
|
+
"i18nStrings.validationBucketLength": [
|
|
1330
|
+
{ "type": 0, "value": "The bucket name must be from 3 to 63 characters." }
|
|
1331
|
+
],
|
|
1332
|
+
"i18nStrings.validationBucketMustComplyDns": [
|
|
1333
|
+
{ "type": 0, "value": "The bucket name must comply with DNS naming conventions." }
|
|
1334
|
+
],
|
|
1335
|
+
"i18nStrings.labelSortedDescending": [
|
|
1336
|
+
{ "type": 1, "value": "columnName" },
|
|
1337
|
+
{ "type": 0, "value": ", sorted descending" }
|
|
1338
|
+
],
|
|
1339
|
+
"i18nStrings.labelSortedAscending": [
|
|
1340
|
+
{ "type": 1, "value": "columnName" },
|
|
1341
|
+
{ "type": 0, "value": ", sorted ascending" }
|
|
1342
|
+
],
|
|
1343
|
+
"i18nStrings.labelNotSorted": [
|
|
1344
|
+
{ "type": 1, "value": "columnName" },
|
|
1345
|
+
{ "type": 0, "value": ", not sorted" }
|
|
1346
|
+
],
|
|
1347
|
+
"i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Buckets" }],
|
|
1348
|
+
"i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
|
|
1349
|
+
"i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Objects" }],
|
|
1350
|
+
"i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
|
|
1351
|
+
"i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Versions" }],
|
|
1352
|
+
"i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
|
|
1353
|
+
"i18nStrings.labelFiltering": [
|
|
1354
|
+
{ "type": 0, "value": "Find " },
|
|
1355
|
+
{ "type": 1, "value": "itemsType" }
|
|
1356
|
+
],
|
|
1357
|
+
"i18nStrings.labelRefresh": [{ "type": 0, "value": "Refresh the data" }],
|
|
1358
|
+
"i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "S3 navigation" }],
|
|
1359
|
+
"i18nStrings.filteringCounterText": [
|
|
1360
|
+
{
|
|
1361
|
+
"type": 6,
|
|
1362
|
+
"value": "count",
|
|
1363
|
+
"options": {
|
|
1364
|
+
"one": { "value": [{ "type": 0, "value": "1 match" }] },
|
|
1365
|
+
"other": {
|
|
1366
|
+
"value": [
|
|
1367
|
+
{ "type": 1, "value": "count" },
|
|
1368
|
+
{ "type": 0, "value": " matches" }
|
|
1369
|
+
]
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"offset": 0,
|
|
1373
|
+
"pluralType": "cardinal"
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
471
1377
|
"select": {
|
|
472
1378
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
473
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
|
|
1379
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selected" }],
|
|
1380
|
+
"recoveryText": [{ "type": 0, "value": "Retry" }]
|
|
1381
|
+
},
|
|
1382
|
+
"split-panel": {
|
|
1383
|
+
"i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Close panel" }],
|
|
1384
|
+
"i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Open panel" }],
|
|
1385
|
+
"i18nStrings.preferencesTitle": [{ "type": 0, "value": "Split panel preferences" }],
|
|
1386
|
+
"i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Split panel position" }],
|
|
1387
|
+
"i18nStrings.preferencesPositionDescription": [
|
|
1388
|
+
{ "type": 0, "value": "Choose the default split panel position for the service." }
|
|
1389
|
+
],
|
|
1390
|
+
"i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Side" }],
|
|
1391
|
+
"i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "Bottom" }],
|
|
1392
|
+
"i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Confirm" }],
|
|
1393
|
+
"i18nStrings.preferencesCancel": [{ "type": 0, "value": "Cancel" }],
|
|
1394
|
+
"i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
|
|
1395
|
+
},
|
|
1396
|
+
"table": {
|
|
1397
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
|
|
1398
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
|
|
1399
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
1400
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "editable" }]
|
|
1401
|
+
},
|
|
1402
|
+
"tabs": {
|
|
1403
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Scroll left" }],
|
|
1404
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Scroll right" }]
|
|
1405
|
+
},
|
|
1406
|
+
"tag-editor": {
|
|
1407
|
+
"i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Enter key" }],
|
|
1408
|
+
"i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Enter value" }],
|
|
1409
|
+
"i18nStrings.addButton": [{ "type": 0, "value": "Add new tag" }],
|
|
1410
|
+
"i18nStrings.removeButton": [{ "type": 0, "value": "Remove" }],
|
|
1411
|
+
"i18nStrings.removeButtonAriaLabel": [
|
|
1412
|
+
{ "type": 0, "value": "Remove " },
|
|
1413
|
+
{ "type": 1, "value": "tag__key" }
|
|
1414
|
+
],
|
|
1415
|
+
"i18nStrings.undoButton": [{ "type": 0, "value": "Undo" }],
|
|
1416
|
+
"i18nStrings.undoPrompt": [{ "type": 0, "value": "This tag will be removed upon saving changes" }],
|
|
1417
|
+
"i18nStrings.loading": [{ "type": 0, "value": "Loading tags that are associated with this resource" }],
|
|
1418
|
+
"i18nStrings.keyHeader": [{ "type": 0, "value": "Key" }],
|
|
1419
|
+
"i18nStrings.valueHeader": [{ "type": 0, "value": "Value" }],
|
|
1420
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }],
|
|
1421
|
+
"i18nStrings.keySuggestion": [{ "type": 0, "value": "Custom tag key" }],
|
|
1422
|
+
"i18nStrings.valueSuggestion": [{ "type": 0, "value": "Custom tag value" }],
|
|
1423
|
+
"i18nStrings.emptyTags": [{ "type": 0, "value": "No tags associated with the resource." }],
|
|
1424
|
+
"i18nStrings.tooManyKeysSuggestion": [{ "type": 0, "value": "You have more keys than can be displayed" }],
|
|
1425
|
+
"i18nStrings.tooManyValuesSuggestion": [{ "type": 0, "value": "You have more values than can be displayed" }],
|
|
1426
|
+
"i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Loading tag keys" }],
|
|
1427
|
+
"i18nStrings.keysSuggestionError": [{ "type": 0, "value": "Tag keys could not be retrieved" }],
|
|
1428
|
+
"i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "Loading tag values" }],
|
|
1429
|
+
"i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "Tag values could not be retrieved" }],
|
|
1430
|
+
"i18nStrings.emptyKeyError": [{ "type": 0, "value": "You must specify a tag key" }],
|
|
1431
|
+
"i18nStrings.maxKeyCharLengthError": [
|
|
1432
|
+
{ "type": 0, "value": "The maximum number of characters you can use in a tag key is 128." }
|
|
1433
|
+
],
|
|
1434
|
+
"i18nStrings.maxValueCharLengthError": [
|
|
1435
|
+
{ "type": 0, "value": "The maximum number of characters you can use in a tag value is 256." }
|
|
1436
|
+
],
|
|
1437
|
+
"i18nStrings.duplicateKeyError": [{ "type": 0, "value": "You must specify a unique tag key." }],
|
|
1438
|
+
"i18nStrings.invalidKeyError": [
|
|
1439
|
+
{
|
|
1440
|
+
"type": 0,
|
|
1441
|
+
"value": "Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"
|
|
1442
|
+
}
|
|
1443
|
+
],
|
|
1444
|
+
"i18nStrings.invalidValueError": [
|
|
1445
|
+
{
|
|
1446
|
+
"type": 0,
|
|
1447
|
+
"value": "Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"i18nStrings.awsPrefixError": [{ "type": 0, "value": "Cannot start with aws:" }],
|
|
1451
|
+
"i18nStrings.tagLimitReached": [
|
|
1452
|
+
{
|
|
1453
|
+
"type": 6,
|
|
1454
|
+
"value": "tagLimit",
|
|
1455
|
+
"options": {
|
|
1456
|
+
"one": { "value": [{ "type": 0, "value": "You have reached the limit of 1 tag." }] },
|
|
1457
|
+
"other": {
|
|
1458
|
+
"value": [
|
|
1459
|
+
{ "type": 0, "value": "You have reached the limit of " },
|
|
1460
|
+
{ "type": 1, "value": "tagLimit" },
|
|
1461
|
+
{ "type": 0, "value": " tags." }
|
|
1462
|
+
]
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
"offset": 0,
|
|
1466
|
+
"pluralType": "cardinal"
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"i18nStrings.tagLimitExceeded": [
|
|
1470
|
+
{
|
|
1471
|
+
"type": 6,
|
|
1472
|
+
"value": "tagLimit",
|
|
1473
|
+
"options": {
|
|
1474
|
+
"one": { "value": [{ "type": 0, "value": "You have exceeded the limit of 1 tag." }] },
|
|
1475
|
+
"other": {
|
|
1476
|
+
"value": [
|
|
1477
|
+
{ "type": 0, "value": "You have exceeded the limit of " },
|
|
1478
|
+
{ "type": 1, "value": "tagLimit" },
|
|
1479
|
+
{ "type": 0, "value": " tags." }
|
|
1480
|
+
]
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"offset": 0,
|
|
1484
|
+
"pluralType": "cardinal"
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"i18nStrings.tagLimit": [
|
|
1488
|
+
{
|
|
1489
|
+
"type": 5,
|
|
1490
|
+
"value": "tagLimitAvailable",
|
|
1491
|
+
"options": {
|
|
1492
|
+
"true": {
|
|
1493
|
+
"value": [
|
|
1494
|
+
{
|
|
1495
|
+
"type": 6,
|
|
1496
|
+
"value": "availableTags",
|
|
1497
|
+
"options": {
|
|
1498
|
+
"other": {
|
|
1499
|
+
"value": [
|
|
1500
|
+
{ "type": 0, "value": "You can add up to " },
|
|
1501
|
+
{ "type": 1, "value": "tagLimit" },
|
|
1502
|
+
{ "type": 0, "value": " tags." }
|
|
1503
|
+
]
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"offset": 0,
|
|
1507
|
+
"pluralType": "cardinal"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
"false": {
|
|
1512
|
+
"value": [
|
|
1513
|
+
{
|
|
1514
|
+
"type": 6,
|
|
1515
|
+
"value": "availableTags",
|
|
1516
|
+
"options": {
|
|
1517
|
+
"one": { "value": [{ "type": 0, "value": "You can add up to 1 more tag." }] },
|
|
1518
|
+
"other": {
|
|
1519
|
+
"value": [
|
|
1520
|
+
{ "type": 0, "value": "You can add up to " },
|
|
1521
|
+
{ "type": 1, "value": "availableTags" },
|
|
1522
|
+
{ "type": 0, "value": " more tags." }
|
|
1523
|
+
]
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"offset": 0,
|
|
1527
|
+
"pluralType": "cardinal"
|
|
1528
|
+
}
|
|
1529
|
+
]
|
|
1530
|
+
},
|
|
1531
|
+
"other": { "value": [] }
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
"token-group": {
|
|
1537
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Show fewer" }],
|
|
1538
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Show more" }]
|
|
1539
|
+
},
|
|
1540
|
+
"top-navigation": {
|
|
1541
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Search" }],
|
|
1542
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Close search" }],
|
|
1543
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "More" }],
|
|
1544
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Close menu" }],
|
|
1545
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Back" }],
|
|
1546
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "All" }]
|
|
1547
|
+
},
|
|
1548
|
+
"tutorial-panel": {
|
|
1549
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Loading" }],
|
|
1550
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Choose a tutorial" }],
|
|
1551
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Download PDF version" }],
|
|
1552
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "Download PDF version of this tutorial" }],
|
|
1553
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial completed" }],
|
|
1554
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Learn more" }],
|
|
1555
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Start tutorial" }],
|
|
1556
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Restart tutorial" }],
|
|
1557
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "Congratulations! You completed the tutorial." }],
|
|
1558
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Feedback" }],
|
|
1559
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Dismiss tutorial" }],
|
|
1560
|
+
"i18nStrings.taskTitle": [
|
|
1561
|
+
{ "type": 0, "value": "Task " },
|
|
1562
|
+
{ "type": 1, "value": "taskNumber" },
|
|
1563
|
+
{ "type": 0, "value": ": " },
|
|
1564
|
+
{ "type": 1, "value": "taskTitle" }
|
|
1565
|
+
],
|
|
1566
|
+
"i18nStrings.stepTitle": [
|
|
1567
|
+
{ "type": 0, "value": "Step " },
|
|
1568
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1569
|
+
{ "type": 0, "value": ": " },
|
|
1570
|
+
{ "type": 1, "value": "stepTitle" }
|
|
1571
|
+
],
|
|
1572
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Dismiss tutorial" }],
|
|
1573
|
+
"i18nStrings.labelTotalSteps": [
|
|
1574
|
+
{ "type": 0, "value": "Total steps: " },
|
|
1575
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
1576
|
+
],
|
|
1577
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Pending" }],
|
|
1578
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "In progress" }],
|
|
1579
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Success" }]
|
|
474
1580
|
},
|
|
475
1581
|
"wizard": {
|
|
476
1582
|
"i18nStrings.stepNumberLabel": [
|
|
@@ -483,14 +1589,75 @@
|
|
|
483
1589
|
{ "type": 0, "value": " of " },
|
|
484
1590
|
{ "type": 1, "value": "stepsCount" }
|
|
485
1591
|
],
|
|
1592
|
+
"i18nStrings.skipToButtonLabel": [
|
|
1593
|
+
{ "type": 0, "value": "Skip to " },
|
|
1594
|
+
{ "type": 1, "value": "task__title" }
|
|
1595
|
+
],
|
|
1596
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Steps" }],
|
|
486
1597
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancel" }],
|
|
487
1598
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Previous" }],
|
|
488
1599
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Next" }],
|
|
489
|
-
"i18nStrings.optional": [{ "type": 0, "value": "optional" }]
|
|
1600
|
+
"i18nStrings.optional": [{ "type": 0, "value": "optional" }],
|
|
1601
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Loading next step" }],
|
|
1602
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Submitting form" }]
|
|
490
1603
|
}
|
|
491
1604
|
},
|
|
492
1605
|
"es": {
|
|
493
1606
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
1607
|
+
"[charts]": {
|
|
1608
|
+
"loadingText": [{ "type": 0, "value": "Cargando gráfico" }],
|
|
1609
|
+
"errorText": [{ "type": 0, "value": "No se pudieron recuperar los datos. Inténtelo de nuevo más tarde." }],
|
|
1610
|
+
"recoveryText": [{ "type": 0, "value": "Reintentar" }],
|
|
1611
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar los datos mostrados" }],
|
|
1612
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar datos" }],
|
|
1613
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Leyenda" }],
|
|
1614
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Descartar" }],
|
|
1615
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "eje x" }],
|
|
1616
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "eje y" }]
|
|
1617
|
+
},
|
|
1618
|
+
"annotation-context": {
|
|
1619
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Siguiente" }],
|
|
1620
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Anterior" }],
|
|
1621
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Finalizar" }],
|
|
1622
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Descartar anotación" }],
|
|
1623
|
+
"i18nStrings.stepCounterText": [
|
|
1624
|
+
{ "type": 0, "value": "Paso " },
|
|
1625
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1626
|
+
{ "type": 0, "value": " de " },
|
|
1627
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
1628
|
+
],
|
|
1629
|
+
"i18nStrings.taskTitle": [
|
|
1630
|
+
{ "type": 0, "value": "Tarea " },
|
|
1631
|
+
{ "type": 1, "value": "taskNumber" },
|
|
1632
|
+
{ "type": 0, "value": ": " },
|
|
1633
|
+
{ "type": 1, "value": "taskTitle" }
|
|
1634
|
+
],
|
|
1635
|
+
"i18nStrings.labelHotspot": [
|
|
1636
|
+
{
|
|
1637
|
+
"type": 5,
|
|
1638
|
+
"value": "openState",
|
|
1639
|
+
"options": {
|
|
1640
|
+
"true": {
|
|
1641
|
+
"value": [
|
|
1642
|
+
{ "type": 0, "value": "Cerrar anotación para el paso " },
|
|
1643
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1644
|
+
{ "type": 0, "value": " de " },
|
|
1645
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
1646
|
+
]
|
|
1647
|
+
},
|
|
1648
|
+
"false": {
|
|
1649
|
+
"value": [
|
|
1650
|
+
{ "type": 0, "value": "Abrir anotación para el paso " },
|
|
1651
|
+
{ "type": 1, "value": "stepNumber" },
|
|
1652
|
+
{ "type": 0, "value": " de " },
|
|
1653
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
1654
|
+
]
|
|
1655
|
+
},
|
|
1656
|
+
"other": { "value": [] }
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
494
1661
|
"app-layout": {
|
|
495
1662
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navegación lateral" }],
|
|
496
1663
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Cerrar navegación lateral" }],
|
|
@@ -500,15 +1667,154 @@
|
|
|
500
1667
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Abrir panel de ayuda" }],
|
|
501
1668
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Cerrar panel de ayuda" }]
|
|
502
1669
|
},
|
|
1670
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
1671
|
+
"attribute-editor": {
|
|
1672
|
+
"removeButtonText": [{ "type": 0, "value": "Eliminar" }],
|
|
1673
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }]
|
|
1674
|
+
},
|
|
503
1675
|
"autosuggest": {
|
|
504
1676
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
505
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Seleccionado" }]
|
|
1677
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Seleccionado" }],
|
|
1678
|
+
"enteredTextLabel": [
|
|
1679
|
+
{ "type": 0, "value": "Utilizar: " },
|
|
1680
|
+
{ "type": 1, "value": "value" }
|
|
1681
|
+
],
|
|
1682
|
+
"recoveryText": [{ "type": 0, "value": "Reintentar" }]
|
|
506
1683
|
},
|
|
1684
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Mostrar ruta" }] },
|
|
507
1685
|
"calendar": {
|
|
508
1686
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Próximo mes" }],
|
|
509
1687
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mes anterior" }],
|
|
510
1688
|
"todayAriaLabel": [{ "type": 0, "value": "Hoy" }]
|
|
511
1689
|
},
|
|
1690
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Selección de elementos" }] },
|
|
1691
|
+
"code-editor": {
|
|
1692
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Cargando editor de código" }],
|
|
1693
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "Se ha producido un error al cargar el editor de código." }],
|
|
1694
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Reintentar" }],
|
|
1695
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Editor de código" }],
|
|
1696
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Barra de estado" }],
|
|
1697
|
+
"i18nStrings.cursorPosition": [
|
|
1698
|
+
{ "type": 0, "value": "Ln " },
|
|
1699
|
+
{ "type": 1, "value": "row" },
|
|
1700
|
+
{ "type": 0, "value": ", Col " },
|
|
1701
|
+
{ "type": 1, "value": "column" }
|
|
1702
|
+
],
|
|
1703
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Errores" }],
|
|
1704
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Advertencias" }],
|
|
1705
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferencias" }],
|
|
1706
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Cerrar" }],
|
|
1707
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferencias" }],
|
|
1708
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Cancelar" }],
|
|
1709
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Confirmar" }],
|
|
1710
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Ajustar líneas" }],
|
|
1711
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
|
|
1712
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Temas claros" }],
|
|
1713
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Temas oscuros" }]
|
|
1714
|
+
},
|
|
1715
|
+
"collection-preferences": {
|
|
1716
|
+
"title": [{ "type": 0, "value": "Preferencias" }],
|
|
1717
|
+
"confirmLabel": [{ "type": 0, "value": "Confirmar" }],
|
|
1718
|
+
"cancelLabel": [{ "type": 0, "value": "Cancelar" }],
|
|
1719
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Tamaño de página" }],
|
|
1720
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Ajustar líneas" }],
|
|
1721
|
+
"wrapLinesPreference.description": [
|
|
1722
|
+
{ "type": 0, "value": "Seleccione para ver todo el texto y ajustar las líneas" }
|
|
1723
|
+
],
|
|
1724
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Filas rayadas" }],
|
|
1725
|
+
"stripedRowsPreference.description": [
|
|
1726
|
+
{ "type": 0, "value": "Seleccione para agregar filas sombreadas alternativas" }
|
|
1727
|
+
],
|
|
1728
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Modo compacto" }],
|
|
1729
|
+
"contentDensityPreference.description": [
|
|
1730
|
+
{ "type": 0, "value": "Seleccione para mostrar contenido en un modo más denso y compacto" }
|
|
1731
|
+
],
|
|
1732
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Preferencias de columnas" }],
|
|
1733
|
+
"contentDisplayPreference.description": [
|
|
1734
|
+
{ "type": 0, "value": "Personalice la visibilidad y el orden de las columnas." }
|
|
1735
|
+
],
|
|
1736
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Arrastrar controlador" }],
|
|
1737
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
1738
|
+
{
|
|
1739
|
+
"type": 0,
|
|
1740
|
+
"value": "Utilice la barra espaciadora o Enter para activar el arrastre de un elemento y, a continuación, utilice las teclas de flecha para mover la posición del elemento. Para completar el movimiento de la posición, utilice la barra espaciadora o Enter, o para descartar el movimiento, utilice Escape."
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
1744
|
+
{ "type": 0, "value": "Recogida del elemento en la posición " },
|
|
1745
|
+
{ "type": 1, "value": "position" },
|
|
1746
|
+
{ "type": 0, "value": " de " },
|
|
1747
|
+
{ "type": 1, "value": "total" }
|
|
1748
|
+
],
|
|
1749
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordenación cancelada" }]
|
|
1750
|
+
},
|
|
1751
|
+
"date-range-picker": {
|
|
1752
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Modo relativo" }],
|
|
1753
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Modo absoluto" }],
|
|
1754
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Elegir un rango" }],
|
|
1755
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Cancelar" }],
|
|
1756
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Borrar y descartar" }],
|
|
1757
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Aplicar" }],
|
|
1758
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Rango personalizado" }],
|
|
1759
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
1760
|
+
{ "type": 0, "value": "Establecer un rango personalizado en el pasado" }
|
|
1761
|
+
],
|
|
1762
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unidad de tiempo" }],
|
|
1763
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Duración" }],
|
|
1764
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Introduzca una duración" }],
|
|
1765
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Fecha de inicio" }],
|
|
1766
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Hora de inicio" }],
|
|
1767
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Fecha de finalización" }],
|
|
1768
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Hora de finalización" }],
|
|
1769
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
1770
|
+
{ "type": 0, "value": "Para la fecha, utilice AAAA/MM/DD. Para la hora, utilice el formato de 24 horas." }
|
|
1771
|
+
],
|
|
1772
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
1773
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
1774
|
+
{ "type": 0, "value": "Rango seleccionado de " },
|
|
1775
|
+
{ "type": 1, "value": "startDate" },
|
|
1776
|
+
{ "type": 0, "value": " a " },
|
|
1777
|
+
{ "type": 1, "value": "endDate" }
|
|
1778
|
+
],
|
|
1779
|
+
"i18nStrings.formatRelativeRange": [
|
|
1780
|
+
{
|
|
1781
|
+
"type": 6,
|
|
1782
|
+
"value": "amount",
|
|
1783
|
+
"options": {
|
|
1784
|
+
"one": {
|
|
1785
|
+
"value": [
|
|
1786
|
+
{ "type": 0, "value": "Último " },
|
|
1787
|
+
{ "type": 1, "value": "amount" },
|
|
1788
|
+
{ "type": 0, "value": " " },
|
|
1789
|
+
{ "type": 1, "value": "unit" }
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
"other": {
|
|
1793
|
+
"value": [
|
|
1794
|
+
{ "type": 0, "value": "Últimos " },
|
|
1795
|
+
{ "type": 1, "value": "amount" },
|
|
1796
|
+
{ "type": 0, "value": " " },
|
|
1797
|
+
{ "type": 1, "value": "unit" }
|
|
1798
|
+
]
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
"offset": 0,
|
|
1802
|
+
"pluralType": "cardinal"
|
|
1803
|
+
}
|
|
1804
|
+
],
|
|
1805
|
+
"i18nStrings.formatUnit": [
|
|
1806
|
+
{
|
|
1807
|
+
"type": 6,
|
|
1808
|
+
"value": "amount",
|
|
1809
|
+
"options": {
|
|
1810
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
1811
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
1812
|
+
},
|
|
1813
|
+
"offset": 0,
|
|
1814
|
+
"pluralType": "cardinal"
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
512
1818
|
"flashbar": {
|
|
513
1819
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notificaciones" }],
|
|
514
1820
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
@@ -519,9 +1825,11 @@
|
|
|
519
1825
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Éxito" }],
|
|
520
1826
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
|
|
521
1827
|
},
|
|
522
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
523
1828
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
1829
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
1830
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Cargando contenido" }] },
|
|
524
1831
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Borrar" }] },
|
|
1832
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Abrir en una pestaña nueva" }] },
|
|
525
1833
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Cerrar modal" }] },
|
|
526
1834
|
"pagination": {
|
|
527
1835
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Página siguiente" }],
|
|
@@ -532,6 +1840,17 @@
|
|
|
532
1840
|
],
|
|
533
1841
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Página anterior" }]
|
|
534
1842
|
},
|
|
1843
|
+
"pie-chart": {
|
|
1844
|
+
"loadingText": [{ "type": 0, "value": "Cargando gráfico" }],
|
|
1845
|
+
"errorText": [{ "type": 0, "value": "No se pudieron recuperar los datos. Inténtelo de nuevo más tarde." }],
|
|
1846
|
+
"recoveryText": [{ "type": 0, "value": "Reintentar" }]
|
|
1847
|
+
},
|
|
1848
|
+
"multiselect": {
|
|
1849
|
+
"deselectAriaLabel": [
|
|
1850
|
+
{ "type": 0, "value": "Eliminar " },
|
|
1851
|
+
{ "type": 1, "value": "option__label" }
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
535
1854
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Cerrar ventana emergente" }] },
|
|
536
1855
|
"property-filter": {
|
|
537
1856
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Todas las propiedades" }],
|
|
@@ -631,10 +1950,69 @@
|
|
|
631
1950
|
}
|
|
632
1951
|
]
|
|
633
1952
|
},
|
|
1953
|
+
"s3-resource-selector": {},
|
|
634
1954
|
"select": {
|
|
635
1955
|
"errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
636
1956
|
"selectedAriaLabel": [{ "type": 0, "value": "Seleccionado" }]
|
|
637
1957
|
},
|
|
1958
|
+
"split-panel": {},
|
|
1959
|
+
"table": {
|
|
1960
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Envío de edición" }],
|
|
1961
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Se ha editado correctamente" }],
|
|
1962
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
1963
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "dditable" }]
|
|
1964
|
+
},
|
|
1965
|
+
"tabs": {
|
|
1966
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Desplácese hacia la izquierda" }],
|
|
1967
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Desplácese hacia la derecha" }]
|
|
1968
|
+
},
|
|
1969
|
+
"token-group": {
|
|
1970
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Mostrar menos" }],
|
|
1971
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Mostrar más" }]
|
|
1972
|
+
},
|
|
1973
|
+
"top-navigation": {
|
|
1974
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Buscar" }],
|
|
1975
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Cerrar búsqueda" }],
|
|
1976
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Más" }],
|
|
1977
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Cerrar menú" }],
|
|
1978
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Volver" }],
|
|
1979
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Todos" }]
|
|
1980
|
+
},
|
|
1981
|
+
"tutorial-panel": {
|
|
1982
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Cargando" }],
|
|
1983
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Elija un tutorial" }],
|
|
1984
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Descargar versión en PDF" }],
|
|
1985
|
+
"i18nStrings.labelTutorialListDownloadLink": [
|
|
1986
|
+
{ "type": 0, "value": "Descargue la versión en PDF de este tutorial" }
|
|
1987
|
+
],
|
|
1988
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial completado" }],
|
|
1989
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Más información" }],
|
|
1990
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Tutorial de inicio" }],
|
|
1991
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Tutorial de reinicio" }],
|
|
1992
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "¡Enhorabuena! Ha completado el tutorial." }],
|
|
1993
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Comentarios" }],
|
|
1994
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Descartar tutorial" }],
|
|
1995
|
+
"i18nStrings.taskTitle": [
|
|
1996
|
+
{ "type": 0, "value": "Tarea " },
|
|
1997
|
+
{ "type": 1, "value": "taskNumber" },
|
|
1998
|
+
{ "type": 0, "value": ": " },
|
|
1999
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2000
|
+
],
|
|
2001
|
+
"i18nStrings.stepTitle": [
|
|
2002
|
+
{ "type": 0, "value": "Paso" },
|
|
2003
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2004
|
+
{ "type": 0, "value": ":" },
|
|
2005
|
+
{ "type": 1, "value": "stepTitle" }
|
|
2006
|
+
],
|
|
2007
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Descartar tutorial" }],
|
|
2008
|
+
"i18nStrings.labelTotalSteps": [
|
|
2009
|
+
{ "type": 0, "value": "Total de pasos: " },
|
|
2010
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2011
|
+
],
|
|
2012
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Pendiente" }],
|
|
2013
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "En curso" }],
|
|
2014
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Acción realizada correctamente" }]
|
|
2015
|
+
},
|
|
638
2016
|
"wizard": {
|
|
639
2017
|
"i18nStrings.stepNumberLabel": [
|
|
640
2018
|
{ "type": 0, "value": "Paso " },
|
|
@@ -646,14 +2024,75 @@
|
|
|
646
2024
|
{ "type": 0, "value": " de " },
|
|
647
2025
|
{ "type": 1, "value": "stepsCount" }
|
|
648
2026
|
],
|
|
2027
|
+
"i18nStrings.skipToButtonLabel": [
|
|
2028
|
+
{ "type": 0, "value": "Vaya a " },
|
|
2029
|
+
{ "type": 1, "value": "task__title" }
|
|
2030
|
+
],
|
|
2031
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Pasos" }],
|
|
649
2032
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
650
2033
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
651
2034
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Siguiente" }],
|
|
652
|
-
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }]
|
|
2035
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }],
|
|
2036
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Cargando paso siguiente" }],
|
|
2037
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Formulario de envío" }]
|
|
653
2038
|
}
|
|
654
2039
|
},
|
|
655
2040
|
"fr": {
|
|
656
2041
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Ignorer l'alerte" }] },
|
|
2042
|
+
"[charts]": {
|
|
2043
|
+
"loadingText": [{ "type": 0, "value": "Chargement du graphique" }],
|
|
2044
|
+
"errorText": [{ "type": 0, "value": "Impossible d'extraire les données. Réessayez plus tard." }],
|
|
2045
|
+
"recoveryText": [{ "type": 0, "value": "Réessayer" }],
|
|
2046
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrer les données affichées" }],
|
|
2047
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrer les données" }],
|
|
2048
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Légende" }],
|
|
2049
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Ignorer" }],
|
|
2050
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "axe X" }],
|
|
2051
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "axe Y" }]
|
|
2052
|
+
},
|
|
2053
|
+
"annotation-context": {
|
|
2054
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Suivant" }],
|
|
2055
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Précédent" }],
|
|
2056
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Terminer" }],
|
|
2057
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Ignorer l'annotation" }],
|
|
2058
|
+
"i18nStrings.stepCounterText": [
|
|
2059
|
+
{ "type": 0, "value": "Étape " },
|
|
2060
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2061
|
+
{ "type": 0, "value": " de " },
|
|
2062
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2063
|
+
],
|
|
2064
|
+
"i18nStrings.taskTitle": [
|
|
2065
|
+
{ "type": 0, "value": "Tâche " },
|
|
2066
|
+
{ "type": 1, "value": "taskNumber" },
|
|
2067
|
+
{ "type": 0, "value": ": " },
|
|
2068
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2069
|
+
],
|
|
2070
|
+
"i18nStrings.labelHotspot": [
|
|
2071
|
+
{
|
|
2072
|
+
"type": 5,
|
|
2073
|
+
"value": "openState",
|
|
2074
|
+
"options": {
|
|
2075
|
+
"true": {
|
|
2076
|
+
"value": [
|
|
2077
|
+
{ "type": 0, "value": "Fermer l'annotation pour l'étape " },
|
|
2078
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2079
|
+
{ "type": 0, "value": " de " },
|
|
2080
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
"false": {
|
|
2084
|
+
"value": [
|
|
2085
|
+
{ "type": 0, "value": "Ouvrir l'annotation pour l'étape " },
|
|
2086
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2087
|
+
{ "type": 0, "value": " de " },
|
|
2088
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2089
|
+
]
|
|
2090
|
+
},
|
|
2091
|
+
"other": { "value": [] }
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
657
2096
|
"app-layout": {
|
|
658
2097
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigation latérale" }],
|
|
659
2098
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Fermer la navigation latérale" }],
|
|
@@ -663,15 +2102,165 @@
|
|
|
663
2102
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Ouvrir le volet d'aide" }],
|
|
664
2103
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Fermer le volet d'aide" }]
|
|
665
2104
|
},
|
|
2105
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
2106
|
+
"attribute-editor": {
|
|
2107
|
+
"removeButtonText": [{ "type": 0, "value": "Supprimer" }],
|
|
2108
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }]
|
|
2109
|
+
},
|
|
666
2110
|
"autosuggest": {
|
|
667
2111
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
668
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }]
|
|
2112
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }],
|
|
2113
|
+
"enteredTextLabel": [
|
|
2114
|
+
{ "type": 0, "value": "Utiliser " },
|
|
2115
|
+
{ "type": 1, "value": "value" }
|
|
2116
|
+
],
|
|
2117
|
+
"recoveryText": [{ "type": 0, "value": "Réessayer" }]
|
|
669
2118
|
},
|
|
2119
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Afficher le chemin" }] },
|
|
670
2120
|
"calendar": {
|
|
671
2121
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Mois suivant" }],
|
|
672
2122
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mois précédent" }],
|
|
673
2123
|
"todayAriaLabel": [{ "type": 0, "value": "Aujourd'hui" }]
|
|
674
2124
|
},
|
|
2125
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Sélection de l'élément" }] },
|
|
2126
|
+
"code-editor": {
|
|
2127
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Chargement de l'éditeur de code en cours" }],
|
|
2128
|
+
"i18nStrings.errorState": [
|
|
2129
|
+
{ "type": 0, "value": "Une erreur s'est produite lors du chargement de l'éditeur de code." }
|
|
2130
|
+
],
|
|
2131
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Réessayer" }],
|
|
2132
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Éditeur de code" }],
|
|
2133
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Barre d'état" }],
|
|
2134
|
+
"i18nStrings.cursorPosition": [
|
|
2135
|
+
{ "type": 0, "value": "Lig " },
|
|
2136
|
+
{ "type": 1, "value": "row" },
|
|
2137
|
+
{ "type": 0, "value": ", Col " },
|
|
2138
|
+
{ "type": 1, "value": "column" }
|
|
2139
|
+
],
|
|
2140
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Erreurs" }],
|
|
2141
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Avertissements" }],
|
|
2142
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Préférences" }],
|
|
2143
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Fermer" }],
|
|
2144
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Préférences" }],
|
|
2145
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Annuler" }],
|
|
2146
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Confirmer" }],
|
|
2147
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Retour à la ligne" }],
|
|
2148
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Thème" }],
|
|
2149
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Thèmes clairs" }],
|
|
2150
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Thèmes sombres" }]
|
|
2151
|
+
},
|
|
2152
|
+
"collection-preferences": {
|
|
2153
|
+
"title": [{ "type": 0, "value": "Préférences" }],
|
|
2154
|
+
"confirmLabel": [{ "type": 0, "value": "Confirmer" }],
|
|
2155
|
+
"cancelLabel": [{ "type": 0, "value": "Annuler" }],
|
|
2156
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Taille de la page" }],
|
|
2157
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Retour à la ligne" }],
|
|
2158
|
+
"wrapLinesPreference.description": [
|
|
2159
|
+
{ "type": 0, "value": "Sélectionner pour voir tout le texte et retourner à la ligne" }
|
|
2160
|
+
],
|
|
2161
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Lignes par bandes" }],
|
|
2162
|
+
"stripedRowsPreference.description": [
|
|
2163
|
+
{ "type": 0, "value": "Sélectionner pour ajouter des lignes ombragées alternées" }
|
|
2164
|
+
],
|
|
2165
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Mode compact" }],
|
|
2166
|
+
"contentDensityPreference.description": [
|
|
2167
|
+
{ "type": 0, "value": "Sélectionner pour afficher le contenu dans un mode plus dense et plus compact" }
|
|
2168
|
+
],
|
|
2169
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Préférences de colonne" }],
|
|
2170
|
+
"contentDisplayPreference.description": [
|
|
2171
|
+
{ "type": 0, "value": "Personnalisez la visibilité et l'ordre des colonnes." }
|
|
2172
|
+
],
|
|
2173
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Faire glisser" }],
|
|
2174
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
2175
|
+
{
|
|
2176
|
+
"type": 0,
|
|
2177
|
+
"value": "Utilisez Espace ou Entrée pour activer le glissement pour un élément, puis utilisez les touches fléchées pour déplacer la position de l'élément. Pour terminer le déplacement de la position, utilisez Espace ou Entrée. Pour ignorer le déplacement, utilisez Esc."
|
|
2178
|
+
}
|
|
2179
|
+
],
|
|
2180
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
2181
|
+
{ "type": 0, "value": "Élément sélectionné à la position " },
|
|
2182
|
+
{ "type": 1, "value": "position" },
|
|
2183
|
+
{ "type": 0, "value": " de " },
|
|
2184
|
+
{ "type": 1, "value": "total" }
|
|
2185
|
+
],
|
|
2186
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Réorganisation annulée" }]
|
|
2187
|
+
},
|
|
2188
|
+
"date-range-picker": {
|
|
2189
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Mode relatif" }],
|
|
2190
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Mode absolu" }],
|
|
2191
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Choisir une plage" }],
|
|
2192
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Annuler" }],
|
|
2193
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Effacer et ignorer" }],
|
|
2194
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Appliquer" }],
|
|
2195
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Plage personnalisée" }],
|
|
2196
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
2197
|
+
{ "type": 0, "value": "Définir une plage personnalisée dans le passé" }
|
|
2198
|
+
],
|
|
2199
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unité de temps" }],
|
|
2200
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Durée" }],
|
|
2201
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Saisir une durée" }],
|
|
2202
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Date de début" }],
|
|
2203
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Heure de début" }],
|
|
2204
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Date de fin" }],
|
|
2205
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Heure de fin" }],
|
|
2206
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
2207
|
+
{
|
|
2208
|
+
"type": 0,
|
|
2209
|
+
"value": "Pour la date, utilisez le format AAAA/MM/JJ. Pour l'heure, utilisez le format 24 heures."
|
|
2210
|
+
}
|
|
2211
|
+
],
|
|
2212
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
2213
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
2214
|
+
{ "type": 0, "value": "Plage sélectionnée de " },
|
|
2215
|
+
{ "type": 1, "value": "startDate" },
|
|
2216
|
+
{ "type": 0, "value": " à " },
|
|
2217
|
+
{ "type": 1, "value": "endDate" }
|
|
2218
|
+
],
|
|
2219
|
+
"i18nStrings.formatRelativeRange": [
|
|
2220
|
+
{
|
|
2221
|
+
"type": 6,
|
|
2222
|
+
"value": "amount",
|
|
2223
|
+
"options": {
|
|
2224
|
+
"one": {
|
|
2225
|
+
"value": [
|
|
2226
|
+
{ "type": 0, "value": "Dernier " },
|
|
2227
|
+
{ "type": 1, "value": "amount" },
|
|
2228
|
+
{ "type": 0, "value": " " },
|
|
2229
|
+
{ "type": 1, "value": "unit" }
|
|
2230
|
+
]
|
|
2231
|
+
},
|
|
2232
|
+
"other": {
|
|
2233
|
+
"value": [
|
|
2234
|
+
{ "type": 0, "value": "Dernières " },
|
|
2235
|
+
{ "type": 1, "value": "amount" },
|
|
2236
|
+
{ "type": 0, "value": " " },
|
|
2237
|
+
{ "type": 1, "value": "unit" },
|
|
2238
|
+
{ "type": 0, "value": "s" }
|
|
2239
|
+
]
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"offset": 0,
|
|
2243
|
+
"pluralType": "cardinal"
|
|
2244
|
+
}
|
|
2245
|
+
],
|
|
2246
|
+
"i18nStrings.formatUnit": [
|
|
2247
|
+
{
|
|
2248
|
+
"type": 6,
|
|
2249
|
+
"value": "amount",
|
|
2250
|
+
"options": {
|
|
2251
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
2252
|
+
"other": {
|
|
2253
|
+
"value": [
|
|
2254
|
+
{ "type": 1, "value": "unit" },
|
|
2255
|
+
{ "type": 0, "value": "s" }
|
|
2256
|
+
]
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"offset": 0,
|
|
2260
|
+
"pluralType": "cardinal"
|
|
2261
|
+
}
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
675
2264
|
"flashbar": {
|
|
676
2265
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifications" }],
|
|
677
2266
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
@@ -682,19 +2271,32 @@
|
|
|
682
2271
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Réussite" }],
|
|
683
2272
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avertissement" }]
|
|
684
2273
|
},
|
|
685
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
686
2274
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
2275
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
2276
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Chargement du contenu en cours" }] },
|
|
687
2277
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Effacer" }] },
|
|
2278
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Elle s'ouvre dans un nouvel onglet" }] },
|
|
688
2279
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fermer le modal" }] },
|
|
689
2280
|
"pagination": {
|
|
690
2281
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Page suivante" }],
|
|
691
2282
|
"ariaLabels.pageLabel": [
|
|
692
|
-
{ "type": 0, "value": "Page
|
|
2283
|
+
{ "type": 0, "value": "Page " },
|
|
693
2284
|
{ "type": 1, "value": "pageNumber" },
|
|
694
2285
|
{ "type": 0, "value": " de toutes les pages" }
|
|
695
2286
|
],
|
|
696
2287
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Page précédente" }]
|
|
697
2288
|
},
|
|
2289
|
+
"pie-chart": {
|
|
2290
|
+
"loadingText": [{ "type": 0, "value": "Chargement du graphique" }],
|
|
2291
|
+
"errorText": [{ "type": 0, "value": "Impossible d'extraire les données. Réessayez plus tard." }],
|
|
2292
|
+
"recoveryText": [{ "type": 0, "value": "Réessayer" }]
|
|
2293
|
+
},
|
|
2294
|
+
"multiselect": {
|
|
2295
|
+
"deselectAriaLabel": [
|
|
2296
|
+
{ "type": 0, "value": "Supprimer " },
|
|
2297
|
+
{ "type": 1, "value": "option__label" }
|
|
2298
|
+
]
|
|
2299
|
+
},
|
|
698
2300
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Fermer la fenêtre contextuelle" }] },
|
|
699
2301
|
"property-filter": {
|
|
700
2302
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Toutes les propriétés" }],
|
|
@@ -729,7 +2331,7 @@
|
|
|
729
2331
|
"value": [
|
|
730
2332
|
{ "type": 0, "value": "Supprimer le filtre, " },
|
|
731
2333
|
{ "type": 1, "value": "token__propertyKey" },
|
|
732
|
-
{ "type": 0, "value": " égal à " },
|
|
2334
|
+
{ "type": 0, "value": " est égal à " },
|
|
733
2335
|
{ "type": 1, "value": "token__value" }
|
|
734
2336
|
]
|
|
735
2337
|
},
|
|
@@ -794,29 +2396,151 @@
|
|
|
794
2396
|
}
|
|
795
2397
|
]
|
|
796
2398
|
},
|
|
2399
|
+
"s3-resource-selector": {},
|
|
797
2400
|
"select": {
|
|
798
2401
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
799
2402
|
"selectedAriaLabel": [{ "type": 0, "value": "Sélectionné" }]
|
|
800
2403
|
},
|
|
2404
|
+
"split-panel": {},
|
|
2405
|
+
"table": {
|
|
2406
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Soumission de modification" }],
|
|
2407
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modification réussie" }],
|
|
2408
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
2409
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "Modifiable" }]
|
|
2410
|
+
},
|
|
2411
|
+
"tabs": {
|
|
2412
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Faire défiler vers la gauche" }],
|
|
2413
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Faire défiler vers la droite" }]
|
|
2414
|
+
},
|
|
2415
|
+
"token-group": {
|
|
2416
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Afficher moins" }],
|
|
2417
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Afficher plus" }]
|
|
2418
|
+
},
|
|
2419
|
+
"top-navigation": {
|
|
2420
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Rechercher" }],
|
|
2421
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Fermer la recherche" }],
|
|
2422
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "En savoir plus" }],
|
|
2423
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Fermer le menu" }],
|
|
2424
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Retour" }],
|
|
2425
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Tous" }]
|
|
2426
|
+
},
|
|
2427
|
+
"tutorial-panel": {
|
|
2428
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Chargement en cours" }],
|
|
2429
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Choisir un didacticiel" }],
|
|
2430
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Télécharger la version PDF" }],
|
|
2431
|
+
"i18nStrings.labelTutorialListDownloadLink": [
|
|
2432
|
+
{ "type": 0, "value": "Télécharger la version PDF de ce didacticiel" }
|
|
2433
|
+
],
|
|
2434
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Didacticiel terminé" }],
|
|
2435
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "En savoir plus" }],
|
|
2436
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Commencer le didacticiel" }],
|
|
2437
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Didacticiel de redémarrage" }],
|
|
2438
|
+
"i18nStrings.completionScreenTitle": [
|
|
2439
|
+
{ "type": 0, "value": "Félicitations ! Vous avez terminé le didacticiel." }
|
|
2440
|
+
],
|
|
2441
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Commentaires" }],
|
|
2442
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Ignorer le didacticiel" }],
|
|
2443
|
+
"i18nStrings.taskTitle": [
|
|
2444
|
+
{ "type": 0, "value": "Tâche " },
|
|
2445
|
+
{ "type": 1, "value": "taskNumber" },
|
|
2446
|
+
{ "type": 0, "value": ": " },
|
|
2447
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2448
|
+
],
|
|
2449
|
+
"i18nStrings.stepTitle": [
|
|
2450
|
+
{ "type": 0, "value": "Étape " },
|
|
2451
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2452
|
+
{ "type": 0, "value": " : " },
|
|
2453
|
+
{ "type": 1, "value": "stepTitle" }
|
|
2454
|
+
],
|
|
2455
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Ignorer le didacticiel" }],
|
|
2456
|
+
"i18nStrings.labelTotalSteps": [
|
|
2457
|
+
{ "type": 0, "value": "Nombre total d'étapes : " },
|
|
2458
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2459
|
+
],
|
|
2460
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "En attente" }],
|
|
2461
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "En cours" }],
|
|
2462
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Réussi" }]
|
|
2463
|
+
},
|
|
801
2464
|
"wizard": {
|
|
802
2465
|
"i18nStrings.stepNumberLabel": [
|
|
803
|
-
{ "type": 0, "value": "Étape
|
|
2466
|
+
{ "type": 0, "value": "Étape " },
|
|
804
2467
|
{ "type": 1, "value": "stepNumber" }
|
|
805
2468
|
],
|
|
806
2469
|
"i18nStrings.collapsedStepsLabel": [
|
|
807
|
-
{ "type": 0, "value": "Étape
|
|
2470
|
+
{ "type": 0, "value": "Étape " },
|
|
808
2471
|
{ "type": 1, "value": "stepNumber" },
|
|
809
2472
|
{ "type": 0, "value": " de " },
|
|
810
2473
|
{ "type": 1, "value": "stepsCount" }
|
|
811
2474
|
],
|
|
2475
|
+
"i18nStrings.skipToButtonLabel": [
|
|
2476
|
+
{ "type": 0, "value": "Passer à " },
|
|
2477
|
+
{ "type": 1, "value": "task__title" }
|
|
2478
|
+
],
|
|
2479
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Étapes" }],
|
|
812
2480
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Annuler" }],
|
|
813
2481
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Précédent" }],
|
|
814
2482
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Suivant" }],
|
|
815
|
-
"i18nStrings.optional": [{ "type": 0, "value": "facultatif" }]
|
|
2483
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facultatif" }],
|
|
2484
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Chargement de l'étape suivante" }],
|
|
2485
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Soumission du formulaire" }]
|
|
816
2486
|
}
|
|
817
2487
|
},
|
|
818
2488
|
"id": {
|
|
819
2489
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Abaikan pemberitahuan" }] },
|
|
2490
|
+
"[charts]": {
|
|
2491
|
+
"loadingText": [{ "type": 0, "value": "Memuat bagan" }],
|
|
2492
|
+
"errorText": [{ "type": 0, "value": "Data tidak dapat diambil. Coba lagi nanti." }],
|
|
2493
|
+
"recoveryText": [{ "type": 0, "value": "Coba lagi" }],
|
|
2494
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filter data yang ditampilkan" }],
|
|
2495
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
|
|
2496
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
|
|
2497
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Abaikan" }],
|
|
2498
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu x" }],
|
|
2499
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "sumbu y" }]
|
|
2500
|
+
},
|
|
2501
|
+
"annotation-context": {
|
|
2502
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Berikutnya" }],
|
|
2503
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Sebelumnya" }],
|
|
2504
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Selesai" }],
|
|
2505
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Abaikan anotasi" }],
|
|
2506
|
+
"i18nStrings.stepCounterText": [
|
|
2507
|
+
{ "type": 0, "value": "Langkah " },
|
|
2508
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2509
|
+
{ "type": 0, "value": " dari " },
|
|
2510
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2511
|
+
],
|
|
2512
|
+
"i18nStrings.taskTitle": [
|
|
2513
|
+
{ "type": 0, "value": "Tugas " },
|
|
2514
|
+
{ "type": 1, "value": "taskNumber" },
|
|
2515
|
+
{ "type": 0, "value": ": " },
|
|
2516
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2517
|
+
],
|
|
2518
|
+
"i18nStrings.labelHotspot": [
|
|
2519
|
+
{
|
|
2520
|
+
"type": 5,
|
|
2521
|
+
"value": "openState",
|
|
2522
|
+
"options": {
|
|
2523
|
+
"true": {
|
|
2524
|
+
"value": [
|
|
2525
|
+
{ "type": 0, "value": "Tutup anotasi untuk langkah " },
|
|
2526
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2527
|
+
{ "type": 0, "value": " dari " },
|
|
2528
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2529
|
+
]
|
|
2530
|
+
},
|
|
2531
|
+
"false": {
|
|
2532
|
+
"value": [
|
|
2533
|
+
{ "type": 0, "value": "Buka anotasi untuk langkah " },
|
|
2534
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2535
|
+
{ "type": 0, "value": " dari " },
|
|
2536
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
"other": { "value": [] }
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
]
|
|
2543
|
+
},
|
|
820
2544
|
"app-layout": {
|
|
821
2545
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigasi samping" }],
|
|
822
2546
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Tutup navigasi samping" }],
|
|
@@ -826,15 +2550,152 @@
|
|
|
826
2550
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Buka panel bantuan" }],
|
|
827
2551
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Tutup panel bantuan" }]
|
|
828
2552
|
},
|
|
2553
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
2554
|
+
"attribute-editor": {
|
|
2555
|
+
"removeButtonText": [{ "type": 0, "value": "Hapus" }],
|
|
2556
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }]
|
|
2557
|
+
},
|
|
829
2558
|
"autosuggest": {
|
|
830
2559
|
"errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
831
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }]
|
|
2560
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }],
|
|
2561
|
+
"enteredTextLabel": [
|
|
2562
|
+
{ "type": 0, "value": "Gunakan " },
|
|
2563
|
+
{ "type": 1, "value": "value" }
|
|
2564
|
+
],
|
|
2565
|
+
"recoveryText": [{ "type": 0, "value": "Coba lagi" }]
|
|
832
2566
|
},
|
|
2567
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Tampilkan jalur" }] },
|
|
833
2568
|
"calendar": {
|
|
834
2569
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Bulan berikutnya" }],
|
|
835
2570
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Bulan sebelumnya" }],
|
|
836
2571
|
"todayAriaLabel": [{ "type": 0, "value": "Hari ini" }]
|
|
837
2572
|
},
|
|
2573
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Pemilihan item" }] },
|
|
2574
|
+
"code-editor": {
|
|
2575
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Memuat editor kode" }],
|
|
2576
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "Terjadi kesalahan saat memuat editor kode." }],
|
|
2577
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Coba lagi" }],
|
|
2578
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Editor kode" }],
|
|
2579
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Bilah status" }],
|
|
2580
|
+
"i18nStrings.cursorPosition": [
|
|
2581
|
+
{ "type": 0, "value": "Brs. " },
|
|
2582
|
+
{ "type": 1, "value": "row" },
|
|
2583
|
+
{ "type": 0, "value": ", Kol. " },
|
|
2584
|
+
{ "type": 1, "value": "column" }
|
|
2585
|
+
],
|
|
2586
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Kesalahan" }],
|
|
2587
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Peringatan" }],
|
|
2588
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferensi" }],
|
|
2589
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Tutup" }],
|
|
2590
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferensi" }],
|
|
2591
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Batalkan" }],
|
|
2592
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Konfirmasikan" }],
|
|
2593
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Bungkus baris" }],
|
|
2594
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
|
|
2595
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Tema terang" }],
|
|
2596
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Tema gelap" }]
|
|
2597
|
+
},
|
|
2598
|
+
"collection-preferences": {
|
|
2599
|
+
"title": [{ "type": 0, "value": "Preferensi" }],
|
|
2600
|
+
"confirmLabel": [{ "type": 0, "value": "Konfirmasikan" }],
|
|
2601
|
+
"cancelLabel": [{ "type": 0, "value": "Batalkan" }],
|
|
2602
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Ukuran halaman" }],
|
|
2603
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Bungkus baris" }],
|
|
2604
|
+
"wrapLinesPreference.description": [
|
|
2605
|
+
{ "type": 0, "value": "Pilih untuk melihat semua teks dan membungkus baris" }
|
|
2606
|
+
],
|
|
2607
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Baris bergaris" }],
|
|
2608
|
+
"stripedRowsPreference.description": [
|
|
2609
|
+
{ "type": 0, "value": "Pilih untuk menambahkan baris berbayang bergantian" }
|
|
2610
|
+
],
|
|
2611
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Mode ringkas" }],
|
|
2612
|
+
"contentDensityPreference.description": [
|
|
2613
|
+
{ "type": 0, "value": "Pilih untuk menampilkan konten dalam mode yang lebih padat dan lebih ringkas" }
|
|
2614
|
+
],
|
|
2615
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Preferensi kolom" }],
|
|
2616
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "Sesuaikan visibilitas dan urutan kolom." }],
|
|
2617
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Tuas seret" }],
|
|
2618
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
2619
|
+
{
|
|
2620
|
+
"type": 0,
|
|
2621
|
+
"value": "Gunakan tombol Spasi atau Enter untuk mengaktifkan fitur seret item, lalu gunakan tombol panah untuk memindahkan posisi item. Untuk menyelesaikan perpindahan posisi, gunakan tombol Spasi atau Enter, atau untuk membatalkan perpindahan, gunakan tombol Escape."
|
|
2622
|
+
}
|
|
2623
|
+
],
|
|
2624
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
2625
|
+
{ "type": 0, "value": "Mengambil item pada posisi " },
|
|
2626
|
+
{ "type": 1, "value": "position" },
|
|
2627
|
+
{ "type": 0, "value": " dari " },
|
|
2628
|
+
{ "type": 1, "value": "total" }
|
|
2629
|
+
],
|
|
2630
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Pengurutan ulang dibatalkan" }]
|
|
2631
|
+
},
|
|
2632
|
+
"date-range-picker": {
|
|
2633
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Mode relatif" }],
|
|
2634
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Mode absolut" }],
|
|
2635
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Pilih rentang" }],
|
|
2636
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Batalkan" }],
|
|
2637
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Hapus dan abaikan" }],
|
|
2638
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Terapkan" }],
|
|
2639
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Rentang kustom" }],
|
|
2640
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
2641
|
+
{ "type": 0, "value": "Atur rentang kustom pada masa lalu" }
|
|
2642
|
+
],
|
|
2643
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unit waktu" }],
|
|
2644
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Durasi" }],
|
|
2645
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Masukkan durasi" }],
|
|
2646
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Tanggal mulai" }],
|
|
2647
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Waktu mulai" }],
|
|
2648
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Tanggal berakhir" }],
|
|
2649
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Waktu berakhir" }],
|
|
2650
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
2651
|
+
{ "type": 0, "value": "Untuk tanggal, gunakan TTTT/BB/HH. Untuk waktu, gunakan format 24 jam." }
|
|
2652
|
+
],
|
|
2653
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
2654
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
2655
|
+
{ "type": 0, "value": "Rentang dipilih dari " },
|
|
2656
|
+
{ "type": 1, "value": "startDate" },
|
|
2657
|
+
{ "type": 0, "value": " hingga " },
|
|
2658
|
+
{ "type": 1, "value": "endDate" }
|
|
2659
|
+
],
|
|
2660
|
+
"i18nStrings.formatRelativeRange": [
|
|
2661
|
+
{
|
|
2662
|
+
"type": 6,
|
|
2663
|
+
"value": "amount",
|
|
2664
|
+
"options": {
|
|
2665
|
+
"one": {
|
|
2666
|
+
"value": [
|
|
2667
|
+
{ "type": 1, "value": "amount" },
|
|
2668
|
+
{ "type": 0, "value": " " },
|
|
2669
|
+
{ "type": 1, "value": "unit" },
|
|
2670
|
+
{ "type": 0, "value": " terakhir" }
|
|
2671
|
+
]
|
|
2672
|
+
},
|
|
2673
|
+
"other": {
|
|
2674
|
+
"value": [
|
|
2675
|
+
{ "type": 1, "value": "amount" },
|
|
2676
|
+
{ "type": 0, "value": " " },
|
|
2677
|
+
{ "type": 1, "value": "unit" },
|
|
2678
|
+
{ "type": 0, "value": " terakhir" }
|
|
2679
|
+
]
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
"offset": 0,
|
|
2683
|
+
"pluralType": "cardinal"
|
|
2684
|
+
}
|
|
2685
|
+
],
|
|
2686
|
+
"i18nStrings.formatUnit": [
|
|
2687
|
+
{
|
|
2688
|
+
"type": 6,
|
|
2689
|
+
"value": "amount",
|
|
2690
|
+
"options": {
|
|
2691
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
2692
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
2693
|
+
},
|
|
2694
|
+
"offset": 0,
|
|
2695
|
+
"pluralType": "cardinal"
|
|
2696
|
+
}
|
|
2697
|
+
]
|
|
2698
|
+
},
|
|
838
2699
|
"flashbar": {
|
|
839
2700
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifikasi" }],
|
|
840
2701
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
@@ -845,9 +2706,11 @@
|
|
|
845
2706
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Berhasil" }],
|
|
846
2707
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Peringatan" }]
|
|
847
2708
|
},
|
|
848
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
849
2709
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
2710
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
2711
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Memuat konten" }] },
|
|
850
2712
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Hapus" }] },
|
|
2713
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Terbuka di tab baru" }] },
|
|
851
2714
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Tutup modal" }] },
|
|
852
2715
|
"pagination": {
|
|
853
2716
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Halaman berikutnya" }],
|
|
@@ -858,6 +2721,17 @@
|
|
|
858
2721
|
],
|
|
859
2722
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Halaman sebelumnya" }]
|
|
860
2723
|
},
|
|
2724
|
+
"pie-chart": {
|
|
2725
|
+
"loadingText": [{ "type": 0, "value": "Memuat bagan" }],
|
|
2726
|
+
"errorText": [{ "type": 0, "value": "Data tidak dapat diambil. Coba lagi nanti." }],
|
|
2727
|
+
"recoveryText": [{ "type": 0, "value": "Coba lagi" }]
|
|
2728
|
+
},
|
|
2729
|
+
"multiselect": {
|
|
2730
|
+
"deselectAriaLabel": [
|
|
2731
|
+
{ "type": 0, "value": "Hapus " },
|
|
2732
|
+
{ "type": 1, "value": "option__label" }
|
|
2733
|
+
]
|
|
2734
|
+
},
|
|
861
2735
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Tutup popover" }] },
|
|
862
2736
|
"property-filter": {
|
|
863
2737
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Semua properti" }],
|
|
@@ -957,10 +2831,67 @@
|
|
|
957
2831
|
}
|
|
958
2832
|
]
|
|
959
2833
|
},
|
|
2834
|
+
"s3-resource-selector": {},
|
|
960
2835
|
"select": {
|
|
961
2836
|
"errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
962
2837
|
"selectedAriaLabel": [{ "type": 0, "value": "Dipilih" }]
|
|
963
2838
|
},
|
|
2839
|
+
"split-panel": {},
|
|
2840
|
+
"table": {
|
|
2841
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Mengirimkan pengeditan" }],
|
|
2842
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit berhasil" }],
|
|
2843
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
2844
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "dapat diedit" }]
|
|
2845
|
+
},
|
|
2846
|
+
"tabs": {
|
|
2847
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Gulir ke kiri" }],
|
|
2848
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Gulir ke kanan" }]
|
|
2849
|
+
},
|
|
2850
|
+
"token-group": {
|
|
2851
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Tampilkan lebih sedikit" }],
|
|
2852
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Tampilkan lebih banyak" }]
|
|
2853
|
+
},
|
|
2854
|
+
"top-navigation": {
|
|
2855
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Cari" }],
|
|
2856
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Tutup pencarian" }],
|
|
2857
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Lainnya" }],
|
|
2858
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Tutup menu" }],
|
|
2859
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Kembali" }],
|
|
2860
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Semua" }]
|
|
2861
|
+
},
|
|
2862
|
+
"tutorial-panel": {
|
|
2863
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Memuat" }],
|
|
2864
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Pilih tutorial" }],
|
|
2865
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Unduh versi PDF" }],
|
|
2866
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "Unduh versi PDF tutorial ini" }],
|
|
2867
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial selesai" }],
|
|
2868
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Pelajari selengkapnya" }],
|
|
2869
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Mulai tutorial" }],
|
|
2870
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Mulai ulang tutorial" }],
|
|
2871
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "Selamat! Anda menyelesaikan tutorial." }],
|
|
2872
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Umpan balik" }],
|
|
2873
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Abaikan tutorial" }],
|
|
2874
|
+
"i18nStrings.taskTitle": [
|
|
2875
|
+
{ "type": 0, "value": "Tugas " },
|
|
2876
|
+
{ "type": 1, "value": "taskNumber" },
|
|
2877
|
+
{ "type": 0, "value": ": " },
|
|
2878
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2879
|
+
],
|
|
2880
|
+
"i18nStrings.stepTitle": [
|
|
2881
|
+
{ "type": 0, "value": "Langkah " },
|
|
2882
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2883
|
+
{ "type": 0, "value": ": " },
|
|
2884
|
+
{ "type": 1, "value": "stepTitle" }
|
|
2885
|
+
],
|
|
2886
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Abaikan tutorial" }],
|
|
2887
|
+
"i18nStrings.labelTotalSteps": [
|
|
2888
|
+
{ "type": 0, "value": "Total langkah: " },
|
|
2889
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2890
|
+
],
|
|
2891
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Tertunda" }],
|
|
2892
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "Sedang berlangsung" }],
|
|
2893
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Berhasil" }]
|
|
2894
|
+
},
|
|
964
2895
|
"wizard": {
|
|
965
2896
|
"i18nStrings.stepNumberLabel": [
|
|
966
2897
|
{ "type": 0, "value": "Langkah " },
|
|
@@ -972,14 +2903,75 @@
|
|
|
972
2903
|
{ "type": 0, "value": " dari " },
|
|
973
2904
|
{ "type": 1, "value": "stepsCount" }
|
|
974
2905
|
],
|
|
2906
|
+
"i18nStrings.skipToButtonLabel": [
|
|
2907
|
+
{ "type": 0, "value": "Lewati ke " },
|
|
2908
|
+
{ "type": 1, "value": "task__title" }
|
|
2909
|
+
],
|
|
2910
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Langkah" }],
|
|
975
2911
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Batalkan" }],
|
|
976
2912
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Sebelumnya" }],
|
|
977
2913
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Berikutnya" }],
|
|
978
|
-
"i18nStrings.optional": [{ "type": 0, "value": "opsional" }]
|
|
2914
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opsional" }],
|
|
2915
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Memuat langkah berikutnya" }],
|
|
2916
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Mengirimkan formulir" }]
|
|
979
2917
|
}
|
|
980
2918
|
},
|
|
981
2919
|
"it": {
|
|
982
2920
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Avviso di disattivazione" }] },
|
|
2921
|
+
"[charts]": {
|
|
2922
|
+
"loadingText": [{ "type": 0, "value": "Caricamento del grafico in corso" }],
|
|
2923
|
+
"errorText": [{ "type": 0, "value": "Non è stato possibile recuperare i dati. Riprova più tardi." }],
|
|
2924
|
+
"recoveryText": [{ "type": 0, "value": "Riprova" }],
|
|
2925
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtra i dati visualizzati" }],
|
|
2926
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtra i dati" }],
|
|
2927
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
|
|
2928
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Ignora" }],
|
|
2929
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "asse x" }],
|
|
2930
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "asse y" }]
|
|
2931
|
+
},
|
|
2932
|
+
"annotation-context": {
|
|
2933
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Successivo" }],
|
|
2934
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Precedente" }],
|
|
2935
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Fine" }],
|
|
2936
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Ignora annotazione" }],
|
|
2937
|
+
"i18nStrings.stepCounterText": [
|
|
2938
|
+
{ "type": 0, "value": "Fase " },
|
|
2939
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2940
|
+
{ "type": 0, "value": " di " },
|
|
2941
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2942
|
+
],
|
|
2943
|
+
"i18nStrings.taskTitle": [
|
|
2944
|
+
{ "type": 0, "value": "Attività " },
|
|
2945
|
+
{ "type": 1, "value": "taskNumber" },
|
|
2946
|
+
{ "type": 0, "value": ": " },
|
|
2947
|
+
{ "type": 1, "value": "taskTitle" }
|
|
2948
|
+
],
|
|
2949
|
+
"i18nStrings.labelHotspot": [
|
|
2950
|
+
{
|
|
2951
|
+
"type": 5,
|
|
2952
|
+
"value": "openState",
|
|
2953
|
+
"options": {
|
|
2954
|
+
"true": {
|
|
2955
|
+
"value": [
|
|
2956
|
+
{ "type": 0, "value": "Chiudi l'annotazione per la fase " },
|
|
2957
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2958
|
+
{ "type": 0, "value": " di " },
|
|
2959
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2960
|
+
]
|
|
2961
|
+
},
|
|
2962
|
+
"false": {
|
|
2963
|
+
"value": [
|
|
2964
|
+
{ "type": 0, "value": "Apri l'annotazione per la fase " },
|
|
2965
|
+
{ "type": 1, "value": "stepNumber" },
|
|
2966
|
+
{ "type": 0, "value": " di " },
|
|
2967
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
2968
|
+
]
|
|
2969
|
+
},
|
|
2970
|
+
"other": { "value": [] }
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
]
|
|
2974
|
+
},
|
|
983
2975
|
"app-layout": {
|
|
984
2976
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navigazione laterale" }],
|
|
985
2977
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Chiudi navigazione laterale" }],
|
|
@@ -989,15 +2981,156 @@
|
|
|
989
2981
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Apri il pannello di aiuto" }],
|
|
990
2982
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Chiudere il pannello di aiuto" }]
|
|
991
2983
|
},
|
|
2984
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Totale" }] },
|
|
2985
|
+
"attribute-editor": {
|
|
2986
|
+
"removeButtonText": [{ "type": 0, "value": "Rimuovi" }],
|
|
2987
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }]
|
|
2988
|
+
},
|
|
992
2989
|
"autosuggest": {
|
|
993
2990
|
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
994
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
2991
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }],
|
|
2992
|
+
"enteredTextLabel": [
|
|
2993
|
+
{ "type": 0, "value": "Utilizza " },
|
|
2994
|
+
{ "type": 1, "value": "value" }
|
|
2995
|
+
],
|
|
2996
|
+
"recoveryText": [{ "type": 0, "value": "Riprova" }]
|
|
995
2997
|
},
|
|
2998
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Mostra percorso" }] },
|
|
996
2999
|
"calendar": {
|
|
997
3000
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Mese successivo" }],
|
|
998
3001
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mese precedente" }],
|
|
999
3002
|
"todayAriaLabel": [{ "type": 0, "value": "Oggi" }]
|
|
1000
3003
|
},
|
|
3004
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Selezione dell'elemento" }] },
|
|
3005
|
+
"code-editor": {
|
|
3006
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Caricamento dell'editor di codice in corso" }],
|
|
3007
|
+
"i18nStrings.errorState": [
|
|
3008
|
+
{ "type": 0, "value": "Si è verificato un errore durante il caricamento dell'editor di codice." }
|
|
3009
|
+
],
|
|
3010
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Riprova" }],
|
|
3011
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Editor di codice" }],
|
|
3012
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Barra di stato" }],
|
|
3013
|
+
"i18nStrings.cursorPosition": [
|
|
3014
|
+
{ "type": 0, "value": "L. " },
|
|
3015
|
+
{ "type": 1, "value": "row" },
|
|
3016
|
+
{ "type": 0, "value": ", Col. " },
|
|
3017
|
+
{ "type": 1, "value": "column" }
|
|
3018
|
+
],
|
|
3019
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Errori" }],
|
|
3020
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Avvisi" }],
|
|
3021
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferenze" }],
|
|
3022
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Chiudi" }],
|
|
3023
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferenze" }],
|
|
3024
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Annulla" }],
|
|
3025
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Conferma" }],
|
|
3026
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Righe a capo" }],
|
|
3027
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
|
|
3028
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Temi chiari" }],
|
|
3029
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Tema scuro" }]
|
|
3030
|
+
},
|
|
3031
|
+
"collection-preferences": {
|
|
3032
|
+
"title": [{ "type": 0, "value": "Preferenze" }],
|
|
3033
|
+
"confirmLabel": [{ "type": 0, "value": "Conferma" }],
|
|
3034
|
+
"cancelLabel": [{ "type": 0, "value": "Annulla" }],
|
|
3035
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Dimensione pagina" }],
|
|
3036
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Righe a capo" }],
|
|
3037
|
+
"wrapLinesPreference.description": [
|
|
3038
|
+
{ "type": 0, "value": "Seleziona per visualizzare tutto il testo e manda a capo le righe" }
|
|
3039
|
+
],
|
|
3040
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Righe alternate" }],
|
|
3041
|
+
"stripedRowsPreference.description": [
|
|
3042
|
+
{ "type": 0, "value": "Seleziona per aggiungere le righe ombreggiate alternate" }
|
|
3043
|
+
],
|
|
3044
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Modalità compatta" }],
|
|
3045
|
+
"contentDensityPreference.description": [
|
|
3046
|
+
{ "type": 0, "value": "Seleziona per visualizzare i contenuti in una modalità più densa e compatta" }
|
|
3047
|
+
],
|
|
3048
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Preferenze di colonna" }],
|
|
3049
|
+
"contentDisplayPreference.description": [
|
|
3050
|
+
{ "type": 0, "value": "Personalizza la visibilità e l'ordine delle colonne." }
|
|
3051
|
+
],
|
|
3052
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Punto di trascinamento" }],
|
|
3053
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
3054
|
+
{
|
|
3055
|
+
"type": 0,
|
|
3056
|
+
"value": "Utilizza Space (Spazio) o Enter (Invio) per attivare il trascinamento di un elemento, quindi usa i tasti freccia per spostare la posizione dell'elemento. Per completare lo spostamento della posizione, utilizza Space (Spazio) o Enter (Invio) oppure per annullare lo spostamento, usare Escape (Esc)."
|
|
3057
|
+
}
|
|
3058
|
+
],
|
|
3059
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
3060
|
+
{ "type": 0, "value": "Elemento raccolto nella posizione " },
|
|
3061
|
+
{ "type": 1, "value": "position" },
|
|
3062
|
+
{ "type": 0, "value": " di " },
|
|
3063
|
+
{ "type": 1, "value": "total" }
|
|
3064
|
+
],
|
|
3065
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Riordinamento annullato" }]
|
|
3066
|
+
},
|
|
3067
|
+
"date-range-picker": {
|
|
3068
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Modalità relativa" }],
|
|
3069
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Modalità assoluta" }],
|
|
3070
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Scegli un intervallo" }],
|
|
3071
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Annulla" }],
|
|
3072
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Cancella e chiudi" }],
|
|
3073
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Applica" }],
|
|
3074
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Intervallo personalizzato" }],
|
|
3075
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
3076
|
+
{ "type": 0, "value": "Imposta un intervallo personalizzato nel passato" }
|
|
3077
|
+
],
|
|
3078
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unità di tempo" }],
|
|
3079
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Durata" }],
|
|
3080
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Inserisci una durata" }],
|
|
3081
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Data di inizio" }],
|
|
3082
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Ora di inizio" }],
|
|
3083
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Data di fine" }],
|
|
3084
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Ora di fine" }],
|
|
3085
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
3086
|
+
{ "type": 0, "value": "Per la data, utilizza il formato GG/MM/AAAA. Per l'ora, usa il formato 24 ore." }
|
|
3087
|
+
],
|
|
3088
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
3089
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
3090
|
+
{ "type": 0, "value": "Intervallo selezionato da " },
|
|
3091
|
+
{ "type": 1, "value": "startDate" },
|
|
3092
|
+
{ "type": 0, "value": " a " },
|
|
3093
|
+
{ "type": 1, "value": "endDate" }
|
|
3094
|
+
],
|
|
3095
|
+
"i18nStrings.formatRelativeRange": [
|
|
3096
|
+
{
|
|
3097
|
+
"type": 6,
|
|
3098
|
+
"value": "amount",
|
|
3099
|
+
"options": {
|
|
3100
|
+
"one": {
|
|
3101
|
+
"value": [
|
|
3102
|
+
{ "type": 0, "value": "Ultimo " },
|
|
3103
|
+
{ "type": 1, "value": "amount" },
|
|
3104
|
+
{ "type": 0, "value": " " },
|
|
3105
|
+
{ "type": 1, "value": "unit" }
|
|
3106
|
+
]
|
|
3107
|
+
},
|
|
3108
|
+
"other": {
|
|
3109
|
+
"value": [
|
|
3110
|
+
{ "type": 0, "value": "Ultimi " },
|
|
3111
|
+
{ "type": 1, "value": "amount" },
|
|
3112
|
+
{ "type": 0, "value": " " },
|
|
3113
|
+
{ "type": 1, "value": "unit" }
|
|
3114
|
+
]
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
3117
|
+
"offset": 0,
|
|
3118
|
+
"pluralType": "cardinal"
|
|
3119
|
+
}
|
|
3120
|
+
],
|
|
3121
|
+
"i18nStrings.formatUnit": [
|
|
3122
|
+
{
|
|
3123
|
+
"type": 6,
|
|
3124
|
+
"value": "amount",
|
|
3125
|
+
"options": {
|
|
3126
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
3127
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
3128
|
+
},
|
|
3129
|
+
"offset": 0,
|
|
3130
|
+
"pluralType": "cardinal"
|
|
3131
|
+
}
|
|
3132
|
+
]
|
|
3133
|
+
},
|
|
1001
3134
|
"flashbar": {
|
|
1002
3135
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notifiche" }],
|
|
1003
3136
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
@@ -1008,9 +3141,11 @@
|
|
|
1008
3141
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Esito positivo" }],
|
|
1009
3142
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
1010
3143
|
},
|
|
1011
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
1012
3144
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
3145
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
3146
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Caricamento dei contenuti" }] },
|
|
1013
3147
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Cancella" }] },
|
|
3148
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Si apre in una nuova scheda" }] },
|
|
1014
3149
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Chiudi modale" }] },
|
|
1015
3150
|
"pagination": {
|
|
1016
3151
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Pagina successiva" }],
|
|
@@ -1021,6 +3156,17 @@
|
|
|
1021
3156
|
],
|
|
1022
3157
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Pagina precedente" }]
|
|
1023
3158
|
},
|
|
3159
|
+
"pie-chart": {
|
|
3160
|
+
"loadingText": [{ "type": 0, "value": "Caricamento del grafico in corso" }],
|
|
3161
|
+
"errorText": [{ "type": 0, "value": "Non è stato possibile recuperare i dati. Riprova più tardi." }],
|
|
3162
|
+
"recoveryText": [{ "type": 0, "value": "Riprova" }]
|
|
3163
|
+
},
|
|
3164
|
+
"multiselect": {
|
|
3165
|
+
"deselectAriaLabel": [
|
|
3166
|
+
{ "type": 0, "value": "Rimuovi " },
|
|
3167
|
+
{ "type": 1, "value": "option__label" }
|
|
3168
|
+
]
|
|
3169
|
+
},
|
|
1024
3170
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Chiudi popover" }] },
|
|
1025
3171
|
"property-filter": {
|
|
1026
3172
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Tutte le proprietà" }],
|
|
@@ -1120,10 +3266,69 @@
|
|
|
1120
3266
|
}
|
|
1121
3267
|
]
|
|
1122
3268
|
},
|
|
3269
|
+
"s3-resource-selector": {},
|
|
1123
3270
|
"select": {
|
|
1124
3271
|
"errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
1125
3272
|
"selectedAriaLabel": [{ "type": 0, "value": "Selezionato" }]
|
|
1126
3273
|
},
|
|
3274
|
+
"split-panel": {},
|
|
3275
|
+
"table": {
|
|
3276
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Invio della modifica in corso" }],
|
|
3277
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Modifica riuscita" }],
|
|
3278
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
3279
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "Modificabile" }]
|
|
3280
|
+
},
|
|
3281
|
+
"tabs": {
|
|
3282
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Scorri a sinistra" }],
|
|
3283
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Scorri a destra" }]
|
|
3284
|
+
},
|
|
3285
|
+
"token-group": {
|
|
3286
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Mostra meno" }],
|
|
3287
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Mostra altro" }]
|
|
3288
|
+
},
|
|
3289
|
+
"top-navigation": {
|
|
3290
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Cerca" }],
|
|
3291
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Chiudi ricerca" }],
|
|
3292
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Altro" }],
|
|
3293
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Chiudi menu" }],
|
|
3294
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Indietro" }],
|
|
3295
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Tutti" }]
|
|
3296
|
+
},
|
|
3297
|
+
"tutorial-panel": {
|
|
3298
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Caricamento in corso" }],
|
|
3299
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Scegli un tutorial" }],
|
|
3300
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Scarica la versione PDF" }],
|
|
3301
|
+
"i18nStrings.labelTutorialListDownloadLink": [
|
|
3302
|
+
{ "type": 0, "value": "Scarica la versione PDF di questo tutorial" }
|
|
3303
|
+
],
|
|
3304
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial completato" }],
|
|
3305
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Ulteriori informazioni" }],
|
|
3306
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Avvia il tutorial" }],
|
|
3307
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Riavvia il tutorial" }],
|
|
3308
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "Congratulazioni! Hai completato il tutorial." }],
|
|
3309
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Feedback" }],
|
|
3310
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Ignora tutorial" }],
|
|
3311
|
+
"i18nStrings.taskTitle": [
|
|
3312
|
+
{ "type": 0, "value": "Attività " },
|
|
3313
|
+
{ "type": 1, "value": "taskNumber" },
|
|
3314
|
+
{ "type": 0, "value": ": " },
|
|
3315
|
+
{ "type": 1, "value": "taskTitle" }
|
|
3316
|
+
],
|
|
3317
|
+
"i18nStrings.stepTitle": [
|
|
3318
|
+
{ "type": 0, "value": "Fase " },
|
|
3319
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3320
|
+
{ "type": 0, "value": ": " },
|
|
3321
|
+
{ "type": 1, "value": "stepTitle" }
|
|
3322
|
+
],
|
|
3323
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Ignora tutorial" }],
|
|
3324
|
+
"i18nStrings.labelTotalSteps": [
|
|
3325
|
+
{ "type": 0, "value": "Fasi totali: " },
|
|
3326
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
3327
|
+
],
|
|
3328
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "In sospeso" }],
|
|
3329
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "In corso" }],
|
|
3330
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Esito positivo" }]
|
|
3331
|
+
},
|
|
1127
3332
|
"wizard": {
|
|
1128
3333
|
"i18nStrings.stepNumberLabel": [
|
|
1129
3334
|
{ "type": 0, "value": "Fase " },
|
|
@@ -1135,14 +3340,77 @@
|
|
|
1135
3340
|
{ "type": 0, "value": " di " },
|
|
1136
3341
|
{ "type": 1, "value": "stepsCount" }
|
|
1137
3342
|
],
|
|
3343
|
+
"i18nStrings.skipToButtonLabel": [
|
|
3344
|
+
{ "type": 0, "value": "Passa a " },
|
|
3345
|
+
{ "type": 1, "value": "task__title" }
|
|
3346
|
+
],
|
|
3347
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Fasi" }],
|
|
1138
3348
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Annulla" }],
|
|
1139
3349
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Precedente" }],
|
|
1140
3350
|
"i18nStrings.nextButton": [{ "type": 0, "value": "Successivo" }],
|
|
1141
|
-
"i18nStrings.optional": [{ "type": 0, "value": "facoltativo" }]
|
|
3351
|
+
"i18nStrings.optional": [{ "type": 0, "value": "facoltativo" }],
|
|
3352
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Caricamento della fase successiva" }],
|
|
3353
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Modulo di invio" }]
|
|
1142
3354
|
}
|
|
1143
3355
|
},
|
|
1144
3356
|
"ja": {
|
|
1145
3357
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "アラートを閉じる" }] },
|
|
3358
|
+
"[charts]": {
|
|
3359
|
+
"loadingText": [{ "type": 0, "value": "グラフのロード中" }],
|
|
3360
|
+
"errorText": [{ "type": 0, "value": "データを取得できませんでした。後でもう一度お試しください。" }],
|
|
3361
|
+
"recoveryText": [{ "type": 0, "value": "再試行" }],
|
|
3362
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "表示されたデータをフィルタリング" }],
|
|
3363
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "データをフィルタリング" }],
|
|
3364
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "凡例" }],
|
|
3365
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "閉じる" }],
|
|
3366
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x 軸" }],
|
|
3367
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y 軸" }]
|
|
3368
|
+
},
|
|
3369
|
+
"annotation-context": {
|
|
3370
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "次へ" }],
|
|
3371
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "戻る" }],
|
|
3372
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "終了" }],
|
|
3373
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "注釈を閉じる" }],
|
|
3374
|
+
"i18nStrings.stepCounterText": [
|
|
3375
|
+
{ "type": 0, "value": "ステップ " },
|
|
3376
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3377
|
+
{ "type": 0, "value": "/" },
|
|
3378
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
3379
|
+
],
|
|
3380
|
+
"i18nStrings.taskTitle": [
|
|
3381
|
+
{ "type": 0, "value": "タスク " },
|
|
3382
|
+
{ "type": 1, "value": "taskNumber" },
|
|
3383
|
+
{ "type": 0, "value": ": " },
|
|
3384
|
+
{ "type": 1, "value": "taskTitle" }
|
|
3385
|
+
],
|
|
3386
|
+
"i18nStrings.labelHotspot": [
|
|
3387
|
+
{
|
|
3388
|
+
"type": 5,
|
|
3389
|
+
"value": "openState",
|
|
3390
|
+
"options": {
|
|
3391
|
+
"true": {
|
|
3392
|
+
"value": [
|
|
3393
|
+
{ "type": 0, "value": "ステップ " },
|
|
3394
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3395
|
+
{ "type": 0, "value": "/" },
|
|
3396
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
3397
|
+
{ "type": 0, "value": " の注釈を閉じる" }
|
|
3398
|
+
]
|
|
3399
|
+
},
|
|
3400
|
+
"false": {
|
|
3401
|
+
"value": [
|
|
3402
|
+
{ "type": 0, "value": "ステップ " },
|
|
3403
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3404
|
+
{ "type": 0, "value": "/" },
|
|
3405
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
3406
|
+
{ "type": 0, "value": " の注釈を開く" }
|
|
3407
|
+
]
|
|
3408
|
+
},
|
|
3409
|
+
"other": { "value": [] }
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
]
|
|
3413
|
+
},
|
|
1146
3414
|
"app-layout": {
|
|
1147
3415
|
"ariaLabels.navigation": [{ "type": 0, "value": "サイドナビゲーション" }],
|
|
1148
3416
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "サイドナビゲーションを閉じる" }],
|
|
@@ -1152,15 +3420,150 @@
|
|
|
1152
3420
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "ヘルプパネルを開く" }],
|
|
1153
3421
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "ヘルプパネルを閉じる" }]
|
|
1154
3422
|
},
|
|
3423
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "合計" }] },
|
|
3424
|
+
"attribute-editor": {
|
|
3425
|
+
"removeButtonText": [{ "type": 0, "value": "削除" }],
|
|
3426
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }]
|
|
3427
|
+
},
|
|
1155
3428
|
"autosuggest": {
|
|
1156
3429
|
"errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
1157
|
-
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
3430
|
+
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }],
|
|
3431
|
+
"enteredTextLabel": [
|
|
3432
|
+
{ "type": 0, "value": "使用: " },
|
|
3433
|
+
{ "type": 1, "value": "value" }
|
|
3434
|
+
],
|
|
3435
|
+
"recoveryText": [{ "type": 0, "value": "再試行" }]
|
|
1158
3436
|
},
|
|
3437
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "パスの表示" }] },
|
|
1159
3438
|
"calendar": {
|
|
1160
3439
|
"nextMonthAriaLabel": [{ "type": 0, "value": "来月" }],
|
|
1161
3440
|
"previousMonthAriaLabel": [{ "type": 0, "value": "前月" }],
|
|
1162
3441
|
"todayAriaLabel": [{ "type": 0, "value": "今日" }]
|
|
1163
3442
|
},
|
|
3443
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "項目の選択" }] },
|
|
3444
|
+
"code-editor": {
|
|
3445
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "コードエディタをロードしています" }],
|
|
3446
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "コードエディタのロード中にエラーが発生しました。" }],
|
|
3447
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "再試行" }],
|
|
3448
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "コードエディタ" }],
|
|
3449
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "ステータスバー" }],
|
|
3450
|
+
"i18nStrings.cursorPosition": [
|
|
3451
|
+
{ "type": 0, "value": "行 " },
|
|
3452
|
+
{ "type": 1, "value": "row" },
|
|
3453
|
+
{ "type": 0, "value": "、列 " },
|
|
3454
|
+
{ "type": 1, "value": "column" }
|
|
3455
|
+
],
|
|
3456
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "エラー" }],
|
|
3457
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "警告" }],
|
|
3458
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "詳細設定" }],
|
|
3459
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "閉じる" }],
|
|
3460
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "詳細設定" }],
|
|
3461
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "キャンセル" }],
|
|
3462
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "確認" }],
|
|
3463
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "折り返す" }],
|
|
3464
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "テーマ" }],
|
|
3465
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "明るいテーマ" }],
|
|
3466
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "暗いテーマ" }]
|
|
3467
|
+
},
|
|
3468
|
+
"collection-preferences": {
|
|
3469
|
+
"title": [{ "type": 0, "value": "詳細設定" }],
|
|
3470
|
+
"confirmLabel": [{ "type": 0, "value": "確認" }],
|
|
3471
|
+
"cancelLabel": [{ "type": 0, "value": "キャンセル" }],
|
|
3472
|
+
"pageSizePreference.title": [{ "type": 0, "value": "ページサイズ" }],
|
|
3473
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "折り返す" }],
|
|
3474
|
+
"wrapLinesPreference.description": [
|
|
3475
|
+
{ "type": 0, "value": "選択すると、すべてのテキストが表示され、折り返されます" }
|
|
3476
|
+
],
|
|
3477
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "縞模様の行" }],
|
|
3478
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "選択すると、交互に影が付いた行が追加されます" }],
|
|
3479
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "コンパクトモード" }],
|
|
3480
|
+
"contentDensityPreference.description": [
|
|
3481
|
+
{ "type": 0, "value": "選択すると、より高密度でコンパクトなモードでコンテンツが表示されます" }
|
|
3482
|
+
],
|
|
3483
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "列の詳細設定" }],
|
|
3484
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "列の可視性と順序をカスタマイズします。" }],
|
|
3485
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "ドラッグハンドル" }],
|
|
3486
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
3487
|
+
{
|
|
3488
|
+
"type": 0,
|
|
3489
|
+
"value": "Space または Enter を使用して項目のドラッグをアクティブ化し、矢印キーを使用して項目の位置を移動します。位置の移動を完了するには、Space または Enter を使用します。移動を取り消すには、Escape を使用します。"
|
|
3490
|
+
}
|
|
3491
|
+
],
|
|
3492
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
3493
|
+
{ "type": 1, "value": "position" },
|
|
3494
|
+
{ "type": 0, "value": "/" },
|
|
3495
|
+
{ "type": 1, "value": "total" },
|
|
3496
|
+
{ "type": 0, "value": " の位置で項目をピックアップしました" }
|
|
3497
|
+
],
|
|
3498
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [
|
|
3499
|
+
{ "type": 0, "value": "順序変更をキャンセルしました" }
|
|
3500
|
+
]
|
|
3501
|
+
},
|
|
3502
|
+
"date-range-picker": {
|
|
3503
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "相対モード" }],
|
|
3504
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "絶対モード" }],
|
|
3505
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "範囲を選択" }],
|
|
3506
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "キャンセル" }],
|
|
3507
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "クリアして閉じる" }],
|
|
3508
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "適用" }],
|
|
3509
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "カスタム範囲" }],
|
|
3510
|
+
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "過去のカスタム範囲を設定" }],
|
|
3511
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "時間の単位" }],
|
|
3512
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "期間" }],
|
|
3513
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "期間の入力" }],
|
|
3514
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "開始日" }],
|
|
3515
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "開始時刻" }],
|
|
3516
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "終了日" }],
|
|
3517
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "終了時刻" }],
|
|
3518
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
3519
|
+
{ "type": 0, "value": "日付には YYYY/MM/DD を使用します。時刻には 24 時間形式を使用します。" }
|
|
3520
|
+
],
|
|
3521
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
3522
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
3523
|
+
{ "type": 1, "value": "startDate" },
|
|
3524
|
+
{ "type": 0, "value": " から " },
|
|
3525
|
+
{ "type": 1, "value": "endDate" },
|
|
3526
|
+
{ "type": 0, "value": " で選択された範囲" }
|
|
3527
|
+
],
|
|
3528
|
+
"i18nStrings.formatRelativeRange": [
|
|
3529
|
+
{
|
|
3530
|
+
"type": 6,
|
|
3531
|
+
"value": "amount",
|
|
3532
|
+
"options": {
|
|
3533
|
+
"one": {
|
|
3534
|
+
"value": [
|
|
3535
|
+
{ "type": 0, "value": "最後の " },
|
|
3536
|
+
{ "type": 1, "value": "amount" },
|
|
3537
|
+
{ "type": 0, "value": " " },
|
|
3538
|
+
{ "type": 1, "value": "unit" }
|
|
3539
|
+
]
|
|
3540
|
+
},
|
|
3541
|
+
"other": {
|
|
3542
|
+
"value": [
|
|
3543
|
+
{ "type": 0, "value": "最後の " },
|
|
3544
|
+
{ "type": 1, "value": "amount" },
|
|
3545
|
+
{ "type": 0, "value": " " },
|
|
3546
|
+
{ "type": 1, "value": "unit" }
|
|
3547
|
+
]
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"offset": 0,
|
|
3551
|
+
"pluralType": "cardinal"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"i18nStrings.formatUnit": [
|
|
3555
|
+
{
|
|
3556
|
+
"type": 6,
|
|
3557
|
+
"value": "amount",
|
|
3558
|
+
"options": {
|
|
3559
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
3560
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
3561
|
+
},
|
|
3562
|
+
"offset": 0,
|
|
3563
|
+
"pluralType": "cardinal"
|
|
3564
|
+
}
|
|
3565
|
+
]
|
|
3566
|
+
},
|
|
1164
3567
|
"flashbar": {
|
|
1165
3568
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "通知" }],
|
|
1166
3569
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
@@ -1171,9 +3574,11 @@
|
|
|
1171
3574
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1172
3575
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1173
3576
|
},
|
|
1174
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
1175
3577
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
3578
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
3579
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "コンテンツのロード中" }] },
|
|
1176
3580
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "クリア" }] },
|
|
3581
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "新しいタブで開く" }] },
|
|
1177
3582
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "モーダルを閉じる" }] },
|
|
1178
3583
|
"pagination": {
|
|
1179
3584
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "次のページ" }],
|
|
@@ -1184,6 +3589,17 @@
|
|
|
1184
3589
|
],
|
|
1185
3590
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "前のページ" }]
|
|
1186
3591
|
},
|
|
3592
|
+
"pie-chart": {
|
|
3593
|
+
"loadingText": [{ "type": 0, "value": "グラフのロード中" }],
|
|
3594
|
+
"errorText": [{ "type": 0, "value": "データを取得できませんでした。後でもう一度お試しください。" }],
|
|
3595
|
+
"recoveryText": [{ "type": 0, "value": "再試行" }]
|
|
3596
|
+
},
|
|
3597
|
+
"multiselect": {
|
|
3598
|
+
"deselectAriaLabel": [
|
|
3599
|
+
{ "type": 1, "value": "option__label" },
|
|
3600
|
+
{ "type": 0, "value": " を削除" }
|
|
3601
|
+
]
|
|
3602
|
+
},
|
|
1187
3603
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "ポップオーバーを閉じる" }] },
|
|
1188
3604
|
"property-filter": {
|
|
1189
3605
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "すべてのプロパティ" }],
|
|
@@ -1291,10 +3707,69 @@
|
|
|
1291
3707
|
}
|
|
1292
3708
|
]
|
|
1293
3709
|
},
|
|
3710
|
+
"s3-resource-selector": {},
|
|
1294
3711
|
"select": {
|
|
1295
3712
|
"errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
1296
3713
|
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
1297
3714
|
},
|
|
3715
|
+
"split-panel": {},
|
|
3716
|
+
"table": {
|
|
3717
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "編集を送信中" }],
|
|
3718
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "編集に成功しました" }],
|
|
3719
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
3720
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "dditable" }]
|
|
3721
|
+
},
|
|
3722
|
+
"tabs": {
|
|
3723
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "左にスクロール" }],
|
|
3724
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "右にスクロール" }]
|
|
3725
|
+
},
|
|
3726
|
+
"token-group": {
|
|
3727
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "少なく表示" }],
|
|
3728
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "さらに表示" }]
|
|
3729
|
+
},
|
|
3730
|
+
"top-navigation": {
|
|
3731
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "検索" }],
|
|
3732
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "検索を閉じる" }],
|
|
3733
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "さらに詳しく" }],
|
|
3734
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "メニューを閉じる" }],
|
|
3735
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "戻る" }],
|
|
3736
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "すべて" }]
|
|
3737
|
+
},
|
|
3738
|
+
"tutorial-panel": {
|
|
3739
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "ロード中" }],
|
|
3740
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "チュートリアルを選択する" }],
|
|
3741
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "PDF バージョンのダウンロード" }],
|
|
3742
|
+
"i18nStrings.labelTutorialListDownloadLink": [
|
|
3743
|
+
{ "type": 0, "value": "このチュートリアルの PDF バージョンをダウンロードする" }
|
|
3744
|
+
],
|
|
3745
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "チュートリアルが完了しました" }],
|
|
3746
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "詳細はこちら" }],
|
|
3747
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "チュートリアルを開始する" }],
|
|
3748
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "チュートリアルの再起動" }],
|
|
3749
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "これでチュートリアルは完了です。" }],
|
|
3750
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "フィードバック" }],
|
|
3751
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "チュートリアルを終了する" }],
|
|
3752
|
+
"i18nStrings.taskTitle": [
|
|
3753
|
+
{ "type": 0, "value": "タスク " },
|
|
3754
|
+
{ "type": 1, "value": "taskNumber" },
|
|
3755
|
+
{ "type": 0, "value": ": " },
|
|
3756
|
+
{ "type": 1, "value": "taskTitle" }
|
|
3757
|
+
],
|
|
3758
|
+
"i18nStrings.stepTitle": [
|
|
3759
|
+
{ "type": 0, "value": "ステップ " },
|
|
3760
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3761
|
+
{ "type": 0, "value": ": " },
|
|
3762
|
+
{ "type": 1, "value": "stepTitle" }
|
|
3763
|
+
],
|
|
3764
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "チュートリアルを終了する" }],
|
|
3765
|
+
"i18nStrings.labelTotalSteps": [
|
|
3766
|
+
{ "type": 0, "value": "合計ステップ: " },
|
|
3767
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
3768
|
+
],
|
|
3769
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "保留中" }],
|
|
3770
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "進行中" }],
|
|
3771
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "成功" }]
|
|
3772
|
+
},
|
|
1298
3773
|
"wizard": {
|
|
1299
3774
|
"i18nStrings.stepNumberLabel": [
|
|
1300
3775
|
{ "type": 0, "value": "ステップ " },
|
|
@@ -1306,14 +3781,75 @@
|
|
|
1306
3781
|
{ "type": 0, "value": "/" },
|
|
1307
3782
|
{ "type": 1, "value": "stepsCount" }
|
|
1308
3783
|
],
|
|
3784
|
+
"i18nStrings.skipToButtonLabel": [
|
|
3785
|
+
{ "type": 1, "value": "task__title" },
|
|
3786
|
+
{ "type": 0, "value": " にスキップ" }
|
|
3787
|
+
],
|
|
3788
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "ステップ" }],
|
|
1309
3789
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "キャンセル" }],
|
|
1310
3790
|
"i18nStrings.previousButton": [{ "type": 0, "value": "戻る" }],
|
|
1311
3791
|
"i18nStrings.nextButton": [{ "type": 0, "value": "次へ" }],
|
|
1312
|
-
"i18nStrings.optional": [{ "type": 0, "value": "オプション" }]
|
|
3792
|
+
"i18nStrings.optional": [{ "type": 0, "value": "オプション" }],
|
|
3793
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "次のステップをロード中" }],
|
|
3794
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "フォーム送信" }]
|
|
1313
3795
|
}
|
|
1314
3796
|
},
|
|
1315
3797
|
"ko": {
|
|
1316
3798
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "알림 무시" }] },
|
|
3799
|
+
"[charts]": {
|
|
3800
|
+
"loadingText": [{ "type": 0, "value": "차트 로드 중" }],
|
|
3801
|
+
"errorText": [{ "type": 0, "value": "데이터를 가져올 수 없습니다. 나중에 다시 시도하세요." }],
|
|
3802
|
+
"recoveryText": [{ "type": 0, "value": "재시도" }],
|
|
3803
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "표시된 데이터 필터링" }],
|
|
3804
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "데이터 필터링" }],
|
|
3805
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "범례" }],
|
|
3806
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "무시" }],
|
|
3807
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x축" }],
|
|
3808
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y축" }]
|
|
3809
|
+
},
|
|
3810
|
+
"annotation-context": {
|
|
3811
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "다음" }],
|
|
3812
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "이전" }],
|
|
3813
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "완료" }],
|
|
3814
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "주석 무시" }],
|
|
3815
|
+
"i18nStrings.stepCounterText": [
|
|
3816
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3817
|
+
{ "type": 0, "value": "/" },
|
|
3818
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
3819
|
+
{ "type": 0, "value": "단계" }
|
|
3820
|
+
],
|
|
3821
|
+
"i18nStrings.taskTitle": [
|
|
3822
|
+
{ "type": 0, "value": "작업 " },
|
|
3823
|
+
{ "type": 1, "value": "taskNumber" },
|
|
3824
|
+
{ "type": 0, "value": ": " },
|
|
3825
|
+
{ "type": 1, "value": "taskTitle" }
|
|
3826
|
+
],
|
|
3827
|
+
"i18nStrings.labelHotspot": [
|
|
3828
|
+
{
|
|
3829
|
+
"type": 5,
|
|
3830
|
+
"value": "openState",
|
|
3831
|
+
"options": {
|
|
3832
|
+
"true": {
|
|
3833
|
+
"value": [
|
|
3834
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3835
|
+
{ "type": 0, "value": "/" },
|
|
3836
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
3837
|
+
{ "type": 0, "value": "단계에 대한 주석 닫기" }
|
|
3838
|
+
]
|
|
3839
|
+
},
|
|
3840
|
+
"false": {
|
|
3841
|
+
"value": [
|
|
3842
|
+
{ "type": 1, "value": "stepNumber" },
|
|
3843
|
+
{ "type": 0, "value": "/" },
|
|
3844
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
3845
|
+
{ "type": 0, "value": "단계에 대한 주석 열기" }
|
|
3846
|
+
]
|
|
3847
|
+
},
|
|
3848
|
+
"other": { "value": [] }
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
]
|
|
3852
|
+
},
|
|
1317
3853
|
"app-layout": {
|
|
1318
3854
|
"ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
|
|
1319
3855
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
|
|
@@ -1323,15 +3859,144 @@
|
|
|
1323
3859
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "도움말 창 열기" }],
|
|
1324
3860
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "도움말 창 닫기" }]
|
|
1325
3861
|
},
|
|
3862
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "합계" }] },
|
|
3863
|
+
"attribute-editor": {
|
|
3864
|
+
"removeButtonText": [{ "type": 0, "value": "제거" }],
|
|
3865
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }]
|
|
3866
|
+
},
|
|
1326
3867
|
"autosuggest": {
|
|
1327
3868
|
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
1328
|
-
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
3869
|
+
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }],
|
|
3870
|
+
"enteredTextLabel": [
|
|
3871
|
+
{ "type": 1, "value": "value" },
|
|
3872
|
+
{ "type": 0, "value": " 사용" }
|
|
3873
|
+
],
|
|
3874
|
+
"recoveryText": [{ "type": 0, "value": "재시도" }]
|
|
1329
3875
|
},
|
|
3876
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "경로 표시" }] },
|
|
1330
3877
|
"calendar": {
|
|
1331
3878
|
"nextMonthAriaLabel": [{ "type": 0, "value": "다음 달" }],
|
|
1332
3879
|
"previousMonthAriaLabel": [{ "type": 0, "value": "이전 달" }],
|
|
1333
3880
|
"todayAriaLabel": [{ "type": 0, "value": "오늘" }]
|
|
1334
3881
|
},
|
|
3882
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "항목 선택" }] },
|
|
3883
|
+
"code-editor": {
|
|
3884
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "코드 편집기 로드 중" }],
|
|
3885
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "코드 편집기를 로드하는 중 오류가 발생했습니다." }],
|
|
3886
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "재시도" }],
|
|
3887
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "코드 편집기" }],
|
|
3888
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "상태 표시줄" }],
|
|
3889
|
+
"i18nStrings.cursorPosition": [
|
|
3890
|
+
{ "type": 1, "value": "row" },
|
|
3891
|
+
{ "type": 0, "value": "번째 줄, " },
|
|
3892
|
+
{ "type": 1, "value": "column" },
|
|
3893
|
+
{ "type": 0, "value": "번째 열" }
|
|
3894
|
+
],
|
|
3895
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "오류" }],
|
|
3896
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "경고" }],
|
|
3897
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "기본 설정" }],
|
|
3898
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "닫기" }],
|
|
3899
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "기본 설정" }],
|
|
3900
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "취소" }],
|
|
3901
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "확인" }],
|
|
3902
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "줄 바꿈" }],
|
|
3903
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "테마" }],
|
|
3904
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "밝은 테마" }],
|
|
3905
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "다크 테마" }]
|
|
3906
|
+
},
|
|
3907
|
+
"collection-preferences": {
|
|
3908
|
+
"title": [{ "type": 0, "value": "기본 설정" }],
|
|
3909
|
+
"confirmLabel": [{ "type": 0, "value": "확인" }],
|
|
3910
|
+
"cancelLabel": [{ "type": 0, "value": "취소" }],
|
|
3911
|
+
"pageSizePreference.title": [{ "type": 0, "value": "페이지 크기" }],
|
|
3912
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "줄 바꿈" }],
|
|
3913
|
+
"wrapLinesPreference.description": [{ "type": 0, "value": "모든 텍스트를 보고 줄 바꿈을 하려면 선택" }],
|
|
3914
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "스트라이핑된 행" }],
|
|
3915
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "교대로 음영 처리된 행을 추가하려면 선택" }],
|
|
3916
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "압축 모드" }],
|
|
3917
|
+
"contentDensityPreference.description": [
|
|
3918
|
+
{ "type": 0, "value": "콘텐츠를 더 조밀하게 압축하여 표시하려면 선택" }
|
|
3919
|
+
],
|
|
3920
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "열 기본 설정" }],
|
|
3921
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "열 표시 여부 및 순서를 사용자 지정합니다." }],
|
|
3922
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "핸들 끌기" }],
|
|
3923
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
3924
|
+
{
|
|
3925
|
+
"type": 0,
|
|
3926
|
+
"value": "스페이스 또는 Enter를 사용하여 항목 끌기 기능을 활성화하고 화살표 키를 사용하여 항목의 위치를 이동합니다. 위치 이동을 완료하려면 스페이스 또는 Enter를 사용하거나 이동을 취소하려면 Escape를 사용합니다."
|
|
3927
|
+
}
|
|
3928
|
+
],
|
|
3929
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
3930
|
+
{ "type": 1, "value": "position" },
|
|
3931
|
+
{ "type": 0, "value": "/" },
|
|
3932
|
+
{ "type": 1, "value": "total" },
|
|
3933
|
+
{ "type": 0, "value": "개 위치에서 선택한 항목" }
|
|
3934
|
+
],
|
|
3935
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "재정렬 취소됨" }]
|
|
3936
|
+
},
|
|
3937
|
+
"date-range-picker": {
|
|
3938
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "상대 모드" }],
|
|
3939
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "절대 모드" }],
|
|
3940
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "범위 선택" }],
|
|
3941
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "취소" }],
|
|
3942
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "지우기 및 무시" }],
|
|
3943
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "적용" }],
|
|
3944
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "사용자 지정 범위" }],
|
|
3945
|
+
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "과거의 사용자 지정 범위 설정" }],
|
|
3946
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "시간 단위" }],
|
|
3947
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "기간" }],
|
|
3948
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "기간 입력" }],
|
|
3949
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "시작 날짜" }],
|
|
3950
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "시작 시간" }],
|
|
3951
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "종료 날짜" }],
|
|
3952
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "종료 시간" }],
|
|
3953
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
3954
|
+
{ "type": 0, "value": "날짜에는 YYYY/MM/DD를 사용합니다. 시간에는 24시간 형식을 사용합니다." }
|
|
3955
|
+
],
|
|
3956
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
3957
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
3958
|
+
{ "type": 1, "value": "startDate" },
|
|
3959
|
+
{ "type": 0, "value": "~" },
|
|
3960
|
+
{ "type": 1, "value": "endDate" },
|
|
3961
|
+
{ "type": 0, "value": "에서 선택한 범위" }
|
|
3962
|
+
],
|
|
3963
|
+
"i18nStrings.formatRelativeRange": [
|
|
3964
|
+
{
|
|
3965
|
+
"type": 6,
|
|
3966
|
+
"value": "amount",
|
|
3967
|
+
"options": {
|
|
3968
|
+
"one": {
|
|
3969
|
+
"value": [
|
|
3970
|
+
{ "type": 0, "value": "마지막 " },
|
|
3971
|
+
{ "type": 1, "value": "amount" },
|
|
3972
|
+
{ "type": 1, "value": "unit" }
|
|
3973
|
+
]
|
|
3974
|
+
},
|
|
3975
|
+
"other": {
|
|
3976
|
+
"value": [
|
|
3977
|
+
{ "type": 0, "value": "마지막 " },
|
|
3978
|
+
{ "type": 1, "value": "amount" },
|
|
3979
|
+
{ "type": 1, "value": "unit" }
|
|
3980
|
+
]
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3983
|
+
"offset": 0,
|
|
3984
|
+
"pluralType": "cardinal"
|
|
3985
|
+
}
|
|
3986
|
+
],
|
|
3987
|
+
"i18nStrings.formatUnit": [
|
|
3988
|
+
{
|
|
3989
|
+
"type": 6,
|
|
3990
|
+
"value": "amount",
|
|
3991
|
+
"options": {
|
|
3992
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
3993
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
3994
|
+
},
|
|
3995
|
+
"offset": 0,
|
|
3996
|
+
"pluralType": "cardinal"
|
|
3997
|
+
}
|
|
3998
|
+
]
|
|
3999
|
+
},
|
|
1335
4000
|
"flashbar": {
|
|
1336
4001
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "알림" }],
|
|
1337
4002
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
@@ -1342,9 +4007,11 @@
|
|
|
1342
4007
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "성공" }],
|
|
1343
4008
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
1344
4009
|
},
|
|
1345
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
1346
4010
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
4011
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
4012
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "콘텐츠 로드 중" }] },
|
|
1347
4013
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "지우기" }] },
|
|
4014
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "새 탭에서 열림" }] },
|
|
1348
4015
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "모달 닫기" }] },
|
|
1349
4016
|
"pagination": {
|
|
1350
4017
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "다음 페이지" }],
|
|
@@ -1355,6 +4022,17 @@
|
|
|
1355
4022
|
],
|
|
1356
4023
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "이전 페이지" }]
|
|
1357
4024
|
},
|
|
4025
|
+
"pie-chart": {
|
|
4026
|
+
"loadingText": [{ "type": 0, "value": "차트 로드 중" }],
|
|
4027
|
+
"errorText": [{ "type": 0, "value": "데이터를 가져올 수 없습니다. 나중에 다시 시도하세요." }],
|
|
4028
|
+
"recoveryText": [{ "type": 0, "value": "재시도" }]
|
|
4029
|
+
},
|
|
4030
|
+
"multiselect": {
|
|
4031
|
+
"deselectAriaLabel": [
|
|
4032
|
+
{ "type": 1, "value": "option__label" },
|
|
4033
|
+
{ "type": 0, "value": " 제거" }
|
|
4034
|
+
]
|
|
4035
|
+
},
|
|
1358
4036
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "팝오버 닫기" }] },
|
|
1359
4037
|
"property-filter": {
|
|
1360
4038
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "모든 속성" }],
|
|
@@ -1454,10 +4132,66 @@
|
|
|
1454
4132
|
}
|
|
1455
4133
|
]
|
|
1456
4134
|
},
|
|
4135
|
+
"s3-resource-selector": {},
|
|
1457
4136
|
"select": {
|
|
1458
4137
|
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
1459
4138
|
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
1460
4139
|
},
|
|
4140
|
+
"split-panel": {},
|
|
4141
|
+
"table": {
|
|
4142
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "편집 제출 중" }],
|
|
4143
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "편집 성공" }],
|
|
4144
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
4145
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "편집 가능" }]
|
|
4146
|
+
},
|
|
4147
|
+
"tabs": {
|
|
4148
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "왼쪽으로 스크롤" }],
|
|
4149
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "오른쪽으로 스크롤" }]
|
|
4150
|
+
},
|
|
4151
|
+
"token-group": {
|
|
4152
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "간단히 표시" }],
|
|
4153
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "자세히 표시" }]
|
|
4154
|
+
},
|
|
4155
|
+
"top-navigation": {
|
|
4156
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "검색" }],
|
|
4157
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "검색 닫기" }],
|
|
4158
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "더 보기" }],
|
|
4159
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "메뉴 닫기" }],
|
|
4160
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "뒤로" }],
|
|
4161
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "모두" }]
|
|
4162
|
+
},
|
|
4163
|
+
"tutorial-panel": {
|
|
4164
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "로드 중" }],
|
|
4165
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "자습서 선택" }],
|
|
4166
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "PDF 버전 다운로드" }],
|
|
4167
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "이 자습서의 PDF 버전 다운로드" }],
|
|
4168
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "자습서 완료함" }],
|
|
4169
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "자세히 알아보기" }],
|
|
4170
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "자습서 시작" }],
|
|
4171
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "자습서 다시 시작" }],
|
|
4172
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "축하합니다! 자습서를 완료하셨습니다." }],
|
|
4173
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "피드백" }],
|
|
4174
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "자습서 닫기" }],
|
|
4175
|
+
"i18nStrings.taskTitle": [
|
|
4176
|
+
{ "type": 0, "value": "작업 " },
|
|
4177
|
+
{ "type": 1, "value": "taskNumber" },
|
|
4178
|
+
{ "type": 0, "value": ": " },
|
|
4179
|
+
{ "type": 1, "value": "taskTitle" }
|
|
4180
|
+
],
|
|
4181
|
+
"i18nStrings.stepTitle": [
|
|
4182
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4183
|
+
{ "type": 0, "value": "단계: " },
|
|
4184
|
+
{ "type": 1, "value": "stepTitle" }
|
|
4185
|
+
],
|
|
4186
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "자습서 닫기" }],
|
|
4187
|
+
"i18nStrings.labelTotalSteps": [
|
|
4188
|
+
{ "type": 0, "value": "총 단계: " },
|
|
4189
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
4190
|
+
],
|
|
4191
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "대기 중" }],
|
|
4192
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "진행 중" }],
|
|
4193
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "성공" }]
|
|
4194
|
+
},
|
|
1461
4195
|
"wizard": {
|
|
1462
4196
|
"i18nStrings.stepNumberLabel": [
|
|
1463
4197
|
{ "type": 1, "value": "stepNumber" },
|
|
@@ -1467,16 +4201,77 @@
|
|
|
1467
4201
|
{ "type": 1, "value": "stepNumber" },
|
|
1468
4202
|
{ "type": 0, "value": "/" },
|
|
1469
4203
|
{ "type": 1, "value": "stepsCount" },
|
|
1470
|
-
{ "type": 0, "value": "
|
|
4204
|
+
{ "type": 0, "value": "단계" }
|
|
1471
4205
|
],
|
|
4206
|
+
"i18nStrings.skipToButtonLabel": [
|
|
4207
|
+
{ "type": 1, "value": "task__title" },
|
|
4208
|
+
{ "type": 0, "value": "(으)로 건너뛰기" }
|
|
4209
|
+
],
|
|
4210
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "단계" }],
|
|
1472
4211
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "취소" }],
|
|
1473
4212
|
"i18nStrings.previousButton": [{ "type": 0, "value": "이전" }],
|
|
1474
4213
|
"i18nStrings.nextButton": [{ "type": 0, "value": "다음" }],
|
|
1475
|
-
"i18nStrings.optional": [{ "type": 0, "value": "선택 사항" }]
|
|
4214
|
+
"i18nStrings.optional": [{ "type": 0, "value": "선택 사항" }],
|
|
4215
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "다음 단계 로드 중" }],
|
|
4216
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "양식 제출 중" }]
|
|
1476
4217
|
}
|
|
1477
4218
|
},
|
|
1478
4219
|
"pt-BR": {
|
|
1479
4220
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "Descartar alerta" }] },
|
|
4221
|
+
"[charts]": {
|
|
4222
|
+
"loadingText": [{ "type": 0, "value": "Carregando gráfico" }],
|
|
4223
|
+
"errorText": [{ "type": 0, "value": "Não foi possível obter dados. Tente novamente mais tarde." }],
|
|
4224
|
+
"recoveryText": [{ "type": 0, "value": "Tentar novamente" }],
|
|
4225
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar dados exibidos" }],
|
|
4226
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar dados" }],
|
|
4227
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
|
|
4228
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Descartar" }],
|
|
4229
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo x" }],
|
|
4230
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo Y" }]
|
|
4231
|
+
},
|
|
4232
|
+
"annotation-context": {
|
|
4233
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "Próxima" }],
|
|
4234
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "Anterior" }],
|
|
4235
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "Concluir" }],
|
|
4236
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "Descartar anotação" }],
|
|
4237
|
+
"i18nStrings.stepCounterText": [
|
|
4238
|
+
{ "type": 0, "value": "Etapa " },
|
|
4239
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4240
|
+
{ "type": 0, "value": " de " },
|
|
4241
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
4242
|
+
],
|
|
4243
|
+
"i18nStrings.taskTitle": [
|
|
4244
|
+
{ "type": 0, "value": "Tarefa " },
|
|
4245
|
+
{ "type": 1, "value": "taskNumber" },
|
|
4246
|
+
{ "type": 0, "value": ": " },
|
|
4247
|
+
{ "type": 1, "value": "taskTitle" }
|
|
4248
|
+
],
|
|
4249
|
+
"i18nStrings.labelHotspot": [
|
|
4250
|
+
{
|
|
4251
|
+
"type": 5,
|
|
4252
|
+
"value": "openState",
|
|
4253
|
+
"options": {
|
|
4254
|
+
"true": {
|
|
4255
|
+
"value": [
|
|
4256
|
+
{ "type": 0, "value": "Fechar anotação para a etapa " },
|
|
4257
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4258
|
+
{ "type": 0, "value": " de " },
|
|
4259
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
4260
|
+
]
|
|
4261
|
+
},
|
|
4262
|
+
"false": {
|
|
4263
|
+
"value": [
|
|
4264
|
+
{ "type": 0, "value": "Abrir anotação para a etapa " },
|
|
4265
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4266
|
+
{ "type": 0, "value": " de " },
|
|
4267
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
4268
|
+
]
|
|
4269
|
+
},
|
|
4270
|
+
"other": { "value": [] }
|
|
4271
|
+
}
|
|
4272
|
+
}
|
|
4273
|
+
]
|
|
4274
|
+
},
|
|
1480
4275
|
"app-layout": {
|
|
1481
4276
|
"ariaLabels.navigation": [{ "type": 0, "value": "Navegação lateral" }],
|
|
1482
4277
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "Fechar navegação lateral" }],
|
|
@@ -1486,15 +4281,160 @@
|
|
|
1486
4281
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "Abrir o painel de ajuda" }],
|
|
1487
4282
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "Fechar o painel de ajuda" }]
|
|
1488
4283
|
},
|
|
4284
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
|
|
4285
|
+
"attribute-editor": {
|
|
4286
|
+
"removeButtonText": [{ "type": 0, "value": "Remover" }],
|
|
4287
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }]
|
|
4288
|
+
},
|
|
1489
4289
|
"autosuggest": {
|
|
1490
4290
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
1491
|
-
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
4291
|
+
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }],
|
|
4292
|
+
"enteredTextLabel": [
|
|
4293
|
+
{ "type": 0, "value": "Usar " },
|
|
4294
|
+
{ "type": 1, "value": "value" }
|
|
4295
|
+
],
|
|
4296
|
+
"recoveryText": [{ "type": 0, "value": "Tentar novamente" }]
|
|
1492
4297
|
},
|
|
4298
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "Mostrar caminho" }] },
|
|
1493
4299
|
"calendar": {
|
|
1494
4300
|
"nextMonthAriaLabel": [{ "type": 0, "value": "Próximo mês" }],
|
|
1495
4301
|
"previousMonthAriaLabel": [{ "type": 0, "value": "Mês anterior" }],
|
|
1496
4302
|
"todayAriaLabel": [{ "type": 0, "value": "Hoje" }]
|
|
1497
4303
|
},
|
|
4304
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "Seleção de item" }] },
|
|
4305
|
+
"code-editor": {
|
|
4306
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "Carregando editor de código" }],
|
|
4307
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "Ocorreu um erro ao carregar o editor de código." }],
|
|
4308
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "Tentar novamente" }],
|
|
4309
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "Editor de código" }],
|
|
4310
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "Barra de status" }],
|
|
4311
|
+
"i18nStrings.cursorPosition": [
|
|
4312
|
+
{ "type": 0, "value": "Ln " },
|
|
4313
|
+
{ "type": 1, "value": "row" },
|
|
4314
|
+
{ "type": 0, "value": ", Col " },
|
|
4315
|
+
{ "type": 1, "value": "column" }
|
|
4316
|
+
],
|
|
4317
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "Erros" }],
|
|
4318
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "Avisos" }],
|
|
4319
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "Preferências" }],
|
|
4320
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "Fechar" }],
|
|
4321
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "Preferências" }],
|
|
4322
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "Cancelar" }],
|
|
4323
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "Confirmar" }],
|
|
4324
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "Quebrar linhas" }],
|
|
4325
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "Tema" }],
|
|
4326
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "Temas claros" }],
|
|
4327
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "Temas escuros" }]
|
|
4328
|
+
},
|
|
4329
|
+
"collection-preferences": {
|
|
4330
|
+
"title": [{ "type": 0, "value": "Preferências" }],
|
|
4331
|
+
"confirmLabel": [{ "type": 0, "value": "Confirmar" }],
|
|
4332
|
+
"cancelLabel": [{ "type": 0, "value": "Cancelar" }],
|
|
4333
|
+
"pageSizePreference.title": [{ "type": 0, "value": "Tamanho da página" }],
|
|
4334
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "Quebrar linhas" }],
|
|
4335
|
+
"wrapLinesPreference.description": [
|
|
4336
|
+
{ "type": 0, "value": "Selecione para visualizar todo o texto e quebrar automaticamente as linhas." }
|
|
4337
|
+
],
|
|
4338
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "Linhas distribuídas" }],
|
|
4339
|
+
"stripedRowsPreference.description": [
|
|
4340
|
+
{ "type": 0, "value": "Selecione para adicionar linhas esmaecidas alternadas." }
|
|
4341
|
+
],
|
|
4342
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "Modo compacto" }],
|
|
4343
|
+
"contentDensityPreference.description": [
|
|
4344
|
+
{ "type": 0, "value": "Selecione para exibir o conteúdo em um modo mais denso e compacto." }
|
|
4345
|
+
],
|
|
4346
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "Preferências de coluna" }],
|
|
4347
|
+
"contentDisplayPreference.description": [
|
|
4348
|
+
{ "type": 0, "value": "Personalize a visibilidade e a ordem das colunas." }
|
|
4349
|
+
],
|
|
4350
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "Ícone de arrastar" }],
|
|
4351
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
4352
|
+
{
|
|
4353
|
+
"type": 0,
|
|
4354
|
+
"value": "Use Space ou Enter para ativar a função de arrastar para um item e, em seguida, use as teclas de setas para movimentar o posicionamento do item. Para completar o movimento de posicionamento, use Space ou Enter, ou para descartar o movimento, use Escape."
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
4358
|
+
{ "type": 0, "value": "Item selecionado na posição " },
|
|
4359
|
+
{ "type": 1, "value": "position" },
|
|
4360
|
+
{ "type": 0, "value": " de " },
|
|
4361
|
+
{ "type": 1, "value": "total" }
|
|
4362
|
+
],
|
|
4363
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordenação cancelada" }]
|
|
4364
|
+
},
|
|
4365
|
+
"date-range-picker": {
|
|
4366
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Modo relativo" }],
|
|
4367
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Modo absoluto" }],
|
|
4368
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "Escolher um intervalo" }],
|
|
4369
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "Cancelar" }],
|
|
4370
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "Limpar e descartar" }],
|
|
4371
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "Aplicar" }],
|
|
4372
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "Intervalo personalizado" }],
|
|
4373
|
+
"i18nStrings.customRelativeRangeOptionDescription": [
|
|
4374
|
+
{ "type": 0, "value": "Defina um intervalo personalizado no passado" }
|
|
4375
|
+
],
|
|
4376
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "Unidade de tempo" }],
|
|
4377
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "Duração" }],
|
|
4378
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "Inserir uma duração" }],
|
|
4379
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "Data de início" }],
|
|
4380
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "Horário de início" }],
|
|
4381
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "Data de término" }],
|
|
4382
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "Horário de término" }],
|
|
4383
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
4384
|
+
{ "type": 0, "value": "Para a data, use o formato AAAA/MM/DD. Para o horário, use o formato de 24 horas." }
|
|
4385
|
+
],
|
|
4386
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
4387
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
4388
|
+
{ "type": 0, "value": "Intervalo selecionado de " },
|
|
4389
|
+
{ "type": 1, "value": "startDate" },
|
|
4390
|
+
{ "type": 0, "value": " a " },
|
|
4391
|
+
{ "type": 1, "value": "endDate" }
|
|
4392
|
+
],
|
|
4393
|
+
"i18nStrings.formatRelativeRange": [
|
|
4394
|
+
{
|
|
4395
|
+
"type": 6,
|
|
4396
|
+
"value": "amount",
|
|
4397
|
+
"options": {
|
|
4398
|
+
"one": {
|
|
4399
|
+
"value": [
|
|
4400
|
+
{ "type": 0, "value": "Último(a) " },
|
|
4401
|
+
{ "type": 1, "value": "amount" },
|
|
4402
|
+
{ "type": 0, "value": " " },
|
|
4403
|
+
{ "type": 1, "value": "unit" }
|
|
4404
|
+
]
|
|
4405
|
+
},
|
|
4406
|
+
"other": {
|
|
4407
|
+
"value": [
|
|
4408
|
+
{ "type": 0, "value": "Últimos(as) " },
|
|
4409
|
+
{ "type": 1, "value": "amount" },
|
|
4410
|
+
{ "type": 0, "value": " " },
|
|
4411
|
+
{ "type": 1, "value": "unit" },
|
|
4412
|
+
{ "type": 0, "value": "s" }
|
|
4413
|
+
]
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"offset": 0,
|
|
4417
|
+
"pluralType": "cardinal"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"i18nStrings.formatUnit": [
|
|
4421
|
+
{
|
|
4422
|
+
"type": 6,
|
|
4423
|
+
"value": "amount",
|
|
4424
|
+
"options": {
|
|
4425
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
4426
|
+
"other": {
|
|
4427
|
+
"value": [
|
|
4428
|
+
{ "type": 1, "value": "unit" },
|
|
4429
|
+
{ "type": 0, "value": "s" }
|
|
4430
|
+
]
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"offset": 0,
|
|
4434
|
+
"pluralType": "cardinal"
|
|
4435
|
+
}
|
|
4436
|
+
]
|
|
4437
|
+
},
|
|
1498
4438
|
"flashbar": {
|
|
1499
4439
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "Notificações" }],
|
|
1500
4440
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
@@ -1505,9 +4445,11 @@
|
|
|
1505
4445
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Com êxito" }],
|
|
1506
4446
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
|
|
1507
4447
|
},
|
|
1508
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
1509
4448
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
4449
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
4450
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "Carregando conteúdo" }] },
|
|
1510
4451
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Limpar" }] },
|
|
4452
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "Abre em uma nova guia" }] },
|
|
1511
4453
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "Fechar modal" }] },
|
|
1512
4454
|
"pagination": {
|
|
1513
4455
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "Próxima página" }],
|
|
@@ -1518,6 +4460,17 @@
|
|
|
1518
4460
|
],
|
|
1519
4461
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "Página anterior" }]
|
|
1520
4462
|
},
|
|
4463
|
+
"pie-chart": {
|
|
4464
|
+
"loadingText": [{ "type": 0, "value": "Carregando gráfico" }],
|
|
4465
|
+
"errorText": [{ "type": 0, "value": "Não foi possível obter dados. Tente novamente mais tarde." }],
|
|
4466
|
+
"recoveryText": [{ "type": 0, "value": "Tentar novamente" }]
|
|
4467
|
+
},
|
|
4468
|
+
"multiselect": {
|
|
4469
|
+
"deselectAriaLabel": [
|
|
4470
|
+
{ "type": 0, "value": "Remover " },
|
|
4471
|
+
{ "type": 1, "value": "option__label" }
|
|
4472
|
+
]
|
|
4473
|
+
},
|
|
1521
4474
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "Fechar pop-over" }] },
|
|
1522
4475
|
"property-filter": {
|
|
1523
4476
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "Todas as propriedades" }],
|
|
@@ -1552,7 +4505,7 @@
|
|
|
1552
4505
|
"value": [
|
|
1553
4506
|
{ "type": 0, "value": "Remover filtro, " },
|
|
1554
4507
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1555
|
-
{ "type": 0, "value": " igual a " },
|
|
4508
|
+
{ "type": 0, "value": " é igual a " },
|
|
1556
4509
|
{ "type": 1, "value": "token__value" }
|
|
1557
4510
|
]
|
|
1558
4511
|
},
|
|
@@ -1617,10 +4570,67 @@
|
|
|
1617
4570
|
}
|
|
1618
4571
|
]
|
|
1619
4572
|
},
|
|
4573
|
+
"s3-resource-selector": {},
|
|
1620
4574
|
"select": {
|
|
1621
4575
|
"errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
1622
4576
|
"selectedAriaLabel": [{ "type": 0, "value": "Selecionado" }]
|
|
1623
4577
|
},
|
|
4578
|
+
"split-panel": {},
|
|
4579
|
+
"table": {
|
|
4580
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "Envio de edição" }],
|
|
4581
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edição foi bem sucedida" }],
|
|
4582
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
4583
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "Editable" }]
|
|
4584
|
+
},
|
|
4585
|
+
"tabs": {
|
|
4586
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Rolar para a esquerda" }],
|
|
4587
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Rolar para a direita" }]
|
|
4588
|
+
},
|
|
4589
|
+
"token-group": {
|
|
4590
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "Mostrar menos" }],
|
|
4591
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "Mostrar mais" }]
|
|
4592
|
+
},
|
|
4593
|
+
"top-navigation": {
|
|
4594
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "Pesquisar" }],
|
|
4595
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "Fechar pesquisa" }],
|
|
4596
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "Mais" }],
|
|
4597
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "Fecha menu" }],
|
|
4598
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "Voltar" }],
|
|
4599
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "Todos" }]
|
|
4600
|
+
},
|
|
4601
|
+
"tutorial-panel": {
|
|
4602
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "Carregando" }],
|
|
4603
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "Escolha um tutorial" }],
|
|
4604
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "Baixe a versão em PDF" }],
|
|
4605
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "Baixe a versão em PDF deste tutorial" }],
|
|
4606
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "Tutorial concluído" }],
|
|
4607
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "Saiba mais" }],
|
|
4608
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "Iniciar o tutorial" }],
|
|
4609
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "Reiniciar tutorial" }],
|
|
4610
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "Parabéns! Você concluiu o tutorial." }],
|
|
4611
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "Feedback" }],
|
|
4612
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "Ignorar tutorial" }],
|
|
4613
|
+
"i18nStrings.taskTitle": [
|
|
4614
|
+
{ "type": 0, "value": "Tarefa " },
|
|
4615
|
+
{ "type": 1, "value": "taskNumber" },
|
|
4616
|
+
{ "type": 0, "value": ": " },
|
|
4617
|
+
{ "type": 1, "value": "taskTitle" }
|
|
4618
|
+
],
|
|
4619
|
+
"i18nStrings.stepTitle": [
|
|
4620
|
+
{ "type": 0, "value": "Etapa " },
|
|
4621
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4622
|
+
{ "type": 0, "value": ": " },
|
|
4623
|
+
{ "type": 1, "value": "stepTitle" }
|
|
4624
|
+
],
|
|
4625
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "Ignorar tutorial" }],
|
|
4626
|
+
"i18nStrings.labelTotalSteps": [
|
|
4627
|
+
{ "type": 0, "value": "Total de etapas: " },
|
|
4628
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
4629
|
+
],
|
|
4630
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "Pendente" }],
|
|
4631
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "Em andamento" }],
|
|
4632
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "Êxito" }]
|
|
4633
|
+
},
|
|
1624
4634
|
"wizard": {
|
|
1625
4635
|
"i18nStrings.stepNumberLabel": [
|
|
1626
4636
|
{ "type": 0, "value": "Etapa " },
|
|
@@ -1632,14 +4642,78 @@
|
|
|
1632
4642
|
{ "type": 0, "value": " de " },
|
|
1633
4643
|
{ "type": 1, "value": "stepsCount" }
|
|
1634
4644
|
],
|
|
4645
|
+
"i18nStrings.skipToButtonLabel": [
|
|
4646
|
+
{ "type": 0, "value": "Pular para " },
|
|
4647
|
+
{ "type": 1, "value": "task__title" }
|
|
4648
|
+
],
|
|
4649
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "Etapas" }],
|
|
1635
4650
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
1636
4651
|
"i18nStrings.previousButton": [{ "type": 0, "value": "Anterior" }],
|
|
1637
|
-
"i18nStrings.nextButton": [{ "type": 0, "value": "
|
|
1638
|
-
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }]
|
|
4652
|
+
"i18nStrings.nextButton": [{ "type": 0, "value": "Próxima" }],
|
|
4653
|
+
"i18nStrings.optional": [{ "type": 0, "value": "opcional" }],
|
|
4654
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "Carregando próxima etapa" }],
|
|
4655
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "Enviando formulário" }]
|
|
1639
4656
|
}
|
|
1640
4657
|
},
|
|
1641
4658
|
"zh-CN": {
|
|
1642
4659
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "退出提示" }] },
|
|
4660
|
+
"[charts]": {
|
|
4661
|
+
"loadingText": [{ "type": 0, "value": "正在加载图表" }],
|
|
4662
|
+
"errorText": [{ "type": 0, "value": "无法获取数据。请稍后重试。" }],
|
|
4663
|
+
"recoveryText": [{ "type": 0, "value": "重试" }],
|
|
4664
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "筛选显示的数据" }],
|
|
4665
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "筛选数据" }],
|
|
4666
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "图例" }],
|
|
4667
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "关闭" }],
|
|
4668
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x 轴" }],
|
|
4669
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y 轴" }]
|
|
4670
|
+
},
|
|
4671
|
+
"annotation-context": {
|
|
4672
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "下一步" }],
|
|
4673
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "上一步" }],
|
|
4674
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "完成" }],
|
|
4675
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "关闭注释" }],
|
|
4676
|
+
"i18nStrings.stepCounterText": [
|
|
4677
|
+
{ "type": 0, "value": "第 " },
|
|
4678
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4679
|
+
{ "type": 0, "value": " 步,共 " },
|
|
4680
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
4681
|
+
{ "type": 0, "value": " 步" }
|
|
4682
|
+
],
|
|
4683
|
+
"i18nStrings.taskTitle": [
|
|
4684
|
+
{ "type": 0, "value": "任务" },
|
|
4685
|
+
{ "type": 1, "value": "taskNumber" },
|
|
4686
|
+
{ "type": 0, "value": ":" },
|
|
4687
|
+
{ "type": 1, "value": "taskTitle" }
|
|
4688
|
+
],
|
|
4689
|
+
"i18nStrings.labelHotspot": [
|
|
4690
|
+
{
|
|
4691
|
+
"type": 5,
|
|
4692
|
+
"value": "openState",
|
|
4693
|
+
"options": {
|
|
4694
|
+
"true": {
|
|
4695
|
+
"value": [
|
|
4696
|
+
{ "type": 0, "value": "关闭第 " },
|
|
4697
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4698
|
+
{ "type": 0, "value": " 步(共 " },
|
|
4699
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
4700
|
+
{ "type": 0, "value": " 步)的注释" }
|
|
4701
|
+
]
|
|
4702
|
+
},
|
|
4703
|
+
"false": {
|
|
4704
|
+
"value": [
|
|
4705
|
+
{ "type": 0, "value": "打开第 " },
|
|
4706
|
+
{ "type": 1, "value": "stepNumber" },
|
|
4707
|
+
{ "type": 0, "value": " 步(共 " },
|
|
4708
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
4709
|
+
{ "type": 0, "value": " 步)的注释" }
|
|
4710
|
+
]
|
|
4711
|
+
},
|
|
4712
|
+
"other": { "value": [] }
|
|
4713
|
+
}
|
|
4714
|
+
}
|
|
4715
|
+
]
|
|
4716
|
+
},
|
|
1643
4717
|
"app-layout": {
|
|
1644
4718
|
"ariaLabels.navigation": [{ "type": 0, "value": "侧导航" }],
|
|
1645
4719
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "关闭侧导航" }],
|
|
@@ -1649,15 +4723,146 @@
|
|
|
1649
4723
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "打开帮助面板" }],
|
|
1650
4724
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "关闭帮助面板" }]
|
|
1651
4725
|
},
|
|
4726
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "合计" }] },
|
|
4727
|
+
"attribute-editor": {
|
|
4728
|
+
"removeButtonText": [{ "type": 0, "value": "删除" }],
|
|
4729
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }]
|
|
4730
|
+
},
|
|
1652
4731
|
"autosuggest": {
|
|
1653
4732
|
"errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
1654
|
-
"selectedAriaLabel": [{ "type": 0, "value": "已选定" }]
|
|
4733
|
+
"selectedAriaLabel": [{ "type": 0, "value": "已选定" }],
|
|
4734
|
+
"enteredTextLabel": [
|
|
4735
|
+
{ "type": 0, "value": "使用 " },
|
|
4736
|
+
{ "type": 1, "value": "value" }
|
|
4737
|
+
],
|
|
4738
|
+
"recoveryText": [{ "type": 0, "value": "重试" }]
|
|
1655
4739
|
},
|
|
4740
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "显示路径" }] },
|
|
1656
4741
|
"calendar": {
|
|
1657
4742
|
"nextMonthAriaLabel": [{ "type": 0, "value": "下个月" }],
|
|
1658
4743
|
"previousMonthAriaLabel": [{ "type": 0, "value": "上个月" }],
|
|
1659
4744
|
"todayAriaLabel": [{ "type": 0, "value": "今天" }]
|
|
1660
4745
|
},
|
|
4746
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "项目选择" }] },
|
|
4747
|
+
"code-editor": {
|
|
4748
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "正在加载代码编辑器" }],
|
|
4749
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "加载代码编辑器时出错。" }],
|
|
4750
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "重试" }],
|
|
4751
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "代码编辑器" }],
|
|
4752
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "状态栏" }],
|
|
4753
|
+
"i18nStrings.cursorPosition": [
|
|
4754
|
+
{ "type": 0, "value": "第 " },
|
|
4755
|
+
{ "type": 1, "value": "row" },
|
|
4756
|
+
{ "type": 0, "value": " 行,第 " },
|
|
4757
|
+
{ "type": 1, "value": "column" },
|
|
4758
|
+
{ "type": 0, "value": " 列" }
|
|
4759
|
+
],
|
|
4760
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "错误" }],
|
|
4761
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "警告" }],
|
|
4762
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "首选项" }],
|
|
4763
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "关闭" }],
|
|
4764
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "首选项" }],
|
|
4765
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "取消" }],
|
|
4766
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "确认" }],
|
|
4767
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "换行" }],
|
|
4768
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "主题" }],
|
|
4769
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "浅色主题" }],
|
|
4770
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "深色主题" }]
|
|
4771
|
+
},
|
|
4772
|
+
"collection-preferences": {
|
|
4773
|
+
"title": [{ "type": 0, "value": "首选项" }],
|
|
4774
|
+
"confirmLabel": [{ "type": 0, "value": "确认" }],
|
|
4775
|
+
"cancelLabel": [{ "type": 0, "value": "取消" }],
|
|
4776
|
+
"pageSizePreference.title": [{ "type": 0, "value": "页面大小" }],
|
|
4777
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "换行" }],
|
|
4778
|
+
"wrapLinesPreference.description": [{ "type": 0, "value": "选择查看所有文本并换行" }],
|
|
4779
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "带条纹的行" }],
|
|
4780
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "选择添加交替阴影行" }],
|
|
4781
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "紧凑模式" }],
|
|
4782
|
+
"contentDensityPreference.description": [{ "type": 0, "value": "选择以更密集、更紧凑的模式显示内容" }],
|
|
4783
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "列首选项" }],
|
|
4784
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "自定义列的可见性和顺序。" }],
|
|
4785
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "拖动手柄" }],
|
|
4786
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
4787
|
+
{
|
|
4788
|
+
"type": 0,
|
|
4789
|
+
"value": "使用空格键或 Enter 键激活项目拖动功能,然后使用箭头键移动项目的位置。要完成位置移动,请使用空格键或 Enter 键,要放弃移动,请使用 Esc 键。"
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
4793
|
+
{ "type": 0, "value": "已选择位于位置 " },
|
|
4794
|
+
{ "type": 1, "value": "position" },
|
|
4795
|
+
{ "type": 0, "value": "(共 " },
|
|
4796
|
+
{ "type": 1, "value": "total" },
|
|
4797
|
+
{ "type": 0, "value": " 个位置)的项目" }
|
|
4798
|
+
],
|
|
4799
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "重新排序已取消" }]
|
|
4800
|
+
},
|
|
4801
|
+
"date-range-picker": {
|
|
4802
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "相对模式" }],
|
|
4803
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "绝对模式" }],
|
|
4804
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "选择一个范围" }],
|
|
4805
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "取消" }],
|
|
4806
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "清除并关闭" }],
|
|
4807
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "应用" }],
|
|
4808
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "自定义范围" }],
|
|
4809
|
+
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "设置过去的自定义范围" }],
|
|
4810
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "时间单位" }],
|
|
4811
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "时长" }],
|
|
4812
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "输入时长" }],
|
|
4813
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "开始日期" }],
|
|
4814
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "开始时间" }],
|
|
4815
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "结束日期" }],
|
|
4816
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "结束时间" }],
|
|
4817
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
4818
|
+
{ "type": 0, "value": "对于日期,请使用 YYYY/MM/DD。对于时间,请使用 24 小时格式。" }
|
|
4819
|
+
],
|
|
4820
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
4821
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
4822
|
+
{ "type": 0, "value": "选定范围从 " },
|
|
4823
|
+
{ "type": 1, "value": "startDate" },
|
|
4824
|
+
{ "type": 0, "value": " 到 " },
|
|
4825
|
+
{ "type": 1, "value": "endDate" }
|
|
4826
|
+
],
|
|
4827
|
+
"i18nStrings.formatRelativeRange": [
|
|
4828
|
+
{
|
|
4829
|
+
"type": 6,
|
|
4830
|
+
"value": "amount",
|
|
4831
|
+
"options": {
|
|
4832
|
+
"one": {
|
|
4833
|
+
"value": [
|
|
4834
|
+
{ "type": 0, "value": "最近 " },
|
|
4835
|
+
{ "type": 1, "value": "amount" },
|
|
4836
|
+
{ "type": 0, "value": " " },
|
|
4837
|
+
{ "type": 1, "value": "unit" }
|
|
4838
|
+
]
|
|
4839
|
+
},
|
|
4840
|
+
"other": {
|
|
4841
|
+
"value": [
|
|
4842
|
+
{ "type": 0, "value": "最近 " },
|
|
4843
|
+
{ "type": 1, "value": "amount" },
|
|
4844
|
+
{ "type": 0, "value": " " },
|
|
4845
|
+
{ "type": 1, "value": "unit" }
|
|
4846
|
+
]
|
|
4847
|
+
}
|
|
4848
|
+
},
|
|
4849
|
+
"offset": 0,
|
|
4850
|
+
"pluralType": "cardinal"
|
|
4851
|
+
}
|
|
4852
|
+
],
|
|
4853
|
+
"i18nStrings.formatUnit": [
|
|
4854
|
+
{
|
|
4855
|
+
"type": 6,
|
|
4856
|
+
"value": "amount",
|
|
4857
|
+
"options": {
|
|
4858
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
4859
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
4860
|
+
},
|
|
4861
|
+
"offset": 0,
|
|
4862
|
+
"pluralType": "cardinal"
|
|
4863
|
+
}
|
|
4864
|
+
]
|
|
4865
|
+
},
|
|
1661
4866
|
"flashbar": {
|
|
1662
4867
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "通知" }],
|
|
1663
4868
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
@@ -1668,9 +4873,11 @@
|
|
|
1668
4873
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1669
4874
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1670
4875
|
},
|
|
1671
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
1672
4876
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
4877
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
4878
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "正在加载内容" }] },
|
|
1673
4879
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
4880
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "在新标签页中打开" }] },
|
|
1674
4881
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "关闭模态" }] },
|
|
1675
4882
|
"pagination": {
|
|
1676
4883
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "下一页" }],
|
|
@@ -1681,6 +4888,17 @@
|
|
|
1681
4888
|
],
|
|
1682
4889
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "上一页" }]
|
|
1683
4890
|
},
|
|
4891
|
+
"pie-chart": {
|
|
4892
|
+
"loadingText": [{ "type": 0, "value": "正在加载图表" }],
|
|
4893
|
+
"errorText": [{ "type": 0, "value": "无法获取数据。请稍后重试。" }],
|
|
4894
|
+
"recoveryText": [{ "type": 0, "value": "重试" }]
|
|
4895
|
+
},
|
|
4896
|
+
"multiselect": {
|
|
4897
|
+
"deselectAriaLabel": [
|
|
4898
|
+
{ "type": 0, "value": "删除 " },
|
|
4899
|
+
{ "type": 1, "value": "option__label" }
|
|
4900
|
+
]
|
|
4901
|
+
},
|
|
1684
4902
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "关闭弹出框" }] },
|
|
1685
4903
|
"property-filter": {
|
|
1686
4904
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "所有属性" }],
|
|
@@ -1715,7 +4933,7 @@
|
|
|
1715
4933
|
"value": [
|
|
1716
4934
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1717
4935
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1718
|
-
{ "type": 0, "value": "等于" },
|
|
4936
|
+
{ "type": 0, "value": " 等于 " },
|
|
1719
4937
|
{ "type": 1, "value": "token__value" }
|
|
1720
4938
|
]
|
|
1721
4939
|
},
|
|
@@ -1723,7 +4941,7 @@
|
|
|
1723
4941
|
"value": [
|
|
1724
4942
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1725
4943
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1726
|
-
{ "type": 0, "value": "不等于" },
|
|
4944
|
+
{ "type": 0, "value": " 不等于 " },
|
|
1727
4945
|
{ "type": 1, "value": "token__value" }
|
|
1728
4946
|
]
|
|
1729
4947
|
},
|
|
@@ -1731,7 +4949,7 @@
|
|
|
1731
4949
|
"value": [
|
|
1732
4950
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1733
4951
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1734
|
-
{ "type": 0, "value": "大于" },
|
|
4952
|
+
{ "type": 0, "value": " 大于 " },
|
|
1735
4953
|
{ "type": 1, "value": "token__value" }
|
|
1736
4954
|
]
|
|
1737
4955
|
},
|
|
@@ -1739,7 +4957,7 @@
|
|
|
1739
4957
|
"value": [
|
|
1740
4958
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1741
4959
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1742
|
-
{ "type": 0, "value": "大于或等于" },
|
|
4960
|
+
{ "type": 0, "value": " 大于或等于 " },
|
|
1743
4961
|
{ "type": 1, "value": "token__value" }
|
|
1744
4962
|
]
|
|
1745
4963
|
},
|
|
@@ -1747,7 +4965,7 @@
|
|
|
1747
4965
|
"value": [
|
|
1748
4966
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1749
4967
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1750
|
-
{ "type": 0, "value": "小于" },
|
|
4968
|
+
{ "type": 0, "value": " 小于 " },
|
|
1751
4969
|
{ "type": 1, "value": "token__value" }
|
|
1752
4970
|
]
|
|
1753
4971
|
},
|
|
@@ -1755,7 +4973,7 @@
|
|
|
1755
4973
|
"value": [
|
|
1756
4974
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1757
4975
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1758
|
-
{ "type": 0, "value": "小于或等于" },
|
|
4976
|
+
{ "type": 0, "value": " 小于或等于 " },
|
|
1759
4977
|
{ "type": 1, "value": "token__value" }
|
|
1760
4978
|
]
|
|
1761
4979
|
},
|
|
@@ -1763,7 +4981,7 @@
|
|
|
1763
4981
|
"value": [
|
|
1764
4982
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1765
4983
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1766
|
-
{ "type": 0, "value": "包含" },
|
|
4984
|
+
{ "type": 0, "value": " 包含 " },
|
|
1767
4985
|
{ "type": 1, "value": "token__value" }
|
|
1768
4986
|
]
|
|
1769
4987
|
},
|
|
@@ -1771,7 +4989,7 @@
|
|
|
1771
4989
|
"value": [
|
|
1772
4990
|
{ "type": 0, "value": "删除筛选条件," },
|
|
1773
4991
|
{ "type": 1, "value": "token__propertyKey" },
|
|
1774
|
-
{ "type": 0, "value": "不包含" },
|
|
4992
|
+
{ "type": 0, "value": " 不包含 " },
|
|
1775
4993
|
{ "type": 1, "value": "token__value" }
|
|
1776
4994
|
]
|
|
1777
4995
|
},
|
|
@@ -1780,10 +4998,67 @@
|
|
|
1780
4998
|
}
|
|
1781
4999
|
]
|
|
1782
5000
|
},
|
|
5001
|
+
"s3-resource-selector": {},
|
|
1783
5002
|
"select": {
|
|
1784
5003
|
"errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
1785
5004
|
"selectedAriaLabel": [{ "type": 0, "value": "已选定" }]
|
|
1786
5005
|
},
|
|
5006
|
+
"split-panel": {},
|
|
5007
|
+
"table": {
|
|
5008
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "正在提交编辑" }],
|
|
5009
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "编辑成功" }],
|
|
5010
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
5011
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "可编辑" }]
|
|
5012
|
+
},
|
|
5013
|
+
"tabs": {
|
|
5014
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "向左滚动" }],
|
|
5015
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "向右滚动" }]
|
|
5016
|
+
},
|
|
5017
|
+
"token-group": {
|
|
5018
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "显示更少" }],
|
|
5019
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "显示更多" }]
|
|
5020
|
+
},
|
|
5021
|
+
"top-navigation": {
|
|
5022
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "搜索" }],
|
|
5023
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "关闭搜索" }],
|
|
5024
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "更多" }],
|
|
5025
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "关闭菜单" }],
|
|
5026
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "返回" }],
|
|
5027
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "全部" }]
|
|
5028
|
+
},
|
|
5029
|
+
"tutorial-panel": {
|
|
5030
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "正在加载" }],
|
|
5031
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "选择教程" }],
|
|
5032
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "下载 PDF 版本" }],
|
|
5033
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "下载本教程的 PDF 版本" }],
|
|
5034
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "教程已完成" }],
|
|
5035
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "了解更多" }],
|
|
5036
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "启动教程" }],
|
|
5037
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "重启教程" }],
|
|
5038
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "恭喜!您完成了本教程。" }],
|
|
5039
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "反馈" }],
|
|
5040
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "关闭教程" }],
|
|
5041
|
+
"i18nStrings.taskTitle": [
|
|
5042
|
+
{ "type": 0, "value": "任务" },
|
|
5043
|
+
{ "type": 1, "value": "taskNumber" },
|
|
5044
|
+
{ "type": 0, "value": ":" },
|
|
5045
|
+
{ "type": 1, "value": "taskTitle" }
|
|
5046
|
+
],
|
|
5047
|
+
"i18nStrings.stepTitle": [
|
|
5048
|
+
{ "type": 0, "value": "步骤 " },
|
|
5049
|
+
{ "type": 1, "value": "stepNumber" },
|
|
5050
|
+
{ "type": 0, "value": ":" },
|
|
5051
|
+
{ "type": 1, "value": "stepTitle" }
|
|
5052
|
+
],
|
|
5053
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "关闭教程" }],
|
|
5054
|
+
"i18nStrings.labelTotalSteps": [
|
|
5055
|
+
{ "type": 0, "value": "总步骤数:" },
|
|
5056
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
5057
|
+
],
|
|
5058
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "待处理" }],
|
|
5059
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "进行中" }],
|
|
5060
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "成功" }]
|
|
5061
|
+
},
|
|
1787
5062
|
"wizard": {
|
|
1788
5063
|
"i18nStrings.stepNumberLabel": [
|
|
1789
5064
|
{ "type": 0, "value": "第 " },
|
|
@@ -1797,14 +5072,78 @@
|
|
|
1797
5072
|
{ "type": 1, "value": "stepsCount" },
|
|
1798
5073
|
{ "type": 0, "value": " 步" }
|
|
1799
5074
|
],
|
|
5075
|
+
"i18nStrings.skipToButtonLabel": [
|
|
5076
|
+
{ "type": 0, "value": "跳至 " },
|
|
5077
|
+
{ "type": 1, "value": "task__title" }
|
|
5078
|
+
],
|
|
5079
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "步骤" }],
|
|
1800
5080
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1801
5081
|
"i18nStrings.previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1802
5082
|
"i18nStrings.nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1803
|
-
"i18nStrings.optional": [{ "type": 0, "value": "可选" }]
|
|
5083
|
+
"i18nStrings.optional": [{ "type": 0, "value": "可选" }],
|
|
5084
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "正在加载下一步" }],
|
|
5085
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "正在提交表单" }]
|
|
1804
5086
|
}
|
|
1805
5087
|
},
|
|
1806
5088
|
"zh-TW": {
|
|
1807
5089
|
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "關閉提醒" }] },
|
|
5090
|
+
"[charts]": {
|
|
5091
|
+
"loadingText": [{ "type": 0, "value": "正在載入圖表" }],
|
|
5092
|
+
"errorText": [{ "type": 0, "value": "無法擷取資料。請稍後再試一次。" }],
|
|
5093
|
+
"recoveryText": [{ "type": 0, "value": "重試" }],
|
|
5094
|
+
"i18nStrings.filterLabel": [{ "type": 0, "value": "篩選顯示的資料" }],
|
|
5095
|
+
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "篩選資料" }],
|
|
5096
|
+
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "圖例" }],
|
|
5097
|
+
"i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "關閉" }],
|
|
5098
|
+
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "X 軸" }],
|
|
5099
|
+
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "Y 軸" }]
|
|
5100
|
+
},
|
|
5101
|
+
"annotation-context": {
|
|
5102
|
+
"i18nStrings.nextButtonText": [{ "type": 0, "value": "下一步" }],
|
|
5103
|
+
"i18nStrings.previousButtonText": [{ "type": 0, "value": "上一步" }],
|
|
5104
|
+
"i18nStrings.finishButtonText": [{ "type": 0, "value": "完成" }],
|
|
5105
|
+
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "關閉註釋" }],
|
|
5106
|
+
"i18nStrings.stepCounterText": [
|
|
5107
|
+
{ "type": 0, "value": "步驟 " },
|
|
5108
|
+
{ "type": 1, "value": "stepNumber" },
|
|
5109
|
+
{ "type": 0, "value": ",共 " },
|
|
5110
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
5111
|
+
{ "type": 0, "value": " 步" }
|
|
5112
|
+
],
|
|
5113
|
+
"i18nStrings.taskTitle": [
|
|
5114
|
+
{ "type": 0, "value": "任務 " },
|
|
5115
|
+
{ "type": 1, "value": "taskNumber" },
|
|
5116
|
+
{ "type": 0, "value": ":" },
|
|
5117
|
+
{ "type": 1, "value": "taskTitle" }
|
|
5118
|
+
],
|
|
5119
|
+
"i18nStrings.labelHotspot": [
|
|
5120
|
+
{
|
|
5121
|
+
"type": 5,
|
|
5122
|
+
"value": "openState",
|
|
5123
|
+
"options": {
|
|
5124
|
+
"true": {
|
|
5125
|
+
"value": [
|
|
5126
|
+
{ "type": 0, "value": "關閉步驟 " },
|
|
5127
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
5128
|
+
{ "type": 0, "value": " 之 " },
|
|
5129
|
+
{ "type": 1, "value": "stepNumber" },
|
|
5130
|
+
{ "type": 0, "value": " 的註釋" }
|
|
5131
|
+
]
|
|
5132
|
+
},
|
|
5133
|
+
"false": {
|
|
5134
|
+
"value": [
|
|
5135
|
+
{ "type": 0, "value": "開啟步驟 " },
|
|
5136
|
+
{ "type": 1, "value": "totalStepCount" },
|
|
5137
|
+
{ "type": 0, "value": " 之 " },
|
|
5138
|
+
{ "type": 1, "value": "stepNumber" },
|
|
5139
|
+
{ "type": 0, "value": " 的註釋" }
|
|
5140
|
+
]
|
|
5141
|
+
},
|
|
5142
|
+
"other": { "value": [] }
|
|
5143
|
+
}
|
|
5144
|
+
}
|
|
5145
|
+
]
|
|
5146
|
+
},
|
|
1808
5147
|
"app-layout": {
|
|
1809
5148
|
"ariaLabels.navigation": [{ "type": 0, "value": "側邊導覽" }],
|
|
1810
5149
|
"ariaLabels.navigationClose": [{ "type": 0, "value": "關閉側邊導覽" }],
|
|
@@ -1814,15 +5153,146 @@
|
|
|
1814
5153
|
"ariaLabels.toolsClose": [{ "type": 0, "value": "開啟說明面板" }],
|
|
1815
5154
|
"ariaLabels.toolsToggle": [{ "type": 0, "value": "關閉說明面板" }]
|
|
1816
5155
|
},
|
|
5156
|
+
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "合計" }] },
|
|
5157
|
+
"attribute-editor": {
|
|
5158
|
+
"removeButtonText": [{ "type": 0, "value": "移除" }],
|
|
5159
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }]
|
|
5160
|
+
},
|
|
1817
5161
|
"autosuggest": {
|
|
1818
5162
|
"errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
1819
|
-
"selectedAriaLabel": [{ "type": 0, "value": "已選取" }]
|
|
5163
|
+
"selectedAriaLabel": [{ "type": 0, "value": "已選取" }],
|
|
5164
|
+
"enteredTextLabel": [
|
|
5165
|
+
{ "type": 0, "value": "使用 " },
|
|
5166
|
+
{ "type": 1, "value": "value" }
|
|
5167
|
+
],
|
|
5168
|
+
"recoveryText": [{ "type": 0, "value": "重試" }]
|
|
1820
5169
|
},
|
|
5170
|
+
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "顯示路徑" }] },
|
|
1821
5171
|
"calendar": {
|
|
1822
5172
|
"nextMonthAriaLabel": [{ "type": 0, "value": "下個月" }],
|
|
1823
5173
|
"previousMonthAriaLabel": [{ "type": 0, "value": "上個月" }],
|
|
1824
5174
|
"todayAriaLabel": [{ "type": 0, "value": "今天" }]
|
|
1825
5175
|
},
|
|
5176
|
+
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "項目選擇" }] },
|
|
5177
|
+
"code-editor": {
|
|
5178
|
+
"i18nStrings.loadingState": [{ "type": 0, "value": "正在載入程式碼編輯器" }],
|
|
5179
|
+
"i18nStrings.errorState": [{ "type": 0, "value": "載入程式碼編輯器時發生錯誤。" }],
|
|
5180
|
+
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "重試" }],
|
|
5181
|
+
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "程式碼編輯器" }],
|
|
5182
|
+
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "狀態列" }],
|
|
5183
|
+
"i18nStrings.cursorPosition": [
|
|
5184
|
+
{ "type": 0, "value": "行 " },
|
|
5185
|
+
{ "type": 1, "value": "row" },
|
|
5186
|
+
{ "type": 0, "value": "、欄 " },
|
|
5187
|
+
{ "type": 1, "value": "column" }
|
|
5188
|
+
],
|
|
5189
|
+
"i18nStrings.errorsTab": [{ "type": 0, "value": "錯誤" }],
|
|
5190
|
+
"i18nStrings.warningsTab": [{ "type": 0, "value": "警告" }],
|
|
5191
|
+
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "偏好設定" }],
|
|
5192
|
+
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "關閉" }],
|
|
5193
|
+
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "偏好設定" }],
|
|
5194
|
+
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "取消" }],
|
|
5195
|
+
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "確認" }],
|
|
5196
|
+
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "換行" }],
|
|
5197
|
+
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "佈景主題" }],
|
|
5198
|
+
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "淺色佈景主題" }],
|
|
5199
|
+
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "深色佈景主題" }]
|
|
5200
|
+
},
|
|
5201
|
+
"collection-preferences": {
|
|
5202
|
+
"title": [{ "type": 0, "value": "偏好設定" }],
|
|
5203
|
+
"confirmLabel": [{ "type": 0, "value": "確認" }],
|
|
5204
|
+
"cancelLabel": [{ "type": 0, "value": "取消" }],
|
|
5205
|
+
"pageSizePreference.title": [{ "type": 0, "value": "頁面大小" }],
|
|
5206
|
+
"wrapLinesPreference.label": [{ "type": 0, "value": "換行" }],
|
|
5207
|
+
"wrapLinesPreference.description": [{ "type": 0, "value": "選取以查看所有文字並換行" }],
|
|
5208
|
+
"stripedRowsPreference.label": [{ "type": 0, "value": "條紋列" }],
|
|
5209
|
+
"stripedRowsPreference.description": [{ "type": 0, "value": "選取以新增加網底的列" }],
|
|
5210
|
+
"contentDensityPreference.label": [{ "type": 0, "value": "精簡模式" }],
|
|
5211
|
+
"contentDensityPreference.description": [{ "type": 0, "value": "選擇以更密集、更精簡的模式顯示內容" }],
|
|
5212
|
+
"contentDisplayPreference.title": [{ "type": 0, "value": "欄偏好設定" }],
|
|
5213
|
+
"contentDisplayPreference.description": [{ "type": 0, "value": "自訂欄的可見性和順序。" }],
|
|
5214
|
+
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "拖曳控點" }],
|
|
5215
|
+
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
5216
|
+
{
|
|
5217
|
+
"type": 0,
|
|
5218
|
+
"value": "使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。"
|
|
5219
|
+
}
|
|
5220
|
+
],
|
|
5221
|
+
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
5222
|
+
{ "type": 0, "value": "在第 " },
|
|
5223
|
+
{ "type": 1, "value": "position" },
|
|
5224
|
+
{ "type": 0, "value": " 位置 (共 " },
|
|
5225
|
+
{ "type": 1, "value": "total" },
|
|
5226
|
+
{ "type": 0, "value": " 個位置) 拾取了項目" }
|
|
5227
|
+
],
|
|
5228
|
+
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "重新排序已取消" }]
|
|
5229
|
+
},
|
|
5230
|
+
"date-range-picker": {
|
|
5231
|
+
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "相對模式" }],
|
|
5232
|
+
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "絕對模式" }],
|
|
5233
|
+
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "選擇範圍" }],
|
|
5234
|
+
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "取消" }],
|
|
5235
|
+
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "清除和關閉" }],
|
|
5236
|
+
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "套用" }],
|
|
5237
|
+
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "自訂範圍" }],
|
|
5238
|
+
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "設定過去的自訂範圍" }],
|
|
5239
|
+
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "時間單位" }],
|
|
5240
|
+
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "持續時間" }],
|
|
5241
|
+
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "輸入持續時間" }],
|
|
5242
|
+
"i18nStrings.startDateLabel": [{ "type": 0, "value": "開始日期" }],
|
|
5243
|
+
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "開始時間" }],
|
|
5244
|
+
"i18nStrings.endDateLabel": [{ "type": 0, "value": "結束日期" }],
|
|
5245
|
+
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "結束時間" }],
|
|
5246
|
+
"i18nStrings.dateTimeConstraintText": [
|
|
5247
|
+
{ "type": 0, "value": "日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。" }
|
|
5248
|
+
],
|
|
5249
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
5250
|
+
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
5251
|
+
{ "type": 0, "value": "已選取從 " },
|
|
5252
|
+
{ "type": 1, "value": "startDate" },
|
|
5253
|
+
{ "type": 0, "value": " 到 " },
|
|
5254
|
+
{ "type": 1, "value": "endDate" },
|
|
5255
|
+
{ "type": 0, "value": " 的範圍" }
|
|
5256
|
+
],
|
|
5257
|
+
"i18nStrings.formatRelativeRange": [
|
|
5258
|
+
{
|
|
5259
|
+
"type": 6,
|
|
5260
|
+
"value": "amount",
|
|
5261
|
+
"options": {
|
|
5262
|
+
"one": {
|
|
5263
|
+
"value": [
|
|
5264
|
+
{ "type": 0, "value": "最後 " },
|
|
5265
|
+
{ "type": 1, "value": "amount" },
|
|
5266
|
+
{ "type": 0, "value": " " },
|
|
5267
|
+
{ "type": 1, "value": "unit" }
|
|
5268
|
+
]
|
|
5269
|
+
},
|
|
5270
|
+
"other": {
|
|
5271
|
+
"value": [
|
|
5272
|
+
{ "type": 0, "value": "最後 " },
|
|
5273
|
+
{ "type": 1, "value": "amount" },
|
|
5274
|
+
{ "type": 0, "value": " " },
|
|
5275
|
+
{ "type": 1, "value": "unit" }
|
|
5276
|
+
]
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5279
|
+
"offset": 0,
|
|
5280
|
+
"pluralType": "cardinal"
|
|
5281
|
+
}
|
|
5282
|
+
],
|
|
5283
|
+
"i18nStrings.formatUnit": [
|
|
5284
|
+
{
|
|
5285
|
+
"type": 6,
|
|
5286
|
+
"value": "amount",
|
|
5287
|
+
"options": {
|
|
5288
|
+
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
5289
|
+
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
5290
|
+
},
|
|
5291
|
+
"offset": 0,
|
|
5292
|
+
"pluralType": "cardinal"
|
|
5293
|
+
}
|
|
5294
|
+
]
|
|
5295
|
+
},
|
|
1826
5296
|
"flashbar": {
|
|
1827
5297
|
"i18nStrings.ariaLabel": [{ "type": 0, "value": "通知" }],
|
|
1828
5298
|
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
@@ -1833,9 +5303,11 @@
|
|
|
1833
5303
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
1834
5304
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
1835
5305
|
},
|
|
1836
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
1837
5306
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
5307
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
5308
|
+
"help-panel": { "loadingText": [{ "type": 0, "value": "載入內容" }] },
|
|
1838
5309
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
5310
|
+
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "在新索引標籤中開啟" }] },
|
|
1839
5311
|
"modal": { "closeAriaLabel": [{ "type": 0, "value": "關閉強制回應" }] },
|
|
1840
5312
|
"pagination": {
|
|
1841
5313
|
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "下一頁" }],
|
|
@@ -1846,6 +5318,17 @@
|
|
|
1846
5318
|
],
|
|
1847
5319
|
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "上一頁" }]
|
|
1848
5320
|
},
|
|
5321
|
+
"pie-chart": {
|
|
5322
|
+
"loadingText": [{ "type": 0, "value": "正在載入圖表" }],
|
|
5323
|
+
"errorText": [{ "type": 0, "value": "無法擷取資料。請稍後再試一次。" }],
|
|
5324
|
+
"recoveryText": [{ "type": 0, "value": "重試" }]
|
|
5325
|
+
},
|
|
5326
|
+
"multiselect": {
|
|
5327
|
+
"deselectAriaLabel": [
|
|
5328
|
+
{ "type": 0, "value": "移除 " },
|
|
5329
|
+
{ "type": 1, "value": "option__label" }
|
|
5330
|
+
]
|
|
5331
|
+
},
|
|
1849
5332
|
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "關閉彈出視窗" }] },
|
|
1850
5333
|
"property-filter": {
|
|
1851
5334
|
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "所有屬性" }],
|
|
@@ -1945,10 +5428,67 @@
|
|
|
1945
5428
|
}
|
|
1946
5429
|
]
|
|
1947
5430
|
},
|
|
5431
|
+
"s3-resource-selector": {},
|
|
1948
5432
|
"select": {
|
|
1949
5433
|
"errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
1950
5434
|
"selectedAriaLabel": [{ "type": 0, "value": "已選取" }]
|
|
1951
5435
|
},
|
|
5436
|
+
"split-panel": {},
|
|
5437
|
+
"table": {
|
|
5438
|
+
"ariaLabels.submittingEditText": [{ "type": 0, "value": "提交編輯" }],
|
|
5439
|
+
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "編輯成功" }],
|
|
5440
|
+
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
5441
|
+
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "dditable" }]
|
|
5442
|
+
},
|
|
5443
|
+
"tabs": {
|
|
5444
|
+
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "向左捲動" }],
|
|
5445
|
+
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "向右捲動" }]
|
|
5446
|
+
},
|
|
5447
|
+
"token-group": {
|
|
5448
|
+
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "顯示較少" }],
|
|
5449
|
+
"i18nStrings.limitShowMore": [{ "type": 0, "value": "顯示更多" }]
|
|
5450
|
+
},
|
|
5451
|
+
"top-navigation": {
|
|
5452
|
+
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "搜尋" }],
|
|
5453
|
+
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "關閉搜尋" }],
|
|
5454
|
+
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "更多" }],
|
|
5455
|
+
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "關閉選單" }],
|
|
5456
|
+
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "返回" }],
|
|
5457
|
+
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "全部" }]
|
|
5458
|
+
},
|
|
5459
|
+
"tutorial-panel": {
|
|
5460
|
+
"i18nStrings.loadingText": [{ "type": 0, "value": "正在載入" }],
|
|
5461
|
+
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "選擇教學" }],
|
|
5462
|
+
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "下載 PDF 版本" }],
|
|
5463
|
+
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "下載本教學課程的 PDF 版本" }],
|
|
5464
|
+
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "教學已完成" }],
|
|
5465
|
+
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "進一步了解" }],
|
|
5466
|
+
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "開始教學" }],
|
|
5467
|
+
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "重新啟動教學課程" }],
|
|
5468
|
+
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "恭喜!您已完成了教學課程。" }],
|
|
5469
|
+
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "意見回饋" }],
|
|
5470
|
+
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "結束教學" }],
|
|
5471
|
+
"i18nStrings.taskTitle": [
|
|
5472
|
+
{ "type": 0, "value": "任務 " },
|
|
5473
|
+
{ "type": 1, "value": "taskNumber" },
|
|
5474
|
+
{ "type": 0, "value": ":" },
|
|
5475
|
+
{ "type": 1, "value": "taskTitle" }
|
|
5476
|
+
],
|
|
5477
|
+
"i18nStrings.stepTitle": [
|
|
5478
|
+
{ "type": 0, "value": "步驟" },
|
|
5479
|
+
{ "type": 1, "value": "stepNumber" },
|
|
5480
|
+
{ "type": 0, "value": "︰" },
|
|
5481
|
+
{ "type": 1, "value": "stepTitle" }
|
|
5482
|
+
],
|
|
5483
|
+
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "結束教學" }],
|
|
5484
|
+
"i18nStrings.labelTotalSteps": [
|
|
5485
|
+
{ "type": 0, "value": "總步驟︰" },
|
|
5486
|
+
{ "type": 1, "value": "totalStepCount" }
|
|
5487
|
+
],
|
|
5488
|
+
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "等待中" }],
|
|
5489
|
+
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "進行中" }],
|
|
5490
|
+
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "成功" }]
|
|
5491
|
+
},
|
|
1952
5492
|
"wizard": {
|
|
1953
5493
|
"i18nStrings.stepNumberLabel": [
|
|
1954
5494
|
{ "type": 0, "value": "步驟 " },
|
|
@@ -1961,10 +5501,17 @@
|
|
|
1961
5501
|
{ "type": 1, "value": "stepsCount" },
|
|
1962
5502
|
{ "type": 0, "value": " 步" }
|
|
1963
5503
|
],
|
|
5504
|
+
"i18nStrings.skipToButtonLabel": [
|
|
5505
|
+
{ "type": 0, "value": "跳到 " },
|
|
5506
|
+
{ "type": 1, "value": "task__title" }
|
|
5507
|
+
],
|
|
5508
|
+
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "步驟" }],
|
|
1964
5509
|
"i18nStrings.cancelButton": [{ "type": 0, "value": "取消" }],
|
|
1965
5510
|
"i18nStrings.previousButton": [{ "type": 0, "value": "上一步" }],
|
|
1966
5511
|
"i18nStrings.nextButton": [{ "type": 0, "value": "下一步" }],
|
|
1967
|
-
"i18nStrings.optional": [{ "type": 0, "value": "選用" }]
|
|
5512
|
+
"i18nStrings.optional": [{ "type": 0, "value": "選用" }],
|
|
5513
|
+
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "載入下一個步驟" }],
|
|
5514
|
+
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "提交表單" }]
|
|
1968
5515
|
}
|
|
1969
5516
|
}
|
|
1970
5517
|
}
|