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}} ปีที่ผ่านมา"
}