-
Notifications
You must be signed in to change notification settings - Fork 281
Description
This file hasn't been consistently reviewed for localization issues, and there are a few.
exposure-chart-heading = <nr>{ $nr }</nr> <label>exposures</label>
When a string uses plurals, we should use this form to trigger the plural UI in Pontoon.
exposure-chart-heading =
{ $nr ->
*[other] <nr>{ $nr }</nr> <label>exposures</label>
}
modal-exposure-type-description = We search for you in all known data breaches and { $data_broker_sites_total_num } data broker sites that sell your personal info. Here are the two types of exposures we find:
modal-exposure-status-description = We search for exposures in all known data breaches and { $data_broker_sites_total_num } data broker sites that sell your personal info.
Your exposures will have one of the following statuses:
We keep repeating this 190 number. Can we revisit this decision and put a value (e.g. "hundreds") that is going to be valid even if the number changes? To properly translate this, we need to make it plural, which means some locales will have to translate the same sentence 6 times. And we use this 190 number a lot, more than seems necessary.
dashboard-top-banner-protect-your-data-description = We found your data in { $data_breach_total_num } data breaches and { $data_broker_total_num } sites selling your personal info. We’ll guide you on how to fix it.
dashboard-exposures-area-description = We found your information exposed { $exposures_total_num } times over { $data_breach_total_num } data breaches and { $data_broker_total_num } data broker sites that are selling your personal info.
This is not something we can translate: there is no support for multiple plurals in one strings. Content needs to be changed to only have one plural per string.
This content is broken even for English when any of the variables is 1.