Skip to content

Commit

Permalink
Merge branch 'main' into tools/PM-16792/encapsulate-providers-in-user…
Browse files Browse the repository at this point in the history
…-state-subject
  • Loading branch information
audreyality authored Feb 21, 2025
2 parents b7ab93f + 92ec2ca commit d2da6bb
Show file tree
Hide file tree
Showing 254 changed files with 10,317 additions and 2,205 deletions.
31 changes: 31 additions & 0 deletions apps/browser/src/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "نسخ الملاحظات"
},
"copy": {
"message": "Copy",
"description": "Copy to clipboard"
},
"fill": {
"message": "ملء",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Blocked domains"
},
"learnMoreAboutBlockedDomains": {
"message": "Learn more about blocked domains"
},
"excludedDomains": {
"message": "النطاقات المستبعدة"
},
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
55 changes: 43 additions & 12 deletions apps/browser/src/_locales/az/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "Notları kopyala"
},
"copy": {
"message": "Kopyala",
"description": "Copy to clipboard"
},
"fill": {
"message": "Doldur",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Əngəllənmiş domenlər"
},
"learnMoreAboutBlockedDomains": {
"message": "Əngəllənmiş domenlər barədə daha ətraflı"
},
"excludedDomains": {
"message": "İstisna edilən domenlər"
},
Expand All @@ -2364,10 +2371,10 @@
"message": "Bunu ayarlarda dəyişdir"
},
"change": {
"message": "Change"
"message": "Dəyişdir"
},
"changeButtonTitle": {
"message": "Change password - $ITEMNAME$",
"message": "Parolu dəyişdir - $ITEMNAME$",
"placeholders": {
"itemname": {
"content": "$1",
Expand All @@ -2376,10 +2383,10 @@
}
},
"atRiskPasswords": {
"message": "At-risk passwords"
"message": "Riskli parollar"
},
"atRiskPasswordsDescSingleOrg": {
"message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at risk.",
"message": "$ORGANIZATION$, sizdən $COUNT$ parolu dəyişdirməyinizi tələb edir, çünki risk altındadır.",
"placeholders": {
"organization": {
"content": "$1",
Expand All @@ -2392,7 +2399,7 @@
}
},
"atRiskPasswordsDescMultiOrg": {
"message": "Your organizations are requesting you change the $COUNT$ passwords because they are at risk.",
"message": "Təşkilatlarınız, sizdən $COUNT$ parolu dəyişdirməyinizi tələb edir, çünki risk altındadır.",
"placeholders": {
"count": {
"content": "$1",
Expand All @@ -2401,10 +2408,10 @@
}
},
"reviewAndChangeAtRiskPassword": {
"message": "Review and change one at-risk password"
"message": "Riskli bir parolu incələ və dəyişdir"
},
"reviewAndChangeAtRiskPasswordsPlural": {
"message": "Review and change $COUNT$ at-risk passwords",
"message": "Riskli $COUNT$ parolu incələ və dəyişdir",
"placeholders": {
"count": {
"content": "$1",
Expand All @@ -2413,19 +2420,19 @@
}
},
"changeAtRiskPasswordsFaster": {
"message": "Change at-risk passwords faster"
"message": "Riskli parolları daha tez dəyişdir"
},
"changeAtRiskPasswordsFasterDesc": {
"message": "Update your settings so you can quickly autofill your passwords and generate new ones"
"message": "Cəld şəkildə parollarınızı avto-doldura və yenilərini yarada bilməyiniz üçün ayarlarınızı güncəlləyin"
},
"turnOnAutofill": {
"message": "Turn on autofill"
"message": "Avto-doldurmanı işə sal"
},
"turnedOnAutofill": {
"message": "Turned on autofill"
"message": "Avto-doldurma işə salındı"
},
"dismiss": {
"message": "Dismiss"
"message": "Rədd et"
},
"websiteItemLabel": {
"message": "Veb sayt $number$ (URI)",
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "$SERVICENAME$ maskalı e-poçt hesab kimliyi alına bilmir.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
31 changes: 31 additions & 0 deletions apps/browser/src/_locales/be/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "Скапіяваць нататкі"
},
"copy": {
"message": "Copy",
"description": "Copy to clipboard"
},
"fill": {
"message": "Запоўніць",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Blocked domains"
},
"learnMoreAboutBlockedDomains": {
"message": "Learn more about blocked domains"
},
"excludedDomains": {
"message": "Выключаныя дамены"
},
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
31 changes: 31 additions & 0 deletions apps/browser/src/_locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "Копиране на бележките"
},
"copy": {
"message": "Копиране",
"description": "Copy to clipboard"
},
"fill": {
"message": "Попълване",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Блокирани домейни"
},
"learnMoreAboutBlockedDomains": {
"message": "Научете повече за блокираните домейни"
},
"excludedDomains": {
"message": "Изключени домейни"
},
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ отказа заявката Ви. Свържете се с доставчика на услугата за съдействие.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ отказа заявката Ви: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "Не може да бъде получен идентификатор на маскиран чрез е-поща акаунт от $SERVICENAME$.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
31 changes: 31 additions & 0 deletions apps/browser/src/_locales/bn/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "Copy notes"
},
"copy": {
"message": "Copy",
"description": "Copy to clipboard"
},
"fill": {
"message": "Fill",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Blocked domains"
},
"learnMoreAboutBlockedDomains": {
"message": "Learn more about blocked domains"
},
"excludedDomains": {
"message": "Excluded domains"
},
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
31 changes: 31 additions & 0 deletions apps/browser/src/_locales/bs/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@
"copyNotes": {
"message": "Copy notes"
},
"copy": {
"message": "Copy",
"description": "Copy to clipboard"
},
"fill": {
"message": "Fill",
"description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible."
Expand Down Expand Up @@ -2345,6 +2349,9 @@
"blockedDomains": {
"message": "Blocked domains"
},
"learnMoreAboutBlockedDomains": {
"message": "Learn more about blocked domains"
},
"excludedDomains": {
"message": "Excluded domains"
},
Expand Down Expand Up @@ -3031,6 +3038,30 @@
}
}
},
"forwaderInvalidOperation": {
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
}
}
},
"forwaderInvalidOperationWithMessage": {
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
"content": "$1",
"example": "SimpleLogin"
},
"errormessage": {
"content": "$2",
"example": "Please verify your email address to continue."
}
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"description": "Displayed when the forwarding service fails to return an account ID.",
Expand Down
Loading

0 comments on commit d2da6bb

Please sign in to comment.