File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/ka/dissociate.php
<?php
return [
'single' => [
'label' => 'განკავშირება',
'modal' => [
'heading' => 'განკავშირება :label',
'actions' => [
'dissociate' => [
'label' => 'განკავშირება',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'განკავშირებულია',
],
],
],
'multiple' => [
'label' => 'არჩეულიების განკავშირება',
'modal' => [
'heading' => 'არჩეულიების განკავშირება :label',
'actions' => [
'dissociate' => [
'label' => 'განკავშირება',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'განკავშირებულია',
],
],
],
];