pull/68/head
Kherel 2021-10-05 22:43:12 +02:00
parent 5c01d6a375
commit 4ae77f33c8
3 changed files with 4 additions and 9 deletions

View File

@ -90,8 +90,7 @@
"card_title": "Domain",
"status": "Status — Good",
"bottom_sheet": {
"1": "It's your personal internet address that will point to the server and other services of yours.",
"2": "{}"
"1": "It's your personal internet address that will point to the server and other services of yours."
}
},
"backup": {

View File

@ -90,8 +90,7 @@
"card_title": "Домен",
"status": "Статус — в норме",
"bottom_sheet": {
"1": "Это ваш личный адрес в интернете, который будет указывать на сервер и другие ваши сервисы.",
"2": "{}"
"1": "Это ваш личный адрес в интернете, который будет указывать на сервер и другие ваши сервисы."
}
},
"backup": {
@ -99,9 +98,7 @@
"status": "Статус — в норме",
"bottom_sheet": {
"1": "Выручит Вас в любой ситуации: хакерская атака, удаление сервера и.т.д.",
"2": "Использовано 3Gb из бестплатых 10Gb.",
"3": "Последнее копирование была сделана вчера в {}."
"2": "Использовано 3Gb из бестплатых 10Gb. Последнее копирование была сделана вчера в {}."
}
}
},

View File

@ -178,8 +178,7 @@ class _ProviderDetails extends StatelessWidget {
children = [
BrandText.body1('providers.domain.bottom_sheet.1'.tr()),
SizedBox(height: 10),
BrandText.body1(
'providers.domain.bottom_sheet.2'.tr(args: [domainName])),
BrandText.body1(domainName),
SizedBox(height: 10),
BrandText.body1('providers.domain.status'.tr()),
];