-
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.
- Loading branch information
1 parent
aea08f3
commit 9a9454e
Showing
1 changed file
with
50 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
BaseEntityRefProperty.cannotDeleteEntityWithChild = Objekt sa nedá vymazať. Stále existuje odkaz v '${source}' (Pole: ${field}). | ||
BaseEntityRefProperty.cannotDeleteEntityWithChildren = Objekt sa nedá vymazať. Stále existuje ${count} odkazov v '${source}' (Pole: ${field}). | ||
BaseEntityRefProperty.cascadeDelete = Odstránenie objektov typu "${type}", ktoré obsahujú "${owner}" v poli "${field}". | ||
BaseEntityRefProperty.cascadeSetNull = Odstráňte '${owner}' z poľa '${field}' pre všetky objekty typu '${type}'. | ||
BaseEntityRefProperty.cascadedDelete = Pokračovanie vymazávania | ||
BaseEntityRefProperty.cascadedSetNull = Vyprázdnené pole | ||
BasicDatabaseDialect.differentDefault = Predvolené hodnoty "${target}" a "${current}" sa líšia | ||
BasicDatabaseDialect.differentLength = Dĺžka stĺpca "${target}" a "${current}" sa líši | ||
BasicDatabaseDialect.differentNull = Nastavenia NOT-NULL sa líšia. | ||
BasicDatabaseDialect.differentPrecision = Presnosť "${target}" a "${current}" sa líši | ||
BasicDatabaseDialect.differentScale = Počet desatinných miest "${target}" a "${current}" sa líši | ||
BasicDatabaseDialect.differentTypes = Typy stĺpcov ${target} a ${current} sa líšia | ||
DateRange.15m = Posledných 15 minút | ||
DateRange.1h = Posledná hodina | ||
DateRange.2h = Posledné 2 hodiny | ||
DateRange.5m = Posledných päť minút | ||
DateRange.beforeLastYear = Pred minulým rokom | ||
DateRange.beforeThisYear = Pred týmto rokom | ||
DateRange.lastMonth = Minulý mesiac | ||
DateRange.lastMonths = Posledných ${months} mesiacov | ||
DateRange.lastWeek = Minulý týždeň | ||
DateRange.lastYear = Minulý rok | ||
DateRange.thisMonth = Tento mesiac | ||
DateRange.thisWeek = Tento týždeň | ||
DateRange.thisYear = Tento rok | ||
DateRange.today = Dnes | ||
DateRange.yesterday = Včera | ||
EntityDescriptor.cannotSaveEntity = Nemožno uložiť ${entity}: ${message} | ||
Property.emptyValue = <prázdny> | ||
Property.fieldNotNullable = Pole "${field}" nesmie byť prázdne. | ||
Property.fieldNotUnique = Hodnota "${value}" sa už používa pre pole "${field}". | ||
Property.fieldNotUniqueException = Objekt typu "${entity}" s rovnakými hodnotami už existuje: ${fieldValueSet}. | ||
Property.fieldNotUpdatable = Pole "${field}" sa nesmie upravovať. | ||
Property.illegalValue = Neplatná hodnota '${value}' v poli '${property}'. | ||
Property.parseValueErrorMessage = ${message} | ||
SchemaTool.columnDoesNotExist = Stĺpec '${column}' stĺpca '${table}' neexistuje. | ||
SchemaTool.columnNeedsChange = Stĺpec '${column}' v '${table}' je potrebné zmeniť: ${reason} | ||
SchemaTool.columnNeedsRename = Stĺpec "${column}" stĺpca "${table}" je potrebné premenovať na "${newName}". | ||
SchemaTool.columnUnused = Stĺpec '${column}' stĺpca '${table}' sa nepoužíva. | ||
SchemaTool.fkDoesNotExist = Cudzí kľúč '${key}' položky '${table}' neexistuje. | ||
SchemaTool.fkNeedsChange = Je potrebné zmeniť cudzí kľúč '${key}' položky '${table}'. | ||
SchemaTool.fkUnused = Cudzí kľúč '${key}' položky '${table}' sa nepoužíva. | ||
SchemaTool.indexDoesNotExist = Index '${key}' položky '${table}' neexistuje. | ||
SchemaTool.indexNeedsChange = Je potrebné zmeniť index '${key}' v položke '${table}'. | ||
SchemaTool.indexUnused = Index '${key}' položky '${table}' sa nepoužíva. | ||
SchemaTool.pkChanged = Primárny kľúč "${table}" je potrebné zmeniť. | ||
SchemaTool.tableDoesNotExist = Tabuľka '${table}' neexistuje. | ||
SchemaTool.tableNeedsRename = Tabuľka "${oldName}" sa musí premenovať na "${table}". | ||
SchemaTool.tableUnused = Tabuľka '${table}' sa nepoužíva. | ||
StringProperty.dataTruncation = Hodnota '${value}' v poli '${field}' je príliš dlhá a obsahuje znaky ${length}. Povolené je maximálne ${maxLength} znakov. |