Skip to content

Commit

Permalink
ref #785 done
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Nov 29, 2024
1 parent 93b74f8 commit 88a688e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta178",
"version_c8o": "2.0.0-beta179",
"offline_notice": "However, since you are offline, the response will be sent to the server the next time you have a network connection and are connected to the application.",
"reset_to_default_values": "Reset to default values",
"general_settings": "General settings",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta178",
"version_c8o": "2.0.0-beta179",
"offline_notice": "Sin embargo, dado que estás sin conexión, la respuesta se enviará al servidor la próxima vez que tengas conexión a la red y estés conectado a la aplicación.",
"reset_to_default_values": "Restablecer los valores predeterminados",
"general_settings": "Configuración general",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta178",
"version_c8o": "2.0.0-beta179",
"offline_notice": "Cependant, étant donné que vous êtes hors-ligne, la réponse sera transmise au serveur la prochaine fois que vous aurez du réseau et que vous serez connecté à l'application.",
"reset_to_default_values": "Réinitialiser les valeurs par défaut",
"general_settings": "Paramètres généraux",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta178",
"version_c8o": "2.0.0-beta179",
"offline_notice": "Tuttavia, poiché sei offline, la risposta verrà inviata al server la prossima volta che avrai una connessione di rete e sarai connesso all'applicazione.",
"reset_to_default_values": "Reimposta i valori predefiniti",
"general_settings": "Impostazioni generali",
Expand Down
6 changes: 6 additions & 0 deletions _c8oProject/mobilePages/viewerPage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5671,6 +5671,12 @@ title: Visualisateur
"IconSource": "plain:assets\/images\/svg\/component\/icn_no-wifi.svg"
}'
tagName: ion-icon
↓Attr [ngx.components.UIAttribute-1732875260022]:
attrName: '[color]'
attrValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: 'script:this.global.pwa ? this.local.policyColor : ''primary'''
↓Attr [ngx.components.UIAttribute-1648203516358]:
attrName: '[matTooltip]'
attrValue:
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contextTimeout: ${C8Oforms.context.timeout=60}
corsOrigin: =Origin
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
version: 2.0.0-beta178
version: 2.0.0-beta179
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
↓HTTP_connector [connectors.HttpConnector]: 🗏 connectors/HTTP_connector.yaml
Expand Down
2 changes: 1 addition & 1 deletion ngswForPWA/ngsw-config-sub-pwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appData": {
"name": "Convertigo Forms Builder",
"description": "A simple and intuitive \"no code\" tool to create your personalized apps in a few clicks!",
"version": "2.0.0-beta178"
"version": "2.0.0-beta179"
},
"assetGroups": [
{
Expand Down

0 comments on commit 88a688e

Please sign in to comment.