mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	server: Translate here link in setup
This commit is contained in:
		@@ -97,7 +97,7 @@
 | 
				
			|||||||
                <li><%= t("setup_sync-from-desktop.step3") %></li>
 | 
					                <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.step4", { host: '<span id="current-host"></span>'}) %></li>
 | 
				
			||||||
                <li><%= t("setup_sync-from-desktop.step5") %></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>
 | 
					            </ol>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <button type="button" data-bind="click: back" class="btn btn-secondary">Back</button>
 | 
					            <button type="button" data-bind="click: back" class="btn btn-secondary">Back</button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -124,7 +124,8 @@
 | 
				
			|||||||
    "step3": "Click on Sync category.",
 | 
					    "step3": "Click on Sync category.",
 | 
				
			||||||
    "step4": "Change server instance address to: {{- host}} and click Save.",
 | 
					    "step4": "Change server instance address to: {{- host}} and click Save.",
 | 
				
			||||||
    "step5": "Click \"Test sync\" button to verify connection is successful.",
 | 
					    "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": {
 | 
					  "setup_sync-from-server": {
 | 
				
			||||||
    "heading": "Sync from Server",
 | 
					    "heading": "Sync from Server",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -127,7 +127,8 @@
 | 
				
			|||||||
    "step3": "Clic pe categoria „Sincronizare”.",
 | 
					    "step3": "Clic pe categoria „Sincronizare”.",
 | 
				
			||||||
    "step4": "Schimbați adresa server-ului către: {{- host}} și apăsați „Salvează”.",
 | 
					    "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.",
 | 
					    "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": {
 | 
					  "setup_sync-from-server": {
 | 
				
			||||||
    "back": "Înapoi",
 | 
					    "back": "Înapoi",
 | 
				
			||||||
@@ -140,7 +141,8 @@
 | 
				
			|||||||
    "proxy-server": "Server-ul proxy (opțional)",
 | 
					    "proxy-server": "Server-ul proxy (opțional)",
 | 
				
			||||||
    "proxy-server-placeholder": "https://<sistem>:<port>",
 | 
					    "proxy-server-placeholder": "https://<sistem>:<port>",
 | 
				
			||||||
    "server-host": "Adresa server-ului Trilium",
 | 
					    "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": {
 | 
					  "setup_sync-in-progress": {
 | 
				
			||||||
    "heading": "Sincronizare în curs",
 | 
					    "heading": "Sincronizare în curs",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user