Skip to content

Commit

Permalink
Merge branch '4.x' into optimize-table-blade-components
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 16, 2024
2 parents d0d6d72 + 0de2587 commit e64c9fa
Show file tree
Hide file tree
Showing 51 changed files with 2,552 additions and 52 deletions.
45 changes: 45 additions & 0 deletions packages/actions/resources/lang/ka/associate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php

return [

'single' => [

'label' => 'დაკავშირება',

'modal' => [

'heading' => 'აკავშირებ :label',

'fields' => [

'record_id' => [
'label' => 'ჩანაწერი',
],

],

'actions' => [

'associate' => [
'label' => 'დაკავშირება',
],

'associate_another' => [
'label' => 'დაკავშირება და ახალი დაკავშირება',
],

],

],

'notifications' => [

'associated' => [
'title' => 'დაკავშირებულია',
],

],

],

];
45 changes: 45 additions & 0 deletions packages/actions/resources/lang/ka/attach.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php

return [

'single' => [

'label' => 'მიმაგრება',

'modal' => [

'heading' => 'ამაგრებთ :label',

'fields' => [

'record_id' => [
'label' => 'ჩანაწერი',
],

],

'actions' => [

'attach' => [
'label' => 'მიმაგრება',
],

'attach_another' => [
'label' => 'მიმაგრება და ახალი მიმაგრება',
],

],

],

'notifications' => [

'attached' => [
'title' => 'მიმაგრება',
],

],

],

];
37 changes: 37 additions & 0 deletions packages/actions/resources/lang/ka/create.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php

return [

'single' => [

'label' => 'ახალი :label',

'modal' => [

'heading' => 'ქმნით :label',

'actions' => [

'create' => [
'label' => 'შექმნა',
],

'create_another' => [
'label' => 'შექმნა და ახალი შექმნა',
],

],

],

'notifications' => [

'created' => [
'title' => 'შექმნილია',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/ka/delete.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?php

return [

'single' => [

'label' => 'წაშლა',

'modal' => [

'heading' => 'შლით :label',

'actions' => [

'delete' => [
'label' => 'წაშლა',
],

],

],

'notifications' => [

'deleted' => [
'title' => 'წაშლილია',
],

],

],

'multiple' => [

'label' => 'არჩეულიების წაშლა',

'modal' => [

'heading' => 'მონიშნულების წაშლა :label',

'actions' => [

'delete' => [
'label' => 'წაშლა',
],

],

],

'notifications' => [

'deleted' => [
'title' => 'წაშლილია',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/ka/detach.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?php

return [

'single' => [

'label' => 'მოშორება',

'modal' => [

'heading' => 'აშორებთ :label',

'actions' => [

'detach' => [
'label' => 'მოშორება',
],

],

],

'notifications' => [

'detached' => [
'title' => 'მოშორებულია',
],

],

],

'multiple' => [

'label' => 'არჩეულიების მოშორება',

'modal' => [

'heading' => 'არჩეულიების მოშორება :label',

'actions' => [

'detach' => [
'label' => 'მოშორება',
],

],

],

'notifications' => [

'detached' => [
'title' => 'მოშორებულია',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/ka/dissociate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?php

return [

'single' => [

'label' => 'განკავშირება',

'modal' => [

'heading' => 'განკავშირება :label',

'actions' => [

'dissociate' => [
'label' => 'განკავშირება',
],

],

],

'notifications' => [

'dissociated' => [
'title' => 'განკავშირებულია',
],

],

],

'multiple' => [

'label' => 'არჩეულიების განკავშირება',

'modal' => [

'heading' => 'არჩეულიების განკავშირება :label',

'actions' => [

'dissociate' => [
'label' => 'განკავშირება',
],

],

],

'notifications' => [

'dissociated' => [
'title' => 'განკავშირებულია',
],

],

],

];
33 changes: 33 additions & 0 deletions packages/actions/resources/lang/ka/edit.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

return [

'single' => [

'label' => 'რედაქტირება',

'modal' => [

'heading' => 'არედაქტირებ :label',

'actions' => [

'save' => [
'label' => 'ცვლილებების შენახვა',
],

],

],

'notifications' => [

'saved' => [
'title' => 'შენახულია',
],

],

],

];
Loading

0 comments on commit e64c9fa

Please sign in to comment.