@cloudscape-design/components 3.0.346 → 3.0.348
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/alert/internal.js +1 -1
- package/alert/internal.js.map +1 -1
- package/app-layout/index.js +1 -1
- package/app-layout/index.js.map +1 -1
- package/area-chart/chart-container.d.ts.map +1 -1
- package/area-chart/chart-container.js +8 -4
- package/area-chart/chart-container.js.map +1 -1
- package/area-chart/elements/use-highlight-details.js +1 -1
- package/area-chart/elements/use-highlight-details.js.map +1 -1
- package/attribute-editor/row.js +1 -1
- package/attribute-editor/row.js.map +1 -1
- package/autosuggest/autosuggest-option.js +1 -1
- package/autosuggest/autosuggest-option.js.map +1 -1
- package/autosuggest/internal.js +1 -1
- package/autosuggest/internal.js.map +1 -1
- package/breadcrumb-group/internal.js +1 -1
- package/breadcrumb-group/internal.js.map +1 -1
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +24 -2
- package/button/internal.js.map +1 -1
- package/button-dropdown/interfaces.d.ts +2 -15
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/calendar/internal.js +1 -1
- package/calendar/internal.js.map +1 -1
- package/cards/index.js +1 -1
- package/cards/index.js.map +1 -1
- package/code-editor/index.js +1 -1
- package/code-editor/index.js.map +1 -1
- package/code-editor/status-bar.js +1 -1
- package/code-editor/status-bar.js.map +1 -1
- package/collection-preferences/content-display/index.js +1 -1
- package/collection-preferences/content-display/index.js.map +1 -1
- package/collection-preferences/index.js +1 -1
- package/collection-preferences/index.js.map +1 -1
- package/collection-preferences/utils.js +1 -1
- package/collection-preferences/utils.js.map +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/index.js.map +1 -1
- package/date-range-picker/calendar/index.js +1 -1
- package/date-range-picker/calendar/index.js.map +1 -1
- package/date-range-picker/calendar/range-inputs.js +1 -1
- package/date-range-picker/calendar/range-inputs.js.map +1 -1
- package/date-range-picker/dropdown.js +1 -1
- package/date-range-picker/dropdown.js.map +1 -1
- package/date-range-picker/index.js +1 -1
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/mode-switcher.js +1 -1
- package/date-range-picker/mode-switcher.js.map +1 -1
- package/date-range-picker/relative-range/index.js +1 -1
- package/date-range-picker/relative-range/index.js.map +1 -1
- package/flashbar/collapsible-flashbar.js +1 -1
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.js +1 -1
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/form/internal.js +1 -1
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +1 -1
- package/form-field/internal.js.map +1 -1
- package/help-panel/index.js +1 -1
- package/help-panel/index.js.map +1 -1
- package/i18n/index.d.ts +1 -1
- package/i18n/index.d.ts.map +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.js.map +1 -1
- package/i18n/provider.d.ts.map +1 -1
- package/i18n/provider.js +4 -2
- package/i18n/provider.js.map +1 -1
- package/i18n/testing.d.ts.map +1 -1
- package/i18n/testing.js +2 -0
- package/i18n/testing.js.map +1 -1
- package/input/internal.js +1 -1
- package/input/internal.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +50 -1
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +13 -0
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js +4 -0
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +4 -0
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +73 -20
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.d.ts +14 -5
- package/internal/components/cartesian-chart/bottom-labels.d.ts.map +1 -1
- package/internal/components/cartesian-chart/bottom-labels.js +14 -15
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
- package/internal/components/cartesian-chart/left-labels.js +1 -1
- package/internal/components/cartesian-chart/left-labels.js.map +1 -1
- package/internal/components/chart-filter/index.js +1 -1
- package/internal/components/chart-filter/index.js.map +1 -1
- package/internal/components/chart-legend/index.js +1 -1
- package/internal/components/chart-legend/index.js.map +1 -1
- package/internal/components/chart-plot/index.js +1 -1
- package/internal/components/chart-plot/index.js.map +1 -1
- package/internal/components/chart-status-container/index.js +1 -1
- package/internal/components/chart-status-container/index.js.map +1 -1
- package/internal/components/dropdown/interfaces.d.ts +8 -5
- package/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/internal/components/dropdown/interfaces.js.map +1 -1
- package/internal/components/token-list/token-limit-toggle.js +1 -1
- package/internal/components/token-list/token-limit-toggle.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/link/internal.js +1 -1
- package/link/internal.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +60 -37
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/modal/internal.js +1 -1
- package/modal/internal.js.map +1 -1
- package/multiselect/internal.js +1 -1
- package/multiselect/internal.js.map +1 -1
- package/package.json +2 -29
- package/pagination/internal.js +1 -1
- package/pagination/internal.js.map +1 -1
- package/pie-chart/pie-chart.js +1 -1
- package/pie-chart/pie-chart.js.map +1 -1
- package/pie-chart/segments.js +1 -1
- package/pie-chart/segments.js.map +1 -1
- package/pie-chart/utils.d.ts +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js.map +1 -1
- package/popover/body.js +1 -1
- package/popover/body.js.map +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/property-filter/index.js +1 -1
- package/property-filter/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +1 -1
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts +1 -1
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/buckets-table.js +1 -1
- package/s3-resource-selector/s3-modal/buckets-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/index.js +1 -1
- package/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/objects-table.js +1 -1
- package/s3-resource-selector/s3-modal/objects-table.js.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/s3-resource-selector/s3-modal/versions-table.js +1 -1
- package/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
- package/select/internal.js +1 -1
- package/select/internal.js.map +1 -1
- package/split-panel/index.js +1 -1
- package/split-panel/index.js.map +1 -1
- package/table/body-cell/index.js +1 -1
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/inline-editor.js +1 -1
- package/table/body-cell/inline-editor.js.map +1 -1
- package/table/body-cell/td-element.d.ts +3 -1
- package/table/body-cell/td-element.d.ts.map +1 -1
- package/table/body-cell/td-element.js +5 -7
- package/table/body-cell/td-element.js.map +1 -1
- package/table/header-cell/index.d.ts +2 -0
- package/table/header-cell/index.d.ts.map +1 -1
- package/table/header-cell/index.js +5 -4
- package/table/header-cell/index.js.map +1 -1
- package/table/header-cell/utils.d.ts +0 -1
- package/table/header-cell/utils.d.ts.map +1 -1
- package/table/header-cell/utils.js +0 -6
- package/table/header-cell/utils.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +9 -8
- package/table/internal.js.map +1 -1
- package/table/sticky-header.d.ts +2 -0
- package/table/sticky-header.d.ts.map +1 -1
- package/table/sticky-header.js +3 -2
- package/table/sticky-header.js.map +1 -1
- package/table/table-role/index.d.ts +2 -0
- package/table/table-role/index.d.ts.map +1 -0
- package/table/table-role/index.js +4 -0
- package/table/table-role/index.js.map +1 -0
- package/table/table-role/table-role-helper.d.ts +22 -0
- package/table/table-role/table-role-helper.d.ts.map +1 -0
- package/table/table-role/table-role-helper.js +47 -0
- package/table/table-role/table-role-helper.js.map +1 -0
- package/table/thead.d.ts +2 -0
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +4 -3
- package/table/thead.js.map +1 -1
- package/tabs/tab-header-bar.js +1 -1
- package/tabs/tab-header-bar.js.map +1 -1
- package/tag-editor/index.js +1 -1
- package/tag-editor/index.js.map +1 -1
- package/tag-editor/validation.d.ts +1 -1
- package/tag-editor/validation.d.ts.map +1 -1
- package/tag-editor/validation.js.map +1 -1
- package/top-navigation/internal.js +1 -1
- package/top-navigation/internal.js.map +1 -1
- package/top-navigation/parts/overflow-menu/index.js +1 -1
- package/top-navigation/parts/overflow-menu/index.js.map +1 -1
- package/wizard/internal.js +1 -1
- package/wizard/internal.js.map +1 -1
- package/internal/i18n/context.d.ts +0 -2
- package/internal/i18n/context.d.ts.map +0 -1
- package/internal/i18n/context.js +0 -4
- package/internal/i18n/context.js.map +0 -1
- package/internal/i18n/index.d.ts +0 -2
- package/internal/i18n/index.d.ts.map +0 -1
- package/internal/i18n/index.js +0 -4
- package/internal/i18n/index.js.map +0 -1
- package/internal/i18n/messages/all.all.d.ts +0 -3
- package/internal/i18n/messages/all.all.js +0 -8627
- package/internal/i18n/messages/all.all.json +0 -8697
- package/internal/i18n/messages/all.de.d.ts +0 -3
- package/internal/i18n/messages/all.de.js +0 -741
- package/internal/i18n/messages/all.de.json +0 -751
- package/internal/i18n/messages/all.en-GB.d.ts +0 -3
- package/internal/i18n/messages/all.en-GB.js +0 -721
- package/internal/i18n/messages/all.en-GB.json +0 -724
- package/internal/i18n/messages/all.en.d.ts +0 -3
- package/internal/i18n/messages/all.en.js +0 -722
- package/internal/i18n/messages/all.en.json +0 -721
- package/internal/i18n/messages/all.es.d.ts +0 -3
- package/internal/i18n/messages/all.es.js +0 -726
- package/internal/i18n/messages/all.es.json +0 -732
- package/internal/i18n/messages/all.fr.d.ts +0 -3
- package/internal/i18n/messages/all.fr.js +0 -759
- package/internal/i18n/messages/all.fr.json +0 -765
- package/internal/i18n/messages/all.id.d.ts +0 -3
- package/internal/i18n/messages/all.id.js +0 -718
- package/internal/i18n/messages/all.id.json +0 -726
- package/internal/i18n/messages/all.it.d.ts +0 -3
- package/internal/i18n/messages/all.it.js +0 -730
- package/internal/i18n/messages/all.it.json +0 -737
- package/internal/i18n/messages/all.ja.d.ts +0 -3
- package/internal/i18n/messages/all.ja.js +0 -725
- package/internal/i18n/messages/all.ja.json +0 -730
- package/internal/i18n/messages/all.ko.d.ts +0 -3
- package/internal/i18n/messages/all.ko.js +0 -699
- package/internal/i18n/messages/all.ko.json +0 -713
- package/internal/i18n/messages/all.pt-BR.d.ts +0 -3
- package/internal/i18n/messages/all.pt-BR.js +0 -729
- package/internal/i18n/messages/all.pt-BR.json +0 -737
- package/internal/i18n/messages/all.zh-CN.d.ts +0 -3
- package/internal/i18n/messages/all.zh-CN.js +0 -701
- package/internal/i18n/messages/all.zh-CN.json +0 -703
- package/internal/i18n/messages/all.zh-TW.d.ts +0 -3
- package/internal/i18n/messages/all.zh-TW.js +0 -700
- package/internal/i18n/messages/all.zh-TW.json +0 -702
- package/internal/i18n/provider.d.ts +0 -2
- package/internal/i18n/provider.d.ts.map +0 -1
- package/internal/i18n/provider.js +0 -4
- package/internal/i18n/provider.js.map +0 -1
- package/internal/i18n/testing.d.ts +0 -2
- package/internal/i18n/testing.d.ts.map +0 -1
- package/internal/i18n/testing.js +0 -4
- package/internal/i18n/testing.js.map +0 -1
|
@@ -1,713 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@cloudscape-design/components": {
|
|
3
|
-
"ko": {
|
|
4
|
-
"[charts]": {
|
|
5
|
-
"loadingText": [{ "type": 0, "value": "차트 로드 중" }],
|
|
6
|
-
"errorText": [{ "type": 0, "value": "데이터를 가져올 수 없습니다. 나중에 다시 시도하세요." }],
|
|
7
|
-
"recoveryText": [{ "type": 0, "value": "재시도" }],
|
|
8
|
-
"i18nStrings.filterLabel": [{ "type": 0, "value": "표시된 데이터 필터링" }],
|
|
9
|
-
"i18nStrings.filterPlaceholder": [{ "type": 0, "value": "데이터 필터링" }],
|
|
10
|
-
"i18nStrings.legendAriaLabel": [{ "type": 0, "value": "범례" }],
|
|
11
|
-
"i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x축" }],
|
|
12
|
-
"i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y축" }]
|
|
13
|
-
},
|
|
14
|
-
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "알림 무시" }] },
|
|
15
|
-
"annotation-context": {
|
|
16
|
-
"i18nStrings.nextButtonText": [{ "type": 0, "value": "다음" }],
|
|
17
|
-
"i18nStrings.previousButtonText": [{ "type": 0, "value": "이전" }],
|
|
18
|
-
"i18nStrings.finishButtonText": [{ "type": 0, "value": "완료" }],
|
|
19
|
-
"i18nStrings.labelDismissAnnotation": [{ "type": 0, "value": "주석 무시" }],
|
|
20
|
-
"i18nStrings.stepCounterText": [
|
|
21
|
-
{ "type": 1, "value": "stepNumber" },
|
|
22
|
-
{ "type": 0, "value": "/" },
|
|
23
|
-
{ "type": 1, "value": "totalStepCount" },
|
|
24
|
-
{ "type": 0, "value": "단계" }
|
|
25
|
-
],
|
|
26
|
-
"i18nStrings.taskTitle": [
|
|
27
|
-
{ "type": 0, "value": "작업 " },
|
|
28
|
-
{ "type": 1, "value": "taskNumber" },
|
|
29
|
-
{ "type": 0, "value": ": " },
|
|
30
|
-
{ "type": 1, "value": "taskTitle" }
|
|
31
|
-
],
|
|
32
|
-
"i18nStrings.labelHotspot": [
|
|
33
|
-
{
|
|
34
|
-
"type": 5,
|
|
35
|
-
"value": "openState",
|
|
36
|
-
"options": {
|
|
37
|
-
"true": {
|
|
38
|
-
"value": [
|
|
39
|
-
{ "type": 1, "value": "stepNumber" },
|
|
40
|
-
{ "type": 0, "value": "/" },
|
|
41
|
-
{ "type": 1, "value": "totalStepCount" },
|
|
42
|
-
{ "type": 0, "value": "단계에 대한 주석 닫기" }
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
|
-
"false": {
|
|
46
|
-
"value": [
|
|
47
|
-
{ "type": 1, "value": "stepNumber" },
|
|
48
|
-
{ "type": 0, "value": "/" },
|
|
49
|
-
{ "type": 1, "value": "totalStepCount" },
|
|
50
|
-
{ "type": 0, "value": "단계에 대한 주석 열기" }
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
"other": { "value": [] }
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"app-layout": {
|
|
59
|
-
"ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
|
|
60
|
-
"ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
|
|
61
|
-
"ariaLabels.navigationToggle": [{ "type": 0, "value": "측면 탐색 열기" }],
|
|
62
|
-
"ariaLabels.notifications": [{ "type": 0, "value": "알림" }],
|
|
63
|
-
"ariaLabels.tools": [{ "type": 0, "value": "도움말 창" }],
|
|
64
|
-
"ariaLabels.toolsClose": [{ "type": 0, "value": "도움말 창 닫기" }],
|
|
65
|
-
"ariaLabels.toolsToggle": [{ "type": 0, "value": "도움말 창 열기" }]
|
|
66
|
-
},
|
|
67
|
-
"area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "합계" }] },
|
|
68
|
-
"attribute-editor": { "removeButtonText": [{ "type": 0, "value": "제거" }] },
|
|
69
|
-
"autosuggest": {
|
|
70
|
-
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
71
|
-
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }],
|
|
72
|
-
"enteredTextLabel": [
|
|
73
|
-
{ "type": 0, "value": "사용: ‘" },
|
|
74
|
-
{ "type": 1, "value": "value" },
|
|
75
|
-
{ "type": 0, "value": "’" }
|
|
76
|
-
],
|
|
77
|
-
"recoveryText": [{ "type": 0, "value": "재시도" }]
|
|
78
|
-
},
|
|
79
|
-
"breadcrumb-group": { "expandAriaLabel": [{ "type": 0, "value": "경로 표시" }] },
|
|
80
|
-
"calendar": {
|
|
81
|
-
"nextMonthAriaLabel": [{ "type": 0, "value": "다음 달" }],
|
|
82
|
-
"previousMonthAriaLabel": [{ "type": 0, "value": "이전 달" }],
|
|
83
|
-
"todayAriaLabel": [{ "type": 0, "value": "오늘" }]
|
|
84
|
-
},
|
|
85
|
-
"cards": { "ariaLabels.selectionGroupLabel": [{ "type": 0, "value": "항목 선택" }] },
|
|
86
|
-
"code-editor": {
|
|
87
|
-
"i18nStrings.loadingState": [{ "type": 0, "value": "코드 편집기 로드 중" }],
|
|
88
|
-
"i18nStrings.errorState": [{ "type": 0, "value": "코드 편집기를 로드하는 중 오류가 발생했습니다." }],
|
|
89
|
-
"i18nStrings.errorStateRecovery": [{ "type": 0, "value": "재시도" }],
|
|
90
|
-
"i18nStrings.editorGroupAriaLabel": [{ "type": 0, "value": "코드 편집기" }],
|
|
91
|
-
"i18nStrings.statusBarGroupAriaLabel": [{ "type": 0, "value": "상태 표시줄" }],
|
|
92
|
-
"i18nStrings.cursorPosition": [
|
|
93
|
-
{ "type": 1, "value": "row" },
|
|
94
|
-
{ "type": 0, "value": "번째 줄, " },
|
|
95
|
-
{ "type": 1, "value": "column" },
|
|
96
|
-
{ "type": 0, "value": "번째 열" }
|
|
97
|
-
],
|
|
98
|
-
"i18nStrings.errorsTab": [{ "type": 0, "value": "오류" }],
|
|
99
|
-
"i18nStrings.warningsTab": [{ "type": 0, "value": "경고" }],
|
|
100
|
-
"i18nStrings.preferencesButtonAriaLabel": [{ "type": 0, "value": "기본 설정" }],
|
|
101
|
-
"i18nStrings.paneCloseButtonAriaLabel": [{ "type": 0, "value": "닫기" }],
|
|
102
|
-
"i18nStrings.preferencesModalHeader": [{ "type": 0, "value": "기본 설정" }],
|
|
103
|
-
"i18nStrings.preferencesModalCancel": [{ "type": 0, "value": "취소" }],
|
|
104
|
-
"i18nStrings.preferencesModalConfirm": [{ "type": 0, "value": "확인" }],
|
|
105
|
-
"i18nStrings.preferencesModalWrapLines": [{ "type": 0, "value": "줄 바꿈" }],
|
|
106
|
-
"i18nStrings.preferencesModalTheme": [{ "type": 0, "value": "테마" }],
|
|
107
|
-
"i18nStrings.preferencesModalLightThemes": [{ "type": 0, "value": "밝은 테마" }],
|
|
108
|
-
"i18nStrings.preferencesModalDarkThemes": [{ "type": 0, "value": "다크 테마" }]
|
|
109
|
-
},
|
|
110
|
-
"collection-preferences": {
|
|
111
|
-
"title": [{ "type": 0, "value": "기본 설정" }],
|
|
112
|
-
"confirmLabel": [{ "type": 0, "value": "확인" }],
|
|
113
|
-
"cancelLabel": [{ "type": 0, "value": "취소" }],
|
|
114
|
-
"pageSizePreference.title": [{ "type": 0, "value": "페이지 크기" }],
|
|
115
|
-
"wrapLinesPreference.label": [{ "type": 0, "value": "줄 바꿈" }],
|
|
116
|
-
"wrapLinesPreference.description": [{ "type": 0, "value": "모든 텍스트를 보고 줄 바꿈을 하려면 선택" }],
|
|
117
|
-
"stripedRowsPreference.label": [{ "type": 0, "value": "스트라이핑된 행" }],
|
|
118
|
-
"stripedRowsPreference.description": [{ "type": 0, "value": "교대로 음영 처리된 행을 추가하려면 선택" }],
|
|
119
|
-
"contentDensityPreference.label": [{ "type": 0, "value": "압축 모드" }],
|
|
120
|
-
"contentDensityPreference.description": [
|
|
121
|
-
{ "type": 0, "value": "콘텐츠를 더 조밀하게 압축하여 표시하려면 선택" }
|
|
122
|
-
],
|
|
123
|
-
"contentDisplayPreference.title": [{ "type": 0, "value": "열 기본 설정" }],
|
|
124
|
-
"contentDisplayPreference.description": [{ "type": 0, "value": "열 표시 여부 및 순서를 사용자 지정합니다." }],
|
|
125
|
-
"contentDisplayPreference.dragHandleAriaLabel": [{ "type": 0, "value": "핸들 끌기" }],
|
|
126
|
-
"contentDisplayPreference.dragHandleAriaDescription": [
|
|
127
|
-
{
|
|
128
|
-
"type": 0,
|
|
129
|
-
"value": "스페이스 또는 Enter를 사용하여 항목 끌기 기능을 활성화하고 화살표 키를 사용하여 항목의 위치를 이동합니다. 위치 이동을 완료하려면 스페이스 또는 Enter를 사용하거나 이동을 취소하려면 Escape를 사용합니다."
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"contentDisplayPreference.liveAnnouncementDndStarted": [
|
|
133
|
-
{ "type": 1, "value": "position" },
|
|
134
|
-
{ "type": 0, "value": "/" },
|
|
135
|
-
{ "type": 1, "value": "total" },
|
|
136
|
-
{ "type": 0, "value": "개 위치에서 선택한 항목" }
|
|
137
|
-
],
|
|
138
|
-
"contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "재정렬 취소됨" }],
|
|
139
|
-
"contentDisplayPreference.liveAnnouncementDndItemReordered": [
|
|
140
|
-
{
|
|
141
|
-
"type": 5,
|
|
142
|
-
"value": "isInitialPosition",
|
|
143
|
-
"options": {
|
|
144
|
-
"true": {
|
|
145
|
-
"value": [
|
|
146
|
-
{ "type": 1, "value": "currentPosition" },
|
|
147
|
-
{ "type": 0, "value": "/" },
|
|
148
|
-
{ "type": 1, "value": "total" },
|
|
149
|
-
{ "type": 0, "value": " 위치로 항목 다시 이동" }
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
"false": {
|
|
153
|
-
"value": [
|
|
154
|
-
{ "type": 1, "value": "currentPosition" },
|
|
155
|
-
{ "type": 0, "value": "/" },
|
|
156
|
-
{ "type": 1, "value": "total" },
|
|
157
|
-
{ "type": 0, "value": " 위치로 항목 이동" }
|
|
158
|
-
]
|
|
159
|
-
},
|
|
160
|
-
"other": { "value": [] }
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"contentDisplayPreference.liveAnnouncementDndItemCommitted": [
|
|
165
|
-
{
|
|
166
|
-
"type": 5,
|
|
167
|
-
"value": "isInitialPosition",
|
|
168
|
-
"options": {
|
|
169
|
-
"true": {
|
|
170
|
-
"value": [
|
|
171
|
-
{ "type": 0, "value": "항목이 원래 위치인 " },
|
|
172
|
-
{ "type": 1, "value": "initialPosition" },
|
|
173
|
-
{ "type": 0, "value": "/" },
|
|
174
|
-
{ "type": 1, "value": "total" },
|
|
175
|
-
{ "type": 0, "value": " 위치로 다시 이동됨" }
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
"false": {
|
|
179
|
-
"value": [
|
|
180
|
-
{ "type": 0, "value": "항목이 " },
|
|
181
|
-
{ "type": 1, "value": "initialPosition" },
|
|
182
|
-
{ "type": 0, "value": "/" },
|
|
183
|
-
{ "type": 1, "value": "total" },
|
|
184
|
-
{ "type": 0, "value": " 위치에서 인 " },
|
|
185
|
-
{ "type": 1, "value": "finalPosition" },
|
|
186
|
-
{ "type": 0, "value": "/" },
|
|
187
|
-
{ "type": 1, "value": "total" },
|
|
188
|
-
{ "type": 0, "value": " 위치로 이동됨" }
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
|
-
"other": { "value": [] }
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
|
-
"date-range-picker": {
|
|
197
|
-
"i18nStrings.relativeModeTitle": [{ "type": 0, "value": "상대 모드" }],
|
|
198
|
-
"i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "절대 모드" }],
|
|
199
|
-
"i18nStrings.relativeRangeSelectionHeading": [{ "type": 0, "value": "범위 선택" }],
|
|
200
|
-
"i18nStrings.cancelButtonLabel": [{ "type": 0, "value": "취소" }],
|
|
201
|
-
"i18nStrings.clearButtonLabel": [{ "type": 0, "value": "지우기 및 무시" }],
|
|
202
|
-
"i18nStrings.applyButtonLabel": [{ "type": 0, "value": "적용" }],
|
|
203
|
-
"i18nStrings.customRelativeRangeOptionLabel": [{ "type": 0, "value": "사용자 지정 범위" }],
|
|
204
|
-
"i18nStrings.customRelativeRangeOptionDescription": [{ "type": 0, "value": "과거의 사용자 지정 범위 설정" }],
|
|
205
|
-
"i18nStrings.customRelativeRangeUnitLabel": [{ "type": 0, "value": "시간 단위" }],
|
|
206
|
-
"i18nStrings.customRelativeRangeDurationLabel": [{ "type": 0, "value": "기간" }],
|
|
207
|
-
"i18nStrings.customRelativeRangeDurationPlaceholder": [{ "type": 0, "value": "기간 입력" }],
|
|
208
|
-
"i18nStrings.startDateLabel": [{ "type": 0, "value": "시작 날짜" }],
|
|
209
|
-
"i18nStrings.startTimeLabel": [{ "type": 0, "value": "시작 시간" }],
|
|
210
|
-
"i18nStrings.endDateLabel": [{ "type": 0, "value": "종료 날짜" }],
|
|
211
|
-
"i18nStrings.endTimeLabel": [{ "type": 0, "value": "종료 시간" }],
|
|
212
|
-
"i18nStrings.dateTimeConstraintText": [
|
|
213
|
-
{ "type": 0, "value": "날짜에는 YYYY/MM/DD를 사용합니다. 시간에는 24시간 형식을 사용합니다." }
|
|
214
|
-
],
|
|
215
|
-
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
216
|
-
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": [
|
|
217
|
-
{ "type": 1, "value": "startDate" },
|
|
218
|
-
{ "type": 0, "value": "~" },
|
|
219
|
-
{ "type": 1, "value": "endDate" },
|
|
220
|
-
{ "type": 0, "value": "에서 선택한 범위" }
|
|
221
|
-
],
|
|
222
|
-
"i18nStrings.formatRelativeRange": [
|
|
223
|
-
{
|
|
224
|
-
"type": 6,
|
|
225
|
-
"value": "amount",
|
|
226
|
-
"options": {
|
|
227
|
-
"one": {
|
|
228
|
-
"value": [
|
|
229
|
-
{ "type": 0, "value": "마지막 " },
|
|
230
|
-
{ "type": 1, "value": "amount" },
|
|
231
|
-
{ "type": 1, "value": "unit" }
|
|
232
|
-
]
|
|
233
|
-
},
|
|
234
|
-
"other": {
|
|
235
|
-
"value": [
|
|
236
|
-
{ "type": 0, "value": "마지막 " },
|
|
237
|
-
{ "type": 1, "value": "amount" },
|
|
238
|
-
{ "type": 1, "value": "unit" }
|
|
239
|
-
]
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
"offset": 0,
|
|
243
|
-
"pluralType": "cardinal"
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"i18nStrings.formatUnit": [
|
|
247
|
-
{
|
|
248
|
-
"type": 6,
|
|
249
|
-
"value": "amount",
|
|
250
|
-
"options": {
|
|
251
|
-
"one": { "value": [{ "type": 1, "value": "unit" }] },
|
|
252
|
-
"other": { "value": [{ "type": 1, "value": "unit" }] }
|
|
253
|
-
},
|
|
254
|
-
"offset": 0,
|
|
255
|
-
"pluralType": "cardinal"
|
|
256
|
-
}
|
|
257
|
-
]
|
|
258
|
-
},
|
|
259
|
-
"flashbar": {
|
|
260
|
-
"i18nStrings.ariaLabel": [{ "type": 0, "value": "알림" }],
|
|
261
|
-
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
262
|
-
"i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "진행 중" }],
|
|
263
|
-
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "정보" }],
|
|
264
|
-
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "모든 알림" }],
|
|
265
|
-
"i18nStrings.notificationBarText": [{ "type": 0, "value": "알림" }],
|
|
266
|
-
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "성공" }],
|
|
267
|
-
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
268
|
-
},
|
|
269
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
270
|
-
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
271
|
-
"help-panel": { "loadingText": [{ "type": 0, "value": "콘텐츠 로드 중" }] },
|
|
272
|
-
"input": { "clearAriaLabel": [{ "type": 0, "value": "지우기" }] },
|
|
273
|
-
"link": { "externalIconAriaLabel": [{ "type": 0, "value": "새 탭에서 열림" }] },
|
|
274
|
-
"modal": { "closeAriaLabel": [{ "type": 0, "value": "모달 닫기" }] },
|
|
275
|
-
"multiselect": {
|
|
276
|
-
"deselectAriaLabel": [
|
|
277
|
-
{ "type": 1, "value": "option__label" },
|
|
278
|
-
{ "type": 0, "value": " 제거" }
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
|
-
"pagination": {
|
|
282
|
-
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "다음 페이지" }],
|
|
283
|
-
"ariaLabels.pageLabel": [
|
|
284
|
-
{ "type": 0, "value": "전체 페이지 중 " },
|
|
285
|
-
{ "type": 1, "value": "pageNumber" },
|
|
286
|
-
{ "type": 0, "value": "페이지" }
|
|
287
|
-
],
|
|
288
|
-
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "이전 페이지" }]
|
|
289
|
-
},
|
|
290
|
-
"pie-chart": {
|
|
291
|
-
"i18nStrings.detailsValue": [{ "type": 0, "value": "값" }],
|
|
292
|
-
"i18nStrings.detailsPercentage": [{ "type": 0, "value": "백분율" }],
|
|
293
|
-
"i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "원형 차트" }],
|
|
294
|
-
"i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "세그먼트" }]
|
|
295
|
-
},
|
|
296
|
-
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "팝오버 닫기" }] },
|
|
297
|
-
"property-filter": {
|
|
298
|
-
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "모든 속성" }],
|
|
299
|
-
"i18nStrings.applyActionText": [{ "type": 0, "value": "적용" }],
|
|
300
|
-
"i18nStrings.cancelActionText": [{ "type": 0, "value": "취소" }],
|
|
301
|
-
"i18nStrings.clearFiltersText": [{ "type": 0, "value": "필터 지우기" }],
|
|
302
|
-
"i18nStrings.editTokenHeader": [{ "type": 0, "value": "필터 편집" }],
|
|
303
|
-
"i18nStrings.groupPropertiesText": [{ "type": 0, "value": "속성" }],
|
|
304
|
-
"i18nStrings.groupValuesText": [{ "type": 0, "value": "값" }],
|
|
305
|
-
"i18nStrings.operationAndText": [{ "type": 0, "value": "및" }],
|
|
306
|
-
"i18nStrings.operationOrText": [{ "type": 0, "value": "또는" }],
|
|
307
|
-
"i18nStrings.operatorContainsText": [{ "type": 0, "value": "포함" }],
|
|
308
|
-
"i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "포함 안 함" }],
|
|
309
|
-
"i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "같지 않음" }],
|
|
310
|
-
"i18nStrings.operatorEqualsText": [{ "type": 0, "value": "같음" }],
|
|
311
|
-
"i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "크거나 같음" }],
|
|
312
|
-
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "보다 큼" }],
|
|
313
|
-
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "작거나 같음" }],
|
|
314
|
-
"i18nStrings.operatorLessText": [{ "type": 0, "value": "보다 작음" }],
|
|
315
|
-
"i18nStrings.operatorText": [{ "type": 0, "value": "연산자" }],
|
|
316
|
-
"i18nStrings.operatorsText": [{ "type": 0, "value": "연산자" }],
|
|
317
|
-
"i18nStrings.propertyText": [{ "type": 0, "value": "속성" }],
|
|
318
|
-
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "간단히 표시" }],
|
|
319
|
-
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "자세히 표시" }],
|
|
320
|
-
"i18nStrings.valueText": [{ "type": 0, "value": "값" }],
|
|
321
|
-
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
322
|
-
{
|
|
323
|
-
"type": 5,
|
|
324
|
-
"value": "token__operator",
|
|
325
|
-
"options": {
|
|
326
|
-
"equals": {
|
|
327
|
-
"value": [
|
|
328
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
329
|
-
{ "type": 0, "value": "이(가) " },
|
|
330
|
-
{ "type": 1, "value": "token__value" },
|
|
331
|
-
{ "type": 0, "value": "과(와) 같음 필터 제거" }
|
|
332
|
-
]
|
|
333
|
-
},
|
|
334
|
-
"not_equals": {
|
|
335
|
-
"value": [
|
|
336
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
337
|
-
{ "type": 0, "value": "이(가) " },
|
|
338
|
-
{ "type": 1, "value": "token__value" },
|
|
339
|
-
{ "type": 0, "value": "과(와) 같지 않음 필터 제거" }
|
|
340
|
-
]
|
|
341
|
-
},
|
|
342
|
-
"greater_than": {
|
|
343
|
-
"value": [
|
|
344
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
345
|
-
{ "type": 0, "value": "이(가) " },
|
|
346
|
-
{ "type": 1, "value": "token__value" },
|
|
347
|
-
{ "type": 0, "value": "보다 큼 필터 제거" }
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
"greater_than_equal": {
|
|
351
|
-
"value": [
|
|
352
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
353
|
-
{ "type": 0, "value": "이(가) " },
|
|
354
|
-
{ "type": 1, "value": "token__value" },
|
|
355
|
-
{ "type": 0, "value": "보다 크거나 같음 필터 제거" }
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
|
-
"less_than": {
|
|
359
|
-
"value": [
|
|
360
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
361
|
-
{ "type": 0, "value": "이(가) " },
|
|
362
|
-
{ "type": 1, "value": "token__value" },
|
|
363
|
-
{ "type": 0, "value": "보다 작음 필터 제거" }
|
|
364
|
-
]
|
|
365
|
-
},
|
|
366
|
-
"less_than_equal": {
|
|
367
|
-
"value": [
|
|
368
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
369
|
-
{ "type": 0, "value": "이(가) " },
|
|
370
|
-
{ "type": 1, "value": "token__value" },
|
|
371
|
-
{ "type": 0, "value": "보다 작거나 같음 필터 제거" }
|
|
372
|
-
]
|
|
373
|
-
},
|
|
374
|
-
"contains": {
|
|
375
|
-
"value": [
|
|
376
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
377
|
-
{ "type": 0, "value": "이(가) " },
|
|
378
|
-
{ "type": 1, "value": "token__value" },
|
|
379
|
-
{ "type": 0, "value": "을(를) 포함함 필터 제거" }
|
|
380
|
-
]
|
|
381
|
-
},
|
|
382
|
-
"not_contains": {
|
|
383
|
-
"value": [
|
|
384
|
-
{ "type": 1, "value": "token__propertyKey" },
|
|
385
|
-
{ "type": 0, "value": "이(가) " },
|
|
386
|
-
{ "type": 1, "value": "token__value" },
|
|
387
|
-
{ "type": 0, "value": "을(를) 포함하지 않음 필터 제거" }
|
|
388
|
-
]
|
|
389
|
-
},
|
|
390
|
-
"other": { "value": [] }
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
"s3-resource-selector": {
|
|
396
|
-
"i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "버전 선택" }],
|
|
397
|
-
"i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "S3 둘러보기" }],
|
|
398
|
-
"i18nStrings.inContextViewButton": [{ "type": 0, "value": "보기" }],
|
|
399
|
-
"i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "보기(새 탭에서 열림)" }],
|
|
400
|
-
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "리소스 로드 중" }],
|
|
401
|
-
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
402
|
-
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "객체 버전" }],
|
|
403
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3에서 아카이브 선택" }],
|
|
404
|
-
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "취소" }],
|
|
405
|
-
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "선택" }],
|
|
406
|
-
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 버킷" }],
|
|
407
|
-
"i18nStrings.selectionBuckets": [{ "type": 0, "value": "버킷" }],
|
|
408
|
-
"i18nStrings.selectionObjects": [{ "type": 0, "value": "객체" }],
|
|
409
|
-
"i18nStrings.selectionVersions": [{ "type": 0, "value": "버전" }],
|
|
410
|
-
"i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "버킷 찾기" }],
|
|
411
|
-
"i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "접두사로 객체 찾기" }],
|
|
412
|
-
"i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "버전 찾기" }],
|
|
413
|
-
"i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "버킷 로드 중" }],
|
|
414
|
-
"i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "버킷 없음" }],
|
|
415
|
-
"i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "객체 로드 중" }],
|
|
416
|
-
"i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "객체 없음" }],
|
|
417
|
-
"i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "버전 로드 중" }],
|
|
418
|
-
"i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "버전 없음" }],
|
|
419
|
-
"i18nStrings.filteringNoMatches": [{ "type": 0, "value": "일치 항목 없음" }],
|
|
420
|
-
"i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "일치 항목을 찾을 수 없습니다." }],
|
|
421
|
-
"i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "필터 지우기" }],
|
|
422
|
-
"i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
|
|
423
|
-
"i18nStrings.columnBucketName": [{ "type": 0, "value": "이름" }],
|
|
424
|
-
"i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "생성 날짜" }],
|
|
425
|
-
"i18nStrings.columnBucketRegion": [{ "type": 0, "value": "리전" }],
|
|
426
|
-
"i18nStrings.columnObjectKey": [{ "type": 0, "value": "키" }],
|
|
427
|
-
"i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "최종 수정 날짜" }],
|
|
428
|
-
"i18nStrings.columnObjectSize": [{ "type": 0, "value": "크기" }],
|
|
429
|
-
"i18nStrings.columnVersionID": [{ "type": 0, "value": "버전 ID" }],
|
|
430
|
-
"i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "최종 수정 날짜" }],
|
|
431
|
-
"i18nStrings.columnVersionSize": [{ "type": 0, "value": "크기" }],
|
|
432
|
-
"i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "경로는 s3://로 시작해야 합니다." }],
|
|
433
|
-
"i18nStrings.validationBucketLowerCase": [
|
|
434
|
-
{ "type": 0, "value": "버킷 이름은 소문자나 숫자로 시작해야 합니다." }
|
|
435
|
-
],
|
|
436
|
-
"i18nStrings.validationBucketMustNotContain": [
|
|
437
|
-
{ "type": 0, "value": "버킷 이름에 대문자를 포함할 수 없습니다." }
|
|
438
|
-
],
|
|
439
|
-
"i18nStrings.validationBucketLength": [{ "type": 0, "value": "버킷 이름은 3~63자여야 합니다." }],
|
|
440
|
-
"i18nStrings.validationBucketMustComplyDns": [
|
|
441
|
-
{ "type": 0, "value": "버킷 이름은 DNS 명명 규칙을 준수해야 합니다." }
|
|
442
|
-
],
|
|
443
|
-
"i18nStrings.labelSortedDescending": [
|
|
444
|
-
{ "type": 1, "value": "columnName" },
|
|
445
|
-
{ "type": 0, "value": ", 내림차순 정렬" }
|
|
446
|
-
],
|
|
447
|
-
"i18nStrings.labelSortedAscending": [
|
|
448
|
-
{ "type": 1, "value": "columnName" },
|
|
449
|
-
{ "type": 0, "value": ", 오름차순 정렬" }
|
|
450
|
-
],
|
|
451
|
-
"i18nStrings.labelNotSorted": [
|
|
452
|
-
{ "type": 1, "value": "columnName" },
|
|
453
|
-
{ "type": 0, "value": ", 정렬되지 않음" }
|
|
454
|
-
],
|
|
455
|
-
"i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "버킷" }],
|
|
456
|
-
"i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
|
|
457
|
-
"i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "객체" }],
|
|
458
|
-
"i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
|
|
459
|
-
"i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "버전" }],
|
|
460
|
-
"i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
|
|
461
|
-
"i18nStrings.labelFiltering": [
|
|
462
|
-
{ "type": 1, "value": "itemsType" },
|
|
463
|
-
{ "type": 0, "value": " 찾기" }
|
|
464
|
-
],
|
|
465
|
-
"i18nStrings.labelRefresh": [{ "type": 0, "value": "데이터 새로고침" }],
|
|
466
|
-
"i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "S3 탐색" }],
|
|
467
|
-
"i18nStrings.filteringCounterText": [
|
|
468
|
-
{
|
|
469
|
-
"type": 6,
|
|
470
|
-
"value": "count",
|
|
471
|
-
"options": {
|
|
472
|
-
"one": { "value": [{ "type": 0, "value": "1개 일치" }] },
|
|
473
|
-
"other": {
|
|
474
|
-
"value": [
|
|
475
|
-
{ "type": 1, "value": "count" },
|
|
476
|
-
{ "type": 0, "value": "개 일치" }
|
|
477
|
-
]
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
"offset": 0,
|
|
481
|
-
"pluralType": "cardinal"
|
|
482
|
-
}
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
"select": {
|
|
486
|
-
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
487
|
-
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }],
|
|
488
|
-
"recoveryText": [{ "type": 0, "value": "재시도" }]
|
|
489
|
-
},
|
|
490
|
-
"split-panel": {
|
|
491
|
-
"i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "패널 닫기" }],
|
|
492
|
-
"i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "패널 열기" }],
|
|
493
|
-
"i18nStrings.preferencesTitle": [{ "type": 0, "value": "분할 패널 환경 설정" }],
|
|
494
|
-
"i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "분할 패널 위치" }],
|
|
495
|
-
"i18nStrings.preferencesPositionDescription": [
|
|
496
|
-
{ "type": 0, "value": "서비스의 기본 분할 패널 위치를 선택합니다." }
|
|
497
|
-
],
|
|
498
|
-
"i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "측면" }],
|
|
499
|
-
"i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "하단" }],
|
|
500
|
-
"i18nStrings.preferencesConfirm": [{ "type": 0, "value": "확인" }],
|
|
501
|
-
"i18nStrings.preferencesCancel": [{ "type": 0, "value": "취소" }],
|
|
502
|
-
"i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "분할 패널 크기 조정" }]
|
|
503
|
-
},
|
|
504
|
-
"table": {
|
|
505
|
-
"ariaLabels.submittingEditText": [{ "type": 0, "value": "편집 제출 중" }],
|
|
506
|
-
"ariaLabels.successfulEditLabel": [{ "type": 0, "value": "편집 성공" }],
|
|
507
|
-
"columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
508
|
-
"columnDefinitions.editConfig.editIconAriaLabel": [{ "type": 0, "value": "편집 가능" }]
|
|
509
|
-
},
|
|
510
|
-
"tabs": {
|
|
511
|
-
"i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "왼쪽으로 스크롤" }],
|
|
512
|
-
"i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "오른쪽으로 스크롤" }]
|
|
513
|
-
},
|
|
514
|
-
"tag-editor": {
|
|
515
|
-
"i18nStrings.keyPlaceholder": [{ "type": 0, "value": "키 입력" }],
|
|
516
|
-
"i18nStrings.valuePlaceholder": [{ "type": 0, "value": "값 입력" }],
|
|
517
|
-
"i18nStrings.addButton": [{ "type": 0, "value": "새 태그 추가" }],
|
|
518
|
-
"i18nStrings.removeButton": [{ "type": 0, "value": "제거" }],
|
|
519
|
-
"i18nStrings.removeButtonAriaLabel": [
|
|
520
|
-
{ "type": 1, "value": "tag__key" },
|
|
521
|
-
{ "type": 0, "value": " 제거" }
|
|
522
|
-
],
|
|
523
|
-
"i18nStrings.undoButton": [{ "type": 0, "value": "실행 취소" }],
|
|
524
|
-
"i18nStrings.undoPrompt": [{ "type": 0, "value": "이 태그는 변경 사항을 저장할 때 제거됩니다." }],
|
|
525
|
-
"i18nStrings.loading": [{ "type": 0, "value": "이 리소스와 연결된 태그를 로드하는 중" }],
|
|
526
|
-
"i18nStrings.keyHeader": [{ "type": 0, "value": "키" }],
|
|
527
|
-
"i18nStrings.valueHeader": [{ "type": 0, "value": "값" }],
|
|
528
|
-
"i18nStrings.optional": [{ "type": 0, "value": "선택 사항" }],
|
|
529
|
-
"i18nStrings.keySuggestion": [{ "type": 0, "value": "사용자 지정 태그 키" }],
|
|
530
|
-
"i18nStrings.valueSuggestion": [{ "type": 0, "value": "사용자 지정 태그 값" }],
|
|
531
|
-
"i18nStrings.emptyTags": [{ "type": 0, "value": "리소스와 연결된 태그가 없습니다." }],
|
|
532
|
-
"i18nStrings.tooManyKeysSuggestion": [{ "type": 0, "value": "표시할 수 있는 것보다 많은 키가 있습니다." }],
|
|
533
|
-
"i18nStrings.tooManyValuesSuggestion": [{ "type": 0, "value": "표시할 수 있는 것보다 많은 값이 있습니다." }],
|
|
534
|
-
"i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "태그 키 로드 중" }],
|
|
535
|
-
"i18nStrings.keysSuggestionError": [{ "type": 0, "value": "태그 키를 검색할 수 없음" }],
|
|
536
|
-
"i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "태그 값 로드 중" }],
|
|
537
|
-
"i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "태그 값을 검색할 수 없음" }],
|
|
538
|
-
"i18nStrings.emptyKeyError": [{ "type": 0, "value": "태그 키를 지정해야 합니다." }],
|
|
539
|
-
"i18nStrings.maxKeyCharLengthError": [
|
|
540
|
-
{ "type": 0, "value": "태그 키에 사용할 수 있는 최대 문자 수는 128자입니다." }
|
|
541
|
-
],
|
|
542
|
-
"i18nStrings.maxValueCharLengthError": [
|
|
543
|
-
{ "type": 0, "value": "태그 값에 사용할 수 있는 최대 문자 수는 256자입니다." }
|
|
544
|
-
],
|
|
545
|
-
"i18nStrings.duplicateKeyError": [{ "type": 0, "value": "고유한 태그 키를 지정해야 합니다." }],
|
|
546
|
-
"i18nStrings.invalidKeyError": [
|
|
547
|
-
{
|
|
548
|
-
"type": 0,
|
|
549
|
-
"value": "잘못된 키입니다. 키는 유니코드 문자, 숫자, 공백 및 다음의 기호만 가능합니다. _.:/=+@-"
|
|
550
|
-
}
|
|
551
|
-
],
|
|
552
|
-
"i18nStrings.invalidValueError": [
|
|
553
|
-
{
|
|
554
|
-
"type": 0,
|
|
555
|
-
"value": "잘못된 값입니다. 값은 유니코드 문자, 숫자, 공백 및 다음의 기호만 가능합니다. _.:/=+@-"
|
|
556
|
-
}
|
|
557
|
-
],
|
|
558
|
-
"i18nStrings.awsPrefixError": [{ "type": 0, "value": "aws로 시작할 수 없음:" }],
|
|
559
|
-
"i18nStrings.tagLimitReached": [
|
|
560
|
-
{
|
|
561
|
-
"type": 6,
|
|
562
|
-
"value": "tagLimit",
|
|
563
|
-
"options": {
|
|
564
|
-
"one": { "value": [{ "type": 0, "value": "태그 1개의 한도에 도달했습니다." }] },
|
|
565
|
-
"other": {
|
|
566
|
-
"value": [
|
|
567
|
-
{ "type": 0, "value": "태그 " },
|
|
568
|
-
{ "type": 1, "value": "tagLimit" },
|
|
569
|
-
{ "type": 0, "value": "개의 한도에 도달했습니다." }
|
|
570
|
-
]
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
"offset": 0,
|
|
574
|
-
"pluralType": "cardinal"
|
|
575
|
-
}
|
|
576
|
-
],
|
|
577
|
-
"i18nStrings.tagLimitExceeded": [
|
|
578
|
-
{
|
|
579
|
-
"type": 6,
|
|
580
|
-
"value": "tagLimit",
|
|
581
|
-
"options": {
|
|
582
|
-
"one": { "value": [{ "type": 0, "value": "태그 1개의 한도를 초과했습니다." }] },
|
|
583
|
-
"other": {
|
|
584
|
-
"value": [
|
|
585
|
-
{ "type": 0, "value": "태그 " },
|
|
586
|
-
{ "type": 1, "value": "tagLimit" },
|
|
587
|
-
{ "type": 0, "value": "개의 한도를 초과했습니다." }
|
|
588
|
-
]
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
"offset": 0,
|
|
592
|
-
"pluralType": "cardinal"
|
|
593
|
-
}
|
|
594
|
-
],
|
|
595
|
-
"i18nStrings.tagLimit": [
|
|
596
|
-
{
|
|
597
|
-
"type": 5,
|
|
598
|
-
"value": "tagLimitAvailable",
|
|
599
|
-
"options": {
|
|
600
|
-
"true": {
|
|
601
|
-
"value": [
|
|
602
|
-
{
|
|
603
|
-
"type": 6,
|
|
604
|
-
"value": "availableTags",
|
|
605
|
-
"options": {
|
|
606
|
-
"other": {
|
|
607
|
-
"value": [
|
|
608
|
-
{ "type": 0, "value": "최대 " },
|
|
609
|
-
{ "type": 1, "value": "tagLimit" },
|
|
610
|
-
{ "type": 0, "value": "개의 태그를 더 추가할 수 있습니다." }
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
"offset": 0,
|
|
615
|
-
"pluralType": "cardinal"
|
|
616
|
-
}
|
|
617
|
-
]
|
|
618
|
-
},
|
|
619
|
-
"false": {
|
|
620
|
-
"value": [
|
|
621
|
-
{
|
|
622
|
-
"type": 6,
|
|
623
|
-
"value": "availableTags",
|
|
624
|
-
"options": {
|
|
625
|
-
"one": { "value": [{ "type": 0, "value": "태그를 최대 1개 더 추가할 수 있습니다." }] },
|
|
626
|
-
"other": {
|
|
627
|
-
"value": [
|
|
628
|
-
{ "type": 0, "value": "최대 " },
|
|
629
|
-
{ "type": 1, "value": "availableTags" },
|
|
630
|
-
{ "type": 0, "value": "개의 태그를 더 추가할 수 있습니다." }
|
|
631
|
-
]
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
"offset": 0,
|
|
635
|
-
"pluralType": "cardinal"
|
|
636
|
-
}
|
|
637
|
-
]
|
|
638
|
-
},
|
|
639
|
-
"other": { "value": [] }
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
},
|
|
644
|
-
"token-group": {
|
|
645
|
-
"i18nStrings.limitShowFewer": [{ "type": 0, "value": "간단히 표시" }],
|
|
646
|
-
"i18nStrings.limitShowMore": [{ "type": 0, "value": "자세히 표시" }]
|
|
647
|
-
},
|
|
648
|
-
"top-navigation": {
|
|
649
|
-
"i18nStrings.searchIconAriaLabel": [{ "type": 0, "value": "검색" }],
|
|
650
|
-
"i18nStrings.searchDismissIconAriaLabel": [{ "type": 0, "value": "검색 닫기" }],
|
|
651
|
-
"i18nStrings.overflowMenuTriggerText": [{ "type": 0, "value": "더 보기" }],
|
|
652
|
-
"i18nStrings.overflowMenuDismissIconAriaLabel": [{ "type": 0, "value": "메뉴 닫기" }],
|
|
653
|
-
"i18nStrings.overflowMenuBackIconAriaLabel": [{ "type": 0, "value": "뒤로" }],
|
|
654
|
-
"i18nStrings.overflowMenuTitleText": [{ "type": 0, "value": "모두" }]
|
|
655
|
-
},
|
|
656
|
-
"tutorial-panel": {
|
|
657
|
-
"i18nStrings.loadingText": [{ "type": 0, "value": "로드 중" }],
|
|
658
|
-
"i18nStrings.tutorialListTitle": [{ "type": 0, "value": "자습서 선택" }],
|
|
659
|
-
"i18nStrings.tutorialListDownloadLinkText": [{ "type": 0, "value": "PDF 버전 다운로드" }],
|
|
660
|
-
"i18nStrings.labelTutorialListDownloadLink": [{ "type": 0, "value": "이 자습서의 PDF 버전 다운로드" }],
|
|
661
|
-
"i18nStrings.tutorialCompletedText": [{ "type": 0, "value": "자습서 완료함" }],
|
|
662
|
-
"i18nStrings.learnMoreLinkText": [{ "type": 0, "value": "자세히 알아보기" }],
|
|
663
|
-
"i18nStrings.startTutorialButtonText": [{ "type": 0, "value": "자습서 시작" }],
|
|
664
|
-
"i18nStrings.restartTutorialButtonText": [{ "type": 0, "value": "자습서 다시 시작" }],
|
|
665
|
-
"i18nStrings.completionScreenTitle": [{ "type": 0, "value": "축하합니다! 자습서를 완료하셨습니다." }],
|
|
666
|
-
"i18nStrings.feedbackLinkText": [{ "type": 0, "value": "피드백" }],
|
|
667
|
-
"i18nStrings.dismissTutorialButtonText": [{ "type": 0, "value": "자습서 닫기" }],
|
|
668
|
-
"i18nStrings.taskTitle": [
|
|
669
|
-
{ "type": 0, "value": "작업 " },
|
|
670
|
-
{ "type": 1, "value": "taskNumber" },
|
|
671
|
-
{ "type": 0, "value": ": " },
|
|
672
|
-
{ "type": 1, "value": "taskTitle" }
|
|
673
|
-
],
|
|
674
|
-
"i18nStrings.stepTitle": [
|
|
675
|
-
{ "type": 1, "value": "stepNumber" },
|
|
676
|
-
{ "type": 0, "value": "단계: " },
|
|
677
|
-
{ "type": 1, "value": "stepTitle" }
|
|
678
|
-
],
|
|
679
|
-
"i18nStrings.labelExitTutorial": [{ "type": 0, "value": "자습서 닫기" }],
|
|
680
|
-
"i18nStrings.labelTotalSteps": [
|
|
681
|
-
{ "type": 0, "value": "총 단계: " },
|
|
682
|
-
{ "type": 1, "value": "totalStepCount" }
|
|
683
|
-
],
|
|
684
|
-
"i18nStrings.labelsTaskStatus.pending": [{ "type": 0, "value": "대기 중" }],
|
|
685
|
-
"i18nStrings.labelsTaskStatus.in-progress": [{ "type": 0, "value": "진행 중" }],
|
|
686
|
-
"i18nStrings.labelsTaskStatus.success": [{ "type": 0, "value": "성공" }]
|
|
687
|
-
},
|
|
688
|
-
"wizard": {
|
|
689
|
-
"i18nStrings.stepNumberLabel": [
|
|
690
|
-
{ "type": 1, "value": "stepNumber" },
|
|
691
|
-
{ "type": 0, "value": "단계" }
|
|
692
|
-
],
|
|
693
|
-
"i18nStrings.collapsedStepsLabel": [
|
|
694
|
-
{ "type": 1, "value": "stepNumber" },
|
|
695
|
-
{ "type": 0, "value": "/" },
|
|
696
|
-
{ "type": 1, "value": "stepsCount" },
|
|
697
|
-
{ "type": 0, "value": "단계" }
|
|
698
|
-
],
|
|
699
|
-
"i18nStrings.skipToButtonLabel": [
|
|
700
|
-
{ "type": 1, "value": "task__title" },
|
|
701
|
-
{ "type": 0, "value": "(으)로 건너뛰기" }
|
|
702
|
-
],
|
|
703
|
-
"i18nStrings.navigationAriaLabel": [{ "type": 0, "value": "단계" }],
|
|
704
|
-
"i18nStrings.cancelButton": [{ "type": 0, "value": "취소" }],
|
|
705
|
-
"i18nStrings.previousButton": [{ "type": 0, "value": "이전" }],
|
|
706
|
-
"i18nStrings.nextButton": [{ "type": 0, "value": "다음" }],
|
|
707
|
-
"i18nStrings.optional": [{ "type": 0, "value": "선택 사항" }],
|
|
708
|
-
"i18nStrings.nextButtonLoadingAnnouncement": [{ "type": 0, "value": "다음 단계 로드 중" }],
|
|
709
|
-
"i18nStrings.submitButtonLoadingAnnouncement": [{ "type": 0, "value": "양식 제출 중" }]
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
}
|