aude added a comment.

@bene terms being searched for conflicts included:

  array (
    'fr' => 'titre (OBSOLETE -> P1476)',
    'en' => '(OBSOLETE) title (use P1476, "title")',
    'ja' => '題名 *廃止(P1476を使用)',
    'nl' => '(VEROUDERD) titel van publicatie',
    'it' => '(obsoleta) titolo (usare P1476)',
    'pt' => '(OBSOLETO) título (usar P1476)',
    'pt-br' => 'título (OBSOLETO)',
    'es' => 'título',
    'ko' => '원제목',
    'ca' => 'títol (OBSOLET, utilitzeu P1476)',
    'cs' => '(ZASTARALÉ) titul originálu',
    'gl' => 'título~',
    'hu' => '(ELAVULT) műcím (használd a P1476-ot)',
    'fa' => 'ﻊﻧﻭﺎﻧ',
    'ro' => 'titlu',
    'vi' => 'tựa đề',
    'sv' => 'titel~',
    'pl' => 'tytuł oryginalny',
    'de' => '(VERALTET) Titel',
    'el' => 'τίτλος',
    'zh-hans' => '(停用)标题字符串(请改用P1476)',
    'zh-hant' => '標題(字串)',
    'bs' => 'naslov (slovima)',
    'he' => 'שם מקורי',
    'uk' => 'назва мовою оригіналу',
    'nds' => 'Titel',
    'fi' => 'alkuperäisotsikko',
    'ka' => 'ორიგინალური დასახელება',
    'ru' => '(УСТАРЕЛО) название (используйте P1476)',
    'bn' => 'মূল শিরোনাম',
    'be' => 'назва на мове арыгінала',
    'sh' => 'originalni naslov',
    'nn' => '(FORELDA) originaltittel',
    'eo' => '(MALNOVA) originala titolo',
    'da' => '(FORÆLDET) titel',
    'sr' => 'наслов',
    'sr-ec' => 'наслов',
    'is' => 'upprunalegur titill',
    'mk' => 'изворен наслов',
    'oc' => 'títol',
    'zh' => '标题字符串(已废弃,请使用P1476)',
    'be-tarask' => 'назва',
    'ms' => 'tajuk',
    'nb' => '(FORELDET) tittel',
    'zh-tw' => '標題(字符串)',
    'lv' => 'nosaukums',
    'gu' => 'શીર્ષક~',
    'et' => '(VANANENUD) pealkiri',
    'zh-hk' => '標題(字符串)',
    'zh-cn' => '标题字符串',
    'hi' => 'शीर्षक',
    'te' => 'శీర్షిక',
    'or' => 'ନାମ',
    'sr-el' => 'naslov',
    'sco' => 'title',
    'sl' => 'naslov (string)',
    'ia' => 'titulo',
    'la' => 'titulus',
    'scn' => 'tìtulu',
    'eu' => '(ZAHARKITUA) izenburua (erabili P1476)',
    'mr' => 'शीर्षक',
    'yi' => 'טיטל (פארעלטערט)',
  )

I got back results like:

  array (
    0 =>
    Wikibase\Term::__set_state(array(
      'fields' =>
      array (
        'entityType' => 'property',
        'termType' => 'label',
        'termLanguage' => 'ko',
        'termText' => '원제목',
        'entityId' => 357,
      ),
    )),
    1 =>
    Wikibase\Term::__set_state(array(
      'fields' =>
      array (
        'entityType' => 'property',
        'termType' => 'label',
        'termLanguage' => 'ro',
        'termText' => 'titlu',
        'entityId' => 357,
      ),
    )),
    2 =>
    Wikibase\Term::__set_state(array(
      'fields' =>
      array (
        'entityType' => 'property',
        'termType' => 'label',
        'termLanguage' => 'vi',
        'termText' => 'tựa đề',
        'entityId' => 357,
      ),
    )),

as "conflicts". (got 10 of these, all entityId => 357)

i think those are questions for Daniel.  it might be for performance reasons or 
something, but think there must be a better way.


TASK DETAIL
  https://phabricator.wikimedia.org/T102148

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: aude
Cc: gerritbot, aude, Bene, daniel, Aklapper, Lydia_Pintscher, Wikidata-bugs



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to