Fix minor typo in english translation
This commit is contained in:
parent
97910a2efa
commit
73b49e7922
5 changed files with 10 additions and 10 deletions
|
@ -277,7 +277,7 @@ export default class CUD extends Component {
|
|||
const label = matches[2].trim();
|
||||
options.push({ key, label });
|
||||
} else {
|
||||
errors.push(t('errrorOnLineLine', { line: lineIdx + 1}));
|
||||
errors.push(t('errorOnLineLine', { line: lineIdx + 1}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -532,4 +532,4 @@ export default class CUD extends Component {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -398,7 +398,7 @@
|
|||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
||||
"errorOnLineLine": "Error on line {{ line }}",
|
||||
"fieldUpdated": "Field updated",
|
||||
"fieldCreated": "Field created",
|
||||
"notVisible": "Not visible",
|
||||
|
@ -1026,4 +1026,4 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter",
|
||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -398,7 +398,7 @@
|
|||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
||||
"errorOnLineLine": "Error on line {{ line }}",
|
||||
"fieldUpdated": "Field updated",
|
||||
"fieldCreated": "Field created",
|
||||
"notVisible": "Not visible",
|
||||
|
@ -1026,4 +1026,4 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter",
|
||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -425,7 +425,7 @@
|
|||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
||||
"errorOnLineLine": "Error on line {{ line }}",
|
||||
"fieldUpdated": "Field updated",
|
||||
"fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "Field updated",
|
||||
"fieldCreated": "Field created",
|
||||
|
@ -1105,4 +1105,4 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter",
|
||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -426,7 +426,7 @@
|
|||
"defaultValueIsNotAProperlyFormattedDate": "O valor padrão não é uma data formatada corretamente",
|
||||
"defaultValueIsNotAProperlyFormatted": "O valor padrão não é uma data de aniversário formatada corretamente",
|
||||
"defaultValueIsNotOneOfTheAllowedOptions": "O valor padrão não é uma das opções permitidas",
|
||||
"errrorOnLineLine": "Errror on line {{line}}",
|
||||
"errorOnLineLine": "Error on line {{line}}",
|
||||
"fieldUpdated": "Field updated",
|
||||
"fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "Field updated",
|
||||
"fieldCreated": "Field created",
|
||||
|
@ -1108,4 +1108,4 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "A senha deve conter pelo menos uma letra maiúscula",
|
||||
"thePasswordMustContainAtLeastOneNumber": "A senha deve conter pelo menos um número",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "A senha deve conter pelo menos um caractere especial"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue