"notifications_permission_banner.how_to_control":"To receive notifications when Mastodon isn't open, enable desktop notifications. You can control precisely which types of interactions generate desktop notifications through the {icon} button above once they're enabled.",
"notifications_permission_banner.title":"Never miss a thing",
"password_confirmation.exceeds_maxlength":"Password confirmation exceeds the maximum password length",
"password_confirmation.mismatching":"Password confirmation does not match",
"picture_in_picture.restore":"Put it back",
"poll.closed":"Closed",
"poll.refresh":"Refresh",
@ -651,6 +653,7 @@
"upload_modal.preview_label":"Preview ({ratio})",
"upload_progress.label":"Uploading...",
"upload_progress.processing":"Processing…",
"username.taken":"That username is taken. Try another",
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.exceeds_maxlength']||'Password confirmation exceeds the maximum password length',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.mismatching']||'Password confirmation does not match',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.exceeds_maxlength']||'Password confirmation exceeds the maximum password length',locale)).format());
confirmation.setCustomValidity((newIntlMessageFormat(messages['password_confirmation.mismatching']||'Password confirmation does not match',locale)).format());