Files
donetick/public/locales/nl/things.json
Mohamad Tarbin 415b2af31a New translations things.json (Dutch)
[ci skip]
2026-08-14 01:05:26 -04:00

19 lines
501 B
JSON

{
"errName": "Name is required",
"errStateNumber": "State must be a number",
"errStateBool": "State must be true or false",
"errStateRequired": "State is required",
"name": "Name",
"namePlaceholder": "Thing name",
"value": "Value",
"valuePlaceholder": "Thing value",
"updateState": "Update state",
"update": "Update",
"history": {
"overview": "Things Overview",
"visualization": "Data Visualization",
"changeHistory": "Change History",
"updated": "Updated"
}
}