mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
Merge pull request #5756 from amsnvc/fix/bosnian-translations
Added Bosnian translations to tables.php
This commit is contained in:
@@ -16,6 +16,14 @@ return [
|
||||
|
||||
'fields' => [
|
||||
|
||||
'bulk_select_page' => [
|
||||
'label' => 'Odaberi/poništi odabir svih stavki za grupne radnje.',
|
||||
],
|
||||
|
||||
'bulk_select_record' => [
|
||||
'label' => 'Odaberi/poništi odabir stavke :key za grupne radnje.',
|
||||
],
|
||||
|
||||
'search_query' => [
|
||||
'label' => 'Pretraga',
|
||||
'placeholder' => 'Tražite',
|
||||
@@ -27,7 +35,7 @@ return [
|
||||
|
||||
'label' => 'Navigacija po stranicama',
|
||||
|
||||
'overview' => 'Prikazivanje :first od :last od ukupno :total rezultata',
|
||||
'overview' => '{1} Prikazuje 1 rezultat|[2,*]Prikazivanje :first od :last od ukupno :total rezultata',
|
||||
|
||||
'fields' => [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user