@brightspace-ui/core 3.142.1 → 3.143.0
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/components/list/list-item-mixin.js +3 -0
- package/components/popover/demo/popover.html +42 -33
- package/components/popover/popover-mixin.js +211 -92
- package/custom-elements.json +11 -0
- package/lang/ar.js +85 -12
- package/lang/cy.js +85 -12
- package/lang/da.js +85 -12
- package/lang/de.js +85 -12
- package/lang/en-gb.js +85 -12
- package/lang/en.js +85 -12
- package/lang/es-es.js +85 -12
- package/lang/es.js +85 -12
- package/lang/fr-fr.js +85 -12
- package/lang/fr.js +85 -12
- package/lang/haw.js +85 -12
- package/lang/hi.js +85 -12
- package/lang/ja.js +77 -12
- package/lang/ko.js +77 -12
- package/lang/mi.js +85 -12
- package/lang/nl.js +85 -12
- package/lang/pt.js +85 -12
- package/lang/sv.js +85 -12
- package/lang/tr.js +85 -12
- package/lang/zh-cn.js +77 -12
- package/lang/zh-tw.js +78 -12
- package/package.json +1 -1
package/lang/fr.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "Fermer l’alerte",
|
3
4
|
"components.breadcrumbs.breadcrumb": "Chemin de navigation",
|
4
5
|
"components.button-add.addItem": "Ajouter un élément",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "Effacement des filtres pour : {filterName} en cours",
|
23
24
|
"components.filter.clearDescription": "Effacer les filtres pour : {filterName}",
|
24
25
|
"components.filter.loading": "Chargement des filtres",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {Aucun filtre appliqué.}
|
29
|
+
one {{number} filtre appliqué.}
|
30
|
+
other {{number} filtres appliqués.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "Filtres",
|
27
33
|
"components.filter.noFilters": "Aucun filtre disponible",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {Aucun résultat de recherche}
|
37
|
+
one {{number} résultat de recherche}
|
38
|
+
other {{number} résultats de recherche}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. Les filtres sélectionnés s’affichent en premier.",
|
30
41
|
"components.filter.singleDimensionDescription": "Filtrer par : {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {Dernière heure}
|
45
|
+
other {{num} dernières heures}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {Aujourd’hui}
|
50
|
+
one {{num} dernier jour}
|
51
|
+
other {{num} derniers jours}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "{num} derniers mois",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, développez la section pour choisir les dates",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "De {startValue} à {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "{label} n’est pas valide",
|
40
60
|
"components.form-element.defaultFieldLabel": "Champ",
|
41
61
|
"components.form-element.input.email.typeMismatch": "L’adresse courriel n’est pas valide",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {Le nombre doit être supérieur à {min} et inférieur à {max}.}
|
66
|
+
other {Le nombre doit être supérieur à {min} et inférieur ou égal à {max}.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {Le nombre doit être supérieur ou égal à {min} et inférieur à {max}.}
|
70
|
+
other {Le nombre doit être supérieur ou égal à {min} et inférieur ou égal à {max}.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {Le nombre doit être inférieur à {max}.}
|
76
|
+
other {Le nombre doit être inférieur ou égal à {max}.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {Le nombre doit être supérieur à {min}.}
|
81
|
+
other {Le nombre doit être supérieur ou égal à {min}.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "{label} doit comprendre au moins {minlength} caractères",
|
46
84
|
"components.form-element.input.url.typeMismatch": "L’URL n’est pas valide",
|
47
85
|
"components.form-element.valueMissing": "{label} est requis",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {Il y avait {count} erreur trouvée dans les informations que vous avez soumises}
|
89
|
+
other {Il y avait {count} erreurs trouvées dans les informations que vous avez soumises}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "Afficher les détails de l’erreur",
|
50
92
|
"components.input-color.backgroundColor": "Couleur d’arrière-plan",
|
51
93
|
"components.input-color.foregroundColor": "Couleur de l’avant-plan",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "Plus d’actions",
|
110
152
|
"components.pager-load-more.action": "En télécharger plus",
|
111
153
|
"components.pager-load-more.action-with-page-size": "Charger {count} de plus",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} élément}
|
157
|
+
other {{countFormatted} éléments}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} de {totalCountFormatted} élément}
|
162
|
+
other {{countFormatted} de {totalCountFormatted} éléments}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "Chargement d’autres d’éléments",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {Désactivé lorsque plus de {countFormatted} élément est sélectionné}
|
168
|
+
other {Désactivé lorsque plus de {countFormatted} éléments sont sélectionnés}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "Sélectionnez un élément pour exécuter cette action",
|
117
171
|
"components.selection.select-all": "Tout sélectionner",
|
118
172
|
"components.selection.select-all-items": "Sélectionner tous les {count} éléments",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "Les conditions doivent être remplies",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "Sélectionner pour ajouter un ordre de tri",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "Sélectionner pour modifier l’ordre de tri",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {Trié du plus récent au plus ancien}
|
186
|
+
other {Trié du plus ancien au plus récent}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {Trié du plus élevé au moins élevé}
|
190
|
+
other {Trié du moins élevé au plus élevé}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Trié de Z à A}
|
194
|
+
other {Trié de A à Z}
|
195
|
+
}}
|
196
|
+
value {Trié {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {Trié en ordre décroissant}
|
199
|
+
other {Trié en ordre croissant}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "Actions pour la table",
|
130
203
|
"components.tabs.next": "Défilement avant",
|
131
204
|
"components.tabs.previous": "Défilement arrière",
|
package/lang/haw.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "Pani i ka makaʻala",
|
3
4
|
"components.breadcrumbs.breadcrumb": "Palapalapala",
|
4
5
|
"components.button-add.addItem": "Pākuʻi Mea",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "Ke holoi nei i nā kānana no: {filterName}",
|
23
24
|
"components.filter.clearDescription": "Holoi i nā kānana no: {filterName}",
|
24
25
|
"components.filter.loading": "Hoʻouka i nā kānana",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {ʻAʻohe kānana i hoʻohana ʻia.}
|
29
|
+
one {{number} hoʻohana ʻia ke kānana.}
|
30
|
+
other {{number} hoʻohana ʻia nā kānana.}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "Nā kānana",
|
27
33
|
"components.filter.noFilters": "ʻAʻohe kānana i loaʻa",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {ʻAʻohe hopena hulina}
|
37
|
+
one {{number} hopena huli}
|
38
|
+
other {{number} hopena huli}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. Hōʻike mua ʻia nā kānana i koho ʻia.",
|
30
41
|
"components.filter.singleDimensionDescription": "Kānana e: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {hola hope}
|
45
|
+
other {hope loa {num} hola}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {I kēia lā}
|
50
|
+
one {hope loa {num} lā}
|
51
|
+
other {hope loa {num} lā}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "{num} mahina i hala",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, hoʻonui e koho i nā lā",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} i {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "ʻAʻole kūpono ʻo {label}.",
|
40
60
|
"components.form-element.defaultFieldLabel": "Kihapai",
|
41
61
|
"components.form-element.input.email.typeMismatch": "ʻAʻole kūpono ka leka uila",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {Pono ka helu ma mua o {min} a emi iho {max}.}
|
66
|
+
other {Pono ka helu ma mua o {min} a emi iho a like paha {max}.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {Pono ka helu ma mua a i ʻole like me {min} a emi iho {max}.}
|
70
|
+
other {Pono ka helu ma mua a i ʻole like me {min} a emi iho a like paha {max}.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {Pono e emi ka helu {max}.}
|
76
|
+
other {Pono e emi a like paha ka helu me {max}.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {Pono ka helu ma mua o {min}.}
|
81
|
+
other {Pono ka helu ma mua a i ʻole like me {min}.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "Pono ka {label} ma kahi o {minlength} mau huapalapala",
|
46
84
|
"components.form-element.input.url.typeMismatch": "ʻAʻole kūpono ka URL",
|
47
85
|
"components.form-element.valueMissing": "Pono ʻo {label}.",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {Aia aku nei {count} Loaʻa ka hewa ma ka ʻike āu i hoʻouna ai}
|
89
|
+
other {Aia aku nei {count} loaʻa nā hewa i ka ʻike āu i hoʻouna ai}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "Hoʻololi i nā kikoʻī hewa",
|
50
92
|
"components.input-color.backgroundColor": "Ka waihoʻoluʻu",
|
51
93
|
"components.input-color.foregroundColor": "Kalai mua",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "Nā Hana Hou",
|
110
152
|
"components.pager-load-more.action": "Hoʻouka hou aku",
|
111
153
|
"components.pager-load-more.action-with-page-size": "Hoʻouka {count} Mea hou aku",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} mea}
|
157
|
+
other {{countFormatted} mau mea}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{countFormatted} o {totalCountFormatted} mea}
|
162
|
+
other {{countFormatted} o {totalCountFormatted} mau mea}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "Ke hoʻouka nei i nā mea hou aʻe",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {Hoʻopaʻa ʻia ke ʻoi aku ma mua o {countFormatted} koho ʻia ka mea}
|
168
|
+
other {Hoʻopaʻa ʻia ke ʻoi aku ma mua o {countFormatted} koho ʻia nā mea}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "E koho i kahi mea e hana ai i kēia hana",
|
117
171
|
"components.selection.select-all": "E koho i nā mea a pau",
|
118
172
|
"components.selection.select-all-items": "E koho i nā mea a pau {count}.",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "Pono e hoʻokō i nā kūlana",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "E koho e hoʻohui i ka hoʻonohonoho ʻana",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "E koho e hoʻololi i ka hoʻonohonoho ʻana",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {Hoʻokaʻawale ʻia ka mea hou a i ka wā kahiko}
|
186
|
+
other {Hoʻokaʻawale ʻia ka mea kahiko i ka mea hou}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {Hoʻokaʻina kiʻekiʻe a haʻahaʻa}
|
190
|
+
other {Hoʻokaʻina haʻahaʻa a kiʻekiʻe}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Hoʻokaʻawale ʻia ʻo Z iā A}
|
194
|
+
other {Hoʻopili ʻia ʻo A a Z}
|
195
|
+
}}
|
196
|
+
value {Hoʻokaʻawale ʻia {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {Hoʻokaʻawale i ka iho ʻana}
|
199
|
+
other {Hoʻopili ʻia i ka piʻi ʻana}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "Nā hana no ka papaʻaina",
|
130
203
|
"components.tabs.next": "Holo i mua",
|
131
204
|
"components.tabs.previous": "Holo i hope",
|
package/lang/hi.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "अलर्ट बंद करें",
|
3
4
|
"components.breadcrumbs.breadcrumb": "ब्रेडक्रंब",
|
4
5
|
"components.button-add.addItem": "आइटम जोड़ें",
|
@@ -22,14 +23,33 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "इसके लिए फ़िल्टर साफ़ हो रहे हैं: {filterName}",
|
23
24
|
"components.filter.clearDescription": "इसके लिए फ़िल्टर्स साफ़ करें: {filterName}",
|
24
25
|
"components.filter.loading": "फिल्टर्स लोड किए जा रहे हैं",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {कोई फ़िल्टर लागू नहीं किए गए}
|
29
|
+
one {1 फ़िल्टर लागू किया गया।}
|
30
|
+
other {{number} फ़िल्टर्स लागू किए गए।}
|
31
|
+
}`,
|
26
32
|
"components.filter.filters": "फ़िल्टर्स",
|
27
33
|
"components.filter.noFilters": "कोई उपलब्ध फ़िल्टर्स नहीं",
|
28
|
-
"components.filter.searchResults":
|
34
|
+
"components.filter.searchResults":
|
35
|
+
`{number, plural,
|
36
|
+
=0 {कोई खोज परिणाम नहीं}
|
37
|
+
one {{number} खोज परिणाम}
|
38
|
+
other {{number} खोज परिणाम}
|
39
|
+
}`,
|
29
40
|
"components.filter.selectedFirstListLabel": "{headerText}. चुने गए फ़िल्टर सबसे पहले दिखाई देते हैं।",
|
30
41
|
"components.filter.singleDimensionDescription": "इसके अनुसार फ़िल्टर करें: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
42
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
43
|
+
`{num, plural,
|
44
|
+
=1 {अंतिम घंटा}
|
45
|
+
other {अंतिम {num} घंटे}
|
46
|
+
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
48
|
+
`{num, plural,
|
49
|
+
=0 {आज}
|
50
|
+
one {अंतिम {num} दिन}
|
51
|
+
other {अंतिम {num} दिनों}
|
52
|
+
}`,
|
33
53
|
"components.filter-dimension-set-date-text-value.textMonths": "अंतिम {num} महीने",
|
34
54
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, तारीख चुनने के लिए विस्तृत करें",
|
35
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} से {endValue}",
|
@@ -39,13 +59,35 @@ export default {
|
|
39
59
|
"components.form-element.defaultError": "{label} अमान्य है",
|
40
60
|
"components.form-element.defaultFieldLabel": "फ़ील्ड",
|
41
61
|
"components.form-element.input.email.typeMismatch": "ईमेल मान्य नहीं है",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
62
|
+
"components.form-element.input.number.rangeError":
|
63
|
+
`{minExclusive, select,
|
64
|
+
true {{maxExclusive, select,
|
65
|
+
true {संख्या {min} से ज़्यादा और {max} से कम होनी चाहिए.}
|
66
|
+
other {संख्या {min} से ज़्यादा और {max} से कम या उसके बराबर होनी चाहिए.}
|
67
|
+
}}
|
68
|
+
other {{maxExclusive, select,
|
69
|
+
true {संख्या {min} से ज़्यादा या उसके बराबर और {max} से कम होनी चाहिए.}
|
70
|
+
other {संख्या {min} से ज़्यादा या उसके बराबर और {max} से कम या उसके बराबर होनी चाहिए.}
|
71
|
+
}}
|
72
|
+
}`,
|
73
|
+
"components.form-element.input.number.rangeOverflow":
|
74
|
+
`{maxExclusive, select,
|
75
|
+
true {संख्या {max} से कम होनी चाहिए.}
|
76
|
+
other {संख्या {max} से कम या उसके बराबर होनी चाहिए.}
|
77
|
+
}`,
|
78
|
+
"components.form-element.input.number.rangeUnderflow":
|
79
|
+
`{minExclusive, select,
|
80
|
+
true {संख्या {min} से ज़्यादा होनी चाहिए.}
|
81
|
+
other {संख्या {min} से ज़्यादा या उसके बराबर होनी चाहिए.}
|
82
|
+
}`,
|
45
83
|
"components.form-element.input.text.tooShort": "{label} कम से कम {minlength} वर्णों का होना चाहिए",
|
46
84
|
"components.form-element.input.url.typeMismatch": "URL मान्य नहीं है",
|
47
85
|
"components.form-element.valueMissing": "{label} ज़रूरी है",
|
48
|
-
"components.form-error-summary.errorSummary":
|
86
|
+
"components.form-error-summary.errorSummary":
|
87
|
+
`{count, plural,
|
88
|
+
one {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं}
|
89
|
+
other {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं}
|
90
|
+
}`,
|
49
91
|
"components.form-error-summary.text": "त्रुटि विवरण टॉगल करें",
|
50
92
|
"components.input-color.backgroundColor": "पृष्ठभूमि का रंग",
|
51
93
|
"components.input-color.foregroundColor": "अग्रभूमि का रंग",
|
@@ -109,10 +151,22 @@ export default {
|
|
109
151
|
"components.overflow-group.moreActions": "अधिक क्रियाएँ",
|
110
152
|
"components.pager-load-more.action": "और लोड करें",
|
111
153
|
"components.pager-load-more.action-with-page-size": "{count} और लोड करें",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
154
|
+
"components.pageable.info":
|
155
|
+
`{count, plural,
|
156
|
+
one {{countFormatted} आइटम}
|
157
|
+
other {{countFormatted} आइटम}
|
158
|
+
}`,
|
159
|
+
"components.pageable.info-with-total":
|
160
|
+
`{totalCount, plural,
|
161
|
+
one {{totalCountFormatted} में से {countFormatted} आइटम}
|
162
|
+
other {{totalCountFormatted} में से {countFormatted} आइटम}
|
163
|
+
}`,
|
114
164
|
"components.pager-load-more.status-loading": "और आइटम लोड करना",
|
115
|
-
"components.selection.action-max-hint":
|
165
|
+
"components.selection.action-max-hint":
|
166
|
+
`{count, plural,
|
167
|
+
one {{countFormatted} से अधिक आइटम चुने जाने पर अक्षम किया गया जाता है}
|
168
|
+
other {{countFormatted} अधिक आइटम्स चुने जाने पर अक्षम किया गया जाता है}
|
169
|
+
}`,
|
116
170
|
"components.selection.action-required-hint": "यह कार्रवाई करने के लिए किसी आइटम का चयन करें",
|
117
171
|
"components.selection.select-all": "सभी का चयन करें",
|
118
172
|
"components.selection.select-all-items": "सभी {count} आइटम चुनें।",
|
@@ -125,7 +179,26 @@ export default {
|
|
125
179
|
"components.switch.conditions": "शर्तें पूरी होनी चाहिए",
|
126
180
|
"components.table-col-sort-button.addSortOrder": "क्रमबद्ध अनुक्रम जोड़ने के लिए चुनें",
|
127
181
|
"components.table-col-sort-button.changeSortOrder": "क्रमबद्ध अनुक्रम बदलने के लिए चुनें",
|
128
|
-
"components.table-col-sort-button.title":
|
182
|
+
"components.table-col-sort-button.title":
|
183
|
+
`{sourceType, select,
|
184
|
+
dates {{direction, select,
|
185
|
+
desc {नए से पुराने तक क्रमबद्ध}
|
186
|
+
other {पुराने से नये तक क्रमबद्ध}
|
187
|
+
}}
|
188
|
+
numbers {{direction, select,
|
189
|
+
desc {उच्च से निम्न क्रमबद्ध}
|
190
|
+
other {निम्न से उच्च क्रमबद्ध}
|
191
|
+
}}
|
192
|
+
words {{direction, select,
|
193
|
+
desc {Z से A तक क्रमबद्ध}
|
194
|
+
other {A से Z तक क्रमबद्ध}
|
195
|
+
}}
|
196
|
+
value {क्रमबद्ध किया गया {selectedMenuItemText}}
|
197
|
+
other {{direction, select,
|
198
|
+
desc {अवरोही क्रम में क्रमबद्ध}
|
199
|
+
other {आरोही क्रम में क्रमबद्ध}
|
200
|
+
}}
|
201
|
+
}`,
|
129
202
|
"components.table-controls.label": "तालिका के लिए क्रियाएँ",
|
130
203
|
"components.tabs.next": "आगे स्क्रॉल करें",
|
131
204
|
"components.tabs.previous": "पीछे स्क्रॉल करें",
|
package/lang/ja.js
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export default {
|
2
|
+
"__test__": "This will be removed in a follow-up PR (before translation)",
|
2
3
|
"components.alert.close": "アラートを閉じる",
|
3
4
|
"components.breadcrumbs.breadcrumb": "階層",
|
4
5
|
"components.button-add.addItem": "項目の追加",
|
@@ -22,14 +23,29 @@ export default {
|
|
22
23
|
"components.filter.clearAnnounce": "{filterName} フィルタのクリア",
|
23
24
|
"components.filter.clearDescription": "{filterName} フィルタのクリア",
|
24
25
|
"components.filter.loading": "フィルタのロード中",
|
25
|
-
"components.filter.filterCountDescription":
|
26
|
+
"components.filter.filterCountDescription":
|
27
|
+
`{number, plural,
|
28
|
+
=0 {フィルタは適用されていません。}
|
29
|
+
other {{number} 個のフィルタが適用されています。}
|
30
|
+
}`,
|
26
31
|
"components.filter.filters": "フィルタ",
|
27
32
|
"components.filter.noFilters": "使用可能なフィルタはありません",
|
28
|
-
"components.filter.searchResults":
|
33
|
+
"components.filter.searchResults":
|
34
|
+
`{number, plural,
|
35
|
+
=0 {検索結果なし}
|
36
|
+
other {{number} 件の検索結果}
|
37
|
+
}`,
|
29
38
|
"components.filter.selectedFirstListLabel": "{headerText}。選択したフィルタが最初に表示されます。",
|
30
39
|
"components.filter.singleDimensionDescription": "フィルタ条件: {filterName}",
|
31
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
32
|
-
|
40
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
41
|
+
`{num, plural,
|
42
|
+
other {過去 {num} 時間}
|
43
|
+
}`,
|
44
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
45
|
+
`{num, plural,
|
46
|
+
=0 {今日}
|
47
|
+
other {過去 {num} 日間}
|
48
|
+
}`,
|
33
49
|
"components.filter-dimension-set-date-text-value.textMonths": "過去 {num} ヵ月",
|
34
50
|
"components.filter-dimension-set-date-time-range-value.label": "{text}、展開して日付を選択",
|
35
51
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} から {endValue}",
|
@@ -39,13 +55,34 @@ export default {
|
|
39
55
|
"components.form-element.defaultError": "{label} は無効です",
|
40
56
|
"components.form-element.defaultFieldLabel": "フィールド",
|
41
57
|
"components.form-element.input.email.typeMismatch": "電子メールが無効です",
|
42
|
-
"components.form-element.input.number.rangeError":
|
43
|
-
|
44
|
-
|
58
|
+
"components.form-element.input.number.rangeError":
|
59
|
+
`{minExclusive, select,
|
60
|
+
true {{maxExclusive, select,
|
61
|
+
true {数値は {min} より大きく {max} 未満である必要があります。}
|
62
|
+
other {数値は {min} より大きく {max} 以下である必要があります。}
|
63
|
+
}}
|
64
|
+
other {{maxExclusive, select,
|
65
|
+
true {数値は {min} 以上 {max} 未満である必要があります。}
|
66
|
+
other {数値は {min} 以上 {max} 以下である必要があります。}
|
67
|
+
}}
|
68
|
+
}`,
|
69
|
+
"components.form-element.input.number.rangeOverflow":
|
70
|
+
`{maxExclusive, select,
|
71
|
+
true {数値は {max} 未満である必要があります。}
|
72
|
+
other {数値は {max} 以下である必要があります。}
|
73
|
+
}`,
|
74
|
+
"components.form-element.input.number.rangeUnderflow":
|
75
|
+
`{minExclusive, select,
|
76
|
+
true {数値は {min} より大きい必要があります。}
|
77
|
+
other {数値は {min} 以上である必要があります。}
|
78
|
+
}`,
|
45
79
|
"components.form-element.input.text.tooShort": "{label} は {minlength} 文字以上である必要があります",
|
46
80
|
"components.form-element.input.url.typeMismatch": "URL が有効ではありません",
|
47
81
|
"components.form-element.valueMissing": "{label} は必須です",
|
48
|
-
"components.form-error-summary.errorSummary":
|
82
|
+
"components.form-error-summary.errorSummary":
|
83
|
+
`{count, plural,
|
84
|
+
other {送信した情報に {count} 件のエラーが見つかりました}
|
85
|
+
}`,
|
49
86
|
"components.form-error-summary.text": "エラーの詳細を切り替え",
|
50
87
|
"components.input-color.backgroundColor": "背景色",
|
51
88
|
"components.input-color.foregroundColor": "前景色",
|
@@ -109,10 +146,19 @@ export default {
|
|
109
146
|
"components.overflow-group.moreActions": "その他のアクション",
|
110
147
|
"components.pager-load-more.action": "さらに読み込む",
|
111
148
|
"components.pager-load-more.action-with-page-size": "さらに {count} 件を読み込む",
|
112
|
-
"components.pageable.info":
|
113
|
-
|
149
|
+
"components.pageable.info":
|
150
|
+
`{count, plural,
|
151
|
+
other {{countFormatted} 個の項目}
|
152
|
+
}`,
|
153
|
+
"components.pageable.info-with-total":
|
154
|
+
`{totalCount, plural,
|
155
|
+
other {{countFormatted}/{totalCountFormatted} 個の項目}
|
156
|
+
}`,
|
114
157
|
"components.pager-load-more.status-loading": "さらに項目を読み込み中",
|
115
|
-
"components.selection.action-max-hint":
|
158
|
+
"components.selection.action-max-hint":
|
159
|
+
`{count, plural,
|
160
|
+
other {{countFormatted} 個を超える項目が選択されている場合は無効になります}
|
161
|
+
}`,
|
116
162
|
"components.selection.action-required-hint": "この操作を実行するための項目を選択します",
|
117
163
|
"components.selection.select-all": "すべて選択",
|
118
164
|
"components.selection.select-all-items": "{count} 個の項目をすべて選択",
|
@@ -125,7 +171,26 @@ export default {
|
|
125
171
|
"components.switch.conditions": "条件が一致する必要があります",
|
126
172
|
"components.table-col-sort-button.addSortOrder": "選択して並べ替え順序を追加",
|
127
173
|
"components.table-col-sort-button.changeSortOrder": "選択して並べ替え順序を変更",
|
128
|
-
"components.table-col-sort-button.title":
|
174
|
+
"components.table-col-sort-button.title":
|
175
|
+
`{sourceType, select,
|
176
|
+
dates {{direction, select,
|
177
|
+
desc {新から旧へ並べ替え}
|
178
|
+
other {旧から新へ並べ替え}
|
179
|
+
}}
|
180
|
+
numbers {{direction, select,
|
181
|
+
desc {高から低へ並べ替え}
|
182
|
+
other {低から高へ並べ替え}
|
183
|
+
}}
|
184
|
+
words {{direction, select,
|
185
|
+
desc {降順に並べ替え}
|
186
|
+
other {昇順に並べ替え}
|
187
|
+
}}
|
188
|
+
value {並べ替え {selectedMenuItemText}}
|
189
|
+
other {{direction, select,
|
190
|
+
desc {降順に並べ替え}
|
191
|
+
other {昇順に並べ替え}
|
192
|
+
}}
|
193
|
+
}`,
|
129
194
|
"components.table-controls.label": "テーブルのアクション",
|
130
195
|
"components.tabs.next": "前方にスクロール",
|
131
196
|
"components.tabs.previous": "後方にスクロール",
|