Files
archived-chatwoot/app/javascript/dashboard/i18n/locale/da/setNewPassword.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

24 lines
637 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"PASSWORD": {
"LABEL": "Adgangskode",
"PLACEHOLDER": "Adgangskode",
"ERROR": "Adgangskoden er for kort."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"PLACEHOLDER": "Bekræft Adgangskode",
"ERROR": "Adgangskoder stemmer ikke overens."
},
"API": {
"SUCCESS_MESSAGE": "Adgangskoden blev ændret.",
"ERROR_MESSAGE": "Kunne ikke oprette forbindelse til Woot Server, Prøv igen senere"
},
"CAPTCHA": {
"ERROR": "Bekræftelse er udløbet. Løs captcha igen."
},
"SUBMIT": "Send"
}
}