Skip to content

Commit

Permalink
Merge pull request #64 from Indianos/patch-1
Browse files Browse the repository at this point in the history
Latvian support to project messages
  • Loading branch information
RyanDaDeng committed May 18, 2020
2 parents e0a54f2 + 5c93198 commit ba0f327
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 ba0f327

Please sign in to comment.