feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'Kattints a kódok',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'másolásához',
|
||||
],
|
||||
|
||||
'vagy',
|
||||
|
||||
'download' => [
|
||||
'label' => 'letöltéséhez',
|
||||
],
|
||||
|
||||
'.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kimásolva',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user