diff --git a/locales/tr/LC_MESSAGES/settings_base.po b/locales/tr/LC_MESSAGES/settings_base.po index 0037e39b..19aaeb0f 100644 --- a/locales/tr/LC_MESSAGES/settings_base.po +++ b/locales/tr/LC_MESSAGES/settings_base.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-08-28 22:43+0300\n" +"POT-Creation-Date: 2023-10-01 16:01+0300\n" "PO-Revision-Date: 2023-08-28 13:43+0000\n" "Last-Translator: Eyüp Ramazan, 2023\n" "Language-Team: Turkish (https://app.transifex.com/leobot/teams/174919/tr/)\n" @@ -26,23 +26,28 @@ msgctxt "setting|formatted|notset" msgid "Not Set" msgstr "Ayarlanmadı" -#: src/settings/ui.py:338 +#: src/settings/ui.py:320 +msgctxt "setting|embed_field|too_long" +msgid "Too long to display here!" +msgstr "" + +#: src/settings/ui.py:354 #, possible-python-brace-format msgctxt "setting|summary_embed|title" msgid "Configuration options for `{name}`" msgstr "`{name}` için konfigürasyon seçenekleri" -#: src/settings/ui.py:350 +#: src/settings/ui.py:366 msgctxt "setting|summary_table|field:currently|key" msgid "Currently" msgstr "Anlık" -#: src/settings/ui.py:357 +#: src/settings/ui.py:373 msgctxt "setting|summary_table|field:default|key" msgid "By Default" msgstr "Varsayılan" -#: src/settings/ui.py:364 +#: src/settings/ui.py:380 msgctxt "setting|summary_table|field:set|key" msgid "Set Using" msgstr "Kullanımı ayarla" @@ -91,91 +96,91 @@ msgctxt "settype:role|accepts" msgid "A role name or id" msgstr "Rol adı ya da ID'si" -#: src/settings/setting_types.py:427 +#: src/settings/setting_types.py:430 #, possible-python-brace-format msgctxt "settype:role|parse|error:not_found" msgid "Role `{string}` could not be found in this guild!" msgstr "Rol `{string}` bu sunucuda bulunamadı!" -#: src/settings/setting_types.py:492 +#: src/settings/setting_types.py:495 msgctxt "settype:bool|accepts" msgid "Enabled/Disabled" msgstr "Aktif/Devre Dışı" -#: src/settings/setting_types.py:497 +#: src/settings/setting_types.py:500 msgctxt "settype:bool|parse:truthy_values" msgid "enabled|yes|true|on|enable|1" msgstr "etkin|evet|doğru|açık|etkin|1" -#: src/settings/setting_types.py:501 +#: src/settings/setting_types.py:504 msgctxt "settype:bool|parse:falsey_values" msgid "disabled|no|false|off|disable|0" msgstr "devre dışı|hayır|yanlış|kapalı|devre dışı|0" -#: src/settings/setting_types.py:506 +#: src/settings/setting_types.py:509 msgctxt "settype:bool|output:true" msgid "On" msgstr "Açık" -#: src/settings/setting_types.py:507 +#: src/settings/setting_types.py:510 msgctxt "settype:bool|output:false" msgid "Off" msgstr "Kapal" -#: src/settings/setting_types.py:508 +#: src/settings/setting_types.py:511 msgctxt "settype:bool|output:none" msgid "Not Set" msgstr "Ayarlanmadı" -#: src/settings/setting_types.py:619 +#: src/settings/setting_types.py:622 msgctxt "settype:integer|accepts" msgid "An integer" msgstr "Tam sayı" -#: src/settings/setting_types.py:682 +#: src/settings/setting_types.py:685 msgctxt "settype:emoji|desc" msgid "Unicode or custom emoji" msgstr "Unicode ya da özel emoji" -#: src/settings/setting_types.py:754 +#: src/settings/setting_types.py:757 msgctxt "settype:guildid|accepts" msgid "Any Snowflake ID" msgstr "Herhangi bir Snowflake ID'si" -#: src/settings/setting_types.py:823 +#: src/settings/setting_types.py:826 msgctxt "settype:timezone|accepts" msgid "A timezone name from the 'tz database' (e.g. 'Europe/London')" msgstr "'tz database''den bir zaman dilimi adı (ör. 'Avrupa/Londra')" -#: src/settings/setting_types.py:893 +#: src/settings/setting_types.py:896 msgctxt "settype:timezone|summary_table|field:supported|key" msgid "Supported" msgstr "Desteklenen" -#: src/settings/setting_types.py:897 +#: src/settings/setting_types.py:900 #, possible-python-brace-format msgctxt "settype:timezone|summary_table|field:supported|value" msgid "Any timezone from the [tz database]({link})." msgstr "[tz database]({link})'den herhangi bir zaman dilimi." -#: src/settings/setting_types.py:914 +#: src/settings/setting_types.py:917 #, possible-python-brace-format msgctxt "set_type:timezone|acmpl|no_matching" msgid "No timezones matching '{input}'!" msgstr " '{input}' ile eşleşen bir zaman dilimi yok!" -#: src/settings/setting_types.py:927 +#: src/settings/setting_types.py:930 #, possible-python-brace-format msgctxt "set_type:timezone|acmpl|choice" msgid "{tz} (Currently {now})" msgstr "{tz} (Şu anda {now})" -#: src/settings/setting_types.py:957 +#: src/settings/setting_types.py:960 msgctxt "settype:timestamp|accepts" msgid "A timestamp in the form YYYY-MM-DD HH:MM" msgstr "YYYY-AA-GG SS:DD cinsinden zaman damgası." -#: src/settings/setting_types.py:986 +#: src/settings/setting_types.py:989 #, possible-python-brace-format msgctxt "settype:timestamp|parse|error:invalid" msgid "" @@ -185,43 +190,43 @@ msgstr "" ".{provided} zaman damgası olarak alınamaz. Lütfen `YYYY-AA-GG SS:DD` " "formatını kullanın." -#: src/settings/setting_types.py:1017 +#: src/settings/setting_types.py:1020 msgctxt "settype:raw|accepts" msgid "Anything" msgstr "Herhangi bir şey" -#: src/settings/setting_types.py:1070 +#: src/settings/setting_types.py:1073 msgctxt "settype:enum|accepts" msgid "A valid option." msgstr "Geçerli bir seçenek." -#: src/settings/setting_types.py:1120 +#: src/settings/setting_types.py:1123 #, possible-python-brace-format msgctxt "settype:enum|parse|error:not_found" msgid "`{provided}` is not a valid option!" msgstr "`{provided}` geçerli bir seçenek değil!" -#: src/settings/setting_types.py:1168 +#: src/settings/setting_types.py:1171 msgctxt "settype:duration|accepts" msgid "A number of days, hours, minutes, and seconds, e.g. `2d 4h 10s`." msgstr "Sayı biçiminden gün, saat, dakika ve saniye, örnek `2d 4h 10s`" -#: src/settings/setting_types.py:1349 +#: src/settings/setting_types.py:1352 msgctxt "settype:channel_list|accepts" msgid "Comma separated list of channel ids." msgstr "Kanal ID'lerini virgülle ayırılmış listesi." -#: src/settings/setting_types.py:1360 +#: src/settings/setting_types.py:1363 msgctxt "settype:role_list|accepts" msgid "Comma separated list of role ids." msgstr "Rol ID'lerini virgülle ayırılmış listesi." -#: src/settings/setting_types.py:1376 +#: src/settings/setting_types.py:1379 msgctxt "settype:stringlist|accepts" msgid "Comma separated strings." msgstr "Dizgilerin virgülle ayırılmış listesi." -#: src/settings/setting_types.py:1387 +#: src/settings/setting_types.py:1390 msgctxt "settype:guildidlist|accepts" msgid "Comma separated list of guild ids." msgstr "Sunucu ID'lerini virgülle ayırılmış listesi."