-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from antonioperic/cro-trans
added croatian translations
- Loading branch information
Showing
2 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
bitbag_sylius_cms_plugin: | ||
ui: | ||
blocks: Blokovi | ||
pages: Stranice | ||
content_management: Uređivanje sadržaja | ||
cms: Uređivanje sadržaja | ||
enabled: Omogućeno | ||
blocks_header: Blokovi | ||
blocks_subheader: Uredi blokove | ||
text_block: Tekstualni blok | ||
html_block: HTML blok | ||
image_block: Slikovni blok | ||
pages_header: Stranice | ||
pages_subheader: Uredi stranice | ||
products: Proizvodi | ||
page_related_products: Vezani proizvodi | ||
name: Naslov | ||
slug: Slug | ||
meta_keywords: Meta ključne riječi | ||
meta_description: Meta opis | ||
content: Sadržaj | ||
faq: FAQ | ||
code: Kod | ||
contents: Sadržaj | ||
images: Slika | ||
link: Poveznica (link) | ||
faq_header: FAQ | ||
faq_subheader: Uredi često postavljena pitanja | ||
frequently_asked_questions: Često postavljena pitanja | ||
question: Pitanje | ||
answer: Odgovor | ||
sections: Kategorije | ||
sections_header: Kategorije | ||
sections_subheader: Uredi kategorije | ||
position: Pozicija (redosljed) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
bitbag_sylius_cms_plugin: | ||
block: | ||
image: | ||
mime_types: Samo su PNG ili JPG formati dopušteni. | ||
not_blank: Slika ne može biti prazna. | ||
code: | ||
unique: Postoji blok sa istim kodom. | ||
not_blank: Kod ne može biti prazan. | ||
min_length: Kod mora sadržavati minimalno {{ limit }} znaka. | ||
max_length: Kod ne može biti duži od {{ limit }} znakova. | ||
name: | ||
min_length: Naziv mora sadržavait minimalno {{ limit }} znaka. | ||
max_length: Naziv ne može biti duži od {{ limit }} znakova. | ||
content: | ||
not_blank: Sadržaj ne može biti prazan. | ||
min_length: Sadržaj mora imati minimalno {{ limit }} znaka. | ||
page: | ||
code: | ||
unique: Postoji stranica sa istim kodom.. | ||
not_blank: Kod ne može biti prazan. | ||
min_length: Kod mora sadržavati minimalno {{ limit }} znaka. | ||
max_length: Kod ne može biti duži od {{ limit }} znakova. | ||
name: | ||
not_blank: Naziv ne može biti prazan. | ||
min_length: Naziv mora sadržavait minimalno {{ limit }} znaka. | ||
max_length: Naziv ne može biti duži od {{ limit }} znakova. | ||
slug: | ||
not_blank: Slug ne može biti prazan. | ||
min_length: Slug mora biti duži od {{ limit }} znaka. | ||
max_length: Slug ne može biti duži od {{ limit }} znakova. | ||
meta_keywords: | ||
min_length: Meta ključne riječi moraju biti duže od {{ limit }} znaka. | ||
max_length: Meta ključne riječi ne mogu biti duže od {{ limit }} znakova. | ||
meta_description: | ||
min_length: Meta opis moraju biti duže od {{ limit }} znaka. | ||
max_length: Meta opis ne mogu biti duže od {{ limit }} znakova. | ||
content: | ||
not_blank: Sadržaj ne može biti prazan. | ||
min_length: Sadržaj mora sadržavati minimlano {{ limit }} znakova. | ||
frequently_asked_question: | ||
code: | ||
unique: Postoji FAQ sa istim kodom. | ||
not_blank: Kod ne može biti prazan. | ||
min_length: Kod mora sadržavati minimalno {{ limit }} znaka. | ||
max_length: Kod ne može biti duži od {{ limit }} znakova. | ||
position: | ||
unique: Postoji FAQ sa istom pozicijom. | ||
not_blank: Pozicija ne može biti prazna. | ||
question: | ||
not_blank: Pitanje ne može biti prazno. | ||
min_length: Pitanje mora sadržavati minimalno {{ limit }} znaka. | ||
answer: | ||
not_blank: Odgovor ne može biti prazan. | ||
min_length: Odgovor mora sadržavati minimalno {{ limit }} znaka. | ||
section: | ||
code: | ||
unique: Postoji kategorija sa istim kodom. | ||
not_blank: Kod ne može biti prazan. | ||
min_length: Kod mora sadržavati minimalno {{ limit }} znaka. | ||
max_length: Kod ne može biti duži od {{ limit }} znakova. | ||
name: | ||
not_blank: Naziv ne može biti prazan. | ||
min_length: Naziv mora sadržavati minimalno {{ limit }} znaka. | ||
max_length: Naziv mora biti duži od {{ limit }} znakova. |