Files
cm-app-crawlspider/node_modules/relative-time-format/locale/de/narrow.json

72 lines
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"year": {
"previous": "letztes Jahr",
"current": "dieses Jahr",
"next": "nächstes Jahr",
"past": {
"one": "vor {0} Jahr",
"other": "vor {0} Jahren"
},
"future": {
"one": "in {0} Jahr",
"other": "in {0} Jahren"
}
},
"quarter": {
"previous": "letztes Quartal",
"current": "dieses Quartal",
"next": "nächstes Quartal",
"past": "vor {0} Q",
"future": "in {0} Q"
},
"month": {
"previous": "letzten Monat",
"current": "diesen Monat",
"next": "nächsten Monat",
"past": {
"one": "vor {0} Monat",
"other": "vor {0} Monaten"
},
"future": {
"one": "in {0} Monat",
"other": "in {0} Monaten"
}
},
"week": {
"previous": "letzte Woche",
"current": "diese Woche",
"next": "nächste Woche",
"past": "vor {0} Wo.",
"future": "in {0} Wo."
},
"day": {
"previous": "gestern",
"previous-2": "vorgestern",
"current": "heute",
"next": "morgen",
"next-2": "übermorgen",
"past": {
"one": "vor {0} Tag",
"other": "vor {0} Tagen"
},
"future": {
"one": "in {0} Tag",
"other": "in {0} Tagen"
}
},
"hour": {
"current": "in dieser Stunde",
"past": "vor {0} Std.",
"future": "in {0} Std."
},
"minute": {
"current": "in dieser Minute",
"past": "vor {0} m",
"future": "in {0} m"
},
"second": {
"current": "jetzt",
"past": "vor {0} s",
"future": "in {0} s"
}
}