add time ago translations

This commit is contained in:
Tom (plebeius.eth)
2024-06-08 11:32:25 +02:00
parent 88dcfcaca8
commit e2169e959e
36 changed files with 386 additions and 36 deletions
+11 -1
View File
@@ -148,5 +148,15 @@
"close_thread": "Thread schließen",
"view_spoiler": "Spoiler anzeigen",
"filter": "filtern",
"edit": "bearbeiten"
"edit": "bearbeiten",
"time_1_minute_ago": "vor 1 Minute",
"time_x_minutes_ago": "vor {{count}} Minuten",
"time_1_hour_ago": "vor 1 Stunde",
"time_x_hours_ago": "vor {{count}} Stunden",
"time_1_day_ago": "vor 1 Tag",
"time_x_days_ago": "vor {{count}} Tagen",
"time_1_month_ago": "vor 1 Monat",
"time_x_months_ago": "vor {{count}} Monaten",
"time_1_year_ago": "vor 1 Jahr",
"time_x_years_ago": "vor {{count}} Jahren"
}