Skip to content

Commit

Permalink
Latvian support to project messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Indianos committed May 6, 2020
1 parent 98b8a07 commit 5c93198
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/lang/lv/messages.php
@@ -0,0 +1,11 @@
<?php

return [
'ERROR_MISSING_INPUT' => 'Nav ienākošās atbildes.',
'ERROR_UNABLE_TO_VERIFY' => 'Nav iespējams pārbaudīt.',
'ERROR_HOSTNAME' => 'Neatbilst resursdatora nosaukums.',
'ERROR_ACTION' => 'Neatbilstoša darbība.',
'ERROR_SCORE_THRESHOLD' => 'Vērtējums neatbilst minimālajam slieksnim.',
'ERROR_TIMEOUT' => 'Noildze',
'SUCCESS' => 'Veiksmīgi apstiprināts.',
];

0 comments on commit 5c93198

Please sign in to comment.