diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
commit | bc411a2cf318d807cd42e15bf9b2ffca56b78bd8 (patch) | |
tree | 076993e7b7463ade82c99775c7ac0e916e783d03 /apps/user_status/l10n/cs.json | |
parent | 020401b6c82930783188fd428b961ddd4a296656 (diff) | |
download | nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.tar.gz nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/cs.json')
-rw-r--r-- | apps/user_status/l10n/cs.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/cs.json b/apps/user_status/l10n/cs.json index 2e71a64cb27..c9294e2ec07 100644 --- a/apps/user_status/l10n/cs.json +++ b/apps/user_status/l10n/cs.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "Nedávné stavy", + "No recent status changes" : "Žádné nedávné změny stavu", "In a meeting" : "Na poradě", "Commuting" : "Dojíždění", "Out sick" : "Nemoc", @@ -26,14 +27,12 @@ "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ě", "There was an error reverting the status" : "Při vracení stavu nazpět došlo k chybě", - "No recent status changes" : "Žádné nedávné změny stavu", - "Away" : "Pryč", - "Do not disturb" : "Nerušit", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Do odvolání", "Today" : "Dnes", "This week" : "Tento týden", "Online" : "Online", + "Away" : "Pryč", + "Do not disturb" : "Nerušit", "Invisible" : "Není vidět", "Offline" : "Offline", "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě", @@ -41,6 +40,7 @@ "1 hour" : "1 hodina", "4 hours" : "4 hodiny", "Mute all notifications" : "Ztlumit veškerá upozornění", - "Appear offline" : "Jevit se offline" + "Appear offline" : "Jevit se offline", + "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |