Skip to content

Commit

Permalink
New translations zod.json (Swedish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Oct 28, 2023
1 parent afb1723 commit df0ede4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions public/locales/sv/zod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"required": "Detta fält är obligatoriskt",
"string": {
"startsWith": "Det här fältet måste börja med {{startsWith}}",
"endsWith": "",
"includes": ""
"endsWith": "Detta fält måste sluta med {{endsWith}}",
"includes": "Detta fält måste innehålla {{includes}}"
},
"tooSmall": {
"string": "",
"number": ""
"string": "Detta fält måste vara minst {{minimum}} tecken långt",
"number": "Detta fält måste vara större än eller lika med {{minimum}}"
},
"tooBig": {
"string": "",
"number": ""
"string": "Detta fält får vara högst {{maximum}} tecken långt",
"number": "Detta fält måste vara mindre än eller lika med {{maximum}}"
},
"custom": {
"passwordMatch": ""
"passwordMatch": "Lösenorden måste matcha"
}
}
}

0 comments on commit df0ede4

Please sign in to comment.