11 lines
85 B
PHP
11 lines
85 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'copied' => 'Göçürildi',
|
|
],
|
|
|
|
];
|
|
|