Skip to content

Commit

Permalink
Added a dutch translation of all translatable sections of the app
Browse files Browse the repository at this point in the history
  • Loading branch information
daanleenders committed Feb 21, 2025
1 parent 0842116 commit adf8546
Show file tree
Hide file tree
Showing 13 changed files with 210 additions and 98 deletions.
13 changes: 11 additions & 2 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"sdk": 3,
"brandColor": "#d13640",
"name": {
"en": "Fiat UConnect"
"en": "Fiat UConnect",
"nl": "Fiat UConnect"
},
"description": {
"en": "Connect your FIAT to homey to see its information and control some functions"
"en": "Connect your FIAT to Homey to see its information and control some functions",
"nl": "Verbind jouw FIAT met Homey om er informatie van te kunnen zien en sommige functies te bedienen"
},
"category": [
"internet"
Expand All @@ -23,6 +25,13 @@
"Electric Vehicle",
"Fiat",
"UConnect"
],
"nl": [
"auto",
"ev",
"Elektrisch Voertuig",
"Fiat",
"UConnect"
]
},
"images": {
Expand Down
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/fiat_vehicle_action_hvac.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "boolean",
"title": {
"en": "Start A/C"
"en": "Start A/C",
"nl": "Start A/C"
},
"getable": false,
"setable": true,
Expand Down
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/fiat_vehicle_action_lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "boolean",
"title": {
"en": "Lock the car"
"en": "Lock the car",
"nl": "Vergrendel auto"
},
"getable": false,
"setable": true,
Expand Down
3 changes: 2 additions & 1 deletion .homeycompose/capabilities/fiat_vehicle_action_unlock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "boolean",
"title": {
"en": "Unlock the car"
"en": "Unlock the car",
"nl": "Ontgrendel auto"
},
"getable": false,
"setable": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "number",
"title": {
"en": "Distance to empty"
"en": "Distance to empty",
"nl": "Afstand tot leeg"
},
"getable": true,
"setable": false,
Expand All @@ -10,7 +11,8 @@
"icon": "/assets/map-marker-distance.svg",
"insights": true,
"units": {
"en": "km"
"en": "km",
"nl": "km"
},
"min": 0,
"step": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "number",
"title": {
"en": "Distance to service"
"en": "Distance to service",
"nl": "Afstand tot service"
},
"getable": true,
"setable": false,
Expand All @@ -10,7 +11,8 @@
"icon": "/assets/car-wrench.svg",
"insights": true,
"units": {
"en": "km"
"en": "km",
"nl": "km"
},
"step": 0.1,
"decimals": 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "number",
"title": {
"en": "Odometer"
"en": "Odometer",
"nl": "Kilometerstand"
},
"getable": true,
"setable": false,
Expand All @@ -10,7 +11,8 @@
"icon": "/assets/counter.svg",
"insights": true,
"units": {
"en": "km"
"en": "km",
"nl": "km"
},
"min": 0,
"step": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "number",
"title": {
"en": "L2 charge time"
"en": "L2 charge time",
"nl": "L2 oplaadtijd"
},
"getable": true,
"setable": false,
Expand All @@ -10,7 +11,8 @@
"icon": "/assets/ev-plug-type2.svg",
"insights": true,
"units": {
"en": "minutes"
"en": "minutes",
"nl": "minuten"
},
"min": 0,
"step": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "number",
"title": {
"en": "L3 charge time"
"en": "L3 charge time",
"nl": "L3 oplaadtijd"
},
"getable": true,
"setable": false,
Expand All @@ -10,7 +11,8 @@
"icon": "/assets/ev-plug-ccs2.svg",
"insights": true,
"units": {
"en": "minutes"
"en": "minutes",
"nl": "minuten"
},
"min": 0,
"step": 1,
Expand Down
Loading

0 comments on commit adf8546

Please sign in to comment.