This is the message that one of our volunteer translators sent us:
Hi there. I'm one of the volunteer translators for wp rocket and i noticed a glitch/bug that's not strictly related to the translation itself. I translated WP Rocket to Croatian. The translation works just fine but i noticed that the checkboxes under the Status section have a fixed width so the translated text doesn't fit.
In the upper checkbox i used the abbreviation for Off in Croatian and it still doesn't fit not to mention that in the screenshot i added some padding to it so you can see the text. Otherwise, it overlaps the description.
This is a screenshot representing the issue:

I think that On / OFF should be kept in all languages in order to accomodate that field. I noticed the same issue in Romanian, Turkish, Suomi, Portuguese.
Waiting for feedback here - https://wp-media.slack.com/archives/CFSCRLVGB/p1576193721002700
@AliceOrru Is there a way to get feedback from our translators about the suggestion to use ON/OFF or YES/NO for all languages? Maybe they know how it's handled in other plugins or themes?
Thanks @AliceOrru. Please let us know if you hear back from the community. If not, we will decide this internally based on your feedback :)
Yes/No is quite weird, isn't it? What does it mean for an option?
When On/Off can't be confused
@GeekPress What should we do for this?
@Tabrisrp We can go with On/Off for all languages
In
view/settings/page.phpview/settings/one-click-addon.phpview/settings/rocket-addon.phpview/settings/sliding-checkbox.php<?php echo esc_attr_x( 'On', 'Active state of checkbox', 'rocket' ); ?> to On<?php echo esc_attr_x( 'Off', 'Inactive state of checkbox', 'rocket' ); ?> to OffEffort [XS]
Most helpful comment
I think that On / OFF should be kept in all languages in order to accomodate that field. I noticed the same issue in Romanian, Turkish, Suomi, Portuguese.