table name

This commit is contained in:
Filipriec
2026-08-25 13:01:32 +02:00
parent ed01d1ec5b
commit aea54f8d33
12 changed files with 135 additions and 45 deletions

View File

@@ -853,6 +853,8 @@ error-identifier-underscore = { $label } nesmí začínat podtržítkem.
error-identifier-number = { $label } nesmí začínat číslicí.
error-identifier-too-long = { $label } nesmí být delší než { $limit } znaků.
error-identifier-charset = { $label } může obsahovat jen malá písmena, číslice a podtržítko.
error-table-name-charset = { $label } může obsahovat jen ASCII písmena, číslice, podtržítka a pomlčky.
error-table-name-boundary = { $label } musí začínat a končit písmenem nebo číslicí.
error-alias-charset = { $label } musí obsahovat písmeno, číslo, interpunkci nebo symbol mimo emoji a nesmí obsahovat řídicí znaky.
error-alias-too-long = { $label } nesmí být delší než { $limit } bajtů UTF-8.
error-identifier-reserved = { $label } používá vyhrazený název.

View File

@@ -838,6 +838,8 @@ error-identifier-underscore = { $label } cannot start with an underscore.
error-identifier-number = { $label } cannot start with a number.
error-identifier-too-long = { $label } cannot be longer than { $limit } characters.
error-identifier-charset = { $label } may only use lowercase letters, digits and underscores.
error-table-name-charset = { $label } may only use ASCII letters, digits, underscores and hyphens.
error-table-name-boundary = { $label } must start and end with a letter or number.
error-alias-charset = { $label } must contain a letter, number, punctuation mark or non-emoji symbol, and cannot contain control characters.
error-alias-too-long = { $label } cannot be longer than { $limit } UTF-8 bytes.
error-identifier-reserved = { $label } uses a reserved name.

View File

@@ -851,6 +851,8 @@ error-identifier-underscore = { $label } nesmie začínať podčiarkovníkom.
error-identifier-number = { $label } nesmie začínať číslom.
error-identifier-too-long = { $label } nesmie byť dlhšie ako { $limit } znakov.
error-identifier-charset = { $label } môže obsahovať len malé písmená, číslice a podčiarkovník.
error-table-name-charset = { $label } môže obsahovať len ASCII písmená, číslice, podčiarkovníky a pomlčky.
error-table-name-boundary = { $label } musí začínať a končiť písmenom alebo číslicou.
error-alias-charset = { $label } musí obsahovať písmeno, číslo, interpunkciu alebo symbol mimo emoji a nesmie obsahovať riadiace znaky.
error-alias-too-long = { $label } nesmie byť dlhšie ako { $limit } bajtov UTF-8.
error-identifier-reserved = { $label } používa vyhradený názov.