mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add Croatian language (#17130)
Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
This commit is contained in:
committed by
GitHub
parent
1022d8872c
commit
7ac485fb9f
21
plugins/discourse-presence/config/locales/client.hr.yml
Normal file
21
plugins/discourse-presence/config/locales/client.hr.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# WARNING: Never edit this file.
|
||||
# It will be overwritten when translations are pulled from Crowdin.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://translate.discourse.org/
|
||||
|
||||
hr:
|
||||
js:
|
||||
presence:
|
||||
replying:
|
||||
one: "odgovaranje"
|
||||
few: "odgovaranje"
|
||||
other: "odgovaranje"
|
||||
editing:
|
||||
one: "uređivanje"
|
||||
few: "uređivanje"
|
||||
other: "uređivanje"
|
||||
replying_to_topic:
|
||||
one: "odgovaranje"
|
||||
few: "odgovaranja"
|
||||
other: "odgovaranja"
|
||||
10
plugins/discourse-presence/config/locales/server.hr.yml
Normal file
10
plugins/discourse-presence/config/locales/server.hr.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# WARNING: Never edit this file.
|
||||
# It will be overwritten when translations are pulled from Crowdin.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://translate.discourse.org/
|
||||
|
||||
hr:
|
||||
site_settings:
|
||||
presence_enabled: "Prikaži korisnike koji trenutno odgovaraju na temu ili uređuju već postojeću objavu?"
|
||||
presence_max_users_shown: "Maksimalan broj prikazanih korisnika."
|
||||
Reference in New Issue
Block a user