Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThorsten Claus <thorstenclaus@web.de>2022-07-29 00:23:22 +0300
committerThorsten Claus <thorstenclaus@web.de>2022-07-31 01:19:41 +0300
commit416c806012502bd3fdbdaf21edc190f06deb23ff (patch)
tree8c32e487bf1ecb5721f3c428596b8f696a40af26 /config
parent429a47d64d7753f14be454a519d198ca53ee7c7a (diff)
Adding total and active count to pod view
The backend adds the total count for all pods, as well as the count for active pods. In the frontend shows the new counts but without any further user interactions
Diffstat (limited to 'config')
-rw-r--r--config/locales/javascript/javascript.en.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/javascript/javascript.en.yml b/config/locales/javascript/javascript.en.yml
index ed0e12931..32b1ff996 100644
--- a/config/locales/javascript/javascript.en.yml
+++ b/config/locales/javascript/javascript.en.yml
@@ -70,9 +70,17 @@ en:
other: "<%= count %>ms"
unknown: "unknown"
not_available: "not available"
+ total:
+ one: "There is only one known pod."
+ other: "There are <%= count %> known pods in total."
unchecked:
one: "There is still one pod that hasn't been checked at all."
other: "There are still <%= count %> pods that haven't been checked at all."
+ active:
+ one: "One pod was active recently."
+ other: "<%= count %> pods were active recently."
+ none_active: "None of them were active recently."
+ all_active: "All of them were active recently."
version_failed:
one: "There is one pod that has no version (old pod, no NodeInfo)."
other: "There are <%= count %> pods that have no version (old pods, no NodeInfo)."