Browse Source

Remove sidebar dead code (#23984)

closed-social-glitch-2
Claire 1 year ago
committed by GitHub
parent
commit
21db91a0a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
65 changed files with 0 additions and 144 deletions
  1. +0
    -16
      app/views/application/_sidebar.html.haml
  2. +0
    -2
      config/locales/an.yml
  3. +0
    -2
      config/locales/ar.yml
  4. +0
    -2
      config/locales/ast.yml
  5. +0
    -2
      config/locales/be.yml
  6. +0
    -2
      config/locales/bg.yml
  7. +0
    -2
      config/locales/ca.yml
  8. +0
    -2
      config/locales/ckb.yml
  9. +0
    -2
      config/locales/co.yml
  10. +0
    -2
      config/locales/cs.yml
  11. +0
    -2
      config/locales/cy.yml
  12. +0
    -2
      config/locales/da.yml
  13. +0
    -2
      config/locales/de.yml
  14. +0
    -2
      config/locales/el.yml
  15. +0
    -2
      config/locales/en.yml
  16. +0
    -2
      config/locales/eo.yml
  17. +0
    -2
      config/locales/es-AR.yml
  18. +0
    -2
      config/locales/es-MX.yml
  19. +0
    -2
      config/locales/es.yml
  20. +0
    -2
      config/locales/et.yml
  21. +0
    -2
      config/locales/eu.yml
  22. +0
    -2
      config/locales/fa.yml
  23. +0
    -2
      config/locales/fi.yml
  24. +0
    -2
      config/locales/fo.yml
  25. +0
    -2
      config/locales/fr-QC.yml
  26. +0
    -2
      config/locales/fr.yml
  27. +0
    -2
      config/locales/fy.yml
  28. +0
    -2
      config/locales/gd.yml
  29. +0
    -2
      config/locales/gl.yml
  30. +0
    -2
      config/locales/he.yml
  31. +0
    -2
      config/locales/hr.yml
  32. +0
    -2
      config/locales/hu.yml
  33. +0
    -2
      config/locales/hy.yml
  34. +0
    -2
      config/locales/id.yml
  35. +0
    -2
      config/locales/io.yml
  36. +0
    -2
      config/locales/is.yml
  37. +0
    -2
      config/locales/it.yml
  38. +0
    -2
      config/locales/ja.yml
  39. +0
    -2
      config/locales/kab.yml
  40. +0
    -2
      config/locales/kk.yml
  41. +0
    -2
      config/locales/ko.yml
  42. +0
    -2
      config/locales/ku.yml
  43. +0
    -2
      config/locales/lv.yml
  44. +0
    -2
      config/locales/nl.yml
  45. +0
    -2
      config/locales/nn.yml
  46. +0
    -2
      config/locales/no.yml
  47. +0
    -2
      config/locales/oc.yml
  48. +0
    -2
      config/locales/pl.yml
  49. +0
    -2
      config/locales/pt-BR.yml
  50. +0
    -2
      config/locales/pt-PT.yml
  51. +0
    -2
      config/locales/ru.yml
  52. +0
    -2
      config/locales/sc.yml
  53. +0
    -2
      config/locales/sco.yml
  54. +0
    -2
      config/locales/si.yml
  55. +0
    -2
      config/locales/sk.yml
  56. +0
    -2
      config/locales/sl.yml
  57. +0
    -2
      config/locales/sq.yml
  58. +0
    -2
      config/locales/sv.yml
  59. +0
    -2
      config/locales/th.yml
  60. +0
    -2
      config/locales/tr.yml
  61. +0
    -2
      config/locales/uk.yml
  62. +0
    -2
      config/locales/vi.yml
  63. +0
    -2
      config/locales/zh-CN.yml
  64. +0
    -2
      config/locales/zh-HK.yml
  65. +0
    -2
      config/locales/zh-TW.yml

+ 0
- 16
app/views/application/_sidebar.html.haml View File

@ -1,16 +0,0 @@
.hero-widget
.hero-widget__img
= image_tag @instance_presenter.thumbnail&.file&.url(:'@1x') || asset_pack_path('media/images/preview.png'), alt: @instance_presenter.title
.hero-widget__text
%p= @instance_presenter.description.presence || t('about.about_mastodon_html')
- if Setting.trends && !(user_signed_in? && !current_user.setting_trends)
- trends = Trends.tags.query.allowed.limit(3)
- unless trends.empty?
.endorsements-widget.trends-widget
%h4.emojify= t('footer.trending_now')
- trends.each do |tag|
= react_component :hashtag, hashtag: ActiveModelSerializers::SerializableResource.new(tag, serializer: REST::TagSerializer, scope: current_user, scope_name: :current_user).as_json

+ 0
- 2
config/locales/an.yml View File

@ -1159,8 +1159,6 @@ an:
index:
hint: Este filtro s'aplica a la selección de publicacions individuals independientment d'atros criterios. Puede anyadir mas publicacions a este filtro dende la interficie web.
title: Publicacions filtradas
footer:
trending_now: Tendencia agora
generic:
all: Totz
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ar.yml View File

@ -1214,8 +1214,6 @@ ar:
index:
hint: ينطبق الفلتر هذا على اختيار المنشورات الفردية بغض النظر عن المعايير الأخرى. يمكنك إضافة المزيد من المنشورات إلى هذا الفلتر من واجهة الويب.
title: الرسائل المصفّاة
footer:
trending_now: المتداولة الآن
generic:
all: الكل
changes_saved_msg: تم حفظ التعديلات بنجاح!

+ 0
- 2
config/locales/ast.yml View File

@ -601,8 +601,6 @@ ast:
title: Peñeres
new:
title: Amestar una peñera
footer:
trending_now: En tendencia
generic:
all: Too
all_items_on_page_selected_html:

+ 0
- 2
config/locales/be.yml View File

@ -1238,8 +1238,6 @@ be:
index:
hint: Гэты фільтр прымяняецца для выбару асобных допісаў незалежна ад іншых крытэрыяў. Вы можаце дадаць больш допісаў у гэты фільтр з вэб-інтэрфейсу.
title: Адфільтраваныя допісы
footer:
trending_now: Актуальнае
generic:
all: Усе
all_items_on_page_selected_html:

+ 0
- 2
config/locales/bg.yml View File

@ -1196,8 +1196,6 @@ bg:
index:
hint: Този филтър се прилага за избор на отделни публикации, независимо от други критерии. Може да добавите още публикации в този филтър от уебинтерфейса.
title: Филтрирани публикации
footer:
trending_now: Налагащи се сега
generic:
all: Всичко
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ca.yml View File

@ -1196,8 +1196,6 @@ ca:
index:
hint: Aquest filtre aplica als tuts seleccionats independentment d'altres criteris. Pots afegir més tuts a aquest filtre des de la interfície Web.
title: Tuts filtrats
footer:
trending_now: En tendència
generic:
all: Tot
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ckb.yml View File

@ -744,8 +744,6 @@ ckb:
title: فلتەرەکان
new:
title: زیادکردنی فلتەری نوێ
footer:
trending_now: هەوادارانی ئێستا
generic:
all: هەموو
changes_saved_msg: گۆڕانکاریەکان بە سەرکەوتوویی هەڵگیرا!

+ 0
- 2
config/locales/co.yml View File

@ -704,8 +704,6 @@ co:
title: Filtri
new:
title: Aghjunghje un novu filtru
footer:
trending_now: Tindenze d'avà
generic:
all: Tuttu
changes_saved_msg: Cambiamenti salvati!

+ 0
- 2
config/locales/cs.yml View File

@ -1213,8 +1213,6 @@ cs:
index:
hint: Tento filtr se vztahuje na výběr jednotlivých příspěvků bez ohledu na jiná kritéria. Do tohoto filtru můžete přidat více příspěvků z webového rozhraní.
title: Filtrované příspěvky
footer:
trending_now: Právě populární
generic:
all: Všechny
all_items_on_page_selected_html:

+ 0
- 2
config/locales/cy.yml View File

@ -1280,8 +1280,6 @@ cy:
index:
hint: Mae'r hidlydd hwn yn berthnasol i ddethol postiadau unigol waeth beth fo'r meini prawf eraill. Gallwch ychwanegu mwy o bostiadau at yr hidlydd hwn o'r rhyngwyneb gwe.
title: Postiadau wedi'u hidlo
footer:
trending_now: Trendiau
generic:
all: Popeth
all_items_on_page_selected_html:

+ 0
- 2
config/locales/da.yml View File

@ -1192,8 +1192,6 @@ da:
index:
hint: Dette filter gælder for udvalgte, individuelle indlæg uanset andre kriterier. Flere indlæg kan føjes til filteret via webfladen.
title: Filtrerede indlæg
footer:
trending_now: Trender lige nu
generic:
all: Alle
all_items_on_page_selected_html:

+ 0
- 2
config/locales/de.yml View File

@ -1196,8 +1196,6 @@ de:
index:
hint: Dieser Filter wird verwendet, um einzelne Beiträge unabhängig von anderen Kriterien auszuwählen. Du kannst mehr Beiträge zu diesem Filter über das Webinterface hinzufügen.
title: Gefilterte Beiträge
footer:
trending_now: Jetzt in den Trends
generic:
all: Alle
all_items_on_page_selected_html:

+ 0
- 2
config/locales/el.yml View File

@ -875,8 +875,6 @@ el:
new:
save: Αποθήκευση νέου φίλτρου
title: Πρόσθεσε νέο φίλτρο
footer:
trending_now: Τάσεις
generic:
all: Όλα
changes_saved_msg: Οι αλλαγές αποθηκεύτηκαν!

+ 0
- 2
config/locales/en.yml View File

@ -1196,8 +1196,6 @@ en:
index:
hint: This filter applies to select individual posts regardless of other criteria. You can add more posts to this filter from the web interface.
title: Filtered posts
footer:
trending_now: Trending now
generic:
all: All
all_items_on_page_selected_html:

+ 0
- 2
config/locales/eo.yml View File

@ -1197,8 +1197,6 @@ eo:
index:
hint: Ĉi tiu filtrilo kongruas kelkaj mesaĝoj sendepende de aliaj kriterioj.
title: Filtritaj mesaĝoj
footer:
trending_now: Nunaj furoraĵoj
generic:
all: Ĉio
all_items_on_page_selected_html:

+ 0
- 2
config/locales/es-AR.yml View File

@ -1196,8 +1196,6 @@ es-AR:
index:
hint: Este filtro se aplica a la selección de mensajes individuales, independientemente de otros criterios. Podés agregar más mensajes a este filtro desde la interface web.
title: Mensajes filtrados
footer:
trending_now: Tendencia ahora
generic:
all: Todas
all_items_on_page_selected_html:

+ 0
- 2
config/locales/es-MX.yml View File

@ -1196,8 +1196,6 @@ es-MX:
index:
hint: Este filtro se aplica a la selección de publicaciones individuales independientemente de otros criterios. Puede añadir más publicaciones a este filtro desde la interfaz web.
title: Publicaciones filtradas
footer:
trending_now: Tendencia ahora
generic:
all: Todos
all_items_on_page_selected_html:

+ 0
- 2
config/locales/es.yml View File

@ -1196,8 +1196,6 @@ es:
index:
hint: Este filtro se aplica a la selección de publicaciones individuales independientemente de otros criterios. Puede añadir más publicaciones a este filtro desde la interfaz web.
title: Publicaciones filtradas
footer:
trending_now: Tendencia ahora
generic:
all: Todos
all_items_on_page_selected_html:

+ 0
- 2
config/locales/et.yml View File

@ -1196,8 +1196,6 @@ et:
index:
hint: See filter kehtib üksikute postituste valimisel, sõltumata muudest kriteeriumidest. Sellesse filtrisse saab veebiliidese kaudu rohkem postitusi lisada.
title: Filtreeritud postitused
footer:
trending_now: Praegu trendikad
generic:
all: Kõik
all_items_on_page_selected_html:

+ 0
- 2
config/locales/eu.yml View File

@ -1198,8 +1198,6 @@ eu:
index:
hint: Iragazki honek banako bidalketei eragiten die, beste kriterioak badaude ere. Bidalketa gehiago gehitu ditzakezu iragazkira web interfazetik.
title: Iragazitako bidalketak
footer:
trending_now: Joera orain
generic:
all: Denak
all_items_on_page_selected_html:

+ 0
- 2
config/locales/fa.yml View File

@ -890,8 +890,6 @@ fa:
title: پالایه‌ها
new:
title: افزودن پالایهٔ جدید
footer:
trending_now: پرطرفدار
generic:
all: همه
changes_saved_msg: تغییرات با موفقیت ذخیره شدند!

+ 0
- 2
config/locales/fi.yml View File

@ -1196,8 +1196,6 @@ fi:
index:
hint: Tämä suodatin koskee yksittäisten viestien valintaa muista kriteereistä riippumatta. Voit lisätä lisää viestejä tähän suodattimeen web-käyttöliittymästä.
title: Suodatetut viestit
footer:
trending_now: Suosittua nyt
generic:
all: Kaikki
all_items_on_page_selected_html:

+ 0
- 2
config/locales/fo.yml View File

@ -1196,8 +1196,6 @@ fo:
index:
hint: Hetta filtrið er galdandi fyri útvaldar stakar postar óansæð aðrar treytir. Tú kanst leggja fleiri postar afturat hesum filtrinum frá vevmarkamótinum.
title: Filtreraðir postar
footer:
trending_now: Rák beint nú
generic:
all: Alt
all_items_on_page_selected_html:

+ 0
- 2
config/locales/fr-QC.yml View File

@ -1196,8 +1196,6 @@ fr-QC:
index:
hint: Ce filtre s'applique à la sélection de messages individuels, indépendamment d'autres critères. Vous pouvez ajouter plus de messages à ce filtre à partir de l'interface Web.
title: Messages filtrés
footer:
trending_now: Tendance en ce moment
generic:
all: Tous
all_items_on_page_selected_html:

+ 0
- 2
config/locales/fr.yml View File

@ -1196,8 +1196,6 @@ fr:
index:
hint: Ce filtre s'applique à la sélection de messages individuels, indépendamment d'autres critères. Vous pouvez ajouter plus de messages à ce filtre à partir de l'interface Web.
title: Messages filtrés
footer:
trending_now: Tendance en ce moment
generic:
all: Tous
all_items_on_page_selected_html:

+ 0
- 2
config/locales/fy.yml View File

@ -1196,8 +1196,6 @@ fy:
index:
hint: Dit filter is fan tapassing om yndividuele berjochten te selektearjen, ûnôfhinklik fan oare kritearia. Jo kinne yn de webomjouwing mear berjochten oan dit filter tafoegje.
title: Filtere berjochten
footer:
trending_now: Trends
generic:
all: Alle
all_items_on_page_selected_html:

+ 0
- 2
config/locales/gd.yml View File

@ -1225,8 +1225,6 @@ gd:
index:
hint: Bidh a’ chriathrag seo an sàs air postaichean fa leth ge b’ e dè na roghainnean eile. ’S urrainn dhut barrachd phostaichean a chur ris a’ chriathrag seo leis an eadar-aghaidh-lìn.
title: Postaichean criathraichte
footer:
trending_now: A’ treandadh an-dràsta
generic:
all: Na h-uile
all_items_on_page_selected_html:

+ 0
- 2
config/locales/gl.yml View File

@ -1196,8 +1196,6 @@ gl:
index:
hint: Este filtro aplícase para seleccionar publicacións individuais independentemente doutros criterios. Podes engadir máis publicacións a este filtro desde a interface web.
title: Publicacións filtradas
footer:
trending_now: Tendencia agora
generic:
all: Todo
all_items_on_page_selected_html:

+ 0
- 2
config/locales/he.yml View File

@ -1238,8 +1238,6 @@ he:
index:
hint: סנן זה חל באופן של בחירת הודעות בודדות ללא תלות בקריטריונים אחרים. תוכלו להוסיף עוד הודעות לסנן זה ממנשק הווב.
title: הודעות שסוננו
footer:
trending_now: נושאים חמים
generic:
all: הכל
all_items_on_page_selected_html:

+ 0
- 2
config/locales/hr.yml View File

@ -99,8 +99,6 @@ hr:
title: Filteri
new:
title: Dodaj novi filter
footer:
trending_now: Popularno
generic:
all: Sve
changes_saved_msg: Izmjene su uspješno sačuvane!

+ 0
- 2
config/locales/hu.yml View File

@ -1196,8 +1196,6 @@ hu:
index:
hint: Ez a szűrő egyedi bejegyzések kiválasztására vonatkozik a megadott kritériumoktól függetlenül. Újabb bejegyzéseket adhatsz hozzá ehhez a szűrőhöz a webes felületen keresztül.
title: Megszűrt bejegyzések
footer:
trending_now: Most felkapott
generic:
all: Mind
all_items_on_page_selected_html:

+ 0
- 2
config/locales/hy.yml View File

@ -575,8 +575,6 @@ hy:
title: Ֆիլտրեր
new:
title: Ավելացնել ֆիլտր
footer:
trending_now: Այժմ արդիական
generic:
all: Բոլորը
changes_saved_msg: Փոփոխութիւնները յաջող պահուած են

+ 0
- 2
config/locales/id.yml View File

@ -1133,8 +1133,6 @@ id:
index:
hint: Saringan ini diterapkan ke beberapa kiriman individu tanpa memengaruhi oleh kriteria lain. Anda dapat menambahkan lebih banyak kiriman ke saringan ini dari antarmuka web.
title: Kiriman yang disaring
footer:
trending_now: Sedang tren
generic:
all: Semua
all_items_on_page_selected_html:

+ 0
- 2
config/locales/io.yml View File

@ -1112,8 +1112,6 @@ io:
index:
hint: Ca filtrilo aplikesas a selektita posti ne segun altra kriterio. Vu povas pozar plu multa posti a ca filtrilo de retintervizajo.
title: Filtrita posti
footer:
trending_now: Nuna tendenco
generic:
all: Omna
all_items_on_page_selected_html:

+ 0
- 2
config/locales/is.yml View File

@ -1196,8 +1196,6 @@ is:
index:
hint: Þessi sía virkar til að velja stakar færslur án tillits til annarra skilyrða. Þú getur bætt fleiri færslum í þessa síu í vefviðmótinu.
title: Síaðar færslur
footer:
trending_now: Í umræðunni núna
generic:
all: Allt
all_items_on_page_selected_html:

+ 0
- 2
config/locales/it.yml View File

@ -1198,8 +1198,6 @@ it:
index:
hint: Questo filtro si applica a singoli post indipendentemente da altri criteri. Puoi aggiungere più post a questo filtro dall'interfaccia Web.
title: Post filtrati
footer:
trending_now: Di tendenza ora
generic:
all: Tutto
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ja.yml View File

@ -1175,8 +1175,6 @@ ja:
index:
hint: このフィルターは、他の条件に関係なく個々の投稿を選択する場合に適用されます。Webインターフェースからこのフィルターにさらに投稿を追加できます。
title: フィルターされた投稿
footer:
trending_now: トレンドタグ
generic:
all: すべて
all_items_on_page_selected_html:

+ 0
- 2
config/locales/kab.yml View File

@ -543,8 +543,6 @@ kab:
back_to_filter: Tuɣalin ɣer umsizdeg
batch:
remove: Kkes seg umsizdeg
footer:
trending_now: Ayen mucaɛen tura
generic:
all: Akk
changes_saved_msg: Ttwaskelsen ibelliden-ik·im akken ilaq!

+ 0
- 2
config/locales/kk.yml View File

@ -470,8 +470,6 @@ kk:
title: Фильтрлер
new:
title: Жаңа фильтр қосу
footer:
trending_now: Бүгінгі трендтер
generic:
all: Барлығы
changes_saved_msg: Өзгерістер сәтті сақталды!

+ 0
- 2
config/locales/ko.yml View File

@ -1177,8 +1177,6 @@ ko:
index:
hint: 이 필터는 다른 기준에 관계 없이 선택된 개별적인 게시물들에 적용됩니다. 웹 인터페이스에서 더 많은 게시물들을 이 필터에 추가할 수 있습니다.
title: 필터링된 게시물
footer:
trending_now: 지금 유행 중
generic:
all: 모두
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ku.yml View File

@ -1156,8 +1156,6 @@ ku:
index:
hint: Ev parzûn bêyî pîvanên din ji bo hilbijartina şandiyên kesane tê sepandin. Tu dikarî ji navrûya tevnê bêtir şandiyan tevlî vê parzûnê bikî.
title: Şandiyên parzûnkirî
footer:
trending_now: Niha rojevê de
generic:
all: Hemû
all_items_on_page_selected_html:

+ 0
- 2
config/locales/lv.yml View File

@ -1217,8 +1217,6 @@ lv:
index:
hint: Šis filtrs attiecas uz atsevišķu ziņu atlasi neatkarīgi no citiem kritērijiem. Šim filtram tu vari pievienot vairāk ziņu, izmantojot tīmekļa saskarni.
title: Filtrētās ziņas
footer:
trending_now: Šobrīd populārākie
generic:
all: Visi
all_items_on_page_selected_html:

+ 0
- 2
config/locales/nl.yml View File

@ -1196,8 +1196,6 @@ nl:
index:
hint: Dit filter is van toepassing om individuele berichten te selecteren, ongeacht andere criteria. Je kunt in de webomgeving meer berichten aan dit filter toevoegen.
title: Gefilterde berichten
footer:
trending_now: Trends
generic:
all: Alles
all_items_on_page_selected_html:

+ 0
- 2
config/locales/nn.yml View File

@ -1156,8 +1156,6 @@ nn:
index:
hint: Dette filteret gjelder for å velge individuelle innlegg uavhengig av andre kriterier. Du kan legge til flere innlegg til dette filteret fra webgrensesnittet.
title: Filtrerte innlegg
footer:
trending_now: Populært no
generic:
all: Alle
all_items_on_page_selected_html:

+ 0
- 2
config/locales/no.yml View File

@ -1131,8 +1131,6 @@
index:
hint: Dette filteret gjelder for å velge individuelle innlegg uavhengig av andre kriterier. Du kan legge til flere innlegg til dette filteret fra webgrensesnittet.
title: Filtrerte innlegg
footer:
trending_now: Trender nå
generic:
all: Alle
all_items_on_page_selected_html:

+ 0
- 2
config/locales/oc.yml View File

@ -627,8 +627,6 @@ oc:
title: Filtres
new:
title: Ajustar un nòu filtre
footer:
trending_now: Tendéncia del moment
generic:
all: Tot
changes_saved_msg: Cambiaments ben realizats !

+ 0
- 2
config/locales/pl.yml View File

@ -1238,8 +1238,6 @@ pl:
index:
hint: Ten filtr ma zastosowanie do wybierania poszczególnych wpisów niezależnie od pozostałych kryteriów. Możesz dodać więcej wpisów do tego filtra z interfejsu internetowego.
title: Filtrowane posty
footer:
trending_now: Obecnie na czasie
generic:
all: Wszystkie
all_items_on_page_selected_html:

+ 0
- 2
config/locales/pt-BR.yml View File

@ -1179,8 +1179,6 @@ pt-BR:
index:
hint: Este filtro se aplica a publicações individuais, independentemente de outros critérios. Você pode adicionar mais postagens a este filtro a partir da interface web.
title: Publicações filtradas
footer:
trending_now: Em alta no momento
generic:
all: Tudo
all_items_on_page_selected_html:

+ 0
- 2
config/locales/pt-PT.yml View File

@ -1196,8 +1196,6 @@ pt-PT:
index:
hint: Este filtro aplica-se a publicações individuais selecionadas independentemente de outros critérios. Pode adicionar mais publicações a este filtro através da interface web.
title: Publicações filtradas
footer:
trending_now: Em alta neste momento
generic:
all: Tudo
all_items_on_page_selected_html:

+ 0
- 2
config/locales/ru.yml View File

@ -1226,8 +1226,6 @@ ru:
index:
hint: Этот фильтр применяется для выбора отдельных постов, независимо от других критериев. Вы можете добавить больше записей в этот фильтр из веб-интерфейса.
title: Отфильтрованные посты
footer:
trending_now: Актуально сейчас
generic:
all: Любой
all_items_on_page_selected_html:

+ 0
- 2
config/locales/sc.yml View File

@ -658,8 +658,6 @@ sc:
title: Filtros
new:
title: Agiunghe unu filtru nou
footer:
trending_now: Est tendèntzia immoe
generic:
all: Totus
changes_saved_msg: Modìficas sarvadas.

+ 0
- 2
config/locales/sco.yml View File

@ -1146,8 +1146,6 @@ sco:
index:
hint: This filter applies tae select individual posts regairdless o ither criteria. Ye kin add mair posts tae this filter fae the wab interface.
title: Filtert posts
footer:
trending_now: Trendin the noo
generic:
all: Aw
all_items_on_page_selected_html:

+ 0
- 2
config/locales/si.yml View File

@ -959,8 +959,6 @@ si:
new:
save: නව පෙරහන සුරකින්න
title: නව පෙරහනක් එකතු කරන්න
footer:
trending_now: දැන් ප්‍රවණතාවය
generic:
all: සියල්ල
changes_saved_msg: වෙනස්කම් සාර්ථකව සුරකින ලදී!

+ 0
- 2
config/locales/sk.yml View File

@ -814,8 +814,6 @@ sk:
title: Triedenia
new:
title: Pridaj nové triedenie
footer:
trending_now: Teraz populárne
generic:
all: Všetko
changes_saved_msg: Zmeny boli úspešne uložené!

+ 0
- 2
config/locales/sl.yml View File

@ -1238,8 +1238,6 @@ sl:
index:
hint: Ta filter se nanaša na posamezne objave ne glede na druge pogoje. Filtru lahko dodate več objav prek spletnega vmesnika.
title: Filtrirane objave
footer:
trending_now: Zdaj v trendu
generic:
all: Vse
all_items_on_page_selected_html:

+ 0
- 2
config/locales/sq.yml View File

@ -1190,8 +1190,6 @@ sq:
index:
hint: Ky filtër aplikohet për të përzgjedhur postime individuale, pavarësisht kriteresh të tjera. Që nga ndërfaqja web mund të shtoni më tepër postime te ky filtër.
title: Postime të filtruar
footer:
trending_now: Prirjet e tashme
generic:
all: Krejt
all_items_on_page_selected_html:

+ 0
- 2
config/locales/sv.yml View File

@ -1196,8 +1196,6 @@ sv:
index:
hint: Detta filter gäller för att välja enskilda inlägg oavsett andra kriterier. Du kan lägga till fler inlägg till detta filter från webbgränssnittet.
title: Filtrerade inlägg
footer:
trending_now: Trendar nu
generic:
all: Alla
all_items_on_page_selected_html:

+ 0
- 2
config/locales/th.yml View File

@ -1175,8 +1175,6 @@ th:
index:
hint: ตัวกรองนี้นำไปใช้เพื่อเลือกโพสต์แต่ละรายการโดยไม่คำนึงถึงเกณฑ์อื่น ๆ คุณสามารถเพิ่มโพสต์เพิ่มเติมไปยังตัวกรองนี้ได้จากส่วนติดต่อเว็บ
title: โพสต์ที่กรองอยู่
footer:
trending_now: กำลังนิยม
generic:
all: ทั้งหมด
all_items_on_page_selected_html:

+ 0
- 2
config/locales/tr.yml View File

@ -1196,8 +1196,6 @@ tr:
index:
hint: Bu filtre diğer ölçütlerden bağımsız olarak tekil gönderileri seçmek için uygulanıyor. Web arayüzünü kullanarak bu filtreye daha fazla gönderi ekleyebilirsiniz.
title: Filtrelenmiş gönderiler
footer:
trending_now: Şu an gündemde
generic:
all: Tümü
all_items_on_page_selected_html:

+ 0
- 2
config/locales/uk.yml View File

@ -1238,8 +1238,6 @@ uk:
index:
hint: Цей фільтр застосовується для вибору окремих дописів, незалежно від інших критеріїв. Ви можете додавати більше дописів до цього фільтра з вебінтерфейсу.
title: Відфільтровані дописи
footer:
trending_now: Актуальні
generic:
all: Усі
all_items_on_page_selected_html:

+ 0
- 2
config/locales/vi.yml View File

@ -1175,8 +1175,6 @@ vi:
index:
hint: Bộ lọc này áp dụng để chọn các tút riêng lẻ bất kể các tiêu chí khác. Bạn có thể thêm các tút khác vào bộ lọc này từ giao diện web.
title: Những tút đã lọc
footer:
trending_now: Thịnh hành
generic:
all: Tất cả
all_items_on_page_selected_html:

+ 0
- 2
config/locales/zh-CN.yml View File

@ -1175,8 +1175,6 @@ zh-CN:
index:
hint: 无论其他条件如何,此过滤器适用于选用个别嘟文。你可以从网页界面中向此过滤器加入更多嘟文。
title: 过滤的嘟文
footer:
trending_now: 现在流行
generic:
all: 全部
all_items_on_page_selected_html:

+ 0
- 2
config/locales/zh-HK.yml View File

@ -1175,8 +1175,6 @@ zh-HK:
index:
hint: 不管其他條件如何,此篩選器會套用於所選的個別帖文。你可以在網頁介面上加入更多帖文到此篩選器。
title: 篩選帖文
footer:
trending_now: 今期流行
generic:
all: 全部
all_items_on_page_selected_html:

+ 0
- 2
config/locales/zh-TW.yml View File

@ -1177,8 +1177,6 @@ zh-TW:
index:
hint: 此過濾器會套用至所選之各別嘟文,不管它們有無符合其他條件。您可以從網頁介面中將更多嘟文加入至此過濾器。
title: 已過濾之嘟文
footer:
trending_now: 現正熱門
generic:
all: 全部
all_items_on_page_selected_html:

Loading…
Cancel
Save