Merge remote-tracking branch 'origin/develop' into navigation-update
* origin/develop: (49 commits) Fix react & extra buttons not styled on tab-focus Fix popover not popping up Fix styling on Safari Use :focus-visible instead of :focus for focus markers Optimize Reply badge position Add badges to status interacting buttons Update dependency nightwatch to v2 Update dependency eslint-plugin-n to v15.2.5 Update dependency mocha to v10 Update dependency karma-coverage to v2 Update dependency sass to v1.54.5 Update dependency karma-firefox-launcher to v2 Update dependency vue-template-compiler to v2.7.9 Pin dependencies Refresh yarn.lock Allow column width configuration: allow stretching navbar with columns Remove legacy code for chunksSortMode Add FIXME comment about html-webpack-plugin-after-emit Use exact webpack version in package.json Reintroduce css minimizer ...
This commit is contained in:
commit
7b6745bb84
39 changed files with 2409 additions and 3714 deletions
|
|
@ -417,6 +417,7 @@
|
|||
"hide_isp": "Hide instance-specific panel",
|
||||
"hide_shoutbox": "Hide instance shoutbox",
|
||||
"right_sidebar": "Reverse order of columns",
|
||||
"navbar_column_stretch": "Stretch navbar to columns width",
|
||||
"always_show_post_button": "Always show floating New Post button",
|
||||
"hide_wallpaper": "Hide instance wallpaper",
|
||||
"preload_images": "Preload images",
|
||||
|
|
@ -538,6 +539,11 @@
|
|||
"third_column_mode_none": "Don't show third column at all",
|
||||
"third_column_mode_notifications": "Notifications column",
|
||||
"third_column_mode_postform": "Main post form and navigation",
|
||||
"columns": "Columns",
|
||||
"column_sizes": "Column sizes",
|
||||
"column_sizes_sidebar": "Sidebar",
|
||||
"column_sizes_content": "Content",
|
||||
"column_sizes_notifs": "Notifications",
|
||||
"tree_advanced": "Allow more flexible navigation in tree view",
|
||||
"tree_fade_ancestors": "Display ancestors of the current status in faint text",
|
||||
"conversation_display_linear": "Linear-style",
|
||||
|
|
|
|||
|
|
@ -456,6 +456,15 @@
|
|||
"subject_line_mastodon": "Как в Mastodon: скопировать как есть",
|
||||
"subject_line_email": "Как в электронной почте: \"re: тема\"",
|
||||
"subject_line_behavior": "Копировать тему в ответах",
|
||||
"third_column_mode": "Когда недостаточно места, показывать третью колонку содержащую",
|
||||
"third_column_mode_none": "Не показывать третью колонку совсем",
|
||||
"third_column_mode_notifications": "Колонку уведомлений",
|
||||
"third_column_mode_postform": "Форму отправки сообщения и навигацию",
|
||||
"columns": "Колонки",
|
||||
"column_sizes": "Размеры колонок",
|
||||
"column_sizes_sidebar": "Боковой",
|
||||
"column_sizes_content": "Содержимого",
|
||||
"column_sizes_notifs": "Уведомлений",
|
||||
"no_mutes": "Нет игнорируемых",
|
||||
"no_blocks": "Нет блокировок",
|
||||
"notification_visibility_emoji_reactions": "Реакции",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue