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

bs.json « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4a543c2cc95776f9b34ffca07f7a195c84e8a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "translations": {
    "seconds" : "sekundi",
    "minutes" : "minuta",
    "hours" : "sati",
    "days" : "dana",
    "Error" : "Greška",
    "Local storage" : "Local storage",
    "External storage" : "External storage",
    "Actions" : "Radnje",
    "Delete" : "Obriši",
    "Cancel" : "Otkaži",
    "Pending" : "Na čekanju",
    "Completed" : "Zavrženo",
    "Status" : "Status",
    "Date" : "Date",
    "Local" : "Lokalno"
},"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);"
}