-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create hr.json Create hr.json for Croatian language translation * Update hr.json
- Loading branch information
1 parent
fbb58cc
commit ba6e237
Showing
1 changed file
with
62 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,62 @@ | ||
{ | ||
"config": { | ||
"title": "Godišnjice", | ||
"step": { | ||
"user": { | ||
"title": "Godišnjice", | ||
"description": "Unesite ime senzora i konfigurirajte parametre senzora. Više info na https://github.com/pinkywafer/Anniversaries", | ||
"data": { | ||
"name": "Neformalni naziv", | ||
"date": "Prvi datum (yyyy-mm-dd) ili (mm-dd) ako je godina nepoznata", | ||
"one_time": "Jednokratni događaj (bez ponavljanja)", | ||
"show_half_anniversary": "Pokaži atribute polu-godišnjice", | ||
"date_format": "Format datuma (pogledaj http://strftime.org/)", | ||
"unit_of_measurement": "Tekst za unit_of_measurement", | ||
"id_prefix": "Entity_id prefiks" | ||
} | ||
}, | ||
"icons": { | ||
"title": "Godišnjice", | ||
"description": "Konfiguracija ikone. Više info na https://github.com/pinkywafer/Anniversaries", | ||
"data": { | ||
"icon_normal": "Ikona", | ||
"icon_today": "Ikona ako je godišnjica danas", | ||
"days_as_soon": "Za koliko dana je uskoro", | ||
"icon_soon": "Ikona kad je godišnjica uskoro" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"invalid_date": "Datum nije ispravan. Unesite ispravan 'YYYY-MM-DD' ili 'MM-DD' datum" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Godišnjice", | ||
"description": "Promijenite parametre senzora. Više info na https://github.com/pinkywafer/Anniversaries", | ||
"data": { | ||
"name": "Neformalni naziv", | ||
"date": "Prvi datum (yyyy-mm-dd) ili (mm-dd) ako je godina nepoznata", | ||
"one_time": "Jednokratni događaj (bez ponavljanja)", | ||
"show_half_anniversary": "Pokaži atribute polu-godišnjice", | ||
"date_format": "Format datuma (see http://strftime.org/)", | ||
"unit_of_measurement": "Tekst za unit_of_measurement" | ||
} | ||
}, | ||
"icons": { | ||
"title": "Godišnjice", | ||
"description":"Konfiguracija ikone. Više info na https://github.com/pinkywafer/Anniversaries", | ||
"data": { | ||
"icon_normal": "Ikona", | ||
"icon_today": "Ikona ako je godišnjica danas", | ||
"days_as_soon": "Za koliko dana je uskoro", | ||
"icon_soon": "Ikona kad je godišnjica uskoro" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"invalid_date": "Datum nije ispravan. Unesite ispravan 'YYYY-MM-DD' ili 'MM-DD' datum." | ||
} | ||
} | ||
} |