mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
server: Translate here link in setup
This commit is contained in:
parent
83851a61d5
commit
947c50353d
@ -97,7 +97,7 @@
|
||||
<li><%= t("setup_sync-from-desktop.step3") %></li>
|
||||
<li><%- t("setup_sync-from-desktop.step4", { host: '<span id="current-host"></span>'}) %></li>
|
||||
<li><%= t("setup_sync-from-desktop.step5") %></li>
|
||||
<li><%- t("setup_sync-from-desktop.step6", { link: '<a href="/">here</a>' }) %></li>
|
||||
<li><%- t("setup_sync-from-desktop.step6", { link: `<a href="/">${t("setup_sync-from-desktop.step6-here")}</a>` }) %></li>
|
||||
</ol>
|
||||
|
||||
<button type="button" data-bind="click: back" class="btn btn-secondary">Back</button>
|
||||
|
@ -124,7 +124,8 @@
|
||||
"step3": "Click on Sync category.",
|
||||
"step4": "Change server instance address to: {{- host}} and click Save.",
|
||||
"step5": "Click \"Test sync\" button to verify connection is successful.",
|
||||
"step6": "Once you've completed these steps, click {{- link}}."
|
||||
"step6": "Once you've completed these steps, click {{- link}}.",
|
||||
"step6-here": "here"
|
||||
},
|
||||
"setup_sync-from-server": {
|
||||
"heading": "Sync from Server",
|
||||
|
@ -127,7 +127,8 @@
|
||||
"step3": "Clic pe categoria „Sincronizare”.",
|
||||
"step4": "Schimbați adresa server-ului către: {{- host}} și apăsați „Salvează”.",
|
||||
"step5": "Clic pe butonul „Testează sincronizarea” pentru a verifica dacă conexiunea a fost făcută cu succes.",
|
||||
"step6": "După ce ați completat pașii, dați click {{- link}}."
|
||||
"step6": "După ce ați completat pașii, dați click {{- link}}.",
|
||||
"step6-here": "aici"
|
||||
},
|
||||
"setup_sync-from-server": {
|
||||
"back": "Înapoi",
|
||||
@ -140,7 +141,8 @@
|
||||
"proxy-server": "Server-ul proxy (opțional)",
|
||||
"proxy-server-placeholder": "https://<sistem>:<port>",
|
||||
"server-host": "Adresa server-ului Trilium",
|
||||
"server-host-placeholder": "https://<sistem>:<port>"
|
||||
"server-host-placeholder": "https://<sistem>:<port>",
|
||||
"password-placeholder": "Parolă"
|
||||
},
|
||||
"setup_sync-in-progress": {
|
||||
"heading": "Sincronizare în curs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user