From 9871b03912fc28ad38b4037ebf26a78aa937baba Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 7 Jan 2023 21:40:32 +0100 Subject: Update - This is an automated commit --- i18n/en.json | 22 ++++++++++++---------- i18n/fr.json | 14 ++++++++------ includes/banner.inc | 6 +++--- includes/navigation.inc | 14 -------------- includes/system/compare.inc | 4 ++-- pages/bitset.inc | 12 ++++++------ 6 files changed, 31 insertions(+), 41 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 14925c4..6567d55 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -8,7 +8,7 @@ "details": { "code": "Code:", "food": "Food:", - "memory": "Shared memory:", + "memory": "Memory polling:", "food_states": [ "Not needed", "Not animals", @@ -17,8 +17,8 @@ ], "memory_states": [ "None", - "Partial", - "Full" + "Conscious", + "Subconscious" ] }, "footer": { @@ -128,12 +128,12 @@ "Relt." ], "memory": [ - "Memory", - "Memory", - "Memory", - "Memory", - "Mem.", - "Mem." + "Polling", + "Polling", + "Polling", + "Polng.", + "Plg.", + "Plg." ], "fictive": [ "Fictive", @@ -169,7 +169,9 @@ "Partial", "No", "Younger", - "Yes, but currently travelling" + "Yes, but currently travelling", + "Conscious", + "Subconscious" ] }, "species": { diff --git a/i18n/fr.json b/i18n/fr.json index e17e811..4b3c984 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -8,17 +8,17 @@ "details": { "code": "Code :", "food": "Nourriture :", - "memory": "Mémoire :", + "memory": "Accès mémoire :", "food_states": [ "Pas besoin", "Pas d'animaux", "Pas de viande", - "TOut" + "Tout" ], "memory_states": [ - "Pas partagée", - "Partiellement", - "Partagée" + "Impossible", + "Conscient", + "Inconscient" ] }, "footer": { @@ -169,7 +169,9 @@ "Partiel", "Non", "Plus jeune", - "Oui, mais actuellement en voyage" + "Oui, mais actuellement en voyage", + "Conscient", + "Inconscient" ] }, "species": { diff --git a/includes/banner.inc b/includes/banner.inc index 5b9aa1b..67d066f 100644 --- a/includes/banner.inc +++ b/includes/banner.inc @@ -334,13 +334,13 @@ function getMemberBannerData(string $id, string $system, bool $french = false) { if ($metadata["less_frequent"] ?? false) { $badges[] = [ "id" => "nonverbal", - "color" => "#fd7e14", + "color" => "#6610f2", "html" => ( $french ? - 'Fronte moins souvent' + 'Fronte moins souvent' : - 'Fronts less often' + 'Fronts less often' ) ]; } diff --git a/includes/navigation.inc b/includes/navigation.inc index 1d312e5..345b168 100644 --- a/includes/navigation.inc +++ b/includes/navigation.inc @@ -254,13 +254,6 @@ $navigation_cloudburst = [ "link" => "/cloudburst/-/compare", "stepped" => null ], - [ - "name" => $pages["s:tree"]["name"][$lang["_name"]], - "icon" => "/assets/icons/tree.svg", - "invert" => true, - "link" => "/cloudburst/-/tree", - "stepped" => null - ], [ "name" => $pages["s:species"]["name"][$lang["_name"]], "icon" => "/assets/icons/species.svg", @@ -333,13 +326,6 @@ $navigation_raindrops = [ "link" => "/raindrops/-/compare", "stepped" => null ], - [ - "name" => $pages["s:tree"]["name"][$lang["_name"]], - "icon" => "/assets/icons/tree.svg", - "invert" => true, - "link" => "/raindrops/-/tree", - "stepped" => null - ], [ "name" => $pages["s:species"]["name"][$lang["_name"]], "icon" => "/assets/icons/species.svg", diff --git a/includes/system/compare.inc b/includes/system/compare.inc index ea12582..dbcbfe4 100644 --- a/includes/system/compare.inc +++ b/includes/system/compare.inc @@ -154,9 +154,9 @@ function getMember(string $id) { 0): ?> - " src="/assets/icons/partial.svg" alt="" style="width:24px;"> + " src="/assets/icons/partial.svg" alt="" style="width:24px;"> - " src="/assets/icons/complete.svg" alt="" style="width:24px;"> + " src="/assets/icons/complete.svg" alt="" style="width:24px;"> " src="/assets/icons/none.svg" alt="" style="width:24px;"> diff --git a/pages/bitset.inc b/pages/bitset.inc index c74fe64..a777b60 100644 --- a/pages/bitset.inc +++ b/pages/bitset.inc @@ -58,8 +58,8 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
0
0
0
-
0
-
0
+
0
+
0
0
0
0
@@ -298,13 +298,13 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; - Shared memory access: + Memory polling: -- cgit