mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
32 lines
1.5 KiB
PHP
32 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'does_not_exist' => 'Ilebula Label asikho.',
|
|
'assoc_assets' => 'Le Label Yesimo okwamanje ihlotshaniswa okungenani neAfa eyodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasabonakali lesi simo futhi uzame futhi.',
|
|
|
|
'create' => [
|
|
'error' => 'Ithebula lesimo asizange idalwe, sicela uzame futhi.',
|
|
'success' => 'Ilebula Label isakhiwe ngempumelelo.',
|
|
],
|
|
|
|
'update' => [
|
|
'error' => 'Ithebula lesimo asizange ibuyekezwe, sicela uzame futhi',
|
|
'success' => 'Ilebuli yesimo ibuyekezwe ngempumelelo.',
|
|
],
|
|
|
|
'delete' => [
|
|
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le Label Yesimo?',
|
|
'error' => 'Kube khona inkinga yokusula i-Label Status. Ngicela uzame futhi.',
|
|
'success' => 'Ilebula Label isusiwe ngempumelelo.',
|
|
],
|
|
|
|
'help' => [
|
|
'undeployable' => 'Lezi zimpahla azikwazi ukwabiwa kunoma ubani.',
|
|
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
|
'archived' => 'Lezi zimpahla azikwazi ukuhlolwa, futhi zizovela kuphela ku-Archived view. Lokhu kuyasiza ukugcina ulwazi mayelana nempahla yezinhloso zebhajethi / zomlando kodwa ukuwagcina ohlwini lwamafaji wosuku nosuku.',
|
|
'pending' => 'Lezi zimpahla azikwazi ukunikezwa kunoma ubani, ngokuvamile okusetshenziselwa izinto ezingaphandle kokulungisa, kodwa kulindeleke ukuthi zibuyele ekusakazweni.',
|
|
],
|
|
|
|
];
|