Skip to content

Commit

Permalink
feat: Handle white labels in IAP screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jan 16, 2024
1 parent 07b515c commit 13e0045
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions white_label/brands/cozy/js/locales/extra-en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"screens": {
"clouderyOffer": {
"backButton": "BACK TO MY COZY",
"success": {
"body": "Your Cozy is being updated.\nYou will receive a notification as soon as your purchase is finalized."
}
},
"welcome": {
"body": "Access your Personal Cloud now, the digital home to gather all your data",
"buttonLogin": "I already have a Personal Cloud",
Expand Down
6 changes: 6 additions & 0 deletions white_label/brands/cozy/js/locales/extra-es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"screens": {
"clouderyOffer": {
"backButton": "VOLVER A MI COZY",
"success": {
"body": "Tu Cozy está siendo actualizado.\nRecibirás una notificación en cuanto finalice tu compra."
}
},
"welcome": {
"body": "Accede a tu Nube Personal ahora, el hogar digital para reunir todos tus datos",
"buttonLogin": "Ya tengo una Nube Personal",
Expand Down
6 changes: 6 additions & 0 deletions white_label/brands/cozy/js/locales/extra-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"content": "Êtes-vous sûr de vouloir vous déconnecter de votre Cozy ?"
},
"screens": {
"clouderyOffer": {
"backButton": "RETOUR À MON COZY",
"success": {
"body": "Votre Cozy est en cours de mise à jour.\nVous recevrez une notification dès que votre achat sera finalisé."
}
},
"cozyBlocked": {
"title": "Le fonctionnement de votre Cozy a été momentanément interrompu"
},
Expand Down
6 changes: 6 additions & 0 deletions white_label/brands/mabulle/js/locales/extra-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"content": "Are you sure you want to disconnect this app from your personal space?"
},
"screens": {
"clouderyOffer": {
"backButton": "BACK TO MY PERSONAL CLOUD",
"success": {
"body": "Your Personal Cloud is being updated.\nYou will receive a notification as soon as your purchase is finalized."
}
},
"cozyBlocked": {
"title": "Your personal space has been suspended"
},
Expand Down
6 changes: 6 additions & 0 deletions white_label/brands/mabulle/js/locales/extra-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"content": "¿Estás seguro de que quieres desconectar esta aplicación de tu cuenta?"
},
"screens": {
"clouderyOffer": {
"backButton": "VOLVER A MI NUBE PERSONAL",
"success": {
"body": "Tu Nube Personal está siendo actualizado.\nRecibirás una notificación en cuanto finalice tu compra."
}
},
"cozyBlocked": {
"title": "Su cuenta ha sido suspendido"
},
Expand Down
6 changes: 6 additions & 0 deletions white_label/brands/mabulle/js/locales/extra-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"content": "Êtes-vous sûr de vouloir déconnecter cette app de votre espace personnel ?"
},
"screens": {
"clouderyOffer": {
"backButton": "RETOUR À MON CLOUD PERSONNEL",
"success": {
"body": "Votre Cloud Personnel est en cours de mise à jour.\nVous recevrez une notification dès que votre achat sera finalisé."
}
},
"cozyBlocked": {
"title": "Le fonctionnement de votre espace personnel a été suspendu"
},
Expand Down

0 comments on commit 13e0045

Please sign in to comment.