From 0e1bf502ff47059e0ff0205db73db4643733e295 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 7 May 2021 00:35:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Improve=20string=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strings/en.py | 3 +++ strings/es_mx.py | 3 +++ strings/he.py | 3 +++ strings/it.py | 3 +++ strings/ru.py | 3 +++ strings/uk.py | 3 +++ strings/zh_cn.py | 3 +++ 7 files changed, 21 insertions(+) diff --git a/strings/en.py b/strings/en.py index 84f81e8..7354684 100644 --- a/strings/en.py +++ b/strings/en.py @@ -333,14 +333,17 @@ payment_invoice_fee_label = "Transaction fee" # Notification: order has been placed notification_order_placed = "A new order was placed:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "Your order has been completed!\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "Your order has been refunded!\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/es_mx.py b/strings/es_mx.py index f1c6e99..13c8fe1 100644 --- a/strings/es_mx.py +++ b/strings/es_mx.py @@ -332,14 +332,17 @@ payment_invoice_fee_label = "Comisión de la transacción" # Notification: order has been placed notification_order_placed = "Se realizó una nueva orden:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "¡Tu orden ha sido completada!\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "¡Tu orden ha sido reembolsada!\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/he.py b/strings/he.py index c567691..9431e81 100644 --- a/strings/he.py +++ b/strings/he.py @@ -327,14 +327,17 @@ payment_invoice_fee_label = "עמלת העברה" # Notification: order has been placed notification_order_placed = "נוצרה הזמנה חדשה:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "ההזמנה הוצרה בהצלחה\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "הכסף על ההזמנה הבא הוחזר בהצלחה\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/it.py b/strings/it.py index 3e7f604..8d27a5c 100644 --- a/strings/it.py +++ b/strings/it.py @@ -335,14 +335,17 @@ payment_invoice_fee_label = "Supplemento carta" # Notification: order has been placed notification_order_placed = "E' stato piazzato un nuovo ordine:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "Un tuo ordine è stato completato!\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "Un tuo ordine è stato rimborsato!\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/ru.py b/strings/ru.py index d3cf6db..3298c19 100644 --- a/strings/ru.py +++ b/strings/ru.py @@ -330,14 +330,17 @@ payment_invoice_fee_label = "Сбор за пополнение" # Notification: order has been placed notification_order_placed = "Получен новый заказ:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "Ваш заказ успешно выполнен!\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "Ваш заказ отменен. Средства возвращены в Ваш кошелек!\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/uk.py b/strings/uk.py index cff4529..6098039 100644 --- a/strings/uk.py +++ b/strings/uk.py @@ -325,14 +325,17 @@ payment_invoice_fee_label = "Оплата за поповнення" # Notification: order has been placed notification_order_placed = "Отримано нове замовлення:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "Ваше замовнення успішно завершено!\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "Ваше замовлення відмінено. Кошти повернуто!\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied diff --git a/strings/zh_cn.py b/strings/zh_cn.py index fd34a0e..8d6f5b9 100644 --- a/strings/zh_cn.py +++ b/strings/zh_cn.py @@ -334,14 +334,17 @@ payment_invoice_fee_label = "交易费" # Notification: order has been placed notification_order_placed = "新订单是:\n" \ + "\n" \ "{order}" # Notification: order has been completed notification_order_completed = "您的订单已完成\n" \ + "\n" \ "{order}" # Notification: order has been refunded notification_order_refunded = "您的订单已退款\n" \ + "\n" \ "{order}" # Notification: a manual transaction was applied