updated translations

This commit is contained in:
denisdulici
2020-03-17 16:39:03 +03:00
parent 6a76926202
commit 0859ff1266
116 changed files with 759 additions and 368 deletions

View File

@@ -28,6 +28,7 @@ return [
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_paid' => 'Atzīmēt kā samaksātu',
'mark_received' => 'Atzīmēt kā aņemtu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Rēķina saņemšana ir apstiprināta!',
'marked_paid' => 'Rēķins atzīmēts kā samaksāts!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [

View File

@@ -2,8 +2,9 @@
return [
'bulk_actions' => 'Bulk Action|Bulk Actions',
'selected' => 'selected',
'bulk_actions' => 'Bulk Action|Bulk Actions',
'selected' => 'selected',
'no_action' => 'No action available',
'message' => [
'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',

View File

@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Brīdinājums: Jums nav tiesību dzēst <b>:name</b> jo tas ir saistīts ar :text.',
'disabled' => 'Brīdinājums: Jums nav tiesību atspējot <b>:name</b> jo tas ir saistīts ar :text.',
'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
],

View File

@@ -18,5 +18,6 @@ return [
'sent' => 'Mēs jums uz e-pastu nosūtījām paroles atjaunošanas saiti!',
'token' => 'Paroles atjaunošanas atslēga ir nederīga.',
'user' => "Mēs nevaram atrast lietotāju ar šadu e-pasta adresi.",
'throttle' => 'Please wait before retrying.',
];

View File

@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'ziņa pēc pieprasījuma',
'rule-name' => 'ziņa pēc pieprasījuma',
],
'invalid_currency' => ':attribute kods nav derīgs.',
'invalid_amount' => 'Daudzums :attribute ir nederīgs.',
'invalid_currency' => ':attribute kods nav derīgs.',
'invalid_amount' => 'Daudzums :attribute ir nederīgs.',
'invalid_extension' => 'The file extension is invalid.',
],
/*