Skip to content

Commit 5b43ad8

Browse files
author
Ilya Sakovich
authored
Merge pull request #197 from coderello/master
master to 1.0
2 parents d9c208e + 43f95be commit 5b43ad8

25 files changed

+1969
-244
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Before you commit any changes, please consider the following guidelines:
2121
* If there is a problem where your language cannot be translated grammatically correctly because of the way Nova has formatted the English sentence, you should raise an issue in the [laravel/nova-issues](https://github.com/laravel/nova-issues/issues/) repository. We cannot fix limitations of the available keys. For example the issue of "`Create` + Resource" was fixed to `Create :resource` by raising it directly with the Nova team. You can link your Nova issue to an issue or PR in this repository if it helps.
2222
* All country names have been imported from the [CLDR repository](http://cldr.unicode.org/) as the definitive source, so please do not modify the names of countries in this repository. If you have a genuine problem with the name of a country, please raise an issue to discuss it.
2323
* Note that the `en.json` file in this repository has been modified from the original file from laravel/nova to provide the correct country names as above.
24+
* There is no need to update the count of translated strings and add your username to the readme as this is done by script when the PR is merged.
2425
* Take note of the common mistakes below which can be misleading in English and are commonly mistranslated.
2526

2627
### Common Mistakes

README.md

Lines changed: 43 additions & 16 deletions
Large diffs are not rendered by default.

contributors.json

Lines changed: 107 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -6,99 +6,176 @@
66
"taylorotwell": 10001,
77
"bonzai": 10000,
88
"davidhemphill": 10000,
9+
"jbrooksuk": 10000,
910
"themsaid": 10000,
10-
"mziraki": 37,
11-
"kitbs": 17
11+
"kitbs": 5,
12+
"dillingham": 1
13+
},
14+
"json": true,
15+
"php": true
16+
},
17+
"af": {
18+
"name": "Afrikaans",
19+
"complete": 401,
20+
"contributors": {
21+
"medlion": 421
22+
},
23+
"json": true,
24+
"php": true
25+
},
26+
"bs": {
27+
"name": "Bosnian",
28+
"complete": 401,
29+
"contributors": {
30+
"hajro92": 420
31+
},
32+
"json": true,
33+
"php": true
34+
},
35+
"nl": {
36+
"name": "Dutch",
37+
"complete": 401,
38+
"contributors": {
39+
"DannyvdSluijs": 54,
40+
"happyDemon": 43,
41+
"steefmin": 41,
42+
"jschram": 36,
43+
"sebastiaanspeck": 35,
44+
"daniel-de-wit": 1
1245
},
1346
"json": true,
1447
"php": true
1548
},
1649
"fr": {
1750
"name": "French",
18-
"complete": 398,
51+
"complete": 401,
1952
"contributors": {
2053
"MarceauKa": 165,
2154
"Yannik-Slym": 31,
2255
"InfinityWebMe": 28,
23-
"kitbs": 10,
56+
"kitbs": 13,
2457
"shaffe-fr": 8,
2558
"Arryan": 4,
2659
"KillianH": 2
2760
},
2861
"json": true,
2962
"php": true
3063
},
31-
"pt-BR": {
32-
"name": "Brazilian Portuguese",
33-
"complete": 396,
64+
"de": {
65+
"name": "German",
66+
"complete": 401,
3467
"contributors": {
35-
"henryavila": 398,
36-
"pedrofurtado": 377,
37-
"eduardokum": 364,
38-
"saulo-silva": 33,
39-
"chbbc": 29,
40-
"IgorDePaula": 5
68+
"pille1842": 71,
69+
"shieraki": 27,
70+
"kitbs": 22,
71+
"tobiasthaden": 7,
72+
"dakira": 2
4173
},
4274
"json": true,
4375
"php": true
4476
},
45-
"hu": {
46-
"name": "Hungarian",
47-
"complete": 396,
77+
"ja": {
78+
"name": "Japanese",
79+
"complete": 401,
4880
"contributors": {
49-
"milli05": 364,
50-
"bgeree": 49
81+
"Tsumagari": 420
5182
},
5283
"json": true,
5384
"php": true
5485
},
5586
"nb": {
5687
"name": "Norwegian Bokmål",
57-
"complete": 396,
88+
"complete": 401,
89+
"contributors": {
90+
"einar-johan": 420
91+
},
92+
"json": true,
93+
"php": true
94+
},
95+
"ro": {
96+
"name": "Romanian",
97+
"complete": 401,
5898
"contributors": {
59-
"einar-johan": 414
99+
"BTeodorWork": 362,
100+
"dtix": 67,
101+
"alexgiuvara": 2
60102
},
61103
"json": true,
62104
"php": true
63105
},
64106
"ru": {
65107
"name": "Russian",
66-
"complete": 396,
108+
"complete": 401,
67109
"contributors": {
68110
"hivokas": 363,
69111
"sanasol": 32,
70112
"den1n": 25,
71113
"deadem": 12,
114+
"soulshockers": 6,
72115
"estim": 1
73116
},
74117
"json": true,
75118
"php": true
76119
},
77120
"es": {
78121
"name": "Spanish",
79-
"complete": 396,
122+
"complete": 401,
80123
"contributors": {
124+
"kitbs": 83,
81125
"joebordes": 51,
82126
"ajmariduena": 18,
83127
"iksaku": 11,
128+
"IGedeon": 6,
84129
"Arryan": 3,
85130
"kennyhorna": 3,
86-
"kitbs": 2,
87131
"xcodinas": 2,
88132
"dgtal": 1,
89133
"rodrigore": 1
90134
},
91135
"json": true,
92136
"php": true
93137
},
94-
"de": {
95-
"name": "German",
96-
"complete": 395,
138+
"sv": {
139+
"name": "Swedish",
140+
"complete": 401,
97141
"contributors": {
98-
"pille1842": 71,
99-
"shieraki": 27,
100-
"kitbs": 22,
101-
"dakira": 2
142+
"tanjemark": 364,
143+
"slackernrrd": 89
144+
},
145+
"json": true,
146+
"php": true
147+
},
148+
"uk": {
149+
"name": "Ukrainian",
150+
"complete": 401,
151+
"contributors": {
152+
"soulshockers": 97,
153+
"Ostap34JS": 1,
154+
"osbre": 1
155+
},
156+
"json": true,
157+
"php": true
158+
},
159+
"pt-BR": {
160+
"name": "Brazilian Portuguese",
161+
"complete": 396,
162+
"contributors": {
163+
"henryavila": 398,
164+
"pedrofurtado": 377,
165+
"eduardokum": 364,
166+
"saulo-silva": 33,
167+
"chbbc": 29,
168+
"IgorDePaula": 5
169+
},
170+
"json": true,
171+
"php": true
172+
},
173+
"hu": {
174+
"name": "Hungarian",
175+
"complete": 396,
176+
"contributors": {
177+
"milli05": 364,
178+
"bgeree": 49
102179
},
103180
"json": true,
104181
"php": true
@@ -183,15 +260,6 @@
183260
"json": true,
184261
"php": true
185262
},
186-
"sv": {
187-
"name": "Swedish",
188-
"complete": 349,
189-
"contributors": {
190-
"tanjemark": 364
191-
},
192-
"json": true,
193-
"php": true
194-
},
195263
"hr": {
196264
"name": "Croatian",
197265
"complete": 348,
@@ -221,18 +289,6 @@
221289
"json": true,
222290
"php": true
223291
},
224-
"nl": {
225-
"name": "Dutch",
226-
"complete": 348,
227-
"contributors": {
228-
"happyDemon": 43,
229-
"jschram": 36,
230-
"sebastiaanspeck": 35,
231-
"daniel-de-wit": 1
232-
},
233-
"json": true,
234-
"php": true
235-
},
236292
"fil": {
237293
"name": "Filipino",
238294
"complete": 348,
@@ -325,18 +381,6 @@
325381
"json": true,
326382
"php": true
327383
},
328-
"uk": {
329-
"name": "Ukrainian",
330-
"complete": 348,
331-
"contributors": {
332-
"hivokas": 3,
333-
"Ostap34JS": 1,
334-
"coderello": 1,
335-
"osbre": 1
336-
},
337-
"json": true,
338-
"php": true
339-
},
340384
"lt": {
341385
"name": "Lithuanian",
342386
"complete": 347,
@@ -357,16 +401,6 @@
357401
"json": true,
358402
"php": true
359403
},
360-
"ro": {
361-
"name": "Romanian",
362-
"complete": 346,
363-
"contributors": {
364-
"BTeodorWork": 362,
365-
"alexgiuvara": 2
366-
},
367-
"json": true,
368-
"php": true
369-
},
370404
"tl": {
371405
"name": "Tagalog",
372406
"complete": 346,
@@ -405,11 +439,6 @@
405439
"complete": 0,
406440
"contributors": []
407441
},
408-
"bs": {
409-
"name": "Bosnian",
410-
"complete": 0,
411-
"contributors": []
412-
},
413442
"zh-HK": {
414443
"name": "Chinese (Hong Kong)",
415444
"complete": 0,
@@ -445,11 +474,6 @@
445474
"complete": 0,
446475
"contributors": []
447476
},
448-
"ja": {
449-
"name": "Japanese",
450-
"complete": 0,
451-
"contributors": []
452-
},
453477
"kn": {
454478
"name": "Kannada",
455479
"complete": 0,

0 commit comments

Comments
 (0)