Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bc3f68b
Fix date-related wrapstodon test failures (#37362)
ClearlyClaire Jan 2, 2026
0f55bb6
Update dependency sass to v1.97.1 (#37328)
renovate[bot] Jan 2, 2026
c772a8f
Update dependency json-schema to v6.1.0 (#37338)
renovate[bot] Jan 2, 2026
f32bed6
Update keyboard shortcut description for direct mentions (#37347)
andypiper Jan 2, 2026
334e304
Update dependency i18n to v1.14.8 (#37337)
renovate[bot] Jan 2, 2026
86a2e65
Update dependency brakeman to v7.1.2 (#37348)
renovate[bot] Jan 2, 2026
5a7db66
Update dependency strong_migrations to v2.5.2 (#37329)
renovate[bot] Jan 2, 2026
99e16e6
Update dependency color_diff to v0.2 (#37331)
renovate[bot] Jan 2, 2026
0afe85e
Update dependency jsdom to v27.4.0 (#37349)
renovate[bot] Jan 2, 2026
2b74572
Update dependency playwright-ruby-client to v1.57.1 (#37356)
renovate[bot] Jan 2, 2026
54bc97c
Hide empty padding box if no status in Wrapstodon highlighted post (#…
channyeintun Jan 2, 2026
b2c0e0c
Update dependency utf-8-validate to v6.0.6 (#37308)
renovate[bot] Jan 2, 2026
37eb1ec
Update dependency bufferutil to v4.1.0 (#37309)
renovate[bot] Jan 2, 2026
04f7638
New Crowdin Translations (automated) (#37326)
github-actions[bot] Jan 2, 2026
9173a81
Update dependency debug to v1.11.1 (#37318)
renovate[bot] Jan 2, 2026
d98a185
Update dependency aws-sdk-s3 to v1.208.0 [SECURITY] (#37313)
renovate[bot] Jan 2, 2026
6628d8e
Update “Automatic post deletion” explanation text (#37286)
mjankowski Jan 2, 2026
628cbd2
Update dependency postcss-preset-env to v10.6.0 (#37353)
renovate[bot] Jan 2, 2026
e89acc2
Update dependency irb to v1.16.0 (#37275)
renovate[bot] Jan 2, 2026
f6ca219
Merge remote-tracking branch 'parent/main' into upstream-20260104
kmycode Jan 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ group :test do
# Browser integration testing
gem 'capybara', '~> 3.39'
gem 'capybara-playwright-driver'
gem 'playwright-ruby-client', '1.57.0', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
gem 'playwright-ruby-client', '1.57.1', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package

# Used to reset the database between system tests
gem 'database_cleaner-active_record'
Expand Down
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ GEM
ast (2.4.3)
attr_required (1.0.2)
aws-eventstream (1.4.0)
aws-partitions (1.1194.0)
aws-sdk-core (3.239.2)
aws-partitions (1.1200.0)
aws-sdk-core (3.240.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand All @@ -108,7 +108,7 @@ GEM
aws-sdk-kms (1.118.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.207.0)
aws-sdk-s3 (1.209.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand All @@ -131,7 +131,7 @@ GEM
blurhash (0.1.8)
bootsnap (1.19.0)
msgpack (~> 1.2)
brakeman (7.1.1)
brakeman (7.1.2)
racc
browser (6.2.0)
builder (3.3.0)
Expand Down Expand Up @@ -165,7 +165,7 @@ GEM
chunky_png (1.4.0)
climate_control (1.2.0)
cocoon (1.2.15)
color_diff (0.1)
color_diff (0.2)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
cose (1.3.1)
Expand All @@ -183,7 +183,7 @@ GEM
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
date (3.5.1)
debug (1.11.0)
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
Expand Down Expand Up @@ -322,7 +322,7 @@ GEM
httplog (1.7.3)
rack (>= 2.0)
rainbow (>= 2.0.0)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.2)
activesupport (>= 4.0.2)
Expand All @@ -341,7 +341,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.2)
irb (1.15.3)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand Down Expand Up @@ -370,9 +370,9 @@ GEM
json-ld-preloaded (3.3.2)
json-ld (~> 3.3)
rdf (~> 3.3)
json-schema (6.0.0)
json-schema (6.1.0)
addressable (~> 2.8)
bigdecimal (~> 3.1)
bigdecimal (>= 3.1, < 5)
jsonapi-renderer (0.2.2)
jwt (2.10.2)
base64
Expand Down Expand Up @@ -594,7 +594,8 @@ GEM
pg (1.6.2)
pghero (3.7.0)
activerecord (>= 7.1)
playwright-ruby-client (1.57.0)
playwright-ruby-client (1.57.1)
base64
concurrent-ruby (>= 1.1.6)
mime-types (>= 3.0)
pp (0.6.3)
Expand All @@ -615,7 +616,7 @@ GEM
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
psych (5.3.0)
psych (5.3.1)
date
stringio
public_suffix (7.0.0)
Expand Down Expand Up @@ -842,8 +843,8 @@ GEM
stoplight (5.7.0)
concurrent-ruby
zeitwerk
stringio (3.1.9)
strong_migrations (2.5.1)
stringio (3.2.0)
strong_migrations (2.5.2)
activerecord (>= 7.1)
swd (2.0.3)
activesupport (>= 3)
Expand Down Expand Up @@ -1033,7 +1034,7 @@ DEPENDENCIES
parslet
pg (~> 1.5)
pghero
playwright-ruby-client (= 1.57.0)
playwright-ruby-client (= 1.57.1)
premailer-rails
prometheus_exporter (~> 2.2)
propshaft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const HighlightedPost: React.FC<{
);

if (!status) {
return <div className={classNames(styles.box, styles.mostBoostedPost)} />;
return null;
}

let label;
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
"keyboard_shortcuts.column": "Fokuskolom",
"keyboard_shortcuts.compose": "Teksveld vir skryf",
"keyboard_shortcuts.description": "Beskrywing",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "Gaan afwaarts in die lys",
"keyboard_shortcuts.enter": "Sien plasing",
"keyboard_shortcuts.federated": "Sien gefedereerde stroom",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/an.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@
"keyboard_shortcuts.column": "Enfocar en una d'as columnas",
"keyboard_shortcuts.compose": "Enfocar l'aria de redacción de texto",
"keyboard_shortcuts.description": "Descripción",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "Mover enta baixo en a lista",
"keyboard_shortcuts.enter": "Ubrir estau",
"keyboard_shortcuts.federated": "Ubrir la linia de tiempo federada",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@
"keyboard_shortcuts.column": "للتركيز على منشور على أحد الأعمدة",
"keyboard_shortcuts.compose": "للتركيز على نافذة تحرير النصوص",
"keyboard_shortcuts.description": "الوصف",
"keyboard_shortcuts.direct": "لفتح عمود الإشارات الخاصة",
"keyboard_shortcuts.down": "للانتقال إلى أسفل القائمة",
"keyboard_shortcuts.enter": "لفتح المنشور",
"keyboard_shortcuts.favourite": "لإضافة المنشور إلى المفضلة",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"keyboard_shortcuts.column": "Enfocar una columna",
"keyboard_shortcuts.compose": "Enfocar l'área de composición",
"keyboard_shortcuts.description": "Descripción",
"keyboard_shortcuts.direct": "p'abrir la columna de les menciones privaes",
"keyboard_shortcuts.down": "Baxar na llista",
"keyboard_shortcuts.enter": "Abrir una publicación",
"keyboard_shortcuts.federated": "Abrir la llinia de tiempu federada",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@
"keyboard_shortcuts.column": "Sütuna fokuslan",
"keyboard_shortcuts.compose": "Mətn yazma sahəsinə fokuslan",
"keyboard_shortcuts.description": "Açıqlama",
"keyboard_shortcuts.direct": "şəxsi adçəkmələr sütununu açmaq üçün",
"keyboard_shortcuts.down": "Siyahıda aşağı daşı",
"keyboard_shortcuts.enter": "Göndərişi aç",
"keyboard_shortcuts.favourite": "Göndərişi sevimlilərə əlavə et",
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/mastodon/locales/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"keyboard_shortcuts.column": "Сфакусіравацца на калонцы",
"keyboard_shortcuts.compose": "Сфакусіравацца на тэкставай вобласці",
"keyboard_shortcuts.description": "Апісанне",
"keyboard_shortcuts.direct": "адкрыць стоўп асабістых згадак",
"keyboard_shortcuts.direct": "Адкрыць слупок прыватных згадванняў",
"keyboard_shortcuts.down": "Перамясціцца ўніз па спісе",
"keyboard_shortcuts.enter": "Адкрыць допіс",
"keyboard_shortcuts.favourite": "Упадабаць допіс",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@
"keyboard_shortcuts.column": "Съсредоточение на колона",
"keyboard_shortcuts.compose": "Фокус на текстовата зона за съставяне",
"keyboard_shortcuts.description": "Опис",
"keyboard_shortcuts.direct": "за отваряне на колоната с частни споменавания",
"keyboard_shortcuts.down": "Преместване надолу в списъка",
"keyboard_shortcuts.enter": "Отваряне на публикация",
"keyboard_shortcuts.favourite": "Любима публикация",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@
"keyboard_shortcuts.column": "কোনো কলামএ কোনো লেখা ফোকাস করতে",
"keyboard_shortcuts.compose": "লেখা সম্পদনার জায়গায় ফোকাস করতে",
"keyboard_shortcuts.description": "বিবরণ",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "তালিকার ভেতরে নিচে যেতে",
"keyboard_shortcuts.enter": "অবস্থা দেখতে",
"keyboard_shortcuts.federated": "যুক্তবিশ্বের সময়রেখাতে যেতে",
Expand Down
11 changes: 10 additions & 1 deletion app/javascript/mastodon/locales/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
"alt_text_modal.change_thumbnail": "Kemmañ ar velvenn",
"alt_text_modal.done": "Graet",
"announcement.announcement": "Kemennad",
"annual_report.summary.archetype.die_drei_fragezeichen": "???",
"annual_report.summary.close": "Serriñ",
"annual_report.summary.most_used_app.most_used_app": "arload muiañ implijet",
"annual_report.summary.most_used_hashtag.most_used_hashtag": "ar gerioù-klik implijet ar muiañ",
"annual_report.summary.new_posts.new_posts": "embannadurioù nevez",
Expand Down Expand Up @@ -320,6 +322,9 @@
"follow_suggestions.who_to_follow": "Piv heuliañ",
"followed_tags": "Gerioù-klik heuliet",
"footer.about": "Diwar-benn",
"footer.about_mastodon": "Diwar-benn Mastodon",
"footer.about_server": "Diwar-benn {domain}",
"footer.about_this_server": "Diwar-benn",
"footer.directory": "Kavlec'h ar profiloù",
"footer.get_app": "Pellgargañ an arload",
"footer.keyboard_shortcuts": "Berradennoù klavier",
Expand Down Expand Up @@ -357,10 +362,12 @@
"home.pending_critical_update.body": "Hizivait ho servijer Mastodon kerkent ha ma c'hallit mar plij!",
"home.pending_critical_update.link": "Gwelet an hizivadennoù",
"home.show_announcements": "Diskouez ar c'hemennoù",
"info_button.label": "Skoazell",
"interaction_modal.go": "Mont di",
"interaction_modal.no_account_yet": "N'ho peus ket ur gont c'hoazh?",
"interaction_modal.on_another_server": "War ur servijer all",
"interaction_modal.on_this_server": "War ar servijer-mañ",
"interaction_modal.title": "Kevreañ evit kenderc'hel",
"interaction_modal.username_prompt": "D.s. {example}",
"intervals.full.days": "{number, plural, one {# devezh} other{# a zevezhioù}}",
"intervals.full.hours": "{number, plural, one {# eurvezh} other{# eurvezh}}",
Expand All @@ -371,7 +378,6 @@
"keyboard_shortcuts.column": "Fokus ar bann",
"keyboard_shortcuts.compose": "Fokus an takad testenn",
"keyboard_shortcuts.description": "Deskrivadur",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "Diskennañ er roll",
"keyboard_shortcuts.enter": "Digeriñ an embannadur",
"keyboard_shortcuts.favourite": "Ouzhpennañ an embannadur d'ar re vuiañ-karet",
Expand Down Expand Up @@ -653,6 +659,7 @@
"status.bookmark": "Ouzhpennañ d'ar sinedoù",
"status.cancel_reblog_private": "Nac'hañ ar skignadenn",
"status.cannot_reblog": "Ar c'hannad-se na c'hall ket bezañ skignet",
"status.context.show": "Diskouez",
"status.copy": "Eilañ liamm ar c'hannad",
"status.delete": "Dilemel",
"status.delete.success": "Embannadur dilamet",
Expand All @@ -678,6 +685,7 @@
"status.pin": "Spilhennañ d'ar profil",
"status.quote": "Menegiñ",
"status.quote.cancel": "Nullañ ar menegiñ",
"status.quote_error.limited_account_hint.action": "Diskouez memes tra",
"status.quote_error.not_available": "Embannadur dihegerz",
"status.quote_policy_change": "Cheñch piv a c'hall menegiñ",
"status.read_more": "Lenn muioc'h",
Expand All @@ -689,6 +697,7 @@
"status.redraft": "Diverkañ ha skrivañ en-dro",
"status.remove_bookmark": "Dilemel ar sined",
"status.remove_favourite": "Dilemel eus ar re vuiañ-karet",
"status.remove_quote": "Dilemel",
"status.replied_to": "Respont da {name}",
"status.reply": "Respont",
"status.replyAll": "Respont d'ar gaozeadenn",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"keyboard_shortcuts.boost": "to boost",
"keyboard_shortcuts.column": "to focus a status in one of the columns",
"keyboard_shortcuts.compose": "to focus the compose textarea",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "to move down in the list",
"keyboard_shortcuts.enter": "to open status",
"keyboard_shortcuts.federated": "to open federated timeline",
Expand Down
4 changes: 3 additions & 1 deletion app/javascript/mastodon/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"annual_report.nav_item.badge": "Nou",
"annual_report.shared_page.donate": "Fer una donació",
"annual_report.shared_page.footer": "Generat amb {heart} per l'equip de Mastodon",
"annual_report.shared_page.footer_server_info": "{username} fa servir {domain} una de les moltes comunitats basades en Mastodon.",
"annual_report.summary.archetype.die_drei_fragezeichen": "???",
"annual_report.summary.copy_link": "Copia l'enllaç",
"annual_report.summary.most_used_app.most_used_app": "l'aplicació més utilitzada",
Expand Down Expand Up @@ -414,6 +415,8 @@
"follow_suggestions.who_to_follow": "A qui seguir",
"followed_tags": "Etiquetes seguides",
"footer.about": "Quant a",
"footer.about_mastodon": "Quant a Mastodon",
"footer.about_server": "Quant a {domain}",
"footer.about_this_server": "Quant a",
"footer.directory": "Directori de perfils",
"footer.get_app": "Aconsegueix l'app",
Expand Down Expand Up @@ -488,7 +491,6 @@
"keyboard_shortcuts.column": "Centra la columna",
"keyboard_shortcuts.compose": "Centra l'àrea de composició de text",
"keyboard_shortcuts.description": "Descripció",
"keyboard_shortcuts.direct": "per a obrir la columna de mencions privades",
"keyboard_shortcuts.down": "Abaixa a la llista",
"keyboard_shortcuts.enter": "Obre el tut",
"keyboard_shortcuts.favourite": "Tut afavorit",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/ckb.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
"keyboard_shortcuts.column": "بۆ ئەوەی تیشک بخاتە سەر توتێک لە یەکێک لە ستوونەکان",
"keyboard_shortcuts.compose": "بۆ سەرنجدان بە نووسینی ناوچەی دەق",
"keyboard_shortcuts.description": "وه‌سف",
"keyboard_shortcuts.direct": "بۆ کردنەوەی ستوونی ئاماژەی تایبەت",
"keyboard_shortcuts.down": "بۆ چوونە خوارەوە لە لیستەکەدا",
"keyboard_shortcuts.enter": "بۆ کردنەوەی توت",
"keyboard_shortcuts.federated": "بۆ کردنەوەی نووسراوەکانی هەمووشوێن",
Expand Down
1 change: 0 additions & 1 deletion app/javascript/mastodon/locales/co.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
"keyboard_shortcuts.column": "fucalizà un statutu indè una colonna",
"keyboard_shortcuts.compose": "fucalizà nant'à l'area di ridazzione",
"keyboard_shortcuts.description": "Descrizzione",
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "falà indè a lista",
"keyboard_shortcuts.enter": "apre u statutu",
"keyboard_shortcuts.federated": "per apre a linea pubblica glubale",
Expand Down
26 changes: 24 additions & 2 deletions app/javascript/mastodon/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"admin.dashboard.retention.average": "Průměr",
"admin.dashboard.retention.cohort": "Měsíc registrace",
"admin.dashboard.retention.cohort_size": "Noví uživatelé",
"admin.impact_report.instance_accounts": "Profily účtů, které by byli odstaněny",
"admin.impact_report.instance_accounts": "Profily účtů, které by byly smazány",
"admin.impact_report.instance_followers": "Sledující, o které by naši uživatelé přišli",
"admin.impact_report.instance_follows": "Sledující, o které by jejich uživatelé přišli",
"admin.impact_report.title": "Shrnutí dopadu",
Expand All @@ -121,12 +121,33 @@
"annual_report.nav_item.badge": "Nový",
"annual_report.shared_page.donate": "Podpořit",
"annual_report.shared_page.footer": "Vytvořeno s {heart} týmem Mastodon",
"annual_report.shared_page.footer_server_info": "{username} používá {domain}, jednu z mnoha komunit poháněných Mastodonem.",
"annual_report.summary.archetype.booster.desc_public": "{name} zůstali na honu za příspěvky a podporovali ostatní tvůrce s dokonalým mířením.",
"annual_report.summary.archetype.booster.desc_self": "Zůstali jste na honu za příspěvky a podporovali ostatní tvůrce s dokonalým mířením.",
"annual_report.summary.archetype.booster.name": "Lučištník",
"annual_report.summary.archetype.die_drei_fragezeichen": "???",
"annual_report.summary.archetype.lurker.desc_public": "Víme, že {name} tu někde byli a užívali si Mastodon svým vlastním klidným způsobem.",
"annual_report.summary.archetype.lurker.desc_self": "Víme, že jste tu někde byli a užívali si Mastodon svým vlastním klidným způsobem.",
"annual_report.summary.archetype.lurker.name": "Stoik",
"annual_report.summary.archetype.oracle.desc_public": "{name} vytvořili více nových příspěvků než odpovědí a zachovávali Mastodon čerstvým a orientovaným do budoucnosti.",
"annual_report.summary.archetype.oracle.desc_self": "Vytvořili jste více nových příspěvků než odpovědí a zachovávali Mastodon čerstvým a orientovaným do budoucnosti.",
"annual_report.summary.archetype.oracle.name": "Vědma",
"annual_report.summary.archetype.pollster.desc_public": "{name} vytvořili více průzkumů než jiných typů příspěvků, čímž na Mastodonu pěstovali zvědavost.",
"annual_report.summary.archetype.pollster.desc_self": "Vytvořili jste více průzkumů než jiných typů příspěvků, čímž na Mastodonu pěstovali zvědavost.",
"annual_report.summary.archetype.pollster.name": "Myslitel",
"annual_report.summary.archetype.replier.desc_public": "{name} často odpovídali na příspěvky ostatních a opylovávali Mastodon novými diskuzemi.",
"annual_report.summary.archetype.replier.desc_self": "Často jste odpovídali na příspěvky ostatních a opylovávali Mastodon novými diskuzemi.",
"annual_report.summary.archetype.replier.name": "Motýlek",
"annual_report.summary.archetype.reveal": "Odhalit můj archetyp",
"annual_report.summary.archetype.reveal_description": "Děkujeme, že jste součástí Mastodonu! Čas zjistit, který archetype jste ztělesnili v roce {year}.",
"annual_report.summary.archetype.title_public": "Archetyp {name}",
"annual_report.summary.archetype.title_self": "Váš archetyp",
"annual_report.summary.close": "Zavřít",
"annual_report.summary.copy_link": "Zkopírovat odkaz",
"annual_report.summary.followers.new_followers": "{count, plural, one {nový sledující} other {noví sledující}}",
"annual_report.summary.highlighted_post.boost_count": "Tento příspěvek byl boostnut {count, plural, one {jednou} other {# krát}}.",
"annual_report.summary.highlighted_post.favourite_count": "Tento příspěvek byl oblíben {count, plural, one {jednou} other {# krát}}.",
"annual_report.summary.highlighted_post.reply_count": "Tento příspěvek dostal {count, plural, one {jednu odpověď} few {# odpovědi} other {# odpovědí}}.",
"annual_report.summary.highlighted_post.title": "Nejpopulárnější příspěvek",
"annual_report.summary.most_used_app.most_used_app": "nejpoužívanější aplikace",
"annual_report.summary.most_used_hashtag.most_used_hashtag": "nejpoužívanější hashtag",
Expand Down Expand Up @@ -420,6 +441,8 @@
"follow_suggestions.who_to_follow": "Koho sledovat",
"followed_tags": "Sledované hashtagy",
"footer.about": "O aplikaci",
"footer.about_mastodon": "O Mastodonu",
"footer.about_server": "O {domain}",
"footer.about_this_server": "O serveru",
"footer.directory": "Adresář profilů",
"footer.get_app": "Získat aplikaci",
Expand Down Expand Up @@ -494,7 +517,6 @@
"keyboard_shortcuts.column": "Focus na sloupec",
"keyboard_shortcuts.compose": "Zaměřit se na textové pole nového příspěvku",
"keyboard_shortcuts.description": "Popis",
"keyboard_shortcuts.direct": "otevřít sloupec soukromých zmínek",
"keyboard_shortcuts.down": "Posunout v seznamu dolů",
"keyboard_shortcuts.enter": "Otevřít příspěvek",
"keyboard_shortcuts.favourite": "Oblíbit si příspěvek",
Expand Down
Loading