mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-21 18:17:05 +00:00
Merge pull request #1130 from zeedif/feat/setup-wizard-ux
feat(setup-wizard): improve E2EE dialog UX and password field
This commit is contained in:
@@ -2550,6 +2550,10 @@ export const allMessages: Readonly<Record<string, Readonly<Record<string, string
|
||||
ko: "해당 없는 항목 숨기기",
|
||||
"zh-tw": "隱藏不適用的項目",
|
||||
},
|
||||
"Hide password": {
|
||||
def: "Hide password",
|
||||
es: "Ocultar contraseña",
|
||||
},
|
||||
"Higher (${local} > ${remote})": {
|
||||
def: "Higher (${local} > ${remote})",
|
||||
es: "Superior (${local} > ${remote})",
|
||||
@@ -9443,6 +9447,10 @@ export const allMessages: Readonly<Record<string, Readonly<Record<string, string
|
||||
zh: "仅显示通知",
|
||||
"zh-tw": "僅顯示通知",
|
||||
},
|
||||
"Show password": {
|
||||
def: "Show password",
|
||||
es: "Mostrar contraseña",
|
||||
},
|
||||
"Show status as icons only": {
|
||||
def: "Show status as icons only",
|
||||
es: "Mostrar estado solo con íconos",
|
||||
|
||||
@@ -308,6 +308,7 @@
|
||||
"Hidden Files": "Hidden Files",
|
||||
"Hide completely": "Hide completely",
|
||||
"Hide not applicable items": "Hide not applicable items",
|
||||
"Hide password": "Hide password",
|
||||
"Higher (${local} > ${remote})": "Higher (${local} > ${remote})",
|
||||
"Highlight diff": "Highlight diff",
|
||||
"How to display network errors when the sync server is unreachable.": "How to display network errors when the sync server is unreachable.",
|
||||
@@ -1026,6 +1027,7 @@
|
||||
"Show history": "Show history",
|
||||
"Show icon only": "Show icon only",
|
||||
"Show only notifications": "Show only notifications",
|
||||
"Show password": "Show password",
|
||||
"Show status as icons only": "Show status as icons only",
|
||||
"Show status icon instead of file warnings banner": "Show status icon instead of file warnings banner",
|
||||
"Show status inside the editor": "Show status inside the editor",
|
||||
|
||||
@@ -309,6 +309,7 @@
|
||||
"Hidden Files": "Archivos ocultos",
|
||||
"Hide completely": "Ocultar por completo",
|
||||
"Hide not applicable items": "Ocultar elementos no aplicables",
|
||||
"Hide password": "Ocultar contraseña",
|
||||
"Higher (${local} > ${remote})": "Superior (${local} > ${remote})",
|
||||
"Highlight diff": "Resaltar las diferencias",
|
||||
"How to display network errors when the sync server is unreachable.": "Cómo mostrar los errores de red cuando el servidor de sincronización no está disponible.",
|
||||
@@ -1060,6 +1061,7 @@
|
||||
"Show history": "Mostrar el historial",
|
||||
"Show icon only": "Mostrar solo el icono",
|
||||
"Show only notifications": "Mostrar solo notificaciones",
|
||||
"Show password": "Mostrar contraseña",
|
||||
"Show status as icons only": "Mostrar estado solo con íconos",
|
||||
"Show status icon instead of file warnings banner": "Mostrar icono de estado en lugar del banner de advertencia de archivos",
|
||||
"Show status inside the editor": "Mostrar estado dentro del editor",
|
||||
|
||||
@@ -409,6 +409,7 @@ Hidden file synchronization have been temporarily disabled. Please enable them a
|
||||
Hidden Files: Hidden Files
|
||||
Hide completely: Hide completely
|
||||
Hide not applicable items: Hide not applicable items
|
||||
Hide password: Hide password
|
||||
Higher (${local} > ${remote}): Higher (${local} > ${remote})
|
||||
Highlight diff: Highlight diff
|
||||
How to display network errors when the sync server is unreachable.: How to display network errors when the sync server is unreachable.
|
||||
@@ -1812,6 +1813,7 @@ Show full banner: Show full banner
|
||||
Show history: Show history
|
||||
Show icon only: Show icon only
|
||||
Show only notifications: Show only notifications
|
||||
Show password: Show password
|
||||
Show status as icons only: Show status as icons only
|
||||
Show status icon instead of file warnings banner: Show status icon instead of file warnings banner
|
||||
Show status inside the editor: Show status inside the editor
|
||||
|
||||
@@ -432,6 +432,7 @@ Hidden file synchronization have been temporarily disabled. Please enable them a
|
||||
Hidden Files: Archivos ocultos
|
||||
Hide completely: Ocultar por completo
|
||||
Hide not applicable items: Ocultar elementos no aplicables
|
||||
Hide password: Ocultar contraseña
|
||||
Higher (${local} > ${remote}): Superior (${local} > ${remote})
|
||||
Highlight diff: Resaltar las diferencias
|
||||
How to display network errors when the sync server is unreachable.:
|
||||
@@ -1921,6 +1922,7 @@ Show full banner: Mostrar banner completo
|
||||
Show history: Mostrar el historial
|
||||
Show icon only: Mostrar solo el icono
|
||||
Show only notifications: Mostrar solo notificaciones
|
||||
Show password: Mostrar contraseña
|
||||
Show status as icons only: Mostrar estado solo con íconos
|
||||
Show status icon instead of file warnings banner: Mostrar icono de estado en lugar del banner de advertencia de archivos
|
||||
Show status inside the editor: Mostrar estado dentro del editor
|
||||
|
||||
Reference in New Issue
Block a user