- Add option to overwrite imported data instead of merging ([Gargron](https://github.com/tootsuite/mastodon/pull/9962))
- Add featured hashtags to profiles ([Gargron](https://github.com/tootsuite/mastodon/pull/9755), [Gargron](https://github.com/tootsuite/mastodon/pull/10167), [Gargron](https://github.com/tootsuite/mastodon/pull/10249), [ThibG](https://github.com/tootsuite/mastodon/pull/10034))
- Add support for WebP uploads ([acid-chicken](https://github.com/tootsuite/mastodon/pull/9879))
- Add "copy link" item to status action bars in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/9983))
- Add list title editing in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/9748))
- Add a "Block & Report" button to the block confirmation dialog in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/10360))
- Add disappointed elephant when the page crashes in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/10275))
- Add ability to upload multiple files at once in web UI ([tmm576](https://github.com/tootsuite/mastodon/pull/9856))
- Add indication that you have been blocked when viewing profiles in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/10420))
- Add indication when you are not allowed to follow an account in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/10420), [Gargron](https://github.com/tootsuite/mastodon/pull/10491))
- Add validations to admin settings to catch common mistakes ([Gargron](https://github.com/tootsuite/mastodon/pull/10348), [ThibG](https://github.com/tootsuite/mastodon/pull/10354))
- Add `type`, `limit`, `offset`, `min_id`, `max_id`, `account_id` to search API ([Gargron](https://github.com/tootsuite/mastodon/pull/10091))
- Add a preferences API so apps can share basic behaviours ([Gargron](https://github.com/tootsuite/mastodon/pull/10109))
@ -32,6 +32,10 @@ All notable changes to this project will be documented in this file.
@ -51,6 +55,10 @@ All notable changes to this project will be documented in this file.
- Change web UI to use new Web Share Target API ([gol-cha](https://github.com/tootsuite/mastodon/pull/9963))
- Change ActivityPub reports to have persistent URIs ([ThibG](https://github.com/tootsuite/mastodon/pull/10303))
- Change `tootctl accounts cull --dry-run` to list accounts that would be deleted ([BenLubar](https://github.com/tootsuite/mastodon/pull/10460))
- Change format of CSV exports of follows and mutes to include extra settings ([ThibG](https://github.com/tootsuite/mastodon/pull/10495), [ThibG](https://github.com/tootsuite/mastodon/pull/10335))
- Change ActivityPub collections to be cacheable by proxies ([ThibG](https://github.com/tootsuite/mastodon/pull/10467))
- Change REST API and public profiles to not return follows/followers for users that have blocked you ([Gargron](https://github.com/tootsuite/mastodon/pull/10491))
- Change the groupings of menu items in settings navigation ([Gargron](https://github.com/tootsuite/mastodon/pull/10533))
"compose_form.lock_disclaimer":"Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει γιανα δει τις δημοσιεύσεις σας προς τους ακολούθους σας.",
"confirmations.block.block_and_report":"Заблокировать и пожаловаться",
"confirmations.block.confirm":"Заблокировать",
"confirmations.block.message":"Вы уверены, что хотите заблокировать {name}?",
"confirmations.delete.confirm":"Удалить",
@ -96,8 +96,8 @@
"confirmations.mute.message":"Вы уверены, что хотите заглушить {name}?",
"confirmations.redraft.confirm":"Удалить и исправить",
"confirmations.redraft.message":"Вы уверены, что хотите удалить этот статус и превратить в черновик? Вы потеряете все ответы, продвижения и отметки 'нравится' к нему.",
"confirmations.reply.confirm":"Reply",
"confirmations.reply.message":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"confirmations.reply.confirm":"Ответить",
"confirmations.reply.message":"При ответе текст набираемого сообщения будет перезаписан. Продолжить?",
"confirmations.unfollow.confirm":"Отписаться",
"confirmations.unfollow.message":"Вы уверены, что хотите отписаться от {name}?",
"embed.instructions":"Встройте этот статус на Вашем сайте, скопировав код внизу.",
"empty_column.blocks":"Вы ещё никого не заблокировали.",
"empty_column.community":"Локальная лента пуста. Напишите что-нибудь, чтобы разогреть народ!",
"empty_column.direct":"УВас пока нет личных сообщений. Когда Вы начнёте их отправлять или получать, они появятся здесь.",
@ -135,45 +137,45 @@
"follow_request.authorize":"Авторизовать",
"follow_request.reject":"Отказать",
"getting_started.developers":"Для разработчиков",
"getting_started.directory":"Profile directory",
"getting_started.directory":"Каталог профилей",
"getting_started.documentation":"Документация",
"getting_started.heading":"Добро пожаловать",
"getting_started.invite":"Пригласить людей",
"getting_started.open_source_notice":"Mastodon - сервис с открытым исходным кодом. Вы можете помочь проекту или сообщить о проблемах на GitHub по адресу {github}.",
"introduction.interactions.reply.text":"You can reply to other people's and your own toots, which will chain them together in a conversation.",
"introduction.welcome.action":"Let's go!",
"introduction.welcome.headline":"First steps",
"introduction.welcome.text":"Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name.",
"intervals.full.days":"{number, plural, one {# день} few {# дня} many {# дней} other {# дней}}",
"intervals.full.hours":"{number, plural, one {# час} few {# часа} many {# часов} other {# часов}}",
"intervals.full.minutes":"{number, plural, one {# минута} few {# минуты} many {# минут} other {# минут}}",
"introduction.federation.home.text":"Статусы от тех, на кого вы подписаны, появятся в вашей домашней ленте. Вы можете подписаться на кого угодно с любого сервера!",
"introduction.interactions.favourite.text":"Вы можете отметить статус, чтобы вернуться к нему позже и дать знать автору, что запись вам понравилась, поставив отметку \"нравится\".",
"introduction.interactions.reply.text":"Вы можете отвечать свои и чужие посты, образуя цепочки сообщений (обсуждения).",
"introduction.welcome.action":"Поехали!",
"introduction.welcome.headline":"Первые шаги",
"introduction.welcome.text":"Добро пожаловать в федеративную сеть! Уже через мгновение вы сможете отправлять сообщения и общаться со своими друзьями на любом сервере. Но этот сервер — {domain} — особенный: на нём располагается ваш профиль. Запомните его название.",
"keyboard_shortcuts.back":"перейти назад",
"keyboard_shortcuts.blocked":"чтобы открыть список заблокированных",
"keyboard_shortcuts.boost":"продвинуть пост",
@ -212,7 +214,7 @@
"lists.account.remove":"Убрать из списка",
"lists.delete":"Удалить список",
"lists.edit":"Изменить список",
"lists.edit.submit":"Change title",
"lists.edit.submit":"Изменить название",
"lists.new.create":"Новый список",
"lists.new.title_placeholder":"Заголовок списка",
"lists.search":"Искать из ваших подписок",
@ -222,7 +224,7 @@
"missing_indicator.label":"Не найдено",
"missing_indicator.sublabel":"Запрашиваемый ресурс не найден",
"mute_modal.hide_notifications":"Убрать уведомления от этого пользователя?",
"search_popout.tips.full_text":"Возвращает посты, которые Вы написали, отметили как 'избранное', продвинули или в которых были упомянуты, а также содержащие юзернейм, имя и хэштеги.",
@ -309,12 +311,12 @@
"search_results.hashtags":"Хэштеги",
"search_results.statuses":"Посты",
"search_results.total":"{count, number} {count, plural, one {результат} few {результата} many {результатов} other {результатов}}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_account":"Открыть интерфейс модератора для @{name}",
"status.admin_status":"Открыть этот статус в интерфейсе модератора",
"status.block":"Заблокировать @{name}",
"status.cancel_reblog_private":"Не продвигать",
"status.cannot_reblog":"Этот статус не может быть продвинут",
"status.copy":"Copy link to status",
"status.copy":"Копировать ссылку на запись",
"status.delete":"Удалить",
"status.detailed_status":"Подробный просмотр обсуждения",
"status.direct":"Написать @{name}",
@ -326,11 +328,11 @@
"status.mention":"Упомянуть @{name}",
"status.more":"Больше",
"status.mute":"Заглушить @{name}",
"status.mute_conversation":"Заглушить всю цепочку",
"status.mute_conversation":"Заглушить всё обсуждение",
"status.open":"Развернуть статус",
"status.pin":"Закрепить в профиле",
"status.pinned":"Закреплённый статус",
"status.read_more":"Read more",
"status.read_more":"Ещё",
"status.reblog":"Продвинуть",
"status.reblog_private":"Продвинуть для своей аудитории",
"introduction.federation.home.text":"Príspevky od ľudí ktorých následuješ sa zobrazia na tvojej domovskej nástenke. Môžeš následovať hocikoho na ktoromkoľvek serveri!",
"introduction.federation.local.text":"Verejné príspevky od ľudí v rámci toho istého serveru na akom si aj ty, budú zobrazované na miestnej časovej osi.",
@ -177,61 +178,61 @@
"keyboard_shortcuts.back":"dostať sa naspäť",
"keyboard_shortcuts.blocked":"otvor zoznam blokovaných užívateľov",
"keyboard_shortcuts.boost":"vyzdvihnúť",
"keyboard_shortcuts.column":"zamerať sa na status v jednom zo stĺpcov",
"keyboard_shortcuts.compose":"zamerať sa na písaciu plochu",
"keyboard_shortcuts.column":"zameraj sa na príspevok v jednom zo stĺpcov",
"keyboard_shortcuts.compose":"zameraj sa na písaciu plochu",
"search_popout.tips.full_text":"Vráti jednoduchý textový výpis príspevkov ktoré si napísal/a, ktoré si obľúbil/a, povýšil/a, alebo aj tých, v ktorých si bol/a spomenutý/á, a potom všetky zadaniu odpovedajúce prezívky, mená a haštagy.",
@ -327,18 +328,18 @@
"status.more":"Viac",
"status.mute":"Utíš @{name}",
"status.mute_conversation":"Ignoruj konverzáciu",
"status.open":"Otvoriť tento status",
"status.open":"Otvor tento príspevok",
"status.pin":"Pripni na profil",
"status.pinned":"Pripnutý príspevok",
"status.read_more":"Čítaj ďalej",
"status.reblog":"Povýšiť",
"status.reblog":"Vyzdvihni",
"status.reblog_private":"Vyzdvihni k pôvodnému publiku",
"status.reblogged_by":"{name} povýšil/a",
"status.reblogs.empty":"Nikto ešte nepovýšil tento príspevok. Keď tak niekto urobí, bude to zobrazené práve tu.",
"status.reblogs.empty":"Nikto ešte nevyzdvihol tento príspevok. Keď tak niekto urobí, bude to zobrazené práve tu.",
"status.redraft":"Vymaž a prepíš",
"status.reply":"Odpovedať",
"status.replyAll":"Odpovedať na diskusiu",
"status.report":"Nahlásiť @{name}",
"status.replyAll":"Odpovedz na diskusiu",
"status.report":"Nahlás @{name}",
"status.sensitive_toggle":"Klikni pre zobrazenie",
"status.sensitive_warning":"Chúlostivý obsah",
"status.share":"Zdieľaj",
@ -352,31 +353,31 @@
"suggestions.dismiss":"Zavrhni návrh",
"suggestions.header":"Mohlo by ťa zaujímať…",
"tabs_bar.federated_timeline":"Federovaná",
"tabs_bar.home":"Domov",
"tabs_bar.home":"Domovská",
"tabs_bar.local_timeline":"Miestna",
"tabs_bar.notifications":"Oboznámenia",
"tabs_bar.search":"Hľadaj",
"time_remaining.days":"Zostáva {number, plural, one {# deň} few {# dní} many {# dni} other {# dni}}",
"time_remaining.hours":"Zostáva {number, plural, one {# hodina} few {# hodín} many {# hodín} other {# hodiny}}",
"time_remaining.minutes":"Zostáva {number, plural, one {# minúta} few {# minút} many {# minút} other {# minúty}}",
"time_remaining.days":"Ostáva {number, plural, one {# deň} few {# dní} many {# dni} other {# dni}}",
"time_remaining.hours":"Ostáva {number, plural, one {# hodina} few {# hodín} many {# hodín} other {# hodiny}}",
"time_remaining.minutes":"Ostáva {number, plural, one {# minúta} few {# minút} many {# minút} other {# minúty}}",
"time_remaining.moments":"Ostáva už iba chviľka",
"time_remaining.seconds":"Zostáva {number, plural, one {# sekunda} few {# sekúnd} many {# sekúnd} other {# sekundy}}",
"time_remaining.seconds":"Ostáva {number, plural, one {# sekunda} few {# sekúnd} many {# sekúnd} other {# sekundy}}",
"trends.count_by_accounts":"{count} {rawCount, plural, one {človek vraví} other {ľudia vravia}}",
"ui.beforeunload":"Čo máš rozpísané sa stratí, ak opustíš Mastodon.",
"upload_area.title":"Pretiahni a pusť pre nahratie",
"upload_button.label":"Pridať médiálny súbor (JPEG, PNG, GIF, WebM, MP4, MOV)",
"upload_button.label":"Pridaj médiálny súbor (JPEG, PNG, GIF, WebM, MP4, MOV)",
"upload_error.limit":"Limit pre nahrávanie súborov bol prekročený.",
"upload_error.poll":"Nahrávanie súborov pri anketách nieje dovolené.",
"upload_error.poll":"Nahrávanie súborov pri anketách nieje možné.",
"upload_form.description":"Opis pre slabo vidiacich",
"upload_form.focus":"Pozmeň náhľad",
"upload_form.undo":"Vymaž",
"upload_progress.label":"Nahráva sa...",
"video.close":"Zavri video",
"video.exit_fullscreen":"Vpnúť zobrazenie na celú obrazovku",
"video.exit_fullscreen":"Vypni zobrazenie na celú obrazovku",
"compose_form.direct_message_warning":"Bu gönderi sadece belirtilen kullanıcılara gönderilecektir.",
"compose_form.direct_message_warning_learn_more":"Daha fazla bilgi edin",
"compose_form.hashtag_warning":"This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
"compose_form.direct_message_warning_learn_more":"Daha fazla bilgi edinin",
"compose_form.hashtag_warning":"Bu paylaşım liste dışı olduğu için hiç bir hashtag'de yer almayacak. Sadece herkese açık gönderiler hashtaglerde bulunabilir.",
"compose_form.lock_disclaimer":"Hesabınız {locked} değil. Sadece takipçilerle paylaştığınız gönderileri görebilmek için sizi herhangi bir kullanıcı takip edebilir.",
"compose_form.lock_disclaimer.lock":"kilitli",
"compose_form.placeholder":"Aklınızdan ne geçiyor?",
"confirmations.delete_list.message":"Bu listeyi kalıcı olarak silmek istediğinize emin misiniz?",
"confirmations.domain_block.confirm":"Alan adının tamamını gizle",
"confirmations.domain_block.message":"Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
"confirmations.domain_block.message":"tüm {domain} alan adını engellemek istediğinizden emin misiniz? Genellikle birkaç hedefli engel ve susturma işi görür ve tercih edilir.",
"confirmations.mute.confirm":"Sessize al",
"confirmations.mute.message":"{name} kullanıcısını sessize almak istiyor musunuz?",
"confirmations.redraft.confirm":"Sil ve yeniden tasarla",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
"confirmations.redraft.message":"Bu durumu silip tekrar taslaklaştırmak istediğinizden emin misiniz? Tüm cevapları, boostları ve favorileri kaybedeceksiniz.",
"confirmations.reply.confirm":"Yanıtla",
"confirmations.reply.message":"Şimdi yanıtlarken o an oluşturduğunuz mesajın üzerine yazılır. Devam etmek istediğinize emin misiniz?",
"confirmations.unfollow.confirm":"Takibi kaldır",
"confirmations.unfollow.message":"Are you sure you want to unfollow {name}?",
"embed.instructions":"Embed this status on your website by copying the code below.",
"empty_column.blocks":"Henüz bir kullanıcıyı engellemediniz.",
"empty_column.community":"Yerel zaman çizelgesi boş. Daha fazla eğlence için herkese açık bir gönderi paylaşın!",
"empty_column.direct":"Henüz doğrudan mesajınız yok. Bir tane gönderdiğinizde veya aldığınızda burada görünecektir.",
"empty_column.domain_blocks":"Henüz hiçbir gizli alan adı yok.",
"empty_column.favourited_statuses":"You don't have any favourite toots yet. When you favourite one, it will show up here.",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.favourited_statuses":"Hiç favori gönderiminiz yok. Bir tane olursa burada görünecek.",
"empty_column.favourites":"Kimse bu gönderiyi favorilerine eklememiş. Biri eklerse burada görünecek.",
"empty_column.follow_requests":"Hiç takip isteğiniz yok. Bir tane aldığınızda burada görünecek.",
"empty_column.hashtag":"Henüz bu hashtag’e sahip hiçbir gönderi yok.",
"empty_column.home":"Henüz kimseyi takip etmiyorsunuz. {public} ziyaret edebilir veya arama kısmını kullanarak diğer kullanıcılarla iletişime geçebilirsiniz.",
"empty_column.home.public_timeline":"herkese açık zaman tüneli",
"empty_column.list":"There is nothing in this list yet.",
"empty_column.list":"Bu listede henüz hiçbir şey yok.",
"empty_column.lists":"Henüz hiç listeniz yok. Bir tane oluşturduğunuzda burada görünecek.",
"empty_column.mutes":"Henüz hiçbir kullanıcıyı sessize almadınız.",
"empty_column.notifications":"Henüz hiçbir bildiriminiz yok. Diğer insanlarla sobhet edebilmek için etkileşime geçebilirsiniz.",
@ -136,7 +137,7 @@
"follow_request.reject":"Reddet",
"getting_started.developers":"Geliştiriciler",
"getting_started.directory":"Profil dizini",
"getting_started.documentation":"Documentation",
"getting_started.documentation":"Belgeler",
"getting_started.heading":"Başlangıç",
"getting_started.invite":"İnsanları davet edin",
"getting_started.open_source_notice":"Mastodon açık kaynaklı bir yazılımdır. Github {github}. {apps} üzerinden katkıda bulunabilir, hata raporlayabilirsiniz.",
"introduction.interactions.favourite.text":"You can save a toot for later, and let the author know that you liked it, by favouriting it.",
"introduction.interactions.favourite.text":"Bir gönderiyi favorilerinize alarak sonrası için saklayabilirsiniz ve yazara gönderiyi beğendiğinizi söyleyebilirsiniz.",
"introduction.interactions.reply.text":"You can reply to other people's and your own toots, which will chain them together in a conversation.",
"introduction.interactions.reply.text":"Başkalarının gönderilerini ve kendi gönderilerinizi yanıtlayabilirsiniz. Bir konuşmada zincirli bir şekilde olacaklardır.",
"introduction.welcome.action":"Hadi gidelim!",
"introduction.welcome.headline":"İlk adımlar",
"introduction.welcome.text":"Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name.",
"keyboard_shortcuts.back":"to navigate back",
"keyboard_shortcuts.blocked":"to open blocked users list",
"keyboard_shortcuts.boost":"to boost",
"keyboard_shortcuts.column":"to focus a status in one of the columns",
"keyboard_shortcuts.compose":"to focus the compose textarea",
"introduction.welcome.text":"Krallığa hoş geldiniz! Az sonra, geniş bir sunucu yelpazesinde mesaj gönderip arkadaşlarınızla konuşabileceksiniz. Ama bu sunucu, {domain}, özel (profilinizi barındırır, bu yüzden adresini hatırlayın).",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.status":"status",
"search_popout.tips.status":"durum",
"search_popout.tips.text":"Simple text returns matching display names, usernames and hashtags",
"search_popout.tips.user":"user",
"search_results.accounts":"People",
"search_results.hashtags":"Hashtags",
"search_results.statuses":"Toots",
"search_popout.tips.user":"kullanıcı",
"search_results.accounts":"İnsanlar",
"search_results.hashtags":"Hashtagler",
"search_results.statuses":"Gönderiler",
"search_results.total":"{count, number} {count, plural, one {sonuç} other {sonuçlar}}",
"status.admin_account":"@{name} için denetim arayüzünü açın",
"status.admin_status":"Denetim arayüzünde bu durumu açın",
warning:كن حذرا مع هذه البيانات. لا تقم أبدا بمشاركتها مع الآخَرين !
your_token:رمز نفاذك
auth:
agreement_html:بمجرد النقر على "التسجيل" أسفله، فإنك تُصرِّح قبول <a href="%{rules_path}">قواعد مثيل الخادوم</a> و <a href="%{terms_path}">شروط الخدمة التي نوفرها لك</a>.
change_password:الكلمة السرية
confirm_email:تأكيد عنوان البريد الإلكتروني
delete_account:حذف حساب
@ -813,9 +812,7 @@ ar:
migrate:تهجير الحساب
notifications:الإخطارات
preferences:التفضيلات
settings:الإعدادات
two_factor_authentication:المُصادقة بخُطوَتَيْن
your_apps:تطبيقاتك
statuses:
attached:
description: 'مُرفَق :%{attached}'
Some files were not shown because too many files have changed in this diff
Show More