mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
@@ -58,6 +58,20 @@ en_GB:
|
||||
using_producer_stock_settings_but_count_on_hand_set: "must be blank because using producer stock settings"
|
||||
on_demand_but_count_on_hand_set: "must be blank if on demand"
|
||||
limited_stock_but_no_count_on_hand: "must be specified because forcing limited stock"
|
||||
stripe:
|
||||
error_code:
|
||||
incorrect_number: "The card number is incorrect."
|
||||
invalid_number: "The card number is not a valid credit card number."
|
||||
invalid_expiry_month: "The card's expiration month is invalid."
|
||||
invalid_expiry_year: "The card's expiration year is invalid."
|
||||
invalid_cvc: "The card's security code is invalid."
|
||||
expired_card: "The card has expired."
|
||||
incorrect_cvc: "The card's security code is incorrect."
|
||||
incorrect_zip: "The card's post code failed validation."
|
||||
card_declined: "The card was declined."
|
||||
missing: "There is no card available to charge the customer."
|
||||
processing_error: "An error occurred while processing the card."
|
||||
rate_limit: "An error occurred due to requests hitting the API too quickly. Please let us know if you're consistently running into this error."
|
||||
activemodel:
|
||||
attributes:
|
||||
order_management/reports/enterprise_fee_summary/parameters:
|
||||
|
||||
@@ -61,6 +61,17 @@ it:
|
||||
stripe:
|
||||
error_code:
|
||||
incorrect_number: "Il numero di carta non è corretto"
|
||||
invalid_number: "Il numero carta non è valido"
|
||||
invalid_expiry_month: "Il mese di scadenza della carta non è valido"
|
||||
invalid_expiry_year: "L'anno di scadenza della carta non è valido."
|
||||
invalid_cvc: "Il codice di sicurezza della carta non è valido"
|
||||
expired_card: "La carta è scaduta"
|
||||
incorrect_cvc: "Il codice di sicurezza della carta non è corretto."
|
||||
incorrect_zip: "Errore validazione codice carta."
|
||||
card_declined: "La carta non è stata accettata."
|
||||
missing: "Non è stata caricata nessuna carta sul consumatore."
|
||||
processing_error: "C'è stato un errore nel processare la carta"
|
||||
rate_limit: "C'è stato un errore per una richiesta troppo rapida alle API. Per favore comunicaci se incontri spesso questo errore."
|
||||
activemodel:
|
||||
attributes:
|
||||
order_management/reports/enterprise_fee_summary/parameters:
|
||||
@@ -1143,6 +1154,7 @@ it:
|
||||
errors:
|
||||
no_report_type: "Per favore specifica un tipo di resoconto"
|
||||
report_not_found: "Resoconto non trovato"
|
||||
missing_ransack_params: "Per favore fornisci i parametri di ricerca Ransack nella richiesta."
|
||||
hidden_field: "< Nascosto >"
|
||||
summary_row:
|
||||
total: "TOTALE"
|
||||
@@ -2532,7 +2544,7 @@ it:
|
||||
payment_updated: "Pagamento aggiornato"
|
||||
cannot_perform_operation: "Non è possibile aggiornare il pagamento"
|
||||
action_required: "Azione richiesta"
|
||||
inventory_settings: "Impostazioni dell'inventario"
|
||||
inventory_settings: "Impostazioni Inventario"
|
||||
tag_rules: "Regole dei tag"
|
||||
shop_preferences: "Preferenze di acquisto"
|
||||
enterprise_fee_whole_order: Ordine intero
|
||||
|
||||
Reference in New Issue
Block a user