diff options
Diffstat (limited to 'src/i18n/cs.json')
| -rw-r--r-- | src/i18n/cs.json | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/src/i18n/cs.json b/src/i18n/cs.json index 020092a6..42e75567 100644 --- a/src/i18n/cs.json +++ b/src/i18n/cs.json @@ -73,7 +73,8 @@ "content_type": { "text/plain": "Prostý text", "text/html": "HTML", - "text/markdown": "Markdown" + "text/markdown": "Markdown", + "text/bbcode": "BBCode" }, "content_warning": "Předmět (volitelný)", "default": "Právě jsem přistál v L.A.", @@ -349,6 +350,40 @@ } } }, + "time": { + "day": "{0} day", + "days": "{0} days", + "day_short": "{0}d", + "days_short": "{0}d", + "hour": "{0} hour", + "hours": "{0} hours", + "hour_short": "{0}h", + "hours_short": "{0}h", + "in_future": "in {0}", + "in_past": "{0} ago", + "minute": "{0} minute", + "minutes": "{0} minutes", + "minute_short": "{0}min", + "minutes_short": "{0}min", + "month": "{0} měs", + "months": "{0} měs", + "month_short": "{0} měs", + "months_short": "{0} měs", + "now": "teď", + "now_short": "teď", + "second": "{0} second", + "seconds": "{0} seconds", + "second_short": "{0}s", + "seconds_short": "{0}s", + "week": "{0} týd", + "weeks": "{0} týd", + "week_short": "{0} týd", + "weeks_short": "{0} týd", + "year": "{0} r", + "years": "{0} l", + "year_short": "{0}r", + "years_short": "{0}l" + }, "timeline": { "collapse": "Zabalit", "conversation": "Konverzace", |
