M image/assets/lang/Deutsch.json => image/assets/lang/Deutsch.json +0 -1
@@ 605,7 605,6 @@
"app_bell_settings_time_units_time_fmt_top_message": "Zeitformat",
"app_bell_settings_time_units_time_message": "Zeit",
"app_bell_settings_advanced_temp_scale": "Temperaturskala",
- "app_bell_onboarding_finalize": "Gut gemacht!",
"app_bell_onboarding_welcome": "Willkommen",
"app_bellmain_home_screen_bottom_desc_dp": "Tief drücken, um zu aktivieren",
"app_bellmain_home_screen_bottom_desc": "Der nächste Alarm klingelt",
M image/assets/lang/English.json => image/assets/lang/English.json +0 -1
@@ 603,7 603,6 @@
"app_bell_onboarding_info_light_click": "<text font='gt_pressura' weight='regular' size='38'>Light click </text><text font='gt_pressura' weight='light' size='38'>to continue</text>",
"app_bell_onboarding_info_deep_click_warning": "<text font='gt_pressura' weight='light' size='38'>You've </text><text font='gt_pressura' weight='regular' size='38'>deep pressed</text>",
"app_bell_onboarding_info_deep_click_correction": "<text font='gt_pressura' weight='light' size='38'>Be more gentle,<br></br>try </text><text font='gt_pressura' weight='regular' size='38'>light click </text><text font='gt_pressura' weight='light' size='38'>this time</text>",
- "app_bell_onboarding_finalize": "Well done!",
"app_bell_onboarding_welcome": "Welcome",
"app_bell_settings_advanced": "Advanced",
"app_bell_settings_time_units": "Time & units",
M image/assets/lang/Espanol.json => image/assets/lang/Espanol.json +0 -1
@@ 610,7 610,6 @@
"app_bell_settings_time_units_time_fmt_top_message": "Formato de hora",
"app_bell_settings_time_units_time_message": "Hora",
"app_bell_settings_advanced_temp_scale": "Escala de temperatura",
- "app_bell_onboarding_finalize": "¡Bien hecho!",
"app_bell_onboarding_welcome_message": "Mudita Harmony",
"app_bell_onboarding_info_rotate": "<text font='gt_pressura' weight='regular' size='38'>Girar </text><text font='gt_pressura' weight='light' size='38'> para seleccionar</text>",
"app_bell_onboarding_info_light_click": "<text font='gt_pressura' weight='regular' size='38'>Click ligeramente </text><text font='gt_pressura' weight='light' size='38'>para continuar</text>",
M image/assets/lang/Francais.json => image/assets/lang/Francais.json +0 -1
@@ 584,7 584,6 @@
"app_bell_settings_time_units_time_fmt_top_message": "Format de l'heure",
"app_bell_settings_time_units_time_message": "Heure",
"app_bell_settings_advanced_temp_scale": "Échelle de température",
- "app_bell_onboarding_finalize": "Bien!",
"app_bell_onboarding_welcome_message": "Mudita Harmony",
"app_bell_onboarding_info_rotate": "<text font='gt_pressura' weight='regular' size='38'>Tourner </text><text font='gt_pressura' weight='light' size='38'>pour sélectionner</text>",
"app_bell_onboarding_info_light_click": "<text font='gt_pressura' weight='regular' size='38'>Cliquer doucement </text><text font='gt_pressura' weight='light' size='38'>pour continuer</text>",
M image/assets/lang/Polski.json => image/assets/lang/Polski.json +0 -1
@@ 619,7 619,6 @@
"app_bellmain_background_sounds": "Relaks",
"app_bellmain_settings": "Ustawienia",
"app_bellmain_main_window_title": "Mudita Harmony",
- "app_bell_onboarding_finalize": "Dobra robota!",
"app_bell_onboarding_welcome_message": "Mudita Harmony",
"app_bell_onboarding_info_rotate": "<text font='gt_pressura' weight='regular' size='38'>Obróć, </text><text font='gt_pressura' weight='light' size='38'>aby wybrać</text>",
"app_bell_onboarding_info_light_click": "<text font='gt_pressura' weight='regular' size='38'>Kliknij lekko, </text><text font='gt_pressura' weight='light' size='38'>aby kontynuować</text>",
M products/BellHybrid/apps/application-bell-onboarding/windows/OnBoardingFinalizeWindow.cpp => products/BellHybrid/apps/application-bell-onboarding/windows/OnBoardingFinalizeWindow.cpp +3 -4
@@ 3,7 3,7 @@
#include "OnBoardingFinalizeWindow.hpp"
-#include <Icon.hpp>
+#include <gui/widgets/Icon.hpp>
#include <i18n/i18n.hpp>
namespace gui
@@ 38,8 38,7 @@ namespace gui
{
BellFinishedWindow::onBeforeShow(mode, data);
- icon->image->set("bell_very_big_logo", ImageTypeSpecifier::W_G);
- icon->text->setFont(style::window::font::verybiglight);
- icon->text->setText(utils::translate("app_bell_onboarding_finalize"));
+ icon->image->set("circle_success_big");
+ icon->setY(0);
}
} // namespace gui