62 lines
3.3 KiB
JSON
62 lines
3.3 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.unresolvedFilesWarning": "Some files are not synchronized yet. Resolve the file warning and run sync again.",
|
|
"ui.syncConflictItem": "A synchronization conflict needs attention.",
|
|
"ui.server": "Server",
|
|
"ui.serverUrl": "Server URL",
|
|
"ui.remoteVaultId": "Remote vault ID (optional)",
|
|
"ui.remoteVaultHint": "Leave empty for this vault. Enter an existing remote vault ID to restore it on this device.",
|
|
"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"
|
|
,"ui.serverError.rate_limited": "Too many attempts. Wait a little and try again."
|
|
,"ui.serverError.request_too_large": "The synchronization request is too large."
|
|
,"ui.serverError.payload_too_large": "A file operation is too large to send inline."
|
|
,"ui.serverError.too_many_operations": "Too many pending changes were sent at once. Try synchronization again."
|
|
,"ui.serverError.blob_too_large": "This file exceeds the server blob size limit."
|
|
,"ui.serverError.quota_exceeded": "The server storage quota for this vault has been reached."
|
|
,"ui.serverError.blob_not_owned": "The file data must be uploaded before it can be synchronized."
|
|
,"ui.serverError.blob_not_found": "The required file data is unavailable on the server."
|
|
,"ui.serverError.unauthorized": "This device is no longer authorized. Connect it again."
|
|
,"ui.serverError.forbidden": "The server denied this synchronization request."
|
|
}
|