10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'copied' => 'प्रतिलिपि गरियो',
|
|
],
|
|
|
|
];
|