Skip to content

Commit

Permalink
Merge pull request #200 from open-formulieren/fix/missing-translations
Browse files Browse the repository at this point in the history
Add missing translations
  • Loading branch information
robinmolen authored Dec 12, 2024
2 parents 72b2faa + 19df9ae commit 5d2d324
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,11 @@
"description": "File component 'fileMaxSize' validation error",
"originalDefault": "Specify a positive, non-zero file size without decimals, e.g. 10MB."
},
"Qd9qN8": {
"defaultMessage": "Tile layer",
"description": "Label for 'tileLayerIdentifier' builder field",
"originalDefault": "Tile layer"
},
"Qjl92W": {
"defaultMessage": "Preview",
"description": "Component preview card title",
Expand Down Expand Up @@ -999,6 +1004,11 @@
"description": "Map configuration panel title",
"originalDefault": "Map configuration"
},
"eAmrdi": {
"defaultMessage": "Loading...",
"description": "Loading content text",
"originalDefault": "Loading..."
},
"eUowhH": {
"defaultMessage": "'Save row' text",
"description": "Label for 'saveRow' builder field",
Expand Down Expand Up @@ -1484,6 +1494,11 @@
"description": "Label for 'operator' in relative delta date constraint validation",
"originalDefault": "Add/subtract duration"
},
"xbUkMg": {
"defaultMessage": "The tile layer is responsible for showing the map background. This effects the map style at particular coordinates and zoom levels.",
"description": "Tooltip for 'tileLayerIdentifier' builder field",
"originalDefault": "The tile layer is responsible for showing the map background. This effects the map style at particular coordinates and zoom levels."
},
"xxVNeU": {
"defaultMessage": "Zoom level",
"description": "Label for 'defaultZoom' builder field",
Expand Down
15 changes: 15 additions & 0 deletions i18n/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@
"description": "File component 'fileMaxSize' validation error",
"originalDefault": "Specify a positive, non-zero file size without decimals, e.g. 10MB."
},
"Qd9qN8": {
"defaultMessage": "Kaartlaag",
"description": "Label for 'tileLayerIdentifier' builder field",
"originalDefault": "Tile layer"
},
"Qjl92W": {
"defaultMessage": "Voorbeeld",
"description": "Component preview card title",
Expand Down Expand Up @@ -1011,6 +1016,11 @@
"description": "Map configuration panel title",
"originalDefault": "Map configuration"
},
"eAmrdi": {
"defaultMessage": "Aan het laden...",
"description": "Loading content text",
"originalDefault": "Loading..."
},
"eUowhH": {
"defaultMessage": "'Groep bewaren'-tekst",
"description": "Label for 'saveRow' builder field",
Expand Down Expand Up @@ -1504,6 +1514,11 @@
"description": "Label for 'operator' in relative delta date constraint validation",
"originalDefault": "Add/subtract duration"
},
"xbUkMg": {
"defaultMessage": "De kaartlaag bepaald de achtergrond van het kaartmateriaal voor verschillende coördinaten and zoomniveaus.",
"description": "Tooltip for 'tileLayerIdentifier' builder field",
"originalDefault": "The tile layer is responsible for showing the map background. This effects the map style at particular coordinates and zoom levels."
},
"xxVNeU": {
"defaultMessage": "Zoomniveau",
"description": "Label for 'defaultZoom' builder field",
Expand Down

0 comments on commit 5d2d324

Please sign in to comment.