diff --git a/packages/smooth_app/lib/l10n/app_localizations.dart b/packages/smooth_app/lib/l10n/app_localizations.dart index 3276f9f791c2..e3cbc2bc3c8a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations.dart +++ b/packages/smooth_app/lib/l10n/app_localizations.dart @@ -6146,6 +6146,12 @@ abstract class AppLocalizations { /// **'Starting the refresh of all the products locally stored'** String get background_task_title_full_refresh; + /// Snackbar message when server action for folksonomy updates is started + /// + /// In en, this message translates to: + /// **'Starting to perform the server actions for folksonomy updates stored locally'** + String get background_task_title_folksonomy; + /// Snackbar message when a download of the most popular products is started /// /// In en, this message translates to: diff --git a/packages/smooth_app/lib/l10n/app_localizations_aa.dart b/packages/smooth_app/lib/l10n/app_localizations_aa.dart index 9f9e62b60c2f..dbe6bd9fc21a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_aa.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_aa.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsAa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_af.dart b/packages/smooth_app/lib/l10n/app_localizations_af.dart index 59ad59bbeb24..05daa9289e34 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_af.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_af.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsAf extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ak.dart b/packages/smooth_app/lib/l10n/app_localizations_ak.dart index ad6a7e35e480..8fd7120e3018 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ak.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ak.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsAk extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_am.dart b/packages/smooth_app/lib/l10n/app_localizations_am.dart index dcc8fe7e28a1..7134052fa24f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_am.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_am.dart @@ -3513,6 +3513,10 @@ class AppLocalizationsAm extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ar.dart b/packages/smooth_app/lib/l10n/app_localizations_ar.dart index d43acd8cb7c3..07c22443ed89 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ar.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ar.dart @@ -3500,6 +3500,10 @@ class AppLocalizationsAr extends AppLocalizations { String get background_task_title_full_refresh => 'بدء تحديث جميع المنتجات المخزنة محليًا'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'بدء تنزيل المنتجات الأكثر شعبية'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_as.dart b/packages/smooth_app/lib/l10n/app_localizations_as.dart index 84e28b7806a5..7f6711fb2581 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_as.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_as.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsAs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_az.dart b/packages/smooth_app/lib/l10n/app_localizations_az.dart index 2511fd862094..e76b60315d01 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_az.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_az.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsAz extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_be.dart b/packages/smooth_app/lib/l10n/app_localizations_be.dart index 93a67c81ed52..59989c2d26e4 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_be.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_be.dart @@ -3542,6 +3542,10 @@ class AppLocalizationsBe extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_bg.dart b/packages/smooth_app/lib/l10n/app_localizations_bg.dart index 438cdf18ced7..a0c70d212220 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_bg.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_bg.dart @@ -3576,6 +3576,10 @@ class AppLocalizationsBg extends AppLocalizations { String get background_task_title_full_refresh => 'Стартиране на опресняването на всички продукти, съхранявани локално'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Започва изтеглянето на най-популярните продукти'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_bm.dart b/packages/smooth_app/lib/l10n/app_localizations_bm.dart index c69fec0c98bc..965041a89718 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_bm.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_bm.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsBm extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_bn.dart b/packages/smooth_app/lib/l10n/app_localizations_bn.dart index 4f6cba16f957..f96a842b6718 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_bn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_bn.dart @@ -3541,6 +3541,10 @@ class AppLocalizationsBn extends AppLocalizations { String get background_task_title_full_refresh => 'স্থানীয়ভাবে সংরক্ষিত সমস্ত পণ্যের রিফ্রেশ শুরু করা হচ্ছে'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'সর্বাধিক জনপ্রিয় পণ্যগুলির ডাউনলোড শুরু হচ্ছে'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_bo.dart b/packages/smooth_app/lib/l10n/app_localizations_bo.dart index c01cc34802cc..73fe43a73c79 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_bo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_bo.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsBo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_br.dart b/packages/smooth_app/lib/l10n/app_localizations_br.dart index ce2a84602970..7955f1e34235 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_br.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_br.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsBr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_bs.dart b/packages/smooth_app/lib/l10n/app_localizations_bs.dart index 13f4daf620ed..c108afd73d0c 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_bs.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_bs.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsBs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ca.dart b/packages/smooth_app/lib/l10n/app_localizations_ca.dart index cfeac69a3b7a..fa93e09a9e11 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ca.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ca.dart @@ -3559,6 +3559,10 @@ class AppLocalizationsCa extends AppLocalizations { String get background_task_title_full_refresh => 'Començant l\'actualització de tots els productes emmagatzemats localment'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Començant la descàrrega dels productes més populars'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ce.dart b/packages/smooth_app/lib/l10n/app_localizations_ce.dart index 4bb517240ad5..83fcc05c15e7 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ce.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ce.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsCe extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_co.dart b/packages/smooth_app/lib/l10n/app_localizations_co.dart index 350a0fbab9b1..c86b0ddd0be2 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_co.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_co.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsCo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_cs.dart b/packages/smooth_app/lib/l10n/app_localizations_cs.dart index 20f980588c01..67131d18503d 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_cs.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_cs.dart @@ -3538,6 +3538,10 @@ class AppLocalizationsCs extends AppLocalizations { String get background_task_title_full_refresh => 'Spouštění aktualizace všech lokálně uložených produktů'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Zahájení stahování nejoblíbenějších produktů'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_cv.dart b/packages/smooth_app/lib/l10n/app_localizations_cv.dart index 3b402f9dfb4a..dca16d3a5075 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_cv.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_cv.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsCv extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_cy.dart b/packages/smooth_app/lib/l10n/app_localizations_cy.dart index 693a6fd5ac9f..179dfd500305 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_cy.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_cy.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsCy extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_da.dart b/packages/smooth_app/lib/l10n/app_localizations_da.dart index f53309768d00..dfdff3fb3cde 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_da.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_da.dart @@ -3534,6 +3534,10 @@ class AppLocalizationsDa extends AppLocalizations { String get background_task_title_full_refresh => 'Starter opdateringen af alle de lokalt lagrede produkter'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starter download af de mest populære produkter'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_de.dart b/packages/smooth_app/lib/l10n/app_localizations_de.dart index ef2698803669..dd34f9b6ce1c 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_de.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_de.dart @@ -3590,6 +3590,10 @@ class AppLocalizationsDe extends AppLocalizations { String get background_task_title_full_refresh => 'Aktualisierung aller lokal gespeicherten Produkte wird gestartet'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Herunterladen der beliebtesten Produkte wird gestartet'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_el.dart b/packages/smooth_app/lib/l10n/app_localizations_el.dart index 3be64bbc16b7..9cc46973d141 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_el.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_el.dart @@ -3597,6 +3597,10 @@ class AppLocalizationsEl extends AppLocalizations { String get background_task_title_full_refresh => 'Έναρξη ανανέωσης όλων των προϊόντων που είναι αποθηκευμένα τοπικά'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Έναρξη λήψης των πιο δημοφιλών προϊόντων'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_en.dart b/packages/smooth_app/lib/l10n/app_localizations_en.dart index 1757f49692fa..0ce0aab7c00b 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_en.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_en.dart @@ -3514,6 +3514,10 @@ class AppLocalizationsEn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_eo.dart b/packages/smooth_app/lib/l10n/app_localizations_eo.dart index fff5925dce6f..c61b6f1a1b0e 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_eo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_eo.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsEo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_es.dart b/packages/smooth_app/lib/l10n/app_localizations_es.dart index 8151b71b20e4..10b81b7c7ec5 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_es.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_es.dart @@ -3585,6 +3585,10 @@ class AppLocalizationsEs extends AppLocalizations { String get background_task_title_full_refresh => 'Iniciando la actualización de todos los productos almacenados localmente'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Iniciando la descarga de los productos más populares'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_et.dart b/packages/smooth_app/lib/l10n/app_localizations_et.dart index c518f2837d10..311450694f36 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_et.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_et.dart @@ -3530,6 +3530,10 @@ class AppLocalizationsEt extends AppLocalizations { String get background_task_title_full_refresh => 'Kõigi kohalikult salvestatud toodete värskendamise alustamine'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Kõige populaarsemate toodete allalaadimise alustamine'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_eu.dart b/packages/smooth_app/lib/l10n/app_localizations_eu.dart index 5a9d053811c7..2c664d823cec 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_eu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_eu.dart @@ -3526,6 +3526,10 @@ class AppLocalizationsEu extends AppLocalizations { String get background_task_title_full_refresh => 'Bertan gordeta dauden produktu guztiak freskatzeari ekiten'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Produktu ezagunenen deskargari ekiten'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_fa.dart b/packages/smooth_app/lib/l10n/app_localizations_fa.dart index ff5e55647459..72421e3404a2 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_fa.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_fa.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsFa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_fi.dart b/packages/smooth_app/lib/l10n/app_localizations_fi.dart index 2b0e5957629e..ca94a4dc0a86 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_fi.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_fi.dart @@ -3514,6 +3514,10 @@ class AppLocalizationsFi extends AppLocalizations { String get background_task_title_full_refresh => 'Aloitetaan kaikkien paikallisesti tallennettujen tuotteiden päivitys'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Aloitetaan suosituimpien tuotteiden lataus'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_fo.dart b/packages/smooth_app/lib/l10n/app_localizations_fo.dart index 9c9743b553cd..98bdc7b88336 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_fo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_fo.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsFo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_fr.dart b/packages/smooth_app/lib/l10n/app_localizations_fr.dart index 818586d0872d..b57e7f1e8bdd 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_fr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_fr.dart @@ -3601,6 +3601,10 @@ class AppLocalizationsFr extends AppLocalizations { String get background_task_title_full_refresh => 'Démarrage de la mise à jour de tous les produits stockés localement'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Démarrage du téléchargement des produits les plus populaires'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ga.dart b/packages/smooth_app/lib/l10n/app_localizations_ga.dart index 76345a91cd18..c82164a2903a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ga.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ga.dart @@ -3522,6 +3522,10 @@ class AppLocalizationsGa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_gd.dart b/packages/smooth_app/lib/l10n/app_localizations_gd.dart index 7251162a0a8c..338b98650ff6 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_gd.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_gd.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsGd extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_gl.dart b/packages/smooth_app/lib/l10n/app_localizations_gl.dart index b24f266a004b..62008fb1a777 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_gl.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_gl.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsGl extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_gu.dart b/packages/smooth_app/lib/l10n/app_localizations_gu.dart index 0b119c74e03c..68a504a290ad 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_gu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_gu.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsGu extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ha.dart b/packages/smooth_app/lib/l10n/app_localizations_ha.dart index 1a62ea02a1e9..af95b705a649 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ha.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ha.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsHa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_he.dart b/packages/smooth_app/lib/l10n/app_localizations_he.dart index b5f48e65f396..3c63e7a084f7 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_he.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_he.dart @@ -3505,6 +3505,10 @@ class AppLocalizationsHe extends AppLocalizations { String get background_task_title_full_refresh => 'מתחיל רענון של כל המוצרים שמאוחסנים מקומית'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'מתחילה הורדת המוצרים הנפוצים ביותר'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_hi.dart b/packages/smooth_app/lib/l10n/app_localizations_hi.dart index bb2ee3661896..114ff9562587 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_hi.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_hi.dart @@ -3530,6 +3530,10 @@ class AppLocalizationsHi extends AppLocalizations { String get background_task_title_full_refresh => 'स्थानीय रूप से संग्रहीत सभी उत्पादों का रिफ्रेश प्रारंभ करना'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'सबसे लोकप्रिय उत्पादों का डाउनलोड शुरू करना'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_hr.dart b/packages/smooth_app/lib/l10n/app_localizations_hr.dart index 80a42ca8784e..345d9b0b357a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_hr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_hr.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsHr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ht.dart b/packages/smooth_app/lib/l10n/app_localizations_ht.dart index a8e5e412aecc..0d62f774d40f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ht.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ht.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsHt extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_hu.dart b/packages/smooth_app/lib/l10n/app_localizations_hu.dart index a4593d41a540..8db20c02d1c8 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_hu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_hu.dart @@ -3554,6 +3554,10 @@ class AppLocalizationsHu extends AppLocalizations { String get background_task_title_full_refresh => 'Az összes helyben tárolt termék frissítésének megkezdése'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'A legnépszerűbb termékek letöltésének megkezdése'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_hy.dart b/packages/smooth_app/lib/l10n/app_localizations_hy.dart index e0352cb11101..b648017d6b1d 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_hy.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_hy.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsHy extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_id.dart b/packages/smooth_app/lib/l10n/app_localizations_id.dart index 5320ea7b535e..a0c748a92166 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_id.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_id.dart @@ -3546,6 +3546,10 @@ class AppLocalizationsId extends AppLocalizations { String get background_task_title_full_refresh => 'Memulai penyegaran semua produk yang disimpan secara lokal'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Memulai pengunduhan produk paling populer'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ii.dart b/packages/smooth_app/lib/l10n/app_localizations_ii.dart index 3c13c5ea132d..8e45acac83bd 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ii.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ii.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsIi extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_is.dart b/packages/smooth_app/lib/l10n/app_localizations_is.dart index d299b68a468a..c856e0dc8d20 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_is.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_is.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsIs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_it.dart b/packages/smooth_app/lib/l10n/app_localizations_it.dart index bb3a65ea73fc..7eebc42771d1 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_it.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_it.dart @@ -3577,6 +3577,10 @@ class AppLocalizationsIt extends AppLocalizations { String get background_task_title_full_refresh => 'Avviando il ricaricamento di tutti i prodotti memorizzati localmente'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Avviando il download dei prodotti più popolari'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_iu.dart b/packages/smooth_app/lib/l10n/app_localizations_iu.dart index faa64336e2d5..fa9371bf45ff 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_iu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_iu.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsIu extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ja.dart b/packages/smooth_app/lib/l10n/app_localizations_ja.dart index 694fa83ac599..644eeb4e31fb 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ja.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ja.dart @@ -3380,6 +3380,10 @@ class AppLocalizationsJa extends AppLocalizations { String get background_task_title_full_refresh => 'ローカルに保存されているすべての製品の更新を開始します'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => '最も人気のある製品のダウンロードを開始します'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_jv.dart b/packages/smooth_app/lib/l10n/app_localizations_jv.dart index 232e129d1bf6..a7f7fe0a4801 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_jv.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_jv.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsJv extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ka.dart b/packages/smooth_app/lib/l10n/app_localizations_ka.dart index 64d0c08ce50e..34a1bafb7bbf 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ka.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ka.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsKa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_kk.dart b/packages/smooth_app/lib/l10n/app_localizations_kk.dart index ca72451c9869..710f6fe5e2eb 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_kk.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_kk.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsKk extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_km.dart b/packages/smooth_app/lib/l10n/app_localizations_km.dart index 66674c562f64..72b109603d60 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_km.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_km.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsKm extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_kn.dart b/packages/smooth_app/lib/l10n/app_localizations_kn.dart index 3cee1ca7e8ce..c3dd3f6306c1 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_kn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_kn.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsKn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ko.dart b/packages/smooth_app/lib/l10n/app_localizations_ko.dart index 3e02c8715b09..dea6ced0df48 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ko.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ko.dart @@ -3380,6 +3380,10 @@ class AppLocalizationsKo extends AppLocalizations { String get background_task_title_full_refresh => '로컬에 저장된 모든 제품의 새로 고침을 시작합니다.'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => '가장 인기 있는 상품 다운로드 시작'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ku.dart b/packages/smooth_app/lib/l10n/app_localizations_ku.dart index 1db15c2c4ae7..101a4bc2465b 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ku.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ku.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsKu extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_kw.dart b/packages/smooth_app/lib/l10n/app_localizations_kw.dart index a82d2dff3334..76c6cf4252ef 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_kw.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_kw.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsKw extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ky.dart b/packages/smooth_app/lib/l10n/app_localizations_ky.dart index 8d475024a572..6ea6f5b542d8 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ky.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ky.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsKy extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_la.dart b/packages/smooth_app/lib/l10n/app_localizations_la.dart index 0a524188c6ef..92a52c7c8be5 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_la.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_la.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsLa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_lb.dart b/packages/smooth_app/lib/l10n/app_localizations_lb.dart index b32971bdcdce..d4f7a4a4c5af 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_lb.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_lb.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsLb extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_lo.dart b/packages/smooth_app/lib/l10n/app_localizations_lo.dart index 394ea2d78d68..2e6c5eb34b59 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_lo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_lo.dart @@ -3513,6 +3513,10 @@ class AppLocalizationsLo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_lt.dart b/packages/smooth_app/lib/l10n/app_localizations_lt.dart index 0746c3ba058e..153b3cf3b8ec 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_lt.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_lt.dart @@ -3574,6 +3574,10 @@ class AppLocalizationsLt extends AppLocalizations { String get background_task_title_full_refresh => 'Pradedamas visų vietoje saugomų produktų atnaujinimas'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Pradedamas populiariausių produktų atsisiuntimas'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_lv.dart b/packages/smooth_app/lib/l10n/app_localizations_lv.dart index 8c6a4da47d1a..0be365e40281 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_lv.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_lv.dart @@ -3570,6 +3570,10 @@ class AppLocalizationsLv extends AppLocalizations { String get background_task_title_full_refresh => 'Tiek sākta visu lokāli saglabāto produktu atsvaidzināšana'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Sākam populārāko produktu lejupielādi'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_mg.dart b/packages/smooth_app/lib/l10n/app_localizations_mg.dart index 60eecde1cbda..ba24c802b607 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_mg.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_mg.dart @@ -3523,6 +3523,10 @@ class AppLocalizationsMg extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_mi.dart b/packages/smooth_app/lib/l10n/app_localizations_mi.dart index 260702450e1e..75a30e7d3947 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_mi.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_mi.dart @@ -3523,6 +3523,10 @@ class AppLocalizationsMi extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ml.dart b/packages/smooth_app/lib/l10n/app_localizations_ml.dart index c2087f6b127e..3a4dd779b182 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ml.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ml.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsMl extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_mn.dart b/packages/smooth_app/lib/l10n/app_localizations_mn.dart index 297c32a24c3d..b1ab8e481a09 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_mn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_mn.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsMn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_mr.dart b/packages/smooth_app/lib/l10n/app_localizations_mr.dart index caa305ef6aaa..2a68a1696150 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_mr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_mr.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsMr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ms.dart b/packages/smooth_app/lib/l10n/app_localizations_ms.dart index 5a3b35eb988e..0fe3a94b4e22 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ms.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ms.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsMs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_mt.dart b/packages/smooth_app/lib/l10n/app_localizations_mt.dart index c0283d49b899..c7b1c4cee09c 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_mt.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_mt.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsMt extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_my.dart b/packages/smooth_app/lib/l10n/app_localizations_my.dart index da9d08ffb7ce..1337e1b5dba3 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_my.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_my.dart @@ -3525,6 +3525,10 @@ class AppLocalizationsMy extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_nb.dart b/packages/smooth_app/lib/l10n/app_localizations_nb.dart index 8d7c13e823e0..4ec7b2bfad99 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_nb.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_nb.dart @@ -3532,6 +3532,10 @@ class AppLocalizationsNb extends AppLocalizations { String get background_task_title_full_refresh => 'Starter oppdateringen av alle produktene som er lagret lokalt'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starter nedlastingen av de mest populære produktene'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ne.dart b/packages/smooth_app/lib/l10n/app_localizations_ne.dart index 38f54dae64fd..dcb27458c937 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ne.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ne.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsNe extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_nl.dart b/packages/smooth_app/lib/l10n/app_localizations_nl.dart index a182cac1066a..4167987ae922 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_nl.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_nl.dart @@ -3559,6 +3559,10 @@ class AppLocalizationsNl extends AppLocalizations { String get background_task_title_full_refresh => 'Het vernieuwen starten van alle producten die lokaal zijn opgeslagen'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Het downloaden van de meest populaire producten starten'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_nn.dart b/packages/smooth_app/lib/l10n/app_localizations_nn.dart index 08b82a6dd9b5..e3f7e03a7c77 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_nn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_nn.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsNn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_no.dart b/packages/smooth_app/lib/l10n/app_localizations_no.dart index 696a15909832..a577e595ebd8 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_no.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_no.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsNo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_nr.dart b/packages/smooth_app/lib/l10n/app_localizations_nr.dart index bf4d4946cd43..44cc758f1c6e 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_nr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_nr.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsNr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_oc.dart b/packages/smooth_app/lib/l10n/app_localizations_oc.dart index 301589493aba..2b1bc71a53d1 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_oc.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_oc.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsOc extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_or.dart b/packages/smooth_app/lib/l10n/app_localizations_or.dart index c5e630540fa5..e8b03c68f02f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_or.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_or.dart @@ -3522,6 +3522,10 @@ class AppLocalizationsOr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_pa.dart b/packages/smooth_app/lib/l10n/app_localizations_pa.dart index 9b2965f75f27..dd28476d5853 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_pa.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_pa.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsPa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_pl.dart b/packages/smooth_app/lib/l10n/app_localizations_pl.dart index 346b6bf2339c..fe8e9dbcd2f5 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_pl.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_pl.dart @@ -3568,6 +3568,10 @@ class AppLocalizationsPl extends AppLocalizations { String get background_task_title_full_refresh => 'Rozpoczynanie odświeżania wszystkich lokalnie przechowywanych produktów'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Rozpoczynanie pobierania najbardziej popularnych produktów'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_pt.dart b/packages/smooth_app/lib/l10n/app_localizations_pt.dart index ea80ed9898e4..bb9880d74aa7 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_pt.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_pt.dart @@ -3582,6 +3582,10 @@ class AppLocalizationsPt extends AppLocalizations { String get background_task_title_full_refresh => 'A iniciar a atualização de todos os produtos armazenados localmente'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Iniciar o descarregamento dos produtos mais populares'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_qu.dart b/packages/smooth_app/lib/l10n/app_localizations_qu.dart index fdb08e71635e..d53eec02f6b4 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_qu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_qu.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsQu extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_rm.dart b/packages/smooth_app/lib/l10n/app_localizations_rm.dart index 1bd2fc367956..efa02a50ba9b 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_rm.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_rm.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsRm extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ro.dart b/packages/smooth_app/lib/l10n/app_localizations_ro.dart index eeba4bfe9649..5f50fea85213 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ro.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ro.dart @@ -3587,6 +3587,10 @@ class AppLocalizationsRo extends AppLocalizations { String get background_task_title_full_refresh => 'Începe reîmprospătarea tuturor produselor stocate local'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Începe descărcarea celor mai populare produse'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ru.dart b/packages/smooth_app/lib/l10n/app_localizations_ru.dart index 3fa0feb6d92a..622663bedbd1 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ru.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ru.dart @@ -3601,6 +3601,10 @@ class AppLocalizationsRu extends AppLocalizations { String get background_task_title_full_refresh => 'Начинаем обновление всех локально хранящихся продуктов.'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Начинаем загрузку самых популярных продуктов'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sa.dart b/packages/smooth_app/lib/l10n/app_localizations_sa.dart index 8ff28aafdf01..69819392188c 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sa.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sa.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsSa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sc.dart b/packages/smooth_app/lib/l10n/app_localizations_sc.dart index fda8b0136051..8ec4b7df192c 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sc.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sc.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsSc extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sd.dart b/packages/smooth_app/lib/l10n/app_localizations_sd.dart index 5f836ecb8553..f26fc05550e0 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sd.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sd.dart @@ -3514,6 +3514,10 @@ class AppLocalizationsSd extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sg.dart b/packages/smooth_app/lib/l10n/app_localizations_sg.dart index cbcb77a29488..4fe1317e968f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sg.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sg.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsSg extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_si.dart b/packages/smooth_app/lib/l10n/app_localizations_si.dart index 95206650a348..6dad6ff9d42f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_si.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_si.dart @@ -3522,6 +3522,10 @@ class AppLocalizationsSi extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sk.dart b/packages/smooth_app/lib/l10n/app_localizations_sk.dart index e514c0f4ec41..320c207c3315 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sk.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sk.dart @@ -3550,6 +3550,10 @@ class AppLocalizationsSk extends AppLocalizations { String get background_task_title_full_refresh => 'Spustenie obnovy všetkých lokálne uložených produktov'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Spustenie sťahovania najpopulárnejších produktov'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sl.dart b/packages/smooth_app/lib/l10n/app_localizations_sl.dart index 79fe1ac4eaa4..f8a955d1e3f9 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sl.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sl.dart @@ -3553,6 +3553,10 @@ class AppLocalizationsSl extends AppLocalizations { String get background_task_title_full_refresh => 'Začetek osveževanja vseh lokalno shranjenih izdelkov'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Začetek prenosa najbolj priljubljenih izdelkov'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sn.dart b/packages/smooth_app/lib/l10n/app_localizations_sn.dart index af118eb1d512..3ab70636ae17 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sn.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsSn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_so.dart b/packages/smooth_app/lib/l10n/app_localizations_so.dart index 5c14ea7c94e7..03e731301bfd 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_so.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_so.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsSo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sq.dart b/packages/smooth_app/lib/l10n/app_localizations_sq.dart index 07bb4845a1d5..f867d453c55e 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sq.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sq.dart @@ -3531,6 +3531,10 @@ class AppLocalizationsSq extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sr.dart b/packages/smooth_app/lib/l10n/app_localizations_sr.dart index 6ea64e31e928..412b2a13e502 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sr.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsSr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ss.dart b/packages/smooth_app/lib/l10n/app_localizations_ss.dart index 6e983680bf8e..88f02584150b 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ss.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ss.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsSs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_st.dart b/packages/smooth_app/lib/l10n/app_localizations_st.dart index 30a085455e5d..8b30b83e82b8 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_st.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_st.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsSt extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sv.dart b/packages/smooth_app/lib/l10n/app_localizations_sv.dart index 17dd5c841edf..b904b694cc83 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sv.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sv.dart @@ -3546,6 +3546,10 @@ class AppLocalizationsSv extends AppLocalizations { String get background_task_title_full_refresh => 'Startar uppdateringen av alla lokalt lagrade produkter'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Startar nedladdningen av de mest populära produkterna'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_sw.dart b/packages/smooth_app/lib/l10n/app_localizations_sw.dart index 0b8df15c7f18..3877c98f403a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_sw.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_sw.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsSw extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ta.dart b/packages/smooth_app/lib/l10n/app_localizations_ta.dart index 8bfa04376e28..830d4447ada1 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ta.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ta.dart @@ -3531,6 +3531,10 @@ class AppLocalizationsTa extends AppLocalizations { String get background_task_title_full_refresh => 'உள்நாட்டில் சேமிக்கப்பட்ட அனைத்து தயாரிப்புகளையும் புதுப்பிக்கத் தொடங்குகிறது'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'மிகவும் பிரபலமான தயாரிப்புகளின் பதிவிறக்கத்தைத் தொடங்குகிறது'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_te.dart b/packages/smooth_app/lib/l10n/app_localizations_te.dart index 673e5ab7f56d..ff800365d560 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_te.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_te.dart @@ -3519,6 +3519,10 @@ class AppLocalizationsTe extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tg.dart b/packages/smooth_app/lib/l10n/app_localizations_tg.dart index 102b4844d7fb..ff537c77acb3 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tg.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tg.dart @@ -3519,6 +3519,10 @@ class AppLocalizationsTg extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_th.dart b/packages/smooth_app/lib/l10n/app_localizations_th.dart index bd274f0c4f18..fef4641ef926 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_th.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_th.dart @@ -3509,6 +3509,10 @@ class AppLocalizationsTh extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ti.dart b/packages/smooth_app/lib/l10n/app_localizations_ti.dart index 0977c608e50e..7d1d9215229e 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ti.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ti.dart @@ -3512,6 +3512,10 @@ class AppLocalizationsTi extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tl.dart b/packages/smooth_app/lib/l10n/app_localizations_tl.dart index d3fed77c98d0..577189fce671 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tl.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tl.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsTl extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tn.dart b/packages/smooth_app/lib/l10n/app_localizations_tn.dart index 3d642404d6ff..b34e523fda7b 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tn.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tn.dart @@ -3521,6 +3521,10 @@ class AppLocalizationsTn extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tr.dart b/packages/smooth_app/lib/l10n/app_localizations_tr.dart index 9339daa73fad..4607b0b7ff6f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tr.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tr.dart @@ -3537,6 +3537,10 @@ class AppLocalizationsTr extends AppLocalizations { String get background_task_title_full_refresh => 'Yerel olarak depolanan tüm ürünlerin yenilenmesinin başlatılması'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'En popüler ürünlerin indirilmesinin başlatılması'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ts.dart b/packages/smooth_app/lib/l10n/app_localizations_ts.dart index 0d4e8604a587..db17ea08f71a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ts.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ts.dart @@ -3519,6 +3519,10 @@ class AppLocalizationsTs extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tt.dart b/packages/smooth_app/lib/l10n/app_localizations_tt.dart index d9d6212fc51a..9f3f255a7836 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tt.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tt.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsTt extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_tw.dart b/packages/smooth_app/lib/l10n/app_localizations_tw.dart index 0e9555a017de..ac059258238a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_tw.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_tw.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsTw extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ty.dart b/packages/smooth_app/lib/l10n/app_localizations_ty.dart index b32805af17cb..3ce998b8e86a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ty.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ty.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsTy extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ug.dart b/packages/smooth_app/lib/l10n/app_localizations_ug.dart index 8d5d481a93fc..6404710bf5a7 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ug.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ug.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsUg extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_uk.dart b/packages/smooth_app/lib/l10n/app_localizations_uk.dart index e5fb19651bfe..6ddcf576201f 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_uk.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_uk.dart @@ -3559,6 +3559,10 @@ class AppLocalizationsUk extends AppLocalizations { String get background_task_title_full_refresh => 'Запуск оновлення всіх продуктів, які зберігаються локальна'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Початок завантаження найпопулярніших продуктів'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ur.dart b/packages/smooth_app/lib/l10n/app_localizations_ur.dart index 1a4a6a3fcbae..aa10b8d73983 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ur.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ur.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsUr extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_uz.dart b/packages/smooth_app/lib/l10n/app_localizations_uz.dart index 9f4d56d61307..98fbdc8e3ceb 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_uz.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_uz.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsUz extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_ve.dart b/packages/smooth_app/lib/l10n/app_localizations_ve.dart index eb74d319e883..3a768116a628 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_ve.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_ve.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsVe extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_vi.dart b/packages/smooth_app/lib/l10n/app_localizations_vi.dart index 72dc711b4178..5736032266ae 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_vi.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_vi.dart @@ -3548,6 +3548,10 @@ class AppLocalizationsVi extends AppLocalizations { String get background_task_title_full_refresh => 'Bắt đầu làm mới tất cả các sản phẩm được lưu trữ cục bộ'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Bắt đầu tải xuống các sản phẩm phổ biến nhất'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_wa.dart b/packages/smooth_app/lib/l10n/app_localizations_wa.dart index 7d8b2e5f5d33..1434a686bf59 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_wa.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_wa.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsWa extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_wo.dart b/packages/smooth_app/lib/l10n/app_localizations_wo.dart index 51ee867e8e03..763bd8dd9fdd 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_wo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_wo.dart @@ -3515,6 +3515,10 @@ class AppLocalizationsWo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_xh.dart b/packages/smooth_app/lib/l10n/app_localizations_xh.dart index e54e85766c92..174625197ecb 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_xh.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_xh.dart @@ -3520,6 +3520,10 @@ class AppLocalizationsXh extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_yi.dart b/packages/smooth_app/lib/l10n/app_localizations_yi.dart index 9a2175d16c6d..f97a6a8618df 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_yi.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_yi.dart @@ -3518,6 +3518,10 @@ class AppLocalizationsYi extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_yo.dart b/packages/smooth_app/lib/l10n/app_localizations_yo.dart index 2d5ec910ebc8..e751638ce400 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_yo.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_yo.dart @@ -3516,6 +3516,10 @@ class AppLocalizationsYo extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_zh.dart b/packages/smooth_app/lib/l10n/app_localizations_zh.dart index 3b8272718bf1..1a2426fe63e4 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_zh.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_zh.dart @@ -3359,6 +3359,10 @@ class AppLocalizationsZh extends AppLocalizations { @override String get background_task_title_full_refresh => '开始刷新本地存储的所有产品'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => '开始下载最受欢迎的产品'; diff --git a/packages/smooth_app/lib/l10n/app_localizations_zu.dart b/packages/smooth_app/lib/l10n/app_localizations_zu.dart index c2117ef25876..8265d203a73a 100644 --- a/packages/smooth_app/lib/l10n/app_localizations_zu.dart +++ b/packages/smooth_app/lib/l10n/app_localizations_zu.dart @@ -3517,6 +3517,10 @@ class AppLocalizationsZu extends AppLocalizations { String get background_task_title_full_refresh => 'Starting the refresh of all the products locally stored'; + @override + String get background_task_title_folksonomy => + 'Starting to perform the server actions for folksonomy updates stored locally'; + @override String get background_task_title_top_n => 'Starting the download of the most popular products';