@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
package/i18n/messages/all.all.js
CHANGED
|
@@ -602,7 +602,10 @@ export default {
|
|
|
602
602
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Erfolg' }],
|
|
603
603
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warnung' }],
|
|
604
604
|
},
|
|
605
|
-
'form-field': {
|
|
605
|
+
'form-field': {
|
|
606
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Fehler' }],
|
|
607
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warnung' }],
|
|
608
|
+
},
|
|
606
609
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Fehler' }] },
|
|
607
610
|
'help-panel': { loadingText: [{ type: 0, value: 'Inhalte werden geladen' }] },
|
|
608
611
|
input: { clearAriaLabel: [{ type: 0, value: 'Löschen' }] },
|
|
@@ -649,6 +652,7 @@ export default {
|
|
|
649
652
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Ist kleiner als oder gleich' }],
|
|
650
653
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Ist kleiner als' }],
|
|
651
654
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Beginnt mit' }],
|
|
655
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Beginnt nicht mit' }],
|
|
652
656
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
653
657
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatoren' }],
|
|
654
658
|
'i18nStrings.propertyText': [{ type: 0, value: 'Eigenschaft' }],
|
|
@@ -745,7 +749,7 @@ export default {
|
|
|
745
749
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Ressourcen werden geladen' }],
|
|
746
750
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3-URI' }],
|
|
747
751
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Objektversion auswählen' }],
|
|
748
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
752
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Wählen Sie ein Objekt in S3' }],
|
|
749
753
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Abbrechen' }],
|
|
750
754
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Auswählen' }],
|
|
751
755
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3-Buckets' }],
|
|
@@ -1658,7 +1662,10 @@ export default {
|
|
|
1658
1662
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
|
|
1659
1663
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
1660
1664
|
},
|
|
1661
|
-
'form-field': {
|
|
1665
|
+
'form-field': {
|
|
1666
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
1667
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
1668
|
+
},
|
|
1662
1669
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
1663
1670
|
'help-panel': { loadingText: [{ type: 0, value: 'Loading content' }] },
|
|
1664
1671
|
input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
|
|
@@ -1705,6 +1712,7 @@ export default {
|
|
|
1705
1712
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal to' }],
|
|
1706
1713
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
|
|
1707
1714
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
|
|
1715
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Does not start with' }],
|
|
1708
1716
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
1709
1717
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
|
|
1710
1718
|
'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
|
|
@@ -1801,7 +1809,7 @@ export default {
|
|
|
1801
1809
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Loading resource' }],
|
|
1802
1810
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
1803
1811
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Object version' }],
|
|
1804
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an
|
|
1812
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an object in S3' }],
|
|
1805
1813
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancel' }],
|
|
1806
1814
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choose' }],
|
|
1807
1815
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 buckets' }],
|
|
@@ -2704,7 +2712,10 @@ export default {
|
|
|
2704
2712
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
|
|
2705
2713
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
2706
2714
|
},
|
|
2707
|
-
'form-field': {
|
|
2715
|
+
'form-field': {
|
|
2716
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
2717
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
|
|
2718
|
+
},
|
|
2708
2719
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
2709
2720
|
'help-panel': { loadingText: [{ type: 0, value: 'Loading content' }] },
|
|
2710
2721
|
input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
|
|
@@ -2751,6 +2762,7 @@ export default {
|
|
|
2751
2762
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal' }],
|
|
2752
2763
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
|
|
2753
2764
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Starts with' }],
|
|
2765
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Does not start with' }],
|
|
2754
2766
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
2755
2767
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
|
|
2756
2768
|
'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
|
|
@@ -2847,7 +2859,7 @@ export default {
|
|
|
2847
2859
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Loading resource' }],
|
|
2848
2860
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
2849
2861
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Object version' }],
|
|
2850
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an
|
|
2862
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an object in S3' }],
|
|
2851
2863
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancel' }],
|
|
2852
2864
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choose' }],
|
|
2853
2865
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 buckets' }],
|
|
@@ -3756,9 +3768,12 @@ export default {
|
|
|
3756
3768
|
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'Todas las notificaciones' }],
|
|
3757
3769
|
'i18nStrings.notificationBarText': [{ type: 0, value: 'Notificaciones' }],
|
|
3758
3770
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Éxito' }],
|
|
3759
|
-
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '
|
|
3771
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
|
|
3772
|
+
},
|
|
3773
|
+
'form-field': {
|
|
3774
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
|
|
3775
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Advertencia' }],
|
|
3760
3776
|
},
|
|
3761
|
-
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
|
|
3762
3777
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
|
|
3763
3778
|
'help-panel': { loadingText: [{ type: 0, value: 'Cargando contenido' }] },
|
|
3764
3779
|
input: { clearAriaLabel: [{ type: 0, value: 'Borrar' }] },
|
|
@@ -3805,6 +3820,7 @@ export default {
|
|
|
3805
3820
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor o igual que' }],
|
|
3806
3821
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
3807
3822
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Empieza con' }],
|
|
3823
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'No empieza con' }],
|
|
3808
3824
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
3809
3825
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
3810
3826
|
'i18nStrings.propertyText': [{ type: 0, value: 'Propiedad' }],
|
|
@@ -3901,7 +3917,7 @@ export default {
|
|
|
3901
3917
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Cargando recurso' }],
|
|
3902
3918
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI de S3' }],
|
|
3903
3919
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versión del objeto' }],
|
|
3904
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
3920
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Elige un objeto en S3' }],
|
|
3905
3921
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
3906
3922
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Elija' }],
|
|
3907
3923
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Buckets de S3' }],
|
|
@@ -4825,7 +4841,10 @@ export default {
|
|
|
4825
4841
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Réussi' }],
|
|
4826
4842
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avertissement' }],
|
|
4827
4843
|
},
|
|
4828
|
-
'form-field': {
|
|
4844
|
+
'form-field': {
|
|
4845
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erreur' }],
|
|
4846
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avertissement' }],
|
|
4847
|
+
},
|
|
4829
4848
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Erreur' }] },
|
|
4830
4849
|
'help-panel': { loadingText: [{ type: 0, value: 'Chargement du contenu en cours' }] },
|
|
4831
4850
|
input: { clearAriaLabel: [{ type: 0, value: 'Effacer' }] },
|
|
@@ -4872,6 +4891,7 @@ export default {
|
|
|
4872
4891
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Inférieur ou égal à' }],
|
|
4873
4892
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Inférieur à' }],
|
|
4874
4893
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Commence par' }],
|
|
4894
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Ne commence pas par' }],
|
|
4875
4895
|
'i18nStrings.operatorText': [{ type: 0, value: 'Opérateur' }],
|
|
4876
4896
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Opérateurs' }],
|
|
4877
4897
|
'i18nStrings.propertyText': [{ type: 0, value: 'Propriété' }],
|
|
@@ -4968,7 +4988,7 @@ export default {
|
|
|
4968
4988
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Chargement de la ressource' }],
|
|
4969
4989
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI S3' }],
|
|
4970
4990
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: "Version de l'objet" }],
|
|
4971
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Choisir
|
|
4991
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Choisir un objet dans S3' }],
|
|
4972
4992
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Annuler' }],
|
|
4973
4993
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choisir' }],
|
|
4974
4994
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Compartiments S3' }],
|
|
@@ -5877,7 +5897,10 @@ export default {
|
|
|
5877
5897
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Berhasil' }],
|
|
5878
5898
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
|
|
5879
5899
|
},
|
|
5880
|
-
'form-field': {
|
|
5900
|
+
'form-field': {
|
|
5901
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Kesalahan' }],
|
|
5902
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Peringatan' }],
|
|
5903
|
+
},
|
|
5881
5904
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Kesalahan' }] },
|
|
5882
5905
|
'help-panel': { loadingText: [{ type: 0, value: 'Memuat konten' }] },
|
|
5883
5906
|
input: { clearAriaLabel: [{ type: 0, value: 'Hapus' }] },
|
|
@@ -5924,6 +5947,7 @@ export default {
|
|
|
5924
5947
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Kurang dari atau sama dengan' }],
|
|
5925
5948
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Kurang dari' }],
|
|
5926
5949
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Dimulai dengan' }],
|
|
5950
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Tidak dimulai dengan' }],
|
|
5927
5951
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
|
|
5928
5952
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operator' }],
|
|
5929
5953
|
'i18nStrings.propertyText': [{ type: 0, value: 'Properti' }],
|
|
@@ -6020,7 +6044,7 @@ export default {
|
|
|
6020
6044
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Memuat sumber daya' }],
|
|
6021
6045
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI S3' }],
|
|
6022
6046
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versi objek' }],
|
|
6023
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Pilih
|
|
6047
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Pilih objek di S3' }],
|
|
6024
6048
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Batalkan' }],
|
|
6025
6049
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Pilih' }],
|
|
6026
6050
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Bucket S3' }],
|
|
@@ -6897,7 +6921,10 @@ export default {
|
|
|
6897
6921
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Esito positivo' }],
|
|
6898
6922
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
6899
6923
|
},
|
|
6900
|
-
'form-field': {
|
|
6924
|
+
'form-field': {
|
|
6925
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Errore' }],
|
|
6926
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Avviso' }],
|
|
6927
|
+
},
|
|
6901
6928
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Errore' }] },
|
|
6902
6929
|
'help-panel': { loadingText: [{ type: 0, value: 'Caricamento dei contenuti' }] },
|
|
6903
6930
|
input: { clearAriaLabel: [{ type: 0, value: 'Cancella' }] },
|
|
@@ -6944,6 +6971,7 @@ export default {
|
|
|
6944
6971
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Minore o uguale a' }],
|
|
6945
6972
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Minore di' }],
|
|
6946
6973
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Inizia con' }],
|
|
6974
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Non inizia con' }],
|
|
6947
6975
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operatore' }],
|
|
6948
6976
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatori' }],
|
|
6949
6977
|
'i18nStrings.propertyText': [{ type: 0, value: 'Proprietà' }],
|
|
@@ -7040,7 +7068,7 @@ export default {
|
|
|
7040
7068
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Caricamento delle risorse in corso' }],
|
|
7041
7069
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
7042
7070
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versione dell’oggetto' }],
|
|
7043
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'Scegli un
|
|
7071
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Scegli un oggetto in S3' }],
|
|
7044
7072
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Annulla' }],
|
|
7045
7073
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Scegli' }],
|
|
7046
7074
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Bucket S3' }],
|
|
@@ -7961,7 +7989,10 @@ export default {
|
|
|
7961
7989
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
7962
7990
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
7963
7991
|
},
|
|
7964
|
-
'form-field': {
|
|
7992
|
+
'form-field': {
|
|
7993
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'エラー' }],
|
|
7994
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
7995
|
+
},
|
|
7965
7996
|
form: { errorIconAriaLabel: [{ type: 0, value: 'エラー' }] },
|
|
7966
7997
|
'help-panel': { loadingText: [{ type: 0, value: 'コンテンツのロード中' }] },
|
|
7967
7998
|
input: { clearAriaLabel: [{ type: 0, value: 'クリア' }] },
|
|
@@ -8008,6 +8039,7 @@ export default {
|
|
|
8008
8039
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '次以下' }],
|
|
8009
8040
|
'i18nStrings.operatorLessText': [{ type: 0, value: '次より少ない' }],
|
|
8010
8041
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '次で始まる:' }],
|
|
8042
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '次始まらない:' }],
|
|
8011
8043
|
'i18nStrings.operatorText': [{ type: 0, value: '演算子' }],
|
|
8012
8044
|
'i18nStrings.operatorsText': [{ type: 0, value: '演算子' }],
|
|
8013
8045
|
'i18nStrings.propertyText': [{ type: 0, value: 'プロパティ' }],
|
|
@@ -8113,7 +8145,7 @@ export default {
|
|
|
8113
8145
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'リソースのロード中' }],
|
|
8114
8146
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
8115
8147
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'オブジェクトのバージョン' }],
|
|
8116
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'S3
|
|
8148
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'S3 のオブジェクトを選択' }],
|
|
8117
8149
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'キャンセル' }],
|
|
8118
8150
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '選択' }],
|
|
8119
8151
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 バケット' }],
|
|
@@ -9017,7 +9049,10 @@ export default {
|
|
|
9017
9049
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '성공' }],
|
|
9018
9050
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
9019
9051
|
},
|
|
9020
|
-
'form-field': {
|
|
9052
|
+
'form-field': {
|
|
9053
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '오류' }],
|
|
9054
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '경고' }],
|
|
9055
|
+
},
|
|
9021
9056
|
form: { errorIconAriaLabel: [{ type: 0, value: '오류' }] },
|
|
9022
9057
|
'help-panel': { loadingText: [{ type: 0, value: '콘텐츠 로드 중' }] },
|
|
9023
9058
|
input: { clearAriaLabel: [{ type: 0, value: '지우기' }] },
|
|
@@ -9064,6 +9099,7 @@ export default {
|
|
|
9064
9099
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '작거나 같음' }],
|
|
9065
9100
|
'i18nStrings.operatorLessText': [{ type: 0, value: '보다 작음' }],
|
|
9066
9101
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '로 시작' }],
|
|
9102
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '(으)로 시작하지 않음' }],
|
|
9067
9103
|
'i18nStrings.operatorText': [{ type: 0, value: '연산자' }],
|
|
9068
9104
|
'i18nStrings.operatorsText': [{ type: 0, value: '연산자' }],
|
|
9069
9105
|
'i18nStrings.propertyText': [{ type: 0, value: '속성' }],
|
|
@@ -9160,7 +9196,7 @@ export default {
|
|
|
9160
9196
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '리소스 로드 중' }],
|
|
9161
9197
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
9162
9198
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '객체 버전' }],
|
|
9163
|
-
'i18nStrings.modalTitle': [{ type: 0, value: 'S3에서
|
|
9199
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'S3에서 객체 선택' }],
|
|
9164
9200
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '취소' }],
|
|
9165
9201
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '선택' }],
|
|
9166
9202
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 버킷' }],
|
|
@@ -10058,7 +10094,10 @@ export default {
|
|
|
10058
10094
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Êxito' }],
|
|
10059
10095
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
10060
10096
|
},
|
|
10061
|
-
'form-field': {
|
|
10097
|
+
'form-field': {
|
|
10098
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
|
|
10099
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Aviso' }],
|
|
10100
|
+
},
|
|
10062
10101
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Erro' }] },
|
|
10063
10102
|
'help-panel': { loadingText: [{ type: 0, value: 'Carregando conteúdo' }] },
|
|
10064
10103
|
input: { clearAriaLabel: [{ type: 0, value: 'Limpar' }] },
|
|
@@ -10105,6 +10144,7 @@ export default {
|
|
|
10105
10144
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
|
|
10106
10145
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
|
|
10107
10146
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Começa com' }],
|
|
10147
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Não começa com' }],
|
|
10108
10148
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
|
|
10109
10149
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
|
|
10110
10150
|
'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
|
|
@@ -10201,7 +10241,7 @@ export default {
|
|
|
10201
10241
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Carregando recurso' }],
|
|
10202
10242
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'URI do S3' }],
|
|
10203
10243
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Versão do objeto' }],
|
|
10204
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
10244
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'Escolha um objeto no S3' }],
|
|
10205
10245
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancelar' }],
|
|
10206
10246
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Escolher' }],
|
|
10207
10247
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'Buckets do S3' }],
|
|
@@ -11845,7 +11885,10 @@ export default {
|
|
|
11845
11885
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Başarılı' }],
|
|
11846
11886
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Uyarı' }],
|
|
11847
11887
|
},
|
|
11848
|
-
'form-field': {
|
|
11888
|
+
'form-field': {
|
|
11889
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Hata' }],
|
|
11890
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Uyarı' }],
|
|
11891
|
+
},
|
|
11849
11892
|
form: { errorIconAriaLabel: [{ type: 0, value: 'Hata' }] },
|
|
11850
11893
|
'help-panel': { loadingText: [{ type: 0, value: 'İçerik yükleniyor' }] },
|
|
11851
11894
|
input: { clearAriaLabel: [{ type: 0, value: 'Temizle' }] },
|
|
@@ -11891,7 +11934,8 @@ export default {
|
|
|
11891
11934
|
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Büyüktür' }],
|
|
11892
11935
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Küçük veya eşittir' }],
|
|
11893
11936
|
'i18nStrings.operatorLessText': [{ type: 0, value: 'Küçüktür' }],
|
|
11894
|
-
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '
|
|
11937
|
+
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Şununla başlıyor:' }],
|
|
11938
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: 'Şununla başlamıyor:' }],
|
|
11895
11939
|
'i18nStrings.operatorText': [{ type: 0, value: 'Operatör' }],
|
|
11896
11940
|
'i18nStrings.operatorsText': [{ type: 0, value: 'Operatörler' }],
|
|
11897
11941
|
'i18nStrings.propertyText': [{ type: 0, value: 'Özellik' }],
|
|
@@ -11988,7 +12032,7 @@ export default {
|
|
|
11988
12032
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Kaynak yükleniyor' }],
|
|
11989
12033
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: "S3 URI'si" }],
|
|
11990
12034
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Nesne sürümü' }],
|
|
11991
|
-
'i18nStrings.modalTitle': [{ type: 0, value: "S3'te bir
|
|
12035
|
+
'i18nStrings.modalTitle': [{ type: 0, value: "S3'te bir nesne seçin" }],
|
|
11992
12036
|
'i18nStrings.modalCancelButton': [{ type: 0, value: 'İptal' }],
|
|
11993
12037
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Seç' }],
|
|
11994
12038
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: "S3 bucket'ları" }],
|
|
@@ -12896,7 +12940,10 @@ export default {
|
|
|
12896
12940
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
12897
12941
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
12898
12942
|
},
|
|
12899
|
-
'form-field': {
|
|
12943
|
+
'form-field': {
|
|
12944
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '错误' }],
|
|
12945
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
12946
|
+
},
|
|
12900
12947
|
form: { errorIconAriaLabel: [{ type: 0, value: '错误' }] },
|
|
12901
12948
|
'help-panel': { loadingText: [{ type: 0, value: '正在加载内容' }] },
|
|
12902
12949
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
@@ -12943,6 +12990,7 @@ export default {
|
|
|
12943
12990
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小于或等于' }],
|
|
12944
12991
|
'i18nStrings.operatorLessText': [{ type: 0, value: '小于' }],
|
|
12945
12992
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '开头为' }],
|
|
12993
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '开头不为' }],
|
|
12946
12994
|
'i18nStrings.operatorText': [{ type: 0, value: '运算符' }],
|
|
12947
12995
|
'i18nStrings.operatorsText': [{ type: 0, value: '运算符' }],
|
|
12948
12996
|
'i18nStrings.propertyText': [{ type: 0, value: '属性' }],
|
|
@@ -13039,7 +13087,7 @@ export default {
|
|
|
13039
13087
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在加载资源' }],
|
|
13040
13088
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
13041
13089
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '对象版本' }],
|
|
13042
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3
|
|
13090
|
+
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3 中选择一个对象' }],
|
|
13043
13091
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
|
|
13044
13092
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '选择' }],
|
|
13045
13093
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 存储桶' }],
|
|
@@ -13931,7 +13979,10 @@ export default {
|
|
|
13931
13979
|
'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
|
|
13932
13980
|
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
13933
13981
|
},
|
|
13934
|
-
'form-field': {
|
|
13982
|
+
'form-field': {
|
|
13983
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
|
|
13984
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
|
|
13985
|
+
},
|
|
13935
13986
|
form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
|
|
13936
13987
|
'help-panel': { loadingText: [{ type: 0, value: '載入內容' }] },
|
|
13937
13988
|
input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
|
|
@@ -13978,6 +14029,7 @@ export default {
|
|
|
13978
14029
|
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小於或等於' }],
|
|
13979
14030
|
'i18nStrings.operatorLessText': [{ type: 0, value: '小於' }],
|
|
13980
14031
|
'i18nStrings.operatorStartsWithText': [{ type: 0, value: '開始為' }],
|
|
14032
|
+
'i18nStrings.operatorDoesNotStartWithText': [{ type: 0, value: '開頭不能為' }],
|
|
13981
14033
|
'i18nStrings.operatorText': [{ type: 0, value: '運算子' }],
|
|
13982
14034
|
'i18nStrings.operatorsText': [{ type: 0, value: '運算子' }],
|
|
13983
14035
|
'i18nStrings.propertyText': [{ type: 0, value: '屬性' }],
|
|
@@ -14074,7 +14126,7 @@ export default {
|
|
|
14074
14126
|
'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在載入資源' }],
|
|
14075
14127
|
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
14076
14128
|
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '選取版本' }],
|
|
14077
|
-
'i18nStrings.modalTitle': [{ type: 0, value: '
|
|
14129
|
+
'i18nStrings.modalTitle': [{ type: 0, value: '在 S3 中選擇一個對象' }],
|
|
14078
14130
|
'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
|
|
14079
14131
|
'i18nStrings.modalSubmitButton': [{ type: 0, value: '選擇' }],
|
|
14080
14132
|
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 儲存貯體' }],
|