mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-24 14:54:18 +00:00
✏ Improve string spacing
This commit is contained in:
parent
262eea2b38
commit
0e1bf502ff
7 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue