strings for stats
This commit is contained in:
parent
d96fa8f1d1
commit
91367cf82c
@ -184,3 +184,5 @@ cs:
|
||||
wiki_pdf_remove_title_info: "Pokud je aktivní, informace o názvu Wiki se nebudou zobrazovat v zobrazení PDF."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Dostupná vyhledávání v polích: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ de:
|
||||
wiki_pdf_remove_title_info: Wenn aktiv, wird der Wiki Titel nicht in der PDF Ansicht angezeigt.
|
||||
button_merge: Zusammenführen
|
||||
label_live_search_hints: "Verfügbare Feldsuche: %{value}"
|
||||
label_stats_new_today: "Heute neu"
|
||||
label_stats_totals: "Gesamt"
|
||||
|
@ -184,3 +184,5 @@ en:
|
||||
wiki_pdf_remove_title_info: "When active the Wiki title info will not be displayed in PDF view."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Available field searches: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ es:
|
||||
wiki_pdf_remove_title_info: "Cuando está activa, el título de la Wiki no será mostrado en los PDF."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Búsquedas de campo disponibles: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ fr:
|
||||
wiki_pdf_remove_title_info: "Lorsqu'elle est active, l'information sur le titre du wiki ne sera pas affichée dans la vue PDF."
|
||||
button_merge: Fusionner
|
||||
label_live_search_hints: "Recherches par champ disponibles: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ it:
|
||||
wiki_pdf_remove_title_info: "Quando è attivo, le informazioni sul titolo del Wiki non verranno visualizzate nella vista PDF."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Ricerche sul campo disponibili: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ ja:
|
||||
wiki_pdf_remove_title_info: "アクティブな場合、Wikiのタイトル情報はPDFビューに表示されません。"
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "利用可能なフィールド検索: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ ko:
|
||||
wiki_pdf_remove_title_info: 활성화되면 위키 제목 정보가 PDF보기에 표시되지 않습니다.
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Available field searches: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ pl:
|
||||
wiki_pdf_remove_title_info: "Gdy jest aktywny, informacja o tytule Wiki nie będzie wyświetlana w widoku PDF."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Dostępne wyszukiwania w terenie: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ pt-BR:
|
||||
wiki_pdf_remove_title_info: "Quando ativo, o título do Wiki não será exibido na visualização em PDF."
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "Pesquisas de campo disponíveis: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ ru:
|
||||
wiki_pdf_remove_title_info: "При активации этого параметра информация о названии Вики не будет отображаться в PDF-формате."
|
||||
button_merge: "Слияние"
|
||||
label_live_search_hints: "Доступный поиск по полям: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@
|
||||
wiki_pdf_remove_title_info: "當啟用時,Wiki標題訊息不會顯示在PDF中"
|
||||
button_merge: Merge
|
||||
label_live_search_hints: "可用的领域搜索: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -184,3 +184,5 @@ zh:
|
||||
wiki_pdf_remove_title_info: 当启用时,WIKI 标题信息将不会显示在PDF视图中。
|
||||
button_merge: "合并"
|
||||
label_live_search_hints: "可用的领域搜索: %{value}"
|
||||
label_stats_new_today: "New today"
|
||||
label_stats_totals: "Total"
|
||||
|
@ -2,8 +2,8 @@ module Additionals
|
||||
module Patches
|
||||
module AutoCompletesControllerPatch
|
||||
def fontawesome
|
||||
icons = AdditionalsFontAwesome.search_for_select(params[:q].to_s.strip,
|
||||
params[:selected].to_s.strip)
|
||||
icons = AdditionalsFontAwesome.search_for_select params[:q].to_s.strip,
|
||||
params[:selected].to_s.strip
|
||||
icons.sort! { |x, y| x[:text] <=> y[:text] }
|
||||
|
||||
respond_to do |format|
|
||||
|
Loading…
Reference in New Issue
Block a user