Created
April 8, 2009 11:50
-
-
Save mislav/91737 to your computer and use it in GitHub Desktop.
Croatian translation for Rails core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"hr": | |
date: | |
formats: | |
default: "%d. %m. %Y." | |
short: "%e %b" | |
long: "%B %e, %Y" | |
only_day: "%e" | |
day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota] | |
abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub] | |
month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] | |
abbr_month_names: [~, Sije, Velj, Ožu, Tra, Svib, Lip, Srp, Kol, Ruj, List, Stud, Pros] | |
order: [ :day, :month, :year ] | |
time: | |
formats: | |
default: "%a %b %d %H:%M:%S %Z %Y" | |
time: "%H:%M" | |
short: "%d %b %H:%M" | |
long: "%B %d, %Y %H:%M" | |
only_second: "%S" | |
datetime: | |
formats: | |
default: "%Y-%m-%dT%H:%M:%S%Z" | |
am: 'AM' | |
pm: 'PM' | |
datetime: | |
distance_in_words: | |
half_a_minute: 'pola minute' | |
less_than_x_seconds: | |
zero: 'manje od sekunde' | |
one: 'manje od sekunde' | |
few: 'manje od {{count}} sekunde' | |
other: 'manje od {{count}} sekundi' | |
x_seconds: | |
one: 'jedna sekunda' | |
few: '{{count}} sekunde' | |
other: '{{count}} sekundi' | |
less_than_x_minutes: | |
zero: 'manje od minutu' | |
one: 'manje od minutu' | |
few: 'manje od {{count}} minute' | |
other: 'manje od {{count}} minuta' | |
x_minutes: | |
one: 'jedna minuta' | |
few: '{{count}} minute' | |
other: '{{count}} minuta' | |
about_x_hours: | |
one: 'oko jedan sat' | |
few: 'oko {{count}} sata' | |
other: 'oko {{count}} sati' | |
x_days: | |
one: 'jedan dan' | |
other: '{{count}} dana' | |
about_x_months: | |
one: 'oko jedan mesec' | |
few: 'oko {{count}} mjeseca' | |
other: 'oko {{count}} mjeseci' | |
x_months: | |
one: 'jedan mesec' | |
few: '{{count}} mjeseca' | |
other: '{{count}} mjeseci' | |
about_x_years: | |
one: 'oko godinu dana' | |
few: 'oko {{count}} godine' | |
other: 'oko {{count}} godina' | |
over_x_years: | |
one: 'više od godinu dana' | |
few: 'više od {{count}} godine' | |
other: 'više od {{count}} godina' | |
number: | |
format: | |
precision: 3 | |
separator: ',' | |
delimiter: '.' | |
currency: | |
format: | |
unit: 'kn' | |
precision: 2 | |
format: '%n %u' | |
support: | |
array: | |
sentence_connector: "i" | |
activerecord: | |
errors: | |
template: | |
header: | |
one: 'Nisam uspio sačuvati {{model}}: 1 greška' | |
few: 'Nisam uspio sačuvati {{model}}: {{count}} greške.' | |
other: 'Nisam uspio sačuvati {{model}}: {{count}} grešaka.' | |
body: "Molim vas provjerite sljedeća polja:" | |
messages: | |
inclusion: "nije u listi" | |
exclusion: "nije dostupno" | |
invalid: "nije ispravno" | |
confirmation: "se ne slaže sa svojom potvrdom" | |
accepted: "mora biti prihvaćeno" | |
empty: "mora biti dano" | |
blank: "mora biti dano" | |
too_long: "je predugačko (ne više od {{count}} znakova)" | |
too_short: "je prekratko (ne manje od {{count}} znakova)" | |
wrong_length: "nije odgovarajuće dužine (mora imati {{count}} znakova)" | |
taken: "je zauzeto" | |
not_a_number: "nije broj" | |
greater_than: "mora biti veće od {{count}}" | |
greater_than_or_equal_to: "mora biti veće ili jednako {{count}}" | |
equal_to: "mora biti jednako {{count}}" | |
less_than: "mora biti manje od {{count}}" | |
less_than_or_equal_to: "mora biti manje ili jednako {{count}}" | |
odd: "mora biti neparno" | |
even: "mora biti parno" | |
# activerecord.errors.models.admin.attributes.title.blank | |
# activerecord.errors.models.admin.blank | |
# activerecord.errors.models.user.attributes.title.blank | |
# activerecord.errors.models.user.blank | |
# activerecord.errors.messages.blank | |
attributes: | |
user: | |
name: ime | |
surname: prezime | |
date_of_birth: datum rođenja | |
phone: telefon | |
address: adresa | |
email: e-mail | |
password: lozinka | |
password_confirmation: potvrda lozinke | |
college: | |
name: ime | |
abbreviation: skraćenica | |
resume: | |
about: o sebi | |
past_experiences: prošla iskustva | |
skills: vještine | |
achievments: postignuća | |
extras: ostalo | |
education: | |
enrolled_in: godina upisa | |
graduate_in: godina diplomiranja | |
grade_average: prosjek ocijena | |
course: smijer | |
extra_info: dodatno | |
current_year: sadašnja godina | |
status: status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment