mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08: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
22 lines
871 B
PHP
22 lines
871 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'update' => [
|
|
'error' => 'I puta he hapa i te whakahou.',
|
|
'success' => 'Kua whakahoutia nga tautuhinga.',
|
|
],
|
|
'backup' => [
|
|
'delete_confirm' => 'Kei te hiahia koe ki te muku i tenei kōnae taapiri? Kaore e taea te whakakore tenei mahi.',
|
|
'file_deleted' => 'Kua mukua te kōnae taapiri.',
|
|
'generated' => 'He pai te waihanga i tetahi kōnae taapiri hou.',
|
|
'file_not_found' => 'Kāore i kitea te kōnae taapiri i runga i te tūmau.',
|
|
],
|
|
'purge' => [
|
|
'error' => 'Kua puta he hapa i te wa e purea ana.',
|
|
'validation_failed' => 'He hē te whakauru o te purge. Tena koa tuhia te kupu "MOTORI" i roto i te pouaka whakauru.',
|
|
'success' => 'I horoia nga tuhinga kua mukua.',
|
|
],
|
|
|
|
];
|