feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => [
|
||||
'Kliknite pre',
|
||||
'copy' => [
|
||||
'label' => 'kopírovať',
|
||||
],
|
||||
'alebo',
|
||||
'download' => [
|
||||
'label' => 'stiahnuť',
|
||||
],
|
||||
'všetky kódy naraz.',
|
||||
],
|
||||
'messages' => [
|
||||
'copied' => 'Skopírované',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user