Sha256: ba896e26e23ed34a8613f5c517296a9bf8e54eddfd97da6a8252084c996cf17e

Contents?: true

Size: 1.67 KB

Versions: 5

Compression:

Stored size: 1.67 KB

Contents

en:
  shoppe:
    
    navigation:
      admin_primary:
        orders: Orders
        products: Products
        product_categories: Product Categories
        delivery_services: Delivery Services
        tax_rates: Tax Rates
        users: Users
        countries: Countries
        settings: Settings
        
    settings:
      
      types:
        # Force certain settings to certain type
        demo_mode: boolean
      
      labels:
        # Labels for fields go here
        email_address: Store E-Mail Address
      
      options:
        # Options for boolean settings
        demo_mode:
          affirmative: Enabled
          negative: Disabled
      
      help:
        # Help text for individual fields
        store_name: This is the name of your store which will be used through the Shoppe admin interface as well as in the default outbound e-mail messages.
        email_address: The e-mail address to use when sending outbound messages. Must just be an e-mail address.
        currency_unit: The symbol to be displayed before all numbers which relate to money. Only applies to the admin interface and must be implemented separately in your base application.
        tax_name: The name for "Tax" which will be displayed in your admin interface. Commonly replaced with VAT in European countries.
        demo_mode: If enabled, your Shoppe admin interface will allow any users to login and will not permit changes to your users. This should be used with caution and never enabled for a production store.
        
      defaults:
        store_name: Widgets Inc.
        email_address: sales@example.com
        currency_unit: $
        tax_name: Tax
        demo_mode: false
        

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
shoppe-1.0.2 config/locales/en.yml
shoppe-1.0.1 config/locales/en.yml
shoppe-1.0.0 config/locales/en.yml
shoppe-0.0.21 config/locales/en.yml
shoppe-0.0.20 config/locales/en.yml