Label tweaks (#3224)
This commit is contained in:
parent
c7b7832a88
commit
5c9511ccfe
19 changed files with 27 additions and 25 deletions
|
|
@ -166,11 +166,12 @@
|
||||||
v-if="authAction === 'login' && allowedRegister"
|
v-if="authAction === 'login' && allowedRegister"
|
||||||
class="q-mb-none"
|
class="q-mb-none"
|
||||||
>
|
>
|
||||||
Not registered? Create an
|
Not registered?
|
||||||
<span
|
<a
|
||||||
|
href="#"
|
||||||
class="text-secondary cursor-pointer"
|
class="text-secondary cursor-pointer"
|
||||||
@click="showRegister('username-password')"
|
@click.prevent="showRegister('username-password')"
|
||||||
>Account</span
|
>Create an Account</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<p
|
<p
|
||||||
|
|
@ -182,11 +183,12 @@
|
||||||
<p v-else-if="authAction === 'register'" class="q-mb-none">
|
<p v-else-if="authAction === 'register'" class="q-mb-none">
|
||||||
<span v-text="$t('existing_account_question')"></span>
|
<span v-text="$t('existing_account_question')"></span>
|
||||||
|
|
||||||
<span
|
<a
|
||||||
|
href="#"
|
||||||
class="text-secondary cursor-pointer q-ml-sm"
|
class="text-secondary cursor-pointer q-ml-sm"
|
||||||
@click="showLogin('username-password')"
|
@click.prevent="showLogin('username-password')"
|
||||||
v-text="$t('login')"
|
v-text="$t('login')"
|
||||||
></span>
|
></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</username-password>
|
</username-password>
|
||||||
|
|
|
||||||
2
lnbits/static/bundle.min.js
vendored
2
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -338,7 +338,7 @@ window.localisation.br = {
|
||||||
node_balance: 'Saldo do Nó: {balance} sats',
|
node_balance: 'Saldo do Nó: {balance} sats',
|
||||||
lnbits_balance: 'Saldo do LNbits: {balance} sats',
|
lnbits_balance: 'Saldo do LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Reserve Percentual: {percent} %',
|
funding_reserve_percent: 'Reserve Percentual: {percent} %',
|
||||||
node_managment: 'Gerenciamento de Nós',
|
node_management: 'Gerenciamento de Nós',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Gerenciamento de nó não suportado pela fonte de financiamento ativa',
|
'Gerenciamento de nó não suportado pela fonte de financiamento ativa',
|
||||||
toggle_node_ui: 'Interface do Nó',
|
toggle_node_ui: 'Interface do Nó',
|
||||||
|
|
|
||||||
|
|
@ -320,7 +320,7 @@ window.localisation.cn = {
|
||||||
node_balance: '节点余额:{balance} sats',
|
node_balance: '节点余额:{balance} sats',
|
||||||
lnbits_balance: 'LNbits 余额:{balance} sats',
|
lnbits_balance: 'LNbits 余额:{balance} sats',
|
||||||
funding_reserve_percent: '保留百分比: {percent} %',
|
funding_reserve_percent: '保留百分比: {percent} %',
|
||||||
node_managment: '节点管理',
|
node_management: '节点管理',
|
||||||
node_management_not_supported: '活动资金来源不支持节点管理',
|
node_management_not_supported: '活动资金来源不支持节点管理',
|
||||||
toggle_node_ui: '节点用户界面',
|
toggle_node_ui: '节点用户界面',
|
||||||
toggle_public_node_ui: '公共节点用户界面',
|
toggle_public_node_ui: '公共节点用户界面',
|
||||||
|
|
|
||||||
|
|
@ -332,7 +332,7 @@ window.localisation.cs = {
|
||||||
node_balance: 'Stav uzlu: {balance} sats',
|
node_balance: 'Stav uzlu: {balance} sats',
|
||||||
lnbits_balance: 'Zůstatek LNbits: {balance} sats',
|
lnbits_balance: 'Zůstatek LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Rezervovat procento: {percent} %',
|
funding_reserve_percent: 'Rezervovat procento: {percent} %',
|
||||||
node_managment: 'Správa uzlů',
|
node_management: 'Správa uzlů',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Správa uzlů není podporována aktivním zdrojem financování',
|
'Správa uzlů není podporována aktivním zdrojem financování',
|
||||||
toggle_node_ui: 'Uživatelské rozhraní uzlu',
|
toggle_node_ui: 'Uživatelské rozhraní uzlu',
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ window.localisation.de = {
|
||||||
node_balance: 'Kontostand: {balance} Sats',
|
node_balance: 'Kontostand: {balance} Sats',
|
||||||
lnbits_balance: 'LNbits-Guthaben: {balance} Sats',
|
lnbits_balance: 'LNbits-Guthaben: {balance} Sats',
|
||||||
funding_reserve_percent: 'Reservieren Prozent: {percent} %',
|
funding_reserve_percent: 'Reservieren Prozent: {percent} %',
|
||||||
node_managment: 'Knotenverwaltung',
|
node_management: 'Knotenverwaltung',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Knotenverwaltung wird von der aktiven Finanzierungsquelle nicht unterstützt',
|
'Knotenverwaltung wird von der aktiven Finanzierungsquelle nicht unterstützt',
|
||||||
toggle_node_ui: 'Node-Benutzeroberfläche',
|
toggle_node_ui: 'Node-Benutzeroberfläche',
|
||||||
|
|
|
||||||
|
|
@ -447,7 +447,7 @@ window.localisation.en = {
|
||||||
node_balance: 'Node Balance: {balance} sats',
|
node_balance: 'Node Balance: {balance} sats',
|
||||||
lnbits_balance: 'LNbits Balance: {balance} sats',
|
lnbits_balance: 'LNbits Balance: {balance} sats',
|
||||||
funding_reserve_percent: 'Reserve Percent: {percent} %',
|
funding_reserve_percent: 'Reserve Percent: {percent} %',
|
||||||
node_managment: 'Node Management',
|
node_management: 'Node Management',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Node Management not supported by active funding source',
|
'Node Management not supported by active funding source',
|
||||||
toggle_node_ui: 'Node UI',
|
toggle_node_ui: 'Node UI',
|
||||||
|
|
|
||||||
|
|
@ -343,7 +343,7 @@ window.localisation.es = {
|
||||||
node_balance: 'Balance de Nodo: {balance} sats',
|
node_balance: 'Balance de Nodo: {balance} sats',
|
||||||
lnbits_balance: 'Saldo de LNbits: {balance} sats',
|
lnbits_balance: 'Saldo de LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Reserve Porcentaje: {percent} %',
|
funding_reserve_percent: 'Reserve Porcentaje: {percent} %',
|
||||||
node_managment: 'Gestión de nodos',
|
node_management: 'Gestión de nodos',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'La gestión de nodos no es compatible con la fuente de financiación activa',
|
'La gestión de nodos no es compatible con la fuente de financiación activa',
|
||||||
toggle_node_ui: 'Interfaz de usuario de nodo',
|
toggle_node_ui: 'Interfaz de usuario de nodo',
|
||||||
|
|
|
||||||
|
|
@ -434,7 +434,7 @@ window.localisation.fi = {
|
||||||
node_balance: 'Solmun saldo: {balance} sats',
|
node_balance: 'Solmun saldo: {balance} sats',
|
||||||
lnbits_balance: 'LNbits-saldo: {balance} sat',
|
lnbits_balance: 'LNbits-saldo: {balance} sat',
|
||||||
funding_reserve_percent: 'Omavaraisuusaste: {percent} %',
|
funding_reserve_percent: 'Omavaraisuusaste: {percent} %',
|
||||||
node_managment: 'Solmun hallinta',
|
node_management: 'Solmun hallinta',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Solmun hallinta ei ole mahdollista valitun rahoituslähteen kanssa.',
|
'Solmun hallinta ei ole mahdollista valitun rahoituslähteen kanssa.',
|
||||||
toggle_node_ui: 'Solmun käyttöliittymä',
|
toggle_node_ui: 'Solmun käyttöliittymä',
|
||||||
|
|
|
||||||
|
|
@ -346,7 +346,7 @@ window.localisation.fr = {
|
||||||
node_balance: 'Solde du nœud : {balance} sats',
|
node_balance: 'Solde du nœud : {balance} sats',
|
||||||
lnbits_balance: 'Solde LNbits : {balance} sats',
|
lnbits_balance: 'Solde LNbits : {balance} sats',
|
||||||
funding_reserve_percent: 'Pourcentage de Réserve : {percent} %',
|
funding_reserve_percent: 'Pourcentage de Réserve : {percent} %',
|
||||||
node_managment: 'Gestion des nœuds',
|
node_management: 'Gestion des nœuds',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
"La gestion des nœuds n'est pas prise en charge par la source de financement active",
|
"La gestion des nœuds n'est pas prise en charge par la source de financement active",
|
||||||
toggle_node_ui: 'Interface utilisateur de nœud',
|
toggle_node_ui: 'Interface utilisateur de nœud',
|
||||||
|
|
|
||||||
|
|
@ -343,7 +343,7 @@ window.localisation.it = {
|
||||||
node_balance: 'Saldo Nodo: {balance} sats',
|
node_balance: 'Saldo Nodo: {balance} sats',
|
||||||
lnbits_balance: 'Saldo LNbits: {balance} sats',
|
lnbits_balance: 'Saldo LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Riserva Percentuale: {percent} %',
|
funding_reserve_percent: 'Riserva Percentuale: {percent} %',
|
||||||
node_managment: 'Gestione dei nodi',
|
node_management: 'Gestione dei nodi',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'La gestione dei nodi non è supportata dalla fonte di finanziamento attiva.',
|
'La gestione dei nodi non è supportata dalla fonte di finanziamento attiva.',
|
||||||
toggle_node_ui: 'Interfaccia utente del nodo',
|
toggle_node_ui: 'Interfaccia utente del nodo',
|
||||||
|
|
|
||||||
|
|
@ -334,7 +334,7 @@ window.localisation.jp = {
|
||||||
node_balance: 'ノード残高: {balance} サッツ',
|
node_balance: 'ノード残高: {balance} サッツ',
|
||||||
lnbits_balance: 'LNbits残高: {balance} sats',
|
lnbits_balance: 'LNbits残高: {balance} sats',
|
||||||
funding_reserve_percent: '予約パーセント: {percent} %',
|
funding_reserve_percent: '予約パーセント: {percent} %',
|
||||||
node_managment: 'ノード管理',
|
node_management: 'ノード管理',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'アクティブな資金源ではノード管理がサポートされていません',
|
'アクティブな資金源ではノード管理がサポートされていません',
|
||||||
toggle_node_ui: 'ノードUI',
|
toggle_node_ui: 'ノードUI',
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ window.localisation.kr = {
|
||||||
node_balance: '노드 잔액: {balance} 사토시',
|
node_balance: '노드 잔액: {balance} 사토시',
|
||||||
lnbits_balance: 'LNbits 잔액: {balance} sats',
|
lnbits_balance: 'LNbits 잔액: {balance} sats',
|
||||||
funding_reserve_percent: '예약 비율: {percent} %',
|
funding_reserve_percent: '예약 비율: {percent} %',
|
||||||
node_managment: '노드 관리',
|
node_management: '노드 관리',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'활성화된 자금 출처에 의해 노드 관리는 지원되지 않습니다.',
|
'활성화된 자금 출처에 의해 노드 관리는 지원되지 않습니다.',
|
||||||
toggle_node_ui: '노드 UI',
|
toggle_node_ui: '노드 UI',
|
||||||
|
|
|
||||||
|
|
@ -341,7 +341,7 @@ window.localisation.nl = {
|
||||||
node_balance: 'Node Balans: {balance} sats',
|
node_balance: 'Node Balans: {balance} sats',
|
||||||
lnbits_balance: 'LNbits Saldo: {balance} sats',
|
lnbits_balance: 'LNbits Saldo: {balance} sats',
|
||||||
funding_reserve_percent: 'Reservepercentage: {percent} %',
|
funding_reserve_percent: 'Reservepercentage: {percent} %',
|
||||||
node_managment: 'Nodebeheer',
|
node_management: 'Nodebeheer',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Nodebeheer wordt niet ondersteund door de actieve financieringsbron',
|
'Nodebeheer wordt niet ondersteund door de actieve financieringsbron',
|
||||||
toggle_node_ui: 'Node UI',
|
toggle_node_ui: 'Node UI',
|
||||||
|
|
|
||||||
|
|
@ -337,7 +337,7 @@ window.localisation.pi = {
|
||||||
node_balance: 'Node Balance: {balance} doubloons',
|
node_balance: 'Node Balance: {balance} doubloons',
|
||||||
lnbits_balance: "LNbits Balance: {balance} pieces o' eight",
|
lnbits_balance: "LNbits Balance: {balance} pieces o' eight",
|
||||||
funding_reserve_percent: 'Reserve Percent: {percent} %',
|
funding_reserve_percent: 'Reserve Percent: {percent} %',
|
||||||
node_managment: 'Node Management',
|
node_management: 'Node Management',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Node Management not be supported by active funding source',
|
'Node Management not be supported by active funding source',
|
||||||
toggle_node_ui: 'Node Main Deck',
|
toggle_node_ui: 'Node Main Deck',
|
||||||
|
|
|
||||||
|
|
@ -337,7 +337,7 @@ window.localisation.pl = {
|
||||||
node_balance: 'Saldo węzła: {balance} sats',
|
node_balance: 'Saldo węzła: {balance} sats',
|
||||||
lnbits_balance: 'Saldo LNbits: {balance} sats',
|
lnbits_balance: 'Saldo LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Rezerwa procentowa: {percent} %',
|
funding_reserve_percent: 'Rezerwa procentowa: {percent} %',
|
||||||
node_managment: 'Zarządzanie węzłami',
|
node_management: 'Zarządzanie węzłami',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Zarządzanie węzłami nie jest obsługiwane przez aktywne źródło finansowania.',
|
'Zarządzanie węzłami nie jest obsługiwane przez aktywne źródło finansowania.',
|
||||||
toggle_node_ui: 'Interfejs użytkownika węzła',
|
toggle_node_ui: 'Interfejs użytkownika węzła',
|
||||||
|
|
|
||||||
|
|
@ -340,7 +340,7 @@ window.localisation.pt = {
|
||||||
node_balance: 'Saldo do Nó: {balance} sats',
|
node_balance: 'Saldo do Nó: {balance} sats',
|
||||||
lnbits_balance: 'Saldo do LNbits: {balance} sats',
|
lnbits_balance: 'Saldo do LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Reserve Percentagem: {percent} %',
|
funding_reserve_percent: 'Reserve Percentagem: {percent} %',
|
||||||
node_managment: 'Gerenciamento de Nós',
|
node_management: 'Gerenciamento de Nós',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Gerenciamento de nós não suportado pela fonte de financiamento ativa',
|
'Gerenciamento de nós não suportado pela fonte de financiamento ativa',
|
||||||
toggle_node_ui: 'Interface do Usuário de Nó',
|
toggle_node_ui: 'Interface do Usuário de Nó',
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ window.localisation.sk = {
|
||||||
node_balance: 'Stav uzla: {balance} sats',
|
node_balance: 'Stav uzla: {balance} sats',
|
||||||
lnbits_balance: 'Zostatok LNbits: {balance} sats',
|
lnbits_balance: 'Zostatok LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Rezervovať percento: {percent} %',
|
funding_reserve_percent: 'Rezervovať percento: {percent} %',
|
||||||
node_managment: 'Správa uzlov',
|
node_management: 'Správa uzlov',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Správa uzlov nie je podporovaná aktívnym zdrojom financovania',
|
'Správa uzlov nie je podporovaná aktívnym zdrojom financovania',
|
||||||
toggle_node_ui: 'Používateľské rozhranie uzla',
|
toggle_node_ui: 'Používateľské rozhranie uzla',
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ window.localisation.we = {
|
||||||
node_balance: 'Cydbwysedd Nôd: {balance} sats',
|
node_balance: 'Cydbwysedd Nôd: {balance} sats',
|
||||||
lnbits_balance: 'Cydbwysedd LNbits: {balance} sats',
|
lnbits_balance: 'Cydbwysedd LNbits: {balance} sats',
|
||||||
funding_reserve_percent: 'Cadw Canran: {percent} %',
|
funding_reserve_percent: 'Cadw Canran: {percent} %',
|
||||||
node_managment: 'Rheoli Nodau',
|
node_management: 'Rheoli Nodau',
|
||||||
node_management_not_supported:
|
node_management_not_supported:
|
||||||
'Nid yw Rheoli Nodau yn cael ei gefnogi gan ffynhonnell ariannu weithredol',
|
'Nid yw Rheoli Nodau yn cael ei gefnogi gan ffynhonnell ariannu weithredol',
|
||||||
toggle_node_ui: 'Node UI',
|
toggle_node_ui: 'Node UI',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue