From cbc76852f3b20339fe1231600657ce2d7abfbe60 Mon Sep 17 00:00:00 2001 From: Uros-V <38900804+Uros-V@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:02:19 +0200 Subject: [PATCH] Update Macedonian translation, fixed ASC translation for "Reorder this column by id (ASC)" --- app/Locale/mk_MK/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Locale/mk_MK/translations.php b/app/Locale/mk_MK/translations.php index 444701652..3da8daf79 100644 --- a/app/Locale/mk_MK/translations.php +++ b/app/Locale/mk_MK/translations.php @@ -1399,7 +1399,7 @@ return array( 'Reorder this column by assignee (Z-A)' => 'Променете го редоследот на оваа колона од извршител (Ш-A)', 'Reorder this column by due date (ASC)' => 'Променете го редоследот на оваа колона според рок за завршување (РАСТЕЧКИ)', 'Reorder this column by due date (DESC)' => 'Променете го редоследот на оваа колона според рок за завршување (ОПАЃАЧКИ)', - 'Reorder this column by id (ASC)' => 'Променете го редоследот на оваа колона според ИД (ОПАЃАЧКИ)', + 'Reorder this column by id (ASC)' => 'Променете го редоследот на оваа колона според ИД (РАСТЕЧКИ)', 'Reorder this column by id (DESC)' => 'Променете го редоследот на оваа колона според ИД (ОПАЃАЧКИ)', '%s moved the task #%d "%s" to the project "%s"' => '%s ја премести задачата #%d "%s" за да проектира "%s"', 'Task #%d "%s" has been moved to the project "%s"' => 'Задачата #%d "%s" е преместена во проектот "%s"',