From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/i18n/en/admin-about.json | 58 ++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Neutron-trunk/resources/i18n/en/admin-about.json (limited to 'Neutron-trunk/resources/i18n/en/admin-about.json') 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 -- cgit