{
  "cs": {
    "date": {
      "abbr_day_names": [
        "Ne",
        "Po",
        "Út",
        "St",
        "Čt",
        "Pá",
        "So"
      ],
      "abbr_month_names": [
        null,
        "led",
        "úno",
        "bře",
        "dub",
        "kvě",
        "čvn",
        "čvc",
        "srp",
        "zář",
        "říj",
        "lis",
        "pro"
      ],
      "day_names": [
        "neděle",
        "pondělí",
        "úterý",
        "středa",
        "čtvrtek",
        "pátek",
        "sobota"
      ],
      "formats": {
        "default": "%d. %m. %Y",
        "long": "%d. %B %Y",
        "short": "%d %b"
      },
      "month_names": [
        null,
        "leden",
        "únor",
        "březen",
        "duben",
        "květen",
        "červen",
        "červenec",
        "srpen",
        "září",
        "říjen",
        "listopad",
        "prosinec"
      ],
      "order": [
        "day",
        "month",
        "year"
      ]
    },
    "datetime": {
      "distance_in_words": {
        "about_x_hours": {
          "one": "asi hodinou",
          "few": "asi %{count} hodinami",
          "other": "asi %{count} hodinami"
        },
        "about_x_months": {
          "one": "asi měsícem",
          "few": "asi %{count} měsíci",
          "other": "asi %{count} měsíci"
        },
        "about_x_years": {
          "one": "asi rokem",
          "few": "asi %{count} roky",
          "other": "asi %{count} roky"
        },
        "almost_x_years": {
          "one": "téměř rokem",
          "few": "téměř %{count} roky",
          "other": "téměř %{count} roky"
        },
        "half_a_minute": "půl minutou",
        "less_than_x_seconds": {
          "one": "necelou sekundou",
          "few": "ani ne %{count} sekundami",
          "other": "ani ne %{count} sekundami"
        },
        "less_than_x_minutes": {
          "one": "necelou minutou",
          "few": "ani ne %{count} minutami",
          "other": "ani ne %{count} minutami"
        },
        "over_x_years": {
          "one": "více než rokem",
          "few": "více než %{count} roky",
          "other": "více než %{count} roky"
        },
        "x_seconds": {
          "one": "sekundou",
          "few": "%{count} sekundami",
          "other": "%{count} sekundami"
        },
        "x_minutes": {
          "one": "minutou",
          "few": "%{count} minutami",
          "other": "%{count} minutami"
        },
        "x_days": {
          "one": "24 hodinami",
          "few": "%{count} dny",
          "other": "%{count} dny"
        },
        "x_months": {
          "one": "měsícem",
          "few": "%{count} měsíci",
          "other": "%{count} měsíci"
        }
      }
    },
    "number": {
      "currency": {
        "format": {
          "delimiter": " ",
          "format": "%n %u",
          "precision": 2,
          "separator": ",",
          "significant": false,
          "strip_insignificant_zeros": false,
          "unit": "Kč"
        }
      },
      "format": {
        "delimiter": ".",
        "precision": 3,
        "separator": ",",
        "significant": false,
        "strip_insignificant_zeros": false
      },
      "human": {
        "decimal_units": {
          "format": "%n %u",
          "units": {
            "billion": "Miliarda",
            "million": "Milion",
            "quadrillion": "Biliarda",
            "thousand": "Tisíc",
            "trillion": "Bilion",
            "unit": ""
          }
        },
        "format": {
          "delimiter": "",
          "precision": 1,
          "significant": false,
          "strip_insignificant_zeros": false
        },
        "storage_units": {
          "format": "%n %u",
          "units": {
            "byte": {
              "one": "B",
              "few": "B",
              "other": "B"
            },
            "gb": "GB",
            "kb": "KB",
            "mb": "MB",
            "tb": "TB"
          }
        }
      },
      "percentage": {
        "format": {
          "delimiter": "",
          "format": "%n%"
        }
      },
      "precision": {
        "format": {
          "delimiter": ""
        }
      }
    },
    "support": {
      "array": {
        "last_word_connector": " a ",
        "two_words_connector": " a ",
        "words_connector": ", "
      }
    },
    "time": {
      "am": "dopoledne",
      "formats": {
        "default": "%a %e. %B %Y %H:%M %z",
        "long": "%A %e. %B %Y %H:%M",
        "short": "%e. %-m. %H:%M"
      },
      "pm": "odpoledne"
    }
  }
}