From 0bd8a0c9942bea5bf5672b83cb7c345b2f847185 Mon Sep 17 00:00:00 2001 From: oleg20111511 Date: Tue, 10 May 2022 21:48:47 +0300 Subject: [PATCH] :pencil: Better description of product deletion message --- strings/es_mx.py | 2 +- strings/he.py | 2 +- strings/it.py | 2 +- strings/pt_br.py | 2 +- strings/ru.py | 2 +- strings/uk.py | 2 +- strings/zh_cn.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/strings/es_mx.py b/strings/es_mx.py index 232fb92..3c7e260 100644 --- a/strings/es_mx.py +++ b/strings/es_mx.py @@ -369,7 +369,7 @@ contact_shopkeeper = "Actualmente, el personal disponible para brindar asistenci # Success: product has been added/edited to the database success_product_edited = "✅ ¡El producto se ha agregado/modificado satisfactoriamente!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ ¡El producto se ha eliminado satisfactoriamente!" # Success: order has been created diff --git a/strings/he.py b/strings/he.py index f7580bd..374a487 100644 --- a/strings/he.py +++ b/strings/he.py @@ -366,7 +366,7 @@ contact_shopkeeper = "המשתמשים שיכולים לספק תמיכה הם\n # Success: product has been added/edited to the database success_product_edited = "✅ מוצר זה השתנה בהצלחה!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ מוצר זה נמחק בהצלחה" # Success: order has been created diff --git a/strings/it.py b/strings/it.py index 0fc75ca..bb33057 100644 --- a/strings/it.py +++ b/strings/it.py @@ -373,7 +373,7 @@ contact_shopkeeper = "Attualmente, il personale disponibile ad offrire assistenz # Success: product has been added/edited to the database success_product_edited = "✅ Il prodotto è stato aggiunto/modificato con successo!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ Il prodotto è stato eliminato con successo!" # Success: order has been created diff --git a/strings/pt_br.py b/strings/pt_br.py index 8c10b43..b9e8ef1 100644 --- a/strings/pt_br.py +++ b/strings/pt_br.py @@ -370,7 +370,7 @@ contact_shopkeeper = "Atualmente, a equipe disponível para prestar atendimento # Success: product has been added/edited to the database success_product_edited = "✅ O produto foi adicionado / modificado com sucesso!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ O produto foi excluído com sucesso!" # Success: order has been created diff --git a/strings/ru.py b/strings/ru.py index 5247cde..801e3e6 100644 --- a/strings/ru.py +++ b/strings/ru.py @@ -367,7 +367,7 @@ contact_shopkeeper = "Следующие сотрудники доступны # Success: product has been added/edited to the database success_product_edited = "✅ Продукт успешно создан/обновлен!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ Продукт успешно удален!" # Success: order has been created diff --git a/strings/uk.py b/strings/uk.py index 247296e..748fd19 100644 --- a/strings/uk.py +++ b/strings/uk.py @@ -368,7 +368,7 @@ contact_shopkeeper = "Наразі наступні працівники дос # Success: product has been added/edited to the database success_product_edited = "✅ Продукт успішно створено/оновлено!" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ Продукт успішно видалено!" # Success: order has been created diff --git a/strings/zh_cn.py b/strings/zh_cn.py index 4c4b698..db05b14 100644 --- a/strings/zh_cn.py +++ b/strings/zh_cn.py @@ -371,7 +371,7 @@ contact_shopkeeper = "目前可提供帮助和支持的人员包括:\n" \ # Success: product has been added/edited to the database success_product_edited = "✅ 产品已成功添加/修改" -# Success: product has been added/edited to the database +# Success: product has been marked as deleted in the database success_product_deleted = "✅ 该产品已成功删除!" # Success: order has been created