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

cs.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4908a6c584ad5a5d02955ab55f49b9fae075acf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Oznámení správce",
    "Notifications" : "Upozornění",
    "Failed to dismiss all notifications" : "Nepodařilo se zrušit všechna oznámení",
    "Failed to perform action" : "Nepodařilo se provést akci",
    "Failed to dismiss notification" : "Nepodařilo se zrušit oznámení",
    "in {path}" : "v {path}",
    "No notifications" : "Žádná upozornění",
    "Dismiss" : "Zavřít"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");