jenkins-bot has submitted this change and it was merged. Change subject: Migrate to JSON i18n ......................................................................
Migrate to JSON i18n Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php with shim. Change-Id: I26c9b51541846f3cc0590c67b50f06536222a762 --- M GoogleSiteSearch.i18n.php M GoogleSiteSearch.php A i18n/ast.json A i18n/br.json A i18n/de.json A i18n/dsb.json A i18n/en.json A i18n/es.json A i18n/fa.json A i18n/fi.json A i18n/fr.json A i18n/fy.json A i18n/gl.json A i18n/he.json A i18n/hsb.json A i18n/ia.json A i18n/it.json A i18n/ja.json A i18n/ko.json A i18n/ksh.json A i18n/ku-latn.json A i18n/ky.json A i18n/lb.json A i18n/mk.json A i18n/ms.json A i18n/nb.json A i18n/nl.json A i18n/oc.json A i18n/pl.json A i18n/ps.json A i18n/pt-br.json A i18n/qqq.json A i18n/roa-tara.json A i18n/ru.json A i18n/sco.json A i18n/sv.json A i18n/tl.json A i18n/uk.json A i18n/zh-hans.json A i18n/zh-hant.json 40 files changed, 434 insertions(+), 375 deletions(-) Approvals: Nikerabbit: Looks good to me, approved jenkins-bot: Verified diff --git a/GoogleSiteSearch.i18n.php b/GoogleSiteSearch.i18n.php index d38e04a..eeb2776 100644 --- a/GoogleSiteSearch.i18n.php +++ b/GoogleSiteSearch.i18n.php @@ -1,380 +1,31 @@ <?php /** - * Internationalisation for GoogleSiteSearch + * This is a backwards-compatibility shim, generated by: + * https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/maintenance%2FgenerateJsonI18n.php * - * @file - * @ingroup Extensions + * Beginning with MediaWiki 1.23, translation strings are stored in json files, + * and the EXTENSION.i18n.php file only exists to provide compatibility with + * older releases of MediaWiki. For more information about this migration, see: + * https://www.mediawiki.org/wiki/Requests_for_comment/Localisation_format + * + * This shim maintains compatibility back to MediaWiki 1.17. */ $messages = array(); +$GLOBALS['wgHooks']['LocalisationCacheRecache'][] = function ( $cache, $code, &$cachedData ) { + $codeSequence = array_merge( array( $code ), $cachedData['fallbackSequence'] ); + foreach ( $codeSequence as $csCode ) { + $fileName = __DIR__ . "/i18n/$csCode.json"; + if ( is_readable( $fileName ) ) { + $data = FormatJson::decode( file_get_contents( $fileName ), true ); + foreach ( array_keys( $data ) as $key ) { + if ( $key === '' || $key[0] === '@' ) { + unset( $data[$key] ); + } + } + $cachedData['messages'] = array_merge( $data, $cachedData['messages'] ); + } -/** English (English) */ -$messages['en'] = array( - 'googlesitesearch-desc' => 'Adds [//www.google.com/cse/manage/all Google CSE site search] to wiki search results', - 'googlesitesearch-loading' => 'Loading...', - 'googlesitesearch-google-results' => 'Google site results', - 'googlesitesearch-wiki-results' => 'Wiki results', -); - -/** Message documentation (Message documentation) - * @author Metalhead64 - * @author Shirayuki - */ -$messages['qqq'] = array( - 'googlesitesearch-desc' => '{{desc|name=Google Site Search|url=http://www.mediawiki.org/wiki/Extension:GoogleSiteSearch}} -"Google CSE" stands for "Google Custom Search Engine". Example: https://www.google.com/cse/home?cx=010768530259486146519:twowe4zclqy', - 'googlesitesearch-loading' => 'Displayed before the Google CSE JavaScript replaces it with the actual search results. Wiki markup is not allowed here; message will be converted to escaped HTML. -{{Identical|Loading}}', - 'googlesitesearch-google-results' => 'The title sub-header for the Google CSE (Custom Search Engine) results section.', - 'googlesitesearch-wiki-results' => 'The title sub-header for the MediaWiki search results section.', -); - -/** Asturian (asturianu) - * @author Xuacu - */ -$messages['ast'] = array( - 'googlesitesearch-desc' => 'Amiesta un [//www.google.com/cse/manage/all motor personalizáu de busca de Google (CSE) nel sitiu] a los resultaos de busca na wiki', - 'googlesitesearch-loading' => 'Cargando...', - 'googlesitesearch-google-results' => 'Resultaos del sitiu de Google', - 'googlesitesearch-wiki-results' => 'Resultaos de la wiki', -); - -/** Breton (brezhoneg) - * @author Y-M D - */ -$messages['br'] = array( - 'googlesitesearch-loading' => 'O kargañ...', - 'googlesitesearch-google-results' => "Disoc'hoù lec'hienn Google", - 'googlesitesearch-wiki-results' => "Disoc'hoù ar wiki", -); - -/** German (Deutsch) - * @author Metalhead64 - */ -$messages['de'] = array( - 'googlesitesearch-desc' => 'Fügt den Wiki-Suchergebnissen die Ergbnisse der [//www.google.com/cse/manage/all benutzerdefinierten Google-Websitesuche] hinzu', - 'googlesitesearch-loading' => 'Lade …', - 'googlesitesearch-google-results' => 'Ergebnisse der Google-Website', - 'googlesitesearch-wiki-results' => 'Wikiergebnisse', -); - -/** Lower Sorbian (dolnoserbski) - * @author Michawiki - */ -$messages['dsb'] = array( - 'googlesitesearch-desc' => 'Pśidawa wuslědkam wikipytanja [//www.google.com/cse/manage/all Google-pytanje na swójskem websedle]', - 'googlesitesearch-loading' => 'Zacytujo se...', - 'googlesitesearch-google-results' => 'Wuslědki Google-sedła', - 'googlesitesearch-wiki-results' => 'Wikiwuslědki', -); - -/** Spanish (español) - * @author Fitoschido - */ -$messages['es'] = array( - 'googlesitesearch-desc' => 'Añade la [//www.google.com/cse/manage/all búsqueda por sitio de Google] a los resultados de búsqueda del wiki', - 'googlesitesearch-loading' => 'Cargando…', - 'googlesitesearch-google-results' => 'Resultados de Google para el sitio', - 'googlesitesearch-wiki-results' => 'Resultados del wiki', -); - -/** Persian (فارسی) - * @author Armin1392 - * @author Reza1615 - */ -$messages['fa'] = array( - 'googlesitesearch-desc' => 'افزودن [//www.google.com/cse/manage/all Google CSE site search] به نتایج تحقیق ویکی', - 'googlesitesearch-loading' => 'در حال بارگذاری...', - 'googlesitesearch-google-results' => 'نتایج سایت گوگل', - 'googlesitesearch-wiki-results' => 'نتایج ویکی', -); - -/** Finnish (suomi) - * @author Silvonen - */ -$messages['fi'] = array( - 'googlesitesearch-loading' => 'Ladataan...', - 'googlesitesearch-wiki-results' => 'Wikitulokset', -); - -/** French (français) - * @author Gomoko - */ -$messages['fr'] = array( - 'googlesitesearch-desc' => 'Ajoute [//www.google.com/cse/manage/all la recherche de site CSE de Google] aux résultats de la recherche du wiki', - 'googlesitesearch-loading' => 'Chargement…', - 'googlesitesearch-google-results' => 'Résultats du site de Google', - 'googlesitesearch-wiki-results' => 'Résultats du wiki', -); - -/** Western Frisian (Frysk) - * @author Kening Aldgilles - */ -$messages['fy'] = array( - 'googlesitesearch-loading' => 'Ynlade...', -); - -/** Galician (galego) - * @author Toliño - */ -$messages['gl'] = array( - 'googlesitesearch-desc' => 'Engade a [//www.google.com/cse/manage/all procura de sitio CSE do Google] aos resultados da procura no wiki', - 'googlesitesearch-loading' => 'Cargando...', - 'googlesitesearch-google-results' => 'Resultados de sitio do Google', - 'googlesitesearch-wiki-results' => 'Resultados do wiki', -); - -/** Hebrew (עברית) - * @author YaronSh - * @author Yona b - */ -$messages['he'] = array( - 'googlesitesearch-desc' => 'מוסיף [//www.google.com/cse/manage/all חיפוש באתרי CSE של גוגל] לתוצאות חיפוש ויקי', - 'googlesitesearch-loading' => 'בטעינה...', - 'googlesitesearch-google-results' => 'תוצאות אתר גוגל', - 'googlesitesearch-wiki-results' => 'תוצאות ויקי', -); - -/** Upper Sorbian (hornjoserbsce) - * @author Michawiki - */ -$messages['hsb'] = array( - 'googlesitesearch-desc' => 'Přidawa wuslědkam wikipytanja [//www.google.com/cse/manage/all Google-pytanje na swójskim websydle]', - 'googlesitesearch-loading' => 'Začituje so...', - 'googlesitesearch-google-results' => 'Wuslědki Google-sydła', - 'googlesitesearch-wiki-results' => 'Wikiwuslědki', -); - -/** Interlingua (interlingua) - * @author McDutchie - */ -$messages['ia'] = array( - 'googlesitesearch-desc' => 'Adde [//www.google.com/cse/manage/all Google CSE site search] al resultatos del recerca wiki', - 'googlesitesearch-loading' => 'Cargamento…', - 'googlesitesearch-google-results' => 'Resultatos de sito de Google', - 'googlesitesearch-wiki-results' => 'Resultatos del wiki', -); - -/** Italian (italiano) - * @author Beta16 - */ -$messages['it'] = array( - 'googlesitesearch-desc' => 'Aggiunge [//www.google.com/cse/manage/all la ricerca sul sito da Google CSE] ai risultati di ricerca di wiki', - 'googlesitesearch-loading' => 'Caricamento...', - 'googlesitesearch-google-results' => 'Risultati del sito da Google', - 'googlesitesearch-wiki-results' => 'Risultati da Wiki', -); - -/** Japanese (日本語) - * @author Shirayuki - */ -$messages['ja'] = array( - 'googlesitesearch-desc' => 'ウィキの検索結果に [//www.google.com/cse/manage/all Google CSE サイト検索]を追加する', - 'googlesitesearch-loading' => '読み込み中...', - 'googlesitesearch-google-results' => 'Google サイト検索の結果', - 'googlesitesearch-wiki-results' => 'ウィキ検索の結果', -); - -/** Korean (한국어) - * @author Kwj2772 - * @author 아라 - */ -$messages['ko'] = array( - 'googlesitesearch-desc' => '위키 검색 결과에 [//www.google.com/cse/manage/all Google CSE 사이트 검색]을 추가합니다', - 'googlesitesearch-loading' => '불러오는 중...', - 'googlesitesearch-google-results' => 'Google 사이트 검색 결과', - 'googlesitesearch-wiki-results' => '위키 검색 결과', -); - -/** Colognian (Ripoarisch) - * @author Purodha - */ -$messages['ksh'] = array( - 'googlesitesearch-desc' => 'Deiht de Äjeepneße vum [//www.google.com/cse/manage/all <i lang="en">Google</i> singem Aanwänder-ßait Dorschsöhke] bei dem Wiki sde singe.', - 'googlesitesearch-loading' => 'Ben aam Laade{{int:ellipsis}}', - 'googlesitesearch-google-results' => 'Wat <i lang="en">Google</i> heh jefonge hät:', - 'googlesitesearch-wiki-results' => 'Wat et Wiki jefonge hät:', -); - -/** Kurdish (Latin script) (Kurdî (latînî)) - * @author George Animal - */ -$messages['ku-latn'] = array( - 'googlesitesearch-loading' => 'Tê barkirin...', -); - -/** Kyrgyz (Кыргызча) - * @author Maksat - */ -$messages['ky'] = array( - 'googlesitesearch-loading' => 'Жүктөлүүдө...', - 'googlesitesearch-google-results' => 'Google сайтынын жыйынтыктары', - 'googlesitesearch-wiki-results' => 'Уики жыйынтыктар', -); - -/** Luxembourgish (Lëtzebuergesch) - * @author Robby - * @author Soued031 - */ -$messages['lb'] = array( - 'googlesitesearch-desc' => "Setzt [//www.google.com/cse/manage/all Google CSE site search] bei d'Resultater vun der Wiki-Sich derbäi", - 'googlesitesearch-loading' => 'Lueden...', - 'googlesitesearch-google-results' => 'Resultater vu Google', - 'googlesitesearch-wiki-results' => 'Wiki Resultater', -); - -/** Macedonian (македонски) - * @author Bjankuloski06 - */ -$messages['mk'] = array( - 'googlesitesearch-desc' => 'Додава [//www.google.com/cse/manage/all прилагодено пребарување со Google] во вики', - 'googlesitesearch-loading' => 'Вчитувам...', - 'googlesitesearch-google-results' => 'Резултати од прилагоденото пребарување со Google', - 'googlesitesearch-wiki-results' => 'Резултати од викито', -); - -/** Malay (Bahasa Melayu) - * @author Anakmalaysia - */ -$messages['ms'] = array( - 'googlesitesearch-desc' => 'Menambahkan [//www.google.com/cse/manage/all carian Google CSE] pada hasil carian wiki', - 'googlesitesearch-loading' => 'Sedang dimuatkan...', - 'googlesitesearch-google-results' => 'Hasil carian Google', - 'googlesitesearch-wiki-results' => 'Hasil carian wiki', -); - -/** Norwegian Bokmål (norsk bokmål) - */ -$messages['nb'] = array( - 'googlesitesearch-desc' => 'Legger til [//www.google.com/cse/manage/all Google CSE-sidesøk] i wikiens søkeresultater', -); - -/** Dutch (Nederlands) - * @author Siebrand - */ -$messages['nl'] = array( - 'googlesitesearch-desc' => 'Voegt [//www.google.com/cse/manage/all Google CSE site search] toe aan de zoekresultaten van de wiki', - 'googlesitesearch-loading' => 'Bezig met laden…', - 'googlesitesearch-google-results' => 'Siteresultaten van Google', - 'googlesitesearch-wiki-results' => 'Wikiresultaten', -); - -/** Occitan (occitan) - * @author Cedric31 - */ -$messages['oc'] = array( - 'googlesitesearch-desc' => 'Apond [//www.google.com/cse/manage/all la recèrca de site CSE de Google] als resultats de la recèrca del wiki', - 'googlesitesearch-loading' => 'Cargament...', - 'googlesitesearch-google-results' => 'Resultats del site de Google', - 'googlesitesearch-wiki-results' => 'Resultats del wiki', -); - -/** Polish (polski) - * @author Woytecr - */ -$messages['pl'] = array( - 'googlesitesearch-desc' => 'Dodaje [//www.google.com/cse/manage/all Google CSE site search] do wyników wyszukiwarki wiki', - 'googlesitesearch-loading' => 'Ładowanie...', - 'googlesitesearch-google-results' => 'Wyniki Google site', - 'googlesitesearch-wiki-results' => 'Wyniki wiki', -); - -/** Pashto (پښتو) - * @author Ahmed-Najib-Biabani-Ibrahimkhel - */ -$messages['ps'] = array( - 'googlesitesearch-loading' => 'برسېرېدنې کې دی...', - 'googlesitesearch-google-results' => 'د گووگل وېبځي پايلې', - 'googlesitesearch-wiki-results' => 'ويکي پايلې', -); - -/** Brazilian Portuguese (português do Brasil) - * @author Jaideraf - */ -$messages['pt-br'] = array( - 'googlesitesearch-desc' => 'Adiciona um [//www.google.com/cse/manage/all Google CSE site search] aos resultados de busca do wiki', - 'googlesitesearch-loading' => 'Carregando...', - 'googlesitesearch-google-results' => 'Resultados do Google', - 'googlesitesearch-wiki-results' => 'Resultados do wiki', -); - -/** tarandíne (tarandíne) - * @author Joetaras - */ -$messages['roa-tara'] = array( - 'googlesitesearch-desc' => "Aggiunge 'na [//www.google.com/cse/manage/all ricerche pe site de Google CSE] a le resultate d'a ricerche de uicchi", - 'googlesitesearch-loading' => 'Stoche a scareche…', - 'googlesitesearch-google-results' => 'Resultate de Google', - 'googlesitesearch-wiki-results' => 'Resultate de Uicchi', -); - -/** Russian (русский) - * @author Okras - */ -$messages['ru'] = array( - 'googlesitesearch-desc' => 'Добавляет [//www.google.com/cse/manage/al Пользовательский поиск Google] к результатам поиска движка проекта', - 'googlesitesearch-loading' => 'Загрузка…', - 'googlesitesearch-google-results' => 'Результаты поиска Google', - 'googlesitesearch-wiki-results' => 'Результаты вики-поиска', -); - -/** Scots (Scots) - * @author John Reid - */ -$messages['sco'] = array( - 'googlesitesearch-desc' => 'Eiks [//www.google.com/cse/manage/all Google CSE steid rake] til wiki rake ootcomes', - 'googlesitesearch-loading' => 'Laidin...', - 'googlesitesearch-google-results' => 'Google steid ootcomes', - 'googlesitesearch-wiki-results' => 'Wiki ootcomes', -); - -/** Swedish (svenska) - * @author WikiPhoenix - */ -$messages['sv'] = array( - 'googlesitesearch-desc' => 'Lägger till [//www.google.com/cse/manage/all Google CSE-sidsökning] till wikins sökresultat', - 'googlesitesearch-loading' => 'Läser in...', - 'googlesitesearch-google-results' => 'Google sidresultat', - 'googlesitesearch-wiki-results' => 'Wikiresultat', -); - -/** Tagalog (Tagalog) - * @author AnakngAraw - */ -$messages['tl'] = array( - 'googlesitesearch-desc' => 'Nagdaragdag ng [//www.google.com/cse/manage/all paghahanap sa pook na CSE ng Google] sa mga resulta ng paghahanap ng wiki', - 'googlesitesearch-loading' => 'Ikinakarga...', - 'googlesitesearch-google-results' => 'Mga resulta sa pook ng Google', - 'googlesitesearch-wiki-results' => 'Mga resulta sa Wiki', -); - -/** Ukrainian (українська) - * @author Base - * @author Ата - */ -$messages['uk'] = array( - 'googlesitesearch-desc' => 'Додає [//www.google.com/cse/manage/all Google CSE пошук по сайту] до результатів вікіпошуку', - 'googlesitesearch-loading' => 'Завантаження…', - 'googlesitesearch-google-results' => 'Результати Google-пошуку по сайту', - 'googlesitesearch-wiki-results' => 'Вікірезультати', -); - -/** Simplified Chinese (中文(简体)) - * @author Cwek - * @author Kuailong - */ -$messages['zh-hans'] = array( - 'googlesitesearch-desc' => '将 [//www.google.com/cse/manage/all 谷歌自定义搜索引擎网站搜索] 添加到维基搜索结果', - 'googlesitesearch-loading' => '载入中…', - 'googlesitesearch-google-results' => '谷歌搜索结果', - 'googlesitesearch-wiki-results' => 'Wiki搜索结果', -); - -/** Traditional Chinese (中文(繁體)) - * @author Justincheng12345 - */ -$messages['zh-hant'] = array( - 'googlesitesearch-desc' => '將[//www.google.com/cse/manage/all Google自訂網站搜尋]加入維基搜尋結果', - 'googlesitesearch-loading' => '載入中…', - 'googlesitesearch-google-results' => 'Google搜尋結果', - 'googlesitesearch-wiki-results' => '維基搜尋结果', -); + $cachedData['deps'][] = new FileDependency( $fileName ); + } + return true; +}; diff --git a/GoogleSiteSearch.php b/GoogleSiteSearch.php index 300754c..9def0c9 100644 --- a/GoogleSiteSearch.php +++ b/GoogleSiteSearch.php @@ -39,7 +39,7 @@ 'author' => 'Ryan Finnie', 'url' => 'https://www.mediawiki.org/wiki/Extension:GoogleSiteSearch', 'descriptionmsg' => 'googlesitesearch-desc', - 'version' => '2.0', + 'version' => '2.1.0', ); # Default configuration globals @@ -56,6 +56,7 @@ $dir = dirname( __FILE__ ) . '/'; # Define internationalizations +$wgMessagesDirs['GoogleSiteSearch'] = __DIR__ . '/i18n'; $wgExtensionMessagesFiles['GoogleSiteSearch'] = $dir . 'GoogleSiteSearch.i18n.php'; # Hook into SpecialSearchResultsPrepend (MW 1.21+) diff --git a/i18n/ast.json b/i18n/ast.json new file mode 100644 index 0000000..c5191ed --- /dev/null +++ b/i18n/ast.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Xuacu" + ] + }, + "googlesitesearch-desc": "Amiesta un [//www.google.com/cse/manage/all motor personalizáu de busca de Google (CSE) nel sitiu] a los resultaos de busca na wiki", + "googlesitesearch-loading": "Cargando...", + "googlesitesearch-google-results": "Resultaos del sitiu de Google", + "googlesitesearch-wiki-results": "Resultaos de la wiki" +} \ No newline at end of file diff --git a/i18n/br.json b/i18n/br.json new file mode 100644 index 0000000..774599a --- /dev/null +++ b/i18n/br.json @@ -0,0 +1,10 @@ +{ + "@metadata": { + "authors": [ + "Y-M D" + ] + }, + "googlesitesearch-loading": "O kargañ...", + "googlesitesearch-google-results": "Disoc'hoù lec'hienn Google", + "googlesitesearch-wiki-results": "Disoc'hoù ar wiki" +} \ No newline at end of file diff --git a/i18n/de.json b/i18n/de.json new file mode 100644 index 0000000..fcfe966 --- /dev/null +++ b/i18n/de.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Metalhead64" + ] + }, + "googlesitesearch-desc": "Fügt den Wiki-Suchergebnissen die Ergbnisse der [//www.google.com/cse/manage/all benutzerdefinierten Google-Websitesuche] hinzu", + "googlesitesearch-loading": "Lade …", + "googlesitesearch-google-results": "Ergebnisse der Google-Website", + "googlesitesearch-wiki-results": "Wikiergebnisse" +} \ No newline at end of file diff --git a/i18n/dsb.json b/i18n/dsb.json new file mode 100644 index 0000000..5dd2451 --- /dev/null +++ b/i18n/dsb.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "googlesitesearch-desc": "Pśidawa wuslědkam wikipytanja [//www.google.com/cse/manage/all Google-pytanje na swójskem websedle]", + "googlesitesearch-loading": "Zacytujo se...", + "googlesitesearch-google-results": "Wuslědki Google-sedła", + "googlesitesearch-wiki-results": "Wikiwuslědki" +} \ No newline at end of file diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..1b5bd27 --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [] + }, + "googlesitesearch-desc": "Adds [//www.google.com/cse/manage/all Google CSE site search] to wiki search results", + "googlesitesearch-loading": "Loading...", + "googlesitesearch-google-results": "Google site results", + "googlesitesearch-wiki-results": "Wiki results" +} \ No newline at end of file diff --git a/i18n/es.json b/i18n/es.json new file mode 100644 index 0000000..cb9ff58 --- /dev/null +++ b/i18n/es.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Fitoschido" + ] + }, + "googlesitesearch-desc": "Añade la [//www.google.com/cse/manage/all búsqueda por sitio de Google] a los resultados de búsqueda del wiki", + "googlesitesearch-loading": "Cargando…", + "googlesitesearch-google-results": "Resultados de Google para el sitio", + "googlesitesearch-wiki-results": "Resultados del wiki" +} \ No newline at end of file diff --git a/i18n/fa.json b/i18n/fa.json new file mode 100644 index 0000000..d9bf32b --- /dev/null +++ b/i18n/fa.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Armin1392", + "Reza1615" + ] + }, + "googlesitesearch-desc": "افزودن [//www.google.com/cse/manage/all Google CSE site search] به نتایج تحقیق ویکی", + "googlesitesearch-loading": "در حال بارگذاری...", + "googlesitesearch-google-results": "نتایج سایت گوگل", + "googlesitesearch-wiki-results": "نتایج ویکی" +} \ No newline at end of file diff --git a/i18n/fi.json b/i18n/fi.json new file mode 100644 index 0000000..b8704cb --- /dev/null +++ b/i18n/fi.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Silvonen" + ] + }, + "googlesitesearch-loading": "Ladataan...", + "googlesitesearch-wiki-results": "Wikitulokset" +} \ No newline at end of file diff --git a/i18n/fr.json b/i18n/fr.json new file mode 100644 index 0000000..28f8202 --- /dev/null +++ b/i18n/fr.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Gomoko" + ] + }, + "googlesitesearch-desc": "Ajoute [//www.google.com/cse/manage/all la recherche de site CSE de Google] aux résultats de la recherche du wiki", + "googlesitesearch-loading": "Chargement…", + "googlesitesearch-google-results": "Résultats du site de Google", + "googlesitesearch-wiki-results": "Résultats du wiki" +} \ No newline at end of file diff --git a/i18n/fy.json b/i18n/fy.json new file mode 100644 index 0000000..18c0d37 --- /dev/null +++ b/i18n/fy.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Kening Aldgilles" + ] + }, + "googlesitesearch-loading": "Ynlade..." +} \ No newline at end of file diff --git a/i18n/gl.json b/i18n/gl.json new file mode 100644 index 0000000..dd205e9 --- /dev/null +++ b/i18n/gl.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Toliño" + ] + }, + "googlesitesearch-desc": "Engade a [//www.google.com/cse/manage/all procura de sitio CSE do Google] aos resultados da procura no wiki", + "googlesitesearch-loading": "Cargando...", + "googlesitesearch-google-results": "Resultados de sitio do Google", + "googlesitesearch-wiki-results": "Resultados do wiki" +} \ No newline at end of file diff --git a/i18n/he.json b/i18n/he.json new file mode 100644 index 0000000..aa0e380 --- /dev/null +++ b/i18n/he.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "YaronSh", + "Yona b" + ] + }, + "googlesitesearch-desc": "מוסיף [//www.google.com/cse/manage/all חיפוש באתרי CSE של גוגל] לתוצאות חיפוש ויקי", + "googlesitesearch-loading": "בטעינה...", + "googlesitesearch-google-results": "תוצאות אתר גוגל", + "googlesitesearch-wiki-results": "תוצאות ויקי" +} \ No newline at end of file diff --git a/i18n/hsb.json b/i18n/hsb.json new file mode 100644 index 0000000..9c1656b --- /dev/null +++ b/i18n/hsb.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Michawiki" + ] + }, + "googlesitesearch-desc": "Přidawa wuslědkam wikipytanja [//www.google.com/cse/manage/all Google-pytanje na swójskim websydle]", + "googlesitesearch-loading": "Začituje so...", + "googlesitesearch-google-results": "Wuslědki Google-sydła", + "googlesitesearch-wiki-results": "Wikiwuslědki" +} \ No newline at end of file diff --git a/i18n/ia.json b/i18n/ia.json new file mode 100644 index 0000000..0919f53 --- /dev/null +++ b/i18n/ia.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "McDutchie" + ] + }, + "googlesitesearch-desc": "Adde [//www.google.com/cse/manage/all Google CSE site search] al resultatos del recerca wiki", + "googlesitesearch-loading": "Cargamento…", + "googlesitesearch-google-results": "Resultatos de sito de Google", + "googlesitesearch-wiki-results": "Resultatos del wiki" +} \ No newline at end of file diff --git a/i18n/it.json b/i18n/it.json new file mode 100644 index 0000000..b5ad1fd --- /dev/null +++ b/i18n/it.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Beta16" + ] + }, + "googlesitesearch-desc": "Aggiunge [//www.google.com/cse/manage/all la ricerca sul sito da Google CSE] ai risultati di ricerca di wiki", + "googlesitesearch-loading": "Caricamento...", + "googlesitesearch-google-results": "Risultati del sito da Google", + "googlesitesearch-wiki-results": "Risultati da Wiki" +} \ No newline at end of file diff --git a/i18n/ja.json b/i18n/ja.json new file mode 100644 index 0000000..26ea939 --- /dev/null +++ b/i18n/ja.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Shirayuki" + ] + }, + "googlesitesearch-desc": "ウィキの検索結果に [//www.google.com/cse/manage/all Google CSE サイト検索]を追加する", + "googlesitesearch-loading": "読み込み中...", + "googlesitesearch-google-results": "Google サイト検索の結果", + "googlesitesearch-wiki-results": "ウィキ検索の結果" +} \ No newline at end of file diff --git a/i18n/ko.json b/i18n/ko.json new file mode 100644 index 0000000..7207e18 --- /dev/null +++ b/i18n/ko.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Kwj2772", + "아라" + ] + }, + "googlesitesearch-desc": "위키 검색 결과에 [//www.google.com/cse/manage/all Google CSE 사이트 검색]을 추가합니다", + "googlesitesearch-loading": "불러오는 중...", + "googlesitesearch-google-results": "Google 사이트 검색 결과", + "googlesitesearch-wiki-results": "위키 검색 결과" +} \ No newline at end of file diff --git a/i18n/ksh.json b/i18n/ksh.json new file mode 100644 index 0000000..4650f25 --- /dev/null +++ b/i18n/ksh.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Purodha" + ] + }, + "googlesitesearch-desc": "Deiht de Äjeepneße vum [//www.google.com/cse/manage/all <i lang=\"en\">Google</i> singem Aanwänder-ßait Dorschsöhke] bei dem Wiki sde singe.", + "googlesitesearch-loading": "Ben aam Laade{{int:ellipsis}}", + "googlesitesearch-google-results": "Wat <i lang=\"en\">Google</i> heh jefonge hät:", + "googlesitesearch-wiki-results": "Wat et Wiki jefonge hät:" +} \ No newline at end of file diff --git a/i18n/ku-latn.json b/i18n/ku-latn.json new file mode 100644 index 0000000..14bffeb --- /dev/null +++ b/i18n/ku-latn.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "George Animal" + ] + }, + "googlesitesearch-loading": "Tê barkirin..." +} \ No newline at end of file diff --git a/i18n/ky.json b/i18n/ky.json new file mode 100644 index 0000000..36cd086 --- /dev/null +++ b/i18n/ky.json @@ -0,0 +1,10 @@ +{ + "@metadata": { + "authors": [ + "Maksat" + ] + }, + "googlesitesearch-loading": "Жүктөлүүдө...", + "googlesitesearch-google-results": "Google сайтынын жыйынтыктары", + "googlesitesearch-wiki-results": "Уики жыйынтыктар" +} \ No newline at end of file diff --git a/i18n/lb.json b/i18n/lb.json new file mode 100644 index 0000000..9bcaf58 --- /dev/null +++ b/i18n/lb.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Robby", + "Soued031" + ] + }, + "googlesitesearch-desc": "Setzt [//www.google.com/cse/manage/all Google CSE site search] bei d'Resultater vun der Wiki-Sich derbäi", + "googlesitesearch-loading": "Lueden...", + "googlesitesearch-google-results": "Resultater vu Google", + "googlesitesearch-wiki-results": "Wiki Resultater" +} \ No newline at end of file diff --git a/i18n/mk.json b/i18n/mk.json new file mode 100644 index 0000000..d3ea69c --- /dev/null +++ b/i18n/mk.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Bjankuloski06" + ] + }, + "googlesitesearch-desc": "Додава [//www.google.com/cse/manage/all прилагодено пребарување со Google] во вики", + "googlesitesearch-loading": "Вчитувам...", + "googlesitesearch-google-results": "Резултати од прилагоденото пребарување со Google", + "googlesitesearch-wiki-results": "Резултати од викито" +} \ No newline at end of file diff --git a/i18n/ms.json b/i18n/ms.json new file mode 100644 index 0000000..32efb5c --- /dev/null +++ b/i18n/ms.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Anakmalaysia" + ] + }, + "googlesitesearch-desc": "Menambahkan [//www.google.com/cse/manage/all carian Google CSE] pada hasil carian wiki", + "googlesitesearch-loading": "Sedang dimuatkan...", + "googlesitesearch-google-results": "Hasil carian Google", + "googlesitesearch-wiki-results": "Hasil carian wiki" +} \ No newline at end of file diff --git a/i18n/nb.json b/i18n/nb.json new file mode 100644 index 0000000..400090b --- /dev/null +++ b/i18n/nb.json @@ -0,0 +1,6 @@ +{ + "@metadata": { + "authors": [] + }, + "googlesitesearch-desc": "Legger til [//www.google.com/cse/manage/all Google CSE-sidesøk] i wikiens søkeresultater" +} \ No newline at end of file diff --git a/i18n/nl.json b/i18n/nl.json new file mode 100644 index 0000000..24ace1b --- /dev/null +++ b/i18n/nl.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Siebrand" + ] + }, + "googlesitesearch-desc": "Voegt [//www.google.com/cse/manage/all Google CSE site search] toe aan de zoekresultaten van de wiki", + "googlesitesearch-loading": "Bezig met laden…", + "googlesitesearch-google-results": "Siteresultaten van Google", + "googlesitesearch-wiki-results": "Wikiresultaten" +} \ No newline at end of file diff --git a/i18n/oc.json b/i18n/oc.json new file mode 100644 index 0000000..8efeb0b --- /dev/null +++ b/i18n/oc.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Cedric31" + ] + }, + "googlesitesearch-desc": "Apond [//www.google.com/cse/manage/all la recèrca de site CSE de Google] als resultats de la recèrca del wiki", + "googlesitesearch-loading": "Cargament...", + "googlesitesearch-google-results": "Resultats del site de Google", + "googlesitesearch-wiki-results": "Resultats del wiki" +} \ No newline at end of file diff --git a/i18n/pl.json b/i18n/pl.json new file mode 100644 index 0000000..3e3176a --- /dev/null +++ b/i18n/pl.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Woytecr" + ] + }, + "googlesitesearch-desc": "Dodaje [//www.google.com/cse/manage/all Google CSE site search] do wyników wyszukiwarki wiki", + "googlesitesearch-loading": "Ładowanie...", + "googlesitesearch-google-results": "Wyniki Google site", + "googlesitesearch-wiki-results": "Wyniki wiki" +} \ No newline at end of file diff --git a/i18n/ps.json b/i18n/ps.json new file mode 100644 index 0000000..6158167 --- /dev/null +++ b/i18n/ps.json @@ -0,0 +1,10 @@ +{ + "@metadata": { + "authors": [ + "Ahmed-Najib-Biabani-Ibrahimkhel" + ] + }, + "googlesitesearch-loading": "برسېرېدنې کې دی...", + "googlesitesearch-google-results": "د گووگل وېبځي پايلې", + "googlesitesearch-wiki-results": "ويکي پايلې" +} \ No newline at end of file diff --git a/i18n/pt-br.json b/i18n/pt-br.json new file mode 100644 index 0000000..3a3d7b5 --- /dev/null +++ b/i18n/pt-br.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Jaideraf" + ] + }, + "googlesitesearch-desc": "Adiciona um [//www.google.com/cse/manage/all Google CSE site search] aos resultados de busca do wiki", + "googlesitesearch-loading": "Carregando...", + "googlesitesearch-google-results": "Resultados do Google", + "googlesitesearch-wiki-results": "Resultados do wiki" +} \ No newline at end of file diff --git a/i18n/qqq.json b/i18n/qqq.json new file mode 100644 index 0000000..a5438c2 --- /dev/null +++ b/i18n/qqq.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Metalhead64", + "Shirayuki" + ] + }, + "googlesitesearch-desc": "{{desc|name=Google Site Search|url=http://www.mediawiki.org/wiki/Extension:GoogleSiteSearch}}\n\"Google CSE\" stands for \"Google Custom Search Engine\". Example: https://www.google.com/cse/home?cx=010768530259486146519:twowe4zclqy", + "googlesitesearch-loading": "Displayed before the Google CSE JavaScript replaces it with the actual search results. Wiki markup is not allowed here; message will be converted to escaped HTML.\n{{Identical|Loading}}", + "googlesitesearch-google-results": "The title sub-header for the Google CSE (Custom Search Engine) results section.", + "googlesitesearch-wiki-results": "The title sub-header for the MediaWiki search results section." +} \ No newline at end of file diff --git a/i18n/roa-tara.json b/i18n/roa-tara.json new file mode 100644 index 0000000..b613356 --- /dev/null +++ b/i18n/roa-tara.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Joetaras" + ] + }, + "googlesitesearch-desc": "Aggiunge 'na [//www.google.com/cse/manage/all ricerche pe site de Google CSE] a le resultate d'a ricerche de uicchi", + "googlesitesearch-loading": "Stoche a scareche…", + "googlesitesearch-google-results": "Resultate de Google", + "googlesitesearch-wiki-results": "Resultate de Uicchi" +} \ No newline at end of file diff --git a/i18n/ru.json b/i18n/ru.json new file mode 100644 index 0000000..f0257e6 --- /dev/null +++ b/i18n/ru.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Okras" + ] + }, + "googlesitesearch-desc": "Добавляет [//www.google.com/cse/manage/al Пользовательский поиск Google] к результатам поиска движка проекта", + "googlesitesearch-loading": "Загрузка…", + "googlesitesearch-google-results": "Результаты поиска Google", + "googlesitesearch-wiki-results": "Результаты вики-поиска" +} \ No newline at end of file diff --git a/i18n/sco.json b/i18n/sco.json new file mode 100644 index 0000000..d4a62d2 --- /dev/null +++ b/i18n/sco.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "John Reid" + ] + }, + "googlesitesearch-desc": "Eiks [//www.google.com/cse/manage/all Google CSE steid rake] til wiki rake ootcomes", + "googlesitesearch-loading": "Laidin...", + "googlesitesearch-google-results": "Google steid ootcomes", + "googlesitesearch-wiki-results": "Wiki ootcomes" +} \ No newline at end of file diff --git a/i18n/sv.json b/i18n/sv.json new file mode 100644 index 0000000..705ab1b --- /dev/null +++ b/i18n/sv.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "WikiPhoenix" + ] + }, + "googlesitesearch-desc": "Lägger till [//www.google.com/cse/manage/all Google CSE-sidsökning] till wikins sökresultat", + "googlesitesearch-loading": "Läser in...", + "googlesitesearch-google-results": "Google sidresultat", + "googlesitesearch-wiki-results": "Wikiresultat" +} \ No newline at end of file diff --git a/i18n/tl.json b/i18n/tl.json new file mode 100644 index 0000000..60fef3c --- /dev/null +++ b/i18n/tl.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "AnakngAraw" + ] + }, + "googlesitesearch-desc": "Nagdaragdag ng [//www.google.com/cse/manage/all paghahanap sa pook na CSE ng Google] sa mga resulta ng paghahanap ng wiki", + "googlesitesearch-loading": "Ikinakarga...", + "googlesitesearch-google-results": "Mga resulta sa pook ng Google", + "googlesitesearch-wiki-results": "Mga resulta sa Wiki" +} \ No newline at end of file diff --git a/i18n/uk.json b/i18n/uk.json new file mode 100644 index 0000000..f041fd3 --- /dev/null +++ b/i18n/uk.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Base", + "Ата" + ] + }, + "googlesitesearch-desc": "Додає [//www.google.com/cse/manage/all Google CSE пошук по сайту] до результатів вікіпошуку", + "googlesitesearch-loading": "Завантаження…", + "googlesitesearch-google-results": "Результати Google-пошуку по сайту", + "googlesitesearch-wiki-results": "Вікірезультати" +} \ No newline at end of file diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json new file mode 100644 index 0000000..c260b6a --- /dev/null +++ b/i18n/zh-hans.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Cwek", + "Kuailong" + ] + }, + "googlesitesearch-desc": "将 [//www.google.com/cse/manage/all 谷歌自定义搜索引擎网站搜索] 添加到维基搜索结果", + "googlesitesearch-loading": "载入中…", + "googlesitesearch-google-results": "谷歌搜索结果", + "googlesitesearch-wiki-results": "Wiki搜索结果" +} \ No newline at end of file diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json new file mode 100644 index 0000000..f9ff2a8 --- /dev/null +++ b/i18n/zh-hant.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Justincheng12345" + ] + }, + "googlesitesearch-desc": "將[//www.google.com/cse/manage/all Google自訂網站搜尋]加入維基搜尋結果", + "googlesitesearch-loading": "載入中…", + "googlesitesearch-google-results": "Google搜尋結果", + "googlesitesearch-wiki-results": "維基搜尋结果" +} \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/122388 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26c9b51541846f3cc0590c67b50f06536222a762 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/GoogleSiteSearch Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
