Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
175683f9
Commit
175683f9
authored
Sep 01, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1092 from franzliedke/patch-34
German translation for array validator messages
parents
4db08087
41e3c95e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
application/language/de/validation.php
+5
-5
No files found.
application/language/de/validation.php
View file @
175683f9
...
...
@@ -24,7 +24,7 @@ return array(
"alpha"
=>
":attribute darf nur Buchstaben beinhalten."
,
"alpha_dash"
=>
":attribute sollte nur aus Buchstaben, Nummern und Bindestrichen bestehen."
,
"alpha_num"
=>
":attribute sollte nur aus Buchstaben und Nummern bestehen."
,
"array"
=>
"
The :attribute must have selected elements
."
,
"array"
=>
"
:attribute muss ausgewählte Elemente haben
."
,
"before"
=>
":attribute muss ein Datum vor dem :date sein."
,
"between"
=>
array
(
"numeric"
=>
":attribute muss zwischen :min und :max liegen."
,
...
...
@@ -32,10 +32,10 @@ return array(
"string"
=>
":attribute muss zwischen :min und :max Zeichen lang sein."
,
),
"confirmed"
=>
":attribute stimmt nicht mit der Bestätigung überein."
,
"count"
=>
"
The :attribute must have exactly :count selected elements
."
,
"countbetween"
=>
"
The :attribute must have between :min and :max selected elements
."
,
"countmax"
=>
"
The :attribute must have less than :max selected elements
."
,
"countmin"
=>
"
The :attribute must have at least :min selected elements
."
,
"count"
=>
"
:attribute muss genau :count ausgewählte Elemente haben
."
,
"countbetween"
=>
"
:attribute muss zwischen :min und :max ausgewählte Elemente haben
."
,
"countmax"
=>
"
:attribute muss weniger als :max ausgewählte Elemente haben
."
,
"countmin"
=>
"
:attribute muss mindestens :min ausgewählte Elemente haben
."
,
"different"
=>
":attribute und :other müssen verschieden sein."
,
"email"
=>
":attribute ist keine gültige Email-Adresse."
,
"exists"
=>
"Der gewählte Wert für :attribute ist ungültig."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment