2017-12-08 15:44:11 +00:00
|
|
|
|
# Strings / localization file for greed
|
|
|
|
|
# Can be edited, but DON'T REMOVE THE REPLACEMENT FIELDS (words surrounded by {curly braces})
|
2017-12-12 18:56:38 +00:00
|
|
|
|
# TODO: maybe add a preformat to all strings in this file
|
|
|
|
|
|
2017-12-18 09:46:48 +00:00
|
|
|
|
# Currency symbol
|
|
|
|
|
currency_symbol = "€"
|
|
|
|
|
|
|
|
|
|
# Positioning of the currency symbol
|
|
|
|
|
currency_format_string = "{symbol} {value}"
|
|
|
|
|
|
|
|
|
|
# Quantity of a product in stock
|
|
|
|
|
in_stock_format_string = "{quantity} disponibili"
|
|
|
|
|
|
2017-12-26 17:15:30 +00:00
|
|
|
|
# Conversation: the start command was sent and the bot should welcome the user
|
2017-12-12 18:56:38 +00:00
|
|
|
|
conversation_after_start = "Ciao!\n" \
|
|
|
|
|
"Benvenuto su greed!"
|
2017-12-08 15:44:11 +00:00
|
|
|
|
|
2017-12-26 17:15:30 +00:00
|
|
|
|
# Conversation: to send an inline keyboard you need to send a message with it
|
2017-12-21 09:42:23 +00:00
|
|
|
|
conversation_open_user_menu = "Allora, {username}, cosa vorresti fare?"
|
|
|
|
|
|
2017-12-26 17:15:30 +00:00
|
|
|
|
# Conversation: the same message as above but when the first has already been sent
|
2017-12-22 08:56:03 +00:00
|
|
|
|
conversation_open_user_menu_multiple = "Hai bisogno di qualcos'altro?"
|
|
|
|
|
|
2017-12-26 17:15:30 +00:00
|
|
|
|
# Conversation: select a payment method
|
|
|
|
|
conversation_payment_method = "Come vuoi aggiungere fondi al tuo portafoglio?"
|
|
|
|
|
|
2017-12-13 10:20:53 +00:00
|
|
|
|
# Notification: the conversation has expired
|
|
|
|
|
conversation_expired = "🕐 Il bot non ha ricevuto messaggi per un po' di tempo, quindi ha chiuso la conversazione.\n" \
|
|
|
|
|
"Per riavviarne una nuova, invia il comando /start."
|
|
|
|
|
|
2017-12-21 09:42:23 +00:00
|
|
|
|
# User menu: order
|
|
|
|
|
menu_order = "🛍 Ordina"
|
|
|
|
|
|
|
|
|
|
# User menu: order status
|
|
|
|
|
menu_order_status = "❓ Stato ordini"
|
|
|
|
|
|
|
|
|
|
# User menu: add credit
|
2017-12-26 17:15:30 +00:00
|
|
|
|
menu_add_credit = "💵 Aggiungi fondi"
|
2017-12-21 09:42:23 +00:00
|
|
|
|
|
|
|
|
|
# User menu: bot info
|
2017-12-22 08:56:03 +00:00
|
|
|
|
menu_bot_info = "ℹ️ Informazioni sul bot"
|
|
|
|
|
|
2017-12-26 17:15:30 +00:00
|
|
|
|
# User menu: cash
|
|
|
|
|
menu_cash = "💵 In contanti"
|
|
|
|
|
|
|
|
|
|
# User menu: credit card
|
|
|
|
|
menu_credit_card = "💳 Con una carta di credito"
|
|
|
|
|
|
|
|
|
|
# User menu: cancel
|
|
|
|
|
menu_cancel = "🔙 Annulla"
|
|
|
|
|
|
|
|
|
|
# Payment: cash payment info
|
|
|
|
|
payment_cash = "Puoi pagare in contanti alla sede fisica del negozio.\n" \
|
|
|
|
|
"Il gestore provvederà ad aggiungere credito al tuo account appena gli avrai consegnato i soldi."
|
|
|
|
|
|
2018-01-03 13:52:05 +00:00
|
|
|
|
# Payment: invoice amount
|
|
|
|
|
payment_cc_amount = "Quanti fondi vuoi aggiungere al tuo portafoglio?"
|
|
|
|
|
|
2018-01-03 14:23:08 +00:00
|
|
|
|
# Payment: add funds invoice title
|
|
|
|
|
payment_invoice_title = "Aggiunta di fondi"
|
|
|
|
|
|
|
|
|
|
# Payment: add funds invoice description
|
|
|
|
|
payment_invoice_description = "Pagando questa ricevuta verranno aggiunti {amount} al portafoglio."
|
|
|
|
|
|
|
|
|
|
# Payment: label of the labeled price on the invoice
|
|
|
|
|
payment_invoice_label = "Ricarica"
|
|
|
|
|
|
2018-01-15 09:16:04 +00:00
|
|
|
|
# Payment: label of the labeled price on the invoice
|
|
|
|
|
payment_invoice_fee_label = "Carta di credito"
|
|
|
|
|
|
2017-12-22 08:56:03 +00:00
|
|
|
|
# Info: informazioni sul bot
|
|
|
|
|
bot_info = 'Questo bot utilizza <a href="https://github.com/Steffo99/greed">greed</a>,' \
|
|
|
|
|
' un framework di @Steffo per i pagamenti su Telegram rilasciato sotto la' \
|
|
|
|
|
' <a href="https://github.com/Steffo99/greed/blob/master/LICENSE">Affero General Public License 3.0</a>.\n' \
|
|
|
|
|
'Il codice sorgente di questa versione è disponibile <i>qui</i>.\n'
|
2017-12-21 09:42:23 +00:00
|
|
|
|
|
2017-12-08 15:44:11 +00:00
|
|
|
|
# Error: message received not in a private chat
|
2017-12-11 11:47:46 +00:00
|
|
|
|
error_nonprivate_chat = "⚠️ Questo bot funziona solo in chat private."
|
|
|
|
|
|
|
|
|
|
# Error: a message was sent in a chat, but no worker exists for that chat. Suggest the creation of a new worker with /start
|
2017-12-13 10:20:53 +00:00
|
|
|
|
error_no_worker_for_chat = "⚠️ La conversazione con il bot è interrotta.\n" \
|
2017-12-12 18:56:38 +00:00
|
|
|
|
"Per riavviarla, manda il comando /start al bot."
|
2018-01-03 13:52:05 +00:00
|
|
|
|
|
|
|
|
|
# Error: add funds amount over max
|
|
|
|
|
error_payment_amount_over_max = "⚠️ Il massimo di fondi che possono essere aggiunti in una singola transazione è {max_amount}."
|
|
|
|
|
|
|
|
|
|
# Error: add funds amount under min
|
2018-01-07 22:10:28 +00:00
|
|
|
|
error_payment_amount_under_min = "⚠️ Il minimo di fondi che possono essere aggiunti in una singola transazione è {min_amount}."
|
|
|
|
|
|
|
|
|
|
# Error: the invoice has expired and can't be paid
|
|
|
|
|
error_invoice_expired = "⚠️ Questo pagamento è scaduto ed è stato annullato. Se vuoi ancora aggiungere fondi, usa l'opzione Aggiungi fondi del menu."
|