Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add S2 ActionBar component #7446

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/ar-AE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "المزيد من العناصر",
"actionbar.actions": "الإجراءات",
"actionbar.actionsAvailable": "الإجراءات المتاحة.",
"actionbar.clearSelection": "إزالة التحديد",
"actionbar.selected": "{count, plural, =0 {غير محدد} other {# محدد}}",
"actionbar.selectedAll": "تم تحديد الكل",
"button.pending": "قيد الانتظار",
"contextualhelp.help": "مساعدة",
"contextualhelp.info": "معلومات",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "الإجراءات",
"tag.hideButtonLabel": "إظهار أقل",
"tag.noTags": "بدون",
"tag.showAllButtonLabel": "عرض الكل ({tagCount, number})"
}
"tag.showAllButtonLabel": "عرض الكل ({tagCount, number})",
"breadcrumbs.more": "المزيد من العناصر"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/bg-BG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Още елементи",
"actionbar.actions": "Действия",
"actionbar.actionsAvailable": "Налични действия.",
"actionbar.clearSelection": "Изчистване на избора",
"actionbar.selected": "{count, plural, =0 {Няма избрани} one {# избран} other {# избрани}}",
"actionbar.selectedAll": "Всички избрани",
"button.pending": "недовършено",
"contextualhelp.help": "Помощ",
"contextualhelp.info": "Информация",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Действия",
"tag.hideButtonLabel": "Показване на по-малко",
"tag.noTags": "Нито един",
"tag.showAllButtonLabel": "Показване на всички ({tagCount, number})"
}
"tag.showAllButtonLabel": "Показване на всички ({tagCount, number})",
"breadcrumbs.more": "Още елементи"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/cs-CZ.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Více položek",
"actionbar.actions": "Akce",
"actionbar.actionsAvailable": "Dostupné akce.",
"actionbar.clearSelection": "Vymazat výběr",
"actionbar.selected": "Vybráno: { count }",
"actionbar.selectedAll": "Vybráno vše",
"button.pending": "čeká na vyřízení",
"contextualhelp.help": "Nápověda",
"contextualhelp.info": "Informace",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Akce",
"tag.hideButtonLabel": "Zobrazit méně",
"tag.noTags": "Žádný",
"tag.showAllButtonLabel": "Zobrazit vše ({tagCount, number})"
}
"tag.showAllButtonLabel": "Zobrazit vše ({tagCount, number})",
"breadcrumbs.more": "Více položek"
}
15 changes: 10 additions & 5 deletions packages/@react-spectrum/s2/intl/da-DK.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Flere elementer",
"actionbar.actions": "Handlinger",
"actionbar.actionsAvailable": "Tilgængelige handlinger.",
"actionbar.clearSelection": "Ryd markering",
"actionbar.selected": "{count, plural, =0 {Ingen valgt} other {# valgt}}",
"actionbar.selectedAll": "Alle valgt",
"button.pending": "afventende",
"contextualhelp.help": "Hjælp",
"contextualhelp.info": "Oplysninger",
Expand All @@ -16,13 +20,14 @@
"picker.placeholder": "Vælg…",
"slider.maximum": "Maksimum",
"slider.minimum": "Minimum",
"table.loading": "Indlæser...",
"table.loadingMore": "Indlæser flere...",
"table.loading": "Indlæser ...",
"table.loadingMore": "Indlæser flere ...",
"table.resizeColumn": "Tilpas størrelse på kolonne",
"table.sortAscending": "Sorter stigende",
"table.sortDescending": "Sorter faldende",
"tag.actions": "Handlinger",
"tag.hideButtonLabel": "Vis mindre",
"tag.noTags": "Ingen",
"tag.showAllButtonLabel": "Vis alle ({tagCount, number})"
}
"tag.showAllButtonLabel": "Vis alle ({tagCount, number})",
"breadcrumbs.more": "Flere elementer"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/de-DE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Weitere Elemente",
"actionbar.actions": "Aktionen",
"actionbar.actionsAvailable": "Aktionen verfügbar.",
"actionbar.clearSelection": "Auswahl löschen",
"actionbar.selected": "{count, plural, =0 {Nichts ausgewählt} one {# ausgewählt} other {# ausgewählt}}",
"actionbar.selectedAll": "Alles ausgewählt",
"button.pending": "Ausstehend",
"contextualhelp.help": "Hilfe",
"contextualhelp.info": "Informationen",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Aktionen",
"tag.hideButtonLabel": "Weniger zeigen",
"tag.noTags": "Keine",
"tag.showAllButtonLabel": "Alle anzeigen ({tagCount, number})"
}
"tag.showAllButtonLabel": "Alle anzeigen ({tagCount, number})",
"breadcrumbs.more": "Weitere Elemente"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/el-GR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Περισσότερα στοιχεία",
"actionbar.actions": "Ενέργειες",
"actionbar.actionsAvailable": "Υπάρχουν διαθέσιμες ενέργειες.",
"actionbar.clearSelection": "Εκκαθάριση επιλογής",
"actionbar.selected": "{count, plural, =0 {Δεν επιλέχθηκε κανένα} one {# επιλεγμένο} other {# επιλεγμένα}}",
"actionbar.selectedAll": "Επιλέχθηκαν όλα",
"button.pending": "σε εκκρεμότητα",
"contextualhelp.help": "Βοήθεια",
"contextualhelp.info": "Πληροφορίες",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Ενέργειες",
"tag.hideButtonLabel": "Εμφάνιση λιγότερων",
"tag.noTags": "Κανένα",
"tag.showAllButtonLabel": "Εμφάνιση όλων ({tagCount, number})"
}
"tag.showAllButtonLabel": "Εμφάνιση όλων ({tagCount, number})",
"breadcrumbs.more": "Περισσότερα στοιχεία"
}
5 changes: 5 additions & 0 deletions packages/@react-spectrum/s2/intl/en-US.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"actionbar.clearSelection": "Clear selection",
"actionbar.selected": "{count, plural, =0 {None selected} other {# selected}}",
"actionbar.selectedAll": "All selected",
"actionbar.actions": "Actions",
"actionbar.actionsAvailable": "Actions available.",
"button.pending": "pending",
"contextualhelp.info": "Information",
"contextualhelp.help": "Help",
Expand Down
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Más elementos",
"actionbar.actions": "Acciones",
"actionbar.actionsAvailable": "Acciones disponibles.",
"actionbar.clearSelection": "Borrar selección",
"actionbar.selected": "{count, plural, =0 {Nada seleccionado} one {# seleccionado} other {# seleccionados}}",
"actionbar.selectedAll": "Todo seleccionado",
"button.pending": "pendiente",
"contextualhelp.help": "Ayuda",
"contextualhelp.info": "Información",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Acciones",
"tag.hideButtonLabel": "Mostrar menos",
"tag.noTags": "Ninguno",
"tag.showAllButtonLabel": "Mostrar todo ({tagCount, number})"
}
"tag.showAllButtonLabel": "Mostrar todo ({tagCount, number})",
"breadcrumbs.more": "Más elementos"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/et-EE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Veel üksusi",
"actionbar.actions": "Toimingud",
"actionbar.actionsAvailable": "Toimingud saadaval.",
"actionbar.clearSelection": "Puhasta valik",
"actionbar.selected": "{count, plural, =0 {Pole valitud} other {# valitud}}",
"actionbar.selectedAll": "Kõik valitud",
"button.pending": "ootel",
"contextualhelp.help": "Spikker",
"contextualhelp.info": "Teave",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Toimingud",
"tag.hideButtonLabel": "Kuva vähem",
"tag.noTags": "Puudub",
"tag.showAllButtonLabel": "Kuva kõik ({tagCount, number})"
}
"tag.showAllButtonLabel": "Kuva kõik ({tagCount, number})",
"breadcrumbs.more": "Veel üksusi"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/fi-FI.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Lisää kohteita",
"actionbar.actions": "Toiminnot",
"actionbar.actionsAvailable": "Toiminnot käytettävissä.",
"actionbar.clearSelection": "Poista valinta",
"actionbar.selected": "{count, plural, =0 {Ei mitään valittu} other {# valittu}}",
"actionbar.selectedAll": "Kaikki valittu",
"button.pending": "odottaa",
"contextualhelp.help": "Ohje",
"contextualhelp.info": "Tiedot",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Toiminnot",
"tag.hideButtonLabel": "Näytä vähemmän",
"tag.noTags": "Ei mitään",
"tag.showAllButtonLabel": "Näytä kaikki ({tagCount, number})"
}
"tag.showAllButtonLabel": "Näytä kaikki ({tagCount, number})",
"breadcrumbs.more": "Lisää kohteita"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/fr-FR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Plus d'éléments",
"actionbar.actions": "Actions",
"actionbar.actionsAvailable": "Actions disponibles.",
"actionbar.clearSelection": "Supprimer la sélection",
"actionbar.selected": "{count, plural, =0 {Aucun élément sélectionné} one {# sélectionné} other {# sélectionnés}}",
"actionbar.selectedAll": "Toute la sélection",
"button.pending": "En attente",
"contextualhelp.help": "Aide",
"contextualhelp.info": "Informations",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Actions",
"tag.hideButtonLabel": "Afficher moins",
"tag.noTags": "Aucun",
"tag.showAllButtonLabel": "Tout afficher ({tagCount, number})"
}
"tag.showAllButtonLabel": "Tout afficher ({tagCount, number})",
"breadcrumbs.more": "Plus d'éléments"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/he-IL.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "פריטים נוספים",
"actionbar.actions": "פעולות",
"actionbar.actionsAvailable": "פעולות זמינות.",
"actionbar.clearSelection": "נקה בחירה",
"actionbar.selected": "{count, plural, =0 {לא בוצעה בחירה} one { # בחר} other {# נבחרו}}\",",
"actionbar.selectedAll": "כל הפריטים שנבחרו",
"button.pending": "ממתין ל",
"contextualhelp.help": "עזרה",
"contextualhelp.info": "מידע",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "פעולות",
"tag.hideButtonLabel": "הצג פחות",
"tag.noTags": "ללא",
"tag.showAllButtonLabel": "הצג הכל ({tagCount, number})"
}
"tag.showAllButtonLabel": "הצג הכל ({tagCount, number})",
"breadcrumbs.more": "פריטים נוספים"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/hr-HR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Više stavki",
"actionbar.actions": "Radnje",
"actionbar.actionsAvailable": "Dostupne radnje.",
"actionbar.clearSelection": "Poništi odabir",
"actionbar.selected": "Odabrano: { count }",
"actionbar.selectedAll": "Sve je odabrano",
"button.pending": "u tijeku",
"contextualhelp.help": "Pomoć",
"contextualhelp.info": "Informacije",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Radnje",
"tag.hideButtonLabel": "Prikaži manje",
"tag.noTags": "Nema",
"tag.showAllButtonLabel": "Prikaži sve ({tagCount, number})"
}
"tag.showAllButtonLabel": "Prikaži sve ({tagCount, number})",
"breadcrumbs.more": "Više stavki"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/hu-HU.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "További elemek",
"actionbar.actions": "Műveletek",
"actionbar.actionsAvailable": "Műveletek állnak rendelkezésre.",
"actionbar.clearSelection": "Kijelölés törlése",
"actionbar.selected": "{count, plural, =0 {Egy sincs kijelölve} other {# kijelölve}}",
"actionbar.selectedAll": "Mind kijelölve",
"button.pending": "függőben levő",
"contextualhelp.help": "Súgó",
"contextualhelp.info": "Információ",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Műveletek",
"tag.hideButtonLabel": "Mutass kevesebbet",
"tag.noTags": "Egyik sem",
"tag.showAllButtonLabel": "Az összes megjelenítése ({tagCount, number})"
}
"tag.showAllButtonLabel": "Az összes megjelenítése ({tagCount, number})",
"breadcrumbs.more": "További elemek"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/it-IT.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Altri elementi",
"actionbar.actions": "Azioni",
"actionbar.actionsAvailable": "Azioni disponibili.",
"actionbar.clearSelection": "Annulla selezione",
"actionbar.selected": "{count, plural, =0 {Nessuno selezionato} one {# selezionato} other {# selezionati}}",
"actionbar.selectedAll": "Tutti selezionati",
"button.pending": "in sospeso",
"contextualhelp.help": "Aiuto",
"contextualhelp.info": "Informazioni",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "Azioni",
"tag.hideButtonLabel": "Mostra meno",
"tag.noTags": "Nessuno",
"tag.showAllButtonLabel": "Mostra tutto ({tagCount, number})"
}
"tag.showAllButtonLabel": "Mostra tutto ({tagCount, number})",
"breadcrumbs.more": "Altri elementi"
}
11 changes: 8 additions & 3 deletions packages/@react-spectrum/s2/intl/ja-JP.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "項目を追加",
"actionbar.actions": "アクション",
"actionbar.actionsAvailable": "アクションを利用できます。",
"actionbar.clearSelection": "選択をクリア",
"actionbar.selected": "{count, plural, =0 {選択されていません} other {# 個を選択しました}}",
"actionbar.selectedAll": "すべてを選択",
"button.pending": "保留",
"contextualhelp.help": "ヘルプ",
"contextualhelp.info": "情報",
Expand All @@ -24,5 +28,6 @@
"tag.actions": "アクション",
"tag.hideButtonLabel": "表示を減らす",
"tag.noTags": "なし",
"tag.showAllButtonLabel": "すべての ({tagCount, number}) を表示"
}
"tag.showAllButtonLabel": "すべての ({tagCount, number}) を表示",
"breadcrumbs.more": "項目を追加"
}
15 changes: 10 additions & 5 deletions packages/@react-spectrum/s2/intl/ko-KR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "항목 더 보기",
"actionbar.actions": "액션",
"actionbar.actionsAvailable": "사용 가능한 액션",
"actionbar.clearSelection": "선택 항목 지우기",
"actionbar.selected": "{count, plural, =0 {선택된 항목 없음} other {#개 선택됨}}",
"actionbar.selectedAll": "모두 선택됨",
"button.pending": "보류 중",
"contextualhelp.help": "도움말",
"contextualhelp.info": "정보",
Expand All @@ -16,13 +20,14 @@
"picker.placeholder": "선택…",
"slider.maximum": "최대",
"slider.minimum": "최소",
"table.loading": "로드 중",
"table.loadingMore": "추가 로드 중",
"table.loading": "로드 중",
"table.loadingMore": "추가 로드 중",
"table.resizeColumn": "열 크기 조정",
"table.sortAscending": "오름차순 정렬",
"table.sortDescending": "내림차순 정렬",
"tag.actions": "액션",
"tag.hideButtonLabel": "간단히 표시",
"tag.noTags": "없음",
"tag.showAllButtonLabel": "모두 표시 ({tagCount, number})"
}
"tag.showAllButtonLabel": "모두 표시 ({tagCount, number})",
"breadcrumbs.more": "항목 더 보기"
}
15 changes: 10 additions & 5 deletions packages/@react-spectrum/s2/intl/lt-LT.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"breadcrumbs.more": "Daugiau elementų",
"actionbar.actions": "Veiksmai",
"actionbar.actionsAvailable": "Galimi veiksmai.",
"actionbar.clearSelection": "Išvalyti pasirinkimą",
"actionbar.selected": "Pasirinkta: {count}",
"actionbar.selectedAll": "Pasirinkta viskas",
"button.pending": "laukiama",
"contextualhelp.help": "Žinynas",
"contextualhelp.info": "Informacija",
Expand All @@ -16,13 +20,14 @@
"picker.placeholder": "Pasirinkite…",
"slider.maximum": "Daugiausia",
"slider.minimum": "Mažiausia",
"table.loading": "Įkeliama",
"table.loadingMore": "Įkeliama daugiau",
"table.loading": "Įkeliama...",
"table.loadingMore": "Įkeliama daugiau...",
"table.resizeColumn": "Keisti stulpelio dydį",
"table.sortAscending": "Rikiuoti didėjimo tvarka",
"table.sortDescending": "Rikiuoti mažėjimo tvarka",
"tag.actions": "Veiksmai",
"tag.hideButtonLabel": "Rodyti mažiau",
"tag.noTags": "Nėra",
"tag.showAllButtonLabel": "Rodyti viską ({tagCount, number})"
}
"tag.showAllButtonLabel": "Rodyti viską ({tagCount, number})",
"breadcrumbs.more": "Daugiau elementų"
}
Loading