mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-11 18:39:45 +00:00
fix(assets): Remove string hardcode from domain setup page
This commit is contained in:
parent
90dd3beae0
commit
556df5aadc
|
@ -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",
|
||||||
|
@ -428,4 +429,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 {}"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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": "Резервное копирование",
|
||||||
|
@ -429,4 +430,4 @@
|
||||||
"length_not_equal": "Длина строки [], должно быть равно {}",
|
"length_not_equal": "Длина строки [], должно быть равно {}",
|
||||||
"length_longer": "Длина строки [], должно быть меньше либо равно {}"
|
"length_longer": "Длина строки [], должно быть меньше либо равно {}"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -378,7 +378,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()),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue