new crowdin translations

This commit is contained in:
Crowdin Bot
2021-01-02 00:44:57 +00:00
parent 4612f6b35b
commit 5e067c327f
45 changed files with 833 additions and 9 deletions

View File

@ -8,6 +8,7 @@ return [
'decimal_mark' => 'Decimalni znak',
'thousands_separator' => 'Znak za razdvajanje hiljada',
'precision' => 'Preciznost',
'conversion' => 'Kalkulacija kursa: :price (:currency_code) na :currency_rate',
'symbol' => [
'symbol' => 'Simbol',
'position' => 'Pozicija simbola',

View File

@ -0,0 +1,12 @@
<?php
return [
'messages' => [
'email_sent' => ':type mail nije poslat!',
'marked_sent' => ':type označen kao poslat!',
'marked_paid' => ':type označen kao plaćen!',
'marked_viewed' => ':type označen kao pregledan!',
'marked_cancelled' => ':type označen kao otkazan!',
'marked_received' => ':type označen kao primljen!',
],
];

View File

@ -0,0 +1,23 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Lozinka mora imati najmanje 6 karaktera i da odgovara potvrdi.',
'reset' => 'Lozinka je resetovana!',
'sent' => 'Poslali smo reset link za vašu lozinku!',
'token' => 'Ukucana oznaka za resetovanje lozinke nije važeća.',
'user' => "Nismo uspeli pronaći korisnika sa email adresom.",
'throttle' => 'Molimo Vas sačekajte pre ponovnog pokušaja.',
];

View File

@ -0,0 +1,15 @@
<?php
return [
'columns' => [
'last_logged_in_at' => 'Poslednja prijava',
'paid_at' => 'Datum plaćanja',
'started_at' => 'Datum početka',
'ended_at' => 'Datum završetka',
'billed_at' => 'Datum računa',
'due_at' => 'Datum dospeća',
'invoiced_at' => 'Datum fakture',
],
];

View File

@ -0,0 +1,12 @@
<?php
return [
'rate' => 'Stopa',
'rate_percent' => 'Stopa (%)',
'normal' => 'Normalno',
'inclusive' => 'Uključujući',
'compound' => 'Spoj',
'fixed' => 'Popravljeno',
'withholding' => 'Duplo oporezivanje',
];