chore: Merge master into digital-ocean

routes-refactor
NaiJi ✨ 2022-10-20 12:40:16 +04:00
commit eebff47d0c
3 changed files with 7 additions and 5 deletions

View File

@ -141,7 +141,8 @@
"services_title": "Services", "services_title": "Services",
"services_subtitle": "Type “A” records required for each service.", "services_subtitle": "Type “A” records required for each service.",
"email_title": "Email", "email_title": "Email",
"email_subtitle": "Records necessary for secure email exchange." "email_subtitle": "Records necessary for secure email exchange.",
"update_list": "Update list"
}, },
"backup": { "backup": {
"card_title": "Backup", "card_title": "Backup",
@ -431,4 +432,4 @@
"length_not_equal": "Length is [], should be {}", "length_not_equal": "Length is [], should be {}",
"length_longer": "Length is [], should be shorter than or equal to {}" "length_longer": "Length is [], should be shorter than or equal to {}"
} }
} }

View File

@ -141,7 +141,8 @@
"services_title": "Сервисы", "services_title": "Сервисы",
"services_subtitle": "Записи типа “A” необходимые для работы сервисов.", "services_subtitle": "Записи типа “A” необходимые для работы сервисов.",
"email_title": "Электронная почта", "email_title": "Электронная почта",
"email_subtitle": "Записи необходимые для безопасного обмена электронной почтой." "email_subtitle": "Записи необходимые для безопасного обмена электронной почтой.",
"update_list": "Обновить список"
}, },
"backup": { "backup": {
"card_title": "Резервное копирование", "card_title": "Резервное копирование",
@ -431,4 +432,4 @@
"length_not_equal": "Длина строки [], должно быть равно {}", "length_not_equal": "Длина строки [], должно быть равно {}",
"length_longer": "Длина строки [], должно быть меньше либо равно {}" "length_longer": "Длина строки [], должно быть меньше либо равно {}"
} }
} }

View File

@ -360,7 +360,7 @@ class InitializingPage extends StatelessWidget {
color: Colors.white, color: Colors.white,
), ),
const SizedBox(width: 10), const SizedBox(width: 10),
BrandText.buttonTitleText('Обновить cписок'), BrandText.buttonTitleText('domain.update_list'.tr()),
], ],
), ),
), ),