[go: nahoru, domu]

Jump to content

MediaWiki talk:Wdsearch.js: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
m Archiving 15 discussion(s) to MediaWiki talk:Wdsearch.js/Archive 1) (bot
Line 605: Line 605:
Please add the following translation. Thanks. [[User:Benson Muite|Benson Muite]] ([[User talk:Benson Muite|talk]]) 12:07, 28 January 2020 (UTC)
Please add the following translation. Thanks. [[User:Benson Muite|Benson Muite]] ([[User talk:Benson Muite|talk]]) 12:07, 28 January 2020 (UTC)
<syntaxhighlight lang="javascript" enclose="pre">
<syntaxhighlight lang="javascript" enclose="pre">
'en' : {
'sw' : {
'commons_cat' : 'Kundi kwa Commons' ,
'commons_cat' : 'Kundi kwa Commons' ,
'wikipedias' : 'Makala ma Wikipedia' ,
'wikipedias' : 'Makala ma Wikipedia' ,
Line 615: Line 615:
</syntaxhighlight>
</syntaxhighlight>
:{{ping|Benson Muite}} is this meant to be for sw? Your code above has this overriding en. Please confirm and reactivate the edit request when ready. — [[User:Xaosflux|<span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span>]] <sup>[[User talk:Xaosflux|<span style="color:#009933;">Talk</span>]]</sup> 14:00, 23 February 2020 (UTC)
:{{ping|Benson Muite}} is this meant to be for sw? Your code above has this overriding en. Please confirm and reactivate the edit request when ready. — [[User:Xaosflux|<span style="color:#FF9933; font-weight:bold; font-family:monotype;">xaosflux</span>]] <sup>[[User talk:Xaosflux|<span style="color:#009933;">Talk</span>]]</sup> 14:00, 23 February 2020 (UTC)
:{{ping|Xaosflux}} Changed en to sw [[User:Benson Muite|Benson Muite]] ([[User talk:Benson Muite|talk]]) 08:26, 26 February 2020 (UTC)


== Title from matched words ==
== Title from matched words ==

Revision as of 08:26, 26 February 2020

Screenshot of the Earth test search, with this script adding links to Wikidata, Reasonator, Commons, and Wikipedia.

See screenshot at right. See more info via Magnus and Gerard.

USAGE

On en.wikipedia, add the following lines to your common.js page:

if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Search' ||  ( mw.config.get( 'wgArticleId' ) === 0 && mw.config.get( 'wgCanonicalSpecialPageName' ) === false ) ) {
	importScript('MediaWiki:Wdsearch.js');
}

On other Wikipedias, add these lines, instead:

if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Search' ||  ( mw.config.get( 'wgArticleId' ) === 0 && mw.config.get( 'wgCanonicalSpecialPageName' ) === false ) ) {
	mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Wdsearch.js&action=raw&ctype=text/javascript');
}

Translations

To change the header line to your language: add the appropriate line below, and request an admin to update the script.

pt and pt-BR

Hi!

Could you add the following translations?

		'pt' : {
			'header' : 'Resultados da busca no Wikidata'
		} ,
		'pt-br' : {
			'header' : 'Resultados da busca no Wikidata'
		}

Helder 17:07, 9 November 2013 (UTC)[reply]

 Done - Hoo man (talk) 10:41, 11 November 2013 (UTC)[reply]

Updated version:

		'pt' : {
			'commons_cat' : 'Categoria no Commons' ,
			'wikipedias' : 'Artigos da Wikipédia' ,
			'header' : 'Resultados da busca no Wikidata'
		},
		'pt-br' : {
			'commons_cat' : 'Categoria no Commons' ,
			'wikipedias' : 'Artigos da Wikipédia' ,
			'header' : 'Resultados da busca no Wikidata'
		},

Helder 09:15, 5 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 10:03, 5 December 2013 (UTC)[reply]

it

	'it' : {
		'commons_cat' : 'Categoria in Commons' ,
		'wikipedias' : 'Voci di Wikipedia' ,
		'wikivoyages' : 'Guide turistiche di Wikivoyage' ,
		'wikisources' : 'Pagine di Wikisource' ,
		'header' : 'Risultati da Wikidata' ,
		'reasonator' : 'Mostra dettagli dell\'elemento su Reasonator'
	},

Please add Italian translation "Categoria in Commons", "Voci di Wikipedia", "Risultati da Wikidata". --Nemo 11:37, 17 November 2013 (UTC)[reply]

 Done - Hoo man (talk) 16:41, 17 November 2013 (UTC)[reply]
Please update Italian translation. Thanks! --β16 - (talk) 09:26, 14 October 2015 (UTC)[reply]
DoneMr. Stradivarius ♪ talk ♪ 10:06, 14 October 2015 (UTC)[reply]

fr

Could you add the French translation: "Catégorie sur Commons", "Articles sur Wikipédia" and "Résultats sur Wikidata"? Thanks. --Coyau (talk) 10:51, 18 November 2013 (UTC)[reply]

 Done --Magnus Manske (talk) 13:58, 2 December 2013 (UTC)[reply]

el

Please add Greek (el) translation:

'el' : {
	 'commons_cat' : 'Κατηγορία στα Commons' ,
	 'wikipedias' : 'Λήμματα στη Βικιπαίδεια' ,
	 'header' : 'Αποτελέσματα αναζήτησης στα Wikidata'

Also in autodesc.js:

	stock : {
		'no_auto_content' : { en:'Cannot determine auto-content' } ,
		'generating_auto_content' : { en:'Generating auto-content...' , de:'Erzeuge automatische Beschreibung...' } ,
		'query_error' : { en:'Query error' , de:'Abfrage-Fehler' } ,
		'not_found' : { en:'Not found' , de:'Nicht gefunden', el:'Δεν βρέθηκε' } , 
		'cannot_describe' : { en:'Cannot auto-describe' , de:'Automatische Beschreibung nicht verfΓΌgbar', el:'Δεν μπορεί να περιγραφεί' } , 
		'disambig' : { en:'Wikipedia disambiguation page' , de:'Wikipedia-BegriffsklΓ€rungsseite', el:'Σελίδα αποσαφήνισης στη Βικιπαίδεια' } ,
		'person' : { en:'person' , de:'Person', el:'Πρόσωπο' } ,
		'in' : { en:'in', el:'στο' } ,
		'by' : { en:'by' , de:'von', el:'του' } ,
		'for' : { en:'for' , de:'fΓΌr', el:'για' } ,
		'from' : { en:'from' , de:'von', el:'από' } ,
		'part of' : { en:'part of' , de:'Teil von', el:'μέρος του' } ,
		'member of' : { en:'member of' , de:'Mitglied von', el:'μέλος του' } ,
		'named after' : { en:'named after' , de:'benannt nach' } ,
		'child of' : { en:'child of' , de:'Kind von', el:'τέκνο του' } ,
		'spouse of' : { en:'spouse of' , de:'verheiratet mit', el:'σύζυγος του' } ,
		'location' : { en:'Location' , de:'LokalitΓ€t', el:'Τοποθεσία' } ,
		'BC' : { en:'BC', el:'π.Χ.' }
	} ,

and

language_specific : {
....
		el : {
			'nationality' : { 'Ελλάδα':'Έλληνας', 'Ρωσία':'Ρώσος','Δανία':'Δανός','Νορβηγία':'Νορβηγός','Ολλανδία':'Ολλανδός','Γερμανία':'Γερμανός', 'Χιλή':'Χιλιανός','Βραζιλία':'Βραζιλιάνος', 'Γαλλία':'Γάλλος', 'Αγγλία':'Άγγλος', 'Ηνωμένο Βασίλειο':'Βρετανός', 'Ηνωμένες Πολιτείες της Αμερικής':'Αμερικανός', 'Ισπανία':'Ισπανός', 'Ιταλία':'Ιταλός', 'Τουρκία':'Τούρκος', 'Βουλγαρία':'Βούλγαρος' }
		}

--geraki TL 11:37, 18 November 2013 (UTC)[reply]

 Done --Magnus Manske (talk) 13:50, 2 December 2013 (UTC)[reply]


Please update greek translation as:

	'el' : {
		'commons_cat' : 'Κατηγορία στα Commons' ,
		'wikipedias' : 'Λήμματα στη Βικιπαίδεια' ,
		'wikivoyages' : 'Ταξιδιωτικοί οδηγοί στα Βικιταξίδια' ,
		'wikisources' : 'Σελίδες στη Βικιθήκη' ,
		'header' : 'Αποτελέσματα αναζήτησης στα Wikidata' ,
		'reasonator' : 'Εμφάνιση λεπτομερειών αντικειμένου στο Reasonator'
	},

Thanks. -- geraki (talk) 09:59, 20 November 2019 (UTC)[reply]

Geraki -  Done. ~Oshwah~(talk) (contribs) 04:14, 24 November 2019 (UTC)[reply]

sv

Could you please add the following translation?

		'sv' : {
			'commons_cat' : 'Kategorier på Commons' ,
			'wikipedias' : 'Wikipediaartiklar' ,
			'header' : 'Sökresultat från Wikidata'
		} ,

Cheers/ André Costa (WMSE) (talk) 22:52, 20 November 2013 (UTC)[reply]

 Done --Magnus Manske (talk) 13:51, 2 December 2013 (UTC)[reply]

bn

please add the following translation.

'bn' : {
			'commons_cat' : 'কমন্স বিষয়শ্রেণী' ,
			'wikipedias' : 'উইকিপিডিয়া নিবন্ধ' ,
			'header' : 'উইকিউপাত্ত অনুসন্ধানের ফলাফল'
		} ,

--Aftab1995 (talk) 15:24, 3 December 2013 (UTC)[reply]

 Done --Magnus Manske (talk) 00:32, 4 December 2013 (UTC)[reply]

please add following line also.

'reasonator' : 'Reasonator-এ আইটেমের বিস্তারিত দেখাও'

--Aftab1995 (talk) 00:41, 7 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 10:27, 12 December 2013 (UTC)[reply]

eo

please add the following translation.

		'eo' : {
			'commons_cat' : 'Komuneja kategorio' ,
			'wikipedias' : 'Vikipediaj artikoloj' ,
			'header' : 'Serĉorezultoj de Vikidatumoj' ,
			'reasonator' : 'Montri detalojn en Reasonator'
		} ,

Thanks --KuboF (talk) 22:39, 5 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 10:27, 12 December 2013 (UTC)[reply]

sk

please add the following translation.

		'sk' : {
			'commons_cat' : 'Kategória na Commons' ,
			'wikipedias' : 'Články na Wikipédii' ,
			'header' : 'Výsledky hľadania na Wikiúdajoch' ,
			'reasonator' : 'Zobraziť podrobnosti v Reasonatore'
		} ,

Thanks --KuboF (talk) 22:39, 5 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 10:27, 12 December 2013 (UTC)[reply]

he

please add the following translation for the hebrew wikipedia:

	'he' : {
		'commons_cat': 'קטגוריית ויקישיתוף',
		'wikipedias': 'ערכים בוויקיפדיה',
		'header': 'תוצאות חיפוש בוויקינתונים'
	}

Thanks, קובי כרמל (talk) 09:33, 12 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 10:27, 12 December 2013 (UTC)[reply]

ilo

Please add the following Ilokano translations.

'ilo' : {
	 'commons_cat' : 'Kategoria ti Commons' ,
	 'wikipedias' : 'Dagiti artikulo ti Wikipedia' ,
	 'header' : 'Dagiti resulta ti panagbiruk iti Wikidata' ,
	 'reasonator' : 'Ipakita dagiti salaysay ti banag iti Reasonator'
},

Thanks. Lam-ang (talk) 15:56, 12 December 2013 (UTC)[reply]

Minor correction--Lam-ang (talk) 18:57, 12 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 21:47, 12 December 2013 (UTC)[reply]

eu

Please add the Basque translation:

'eu' : {
			'commons_cat' : 'Commonseko kategoria' ,
			'wikipedias' : 'Wikipediako artikuluak' ,
			'header' : 'Wikidatako bilaketaren emaitzak' ,
			'reasonator' : 'Erakutsi Reasonatorreko xehetasunak'
		} ,

Thank you. --Xabier Armendaritz(talk) 21:39, 12 December 2013 (UTC)[reply]

 Done --Magnus Manske (talk) 10:46, 13 December 2013 (UTC)[reply]

ru

Please add the Russian translation:

'ru' : {
			'commons_cat' : 'Категория Викисклада' ,
			'wikipedias' : 'Статьи Википедии' ,
			'header' : 'Результаты поиска в Викиданных' ,
			'reasonator' : 'Посмотреть подробности через Reasonator'
		},

Thank you. --Kaganer (talk) 12:26, 13 December 2013 (UTC)[reply]

Done thank you. Callanecc (talkcontribslogs) 12:33, 13 December 2013 (UTC)[reply]

zh

Please add the Chinese translation:

'zh' : {
			'commons_cat' : '维基共享资源类别' ,
			'wikipedias' : '维基百科文章' ,
			'header' : '维基数据搜索结果' ,
			'reasonator' : '上Reasonator显示项目的详细信息'
		},

Thanks. Jianhui67 talkcontribs 19:50, 13 December 2013 (UTC)[reply]

 Done Rjd0060 (talk) 23:41, 14 December 2013 (UTC)[reply]

es

Spanish translation:

		'es' : {
			'commons_cat' : 'Categoría en Commons' ,
			'wikipedias' : 'Artículos en Wikipedia' ,
			'header' : 'Resultados de la búsqueda en Wikidata' ,
			'reasonator' : 'Mostrar los detalles en Reasonator'
		},

Thanks. --Kizar (talk) 12:49, 14 December 2013 (UTC)[reply]

 Done Rjd0060 (talk) 23:41, 14 December 2013 (UTC)[reply]

id

		'id' : {
			'commons_cat' : 'Kategori Commons' ,
			'wikipedias' : 'Artikel Wikipedia' ,
			'header' : 'Hasil pencarian Wikidata' ,
			'reasonator' : 'Tunjukkan detil item di Reasonator'
		},

Bennylin (talk)

DoneMr. Stradivarius ♪ talk ♪ 14:10, 19 December 2013 (UTC)[reply]

udm

		'udm' : {
			'commons_cat' :	'Викискладысь категория'
			'wikipedias' : 'Википедиысь статьяос'
			'header' : 'Викиданнойёсысь утчанлэн йылпумъянъёсыз'
			'reasonator' : 'Тыро-пыдогес учконо Reasonator пыр'
		},

--Kaganer (talk) 22:51, 20 December 2013 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 15:06, 23 December 2013 (UTC)[reply]

cs

Please add the following translation:

		'cs' : {
			'commons_cat' : 'Kategorie na Wikimedia Commons' ,
			'wikipedias' : 'Články na Wikipedii' ,
			'header' : 'Výsledky vyhledávání na Wikidatech' ,
			'reasonator' : 'Zobrazit podrobnosti nástrojem Reasonator'
		} ,

Thank you. --Blahma (talk) 15:48, 25 December 2013 (UTC)[reply]

Done --Magnus Manske (talk) 11:51, 7 January 2014 (UTC)[reply]

gu

Will appreciate if you could add following translation for Gujarati, as I have just enabled it on gu.wiki:

		'gu' : {
			'commons_cat' : 'કોમન્સ કેટેગરી' ,
			'wikipedias' : 'વિકિપીડિયાના લેખો' ,
			'header' : 'વિકિડેટા શોધ પરિણામો' ,
			'reasonator' : 'રિઝોનેટર પર આઇટમની વિગતો બતાવો'
		} ,

Many Thanks.-- DhavalTalk 23:50, 29 December 2013 (UTC)[reply]

Done --Magnus Manske (talk) 11:52, 7 January 2014 (UTC)[reply]

vi

Would an administrator please add the following Vietnamese translation to MediaWiki:Wdsearch.js:

		'vi' : {
			'commons_cat' : 'Thể loại Commons' ,
			'wikipedias' : 'Bài viết Wikipedia' ,
			'wikivoyages' : 'Bài viết Wikivoyage' ,
			'header' : 'Kết quả tìm kiếm Wikidata' ,
			'reasonator' : 'Xem chi tiết khoản mục trên Reasonator'
		},

If you're comfortable with JavaScript, please also merge the following translations into MediaWiki:Wdsearch-autodesc.js:

	stock : {
		'no_auto_content' : { vi:'Không thể xác định nội dung tự động' } ,
		'generating_auto_content' : { vi:'Đang tạo nội dung tự động…' } ,
		'query_error' : { vi:'Lỗi truy vấn' } ,
		'not_found' : { vi:'Không tìm thấy' } , 
		'cannot_describe' : { vi:'Không thể miêu tả tự động' } , 
		'disambig' : { vi:'Trang định hướng Wikipedia' } ,
		'person' : { vi:'người' } ,
		'in' : { vi:'trong' } ,
		'by' : { vi:'bởi' } ,
		'for' : { vi:'cho' } ,
		'from' : { vi:'từ' } ,
		'part of' : { vi:'một phần của' } ,
		'member of' : { vi:'thành viên của' } ,
		'named after' : { vi:'đặt tên theo' } ,
		'child of' : { vi:'con của' } ,
		'spouse of' : { vi:'vợ/chồng của' } ,
		'location' : { vi:'Vị trí' } ,
		'BC' : { vi:'TCN' }
	} ,

	language_specific : {
		vi : {
			'nationality' : {'Cộng hòa Nhân dân Trung Hoa':'Trung Quốc','Quần đảo Faroe':'Faroe','Cộng hòa Ireland':'Ireland','Nhật Bản':'Nhật','Cộng hòa Nam Phi':'Nam Phi','Hoa Kỳ':'Mỹ','Vương quốc Liên hiệp Anh và Bắc Ireland':'Anh','Cộng hòa Séc':'Séc','Cộng hòa Síp':'Síp','Cộng hòa Macedonia':'Macedonia','Cộng hòa Dân chủ Nhân dân Triều Tiên':'Triều Tiên','Cộng hòa Dân chủ Congo':'Congo','Cộng hòa Dominica':'Dominica','Cộng hòa Trung Phi':'Trung Phi'}
		} ,
 
	} ,

// in listWords()

		else if ( wd_auto_desc.lang == 'vi' ) {
			if ( list.length == 1 ) return list[0] ;
			if ( list.length == 2 ) return list[0] + ' và ' + list[1] ;
			var last = list.pop() ;
			return list.join ( ', ' ) + ', và ' + last ;
		}

Thanks!

 – Minh Nguyễn (talk, contribs) 08:43, 9 January 2014 (UTC)[reply]

I've added the translations. The rest still needs to be done. — Mr. Stradivarius ♪ talk ♪ 17:45, 13 January 2014 (UTC)[reply]
 Done all part done now. I've not really tested it so @Mxn: could you test that its working fine.--Salix alba (talk): 10:12, 26 January 2014 (UTC)[reply]
Yes, it works, thanks! – Minh Nguyễn (talk, contribs) 12:39, 26 January 2014 (UTC)[reply]

fa

please add this:

'fa' : {
			'commons_cat' : 'رده انبار' ,
			'wikipedias' : 'مقاله ویکی‌پدیا' ,
			'wikivoyages' : 'راهنما در ویکی‌سفر' ,
			'wikisources' : 'صفحه در ویکی‌نبشته' ,
			'header' : 'نتیجه جستجو در ویکی‌داده' ,
			'reasonator' : 'اطلاعات بیشتر در مورد این آیتم در ریزنیتور'
		},

Thank you :)Ladsgroupبحث 10:12, 19 February 2014 (UTC)  Done, see here. Thank you. Rjd0060 (talk) 12:05, 19 February 2014 (UTC)[reply]

ur

Please add this:

'fa' : {
			'commons_cat' : 'کومنز زمرہ' ,
			'wikipedias' : 'ویکیپیڈیا مضامین' ,
			'wikivoyages' : 'سفری رہنما برائے ویکی سفر' ,
			'wikisources' : 'ویکی ماخذ صفحات' ,
			'header' : 'ویکی ڈیٹا میں نتیجہ تلاش' ,
			'reasonator' : 'ریزونیٹر میں آئٹم کی تفصیلات دکھائیں'
		},

Thanks Muhammad Shuaib (talk) 15:26, 26 April 2014 (UTC)[reply]

 Done. To Muhammad Shuaib - next time you should use the {{edit protected}} template, otherwise admins might not see your request. All the best — Mr. Stradivarius ♪ talk ♪ 09:28, 13 May 2014 (UTC)[reply]

ja

Please add the Japanese ('ja') translations below to the script. Whym (talk) 08:59, 13 May 2014 (UTC)[reply]

		'ja' : {
			'commons_cat' : 'コモンズのカテゴリ' ,
			'wikipedias' : 'ウィキペディアの記事' ,
			'wikivoyages' : 'Wikivoyage の旅行ガイド' ,
			'wikisources' : 'ウィキソースのページ' ,
			'header' : 'ウィキデータの検索結果' ,
			'reasonator' : 'Reasonator で項目の詳細を見る'
		},
DoneMr. Stradivarius ♪ talk ♪ 09:21, 13 May 2014 (UTC)[reply]

lv

Please add the Latvian ('lv') translations below to the script. --Papuass (talk) 10:16, 25 November 2014 (UTC)[reply]

	'lv' : {
		'commons_cat' : 'Vikikrātuves kategorija' ,
		'wikipedias' : 'Vikipēdiju raksti' ,
		'wikivoyages' : 'Wikivoyage ceļvedis' ,
		'wikisources' : 'Wikisource lapas' ,
		'header' : 'Vikidatu meklēšanas rezultāti' ,
		'reasonator' : 'Rādīt ieraksta informāciju Reasonator'
	},

nb and nn

Please add the Norwegian Bokmål ('nb') and Norwegian Nynorsk ('nn') translations below to the script. Jon Harald Søby (talk) 09:21, 6 February 2015 (UTC)[reply]

	'nb' : {
		'commons_cat' : 'Commons-kategori' ,
		'wikipedias' : 'Wikipedia-artikler' ,
		'wikivoyages' : 'Wikivoyage-sider' ,
		'wikisources' : 'Wikikilden-sider' ,
		'header' : 'Søkeresultater fra Wikidata' ,
		'reasonator' : 'Vis detaljer om elementet i Reasonator'
	},
	'nn' : {
		'commons_cat' : 'Commons-kategori' ,
		'wikipedias' : 'Wikipedia-artiklar' ,
		'wikivoyages' : 'Wikivoyage-sider' ,
		'wikisources' : 'Wikikilden-sider' ,
		'header' : 'Søkjeresultat frå Wikidata' ,
		'reasonator' : 'Syn detaljar om elementet i Reasonator'
	},
 Done — Martin (MSGJ · talk) 09:40, 6 February 2015 (UTC)[reply]

kk

please add the following translation.

		'kk' : {
			'commons_cat' : 'Ортаққордағы санаты' ,
			'wikipedias' : 'Уикипедиядағы мақаласы' ,
			'header' : 'Уикидеректегі іздеу нәтижелері' ,
			'reasonator' : 'Reasonator арқылы толығырақ қарау'
		} ,

Thanks Arystanbek (talk) 14:44, 8 February 2015 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 23:46, 9 February 2015 (UTC)[reply]


de

please replace 'de' with this:

'de' : {

		'commons_cat' : 'Kategorie auf Commons' ,
		'wikipedias' : 'Wikipedia-Artikel' ,
		'wikivoyages' : 'Wikivoyage-Reiseführer' ,
		'wikisources' : 'Wikisource-Artikel' ,
		'header' : 'Wikidata-Suchergebnisse'
		'reasonator' : 'Zeige die Eigenschaften auf Reasonator'
		},

Thanks, --CennoxX (talk @ dewiki) 15:17, 19 February 2015 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 05:10, 20 February 2015 (UTC)[reply]

min

	'min' : {
		'commons_cat' : 'Kategori Commons' ,
		'wikipedias' : 'Laman Wikipedia' ,
		'wikivoyages' : 'Laman Wikivoyage' ,
		'wikisources' : 'Laman Wikisource' ,
		'header' : 'Hasil pancarian di Wikidata' ,
		'reasonator' : 'Caliak labiah jaleh di Reasonator'
	},
Thanks,  Ę-oиė  >>> 07:25, 31 October 2015 (UTC)[reply]
plus Added — Martin (MSGJ · talk) 22:01, 31 October 2015 (UTC)[reply]

hy

	'hy' : {
		'commons_cat' : 'Վիքիպահեստի կատեգորիա' ,
		'wikipedias' : 'Վիքիպեդիայի հոդվածներ' ,
		'wikivoyages' : 'Ճամփորդական ուղեցույց Վիքիճամփորդում' ,
		'wikisources' : 'Վիքիդարանի էջեր' ,
		'header' : 'Վիդիտվյալներում որոնման արդյունք' ,
		'reasonator' : 'Ցուցադրել Վիքիտվյալների տարրը Reasonator-ում'
	},
Thanks.--ԱշոտՏՆՂ (talk) 13:08, 27 April 2016 (UTC)[reply]
plus Added — Martin (MSGJ · talk) 13:35, 27 April 2016 (UTC)[reply]

ca

Please add transtions to Catalan:

	'ca' : {
		'commons_cat' : 'Categoria de Commons' ,
		'wikipedias' : 'Articles de la Viquipèdia' ,
		'wikivoyages' : 'Guies de Wikivoyages' ,
		'wikisources' : 'Pàgines de Viquitexts' ,
		'header' : 'Resultats de Wikidata' ,
		'reasonator' : 'Detalls de l’element a Resonator'
	},
Thanks in advance. --Vriullop (talk) 19:55, 26 April 2017 (UTC)[reply]
Done. Jo-Jo Eumerus (talk, contributions) 15:06, 27 April 2017 (UTC)[reply]

ro

Please add the following translations. Thank you. Strainu (talk) 17:07, 16 October 2019 (UTC)[reply]

'ro' : {
		'commons_cat' : 'Categorie la Commons' ,
		'wikipedias' : 'Articole pe Wikipedia' ,
		'wikivoyages' : 'Ghiduri de voiaj la Wikivoyage' ,
		'wikisources' : 'Pagini Wikisource' ,
		'header' : 'Rezultate de la Wikidata' ,
		'reasonator' : 'Arată detaliile itemului la Reasonator'
	},
Strainu -  Done. ~Oshwah~(talk) (contribs) 06:37, 19 October 2019 (UTC)[reply]

sw

Please add the following translation. Thanks. Benson Muite (talk) 12:07, 28 January 2020 (UTC)[reply]

'sw' : {
		'commons_cat' : 'Kundi kwa Commons' ,
		'wikipedias' : 'Makala ma Wikipedia' ,
		'wikivoyages' : 'Masindikizo ma safari wa Wikivoyage' ,
		'wikisources' : 'Ukurasa kwa Wikisource' ,
		'header' : 'Matokeo ma utafuti kwa Wikidata' ,
		'reasonator' : 'Onyesha maelezo ya kipengee kwa Reasonator'
	},
@Benson Muite: is this meant to be for sw? Your code above has this overriding en. Please confirm and reactivate the edit request when ready. — xaosflux Talk 14:00, 23 February 2020 (UTC)[reply]
@Xaosflux: Changed en to sw Benson Muite (talk) 08:26, 26 February 2020 (UTC)[reply]

Title from matched words

Currently if an item's label is not available, the item's title will fall back to the list of words matched by the search, instead of the item's Q number. This behavior is implemented by the following code:

				var snip = $('<span>'+v.snippet+'</span>') ;
				$.each ( snip.find('span.searchmatch') , function ( a , b ) {
					var txt = $(b).text() ;
					if ( -1 != $.inArray ( txt , title ) ) return ;
					title.push ( txt ) ;
				} );

It was implemented by Magnus Manske in the initial version of the script, which did not make use of the labels at all. At that time he probably considered the matched words to be better than the mere Q number. Now the labels are utilized and falling back to the matched words (for missing label) is confusing. Compare the two presentations of the result Johanneskirche (Q26772401) when searching for "rissen":

Rissen church in Rissen, Germany
Q26772401 church in Rissen, Germany

Therefore I propose to remove or comment out the piece of code above.

More labels will be available if we use the Wikidata's language fallback mechanism: Please add , languagefallback:1 after languages:i18n_lang. Petr Matas 18:33, 29 December 2016 (UTC)[reply]

DoneMr. Stradivarius ♪ talk ♪ 14:46, 1 January 2017 (UTC)[reply]

Would it be possible to add a link to the complete search results on Wikidata (either on the "Wikidata search results" title or close to that). For example, if I search for "test" on it.wikipedia and I want to switch directly to the results of Wikidata (e.g.). --Superchilum(talk to me!) 08:10, 27 February 2017 (UTC)[reply]

I've done a simple patch for this improvement with retro-compatibility. Only if the i18n.{lang}.search field is specified, it shows a link to the complete search page. Here is the diff: Special:Diff/828066868. Thanks for applying. --Valerio Bozzolan (talk) 10:46, 28 February 2018 (UTC)[reply]