fix #123 allow to specify extra annotations on repositories/methods
[yosql.git] / yosql-codegen / src / main / resources / file-errors_de.properties
blobaf9633dcddd3a4c8ec76b69a829c99697b8dd143
2 # This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 # directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 # including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 # in the LICENSE file.
7 NO_READ_PERMISSION=[{0}] keine Lese-Berechtigung.
8 NO_WRITE_PERMISSION=[{0}] keine Schreib-Berechtigung.
9 NOT_A_DIRECTORY=[{0}] ist kein Verzeichnis.
10 NOT_EXISTS=[{0}] existiert nicht.
11 DIRECTORY_CREATION_FAILED=Fehler während ein Verzeichnis angelegt wurde: {0}
12 CANNOT_CREATE_DIRECTORY=Konnte [{0}] nicht erstellen. Prüfe die Berechtigungen.