Skip to content

Commit

Permalink
ref #450 done
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Jan 10, 2025
1 parent 2fdf220 commit 2f84a12
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version_c8o": "2.1.0-beta11",
"height_px": "Height (px)",
"maps_others": "Others",
"height_px": "Height (px)",
"maps_others": "Others",
"zoom_level": "Zoom level",
"auto_center": "Auto Center",
"maps_default_location": "Default location",
"example_map_default_location": "return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "The expected format is an object. Example:\n return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "return [{tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "The expected format is an array of objects. Example:\n return [{tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_map_default_location": "{lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "The expected format is an object. Example:\n {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "[{tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "The expected format is an array of objects. Example:\n [{tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"copy_example": "Copy the example",
"example_map_circles": "[{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"radius\": 5000}]",
"example_format_map_circles": "The expected format is an array of objects. Example:\n [{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"This is a tooltip\", popup: \"This is a popup\", \"radius\": 5000}]",
Expand Down
12 changes: 6 additions & 6 deletions DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version_c8o": "2.1.0-beta11",
"height_px": "Altura (px)",
"maps_others": "Otros",
"height_px": "Altura (px)",
"maps_others": "Otros",
"zoom_level": "Nivel de zoom",
"auto_center": "Centrado automático",
"maps_default_location": "Ubicación predeterminada",
"example_map_default_location": "return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "El formato esperado es un objeto. Ejemplo:\n return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "return [{tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "El formato esperado es un array de objetos. Ejemplo:\n return [{tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_map_default_location": "{lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "El formato esperado es un objeto. Ejemplo:\n {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "[{tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "El formato esperado es un array de objetos. Ejemplo:\n [{tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"copy_example": "Copiar el ejemplo",
"example_map_circles": "[{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"radius\": 5000}]",
"example_format_map_circles": "El formato esperado es un array de objetos. Ejemplo:\n [{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Esto es un tooltip\", popup: \"Esto es un popup\", \"radius\": 5000}]",
Expand Down
12 changes: 6 additions & 6 deletions DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version_c8o": "2.1.0-beta11",
"height_px": "Hauteur (px)",
"maps_others": "Autres",
"height_px": "Hauteur (px)",
"maps_others": "Autres",
"zoom_level": "Niveau de zoom",
"auto_center": "Centrage automatique",
"maps_default_location": "Emplacement par défaut",
"example_map_default_location": "return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "Le format attendu est un objet. Exemple :\n return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "return [{tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "Le format attendu est un tableau d'objets. Exemple :\n return [{tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_map_default_location": "{lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "Le format attendu est un objet. Exemple :\n {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "[{tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "Le format attendu est un tableau d'objets. Exemple :\n [{tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"copy_example": "Copier l'exemple",
"example_map_circles": "[{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"radius\": 5000}]",
"example_format_map_circles": "Le format attendu est un tableau d'objets. Exemple :\n [{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Ceci est un tooltip\", popup: \"Ceci est une popup\", \"radius\": 5000}]",
Expand Down
12 changes: 6 additions & 6 deletions DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version_c8o": "2.1.0-beta11",
"height_px": "Altezza (px)",
"maps_others": "Altri",
"height_px": "Altezza (px)",
"maps_others": "Altri",
"zoom_level": "Livello di zoom",
"auto_center": "Centratura automatica",
"maps_default_location": "Posizione predefinita",
"example_map_default_location": "return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "Il formato atteso è un oggetto. Esempio:\n return {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "return [{tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "Il formato atteso è un array di oggetti. Esempio:\n return [{tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_map_default_location": "{lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_format_map_default_location": "Il formato atteso è un oggetto. Esempio:\n {lat: 48.72273705980976, lng: 2.4223373077216137};",
"example_map_polygons": "[{tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"example_format_map_polygons": "Il formato atteso è un array di oggetti. Esempio:\n [{tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"coord\": [[48.7223,2.414716],[48.7254,2.419368],[48.7227,2.4223373077216137],[48.7223,2.414716]]}];",
"copy_example": "Copia l'esempio",
"example_map_circles": "[{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"radius\": 5000}]",
"example_format_map_circles": "Il formato atteso è un array di oggetti. Esempio:\n [{lat: 48.72273705980976, lng: 2.4223373077216137, tooltip: \"Questo è un tooltip\", popup: \"Questo è un popup\", \"radius\": 5000}]",
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.1.0-beta10
version: 2.1.0-beta11
↓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.1.0-beta10"
"version": "2.1.0-beta11"
},
"assetGroups": [
{
Expand Down
2 changes: 1 addition & 1 deletion project.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ see [readme](https://github.com/convertigo/c8oprj-lib-baserow/tree/8.4.x#readme)
## ![](https://github.com/convertigo/convertigo/blob/develop/engine/src/com/twinsoft/convertigo/beans/references/images/ProjectSchemaReference_16x16.png?raw=true "ProjectSchemaReference") lib_ExtendedComponents_ui_ngx

Reference to ngx-chips
see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/3baccc787893e26c44e258b413cac0b79112bbff#readme)
see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/8.4.0.0#readme)
</p></blockquote></details>

<details><summary><b>lib_FullSyncGrp</b> : Reference to fs group</summary><blockquote><p>
Expand Down

0 comments on commit 2f84a12

Please sign in to comment.