-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
671 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'dateTimePicker' => [ | ||
|
||
'abbreviatedDays' => [ | ||
'friday' => 'პარ', | ||
'monday' => 'ორშ', | ||
'saturday' => 'შაბ', | ||
'sunday' => 'კვი', | ||
'thursday' => 'ხუთ', | ||
'tuesday' => 'სამ', | ||
'wednesday' => 'ოთხ', | ||
], | ||
|
||
'months' => [ | ||
'april' => 'აპრილი', | ||
'august' => 'აგვისტო', | ||
'december' => 'სექტემბერი', | ||
'february' => 'თებერვარი', | ||
'january' => 'იანვარი', | ||
'july' => 'ივლისი', | ||
'june' => 'ივნისი', | ||
'march' => 'მარტი', | ||
'may' => 'მაისი', | ||
'november' => 'ნოემბერი', | ||
'october' => 'ოტქომბერი', | ||
'september' => 'სექტემბერი', | ||
], | ||
|
||
], | ||
|
||
'multiSelect' => [ | ||
'emptyOptionsMessage' => 'ჩანაწერების სია ცარიელია.', | ||
'noSearchResultsMessage' => 'ამ პარამეტრებით არცერთი ჩანაწერი არ მოიძებნა.', | ||
'placeholder' => 'აირჩიეთ ჩანაწერი', | ||
], | ||
|
||
'richEditor' => [ | ||
|
||
'dialogs' => [ | ||
|
||
'link' => [ | ||
|
||
'buttons' => [ | ||
'link' => 'დამატება', | ||
'unlink' => 'გაუქმება', | ||
], | ||
|
||
'label' => 'ლინკი', | ||
|
||
'placeholder' => 'ჩაწერეთ URL მისამართი', | ||
|
||
], | ||
|
||
], | ||
|
||
'toolbarButtons' => [ | ||
'attachFiles' => 'ფაილების დამატება', | ||
'bold' => 'მსხვილი', | ||
'bullet' => 'სია', | ||
'code' => 'კოდი', | ||
'heading' => 'სათაური', | ||
'italic' => 'დახრილი', | ||
'link' => 'ლინკი', | ||
'number' => 'რიცხვები', | ||
'quote' => 'ციტატა', | ||
'redo' => 'Redo', | ||
'strike' => 'ხაზგადასმული', | ||
'subheading' => 'ქვესათაური', | ||
'title' => 'სათაური', | ||
'undo' => 'Undo', | ||
], | ||
|
||
], | ||
|
||
'select' => [ | ||
'emptyOptionsMessage' => 'ძიება...', | ||
'noSearchResultsMessage' => 'ამ პარამეტრებით არცერთი ჩანაწერი არ მოიძებნა.', | ||
'placeholder' => 'აირჩიეთ ჩანაწერი', | ||
], | ||
|
||
'tags' => [ | ||
'placeholder' => 'ახალი ტეგი', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'buttons' => [ | ||
'goToPage' => ':page-ე გვერდზე გადასვლა', | ||
'next' => 'შემდეგი', | ||
'previous' => 'წინა', | ||
], | ||
|
||
'label' => 'გვერდების ნავიგაცია', | ||
|
||
'overview' => [ | ||
'Showing', | ||
'to', | ||
'of', | ||
'results', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'delete' => [ | ||
|
||
'button' => [ | ||
'label' => 'მონიშნულების წაშლა', | ||
], | ||
|
||
'modal' => [ | ||
|
||
'buttons' => [ | ||
|
||
'cancel' => [ | ||
'label' => 'გაუქმება', | ||
], | ||
|
||
'delete' => [ | ||
'label' => 'მონიშნულების წაშლა', | ||
], | ||
|
||
], | ||
|
||
'description' => 'დარწმუნებული ხართ, რომ გსურთ ამ ჩანაწერების წაშლა? მათი აღდგენა შეუძლებელი იქნება.', | ||
|
||
'heading' => 'ჩანაწერების წაშლა', | ||
|
||
], | ||
|
||
], | ||
|
||
'filter' => [ | ||
'placeholder' => 'ფილტრი', | ||
], | ||
|
||
'messages' => [ | ||
'noRecords' => 'ჩანაწერები არ არსებობს.', | ||
], | ||
|
||
'pagination' => [ | ||
|
||
'fields' => [ | ||
|
||
'recordsPerPage' => [ | ||
'label' => 'ჩანაწერი თითო გვერდზე', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'search' => [ | ||
'placeholder' => 'ძიება', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'buttons' => [ | ||
|
||
'submit' => [ | ||
'label' => 'ავტორიზაცია', | ||
], | ||
|
||
], | ||
|
||
'form' => [ | ||
|
||
'email' => [ | ||
'label' => 'ი-მეილი', | ||
], | ||
|
||
'password' => [ | ||
'hint' => 'პაროლის აღდგენა', | ||
'label' => 'პაროლი', | ||
], | ||
|
||
'remember' => [ | ||
'label' => 'დამახსოვრება', | ||
], | ||
|
||
], | ||
|
||
'messages' => [ | ||
'failed' => 'ასეთი მომხმარებელი არ არსებობს.', | ||
'throttled' => 'გთხოვთ, ხელახლა სცადოთ :seconds წამში.', | ||
], | ||
|
||
'title' => 'ავტორიზაცია', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'button' => [ | ||
'label' => 'გასვლა', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'buttons' => [ | ||
|
||
'submit' => [ | ||
'label' => 'პაროლის აღდგენა', | ||
], | ||
|
||
], | ||
|
||
'form' => [ | ||
|
||
'email' => [ | ||
'hint' => 'ავტორიზაცია', | ||
'label' => 'ი-მეილი', | ||
], | ||
|
||
], | ||
|
||
'messages' => [ | ||
|
||
'throttled' => 'გთხოვთ, ხელახლა სცადოთ :seconds წამში.', | ||
|
||
'passwords' => [ | ||
'sent' => 'პაროლის აღდგენის ლინკი გამოგზავნილია მითითებულ ი-მეილზე.', | ||
'throttled' => 'გთხოვთ, ხელახლა სცადოთ მოგვიანებით.', | ||
'user' => 'მომხმარებელი ასეთი ი-მეილით არ არსებობს.', | ||
], | ||
|
||
], | ||
|
||
'title' => 'პაროლის აღდგენა', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'buttons' => [ | ||
|
||
'submit' => [ | ||
'label' => 'პაროლის აღდგენა', | ||
], | ||
|
||
], | ||
|
||
'form' => [ | ||
|
||
'email' => [ | ||
'label' => 'ი-მეილი', | ||
], | ||
|
||
'password' => [ | ||
'label' => 'პაროლი', | ||
], | ||
|
||
'passwordConfirmation' => [ | ||
'label' => 'გაიმეორეთ პაროლი', | ||
], | ||
|
||
], | ||
|
||
'messages' => [ | ||
|
||
'passwords' => [ | ||
'throttled' => 'გთხოვთ, ხელახლა სცადოთ მოგვიანებით.', | ||
'token' => 'პაროლის აღდგენის ლინკი არავალიდურია.', | ||
'user' => 'მომხმარებელი ასეთი ი-მეილით არ არსებობს.', | ||
], | ||
|
||
], | ||
|
||
'title' => 'პაროლის აღდგენა', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'title' => 'დეშბორდი', | ||
|
||
'widgets' => [ | ||
|
||
'account' => [ | ||
|
||
'heading' => 'გამარჯობა, :name', | ||
|
||
'links' => [ | ||
|
||
'account' => [ | ||
'label' => 'პროფილის რედაქტირება', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'filament' => [ | ||
|
||
'links' => [ | ||
|
||
'documentation' => [ | ||
'label' => 'დოკუმენტაცია', | ||
], | ||
|
||
'repository' => [ | ||
'label' => 'რეპოზიტორი', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'buttons' => [ | ||
|
||
'save' => [ | ||
'label' => 'დამახსოვრება', | ||
], | ||
|
||
], | ||
|
||
'messages' => [ | ||
'saved' => 'დამახსოვრებულია!', | ||
], | ||
|
||
'title' => 'პროფილი', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'dropdown' => [ | ||
|
||
'account' => [ | ||
'label' => 'პროფილი', | ||
], | ||
|
||
'users' => [ | ||
'label' => 'მომხმარებლები', | ||
], | ||
|
||
], | ||
|
||
]; |
Oops, something went wrong.