From e2169e959e0ba741b4c2170eb619ce73fb48aa43 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 8 Jun 2024 11:32:25 +0200 Subject: [PATCH] add time ago translations --- public/translations/ar/default.json | 12 +++++++++++- public/translations/bn/default.json | 12 +++++++++++- public/translations/cs/default.json | 12 +++++++++++- public/translations/da/default.json | 12 +++++++++++- public/translations/de/default.json | 12 +++++++++++- public/translations/el/default.json | 12 +++++++++++- public/translations/en/default.json | 12 +++++++++++- public/translations/es/default.json | 12 +++++++++++- public/translations/fa/default.json | 12 +++++++++++- public/translations/fi/default.json | 12 +++++++++++- public/translations/fil/default.json | 12 +++++++++++- public/translations/fr/default.json | 12 +++++++++++- public/translations/he/default.json | 12 +++++++++++- public/translations/hi/default.json | 12 +++++++++++- public/translations/hu/default.json | 12 +++++++++++- public/translations/id/default.json | 12 +++++++++++- public/translations/it/default.json | 12 +++++++++++- public/translations/ja/default.json | 12 +++++++++++- public/translations/ko/default.json | 12 +++++++++++- public/translations/mr/default.json | 12 +++++++++++- public/translations/nl/default.json | 12 +++++++++++- public/translations/no/default.json | 12 +++++++++++- public/translations/pl/default.json | 12 +++++++++++- public/translations/pt/default.json | 12 +++++++++++- public/translations/ro/default.json | 12 +++++++++++- public/translations/ru/default.json | 12 +++++++++++- public/translations/sq/default.json | 12 +++++++++++- public/translations/sv/default.json | 12 +++++++++++- public/translations/te/default.json | 12 +++++++++++- public/translations/th/default.json | 12 +++++++++++- public/translations/tr/default.json | 12 +++++++++++- public/translations/uk/default.json | 12 +++++++++++- public/translations/ur/default.json | 12 +++++++++++- public/translations/vi/default.json | 12 +++++++++++- public/translations/zh/default.json | 12 +++++++++++- src/components/catalog-row/catalog-row.tsx | 2 +- 36 files changed, 386 insertions(+), 36 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 5468a70e..6196b1dc 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -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}} سنوات" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 0e1bacf1..b9c4776a 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -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}} বছর আগে" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index d7513ff4..be845dab 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -148,5 +148,15 @@ "close_thread": "uzavřít vlákno", "view_spoiler": "zobrazit spoiler", "filter": "filtr", - "edit": "upravit" + "edit": "upravit", + "time_1_minute_ago": "Před 1 minutou", + "time_x_minutes_ago": "Před {{count}} minutami", + "time_1_hour_ago": "Před 1 hodinou", + "time_x_hours_ago": "Před {{count}} hodinami", + "time_1_day_ago": "Před 1 dnem", + "time_x_days_ago": "Před {{count}} dny", + "time_1_month_ago": "Před 1 měsícem", + "time_x_months_ago": "Před {{count}} měsíci", + "time_1_year_ago": "Před 1 rokem", + "time_x_years_ago": "Před {{count}} roky" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 943201a0..c4adddd2 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -148,5 +148,15 @@ "close_thread": "luk tråd", "view_spoiler": "vis spoiler", "filter": "filtrér", - "edit": "rediger" + "edit": "rediger", + "time_1_minute_ago": "1 minut siden", + "time_x_minutes_ago": "{{count}} minutter siden", + "time_1_hour_ago": "1 time siden", + "time_x_hours_ago": "{{count}} timer siden", + "time_1_day_ago": "1 dag siden", + "time_x_days_ago": "{{count}} dage siden", + "time_1_month_ago": "1 måned siden", + "time_x_months_ago": "{{count}} måneder siden", + "time_1_year_ago": "1 år siden", + "time_x_years_ago": "{{count}} år siden" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 6c071bc6..ed8ac430 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -148,5 +148,15 @@ "close_thread": "Thread schließen", "view_spoiler": "Spoiler anzeigen", "filter": "filtern", - "edit": "bearbeiten" + "edit": "bearbeiten", + "time_1_minute_ago": "vor 1 Minute", + "time_x_minutes_ago": "vor {{count}} Minuten", + "time_1_hour_ago": "vor 1 Stunde", + "time_x_hours_ago": "vor {{count}} Stunden", + "time_1_day_ago": "vor 1 Tag", + "time_x_days_ago": "vor {{count}} Tagen", + "time_1_month_ago": "vor 1 Monat", + "time_x_months_ago": "vor {{count}} Monaten", + "time_1_year_ago": "vor 1 Jahr", + "time_x_years_ago": "vor {{count}} Jahren" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 7a4d04af..1f21721a 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -148,5 +148,15 @@ "close_thread": "κλείσιμο νήματος", "view_spoiler": "προβολή 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}} έτη" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 4f44f528..cff7e951 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -148,5 +148,15 @@ "close_thread": "close thread", "view_spoiler": "view spoiler", "filter": "filter", - "edit": "edit" + "edit": "edit", + "time_1_minute_ago": "1 minute ago", + "time_x_minutes_ago": "{{count}} minutes ago", + "time_1_hour_ago": "1 hour ago", + "time_x_hours_ago": "{{count}} hours ago", + "time_1_day_ago": "1 day ago", + "time_x_days_ago": "{{count}} days ago", + "time_1_month_ago": "1 month ago", + "time_x_months_ago": "{{count}} months ago", + "time_1_year_ago": "1 year ago", + "time_x_years_ago": "{{count}} years ago" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 02d0f10c..dc69573c 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -148,5 +148,15 @@ "close_thread": "cerrar hilo", "view_spoiler": "ver spoiler", "filter": "filtrar", - "edit": "editar" + "edit": "editar", + "time_1_minute_ago": "hace 1 minuto", + "time_x_minutes_ago": "hace {{count}} minutos", + "time_1_hour_ago": "hace 1 hora", + "time_x_hours_ago": "hace {{count}} horas", + "time_1_day_ago": "hace 1 día", + "time_x_days_ago": "hace {{count}} días", + "time_1_month_ago": "hace 1 mes", + "time_x_months_ago": "hace {{count}} meses", + "time_1_year_ago": "hace 1 año", + "time_x_years_ago": "hace {{count}} años" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 15d8aac7..a81085de 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -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}} سال پیش" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index efaf244a..b02a3f32 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -148,5 +148,15 @@ "close_thread": "sulje keskustelu", "view_spoiler": "näytä spoiler", "filter": "suodatin", - "edit": "muokkaa" + "edit": "muokkaa", + "time_1_minute_ago": "1 minuutti sitten", + "time_x_minutes_ago": "{{count}} minuuttia sitten", + "time_1_hour_ago": "1 tunti sitten", + "time_x_hours_ago": "{{count}} tuntia sitten", + "time_1_day_ago": "1 päivä sitten", + "time_x_days_ago": "{{count}} päivää sitten", + "time_1_month_ago": "1 kuukausi sitten", + "time_x_months_ago": "{{count}} kuukautta sitten", + "time_1_year_ago": "1 vuosi sitten", + "time_x_years_ago": "{{count}} vuotta sitten" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 4e100d83..a4e28f21 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -148,5 +148,15 @@ "close_thread": "isara ang thread", "view_spoiler": "tingnan ang spoiler", "filter": "salain", - "edit": "i-edit" + "edit": "i-edit", + "time_1_minute_ago": "1 minuto ang nakalipas", + "time_x_minutes_ago": "{{count}} minuto ang nakalipas", + "time_1_hour_ago": "1 oras ang nakalipas", + "time_x_hours_ago": "{{count}} oras ang nakalipas", + "time_1_day_ago": "1 araw ang nakalipas", + "time_x_days_ago": "{{count}} araw ang nakalipas", + "time_1_month_ago": "1 buwan ang nakalipas", + "time_x_months_ago": "{{count}} buwan ang nakalipas", + "time_1_year_ago": "1 taon ang nakalipas", + "time_x_years_ago": "{{count}} taon ang nakalipas" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 181b41bd..29a9e775 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -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" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 53d94cc5..5e0dec20 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -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}} שנים" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index e7a8fd70..7504a330 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -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}} साल पहले" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index d28f4bde..500c3c8a 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -148,5 +148,15 @@ "close_thread": "szál bezárása", "view_spoiler": "spoiler megtekintése", "filter": "szűrő", - "edit": "szerkesztés" + "edit": "szerkesztés", + "time_1_minute_ago": "1 perce", + "time_x_minutes_ago": "{{count}} perce", + "time_1_hour_ago": "1 órája", + "time_x_hours_ago": "{{count}} órája", + "time_1_day_ago": "1 napja", + "time_x_days_ago": "{{count}} napja", + "time_1_month_ago": "1 hónapja", + "time_x_months_ago": "{{count}} hónapja", + "time_1_year_ago": "1 éve", + "time_x_years_ago": "{{count}} éve" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 057ae59f..d1737a11 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -148,5 +148,15 @@ "close_thread": "tutup utas", "view_spoiler": "lihat spoiler", "filter": "menyaring", - "edit": "sunting" + "edit": "sunting", + "time_1_minute_ago": "1 menit yang lalu", + "time_x_minutes_ago": "{{count}} menit yang lalu", + "time_1_hour_ago": "1 jam yang lalu", + "time_x_hours_ago": "{{count}} jam yang lalu", + "time_1_day_ago": "1 hari yang lalu", + "time_x_days_ago": "{{count}} hari yang lalu", + "time_1_month_ago": "1 bulan yang lalu", + "time_x_months_ago": "{{count}} bulan yang lalu", + "time_1_year_ago": "1 tahun yang lalu", + "time_x_years_ago": "{{count}} tahun yang lalu" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index acae16c1..34a2190c 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -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" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 0fcec985..366c1419 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -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}}年前" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index e933a350..36c99841 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -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}}년 전" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 4c8c9501..71c21aad 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -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}} वर्षांपूर्वी" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 9e1fa096..0ae5a26f 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -148,5 +148,15 @@ "close_thread": "draad sluiten", "view_spoiler": "bekijk spoiler", "filter": "filter", - "edit": "bewerken" + "edit": "bewerken", + "time_1_minute_ago": "1 minuut geleden", + "time_x_minutes_ago": "{{count}} minuten geleden", + "time_1_hour_ago": "1 uur geleden", + "time_x_hours_ago": "{{count}} uur geleden", + "time_1_day_ago": "1 dag geleden", + "time_x_days_ago": "{{count}} dagen geleden", + "time_1_month_ago": "1 maand geleden", + "time_x_months_ago": "{{count}} maanden geleden", + "time_1_year_ago": "1 jaar geleden", + "time_x_years_ago": "{{count}} jaar geleden" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 8f1d6f74..bfe8b2b4 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -148,5 +148,15 @@ "close_thread": "lukk tråd", "view_spoiler": "se spoiler", "filter": "filter", - "edit": "rediger" + "edit": "rediger", + "time_1_minute_ago": "1 minutt siden", + "time_x_minutes_ago": "{{count}} minutter siden", + "time_1_hour_ago": "1 time siden", + "time_x_hours_ago": "{{count}} timer siden", + "time_1_day_ago": "1 dag siden", + "time_x_days_ago": "{{count}} dager siden", + "time_1_month_ago": "1 måned siden", + "time_x_months_ago": "{{count}} måneder siden", + "time_1_year_ago": "1 år siden", + "time_x_years_ago": "{{count}} år siden" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 60396994..94c4750b 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -148,5 +148,15 @@ "close_thread": "zamknij wątek", "view_spoiler": "pokaż spoiler", "filter": "filtr", - "edit": "edytuj" + "edit": "edytuj", + "time_1_minute_ago": "1 minutę temu", + "time_x_minutes_ago": "{{count}} minut temu", + "time_1_hour_ago": "1 godzinę temu", + "time_x_hours_ago": "{{count}} godzin temu", + "time_1_day_ago": "1 dzień temu", + "time_x_days_ago": "{{count}} dni temu", + "time_1_month_ago": "1 miesiąc temu", + "time_x_months_ago": "{{count}} miesięcy temu", + "time_1_year_ago": "1 rok temu", + "time_x_years_ago": "{{count}} lat temu" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 8569b299..70409ad5 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -148,5 +148,15 @@ "close_thread": "fechar tópico", "view_spoiler": "ver spoiler", "filter": "filtro", - "edit": "editar" + "edit": "editar", + "time_1_minute_ago": "há 1 minuto", + "time_x_minutes_ago": "há {{count}} minutos", + "time_1_hour_ago": "há 1 hora", + "time_x_hours_ago": "há {{count}} horas", + "time_1_day_ago": "há 1 dia", + "time_x_days_ago": "há {{count}} dias", + "time_1_month_ago": "há 1 mês", + "time_x_months_ago": "há {{count}} meses", + "time_1_year_ago": "há 1 ano", + "time_x_years_ago": "há {{count}} anos" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 9eb8de50..d33a051c 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -148,5 +148,15 @@ "close_thread": "închide firul", "view_spoiler": "vezi spoilerul", "filter": "filtru", - "edit": "editați" + "edit": "editați", + "time_1_minute_ago": "Acum 1 minut", + "time_x_minutes_ago": "Acum {{count}} minute", + "time_1_hour_ago": "Acum 1 oră", + "time_x_hours_ago": "Acum {{count}} ore", + "time_1_day_ago": "Acum 1 zi", + "time_x_days_ago": "Acum {{count}} zile", + "time_1_month_ago": "Acum 1 lună", + "time_x_months_ago": "Acum {{count}} luni", + "time_1_year_ago": "Acum 1 an", + "time_x_years_ago": "Acum {{count}} ani" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 3c3ba51e..14e22fd1 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -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}} лет назад" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 5af61728..513e9bd7 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -148,5 +148,15 @@ "close_thread": "mbyll temën", "view_spoiler": "shikoni spoiler", "filter": "filtruar", - "edit": "redakto" + "edit": "redakto", + "time_1_minute_ago": "1 minutë më parë", + "time_x_minutes_ago": "{{count}} minuta më parë", + "time_1_hour_ago": "1 orë më parë", + "time_x_hours_ago": "{{count}} orë më parë", + "time_1_day_ago": "1 ditë më parë", + "time_x_days_ago": "{{count}} ditë më parë", + "time_1_month_ago": "1 muaj më parë", + "time_x_months_ago": "{{count}} muaj më parë", + "time_1_year_ago": "1 vit më parë", + "time_x_years_ago": "{{count}} vite më parë" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index c62474e2..d97e6fa2 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -148,5 +148,15 @@ "close_thread": "stäng tråd", "view_spoiler": "visa spoiler", "filter": "filter", - "edit": "redigera" + "edit": "redigera", + "time_1_minute_ago": "För 1 minut sedan", + "time_x_minutes_ago": "För {{count}} minuter sedan", + "time_1_hour_ago": "För 1 timme sedan", + "time_x_hours_ago": "För {{count}} timmar sedan", + "time_1_day_ago": "För 1 dag sedan", + "time_x_days_ago": "För {{count}} dagar sedan", + "time_1_month_ago": "För 1 månad sedan", + "time_x_months_ago": "För {{count}} månader sedan", + "time_1_year_ago": "För 1 år sedan", + "time_x_years_ago": "För {{count}} år sedan" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 22a39f5f..f8e05527 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -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}} సంవత్సరాల క్రితం" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index dcd1242c..0ccb0431 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -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}} ปีที่ผ่านมา" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 3db66cf7..fa0c7992 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -148,5 +148,15 @@ "close_thread": "konuyu kapat", "view_spoiler": "spoileri görüntüle", "filter": "filtre", - "edit": "düzenle" + "edit": "düzenle", + "time_1_minute_ago": "1 dakika önce", + "time_x_minutes_ago": "{{count}} dakika önce", + "time_1_hour_ago": "1 saat önce", + "time_x_hours_ago": "{{count}} saat önce", + "time_1_day_ago": "1 gün önce", + "time_x_days_ago": "{{count}} gün önce", + "time_1_month_ago": "1 ay önce", + "time_x_months_ago": "{{count}} ay önce", + "time_1_year_ago": "1 yıl önce", + "time_x_years_ago": "{{count}} yıl önce" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index c0b4e7b0..fa3d4c67 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -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}} років тому" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 1d7038ba..49d7cfd6 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -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}} سال پہلے" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 0bc003fe..d17f540b 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -148,5 +148,15 @@ "close_thread": "đóng chủ đề", "view_spoiler": "xem spoiler", "filter": "bộ lọc", - "edit": "chỉnh sửa" + "edit": "chỉnh sửa", + "time_1_minute_ago": "1 phút trước", + "time_x_minutes_ago": "{{count}} phút trước", + "time_1_hour_ago": "1 giờ trước", + "time_x_hours_ago": "{{count}} giờ trước", + "time_1_day_ago": "1 ngày trước", + "time_x_days_ago": "{{count}} ngày trước", + "time_1_month_ago": "1 tháng trước", + "time_x_months_ago": "{{count}} tháng trước", + "time_1_year_ago": "1 năm trước", + "time_x_years_ago": "{{count}} năm trước" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 1a6d9e23..8b920ec7 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -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}}年前" } \ No newline at end of file diff --git a/src/components/catalog-row/catalog-row.tsx b/src/components/catalog-row/catalog-row.tsx index 70b04ccb..348161af 100644 --- a/src/components/catalog-row/catalog-row.tsx +++ b/src/components/catalog-row/catalog-row.tsx @@ -209,7 +209,7 @@ const CatalogPost = ({ post }: { post: Comment }) => {
{title} {' by '} - + {author?.displayName || _.capitalize(t('anonymous'))} {isCatalogPostAuthorMod && {` ## Board ${catalogPostAuthorRole}`}}