Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6d856d

Browse files
committed
Merge pull request Laravel-Lang#367 from kristjaningi/master
Added Icelandic (is) translation
2 parents dafb7c1 + 4f364ed commit c6d856d

File tree

3 files changed

+178
-0
lines changed

3 files changed

+178
-0
lines changed

is/pagination.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Pagination Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are used by the paginator library to build
11+
| the simple pagination links. You are free to change them to anything
12+
| you want to customize your views to better match your application.
13+
|
14+
*/
15+
16+
'previous' => '&laquo; Fyrri',
17+
'next' => 'Næsta &raquo;',
18+
19+
];

is/passwords.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Password Reminder Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines are the default lines which match reasons
11+
| that are given by the password broker for a password update attempt
12+
| has failed, such as for an invalid token or invalid new password.
13+
|
14+
*/
15+
16+
"password" => "Lykilorðið verður að innihalda að minnsta kosti 6 stafi.",
17+
"user" => "Notandi með þetta netfang finnst ekki.",
18+
"token" => "Kóðinn til að endurheimta lykilorðið er rangur.",
19+
"sent" => "Við sendum þér tölvupóst með slóð til að endurheimta lykilorðið þitt.",
20+
"reset" => "Lykilorðið þitt hefur verið endurstillt!",
21+
22+
];

is/validation.php

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Validation Language Lines
8+
|--------------------------------------------------------------------------
9+
|
10+
| The following language lines contain the default error messages used by
11+
| the validator class. Some of these rules have multiple versions such
12+
| as the size rules. Feel free to tweak each of these messages here.
13+
|
14+
*/
15+
16+
"accepted" => "Reiturinn :attribute verður að vera samþykktur.",
17+
"active_url" => "Reiturinn :attribute er ekki leyfileg vefslóð.",
18+
"after" => "Reiturinn :attribute verður að vera dagsetning eftir :date.",
19+
"alpha" => "Reiturinn :attribute má aðeins innihalda bókstafi.",
20+
"alpha_dash" => "Reiturinn :attribute má aðeins innihalda bókstafi, tölur og undirstikanir.",
21+
"alpha_num" => "Reiturinn :attribute má aðeins innihalda bókstafi og tölur.",
22+
"array" => "Reiturinn :attribute verður að vera fylki.",
23+
"before" => "Reiturinn :attribute verður að vera dagsetning eftir :date.",
24+
"between" => [
25+
"numeric" => "Reiturinn :attribute verður að vera á milli :min - :max.",
26+
"file" => "Reiturinn :attribute verður að vera á milli :min - :max kílóbæta.",
27+
"string" => "Reiturinn :attribute verður að vera á milli :min - :max stafa.",
28+
"array" => "Reiturinn :attribute verður að vera á milli :min - :max staka.",
29+
],
30+
"boolean" => "Reiturinn :attribute verður að vera réttur eða rangur.",
31+
"confirmed" => "Staðfesting á reitnum :attribute passar ekki.",
32+
"date" => "Reiturinn :attribute er ekki rétt dagsetning.",
33+
"date_format" => "Reiturinn :attribute passar ekki við :format.",
34+
"different" => "Reiturinn :attribute og :other verða að vera ólíkir.",
35+
"digits" => "Reiturinn :attribute verður að vera :digits tölustafir.",
36+
"digits_between" => "Reiturinn :attribute verður að vera á milli :min og :max tölustafa.",
37+
"email" => "Reiturinn :attribute snið netfangsins er ekki rétt.",
38+
"filled" => "Reiturinn :attribute verður að innihalda eitthvað.",
39+
"exists" => "Reiturinn :attribute er nú þegar til.",
40+
"image" => "Reiturinn :attribute verður að vera mynd.",
41+
"in" => "Reiturinn :attribute er ekki réttur.",
42+
"integer" => "Reiturinn :attribute verður að vera tala.",
43+
"ip" => "Reiturinn :attribute verður að vera lögleg IP-tala.",
44+
"max" => [
45+
"numeric" => "Reiturinn :attribute verður að innihalda færri stafi en :max.",
46+
"file" => "Reiturinn :attribute verður að vera minni en :max kílóbæt.",
47+
"string" => "Reiturinn :attribute verður að innihalda færri en :max stafi.",
48+
"array" => "Reiturinn :attribute verður að innihalda færri en :max stök.",
49+
],
50+
"mimes" => "Reiturinn :attribute verður að vera skrá af gerðinni: :values.",
51+
"min" => [
52+
"numeric" => "Reiturinn :attribute verður að vera að lágmarki :min tölustafir.",
53+
"file" => "Reiturinn :attribute verður að vera að lágmarki :min kílóbæt.",
54+
"string" => "Reiturinn :attribute verður að vera að lágmarki :min stafir.",
55+
"array" => "Reiturinn :attribute verður að vera að lágmarki :min stök.",
56+
],
57+
"not_in" => "Reiturinn :attribute er ógildur.",
58+
"numeric" => "Reiturinn :attribute verður að vera tala.",
59+
"regex" => "Reiturinn :attribute er ekki á réttu formi.",
60+
"required" => "Reiturinn :attribute er nauðsynlegur.",
61+
"required_if" => "Reiturinn :attribute er nauðsynlegur þegar :other er :value.",
62+
"required_with" => "The :attribute field is required when :values is present.",
63+
"required_with_all" => "The :attribute field is required when :values is present.",
64+
"required_without" => "The :attribute field is required when :values is not present.",
65+
"required_without_all" => "The :attribute field is required when none of :values are present.",
66+
"same" => "Reiturinn :attribute og :other verða að stemma.",
67+
"size" => [
68+
"numeric" => "Reiturinn :attribute verður að vera :size.",
69+
"file" => "Reiturinn :attribute verður að vera :size kílóbæt.",
70+
"string" => "Reiturinn :attribute verður að vera :size stafir.",
71+
"array" => "Reiturinn :attribute verður að innihalda :size hluti.",
72+
],
73+
"unique" => "Reiturinn :attribute er því miður ekki leyfilegur. Það er annar eins.",
74+
"url" => "Reiturinn :attribute verður að vera netslóð.",
75+
"timezone" => "Reiturinn :attribute verður að vera rétt tímabelti.",
76+
77+
/*
78+
|--------------------------------------------------------------------------
79+
| Custom Validation Language Lines
80+
|--------------------------------------------------------------------------
81+
|
82+
| Here you may specify custom validation messages for attributes using the
83+
| convention "attribute.rule" to name the lines. This makes it quick to
84+
| specify a specific custom language line for a given attribute rule.
85+
|
86+
*/
87+
88+
'custom' => [
89+
'attribute-name' => [
90+
'rule-name' => 'custom-message',
91+
],
92+
],
93+
94+
/*
95+
|--------------------------------------------------------------------------
96+
| Custom Validation Attributes
97+
|--------------------------------------------------------------------------
98+
|
99+
| The following language lines are used to swap attribute place-holders
100+
| with something more reader friendly such as E-Mail Address instead
101+
| of "email". This simply helps us make messages a little cleaner.
102+
|
103+
*/
104+
105+
'attributes' => [
106+
"name" => "Nafn",
107+
"username" => "Notendanafn",
108+
"email" => "Netfang",
109+
"first_name" => "Fornafn",
110+
"last_name" => "Eftirnafn",
111+
"password" => "Lykilorð",
112+
"password_confirmation" => "Staðfesting á lykilorði",
113+
"city" => "Borg",
114+
"country" => "Land",
115+
"address" => "Heimilisfang",
116+
"phone" => "Heimasími",
117+
"mobile" => "Farsími",
118+
"age" => "Aldur",
119+
"sex" => "Sex",
120+
"gender" => "Kyn",
121+
"day" => "Dagur",
122+
"month" => "Mánuður",
123+
"year" => "Ár",
124+
"hour" => "Klukkutími",
125+
"minute" => "Mínúta",
126+
"second" => "Sekúnda",
127+
"title" => "Titill",
128+
"content" => "Efni",
129+
"description" => "Lýsing",
130+
"excerpt" => "Excerpt",
131+
"date" => "Dagsetning",
132+
"time" => "Tími",
133+
"available" => "Í boði",
134+
"size" => "Stærð",
135+
],
136+
137+
];

0 commit comments

Comments
 (0)