This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,30 @@
<?php
return array(
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'Nid yw\'r gwneuthyrwr yn bodoli.',
'assoc_users' => 'Mae\'r gwneuthyrwr yma wedi perthnasu i oleiaf un model a nid yw\'n bosib dileu. Diweddarwch eich modelau i beidio cyfeirio at y gwneuthyrwr yma ac yna ceisiwch eto. ',
'create' => array(
'error' => 'Ni crewyd ygwneuthyrwr, ceisiwch eto o. g. y. dd.',
'success' => 'Gwneuthyrwr wedi creu yn llwyddiannus.'
),
'update' => array(
'error' => 'Ni diweddarwyd y gwneuthyrwr, ceisiwch eto o. g. y. dd',
'success' => 'Gwneuthyrwr wedi diweddaru yn llwyddiannus.'
),
'restore' => array(
'error' => 'Nid oedd yn bosib adfer y gwneuthyrwr, ceisiwch eto o. g. y. dd',
'success' => 'Gwneuthyrwr wedi adfer yn llwyddiannus.'
),
'delete' => array(
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r gwneuthyrwr yma?',
'error' => 'Roedd problem wrth ceisio dileu\'r gwneuthyrwr. Ceisiwch eto o. g. y. dd.',
'success' => 'Gwneuthyrwr wedi dileu\'n llwyddiannus.'
)
);

View File

@ -0,0 +1,16 @@
<?php
return array(
'about_manufacturers_title' => 'Amdan Gwneuthyrwyr',
'about_manufacturers_text' => 'Gwneuthurwyr yw\'r cwmnïau sy\'n creu eich asedau. Gallwch ddod o hyd i wybodaeth bwysig amdanynt yma, a fydd yn cael ei harddangos ar eich tudalennau manylion asedau.',
'asset_manufacturers' => 'Gwneuthyrwyr Asedau',
'create' => 'Creu Gwneuthyrwr',
'id' => 'Rhif Unigryw',
'name' => 'Enw',
'support_email' => 'Ebost Cefnogaeth',
'support_phone' => 'Rhif ffôn cefnogaeth',
'support_url' => 'Wefan cefnogaeth',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => 'Diweddaru Gwneuthyrwr',
);