@brightspace-ui/core 3.148.2 → 3.148.4
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/icons/images/tier1/new-window.svg +2 -2
- package/components/list/demo/demo-list-nav.js +2 -1
- package/components/list/demo/demo-list-nested.js +2 -1
- package/components/list/list-item-generic-layout.js +21 -4
- package/generated/icons/tier1/new-window.js +2 -2
- package/lang/ar.js +32 -32
- package/lang/cy.js +33 -33
- package/lang/da.js +32 -32
- package/lang/de.js +33 -33
- package/lang/en-gb.js +33 -33
- package/lang/en.js +31 -31
- package/lang/es-es.js +31 -31
- package/lang/es.js +33 -33
- package/lang/fr-fr.js +31 -31
- package/lang/fr.js +31 -31
- package/lang/haw.js +33 -33
- package/lang/hi.js +33 -33
- package/lang/ja.js +30 -30
- package/lang/ko.js +30 -30
- package/lang/mi.js +33 -33
- package/lang/nl.js +31 -31
- package/lang/pt.js +31 -31
- package/lang/sv.js +31 -31
- package/lang/tr.js +31 -31
- package/lang/zh-cn.js +32 -32
- package/lang/zh-tw.js +31 -31
- package/package.json +1 -1
package/lang/hi.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "{filterText}: के लिए सभी फ़िल्टर्स साफ़ करें",
|
22
22
|
"components.filter.clearAnnounce": "इसके लिए फ़िल्टर साफ़ हो रहे हैं: {filterName}",
|
23
23
|
"components.filter.clearDescription": "इसके लिए फ़िल्टर्स साफ़ करें: {filterName}",
|
24
|
-
"components.filter.loading": "फिल्टर्स लोड किए जा रहे हैं",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {कोई फ़िल्टर लागू नहीं किए गए}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} फ़िल्टर्स लागू किए गए।}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "फ़िल्टर्स",
|
31
|
+
"components.filter.loading": "फिल्टर्स लोड किए जा रहे हैं",
|
32
32
|
"components.filter.noFilters": "कोई उपलब्ध फ़िल्टर्स नहीं",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. चुने गए फ़िल्टर सबसे पहले दिखाई देते हैं।",
|
40
40
|
"components.filter.singleDimensionDescription": "इसके अनुसार फ़िल्टर करें: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {अंतिम घंटा}
|
44
|
-
other {अंतिम {num} घंटे}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {आज}
|
49
44
|
one {अंतिम {num} दिन}
|
50
45
|
other {अंतिम {num} दिनों}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {अंतिम घंटा}
|
50
|
+
other {अंतिम {num} घंटे}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "अंतिम {num} महीने",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, तारीख चुनने के लिए विस्तृत करें",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "कस्टम तारीख सीमा",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} से {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} के बाद",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "{endValue} के पहले",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} के बाद",
|
58
58
|
"components.form-element.defaultError": "{label} अमान्य है",
|
59
59
|
"components.form-element.defaultFieldLabel": "फ़ील्ड",
|
60
60
|
"components.form-element.input.email.typeMismatch": "ईमेल मान्य नहीं है",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "पृष्ठभूमि का रंग",
|
92
92
|
"components.input-color.foregroundColor": "अग्रभूमि का रंग",
|
93
93
|
"components.input-color.none": "कोई नहीं",
|
94
|
+
"components.input-date.clear": "साफ़ करें",
|
95
|
+
"components.input-date.errorMaxDateOnly": "तारीख, {maxDate} या उससे पहले की होनी चाहिए",
|
96
|
+
"components.input-date.errorMinDateOnly": "तारीख, {minDate} या उससे बाद की होनी चाहिए",
|
97
|
+
"components.input-date.errorOutsideRange": "तारीख़ {minDate} और {maxDate} के बीच होनी चाहिए",
|
98
|
+
"components.input-date.now": "अभी",
|
99
|
+
"components.input-date.openInstructions": "तारीख़ फ़ॉर्मेट {format} का उपयोग करें। लघु-कैलेंडर तक पहुँचने के लिए तीर नीचे या एंटर दबाएँ।",
|
100
|
+
"components.input-date.revert": "{label} को पिछले मान पर रिवर्ट किया गया।",
|
101
|
+
"components.input-date.today": "आज",
|
102
|
+
"components.input-date.useDateFormat": "तारीख फ़ॉर्मेट {format} का उपयोग करें।",
|
94
103
|
"components.input-date-range.endDate": "समाप्ति तारीख़",
|
95
104
|
"components.input-date-range.errorBadInput": "{startLabel} {endLabel} से पहले का होना चाहिए",
|
96
105
|
"components.input-date-range.interactive-label": "तारीख सीमा इनपुट",
|
97
106
|
"components.input-date-range.startDate": "प्रारंभ तारीख़",
|
98
|
-
"components.input-date-time-range-to.to": "प्रति",
|
99
|
-
"components.input-date-time-range.endDate": "समाप्ति तारीख़",
|
100
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} {endLabel} से पहले का होना चाहिए",
|
101
|
-
"components.input-date-time-range.startDate": "प्रारंभ तारीख़",
|
102
107
|
"components.input-date-time.date": "तारीख़",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "तारीख, {maxDate} या उससे पहले की होनी चाहिए",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "तारीख, {minDate} या उससे बाद की होनी चाहिए",
|
105
110
|
"components.input-date-time.errorOutsideRange": "तारीख़ {minDate} और {maxDate} के बीच होनी चाहिए",
|
106
111
|
"components.input-date-time.time": "समय",
|
112
|
+
"components.input-date-time-range.endDate": "समाप्ति तारीख़",
|
113
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} {endLabel} से पहले का होना चाहिए",
|
107
114
|
"components.input-date-time-range.interactive-label": "तारीख और समय सीमा इनपुट",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-date.errorMinDateOnly": "तारीख, {minDate} या उससे बाद की होनी चाहिए",
|
111
|
-
"components.input-date.errorOutsideRange": "तारीख़ {minDate} और {maxDate} के बीच होनी चाहिए",
|
112
|
-
"components.input-date.openInstructions": "तारीख़ फ़ॉर्मेट {format} का उपयोग करें। लघु-कैलेंडर तक पहुँचने के लिए तीर नीचे या एंटर दबाएँ।",
|
113
|
-
"components.input-date.now": "अभी",
|
114
|
-
"components.input-date.revert": "{label} को पिछले मान पर रिवर्ट किया गया।",
|
115
|
-
"components.input-date.today": "आज",
|
116
|
-
"components.input-date.useDateFormat": "तारीख फ़ॉर्मेट {format} का उपयोग करें।",
|
117
|
-
"components.input-number.hintInteger": "यह फ़ील्ड केवल पूर्णांक मानों (कोई दशमलव नहीं) को स्वीकार करती है",
|
115
|
+
"components.input-date-time-range.startDate": "प्रारंभ तारीख़",
|
116
|
+
"components.input-date-time-range-to.to": "प्रति",
|
118
117
|
"components.input-number.hintDecimalDuplicate": "इस संख्या में पहले से ही कोई दशमलव है",
|
119
|
-
"components.input-number.hintDecimalIncorrectComma": "दशमलव जोड़ने के लिए, अल्पविराम “,” वर्ण उपयोग करें",
|
120
|
-
"components.input-number.hintDecimalIncorrectPeriod": "
|
118
|
+
"components.input-number.hintDecimalIncorrectComma": "दशमलव जोड़ने के लिए, अल्पविराम “,” वर्ण का उपयोग करें",
|
119
|
+
"components.input-number.hintDecimalIncorrectPeriod": "दशमलव जोड़ने के लिए, पीरियड “.” वर्ण का उपयोग करें",
|
120
|
+
"components.input-number.hintInteger": "यह फ़ील्ड केवल पूर्णांक मानों (कोई दशमलव नहीं) को स्वीकार करती है",
|
121
121
|
"components.input-search.clear": "खोज साफ़ करें",
|
122
122
|
"components.input-search.defaultPlaceholder": "खोजें...",
|
123
123
|
"components.input-search.search": "खोजें",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "आइटम जोड़ें",
|
132
132
|
"components.list-item-drag-handle.default": "{name} के लिए आइटम कार्रवाई का क्रम बदलें",
|
133
133
|
"components.list-item-drag-handle.keyboard": "आइटम का क्रम बदलें, {size} में से वर्तमान स्थिति {currentPosition} इस आइटम को ले जाने के लिए, ऊपर या नीचे तीर दबाएँ।",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "क्रम बदलने के लिए कीबोर्ड नियंत्रण:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "डालें",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "कीबोर्ड का क्रम बदलना मोड को टॉगल करें।",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "आइटम को सूची में ऊपर या नीचे ले जाएँ।",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "बायाँ/दायाँ",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "डालें",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "नेस्ट करने का स्तर बदलें।",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "बायाँ/दायाँ",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "क्रम बदलने के लिए कीबोर्ड नियंत्रण:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "आइटम को सूची में ऊपर या नीचे ले जाएँ।",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "ऊपर/नीचे",
|
141
141
|
"components.menu-item-return.return": "पिछले मेनू पर वापस जाएँ।",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "पिछले मेनू पर वापस जाएँ। आप {menuTitle} देख रहे हैं।",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "अधिक",
|
149
149
|
"components.object-property-list.item-placeholder-text": "प्लेसहोल्डर आइटम",
|
150
150
|
"components.overflow-group.moreActions": "अधिक क्रियाएँ",
|
151
|
-
"components.pager-load-more.action": "और लोड करें",
|
152
|
-
"components.pager-load-more.action-with-page-size": "{count} और लोड करें",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} आइटम}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{totalCountFormatted} में से {countFormatted} आइटम}
|
161
159
|
other {{totalCountFormatted} में से {countFormatted} आइटम}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "और लोड करें",
|
162
|
+
"components.pager-load-more.action-with-page-size": "{count} और लोड करें",
|
163
163
|
"components.pager-load-more.status-loading": "और आइटम लोड करना",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} चयनित",
|
173
173
|
"components.selection.selected-plus": "{count} से अधिक चयनित",
|
174
174
|
"components.selection-controls.label": "चयन के लिए क्रियाएँ",
|
175
|
+
"components.switch.conditions": "शर्तें पूरी होनी चाहिए",
|
176
|
+
"components.switch.hidden": "छुपा हुआ",
|
175
177
|
"components.switch.visible": "दृश्यमान",
|
176
178
|
"components.switch.visibleWithPeriod": "दृश्यमान।",
|
177
|
-
"components.switch.hidden": "छुपा हुआ",
|
178
|
-
"components.switch.conditions": "शर्तें पूरी होनी चाहिए",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "क्रमबद्ध अनुक्रम जोड़ने के लिए चुनें",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "क्रमबद्ध अनुक्रम बदलने के लिए चुनें",
|
181
181
|
"components.table-col-sort-button.title":
|
package/lang/ja.js
CHANGED
@@ -21,13 +21,13 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "{filterText} のすべてのフィルタをクリア",
|
22
22
|
"components.filter.clearAnnounce": "{filterName} フィルタのクリア",
|
23
23
|
"components.filter.clearDescription": "{filterName} フィルタのクリア",
|
24
|
-
"components.filter.loading": "フィルタのロード中",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {フィルタは適用されていません。}
|
28
27
|
other {{number} 個のフィルタが適用されています。}
|
29
28
|
}`,
|
30
29
|
"components.filter.filters": "フィルタ",
|
30
|
+
"components.filter.loading": "フィルタのロード中",
|
31
31
|
"components.filter.noFilters": "使用可能なフィルタはありません",
|
32
32
|
"components.filter.searchResults":
|
33
33
|
`{number, plural,
|
@@ -36,21 +36,21 @@ export default {
|
|
36
36
|
}`,
|
37
37
|
"components.filter.selectedFirstListLabel": "{headerText}。選択したフィルタが最初に表示されます。",
|
38
38
|
"components.filter.singleDimensionDescription": "フィルタ条件: {filterName}",
|
39
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
40
|
-
`{num, plural,
|
41
|
-
other {過去 {num} 時間}
|
42
|
-
}`,
|
43
39
|
"components.filter-dimension-set-date-text-value.textDays":
|
44
40
|
`{num, plural,
|
45
41
|
=0 {今日}
|
46
42
|
other {過去 {num} 日間}
|
47
43
|
}`,
|
44
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
45
|
+
`{num, plural,
|
46
|
+
other {過去 {num} 時間}
|
47
|
+
}`,
|
48
48
|
"components.filter-dimension-set-date-text-value.textMonths": "過去 {num} ヵ月",
|
49
49
|
"components.filter-dimension-set-date-time-range-value.label": "{text}、展開して日付を選択",
|
50
|
+
"components.filter-dimension-set-date-time-range-value.text": "カスタム日付範囲",
|
50
51
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} から {endValue}",
|
51
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} の後",
|
52
52
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "{endValue} より前",
|
53
|
-
"components.filter-dimension-set-date-time-range-value.
|
53
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} の後",
|
54
54
|
"components.form-element.defaultError": "{label} は無効です",
|
55
55
|
"components.form-element.defaultFieldLabel": "フィールド",
|
56
56
|
"components.form-element.input.email.typeMismatch": "電子メールが無効です",
|
@@ -86,33 +86,33 @@ export default {
|
|
86
86
|
"components.input-color.backgroundColor": "背景色",
|
87
87
|
"components.input-color.foregroundColor": "前景色",
|
88
88
|
"components.input-color.none": "なし",
|
89
|
+
"components.input-date.clear": "クリア",
|
90
|
+
"components.input-date.errorMaxDateOnly": "日付は {maxDate} 以前にする必要があります",
|
91
|
+
"components.input-date.errorMinDateOnly": "日付は {minDate} 以降にする必要があります",
|
92
|
+
"components.input-date.errorOutsideRange": "日付は {minDate} から {maxDate} の間にする必要があります",
|
93
|
+
"components.input-date.now": "現在",
|
94
|
+
"components.input-date.openInstructions": "日付形式 {format} を使用します。ミニカレンダーにアクセスするには下矢印を使うか Enter を押します。",
|
95
|
+
"components.input-date.revert": "{label} が前の値に戻されました。",
|
96
|
+
"components.input-date.today": "今日",
|
97
|
+
"components.input-date.useDateFormat": "日付形式 {format} を使用します。",
|
89
98
|
"components.input-date-range.endDate": "終了日",
|
90
99
|
"components.input-date-range.errorBadInput": "{startLabel} は {endLabel} より前にする必要があります",
|
91
100
|
"components.input-date-range.interactive-label": "日付範囲の入力",
|
92
101
|
"components.input-date-range.startDate": "開始日",
|
93
|
-
"components.input-date-time-range-to.to": "~",
|
94
|
-
"components.input-date-time-range.endDate": "終了日",
|
95
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} は {endLabel} より前にする必要があります",
|
96
|
-
"components.input-date-time-range.startDate": "開始日",
|
97
102
|
"components.input-date-time.date": "日付",
|
98
103
|
"components.input-date-time.errorMaxDateOnly": "日付は {maxDate} 以前にする必要があります",
|
99
104
|
"components.input-date-time.errorMinDateOnly": "日付は {minDate} 以降にする必要があります",
|
100
105
|
"components.input-date-time.errorOutsideRange": "日付は {minDate} から {maxDate} の間にする必要があります",
|
101
106
|
"components.input-date-time.time": "時刻",
|
107
|
+
"components.input-date-time-range.endDate": "終了日",
|
108
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} は {endLabel} より前にする必要があります",
|
102
109
|
"components.input-date-time-range.interactive-label": "日付と時刻の範囲の入力",
|
103
|
-
"components.input-date.
|
104
|
-
"components.input-date.
|
105
|
-
"components.input-date.errorMinDateOnly": "日付は {minDate} 以降にする必要があります",
|
106
|
-
"components.input-date.errorOutsideRange": "日付は {minDate} から {maxDate} の間にする必要があります",
|
107
|
-
"components.input-date.openInstructions": "日付形式 {format} を使用します。ミニカレンダーにアクセスするには下矢印を使うか Enter を押します。",
|
108
|
-
"components.input-date.now": "現在",
|
109
|
-
"components.input-date.revert": "{label} が前の値に戻されました。",
|
110
|
-
"components.input-date.today": "今日",
|
111
|
-
"components.input-date.useDateFormat": "日付形式 {format} を使用します。",
|
112
|
-
"components.input-number.hintInteger": "このフィールドには整数値のみ入力できます(小数不可)。",
|
110
|
+
"components.input-date-time-range.startDate": "開始日",
|
111
|
+
"components.input-date-time-range-to.to": "~",
|
113
112
|
"components.input-number.hintDecimalDuplicate": "この数値にはすでに小数があります",
|
114
113
|
"components.input-number.hintDecimalIncorrectComma": "小数を追加するには、カンマ「,」文字を使用します",
|
115
114
|
"components.input-number.hintDecimalIncorrectPeriod": "小数を追加するには、ピリオド「.」文字を使用します",
|
115
|
+
"components.input-number.hintInteger": "このフィールドには整数値のみ入力できます(小数不可)。",
|
116
116
|
"components.input-search.clear": "検索のクリア",
|
117
117
|
"components.input-search.defaultPlaceholder": "検索...",
|
118
118
|
"components.input-search.search": "検索",
|
@@ -126,13 +126,13 @@ export default {
|
|
126
126
|
"components.list-item.addItem": "項目の追加",
|
127
127
|
"components.list-item-drag-handle.default": "{name} の項目並べ替えアクション",
|
128
128
|
"components.list-item-drag-handle.keyboard": "項目の並べ替え、現在の位置 {currentPosition}、サイズ {size}。この項目を移動するには、上矢印または下矢印を押します。",
|
129
|
-
"components.list-item-drag-handle-tooltip.title": "並べ替え用のキーボードコントロール:",
|
130
|
-
"components.list-item-drag-handle-tooltip.enter-key": "入力",
|
131
129
|
"components.list-item-drag-handle-tooltip.enter-desc": "キーボードの並べ替えモードを切り替えます。",
|
132
|
-
"components.list-item-drag-handle-tooltip.
|
133
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "リスト内で項目を上下に移動します。",
|
134
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "左/右",
|
130
|
+
"components.list-item-drag-handle-tooltip.enter-key": "入力",
|
135
131
|
"components.list-item-drag-handle-tooltip.left-right-desc": "ネストレベルを変更します。",
|
132
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "左/右",
|
133
|
+
"components.list-item-drag-handle-tooltip.title": "並べ替え用のキーボードコントロール:",
|
134
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "リスト内で項目を上下に移動します。",
|
135
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "上/下",
|
136
136
|
"components.menu-item-return.return": "前のメニューに戻ります。",
|
137
137
|
"components.menu-item-return.returnCurrentlyShowing": "前のメニューに戻ります。{menuTitle} を表示しています。",
|
138
138
|
"components.meter-mixin.commaSeperatedAria": "{term1}、{term2}",
|
@@ -143,8 +143,6 @@ export default {
|
|
143
143
|
"components.more-less.more": "増やす",
|
144
144
|
"components.object-property-list.item-placeholder-text": "プレースホルダの項目",
|
145
145
|
"components.overflow-group.moreActions": "その他のアクション",
|
146
|
-
"components.pager-load-more.action": "さらに読み込む",
|
147
|
-
"components.pager-load-more.action-with-page-size": "さらに {count} 件を読み込む",
|
148
146
|
"components.pageable.info":
|
149
147
|
`{count, plural,
|
150
148
|
other {{countFormatted} 個の項目}
|
@@ -153,6 +151,8 @@ export default {
|
|
153
151
|
`{totalCount, plural,
|
154
152
|
other {{countFormatted}/{totalCountFormatted} 個の項目}
|
155
153
|
}`,
|
154
|
+
"components.pager-load-more.action": "さらに読み込む",
|
155
|
+
"components.pager-load-more.action-with-page-size": "さらに {count} 件を読み込む",
|
156
156
|
"components.pager-load-more.status-loading": "さらに項目を読み込み中",
|
157
157
|
"components.selection.action-max-hint":
|
158
158
|
`{count, plural,
|
@@ -164,10 +164,10 @@ export default {
|
|
164
164
|
"components.selection.selected": "{count} 個を選択済み",
|
165
165
|
"components.selection.selected-plus": "{count} 個以上を選択済み",
|
166
166
|
"components.selection-controls.label": "選択のアクション",
|
167
|
+
"components.switch.conditions": "条件が一致する必要があります",
|
168
|
+
"components.switch.hidden": "非表示",
|
167
169
|
"components.switch.visible": "表示",
|
168
170
|
"components.switch.visibleWithPeriod": "表示。",
|
169
|
-
"components.switch.hidden": "非表示",
|
170
|
-
"components.switch.conditions": "条件が一致する必要があります",
|
171
171
|
"components.table-col-sort-button.addSortOrder": "選択して並べ替え順序を追加",
|
172
172
|
"components.table-col-sort-button.changeSortOrder": "選択して並べ替え順序を変更",
|
173
173
|
"components.table-col-sort-button.title":
|
package/lang/ko.js
CHANGED
@@ -21,13 +21,13 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "{filterText}에 대한 모든 필터 지우기",
|
22
22
|
"components.filter.clearAnnounce": "{filterName}에 대한 필터 지우기",
|
23
23
|
"components.filter.clearDescription": "{filterName}에 대한 필터를 지웁니다.",
|
24
|
-
"components.filter.loading": "필터 로드 중",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {적용된 필터 없음.}
|
28
27
|
other {{number}개 필터 적용됨.}
|
29
28
|
}`,
|
30
29
|
"components.filter.filters": "개 필터",
|
30
|
+
"components.filter.loading": "필터 로드 중",
|
31
31
|
"components.filter.noFilters": "사용 가능한 필터가 없습니다",
|
32
32
|
"components.filter.searchResults":
|
33
33
|
`{number, plural,
|
@@ -36,21 +36,21 @@ export default {
|
|
36
36
|
}`,
|
37
37
|
"components.filter.selectedFirstListLabel": "{headerText}. 선택한 필터가 먼저 나타납니다.",
|
38
38
|
"components.filter.singleDimensionDescription": "필터 기준: {filterName}",
|
39
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
40
|
-
`{num, plural,
|
41
|
-
other {지난 {num}시간}
|
42
|
-
}`,
|
43
39
|
"components.filter-dimension-set-date-text-value.textDays":
|
44
40
|
`{num, plural,
|
45
41
|
=0 {오늘}
|
46
42
|
other {지난 {num}일}
|
47
43
|
}`,
|
44
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
45
|
+
`{num, plural,
|
46
|
+
other {지난 {num}시간}
|
47
|
+
}`,
|
48
48
|
"components.filter-dimension-set-date-text-value.textMonths": "지난 {num}개월",
|
49
49
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, 확장하여 날짜 선택",
|
50
|
+
"components.filter-dimension-set-date-time-range-value.text": "사용자 지정 날짜 범위",
|
50
51
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue}~{endValue}",
|
51
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} 이후",
|
52
52
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "{endValue} 이전",
|
53
|
-
"components.filter-dimension-set-date-time-range-value.
|
53
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "{startValue} 이후",
|
54
54
|
"components.form-element.defaultError": "{label}이(가) 유효하지 않습니다",
|
55
55
|
"components.form-element.defaultFieldLabel": "필드",
|
56
56
|
"components.form-element.input.email.typeMismatch": "이메일이 유효하지 않습니다.",
|
@@ -86,33 +86,33 @@ export default {
|
|
86
86
|
"components.input-color.backgroundColor": "배경 색상",
|
87
87
|
"components.input-color.foregroundColor": "전경 색상",
|
88
88
|
"components.input-color.none": "없음",
|
89
|
+
"components.input-date.clear": "지우기",
|
90
|
+
"components.input-date.errorMaxDateOnly": "날짜는 {maxDate} 또는 그 이전이어야 합니다",
|
91
|
+
"components.input-date.errorMinDateOnly": "날짜는 {minDate} 또는 그 이후여야 합니다",
|
92
|
+
"components.input-date.errorOutsideRange": "날짜는 {minDate}와 {maxDate} 사이여야 합니다.",
|
93
|
+
"components.input-date.now": "현재",
|
94
|
+
"components.input-date.openInstructions": "{format} 날짜 형식을 사용하십시오. 미니 달력에 접근하려면 아래쪽 화살표를 누르거나 Enter 키를 누르십시오.",
|
95
|
+
"components.input-date.revert": "{label}이(가) 이전 값으로 돌아갔습니다.",
|
96
|
+
"components.input-date.today": "오늘",
|
97
|
+
"components.input-date.useDateFormat": "{format} 날짜 형식을 사용하십시오.",
|
89
98
|
"components.input-date-range.endDate": "종료일",
|
90
99
|
"components.input-date-range.errorBadInput": "{startLabel}은(는) {endLabel} 앞에 있어야 합니다",
|
91
100
|
"components.input-date-range.interactive-label": "날짜 범위 입력",
|
92
101
|
"components.input-date-range.startDate": "시작일",
|
93
|
-
"components.input-date-time-range-to.to": "~",
|
94
|
-
"components.input-date-time-range.endDate": "종료일",
|
95
|
-
"components.input-date-time-range.errorBadInput": "{startLabel}은(는) {endLabel} 앞에 있어야 합니다",
|
96
|
-
"components.input-date-time-range.startDate": "시작일",
|
97
102
|
"components.input-date-time.date": "날짜",
|
98
103
|
"components.input-date-time.errorMaxDateOnly": "날짜는 {maxDate} 또는 그 이전이어야 합니다",
|
99
104
|
"components.input-date-time.errorMinDateOnly": "날짜는 {minDate} 또는 그 이후여야 합니다",
|
100
105
|
"components.input-date-time.errorOutsideRange": "날짜는 {minDate}와 {maxDate} 사이여야 합니다.",
|
101
106
|
"components.input-date-time.time": "시간",
|
107
|
+
"components.input-date-time-range.endDate": "종료일",
|
108
|
+
"components.input-date-time-range.errorBadInput": "{startLabel}은(는) {endLabel} 앞에 있어야 합니다",
|
102
109
|
"components.input-date-time-range.interactive-label": "날짜 및 시간 범위 입력",
|
103
|
-
"components.input-date.
|
104
|
-
"components.input-date.
|
105
|
-
"components.input-date.errorMinDateOnly": "날짜는 {minDate} 또는 그 이후여야 합니다",
|
106
|
-
"components.input-date.errorOutsideRange": "날짜는 {minDate}와 {maxDate} 사이여야 합니다.",
|
107
|
-
"components.input-date.openInstructions": "{format} 날짜 형식을 사용하십시오. 미니 달력에 접근하려면 아래쪽 화살표를 누르거나 Enter 키를 누르십시오.",
|
108
|
-
"components.input-date.now": "현재",
|
109
|
-
"components.input-date.revert": "{label}이(가) 이전 값으로 돌아갔습니다.",
|
110
|
-
"components.input-date.today": "오늘",
|
111
|
-
"components.input-date.useDateFormat": "{format} 날짜 형식을 사용하십시오.",
|
112
|
-
"components.input-number.hintInteger": "이 필드는 정수 값만 허용합니다(소수점 없음)",
|
110
|
+
"components.input-date-time-range.startDate": "시작일",
|
111
|
+
"components.input-date-time-range-to.to": "~",
|
113
112
|
"components.input-number.hintDecimalDuplicate": "이 숫자에 이미 소수점이 있습니다",
|
114
113
|
"components.input-number.hintDecimalIncorrectComma": "소수점을 추가하려면 쉼표 “,” 문자를 사용합니다",
|
115
114
|
"components.input-number.hintDecimalIncorrectPeriod": "소수점을 추가하려면 마침표 “.” 문자를 사용합니다",
|
115
|
+
"components.input-number.hintInteger": "이 필드는 정수 값만 허용합니다(소수점 없음)",
|
116
116
|
"components.input-search.clear": "검색 지우기",
|
117
117
|
"components.input-search.defaultPlaceholder": "검색...",
|
118
118
|
"components.input-search.search": "검색",
|
@@ -126,13 +126,13 @@ export default {
|
|
126
126
|
"components.list-item.addItem": "항목 추가",
|
127
127
|
"components.list-item-drag-handle.default": "{name}에 대한 항목 작업 재정렬",
|
128
128
|
"components.list-item-drag-handle.keyboard": "전체 {size}에서 현재 위치 {currentPosition} 항목 재정렬 이 항목을 이동하라면 위쪽 또는 아래쪽 화살표를 누르십시오.",
|
129
|
-
"components.list-item-drag-handle-tooltip.title": "재정렬을 위한 키보드 컨트롤:",
|
130
|
-
"components.list-item-drag-handle-tooltip.enter-key": "입력",
|
131
129
|
"components.list-item-drag-handle-tooltip.enter-desc": "키보드 재정렬 모드를 전환합니다.",
|
132
|
-
"components.list-item-drag-handle-tooltip.
|
133
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "목록에서 항목을 위 또는 아래로 이동합니다.",
|
134
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "왼쪽/오른쪽",
|
130
|
+
"components.list-item-drag-handle-tooltip.enter-key": "입력",
|
135
131
|
"components.list-item-drag-handle-tooltip.left-right-desc": "중첩 수준을 변경합니다.",
|
132
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "왼쪽/오른쪽",
|
133
|
+
"components.list-item-drag-handle-tooltip.title": "재정렬을 위한 키보드 컨트롤:",
|
134
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "목록에서 항목을 위 또는 아래로 이동합니다.",
|
135
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "위로/아래로",
|
136
136
|
"components.menu-item-return.return": "이전 메뉴로 돌아갑니다.",
|
137
137
|
"components.menu-item-return.returnCurrentlyShowing": "이전 메뉴로 돌아갑니다. {menuTitle}을(를) 보고 있습니다.",
|
138
138
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -143,8 +143,6 @@ export default {
|
|
143
143
|
"components.more-less.more": "더 보기",
|
144
144
|
"components.object-property-list.item-placeholder-text": "자리표시자 항목",
|
145
145
|
"components.overflow-group.moreActions": "추가 작업",
|
146
|
-
"components.pager-load-more.action": "더 많이 로드",
|
147
|
-
"components.pager-load-more.action-with-page-size": "{count}개 더 로드",
|
148
146
|
"components.pageable.info":
|
149
147
|
`{count, plural,
|
150
148
|
other {해당 항목 수 {countFormatted}개}
|
@@ -153,6 +151,8 @@ export default {
|
|
153
151
|
`{totalCount, plural,
|
154
152
|
other {{totalCountFormatted}개 항목 중 {countFormatted}개}
|
155
153
|
}`,
|
154
|
+
"components.pager-load-more.action": "더 많이 로드",
|
155
|
+
"components.pager-load-more.action-with-page-size": "{count}개 더 로드",
|
156
156
|
"components.pager-load-more.status-loading": "더 많은 항목 로드",
|
157
157
|
"components.selection.action-max-hint":
|
158
158
|
`{count, plural,
|
@@ -164,10 +164,10 @@ export default {
|
|
164
164
|
"components.selection.selected": "{count}개 선택됨",
|
165
165
|
"components.selection.selected-plus": "{count}+개 선택됨",
|
166
166
|
"components.selection-controls.label": "선택 작업",
|
167
|
+
"components.switch.conditions": "조건을 충족해야 합니다",
|
168
|
+
"components.switch.hidden": "숨김",
|
167
169
|
"components.switch.visible": "표시",
|
168
170
|
"components.switch.visibleWithPeriod": "표시.",
|
169
|
-
"components.switch.hidden": "숨김",
|
170
|
-
"components.switch.conditions": "조건을 충족해야 합니다",
|
171
171
|
"components.table-col-sort-button.addSortOrder": "정렬 순서를 추가하려면 선택",
|
172
172
|
"components.table-col-sort-button.changeSortOrder": "정렬 순서를 변경하려면 선택",
|
173
173
|
"components.table-col-sort-button.title":
|
package/lang/mi.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "Ūkuia ngā tātari katoa mō: {filterText}",
|
22
22
|
"components.filter.clearAnnounce": "Ūkui ana i ngā tātari mō: {filterName}",
|
23
23
|
"components.filter.clearDescription": "Ūkui tātari mō: {filterName}",
|
24
|
-
"components.filter.loading": "Uta tātari ana",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {Kāore he tātari i hoatu.}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} Kua hoatu ngā tātari.}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "Ngā Tātari",
|
31
|
+
"components.filter.loading": "Uta tātari ana",
|
32
32
|
"components.filter.noFilters": "Kāore he tātari wātea",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. Ka puta tuatahi ngā tātari kua tīpakohia.",
|
40
40
|
"components.filter.singleDimensionDescription": "Tātari mā: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {Tērā haora}
|
44
|
-
other {Whakamutunga {num} hāora}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {Āianei}
|
49
44
|
one {Whakamutunga {num} Te rā}
|
50
45
|
other {Whakamutunga {num} ngā rā}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {Tērā haora}
|
50
|
+
other {Whakamutunga {num} hāora}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "Ngā marama {num} whakamutunga",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, whakaroha hei kōwhiri i ngā rā",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "Awhe rā ritenga",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} ki {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "I muri o {startValue}",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "I mua i {endValue}",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "I muri o {startValue}",
|
58
58
|
"components.form-element.defaultError": "Kāore i te whai mana te {label}",
|
59
59
|
"components.form-element.defaultFieldLabel": "Āpure",
|
60
60
|
"components.form-element.input.email.typeMismatch": "Kāore te īmēra i te tika",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "Tae papamuri",
|
92
92
|
"components.input-color.foregroundColor": "Tae Papamua",
|
93
93
|
"components.input-color.none": "Kore",
|
94
|
+
"components.input-date.clear": "Mahea",
|
95
|
+
"components.input-date.errorMaxDateOnly": "Me noho te rā i mua, i te {maxDate} rānei",
|
96
|
+
"components.input-date.errorMinDateOnly": "Me kā te rā, i muri rānei i te {minDate}",
|
97
|
+
"components.input-date.errorOutsideRange": "Me noho te rā ki waenga i te {minDate} me te {maxDate}",
|
98
|
+
"components.input-date.now": "Ināianei",
|
99
|
+
"components.input-date.openInstructions": "Whakamahia te hōputu rā {format}. Pere whakararo, pēhi rānei i te tāuru hei uru ki te pae-iti.",
|
100
|
+
"components.input-date.revert": "Kua hokia te {label} ki te uara tōmua.",
|
101
|
+
"components.input-date.today": "Āianei",
|
102
|
+
"components.input-date.useDateFormat": "Whakamahia te hōputu rā {format}.",
|
94
103
|
"components.input-date-range.endDate": "Rā mutunga",
|
95
104
|
"components.input-date-range.errorBadInput": "Me noho te {startLabel} i mua i te {endLabel}",
|
96
105
|
"components.input-date-range.interactive-label": "Tāurunga awhe rā",
|
97
106
|
"components.input-date-range.startDate": "Rā tīmata",
|
98
|
-
"components.input-date-time-range-to.to": "ki",
|
99
|
-
"components.input-date-time-range.endDate": "Rā mutunga",
|
100
|
-
"components.input-date-time-range.errorBadInput": "Me noho te {startLabel} i mua i te {endLabel}",
|
101
|
-
"components.input-date-time-range.startDate": "Rā tīmata",
|
102
107
|
"components.input-date-time.date": "Rā",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "Me noho te rā i mua, i te {maxDate} rānei",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "Me kā te rā, i muri rānei i te {minDate}",
|
105
110
|
"components.input-date-time.errorOutsideRange": "Me noho te rā ki waenga i te {minDate} me te {maxDate}",
|
106
111
|
"components.input-date-time.time": "Te wā",
|
112
|
+
"components.input-date-time-range.endDate": "Rā mutunga",
|
113
|
+
"components.input-date-time-range.errorBadInput": "Me noho te {startLabel} i mua i te {endLabel}",
|
107
114
|
"components.input-date-time-range.interactive-label": "Tāurunga awhe rā me te wā",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-
|
111
|
-
"components.input-
|
112
|
-
"components.input-
|
113
|
-
"components.input-date.now": "Ināianei",
|
114
|
-
"components.input-date.revert": "Kua hokia te {label} ki te uara tōmua.",
|
115
|
-
"components.input-date.today": "Āianei",
|
116
|
-
"components.input-date.useDateFormat": "Whakamahia te hōputu rā {format}.",
|
115
|
+
"components.input-date-time-range.startDate": "Rā tīmata",
|
116
|
+
"components.input-date-time-range-to.to": "ki",
|
117
|
+
"components.input-number.hintDecimalDuplicate": "Kua whai ā-ira tēnei tau kē",
|
118
|
+
"components.input-number.hintDecimalIncorrectComma": "Hei tāpiri ā-ira, whakamahia te tohu \",\"",
|
119
|
+
"components.input-number.hintDecimalIncorrectPeriod": "Hei tāpiri ā-ira, whakamahia te tohu ira \".\"",
|
117
120
|
"components.input-number.hintInteger": "Ka whakaae anake tēnei āpure ki ngā uara tau tōpū (kāore he ira)",
|
118
|
-
"components.input-number.hintDecimalDuplicate": "He ira kē kei tēnei tau",
|
119
|
-
"components.input-number.hintDecimalIncorrectComma": "Hei tāpiri i tētahi ira whakamahi i te piko \",\" pūāhua",
|
120
|
-
"components.input-number.hintDecimalIncorrectPeriod": "Hei tāpiri i tētahi ira whakamahi i te wā \".\" pūāhua",
|
121
121
|
"components.input-search.clear": "Whakawātea rapu",
|
122
122
|
"components.input-search.defaultPlaceholder": "Rapua...",
|
123
123
|
"components.input-search.search": "Rapua",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "Tāpiri Tūemi",
|
132
132
|
"components.list-item-drag-handle.default": "Raupapa anō i te hohenga tūemi mō {name}",
|
133
133
|
"components.list-item-drag-handle.keyboard": "Raupapa anō i te tūemi, te tūnga o nāianei {currentPosition} mai i te {size}. Hei nuku i tēnei tūemi, pēhia ngā pere whakarunga, whakararo rānei.",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "Ngā Mana Papapātuhi mō te Raupapa Anō:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "Tāuru",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "Takahuri aratau raupapa papapātuhi.",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "Nukua te tūemi whakarunga, whakararo rānei i te rārangi.",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "Mauī/Matau",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Tāuru",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Hurihia te taumata whakahangahanga.",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Mauī/Matau",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "Ngā Mana Papapātuhi mō te Raupapa Anō:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Nukua te tūemi whakarunga, whakararo rānei i te rārangi.",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Runga/Raro",
|
141
141
|
"components.menu-item-return.return": "Hoki ki te tahua tōmua.",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "Hoki ki te tahua tōmua. Kei te tiro koe i {menuTitle}.",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "ētahi atu",
|
149
149
|
"components.object-property-list.item-placeholder-text": "Tūemi Puriwāhi",
|
150
150
|
"components.overflow-group.moreActions": "Ētahi atu Hohenga",
|
151
|
-
"components.pager-load-more.action": "Utaina Anō",
|
152
|
-
"components.pager-load-more.action-with-page-size": "Utaina {count} Ētahi atu",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} Tūemi}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{countFormatted} o {totalCountFormatted} Tūemi}
|
161
159
|
other {{countFormatted} o {totalCountFormatted} Ngā tūemi}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "Utaina Anō",
|
162
|
+
"components.pager-load-more.action-with-page-size": "Utaina {count} Ētahi atu",
|
163
163
|
"components.pager-load-more.status-loading": "Uta ana i ētahi atu tūemi",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} kua tīpakohia",
|
173
173
|
"components.selection.selected-plus": "{count}+ kua tīpakohia",
|
174
174
|
"components.selection-controls.label": "Ngā mahinga mō te tīpakonga",
|
175
|
+
"components.switch.conditions": "Me tutuki ngā here",
|
176
|
+
"components.switch.hidden": "Hunaia",
|
175
177
|
"components.switch.visible": "Ka taea te kite",
|
176
178
|
"components.switch.visibleWithPeriod": "Ka taea te kite.",
|
177
|
-
"components.switch.hidden": "Hunaia",
|
178
|
-
"components.switch.conditions": "Me tutuki ngā here",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "Tīpakohia hei tāpiri raupapa kōmaka",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "Tīpakohia hei huri i te raupapa kōmaka",
|
181
181
|
"components.table-col-sort-button.title":
|