Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60eb75e

Browse files
committed
[sr] Updated missing lines and todo
1 parent 1c3fc19 commit 60eb75e

File tree

3 files changed

+66
-4
lines changed

3 files changed

+66
-4
lines changed

json/sr.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,48 @@
11
{
2+
"A fresh verification link has been sent to your email address.": "Novi verifikacioni link je poslat na Vašu e-mail adresu.",
3+
"All rights reserved.": "Sva prava zadržana.",
4+
"Before proceeding, please check your email for a verification link.": "Pre nego sto nastavite, molimo Vaš proverite e-mail za verifikacioni link.",
5+
"click here to request another": "Kliknite ovde da pošaljete još jedan",
26
"Confirm Password": "Potvrdite lozinku",
7+
"Dashboard": "Kontrolna tabla",
38
"E-Mail Address": "Adresa elektronske pošte",
9+
"Forbidden": "Zabranjeno",
410
"Forgot Your Password?": "Zaboravili ste lozinku?",
11+
"Go Home": "Idi na pocetnu",
12+
"Hello!": "Zdravo!",
13+
"If you did not create an account, no further action is required.": "Ukoliko niste kreirali nalog, nije potrebno da preduzimate dalje korake.",
14+
"If you did not receive the email": "Ako niste primili e-mail",
515
"If you did not request a password reset, no further action is required.": "Ukoliko niste zahtevali promenu lozinke, nije potrebno da preduzimate dalje korake.",
16+
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ako imate problema pri kliku na \":actionText\" dugme, kopirajte i nalepite URL ispod\n ili u vaš veb pretraživač:",
17+
"Invalid signature.": "Nevažeći potpis.",
618
"Login": "Prijava",
719
"Logout": "Odjava",
820
"Name": "Ime",
21+
"Not Found": "Nije pronađeno.",
22+
"Oh no": "Oh ne",
23+
"Page Expired": "Stranica je istekla",
924
"Password": "Lozinka",
25+
"Please click the button below to verify your email address.": "Molimo kliknite na dugme ispod da verifikujete Vašu e-mail adresu.",
26+
"Please confirm your password before continuing.": "Molimo potvrdite Vašu lozinku da biste nastavili.",
27+
"Regards": "Pozdrav",
1028
"Register": "Registracija",
1129
"Remember Me": "Zapamti me",
1230
"Reset Password": "Resetuj lozinku",
1331
"Reset Password Notification": "Obaveštenje o resetovanju lozinke",
14-
"Send Password Reset Link": "Pošalji link za reset lozinke",
15-
"You are receiving this email because we received a password reset request for your account.": "Ovaj e-mail Vam je poslat jer ste zahtevali promenu lozinke za vaš nalog."
32+
"Send Password Reset Link": "Pošalji link za resetovanje lozinke",
33+
"Server Error": "Serverska greška",
34+
"Service Unavailable": "Servis nedostupan",
35+
"This action is unauthorized.": "Ova akcija nije ovlašćena.",
36+
"This password reset link will expire in :count minutes.": "Link za promenu lozinke istice za :count minuta.",
37+
"Toggle navigation": "Prikaži navigaciju",
38+
"Too Many Attempts.": "Previše pokušaja.",
39+
"Too Many Requests": "Previše zahteva",
40+
"Unauthorized": "Neovlašćen pristup",
41+
"Verify Email Address": "Verifikuj Email Adresu",
42+
"Verify Your Email Address": "Verifikujte Vašu Email Adresu",
43+
"We won't ask for your password again for a few hours.": "Nećemo Vas ponovo pitati za Vašu lozinku u nekoliko sledećih sati.",
44+
"You are logged in!": "Ulogovani ste!",
45+
"You are receiving this email because we received a password reset request for your account.": "Dobili ste ovaj email zato što samo primili zahtev za promenu lozinke za Vaš nalog.",
46+
"Your email address is not verified.": "Vaša email adresa nije verifikovana.",
47+
"Whoops!": "Ups!"
1648
}

src/sr/passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'reset' => 'Lozinka je resetovana!',
1616
'sent' => 'Poslali smo reset link za vašu lozinku!',
17-
'throttled' => 'Please wait before retrying.',
17+
'throttled' => 'Molimo sačekajte pre nego sto pokušate ponovo.',
1818
'token' => 'Ukucana oznaka za resetovanje lozinke nije važeća.',
1919
'user' => 'Nismo uspeli pronaći korisnika sa email adresom.',
2020
];

src/sr/validation.php

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'dimensions' => 'Polje :attribute ime nedozvoljene dimenzije slike.',
4040
'distinct' => 'Polje :attribute ima dupliranu vrednost.',
4141
'email' => 'Format polja :attribute nije validan.',
42-
'ends_with' => 'The :attribute must end with one of the following: :values.',
42+
'ends_with' => 'Polje :attribute mora da se završi sa nečim od sledećeg: :values.',
4343
'exists' => 'Odabrano polje :attribute nije validno.',
4444
'file' => ':attribute mora da bude datoteka.',
4545
'filled' => 'Polje :attribute je obavezno.',
@@ -92,6 +92,7 @@
9292
'not_in' => 'Odabrani element polja :attribute nije validan.',
9393
'not_regex' => 'Format :attribute je nevažeći.',
9494
'numeric' => 'Polje :attribute mora biti broj.',
95+
'password' => 'Pogrešna lozinka',
9596
'present' => 'Polje :attribute mora da bude prisutno.',
9697
'regex' => 'Format polja :attribute nije validan.',
9798
'required' => 'Polje :attribute je obavezno.',
@@ -145,5 +146,34 @@
145146
*/
146147

147148
'attributes' => [
149+
'name' => 'ime',
150+
'username' => 'username',
151+
'email' => 'email',
152+
'first_name' => 'ime',
153+
'last_name' => 'prezime',
154+
'password' => 'password',
155+
'password_confirmation' => 'ponovi password',
156+
'city' => 'grad',
157+
'country' => 'država',
158+
'address' => 'adresa',
159+
'phone' => 'telefon',
160+
'mobile' => 'mobilni',
161+
'age' => 'godine',
162+
'sex' => 'pol',
163+
'gender' => 'pol',
164+
'year' => 'godina',
165+
'month' => 'mesec',
166+
'day' => 'dan',
167+
'hour' => 'sat',
168+
'minute' => 'minut',
169+
'second' => 'sekunda',
170+
'title' => 'naslov',
171+
'body' => 'telo poruke',
172+
'description' => 'opis',
173+
'excerpt' => 'izvod',
174+
'date' => 'datum',
175+
'time' => 'vreme',
176+
'subject' => 'naslov',
177+
'message' => 'poruka',
148178
],
149179
];

0 commit comments

Comments
 (0)