10 lines
87 B
PHP
10 lines
87 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'copied' => 'تم النسخ',
|
|
],
|
|
|
|
];
|