mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => 'Amdan Asedau',
|
|
'about_assets_text' => 'Mae asedau wedi tracio trwy rhif cofrestru neu rhif ased. Maen yn tueddu fod yn eitemau gwerthfawr lle mae adnabod offer penodol yn bwysig.',
|
|
'archived' => 'Archifwyd',
|
|
'asset' => 'Ased',
|
|
'bulk_checkout' => 'Nodi Asedau Allan',
|
|
'checkin' => 'Nodi Asedau I Mewn',
|
|
'checkout' => 'Nodi Asedau Allan',
|
|
'clone' => 'Dyblygu Ased',
|
|
'deployable' => 'Gellir ei ddefnyddio',
|
|
'deleted' => 'Mae\'r ased yma wedi dileu. <a href="/hardware/:asset_id/restore">Cliciwch yma i\'w adfer</a>.',
|
|
'edit' => 'Addasu Ased',
|
|
'model_deleted' => 'Mae\'r model yma o ased wedi\'i dileu. Rhaid i chi adfer y model cyn fedrwch chi adfer y\'r ased. <br/> <a href="/hardware/models/:model_id/restore">Cliciwch yma i adfer yr ased</a>.',
|
|
'requestable' => 'Ar gael',
|
|
'requested' => 'Gofynnwyd amdano',
|
|
'restore' => 'Adfer Ased',
|
|
'pending' => 'Yn disgwl',
|
|
'undeployable' => 'Dim ar gael',
|
|
'view' => 'Gweld Ased',
|
|
];
|