eritislami / evobot

🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
MIT License
1.82k stars 2.02k forks source link

fix(tr.json): translation errors and improve clarity in tr.json #1654

Open OsmanTunahan opened 2 weeks ago

OsmanTunahan commented 2 weeks ago

Hello,

I wanted to contribute to your project, so I fixed the grammar and typical word errors by updating the Turkish localization file.

In general, I corrected word and sentence errors, but some parts were missing. For example:

Before

"move": {
    "description": "Şarkıyı sırada taşı",
    "errorNotQueue": "Liste bulunamadı.",
    "usagesReply": "Kullanım: {prefix} taşı <Liste numarası>",
    "result": "<@{author}> 🚚  **{title}** klibini {index}.sıraya taşıdı."
  },

Then:

"move": {
    "description": "Kuyruktaki şarkıları yer değiştir",
    "errorNotQueue": "Bir kuyruk yok.",
    "usagesReply": "Kullanım: {prefix}move <Kuyruk Numarası>",
    "result": "<@{author}> 🚚 **{title}** şarkısını kuyrukta {index} numaraya taşıdı.",
    "args": {
      "movefrom": "Taşınacak slot",
      "moveto": "Taşınacak yer"
    }
  }

! As you can see, the important part args was not included before.

! The same mistake was made in the skipto section