File: /home/posscale/public_html/printmanager/vendor/filament/filament/resources/lang/ka/layout.php
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'გამოწერის მართვა',
],
'logout' => [
'label' => 'გასვლა',
],
'open_database_notifications' => [
'label' => 'გახსენი შეტყობინებები',
],
'open_user_menu' => [
'label' => 'მომხმარებლის მენიუ',
],
'sidebar' => [
'collapse' => [
'label' => 'გვერდითი პანელის შეკუმშვა',
],
'expand' => [
'label' => 'გვერდითი პანელის გახსნა',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'მუქი თემის ჩართვა',
],
'light' => [
'label' => 'ნათელი თემის ჩართვა',
],
'system' => [
'label' => 'სისტემის თემის ჩართვა',
],
],
],
'avatar' => [
'alt' => ':name-ის ავატარი',
],
'logo' => [
'alt' => ':name-ის ლოგო',
],
];