mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Serbian translation (#5443)
This commit is contained in:
committed by
Gerhard Schlager
parent
b47b378cb6
commit
0df1c85fd3
4
plugins/poll/config/locales/client.sr.yml
Normal file
4
plugins/poll/config/locales/client.sr.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
sr:
|
||||
js:
|
||||
poll:
|
||||
average_rating: "Prosečan rejting: <strong>%{average}</strong>."
|
||||
17
plugins/poll/config/locales/server.sr.yml
Normal file
17
plugins/poll/config/locales/server.sr.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
sr:
|
||||
site_settings:
|
||||
poll_maximum_options: "Najveći broj opcija dostupan u anketi."
|
||||
poll:
|
||||
multiple_polls_without_name: "Postoji više anketa bez imena. Koristite '<code>name</code>' pridev kako bi jedinstveno identifikovali vašu anketu."
|
||||
multiple_polls_with_same_name: "Postoji više anketa sa istim imenom: <strong>%{name}</strong>. Koristite '<code>name</code>' pridev kako bi jedinstveno identifikovali vašu anketu."
|
||||
default_poll_must_have_at_least_2_options: "Anketa mora imati najmanje 2 opcije."
|
||||
named_poll_must_have_at_least_2_options: "Anketa imena <strong>%{name}</strong> mora imati najmanje 2 opcije."
|
||||
default_poll_must_have_less_options:
|
||||
one: "Anketa mora imati manje od %{count} opcije."
|
||||
few: "Anketa mora imati manje od %{count} opcije."
|
||||
other: "Anketa mora imati manje od %{count} opcij(a/e)."
|
||||
named_poll_must_have_less_options:
|
||||
one: "Anketa imena <strong>%{name}</strong> mora imati manje od %{count} opcije."
|
||||
few: "Anketa imena <strong>%{name}</strong> mora imati manje od %{count} opcija."
|
||||
other: "Anketa imena <strong>%{name}</strong> mora imati manje od %{count} opcij(a/e)."
|
||||
default_poll_must_have_different_options: "Anketa mora imati različite opcije."
|
||||
Reference in New Issue
Block a user