Files
hr/lang/vendor/filament-schemas/tk/components.php

62 lines
936 B
PHP

<?php
return [
'callout' => [
'statuses' => [
'danger' => 'Ýalňyşlyk:',
'info' => 'Bellik:',
'success' => 'Üstünlik:',
'warning' => 'Duýduryş:',
],
],
'section' => [
'actions' => [
'collapse' => [
'label' => 'Bölümi ýygna',
],
'expand' => [
'label' => 'Bölümi giňelt',
],
],
],
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Yza',
],
'next_step' => [
'label' => 'Indiki',
],
],
'header' => [
'step' => [
'statuses' => [
'completed' => 'Tamamlandy',
'upcoming' => 'Tamamlanmady',
],
],
],
],
];