10 lines
94 B
PHP
10 lines
94 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'copied' => 'Скопировано',
|
|
],
|
|
|
|
];
|