Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
73
node_modules/relative-time-format/locale/cs/narrow.json
generated
vendored
Normal file
73
node_modules/relative-time-format/locale/cs/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "minulý rok",
|
||||
"current": "tento rok",
|
||||
"next": "příští rok",
|
||||
"past": {
|
||||
"one": "před {0} r.",
|
||||
"few": "před {0} r.",
|
||||
"many": "před {0} r.",
|
||||
"other": "před {0} l."
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} r.",
|
||||
"few": "za {0} r.",
|
||||
"many": "za {0} r.",
|
||||
"other": "za {0} l."
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "minulé čtvrtletí",
|
||||
"current": "toto čtvrtletí",
|
||||
"next": "příští čtvrtletí",
|
||||
"past": "-{0} Q",
|
||||
"future": "+{0} Q"
|
||||
},
|
||||
"month": {
|
||||
"previous": "minulý měs.",
|
||||
"current": "tento měs.",
|
||||
"next": "příští měs.",
|
||||
"past": "před {0} měs.",
|
||||
"future": "za {0} měs."
|
||||
},
|
||||
"week": {
|
||||
"previous": "minulý týd.",
|
||||
"current": "tento týd.",
|
||||
"next": "příští týd.",
|
||||
"past": "před {0} týd.",
|
||||
"future": "za {0} týd."
|
||||
},
|
||||
"day": {
|
||||
"previous": "včera",
|
||||
"previous-2": "předevčírem",
|
||||
"current": "dnes",
|
||||
"next": "zítra",
|
||||
"next-2": "pozítří",
|
||||
"past": {
|
||||
"one": "před {0} dnem",
|
||||
"many": "před {0} dne",
|
||||
"other": "před {0} dny"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} den",
|
||||
"few": "za {0} dny",
|
||||
"many": "za {0} dne",
|
||||
"other": "za {0} dní"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "tuto hodinu",
|
||||
"past": "před {0} h",
|
||||
"future": "za {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "tuto minutu",
|
||||
"past": "před {0} min",
|
||||
"future": "za {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "nyní",
|
||||
"past": "před {0} s",
|
||||
"future": "za {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user