Skip to content

Commit

Permalink
Adding filter button localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
tclaus committed Apr 6, 2024
1 parent 4a4ee3a commit 6cd29ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/templates/pod_table_tpl.jst.hbs
@@ -1,6 +1,6 @@
<button type="button" class="btn btn-default" id="show_all_pods">Alle</button>
<button type="button" class="btn btn-default active" id="show_active_pods">Nur verfügbare</button>
<button type="button" class="btn btn-default" id="show_invalid_pods">Mit Fehlern</button>
<button type="button" class="btn btn-default" id="show_all_pods">{{t 'admin.pods.allPodsFilter'}}</button>
<button type="button" class="btn btn-default active" id="show_active_pods">{{t 'admin.pods.activePodsFilter'}}</button>
<button type="button" class="btn btn-default" id="show_invalid_pods">{{t 'admin.pods.invalidPodsFilter'}}</button>

<table class="table">
<thead>
Expand Down
5 changes: 4 additions & 1 deletion config/locales/javascript/javascript.de.yml
Expand Up @@ -9,12 +9,15 @@ de:
admin:
pods:
actions: "Aktionen"
activePodsFilter: "Verfügbar"
added: "Hinzugefügt"
allPodsFilter: "Alle"
check: "Verbindungstest durchführen"
errors:
one: "Der Verbindungstest meldete für einen Pod einen Fehler."
other: "Der Verbindungstest meldete für <%= count %> Pods einen Fehler."
follow_link: "Link im Browser öffnen"
invalidPodsFilter: "Mit Fehlern"
last_check: "letzte Überprüfung:"
more_info: "zeige weitere Informationen"
ms:
Expand Down Expand Up @@ -319,4 +322,4 @@ de:
other: "%d Jahren"
unblock_failed: "Den Benutzer zu entblocken ist fehlgeschlagen."
viewer:
reshared: "Weitergesagt"
reshared: "Weitergesagt"

0 comments on commit 6cd29ba

Please sign in to comment.