diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-25 02:18:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-25 02:18:27 +0000 |
commit | e4d85fa284312b1f122aeeef6cd51043f5ad23ab (patch) | |
tree | 61dbd99d2a8d943608f954378ff5b2416c6712eb /apps/twofactor_backupcodes/l10n | |
parent | 97949109ef78c04034c4194fef659e3114d75233 (diff) | |
download | nextcloud-server-e4d85fa284312b1f122aeeef6cd51043f5ad23ab.tar.gz nextcloud-server-e4d85fa284312b1f122aeeef6cd51043f5ad23ab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes/l10n')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.js | 6 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.json | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/l10n/en_GB.js b/apps/twofactor_backupcodes/l10n/en_GB.js index b946a758b23..00d5949e48d 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.js +++ b/apps/twofactor_backupcodes/l10n/en_GB.js @@ -4,6 +4,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", "Second-factor backup codes" : "Second-factor backup codes", "Generate backup codes" : "Generate backup codes", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor.", "Backup code" : "Backup code", "Use backup code" : "Use backup code", "Two factor backup codes" : "Two factor backup codes", @@ -15,9 +16,12 @@ OC.L10N.register( "Regenerate backup codes" : "Regenerate backup codes", "If you regenerate backup codes, you automatically invalidate old codes." : "If you regenerate backup codes, you automatically invalidate old codes.", "An error occurred while generating your backup codes" : "An error occurred while generating your backup codes", + "{name} backup codes" : "{name} backup codes", "Use one of the backup codes you saved when setting up two-factor authentication." : "Use one of the backup codes you saved when setting up two-factor authentication.", "Submit" : "Submit", + "_" : "_", "_icon-loading-small_::_generate-backup-codes_" : ["icon-loading-small","generate-backup-codes"], - "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor.", + "function" : "function" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/en_GB.json b/apps/twofactor_backupcodes/l10n/en_GB.json index 50ddef50b31..aae7f060b93 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.json +++ b/apps/twofactor_backupcodes/l10n/en_GB.json @@ -2,6 +2,7 @@ "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", "Second-factor backup codes" : "Second-factor backup codes", "Generate backup codes" : "Generate backup codes", + "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor.", "Backup code" : "Backup code", "Use backup code" : "Use backup code", "Two factor backup codes" : "Two factor backup codes", @@ -13,9 +14,12 @@ "Regenerate backup codes" : "Regenerate backup codes", "If you regenerate backup codes, you automatically invalidate old codes." : "If you regenerate backup codes, you automatically invalidate old codes.", "An error occurred while generating your backup codes" : "An error occurred while generating your backup codes", + "{name} backup codes" : "{name} backup codes", "Use one of the backup codes you saved when setting up two-factor authentication." : "Use one of the backup codes you saved when setting up two-factor authentication.", "Submit" : "Submit", + "_" : "_", "_icon-loading-small_::_generate-backup-codes_" : ["icon-loading-small","generate-backup-codes"], - "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor.", + "function" : "function" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |