Files
data-collection-terminal/vendor/filament/tables/resources/lang/az/table.php

218 lines
4.1 KiB
PHP
Raw 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' => 'Sütunlar',
],
'columns' => [
'text' => [
'more_list_items' => 'və :count daha',
],
],
'fields' => [
'bulk_select_page' => [
'label' => 'Çoxlu hərəkətlər üçün bütün elementləri seç/seçimi yığışdır.',
],
'bulk_select_record' => [
'label' => 'Çoxlu hərəkətlər üçün :key elementini seç/seçimi yığışdır.',
],
'bulk_select_group' => [
'label' => 'Çoxlu hərəkətlər üçün :title qrupunu seç/seçimi yığışdır.',
],
'search' => [
'label' => 'Axtar',
'placeholder' => 'Axtar',
'indicator' => 'Axtar',
],
],
'summary' => [
'heading' => 'Xülasə',
'subheadings' => [
'all' => 'Bütün :label',
'group' => ':group xülasəsi',
'page' => 'Bu səhifə',
],
'summarizers' => [
'average' => [
'label' => 'Ortalama',
],
'count' => [
'label' => 'Say',
],
'sum' => [
'label' => 'Toplam',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => 'Sıralamanı yekunlaşdır',
],
'enable_reordering' => [
'label' => 'Sıralamanı başlat',
],
'filter' => [
'label' => 'Filtrlə',
],
'group' => [
'label' => 'Qrupla',
],
'open_bulk_actions' => [
'label' => 'Çoxlu hərəkətlər',
],
'toggle_columns' => [
'label' => 'Sütunları göstər/gizlət',
],
],
'empty' => [
'heading' => ':model Yoxdur',
'description' => 'Başlamaq üçün bir :model yaradın.',
],
'filters' => [
'actions' => [
'remove' => [
'label' => 'Filtri yığışdır',
],
'remove_all' => [
'label' => 'Bütün filtrləri yığışdır',
'tooltip' => 'Bütün filtrləri yığışdır',
],
'reset' => [
'label' => 'Sıfırla',
],
],
'heading' => 'Filtrlər',
'indicator' => 'Aktiv filtrlər',
'multi_select' => [
'placeholder' => 'Hamısı',
],
'select' => [
'placeholder' => 'Hamısı',
],
'trashed' => [
'label' => 'Silinmiş məlumatlar',
'only_trashed' => 'Sadəcə silinmiş məlumatlar',
'with_trashed' => 'Silinmiş məlumatlarla birlikdə',
'without_trashed' => 'Silinmiş məlumatlar olmadan',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => 'Qrupla',
'placeholder' => 'Qrupla',
],
'direction' => [
'label' => 'Qrup istiqaməti',
'options' => [
'asc' => 'Artan',
'desc' => 'Azalan',
],
],
],
],
'reorder_indicator' => 'Məlumatları sıralamaq üçün sürüşdürüb buraxın.',
'selection_indicator' => [
'selected_count' => '1 məlumat seçildi|:count məlumat seçildi',
'actions' => [
'select_all' => [
'label' => 'Bütün :count məlumatı seç',
],
'deselect_all' => [
'label' => 'Bütün seçimləri yığışdır',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => 'Buna görə sırala',
],
'direction' => [
'label' => 'Sıralama istiqaməti',
'options' => [
'asc' => 'Artan',
'desc' => 'Azalan',
],
],
],
],
];