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}} वर्षांपूर्वी"
}