diff --git a/app/javascript/mastodon/locales/ar.json b/app/javascript/mastodon/locales/ar.json index 33e223b2adf908f7599692a26e4a6c7261712e57..bf0ab3144337a1fa2025190ebcce6c4a294b687e 100644 --- a/app/javascript/mastodon/locales/ar.json +++ b/app/javascript/mastodon/locales/ar.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Ù…Øتوى Øساس", "status.share": "مشاركة", "status.show_less": "إعرض أقلّ", + "status.show_less_all": "Show less for all", "status.show_more": "أظهر المزيد", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "ÙÙƒ الكتم عن المØادثة", "status.unpin": "ÙÙƒ التدبيس من المل٠الشخصي", "tabs_bar.federated_timeline": "الموØَّد", diff --git a/app/javascript/mastodon/locales/bg.json b/app/javascript/mastodon/locales/bg.json index a84e6e9d1dcc1c0f9cc762d0a4553a3ebdbe7dbf..673ce0bc32571fb8275edc320dd1a1ab46a056a2 100644 --- a/app/javascript/mastodon/locales/bg.json +++ b/app/javascript/mastodon/locales/bg.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Деликатно Ñъдържание", "status.share": "Share", "status.show_less": "Show less", + "status.show_less_all": "Show less for all", "status.show_more": "Show more", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federated", diff --git a/app/javascript/mastodon/locales/ca.json b/app/javascript/mastodon/locales/ca.json index bac807dbb14b8dd9a90aeb2659d72d58acdd9dcb..318b36c966979a60cfd909a966e8e65d543dd2e4 100644 --- a/app/javascript/mastodon/locales/ca.json +++ b/app/javascript/mastodon/locales/ca.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Contingut sensible", "status.share": "Compartir", "status.show_less": "Mostra menys", + "status.show_less_all": "Show less for all", "status.show_more": "Mostra més", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Activar conversació", "status.unpin": "Deslliga del perfil", "tabs_bar.federated_timeline": "Federada", diff --git a/app/javascript/mastodon/locales/de.json b/app/javascript/mastodon/locales/de.json index 6267b1d710b7fbcc8e797fa22c62181565d496e0..92dc51be0b0e895ec0dd8e75e799eff4ffb98e79 100644 --- a/app/javascript/mastodon/locales/de.json +++ b/app/javascript/mastodon/locales/de.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Heikle Inhalte", "status.share": "Teilen", "status.show_less": "Weniger anzeigen", + "status.show_less_all": "Show less for all", "status.show_more": "Mehr anzeigen", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Stummschaltung von Thread aufheben", "status.unpin": "Vom Profil lösen", "tabs_bar.federated_timeline": "Föderation", diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index c10afce5c9a858c1c2e9fc8a27a7ac67f4721954..cd64ae26e78559a93f1337867b2b0e84538f05df 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -1375,6 +1375,14 @@ "defaultMessage": "Block", "id": "confirmations.block.confirm" }, + { + "defaultMessage": "Show more for all", + "id": "status.show_more_all" + }, + { + "defaultMessage": "Show less for all", + "id": "status.show_less_all" + }, { "defaultMessage": "Are you sure you want to block {name}?", "id": "confirmations.block.message" diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index b23332df4da398ec4aafa66b3f3810bf839a90f2..3a5daee210d492bf647dc61a959ab648cc103145 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Sensitive content", "status.share": "Share", "status.show_less": "Show less", + "status.show_less_all": "Show less for all", "status.show_more": "Show more", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federated", diff --git a/app/javascript/mastodon/locales/eo.json b/app/javascript/mastodon/locales/eo.json index 4f465bf40e2b03662d85133f63d268be0f2f9e8f..03719963f666d37f0a12bda97ad408a86c820bd5 100644 --- a/app/javascript/mastodon/locales/eo.json +++ b/app/javascript/mastodon/locales/eo.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Tikla enhavo", "status.share": "Diskonigi", "status.show_less": "Malgrandigi", + "status.show_less_all": "Show less for all", "status.show_more": "Grandigi", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Malsilentigi konversacion", "status.unpin": "Depingli de profilo", "tabs_bar.federated_timeline": "Fratara tempolinio", diff --git a/app/javascript/mastodon/locales/es.json b/app/javascript/mastodon/locales/es.json index d172dff1c5ae539f5ede9cca30d5f773e1a9c0ea..8ecb81ddfdfff979644b243e5e20ed341c784a73 100644 --- a/app/javascript/mastodon/locales/es.json +++ b/app/javascript/mastodon/locales/es.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Contenido sensible", "status.share": "Compartir", "status.show_less": "Mostrar menos", + "status.show_less_all": "Show less for all", "status.show_more": "Mostrar más", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Dejar de silenciar conversación", "status.unpin": "Dejar de fijar", "tabs_bar.federated_timeline": "Federado", diff --git a/app/javascript/mastodon/locales/fa.json b/app/javascript/mastodon/locales/fa.json index b5b81bff998051df5618b00f74e432d069d96ebd..50aa12a05b0e65aa405c00f577c08dbf62853023 100644 --- a/app/javascript/mastodon/locales/fa.json +++ b/app/javascript/mastodon/locales/fa.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Ù…Øتوای Øساس", "status.share": "هم‌رسانی", "status.show_less": "نهÙتن", + "status.show_less_all": "Show less for all", "status.show_more": "نمایش", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "باصداکردن Ú¯Ùتگو", "status.unpin": "برداشتن نوشتهٔ ثابت نمایه", "tabs_bar.federated_timeline": "همگانی", diff --git a/app/javascript/mastodon/locales/fi.json b/app/javascript/mastodon/locales/fi.json index aa97aae8485a3c5178fc722890b12e23a99769a3..a2385772faf1b3e900d79c0f24b144be35becb05 100644 --- a/app/javascript/mastodon/locales/fi.json +++ b/app/javascript/mastodon/locales/fi.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Arkaluontoista sisältöä", "status.share": "Jaa", "status.show_less": "Näytä vähemmän", + "status.show_less_all": "Show less for all", "status.show_more": "Näytä lisää", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Poista mykistys keskustelulta", "status.unpin": "Irrota profiilista", "tabs_bar.federated_timeline": "Federated", diff --git a/app/javascript/mastodon/locales/fr.json b/app/javascript/mastodon/locales/fr.json index 4df1ef30fb77b058c17f321733d0d0688137218c..2140ee506fa7481787137bb16202a3b7d8604524 100644 --- a/app/javascript/mastodon/locales/fr.json +++ b/app/javascript/mastodon/locales/fr.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Contenu sensible", "status.share": "Partager", "status.show_less": "Replier", + "status.show_less_all": "Show less for all", "status.show_more": "Déplier", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Ne plus masquer la conversation", "status.unpin": "Retirer du profil", "tabs_bar.federated_timeline": "Fil public global", diff --git a/app/javascript/mastodon/locales/gl.json b/app/javascript/mastodon/locales/gl.json index e222ddaea45ae34c1fc775411b3a385737146ff7..3c74ba4000a2fbf6c8b9ecc4864786a71d6ed23a 100644 --- a/app/javascript/mastodon/locales/gl.json +++ b/app/javascript/mastodon/locales/gl.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Contido sensible", "status.share": "Compartir", "status.show_less": "Mostrar menos", + "status.show_less_all": "Show less for all", "status.show_more": "Mostrar máis", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Non acalar a conversa", "status.unpin": "Despegar do perfil", "tabs_bar.federated_timeline": "Federado", diff --git a/app/javascript/mastodon/locales/he.json b/app/javascript/mastodon/locales/he.json index b31976c4253cda415dd06dc30c5ed4ed52d6120e..8e784b171e5d4965fe21b63a445f05be989f5022 100644 --- a/app/javascript/mastodon/locales/he.json +++ b/app/javascript/mastodon/locales/he.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "תוכן רגיש", "status.share": "שיתוף", "status.show_less": "הר××” פחות", + "status.show_less_all": "Show less for all", "status.show_more": "הר××” יותר", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "הסרת השתקת שיחה", "status.unpin": "לשחרר מקיבוע ב×ודות", "tabs_bar.federated_timeline": "ציר זמן בין-קהילתי", diff --git a/app/javascript/mastodon/locales/hr.json b/app/javascript/mastodon/locales/hr.json index d176a5df66531724474e88a974b3f4ddbbd81240..70d89091ead6aa7ed74a5eade98d2b0b8d2923f8 100644 --- a/app/javascript/mastodon/locales/hr.json +++ b/app/javascript/mastodon/locales/hr.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Osjetljiv sadržaj", "status.share": "Share", "status.show_less": "Pokaži manje", + "status.show_less_all": "Show less for all", "status.show_more": "Pokaži viÅ¡e", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "PoniÅ¡ti utiÅ¡avanje razgovora", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federalni", diff --git a/app/javascript/mastodon/locales/hu.json b/app/javascript/mastodon/locales/hu.json index a4d2091efafcf267d51138ddd8263d6350be29ce..087305a9a52f763e83f8ba79ec40e694bac5b694 100644 --- a/app/javascript/mastodon/locales/hu.json +++ b/app/javascript/mastodon/locales/hu.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Érzékeny tartalom", "status.share": "Megosztás", "status.show_less": "Kevesebb", + "status.show_less_all": "Show less for all", "status.show_more": "Többet", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Beszélgetés némÃtásának elvonása", "status.unpin": "Kitűzés eltávolÃtása a profilról", "tabs_bar.federated_timeline": "Federált", diff --git a/app/javascript/mastodon/locales/hy.json b/app/javascript/mastodon/locales/hy.json index b5e9a2b5aafe9e570f40bcb3216da6e844d5928f..7849d6941f8ae11d99ad38679d473618d61e7fd7 100644 --- a/app/javascript/mastodon/locales/hy.json +++ b/app/javascript/mastodon/locales/hy.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Ô¿Õ¡Õ½Õ¯Õ¡Õ®Õ¥Õ¬Õ« Õ¢Õ¸Õ¾Õ¡Õ¶Õ¤Õ¡Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶", "status.share": "Ô¿Õ«Õ½Õ¾Õ¥Õ¬", "status.show_less": "ÕŠÕ¡Õ¯Õ¡Õ½", + "status.show_less_all": "Show less for all", "status.show_more": "Ô±Õ¾Õ¥Õ¬Õ«Õ¶", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Ô±ÕºÕ¡Õ¬Õ¼Õ¥ÖÕ¶Õ¥Õ¬ ÕÕ¸Õ½Õ¡Õ¯ÖÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨", "status.unpin": "Õ€Õ¡Õ¶Õ¥Õ¬ Õ¡Õ¶Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Õ§Õ»Õ«Ö", "tabs_bar.federated_timeline": "Ô´Õ¡Õ·Õ¶Õ¡ÕµÕ«Õ¶", diff --git a/app/javascript/mastodon/locales/id.json b/app/javascript/mastodon/locales/id.json index 596415cde2767829ee37b7461e4f3c9e7aaffd4f..6b00d79b69ea669a49b300aad112d4819a901be9 100644 --- a/app/javascript/mastodon/locales/id.json +++ b/app/javascript/mastodon/locales/id.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Konten sensitif", "status.share": "Share", "status.show_less": "Tampilkan lebih sedikit", + "status.show_less_all": "Show less for all", "status.show_more": "Tampilkan semua", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Gabungan", diff --git a/app/javascript/mastodon/locales/io.json b/app/javascript/mastodon/locales/io.json index 4f554b08f4172effb013139da4cdf00a5fc466dd..d51b240903376574d6a9c3b5843802e84b2b2731 100644 --- a/app/javascript/mastodon/locales/io.json +++ b/app/javascript/mastodon/locales/io.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Trubliva kontenajo", "status.share": "Share", "status.show_less": "Montrar mine", + "status.show_less_all": "Show less for all", "status.show_more": "Montrar plue", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federata", diff --git a/app/javascript/mastodon/locales/it.json b/app/javascript/mastodon/locales/it.json index 6b253251285cdff82a9bb0453b703e4298b9d6eb..0babc7c025b5603d712fefda7f3138c97eaf8fc7 100644 --- a/app/javascript/mastodon/locales/it.json +++ b/app/javascript/mastodon/locales/it.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Materiale sensibile", "status.share": "Share", "status.show_less": "Mostra meno", + "status.show_less_all": "Show less for all", "status.show_more": "Mostra di più", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federazione", diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 8db3f7cabede0219a38f11430bbe4b2199e39bb7..09335e2c28d6827b5026df51e3c000e545322eed 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "閲覧注æ„", "status.share": "共有", "status.show_less": "éš ã™", + "status.show_less_all": "Show less for all", "status.show_more": "ã‚‚ã£ã¨è¦‹ã‚‹", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "会話ã®ãƒŸãƒ¥ãƒ¼ãƒˆã‚’解除", "status.unpin": "プãƒãƒ•ã‚£ãƒ¼ãƒ«ã®å›ºå®šè¡¨ç¤ºã‚’解除", "tabs_bar.federated_timeline": "連åˆ", diff --git a/app/javascript/mastodon/locales/ko.json b/app/javascript/mastodon/locales/ko.json index 05c84fd37f53cd6c20e06a03f6a1dc12b12b9f22..4c56d2a45d8cc6b0cf2a9e2af33308209c329801 100644 --- a/app/javascript/mastodon/locales/ko.json +++ b/app/javascript/mastodon/locales/ko.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "민ê°í•œ 미디어", "status.share": "ê³µìœ ", "status.show_less": "숨기기", + "status.show_less_all": "Show less for all", "status.show_more": "ë” ë³´ê¸°", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "ì´ ëŒ€í™”ì˜ ë®¤íŠ¸ í•´ì œí•˜ê¸°", "status.unpin": "ê³ ì • í•´ì œ", "tabs_bar.federated_timeline": "ì—°í•©", diff --git a/app/javascript/mastodon/locales/nl.json b/app/javascript/mastodon/locales/nl.json index 509382670d05e01ceb22cd2f83ac55012d21cdad..8906f73516fe96ee9b99a0a20a921f856545b7c3 100644 --- a/app/javascript/mastodon/locales/nl.json +++ b/app/javascript/mastodon/locales/nl.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Gevoelige inhoud", "status.share": "Delen", "status.show_less": "Minder tonen", + "status.show_less_all": "Show less for all", "status.show_more": "Meer tonen", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Conversatie niet meer negeren", "status.unpin": "Van profielpagina losmaken", "tabs_bar.federated_timeline": "Globaal", diff --git a/app/javascript/mastodon/locales/no.json b/app/javascript/mastodon/locales/no.json index b7ceb9f734845a21cf1c3635c2a3d8ffef99ac92..b14ecaeddb7ac1c268c49af651d90cb85dc9459e 100644 --- a/app/javascript/mastodon/locales/no.json +++ b/app/javascript/mastodon/locales/no.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Følsomt innhold", "status.share": "Del", "status.show_less": "Vis mindre", + "status.show_less_all": "Show less for all", "status.show_more": "Vis mer", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Ikke demp samtale", "status.unpin": "Angre festing pÃ¥ profilen", "tabs_bar.federated_timeline": "Felles", diff --git a/app/javascript/mastodon/locales/oc.json b/app/javascript/mastodon/locales/oc.json index c9a15c7518c922703a6af0ae414d58375ceb3a46..c3d8bcf37a624dedc24084e66fe9c9b4b4edd118 100644 --- a/app/javascript/mastodon/locales/oc.json +++ b/app/javascript/mastodon/locales/oc.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Contengut sensible", "status.share": "Partejar", "status.show_less": "Tornar plegar", + "status.show_less_all": "Show less for all", "status.show_more": "Desplegar", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Tornar mostrar la conversacion", "status.unpin": "Tirar del perfil", "tabs_bar.federated_timeline": "Flux public global", diff --git a/app/javascript/mastodon/locales/pl.json b/app/javascript/mastodon/locales/pl.json index ba9d64e4c473da8b82ed734e2034a24e3b73459f..2f39bd8500305873c5898d87cb21c1d0a096f526 100644 --- a/app/javascript/mastodon/locales/pl.json +++ b/app/javascript/mastodon/locales/pl.json @@ -251,8 +251,10 @@ "status.sensitive_toggle": "NaciÅ›nij aby wyÅ›wietlić", "status.sensitive_warning": "Wrażliwa zawartość", "status.share": "UdostÄ™pnij", - "status.show_less": "Pokaż mniej", - "status.show_more": "Pokaż wiÄ™cej", + "status.show_less": "ZwiÅ„", + "status.show_less_all": "ZwiÅ„ wszystkie", + "status.show_more": "RozwiÅ„", + "status.show_more_all": "RozwiÅ„ wszystkie", "status.unmute_conversation": "Cofnij wyciszenie konwersacji", "status.unpin": "Odepnij z profilu", "tabs_bar.federated_timeline": "Globalne", diff --git a/app/javascript/mastodon/locales/pt-BR.json b/app/javascript/mastodon/locales/pt-BR.json index 6406dbea6ab7876df64ad17a86877bb596f35da0..67b36fdf2116a09ac9f587cd9e7e9681a8620cc2 100644 --- a/app/javascript/mastodon/locales/pt-BR.json +++ b/app/javascript/mastodon/locales/pt-BR.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Conteúdo sensÃvel", "status.share": "Compartilhar", "status.show_less": "Mostrar menos", + "status.show_less_all": "Show less for all", "status.show_more": "Mostrar mais", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Desativar silêncio desta conversa", "status.unpin": "Desafixar do perfil", "tabs_bar.federated_timeline": "Global", diff --git a/app/javascript/mastodon/locales/pt.json b/app/javascript/mastodon/locales/pt.json index f059e7c20332ee745b136676a7cca33c99b94efe..014884637eaf40aa7622987941c6b18f848d935e 100644 --- a/app/javascript/mastodon/locales/pt.json +++ b/app/javascript/mastodon/locales/pt.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Conteúdo sensÃvel", "status.share": "Compartilhar", "status.show_less": "Mostrar menos", + "status.show_less_all": "Show less for all", "status.show_more": "Mostrar mais", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Deixar de silenciar esta conversa", "status.unpin": "Não fixar no perfil", "tabs_bar.federated_timeline": "Global", diff --git a/app/javascript/mastodon/locales/ru.json b/app/javascript/mastodon/locales/ru.json index 06a7d732b40b65df9f4b10de886008eff28e6a44..88152a8859ee380ad119c0c1614716aa1df83d33 100644 --- a/app/javascript/mastodon/locales/ru.json +++ b/app/javascript/mastodon/locales/ru.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "ЧувÑтвительный контент", "status.share": "ПоделитьÑÑ", "status.show_less": "Свернуть", + "status.show_less_all": "Show less for all", "status.show_more": "Развернуть", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "СнÑÑ‚ÑŒ глушение Ñ Ñ‚Ñ€ÐµÐ´Ð°", "status.unpin": "Открепить от профилÑ", "tabs_bar.federated_timeline": "ГлобальнаÑ", diff --git a/app/javascript/mastodon/locales/sk.json b/app/javascript/mastodon/locales/sk.json index bb86165ada76a48d46f72fdbd07feac05b08ac38..abef3500fa9ae9293cbb7a3cfc51f57f764a6711 100644 --- a/app/javascript/mastodon/locales/sk.json +++ b/app/javascript/mastodon/locales/sk.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Chúlostivý obsah", "status.share": "ZdieľaÅ¥", "status.show_less": "Zobraz menej", + "status.show_less_all": "Show less for all", "status.show_more": "Zobraz viac", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "PrestaÅ¥ ignorovaÅ¥ konverzáciu", "status.unpin": "Odopnúť z profilu", "tabs_bar.federated_timeline": "Federovaná", diff --git a/app/javascript/mastodon/locales/sr-Latn.json b/app/javascript/mastodon/locales/sr-Latn.json index a672ae6ca0d124cb8bd9e3379e8c00b7228570d3..fc4d0cdc9263a345f290fe3528e0168bef84749b 100644 --- a/app/javascript/mastodon/locales/sr-Latn.json +++ b/app/javascript/mastodon/locales/sr-Latn.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Osetljiv sadržaj", "status.share": "Podeli", "status.show_less": "Prikaži manje", + "status.show_less_all": "Show less for all", "status.show_more": "Prikaži viÅ¡e", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "UkljuÄi prepisku", "status.unpin": "OtkaÄi sa profila", "tabs_bar.federated_timeline": "Federisano", diff --git a/app/javascript/mastodon/locales/sr.json b/app/javascript/mastodon/locales/sr.json index 1e3a3ce2bac4ffe36f3a25cc5e1201b351c0377a..ae496d7cc6b29163e6d84163f75989fe846be09d 100644 --- a/app/javascript/mastodon/locales/sr.json +++ b/app/javascript/mastodon/locales/sr.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "ОÑетљив Ñадржај", "status.share": "Подели", "status.show_less": "Прикажи мање", + "status.show_less_all": "Show less for all", "status.show_more": "Прикажи више", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Укључи препиÑку", "status.unpin": "Откачи Ñа профила", "tabs_bar.federated_timeline": "ФедериÑано", diff --git a/app/javascript/mastodon/locales/sv.json b/app/javascript/mastodon/locales/sv.json index 9c51d5b365e62cc7306c5805b1cf5ee0b20538ba..42b6239e84d6c61e890a00d5a872a41b619336c5 100644 --- a/app/javascript/mastodon/locales/sv.json +++ b/app/javascript/mastodon/locales/sv.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Känsligt innehÃ¥ll", "status.share": "Dela", "status.show_less": "Visa mindre", + "status.show_less_all": "Show less for all", "status.show_more": "Visa mer", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Öppna konversation", "status.unpin": "Ã…ngra fäst i profil", "tabs_bar.federated_timeline": "Förenad", diff --git a/app/javascript/mastodon/locales/th.json b/app/javascript/mastodon/locales/th.json index cab2ce089278f72c7f32a273c732d4866dd9bff3..617f4fb78098e577088c2abeaa34089a6eb871d5 100644 --- a/app/javascript/mastodon/locales/th.json +++ b/app/javascript/mastodon/locales/th.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Sensitive content", "status.share": "Share", "status.show_less": "Show less", + "status.show_less_all": "Show less for all", "status.show_more": "Show more", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federated", diff --git a/app/javascript/mastodon/locales/tr.json b/app/javascript/mastodon/locales/tr.json index 83c10de3421b352800eea268137c84d05e865890..499281ae5c08121b53a40491cd6aa83c5642587e 100644 --- a/app/javascript/mastodon/locales/tr.json +++ b/app/javascript/mastodon/locales/tr.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "Hassas içerik", "status.share": "Share", "status.show_less": "Daha azı", + "status.show_less_all": "Show less for all", "status.show_more": "Daha fazlası", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "Unmute conversation", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Federe", diff --git a/app/javascript/mastodon/locales/uk.json b/app/javascript/mastodon/locales/uk.json index b49f707e18093f57587e96655608276351ec43c2..ff458eb4b367ef6690d849d7365a4cfd4144f381 100644 --- a/app/javascript/mastodon/locales/uk.json +++ b/app/javascript/mastodon/locales/uk.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "ÐеприÑтойний зміÑÑ‚", "status.share": "Share", "status.show_less": "Згорнути", + "status.show_less_all": "Show less for all", "status.show_more": "Розгорнути", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "ЗнÑти Ð³Ð»ÑƒÑˆÐµÐ½Ð½Ñ Ð· діалогу", "status.unpin": "Unpin from profile", "tabs_bar.federated_timeline": "Глобальна", diff --git a/app/javascript/mastodon/locales/zh-CN.json b/app/javascript/mastodon/locales/zh-CN.json index 5ccfbc4f41787e694983a5133e38de9ecaef9a39..d7a08bd17deb267a4d5a33fb3a963b6830c81fad 100644 --- a/app/javascript/mastodon/locales/zh-CN.json +++ b/app/javascript/mastodon/locales/zh-CN.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "æ•æ„Ÿå†…容", "status.share": "分享", "status.show_less": "éšè—内容", + "status.show_less_all": "Show less for all", "status.show_more": "显示内容", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "ä¸å†éšè—æ¤å¯¹è¯", "status.unpin": "在个人资料页é¢å–消置顶", "tabs_bar.federated_timeline": "跨站", diff --git a/app/javascript/mastodon/locales/zh-HK.json b/app/javascript/mastodon/locales/zh-HK.json index b105fe426b939747d116b8083a61b73df67a3987..a02edc2faa53abf529be9536765fb93924ad9c96 100644 --- a/app/javascript/mastodon/locales/zh-HK.json +++ b/app/javascript/mastodon/locales/zh-HK.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "æ•æ„Ÿå…§å®¹", "status.share": "Share", "status.show_less": "減少顯示", + "status.show_less_all": "Show less for all", "status.show_more": "顯示更多", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "解ç¦å°è©±", "status.unpin": "è§£é™¤ç½®é ‚", "tabs_bar.federated_timeline": "跨站", diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json index b0a94f67b211f553b57e06a45045acb66e812af1..7e61ff32cb958d4bd623baa4afcc8533dd707d0c 100644 --- a/app/javascript/mastodon/locales/zh-TW.json +++ b/app/javascript/mastodon/locales/zh-TW.json @@ -252,7 +252,9 @@ "status.sensitive_warning": "æ•æ„Ÿå…§å®¹", "status.share": "Share", "status.show_less": "看少點", + "status.show_less_all": "Show less for all", "status.show_more": "看更多", + "status.show_more_all": "Show more for all", "status.unmute_conversation": "ä¸æ¶ˆéŸ³å°è©±", "status.unpin": "è§£é™¤ç½®é ‚", "tabs_bar.federated_timeline": "è¯ç›Ÿ",