Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

150 lines
4.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'column_toggle' => [
'heading' => 'עמודות',
],
'columns' => [
'text' => [
'more_list_items' => 'ו-:count פריטים נוספים',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'בחר/בטל בחירה לפעולות המרובות.',
],
'bulk_select_record' => [
'label' => 'בחר/בטל בחירה לפעולות המרובות לפריט :key.',
],
'search' => [
'label' => 'חיפוש',
'placeholder' => 'חיפוש',
'indicator' => 'חיפוש',
],
],
'summary' => [
'heading' => 'סיכום',
'subheadings' => [
'all' => 'כל ה-:label',
'group' => 'סיכום של :group',
'page' => 'עמוד זה',
],
'summarizers' => [
'average' => [
'label' => 'ממוצע',
],
'count' => [
'label' => 'ספירה',
],
'sum' => [
'label' => 'סכום',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => 'סיים סידור רשומות',
],
'enable_reordering' => [
'label' => 'סדר מחדש רשומות',
],
'filter' => [
'label' => 'פילטר',
],
'group' => [
'label' => 'קבוצה',
],
'open_bulk_actions' => [
'label' => 'פתח פעולות מרובות',
],
'toggle_columns' => [
'label' => 'הצג עמודות',
],
],
'empty' => [
'heading' => 'לא נמצאו רשומות',
'description' => 'צור :model כדי להתחיל.',
],
'filters' => [
'actions' => [
'remove' => [
'label' => 'הסר סנן',
],
'remove_all' => [
'label' => 'הסר את כל הסננים',
'tooltip' => 'הסר את כל הסננים',
],
'reset' => [
'label' => 'איפוס סננים',
],
],
'heading' => 'סננים',
'indicator' => 'סננים מופעלים',
'multi_select' => [
'placeholder' => 'הכל',
],
'select' => [
'placeholder' => 'הכל',
],
'trashed' => [
'label' => 'רשומות שנמחקו',
'only_trashed' => 'רק רשומות שנמחקו',
'with_trashed' => 'כולל רשומות שנמחקו',
'without_trashed' => 'ללא רשומות שנמחקו',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => 'קבץ לפי',
'placeholder' => 'קבץ לפי',
],
'direction' => [
'label' => 'כיוון קיבוץ',
'options' => [
'asc' => 'עולה',
'desc' => 'יורד',
],
],
],
],
'reorder_indicator' => 'גרור ושחרר רשומות לסידור מחדש.',
'selection_indicator' => [
'selected_count' => 'נבחרה רשומה אחת|נבחרו :count רשומות',
'actions' => [
'select_all' => [
'label' => 'בחר את כל :count',
],
'deselect_all' => [
'label' => 'בטל בחירה',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'מיין לפי',
],
'direction' => [
'label' => 'סדר לפי',
'options' => [
'asc' => 'סדר עולה',
'desc' => 'סדר יורד',
],
],
],
],
];