i18n: Updates to missing Ukrainian and Russian translations (#3239)

This commit is contained in:
Sergiy Tkachuk
2026-08-06 16:19:12 +03:00
committed by GitHub
parent 1964bef73a
commit 3f4e9a9ed9
2 changed files with 6 additions and 6 deletions
@@ -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}дн"
}
}
}
@@ -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}дн"
}
}
}