Skip to content

Commit af0dc2e

Browse files
authored
Merge pull request #339 from hartegg/master-1
Add i18n for Croatian (hr.yaml)
2 parents 330cbef + 017277b commit af0dc2e

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

‎i18n/hr.yaml

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
# General
2+
- id: read_more
3+
translation: "Više…"
4+
5+
- id: menu_label
6+
translation: "Meni"
7+
8+
- id: sidemenu_title
9+
translation: "Meni"
10+
11+
# Post meta
12+
- id: meta_lastmod
13+
translation: "Ažurirano"
14+
15+
- id: meta_translations
16+
translation: "Prijevodi"
17+
18+
# Table of Contents
19+
- id: toc_title
20+
translation: "Podnaslovi"
21+
22+
# Post nav
23+
- id: post_nav_prev
24+
translation: "Prethodni"
25+
26+
- id: post_nav_next
27+
translation: "Slijedeći"
28+
29+
# Authorbox
30+
- id: authorbox_name
31+
translation: "O {{ .Name }}"
32+
33+
# Sidebar
34+
- id: sidebar_warning
35+
translation: "PAŽNJA"
36+
37+
- id: sidebar_recommendation
38+
translation: "Aktivirajte barem jedan widget bočne trake."
39+
40+
# Search widget
41+
- id: search_placeholder
42+
translation: "Upišite traženi pojam"
43+
44+
# Languages widget
45+
- id: languages_title
46+
translation: "Jezici"
47+
48+
# Categories widget
49+
- id: categories_title
50+
translation: "Kategorije"
51+
52+
# Recent Posts widget
53+
- id: recent_title
54+
translation: "Najnoviji postovi"
55+
56+
# Social widget
57+
- id: social_title
58+
translation: "Društvene mreže"
59+
60+
# Tags List widget
61+
- id: tags_title
62+
translation: "Ključne riječi"
63+
64+
# Footer
65+
- id: footer_credits
66+
translation:
67+
"Generirao <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> Tema \
68+
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
69+
70+
# 404
71+
- id: 404_title
72+
translation: "404. stranica nije pronađena"
73+
74+
- id: 404_text
75+
translation:
76+
"Tražena stranica ne postoji ili je premještena ili izbrisana. Koristite pretragu ili idite na "
77+
78+
- id: 404_linktext
79+
translation: "na početnu stranicu"
80+
81+
# No posts empty state
82+
- id: noposts_warning_title
83+
translation: "Još nemate objava!!"
84+
85+
- id: noposts_warning_description
86+
translation:
87+
"Nakon što stvorite objavu u bilo kojem poddirektoriju direktorija <b>content</b>, će se pojaviti ovdje. Prema zadanim postavkama, \
88+
na naslovnici se prikazuje samo jedan odjeljak (s najvećim brojem postova)."
89+
90+
- id: noposts_warning_tip
91+
translation:
92+
"<b>Savjet:</b> Korištenje parametra \
93+
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
94+
možete vidjeti bilo koji broj odjeljaka."

0 commit comments

Comments
 (0)