en: calendars: filters: name_cont: Search by name search_no_results: 'No calendar template 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 standard_calendars: Standard calendars standard_calendar: Standard calendar actions: new: Add a new calendar edit: Edit this calendar destroy: Remove this calendar destroy_confirm: Are you sure you want destroy this calendar? errors: overlapped_periods: Another period is overlapped with this period short_period: A period needs to last at least two days index: title: Calendars all: All shared: Shared not_shared: Not shared search_no_results: No calendar templates matching your query date: Date new: title: Add a new calendar create: title: Add a new calendar edit: title: Update calendar %{name} show: title: Calendar %{name} simple_form: labels: calendar: date_value: Date add_a_date: Add a date add_a_date_range: Add a date range ranges: begin: Beginning end: End activerecord: models: calendar: one: calendar template other: calendar templates attributes: calendar: name: Name date_ranges: Date ranges dates: Dates shared: Shared organisation: Organization monday: "Monday" tuesday: "Tuesday" wednesday: "Wednesday" thursday: "Thursday" friday: "Friday" saturday: "Saturday" sunday: "Sunday" errors: models: calendar: 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.