mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -05:00
[i18n] Automated Crowdin downstream (#4829)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7b04c04551
commit
e80a00ec1b
@@ -25,7 +25,9 @@ msgstr "Görüntü ile ilgili komutları."
|
||||
msgid "Retrieve pictures from Imgur.\n\n"
|
||||
" Make sure to set the Client ID using `[p]imgurcreds`.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "Imgur'dan resim alır.\n\n"
|
||||
" Önce `[p]imgurcreds` kullanarak İstemci IDsini ayarladığınızdan emin olun.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/image/image.py:52
|
||||
#, docstring
|
||||
@@ -33,7 +35,10 @@ msgid "Search Imgur for the specified term.\n\n"
|
||||
" Use `count` to choose how many images should be returned.\n"
|
||||
" Command can return up to 5 images.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "Belirtilen terim için Imgur da arama yapar.\n\n"
|
||||
" Kaç resim alınacağını seçmek için `count` kullanın.\n"
|
||||
" Komut en fazla 5 resim getirebilir.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/image/image.py:58 redbot/cogs/image/image.py:107
|
||||
msgid "Image count has to be between 1 and 5."
|
||||
@@ -49,7 +54,7 @@ msgstr "Aramanız sonuç döndürdü."
|
||||
|
||||
#: redbot/cogs/image/image.py:80
|
||||
msgid "Search results...\n"
|
||||
msgstr ""
|
||||
msgstr "Arama sonuçları...\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:87 redbot/cogs/image/image.py:153
|
||||
msgid "Something went wrong. Error code is {code}."
|
||||
@@ -63,7 +68,12 @@ msgid "Get images from a subreddit.\n\n"
|
||||
" - `<sort_type>`: new, top\n"
|
||||
" - `<window>`: day, week, month, year, all\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "Bir subredditten fotoğraf getirir.\n\n"
|
||||
" Aramayı bu seçenekler ile özelleştirebilirsiniz:\n"
|
||||
" - `<count>`: kaç fotoğraf getirileceği (en fazla 5)\n"
|
||||
" - `<sort_type>`: yeni, üst\n"
|
||||
" - `<window>`: day (gün), week (hafta), month (ay), year (yıl), all (hepsi)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/image/image.py:117
|
||||
msgid "Only 'new' and 'top' are a valid sort type."
|
||||
@@ -91,7 +101,17 @@ msgid "To get an Imgur Client ID:\n"
|
||||
"8. Check the captcha box and click next.\n"
|
||||
"9. Your Client ID will be on the next page.\n"
|
||||
"10. Run the command `{prefix}set api imgur client_id <your_client_id_here>`.\n"
|
||||
msgstr ""
|
||||
msgstr "Bir Imgur istemci Kimliği almak için:\n"
|
||||
"1. Bir Imgur hesabına giriş yapın.\n"
|
||||
"2. Bu sayfayı ziyaret edin: https://api.imgur.com/oauth2/addclient.\n"
|
||||
"3. Uygulamanız için bir isim girin.\n"
|
||||
"4. Yetkilendirme türü için **kullanıcı yetkilendirmesi olmadan Anonim kullanım** seçeneğini işaretleyin.\n"
|
||||
"5. Yetkilendirme geri arama URL'sini `https://localhost` olarak ayarlayın\n"
|
||||
"6. Uygulama web sitesini boş bırakın.\n"
|
||||
"7. Geçerli bir e-posta adresi ve bir açıklama girin.\n"
|
||||
"8. Captcha kutusunu işaretleyin ve sonraki tuşuna basın.\n"
|
||||
"9. İstemci kimliğiniz bir sonraki sayfada olacaktır.\n"
|
||||
"10. `{prefix}set api imgur client_id <your_client_id_here>` komutunu çalıştırın.\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:180
|
||||
#, docstring
|
||||
@@ -131,7 +151,16 @@ msgid "To get a GIPHY API Key:\n"
|
||||
"7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\n"
|
||||
"8. Copy the API Key.\n"
|
||||
"9. In Discord, run the command {command}.\n"
|
||||
msgstr ""
|
||||
msgstr "GIPHY API Anahtarı almak için:\n"
|
||||
"1. Bir GIPHY hesabı oluşturun yada giriş yapın.\n"
|
||||
"2. Bu sayfayı ziyaret edin: https://developers.giphy.com/dashboard.\n"
|
||||
"3. *Bir uygulama oluştur* seçeneğine tıklayın.\n"
|
||||
"4. *API seç*e, sonrada *Bir Sonraki Adım*a tıklayın.\n"
|
||||
"5. Bir uygulama adı belirleyin, örneğin *Red*.\n"
|
||||
"6. Bir uygulama açıklaması girin, örneğin *Red image cogı için kullanılacak*.\n"
|
||||
"7. *Uygulama Oluştur*a tıklayın. GIPHY API koşullarını kabul etmeniz gerekecek.\n"
|
||||
"8. API anahtarını kopyalayın.\n"
|
||||
"9. Discord içinde {command} komutunu çalıştırın.\n"
|
||||
|
||||
#: redbot/cogs/image/image.py:243
|
||||
msgid "<your_api_key_here>"
|
||||
|
||||
Reference in New Issue
Block a user