10 lines
83 B
PHP
10 lines
83 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'messages' => [
|
||
'copied' => 'Kopyalandı',
|
||
],
|
||
|
||
];
|