1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
{
"updates": {
"beta": [
"Your site is potentially vulnerable",
"You are using a Neutron prerelease"
],
"ltsend": [
"Your site is not protected",
"The long term support for your version has ended, it is highly recommended that you update to the latest long term support release"
],
"ltsnew": [
"Your site is protected",
"A new long term support version is available, but your installed one is still supported"
],
"ltsuptodate": [
"Your site is protected",
"Neutron is up to date, you use a version with long term support"
],
"uptodate": [
"Your site is protected",
"Neutron is up to date"
],
"newversion": [
"Your site is not protected",
"A new Neutron update is available"
]
},
"version": {
"prefix": "Your server is running Neutron",
"update": ", and the latest available version is",
"beta": ", and the current stable version is",
"prerel": [
" (",
" prerelease) "
],
"channel": "You are on this update channel:",
"distrib": "→ Distribution information",
"updates": "→ Updates manager"
},
"diskspace": [
"Your site is using",
"of disk space"
],
"info": "Informations",
"disk": "Disk space",
"changes": "Changes",
"current": "Current version",
"nolog": "No info is available about this version of Neutron",
"stable": "Latest stable version",
"beta": "Current stable version",
"exp": "Target version",
"categories": {
"system": "System files",
"config": "Contents and configuration",
"resources": "Photos and other resources",
"misc": "Miscellaneous files"
}
}
|