This is an automated email from the ASF dual-hosted git repository. vlamp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 0aaa5695956577c8738fae21de06647b4c36c6e8 Author: Volker Lamp <vl...@apache.org> AuthorDate: Tue Apr 4 22:12:13 2023 +0200 TAP5-2751: Provide German translation of the 'checked' validator message --- .../src/main/resources/org/apache/tapestry5/core_de.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/core_de.properties b/tapestry-core/src/main/resources/org/apache/tapestry5/core_de.properties index 0fe09c1d2..d10a070fc 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/core_de.properties +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/core_de.properties @@ -1,4 +1,4 @@ -# Copyright 2013 The Apache Software Foundation +# Copyright 2013, 2023 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -95,6 +95,12 @@ regexp=%2$s stimmt nicht mit dem Muster '%1$s' überein. # "required" validator error: required=Sie müssen einen Wert für %s angeben. +# "checked" validation error: +checked=%s muss ausgewählt sein. + +# "unchecked" validator error: +unchecked=%s darf nicht ausgewählt sein. + # Client-side numeric validation error: core-input-not-numeric=Wert ist nicht numerisch.