mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
05875ebd1f
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Signed-off-by: snipe <snipe@snipe.net>
104 lines
5.4 KiB
PHP
104 lines
5.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable. If this status has changed, please update the asset status.',
|
|
'does_not_exist' => 'Nid yw\'r ased yn bodoli.',
|
|
'does_not_exist_var'=> 'Asset with tag :asset_tag not found.',
|
|
'no_tag' => 'No asset tag provided.',
|
|
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
|
'assoc_users' => 'Ar hyn o bryd mae\'r ased yma allan gan ddefnyddiwr ac ni ellir ei ddileu. Cofnodwch yr ased yn ol i fewn yn gyntaf, ac yna ceisiwch ei ddileu eto. ',
|
|
'warning_audit_date_mismatch' => 'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.',
|
|
|
|
'create' => [
|
|
'error' => 'Ni crewyd yr ased, ceisiwch eto o. g. y. dd. :(',
|
|
'success' => 'Ased wedi creu yn llwyddiannus. :)',
|
|
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
|
'multi_success_linked' => 'Asset with tag :links was created successfully.|:count assets were created succesfully. :links.',
|
|
'partial_failure' => 'An asset was unable to be created. Reason: :failures|:count assets were unable to be created. Reasons: :failures',
|
|
],
|
|
|
|
'update' => [
|
|
'error' => 'Ni diweddarwyd yr assed, ceisiwch eto o. g. y. dd',
|
|
'success' => 'Ased wedi diweddaru\'n llwyddiannus.',
|
|
'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions',
|
|
'nothing_updated' => 'Dim newid mewn manylder, felly dim byd wedi\'i diweddaru.',
|
|
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
|
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
|
],
|
|
|
|
'restore' => [
|
|
'error' => 'Nid oedd yn bosib adfer yr ased, ceisiwch eto o. g. y. dd',
|
|
'success' => 'Ased wedi adfer yn llwyddiannus.',
|
|
'bulk_success' => 'Ased wedi adfer yn llwyddiannus.',
|
|
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
|
],
|
|
|
|
'audit' => [
|
|
'error' => 'Asset audit unsuccessful: :error ',
|
|
'success' => 'Cofnodwyd archwiliad asedau yn llwyddiannus.',
|
|
],
|
|
|
|
|
|
'deletefile' => [
|
|
'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o.g.y.dd.',
|
|
'success' => 'Ffeil wedi dileu yn llwyddiannus.',
|
|
],
|
|
|
|
'upload' => [
|
|
'error' => 'Ffeil(iau) heb ei uwchlwytho. Ceisiwch eto o. g. y. dd.',
|
|
'success' => 'Ffeil(iau) wedi uwchlwytho yn llwyddiannus.',
|
|
'nofiles' => 'Ni wnaethoch chi ddewis unrhyw ffeiliau i\'w uwchlwytho, neu mae\'r ffeil rydych chi\'n ceisio ei huwchlwytho yn rhy fawr',
|
|
'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.',
|
|
],
|
|
|
|
'import' => [
|
|
'import_button' => 'Process Import',
|
|
'error' => 'Rhai eitemau heb ei mewnforio\'n gywir.',
|
|
'errorDetail' => 'Ni fewnforiwyd yr eitemau canlynol oherwydd gwallau.',
|
|
'success' => 'Mae\'ch ffeil wedi\'i mewnforio',
|
|
'file_delete_success' => 'Mae eich ffeil wedi\'i dileu yn llwyddiannus',
|
|
'file_delete_error' => 'Nid oedd yn bosib dileu\'r ffeil',
|
|
'file_missing' => 'The file selected is missing',
|
|
'file_already_deleted' => 'The file selected was already deleted',
|
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
|
],
|
|
|
|
|
|
'delete' => [
|
|
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r ased yma?',
|
|
'error' => 'Roedd problem wrth ceisio dileu\'r ased. Ceisiwch eto o. g. y. dd.',
|
|
'nothing_updated' => 'Dim asedau wedi dewis, felly dim byd wedi\'i dileu.',
|
|
'success' => 'Ased wedi dileu\'n llwyddiannus.',
|
|
],
|
|
|
|
'checkout' => [
|
|
'error' => 'Ased heb ei nodi fel allan, ceisiwch eto o. g. y. dd',
|
|
'success' => 'Ased wedi nodi fel allan yn llwyddiannus.',
|
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o.g.y.dd.',
|
|
'not_available' => 'Nid yw\'r ased yma ar gael i\'w defnyddio!',
|
|
'no_assets_selected' => 'Rhaid i chi ddewis o leiaf un ased o\'r rhestr',
|
|
],
|
|
|
|
'multi-checkout' => [
|
|
'error' => 'Asset was not checked out, please try again|Assets were not checked out, please try again',
|
|
'success' => 'Asset checked out successfully.|Assets checked out successfully.',
|
|
],
|
|
|
|
'checkin' => [
|
|
'error' => 'Ased heb ei nodi i mewn, ceisiwch eto o. g. y. dd',
|
|
'success' => 'Ased wedi nodi i mewn yn llwyddiannus.',
|
|
'user_does_not_exist' => 'Nid yw\'r defnyddiwr yna yn ddilys. Ceisiwch eto o. g. y. dd.',
|
|
'already_checked_in' => 'Ased wedi nodi i mewn yn gywir.',
|
|
|
|
],
|
|
|
|
'requests' => [
|
|
'error' => 'Nid oedd cais am yr ased, ceisiwch eto o. g. y. dd',
|
|
'success' => 'Cais am ased yn llwyddiannus.',
|
|
'canceled' => 'Wedi llwydo i canslo cais am ased',
|
|
],
|
|
|
|
];
|