Skip to content

Commit

Permalink
UX: Gateway status in font-variant: small-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 4, 2016
1 parent 2c37516 commit 0a5b0bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
min-height: 3em;
}
#gateway-status > li {
font-variant: small-caps;
font-size: small;
padding: 0;
}
#gateway-status > li > span:nth-of-type(2) {
font-weight: bold;
display: inline-block;
float: right;
}
Expand Down
8 changes: 4 additions & 4 deletions locale/en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ dns_description=(EXPERIMENTAL) Check if domain contains DNS TXT record with dnsl
linkify_title=Extended IPFS Link Support
linkify_description=(EXPERIMENTAL) Rewrite links to /ip(f|n)s/* paths on every page to point to IPFS gateway. Make plaintext IPFS links clickable.

panel_status-gateway-redirect=Redirect
panel_status-gateway-redirect=redirect
panel_status-gateway-redirect-enabled=enabled
panel_status-gateway-redirect-disabled=disabled
panel_status-gateway-address=Gateway
panel_status-gateway-version=Version
panel_status-swarm-peers=Swarm Peers
panel_status-gateway-address=gateway
panel_status-gateway-version=version
panel_status-swarm-peers=swarm peers

panel_operations-header=Operations
panel_open-webui=Open WebUI
Expand Down
8 changes: 4 additions & 4 deletions locale/pl-PL.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ dns_description=(EKSPERYMENT) Sprawdza, czy domena posiada wpis TXT w DNS z dnsl
linkify_title=Rozszerzone wsparcie linków IPFS
linkify_description=(EKSPERYMENT) Przepisuje linki do zasobów /ip(f|n)s/* na każdej stronie tak, aby wskazywały na Bramę. Dodatkowo sprawia, że czysto-tekstowe adresy IPFS są klikalne.

panel_status-gateway-redirect=Przekierowanie
panel_status-gateway-redirect=przekierowanie
panel_status-gateway-redirect-enabled=włączone
panel_status-gateway-redirect-disabled=wyłączone
panel_status-gateway-address=Brama
panel_status-gateway-version=Wersja
panel_status-swarm-peers=Połączenia
panel_status-gateway-address=brama
panel_status-gateway-version=wersja
panel_status-swarm-peers=połączenia

panel_operations-header=Operacje
panel_open-webui=Otwórz WebUI
Expand Down

0 comments on commit 0a5b0bf

Please sign in to comment.