en: activemodel: errors: messages: blank: can't be blank models: spree/fulfilment_changer: attributes: desired_shipment: can_not_transfer_within_same_shipment: can not be same as current shipment has_not_enough_stock_at_desired_location: has not enough stock in desired stock location current_shipment: has_already_been_shipped: has already been shipped can_not_have_backordered_inventory_units: has backordered inventory units activerecord: attributes: spree/address: label: Address name address1: Address address2: Address (contd.) city: City company: Company country: Country firstname: First Name lastname: Last Name phone: Phone state: State zipcode: Zip Code spree/calculator/tiered_flat_rate: preferred_base_amount: Base Amount preferred_tiers: Tiers spree/calculator/tiered_percent: preferred_base_percent: Base Percent preferred_tiers: Tiers spree/country: iso: ISO iso3: ISO3 iso_name: ISO Name name: Name numcode: ISO Code spree/credit_card: base: '' cc_type: Type month: Month number: Number verification_value: Verification Value year: Year name: Name spree/inventory_unit: state: State spree/line_item: price: Price quantity: Quantity spree/option_type: name: Name presentation: Presentation filterable: Filterable spree/order: checkout_complete: Checkout Complete completed_at: Completed At coupon_code: Coupon Code created_at: Order Date email: Email ip_address: IP Address item_total: Item Total number: Number payment_state: Payment State shipment_state: Shipment State special_instructions: Special Instructions state: State total: Total considered_risky: Risky spree/order/bill_address: address1: Billing address street city: Billing address city firstname: Billing address first name lastname: Billing address last name phone: Billing address phone state: Billing address state zipcode: Billing address zipcode spree/order/ship_address: address1: Shipping address street city: Shipping address city firstname: Shipping address first name lastname: Shipping address last name phone: Shipping address phone state: Shipping address state zipcode: Shipping address zipcode spree/payment: amount: Amount number: Number spree/payment_method: name: Name spree/product: available_on: Available On make_active_at: Make Active At discontinue_on: Discontinue On cost_currency: Cost Currency cost_price: Cost Price description: Description master_price: Master Price name: Name on_hand: On Hand shipping_category: Shipping Category tax_category: Tax Category less_than: Less than more_than: More than spree/promotion: advertise: Advertise code: Code description: Description event_name: Event Name expires_at: Expires At generate_code: Generate coupon code name: Name path: Path starts_at: Starts At usage_limit: Usage Limit promotion_category: Promotion Category spree/promotion_category: name: Name code: Code spree/property: name: Name presentation: Presentation spree/prototype: name: Name spree/return_authorization: amount: Amount spree/role: name: Name spree/shipment: number: Number spree/state: abbr: Abbreviation name: Name spree/state_change: state_changes: State changes type: Type state_from: State from state_to: State to user: User timestamp: Timestamp updated: Updated spree/store: url: Site URL meta_description: Meta Description meta_keywords: Meta Keywords seo_robots: SEO Robots seo_title: SEO Title name: Site Name mail_from_address: Mail From Address spree/store_credit: amount_used: Amount used spree/store_credit_category: name: Name spree/tax_category: description: Description name: Name spree/tax_rate: amount: Rate included_in_price: Included in Price show_rate_in_label: Show rate in label spree/taxon: name: Name permalink: Permalink position: Position spree/taxonomy: name: Name spree/user: email: Email password: Password password_confirmation: Password Confirmation spree/variant: cost_currency: Cost Currency cost_price: Cost Price depth: Depth height: Height price: Price sku: SKU weight: Weight width: Width spree/zone: description: Description name: Name models: spree/address: one: Address other: Addresses spree/cms_page: one: Page other: Pages spree/cms_section: one: Section other: Sections spree/country: one: Country other: Countries spree/credit_card: one: Credit Card other: Credit Cards spree/customer_return: one: Customer Return other: Customer Returns spree/inventory_unit: one: Inventory Unit other: Inventory Units spree/line_item: one: Line Item other: Line Items spree/option_type: one: Option Type other: Option Types spree/option_value: one: Option Value other: Option Values spree/order: one: Order other: Orders spree/payment: one: Payment other: Payments spree/payment_method: one: Payment Method other: Payment Methods spree/product: one: Product other: Products spree/promotion: one: Promotion other: Promotions spree/promotion_category: one: Promotion Category other: Promotion Categories spree/property: one: Property other: Properties spree/prototype: one: Prototype other: Prototypes spree/refund_reason: one: Refund Reason other: Refund Reasons spree/reimbursement: one: Reimbursement other: Reimbursements spree/reimbursement_type: one: Reimbursement Type other: Reimbursement Types spree/return_authorization: one: Return Authorization other: Return Authorizations spree/return_authorization_reason: one: Return Authorization Reason other: Return Authorization Reasons spree/role: one: Roles other: Roles spree/shipment: one: Shipment other: Shipments spree/shipping_category: one: Shipping Category other: Shipping Categories spree/shipping_method: one: Shipping Method other: Shipping Methods spree/state: one: State other: States spree/state_change: one: State Change other: State Changes spree/stock_movement: one: Stock Movement other: Stock Movements spree/stock_location: one: Stock Location other: Stock Locations spree/stock_transfer: one: Stock Transfer other: Stock Transfers spree/store_credit: one: Store Credit other: Store Credits spree/store_credit_category: one: Store Credit Category other: Store Credit Categories spree/tax_category: one: Tax Category other: Tax Categories spree/tax_rate: one: Tax Rate other: Tax Rates spree/taxon: one: Taxon other: Taxons spree/taxonomy: one: Taxonomy other: Taxonomies spree/tracker: one: Tracker other: Trackers spree/user: one: User other: Users spree/variant: one: Variant other: Variants spree/zone: one: Zone other: Zones errors: messages: blank: can't be blank models: spree/calculator/tiered_flat_rate: attributes: base: keys_should_be_positive_number: "Tier keys should all be numbers larger than 0" preferred_tiers: should_be_hash: "should be a hash" spree/calculator/tiered_percent: attributes: base: keys_should_be_positive_number: "Tier keys should all be numbers larger than 0" values_should_be_percent: "Tier values should all be percentages between 0% and 100%" preferred_tiers: should_be_hash: "should be a hash" spree/classification: attributes: taxon_id: already_linked: "is already linked to this product" spree/credit_card: attributes: base: card_expired: "Card has expired" expiry_invalid: "Card expiration is invalid" spree/legacy_user: attributes: bill_address_id: belongs_to_other_user: belongs to other user deprecated_in_completed_order: deprecated in completed order ship_address_id: belongs_to_other_user: belongs to other user deprecated_in_completed_order: deprecated in completed order spree/user: attributes: bill_address_id: belongs_to_other_user: belongs to other user deprecated_in_completed_order: deprecated in completed order ship_address_id: belongs_to_other_user: belongs to other user deprecated_in_completed_order: deprecated in completed order spree/line_item: attributes: currency: must_match_order_currency: "Must match order currency" spree/promotion: attributes: expires_at: invalid_date_range: must be later than start date spree/product: attributes: discontinue_on: invalid_date_range: must be later than available date base: cannot_destroy_if_attached_to_line_items: Cannot delete Products that are added to placed Orders. In such cases, please discontinue them. spree/refund: attributes: amount: greater_than_allowed: is greater than the allowed amount. spree/reimbursement: attributes: base: return_items_order_id_does_not_match: One or more of the return items specified do not belong to the same order as the reimbursement. spree/return_item: attributes: reimbursement: cannot_be_associated_unless_accepted: cannot be associated to a return item that is not accepted. inventory_unit: other_completed_return_item_exists: "%{inventory_unit_id} has already been taken by return item %{return_item_id}" spree/shipping_method: attributes: base: required_shipping_category: "You must select at least one shipping category" spree/store: attributes: base: cannot_destroy_only_store: Cannot destroy the only Store. spree/store_credit: attributes: amount_used: cannot_be_greater_than_amount: Cannot be greater than amount. greater_than_zero_restrict_delete: is greater than zero. Can not delete store credit. amount_authorized: exceeds_total_credits: Exceeds total credits. spree/store_credit_category: attributes: base: cannot_destroy_if_used_in_store_credit: Cannot delete store credit categories once they are used in store credit. spree/variant: attributes: base: cannot_destroy_if_attached_to_line_items: Cannot delete Variants that are added to placed Orders. In such cases, please discontinue them. no_master_variant_found_to_infer_price: No master variant found to infer price must_supply_price_for_variant_or_master: Must supply price for variant or master price for product. spree/image: attributes: attachment: not_allowed_content_type: has not allowed content type attachment_must_be_present: must be present spree/taxon_image: attributes: attachment: not_allowed_content_type: has not allowed content type address_book: save: Save successfully_created: New address has been successfully created devise: confirmations: confirmed: Your account was successfully confirmed. You are now signed in. send_instructions: You will receive an email with instructions about how to confirm your account in a few minutes. failure: inactive: Your account was not activated yet. invalid: Invalid email or password. invalid_token: Invalid authentication token. locked: Your account is locked. timeout: Your session expired, please sign in again to continue. unauthenticated: You need to sign in or sign up before continuing. unconfirmed: You have to confirm your account before continuing. mailer: confirmation_instructions: subject: Confirmation instructions reset_password_instructions: subject: Reset password instructions unlock_instructions: subject: Unlock Instructions oauth_callbacks: failure: Could not authorize you from %{kind} because "%{reason}". success: Successfully authorized from %{kind} account. unlocks: send_instructions: You will receive an email with instructions about how to unlock your account in a few minutes. unlocked: Your account was successfully unlocked. You are now signed in. user_passwords: user: cannot_be_blank: Your password cannot be blank. send_instructions: You will receive an email with instructions about how to reset your password in a few minutes. updated: Your password was changed successfully. You are now signed in. user_registrations: destroyed: Bye! Your account was successfully cancelled. We hope to see you again soon. inactive_signed_up: You have signed up successfully. However, we could not sign you in because your account is %{reason}. signed_up: Welcome! You have signed up successfully. updated: You updated your account successfully. user_sessions: signed_in: Signed in successfully. signed_out: Signed out successfully. errors: messages: already_confirmed: was already confirmed not_found: not found not_locked: was not locked not_saved: one: ! '1 error prohibited this %{resource} from being saved:' other: ! '%{count} errors prohibited this %{resource} from being saved:' number: percentage: format: precision: 1 pagination: first: "«" last: "»" previous: "‹" next: "›" truncate: "…" spree: abbreviation: Abbreviation accept: Accept acceptance_status: Acceptance status acceptance_errors: Acceptance errors accepted: Accepted account: Account account_info: Account info account_updated: Account updated action: Action actions: cancel: Cancel continue: Continue create: Create destroy: Destroy edit: Edit list: List listing: Listing new: New refund: Refund save: Save update: Update activate: Activate active: Active add: Add add_new_credit_card: Add a new card add_action_of_type: Add action of type add_country: Add Country add_coupon_code: Add Coupon Code add_new_address: Add new address add_new_header: Add New Header add_new_style: Add New Style add_one: Add One add_option_value: Add Option Value add_product: Add Product add_product_properties: Add Product Properties add_rule_of_type: Add rule of type add_state: Add State add_stock: Add Stock add_to_cart: Add To Cart add_variant: Add Variant add_store: New Store add_store_credit: Add Store Credit added_to_cart: Added to cart successfully! additional_item: Additional Item address: Address address1: Address address2: Address (contd.) addresses: Addresses address_action_popup: delete_button: yes, delete delete_text: Do you really want
to delete this address? delete_title: Are you sure? address_book: other_address: "Other address" add_new_shipping_address: "Add new address" label: Address Name address_name_label: Address Name address_name_placeholder: Give this address a unique name (Work, Home, etc.) new_address: "New Address" edit_address: "Edit Address" remove_address: Remove Address no_shipping_addresses_on_file: "No addresses on file" addresses: "Addresses" successfully_created: "Address has been successfully created." successfully_removed: "Address has been successfully removed." successfully_saved: "Saved successfully" unsuccessfully_saved: "There was an error while trying to save your address." successfully_updated: "Updated successfully" unsuccessfully_updated: "There was an update while trying to update your address." save: "Save" adjustable: Adjustable adjustment: Adjustment adjustment_amount: Amount adjustment_labels: tax_rates: including_tax: '%{name}%{amount} (Included in Price)' excluding_tax: '%{name}%{amount}' adjustment_successfully_closed: Adjustment has been successfully closed! adjustment_successfully_opened: Adjustment has been successfully opened! adjustment_total: Adjustment Total adjustments: Adjustments administration: Administration add_new_store: Add New Store adjustments_deleted: Adjustments Deleted advertise: Advertise agree_to_privacy_policy: Agree to Privacy Policy agree_to_terms_of_service: Agree to Terms of Service all: All all_adjustments_closed: All adjustments successfully closed! all_adjustments_opened: All adjustments successfully opened! all_departments: All departments all_items_have_been_returned: All items have been returned all_rights_reserved: All rights reserved already_have_account: Already have an account? alt_text: Alternative Text alternative_phone: Alternative Phone amount: Amount and: and apply_only_on_full_priced_items: Apply only on full priced items approve: approve approver: Approver approved_at: Approved at are_you_sure: Are you sure? are_you_sure_delete: Are you sure you want to delete this record? associated_adjustment_closed: The associated adjustment is closed, and will not be recalculated. Do you want to open it? at_symbol: '@' authorization_failure: Authorization Failure authorized: Authorized auto_capture: Auto Capture availability: availability available_on: Available On make_active_at: Make Active At available: Available average_order_value: Average Order Value avs_response: AVS Response back: Back back_end: Backend backordered: Backordered back_to_resource_list: 'Back To %{resource} List' back_to_payment: Back To Payment back_to_rma_reason_list: Back To RMA Reason List back_to_store: Back to Store back_to_users_list: Back To Users List backorderable: Backorderable backorderable_default: Backorderable default backorders_allowed: backorders allowed balance_due: Balance Due base_amount: Base Amount base_percent: Base Percent basic_information: Basic Information bill_address: Bill Address billing: Billing billing_address: Billing Address both: Both breadcrumbs: Breadcrumbs calculated_reimbursements: Calculated Reimbursements calculator: Calculator calculator_settings_warning: If you are changing the calculator type, you must save first before you can edit the calculator settings call_us_now: 'Call us now: ' cancel: cancel canceled: Canceled canceler: Canceler canceled_at: Canceled at cannot_be_destroyed: Order cannot be destroyed. cannot_empty: Cannot empty order. cannot_empty_completed_order: Order has already been processed so it cannot be emptied cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined. cannot_create_customer_returns: Cannot create customer returns as this order has no shipped units. cannot_create_returns: Cannot create returns as this order has no shipped units. cannot_perform_operation: Cannot perform requested operation cannot_return_more_than_bought_quantity: Cannot return more than bought quantity. cannot_set_shipping_method_without_address: Cannot set shipping method until customer details are provided. capture: Capture capture_events: Capture events card_code: Card Verification Code (CVC) card_number: Card Number card_type: Brand card_type_is: Card type is cart: Cart cart_page: add_promo_code: ADD PROMO CODE change_quantity: Change quantity checkout: checkout empty_info: 'Your cart is empty.' header: Your shopping cart product: product quantity: quantity remove_from_cart: Remove from cart title: Shopping Cart cart_subtotal: one: 'Subtotal (1 item)' other: 'Subtotal (%{count} items)' categories: Categories category: Category category_nav_bar: get_up_to_30_percent_off: GET UP TO 30% OFF jackets_and_coats: JACKET & COASTS new_collection: NEW COLLECTION special_offers: SPECIAL OFFERS channel: Channel charged: Charged checkout: Checkout checkout_page: main_navigation: Main navigation checkout_navigation: Checkout navigation back_to_cart: back to cart delivery_method: delivery method header: Checkout product: Product choose_a_customer: Choose a customer choose_a_taxon_to_sort_products_for: "Choose a taxon to sort products for" choose_currency: Choose Currency choose_dashboard_locale: Choose Dashboard Locale choose_location: Choose location city: City clear_cache: Clear Cache clear_cache_ok: Cache was flushed clear_cache_warning: Clearing cache will temporarily reduce the performance of your store. click_and_drag_on_the_products_to_sort_them: Click and drag on the products to sort them. clone: Clone close: Close close_all_adjustments: Close All Adjustments code: Code company: Company compare_at_price: Compare at price complete: complete configuration: Configuration configurations: Configurations confirm: Confirm confirm_delete: Confirm Deletion confirm_password: Password Confirmation contact_phone: Contact phone contact_us: Contact us continue: Continue continue_as_guest: Continue as a guest continue_shopping: Continue shopping cost_currency: Cost Currency cost_price: Cost Price could_not_create_customer_return: Could not create customer return could_not_create_stock_movement: There was a problem saving this stock movement. Please try again. count_on_hand: Count On Hand countries: Countries country: Country country_based: Country Based country_name: Name country_names: CA: Canada FRA: France ITA: Italy US: United States of America country_rule: label: Choose must be shipped to this country coupon: Coupon coupon_code: Coupon code coupon_code_apply: Apply coupon_code_already_applied: The coupon code has already been applied to this order coupon_code_applied: The coupon code was successfully applied to your order. coupon_code_better_exists: The previously applied coupon code results in a better deal coupon_code_expired: The coupon code is expired coupon_code_max_usage: Coupon code usage limit exceeded coupon_code_not_eligible: This coupon code is not eligible for this order coupon_code_not_found: The coupon code you entered doesn't exist. Please try again. coupon_code_removed: The coupon code was successfully removed from your order. coupon_code_unknown_error: This coupon code could not be applied to the cart at this time. create: Create create_a_new_account: Create a new account create_new_order: Create new order create_reimbursement: Create reimbursement created_at: Created At created_by: Created By credit: Credit credit_card: Credit Card credit_card_remove_confirmation: Are you sure you want to delete the credit card? credit_cards: Credit Cards credit_owed: Credit Owed credited: Credited credits: Credits currency: Currency currencies: Currencies currency_settings: Currency Settings current: Current current_promotion_usage: ! 'current usage: %{count}' customer: Customer customer_details: Customer Details customer_details_updated: Customer Details Updated customer_return: Customer Return customer_returns: Customer Returns customer_search: Customer Search customer_support_email: Customer Support Email new_order_notifications_email: New Order Notifications Email cut: Cut cvv: CVV no_cc_type: N/A cvv_response: CVV Response date: Date date_completed: Date Completed date_picker: # FlatPickr human friendly formatting fpr_human_friendly_date_format: M j, Y fpr_human_friendly_date_time_format: M j, Y at H:i date_range: Date Range default: Default default_country_cannot_be_deleted: Default country cannot be deleted default_currency: Default currency default_refund_amount: Default Refund Amount default_tax: Default Tax default_tax_zone: Default Tax Zone default_wishlist_name: Wishlist delete: Delete deleted: Deleted delete_from_taxon: Delete From Taxon digital: digital_delivery: Digital Delivery discontinued_variants_present: Some line items in this order have products that are no longer available. delivery: Delivery delivery_information: Delivery Information depth: Depth details: Details description: Description destination: Destination destroy: Destroy discount_amount: Discount Amount discontinue_on: Discontinue On discontinued: Discontinued dismiss_banner: No. Thanks! I'm not interested, do not display this message again display: Display doesnt_track_inventory: It doesn't track inventory dont_have_account: No account? draft_mode: Draft Mode edit: Edit editing_resource: 'Editing %{resource}' editing_rma_reason: Editing RMA Reason editing_user: Edit Your account eligibility_errors: messages: has_excluded_product: Your cart contains a product that prevents this coupon code from being applied. item_total_less_than: This coupon code can't be applied to orders less than %{amount}. item_total_less_than_or_equal: This coupon code can't be applied to orders less than or equal to %{amount}. item_total_more_than: This coupon code can't be applied to orders higher than %{amount}. item_total_more_than_or_equal: This coupon code can't be applied to orders higher than or equal to %{amount}. limit_once_per_user: This coupon code can only be used once per user. missing_product: This coupon code can't be applied because you don't have all of the necessary products in your cart. missing_taxon: You need to add a product from all applicable categories before applying this coupon code. no_applicable_products: You need to add an applicable product before applying this coupon code. no_matching_taxons: You need to add a product from an applicable category before applying this coupon code. no_user_or_email_specified: You need to login or provide your email before applying this coupon code. no_user_specified: You need to login before applying this coupon code. not_first_order: This coupon code can only be applied to your first order. email: Email empty: Empty empty_cart: Empty Cart enable_mail_delivery: Enable Mail Delivery end: End ends_at: Ends at ending_at: Ending at ending_in: Ending in error: error errors: messages: store_association_can_not_be_changed: The store association can not be changed store_is_already_set: Store is already set blank: can't be blank could_not_create_taxon: Could not create taxon no_shipping_methods_available: No shipping methods available for selected location, please change your address and try again. cannot_remove_icon: Cannot remove image services: get_shipping_rates: no_shipping_address: To generate Shipping Rates Order needs to have a Shipping Address no_line_items: To generate Shipping Rates you need to add some Line Items to Order errors_prohibited_this_record_from_being_saved: one: 1 error prohibited this record from being saved other: ! '%{count} errors prohibited this record from being saved' error_user_destroy_with_orders: User associated with orders cannot be destroyed error_user_does_not_have_any_store_credits: 'User does not have any Store Credits available' event: Event events: spree: cart: add: Add to cart checkout: coupon_code_added: Coupon code added content: visited: Visit static content page order: contents_changed: Order contents changed page_view: Static page viewed user: signup: User signup exceptions: count_on_hand_setter: Cannot set count_on_hand manually, as it is set automatically by the recalculate_count_on_hand callback. Please use `update_column(:count_on_hand, value)` instead. exchange_for: Exchange for expedited_exchanges_warning: "Any specified exchanges will ship to the customer immediately upon saving. The customer will be charged the full amount of the item if they do not return the original item within %{days_window} days." excl: excl. expiration: Expiration expiration_date: Expiration Date extension: Extension extensions_directory: Extensions Directory existing_shipments: Existing shipments facebook: Facebook failed_payment_attempts: Failed Payment Attempts favicon: 'Favicon' favicon_upload_info: "File format: PNG or ICO. File resolution: up to 256x256. File size: up to 1MB" filename: Filename fill_in_customer_info: Please fill in customer info filter: Filter filterable: Filterable filter_results: Filter Results finalize: Finalize find_a_taxon: Find a Taxon finalized: Finalized first_item: First Item first_name: First Name firstname: First Name first_name_begins_with: First Name Begins With flat_percent: Flat Percent flat_rate_per_order: Flat Rate flexible_rate: Flexible Rate follow_us: Follow us footer: Footer forgot_password: Forgot password? free: Free free_shipping: Free Shipping free_shipping_amount: "-" front_end: Front End gateway: Gateway gateway_error: Gateway Error general: General general_settings: General Settings generate_code: Generate coupon code get_back_to_the: Get back to the go_to_category: Go to category go_to_facebook: Go to facebook go_to_homepage: Go to Home Page go_to_instagram: Go to instagram go_to_twitter: Go to twitter guest_checkout: Guest Checkout guest_user_account: Checkout as a Guest has_no_shipped_units: has no shipped units header_banner: Header banner height: Height hide_from_subcategories_nav: Hide from subcategories navigation home: Home home_page: homepage help_center: Help Center i18n: available_locales: Available Locales fields: Fields language: Language country: Country default_country: Default Country localization_settings: Localization Settings only_incomplete: Only incomplete only_complete: Only complete select_locale: Select locale show_only: Show only supported_locales: Supported Locales this_file_language: English (US) translations: Translations icon: Icon image: Image images: Images image_alt_text: Add Alt text to your image implement_eligible_for_return: "Must implement #eligible_for_return? for your EligibilityValidator." implement_requires_manual_intervention: "Must implement #requires_manual_intervention? for your EligibilityValidator." in_stock: In Stock inactive: Inactive incl: incl. included_in_price: Included in Price included_price_validation: cannot be selected unless you have set a Default Tax Zone incomplete: Incomplete info_product_has_multiple_skus: "This product has %{count} variants:" info_number_of_skus_not_shown: one: "and one other" other: "and %{count} others" instagram: Instagram instructions_to_reset_password: Please enter your email on the form below insufficient_stock: Insufficient stock available, only %{on_hand} remaining insufficient_stock_item_quantity: Insufficient stock quantity available insufficient_stock_lines_present: Some line items in this order have insufficient quantity. intercept_email_address: Intercept Email Address intercept_email_instructions: Override email recipient and replace with this address. internal_name: Internal Name internationalization: Internationalization invalid_credit_card: Invalid credit card. invalid_exchange_variant: Invalid exchange variant. invalid_payment_provider: Invalid payment provider. invalid_promotion_action: Invalid promotion action. invalid_promotion_rule: Invalid promotion rule. inventory: Inventory inventory_adjustment: Inventory Adjustment inventory_error_flash_for_insufficient_quantity: An item in your cart has become unavailable. inventory_state: Inventory State is_not_available_to_shipment_address: is not available to shipment address iso: ISO Alpha-2 iso3: ISO Alpha-3 iso_name: ISO Name issued_on: Issued On item: Item item_description: Item Description item_total: Item Total item_total_rule: operators: gt: greater than gte: greater than or equal to lt: less than lte: less than or equal to items_cannot_be_shipped: We are unable to calculate shipping rates for the selected items. items_in_rmas: Items in Return Authorizations items_to_be_reimbursed: Items to be reimbursed items_reimbursed: Items reimbursed join_slack: Join Slack language: Language last_name: Last Name lastname: Last Name last_name_begins_with: Last Name Begins With learn_more: Learn More lifetime_stats: Lifetime Stats limit_usage_to: Limit usage to line_item_adjustments: "Line item adjustments" list: List loading: Loading loading_tree: Loading tree. Please wait… locale_changed: Locale Changed location: Location lock: Lock log_entries: "Log Entries" log_in: Log in log_in_to_continue: Log in to continue logs: "Logs" logged_in_as: Logged in as logged_in_successfully: Logged in successfully logged_out: You have been logged out. login: Login login_as_existing: Login as Existing Customer login_failed: Login authentication failed. login_name: Login logo: Logo logo_alt: Brand logo logout: Logout look_for_similar_items: Look for similar items make_refund: Make refund make_sure_the_above_reimbursement_amount_is_correct: Make sure the above reimbursement amount is correct mail_from_address: Mail from address mailer_logo: Mailer logo (JPG or PNG images only) manage_promotion_categories: Manage Promotion Categories manual_intervention_required: Manual intervention required manage_variants: Manage Variants master: Master master_price: Master Price master_sku: Master SKU match_choices: all: All none: None max: 'Max' max_items: Max Items member_since: Member Since memo: Memo meta_description: Meta Description meta_keywords: Meta Keywords meta_title: Meta Title metadata: Metadata mutable: Mutable must_have_one_store: The resource must belong to a store. min: 'Min' minimal_amount: Minimal Amount missing_return_authorization: ! 'Missing Return Authorization for %{item_name}.' month: Month more: More move_stock_between_locations: Move Stock Between Locations my_account: My Account my_orders: My Orders name: Name name_on_card: Name on card name_or_sku: Name or SKU (enter at least first 3 characters of product name) nav_bar: admin_panel: Admin Panel change_country: Change country close_menu: Close menu go_to_previous_menu: Go to previous menu log_in: LOG IN log_out: LOG OUT my_account: My Account my_orders: My Orders show_menu: Show menu show_search: Show search show_user_menu: Show user menu sign_up: SIGN UP desktop: Desktop navigation mobile: Mobile navigation new: New new_adjustment: New Adjustment new_customer: Create new account new_customer_return: New Customer Return new_country: New Country new_image: New Image new_option_type: New Option Type new_order: New Order new_order_completed: New Order Completed new_payment: New Payment new_payment_method: New Payment Method new_product: New Product new_promotion: New Promotion new_promotion_category: New Promotion Category new_property: New Property new_prototype: New Prototype new_refund: New Refund new_refund_reason: New Refund Reason new_reimbursement_type: New Reimbursement Type new_rma_reason: New RMA Reason new_return_authorization: New Return Authorization new_role: New Role new_shipping_category: New Shipping Category new_shipping_method: New Shipping Method new_shipment_at_location: New shipment at location new_state: New State new_stock_location: New Stock Location new_stock_movement: New Stock Movement new_stock_transfer: New Stock Transfer new_store_credit: New Store Credit new_store_credit_category: New Store Credit Category new_tax_category: New Tax Category new_tax_rate: New Tax Rate new_taxon: New Taxon new_taxonomy: New Taxonomy new_tracker: New Tracker new_user: New User new_variant: New Variant new_zone: New Zone next: Next no_actions_added: No actions added no_address_given: No address given no_available_date_set: No available date set no_country: No country set no_payment_found: No payment found no_payment_provider_settings_message: This payment provider has no custom settings available no_pending_payments: No pending payments no_product_available: for_this_quantity: Sorry, it looks like some products are not available in selected quantity. oops: Oops! no_products_found: No products found no_results: No results no_rules_added: No rules added no_resource_found: 'No %{resource} found' no_returns_found: No returns found no_shipping_method_selected: No shipping method selected. no_state_changes: No state changes yet. no_tracking_present: No tracking details provided. user_not_found: User not found none: None none_selected: None Selected normal_amount: Normal Amount not: not not_available: N/A not_enough_stock: There is not enough inventory at the source location to complete this transfer. not_found: ! '%{resource} is not found' note: Note notice_messages: icon_removed: Image has been successfully removed prices_saved: Prices successfully saved translations_saved: Translations successfully saved product_cloned: Product has been cloned product_deleted: Product has been deleted product_not_cloned: "Product could not be cloned. Reason: %{error}" product_not_deleted: "Product could not be deleted. Reason: %{error}" variant_deleted: Variant has been deleted variant_not_deleted: "Variant could not be deleted. Reason: %{error}" num_orders: "# Orders" number: Number ok: OK on_hand: On Hand only_active_products_can_be_added_to_cart: Draft and archived products cannot be added to cart, please mark the product as active before. open: Open open_all_adjustments: Open All Adjustments option_type: Option Type option_type_filterable_info: 'When an option type is set to Filterable, your storefront visitors are presented with the option to filter a taxon of products based on the option type. A typical example of this would be to filter clothing by size and color.

Please Note: Filters will only be visible in the storefront taxons that contain products with this option type set.' option_type_placeholder: Choose an option type option_types: Option Types option_value: Option Value option_values: Option Values optional: Optional options: Options or: or or_over_price: ! '%{price} or over' order: Order order_adjustments: Order adjustments order_already_updated: The order has already been updated. order_approved: Order approved order_canceled: Order canceled order_details: Order Details order_email_resent: Order Email Resent order_information: Order Information order_line_items: Order Line Items order_mailer: subtotal: ! 'Subtotal:' total: ! 'Order Total:' store_team: '%{store_name} Team' cancel_email: dear_customer: Dear %{name}, instructions: Your order has been CANCELED. Please retain this cancellation information for your records. order_summary_canceled: Order %{number} Summary [CANCELED] subject: Cancellation of Order thanks: Thank you for your business. confirm_email: dear_customer: Dear %{name}, instructions: Please review and retain the following order information for your records. order_summary: Order %{number} Summary subject: Order Confirmation thanks: Thank you for your business. store_owner_notification_email: heading: New Order Received instructions: You have received a new order. order_summary: Order %{number} Summary subject: '%{store_name} received a new order' thanks: Thank you for your business. order_not_found: We couldn't find your order. Please try that action again. order_number: Order %{number} order_processed_successfully: Your order has been processed successfully order_resumed: Order resumed order_state: address: address awaiting_return: awaiting return canceled: canceled cart: cart considered_risky: considered risky complete: complete confirm: confirm delivery: delivery payment: payment resumed: resumed returned: returned order_success: Order placed successfully order_success_explain: Your order information will be sent to your email order_summary: Order Summary order_sure_want_to: Are you sure you want to %{event} this order? order_total: Order Total order_updated: Order Updated orders: Orders out_of_stock: Out of Stock backordered_info: Backordered backordered_confirm_info: Selected item is backordered so expect delays. Are you sure you want to order it? overview: Overview package_from: package from page: Page page_not_found: Sorry! Page you are looking can’t be found. pagination: next_page: next page » previous_page: ! '« previous page' truncate: ! '…' password: Password paste: Paste path: Path pay: pay payment: Payment payment_could_not_be_created: Payment could not be created. payment_identifier: Payment Identifier payment_information: Payment Information payment_method: Payment Method payment_methods: Payment Methods payment_method_not_supported: That payment method is unsupported. Please choose another one. payment_processing_failed: Payment could not be processed, please check the details you entered payment_processor_choose_banner_text: If you need help choosing a payment processor, please visit payment_processor_choose_link: our payments page payment_provider_settings: Payment Provider Settings payment_state: Payment State payment_states: balance_due: balance due checkout: checkout completed: completed credit_owed: credit owed failed: failed paid: paid pending: pending processing: processing void: void payment_type: Payment type payment_updated: Payment Updated payments: Payments percent: Percent percent_per_item: Percent Per Item permalink: Permalink pending: Pending pending_sale: Pending Sale phone: Phone place_order: Place Order please_define_payment_methods: Please define some payment methods first. please_enter_reasonable_quantity: Please enter a reasonable quantity. populate_get_error: Something went wrong. Please try adding the item again. powered_by: Powered by pre_tax_refund_amount: Pre-Tax Refund Amount pre_tax_amount: Pre-Tax Amount pre_tax_total: Pre-Tax Total preferred_reimbursement_type: Preferred Reimbursement Type presentation: Presentation preview_product: Preview Product preview_taxon: Preview Taxon previous: Previous previous_state_missing: "n/a" previously_used_card: Previously Used Cards price: Price prices: Prices price_range: Price Range price_sack: Price Sack process: Process product: Product product_name: Product Name product_details: Product Details product_has_no_description: This product has no description product_not_available_in_this_currency: This product is not available in the selected currency. product_properties: Product Properties product_rule: choose_products: Choose products label: Order must contain x amount of these products match_all: all match_any: at least one match_none: none product_source: group: From product group manual: Manually choose products: Products promotion: Promotion promotionable: Promotable promotion_cloned: Promotion has been cloned promotion_not_cloned: "Promotion has not been cloned. Reason: %{error}" promotion_action: Promotion Action promotion_action_types: create_adjustment: description: Creates a promotion credit adjustment on the order name: Create whole-order adjustment create_item_adjustments: description: Creates a promotion credit adjustment on a line item name: Create per-line-item adjustment create_line_items: description: Populates the cart with the specified quantity of variant name: Create line items free_shipping: description: Makes all shipments for the order free name: Free shipping promotion_actions: Actions promotion_category: Promotion Category promotion_form: match_policies: all: Match all of these rules any: Match any of these rules promotion_label: 'Promotion (%{name})' promotion_rule: Promotion Rule promotion_rule_types: country: description: Order is shipped to proper (or default) country name: Country first_order: description: Must be the customer's first order name: First order item_total: description: Order total meets these criteria name: Item total one_use_per_user: description: Only One Use Per User name: One Use Per User option_value: description: Order includes specified product(s) with matching option value(s) name: Option Value(s) product: description: Order includes specified product(s) name: Product(s) user: description: Available only to the specified users name: User user_logged_in: description: Available only to logged in users name: User Logged In taxon: description: Order includes products with specified taxon(s) name: Taxon(s) promotions: Promotions promotion_uses: Promotion uses propagate_all_variants: Propagate all variants properties: Properties property: Property prototype: Prototype prototypes: Prototypes provider: Provider provider_settings_warning: If you are changing the provider type, you must save first before you can edit the provider settings purchased_quantity: Purchased Quantity qty: Qty quantity: Quantity quantity_returned: Quantity Returned quantity_shipped: Quantity Shipped quick_search: Quick search.. rate: Rate reason: Reason receive: receive receive_stock: Receive Stock received: Received reception_status: Reception Status reference: Reference reference_contains: Reference Contains refund: Refund refund_reasons: Refund Reasons refunded_amount: Refunded Amount refunds: Refunds refund_amount_must_be_greater_than_zero: Refund amount must be greater than zero register: Register registration: Registration reimburse: Reimburse reimbursed: Reimbursed reimbursement: Reimbursement reimbursement_perform_failed: "Reimbursement could not be performed. Error: %{error}" reimbursement_status: Reimbursement status reimbursement_type: Reimbursement type reimbursement_type_override: Reimbursement Type Override reimbursement_types: Reimbursement Types reimbursements: Reimbursements reject: Reject rejected: Rejected remember_me: Remember me remove: Remove remove_image: Remove Image rename: Rename report: Report reports: Reports required: '*' required_fields: required fields resellable: Resellable resend: Resend reset_password: Reset my password response_code: Response Code resume: resume resumed: Resumed return: return returns: Returns return_authorization: Return Authorization return_authorization_reasons: Return Authorization Reasons return_authorization_states: authorized: Authorized canceled: Canceled return_authorization_updated: Return authorization updated return_authorization_canceled: Return authorization canceled return_authorizations: Return Authorizations return_item_inventory_unit_ineligible: Return item's inventory unit must be shipped return_item_inventory_unit_reimbursed: Return item's inventory unit is already reimbursed return_item_order_not_completed: Return item's order must be completed return_item_rma_ineligible: Return item requires an RMA return_item_time_period_ineligible: Return item is outside the eligible time period return_items: Return Items return_items_cannot_be_associated_with_multiple_orders: Return items cannot be associated with multiple orders. reimbursement_mailer: reimbursement_email: store_team: '%{store_name} Team' days_to_send: ! 'You have %{days} days to send back any items awaiting exchange.' dear_customer: Dear %{name}, exchange_summary: Exchange Summary for: for instructions: Your reimbursement has been processed. refund_summary: Refund Summary subject: Reimbursement Notification total_refunded: ! 'Total refunded: %{total}' thanks: Thank you for your business. return_number: Return Number return_quantity: Return Quantity returned: Returned review: Review risk: Risk risk_analysis: Risk Analysis risky: Risky rma_credit: RMA Credit rma_number: RMA Number rma_value: RMA Value role_id: Role ID roles: Roles rules: Rules safe: Safe sales_total: Sales Total sales_total_description: Sales Total For All Orders sales_totals: Sales Totals save_and_continue: Save and Continue save_my_address: Save my address saving: Saving say_no: 'No' say_yes: 'Yes' scope: Scope seed: shipping: categories: default: Default digital: Digital search: Search search_by: 'Search by:' search_order_number: Order Number search_results: Search results for '%{keywords}' searching: Searching secure_connection_type: Secure Connection Type security_settings: Security Settings select: Select select_from_prototype: Select From Prototype select_a_date: Select a date select_a_date_range: Select a date range select_a_return_authorization_reason: Select a reason for the return authorization select_a_stock_location: Select a stock location select_a_store_credit_reason: Select a reason for the store credit select_an_option: Select an option select_stock: Select stock select_stores: Select Store(s) selected_quantity_not_available: ! 'selected of %{item} is not available.' send_copy_of_all_mails_to: Send Copy of All Mails To send_mails_as: Send Mails As seo: SEO seo_robots: SEO Robots seo_title: SEO Title server: Server server_error: The server returned an error settings: Settings ship: Ship ship_to: "Shipping to:" ship_address: Ship Address ship_total: Ship Total shipment: Shipment shipment_adjustments: "Shipment adjustments" shipment_details: "From %{stock_location} via %{shipping_method}" shipment_mailer: shipped_email: store_team: '%{store_name} Team' dear_customer: Dear %{name}, instructions: Your order %{number} has been shipped shipment_summary: Shipment Summary for order shipping_method: "Shipping method: %{shipping_method}" subject: Shipment Notification thanks: Thank you for your business. track_information: ! 'Tracking Information: %{tracking}' track_link: "Tracking Link: %{url}" shipment_state: Shipment State shipment_states: backorder: backorder canceled: canceled partial: partial pending: pending ready: ready shipped: shipped shipment_transfer_success: 'Variants successfully transferred' shipment_transfer_error: 'There was an error transferring variants' shipments: Shipments shipped: Shipped shipping: Shipping shipping_address: Shipping Address shipping_categories: Shipping Categories shipping_category: Shipping Category shipping_flat_rate_per_item: Flat rate per package item shipping_flat_rate_per_order: Flat rate shipping_flexible_rate: Flexible Rate per package item shipping_instructions: Shipping Instructions shipping_method: Shipping Method shipping_methods: Shipping Methods shipping_price_sack: Price sack shipping_rates: display_price: including_tax: "%{price} (incl. %{tax_amount} %{tax_rate_name})" excluding_tax: "%{price} (+ %{tax_amount} %{tax_rate_name})" shipping_total: Shipping total shop_by_taxonomy: Shop by %{taxonomy} shopping_cart: Shopping Cart show: Show show_active: Show Active show_deleted: Show Deleted show_discontinued: Show Discontinued show_only_complete_orders: Only show complete orders show_only_considered_risky: Only show risky orders show_property: Show Property show_rate_in_label: Show rate in label show_store_selector: short: Show Store selector long: Display the Store selector in the main nav bar of Storefront and allow users to change Store and Currency sign_up: Sign Up sku: SKU skus: SKUs slug: Slug source: Source social: Social special_instructions: Special Instructions split: Split spree_gateway_error_flash_for_checkout: There was a problem with your payment information. Please check your information and try again. ssl: change_protocol: "Please switch to using HTTP (rather than HTTPS) and retry this request." start: Start starting_from: Starts at state: State state_based: State Based state_changes: State Changes states: States state_machine_states: accepted: Accepted address: Address authorized: Authorized awaiting: Awaiting awaiting_return: Awaiting return backordered: Back ordered cart: Cart canceled: Canceled checkout: Checkout confirm: Confirm complete: Complete completed: Completed closed: Closed delivery: Delivery errored: Errored failed: Failed given_to_customer: Given to customer invalid: Invalid manual_intervention_required: Manual intervention required open: Open order: Order on_hand: On hand payment: Payment pending: Pending processing: Processing ready: Ready reimbursed: Reimbursed resumed: Resumed returned: Returned shipment: Shipment shipped: Shipped void: Void states_required: States Required status: Status stock: Stock default_stock_location_name: Shop location stock_location: Stock Location stock_location_info: Stock location info stock_locations: Stock Locations stock_locations_need_a_default_country: You must create a default country before creating a stock location. stock_management: Stock Management stock_management_requires_a_stock_location: Please create a stock location in order to manage stock. stock_movements: Stock Movements stock_movements_for_stock_location: Stock Movements for %{stock_location_name} stock_successfully_transferred: Stock was successfully transferred between locations. stock_transfer_name: Stock Transfer stock_transfer: errors: must_have_variant: You must add at least one variant. variants_unavailable: "Some variants are not available on %{stock}" stock_transfers: Stock Transfers stop: Stop store: Store store_errors: unable_to_create: Unable to create store. unable_to_update: Unable to update store. unable_to_delete: Unable to delete store. store_form: code_help: "Store unique identifier, which is an abbreviated version of the store’s name (used as the layout directory name, and also helpful for separating templates by store)" checkout_zone_help: "Selecting zone will limit to which Countries or States products are shipped. For more information please see documentation" locales_help: "Install Spree I18n extension to add more locales" social_help: "If you want to link to your social accounts in the footer part of your website please fill below fields" default_country_help: "This is the Country that will be pre-selected on the Checkout Address form" footer_help: "This content is visible in the footer section of your Store" mail_from_address_help: "This is the email which will be the sender of all your Store emails (Order Confirmation, Shipment notification etc)" customer_support_email_help: "This email is visible to your Store visitors in the Footer section" new_order_notifications_email_help: "If you want to receive an email notification every time someone places an Order please provide an email address for that notification to be sent to" seo_robots: "Please check this page for more help" stores: Stores store_credit_name: Store Credit store_credit: credit: "Credit" authorized: "Authorized" captured: "Used" allocated: "Added" apply: Apply remove: Remove applicable_amount: "%{amount} in store credit will be applied to this order." available_amount: "You have %{amount} in Store Credit available!" remaining_amount: "You have %{amount} remaining in your account's Store Credit." additional_payment_needed: Select another payment method for the remaining %{amount}. errors: cannot_change_used_store_credit: You cannot change a store credit that has already been used unable_to_create: Unable to create store credit unable_to_delete: Unable to delete store credit unable_to_fund: Unable to pay for order using store credits unable_to_update: Unable to update store credit store_credits: Store Credits store_credit_categories: Store Credit Categories store_credit_payment_method: unable_to_void: "Unable to void code: %{auth_code}" unable_to_credit: "Unable to credit code: %{auth_code}" successful_action: "Successful store credit %{action}" unable_to_find: "Could not find store credit" insufficient_funds: "Store credit amount remaining is not sufficient" currency_mismatch: "Store credit currency does not match order currency" insufficient_authorized_amount: "Unable to capture more than authorized amount" unable_to_find_for_action: "Could not find store credit for auth code: %{auth_code} for action: %{action}" user_has_no_store_credits: "User does not have any available store credit" select_one_store_credit: "Select store credit to go towards remaining balance" store_default: Default store store_set_default_button: Set as default store_not_set_as_default: Couldn't set store %{store} as a default store store_set_as_default: Store %{store} is now a default store street_address: Street Address street_address_2: Street Address (cont'd) subtotal: Subtotal subtract: Subtract success: Success successfully_created: ! '%{resource} has been successfully created!' successfully_refunded: ! '%{resource} has been successfully refunded!' successfully_removed: ! '%{resource} has been successfully removed!' successfully_updated: ! '%{resource} has been successfully updated!' summary: Summary support: Support supported_currencies: Supported Currencies supported_currencies_long: A comma separated list of supported currencies supported_locales: Supported Locales tax: Tax tax_included: "Tax (incl.)" tax_categories: Tax Categories tax_category: Tax Category tax_code: Tax Code tax_rate_amount_explanation: Tax rates are a decimal amount to aid in calculations, (i.e. if the tax rate is 5% then enter 0.05) tax_rates: Tax Rates taxon: Taxon taxon_edit: Edit Taxon taxon_placeholder: Add a Taxon tags: Tags tags_placeholder: Add Tags taxon_missing_alt: Category banner description taxon_rule: choose_taxons: Choose taxons label: Order must contain x amount of these taxons match_all: all match_any: at least one taxonomies: Taxonomies taxonomy: Taxonomy taxonomy_brands_name: Brands taxonomy_categories_name: Categories taxonomy_edit: Edit taxonomy taxonomy_tree_error: The requested change has not been accepted and the tree has been returned to its previous state, please try again. taxonomy_tree_instruction: ! '* Right click (or double tap on iOS device) a child in the tree to access the menu for adding, deleting or sorting a child.' taxons: Taxons test: Test test_mailer: test_email: greeting: Congratulations! message: If you have received this email, then your email settings are correct. subject: Test Mail test_mode: Test Mode this_menu_already_has_a_root_item: This Menu already has a root item thank_you_for_your_order: Thank you for your business. Please print out a copy of this confirmation page for your records. there_are_no_items_for_this_order: There are no items for this order. Please add an item to the order to continue. there_were_problems_with_the_following_fields: There were problems with the following fields this_order_has_already_received_a_refund: This order has already received a refund thumbnail: Thumbnail tiers: Tiers tiered_flat_rate: Tiered Flat Rate tiered_percent: Tiered Percent time: Time to_add_variants_you_must_first_define: To add variants, you must first define total: Total total_per_item: Total per item total_pre_tax_refund: Total Pre-Tax Refund total_price: Total price total_sales: Total Sales track_inventory: Track Inventory tracking: Tracking tracking_number: Tracking Number tracking_url: Tracking URL tracking_url_placeholder: e.g. http://quickship.com/package?num=:tracking transaction_id: Transaction ID transfer_from_location: Transfer From transfer_stock: Transfer Stock transfer_to_location: Transfer To translations: Translations tree: Tree type: Type type_to_search: Type to search twitter: Twitter unable_to_connect_to_gateway: Unable to connect to gateway. unable_to_create_reimbursements: Unable to create reimbursements because there are items pending manual intervention. under_price: Under %{price} unlock: Unlock unrecognized_card_type: Unrecognized card type unshippable_items: Unshippable Items update: Update updating: Updating url: URL usage_limit: Usage Limit use_app_default: Use App Default use_billing_address: Use Billing Address use_existing_cc: Use an existing card on file use_new_cc: Use a new card use_new_cc_or_payment_method: Use a new card / payment method use_s3: Use Amazon S3 For Images used: Used user: User user_rule: choose_users: Choose users users: Users validation: unpaid_amount_not_zero: "Amount was not fully reimbursed. Still due: %{amount}" cannot_be_less_than_shipped_units: cannot be less than the number of shipped units. cannot_destroy_line_item_as_inventory_units_have_shipped: Cannot destroy line item as some inventory units have shipped. exceeds_available_stock: exceeds available stock. Please ensure line items have a valid quantity. is_too_large: is too large -- stock on hand cannot cover requested quantity! must_be_int: must be an integer must_be_non_negative: must be a non-negative value value: Value variant: Variant variant_placeholder: Choose a variant variant_prices_search_placeholder: Search for SKU or variant name... variants: Variants version: Version void: Void we_will_be_back: We will be back. we_are_busy_updating: "We're updating the %{store_name} homepage." we_are_busy_updating_page: "We're busy updating this page." please_check_back_soon: Please check back soon. weight: Weight what_is_a_cvv: What is a (CVV) Credit Card Code? what_is_this: What's This? width: Width year: Year you_have_no_orders_yet: You have no orders yet your_cart_is_empty: Your cart is empty your_order_is_empty_add_product: Your order is empty, please search for and add a product above zip: Zip zipcode: Zip Code zipcode_required: Zip Code Required zone: Zone zones: Zones no_limits_zone: No Limits