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.
|
||||
|
||||
Reference in New Issue
Block a user