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();
|
const label = matches[2].trim();
|
||||||
options.push({ key, label });
|
options.push({ key, label });
|
||||||
} else {
|
} else {
|
||||||
errors.push(t('errrorOnLineLine', { line: lineIdx + 1}));
|
errors.push(t('errorOnLineLine', { line: lineIdx + 1}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -398,7 +398,7 @@
|
||||||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
"errorOnLineLine": "Error on line {{ line }}",
|
||||||
"fieldUpdated": "Field updated",
|
"fieldUpdated": "Field updated",
|
||||||
"fieldCreated": "Field created",
|
"fieldCreated": "Field created",
|
||||||
"notVisible": "Not visible",
|
"notVisible": "Not visible",
|
||||||
|
|
|
@ -398,7 +398,7 @@
|
||||||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
"errorOnLineLine": "Error on line {{ line }}",
|
||||||
"fieldUpdated": "Field updated",
|
"fieldUpdated": "Field updated",
|
||||||
"fieldCreated": "Field created",
|
"fieldCreated": "Field created",
|
||||||
"notVisible": "Not visible",
|
"notVisible": "Not visible",
|
||||||
|
|
|
@ -425,7 +425,7 @@
|
||||||
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
"defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date",
|
||||||
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
"defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date",
|
||||||
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
"defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options",
|
||||||
"errrorOnLineLine": "Errror on line {{ line }}",
|
"errorOnLineLine": "Error on line {{ line }}",
|
||||||
"fieldUpdated": "Field updated",
|
"fieldUpdated": "Field updated",
|
||||||
"fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "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",
|
"fieldCreated": "Field created",
|
||||||
|
|
|
@ -426,7 +426,7 @@
|
||||||
"defaultValueIsNotAProperlyFormattedDate": "O valor padrão não é uma data formatada corretamente",
|
"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",
|
"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",
|
"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": "Field updated",
|
||||||
"fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "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",
|
"fieldCreated": "Field created",
|
||||||
|
|
Loading…
Reference in a new issue