{t('settings.workspace')}
{t('settings.workspaceDesc')}
{#if errorMsg}
{errorMsg}
{/if}
{#if info}
{t('settings.vaultPath')}
{info.path}
DB
{info.dbPath}
{#if info.nodeCount !== undefined}
Nodes
{info.nodeCount}
{/if} {#if info.fileCount !== undefined}
Files
{info.fileCount}
{/if}
{:else}
{t('settings.noVaultInfo')}
{/if}
{t('settings.openVault')}
{t('settings.changeVault')}
{t('settings.checkIntegrity')}