Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
41654dd4
Commit
41654dd4
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Weitere Sprachdatei eingefügt
parent
13566325
No related branches found
Branches containing commit
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/lang/de/validation.php
+75
-0
75 additions, 0 deletions
resources/lang/de/validation.php
with
75 additions
and
0 deletions
resources/lang/de/validation.php
0 → 100644
+
75
−
0
View file @
41654dd4
<?php
return
[
"accepted"
=>
"Das Feld :attribute muss akzeptiert werden."
,
"active_url"
=>
"Das Feld :attribute ist keine richtige URL."
,
"after"
=>
"Das Feld :attribute muss ein Datum nach :date sein."
,
"alpha"
=>
"Das Feld :attribute darf nur Buchstaben enthalten."
,
"alpha_dash"
=>
"Das Feld :attribute darf nur Buchstaben, Zahlen und Gedankenstriche enthalten."
,
"alpha_num"
=>
"Das Feld :attribute darf nur Buchstaben und Zahlen enthalten."
,
"array"
=>
"Das Feld :attribute muss ein Array sein."
,
"before"
=>
"Das Feld :attribute muss ein Datum vor :date sein."
,
"between"
=>
[
"numeric"
=>
"Das Feld :attribute muss zwischen :min und :max liegen."
,
"file"
=>
"Die Datei :attribute muss zwischen :min und :max Kilobyte groß sein."
,
"string"
=>
"Das Feld :attribute muss zwischen :min und :max Zeichen haben."
,
"array"
=>
"Das Array :attribute muss zwischen :min und :max Elemente haben."
],
"boolean"
=>
"Das Feld :attribute muss entweder
\"
true
\"
, oder
\"
false
\"
sein."
,
"confirmed"
=>
"Die Bestätigung des Feldes :attribute stimmt nicht überein."
,
"date"
=>
"Das Feld :attribute ist kein korrektes Datum."
,
"date_format"
=>
"Das Feld :attribute stimmt nicht mit dem Format :format überein."
,
"different"
=>
"Das Feld :attribute und :other müssen unterschiedlich sein."
,
"digits"
=>
"Das Feld :attribute muss :digits Ziffern enthalten."
,
"digits_between"
=>
"Das Feld :attribute muss zwischen :min und :max Ziffern enthalten."
,
"distinct"
=>
"Das Feld :attribute kommt doppelt vor."
,
"email"
=>
"Das Feld :attribute muss eine korrekte Email-Adresse sein."
,
"exists"
=>
"Das gewählte Feld :attribute existiert nicht."
,
"filled"
=>
"Das Feld :attribute wird benötigt."
,
"image"
=>
"Das Feld :attribute muss ein gültiges Bild sein."
,
"in"
=>
"Das gewählte Feld :attribute existiert nicht."
,
"in_array"
=>
"Das Feld :attribute existiert nicht in :other."
,
"integer"
=>
"Das Feld :attribute muss ein Integer sein."
,
"ip"
=>
"Das Feld :attribute muss eine gültige IP Adresse sein."
,
"json"
=>
"Das Feld :attribute muss ein gültiger JSON String sein."
,
"max"
=>
[
"numeric"
=>
"Das Feld :attribute darf nicht größer sein als :max."
,
"file"
=>
"Das Feld :attribute darf nicht größer sein als :max Kilobyte"
,
"string"
=>
"Das Feld :attribute darf nicht mehr als :max Zeichen enthalten."
,
"array"
=>
"Das Feld :attribute darf nicht mehr als :max Elemente enthalten."
],
"mimes"
=>
"Das Feld :attribute muss eine Datei vom Typ: :values sein."
,
"min"
=>
[
"numeric"
=>
"Die Zahl :attribute muss mindestens :min sein."
,
"file"
=>
"Die Datei :attribute muss midnestens :min Kilobyte groß sein."
,
"string"
=>
"Der Text :attribute muss mindestens :min Zeichen enthalten."
,
"array"
=>
"das Array :attribute muss mindestens :min Elemente enthalten."
],
"not_in"
=>
"Das gewählte Feld :attribute is nicht vorhanden."
,
"numeric"
=>
"Das Feld :attribute muss eine Zahl sein."
,
"present"
=>
"Das Feld :attribute muss angegeben werden."
,
"regex"
=>
"Das Feld :attribute hat ein ungültiges format."
,
"required"
=>
"Das Feld :attribute wird benötigt."
,
"required_if"
=>
"Das Feld :attribute wird benötigt, wenn :other :value ist."
,
"required_unless"
=>
"Das Feld :attribute wird benötigt wenn :other in :values vorhanden ist."
,
"required_with"
=>
"Das Feld :attribute wird benötigt, wenn :values angegeben wurde."
,
"required_with_all"
=>
"Das Feld :attribute wird benötigt, wenn :values angegeben wurden."
,
"required_without"
=>
"Das Feld :attribute wird benötigt, wenn :values nicht angegeben wurde."
,
"required_without_all"
=>
"Das Feld :attribute wird benötigt, wenn keins der folgenden angegeben wurde: :values."
,
"same"
=>
"Das Feld :attribute und :other müssen übereinstimmten."
,
"size"
=>
[
"numeric"
=>
"Das Feld :attribute muss mindestens :size sein."
,
"file"
=>
"Das Feld :attribute muss mindestens :size Kilobyte groß sein."
,
"string"
=>
"Das Feld :attribute muss mindestens :size Zeichen lang sein."
,
"array"
=>
"Das Feld :attribute muss mindestens :size Elemente enthalten."
],
"string"
=>
"Das Feld :attribute muss ein String sein."
,
"timezone"
=>
"Das Feld :attribute muss eine gültige Zeitzone sein."
,
"unique"
=>
"Das Feld :attribute wurde schon verwendet."
,
"url"
=>
"Das Feld :attribute hat ein ungültiges Format."
,
"custom"
=>
[
"attribute-name"
=>
[
"rule-name"
=>
"eigene-nachricht"
]
]
];
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment