Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing translations #200

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading