@cloudscape-design/components 3.0.565 → 3.0.567
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/date-input/index.d.ts.map +1 -1
- package/date-input/index.js +3 -1
- package/date-input/index.js.map +1 -1
- package/date-picker/index.d.ts.map +1 -1
- package/date-picker/index.js +3 -1
- package/date-picker/index.js.map +1 -1
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +11 -1
- package/date-range-picker/index.js.map +1 -1
- package/expandable-section/index.d.ts.map +1 -1
- package/expandable-section/index.js +7 -1
- package/expandable-section/index.js.map +1 -1
- package/file-upload/index.d.ts.map +1 -1
- package/file-upload/index.js +3 -1
- package/file-upload/index.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +3 -1
- package/form/index.js.map +1 -1
- package/form-field/index.js +1 -1
- package/form-field/index.js.map +1 -1
- package/grid/index.d.ts.map +1 -1
- package/grid/index.js +3 -1
- package/grid/index.js.map +1 -1
- package/header/index.d.ts.map +1 -1
- package/header/index.js +3 -1
- package/header/index.js.map +1 -1
- package/hotspot/index.js +1 -1
- package/hotspot/index.js.map +1 -1
- package/i18n/messages/all.all.js +80 -28
- package/i18n/messages/all.all.json +80 -28
- package/i18n/messages/all.de.js +6 -2
- package/i18n/messages/all.de.json +6 -2
- package/i18n/messages/all.en-GB.js +6 -2
- package/i18n/messages/all.en-GB.json +6 -2
- package/i18n/messages/all.en.js +6 -2
- package/i18n/messages/all.en.json +6 -2
- package/i18n/messages/all.es.js +7 -3
- package/i18n/messages/all.es.json +7 -3
- package/i18n/messages/all.fr.js +6 -2
- package/i18n/messages/all.fr.json +6 -2
- package/i18n/messages/all.id.js +6 -2
- package/i18n/messages/all.id.json +6 -2
- package/i18n/messages/all.it.js +6 -2
- package/i18n/messages/all.it.json +6 -2
- package/i18n/messages/all.ja.js +6 -2
- package/i18n/messages/all.ja.json +6 -2
- package/i18n/messages/all.ko.js +6 -2
- package/i18n/messages/all.ko.json +6 -2
- package/i18n/messages/all.pt-BR.js +6 -2
- package/i18n/messages/all.pt-BR.json +6 -2
- package/i18n/messages/all.tr.js +7 -3
- package/i18n/messages/all.tr.json +7 -3
- package/i18n/messages/all.zh-CN.js +6 -2
- package/i18n/messages/all.zh-CN.json +6 -2
- package/i18n/messages/all.zh-TW.js +6 -2
- package/i18n/messages/all.zh-TW.json +6 -2
- package/i18n/messages-types.d.ts +2 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/icon/index.js +1 -1
- package/icon/index.js.map +1 -1
- package/input/index.d.ts.map +1 -1
- package/input/index.js +3 -1
- package/input/index.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/link/index.d.ts.map +1 -1
- package/link/index.js +3 -1
- package/link/index.js.map +1 -1
- package/mixed-line-bar-chart/index.d.ts.map +1 -1
- package/mixed-line-bar-chart/index.js +13 -1
- package/mixed-line-bar-chart/index.js.map +1 -1
- package/modal/index.d.ts.map +1 -1
- package/modal/index.js +3 -1
- package/modal/index.js.map +1 -1
- package/multiselect/index.d.ts.map +1 -1
- package/multiselect/index.js +11 -1
- package/multiselect/index.js.map +1 -1
- package/package.json +1 -1
- package/pagination/index.js +1 -1
- package/pagination/index.js.map +1 -1
- package/pie-chart/index.d.ts.map +1 -1
- package/pie-chart/index.js +12 -1
- package/pie-chart/index.js.map +1 -1
- package/popover/index.d.ts.map +1 -1
- package/popover/index.js +3 -1
- package/popover/index.js.map +1 -1
- package/progress-bar/index.d.ts.map +1 -1
- package/progress-bar/index.js +3 -1
- package/progress-bar/index.js.map +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +3 -1
- package/property-filter/index.js.map +1 -1
|
@@ -595,9 +595,12 @@
|
|
|
595
595
|
"i18nStrings.notificationBarAriaLabel": [{ "type": 0, "value": "Todas las notificaciones" }],
|
|
596
596
|
"i18nStrings.notificationBarText": [{ "type": 0, "value": "Notificaciones" }],
|
|
597
597
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Éxito" }],
|
|
598
|
-
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "
|
|
598
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
|
|
599
|
+
},
|
|
600
|
+
"form-field": {
|
|
601
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
|
|
602
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Advertencia" }]
|
|
599
603
|
},
|
|
600
|
-
"form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
601
604
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
|
|
602
605
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Cargando contenido" }] },
|
|
603
606
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Borrar" }] },
|
|
@@ -644,6 +647,7 @@
|
|
|
644
647
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor o igual que" }],
|
|
645
648
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
|
|
646
649
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Empieza con" }],
|
|
650
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "No empieza con" }],
|
|
647
651
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
|
|
648
652
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
|
|
649
653
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Propiedad" }],
|
|
@@ -740,7 +744,7 @@
|
|
|
740
744
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Cargando recurso" }],
|
|
741
745
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI de S3" }],
|
|
742
746
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versión del objeto" }],
|
|
743
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "
|
|
747
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Elige un objeto en S3" }],
|
|
744
748
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
745
749
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Elija" }],
|
|
746
750
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Buckets de S3" }],
|
package/i18n/messages/all.fr.js
CHANGED
|
@@ -603,7 +603,10 @@ export default {
|
|
|
603
603
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Réussi' }],
|
|
604
604
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avertissement' }],
|
|
605
605
|
},
|
|
606
|
-
'form-field': {
|
|
606
|
+
'form-field': {
|
|
607
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }],
|
|
608
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avertissement' }],
|
|
609
|
+
},
|
|
607
610
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Erreur' }] },
|
|
608
611
|
'help-panel': { loadingText: [{ type: 0, value: 'Chargement du contenu en cours' }] },
|
|
609
612
|
input: { clearAriaLabel: [{ type: 0, value: 'Effacer' }] },
|
|
@@ -650,6 +653,7 @@ export default {
|
|
|
650
653
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Inférieur ou égal à' }],
|
|
651
654
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Inférieur à' }],
|
|
652
655
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Commence par' }],
|
|
656
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Ne commence pas par' }],
|
|
653
657
|
'i18nStrings.operatorText': [{ type: 0, value: 'Opérateur' }],
|
|
654
658
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Opérateurs' }],
|
|
655
659
|
'i18nStrings.propertyText': [{ type: 0, value: 'Propriété' }],
|
|
@@ -746,7 +750,7 @@ export default {
|
|
|
746
750
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Chargement de la ressource' }],
|
|
747
751
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI S3' }],
|
|
748
752
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: "Version de l'objet" }],
|
|
749
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Choisir
|
|
753
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Choisir un objet dans S3' }],
|
|
750
754
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Annuler' }],
|
|
751
755
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choisir' }],
|
|
752
756
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Compartiments S3' }],
|
|
@@ -602,7 +602,10 @@
|
|
|
602
602
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Réussi" }],
|
|
603
603
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avertissement" }]
|
|
604
604
|
},
|
|
605
|
-
"form-field": {
|
|
605
|
+
"form-field": {
|
|
606
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }],
|
|
607
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avertissement" }]
|
|
608
|
+
},
|
|
606
609
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erreur" }] },
|
|
607
610
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Chargement du contenu en cours" }] },
|
|
608
611
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Effacer" }] },
|
|
@@ -649,6 +652,7 @@
|
|
|
649
652
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Inférieur ou égal à" }],
|
|
650
653
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Inférieur à" }],
|
|
651
654
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Commence par" }],
|
|
655
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "Ne commence pas par" }],
|
|
652
656
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Opérateur" }],
|
|
653
657
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Opérateurs" }],
|
|
654
658
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Propriété" }],
|
|
@@ -747,7 +751,7 @@
|
|
|
747
751
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Chargement de la ressource" }],
|
|
748
752
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI S3" }],
|
|
749
753
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Version de l'objet" }],
|
|
750
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "Choisir
|
|
754
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Choisir un objet dans S3" }],
|
|
751
755
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Annuler" }],
|
|
752
756
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Choisir" }],
|
|
753
757
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Compartiments S3" }],
|
package/i18n/messages/all.id.js
CHANGED
|
@@ -569,7 +569,10 @@ export default {
|
|
|
569
569
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Berhasil' }],
|
|
570
570
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
|
|
571
571
|
},
|
|
572
|
-
'form-field': {
|
|
572
|
+
'form-field': {
|
|
573
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
|
|
574
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
|
|
575
|
+
},
|
|
573
576
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }] },
|
|
574
577
|
'help-panel': { loadingText: [{ type: 0, value: 'Memuat konten' }] },
|
|
575
578
|
input: { clearAriaLabel: [{ type: 0, value: 'Hapus' }] },
|
|
@@ -616,6 +619,7 @@ export default {
|
|
|
616
619
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Kurang dari atau sama dengan' }],
|
|
617
620
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Kurang dari' }],
|
|
618
621
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Dimulai dengan' }],
|
|
622
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Tidak dimulai dengan' }],
|
|
619
623
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
620
624
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
|
|
621
625
|
'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
|
|
@@ -712,7 +716,7 @@ export default {
|
|
|
712
716
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Memuat sumber daya' }],
|
|
713
717
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI S3' }],
|
|
714
718
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versi objek' }],
|
|
715
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Pilih
|
|
719
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Pilih objek di S3' }],
|
|
716
720
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Batalkan' }],
|
|
717
721
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Pilih' }],
|
|
718
722
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Bucket S3' }],
|
|
@@ -576,7 +576,10 @@
|
|
|
576
576
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Berhasil" }],
|
|
577
577
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Peringatan" }]
|
|
578
578
|
},
|
|
579
|
-
"form-field": {
|
|
579
|
+
"form-field": {
|
|
580
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }],
|
|
581
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Peringatan" }]
|
|
582
|
+
},
|
|
580
583
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Kesalahan" }] },
|
|
581
584
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Memuat konten" }] },
|
|
582
585
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Hapus" }] },
|
|
@@ -623,6 +626,7 @@
|
|
|
623
626
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Kurang dari atau sama dengan" }],
|
|
624
627
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Kurang dari" }],
|
|
625
628
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Dimulai dengan" }],
|
|
629
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "Tidak dimulai dengan" }],
|
|
626
630
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Operator" }],
|
|
627
631
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operator" }],
|
|
628
632
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Properti" }],
|
|
@@ -719,7 +723,7 @@
|
|
|
719
723
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Memuat sumber daya" }],
|
|
720
724
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI S3" }],
|
|
721
725
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versi objek" }],
|
|
722
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "Pilih
|
|
726
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Pilih objek di S3" }],
|
|
723
727
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Batalkan" }],
|
|
724
728
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Pilih" }],
|
|
725
729
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Bucket S3" }],
|
package/i18n/messages/all.it.js
CHANGED
|
@@ -558,7 +558,10 @@ export default {
|
|
|
558
558
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Esito positivo' }],
|
|
559
559
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
560
560
|
},
|
|
561
|
-
'form-field': {
|
|
561
|
+
'form-field': {
|
|
562
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
|
|
563
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
564
|
+
},
|
|
562
565
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Errore' }] },
|
|
563
566
|
'help-panel': { loadingText: [{ type: 0, value: 'Caricamento dei contenuti' }] },
|
|
564
567
|
input: { clearAriaLabel: [{ type: 0, value: 'Cancella' }] },
|
|
@@ -605,6 +608,7 @@ export default {
|
|
|
605
608
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
|
|
606
609
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
|
|
607
610
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Inizia con' }],
|
|
611
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Non inizia con' }],
|
|
608
612
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
|
|
609
613
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
|
|
610
614
|
'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
|
|
@@ -701,7 +705,7 @@ export default {
|
|
|
701
705
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Caricamento delle risorse in corso' }],
|
|
702
706
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
703
707
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versione dell’oggetto' }],
|
|
704
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Scegli un
|
|
708
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Scegli un oggetto in S3' }],
|
|
705
709
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Annulla' }],
|
|
706
710
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Scegli' }],
|
|
707
711
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Bucket S3' }],
|
|
@@ -557,7 +557,10 @@
|
|
|
557
557
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Esito positivo" }],
|
|
558
558
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
559
559
|
},
|
|
560
|
-
"form-field": {
|
|
560
|
+
"form-field": {
|
|
561
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Errore" }],
|
|
562
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Avviso" }]
|
|
563
|
+
},
|
|
561
564
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Errore" }] },
|
|
562
565
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Caricamento dei contenuti" }] },
|
|
563
566
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Cancella" }] },
|
|
@@ -604,6 +607,7 @@
|
|
|
604
607
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Minore o uguale a" }],
|
|
605
608
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Minore di" }],
|
|
606
609
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Inizia con" }],
|
|
610
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "Non inizia con" }],
|
|
607
611
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Operatore" }],
|
|
608
612
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operatori" }],
|
|
609
613
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Proprietà" }],
|
|
@@ -702,7 +706,7 @@
|
|
|
702
706
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Caricamento delle risorse in corso" }],
|
|
703
707
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
704
708
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versione dell’oggetto" }],
|
|
705
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "Scegli un
|
|
709
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Scegli un oggetto in S3" }],
|
|
706
710
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Annulla" }],
|
|
707
711
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Scegli" }],
|
|
708
712
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Bucket S3" }],
|
package/i18n/messages/all.ja.js
CHANGED
|
@@ -598,7 +598,10 @@ export default {
|
|
|
598
598
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
599
599
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
600
600
|
},
|
|
601
|
-
'form-field': {
|
|
601
|
+
'form-field': {
|
|
602
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
|
|
603
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
604
|
+
},
|
|
602
605
|
form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
|
|
603
606
|
'help-panel': { loadingText: [{ type: 0, value: 'コンテンツのロード中' }] },
|
|
604
607
|
input: { clearAriaLabel: [{ type: 0, value: 'クリア' }] },
|
|
@@ -645,6 +648,7 @@ export default {
|
|
|
645
648
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下' }],
|
|
646
649
|
'i18nStrings.operatorLessText': [{ type: 0, value: '次より少ない' }],
|
|
647
650
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '次で始まる:' }],
|
|
651
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '次始まらない:' }],
|
|
648
652
|
'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
|
|
649
653
|
'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
|
|
650
654
|
'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
|
|
@@ -750,7 +754,7 @@ export default {
|
|
|
750
754
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'リソースのロード中' }],
|
|
751
755
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
752
756
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'オブジェクトのバージョン' }],
|
|
753
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'S3
|
|
757
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'S3 のオブジェクトを選択' }],
|
|
754
758
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'キャンセル' }],
|
|
755
759
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '選択' }],
|
|
756
760
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 バケット' }],
|
|
@@ -599,7 +599,10 @@
|
|
|
599
599
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
600
600
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
601
601
|
},
|
|
602
|
-
"form-field": {
|
|
602
|
+
"form-field": {
|
|
603
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "エラー" }],
|
|
604
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
605
|
+
},
|
|
603
606
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "エラー" }] },
|
|
604
607
|
"help-panel": { "loadingText": [{ "type": 0, "value": "コンテンツのロード中" }] },
|
|
605
608
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "クリア" }] },
|
|
@@ -646,6 +649,7 @@
|
|
|
646
649
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "次以下" }],
|
|
647
650
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "次より少ない" }],
|
|
648
651
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "次で始まる:" }],
|
|
652
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "次始まらない:" }],
|
|
649
653
|
"i18nStrings.operatorText": [{ "type": 0, "value": "演算子" }],
|
|
650
654
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "演算子" }],
|
|
651
655
|
"i18nStrings.propertyText": [{ "type": 0, "value": "プロパティ" }],
|
|
@@ -751,7 +755,7 @@
|
|
|
751
755
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "リソースのロード中" }],
|
|
752
756
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
753
757
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "オブジェクトのバージョン" }],
|
|
754
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3
|
|
758
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3 のオブジェクトを選択" }],
|
|
755
759
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "キャンセル" }],
|
|
756
760
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "選択" }],
|
|
757
761
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 バケット" }],
|
package/i18n/messages/all.ko.js
CHANGED
|
@@ -592,7 +592,10 @@ export default {
|
|
|
592
592
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '성공' }],
|
|
593
593
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
594
594
|
},
|
|
595
|
-
'form-field': {
|
|
595
|
+
'form-field': {
|
|
596
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }],
|
|
597
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
598
|
+
},
|
|
596
599
|
form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
|
|
597
600
|
'help-panel': { loadingText: [{ type: 0, value: '콘텐츠 로드 중' }] },
|
|
598
601
|
input: { clearAriaLabel: [{ type: 0, value: '지우기' }] },
|
|
@@ -639,6 +642,7 @@ export default {
|
|
|
639
642
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
|
|
640
643
|
'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
|
|
641
644
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '로 시작' }],
|
|
645
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '(으)로 시작하지 않음' }],
|
|
642
646
|
'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
|
|
643
647
|
'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
|
|
644
648
|
'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
|
|
@@ -735,7 +739,7 @@ export default {
|
|
|
735
739
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '리소스 로드 중' }],
|
|
736
740
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
737
741
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '객체 버전' }],
|
|
738
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'S3에서
|
|
742
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'S3에서 객체 선택' }],
|
|
739
743
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '취소' }],
|
|
740
744
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '선택' }],
|
|
741
745
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 버킷' }],
|
|
@@ -593,7 +593,10 @@
|
|
|
593
593
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "성공" }],
|
|
594
594
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
595
595
|
},
|
|
596
|
-
"form-field": {
|
|
596
|
+
"form-field": {
|
|
597
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
|
|
598
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "경고" }]
|
|
599
|
+
},
|
|
597
600
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "오류" }] },
|
|
598
601
|
"help-panel": { "loadingText": [{ "type": 0, "value": "콘텐츠 로드 중" }] },
|
|
599
602
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "지우기" }] },
|
|
@@ -640,6 +643,7 @@
|
|
|
640
643
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "작거나 같음" }],
|
|
641
644
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "보다 작음" }],
|
|
642
645
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "로 시작" }],
|
|
646
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "(으)로 시작하지 않음" }],
|
|
643
647
|
"i18nStrings.operatorText": [{ "type": 0, "value": "연산자" }],
|
|
644
648
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "연산자" }],
|
|
645
649
|
"i18nStrings.propertyText": [{ "type": 0, "value": "속성" }],
|
|
@@ -736,7 +740,7 @@
|
|
|
736
740
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "리소스 로드 중" }],
|
|
737
741
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
738
742
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "객체 버전" }],
|
|
739
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3에서
|
|
743
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3에서 객체 선택" }],
|
|
740
744
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "취소" }],
|
|
741
745
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "선택" }],
|
|
742
746
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 버킷" }],
|
|
@@ -598,7 +598,10 @@ export default {
|
|
|
598
598
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Êxito' }],
|
|
599
599
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
600
600
|
},
|
|
601
|
-
'form-field': {
|
|
601
|
+
'form-field': {
|
|
602
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
603
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
604
|
+
},
|
|
602
605
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
603
606
|
'help-panel': { loadingText: [{ type: 0, value: 'Carregando conteúdo' }] },
|
|
604
607
|
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
@@ -645,6 +648,7 @@ export default {
|
|
|
645
648
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
|
|
646
649
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
647
650
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Começa com' }],
|
|
651
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Não começa com' }],
|
|
648
652
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
649
653
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
650
654
|
'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
|
|
@@ -741,7 +745,7 @@ export default {
|
|
|
741
745
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Carregando recurso' }],
|
|
742
746
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI do S3' }],
|
|
743
747
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versão do objeto' }],
|
|
744
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
748
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Escolha um objeto no S3' }],
|
|
745
749
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
746
750
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Escolher' }],
|
|
747
751
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Buckets do S3' }],
|
|
@@ -597,7 +597,10 @@
|
|
|
597
597
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Êxito" }],
|
|
598
598
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
|
|
599
599
|
},
|
|
600
|
-
"form-field": {
|
|
600
|
+
"form-field": {
|
|
601
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
|
|
602
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Aviso" }]
|
|
603
|
+
},
|
|
601
604
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Erro" }] },
|
|
602
605
|
"help-panel": { "loadingText": [{ "type": 0, "value": "Carregando conteúdo" }] },
|
|
603
606
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Limpar" }] },
|
|
@@ -644,6 +647,7 @@
|
|
|
644
647
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor que ou igual a" }],
|
|
645
648
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
|
|
646
649
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Começa com" }],
|
|
650
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "Não começa com" }],
|
|
647
651
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
|
|
648
652
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
|
|
649
653
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Propriedade" }],
|
|
@@ -740,7 +744,7 @@
|
|
|
740
744
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Carregando recurso" }],
|
|
741
745
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "URI do S3" }],
|
|
742
746
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Versão do objeto" }],
|
|
743
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "
|
|
747
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "Escolha um objeto no S3" }],
|
|
744
748
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "Cancelar" }],
|
|
745
749
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Escolher" }],
|
|
746
750
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "Buckets do S3" }],
|
package/i18n/messages/all.tr.js
CHANGED
|
@@ -600,7 +600,10 @@ export default {
|
|
|
600
600
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Başarılı' }],
|
|
601
601
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Uyarı' }],
|
|
602
602
|
},
|
|
603
|
-
'form-field': {
|
|
603
|
+
'form-field': {
|
|
604
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
|
|
605
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Uyarı' }],
|
|
606
|
+
},
|
|
604
607
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Hata' }] },
|
|
605
608
|
'help-panel': { loadingText: [{ type: 0, value: 'İçerik yükleniyor' }] },
|
|
606
609
|
input: { clearAriaLabel: [{ type: 0, value: 'Temizle' }] },
|
|
@@ -646,7 +649,8 @@ export default {
|
|
|
646
649
|
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Büyüktür' }],
|
|
647
650
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Küçük veya eşittir' }],
|
|
648
651
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Küçüktür' }],
|
|
649
|
-
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '
|
|
652
|
+
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Şununla başlıyor:' }],
|
|
653
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Şununla başlamıyor:' }],
|
|
650
654
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operatör' }],
|
|
651
655
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatörler' }],
|
|
652
656
|
'i18nStrings.propertyText': [{ type: 0, value: 'Özellik' }],
|
|
@@ -743,7 +747,7 @@ export default {
|
|
|
743
747
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Kaynak yükleniyor' }],
|
|
744
748
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: "S3 URI'si" }],
|
|
745
749
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Nesne sürümü' }],
|
|
746
|
-
'i18nStrings.modalTitle': [{ type: 0, value: "S3'te bir
|
|
750
|
+
'i18nStrings.modalTitle': [{ type: 0, value: "S3'te bir nesne seçin" }],
|
|
747
751
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'İptal' }],
|
|
748
752
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Seç' }],
|
|
749
753
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: "S3 bucket'ları" }],
|
|
@@ -605,7 +605,10 @@
|
|
|
605
605
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Başarılı" }],
|
|
606
606
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Uyarı" }]
|
|
607
607
|
},
|
|
608
|
-
"form-field": {
|
|
608
|
+
"form-field": {
|
|
609
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Hata" }],
|
|
610
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Uyarı" }]
|
|
611
|
+
},
|
|
609
612
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "Hata" }] },
|
|
610
613
|
"help-panel": { "loadingText": [{ "type": 0, "value": "İçerik yükleniyor" }] },
|
|
611
614
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "Temizle" }] },
|
|
@@ -651,7 +654,8 @@
|
|
|
651
654
|
"i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Büyüktür" }],
|
|
652
655
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Küçük veya eşittir" }],
|
|
653
656
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "Küçüktür" }],
|
|
654
|
-
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "
|
|
657
|
+
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Şununla başlıyor:" }],
|
|
658
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "Şununla başlamıyor:" }],
|
|
655
659
|
"i18nStrings.operatorText": [{ "type": 0, "value": "Operatör" }],
|
|
656
660
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "Operatörler" }],
|
|
657
661
|
"i18nStrings.propertyText": [{ "type": 0, "value": "Özellik" }],
|
|
@@ -748,7 +752,7 @@
|
|
|
748
752
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Kaynak yükleniyor" }],
|
|
749
753
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI'si" }],
|
|
750
754
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Nesne sürümü" }],
|
|
751
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3'te bir
|
|
755
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "S3'te bir nesne seçin" }],
|
|
752
756
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "İptal" }],
|
|
753
757
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Seç" }],
|
|
754
758
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 bucket'ları" }],
|
|
@@ -597,7 +597,10 @@ export default {
|
|
|
597
597
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
598
598
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
599
599
|
},
|
|
600
|
-
'form-field': {
|
|
600
|
+
'form-field': {
|
|
601
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }],
|
|
602
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
603
|
+
},
|
|
601
604
|
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
602
605
|
'help-panel': { loadingText: [{ type: 0, value: '正在加载内容' }] },
|
|
603
606
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
@@ -644,6 +647,7 @@ export default {
|
|
|
644
647
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小于或等于' }],
|
|
645
648
|
'i18nStrings.operatorLessText': [{ type: 0, value: '小于' }],
|
|
646
649
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '开头为' }],
|
|
650
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '开头不为' }],
|
|
647
651
|
'i18nStrings.operatorText': [{ type: 0, value: '运算符' }],
|
|
648
652
|
'i18nStrings.operatorsText': [{ type: 0, value: '运算符' }],
|
|
649
653
|
'i18nStrings.propertyText': [{ type: 0, value: '属性' }],
|
|
@@ -740,7 +744,7 @@ export default {
|
|
|
740
744
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在加载资源' }],
|
|
741
745
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
742
746
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '对象版本' }],
|
|
743
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3
|
|
747
|
+
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3 中选择一个对象' }],
|
|
744
748
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
|
|
745
749
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '选择' }],
|
|
746
750
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 存储桶' }],
|
|
@@ -596,7 +596,10 @@
|
|
|
596
596
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
597
597
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
598
598
|
},
|
|
599
|
-
"form-field": {
|
|
599
|
+
"form-field": {
|
|
600
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "错误" }],
|
|
601
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
602
|
+
},
|
|
600
603
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "错误" }] },
|
|
601
604
|
"help-panel": { "loadingText": [{ "type": 0, "value": "正在加载内容" }] },
|
|
602
605
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
@@ -643,6 +646,7 @@
|
|
|
643
646
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "小于或等于" }],
|
|
644
647
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "小于" }],
|
|
645
648
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "开头为" }],
|
|
649
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "开头不为" }],
|
|
646
650
|
"i18nStrings.operatorText": [{ "type": 0, "value": "运算符" }],
|
|
647
651
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "运算符" }],
|
|
648
652
|
"i18nStrings.propertyText": [{ "type": 0, "value": "属性" }],
|
|
@@ -739,7 +743,7 @@
|
|
|
739
743
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "正在加载资源" }],
|
|
740
744
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
741
745
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "对象版本" }],
|
|
742
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "在 S3
|
|
746
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "在 S3 中选择一个对象" }],
|
|
743
747
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "取消" }],
|
|
744
748
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "选择" }],
|
|
745
749
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 存储桶" }],
|
|
@@ -597,7 +597,10 @@ export default {
|
|
|
597
597
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
598
598
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
599
599
|
},
|
|
600
|
-
'form-field': {
|
|
600
|
+
'form-field': {
|
|
601
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
|
|
602
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
603
|
+
},
|
|
601
604
|
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
602
605
|
'help-panel': { loadingText: [{ type: 0, value: '載入內容' }] },
|
|
603
606
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
@@ -644,6 +647,7 @@ export default {
|
|
|
644
647
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小於或等於' }],
|
|
645
648
|
'i18nStrings.operatorLessText': [{ type: 0, value: '小於' }],
|
|
646
649
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '開始為' }],
|
|
650
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '開頭不能為' }],
|
|
647
651
|
'i18nStrings.operatorText': [{ type: 0, value: '運算子' }],
|
|
648
652
|
'i18nStrings.operatorsText': [{ type: 0, value: '運算子' }],
|
|
649
653
|
'i18nStrings.propertyText': [{ type: 0, value: '屬性' }],
|
|
@@ -740,7 +744,7 @@ export default {
|
|
|
740
744
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在載入資源' }],
|
|
741
745
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
742
746
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '選取版本' }],
|
|
743
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
747
|
+
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3 中選擇一個對象' }],
|
|
744
748
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
|
|
745
749
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '選擇' }],
|
|
746
750
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 儲存貯體' }],
|
|
@@ -596,7 +596,10 @@
|
|
|
596
596
|
"i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "成功" }],
|
|
597
597
|
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
598
598
|
},
|
|
599
|
-
"form-field": {
|
|
599
|
+
"form-field": {
|
|
600
|
+
"i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }],
|
|
601
|
+
"i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "警告" }]
|
|
602
|
+
},
|
|
600
603
|
"form": { "errorIconAriaLabel": [{ "type": 0, "value": "錯誤" }] },
|
|
601
604
|
"help-panel": { "loadingText": [{ "type": 0, "value": "載入內容" }] },
|
|
602
605
|
"input": { "clearAriaLabel": [{ "type": 0, "value": "清除" }] },
|
|
@@ -643,6 +646,7 @@
|
|
|
643
646
|
"i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "小於或等於" }],
|
|
644
647
|
"i18nStrings.operatorLessText": [{ "type": 0, "value": "小於" }],
|
|
645
648
|
"i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "開始為" }],
|
|
649
|
+
"i18nStrings.operatorDoesNotStartWithText": [{ "type": 0, "value": "開頭不能為" }],
|
|
646
650
|
"i18nStrings.operatorText": [{ "type": 0, "value": "運算子" }],
|
|
647
651
|
"i18nStrings.operatorsText": [{ "type": 0, "value": "運算子" }],
|
|
648
652
|
"i18nStrings.propertyText": [{ "type": 0, "value": "屬性" }],
|
|
@@ -739,7 +743,7 @@
|
|
|
739
743
|
"i18nStrings.inContextLoadingText": [{ "type": 0, "value": "正在載入資源" }],
|
|
740
744
|
"i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
|
|
741
745
|
"i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "選取版本" }],
|
|
742
|
-
"i18nStrings.modalTitle": [{ "type": 0, "value": "
|
|
746
|
+
"i18nStrings.modalTitle": [{ "type": 0, "value": "在 S3 中選擇一個對象" }],
|
|
743
747
|
"i18nStrings.modalCancelButton": [{ "type": 0, "value": "取消" }],
|
|
744
748
|
"i18nStrings.modalSubmitButton": [{ "type": 0, "value": "選擇" }],
|
|
745
749
|
"i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 儲存貯體" }],
|
package/i18n/messages-types.d.ts
CHANGED
|
@@ -176,6 +176,7 @@ export interface I18nFormatArgTypes {
|
|
|
176
176
|
};
|
|
177
177
|
"form-field": {
|
|
178
178
|
"i18nStrings.errorIconAriaLabel": never;
|
|
179
|
+
"i18nStrings.warningIconAriaLabel": never;
|
|
179
180
|
};
|
|
180
181
|
"form": {
|
|
181
182
|
"errorIconAriaLabel": never;
|
|
@@ -232,6 +233,7 @@ export interface I18nFormatArgTypes {
|
|
|
232
233
|
"i18nStrings.operatorLessOrEqualText": never;
|
|
233
234
|
"i18nStrings.operatorLessText": never;
|
|
234
235
|
"i18nStrings.operatorStartsWithText": never;
|
|
236
|
+
"i18nStrings.operatorDoesNotStartWithText": never;
|
|
235
237
|
"i18nStrings.operatorText": never;
|
|
236
238
|
"i18nStrings.operatorsText": never;
|
|
237
239
|
"i18nStrings.propertyText": never;
|