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": "1 నిమిషం క్రితం",
"time_x_minutes_ago": "{{count}} నిమిషాల క్రితం",
"time_1_hour_ago": "1 గంట క్రితం",
"time_x_hours_ago": "{{count}} గంటల క్రితం",
"time_1_day_ago": "1 రోజు క్రితం",
"time_x_days_ago": "{{count}} రోజుల క్రితం",
"time_1_month_ago": "1 నెల క్రితం",
"time_x_months_ago": "{{count}} నెలల క్రితం",
"time_1_year_ago": "1 సంవత్సరం క్రితం",
"time_x_years_ago": "{{count}} సంవత్సరాల క్రితం"
}