diff --git a/app/assets/i18n/_missing_translations_ru.json b/app/assets/i18n/_missing_translations_ru.json index e639c656..de9a764d 100644 --- a/app/assets/i18n/_missing_translations_ru.json +++ b/app/assets/i18n/_missing_translations_ru.json @@ -6,13 +6,13 @@ "progressPage": { "remainingTime": { "minutesUnit(plural, param=m)": { - "other": "{m}m" + "other": "{m}мин" }, "hoursUnit(plural, param=h)": { - "other": "{h}h" + "other": "{h}ч" }, "daysUnit(plural, param=d)": { - "other": "{d}d" + "other": "{d}дн" } } } diff --git a/app/assets/i18n/_missing_translations_uk.json b/app/assets/i18n/_missing_translations_uk.json index a604e3ad..044d62e4 100644 --- a/app/assets/i18n/_missing_translations_uk.json +++ b/app/assets/i18n/_missing_translations_uk.json @@ -6,13 +6,13 @@ "progressPage": { "remainingTime": { "minutesUnit(plural, param=m)": { - "other": "{m}m" + "other": "{m}хв" }, "hoursUnit(plural, param=h)": { - "other": "{h}h" + "other": "{h}год" }, "daysUnit(plural, param=d)": { - "other": "{d}d" + "other": "{d}дн" } } }