From fc3c926d2c433395e4da5a1fdef5ef684746abd1 Mon Sep 17 00:00:00 2001
From: Ilya <50058726+IlyaIzr@users.noreply.github.com>
Date: Thu, 19 Sep 2024 01:25:56 +0300
Subject: [PATCH 1/3] Fix transalation bug
---
core/generate.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/generate.php b/core/generate.php
index e7ae54e..3e93bc7 100644
--- a/core/generate.php
+++ b/core/generate.php
@@ -848,7 +848,7 @@ function generate($postdata) {
$column_input .= ' ' . "\n";
$column_input .= ' ' . "\n";
$column_input .= '' . "\n";
$column_input .= '' . "\n";
From bd6a63cdc2cedc64309fa07c7a5bb2bc20c0fd1b Mon Sep 17 00:00:00 2001
From: Ilya <50058726+IlyaIzr@users.noreply.github.com>
Date: Thu, 19 Sep 2024 01:29:36 +0300
Subject: [PATCH 2/3] Update ru.php
---
core/locales/ru.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/locales/ru.php b/core/locales/ru.php
index 9e540da..ba999d8 100644
--- a/core/locales/ru.php
+++ b/core/locales/ru.php
@@ -42,6 +42,7 @@
'Yes' => 'Да',
'No' => 'Нет',
'Cancel' => 'Отмена',
+ 'Edit' => 'Изменить',
// errors
'Error' => 'Ошибка',
@@ -55,4 +56,4 @@
"references_view_btn" => "Посмотреть %s %s с %s = %s",
);
-?>
\ No newline at end of file
+?>
From aaec87e75399e8808623b3e1f75ce364d054dfc1 Mon Sep 17 00:00:00 2001
From: Ilya <50058726+IlyaIzr@users.noreply.github.com>
Date: Thu, 19 Sep 2024 01:31:42 +0300
Subject: [PATCH 3/3] Update ru.php
---
core/locales/ru.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/locales/ru.php b/core/locales/ru.php
index ba999d8..d16892d 100644
--- a/core/locales/ru.php
+++ b/core/locales/ru.php
@@ -17,6 +17,7 @@
// update records
'Update Record' => 'Обновить запись',
'update_record_instructions' => 'Измените значения и отправьте, чтобы обновить запись.',
+ 'Edit' => 'Изменить',
// delete records
'Delete' => 'Удалить',
@@ -42,7 +43,6 @@
'Yes' => 'Да',
'No' => 'Нет',
'Cancel' => 'Отмена',
- 'Edit' => 'Изменить',
// errors
'Error' => 'Ошибка',