feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'Սեղմեք՝',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'պատճենել',
|
||||
],
|
||||
|
||||
'կամ',
|
||||
|
||||
'download' => [
|
||||
'label' => 'ներբեռնել',
|
||||
],
|
||||
|
||||
'բոլոր կոդերը միանգամից։',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Պատճենվել է',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user