Skip to content

Commit

Permalink
Merge pull request #35 from RawanD201/ckb-translation
Browse files Browse the repository at this point in the history
Add ckb translation
  • Loading branch information
pxlrbt authored Mar 15, 2024
2 parents 97b099d + 40f1e0b commit c881303
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/ckb/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [

'breadcrumb' => 'نرخی پێشوو',

'title' => 'نرخەکانی پێشووی :record',

'default_datetime_format' => 'Y-m-d, H:i:s',

'table' => [
'field' => 'خانە',
'old' => 'کۆن',
'new' => 'نوێ',
],

'events' => [
'updated' => 'نوێکراوەتەوە',
'Created' => 'دروستکراوە',
'deleted' => 'سڕایەوە',
'restored' => 'گەڕاندنەوە',
'restore_successful' => 'بە سەرکەوتوویی گەڕێنرایەوە',
'restore_failed' => 'گەڕاندنەوە شکستی هێنا',
],
];

0 comments on commit c881303

Please sign in to comment.