diff --git a/lang/ar.js b/lang/ar.js index 162ba283fc4..4532a3aadbd 100644 --- a/lang/ar.js +++ b/lang/ar.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "عوامل التصفية", "components.filter.noFilters": "ما من عوامل تصفية متوفرة", "components.filter.searchResults": "{number, plural, =0 {ما من نتائج بحث} one {{number} نتيجة بحث}‏ other {{number} من نتائج البحث}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. تظهر عوامل التصفية المحددة أولاً.", "components.filter.singleDimensionDescription": "التصفية حسب: {filterName}", "components.form-element.defaultError": "{label} غير صالحة.", "components.form-element.defaultFieldLabel": "الحقل", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "المزيد", "components.object-property-list.item-placeholder-text": "عنصر نائب", "components.overflow-group.moreActions": "مزيد من الإجراءات", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "تحميل المزيد", "components.pager-load-more.action-with-page-size": "تحميل {count} إضافي", "components.pageable.info": "{count, plural, one {{countFormatted} مادة واحد} other {{countFormatted} من المواد}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} من أصل {totalCountFormatted} مادة واحدة} other {{countFormatted} من أصل {totalCountFormatted} من المواد}}", diff --git a/lang/cy.js b/lang/cy.js index 37cd0437bec..82065948b8d 100644 --- a/lang/cy.js +++ b/lang/cy.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Hidlyddion", "components.filter.noFilters": "Dim hidlyddion ar gael", "components.filter.searchResults": "{number, plural, =0 {Dim canlyniadau chwilio} one {{number} canlyniad chwilio} other {{number} canlyniadau chwilio}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Mae'r hidlyddion a ddewiswyd yn ymddangos gyntaf.", "components.filter.singleDimensionDescription": "Hidlo yn ôl: {filterName}", "components.form-element.defaultError": "Mae {label} yn annilys.", "components.form-element.defaultFieldLabel": "Maes", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "mwy", "components.object-property-list.item-placeholder-text": "Eitem Dalfan", "components.overflow-group.moreActions": "Rhagor o Gamau Gweithredu", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Llwytho Mwy", "components.pager-load-more.action-with-page-size": "Lwytho {count} Arall", "components.pageable.info": "{count, plural, one {{countFormatted} eitem} other {{countFormatted} o eitemau}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} o {totalCountFormatted} eitem} other {{countFormatted} o {totalCountFormatted} eitemau}}", diff --git a/lang/da.js b/lang/da.js index 948dd0690ac..ff5e9c989f3 100644 --- a/lang/da.js +++ b/lang/da.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtre", "components.filter.noFilters": "Ingen tilgængelige filtre", "components.filter.searchResults": "{number, plural, =0 {Ingen søgeresultater} one {{number} søgeresultat} other {{number} søgeresultater}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Valgte filtre vises først.", "components.filter.singleDimensionDescription": "Filtrer efter: {filterName}", "components.form-element.defaultError": "{label} er ugyldigt.", "components.form-element.defaultFieldLabel": "Felt", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "flere", "components.object-property-list.item-placeholder-text": "Pladsholder-element", "components.overflow-group.moreActions": "Flere handlinger", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Indlæs flere", "components.pager-load-more.action-with-page-size": "Indlæs {count} mere", "components.pageable.info": "{count, plural, one {{countFormatted} element} other {{countFormatted} elementer}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} af {totalCountFormatted} element} other {{countFormatted} af {totalCountFormatted} elementer}}", diff --git a/lang/de.js b/lang/de.js index 7a739ed09aa..a7d9c6503b0 100644 --- a/lang/de.js +++ b/lang/de.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filter", "components.filter.noFilters": "Keine verfügbaren Filter", "components.filter.searchResults": "{number, plural, =0 {Kein Suchergebnis} one {{number} Suchergebnis} other {{number} Suchergebnisse}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Ausgewählte Filter werden zuerst angezeigt.", "components.filter.singleDimensionDescription": "Filtern nach: {filterName}", "components.form-element.defaultError": "{label} ist ungültig.", "components.form-element.defaultFieldLabel": "Feld", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "mehr", "components.object-property-list.item-placeholder-text": "Platzhalterelement", "components.overflow-group.moreActions": "Weitere Aktionen", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Mehr laden", "components.pager-load-more.action-with-page-size": "{count} weitere laden", "components.pageable.info": "{count, plural, one {{countFormatted} Element} other {{countFormatted} Elemente}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} von {totalCountFormatted} Element} other {{countFormatted} von {totalCountFormatted} Elemente}}", diff --git a/lang/es-es.js b/lang/es-es.js index cb046d57e37..fd2dfcb696b 100644 --- a/lang/es-es.js +++ b/lang/es-es.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtros", "components.filter.noFilters": "No hay filtros disponibles", "components.filter.searchResults": "{number, plural, =0 {No hay resultados de búsqueda} one {{number} resultado de búsqueda} other {{number} resultados de búsqueda}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Los filtros seleccionados aparecen primero.", "components.filter.singleDimensionDescription": "Filtrar por: {filterName}", "components.form-element.defaultError": "{label} no es válido.", "components.form-element.defaultFieldLabel": "Campo", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "más", "components.object-property-list.item-placeholder-text": "Elemento de marcador de posición", "components.overflow-group.moreActions": "Más acciones", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Cargar más", "components.pager-load-more.action-with-page-size": "Cargar {count} más", "components.pageable.info": "{count, plural, one {{countFormatted} elemento} other {{countFormatted} elementos}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elementos}}", diff --git a/lang/es.js b/lang/es.js index 560c5344bb0..c2da5dff1f4 100644 --- a/lang/es.js +++ b/lang/es.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtros", "components.filter.noFilters": "No hay filtros disponibles", "components.filter.searchResults": "{number, plural, =0 {No se encontraron resultados de búsqueda} one {{number} resultado de búsqueda} other {{number} resultados de búsqueda}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Los filtros seleccionados aparecen primero.", "components.filter.singleDimensionDescription": "Filtrar por: {filterName}", "components.form-element.defaultError": "{label} no es válida.", "components.form-element.defaultFieldLabel": "Campo", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "más", "components.object-property-list.item-placeholder-text": "Elemento de marcador de posición", "components.overflow-group.moreActions": "Más acciones", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Cargar más", "components.pager-load-more.action-with-page-size": "Cargar {count} más", "components.pageable.info": "{count, plural, one {{countFormatted} elemento} other {{countFormatted} elementos}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} elemento} other {{countFormatted} de {totalCountFormatted} elementos}}", diff --git a/lang/fr-fr.js b/lang/fr-fr.js index 45a417bdb9b..3f6a1714512 100644 --- a/lang/fr-fr.js +++ b/lang/fr-fr.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtres", "components.filter.noFilters": "Aucun filtre disponible", "components.filter.searchResults": "{number, plural, =0 {Aucun résultat de recherche} one {{number} résultat de recherche} other {{number} résultats de recherche}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Les filtres sélectionnés s’affichent en premier.", "components.filter.singleDimensionDescription": "Filtrer par : {filterName}", "components.form-element.defaultError": "{label} n'est pas valide.", "components.form-element.defaultFieldLabel": "Champ", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "plus", "components.object-property-list.item-placeholder-text": "Élément d’espace réservé", "components.overflow-group.moreActions": "Plus d'actions", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Charger plus", "components.pager-load-more.action-with-page-size": "Charger {count} supplémentaire(s)", "components.pageable.info": "{count, plural, one {{countFormatted} élément} other {{countFormatted} éléments}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} sur {totalCountFormatted} élément} other {{countFormatted} sur {totalCountFormatted} éléments}}", diff --git a/lang/fr.js b/lang/fr.js index 83ad0df69d0..112f6b8251d 100644 --- a/lang/fr.js +++ b/lang/fr.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtres", "components.filter.noFilters": "Aucun filtre disponible", "components.filter.searchResults": "{number, plural, =0 {Aucun résultat de recherche} one {{number} résultat de recherche} other {{number} résultats de recherche}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Les filtres sélectionnés s’affichent en premier.", "components.filter.singleDimensionDescription": "Filtrer par : {filterName}", "components.form-element.defaultError": "{label} n'est pas valide.", "components.form-element.defaultFieldLabel": "Champ", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "plus", "components.object-property-list.item-placeholder-text": "Élément de paramètre fictif", "components.overflow-group.moreActions": "Plus d'actions", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "En télécharger plus", "components.pager-load-more.action-with-page-size": "Charger {count} de plus", "components.pageable.info": "{count, plural, one {{countFormatted} élément} other {{countFormatted} éléments}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} élément} other {{countFormatted} de {totalCountFormatted} éléments}}", diff --git a/lang/hi.js b/lang/hi.js index eb1bbbaea30..1daf74fcb43 100644 --- a/lang/hi.js +++ b/lang/hi.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "फ़िल्टर्स", "components.filter.noFilters": "कोई उपलब्ध फ़िल्टर्स नहीं", "components.filter.searchResults": "{number, plural, =0 {कोई खोज परिणाम नहीं} one {{number} खोज परिणाम} other {{number} खोज परिणाम}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. चुने गए फ़िल्टर सबसे पहले दिखाई देते हैं।", "components.filter.singleDimensionDescription": "इसके अनुसार फ़िल्टर करें: {filterName}", "components.form-element.defaultError": "{label} अमान्य है।", "components.form-element.defaultFieldLabel": "फ़ील्ड", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "अधिक", "components.object-property-list.item-placeholder-text": "प्लेसहोल्डर आइटम", "components.overflow-group.moreActions": "अधिक क्रियाएँ", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "और लोड करें", "components.pager-load-more.action-with-page-size": "{count} और लोड करें", "components.pageable.info": "{count, plural, one {{countFormatted} आइटम} other {{countFormatted} आइटम}}", "components.pageable.info-with-total": "{totalCount, plural, one {{totalCountFormatted} में से {countFormatted} आइटम} other {{totalCountFormatted} में से {countFormatted} आइटम}}", diff --git a/lang/ja.js b/lang/ja.js index f5400a7a7cd..7b9392e720c 100644 --- a/lang/ja.js +++ b/lang/ja.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "フィルタ", "components.filter.noFilters": "使用可能なフィルタはありません", "components.filter.searchResults": "{number, plural, =0 {検索結果なし} other {{number} 件の検索結果}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}。選択したフィルタが最初に表示されます。", "components.filter.singleDimensionDescription": "フィルタ条件: {filterName}", "components.form-element.defaultError": "{label} は無効です。", "components.form-element.defaultFieldLabel": "フィールド", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "増やす", "components.object-property-list.item-placeholder-text": "プレースホルダの項目", "components.overflow-group.moreActions": "その他のアクション", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "さらに読み込む", "components.pager-load-more.action-with-page-size": "さらに {count} 件を読み込む", "components.pageable.info": "{count, plural, other {{countFormatted} 個の項目}}", "components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 個の項目}}", diff --git a/lang/ko.js b/lang/ko.js index cf3fc7ee953..f5fc3831245 100644 --- a/lang/ko.js +++ b/lang/ko.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "개 필터", "components.filter.noFilters": "사용 가능한 필터가 없습니다", "components.filter.searchResults": "{number, plural, =0 {검색 결과 없음} other {{number}개 검색 결과}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. 선택한 필터가 먼저 나타납니다.", "components.filter.singleDimensionDescription": "필터 기준: {filterName}", "components.form-element.defaultError": "{label}이(가) 잘못되었습니다.", "components.form-element.defaultFieldLabel": "필드", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "더 보기", "components.object-property-list.item-placeholder-text": "자리표시자 항목", "components.overflow-group.moreActions": "추가 작업", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "더 많이 로드", "components.pager-load-more.action-with-page-size": "{count}개 더 로드", "components.pageable.info": "{count, plural, other {해당 항목 수 {countFormatted}개}}", "components.pageable.info-with-total": "{totalCount, plural, other {{totalCountFormatted}개 항목 중 {countFormatted}개}}", diff --git a/lang/nl.js b/lang/nl.js index e9aedc4574d..303d76b4f20 100644 --- a/lang/nl.js +++ b/lang/nl.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filters", // mfv-translated "components.filter.noFilters": "Geen beschikbare filters", "components.filter.searchResults": "{number, plural, =0 {Geen zoekresultaten} one {{number} zoekresultaat} other {{number} zoekresultaten}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Geselecteerde filters verschijnen als eerste.", "components.filter.singleDimensionDescription": "Filter op {filterName}", "components.form-element.defaultError": "{label} is ongeldig.", "components.form-element.defaultFieldLabel": "Veld", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "meer", "components.object-property-list.item-placeholder-text": "Item tijdelijke aanduiding", "components.overflow-group.moreActions": "Meer acties", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Meer laden", "components.pager-load-more.action-with-page-size": "Laad nog {count} extra", "components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} items}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} van {totalCountFormatted} artikel} other {{countFormatted} van {totalCountFormatted} artikelen}}", diff --git a/lang/pt.js b/lang/pt.js index ab33048179d..dbc1ddd220d 100644 --- a/lang/pt.js +++ b/lang/pt.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtros", "components.filter.noFilters": "Não há filtros disponíveis", "components.filter.searchResults": "{number, plural, =0 {Sem resultados para a pesquisa} one {{number} resultado para a pesquisa} other {{number} resultados para a pesquisa}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Os filtros selecionados aparecem primeiro.", "components.filter.singleDimensionDescription": "Filtrar por: {filterName}", "components.form-element.defaultError": "{label} é inválido.", "components.form-element.defaultFieldLabel": "Campo", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "mais", "components.object-property-list.item-placeholder-text": "Item de espaço reservado", "components.overflow-group.moreActions": "Mais ações", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Carregar mais", "components.pager-load-more.action-with-page-size": "Carregar mais {count}", "components.pageable.info": "{count, plural, one {{countFormatted} item} other {{countFormatted} itens}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} de {totalCountFormatted} item} other {{countFormatted} de {totalCountFormatted} itens}}", diff --git a/lang/sv.js b/lang/sv.js index 79b6934daf4..50ea55444c0 100644 --- a/lang/sv.js +++ b/lang/sv.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filter", "components.filter.noFilters": "Inga tillgängliga filter", "components.filter.searchResults": "{number, plural, =0 {Inga sökresultat} one {{number} sökresultat} other {{number} sökresultat}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Valda filter visas först.", "components.filter.singleDimensionDescription": "Filtrera efter: {filterName}", "components.form-element.defaultError": "{label} är ogiltig.", "components.form-element.defaultFieldLabel": "Fält", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "mer", "components.object-property-list.item-placeholder-text": "Platshållarobjekt", "components.overflow-group.moreActions": "Fler åtgärder", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Läs in fler", "components.pager-load-more.action-with-page-size": "Läs in {count} till", "components.pageable.info": "{count, plural, one {{countFormatted} objekt} other {{countFormatted} objekt}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} av {totalCountFormatted} objekt} other {{countFormatted} av {totalCountFormatted} objekt}}", diff --git a/lang/tr.js b/lang/tr.js index 49592b1c942..57c546b7380 100644 --- a/lang/tr.js +++ b/lang/tr.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "Filtre", "components.filter.noFilters": "Uygun filtre yok", "components.filter.searchResults": "{number, plural, =0 {Arama sonucu yok} one {{number} arama sonucu} other {{number} arama sonucu}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}. Seçilen filtreler önce görünür.", "components.filter.singleDimensionDescription": "Filtreleme ölçütü: {filterName}", "components.form-element.defaultError": "{label} geçersiz.", "components.form-element.defaultFieldLabel": "Alan", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "daha fazla", "components.object-property-list.item-placeholder-text": "Yer Tutucu Öğesi", "components.overflow-group.moreActions": "Daha Fazla Eylem", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "Daha Fazla Yükle", "components.pager-load-more.action-with-page-size": "{count} Tane Daha Yükle", "components.pageable.info": "{count, plural, one {{countFormatted} öğe} other {{countFormatted} öğe}}", "components.pageable.info-with-total": "{totalCount, plural, one {{countFormatted} / {totalCountFormatted} öğe} other {{countFormatted} / {totalCountFormatted} öğe}}", diff --git a/lang/zh-cn.js b/lang/zh-cn.js index 19d1fc45944..d38e6a8f65b 100644 --- a/lang/zh-cn.js +++ b/lang/zh-cn.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "个筛选条件", "components.filter.noFilters": "无可用筛选器", "components.filter.searchResults": "{number, plural, =0 {无搜索结果} other {{number} 个搜索结果}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}。先显示所选筛选器。", "components.filter.singleDimensionDescription": "筛选依据:{filterName}", "components.form-element.defaultError": "{label} 无效。", "components.form-element.defaultFieldLabel": "字段", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "更多", "components.object-property-list.item-placeholder-text": "占位符项目", "components.overflow-group.moreActions": "更多操作", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "加载更多", "components.pager-load-more.action-with-page-size": "再加载 {count} 个", "components.pageable.info": "{count, plural, other {{countFormatted} 项}}", "components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted}/{totalCountFormatted} 项}}", diff --git a/lang/zh-tw.js b/lang/zh-tw.js index 46811ea08da..2fcb1ce67b7 100644 --- a/lang/zh-tw.js +++ b/lang/zh-tw.js @@ -21,7 +21,7 @@ export default { "components.filter.filters": "篩選器", "components.filter.noFilters": "沒有可用的篩選條件", "components.filter.searchResults": "{number, plural, =0 {無搜尋結果} other {{number} 個搜尋結果}}", - "components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.", + "components.filter.selectedFirstListLabel": "{headerText}。所選篩選器會先顯示。", "components.filter.singleDimensionDescription": "按此條件篩選:{filterName}", "components.form-element.defaultError": "{label} 無效。", "components.form-element.defaultFieldLabel": "欄位", @@ -94,7 +94,7 @@ export default { "components.more-less.more": "較多", "components.object-property-list.item-placeholder-text": "預留位置項目", "components.overflow-group.moreActions": "其他動作", - "components.pager-load-more.action": "Load More", + "components.pager-load-more.action": "載入更多", "components.pager-load-more.action-with-page-size": "再載入 {count} 個", "components.pageable.info": "{count, plural, other {{countFormatted} 個項目}}", "components.pageable.info-with-total": "{totalCount, plural, other {{countFormatted} 項,共 {totalCountFormatted} 項}}",