Skip to content

Commit

Permalink
Merge pull request filamentphp#13142 from alifdarsim/ms-translation
Browse files Browse the repository at this point in the history
Improve Malaysian translations
  • Loading branch information
zepfietje authored Jun 8, 2024
2 parents 5656d2a + a75aa0d commit 8fd046b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/support/resources/lang/ms/components/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

return [

'label' => 'Navigasi Penomboran',
'label' => 'Navigasi penomboran',

'overview' => 'Menunjukkan :first ke :last dari :total rekod',
'overview' => '{1} Memaparkan 1 rekod|Memaparkan :first hingga :last daripada :total rekod',

'fields' => [

'records_per_page' => [

'label' => 'setiap halaman',
'label' => 'per halaman',

'options' => [
'all' => 'Semua',
Expand Down
16 changes: 8 additions & 8 deletions packages/tables/resources/lang/ms/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],

'filter' => [
'label' => 'Penapis',
'label' => 'Tapisan',
],

'group' => [
Expand Down Expand Up @@ -113,27 +113,27 @@
'actions' => [

'apply' => [
'label' => 'Gunakan penapis',
'label' => 'Gunakan tapisan',
],

'remove' => [
'label' => 'Buang penapis',
'label' => 'Buang tapisan',
],

'remove_all' => [
'label' => 'Buang semua penapis',
'tooltip' => 'Buang semua penapis',
'label' => 'Buang semua tapisan',
'tooltip' => 'Buang semua tapisan',
],

'reset' => [
'label' => 'Tetapkan semula penapis',
'label' => 'Tetapkan semula tapisan',
],

],

'heading' => 'Penapis',
'heading' => 'Tapisan',

'indicator' => 'Penapis aktif',
'indicator' => 'Tapisan aktif',

'multi_select' => [
'placeholder' => 'Semua',
Expand Down

0 comments on commit 8fd046b

Please sign in to comment.