@cloudscape-design/components 3.0.230 → 3.0.231
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.d.ts.map +1 -1
- package/alert/internal.js +3 -1
- package/alert/internal.js.map +1 -1
- package/annotation-context/index.d.ts +0 -11
- package/annotation-context/index.d.ts.map +1 -1
- package/annotation-context/index.js +1 -14
- package/annotation-context/index.js.map +1 -1
- package/annotation-context/utils.d.ts +13 -0
- package/annotation-context/utils.d.ts.map +1 -0
- package/annotation-context/utils.js +17 -0
- package/annotation-context/utils.js.map +1 -0
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +13 -1
- package/app-layout/index.js.map +1 -1
- package/autosuggest/internal.d.ts.map +1 -1
- package/autosuggest/internal.js +3 -5
- package/autosuggest/internal.js.map +1 -1
- package/code-editor/preferences-modal.d.ts.map +1 -1
- package/code-editor/preferences-modal.js +10 -12
- package/code-editor/preferences-modal.js.map +1 -1
- package/date-range-picker/dropdown.js +4 -4
- package/date-range-picker/dropdown.js.map +1 -1
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +15 -4
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/common.d.ts +1 -2
- package/flashbar/common.d.ts.map +1 -1
- package/flashbar/common.js +1 -2
- package/flashbar/common.js.map +1 -1
- package/flashbar/interfaces.d.ts +1 -1
- package/flashbar/interfaces.d.ts.map +1 -1
- package/flashbar/interfaces.js.map +1 -1
- package/flashbar/non-collapsible-flashbar.d.ts +1 -1
- package/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/non-collapsible-flashbar.js +5 -2
- package/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/form/internal.d.ts +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +4 -1
- package/form/internal.js.map +1 -1
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +9 -5
- package/form-field/internal.js.map +1 -1
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +4 -2
- package/input/internal.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/i18n/context.d.ts +15 -0
- package/internal/i18n/context.d.ts.map +1 -0
- package/internal/i18n/context.js +17 -0
- package/internal/i18n/context.js.map +1 -0
- package/internal/i18n/index.d.ts +2 -0
- package/internal/i18n/index.d.ts.map +1 -0
- package/internal/i18n/index.js +4 -0
- package/internal/i18n/index.js.map +1 -0
- package/internal/i18n/messages/all.all.d.ts +3 -0
- package/internal/i18n/messages/all.all.js +1953 -0
- package/internal/i18n/messages/all.all.json +1971 -0
- package/internal/i18n/messages/all.de.d.ts +3 -0
- package/internal/i18n/messages/all.de.js +167 -0
- package/internal/i18n/messages/all.de.json +167 -0
- package/internal/i18n/messages/all.en-GB.d.ts +3 -0
- package/internal/i18n/messages/all.en-GB.js +167 -0
- package/internal/i18n/messages/all.en-GB.json +167 -0
- package/internal/i18n/messages/all.en.d.ts +3 -0
- package/internal/i18n/messages/all.en.js +167 -0
- package/internal/i18n/messages/all.en.json +167 -0
- package/internal/i18n/messages/all.es.d.ts +3 -0
- package/internal/i18n/messages/all.es.js +167 -0
- package/internal/i18n/messages/all.es.json +167 -0
- package/internal/i18n/messages/all.fr.d.ts +3 -0
- package/internal/i18n/messages/all.fr.js +167 -0
- package/internal/i18n/messages/all.fr.json +167 -0
- package/internal/i18n/messages/all.id.d.ts +3 -0
- package/internal/i18n/messages/all.id.js +167 -0
- package/internal/i18n/messages/all.id.json +167 -0
- package/internal/i18n/messages/all.it.d.ts +3 -0
- package/internal/i18n/messages/all.it.js +167 -0
- package/internal/i18n/messages/all.it.json +167 -0
- package/internal/i18n/messages/all.ja.d.ts +3 -0
- package/internal/i18n/messages/all.ja.js +175 -0
- package/internal/i18n/messages/all.ja.json +175 -0
- package/internal/i18n/messages/all.ko.d.ts +3 -0
- package/internal/i18n/messages/all.ko.js +161 -0
- package/internal/i18n/messages/all.ko.json +167 -0
- package/internal/i18n/messages/all.pt-BR.d.ts +3 -0
- package/internal/i18n/messages/all.pt-BR.js +167 -0
- package/internal/i18n/messages/all.pt-BR.json +167 -0
- package/internal/i18n/messages/all.zh-CN.d.ts +3 -0
- package/internal/i18n/messages/all.zh-CN.js +163 -0
- package/internal/i18n/messages/all.zh-CN.json +169 -0
- package/internal/i18n/messages/all.zh-TW.d.ts +3 -0
- package/internal/i18n/messages/all.zh-TW.js +162 -0
- package/internal/i18n/messages/all.zh-TW.json +168 -0
- package/internal/i18n/provider.d.ts +20 -0
- package/internal/i18n/provider.d.ts.map +1 -0
- package/internal/i18n/provider.js +90 -0
- package/internal/i18n/provider.js.map +1 -0
- package/internal/manifest.json +1 -1
- package/modal/internal.d.ts +1 -1
- package/modal/internal.d.ts.map +1 -1
- package/modal/internal.js +15 -10
- package/modal/internal.js.map +1 -1
- package/multiselect/internal.d.ts.map +1 -1
- package/multiselect/internal.js +2 -2
- package/multiselect/internal.js.map +1 -1
- package/package.json +30 -2
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +10 -5
- package/pagination/internal.js.map +1 -1
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +15 -10
- package/popover/internal.js.map +1 -1
- package/property-filter/controller.d.ts +16 -1
- package/property-filter/controller.d.ts.map +1 -1
- package/property-filter/controller.js +4 -2
- package/property-filter/controller.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +23 -3
- package/property-filter/index.js.map +1 -1
- package/property-filter/interfaces.d.ts +24 -24
- package/property-filter/interfaces.d.ts.map +1 -1
- package/property-filter/interfaces.js.map +1 -1
- package/property-filter/token-editor.js +2 -2
- package/property-filter/token-editor.js.map +1 -1
- package/property-filter/token.js +2 -2
- package/property-filter/token.js.map +1 -1
- package/select/internal.d.ts.map +1 -1
- package/select/internal.js +6 -2
- package/select/internal.js.map +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task-list.js +1 -1
- package/tutorial-panel/components/tutorial-detail-view/task-list.js.map +1 -1
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cloudscape-design/components": {
|
|
3
|
+
"ja": {
|
|
4
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "アラートを閉じる" }] },
|
|
5
|
+
"autosuggest": {
|
|
6
|
+
"stepNumberLabel": [
|
|
7
|
+
{ "type": 0, "value": "ステップ " },
|
|
8
|
+
{ "type": 1, "value": "stepNumber" }
|
|
9
|
+
],
|
|
10
|
+
"collapsedStepsLabel": [
|
|
11
|
+
{ "type": 0, "value": "ステップ " },
|
|
12
|
+
{ "type": 1, "value": "stepNumber" },
|
|
13
|
+
{ "type": 0, "value": "/" },
|
|
14
|
+
{ "type": 1, "value": "stepsCount" }
|
|
15
|
+
],
|
|
16
|
+
"cancelButton": [{ "type": 0, "value": "キャンセル" }],
|
|
17
|
+
"previousButton": [{ "type": 0, "value": "戻る" }],
|
|
18
|
+
"nextButton": [{ "type": 0, "value": "次へ" }],
|
|
19
|
+
"optional": [{ "type": 0, "value": "オプション" }]
|
|
20
|
+
},
|
|
21
|
+
"app-layout": {
|
|
22
|
+
"ariaLabels.navigation": [{ "type": 0, "value": "サイドナビゲーション" }],
|
|
23
|
+
"ariaLabels.navigationClose": [{ "type": 0, "value": "サイドナビゲーションを閉じる" }],
|
|
24
|
+
"ariaLabels.navigationToggle": [{ "type": 0, "value": "サイドナビゲーションを開く" }],
|
|
25
|
+
"ariaLabels.notifications": [{ "type": 0, "value": "通知" }],
|
|
26
|
+
"ariaLabels.tools": [{ "type": 0, "value": "ヘルプパネル" }],
|
|
27
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "ヘルプパネルを開く" }],
|
|
28
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "ヘルプパネルを閉じる" }]
|
|
29
|
+
},
|
|
30
|
+
"date-picker": {
|
|
31
|
+
"nextMonthAriaLabel": [{ "type": 0, "value": "来月" }],
|
|
32
|
+
"previousMonthAriaLabel": [{ "type": 0, "value": "前月" }],
|
|
33
|
+
"todayAriaLabel": [{ "type": 0, "value": "今日" }]
|
|
34
|
+
},
|
|
35
|
+
"flashbar": {
|
|
36
|
+
"i18nStrings.ariaLabel": [{ "type": 0, "value": "通知" }],
|
|
37
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
38
|
+
"i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "進行中" }],
|
|
39
|
+
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "情報" }],
|
|
40
|
+
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "すべての通知" }],
|
|
41
|
+
"i18nStrings.notificationBarText": [{ "type": 0, "value": "通知" }],
|
|
42
|
+
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
43
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
44
|
+
},
|
|
45
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
46
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
47
|
+
"input": { "clearAriaLabel": [{ "type": 0, "value": "クリア" }] },
|
|
48
|
+
"modal": { "closeAriaLabel": [{ "type": 0, "value": "モーダルを閉じる" }] },
|
|
49
|
+
"pagination": {
|
|
50
|
+
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "次のページ" }],
|
|
51
|
+
"ariaLabels.pageLabel": [
|
|
52
|
+
{ "type": 0, "value": "全ページ中 " },
|
|
53
|
+
{ "type": 1, "value": "pageNumber" },
|
|
54
|
+
{ "type": 0, "value": " ページ" }
|
|
55
|
+
],
|
|
56
|
+
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "前のページ" }]
|
|
57
|
+
},
|
|
58
|
+
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "ポップオーバーを閉じる" }] },
|
|
59
|
+
"property-filter": {
|
|
60
|
+
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "すべてのプロパティ" }],
|
|
61
|
+
"i18nStrings.applyActionText": [{ "type": 0, "value": "適用" }],
|
|
62
|
+
"i18nStrings.cancelActionText": [{ "type": 0, "value": "キャンセル" }],
|
|
63
|
+
"i18nStrings.clearFiltersText": [{ "type": 0, "value": "フィルターをクリア" }],
|
|
64
|
+
"i18nStrings.editTokenHeader": [{ "type": 0, "value": "フィルターを編集" }],
|
|
65
|
+
"i18nStrings.groupPropertiesText": [{ "type": 0, "value": "プロパティ" }],
|
|
66
|
+
"i18nStrings.groupValuesText": [{ "type": 0, "value": "値" }],
|
|
67
|
+
"i18nStrings.operationAndText": [{ "type": 0, "value": "および" }],
|
|
68
|
+
"i18nStrings.operationOrText": [{ "type": 0, "value": "または" }],
|
|
69
|
+
"i18nStrings.operatorContainsText": [{ "type": 0, "value": "次を含む:" }],
|
|
70
|
+
"i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "次を含まない:" }],
|
|
71
|
+
"i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "次と等しくない:" }],
|
|
72
|
+
"i18nStrings.operatorEqualsText": [{ "type": 0, "value": "次と等しい:" }],
|
|
73
|
+
"i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "次以上:" }],
|
|
74
|
+
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "次より大きい:" }],
|
|
75
|
+
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "次以下:" }],
|
|
76
|
+
"i18nStrings.operatorLessText": [{ "type": 0, "value": "次未満:" }],
|
|
77
|
+
"i18nStrings.operatorText": [{ "type": 0, "value": "演算子" }],
|
|
78
|
+
"i18nStrings.operatorsText": [{ "type": 0, "value": "演算子" }],
|
|
79
|
+
"i18nStrings.propertyText": [{ "type": 0, "value": "プロパティ" }],
|
|
80
|
+
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "少なく表示" }],
|
|
81
|
+
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "さらに表示" }],
|
|
82
|
+
"i18nStrings.valueText": [{ "type": 0, "value": "値" }],
|
|
83
|
+
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
84
|
+
{
|
|
85
|
+
"type": 5,
|
|
86
|
+
"value": "token__operator",
|
|
87
|
+
"options": {
|
|
88
|
+
"equals": {
|
|
89
|
+
"value": [
|
|
90
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
91
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
92
|
+
{ "type": 0, "value": " は " },
|
|
93
|
+
{ "type": 1, "value": "token__value" },
|
|
94
|
+
{ "type": 0, "value": " と等しい" }
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"not_equals": {
|
|
98
|
+
"value": [
|
|
99
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
100
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
101
|
+
{ "type": 0, "value": " は " },
|
|
102
|
+
{ "type": 1, "value": "token__value" },
|
|
103
|
+
{ "type": 0, "value": " と等しくない" }
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
"greater_than": {
|
|
107
|
+
"value": [
|
|
108
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
109
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
110
|
+
{ "type": 0, "value": " は " },
|
|
111
|
+
{ "type": 1, "value": "token__value" },
|
|
112
|
+
{ "type": 0, "value": " より大きい" }
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"greater_than_equal": {
|
|
116
|
+
"value": [
|
|
117
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
118
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
119
|
+
{ "type": 0, "value": " は " },
|
|
120
|
+
{ "type": 1, "value": "token__value" },
|
|
121
|
+
{ "type": 0, "value": " 以上" }
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
"less_than": {
|
|
125
|
+
"value": [
|
|
126
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
127
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
128
|
+
{ "type": 0, "value": " は " },
|
|
129
|
+
{ "type": 1, "value": "token__value" },
|
|
130
|
+
{ "type": 0, "value": " 未満" }
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"less_than_equal": {
|
|
134
|
+
"value": [
|
|
135
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
136
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
137
|
+
{ "type": 0, "value": " は " },
|
|
138
|
+
{ "type": 1, "value": "token__value" },
|
|
139
|
+
{ "type": 0, "value": " 以下" }
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"contains": {
|
|
143
|
+
"value": [
|
|
144
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
145
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
146
|
+
{ "type": 0, "value": " は " },
|
|
147
|
+
{ "type": 1, "value": "token__value" },
|
|
148
|
+
{ "type": 0, "value": " を含む" }
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"not_contains": {
|
|
152
|
+
"value": [
|
|
153
|
+
{ "type": 0, "value": "フィルターを削除、" },
|
|
154
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
155
|
+
{ "type": 0, "value": " は " },
|
|
156
|
+
{ "type": 1, "value": "token__value" },
|
|
157
|
+
{ "type": 0, "value": " を含まない" }
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"other": { "value": [] }
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"select": {
|
|
166
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
167
|
+
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
168
|
+
},
|
|
169
|
+
"wizard": {
|
|
170
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
171
|
+
"selectedAriaLabel": [{ "type": 0, "value": "選択済み" }]
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
ko: {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '알림 무시' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 1, value: 'stepNumber' },
|
|
8
|
+
{ type: 0, value: '단계' },
|
|
9
|
+
],
|
|
10
|
+
collapsedStepsLabel: [
|
|
11
|
+
{ type: 1, value: 'stepNumber' },
|
|
12
|
+
{ type: 0, value: '/' },
|
|
13
|
+
{ type: 1, value: 'stepsCount' },
|
|
14
|
+
{ type: 0, value: ' 단계' },
|
|
15
|
+
],
|
|
16
|
+
cancelButton: [{ type: 0, value: '취소' }],
|
|
17
|
+
previousButton: [{ type: 0, value: '이전' }],
|
|
18
|
+
nextButton: [{ type: 0, value: '다음' }],
|
|
19
|
+
optional: [{ type: 0, value: '선택 사항' }],
|
|
20
|
+
},
|
|
21
|
+
'app-layout': {
|
|
22
|
+
'ariaLabels.navigation': [{ type: 0, value: '측면 탐색' }],
|
|
23
|
+
'ariaLabels.navigationClose': [{ type: 0, value: '측면 탐색 닫기' }],
|
|
24
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
|
|
25
|
+
'ariaLabels.notifications': [{ type: 0, value: '알림' }],
|
|
26
|
+
'ariaLabels.tools': [{ type: 0, value: '도움말 창' }],
|
|
27
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '도움말 창 열기' }],
|
|
28
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '도움말 창 닫기' }],
|
|
29
|
+
},
|
|
30
|
+
'date-picker': {
|
|
31
|
+
nextMonthAriaLabel: [{ type: 0, value: '다음 달' }],
|
|
32
|
+
previousMonthAriaLabel: [{ type: 0, value: '이전 달' }],
|
|
33
|
+
todayAriaLabel: [{ type: 0, value: '오늘' }],
|
|
34
|
+
},
|
|
35
|
+
flashbar: {
|
|
36
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '알림' }],
|
|
37
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }],
|
|
38
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '진행 중' }],
|
|
39
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '정보' }],
|
|
40
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '모든 알림' }],
|
|
41
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '알림' }],
|
|
42
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '성공' }],
|
|
43
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
44
|
+
},
|
|
45
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
|
|
46
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }] },
|
|
47
|
+
input: { clearAriaLabel: [{ type: 0, value: '지우기' }] },
|
|
48
|
+
modal: { closeAriaLabel: [{ type: 0, value: '모달 닫기' }] },
|
|
49
|
+
pagination: {
|
|
50
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '다음 페이지' }],
|
|
51
|
+
'ariaLabels.pageLabel': [
|
|
52
|
+
{ type: 0, value: '전체 페이지 중 ' },
|
|
53
|
+
{ type: 1, value: 'pageNumber' },
|
|
54
|
+
{ type: 0, value: '페이지' },
|
|
55
|
+
],
|
|
56
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '이전 페이지' }],
|
|
57
|
+
},
|
|
58
|
+
popover: { dismissAriaLabel: [{ type: 0, value: '팝오버 닫기' }] },
|
|
59
|
+
'property-filter': {
|
|
60
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: '모든 속성' }],
|
|
61
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '적용' }],
|
|
62
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: '취소' }],
|
|
63
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: '필터 지우기' }],
|
|
64
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: '필터 편집' }],
|
|
65
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: '속성' }],
|
|
66
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '값' }],
|
|
67
|
+
'i18nStrings.operationAndText': [{ type: 0, value: '및' }],
|
|
68
|
+
'i18nStrings.operationOrText': [{ type: 0, value: '또는' }],
|
|
69
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '포함' }],
|
|
70
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '포함 안 함' }],
|
|
71
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '같지 않음' }],
|
|
72
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '같음' }],
|
|
73
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '크거나 같음' }],
|
|
74
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '보다 큼' }],
|
|
75
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
|
|
76
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
|
|
77
|
+
'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
|
|
78
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
|
|
79
|
+
'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
|
|
80
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '더 적게 보기' }],
|
|
81
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '더 많이 보기' }],
|
|
82
|
+
'i18nStrings.valueText': [{ type: 0, value: '값' }],
|
|
83
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
84
|
+
{
|
|
85
|
+
type: 5,
|
|
86
|
+
value: 'token__operator',
|
|
87
|
+
options: {
|
|
88
|
+
equals: {
|
|
89
|
+
value: [
|
|
90
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
91
|
+
{ type: 0, value: '이(가) ' },
|
|
92
|
+
{ type: 1, value: 'token__value' },
|
|
93
|
+
{ type: 0, value: '과(와) 같음 필터 제거' },
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
not_equals: {
|
|
97
|
+
value: [
|
|
98
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
99
|
+
{ type: 0, value: '이(가) ' },
|
|
100
|
+
{ type: 1, value: 'token__value' },
|
|
101
|
+
{ type: 0, value: '과(와) 같지 않음 필터 제거' },
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
greater_than: {
|
|
105
|
+
value: [
|
|
106
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
107
|
+
{ type: 0, value: '이(가) ' },
|
|
108
|
+
{ type: 1, value: 'token__value' },
|
|
109
|
+
{ type: 0, value: '보다 큼 필터 제거' },
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
greater_than_equal: {
|
|
113
|
+
value: [
|
|
114
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
115
|
+
{ type: 0, value: '이(가) ' },
|
|
116
|
+
{ type: 1, value: 'token__value' },
|
|
117
|
+
{ type: 0, value: '보다 크거나 같음 필터 제거' },
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
less_than: {
|
|
121
|
+
value: [
|
|
122
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
123
|
+
{ type: 0, value: '이(가) ' },
|
|
124
|
+
{ type: 1, value: 'token__value' },
|
|
125
|
+
{ type: 0, value: '보다 작음 필터 제거' },
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
less_than_equal: {
|
|
129
|
+
value: [
|
|
130
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
131
|
+
{ type: 0, value: '이(가) ' },
|
|
132
|
+
{ type: 1, value: 'token__value' },
|
|
133
|
+
{ type: 0, value: '보다 작거나 같음 필터 제거' },
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
contains: {
|
|
137
|
+
value: [
|
|
138
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
139
|
+
{ type: 0, value: '이(가) ' },
|
|
140
|
+
{ type: 1, value: 'token__value' },
|
|
141
|
+
{ type: 0, value: '을(를) 포함함 필터 제거' },
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
not_contains: {
|
|
145
|
+
value: [
|
|
146
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
147
|
+
{ type: 0, value: '이(가) ' },
|
|
148
|
+
{ type: 1, value: 'token__value' },
|
|
149
|
+
{ type: 0, value: '을(를) 포함하지 않음 필터 제거' },
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
other: { value: [] },
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
select: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
|
|
158
|
+
wizard: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
};
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cloudscape-design/components": {
|
|
3
|
+
"ko": {
|
|
4
|
+
"alert": { "dismissAriaLabel": [{ "type": 0, "value": "알림 무시" }] },
|
|
5
|
+
"autosuggest": {
|
|
6
|
+
"stepNumberLabel": [
|
|
7
|
+
{ "type": 1, "value": "stepNumber" },
|
|
8
|
+
{ "type": 0, "value": "단계" }
|
|
9
|
+
],
|
|
10
|
+
"collapsedStepsLabel": [
|
|
11
|
+
{ "type": 1, "value": "stepNumber" },
|
|
12
|
+
{ "type": 0, "value": "/" },
|
|
13
|
+
{ "type": 1, "value": "stepsCount" },
|
|
14
|
+
{ "type": 0, "value": " 단계" }
|
|
15
|
+
],
|
|
16
|
+
"cancelButton": [{ "type": 0, "value": "취소" }],
|
|
17
|
+
"previousButton": [{ "type": 0, "value": "이전" }],
|
|
18
|
+
"nextButton": [{ "type": 0, "value": "다음" }],
|
|
19
|
+
"optional": [{ "type": 0, "value": "선택 사항" }]
|
|
20
|
+
},
|
|
21
|
+
"app-layout": {
|
|
22
|
+
"ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
|
|
23
|
+
"ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
|
|
24
|
+
"ariaLabels.navigationToggle": [{ "type": 0, "value": "측면 탐색 열기" }],
|
|
25
|
+
"ariaLabels.notifications": [{ "type": 0, "value": "알림" }],
|
|
26
|
+
"ariaLabels.tools": [{ "type": 0, "value": "도움말 창" }],
|
|
27
|
+
"ariaLabels.toolsClose": [{ "type": 0, "value": "도움말 창 열기" }],
|
|
28
|
+
"ariaLabels.toolsToggle": [{ "type": 0, "value": "도움말 창 닫기" }]
|
|
29
|
+
},
|
|
30
|
+
"date-picker": {
|
|
31
|
+
"nextMonthAriaLabel": [{ "type": 0, "value": "다음 달" }],
|
|
32
|
+
"previousMonthAriaLabel": [{ "type": 0, "value": "이전 달" }],
|
|
33
|
+
"todayAriaLabel": [{ "type": 0, "value": "오늘" }]
|
|
34
|
+
},
|
|
35
|
+
"flashbar": {
|
|
36
|
+
"i18nStrings.ariaLabel": [{ "type": 0, "value": "알림" }],
|
|
37
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
38
|
+
"i18nStrings.inProgressIconAriaLabel": [{ "type": 0, "value": "진행 중" }],
|
|
39
|
+
"i18nStrings.infoIconAriaLabel": [{ "type": 0, "value": "정보" }],
|
|
40
|
+
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "모든 알림" }],
|
|
41
|
+
"i18nStrings.notificationBarText": [{ "type": 0, "value": "알림" }],
|
|
42
|
+
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "성공" }],
|
|
43
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
44
|
+
},
|
|
45
|
+
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
46
|
+
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
47
|
+
"input": { "clearAriaLabel": [{ "type": 0, "value": "지우기" }] },
|
|
48
|
+
"modal": { "closeAriaLabel": [{ "type": 0, "value": "모달 닫기" }] },
|
|
49
|
+
"pagination": {
|
|
50
|
+
"ariaLabels.nextPageLabel": [{ "type": 0, "value": "다음 페이지" }],
|
|
51
|
+
"ariaLabels.pageLabel": [
|
|
52
|
+
{ "type": 0, "value": "전체 페이지 중 " },
|
|
53
|
+
{ "type": 1, "value": "pageNumber" },
|
|
54
|
+
{ "type": 0, "value": "페이지" }
|
|
55
|
+
],
|
|
56
|
+
"ariaLabels.previousPageLabel": [{ "type": 0, "value": "이전 페이지" }]
|
|
57
|
+
},
|
|
58
|
+
"popover": { "dismissAriaLabel": [{ "type": 0, "value": "팝오버 닫기" }] },
|
|
59
|
+
"property-filter": {
|
|
60
|
+
"i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "모든 속성" }],
|
|
61
|
+
"i18nStrings.applyActionText": [{ "type": 0, "value": "적용" }],
|
|
62
|
+
"i18nStrings.cancelActionText": [{ "type": 0, "value": "취소" }],
|
|
63
|
+
"i18nStrings.clearFiltersText": [{ "type": 0, "value": "필터 지우기" }],
|
|
64
|
+
"i18nStrings.editTokenHeader": [{ "type": 0, "value": "필터 편집" }],
|
|
65
|
+
"i18nStrings.groupPropertiesText": [{ "type": 0, "value": "속성" }],
|
|
66
|
+
"i18nStrings.groupValuesText": [{ "type": 0, "value": "값" }],
|
|
67
|
+
"i18nStrings.operationAndText": [{ "type": 0, "value": "및" }],
|
|
68
|
+
"i18nStrings.operationOrText": [{ "type": 0, "value": "또는" }],
|
|
69
|
+
"i18nStrings.operatorContainsText": [{ "type": 0, "value": "포함" }],
|
|
70
|
+
"i18nStrings.operatorDoesNotContainText": [{ "type": 0, "value": "포함 안 함" }],
|
|
71
|
+
"i18nStrings.operatorDoesNotEqualText": [{ "type": 0, "value": "같지 않음" }],
|
|
72
|
+
"i18nStrings.operatorEqualsText": [{ "type": 0, "value": "같음" }],
|
|
73
|
+
"i18nStrings.operatorGreaterOrEqualText": [{ "type": 0, "value": "크거나 같음" }],
|
|
74
|
+
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "보다 큼" }],
|
|
75
|
+
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "작거나 같음" }],
|
|
76
|
+
"i18nStrings.operatorLessText": [{ "type": 0, "value": "보다 작음" }],
|
|
77
|
+
"i18nStrings.operatorText": [{ "type": 0, "value": "연산자" }],
|
|
78
|
+
"i18nStrings.operatorsText": [{ "type": 0, "value": "연산자" }],
|
|
79
|
+
"i18nStrings.propertyText": [{ "type": 0, "value": "속성" }],
|
|
80
|
+
"i18nStrings.tokenLimitShowFewer": [{ "type": 0, "value": "더 적게 보기" }],
|
|
81
|
+
"i18nStrings.tokenLimitShowMore": [{ "type": 0, "value": "더 많이 보기" }],
|
|
82
|
+
"i18nStrings.valueText": [{ "type": 0, "value": "값" }],
|
|
83
|
+
"i18nStrings.removeTokenButtonAriaLabel": [
|
|
84
|
+
{
|
|
85
|
+
"type": 5,
|
|
86
|
+
"value": "token__operator",
|
|
87
|
+
"options": {
|
|
88
|
+
"equals": {
|
|
89
|
+
"value": [
|
|
90
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
91
|
+
{ "type": 0, "value": "이(가) " },
|
|
92
|
+
{ "type": 1, "value": "token__value" },
|
|
93
|
+
{ "type": 0, "value": "과(와) 같음 필터 제거" }
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"not_equals": {
|
|
97
|
+
"value": [
|
|
98
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
99
|
+
{ "type": 0, "value": "이(가) " },
|
|
100
|
+
{ "type": 1, "value": "token__value" },
|
|
101
|
+
{ "type": 0, "value": "과(와) 같지 않음 필터 제거" }
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"greater_than": {
|
|
105
|
+
"value": [
|
|
106
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
107
|
+
{ "type": 0, "value": "이(가) " },
|
|
108
|
+
{ "type": 1, "value": "token__value" },
|
|
109
|
+
{ "type": 0, "value": "보다 큼 필터 제거" }
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"greater_than_equal": {
|
|
113
|
+
"value": [
|
|
114
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
115
|
+
{ "type": 0, "value": "이(가) " },
|
|
116
|
+
{ "type": 1, "value": "token__value" },
|
|
117
|
+
{ "type": 0, "value": "보다 크거나 같음 필터 제거" }
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"less_than": {
|
|
121
|
+
"value": [
|
|
122
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
123
|
+
{ "type": 0, "value": "이(가) " },
|
|
124
|
+
{ "type": 1, "value": "token__value" },
|
|
125
|
+
{ "type": 0, "value": "보다 작음 필터 제거" }
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"less_than_equal": {
|
|
129
|
+
"value": [
|
|
130
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
131
|
+
{ "type": 0, "value": "이(가) " },
|
|
132
|
+
{ "type": 1, "value": "token__value" },
|
|
133
|
+
{ "type": 0, "value": "보다 작거나 같음 필터 제거" }
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"contains": {
|
|
137
|
+
"value": [
|
|
138
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
139
|
+
{ "type": 0, "value": "이(가) " },
|
|
140
|
+
{ "type": 1, "value": "token__value" },
|
|
141
|
+
{ "type": 0, "value": "을(를) 포함함 필터 제거" }
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
"not_contains": {
|
|
145
|
+
"value": [
|
|
146
|
+
{ "type": 1, "value": "token__propertyKey" },
|
|
147
|
+
{ "type": 0, "value": "이(가) " },
|
|
148
|
+
{ "type": 1, "value": "token__value" },
|
|
149
|
+
{ "type": 0, "value": "을(를) 포함하지 않음 필터 제거" }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"other": { "value": [] }
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"select": {
|
|
158
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
159
|
+
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
160
|
+
},
|
|
161
|
+
"wizard": {
|
|
162
|
+
"errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
163
|
+
"selectedAriaLabel": [{ "type": 0, "value": "선택됨" }]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|