fix(i18n): localize settings order copy
This commit is contained in:
@@ -732,6 +732,30 @@ abstract class AppLocalizations {
|
||||
/// **'Límite de grabación actualizado a {size} MB'**
|
||||
String recordingsMaxSizeSaved(int size);
|
||||
|
||||
/// No description provided for @stationOrderTitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Orden de emisoras'**
|
||||
String get stationOrderTitle;
|
||||
|
||||
/// No description provided for @stationOrderByName.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Por nombre'**
|
||||
String get stationOrderByName;
|
||||
|
||||
/// No description provided for @stationOrderByQuality.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Por calidad'**
|
||||
String get stationOrderByQuality;
|
||||
|
||||
/// No description provided for @stationOrderScopeDescription.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Se aplica a favoritos, búsquedas, emisoras cercanas y listados rápidos.'**
|
||||
String get stationOrderScopeDescription;
|
||||
|
||||
/// No description provided for @favoriteGroupsTitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
@@ -741,13 +765,13 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @favoriteGroupsDescription.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Cre? listas cortas para organizar tus emisoras guardadas.'**
|
||||
/// **'Creá listas cortas para organizar tus emisoras guardadas.'**
|
||||
String get favoriteGroupsDescription;
|
||||
|
||||
/// No description provided for @favoriteGroupsAdd.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'A?adir lista'**
|
||||
/// **'Añadir lista'**
|
||||
String get favoriteGroupsAdd;
|
||||
|
||||
/// No description provided for @favoriteGroupsEdit.
|
||||
@@ -771,7 +795,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @favoriteGroupsNameTooLong.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'M?ximo 28 caracteres.'**
|
||||
/// **'Máximo 28 caracteres.'**
|
||||
String get favoriteGroupsNameTooLong;
|
||||
|
||||
/// No description provided for @favoriteGroupsUnassigned.
|
||||
@@ -831,25 +855,25 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @favoritesEmptyTitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Sin favoritos a?n'**
|
||||
/// **'Sin favoritos aún'**
|
||||
String get favoritesEmptyTitle;
|
||||
|
||||
/// No description provided for @favoritesEmptySubtitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Toc? el coraz?n en cualquier emisora para guardarla en tu colecci?n.'**
|
||||
/// **'Tocá el corazón en cualquier emisora para guardarla en tu colección.'**
|
||||
String get favoritesEmptySubtitle;
|
||||
|
||||
/// No description provided for @favoritesHeaderSubtitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Organiz? tu colecci?n por listas y dej? cerca las radios importantes.'**
|
||||
/// **'Organizá tu colección por listas y dejá cerca las radios importantes.'**
|
||||
String get favoritesHeaderSubtitle;
|
||||
|
||||
/// No description provided for @favoritesCollection.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Colecci?n'**
|
||||
/// **'Colección'**
|
||||
String get favoritesCollection;
|
||||
|
||||
/// No description provided for @favoritesSavedCount.
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsAr extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsBn extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -357,15 +357,28 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
return 'Límite de grabación actualizado a $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Orden de emisoras';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'Por nombre';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'Por calidad';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Se aplica a favoritos, búsquedas, emisoras cercanas y listados rápidos.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Listas de favoritos';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsDescription =>
|
||||
'Cre? listas cortas para organizar tus emisoras guardadas.';
|
||||
'Creá listas cortas para organizar tus emisoras guardadas.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsAdd => 'A?adir lista';
|
||||
String get favoriteGroupsAdd => 'Añadir lista';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsEdit => 'Editar lista';
|
||||
@@ -377,7 +390,7 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
String get favoriteGroupsNameLabel => 'Nombre de la lista';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsNameTooLong => 'M?ximo 28 caracteres.';
|
||||
String get favoriteGroupsNameTooLong => 'Máximo 28 caracteres.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsUnassigned => 'Sin asignar';
|
||||
@@ -413,18 +426,18 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
String get favoritesTitle => 'Favoritos';
|
||||
|
||||
@override
|
||||
String get favoritesEmptyTitle => 'Sin favoritos a?n';
|
||||
String get favoritesEmptyTitle => 'Sin favoritos aún';
|
||||
|
||||
@override
|
||||
String get favoritesEmptySubtitle =>
|
||||
'Toc? el coraz?n en cualquier emisora para guardarla en tu colecci?n.';
|
||||
'Tocá el corazón en cualquier emisora para guardarla en tu colección.';
|
||||
|
||||
@override
|
||||
String get favoritesHeaderSubtitle =>
|
||||
'Organiz? tu colecci?n por listas y dej? cerca las radios importantes.';
|
||||
'Organizá tu colección por listas y dejá cerca las radios importantes.';
|
||||
|
||||
@override
|
||||
String get favoritesCollection => 'Colecci?n';
|
||||
String get favoritesCollection => 'Colección';
|
||||
|
||||
@override
|
||||
String favoritesSavedCount(int count) {
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsHi extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -353,6 +353,19 @@ class AppLocalizationsId extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsJa extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsPt extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
@@ -354,6 +354,19 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
return 'Recording limit updated to $size MB';
|
||||
}
|
||||
|
||||
@override
|
||||
String get stationOrderTitle => 'Station order';
|
||||
|
||||
@override
|
||||
String get stationOrderByName => 'By name';
|
||||
|
||||
@override
|
||||
String get stationOrderByQuality => 'By quality';
|
||||
|
||||
@override
|
||||
String get stationOrderScopeDescription =>
|
||||
'Applies to favorites, searches, nearby stations and quick lists.';
|
||||
|
||||
@override
|
||||
String get favoriteGroupsTitle => 'Favorite lists';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user