snipe-it/resources/lang/cy/admin/hardware/form.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

50 lines
2.4 KiB
PHP

<?php
return [
'bulk_delete' => 'Cadarnahu Dileu Nifer o Asedau',
'bulk_delete_help' => 'Adolygwch yr asedau ar gyfer dileu isod. Ar ôl eu dileu, gellir adfer yr asedau hyn, ond ni fyddant yn gysylltiedig mwyach ag unrhyw ddefnyddwyr y maent wedi\'u neilltuo iddynt ar hyn o bryd.',
'bulk_delete_warn' => 'Rydych am dileu :asset_count assets.',
'bulk_update' => 'Diweddaru Nifer o Asedau',
'bulk_update_help' => 'Mae\'r ffurflen hon yn caniatáu ichi ddiweddaru nifer o asedau ar unwaith. Llenwch y meysydd sydd angen i chi eu newid yn unig. Bydd unrhyw bwlch a adewir yn wag yn aros yr un fath. ',
'bulk_update_warn' => 'Rydych am newid manylder am :asset_count o asedau.',
'checkedout_to' => 'Wedi aseinio i',
'checkout_date' => 'Dyddiad allan',
'checkin_date' => 'Dyddian i mewn',
'checkout_to' => 'Dynodi i',
'cost' => 'Cost pwrcasu',
'create' => 'Creu Ased',
'date' => 'Dyddiad Pwrcasu',
'depreciation' => 'Dibrisiant',
'depreciates_on' => 'Dibrisio Ar',
'default_location' => 'Lleoliad diofyn',
'eol_date' => 'Dyddiad DB',
'eol_rate' => 'Cyfradd DB',
'expected_checkin' => 'Dyddiad disgwl i mewn',
'expires' => 'Dod i ben',
'fully_depreciated' => 'Dibrisiant Llwyr',
'help_checkout' => 'Os ydych chi am aseinio\'r ased hwn ar unwaith, dewiswch "Barod i\'w Ddefnyddio" o\'r rhestr statws uchod. ',
'mac_address' => 'Cyfeiriad MAC',
'manufacturer' => 'Gwneuthyrwr',
'model' => 'Model',
'months' => 'misoedd',
'name' => 'Enw Ased',
'notes' => 'Nodiadau',
'order' => 'Rhif Archeb',
'qr' => 'Côd QR',
'requestable' => 'Gellir ddefnyddwyr gwneud cais am yr ased yma',
'select_statustype' => 'Dewis Math o Statws',
'serial' => 'Serial',
'status' => 'Statws',
'tag' => 'Tag Ased',
'update' => 'Diweddaru Ased',
'warranty' => 'Warant',
'warranty_expires' => 'Warrant yn dod I ben',
'years' => 'blynyddoedd',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'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...',
];