mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -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 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset' => 'Sócmhainn',
|
|
'checkin' => 'Checkin',
|
|
'create' => 'Cruthaigh Ceadúnas',
|
|
'expiration' => 'Dáta Diúltaithe',
|
|
'license_key' => 'Eochair Táirge',
|
|
'maintained' => 'Coinnithe',
|
|
'name' => 'Ainm Bogearraí',
|
|
'no_depreciation' => 'Ná Dímheas',
|
|
'purchase_order' => 'Uimhir Ordú Ceannaigh',
|
|
'reassignable' => 'Athsheachanta',
|
|
'remaining_seats' => 'Suíocháin atá ag fanacht',
|
|
'seats' => 'Suíocháin',
|
|
'termination_date' => 'Dáta Foirceannadh',
|
|
'to_email' => 'Ceadúnaithe chuig R-phost',
|
|
'to_name' => 'Ainm Ceadúnaithe',
|
|
'update' => 'Ceadúnas Nuashonraithe',
|
|
'checkout_help' => 'Ní mór duit ceadúnas a sheiceáil amach do shócmhainn chrua-earraí nó do dhuine. Is féidir leat an dá rogha a roghnú, ach ní mór d\'úinéir na sócmhainne a mheaitseáil leis an duine a bhfuil tú ag seiceáil ar an tsócmhainn.',
|
|
];
|