feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'Click to',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'copy',
|
||||
],
|
||||
|
||||
'or',
|
||||
|
||||
'download' => [
|
||||
'label' => 'download',
|
||||
],
|
||||
|
||||
'all the codes at once.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copied',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user