Sha256: 4b8292c3d9531c61e156424a58f2c95c9264375c29719d2ad84045cd8cc1fd61

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 KB

Contents

# encoding: utf-8
#
# This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#

---
  en:
    lazier:
      boolean:
        - "Yes"
        - "No"
      date:
        long_months:
          - "January"
          - "February"
          - "March"
          - "April"
          - "May"
          - "June"
          - "July"
          - "August"
          - "September"
          - "October"
          - "November"
          - "December"
        short_months:
          - "Jan"
          - "Feb"
          - "Mar"
          - "Apr"
          - "May"
          - "Jun"
          - "Jul"
          - "Aug"
          - "Sep"
          - "Oct"
          - "Nov"
          - "Dec"
        long_days:
          - "Sunday"
          - "Monday"
          - "Tuesday"
          - "Wednesday"
          - "Thursday"
          - "Friday"
          - "Saturday"
        short_days:
          - "Sun"
          - "Mon"
          - "Tue"
          - "Wed"
          - "Thu"
          - "Fri"
          - "Sat"
      configuration:
        not_defined: "Property %{name} is not defined for %{class}."
        required: "Property %{name} is required for %{class}."
        readonly: "Property %{name} is readonly for %{class}."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lazier-4.2.9 locales/en.yml
lazier-4.2.8 locales/en.yml
lazier-4.2.3 locales/en.yml