Skip to content

Commit ba0f327

Browse files
authored
Merge pull request #64 from Indianos/patch-1
Latvian support to project messages
2 parents e0a54f2 + 5c93198 commit ba0f327

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/lang/lv/messages.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
'ERROR_MISSING_INPUT' => 'Nav ienākošās atbildes.',
5+
'ERROR_UNABLE_TO_VERIFY' => 'Nav iespējams pārbaudīt.',
6+
'ERROR_HOSTNAME' => 'Neatbilst resursdatora nosaukums.',
7+
'ERROR_ACTION' => 'Neatbilstoša darbība.',
8+
'ERROR_SCORE_THRESHOLD' => 'Vērtējums neatbilst minimālajam slieksnim.',
9+
'ERROR_TIMEOUT' => 'Noildze',
10+
'SUCCESS' => 'Veiksmīgi apstiprināts.',
11+
];

0 commit comments

Comments
 (0)