-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #665 from scireum/lokalise-2024-11-11_15-27-22
Lokalise: Translations update
- Loading branch information
Showing
9 changed files
with
107 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
BaseEntityRefProperty.cannotDeleteEntityWithChild = La Entidad no puede ser eliminada ya que la entidad '${source}' tiene una referencia de tipo '${type}' en el campo '${field}'. | ||
BaseEntityRefProperty.cannotDeleteEntityWithChildren = La Entidad no puede ser eliminada ya que la entidad '${source}' contiene '${count}' referencias de tipo '${type}' en el campo '${field}'. | ||
BaseEntityRefProperty.cascadeDelete = Eliminar objetos de tipo '${tipo}' que contengan '${propietario}' en el campo '${campo}'. | ||
BaseEntityRefProperty.cascadeSetNull = Elimina '${propietario}' del campo '${campo}' para todos los objetos de tipo '${tipo}'. | ||
BaseEntityRefProperty.cascadedDelete = Supresión continuada | ||
BaseEntityRefProperty.cascadedSetNull = Campo vaciado | ||
BasicDatabaseDialect.differentDefault = Los valores por defecto '${target}' y '${current}' difieren | ||
BasicDatabaseDialect.differentLength = La longitud de la columna '${target}' y '${current}' difieren | ||
BasicDatabaseDialect.differentNull = La configuración NOT-NULL es diferente. | ||
BasicDatabaseDialect.differentPrecision = La precisión '${target}' y '${current}' difieren | ||
BasicDatabaseDialect.differentScale = El número de decimales '${target}' y '${current}' difieren | ||
BasicDatabaseDialect.differentTypes = Los tipos de columna ${target} y ${current} difieren | ||
DateRange.15m = Últimos 15 minutos | ||
DateRange.1h = Última hora | ||
DateRange.2h = Últimas 2 horas | ||
DateRange.5m = Últimos cinco minutos | ||
DateRange.beforeLastYear = Antes del año pasado | ||
DateRange.beforeThisYear = Antes de este año | ||
DateRange.lastMonth = El mes pasado | ||
DateRange.lastMonths = Últimos ${meses} meses | ||
DateRange.lastWeek = La semana pasada | ||
DateRange.lastYear = El año pasado | ||
DateRange.thisMonth = Este mes | ||
DateRange.thisWeek = Esta semana | ||
DateRange.thisYear = Este año | ||
DateRange.today = Hoy | ||
DateRange.yesterday = Ayer | ||
EntityDescriptor.cannotSaveEntity = No se puede guardar ${entidad}: ${mensaje} | ||
Property.emptyValue = <vacío> | ||
Property.fieldNotNullable = El campo '${field}' no debe estar vacío. | ||
Property.fieldNotUnique = El valor '${value}' ya está en uso para el campo '${field}'. | ||
Property.fieldNotUniqueException = Ya existe un objeto de tipo '${entity}' con los mismos valores: ${fieldValueSet}. | ||
Property.fieldNotUpdatable = El campo '${field}' no debe modificarse. | ||
Property.illegalValue = Valor no válido '${valor}' en el campo '${propiedad}'. | ||
Property.parseValueErrorMessage = ${message} | ||
SchemaTool.columnDoesNotExist = La columna '${column}' de '${table}' no existe. | ||
SchemaTool.columnNeedsChange = La columna '${column}' de '${table}' necesita ser cambiada: ${reason} | ||
SchemaTool.columnNeedsRename = La columna '${columna}' de '${tabla}' necesita ser renombrada a '${nuevoNombre}'. | ||
SchemaTool.columnUnused = La columna '${column}' de '${table}' no se utiliza. | ||
SchemaTool.fkDoesNotExist = La clave externa '${key}' de '${table}' no existe. | ||
SchemaTool.fkNeedsChange = Es necesario cambiar la clave externa '${key}' de '${table}'. | ||
SchemaTool.fkUnused = La clave externa '${key}' de '${table}' no se utiliza. | ||
SchemaTool.indexDoesNotExist = El índice '${key}' de '${table}' no existe. | ||
SchemaTool.indexNeedsChange = Es necesario cambiar el índice '${key}' de '${table}'. | ||
SchemaTool.indexUnused = El índice '${key}' de '${table}' no se utiliza. | ||
SchemaTool.pkChanged = Es necesario cambiar la clave principal de '${table}'. | ||
SchemaTool.tableDoesNotExist = La tabla '${table}' no existe. | ||
SchemaTool.tableNeedsRename = La tabla '${oldName}' debe renombrarse a '${table}'. | ||
SchemaTool.tableUnused = La tabla '${table}' no se utiliza. | ||
StringProperty.dataTruncation = El valor '${value}' en el campo '${field}' es demasiado largo con ${length} caracteres. Se permite un máximo de ${maxLength} caracteres. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.