forked from wdhongtw/vscode-gpg-indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
14 lines (14 loc) · 1.75 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"gpgIndicator.l10n.commands.unlockCurrentKey": "Unlock Current Key",
"gpgIndicator.l10n.commands.deletePassphraseCache": "Delete your selected passphrase cache",
"gpgIndicator.l10n.commands.clearPassphraseCache": "Clear ALL your passphrase cache",
"gpgIndicator.l10n.commands.listPassphraseCache": "List your passphrase cache",
"gpgIndicator.l10n.configuration.statusRefreshInterval": "Background refresh interval (in seconds) for key status.",
"gpgIndicator.l10n.configuration.outputLogLevel": "Log level for extension log output.",
"gpgIndicator.l10n.configuration.enableSecurelyPassphraseCache": "Specifies whether to use the `SecretStorage` of VSCode to store your passphrase or not. [Read more](https://github.com/wdhongtw/vscode-gpg-indicator#passphrase-cache).\n\n**WARNING**: Turn off this option will clear all your passphrase cache, and cannot be reverted.",
"gpgIndicator.l10n.configuration.statusStyle": "Specifies what to show about the current key in the status bar element",
"gpgIndicator.l10n.configuration.statusStyle.enumDescriptions.fingerprintWithUserId": "Show both fingerprint and user id (if any), if no user id found, show fingerprint only.\n\nExample: `0123456789ABCDEF - Example User <example@example.com>`",
"gpgIndicator.l10n.configuration.statusStyle.enumDescriptions.fingerprint": "Show fingerprint only.\n\nExample: `0123456789ABCDEF`",
"gpgIndicator.l10n.configuration.statusStyle.enumDescriptions.userId": "Show user id, if no user id found, show fingerprint as fallback.\n\nExample: `Example User <example@example.com>`",
"gpgIndicator.l10n.capabilities.untrustedWorkspaces": "When running in restricted mode for an untrusted workspace, the extension will not read any git config from current folder."
}