chore: Update translations from Crowdin (#5810)

This commit is contained in:
Sojan Jose
2022-11-08 09:36:24 -08:00
committed by GitHub
parent 16d59f4bb0
commit 2e42821c48
264 changed files with 8453 additions and 702 deletions

View File

@@ -0,0 +1,23 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "Set New Password",
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password",
"ERROR": "Password is too short"
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm Password",
"PLACEHOLDER": "Confirm Password",
"ERROR": "Passwords do not match"
},
"API": {
"SUCCESS_MESSAGE": "Successfully changed the password",
"ERROR_MESSAGE": "Náði ekki að tengjast við netþjóna Woot, vinsamlegast reynið aftur"
},
"CAPTCHA": {
"ERROR": "Staðfesting rann út. Vinsamlegast leystu captcha aftur."
},
"SUBMIT": "Submit"
}
}