User:Crazy1880/autoEditLists.js

From Wikidata
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// https://www.wikidata.org/wiki/MediaWiki:Gadget-autoEdit.js

var desclist;

desclist['scientific article'] = {
'da': 'videnskabelig artikel',
'de': 'wissenschaftlicher Artikel',
'el': 'ακαδημαϊκό έργο',
'en': 'scientific article',
'es': 'artículos científicos',
'et': 'Teadustekst',
'fi': 'tieteellinen artikkeli',
'fr': 'article scientifique',
'hy': 'գիտական գրականություն',
'it': 'articolo scientifico',
'ja': '科学論文',
'nl': 'wetenschappelijk artikel',
'pl': 'artykuł naukowy',
'pt': 'artigo científico',
'ru': 'научная статья',
'sr': 'академско дело',
'tr': 'Bilimsel yazı'
},
desclist['Hügel in Norwegen'] = {
'ceb': 'Bungtod sa Norway',
'da': 'Bakke i Norge',
'de': 'Hügel in Norwegen',
'en': 'Hill in Norway',
'fi': 'Mäki Norjassa',
'fr': 'Colline en Norvège',
'ja': 'ノルウェーの丘',
'nl': 'Heuvel in Noorwegen',
'pl': 'Góra w Norwegii'
},
desclist['Berg in Pakistan'] = {
'ceb': 'Bukid sa Pakistan',
'da': 'Bjerg i Pakistan',
'de': 'Berg in Pakistan',
'en': 'Mountain in Pakistan',
'fi': 'Vuori Pakistanissa',
'fr': 'Montagne au Pakistan',
'ja': 'パキスタンの山',
'nl': 'Berg in Pakistan',
'pl': 'Góra w Pakistanie'
},
desclist['Hügel in Indien'] = {
'ceb': 'Bungtod sa India',
'da': 'Bakke i Indien',
'de': 'Hügel in Indien',
'en': 'Hill in India',
'fi': 'Mäki Intia',
'fr': 'Colline en Inde',
'ja': 'インドの丘',
'nl': 'Heuvel in India',
'pl': 'Góra w Indie'
}