snipe-it/resources/lang/cy-GB/admin/locations/message.php

30 lines
1.4 KiB
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return array(
2019-12-06 12:03:04 -08:00
'does_not_exist' => 'Nid yw\'r lleoliad yn bodoli.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your models to no longer reference this location and try again. ',
2019-12-06 12:03:04 -08:00
'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
2019-12-06 12:03:04 -08:00
'create' => array(
2019-12-06 12:03:04 -08:00
'error' => 'Ni crewyd y lleoliad, ceisiwch eto o.g.y.dd.',
'success' => 'Lleoliad wedi creu yn llwyddiannus.'
),
2019-12-06 12:03:04 -08:00
'update' => array(
2019-12-06 12:03:04 -08:00
'error' => 'Ni diweddarwyd y lleoliad, ceisiwch eto o.g.y.dd',
'success' => 'Lleoliad wedi diweddaru\'n llwyddiannus.'
),
2019-12-06 12:03:04 -08:00
'delete' => array(
2019-12-06 12:03:04 -08:00
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r lleoliad yma?',
'error' => 'Nid oedd yn bosib dileu\'r lleoliad. Ceisiwch eto o.g.y.dd.',
'success' => 'Lleoliad wedi dileu\'n llwyddiannus.'
)
2019-12-06 12:03:04 -08:00
);