@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,1953 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
de: {
|
|
4
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Warnung verwerfen' }] },
|
|
5
|
+
autosuggest: {
|
|
6
|
+
stepNumberLabel: [
|
|
7
|
+
{ type: 0, value: 'Schritt ' },
|
|
8
|
+
{ type: 1, value: 'stepNumber' },
|
|
9
|
+
],
|
|
10
|
+
collapsedStepsLabel: [
|
|
11
|
+
{ type: 0, value: 'Schritt ' },
|
|
12
|
+
{ type: 1, value: 'stepNumber' },
|
|
13
|
+
{ type: 0, value: ' von ' },
|
|
14
|
+
{ type: 1, value: 'stepsCount' },
|
|
15
|
+
],
|
|
16
|
+
cancelButton: [{ type: 0, value: 'Abbrechen' }],
|
|
17
|
+
previousButton: [{ type: 0, value: 'Zurück' }],
|
|
18
|
+
nextButton: [{ type: 0, value: 'Weiter' }],
|
|
19
|
+
optional: [{ type: 0, value: 'optional' }],
|
|
20
|
+
},
|
|
21
|
+
'app-layout': {
|
|
22
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Seitennavigation' }],
|
|
23
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Seitennavigation schließen' }],
|
|
24
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Seitennavigation öffnen' }],
|
|
25
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Benachrichtigungen' }],
|
|
26
|
+
'ariaLabels.tools': [{ type: 0, value: 'Hilfebereich' }],
|
|
27
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Hilfebereich öffnen' }],
|
|
28
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Hilfebereich schließen' }],
|
|
29
|
+
},
|
|
30
|
+
'date-picker': {
|
|
31
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Nächster Monat' }],
|
|
32
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Vorheriger Monat' }],
|
|
33
|
+
todayAriaLabel: [{ type: 0, value: 'Heute' }],
|
|
34
|
+
},
|
|
35
|
+
flashbar: {
|
|
36
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Benachrichtigungen' }],
|
|
37
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Fehler' }],
|
|
38
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In Bearbeitung' }],
|
|
39
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Info' }],
|
|
40
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Alle Benachrichtigungen' }],
|
|
41
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Benachrichtigungen' }],
|
|
42
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Erfolg' }],
|
|
43
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warnung' }],
|
|
44
|
+
},
|
|
45
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Fehler' }] },
|
|
46
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Fehler' }] },
|
|
47
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Löschen' }] },
|
|
48
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Modal schließen' }] },
|
|
49
|
+
pagination: {
|
|
50
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Nächste Seite' }],
|
|
51
|
+
'ariaLabels.pageLabel': [
|
|
52
|
+
{ type: 0, value: 'Seite ' },
|
|
53
|
+
{ type: 1, value: 'pageNumber' },
|
|
54
|
+
{ type: 0, value: ' aller Seiten' },
|
|
55
|
+
],
|
|
56
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Vorherige Seite' }],
|
|
57
|
+
},
|
|
58
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Popover schließen' }] },
|
|
59
|
+
'property-filter': {
|
|
60
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Alle Eigenschaften' }],
|
|
61
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Anwenden' }],
|
|
62
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Abbrechen' }],
|
|
63
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Filter löschen' }],
|
|
64
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Filter bearbeiten' }],
|
|
65
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Eigenschaften' }],
|
|
66
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Werte' }],
|
|
67
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'und' }],
|
|
68
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'oder' }],
|
|
69
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Enthält' }],
|
|
70
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Enthält nicht' }],
|
|
71
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Ist nicht gleich' }],
|
|
72
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Ist gleich' }],
|
|
73
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Ist größer als oder gleich' }],
|
|
74
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Ist größer als' }],
|
|
75
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Ist kleiner als oder gleich' }],
|
|
76
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Ist kleiner als' }],
|
|
77
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
78
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatoren' }],
|
|
79
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Eigenschaft' }],
|
|
80
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Weniger anzeigen' }],
|
|
81
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mehr anzeigen' }],
|
|
82
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Wert' }],
|
|
83
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
84
|
+
{
|
|
85
|
+
type: 5,
|
|
86
|
+
value: 'token__operator',
|
|
87
|
+
options: {
|
|
88
|
+
equals: {
|
|
89
|
+
value: [
|
|
90
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
91
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
92
|
+
{ type: 0, value: ' ist gleich ' },
|
|
93
|
+
{ type: 1, value: 'token__value' },
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
not_equals: {
|
|
97
|
+
value: [
|
|
98
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
99
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
100
|
+
{ type: 0, value: ' ist nicht gleich ' },
|
|
101
|
+
{ type: 1, value: 'token__value' },
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
greater_than: {
|
|
105
|
+
value: [
|
|
106
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
107
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
108
|
+
{ type: 0, value: ' ist größer als ' },
|
|
109
|
+
{ type: 1, value: 'token__value' },
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
greater_than_equal: {
|
|
113
|
+
value: [
|
|
114
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
115
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
116
|
+
{ type: 0, value: ' ist größer oder gleich ' },
|
|
117
|
+
{ type: 1, value: 'token__value' },
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
less_than: {
|
|
121
|
+
value: [
|
|
122
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
123
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
124
|
+
{ type: 0, value: ' ist kleiner als ' },
|
|
125
|
+
{ type: 1, value: 'token__value' },
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
less_than_equal: {
|
|
129
|
+
value: [
|
|
130
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
131
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
132
|
+
{ type: 0, value: ' ist kleiner als oder gleich ' },
|
|
133
|
+
{ type: 1, value: 'token__value' },
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
contains: {
|
|
137
|
+
value: [
|
|
138
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
139
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
140
|
+
{ type: 0, value: ' enthält ' },
|
|
141
|
+
{ type: 1, value: 'token__value' },
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
not_contains: {
|
|
145
|
+
value: [
|
|
146
|
+
{ type: 0, value: 'Filter entfernen, ' },
|
|
147
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
148
|
+
{ type: 0, value: ' enthält nicht ' },
|
|
149
|
+
{ type: 1, value: 'token__value' },
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
other: { value: [] },
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
select: {
|
|
158
|
+
errorIconAriaLabel: [{ type: 0, value: 'Fehler' }],
|
|
159
|
+
selectedAriaLabel: [{ type: 0, value: 'Ausgewählt' }],
|
|
160
|
+
},
|
|
161
|
+
wizard: {
|
|
162
|
+
errorIconAriaLabel: [{ type: 0, value: 'Fehler' }],
|
|
163
|
+
selectedAriaLabel: [{ type: 0, value: 'Ausgewählt' }],
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
'en-GB': {
|
|
167
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
|
|
168
|
+
autosuggest: {
|
|
169
|
+
stepNumberLabel: [
|
|
170
|
+
{ type: 0, value: 'Step ' },
|
|
171
|
+
{ type: 1, value: 'stepNumber' },
|
|
172
|
+
],
|
|
173
|
+
collapsedStepsLabel: [
|
|
174
|
+
{ type: 0, value: 'Step ' },
|
|
175
|
+
{ type: 1, value: 'stepNumber' },
|
|
176
|
+
{ type: 0, value: ' of ' },
|
|
177
|
+
{ type: 1, value: 'stepsCount' },
|
|
178
|
+
],
|
|
179
|
+
cancelButton: [{ type: 0, value: 'Cancel' }],
|
|
180
|
+
previousButton: [{ type: 0, value: 'Previous' }],
|
|
181
|
+
nextButton: [{ type: 0, value: 'Next' }],
|
|
182
|
+
optional: [{ type: 0, value: 'optional' }],
|
|
183
|
+
},
|
|
184
|
+
'app-layout': {
|
|
185
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
|
|
186
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
|
|
187
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
|
|
188
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
|
|
189
|
+
'ariaLabels.tools': [{ type: 0, value: 'Help panel' }],
|
|
190
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Open help panel' }],
|
|
191
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Close help panel' }],
|
|
192
|
+
},
|
|
193
|
+
'date-picker': {
|
|
194
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Next month' }],
|
|
195
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Previous month' }],
|
|
196
|
+
todayAriaLabel: [{ type: 0, value: 'Today' }],
|
|
197
|
+
},
|
|
198
|
+
flashbar: {
|
|
199
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifications' }],
|
|
200
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
201
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In progress' }],
|
|
202
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Info' }],
|
|
203
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'All notifications' }],
|
|
204
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifications' }],
|
|
205
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
|
|
206
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
207
|
+
},
|
|
208
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
209
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
210
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
|
|
211
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Close modal' }] },
|
|
212
|
+
pagination: {
|
|
213
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Next page' }],
|
|
214
|
+
'ariaLabels.pageLabel': [
|
|
215
|
+
{ type: 0, value: 'Page ' },
|
|
216
|
+
{ type: 1, value: 'pageNumber' },
|
|
217
|
+
{ type: 0, value: ' of all pages' },
|
|
218
|
+
],
|
|
219
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Previous page' }],
|
|
220
|
+
},
|
|
221
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Close pop-over' }] },
|
|
222
|
+
'property-filter': {
|
|
223
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'All properties' }],
|
|
224
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Apply' }],
|
|
225
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancel' }],
|
|
226
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Clear filters' }],
|
|
227
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Edit filter' }],
|
|
228
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Properties' }],
|
|
229
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Values' }],
|
|
230
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'and' }],
|
|
231
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'or' }],
|
|
232
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contains' }],
|
|
233
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Does not contain' }],
|
|
234
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Does not equal' }],
|
|
235
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Equals' }],
|
|
236
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Greater than or equal to' }],
|
|
237
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
|
|
238
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal to' }],
|
|
239
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
|
|
240
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
241
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
|
|
242
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
|
|
243
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Show fewer' }],
|
|
244
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Show more' }],
|
|
245
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Value' }],
|
|
246
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
247
|
+
{
|
|
248
|
+
type: 5,
|
|
249
|
+
value: 'token__operator',
|
|
250
|
+
options: {
|
|
251
|
+
equals: {
|
|
252
|
+
value: [
|
|
253
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
254
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
255
|
+
{ type: 0, value: ' equals ' },
|
|
256
|
+
{ type: 1, value: 'token__value' },
|
|
257
|
+
],
|
|
258
|
+
},
|
|
259
|
+
not_equals: {
|
|
260
|
+
value: [
|
|
261
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
262
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
263
|
+
{ type: 0, value: ' does not equal ' },
|
|
264
|
+
{ type: 1, value: 'token__value' },
|
|
265
|
+
],
|
|
266
|
+
},
|
|
267
|
+
greater_than: {
|
|
268
|
+
value: [
|
|
269
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
270
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
271
|
+
{ type: 0, value: ' is greater than ' },
|
|
272
|
+
{ type: 1, value: 'token__value' },
|
|
273
|
+
],
|
|
274
|
+
},
|
|
275
|
+
greater_than_equal: {
|
|
276
|
+
value: [
|
|
277
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
278
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
279
|
+
{ type: 0, value: ' is greater than or equal to ' },
|
|
280
|
+
{ type: 1, value: 'token__value' },
|
|
281
|
+
],
|
|
282
|
+
},
|
|
283
|
+
less_than: {
|
|
284
|
+
value: [
|
|
285
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
286
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
287
|
+
{ type: 0, value: ' is less than ' },
|
|
288
|
+
{ type: 1, value: 'token__value' },
|
|
289
|
+
],
|
|
290
|
+
},
|
|
291
|
+
less_than_equal: {
|
|
292
|
+
value: [
|
|
293
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
294
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
295
|
+
{ type: 0, value: ' is less than or equal to ' },
|
|
296
|
+
{ type: 1, value: 'token__value' },
|
|
297
|
+
],
|
|
298
|
+
},
|
|
299
|
+
contains: {
|
|
300
|
+
value: [
|
|
301
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
302
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
303
|
+
{ type: 0, value: ' contains ' },
|
|
304
|
+
{ type: 1, value: 'token__value' },
|
|
305
|
+
],
|
|
306
|
+
},
|
|
307
|
+
not_contains: {
|
|
308
|
+
value: [
|
|
309
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
310
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
311
|
+
{ type: 0, value: ' does not contain ' },
|
|
312
|
+
{ type: 1, value: 'token__value' },
|
|
313
|
+
],
|
|
314
|
+
},
|
|
315
|
+
other: { value: [] },
|
|
316
|
+
},
|
|
317
|
+
},
|
|
318
|
+
],
|
|
319
|
+
},
|
|
320
|
+
select: {
|
|
321
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
322
|
+
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
323
|
+
},
|
|
324
|
+
wizard: {
|
|
325
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
326
|
+
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
en: {
|
|
330
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
|
|
331
|
+
autosuggest: {
|
|
332
|
+
stepNumberLabel: [
|
|
333
|
+
{ type: 0, value: 'Step ' },
|
|
334
|
+
{ type: 1, value: 'stepNumber' },
|
|
335
|
+
],
|
|
336
|
+
collapsedStepsLabel: [
|
|
337
|
+
{ type: 0, value: 'Step ' },
|
|
338
|
+
{ type: 1, value: 'stepNumber' },
|
|
339
|
+
{ type: 0, value: ' of ' },
|
|
340
|
+
{ type: 1, value: 'stepsCount' },
|
|
341
|
+
],
|
|
342
|
+
cancelButton: [{ type: 0, value: 'Cancel' }],
|
|
343
|
+
previousButton: [{ type: 0, value: 'Previous' }],
|
|
344
|
+
nextButton: [{ type: 0, value: 'Next' }],
|
|
345
|
+
optional: [{ type: 0, value: 'optional' }],
|
|
346
|
+
},
|
|
347
|
+
'app-layout': {
|
|
348
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
|
|
349
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
|
|
350
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
|
|
351
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
|
|
352
|
+
'ariaLabels.tools': [{ type: 0, value: 'Help panel' }],
|
|
353
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Open help panel' }],
|
|
354
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Close help panel' }],
|
|
355
|
+
},
|
|
356
|
+
'date-picker': {
|
|
357
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Next month' }],
|
|
358
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Previous month' }],
|
|
359
|
+
todayAriaLabel: [{ type: 0, value: 'Today' }],
|
|
360
|
+
},
|
|
361
|
+
flashbar: {
|
|
362
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifications' }],
|
|
363
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
364
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In progress' }],
|
|
365
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Info' }],
|
|
366
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'All notifications' }],
|
|
367
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifications' }],
|
|
368
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
|
|
369
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
370
|
+
},
|
|
371
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
372
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
373
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
|
|
374
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Close modal' }] },
|
|
375
|
+
pagination: {
|
|
376
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Next page' }],
|
|
377
|
+
'ariaLabels.pageLabel': [
|
|
378
|
+
{ type: 0, value: 'Page ' },
|
|
379
|
+
{ type: 1, value: 'pageNumber' },
|
|
380
|
+
{ type: 0, value: ' of all pages' },
|
|
381
|
+
],
|
|
382
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Previous page' }],
|
|
383
|
+
},
|
|
384
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Close popover' }] },
|
|
385
|
+
'property-filter': {
|
|
386
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'All properties' }],
|
|
387
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Apply' }],
|
|
388
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancel' }],
|
|
389
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Clear filters' }],
|
|
390
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Edit filter' }],
|
|
391
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Properties' }],
|
|
392
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Values' }],
|
|
393
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'and' }],
|
|
394
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'or' }],
|
|
395
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contains' }],
|
|
396
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Does not contain' }],
|
|
397
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Does not equal' }],
|
|
398
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Equals' }],
|
|
399
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Greater than or equal' }],
|
|
400
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
|
|
401
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal' }],
|
|
402
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
|
|
403
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
404
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
|
|
405
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
|
|
406
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Show fewer' }],
|
|
407
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Show more' }],
|
|
408
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Value' }],
|
|
409
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
410
|
+
{
|
|
411
|
+
type: 5,
|
|
412
|
+
value: 'token__operator',
|
|
413
|
+
options: {
|
|
414
|
+
equals: {
|
|
415
|
+
value: [
|
|
416
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
417
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
418
|
+
{ type: 0, value: ' equals ' },
|
|
419
|
+
{ type: 1, value: 'token__value' },
|
|
420
|
+
],
|
|
421
|
+
},
|
|
422
|
+
not_equals: {
|
|
423
|
+
value: [
|
|
424
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
425
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
426
|
+
{ type: 0, value: ' does not equal ' },
|
|
427
|
+
{ type: 1, value: 'token__value' },
|
|
428
|
+
],
|
|
429
|
+
},
|
|
430
|
+
greater_than: {
|
|
431
|
+
value: [
|
|
432
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
433
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
434
|
+
{ type: 0, value: ' is greater than ' },
|
|
435
|
+
{ type: 1, value: 'token__value' },
|
|
436
|
+
],
|
|
437
|
+
},
|
|
438
|
+
greater_than_equal: {
|
|
439
|
+
value: [
|
|
440
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
441
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
442
|
+
{ type: 0, value: ' is greater than or equal to ' },
|
|
443
|
+
{ type: 1, value: 'token__value' },
|
|
444
|
+
],
|
|
445
|
+
},
|
|
446
|
+
less_than: {
|
|
447
|
+
value: [
|
|
448
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
449
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
450
|
+
{ type: 0, value: ' is less than ' },
|
|
451
|
+
{ type: 1, value: 'token__value' },
|
|
452
|
+
],
|
|
453
|
+
},
|
|
454
|
+
less_than_equal: {
|
|
455
|
+
value: [
|
|
456
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
457
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
458
|
+
{ type: 0, value: ' is less than or equal to ' },
|
|
459
|
+
{ type: 1, value: 'token__value' },
|
|
460
|
+
],
|
|
461
|
+
},
|
|
462
|
+
contains: {
|
|
463
|
+
value: [
|
|
464
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
465
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
466
|
+
{ type: 0, value: ' contains ' },
|
|
467
|
+
{ type: 1, value: 'token__value' },
|
|
468
|
+
],
|
|
469
|
+
},
|
|
470
|
+
not_contains: {
|
|
471
|
+
value: [
|
|
472
|
+
{ type: 0, value: 'Remove filter, ' },
|
|
473
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
474
|
+
{ type: 0, value: ' does not contain ' },
|
|
475
|
+
{ type: 1, value: 'token__value' },
|
|
476
|
+
],
|
|
477
|
+
},
|
|
478
|
+
other: { value: [] },
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
|
+
],
|
|
482
|
+
},
|
|
483
|
+
select: {
|
|
484
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
485
|
+
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
486
|
+
},
|
|
487
|
+
wizard: {
|
|
488
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
489
|
+
selectedAriaLabel: [{ type: 0, value: 'Selected' }],
|
|
490
|
+
},
|
|
491
|
+
},
|
|
492
|
+
es: {
|
|
493
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
494
|
+
autosuggest: {
|
|
495
|
+
stepNumberLabel: [
|
|
496
|
+
{ type: 0, value: 'Paso ' },
|
|
497
|
+
{ type: 1, value: 'stepNumber' },
|
|
498
|
+
],
|
|
499
|
+
collapsedStepsLabel: [
|
|
500
|
+
{ type: 0, value: 'Paso ' },
|
|
501
|
+
{ type: 1, value: 'stepNumber' },
|
|
502
|
+
{ type: 0, value: ' de ' },
|
|
503
|
+
{ type: 1, value: 'stepsCount' },
|
|
504
|
+
],
|
|
505
|
+
cancelButton: [{ type: 0, value: 'Cancelar' }],
|
|
506
|
+
previousButton: [{ type: 0, value: 'Anterior' }],
|
|
507
|
+
nextButton: [{ type: 0, value: 'Siguiente' }],
|
|
508
|
+
optional: [{ type: 0, value: 'opcional' }],
|
|
509
|
+
},
|
|
510
|
+
'app-layout': {
|
|
511
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navegación lateral' }],
|
|
512
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Cerrar navegación lateral' }],
|
|
513
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegación lateral' }],
|
|
514
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notificaciones' }],
|
|
515
|
+
'ariaLabels.tools': [{ type: 0, value: 'Panel de ayuda' }],
|
|
516
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Abrir panel de ayuda' }],
|
|
517
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Cerrar panel de ayuda' }],
|
|
518
|
+
},
|
|
519
|
+
'date-picker': {
|
|
520
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Próximo mes' }],
|
|
521
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mes anterior' }],
|
|
522
|
+
todayAriaLabel: [{ type: 0, value: 'Hoy' }],
|
|
523
|
+
},
|
|
524
|
+
flashbar: {
|
|
525
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notificaciones' }],
|
|
526
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
527
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'En curso' }],
|
|
528
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Información' }],
|
|
529
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas las notificaciones' }],
|
|
530
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificaciones' }],
|
|
531
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Éxito' }],
|
|
532
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
|
|
533
|
+
},
|
|
534
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
535
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
536
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Borrar' }] },
|
|
537
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Cerrar modal' }] },
|
|
538
|
+
pagination: {
|
|
539
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Página siguiente' }],
|
|
540
|
+
'ariaLabels.pageLabel': [
|
|
541
|
+
{ type: 0, value: 'Página ' },
|
|
542
|
+
{ type: 1, value: 'pageNumber' },
|
|
543
|
+
{ type: 0, value: ' de todas las páginas' },
|
|
544
|
+
],
|
|
545
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
546
|
+
},
|
|
547
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Cerrar ventana emergente' }] },
|
|
548
|
+
'property-filter': {
|
|
549
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Todas las propiedades' }],
|
|
550
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Aplicar' }],
|
|
551
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancelar' }],
|
|
552
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Borrar filtros' }],
|
|
553
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Editar filtro' }],
|
|
554
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Propiedades' }],
|
|
555
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valores' }],
|
|
556
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'y' }],
|
|
557
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'o' }],
|
|
558
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contiene' }],
|
|
559
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'No contiene' }],
|
|
560
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'No es igual a' }],
|
|
561
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Igual a' }],
|
|
562
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Mayor o igual que' }],
|
|
563
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Mayor que' }],
|
|
564
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor o igual que' }],
|
|
565
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
566
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
567
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
568
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Propiedad' }],
|
|
569
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
570
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostrar más' }],
|
|
571
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valor' }],
|
|
572
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
573
|
+
{
|
|
574
|
+
type: 5,
|
|
575
|
+
value: 'token__operator',
|
|
576
|
+
options: {
|
|
577
|
+
equals: {
|
|
578
|
+
value: [
|
|
579
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
580
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
581
|
+
{ type: 0, value: ' igual a ' },
|
|
582
|
+
{ type: 1, value: 'token__value' },
|
|
583
|
+
],
|
|
584
|
+
},
|
|
585
|
+
not_equals: {
|
|
586
|
+
value: [
|
|
587
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
588
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
589
|
+
{ type: 0, value: ' no es igual a ' },
|
|
590
|
+
{ type: 1, value: 'token__value' },
|
|
591
|
+
],
|
|
592
|
+
},
|
|
593
|
+
greater_than: {
|
|
594
|
+
value: [
|
|
595
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
596
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
597
|
+
{ type: 0, value: ' es mayor que ' },
|
|
598
|
+
{ type: 1, value: 'token__value' },
|
|
599
|
+
],
|
|
600
|
+
},
|
|
601
|
+
greater_than_equal: {
|
|
602
|
+
value: [
|
|
603
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
604
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
605
|
+
{ type: 0, value: ' es mayor o igual que ' },
|
|
606
|
+
{ type: 1, value: 'token__value' },
|
|
607
|
+
],
|
|
608
|
+
},
|
|
609
|
+
less_than: {
|
|
610
|
+
value: [
|
|
611
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
612
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
613
|
+
{ type: 0, value: ' es menor que ' },
|
|
614
|
+
{ type: 1, value: 'token__value' },
|
|
615
|
+
],
|
|
616
|
+
},
|
|
617
|
+
less_than_equal: {
|
|
618
|
+
value: [
|
|
619
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
620
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
621
|
+
{ type: 0, value: ' es menor o igual que ' },
|
|
622
|
+
{ type: 1, value: 'token__value' },
|
|
623
|
+
],
|
|
624
|
+
},
|
|
625
|
+
contains: {
|
|
626
|
+
value: [
|
|
627
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
628
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
629
|
+
{ type: 0, value: ' contiene ' },
|
|
630
|
+
{ type: 1, value: 'token__value' },
|
|
631
|
+
],
|
|
632
|
+
},
|
|
633
|
+
not_contains: {
|
|
634
|
+
value: [
|
|
635
|
+
{ type: 0, value: 'Eliminar filtro, ' },
|
|
636
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
637
|
+
{ type: 0, value: ' no contiene ' },
|
|
638
|
+
{ type: 1, value: 'token__value' },
|
|
639
|
+
],
|
|
640
|
+
},
|
|
641
|
+
other: { value: [] },
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
],
|
|
645
|
+
},
|
|
646
|
+
select: {
|
|
647
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
648
|
+
selectedAriaLabel: [{ type: 0, value: 'Seleccionado' }],
|
|
649
|
+
},
|
|
650
|
+
wizard: {
|
|
651
|
+
errorIconAriaLabel: [{ type: 0, value: 'Error' }],
|
|
652
|
+
selectedAriaLabel: [{ type: 0, value: 'Seleccionado' }],
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
fr: {
|
|
656
|
+
alert: { dismissAriaLabel: [{ type: 0, value: "Ignorer l'alerte" }] },
|
|
657
|
+
autosuggest: {
|
|
658
|
+
stepNumberLabel: [
|
|
659
|
+
{ type: 0, value: 'Étape ' },
|
|
660
|
+
{ type: 1, value: 'stepNumber' },
|
|
661
|
+
],
|
|
662
|
+
collapsedStepsLabel: [
|
|
663
|
+
{ type: 0, value: 'Étape ' },
|
|
664
|
+
{ type: 1, value: 'stepNumber' },
|
|
665
|
+
{ type: 0, value: ' de ' },
|
|
666
|
+
{ type: 1, value: 'stepsCount' },
|
|
667
|
+
],
|
|
668
|
+
cancelButton: [{ type: 0, value: 'Annuler' }],
|
|
669
|
+
previousButton: [{ type: 0, value: 'Précédent' }],
|
|
670
|
+
nextButton: [{ type: 0, value: 'Suivant' }],
|
|
671
|
+
optional: [{ type: 0, value: 'facultatif' }],
|
|
672
|
+
},
|
|
673
|
+
'app-layout': {
|
|
674
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navigation latérale' }],
|
|
675
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Fermer la navigation latérale' }],
|
|
676
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Ouvrir la navigation latérale' }],
|
|
677
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
|
|
678
|
+
'ariaLabels.tools': [{ type: 0, value: "Volet d'aide" }],
|
|
679
|
+
'ariaLabels.toolsClose': [{ type: 0, value: "Ouvrir le volet d'aide" }],
|
|
680
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: "Fermer le volet d'aide" }],
|
|
681
|
+
},
|
|
682
|
+
'date-picker': {
|
|
683
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Mois suivant' }],
|
|
684
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mois précédent' }],
|
|
685
|
+
todayAriaLabel: [{ type: 0, value: "Aujourd'hui" }],
|
|
686
|
+
},
|
|
687
|
+
flashbar: {
|
|
688
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifications' }],
|
|
689
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }],
|
|
690
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'En cours' }],
|
|
691
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informations' }],
|
|
692
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Toutes les notifications' }],
|
|
693
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifications' }],
|
|
694
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Réussite' }],
|
|
695
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avertissement' }],
|
|
696
|
+
},
|
|
697
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Erreur' }] },
|
|
698
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }] },
|
|
699
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Effacer' }] },
|
|
700
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Fermer le modal' }] },
|
|
701
|
+
pagination: {
|
|
702
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Page suivante' }],
|
|
703
|
+
'ariaLabels.pageLabel': [
|
|
704
|
+
{ type: 0, value: 'Page ' },
|
|
705
|
+
{ type: 1, value: 'pageNumber' },
|
|
706
|
+
{ type: 0, value: ' de toutes les pages' },
|
|
707
|
+
],
|
|
708
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Page précédente' }],
|
|
709
|
+
},
|
|
710
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Fermer la fenêtre contextuelle' }] },
|
|
711
|
+
'property-filter': {
|
|
712
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Toutes les propriétés' }],
|
|
713
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Appliquer' }],
|
|
714
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Annuler' }],
|
|
715
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Effacer les filtres' }],
|
|
716
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Modifier le filtre' }],
|
|
717
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Propriétés' }],
|
|
718
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valeurs' }],
|
|
719
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'et' }],
|
|
720
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'ou' }],
|
|
721
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contient' }],
|
|
722
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Ne contient pas' }],
|
|
723
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: "N'est pas égal à" }],
|
|
724
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Égal à' }],
|
|
725
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Supérieur ou égal à' }],
|
|
726
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Supérieur à' }],
|
|
727
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Inférieur ou égal à' }],
|
|
728
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Inférieur à' }],
|
|
729
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Opérateur' }],
|
|
730
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Opérateurs' }],
|
|
731
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Propriété' }],
|
|
732
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Afficher moins' }],
|
|
733
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Afficher plus' }],
|
|
734
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valeur' }],
|
|
735
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
736
|
+
{
|
|
737
|
+
type: 5,
|
|
738
|
+
value: 'token__operator',
|
|
739
|
+
options: {
|
|
740
|
+
equals: {
|
|
741
|
+
value: [
|
|
742
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
743
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
744
|
+
{ type: 0, value: ' égal à ' },
|
|
745
|
+
{ type: 1, value: 'token__value' },
|
|
746
|
+
],
|
|
747
|
+
},
|
|
748
|
+
not_equals: {
|
|
749
|
+
value: [
|
|
750
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
751
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
752
|
+
{ type: 0, value: " n'est pas égal à " },
|
|
753
|
+
{ type: 1, value: 'token__value' },
|
|
754
|
+
],
|
|
755
|
+
},
|
|
756
|
+
greater_than: {
|
|
757
|
+
value: [
|
|
758
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
759
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
760
|
+
{ type: 0, value: ' est supérieur à ' },
|
|
761
|
+
{ type: 1, value: 'token__value' },
|
|
762
|
+
],
|
|
763
|
+
},
|
|
764
|
+
greater_than_equal: {
|
|
765
|
+
value: [
|
|
766
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
767
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
768
|
+
{ type: 0, value: ' est supérieur ou égal à ' },
|
|
769
|
+
{ type: 1, value: 'token__value' },
|
|
770
|
+
],
|
|
771
|
+
},
|
|
772
|
+
less_than: {
|
|
773
|
+
value: [
|
|
774
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
775
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
776
|
+
{ type: 0, value: ' est inférieur à ' },
|
|
777
|
+
{ type: 1, value: 'token__value' },
|
|
778
|
+
],
|
|
779
|
+
},
|
|
780
|
+
less_than_equal: {
|
|
781
|
+
value: [
|
|
782
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
783
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
784
|
+
{ type: 0, value: ' est inférieur ou égal à ' },
|
|
785
|
+
{ type: 1, value: 'token__value' },
|
|
786
|
+
],
|
|
787
|
+
},
|
|
788
|
+
contains: {
|
|
789
|
+
value: [
|
|
790
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
791
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
792
|
+
{ type: 0, value: ' contient ' },
|
|
793
|
+
{ type: 1, value: 'token__value' },
|
|
794
|
+
],
|
|
795
|
+
},
|
|
796
|
+
not_contains: {
|
|
797
|
+
value: [
|
|
798
|
+
{ type: 0, value: 'Supprimer le filtre, ' },
|
|
799
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
800
|
+
{ type: 0, value: ' ne contient pas ' },
|
|
801
|
+
{ type: 1, value: 'token__value' },
|
|
802
|
+
],
|
|
803
|
+
},
|
|
804
|
+
other: { value: [] },
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
],
|
|
808
|
+
},
|
|
809
|
+
select: {
|
|
810
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erreur' }],
|
|
811
|
+
selectedAriaLabel: [{ type: 0, value: 'Sélectionné' }],
|
|
812
|
+
},
|
|
813
|
+
wizard: {
|
|
814
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erreur' }],
|
|
815
|
+
selectedAriaLabel: [{ type: 0, value: 'Sélectionné' }],
|
|
816
|
+
},
|
|
817
|
+
},
|
|
818
|
+
id: {
|
|
819
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Abaikan pemberitahuan' }] },
|
|
820
|
+
autosuggest: {
|
|
821
|
+
stepNumberLabel: [
|
|
822
|
+
{ type: 0, value: 'Langkah ' },
|
|
823
|
+
{ type: 1, value: 'stepNumber' },
|
|
824
|
+
],
|
|
825
|
+
collapsedStepsLabel: [
|
|
826
|
+
{ type: 0, value: 'Langkah ' },
|
|
827
|
+
{ type: 1, value: 'stepNumber' },
|
|
828
|
+
{ type: 0, value: ' dari ' },
|
|
829
|
+
{ type: 1, value: 'stepsCount' },
|
|
830
|
+
],
|
|
831
|
+
cancelButton: [{ type: 0, value: 'Batalkan' }],
|
|
832
|
+
previousButton: [{ type: 0, value: 'Sebelumnya' }],
|
|
833
|
+
nextButton: [{ type: 0, value: 'Berikutnya' }],
|
|
834
|
+
optional: [{ type: 0, value: 'opsional' }],
|
|
835
|
+
},
|
|
836
|
+
'app-layout': {
|
|
837
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navigasi samping' }],
|
|
838
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Tutup navigasi samping' }],
|
|
839
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Buka navigasi samping' }],
|
|
840
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifikasi' }],
|
|
841
|
+
'ariaLabels.tools': [{ type: 0, value: 'Panel bantuan' }],
|
|
842
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Buka panel bantuan' }],
|
|
843
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Tutup panel bantuan' }],
|
|
844
|
+
},
|
|
845
|
+
'date-picker': {
|
|
846
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Bulan berikutnya' }],
|
|
847
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Bulan sebelumnya' }],
|
|
848
|
+
todayAriaLabel: [{ type: 0, value: 'Hari ini' }],
|
|
849
|
+
},
|
|
850
|
+
flashbar: {
|
|
851
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifikasi' }],
|
|
852
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
|
|
853
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'Sedang berlangsung' }],
|
|
854
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Info' }],
|
|
855
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Semua notifikasi' }],
|
|
856
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifikasi' }],
|
|
857
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Berhasil' }],
|
|
858
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
|
|
859
|
+
},
|
|
860
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }] },
|
|
861
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }] },
|
|
862
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Hapus' }] },
|
|
863
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Tutup modal' }] },
|
|
864
|
+
pagination: {
|
|
865
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Halaman berikutnya' }],
|
|
866
|
+
'ariaLabels.pageLabel': [
|
|
867
|
+
{ type: 0, value: 'Halaman ' },
|
|
868
|
+
{ type: 1, value: 'pageNumber' },
|
|
869
|
+
{ type: 0, value: ' dari semua halaman' },
|
|
870
|
+
],
|
|
871
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Halaman sebelumnya' }],
|
|
872
|
+
},
|
|
873
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Tutup popover' }] },
|
|
874
|
+
'property-filter': {
|
|
875
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Semua properti' }],
|
|
876
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Terapkan' }],
|
|
877
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Batalkan' }],
|
|
878
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Hapus filter' }],
|
|
879
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Edit filter' }],
|
|
880
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Properti' }],
|
|
881
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Nilai' }],
|
|
882
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'dan' }],
|
|
883
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'atau' }],
|
|
884
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Berisi' }],
|
|
885
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Tidak berisi' }],
|
|
886
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Tidak sama dengan' }],
|
|
887
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Sama dengan' }],
|
|
888
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Lebih besar dari atau sama dengan' }],
|
|
889
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Lebih besar dari' }],
|
|
890
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Kurang dari atau sama dengan' }],
|
|
891
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Kurang dari' }],
|
|
892
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
893
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
|
|
894
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
|
|
895
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Tampilkan lebih sedikit' }],
|
|
896
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Tampilkan lebih banyak' }],
|
|
897
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Nilai' }],
|
|
898
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
899
|
+
{
|
|
900
|
+
type: 5,
|
|
901
|
+
value: 'token__operator',
|
|
902
|
+
options: {
|
|
903
|
+
equals: {
|
|
904
|
+
value: [
|
|
905
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
906
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
907
|
+
{ type: 0, value: ' sama dengan ' },
|
|
908
|
+
{ type: 1, value: 'token__value' },
|
|
909
|
+
],
|
|
910
|
+
},
|
|
911
|
+
not_equals: {
|
|
912
|
+
value: [
|
|
913
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
914
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
915
|
+
{ type: 0, value: ' tidak sama dengan ' },
|
|
916
|
+
{ type: 1, value: 'token__value' },
|
|
917
|
+
],
|
|
918
|
+
},
|
|
919
|
+
greater_than: {
|
|
920
|
+
value: [
|
|
921
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
922
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
923
|
+
{ type: 0, value: ' lebih besar dari ' },
|
|
924
|
+
{ type: 1, value: 'token__value' },
|
|
925
|
+
],
|
|
926
|
+
},
|
|
927
|
+
greater_than_equal: {
|
|
928
|
+
value: [
|
|
929
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
930
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
931
|
+
{ type: 0, value: ' lebih besar dari atau sama dengan ' },
|
|
932
|
+
{ type: 1, value: 'token__value' },
|
|
933
|
+
],
|
|
934
|
+
},
|
|
935
|
+
less_than: {
|
|
936
|
+
value: [
|
|
937
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
938
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
939
|
+
{ type: 0, value: ' kurang dari ' },
|
|
940
|
+
{ type: 1, value: 'token__value' },
|
|
941
|
+
],
|
|
942
|
+
},
|
|
943
|
+
less_than_equal: {
|
|
944
|
+
value: [
|
|
945
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
946
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
947
|
+
{ type: 0, value: ' kurang dari atau sama dengan ' },
|
|
948
|
+
{ type: 1, value: 'token__value' },
|
|
949
|
+
],
|
|
950
|
+
},
|
|
951
|
+
contains: {
|
|
952
|
+
value: [
|
|
953
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
954
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
955
|
+
{ type: 0, value: ' berisi ' },
|
|
956
|
+
{ type: 1, value: 'token__value' },
|
|
957
|
+
],
|
|
958
|
+
},
|
|
959
|
+
not_contains: {
|
|
960
|
+
value: [
|
|
961
|
+
{ type: 0, value: 'Hapus filter, ' },
|
|
962
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
963
|
+
{ type: 0, value: ' tidak berisi ' },
|
|
964
|
+
{ type: 1, value: 'token__value' },
|
|
965
|
+
],
|
|
966
|
+
},
|
|
967
|
+
other: { value: [] },
|
|
968
|
+
},
|
|
969
|
+
},
|
|
970
|
+
],
|
|
971
|
+
},
|
|
972
|
+
select: {
|
|
973
|
+
errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }],
|
|
974
|
+
selectedAriaLabel: [{ type: 0, value: 'Dipilih' }],
|
|
975
|
+
},
|
|
976
|
+
wizard: {
|
|
977
|
+
errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }],
|
|
978
|
+
selectedAriaLabel: [{ type: 0, value: 'Dipilih' }],
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
it: {
|
|
982
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Avviso di disattivazione' }] },
|
|
983
|
+
autosuggest: {
|
|
984
|
+
stepNumberLabel: [
|
|
985
|
+
{ type: 0, value: 'Fase ' },
|
|
986
|
+
{ type: 1, value: 'stepNumber' },
|
|
987
|
+
],
|
|
988
|
+
collapsedStepsLabel: [
|
|
989
|
+
{ type: 0, value: 'Fase ' },
|
|
990
|
+
{ type: 1, value: 'stepNumber' },
|
|
991
|
+
{ type: 0, value: ' di ' },
|
|
992
|
+
{ type: 1, value: 'stepsCount' },
|
|
993
|
+
],
|
|
994
|
+
cancelButton: [{ type: 0, value: 'Annulla' }],
|
|
995
|
+
previousButton: [{ type: 0, value: 'Precedente' }],
|
|
996
|
+
nextButton: [{ type: 0, value: 'Successivo' }],
|
|
997
|
+
optional: [{ type: 0, value: 'facoltativo' }],
|
|
998
|
+
},
|
|
999
|
+
'app-layout': {
|
|
1000
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navigazione laterale' }],
|
|
1001
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Chiudi navigazione laterale' }],
|
|
1002
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Apri navigazione laterale' }],
|
|
1003
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notifiche' }],
|
|
1004
|
+
'ariaLabels.tools': [{ type: 0, value: 'Pannello di aiuto' }],
|
|
1005
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Apri il pannello di aiuto' }],
|
|
1006
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Chiudere il pannello di aiuto' }],
|
|
1007
|
+
},
|
|
1008
|
+
'date-picker': {
|
|
1009
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Mese successivo' }],
|
|
1010
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mese precedente' }],
|
|
1011
|
+
todayAriaLabel: [{ type: 0, value: 'Oggi' }],
|
|
1012
|
+
},
|
|
1013
|
+
flashbar: {
|
|
1014
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifiche' }],
|
|
1015
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
|
|
1016
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In corso' }],
|
|
1017
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informazioni' }],
|
|
1018
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Tutte le notifiche' }],
|
|
1019
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifiche' }],
|
|
1020
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Esito positivo' }],
|
|
1021
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
1022
|
+
},
|
|
1023
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Errore' }] },
|
|
1024
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }] },
|
|
1025
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Cancella' }] },
|
|
1026
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Chiudi modale' }] },
|
|
1027
|
+
pagination: {
|
|
1028
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Pagina successiva' }],
|
|
1029
|
+
'ariaLabels.pageLabel': [
|
|
1030
|
+
{ type: 0, value: 'Pagina ' },
|
|
1031
|
+
{ type: 1, value: 'pageNumber' },
|
|
1032
|
+
{ type: 0, value: ' di tutte le pagine' },
|
|
1033
|
+
],
|
|
1034
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Pagina precedente' }],
|
|
1035
|
+
},
|
|
1036
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Chiudi popover' }] },
|
|
1037
|
+
'property-filter': {
|
|
1038
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Tutte le proprietà' }],
|
|
1039
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Applica' }],
|
|
1040
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Annulla' }],
|
|
1041
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Cancella filtri' }],
|
|
1042
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Modifica filtro' }],
|
|
1043
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Proprietà' }],
|
|
1044
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valori' }],
|
|
1045
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'e' }],
|
|
1046
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'o' }],
|
|
1047
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contiene' }],
|
|
1048
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Non contiene' }],
|
|
1049
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Non è uguale a' }],
|
|
1050
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Uguale a' }],
|
|
1051
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Maggiore o uguale a' }],
|
|
1052
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maggiore di' }],
|
|
1053
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
|
|
1054
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
|
|
1055
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
|
|
1056
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
|
|
1057
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
|
|
1058
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostra meno' }],
|
|
1059
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostra altro' }],
|
|
1060
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valore' }],
|
|
1061
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1062
|
+
{
|
|
1063
|
+
type: 5,
|
|
1064
|
+
value: 'token__operator',
|
|
1065
|
+
options: {
|
|
1066
|
+
equals: {
|
|
1067
|
+
value: [
|
|
1068
|
+
{ type: 0, value: 'Rimuovi filtro ' },
|
|
1069
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1070
|
+
{ type: 0, value: ', uguale a ' },
|
|
1071
|
+
{ type: 1, value: 'token__value' },
|
|
1072
|
+
],
|
|
1073
|
+
},
|
|
1074
|
+
not_equals: {
|
|
1075
|
+
value: [
|
|
1076
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1077
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1078
|
+
{ type: 0, value: ' non è uguale a ' },
|
|
1079
|
+
{ type: 1, value: 'token__value' },
|
|
1080
|
+
],
|
|
1081
|
+
},
|
|
1082
|
+
greater_than: {
|
|
1083
|
+
value: [
|
|
1084
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1085
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1086
|
+
{ type: 0, value: ' è maggiore di ' },
|
|
1087
|
+
{ type: 1, value: 'token__value' },
|
|
1088
|
+
],
|
|
1089
|
+
},
|
|
1090
|
+
greater_than_equal: {
|
|
1091
|
+
value: [
|
|
1092
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1093
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1094
|
+
{ type: 0, value: ' è maggiore o uguale a ' },
|
|
1095
|
+
{ type: 1, value: 'token__value' },
|
|
1096
|
+
],
|
|
1097
|
+
},
|
|
1098
|
+
less_than: {
|
|
1099
|
+
value: [
|
|
1100
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1101
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1102
|
+
{ type: 0, value: ' è inferiore a ' },
|
|
1103
|
+
{ type: 1, value: 'token__value' },
|
|
1104
|
+
],
|
|
1105
|
+
},
|
|
1106
|
+
less_than_equal: {
|
|
1107
|
+
value: [
|
|
1108
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1109
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1110
|
+
{ type: 0, value: ' è minore o uguale a ' },
|
|
1111
|
+
{ type: 1, value: 'token__value' },
|
|
1112
|
+
],
|
|
1113
|
+
},
|
|
1114
|
+
contains: {
|
|
1115
|
+
value: [
|
|
1116
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1117
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1118
|
+
{ type: 0, value: ' contiene ' },
|
|
1119
|
+
{ type: 1, value: 'token__value' },
|
|
1120
|
+
],
|
|
1121
|
+
},
|
|
1122
|
+
not_contains: {
|
|
1123
|
+
value: [
|
|
1124
|
+
{ type: 0, value: 'Rimuovi filtro, ' },
|
|
1125
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1126
|
+
{ type: 0, value: ' non contiene ' },
|
|
1127
|
+
{ type: 1, value: 'token__value' },
|
|
1128
|
+
],
|
|
1129
|
+
},
|
|
1130
|
+
other: { value: [] },
|
|
1131
|
+
},
|
|
1132
|
+
},
|
|
1133
|
+
],
|
|
1134
|
+
},
|
|
1135
|
+
select: {
|
|
1136
|
+
errorIconAriaLabel: [{ type: 0, value: 'Errore' }],
|
|
1137
|
+
selectedAriaLabel: [{ type: 0, value: 'Selezionato' }],
|
|
1138
|
+
},
|
|
1139
|
+
wizard: {
|
|
1140
|
+
errorIconAriaLabel: [{ type: 0, value: 'Errore' }],
|
|
1141
|
+
selectedAriaLabel: [{ type: 0, value: 'Selezionato' }],
|
|
1142
|
+
},
|
|
1143
|
+
},
|
|
1144
|
+
ja: {
|
|
1145
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'アラートを閉じる' }] },
|
|
1146
|
+
autosuggest: {
|
|
1147
|
+
stepNumberLabel: [
|
|
1148
|
+
{ type: 0, value: 'ステップ ' },
|
|
1149
|
+
{ type: 1, value: 'stepNumber' },
|
|
1150
|
+
],
|
|
1151
|
+
collapsedStepsLabel: [
|
|
1152
|
+
{ type: 0, value: 'ステップ ' },
|
|
1153
|
+
{ type: 1, value: 'stepNumber' },
|
|
1154
|
+
{ type: 0, value: '/' },
|
|
1155
|
+
{ type: 1, value: 'stepsCount' },
|
|
1156
|
+
],
|
|
1157
|
+
cancelButton: [{ type: 0, value: 'キャンセル' }],
|
|
1158
|
+
previousButton: [{ type: 0, value: '戻る' }],
|
|
1159
|
+
nextButton: [{ type: 0, value: '次へ' }],
|
|
1160
|
+
optional: [{ type: 0, value: 'オプション' }],
|
|
1161
|
+
},
|
|
1162
|
+
'app-layout': {
|
|
1163
|
+
'ariaLabels.navigation': [{ type: 0, value: 'サイドナビゲーション' }],
|
|
1164
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'サイドナビゲーションを閉じる' }],
|
|
1165
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'サイドナビゲーションを開く' }],
|
|
1166
|
+
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
1167
|
+
'ariaLabels.tools': [{ type: 0, value: 'ヘルプパネル' }],
|
|
1168
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'ヘルプパネルを開く' }],
|
|
1169
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'ヘルプパネルを閉じる' }],
|
|
1170
|
+
},
|
|
1171
|
+
'date-picker': {
|
|
1172
|
+
nextMonthAriaLabel: [{ type: 0, value: '来月' }],
|
|
1173
|
+
previousMonthAriaLabel: [{ type: 0, value: '前月' }],
|
|
1174
|
+
todayAriaLabel: [{ type: 0, value: '今日' }],
|
|
1175
|
+
},
|
|
1176
|
+
flashbar: {
|
|
1177
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
|
|
1178
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
|
|
1179
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '進行中' }],
|
|
1180
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '情報' }],
|
|
1181
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'すべての通知' }],
|
|
1182
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
|
|
1183
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
1184
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
1185
|
+
},
|
|
1186
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
|
|
1187
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }] },
|
|
1188
|
+
input: { clearAriaLabel: [{ type: 0, value: 'クリア' }] },
|
|
1189
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'モーダルを閉じる' }] },
|
|
1190
|
+
pagination: {
|
|
1191
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '次のページ' }],
|
|
1192
|
+
'ariaLabels.pageLabel': [
|
|
1193
|
+
{ type: 0, value: '全ページ中 ' },
|
|
1194
|
+
{ type: 1, value: 'pageNumber' },
|
|
1195
|
+
{ type: 0, value: ' ページ' },
|
|
1196
|
+
],
|
|
1197
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '前のページ' }],
|
|
1198
|
+
},
|
|
1199
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'ポップオーバーを閉じる' }] },
|
|
1200
|
+
'property-filter': {
|
|
1201
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'すべてのプロパティ' }],
|
|
1202
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '適用' }],
|
|
1203
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'キャンセル' }],
|
|
1204
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'フィルターをクリア' }],
|
|
1205
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'フィルターを編集' }],
|
|
1206
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'プロパティ' }],
|
|
1207
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '値' }],
|
|
1208
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'および' }],
|
|
1209
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'または' }],
|
|
1210
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '次を含む:' }],
|
|
1211
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '次を含まない:' }],
|
|
1212
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '次と等しくない:' }],
|
|
1213
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '次と等しい:' }],
|
|
1214
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '次以上:' }],
|
|
1215
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '次より大きい:' }],
|
|
1216
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下:' }],
|
|
1217
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '次未満:' }],
|
|
1218
|
+
'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
|
|
1219
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
|
|
1220
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
|
|
1221
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '少なく表示' }],
|
|
1222
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'さらに表示' }],
|
|
1223
|
+
'i18nStrings.valueText': [{ type: 0, value: '値' }],
|
|
1224
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1225
|
+
{
|
|
1226
|
+
type: 5,
|
|
1227
|
+
value: 'token__operator',
|
|
1228
|
+
options: {
|
|
1229
|
+
equals: {
|
|
1230
|
+
value: [
|
|
1231
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1232
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1233
|
+
{ type: 0, value: ' は ' },
|
|
1234
|
+
{ type: 1, value: 'token__value' },
|
|
1235
|
+
{ type: 0, value: ' と等しい' },
|
|
1236
|
+
],
|
|
1237
|
+
},
|
|
1238
|
+
not_equals: {
|
|
1239
|
+
value: [
|
|
1240
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1241
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1242
|
+
{ type: 0, value: ' は ' },
|
|
1243
|
+
{ type: 1, value: 'token__value' },
|
|
1244
|
+
{ type: 0, value: ' と等しくない' },
|
|
1245
|
+
],
|
|
1246
|
+
},
|
|
1247
|
+
greater_than: {
|
|
1248
|
+
value: [
|
|
1249
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1250
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1251
|
+
{ type: 0, value: ' は ' },
|
|
1252
|
+
{ type: 1, value: 'token__value' },
|
|
1253
|
+
{ type: 0, value: ' より大きい' },
|
|
1254
|
+
],
|
|
1255
|
+
},
|
|
1256
|
+
greater_than_equal: {
|
|
1257
|
+
value: [
|
|
1258
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1259
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1260
|
+
{ type: 0, value: ' は ' },
|
|
1261
|
+
{ type: 1, value: 'token__value' },
|
|
1262
|
+
{ type: 0, value: ' 以上' },
|
|
1263
|
+
],
|
|
1264
|
+
},
|
|
1265
|
+
less_than: {
|
|
1266
|
+
value: [
|
|
1267
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1268
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1269
|
+
{ type: 0, value: ' は ' },
|
|
1270
|
+
{ type: 1, value: 'token__value' },
|
|
1271
|
+
{ type: 0, value: ' 未満' },
|
|
1272
|
+
],
|
|
1273
|
+
},
|
|
1274
|
+
less_than_equal: {
|
|
1275
|
+
value: [
|
|
1276
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1277
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1278
|
+
{ type: 0, value: ' は ' },
|
|
1279
|
+
{ type: 1, value: 'token__value' },
|
|
1280
|
+
{ type: 0, value: ' 以下' },
|
|
1281
|
+
],
|
|
1282
|
+
},
|
|
1283
|
+
contains: {
|
|
1284
|
+
value: [
|
|
1285
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1286
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1287
|
+
{ type: 0, value: ' は ' },
|
|
1288
|
+
{ type: 1, value: 'token__value' },
|
|
1289
|
+
{ type: 0, value: ' を含む' },
|
|
1290
|
+
],
|
|
1291
|
+
},
|
|
1292
|
+
not_contains: {
|
|
1293
|
+
value: [
|
|
1294
|
+
{ type: 0, value: 'フィルターを削除、' },
|
|
1295
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1296
|
+
{ type: 0, value: ' は ' },
|
|
1297
|
+
{ type: 1, value: 'token__value' },
|
|
1298
|
+
{ type: 0, value: ' を含まない' },
|
|
1299
|
+
],
|
|
1300
|
+
},
|
|
1301
|
+
other: { value: [] },
|
|
1302
|
+
},
|
|
1303
|
+
},
|
|
1304
|
+
],
|
|
1305
|
+
},
|
|
1306
|
+
select: {
|
|
1307
|
+
errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
|
|
1308
|
+
selectedAriaLabel: [{ type: 0, value: '選択済み' }],
|
|
1309
|
+
},
|
|
1310
|
+
wizard: {
|
|
1311
|
+
errorIconAriaLabel: [{ type: 0, value: 'エラー' }],
|
|
1312
|
+
selectedAriaLabel: [{ type: 0, value: '選択済み' }],
|
|
1313
|
+
},
|
|
1314
|
+
},
|
|
1315
|
+
ko: {
|
|
1316
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '알림 무시' }] },
|
|
1317
|
+
autosuggest: {
|
|
1318
|
+
stepNumberLabel: [
|
|
1319
|
+
{ type: 1, value: 'stepNumber' },
|
|
1320
|
+
{ type: 0, value: '단계' },
|
|
1321
|
+
],
|
|
1322
|
+
collapsedStepsLabel: [
|
|
1323
|
+
{ type: 1, value: 'stepNumber' },
|
|
1324
|
+
{ type: 0, value: '/' },
|
|
1325
|
+
{ type: 1, value: 'stepsCount' },
|
|
1326
|
+
{ type: 0, value: ' 단계' },
|
|
1327
|
+
],
|
|
1328
|
+
cancelButton: [{ type: 0, value: '취소' }],
|
|
1329
|
+
previousButton: [{ type: 0, value: '이전' }],
|
|
1330
|
+
nextButton: [{ type: 0, value: '다음' }],
|
|
1331
|
+
optional: [{ type: 0, value: '선택 사항' }],
|
|
1332
|
+
},
|
|
1333
|
+
'app-layout': {
|
|
1334
|
+
'ariaLabels.navigation': [{ type: 0, value: '측면 탐색' }],
|
|
1335
|
+
'ariaLabels.navigationClose': [{ type: 0, value: '측면 탐색 닫기' }],
|
|
1336
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: '측면 탐색 열기' }],
|
|
1337
|
+
'ariaLabels.notifications': [{ type: 0, value: '알림' }],
|
|
1338
|
+
'ariaLabels.tools': [{ type: 0, value: '도움말 창' }],
|
|
1339
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '도움말 창 열기' }],
|
|
1340
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '도움말 창 닫기' }],
|
|
1341
|
+
},
|
|
1342
|
+
'date-picker': {
|
|
1343
|
+
nextMonthAriaLabel: [{ type: 0, value: '다음 달' }],
|
|
1344
|
+
previousMonthAriaLabel: [{ type: 0, value: '이전 달' }],
|
|
1345
|
+
todayAriaLabel: [{ type: 0, value: '오늘' }],
|
|
1346
|
+
},
|
|
1347
|
+
flashbar: {
|
|
1348
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '알림' }],
|
|
1349
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }],
|
|
1350
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '진행 중' }],
|
|
1351
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '정보' }],
|
|
1352
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '모든 알림' }],
|
|
1353
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '알림' }],
|
|
1354
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '성공' }],
|
|
1355
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
1356
|
+
},
|
|
1357
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
|
|
1358
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }] },
|
|
1359
|
+
input: { clearAriaLabel: [{ type: 0, value: '지우기' }] },
|
|
1360
|
+
modal: { closeAriaLabel: [{ type: 0, value: '모달 닫기' }] },
|
|
1361
|
+
pagination: {
|
|
1362
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '다음 페이지' }],
|
|
1363
|
+
'ariaLabels.pageLabel': [
|
|
1364
|
+
{ type: 0, value: '전체 페이지 중 ' },
|
|
1365
|
+
{ type: 1, value: 'pageNumber' },
|
|
1366
|
+
{ type: 0, value: '페이지' },
|
|
1367
|
+
],
|
|
1368
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '이전 페이지' }],
|
|
1369
|
+
},
|
|
1370
|
+
popover: { dismissAriaLabel: [{ type: 0, value: '팝오버 닫기' }] },
|
|
1371
|
+
'property-filter': {
|
|
1372
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: '모든 속성' }],
|
|
1373
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '적용' }],
|
|
1374
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: '취소' }],
|
|
1375
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: '필터 지우기' }],
|
|
1376
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: '필터 편집' }],
|
|
1377
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: '속성' }],
|
|
1378
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '값' }],
|
|
1379
|
+
'i18nStrings.operationAndText': [{ type: 0, value: '및' }],
|
|
1380
|
+
'i18nStrings.operationOrText': [{ type: 0, value: '또는' }],
|
|
1381
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '포함' }],
|
|
1382
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '포함 안 함' }],
|
|
1383
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '같지 않음' }],
|
|
1384
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '같음' }],
|
|
1385
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '크거나 같음' }],
|
|
1386
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '보다 큼' }],
|
|
1387
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
|
|
1388
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
|
|
1389
|
+
'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
|
|
1390
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
|
|
1391
|
+
'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
|
|
1392
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '더 적게 보기' }],
|
|
1393
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '더 많이 보기' }],
|
|
1394
|
+
'i18nStrings.valueText': [{ type: 0, value: '값' }],
|
|
1395
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1396
|
+
{
|
|
1397
|
+
type: 5,
|
|
1398
|
+
value: 'token__operator',
|
|
1399
|
+
options: {
|
|
1400
|
+
equals: {
|
|
1401
|
+
value: [
|
|
1402
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1403
|
+
{ type: 0, value: '이(가) ' },
|
|
1404
|
+
{ type: 1, value: 'token__value' },
|
|
1405
|
+
{ type: 0, value: '과(와) 같음 필터 제거' },
|
|
1406
|
+
],
|
|
1407
|
+
},
|
|
1408
|
+
not_equals: {
|
|
1409
|
+
value: [
|
|
1410
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1411
|
+
{ type: 0, value: '이(가) ' },
|
|
1412
|
+
{ type: 1, value: 'token__value' },
|
|
1413
|
+
{ type: 0, value: '과(와) 같지 않음 필터 제거' },
|
|
1414
|
+
],
|
|
1415
|
+
},
|
|
1416
|
+
greater_than: {
|
|
1417
|
+
value: [
|
|
1418
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1419
|
+
{ type: 0, value: '이(가) ' },
|
|
1420
|
+
{ type: 1, value: 'token__value' },
|
|
1421
|
+
{ type: 0, value: '보다 큼 필터 제거' },
|
|
1422
|
+
],
|
|
1423
|
+
},
|
|
1424
|
+
greater_than_equal: {
|
|
1425
|
+
value: [
|
|
1426
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1427
|
+
{ type: 0, value: '이(가) ' },
|
|
1428
|
+
{ type: 1, value: 'token__value' },
|
|
1429
|
+
{ type: 0, value: '보다 크거나 같음 필터 제거' },
|
|
1430
|
+
],
|
|
1431
|
+
},
|
|
1432
|
+
less_than: {
|
|
1433
|
+
value: [
|
|
1434
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1435
|
+
{ type: 0, value: '이(가) ' },
|
|
1436
|
+
{ type: 1, value: 'token__value' },
|
|
1437
|
+
{ type: 0, value: '보다 작음 필터 제거' },
|
|
1438
|
+
],
|
|
1439
|
+
},
|
|
1440
|
+
less_than_equal: {
|
|
1441
|
+
value: [
|
|
1442
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1443
|
+
{ type: 0, value: '이(가) ' },
|
|
1444
|
+
{ type: 1, value: 'token__value' },
|
|
1445
|
+
{ type: 0, value: '보다 작거나 같음 필터 제거' },
|
|
1446
|
+
],
|
|
1447
|
+
},
|
|
1448
|
+
contains: {
|
|
1449
|
+
value: [
|
|
1450
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1451
|
+
{ type: 0, value: '이(가) ' },
|
|
1452
|
+
{ type: 1, value: 'token__value' },
|
|
1453
|
+
{ type: 0, value: '을(를) 포함함 필터 제거' },
|
|
1454
|
+
],
|
|
1455
|
+
},
|
|
1456
|
+
not_contains: {
|
|
1457
|
+
value: [
|
|
1458
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1459
|
+
{ type: 0, value: '이(가) ' },
|
|
1460
|
+
{ type: 1, value: 'token__value' },
|
|
1461
|
+
{ type: 0, value: '을(를) 포함하지 않음 필터 제거' },
|
|
1462
|
+
],
|
|
1463
|
+
},
|
|
1464
|
+
other: { value: [] },
|
|
1465
|
+
},
|
|
1466
|
+
},
|
|
1467
|
+
],
|
|
1468
|
+
},
|
|
1469
|
+
select: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
|
|
1470
|
+
wizard: { errorIconAriaLabel: [{ type: 0, value: '오류' }], selectedAriaLabel: [{ type: 0, value: '선택됨' }] },
|
|
1471
|
+
},
|
|
1472
|
+
'pt-BR': {
|
|
1473
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'Descartar alerta' }] },
|
|
1474
|
+
autosuggest: {
|
|
1475
|
+
stepNumberLabel: [
|
|
1476
|
+
{ type: 0, value: 'Etapa ' },
|
|
1477
|
+
{ type: 1, value: 'stepNumber' },
|
|
1478
|
+
],
|
|
1479
|
+
collapsedStepsLabel: [
|
|
1480
|
+
{ type: 0, value: 'Etapa ' },
|
|
1481
|
+
{ type: 1, value: 'stepNumber' },
|
|
1482
|
+
{ type: 0, value: ' de ' },
|
|
1483
|
+
{ type: 1, value: 'stepsCount' },
|
|
1484
|
+
],
|
|
1485
|
+
cancelButton: [{ type: 0, value: 'Cancelar' }],
|
|
1486
|
+
previousButton: [{ type: 0, value: 'Anterior' }],
|
|
1487
|
+
nextButton: [{ type: 0, value: 'Próximo' }],
|
|
1488
|
+
optional: [{ type: 0, value: 'opcional' }],
|
|
1489
|
+
},
|
|
1490
|
+
'app-layout': {
|
|
1491
|
+
'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
|
|
1492
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
|
|
1493
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
|
|
1494
|
+
'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
|
|
1495
|
+
'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
|
|
1496
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'Abrir o painel de ajuda' }],
|
|
1497
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'Fechar o painel de ajuda' }],
|
|
1498
|
+
},
|
|
1499
|
+
'date-picker': {
|
|
1500
|
+
nextMonthAriaLabel: [{ type: 0, value: 'Próximo mês' }],
|
|
1501
|
+
previousMonthAriaLabel: [{ type: 0, value: 'Mês anterior' }],
|
|
1502
|
+
todayAriaLabel: [{ type: 0, value: 'Hoje' }],
|
|
1503
|
+
},
|
|
1504
|
+
flashbar: {
|
|
1505
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'Notificações' }],
|
|
1506
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
1507
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'Em andamento' }],
|
|
1508
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Informações' }],
|
|
1509
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas as notificações' }],
|
|
1510
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificações' }],
|
|
1511
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Com êxito' }],
|
|
1512
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
1513
|
+
},
|
|
1514
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
1515
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }] },
|
|
1516
|
+
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
1517
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'Fechar modal' }] },
|
|
1518
|
+
pagination: {
|
|
1519
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'Próxima página' }],
|
|
1520
|
+
'ariaLabels.pageLabel': [
|
|
1521
|
+
{ type: 0, value: 'Página ' },
|
|
1522
|
+
{ type: 1, value: 'pageNumber' },
|
|
1523
|
+
{ type: 0, value: ' de todas as páginas' },
|
|
1524
|
+
],
|
|
1525
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'Página anterior' }],
|
|
1526
|
+
},
|
|
1527
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'Fechar pop-over' }] },
|
|
1528
|
+
'property-filter': {
|
|
1529
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'Todas as propriedades' }],
|
|
1530
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'Aplicar' }],
|
|
1531
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancelar' }],
|
|
1532
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'Limpar filtros' }],
|
|
1533
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'Editar filtro' }],
|
|
1534
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Propriedades' }],
|
|
1535
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'Valores' }],
|
|
1536
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'e' }],
|
|
1537
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'ou' }],
|
|
1538
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contém' }],
|
|
1539
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Não contém' }],
|
|
1540
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Diferente de' }],
|
|
1541
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Igual a' }],
|
|
1542
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Maior que ou igual a' }],
|
|
1543
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maior que' }],
|
|
1544
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
|
|
1545
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
1546
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
1547
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
1548
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
|
|
1549
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Mostrar menos' }],
|
|
1550
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Mostrar mais' }],
|
|
1551
|
+
'i18nStrings.valueText': [{ type: 0, value: 'Valor' }],
|
|
1552
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1553
|
+
{
|
|
1554
|
+
type: 5,
|
|
1555
|
+
value: 'token__operator',
|
|
1556
|
+
options: {
|
|
1557
|
+
equals: {
|
|
1558
|
+
value: [
|
|
1559
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1560
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1561
|
+
{ type: 0, value: ' igual a ' },
|
|
1562
|
+
{ type: 1, value: 'token__value' },
|
|
1563
|
+
],
|
|
1564
|
+
},
|
|
1565
|
+
not_equals: {
|
|
1566
|
+
value: [
|
|
1567
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1568
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1569
|
+
{ type: 0, value: ' diferente de ' },
|
|
1570
|
+
{ type: 1, value: 'token__value' },
|
|
1571
|
+
],
|
|
1572
|
+
},
|
|
1573
|
+
greater_than: {
|
|
1574
|
+
value: [
|
|
1575
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1576
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1577
|
+
{ type: 0, value: ' é maior que ' },
|
|
1578
|
+
{ type: 1, value: 'token__value' },
|
|
1579
|
+
],
|
|
1580
|
+
},
|
|
1581
|
+
greater_than_equal: {
|
|
1582
|
+
value: [
|
|
1583
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1584
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1585
|
+
{ type: 0, value: ' é maior que ou igual a ' },
|
|
1586
|
+
{ type: 1, value: 'token__value' },
|
|
1587
|
+
],
|
|
1588
|
+
},
|
|
1589
|
+
less_than: {
|
|
1590
|
+
value: [
|
|
1591
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1592
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1593
|
+
{ type: 0, value: ' é menor que ' },
|
|
1594
|
+
{ type: 1, value: 'token__value' },
|
|
1595
|
+
],
|
|
1596
|
+
},
|
|
1597
|
+
less_than_equal: {
|
|
1598
|
+
value: [
|
|
1599
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1600
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1601
|
+
{ type: 0, value: ' é menor que ou igual a ' },
|
|
1602
|
+
{ type: 1, value: 'token__value' },
|
|
1603
|
+
],
|
|
1604
|
+
},
|
|
1605
|
+
contains: {
|
|
1606
|
+
value: [
|
|
1607
|
+
{ type: 0, value: 'Remove filtro, ' },
|
|
1608
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1609
|
+
{ type: 0, value: ' contém ' },
|
|
1610
|
+
{ type: 1, value: 'token__value' },
|
|
1611
|
+
],
|
|
1612
|
+
},
|
|
1613
|
+
not_contains: {
|
|
1614
|
+
value: [
|
|
1615
|
+
{ type: 0, value: 'Remover filtro, ' },
|
|
1616
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1617
|
+
{ type: 0, value: ' não contém ' },
|
|
1618
|
+
{ type: 1, value: 'token__value' },
|
|
1619
|
+
],
|
|
1620
|
+
},
|
|
1621
|
+
other: { value: [] },
|
|
1622
|
+
},
|
|
1623
|
+
},
|
|
1624
|
+
],
|
|
1625
|
+
},
|
|
1626
|
+
select: {
|
|
1627
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
1628
|
+
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
1629
|
+
},
|
|
1630
|
+
wizard: {
|
|
1631
|
+
errorIconAriaLabel: [{ type: 0, value: 'Erro' }],
|
|
1632
|
+
selectedAriaLabel: [{ type: 0, value: 'Selecionado' }],
|
|
1633
|
+
},
|
|
1634
|
+
},
|
|
1635
|
+
'zh-CN': {
|
|
1636
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '退出提示' }] },
|
|
1637
|
+
autosuggest: {
|
|
1638
|
+
stepNumberLabel: [
|
|
1639
|
+
{ type: 0, value: '第 ' },
|
|
1640
|
+
{ type: 1, value: 'stepNumber' },
|
|
1641
|
+
{ type: 0, value: ' 步' },
|
|
1642
|
+
],
|
|
1643
|
+
collapsedStepsLabel: [
|
|
1644
|
+
{ type: 0, value: '第 ' },
|
|
1645
|
+
{ type: 1, value: 'stepNumber' },
|
|
1646
|
+
{ type: 0, value: ' 步,共 ' },
|
|
1647
|
+
{ type: 1, value: 'stepsCount' },
|
|
1648
|
+
{ type: 0, value: ' 步' },
|
|
1649
|
+
],
|
|
1650
|
+
cancelButton: [{ type: 0, value: '取消' }],
|
|
1651
|
+
previousButton: [{ type: 0, value: '上一步' }],
|
|
1652
|
+
nextButton: [{ type: 0, value: '下一步' }],
|
|
1653
|
+
optional: [{ type: 0, value: '可选' }],
|
|
1654
|
+
},
|
|
1655
|
+
'app-layout': {
|
|
1656
|
+
'ariaLabels.navigation': [{ type: 0, value: '侧导航' }],
|
|
1657
|
+
'ariaLabels.navigationClose': [{ type: 0, value: '关闭侧导航' }],
|
|
1658
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: '打开侧导航' }],
|
|
1659
|
+
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
1660
|
+
'ariaLabels.tools': [{ type: 0, value: '帮助面板' }],
|
|
1661
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '打开帮助面板' }],
|
|
1662
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '关闭帮助面板' }],
|
|
1663
|
+
},
|
|
1664
|
+
'date-picker': {
|
|
1665
|
+
nextMonthAriaLabel: [{ type: 0, value: '下个月' }],
|
|
1666
|
+
previousMonthAriaLabel: [{ type: 0, value: '上个月' }],
|
|
1667
|
+
todayAriaLabel: [{ type: 0, value: '今天' }],
|
|
1668
|
+
},
|
|
1669
|
+
flashbar: {
|
|
1670
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
|
|
1671
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }],
|
|
1672
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '进行中' }],
|
|
1673
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '信息' }],
|
|
1674
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '所有通知' }],
|
|
1675
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
|
|
1676
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
1677
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
1678
|
+
},
|
|
1679
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
1680
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }] },
|
|
1681
|
+
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
1682
|
+
modal: { closeAriaLabel: [{ type: 0, value: '关闭模态' }] },
|
|
1683
|
+
pagination: {
|
|
1684
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '下一页' }],
|
|
1685
|
+
'ariaLabels.pageLabel': [
|
|
1686
|
+
{ type: 0, value: '第 ' },
|
|
1687
|
+
{ type: 1, value: 'pageNumber' },
|
|
1688
|
+
{ type: 0, value: ' 页' },
|
|
1689
|
+
],
|
|
1690
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '上一页' }],
|
|
1691
|
+
},
|
|
1692
|
+
popover: { dismissAriaLabel: [{ type: 0, value: '关闭弹出框' }] },
|
|
1693
|
+
'property-filter': {
|
|
1694
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: '所有属性' }],
|
|
1695
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '应用' }],
|
|
1696
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: '取消' }],
|
|
1697
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: '清除筛选条件' }],
|
|
1698
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: '编辑筛选条件' }],
|
|
1699
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: '属性' }],
|
|
1700
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '值' }],
|
|
1701
|
+
'i18nStrings.operationAndText': [{ type: 0, value: '和' }],
|
|
1702
|
+
'i18nStrings.operationOrText': [{ type: 0, value: '或' }],
|
|
1703
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '包含' }],
|
|
1704
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '不包含' }],
|
|
1705
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '不等于' }],
|
|
1706
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '等于' }],
|
|
1707
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '大于或等于' }],
|
|
1708
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '大于' }],
|
|
1709
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小于或等于' }],
|
|
1710
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '小于' }],
|
|
1711
|
+
'i18nStrings.operatorText': [{ type: 0, value: '运算符' }],
|
|
1712
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '运算符' }],
|
|
1713
|
+
'i18nStrings.propertyText': [{ type: 0, value: '属性' }],
|
|
1714
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '显示更少' }],
|
|
1715
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '显示更多' }],
|
|
1716
|
+
'i18nStrings.valueText': [{ type: 0, value: '值' }],
|
|
1717
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1718
|
+
{
|
|
1719
|
+
type: 5,
|
|
1720
|
+
value: 'token__operator',
|
|
1721
|
+
options: {
|
|
1722
|
+
equals: {
|
|
1723
|
+
value: [
|
|
1724
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1725
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1726
|
+
{ type: 0, value: '等于' },
|
|
1727
|
+
{ type: 1, value: 'token__value' },
|
|
1728
|
+
],
|
|
1729
|
+
},
|
|
1730
|
+
not_equals: {
|
|
1731
|
+
value: [
|
|
1732
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1733
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1734
|
+
{ type: 0, value: '不等于' },
|
|
1735
|
+
{ type: 1, value: 'token__value' },
|
|
1736
|
+
],
|
|
1737
|
+
},
|
|
1738
|
+
greater_than: {
|
|
1739
|
+
value: [
|
|
1740
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1741
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1742
|
+
{ type: 0, value: '大于' },
|
|
1743
|
+
{ type: 1, value: 'token__value' },
|
|
1744
|
+
],
|
|
1745
|
+
},
|
|
1746
|
+
greater_than_equal: {
|
|
1747
|
+
value: [
|
|
1748
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1749
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1750
|
+
{ type: 0, value: '大于或等于' },
|
|
1751
|
+
{ type: 1, value: 'token__value' },
|
|
1752
|
+
],
|
|
1753
|
+
},
|
|
1754
|
+
less_than: {
|
|
1755
|
+
value: [
|
|
1756
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1757
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1758
|
+
{ type: 0, value: '小于' },
|
|
1759
|
+
{ type: 1, value: 'token__value' },
|
|
1760
|
+
],
|
|
1761
|
+
},
|
|
1762
|
+
less_than_equal: {
|
|
1763
|
+
value: [
|
|
1764
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1765
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1766
|
+
{ type: 0, value: '小于或等于' },
|
|
1767
|
+
{ type: 1, value: 'token__value' },
|
|
1768
|
+
],
|
|
1769
|
+
},
|
|
1770
|
+
contains: {
|
|
1771
|
+
value: [
|
|
1772
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1773
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1774
|
+
{ type: 0, value: '包含' },
|
|
1775
|
+
{ type: 1, value: 'token__value' },
|
|
1776
|
+
],
|
|
1777
|
+
},
|
|
1778
|
+
not_contains: {
|
|
1779
|
+
value: [
|
|
1780
|
+
{ type: 0, value: '删除筛选条件,' },
|
|
1781
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1782
|
+
{ type: 0, value: '不包含' },
|
|
1783
|
+
{ type: 1, value: 'token__value' },
|
|
1784
|
+
],
|
|
1785
|
+
},
|
|
1786
|
+
other: { value: [] },
|
|
1787
|
+
},
|
|
1788
|
+
},
|
|
1789
|
+
],
|
|
1790
|
+
},
|
|
1791
|
+
select: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
|
|
1792
|
+
wizard: { errorIconAriaLabel: [{ type: 0, value: '错误' }], selectedAriaLabel: [{ type: 0, value: '已选定' }] },
|
|
1793
|
+
},
|
|
1794
|
+
'zh-TW': {
|
|
1795
|
+
alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
|
|
1796
|
+
autosuggest: {
|
|
1797
|
+
stepNumberLabel: [
|
|
1798
|
+
{ type: 0, value: '步驟 ' },
|
|
1799
|
+
{ type: 1, value: 'stepNumber' },
|
|
1800
|
+
],
|
|
1801
|
+
collapsedStepsLabel: [
|
|
1802
|
+
{ type: 0, value: '步驟 ' },
|
|
1803
|
+
{ type: 1, value: 'stepNumber' },
|
|
1804
|
+
{ type: 0, value: ',共 ' },
|
|
1805
|
+
{ type: 1, value: 'stepsCount' },
|
|
1806
|
+
{ type: 0, value: ' 步' },
|
|
1807
|
+
],
|
|
1808
|
+
cancelButton: [{ type: 0, value: '取消' }],
|
|
1809
|
+
previousButton: [{ type: 0, value: '上一步' }],
|
|
1810
|
+
nextButton: [{ type: 0, value: '下一步' }],
|
|
1811
|
+
optional: [{ type: 0, value: '選用' }],
|
|
1812
|
+
},
|
|
1813
|
+
'app-layout': {
|
|
1814
|
+
'ariaLabels.navigation': [{ type: 0, value: '側邊導覽' }],
|
|
1815
|
+
'ariaLabels.navigationClose': [{ type: 0, value: '關閉側邊導覽' }],
|
|
1816
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: '開啟側邊導覽' }],
|
|
1817
|
+
'ariaLabels.notifications': [{ type: 0, value: '通知' }],
|
|
1818
|
+
'ariaLabels.tools': [{ type: 0, value: '說明面板' }],
|
|
1819
|
+
'ariaLabels.toolsClose': [{ type: 0, value: '開啟說明面板' }],
|
|
1820
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: '關閉說明面板' }],
|
|
1821
|
+
},
|
|
1822
|
+
'date-picker': {
|
|
1823
|
+
nextMonthAriaLabel: [{ type: 0, value: '下個月' }],
|
|
1824
|
+
previousMonthAriaLabel: [{ type: 0, value: '上個月' }],
|
|
1825
|
+
todayAriaLabel: [{ type: 0, value: '今天' }],
|
|
1826
|
+
},
|
|
1827
|
+
flashbar: {
|
|
1828
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
|
|
1829
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
|
|
1830
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '進行中' }],
|
|
1831
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '資訊' }],
|
|
1832
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '所有通知' }],
|
|
1833
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
|
|
1834
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
1835
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
1836
|
+
},
|
|
1837
|
+
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
1838
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }] },
|
|
1839
|
+
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
1840
|
+
modal: { closeAriaLabel: [{ type: 0, value: '關閉強制回應' }] },
|
|
1841
|
+
pagination: {
|
|
1842
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: '下一頁' }],
|
|
1843
|
+
'ariaLabels.pageLabel': [
|
|
1844
|
+
{ type: 0, value: '所有頁面中的第 ' },
|
|
1845
|
+
{ type: 1, value: 'pageNumber' },
|
|
1846
|
+
{ type: 0, value: ' 頁' },
|
|
1847
|
+
],
|
|
1848
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: '上一頁' }],
|
|
1849
|
+
},
|
|
1850
|
+
popover: { dismissAriaLabel: [{ type: 0, value: '關閉彈出視窗' }] },
|
|
1851
|
+
'property-filter': {
|
|
1852
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: '所有屬性' }],
|
|
1853
|
+
'i18nStrings.applyActionText': [{ type: 0, value: '套用' }],
|
|
1854
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: '取消' }],
|
|
1855
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: '清除篩選條件' }],
|
|
1856
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: '編輯篩選條件' }],
|
|
1857
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: '屬性' }],
|
|
1858
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: '值' }],
|
|
1859
|
+
'i18nStrings.operationAndText': [{ type: 0, value: '和' }],
|
|
1860
|
+
'i18nStrings.operationOrText': [{ type: 0, value: '或' }],
|
|
1861
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: '包含' }],
|
|
1862
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '不包含' }],
|
|
1863
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '不等於' }],
|
|
1864
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: '等於' }],
|
|
1865
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '大於或等於' }],
|
|
1866
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: '大於' }],
|
|
1867
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小於或等於' }],
|
|
1868
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: '小於' }],
|
|
1869
|
+
'i18nStrings.operatorText': [{ type: 0, value: '運算子' }],
|
|
1870
|
+
'i18nStrings.operatorsText': [{ type: 0, value: '運算子' }],
|
|
1871
|
+
'i18nStrings.propertyText': [{ type: 0, value: '屬性' }],
|
|
1872
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '顯示較少' }],
|
|
1873
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '顯示更多' }],
|
|
1874
|
+
'i18nStrings.valueText': [{ type: 0, value: '值' }],
|
|
1875
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
1876
|
+
{
|
|
1877
|
+
type: 5,
|
|
1878
|
+
value: 'token__operator',
|
|
1879
|
+
options: {
|
|
1880
|
+
equals: {
|
|
1881
|
+
value: [
|
|
1882
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1883
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1884
|
+
{ type: 0, value: ' 等於 ' },
|
|
1885
|
+
{ type: 1, value: 'token__value' },
|
|
1886
|
+
],
|
|
1887
|
+
},
|
|
1888
|
+
not_equals: {
|
|
1889
|
+
value: [
|
|
1890
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1891
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1892
|
+
{ type: 0, value: ' 不等於 ' },
|
|
1893
|
+
{ type: 1, value: 'token__value' },
|
|
1894
|
+
],
|
|
1895
|
+
},
|
|
1896
|
+
greater_than: {
|
|
1897
|
+
value: [
|
|
1898
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1899
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1900
|
+
{ type: 0, value: ' 大於 ' },
|
|
1901
|
+
{ type: 1, value: 'token__value' },
|
|
1902
|
+
],
|
|
1903
|
+
},
|
|
1904
|
+
greater_than_equal: {
|
|
1905
|
+
value: [
|
|
1906
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1907
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1908
|
+
{ type: 0, value: ' 大於或等於 ' },
|
|
1909
|
+
{ type: 1, value: 'token__value' },
|
|
1910
|
+
],
|
|
1911
|
+
},
|
|
1912
|
+
less_than: {
|
|
1913
|
+
value: [
|
|
1914
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1915
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1916
|
+
{ type: 0, value: ' 小於 ' },
|
|
1917
|
+
{ type: 1, value: 'token__value' },
|
|
1918
|
+
],
|
|
1919
|
+
},
|
|
1920
|
+
less_than_equal: {
|
|
1921
|
+
value: [
|
|
1922
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1923
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1924
|
+
{ type: 0, value: ' 小於或等於 ' },
|
|
1925
|
+
{ type: 1, value: 'token__value' },
|
|
1926
|
+
],
|
|
1927
|
+
},
|
|
1928
|
+
contains: {
|
|
1929
|
+
value: [
|
|
1930
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1931
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1932
|
+
{ type: 0, value: ' 包含 ' },
|
|
1933
|
+
{ type: 1, value: 'token__value' },
|
|
1934
|
+
],
|
|
1935
|
+
},
|
|
1936
|
+
not_contains: {
|
|
1937
|
+
value: [
|
|
1938
|
+
{ type: 0, value: '移除篩選條件,' },
|
|
1939
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
1940
|
+
{ type: 0, value: ' 不包含 ' },
|
|
1941
|
+
{ type: 1, value: 'token__value' },
|
|
1942
|
+
],
|
|
1943
|
+
},
|
|
1944
|
+
other: { value: [] },
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1947
|
+
],
|
|
1948
|
+
},
|
|
1949
|
+
select: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }], selectedAriaLabel: [{ type: 0, value: '已選取' }] },
|
|
1950
|
+
wizard: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }], selectedAriaLabel: [{ type: 0, value: '已選取' }] },
|
|
1951
|
+
},
|
|
1952
|
+
},
|
|
1953
|
+
};
|