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": "סגור את הנושא",
"view_spoiler": "הצג ספוילר",
"filter": "סנן",
"edit": "ערוך"
"edit": "ערוך",
"time_1_minute_ago": "לפני דקה",
"time_x_minutes_ago": "לפני {{count}} דקות",
"time_1_hour_ago": "לפני שעה",
"time_x_hours_ago": "לפני {{count}} שעות",
"time_1_day_ago": "לפני יום",
"time_x_days_ago": "לפני {{count}} ימים",
"time_1_month_ago": "לפני חודש",
"time_x_months_ago": "לפני {{count}} חודשים",
"time_1_year_ago": "לפני שנה",
"time_x_years_ago": "לפני {{count}} שנים"
}