From 6d2f472a52ad068fbe9a39cbb69463ccd730fc85 Mon Sep 17 00:00:00 2001 From: Efrain Date: Sun, 7 Mar 2021 15:50:00 -0500 Subject: [PATCH] Updated general translation files --- lib/l10n/intl_en.arb | 9 ++++++++- lib/l10n/intl_es_ES.arb | 9 ++++++++- lib/l10n/intl_fr.arb | 9 ++++++++- lib/l10n/intl_ru.arb | 9 ++++++++- lib/l10n/intl_zh_CN.arb | 9 ++++++++- lib/presentation/settings/widgets/other_settings.dart | 2 +- 6 files changed, 41 insertions(+), 6 deletions(-) diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index a8efa1078..1a0d31204 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -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" } \ No newline at end of file diff --git a/lib/l10n/intl_es_ES.arb b/lib/l10n/intl_es_ES.arb index 380debffc..b54a9110d 100644 --- a/lib/l10n/intl_es_ES.arb +++ b/lib/l10n/intl_es_ES.arb @@ -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" } \ No newline at end of file diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 1b91011ea..7274e3c14 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -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" } \ No newline at end of file diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index 465462b43..a383ee3f5 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -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" } \ No newline at end of file diff --git a/lib/l10n/intl_zh_CN.arb b/lib/l10n/intl_zh_CN.arb index fdfe5c71c..3293801a2 100644 --- a/lib/l10n/intl_zh_CN.arb +++ b/lib/l10n/intl_zh_CN.arb @@ -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" } \ No newline at end of file diff --git a/lib/presentation/settings/widgets/other_settings.dart b/lib/presentation/settings/widgets/other_settings.dart index 718e7a0a5..5876dee85 100644 --- a/lib/presentation/settings/widgets/other_settings.dart +++ b/lib/presentation/settings/widgets/other_settings.dart @@ -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), ), ), ),