feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'أضغط لـ',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'نسخ',
|
||||
],
|
||||
|
||||
'أو',
|
||||
|
||||
'download' => [
|
||||
'label' => 'تنزيل',
|
||||
],
|
||||
|
||||
'جميع الرموز دفعة واحدة.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'تم النسخ',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user