diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/i18n/en/admin-about.json | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-about.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/admin-about.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/i18n/en/admin-about.json b/Neutron-trunk/resources/i18n/en/admin-about.json new file mode 100644 index 0000000..055b263 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/admin-about.json @@ -0,0 +1,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" + } +}
\ No newline at end of file |