mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Updating translations for config/locales/en_US.yml
This commit is contained in:
@@ -58,6 +58,20 @@ en_US:
|
||||
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 zip code failed validation."
|
||||
card_declined: "The card was declined."
|
||||
missing: "There is no card on a customer that is being charged."
|
||||
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:
|
||||
@@ -1136,6 +1150,11 @@ en_US:
|
||||
enterprise_fee_summary:
|
||||
name: "Enterprise Fee Summary"
|
||||
description: "Summary of Enterprise Fees collected"
|
||||
errors:
|
||||
no_report_type: "Please specify a report type"
|
||||
report_not_found: "Report not found"
|
||||
missing_ransack_params: "Please supply Ransack search params in the request"
|
||||
hidden_field: "< Hidden >"
|
||||
summary_row:
|
||||
total: "TOTAL"
|
||||
table:
|
||||
@@ -1151,6 +1170,13 @@ en_US:
|
||||
quantity: "Quantity"
|
||||
is_temperature_controlled: "TempControlled?"
|
||||
temp_controlled: "TempControlled?"
|
||||
rendering_options:
|
||||
generate_report: "Generate report:"
|
||||
on_screen: "On screen"
|
||||
csv_spreadsheet: "CSV Spreadsheet"
|
||||
excel_spreadsheet: "Excel Spreadsheet"
|
||||
openoffice_spreadsheet: "OpenOffice Spreadsheet"
|
||||
hide_summary_rows: "Hide summary Rows"
|
||||
packing:
|
||||
name: "Packing Reports"
|
||||
customer_report: "Pack By Customer"
|
||||
@@ -2594,6 +2620,7 @@ en_US:
|
||||
resolve_errors: Please resolve the following errors
|
||||
more_items: "+ %{count} More"
|
||||
default_card_updated: Default Card Updated
|
||||
default_card_voids_auth: Changing your default card will remove shops' existing authorizations to charge it. You can re-authorize shops after updating the default card. Do you wish to change the default card?
|
||||
cart:
|
||||
add_to_cart_failed: >
|
||||
There was a problem adding this product to the cart. Perhaps it has become
|
||||
@@ -3577,6 +3604,7 @@ en_US:
|
||||
no_payment_via_admin_backend: Paypal payments cannot be captured in the Backoffice
|
||||
products:
|
||||
image_upload_error: "The product image was not recognised. Please upload an image in PNG or JPG format."
|
||||
paperclip_image_error: "Paperclip returned errors for file '%{attachment_file_name}' - check ImageMagick installation or image source file."
|
||||
new:
|
||||
title: "New Product"
|
||||
new_product: "New Product"
|
||||
|
||||
Reference in New Issue
Block a user