mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
fix missing translation
This commit is contained in:
parent
27f3296719
commit
b9e7276394
@ -211,6 +211,7 @@ en:
|
||||
plan_form:
|
||||
general_information: "General information"
|
||||
name: "Name"
|
||||
name_is_required: "Name is required"
|
||||
name_length_must_be_less_than_24_characters: "Name length must be less than 24 characters."
|
||||
type: "Type"
|
||||
type_is_required: "Type is required."
|
||||
|
@ -211,6 +211,7 @@ es:
|
||||
plan_form:
|
||||
general_information: "Información general"
|
||||
name: "Nombre"
|
||||
name_is_required: "Se requiere un nombre."
|
||||
name_length_must_be_less_than_24_characters: "el nombre debe contener menos de 24 caracteres."
|
||||
type: "Tipo"
|
||||
type_is_required: "Se requiere un tipo."
|
||||
|
@ -211,6 +211,7 @@ fr:
|
||||
plan_form:
|
||||
general_information: "Informations générales"
|
||||
name: "Nom"
|
||||
name_is_required: "Le nom est requis"
|
||||
name_length_must_be_less_than_24_characters: "Le nom doit faire moins de 24 caractères."
|
||||
type: "Type"
|
||||
type_is_required: "Le type est requis."
|
||||
|
@ -211,6 +211,7 @@ pt:
|
||||
plan_form:
|
||||
general_information: "Informação geral"
|
||||
name: "Nome"
|
||||
name_is_required: "Nome é obrigatório."
|
||||
name_length_must_be_less_than_24_characters: "O nome deve conter no máximo 24 caracteres."
|
||||
type: "Tipo"
|
||||
type_is_required: "Tipo é obrigatório."
|
||||
|
Loading…
x
Reference in New Issue
Block a user