Skip to content

Commit

Permalink
Merge pull request #67 from sado729/patch-1
Browse files Browse the repository at this point in the history
Create class.php
  • Loading branch information
Brotzka committed Apr 21, 2021
2 parents d235026 + 8385eb4 commit 843fb4a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/lang/az/class.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Created by sado729.
* Date: 08.03.20
* Time: 00:41
*/

return [
/*
|--------------------------------------------------------------------------
| Exceptions
|--------------------------------------------------------------------------
|
| Contains all exceptions which could be thrown through the class itself.
|
*/
'requested_value_not_available' => 'İstədiyiniz dəyər yoxdur!',
'autobackup_wrong_value' => 'Bu funksiya üçün yalnız doğru və ya yanlış qəbul edilir!',
'requested_backup_not_found' => 'İstədiyiniz ehtiyat nüsxələri mövcud deyil!',
'no_backups_available' => 'Mövcud ehtiyat nüsxələri yoxdur!',
'backup_not_deletable' => 'Fayl tapılmadığı üçün ehtiyat nüsxəsi silindi!',
'array_needed' => 'Funksiya yalnız bir massiv qəbul edir!',
'numeric_array_needed' => 'Funksiya yalnız silinəbilən açarlardan ibarət ədədi massiv qəbul edir!'
];

0 comments on commit 843fb4a

Please sign in to comment.