2022-04-22 16:45:35 +02:00
{
"common" : {
"alerts" : {
"common" : {
2022-04-24 21:57:59 +02:00
"please_try_again" : "Lütfen tekrar deneyin." ,
"please_try_again_later" : "Lütfen daha sonra tekrar deneyin."
2022-04-22 16:45:35 +02:00
} ,
"sign_up_failure" : {
2022-04-24 23:05:11 +02:00
"title" : "Kaydolma Başarı sı z"
2022-04-22 16:45:35 +02:00
} ,
"server_error" : {
2022-04-24 23:05:11 +02:00
"title" : "Sunucu Hatası "
2022-04-22 16:45:35 +02:00
} ,
"vote_failure" : {
2022-04-24 23:05:11 +02:00
"title" : "Oy Verme Başarı sı z" ,
"poll_ended" : "Anket bitti"
2022-04-22 16:45:35 +02:00
} ,
"discard_post_content" : {
2022-04-24 23:05:11 +02:00
"title" : "Taslağı Sil" ,
2022-04-25 15:55:51 +02:00
"message" : "Yazdı ğı n gönderiyi paylaşmadan silmek istiyor musun?"
2022-04-22 16:45:35 +02:00
} ,
"publish_post_failure" : {
2022-04-25 15:55:51 +02:00
"title" : "Paylaşı lamadı " ,
"message" : "Gönderi paylaşı lamadı . Lütfen internet bağlantı nı kontrol et." ,
2022-04-22 16:45:35 +02:00
"attachments_message" : {
2022-04-25 15:55:51 +02:00
"video_attach_with_photo" : "İçeriğinde görseller olan bir gönderiye video eklenemez." ,
"more_than_one_video" : "Gönderiye birden fazla video eklenemez."
2022-04-22 16:45:35 +02:00
}
} ,
"edit_profile_failure" : {
2022-04-25 15:55:51 +02:00
"title" : "Profil Düzenleme Hatası " ,
"message" : "Profil düzenlenemedi. Lütfen tekrar deneyin."
2022-04-22 16:45:35 +02:00
} ,
"sign_out" : {
2022-04-24 23:05:11 +02:00
"title" : "Oturumu Kapat" ,
"message" : "Oturumu kapatmak istediğinize emin misiniz?" ,
"confirm" : "Oturumu Kapat"
2022-04-22 16:45:35 +02:00
} ,
"block_domain" : {
2022-04-25 15:55:51 +02:00
"title" : "%s alan adı nı tamamen engellemek istediğine gerçekten emin misiniz? Pek çok durumda o alan adı ndan birkaç kişiyi engellemek ve sessize almak yeterlidir ve tercih edilir. Engellediğinizde bu alan adı ndan herhangi bir içerik görmeyeceksiniz ve o alan adı ndan olan takipçileriniz silinecek." ,
"block_entire_domain" : "Alan Adı nı Engelle"
2022-04-22 16:45:35 +02:00
} ,
"save_photo_failure" : {
2022-04-25 15:55:51 +02:00
"title" : "Görsel Kaydetme Hatası " ,
"message" : "Görseli kaydetmek için lütfen galeri erişim iznini aktifleştirin."
2022-04-22 16:45:35 +02:00
} ,
"delete_post" : {
2022-04-25 15:55:51 +02:00
"title" : "Gönderiyi Sil" ,
"message" : "Bu gönderiyi silmek istediğinize emin misiniz?"
2022-04-22 16:45:35 +02:00
} ,
"clean_cache" : {
2022-04-25 15:55:51 +02:00
"title" : "Önbelleği Temizle" ,
"message" : "%s boyutunda önbellek temizlendi."
2022-04-22 16:45:35 +02:00
}
} ,
"controls" : {
"actions" : {
2022-04-25 15:55:51 +02:00
"back" : "Geri" ,
"next" : "İleri" ,
"previous" : "Önceki" ,
"open" : "Aç" ,
"add" : "Ekle" ,
"remove" : "Kaldı r" ,
"edit" : "Düzenle" ,
"save" : "Kaydet" ,
"ok" : "Tamam" ,
"done" : "Kapat" ,
"confirm" : "Onayla" ,
"continue" : "Devam et" ,
"compose" : "Yaz" ,
"cancel" : "İptal et" ,
2022-04-25 19:02:41 +02:00
"discard" : "Vazgeç" ,
"try_again" : "Tekrar Deneyin" ,
"take_photo" : "Fotoğraf Çek" ,
"save_photo" : "Fotoğrafı Kaydet" ,
"copy_photo" : "Fotoğrafı Kopyala" ,
"sign_in" : "Giriş Yap" ,
"sign_up" : "Kaydol" ,
"see_more" : "Daha Fazla Gör" ,
"preview" : "Önizleme" ,
"share" : "Paylaş" ,
"share_user" : "%s ile paylaş" ,
"share_post" : "Gönderiyi Paylaş" ,
"open_in_safari" : "Safari'de Aç" ,
"open_in_browser" : "Tarayı cı da Aç" ,
"find_people" : "Takip etmek için birkaç kişi bul" ,
"manually_search" : "Onun yerine manuel olarak ara" ,
"skip" : "Atla" ,
"reply" : "Yanı tla" ,
"report_user" : "%s kişisini bildir" ,
"block_domain" : "%s kişisini engelle" ,
"unblock_domain" : "%s kişisinin engelini kaldı r" ,
"settings" : "Ayarlar" ,
"delete" : "Sil"
2022-04-22 16:45:35 +02:00
} ,
"tabs" : {
2022-04-25 19:02:41 +02:00
"home" : "Ana Sayfa" ,
"search" : "Arama" ,
"notification" : "Bildirimler" ,
"profile" : "Profil"
2022-04-22 16:45:35 +02:00
} ,
"keyboard" : {
"common" : {
2022-04-25 19:02:41 +02:00
"switch_to_tab" : "Geç: %s" ,
"compose_new_post" : "Yeni Gönderi Yaz" ,
"show_favorites" : "Favorilerimi Göster" ,
"open_settings" : "Ayarları Aç"
2022-04-22 16:45:35 +02:00
} ,
"timeline" : {
2022-04-25 19:02:41 +02:00
"previous_status" : "Önceki Gönderi" ,
"next_status" : "Sonraki Gönderi" ,
"open_status" : "Gönderiyi Aç" ,
"open_author_profile" : "Yazarı n Profilini Aç" ,
"open_reblogger_profile" : "Yeniden Paylaşanı n Profilini Aç" ,
"reply_status" : "Gönderiyi Yanı tla" ,
"toggle_reblog" : "Gönderiyi yeniden yayı nlama durumunu değiştir" ,
"toggle_favorite" : "Gönderiyi favorileme durumunu değiştir" ,
"toggle_content_warning" : "İçerik Uyarı sı durumunu değiştir" ,
"preview_image" : "Görseli Önizle"
2022-04-22 16:45:35 +02:00
} ,
"segmented_control" : {
2022-04-25 19:02:41 +02:00
"previous_section" : "Önceki Seçim" ,
"next_section" : "Sonraki Bölüm"
2022-04-22 16:45:35 +02:00
}
} ,
"status" : {
2022-04-25 19:02:41 +02:00
"user_reblogged" : "%s yeniden yayı nladı " ,
"user_replied_to" : "%s kullanı cı sı na yanı t verdi" ,
"show_post" : "Gönderiyi Göster" ,
"show_user_profile" : "Kullanı cı profilini göster" ,
"content_warning" : "İçerik Uyarı sı " ,
"sensitive_content" : "Hassas İçerik" ,
"media_content_warning" : "Göstermek için herhangi bir yere bası n" ,
"tap_to_reveal" : "Göstermek için bası n" ,
2022-04-22 16:45:35 +02:00
"poll" : {
2022-04-25 19:02:41 +02:00
"vote" : "Oy ver" ,
"closed" : "Kapandı "
2022-04-22 16:45:35 +02:00
} ,
"actions" : {
2022-04-25 20:21:51 +02:00
"reply" : "Yanı tla" ,
"reblog" : "Yeniden paylaş" ,
"unreblog" : "Yeniden paylaşı mı geri al" ,
"favorite" : "Favorile" ,
"unfavorite" : "Favorilerden Çı kar" ,
"menu" : "Menü" ,
"hide" : "Gizle" ,
"show_image" : "Görüntüyü göster" ,
"show_gif" : "GIF'i göster" ,
"show_video_player" : "Video oynatı cı yı göster" ,
"tap_then_hold_to_show_menu" : "Menüyü göstermek için dokunun ve bası lı tutun"
2022-04-22 16:45:35 +02:00
} ,
"tag" : {
2022-04-25 20:21:51 +02:00
"url" : "Bağlantı " ,
"mention" : "Bahset" ,
"link" : "Bağlantı " ,
"hashtag" : "Etiket" ,
"email" : "E-posta" ,
2022-04-22 16:45:35 +02:00
"emoji" : "Emoji"
} ,
"visibility" : {
2022-04-25 20:21:51 +02:00
"unlisted" : "Bu gönderiyi herkes görebilir, fakat herkese açı k zaman tünelinde gösterilmez." ,
"private" : "Sadece gönderi sahibinin takipçileri bu gönderiyi görebilir." ,
"private_from_me" : "Sadece benim takipçilerim bu gönderiyi görebilir." ,
"direct" : "Sadece bahsedilen kullanı cı bu gönderiyi görebilir."
2022-04-22 16:45:35 +02:00
}
} ,
"friendship" : {
2022-04-25 20:21:51 +02:00
"follow" : "Takip et" ,
"following" : "Takip ediliyor" ,
"request" : "İstek" ,
"pending" : "Bekliyor" ,
"block" : "Engelle" ,
"block_user" : "%s kişisini engelle" ,
"block_domain" : "%s kişisini engelle" ,
"unblock" : "Engeli kaldı r" ,
2022-04-22 16:45:35 +02:00
"unblock_user" : "Unblock %s" ,
"blocked" : "Blocked" ,
"mute" : "Mute" ,
"mute_user" : "Mute %s" ,
"unmute" : "Unmute" ,
"unmute_user" : "Unmute %s" ,
"muted" : "Muted" ,
"edit_info" : "Edit Info"
} ,
"timeline" : {
"filtered" : "Filtered" ,
"timestamp" : {
"now" : "Now"
} ,
"loader" : {
"load_missing_posts" : "Load missing posts" ,
"loading_missing_posts" : "Loading missing posts..." ,
"show_more_replies" : "Show more replies"
} ,
"header" : {
"no_status_found" : "No Post Found" ,
"blocking_warning" : "You can’ t view this user's profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"user_blocking_warning" : "You can’ t view %s’ s profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"blocked_warning" : "You can’ t view this user’ s profile\nuntil they unblock you." ,
"user_blocked_warning" : "You can’ t view %s’ s profile\nuntil they unblock you." ,
"suspended_warning" : "This user has been suspended." ,
"user_suspended_warning" : "%s’ s account has been suspended."
}
}
}
} ,
"scene" : {
"welcome" : {
"slogan" : "Social networking\nback in your hands." ,
"get_started" : "Get Started" ,
"log_in" : "Log In"
} ,
"server_picker" : {
"title" : "Mastodon is made of users in different communities." ,
"subtitle" : "Pick a community based on your interests, region, or a general purpose one." ,
"subtitle_extend" : "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual." ,
"button" : {
"category" : {
"all" : "All" ,
"all_accessiblity_description" : "Category: All" ,
"academia" : "academia" ,
"activism" : "activism" ,
"food" : "food" ,
"furry" : "furry" ,
"games" : "games" ,
"general" : "general" ,
"journalism" : "journalism" ,
"lgbt" : "lgbt" ,
"regional" : "regional" ,
"art" : "art" ,
"music" : "music" ,
"tech" : "tech"
} ,
"see_less" : "See Less" ,
"see_more" : "See More"
} ,
"label" : {
"language" : "LANGUAGE" ,
"users" : "USERS" ,
"category" : "CATEGORY"
} ,
"input" : {
"placeholder" : "Search communities"
} ,
"empty_state" : {
"finding_servers" : "Finding available servers..." ,
"bad_network" : "Something went wrong while loading the data. Check your internet connection." ,
"no_results" : "No results"
}
} ,
"register" : {
"title" : "Let’ s get you set up on %s" ,
"input" : {
"avatar" : {
2022-04-25 20:21:51 +02:00
"delete" : "Sil"
2022-04-22 16:45:35 +02:00
} ,
"username" : {
2022-04-25 20:21:51 +02:00
"placeholder" : "kullanı cı adı " ,
"duplicate_prompt" : "Bu kullanı cı adı alı nmı ş."
2022-04-22 16:45:35 +02:00
} ,
"display_name" : {
2022-04-25 20:21:51 +02:00
"placeholder" : "görünen ad"
2022-04-22 16:45:35 +02:00
} ,
"email" : {
2022-04-25 20:21:51 +02:00
"placeholder" : "e-posta"
2022-04-22 16:45:35 +02:00
} ,
"password" : {
2022-04-25 20:21:51 +02:00
"placeholder" : "parola" ,
"require" : "Parolanı zda en azı ndan şunlar olmalı :" ,
"character_limit" : "8 karakter" ,
2022-04-22 16:45:35 +02:00
"accessibility" : {
2022-04-25 20:21:51 +02:00
"checked" : "işaretli" ,
"unchecked" : "işaretsiz"
2022-04-22 16:45:35 +02:00
} ,
2022-04-25 20:21:51 +02:00
"hint" : "Parolanı z en az sekiz karakter içermelidir"
2022-04-22 16:45:35 +02:00
} ,
"invite" : {
2022-04-25 20:21:51 +02:00
"registration_user_invite_request" : "Neden katı lmak istiyorsun?"
2022-04-22 16:45:35 +02:00
}
} ,
"error" : {
"item" : {
2022-04-25 20:21:51 +02:00
"username" : "Kullanı cı adı " ,
"email" : "E-posta" ,
"password" : "Parola" ,
"agreement" : "Anlaşma" ,
2022-04-22 16:45:35 +02:00
"locale" : "Locale" ,
2022-04-25 20:21:51 +02:00
"reason" : "Sebep"
2022-04-22 16:45:35 +02:00
} ,
"reason" : {
2022-04-25 20:21:51 +02:00
"blocked" : "%s izin verilmeyen bir e-posta sağlayı cı içeriyor" ,
"unreachable" : "%s mevcut değil" ,
"taken" : "%s zaten kullanı mda" ,
"reserved" : "%s rezerve edilen bir kelime" ,
"accepted" : "%s kabul edilmelidir" ,
"blank" : "%s gerekli" ,
"invalid" : "%s geçersiz" ,
"too_long" : "%s çok uzun" ,
"too_short" : "%s çok kı sa" ,
"inclusion" : "%s desteklenen bir değer değil"
2022-04-22 16:45:35 +02:00
} ,
"special" : {
2022-04-25 20:21:51 +02:00
"username_invalid" : "Kullanı cı adı yalnı zca alfasayı sal karakterler ve alt çizgiler içerebilir" ,
"username_too_long" : "Kullanı cı adı çok uzun (30 karakterden uzun olamaz)" ,
"email_invalid" : "Bu geçerli bir e-posta adresi değil" ,
"password_too_short" : "Şifre çok kı sa (en az 8 karakter olmalı )"
2022-04-22 16:45:35 +02:00
}
}
} ,
"server_rules" : {
2022-04-25 20:21:51 +02:00
"title" : "Bazı temel kurallar." ,
"subtitle" : "Bunlar, %s moderatörleri tarafı ndan ayarlanmı ş ve uygulanmı ştı r." ,
"prompt" : "Devam ederek, %s için kullanı m şartları nı ve gizlilik politikası nı kabul etmiş olursunuz." ,
"terms_of_service" : "kullanı m şartları " ,
"privacy_policy" : "gizlilik politikası " ,
2022-04-22 16:45:35 +02:00
"button" : {
2022-04-25 20:21:51 +02:00
"confirm" : "Kabul Ediyorum"
2022-04-22 16:45:35 +02:00
}
} ,
"confirm_email" : {
2022-04-25 20:21:51 +02:00
"title" : "Son bir şey." ,
"subtitle" : "Hesabı nı zı doğrulamak için size e-postayla gönderdiğimiz bağlantı ya dokunun." ,
2022-04-22 16:45:35 +02:00
"button" : {
2022-04-25 20:21:51 +02:00
"open_email_app" : "E-posta Uygulaması nı Aç" ,
"resend" : "Yeniden gönder"
2022-04-22 16:45:35 +02:00
} ,
"dont_receive_email" : {
2022-04-25 20:21:51 +02:00
"title" : "Posta kutunuzu kontrol edin" ,
2022-04-22 16:45:35 +02:00
"description" : "Check if your email address is correct as well as your junk folder if you haven’ t." ,
"resend_email" : "Resend Email"
} ,
"open_email_app" : {
"title" : "Check your inbox." ,
"description" : "We just sent you an email. Check your junk folder if you haven’ t." ,
"mail" : "Mail" ,
2022-04-25 20:21:51 +02:00
"open_email_client" : "E-posta İstemcisini Aç"
2022-04-22 16:45:35 +02:00
}
} ,
"home_timeline" : {
2022-04-25 20:21:51 +02:00
"title" : "Ana Sayfa" ,
2022-04-22 16:45:35 +02:00
"navigation_bar_state" : {
"offline" : "Offline" ,
"new_posts" : "See new posts" ,
"published" : "Published!" ,
"Publishing" : "Publishing post..."
}
} ,
"suggestion_account" : {
"title" : "Find People to Follow" ,
"follow_explain" : "When you follow someone, you’ ll see their posts in your home feed."
} ,
"compose" : {
"title" : {
"new_post" : "New Post" ,
"new_reply" : "New Reply"
} ,
"media_selection" : {
"camera" : "Take Photo" ,
"photo_library" : "Photo Library" ,
"browse" : "Browse"
} ,
"content_input_placeholder" : "Type or paste what’ s on your mind" ,
"compose_action" : "Publish" ,
"replying_to_user" : "replying to %s" ,
"attachment" : {
"photo" : "photo" ,
"video" : "video" ,
"attachment_broken" : "This %s is broken and can’ t be\nuploaded to Mastodon." ,
"description_photo" : "Describe the photo for the visually-impaired..." ,
"description_video" : "Describe the video for the visually-impaired..."
} ,
"poll" : {
"duration_time" : "Duration: %s" ,
"thirty_minutes" : "30 minutes" ,
"one_hour" : "1 Hour" ,
"six_hours" : "6 Hours" ,
"one_day" : "1 Day" ,
"three_days" : "3 Days" ,
"seven_days" : "7 Days" ,
"option_number" : "Option %ld"
} ,
"content_warning" : {
"placeholder" : "Write an accurate warning here..."
} ,
"visibility" : {
"public" : "Public" ,
"unlisted" : "Unlisted" ,
"private" : "Followers only" ,
"direct" : "Only people I mention"
} ,
"auto_complete" : {
"space_to_add" : "Space to add"
} ,
"accessibility" : {
"append_attachment" : "Add Attachment" ,
"append_poll" : "Add Poll" ,
"remove_poll" : "Remove Poll" ,
"custom_emoji_picker" : "Custom Emoji Picker" ,
"enable_content_warning" : "Enable Content Warning" ,
"disable_content_warning" : "Disable Content Warning" ,
"post_visibility_menu" : "Post Visibility Menu"
} ,
"keyboard" : {
"discard_post" : "Discard Post" ,
"publish_post" : "Publish Post" ,
"toggle_poll" : "Toggle Poll" ,
"toggle_content_warning" : "Toggle Content Warning" ,
2022-04-25 20:21:51 +02:00
"append_attachment_entry" : "Dosya Ekle - %s" ,
2022-04-22 16:45:35 +02:00
"select_visibility_entry" : "Select Visibility - %s"
}
} ,
"profile" : {
"dashboard" : {
2022-04-25 20:21:51 +02:00
"posts" : "gönderiler" ,
"following" : "takip ediliyor" ,
"followers" : "takipçi"
2022-04-22 16:45:35 +02:00
} ,
"fields" : {
2022-04-25 20:21:51 +02:00
"add_row" : "Satı r Ekle" ,
2022-04-22 16:45:35 +02:00
"placeholder" : {
2022-04-25 20:21:51 +02:00
"label" : "Etiket" ,
"content" : "İçerik"
2022-04-22 16:45:35 +02:00
}
} ,
"segmented_control" : {
2022-04-25 20:21:51 +02:00
"posts" : "Gönderiler" ,
"replies" : "Yanı tlar" ,
"posts_and_replies" : "Gönderiler ve Yanı tlar" ,
"media" : "Medya" ,
"about" : "Hakkı nda"
2022-04-22 16:45:35 +02:00
} ,
"relationship_action_alert" : {
"confirm_mute_user" : {
2022-04-25 20:21:51 +02:00
"title" : "Hesabı sustur" ,
"message" : "%s susturmak için onaylayı n"
2022-04-22 16:45:35 +02:00
} ,
"confirm_unmute_user" : {
2022-04-25 20:21:51 +02:00
"title" : "Susturmayı kaldı r" ,
"message" : "%s susturması nı kaldı rmak için onaylayı n"
2022-04-22 16:45:35 +02:00
} ,
"confirm_block_user" : {
2022-04-25 20:21:51 +02:00
"title" : "Hesabı Engelle" ,
"message" : "%s engellemeyi onayla"
2022-04-22 16:45:35 +02:00
} ,
"confirm_unblock_user" : {
2022-04-25 20:21:51 +02:00
"title" : "Hesabı n Engelini Kaldı r" ,
"message" : "%s engellemeyi kaldı rmayı onaylayı n"
2022-04-22 16:45:35 +02:00
}
} ,
"accessibility" : {
2022-04-25 20:21:51 +02:00
"show_avatar_image" : "Profil resmini göster" ,
"edit_avatar_image" : "Profil fotoğrafı nı düzenle" ,
"show_banner_image" : "Kapak fotoğrafı nı göster" ,
"double_tap_to_open_the_list" : "Listeyi açmak için çift tı klayı n"
2022-04-22 16:45:35 +02:00
}
} ,
"follower" : {
2022-04-25 20:21:51 +02:00
"footer" : "Diğer sunucudaki takipçiler gösterilemiyor."
2022-04-22 16:45:35 +02:00
} ,
"following" : {
2022-04-25 20:21:51 +02:00
"footer" : "Diğer sunucudaki takip edilenler gösterilemiyor."
2022-04-22 16:45:35 +02:00
} ,
"search" : {
2022-04-25 20:21:51 +02:00
"title" : "Arama" ,
2022-04-22 16:45:35 +02:00
"search_bar" : {
2022-04-25 20:21:51 +02:00
"placeholder" : "Etiketleri ve kullanı cı ları ara" ,
"cancel" : "İptal"
2022-04-22 16:45:35 +02:00
} ,
"recommend" : {
2022-04-25 20:21:51 +02:00
"button_text" : "Tümünü Gör" ,
2022-04-22 16:45:35 +02:00
"hash_tag" : {
2022-04-25 20:21:51 +02:00
"title" : "Mastodon'da Popüler" ,
"description" : "Oldukça ilgi gören etiketler" ,
"people_talking" : "%s kişi konuşuyor"
2022-04-22 16:45:35 +02:00
} ,
"accounts" : {
2022-04-25 20:21:51 +02:00
"title" : "Hoşunuza gidebilecek hesaplar" ,
"description" : "Bu hesapları takip etmek isteyebilirsiniz" ,
"follow" : "Takip et"
2022-04-22 16:45:35 +02:00
}
} ,
"searching" : {
"segment" : {
2022-04-25 20:21:51 +02:00
"all" : "Tümü" ,
"people" : "İnsanlar" ,
"hashtags" : "Etiketler" ,
"posts" : "Gönderiler"
2022-04-22 16:45:35 +02:00
} ,
"empty_state" : {
2022-04-25 20:21:51 +02:00
"no_results" : "Sonuç yok"
2022-04-22 16:45:35 +02:00
} ,
2022-04-25 20:21:51 +02:00
"recent_search" : "Son aramalar" ,
"clear" : "Temizle"
2022-04-22 16:45:35 +02:00
}
} ,
"discovery" : {
"tabs" : {
2022-04-25 20:21:51 +02:00
"posts" : "Gönderiler" ,
"hashtags" : "Etiketler" ,
"news" : "Haberler" ,
"for_you" : "Senin İçin"
2022-04-22 16:45:35 +02:00
} ,
"intro" : "These are the posts gaining traction in your corner of Mastodon."
} ,
"favorite" : {
2022-04-25 19:02:41 +02:00
"title" : "Favorilerin"
2022-04-22 16:45:35 +02:00
} ,
"notification" : {
"title" : {
2022-04-25 20:21:51 +02:00
"Everything" : "Her şey" ,
"Mentions" : "Bahsetmeler"
2022-04-22 16:45:35 +02:00
} ,
"notification_description" : {
2022-04-25 20:21:51 +02:00
"followed_you" : "seni takip etti" ,
"favorited_your_post" : "gönderini favoriledi" ,
"reblogged_your_post" : "gönderini yeniden yayı nladı " ,
"mentioned_you" : "senden bahsetti" ,
"request_to_follow_you" : "size takip isteği gönderdi" ,
"poll_has_ended" : "anket sona erdi"
2022-04-22 16:45:35 +02:00
} ,
"keyobard" : {
2022-04-25 20:21:51 +02:00
"show_everything" : "Her Şeyi Göster" ,
"show_mentions" : "Bahsetmeleri Göster"
2022-04-22 16:45:35 +02:00
}
} ,
"thread" : {
2022-04-25 20:21:51 +02:00
"back_title" : "Gönderi" ,
"title" : "%s kullanı cı nı n gönderisi"
2022-04-22 16:45:35 +02:00
} ,
"settings" : {
2022-04-25 20:21:51 +02:00
"title" : "Ayarlar" ,
2022-04-22 16:45:35 +02:00
"section" : {
"appearance" : {
2022-04-25 20:21:51 +02:00
"title" : "Görünüm" ,
"automatic" : "Otomatik" ,
"light" : "Daima Açı k" ,
"dark" : "Daima Koyu"
2022-04-22 16:45:35 +02:00
} ,
"look_and_feel" : {
"title" : "Look and Feel" ,
"use_system" : "Use System" ,
2022-04-25 20:21:51 +02:00
"really_dark" : "Gerçek Koyu" ,
"sorta_dark" : "Hafif Koyu" ,
"light" : "Açı k"
2022-04-22 16:45:35 +02:00
} ,
"notifications" : {
2022-04-25 20:21:51 +02:00
"title" : "Bildirimler" ,
2022-04-25 19:02:41 +02:00
"favorites" : "Gönderimi favorilerine eklediğinde" ,
"follows" : "Beni takip ettiğinde" ,
"boosts" : "Gönderimi yeniden paylaştı ğı nda" ,
"mentions" : "Benden bahsettiğinde" ,
2022-04-22 16:45:35 +02:00
"trigger" : {
2022-04-25 19:02:41 +02:00
"anyone" : "herhangi biri" ,
"follower" : "bir takipçim" ,
"follow" : "takip ettiğim biri" ,
"noone" : "bilgilendirme" ,
"title" : "Beni şu durumda bilgilendir: "
2022-04-22 16:45:35 +02:00
}
} ,
"preference" : {
2022-04-25 20:21:51 +02:00
"title" : "Tercihler" ,
"true_black_dark_mode" : "Tam siyah koyu modu" ,
"disable_avatar_animation" : "Hareketli avatarları devre dı şı bı rak" ,
"disable_emoji_animation" : "Hareketli emojileri devre dı şı bı rak" ,
"using_default_browser" : "Bağlantı ları varsayı lan tarayı cı da aç" ,
"open_links_in_mastodon" : "Bağlantı ları Mastodon içinden aç"
2022-04-22 16:45:35 +02:00
} ,
"boring_zone" : {
2022-04-25 20:21:51 +02:00
"title" : "Sı kı cı Bölge" ,
"account_settings" : "Hesap Ayarları " ,
"terms" : "Hizmet Şartları " ,
"privacy" : "Gizlilik Politikası "
2022-04-22 16:45:35 +02:00
} ,
"spicy_zone" : {
2022-04-25 19:02:41 +02:00
"title" : "Tehlikeli bölge" ,
2022-04-25 20:21:51 +02:00
"clear" : "Medya Önbelleğini Temizle" ,
"signout" : "Oturumu Kapat"
2022-04-22 16:45:35 +02:00
}
} ,
"footer" : {
2022-04-25 20:21:51 +02:00
"mastodon_description" : "Mastodon açı k kaynaklı bir yazı lı mdı r. GitHub'dan %s (%s) üzerinden katkı da bulunabilir veya sorunları bildirebilirsiniz"
2022-04-22 16:45:35 +02:00
} ,
"keyboard" : {
"close_settings_window" : "Close Settings Window"
}
} ,
"report" : {
2022-04-25 20:21:51 +02:00
"title_report" : "Raporla" ,
"title" : "%s kişisini bildir" ,
"step1" : "Adı m 1/2" ,
"step2" : "Adı m 2/2" ,
2022-04-22 16:45:35 +02:00
"content1" : "Are there any other posts you’ d like to add to the report?" ,
"content2" : "Is there anything the moderators should know about this report?" ,
"report_sent_title" : "Thanks for reporting, we’ ll look into this." ,
"send" : "Send Report" ,
"skip_to_send" : "Send without comment" ,
"text_placeholder" : "Type or paste additional comments" ,
2022-04-25 20:21:51 +02:00
"reported" : "RAPORLANDI"
2022-04-22 16:45:35 +02:00
} ,
"preview" : {
"keyboard" : {
2022-04-25 20:21:51 +02:00
"close_preview" : "Önizlemeyi Kapat" ,
"show_next" : "Sonrakini Göster" ,
"show_previous" : "Öncekini Göster"
2022-04-22 16:45:35 +02:00
}
} ,
"account_list" : {
"tab_bar_hint" : "Current selected profile: %s. Double tap then hold to show account switcher" ,
"dismiss_account_switcher" : "Dismiss Account Switcher" ,
2022-04-25 20:21:51 +02:00
"add_account" : "Hesap Ekle"
2022-04-22 16:45:35 +02:00
} ,
"wizard" : {
2022-04-25 20:21:51 +02:00
"new_in_mastodon" : "Mastodon'da Yeni" ,
2022-04-22 16:45:35 +02:00
"multiple_account_switch_intro_description" : "Switch between multiple accounts by holding the profile button." ,
2022-04-25 20:21:51 +02:00
"accessibility_hint" : "Bu yardı mı kapatmak için çift tı klayı n"
2022-04-22 16:45:35 +02:00
}
}
}