Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit f26dc27

Browse files
Autosync the updated translations (#1577)
Co-authored-by: github-actions <>
1 parent cb8a40d commit f26dc27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3029
-529
lines changed

src/locales/af/messages.json

+62-12
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,12 @@
187187
"message": "Wysig vouer"
188188
},
189189
"baseDomain": {
190-
"message": "Basisdomein"
190+
"message": "Basisdomein",
191+
"description": "Domain name. Ex. website.com"
192+
},
193+
"domainName": {
194+
"message": "Domain Name",
195+
"description": "Domain name. Ex. website.com"
191196
},
192197
"host": {
193198
"message": "Gasheer",
@@ -1425,11 +1430,14 @@
14251430
"reports": {
14261431
"message": "Verslae"
14271432
},
1433+
"reportsDesc": {
1434+
"message": "Identify and close security gaps in your online accounts by clicking the reports below."
1435+
},
14281436
"unsecuredWebsitesReport": {
1429-
"message": "Unsecured Websites Report"
1437+
"message": "Unsecure Websites"
14301438
},
14311439
"unsecuredWebsitesReportDesc": {
1432-
"message": "Using unsecured websites with the http:// scheme can be dangerous. If the website allows, you should always access it using the https:// scheme so that your connection is encrypted."
1440+
"message": "URLs that start with http:// don’t use the best available encryption. Change the Login URIs for these accounts to https:// for safer browsing."
14331441
},
14341442
"unsecuredWebsitesFound": {
14351443
"message": "Unsecured Websites Found"
@@ -1447,10 +1455,10 @@
14471455
"message": "No items in your vault have unsecured URIs."
14481456
},
14491457
"inactive2faReport": {
1450-
"message": "Inactive 2FA Report"
1458+
"message": "Inactive Two-step Login"
14511459
},
14521460
"inactive2faReportDesc": {
1453-
"message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication."
1461+
"message": "Two-step Login adds a layer of protection to your accounts. Turn on Two-Step Login using Bitwarden Authenticator for these accounts or use an alternative method."
14541462
},
14551463
"inactive2faFound": {
14561464
"message": "Logins Without 2FA Found"
@@ -1471,10 +1479,10 @@
14711479
"message": "Instruksies"
14721480
},
14731481
"exposedPasswordsReport": {
1474-
"message": "Exposed Passwords Report"
1482+
"message": "Exposed Passwords"
14751483
},
14761484
"exposedPasswordsReportDesc": {
1477-
"message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers."
1485+
"message": "Passwords exposed in a data breach are easy targets for attackers. Change these passwords to prevent potential break-ins."
14781486
},
14791487
"exposedPasswordsFound": {
14801488
"message": "Blootgestelde wagwoorde gevind"
@@ -1504,10 +1512,10 @@
15041512
}
15051513
},
15061514
"weakPasswordsReport": {
1507-
"message": "Weak Passwords Report"
1515+
"message": "Weak Passwords"
15081516
},
15091517
"weakPasswordsReportDesc": {
1510-
"message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords."
1518+
"message": "Weak passwords can be easily guessed by attackers. Change these passwords to strong ones using the Password Generator."
15111519
},
15121520
"weakPasswordsFound": {
15131521
"message": "Swak wagwoorde gevind"
@@ -1525,10 +1533,10 @@
15251533
"message": "Geen items in u kluis het swak wagwoorde nie."
15261534
},
15271535
"reusedPasswordsReport": {
1528-
"message": "Reused Passwords Report"
1536+
"message": "Reused Passwords"
15291537
},
15301538
"reusedPasswordsReportDesc": {
1531-
"message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service."
1539+
"message": "Reusing passwords makes it easier for attackers to break into multiple accounts. Change these passwords so that each is unique."
15321540
},
15331541
"reusedPasswordsFound": {
15341542
"message": "Hergebruikte wagwoorde gevind"
@@ -1558,7 +1566,7 @@
15581566
"message": "Databreukverslag"
15591567
},
15601568
"breachDesc": {
1561-
"message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords."
1569+
"message": "Breached accounts can expose your personal information. Secure breached accounts by enabling 2FA or creating a stronger password."
15621570
},
15631571
"breachCheckUsernameEmail": {
15641572
"message": "Check any usernames or email addresses that you use."
@@ -4826,5 +4834,47 @@
48264834
"example": "My Org Name"
48274835
}
48284836
}
4837+
},
4838+
"backToReports": {
4839+
"message": "Back to Reports"
4840+
},
4841+
"generator": {
4842+
"message": "Generator"
4843+
},
4844+
"whatWouldYouLikeToGenerate": {
4845+
"message": "What would you like to generate?"
4846+
},
4847+
"passwordType": {
4848+
"message": "Password Type"
4849+
},
4850+
"regenerateUsername": {
4851+
"message": "Regenerate Username"
4852+
},
4853+
"generateUsername": {
4854+
"message": "Generate Username"
4855+
},
4856+
"usernameType": {
4857+
"message": "Username Type"
4858+
},
4859+
"plusAddressedEmail": {
4860+
"message": "Plus Addressed Email"
4861+
},
4862+
"plusAddressedEmailDesc": {
4863+
"message": "Use your email provider's sub-addressing capabilities."
4864+
},
4865+
"catchallEmail": {
4866+
"message": "Catch-all Email"
4867+
},
4868+
"catchallEmailDesc": {
4869+
"message": "Use your domain's configured catch-all inbox."
4870+
},
4871+
"random": {
4872+
"message": "Random"
4873+
},
4874+
"randomWord": {
4875+
"message": "Random Word"
4876+
},
4877+
"service": {
4878+
"message": "Service"
48294879
}
48304880
}

src/locales/az/messages.json

+51-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,12 @@
187187
"message": "Qovluğa düzəliş et"
188188
},
189189
"baseDomain": {
190-
"message": "Baza domeni"
190+
"message": "Baza domeni",
191+
"description": "Domain name. Ex. website.com"
192+
},
193+
"domainName": {
194+
"message": "Domain Name",
195+
"description": "Domain name. Ex. website.com"
191196
},
192197
"host": {
193198
"message": "Host",
@@ -1425,6 +1430,9 @@
14251430
"reports": {
14261431
"message": "Hesabatlar"
14271432
},
1433+
"reportsDesc": {
1434+
"message": "Identify and close security gaps in your online accounts by clicking the reports below."
1435+
},
14281436
"unsecuredWebsitesReport": {
14291437
"message": "Təhlükəli veb sayt hesabatları"
14301438
},
@@ -4826,5 +4834,47 @@
48264834
"example": "My Org Name"
48274835
}
48284836
}
4837+
},
4838+
"backToReports": {
4839+
"message": "Back to Reports"
4840+
},
4841+
"generator": {
4842+
"message": "Generator"
4843+
},
4844+
"whatWouldYouLikeToGenerate": {
4845+
"message": "What would you like to generate?"
4846+
},
4847+
"passwordType": {
4848+
"message": "Password Type"
4849+
},
4850+
"regenerateUsername": {
4851+
"message": "Regenerate Username"
4852+
},
4853+
"generateUsername": {
4854+
"message": "Generate Username"
4855+
},
4856+
"usernameType": {
4857+
"message": "Username Type"
4858+
},
4859+
"plusAddressedEmail": {
4860+
"message": "Plus Addressed Email"
4861+
},
4862+
"plusAddressedEmailDesc": {
4863+
"message": "Use your email provider's sub-addressing capabilities."
4864+
},
4865+
"catchallEmail": {
4866+
"message": "Catch-all Email"
4867+
},
4868+
"catchallEmailDesc": {
4869+
"message": "Use your domain's configured catch-all inbox."
4870+
},
4871+
"random": {
4872+
"message": "Random"
4873+
},
4874+
"randomWord": {
4875+
"message": "Random Word"
4876+
},
4877+
"service": {
4878+
"message": "Service"
48294879
}
48304880
}

src/locales/be/messages.json

+63-13
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,12 @@
187187
"message": "Рэдагаваць папку"
188188
},
189189
"baseDomain": {
190-
"message": "Асноўны дамен"
190+
"message": "Асноўны дамен",
191+
"description": "Domain name. Ex. website.com"
192+
},
193+
"domainName": {
194+
"message": "Domain Name",
195+
"description": "Domain name. Ex. website.com"
191196
},
192197
"host": {
193198
"message": "Хост",
@@ -1425,11 +1430,14 @@
14251430
"reports": {
14261431
"message": "Справаздачы"
14271432
},
1433+
"reportsDesc": {
1434+
"message": "Identify and close security gaps in your online accounts by clicking the reports below."
1435+
},
14281436
"unsecuredWebsitesReport": {
1429-
"message": "Unsecured Websites Report"
1437+
"message": "Unsecure Websites"
14301438
},
14311439
"unsecuredWebsitesReportDesc": {
1432-
"message": "Using unsecured websites with the http:// scheme can be dangerous. If the website allows, you should always access it using the https:// scheme so that your connection is encrypted."
1440+
"message": "URLs that start with http:// don’t use the best available encryption. Change the Login URIs for these accounts to https:// for safer browsing."
14331441
},
14341442
"unsecuredWebsitesFound": {
14351443
"message": "Unsecured Websites Found"
@@ -1447,10 +1455,10 @@
14471455
"message": "No items in your vault have unsecured URIs."
14481456
},
14491457
"inactive2faReport": {
1450-
"message": "Inactive 2FA Report"
1458+
"message": "Inactive Two-step Login"
14511459
},
14521460
"inactive2faReportDesc": {
1453-
"message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication."
1461+
"message": "Two-step Login adds a layer of protection to your accounts. Turn on Two-Step Login using Bitwarden Authenticator for these accounts or use an alternative method."
14541462
},
14551463
"inactive2faFound": {
14561464
"message": "Logins Without 2FA Found"
@@ -1471,10 +1479,10 @@
14711479
"message": "Instructions"
14721480
},
14731481
"exposedPasswordsReport": {
1474-
"message": "Exposed Passwords Report"
1482+
"message": "Exposed Passwords"
14751483
},
14761484
"exposedPasswordsReportDesc": {
1477-
"message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers."
1485+
"message": "Passwords exposed in a data breach are easy targets for attackers. Change these passwords to prevent potential break-ins."
14781486
},
14791487
"exposedPasswordsFound": {
14801488
"message": "Exposed Passwords Found"
@@ -1504,10 +1512,10 @@
15041512
}
15051513
},
15061514
"weakPasswordsReport": {
1507-
"message": "Weak Passwords Report"
1515+
"message": "Weak Passwords"
15081516
},
15091517
"weakPasswordsReportDesc": {
1510-
"message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords."
1518+
"message": "Weak passwords can be easily guessed by attackers. Change these passwords to strong ones using the Password Generator."
15111519
},
15121520
"weakPasswordsFound": {
15131521
"message": "Weak Passwords Found"
@@ -1525,10 +1533,10 @@
15251533
"message": "No items in your vault have weak passwords."
15261534
},
15271535
"reusedPasswordsReport": {
1528-
"message": "Reused Passwords Report"
1536+
"message": "Reused Passwords"
15291537
},
15301538
"reusedPasswordsReportDesc": {
1531-
"message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service."
1539+
"message": "Reusing passwords makes it easier for attackers to break into multiple accounts. Change these passwords so that each is unique."
15321540
},
15331541
"reusedPasswordsFound": {
15341542
"message": "Reused Passwords Found"
@@ -1555,10 +1563,10 @@
15551563
}
15561564
},
15571565
"dataBreachReport": {
1558-
"message": "Data Breach Report"
1566+
"message": "Data Breach"
15591567
},
15601568
"breachDesc": {
1561-
"message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords."
1569+
"message": "Breached accounts can expose your personal information. Secure breached accounts by enabling 2FA or creating a stronger password."
15621570
},
15631571
"breachCheckUsernameEmail": {
15641572
"message": "Check any usernames or email addresses that you use."
@@ -4826,5 +4834,47 @@
48264834
"example": "My Org Name"
48274835
}
48284836
}
4837+
},
4838+
"backToReports": {
4839+
"message": "Back to Reports"
4840+
},
4841+
"generator": {
4842+
"message": "Generator"
4843+
},
4844+
"whatWouldYouLikeToGenerate": {
4845+
"message": "What would you like to generate?"
4846+
},
4847+
"passwordType": {
4848+
"message": "Password Type"
4849+
},
4850+
"regenerateUsername": {
4851+
"message": "Regenerate Username"
4852+
},
4853+
"generateUsername": {
4854+
"message": "Generate Username"
4855+
},
4856+
"usernameType": {
4857+
"message": "Username Type"
4858+
},
4859+
"plusAddressedEmail": {
4860+
"message": "Plus Addressed Email"
4861+
},
4862+
"plusAddressedEmailDesc": {
4863+
"message": "Use your email provider's sub-addressing capabilities."
4864+
},
4865+
"catchallEmail": {
4866+
"message": "Catch-all Email"
4867+
},
4868+
"catchallEmailDesc": {
4869+
"message": "Use your domain's configured catch-all inbox."
4870+
},
4871+
"random": {
4872+
"message": "Random"
4873+
},
4874+
"randomWord": {
4875+
"message": "Random Word"
4876+
},
4877+
"service": {
4878+
"message": "Service"
48294879
}
48304880
}

0 commit comments

Comments
 (0)