Translation request

edit

Hello.

Can you create the article en:Telephone numbers in Azerbaijan in Sorani Wikipedia?

Yours sincerely, Artoxx (talk) 17:03, 7 April 2019 (UTC)Reply

Hello.
Can you create and upload the article en:Azerbaijani Wikipedia in Sorani Wikipedia, just like ckb:ویکیپیدیای کوردیی ناوەندی? It should not be long.
Yours sincerely, Artoxx (talk) 10:41, 4 December 2019 (UTC)Reply
Hello @Artoxx: Sorry for the late reply! I'm working on en:Azerbaijani Wikipedia and publish it next week or before 2020. But i can't translate en:Telephone numbers in Azerbaijan soon because i'm busy nowadays. Warm regards! Aram (talk) 21:24, 17 December 2019 (UTC)Reply
@Artoxx: Unfortunately, although you have been blocked here, I wanted to tell you that the Azerbaijani Wikipedia article was made in Sorani Wikipedia. See ckb:ویکیپیدیای ئازەربایجانی. A user (User:Ahrir) created it and I already had a draft that I added to the article. Aram (talk) 18:23, 3 July 2021 (UTC)Reply

Reverts

edit

You reverted some edits they done by me. Can you explain it? Thanks! Aram (talk) 21:44, 16 December 2019 (UTC)

You did remove sitelinks in a couple of cases, but did not reconnect all of them to any other item so that they stayed unconnected. I reconnected the pages to the items from which you disconnected them for some reason, and you can now investigate again whether you want to move them somewhere else or not.
This is an edit pattern which quite a lot of users show, thus you don't really have to worry about it. However since I am here: if you want to move all sitelinks of an item to another one, consider using the Merge function that creates proper redirects in such cases. —MisterSynergy (talk) 21:55, 16 December 2019 (UTC)Reply
@MisterSynergy: Oh! I don't remember. When and how i did those edits! Anyway, you are RIGHT! Warm regards! Aram (talk) 21:08, 17 December 2019 (UTC)Reply

Help

edit

https://en.wikipedia.org/wiki/Category:Kurdish_separatism_in_Turkey

hi dear, can you create this article in ckb.wiki?

https://en.wikipedia.org/wiki/Secession_in_Turkey

against racist in turkey, thanks.

Automated report of empty item: Q14654179

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 17:21, 18 January 2023 (UTC)Reply

Automated report of empty item: Q98593217

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 11:52, 7 February 2023 (UTC)Reply

Automated report of empty item: Q5989071

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 16:40, 8 March 2023 (UTC)Reply

Automated report of empty item: Q5990231

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 16:41, 8 March 2023 (UTC)Reply

Automated report of empty item: Q5989302

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 17:31, 8 March 2023 (UTC)Reply

Automated report of empty item: Q5989247

edit

Hello, an item that you have edited (and you are the only non-bot editor) is considered empty and will be deleted in 72 hours if it doesn't improve. Your automated cleaner, Dexbot (talk) 17:37, 8 March 2023 (UTC)Reply

multiple languages

edit

Hi there. I saw that your bot just added a label for ".ai", when it already has a default mul label with the same value.

Wikidata is in the process of rolling out support for default labels, which allows duplicate labels to be omitted.

Are you able to update your bot to check for the existence of "mul", and skip adding duplicate labels in the future. This is important, as users and bots begin to remove duplicate labels, to prevent them from being unnecessarily re-added in the future.

You can learn more about mul here: https://www.wikidata.org/wiki/Help_talk:Default_values_for_labels_and_aliases

Thank you! Iamcarbon (talk) 17:27, 30 August 2024 (UTC)Reply

@Iamcarbon Hi, and welcome to my talk page! Thank you for your feedback and for highlighting this important point. Don't worry—I've updated the bot script. From now on, the script will not only avoid adding the 'ckb' label if it is the same as the 'mul' label but will also remove the 'ckb' label if it detects such a case. Please check this example and let me know if you have any concerns about the edit summary. By the way, I have this query to fetch similar labels (it took about one minute to return 247 rows in my case):
SELECT ?item ?ckbLabel ?mulLabel ?article WHERE {
  ?item rdfs:label ?ckbLabel.
  ?item rdfs:label ?mulLabel.
  ?article schema:about ?item;
           schema:isPartOf <https://ckb.wikipedia.org/>.

  FILTER(LANG(?ckbLabel) = "ckb").
  FILTER(LANG(?mulLabel) = "mul").
  FILTER(STR(?ckbLabel) = STR(?mulLabel))
}
ORDER BY ?ckbLabel
Try it!
Best! Aram (talk) 22:55, 30 August 2024 (UTC)Reply
This looks great! Thanks for updating. Iamcarbon (talk) 01:08, 31 August 2024 (UTC)Reply
@Iamcarbon You are welcome. Aram (talk) 12:26, 31 August 2024 (UTC)Reply