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": "chiudi il thread",
"view_spoiler": "mostra spoiler",
"filter": "filtro",
"edit": "modifica"
"edit": "modifica",
"time_1_minute_ago": "1 minuto fa",
"time_x_minutes_ago": "{{count}} minuti fa",
"time_1_hour_ago": "1 ora fa",
"time_x_hours_ago": "{{count}} ore fa",
"time_1_day_ago": "1 giorno fa",
"time_x_days_ago": "{{count}} giorni fa",
"time_1_month_ago": "1 mese fa",
"time_x_months_ago": "{{count}} mesi fa",
"time_1_year_ago": "1 anno fa",
"time_x_years_ago": "{{count}} anni fa"
}