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": "fermer le fil",
"view_spoiler": "voir le spoiler",
"filter": "filtre",
"edit": "modifier"
"edit": "modifier",
"time_1_minute_ago": "il y a 1 minute",
"time_x_minutes_ago": "il y a {{count}} minutes",
"time_1_hour_ago": "il y a 1 heure",
"time_x_hours_ago": "il y a {{count}} heures",
"time_1_day_ago": "il y a 1 jour",
"time_x_days_ago": "il y a {{count}} jours",
"time_1_month_ago": "il y a 1 mois",
"time_x_months_ago": "il y a {{count}} mois",
"time_1_year_ago": "il y a 1 an",
"time_x_years_ago": "il y a {{count}} ans"
}