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

cs.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2871f4979ca1f929f0218a9cb6b4dfb0a5ea8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Nedávné stavy",
    "In a meeting" : "Na poradě",
    "Commuting" : "Dojíždění",
    "Out sick" : "Nemocný",
    "Vacationing" : "Dovolená",
    "Working remotely" : "Pracuje na dálku",
    "User status" : "Stav uživatele",
    "Set custom status" : "Nastavit uživatelsky určený stav",
    "Online" : "Online",
    "Away" : "Pryč",
    "Do not disturb" : "Nerušit",
    "Invisible" : "Neviditelné",
    "Offline" : "Offline",
    "Set status" : "Natavit stav",
    "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě",
    "Clear status after" : "Vyčistit stav po uplynutí",
    "What's your status?" : "Jaký je váš stav?",
    "Set a custom status" : "Nastavit uživatelsky určený stav",
    "Clear custom status" : "Vyčistit uživatelsky určený stav",
    "There was an error saving the status" : "Došlo k chybě při ukládání stavu",
    "There was an error clearing the status" : "Při čištění stavu došlo k chybě",
    "No recent status changes" : "Žádné nedávné změny stavu",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "Nečistit",
    "Today" : "Dnes",
    "This week" : "Tento týden",
    "30 minutes" : "30 minut",
    "1 hour" : "1 hodina",
    "4 hours" : "4 hodiny",
    "Mute all notifications" : "Ztlumit veškerá upozornění"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");