49 lines
2.2 KiB
JSON
49 lines
2.2 KiB
JSON
{
|
|
"manifest.name": "Sync",
|
|
"contributions.settingsPanels.verstak.sync.settings.title": "Sync",
|
|
"contributions.statusBarItems.verstak.sync.status.label": "Sync",
|
|
"ui.title": "Sync",
|
|
"ui.description": "Synchronize your vault across devices.",
|
|
"ui.unknownError": "Unknown error",
|
|
"ui.apiUnavailable": "Synchronization is unavailable right now.",
|
|
"ui.intervalError": "Sync interval must be between 1 and 1440 minutes.",
|
|
"ui.settingsSaved": "Settings saved.",
|
|
"ui.serverRequired": "Server URL is required.",
|
|
"ui.connectionSuccessful": "Connection successful.",
|
|
"ui.connectionFailed": "Could not connect. Check the server address and credentials.",
|
|
"ui.saveFailed": "Could not save sync settings. Please try again.",
|
|
"ui.connectFailed": "Could not connect this device. Please try again.",
|
|
"ui.syncFailed": "Could not synchronize. Please try again.",
|
|
"ui.disconnectFailed": "Could not disconnect from the server. Please try again.",
|
|
"ui.resetKeyFailed": "Could not reset the sync key. Please try again.",
|
|
"ui.connectedSuccessfully": "Connected successfully.",
|
|
"ui.conflictsCount": "{count} conflict(s)",
|
|
"ui.errorsCount": "{count} error(s)",
|
|
"ui.syncSummary": "Pushed {pushed}, pulled {pulled}",
|
|
"ui.disconnected": "Disconnected from server.",
|
|
"ui.keyReset": "Sync key reset. Connect again to pair this device.",
|
|
"ui.syncConflicts": "Sync conflicts",
|
|
"ui.lastSyncError": "The last synchronization did not finish. Try again.",
|
|
"ui.syncConflictItem": "A synchronization conflict needs attention.",
|
|
"ui.server": "Server",
|
|
"ui.serverUrl": "Server URL",
|
|
"ui.username": "Username",
|
|
"ui.password": "Password",
|
|
"ui.testConnection": "Test Connection",
|
|
"ui.connect": "Connect",
|
|
"ui.behavior": "Sync Behavior",
|
|
"ui.enableAutoSync": "Enable auto-sync",
|
|
"ui.interval": "Sync interval",
|
|
"ui.minutes": "minutes",
|
|
"ui.lastSync": "Last sync: {date}",
|
|
"ui.save": "Save",
|
|
"ui.syncNow": "Sync Now",
|
|
"ui.resetKey": "Reset Key",
|
|
"ui.disconnect": "Disconnect",
|
|
"ui.status.connected": "Connected",
|
|
"ui.status.disconnected": "Disconnected",
|
|
"ui.status.disabled": "Not configured",
|
|
"ui.status.error": "Error",
|
|
"ui.status.revoked": "Revoked"
|
|
}
|