public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,7 @@
is_greater_than={0} is greater than {1}
is_lower_than={0} is lower than {1}
is_out_of_range={0} is out of range [{1},{2}]
negative_value={0} has a negative value
not_null=Not allowed null value
empty_value=Not allowed empty value
illegal_type=Illegal type
@@ -0,0 +1,7 @@
is_greater_than={0} es mayor que {1}
is_lower_than={0} es menor que {1}
is_out_of_range={0} está fuera del rango [{1},{2}]
negative_value={0} tiene un valor negativo
not_null=Valores nulos no permitidos
empty_value=Valores vacíos no permitidos
illegal_type=Tipo no permitido