literales y unificación de resultados en los dos modos de juego
This commit is contained in:
@@ -147,6 +147,37 @@ abstract class AppLocalizations {
|
||||
/// **'Cargando palabras...'**
|
||||
String get loadingWords;
|
||||
|
||||
|
||||
/// No description provided for @matchRewards.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Game rewards'**
|
||||
String get matchRewards;
|
||||
|
||||
/// No description provided for @newMedals.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'New medals'**
|
||||
String get newMedals;
|
||||
|
||||
/// No description provided for @noNewMedalsKeepFire.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No new medals this time. Keep building your fire.'**
|
||||
String get noNewMedalsKeepFire;
|
||||
|
||||
/// No description provided for @calculatingRewards.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Calculating rewards...'**
|
||||
String get calculatingRewards;
|
||||
|
||||
/// No description provided for @fireLabel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Fire'**
|
||||
String get fireLabel;
|
||||
|
||||
/// No description provided for @playersRange.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user