first upload all files
This commit is contained in:
6
Modules/Translation/Resources/lang/en/permissions.php
Normal file
6
Modules/Translation/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index Translations',
|
||||
'edit' => 'Edit Translations',
|
||||
];
|
||||
5
Modules/Translation/Resources/lang/en/sidebar.php
Normal file
5
Modules/Translation/Resources/lang/en/sidebar.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'translations' => 'Translations',
|
||||
];
|
||||
9
Modules/Translation/Resources/lang/en/translations.php
Normal file
9
Modules/Translation/Resources/lang/en/translations.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'translation' => 'Translation',
|
||||
'translations' => 'Translations',
|
||||
'table' => [
|
||||
'key' => 'Key',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user