summaryrefslogtreecommitdiffstats
path: root/pendulum/locales/cs/custom.py
blob: 5f66b690c1f74bd833f6ff5862184ad5f158b7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"""
cs custom locale file.
"""

translations = {
    "units": {"few_second": "pár vteřin"},
    # Relative time
    "ago": "{} zpět",
    "from_now": "za {}",
    "after": "{0} po",
    "before": "{0} zpět",
    # Ordinals
    "ordinal": {"one": ".", "two": ".", "few": ".", "other": "."},
    # Date formats
    "date_formats": {
        "LTS": "h:mm:ss",
        "LT": "h:mm",
        "L": "DD. M. YYYY",
        "LL": "D. MMMM, YYYY",
        "LLL": "D. MMMM, YYYY h:mm",
        "LLLL": "dddd, D. MMMM, YYYY h:mm",
    },
}