mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08: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
42
plugins/discourse-local-dates/config/locales/client.hr.yml
Normal file
42
plugins/discourse-local-dates/config/locales/client.hr.yml
Normal file
@ -0,0 +1,42 @@
|
||||
# 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:
|
||||
discourse_local_dates:
|
||||
relative_dates:
|
||||
today: Danas %{time}
|
||||
tomorrow: Sutra %{time}
|
||||
yesterday: Jučer %{time}
|
||||
countdown:
|
||||
passed: datum je prošao
|
||||
title: Umetni datum / vrijeme
|
||||
create:
|
||||
form:
|
||||
insert: Umetni
|
||||
advanced_mode: Napredni način rada
|
||||
simple_mode: Jednostavni način rada
|
||||
format_description: "Format koji se koristi za prikaz datuma korisniku. Pomoću Z možete prikazati pomak i zz za naziv vremenske zone."
|
||||
timezones_title: Vremenske zone za prikazati
|
||||
timezones_description: Vremenske zone će se koristiti za prikaz datuma u predprikazu i rezervnom prikazu.
|
||||
recurring_title: Ponavljanje
|
||||
recurring_description: "Definirajte ponavljanje događaja. Možete ručno urediti ponavljajuču opciju koju je izgenerirala forma, te koristiti neku od sljedećih ključnih riječi: years, quarters, months, weeks, days, hours, minutes, seconds, milliseconds."
|
||||
recurring_none: Nema ponavljanja
|
||||
invalid_date: Nevažeći datum, provjerite ispravnost datuma i vremena
|
||||
date_title: Datum
|
||||
time_title: Vrijeme
|
||||
format_title: Format datuma
|
||||
timezone: Vremenska zona
|
||||
until: Do...
|
||||
recurring:
|
||||
every_day: "Svaki dan"
|
||||
every_week: "Svaki tjedan"
|
||||
every_two_weeks: "Svaka dva tjedna"
|
||||
every_month: "Svaki mjesec"
|
||||
every_two_months: "Svaka dva mjeseca"
|
||||
every_three_months: "Svaka tri mjeseca"
|
||||
every_six_months: "Svakih šest mjeseci"
|
||||
every_year: "Svake godine"
|
12
plugins/discourse-local-dates/config/locales/server.hr.yml
Normal file
12
plugins/discourse-local-dates/config/locales/server.hr.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# 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:
|
||||
discourse_local_dates_enabled: "Uključire discourse-local-dates mogućnost. Ovo će dati podršku datumima iz objava koji ovise o lokalnim vremenskim zonama i koriste [date] element."
|
||||
discourse_local_dates_default_formats: "Često upotrebljavani formati datuma i vremena, vidi: <a target='_blank' rel='noopener' href='https://momentjs.com/docs/#/parsing/string-format/'>momentjs string format</a>"
|
||||
discourse_local_dates_default_timezones: "Zadana lista vremenskih zona, mora biti važeća <a target='_blank' rel='noopener' href='https://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>TZ</a>"
|
||||
discourse_local_dates_email_format: "Format koji se koristi za prikaz datuma u email-ovima."
|
Reference in New Issue
Block a user