From cdbb3cc0f530a47e639951aa3edb025cf3c6d8f4 Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 16 Apr 2024 13:55:47 +0200 Subject: [PATCH] i18n sysinfo Signed-off-by: Banana --- webclient/i18n/eng.ini | 89 ++++++++++++--------- webclient/view/98/sysinfo/sysinfo.html | 16 ++-- webclient/view/default/sysinfo/sysinfo.html | 12 +-- 3 files changed, 63 insertions(+), 54 deletions(-) diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index 9a5f7de..10182aa 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -20,8 +20,44 @@ ; The value is the keyname without any quotes. ; Use this to create unique translations without changing the template - -auth.logout = "Logout" +global.add = "Add" +global.ascending = "Ascending" +global.clear = "Clear" +global.clickremove = "Click to remove" +global.close = "Close" +global.collection = "Collection" +global.collection.select.notice = "Please select a collection first" +global.created = "Created" +global.default = "Default" +global.delete = "Delete" +global.descending = "Descending" +global.description = "Description" +global.displayresultfor = "Display result for: %s" +global.edit = "Edit" +global.field.writeenter = "Write and press enter." +global.fields = "Fields" +global.group = "Group" +global.image = "Image" +global.latest = "Latest" +global.login = "Login" +global.name = "Name" +global.none = "None" +global.other = "Other" +global.owner = "Owner" +global.password = "Password" +global.pleaseselect = "Please select" +global.replace = "Replace" +global.rights = "Rights" +global.save = "Save" +global.search = "Search" +global.search.resultfor = "Display result for: %s" +global.sort = "Sort" +global.title = "Title" +global.user = "User" +global.username = "Username" +global.view = "View" +global.ownership = "Ownership" +global.none = "None" advsearch.explain.fields = "Available fields in %s are:" advsearch.headline.syntax = "Syntax" @@ -43,6 +79,8 @@ advsearch.submit.bulkedit = "Bulkedit these results" advsearch.tableview.description = "Make sure to define the fields which will be used in table view in collection config" advsearch.togglesearch = "Toggle search" +auth.logout = "Logout" + bulkedit.headline.edit = "Bulkedit these entries in:" managecol.addmodify = "Add or modify a collection" @@ -127,44 +165,15 @@ profile.input.createtoken = "Create API Token" profile.input.apitoken.valid = manageuser.input.apitoken.valid profile.input.apitoken.current = manageuser.input.apitoken.current -global.add = "Add" -global.ascending = "Ascending" -global.clear = "Clear" -global.clickremove = "Click to remove" -global.close = "Close" -global.collection = "Collection" -global.collection.select.notice = "Please select a collection first" -global.created = "Created" -global.default = "Default" -global.delete = "Delete" -global.descending = "Descending" -global.description = "Description" -global.displayresultfor = "Display result for: %s" -global.edit = "Edit" -global.field.writeenter = "Write and press enter." -global.fields = "Fields" -global.group = "Group" -global.image = "Image" -global.latest = "Latest" -global.login = "Login" -global.name = "Name" -global.none = "None" -global.other = "Other" -global.owner = "Owner" -global.password = "Password" -global.pleaseselect = "Please select" -global.replace = "Replace" -global.rights = "Rights" -global.save = "Save" -global.search = "Search" -global.search.resultfor = "Display result for: %s" -global.sort = "Sort" -global.title = "Title" -global.user = "User" -global.username = "Username" -global.view = "View" -global.ownership = "Ownership" -global.none = "None" +sysinfo.headline.sysinfo = "System information" +sysinfo.th.collection = "Collection" +sysinfo.th.description = global.description +sysinfo.th.created = global.created +sysinfo.th.entries = "Entries" +sysinfo.th.tags = "Tags" +sysinfo.th.dbusage = "DB Usage" + + pagination.gotopage = "Goto page" pagination.next = "next" diff --git a/webclient/view/98/sysinfo/sysinfo.html b/webclient/view/98/sysinfo/sysinfo.html index 50955cc..a570aea 100644 --- a/webclient/view/98/sysinfo/sysinfo.html +++ b/webclient/view/98/sysinfo/sysinfo.html @@ -1,15 +1,15 @@ -

System information

+

t('sysinfo.headline.sysinfo'); ?>

- - - - - - - + + + + + + + diff --git a/webclient/view/default/sysinfo/sysinfo.html b/webclient/view/default/sysinfo/sysinfo.html index aa0f475..19341b7 100644 --- a/webclient/view/default/sysinfo/sysinfo.html +++ b/webclient/view/default/sysinfo/sysinfo.html @@ -1,4 +1,4 @@ -

System information

+

t('sysinfo.headline.sysinfo'); ?>

@@ -9,11 +9,11 @@

- Created:
- Entries:
- Tags:
- DB Usage:
- Disk Usage: + t('sysinfo.th.created'); ?>
+ t('sysinfo.th.entries'); ?>
+ t('sysinfo.th.tags'); ?>
+ t('sysinfo.th.dbusage'); ?>
+ t('sysinfo.th.diskusage'); ?>

-- 2.39.5
CollectionDescriptionCreatedEntriesTagsDB UsageDisk Usaget('sysinfo.th.collection'); ?>t('sysinfo.th.description'); ?>t('sysinfo.th.created'); ?>t('sysinfo.th.entries'); ?>t('sysinfo.th.tags'); ?>t('sysinfo.th.dbusage'); ?>t('sysinfo.th.diskusage'); ?>