mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-15 04:34:00 -05:00
604654ccb4
This PR adds a new notification cleaning mode, super perfectly tuned for accessibility, and removes the previous notification cleaning functionality as it's now redundant. * w.i.p. notif clearing mode * Better CSS for selected notification and shorter text if Stretch is off * wip for rebase ~ * all working in notif clearing mode, except the actual removal * bulk delete route for piggo * cleaning + refactor. endpoint gives 422 for some reason * formatting * use the right route * fix broken destroy_multiple * load more notifs after succ cleaning * satisfy eslint * Removed CSS for the old notif delete button * Tabindex=0 is mandatory In order to make it possible to tab to this element you must have tab index = 0. Removing this violates WCAG and makes it impossible to use the interface without good eyesight and a mouse. So nobody with certain mobility impairments, vision impairments, or brain injuries would be able to use this feature if you don't have tabindex=0 * Corrected aria-label Previous label implied a different behavior from what actually happens * aria role localization & made the overlay behave like a checkbox * checkboxes css and better contrast * color tuning for the notif overlay * fanceh checkboxes etc and nice backgrounds * SHUT UP TRAVIS
33 lines
1.9 KiB
JSON
33 lines
1.9 KiB
JSON
{
|
|
"getting_started.open_source_notice": "Glitchsoc is free open source software forked from {Mastodon}. You can contribute or report issues on GitHub at {github}.",
|
|
"layout.auto": "Auto",
|
|
"layout.current_is": "Your current layout is:",
|
|
"layout.desktop": "Desktop",
|
|
"layout.mobile": "Mobile",
|
|
"navigation_bar.app_settings": "App settings",
|
|
"onboarding.page_one.federation": "{domain} is an 'instance' of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
|
|
"onboarding.page_one.welcome": "Welcome to {domain}!",
|
|
"onboarding.page_six.github": "{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}, and is compatible with any Mastodon instance or app. Glitchsoc is entirely free and open-source. You can report bugs, request features, or contribute to the code on {github}.",
|
|
"settings.auto_collapse": "Automatic collapsing",
|
|
"settings.auto_collapse_all": "Everything",
|
|
"settings.auto_collapse_lengthy": "Lengthy toots",
|
|
"settings.auto_collapse_media": "Toots with media",
|
|
"settings.auto_collapse_notifications": "Notifications",
|
|
"settings.auto_collapse_replies": "Replies",
|
|
"settings.close": "Close",
|
|
"settings.collapsed_statuses": "Collapsed toots",
|
|
"settings.enable_collapsed": "Enable collapsed toots",
|
|
"settings.general": "General",
|
|
"settings.image_backgrounds": "Image backgrounds",
|
|
"settings.image_backgrounds_media": "Preview collapsed toot media",
|
|
"settings.image_backgrounds_users": "Give collapsed toots an image background",
|
|
"settings.media": "Media",
|
|
"settings.media_letterbox": "Letterbox media",
|
|
"settings.media_fullwidth": "Full-width media previews",
|
|
"settings.preferences": "User preferences",
|
|
"settings.wide_view": "Wide view (Desktop mode only)",
|
|
"status.collapse": "Collapse",
|
|
"status.uncollapse": "Uncollapse",
|
|
"notification.markForDeletion": "Mark for deletion"
|
|
}
|