From a955c5e34264dae537cb82d8d571cf0092957524 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:10:35 +0000 Subject: [PATCH] New translations dashboard.php (Czech) --- resources/lang/cs-CZ/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index 345f6278..14b725e1 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -35,7 +35,7 @@ return [ 'failure' => 'Při aktualizaci incidentu se něco pokazilo', ], ], - 'reported_by' => 'Reported :timestamp by :user', + 'reported_by' => 'Nahlášeno :timestamp od :user', 'add' => [ 'title' => 'Nahlásit incident', 'success' => 'Incident byl přidán.',