diff --git a/resources/lang/en/account/api.php b/resources/lang/en/account/api.php new file mode 100644 index 000000000..e6eef706a --- /dev/null +++ b/resources/lang/en/account/api.php @@ -0,0 +1,12 @@ + 'Personal API Keys', + 'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they + will not be visible to you again.', + 'api_base_url' => 'Your API base url is located at:', + 'api_base_url_endpoint' => '/<endpoint>', + 'api_token_expiration_time' => 'API tokens are set to expire in:', + 'api_reference' => 'Please check the API reference to + find specific API endpoints and additional API documentation.', +]; diff --git a/resources/lang/en/admin/importer/button.php b/resources/lang/en/admin/importer/button.php new file mode 100644 index 000000000..7fda3f201 --- /dev/null +++ b/resources/lang/en/admin/importer/button.php @@ -0,0 +1,6 @@ + 'Process', +]; diff --git a/resources/lang/en/admin/importer/general.php b/resources/lang/en/admin/importer/general.php new file mode 100644 index 000000000..d51a313de --- /dev/null +++ b/resources/lang/en/admin/importer/general.php @@ -0,0 +1,7 @@ + 'Select Import File...', + 'select_file' => 'Select file' +]; diff --git a/resources/lang/en/admin/importer/table.php b/resources/lang/en/admin/importer/table.php new file mode 100644 index 000000000..13da8912f --- /dev/null +++ b/resources/lang/en/admin/importer/table.php @@ -0,0 +1,10 @@ + 'File', + 'created' => 'Created', + 'size' => 'Size', + 'process' => 'Process', + 'delete' => 'Delete', +]; diff --git a/resources/lang/en/admin/locations/general.php b/resources/lang/en/admin/locations/general.php new file mode 100644 index 000000000..2e44357f0 --- /dev/null +++ b/resources/lang/en/admin/locations/general.php @@ -0,0 +1,9 @@ + 'Assigned to :location Location', + 'asset_management_system' => 'Asset Management System', + 'assigned_to' => 'Assigned To:', + 'manager' => 'Manager', + 'date' => 'Current Date:', +];