Skip to content

Commit

Permalink
Updated general translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 7, 2021
1 parent 0f17cae commit 6d2f472
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
9 changes: 8 additions & 1 deletion lib/l10n/intl_en.arb
Expand Up @@ -235,5 +235,12 @@
"experience": "Experience",
"approximate": "Approximate",
"active": "Active",
"inactive": "Inactive"
"inactive": "Inactive",
"gameCodes": "Game Codes",
"codes": "Codes",
"rewards": "Rewards",
"codeXWasCopied": "Code {value} was copied to the clipboard",
"expiredCodes": "Expired Codes",
"workingCodes": "Working Codes",
"seeAllInGameGameCodes": "See all the game codes that you can use"
}
9 changes: 8 additions & 1 deletion lib/l10n/intl_es_ES.arb
Expand Up @@ -235,5 +235,12 @@
"experience": "Experiencia",
"approximate": "Aproximado",
"active": "Activo",
"inactive": "Inactivo"
"inactive": "Inactivo",
"gameCodes": "Códigos del Juego",
"codes": "Códigos",
"rewards": "Recompensas",
"codeXWasCopied": "El código {value} fue copiado al portapapeles",
"expiredCodes": "Códigos Expirados",
"workingCodes": "Códigos Funcionales",
"seeAllInGameGameCodes": "Ve todos los códigos del juego que puedes usar"
}
9 changes: 8 additions & 1 deletion lib/l10n/intl_fr.arb
Expand Up @@ -235,5 +235,12 @@
"experience": "Experience",
"approximate": "Approximate",
"active": "Active",
"inactive": "Inactive"
"inactive": "Inactive",
"gameCodes": "Game Codes",
"codes": "Codes",
"rewards": "Rewards",
"codeXWasCopied": "Code {value} was copied to the clipboard",
"expiredCodes": "Expired Codes",
"workingCodes": "Working Codes",
"seeAllInGameGameCodes": "See all the game codes that you can use"
}
9 changes: 8 additions & 1 deletion lib/l10n/intl_ru.arb
Expand Up @@ -235,5 +235,12 @@
"experience": "Experience",
"approximate": "Approximate",
"active": "Active",
"inactive": "Inactive"
"inactive": "Inactive",
"gameCodes": "Game Codes",
"codes": "Codes",
"rewards": "Rewards",
"codeXWasCopied": "Code {value} was copied to the clipboard",
"expiredCodes": "Expired Codes",
"workingCodes": "Working Codes",
"seeAllInGameGameCodes": "See all the game codes that you can use"
}
9 changes: 8 additions & 1 deletion lib/l10n/intl_zh_CN.arb
Expand Up @@ -235,5 +235,12 @@
"experience": "实验性",
"approximate": "大约",
"active": "已启用",
"inactive": "未启用"
"inactive": "未启用",
"gameCodes": "Game Codes",
"codes": "Codes",
"rewards": "Rewards",
"codeXWasCopied": "Code {value} was copied to the clipboard",
"expiredCodes": "Expired Codes",
"workingCodes": "Working Codes",
"seeAllInGameGameCodes": "See all the game codes that you can use"
}
2 changes: 1 addition & 1 deletion lib/presentation/settings/widgets/other_settings.dart
Expand Up @@ -98,7 +98,7 @@ class OtherSettings extends StatelessWidget {
alignment: Alignment.centerLeft,
child: Text(
s.seeAllInGameGameCodes,
style: const TextStyle(color: Colors.grey, fontSize: 12),
style: const TextStyle(color: Colors.grey, fontSize: 11),
),
),
),
Expand Down

0 comments on commit 6d2f472

Please sign in to comment.