mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
support plurals in warning text (#3548)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
dd2ccc66b2
commit
82bab8bf26
@ -9,7 +9,7 @@
|
||||
"Unauthorized": "Unauthorized",
|
||||
"UnknownMethod": "Unknown method: {method}",
|
||||
"InternalServerError": "Internal server error",
|
||||
"MaintenanceWarning": "Maintenance Scheduled in {time, plural, =1 {less a minute} other {# minutes}}",
|
||||
"MaintenanceWarning": "Maintenance Scheduled in {time, plural, =1 {less than a minute} other {# minutes}}",
|
||||
"AccountNotFound": "Account not found",
|
||||
"WorkspaceNotFound": "Workspace not found",
|
||||
"InvalidPassword": "Invalid password",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"Unauthorized": "Неавторизован",
|
||||
"UnknownMethod": "Неизвестный метод: {method}",
|
||||
"InternalServerError": "Внутренняя ошибка сервера",
|
||||
"MaintenanceWarning": "Серверные работы запланированы через {time} минут",
|
||||
"MaintenanceWarning": "Серверные работы запланированы через {time, plural, one {# минуту} few {# минуты} other {# минут}}",
|
||||
"AccountNotFound": "Аккаунт не найден",
|
||||
"WorkspaceNotFound": "Рабочее пространство не найдено",
|
||||
"InvalidPassword": "Неверный пароль",
|
||||
|
Loading…
Reference in New Issue
Block a user