cirandas.net

ref: master

plugins/consumers_coop/locales/en-US.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
en-US: &en-US

  consumers_coop_plugin:
    lib:
      plugin:
        name: "Consumers' Coop"
        description: "Make an organization a consumers cooperative"
      layout_helper:
        orders: Orders
        orders_cycles: Orders Cycles
        products: Products
        volunteering: Volunteering
        leave: Leave community
        suppliers: Suppliers
        consumers: Consumers
        settings: Settings

    controllers:
      myprofile:
        distribution_settings: "Distribution settings saved."

    views:
      layouts:
        _admin_submenu:
          members: Consumers
          orders_cycles: "Orders' Cycles"
          products: Products
          suppliers: "%{terms.supplier.plural.capitalize}"
          settings: "Settings"
      profile:
        index:
          dashboard: Dashboard
        settings:
          abbreviated_name_of_t: "Abbreviated name of the %{terms.profile.singular}"
          activated: Activated
          black: black
          cancel: cancel
          collective_consumptio: "Collective Consumption Mode"
          disabled: Disabled
          general: "General"
          header: "Header"
          volunteers: "Volunteers"
          volunteers_enabled: "Manage volunteers' period on orders' cycles"
          header_background_col: "Header background color"
          header_s_image: "Header's image"
          header_type: "Header Type"
          image_collective_name: "Image + %{terms.profile.singular} name"
          only_the_image: "Only the image"
          image_help: "This image will be used on the %{terms.profile.singular}'s page, must be 1040x90px, it will be automatically cropped to this size."
          pure_color_collective: "pure color + %{terms.profile.singular} name"
          save: Save
          text_color: "Text color"
          this_name_will_be_use: "This name will be used to avoid always use the full name of the %{terms.profile.singular}. How the %{terms.profile.singular} is generally called by the people?"
          white: white
          change: change
          default_margin_of_com: "Default margin of commercialization"
          default_margin_info: "This margin is automatically applied in all the products, but it is possible to stabilish specific margins for certain products."
          margin: "%{margin} %"
          no_margin_set: "no margin set"
          payments: "Payments"
          enable_payments: "enable payments in the cycles?"
          set_payments: "Configure the collective payment methods"
          add_payment_method: "Add available payment method"

en_US:
  <<: *en-US
en:
  <<: *en-US