From bc411a2cf318d807cd42e15bf9b2ffca56b78bd8 Mon Sep 17 00:00:00 2001
From: Nextcloud bot <bot@nextcloud.com>
Date: Wed, 23 Aug 2023 00:28:15 +0000
Subject: Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
---
 apps/user_status/l10n/cs.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'apps/user_status/l10n/cs.json')

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
-- 
cgit v1.2.3