Default verbalization in Spanish
The following table shows the default verbalization of data model elements in Spanish.
| Data model element | Default verbalization |
|---|---|
|
Types For example: Cliente |
Class name in lowercase For example: cliente |
|
Constructors Constructor types are generated for composite types For example: A composite type |
un nuevo <type> [en que <attribute> es <value> ( , <attribute> es <value>)* ] For example: un nuevo cliente en que el nombre es "John", el apellido es "Doe" |
|
Attributes For example: edad |
Expression {XXX} {this, PARTITIVE_ARTICLE} For example: {edad} {this, PARTITIVE_ARTICLE}
|
|
Action cambiar el/la XXX {this, PARTITIVE_ARTICLE} a {XXX} cambiar la edad {this, PARTITIVE_ARTICLE} a {edad}
|
|
|
Boolean attributes For example: boolean aceptado |
Expressions Affirmative {this} es XXX For example: {this} es aceptado
Negative {this} no es XXX For example: {this} no es aceptado
|
|
Actions Affirmative {this} será XXX For example: {this} será aceptado
Negative {this} no será XXX For example: {this} no será aceptado
Conditional {this} será XXX solo si {XXX} For example: {this} será aceptado solo si {aceptado}
|
|
|
List attributes For example: A list of: |
agregar {0} en los/las XXX {this, PARTITIVE_ARTICLE} For example: agregar {0} en las direcciones {this, PARTITIVE_ARTICLE}
quitar {0} de los/las XXX {this, PARTITIVE_ARTICLE} For example: quitar {0} de las direcciones {this, PARTITIVE_ARTICLE}
vaciar XXX {this, PARTITIVE_ARTICLE} For example: vaciar las direcciones {this, PARTITIVE_ARTICLE}
|
|
Number and integer attributes For example: int descuento |
añadir {number} a el/la XXX {this, PARTITIVE_ARTICLE} For example: añadir {descuento} a el descuento {this, PARTITIVE_ARTICLE}
sustraer {number} de el/la XXX {this, PARTITIVE_ARTICLE} For example: sustraer {descuento} de el descuento {this, PARTITIVE_ARTICLE}
|