snipe-it/resources/lang/af/admin/statuslabels/message.php
snipe ddfa5776c5 Updated language strings
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>
2022-01-13 21:27:29 -08:00

32 lines
1.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'does_not_exist' => 'Statuslabel bestaan nie.',
'assoc_assets' => 'Hierdie statusetiket word tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie status te verwys nie en probeer weer.',
'create' => [
'error' => 'Statuslabel is nie geskep nie, probeer asseblief weer.',
'success' => 'Status Label suksesvol geskep.',
],
'update' => [
'error' => 'Statuslabel is nie opgedateer nie, probeer asseblief weer',
'success' => 'Status Label suksesvol opgedateer.',
],
'delete' => [
'confirm' => 'Is jy seker jy wil hierdie Status Label uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die statusetiket. Probeer asseblief weer.',
'success' => 'Die statusetiket is suksesvol verwyder.',
],
'help' => [
'undeployable' => 'Hierdie bates kan nie aan enigiemand toegewys word nie.',
'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' => 'Hierdie bates kan nie nagegaan word nie en sal eers in die Argief-aansig verskyn. Dit is nuttig vir die behoud van inligting oor bates vir begrotings / historiese doeleindes, maar om hulle uit die dag-tot-dag-bate lys te hou.',
'pending' => 'Hierdie bates kan nog nie aan iemand toegewys word nie, wat dikwels gebruik word vir items wat buite herstel is, maar sal na verwagting terugkeer.',
],
];