aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/purchase_windows.en.yml
blob: 9ff1576cd5298ee0d45ebb0bd576191ecf6d4707 (plain)
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
70
71
72
73
74
75
76
77
78
79
en:
  purchase_windows:
    search_no_results: 'No purchase window matching your query'
    days:
      monday: M
      tuesday: Tu
      wednesday: W
      thursday: Th
      friday: F
      saturday: Sa
      sunday: Su
    months:
      1: January
      2: February
      3: March
      4: April
      5: May
      6: June
      7: July
      8: August
      9: September
      10: October
      11: November
      12: December
    actions:
      new: Add a new purchase window
      show: "Show"
      edit: Edit this purchase window
      destroy: Remove this purchase window
      destroy_confirm: Are you sure you want destroy this purchase window?
    errors:
      overlapped_periods: Another period is overlapped with this period
      short_period: A period needs to last at least two days
    index:
      title: purchase windows
      all: All
      shared: Shared
      not_shared: Not shared
      search_no_results: No purchase window matching your query
      date: Date
      filter_placeholder: Put the name of a purchase window...
    create:
      title: Add a new purchase window
    new:
      title: Add a new purchase window
    edit:
      title: Update purchase window %{name}
    show:
      title: purchase window %{name}
  simple_form:
    labels:
      purchase_window:
        date_value: Date
        add_a_date: Add a date
        add_a_date_range: Add a date range
        ranges:
          begin: Beginning
          end: End
  activerecord:
    models:
      purchase_window:
        zero: purchase window
        one: purchase window
        other: purchase windows
    attributes:
      purchase_window:
        name: Name
        date_ranges: Date ranges
        referential: Referential
        color: Associated Color
        bounding_dates: Bounding Dates
    errors:
      models:
        purchase_window:
          attributes:
            dates:
              date_in_date_ranges: A date can not be in Dates and in Date ranges.
              date_in_dates: A date can appear only once in the list of dates.
              illegal_date: The date %{date} does not exist.