mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-04 10:27:28 -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
19 lines
1.1 KiB
PHP
19 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_models_title' => 'Amdan Modelau',
|
|
'about_models_text' => 'Mae modelau o asedau yn ffordd o creu grwp o asedau. "iPhone 7, Samsung TAB 4, ayyb.',
|
|
'deleted' => 'Mae\'r model yma wedi dileu. <a href="/hardware/models/:model_id/restore">Cliciwch yma i\'w adfer</a>.',
|
|
'bulk_delete' => 'Dileu Nifer o Modelau',
|
|
'bulk_delete_help' => 'Rhowch tic yn y bocsys isod i cadarnhau dileu y model. Nid oes modd dileu modelau sydd hefo asedau yn ei erbyn.',
|
|
'bulk_delete_warn' => 'Rydych am dileu :model_count o asedau.',
|
|
'restore' => 'Adfer Model',
|
|
'requestable' => 'Gellir defnyddwyr gwneud cais am yr ased yma',
|
|
'show_mac_address' => 'Dangos cyfeiriad MAC yn asedau o\'r model yma',
|
|
'view_deleted' => 'Wedi Dileu',
|
|
'view_models' => 'Gweld Modelau',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Defnyddio meysydd addasedig',
|
|
'add_default_values' => 'Ychwanegu gwerthoedd diofyn',
|
|
];
|