@@ -41,7 +41,7 @@ return [
|
||||
'make_required' => 'Optional - click to make required',
|
||||
'reorder' => 'Reorder',
|
||||
'db_field' => 'DB Field',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.',
|
||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'is_unique' => 'This value must be unique across all assets',
|
||||
'unique' => 'Unique',
|
||||
];
|
||||
|
||||
@@ -49,6 +49,12 @@ return array(
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'Error validating default fieldset values.',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -46,4 +46,6 @@ return [
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'processing_spinner' => 'Processing...',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
];
|
||||
|
||||
@@ -17,6 +17,8 @@ return [
|
||||
'last_login' => 'Mewngofnodi Diwethaf',
|
||||
'ldap_config_text' => 'Gweler Gweinyddiaeth > Gosodiadau am gosodiadau LDAP. Mae\'r lleoliad (dewisol) yn cael ei osod am unrhyw defnyddwyr sydd yn cael ei mewnforio.',
|
||||
'print_assigned' => 'Argraffu Asedau',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'software_user' => 'Meddalwedd allan i :name',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'Gweld Defnyddiwr :name',
|
||||
@@ -33,7 +35,7 @@ return [
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion' => 'WARNING:',
|
||||
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||
'update_user_asssets_status' => 'Update all assets for these users to this status',
|
||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
|
||||
@@ -65,7 +65,8 @@ return [
|
||||
'create' => 'Creu newydd',
|
||||
'created' => 'Eitem wedi\'i Greu',
|
||||
'created_asset' => 'ased wedi creu',
|
||||
'created_at' => 'Crëwyd',
|
||||
'created_at' => 'Created At',
|
||||
'created_by' => 'Created By',
|
||||
'record_created' => 'Record Created',
|
||||
'updated_at' => 'Diweddarwyd ar',
|
||||
'currency' => '$', // this is deprecated
|
||||
@@ -100,6 +101,7 @@ return [
|
||||
'employee_number' => 'Employee Number',
|
||||
'email_domain_help' => 'Defnyddir hwn i gynhyrchu cyfeiriadau e-bost wrth fewnforio',
|
||||
'error' => 'Error',
|
||||
'example' => 'Example: ',
|
||||
'filastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
|
||||
'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
|
||||
'firstname_lastname_underscore_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
|
||||
@@ -256,6 +258,7 @@ return [
|
||||
'undeployable' => 'Ddim modd nodi allan',
|
||||
'unknown_admin' => 'Gweinydd Anhysbys',
|
||||
'username_format' => 'Fformat enw defnyddiwr',
|
||||
'username' => 'Username',
|
||||
'update' => 'Diweddaru',
|
||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
||||
'uploaded' => 'Wedi Uwchlwytho',
|
||||
@@ -357,4 +360,8 @@ return [
|
||||
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
|
||||
'maintenance_mode_title' => 'System Temporarily Unavailable',
|
||||
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
|
||||
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
|
||||
'additional_files' => 'Additional Files',
|
||||
|
||||
];
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'Dim defnyddiwr wedi\'i ddarganfod hefo\'r cyfeiriad ebost yna.',
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
];
|
||||
|
||||
@@ -14,11 +14,8 @@ return array(
|
||||
*/
|
||||
|
||||
"password" => "Rhaid i cyfrineiriau fod yn chwe nod ac cyfateb i'r cadarnhad.",
|
||||
|
||||
"user" => "Enw defnyddiwr neu cyfrinair yn anghywir",
|
||||
|
||||
"token" => "Nid yw'r tocyn ail-osod cyfrinair yma yn ddilys.",
|
||||
|
||||
"sent" => "Os yw'r cyfeiriad ebost yn ddilys, cewch nodyn atgoffa!",
|
||||
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
|
||||
);
|
||||
|
||||
@@ -91,6 +91,11 @@ return [
|
||||
'url' => 'Mae fformat :attribute yn annilys.',
|
||||
'unique_undeleted' => 'Rhaid i\'r :attribute bod yn unigryw.',
|
||||
'non_circular' => 'The :attribute must not create a circular reference.',
|
||||
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
|
||||
'letters' => 'Password must contain at least one letter.',
|
||||
'numbers' => 'Password must contain at least one number.',
|
||||
'case_diff' => 'Password must use mixed case.',
|
||||
'symbols' => 'Password must contain symbols.',
|
||||
'gte' => [
|
||||
'numeric' => 'Value cannot be negative'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user