added button translation

This commit is contained in:
Kima 2024-04-07 21:21:17 +02:00
parent b3deb45bb4
commit d28914e3d7
2 changed files with 7 additions and 1 deletions

View File

@ -457,7 +457,7 @@ class PlusLockedFeaturePopup extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center,
children: [ children: [
Text( Text(
'Előfizetés', 'subscribe'.i18n,
style: TextStyle( style: TextStyle(
color: isGold color: isGold
? const Color(0xFF341C01) ? const Color(0xFF341C01)

View File

@ -35,6 +35,8 @@ extension Localization on String {
"Support us on Gold tier and use all the features of goal setting!", "Support us on Gold tier and use all the features of goal setting!",
"u_desc_11": "With reFilc+ lowest tier it's also available!", "u_desc_11": "With reFilc+ lowest tier it's also available!",
"u_desc_12": "Sync your time-table with reFilc+ Gold!", "u_desc_12": "Sync your time-table with reFilc+ Gold!",
// button
"subscribe": "Subscribe",
}, },
"hu_hu": { "hu_hu": {
// upsell titles // upsell titles
@ -67,6 +69,8 @@ extension Localization on String {
"Támogass Gold szinten és használd ki a cél kitűzés minden funkcióját!", "Támogass Gold szinten és használd ki a cél kitűzés minden funkcióját!",
"u_desc_11": "A reFilc+ alap szintjével ez is elérhető!", "u_desc_11": "A reFilc+ alap szintjével ez is elérhető!",
"u_desc_12": "Szinkronizáld az órarended reFilc+ Gold-al!", "u_desc_12": "Szinkronizáld az órarended reFilc+ Gold-al!",
// button
"subscribe": "Előfizetés",
}, },
"de_de": { "de_de": {
// upsell titles // upsell titles
@ -99,6 +103,8 @@ extension Localization on String {
"Támogass Gold szinten és használd ki a cél kitűzés minden funkcióját!", "Támogass Gold szinten és használd ki a cél kitűzés minden funkcióját!",
"u_desc_11": "A reFilc+ alap szintjével ez is elérhető!", "u_desc_11": "A reFilc+ alap szintjével ez is elérhető!",
"u_desc_12": "Szinkronizáld az órarended reFilc+ Gold-al!", "u_desc_12": "Szinkronizáld az órarended reFilc+ Gold-al!",
// button
"subscribe": "Abonnieren",
}, },
}; };