Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hr.json « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b1c1bfa448cc81af92cf85bb0a2a4eec1cc8d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "translations": {
    "Dashboard" : "Nadzorna ploča",
    "Customize" : "Uredi",
    "Edit widgets" : "Uredi widgete",
    "Get more widgets from the app store" : "Pronađite više widgeta u trgovini aplikacijama",
    "Change background image" : "Promijenite sliku pozadinu",
    "Weather" : "Vrijeme",
    "Status" : "Status",
    "Good evening, {name}" : "Dobar dan, {name}",
    "Good evening" : "Dobar dan",
    "Good afternoon, {name}" : "Dobar dan, {name}",
    "Good afternoon" : "Dobar dan",
    "Good morning, {name}" : "Dobro jutro, {name}",
    "Good morning" : "Dobro jutro",
    "Good night, {name}" : "Dobro večer, {name}",
    "Good night" : "Dobro večer"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}