diff --git a/resources/lang/kk/components.php b/resources/lang/kk/components.php new file mode 100644 index 0000000..c86db48 --- /dev/null +++ b/resources/lang/kk/components.php @@ -0,0 +1,12 @@ + [ + 'empty' => [ + 'label' => 'Жазбалар жоқ', + ], + 'row_actions' => [ + 'label' => 'Жол әрекеттері', + ], + ], +]; diff --git a/resources/lang/ru/components.php b/resources/lang/ru/components.php new file mode 100644 index 0000000..b3ea2c2 --- /dev/null +++ b/resources/lang/ru/components.php @@ -0,0 +1,12 @@ + [ + 'empty' => [ + 'label' => 'Записи отсутствуют', + ], + 'row_actions' => [ + 'label' => 'Действия строки', + ], + ], +];