Conflicts:
- app/models/media_attachment.rb
Upstream raised max image size from 8MB to 10MB while our limit is
configurable. Raised the default to 10MB.
@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
- Add profile directory REST API
- Add profile directory REST API
- Add special alert for throttled requests in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11677))
- Add special alert for throttled requests in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11677))
- Add confirmation modal when logging out from the web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11671))
- Add confirmation modal when logging out from the web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11671))
- **Add audio player in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11644), [Gargron](https://github.com/tootsuite/mastodon/pull/11652), [Gargron](https://github.com/tootsuite/mastodon/pull/11654), [ThibG](https://github.com/tootsuite/mastodon/pull/11629))
- **Add audio player in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11644), [Gargron](https://github.com/tootsuite/mastodon/pull/11652), [Gargron](https://github.com/tootsuite/mastodon/pull/11654), [ThibG](https://github.com/tootsuite/mastodon/pull/11629), [Gargron](https://github.com/tootsuite/mastodon/pull/12056))
- **Add autosuggestions for hashtags in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11422), [ThibG](https://github.com/tootsuite/mastodon/pull/11632), [Gargron](https://github.com/tootsuite/mastodon/pull/11764), [Gargron](https://github.com/tootsuite/mastodon/pull/11588), [Gargron](https://github.com/tootsuite/mastodon/pull/11442))
- **Add autosuggestions for hashtags in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11422), [ThibG](https://github.com/tootsuite/mastodon/pull/11632), [Gargron](https://github.com/tootsuite/mastodon/pull/11764), [Gargron](https://github.com/tootsuite/mastodon/pull/11588), [Gargron](https://github.com/tootsuite/mastodon/pull/11442))
- **Add media editing modal with OCR tool in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11563), [Gargron](https://github.com/tootsuite/mastodon/pull/11566), [ThibG](https://github.com/tootsuite/mastodon/pull/11575), [ThibG](https://github.com/tootsuite/mastodon/pull/11576), [Gargron](https://github.com/tootsuite/mastodon/pull/11577), [Gargron](https://github.com/tootsuite/mastodon/pull/11573), [Gargron](https://github.com/tootsuite/mastodon/pull/11571))
- **Add media editing modal with OCR tool in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/11563), [Gargron](https://github.com/tootsuite/mastodon/pull/11566), [ThibG](https://github.com/tootsuite/mastodon/pull/11575), [ThibG](https://github.com/tootsuite/mastodon/pull/11576), [Gargron](https://github.com/tootsuite/mastodon/pull/11577), [Gargron](https://github.com/tootsuite/mastodon/pull/11573), [Gargron](https://github.com/tootsuite/mastodon/pull/11571))
- Add indicator of unread notifications to window title when web UI is out of focus ([Gargron](https://github.com/tootsuite/mastodon/pull/11560), [Gargron](https://github.com/tootsuite/mastodon/pull/11572))
- Add indicator of unread notifications to window title when web UI is out of focus ([Gargron](https://github.com/tootsuite/mastodon/pull/11560), [Gargron](https://github.com/tootsuite/mastodon/pull/11572))
@ -22,6 +22,9 @@ All notable changes to this project will be documented in this file.
- **Add option to disable real-time updates in web UI ("slow mode")** ([Gargron](https://github.com/tootsuite/mastodon/pull/9984), [ykzts](https://github.com/tootsuite/mastodon/pull/11880), [ThibG](https://github.com/tootsuite/mastodon/pull/11883), [Gargron](https://github.com/tootsuite/mastodon/pull/11898), [ThibG](https://github.com/tootsuite/mastodon/pull/11859))
- **Add option to disable real-time updates in web UI ("slow mode")** ([Gargron](https://github.com/tootsuite/mastodon/pull/9984), [ykzts](https://github.com/tootsuite/mastodon/pull/11880), [ThibG](https://github.com/tootsuite/mastodon/pull/11883), [Gargron](https://github.com/tootsuite/mastodon/pull/11898), [ThibG](https://github.com/tootsuite/mastodon/pull/11859))
- Add option to disable blurhash previews in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11188))
- Add option to disable blurhash previews in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11188))
- Add native smooth scrolling when supported in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11207))
- Add native smooth scrolling when supported in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11207))
- Add scrolling to the search bar on focus in web UI ([Kjwon15](https://github.com/tootsuite/mastodon/pull/12032))
- Add refresh button to list of rebloggers/favouriters in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/12031))
- Add error description and button to copy stack trace to web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/12033))
- Add search and sort functions to hashtag admin UI ([mayaeh](https://github.com/tootsuite/mastodon/pull/11829), [Gargron](https://github.com/tootsuite/mastodon/pull/11897), [mayaeh](https://github.com/tootsuite/mastodon/pull/11875))
- Add search and sort functions to hashtag admin UI ([mayaeh](https://github.com/tootsuite/mastodon/pull/11829), [Gargron](https://github.com/tootsuite/mastodon/pull/11897), [mayaeh](https://github.com/tootsuite/mastodon/pull/11875))
- Add setting for default search engine indexing in admin UI ([brortao](https://github.com/tootsuite/mastodon/pull/11804))
- Add setting for default search engine indexing in admin UI ([brortao](https://github.com/tootsuite/mastodon/pull/11804))
- Add account bio to account view in admin UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11473))
- Add account bio to account view in admin UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11473))
@ -64,6 +67,7 @@ All notable changes to this project will be documented in this file.
- Add `tootctl media refresh` command ([Gargron](https://github.com/tootsuite/mastodon/pull/11775))
- Add `tootctl media refresh` command ([Gargron](https://github.com/tootsuite/mastodon/pull/11775))
- Add option to exclude suspended domains from `tootctl domains crawl` ([dariusk](https://github.com/tootsuite/mastodon/pull/11454))
- Add option to exclude suspended domains from `tootctl domains crawl` ([dariusk](https://github.com/tootsuite/mastodon/pull/11454))
- Add parallelization to `tootctl search deploy` ([noellabo](https://github.com/tootsuite/mastodon/pull/12051))
- Add soft delete for statuses for instant deletes through API ([Gargron](https://github.com/tootsuite/mastodon/pull/11623), [Gargron](https://github.com/tootsuite/mastodon/pull/11648))
- Add soft delete for statuses for instant deletes through API ([Gargron](https://github.com/tootsuite/mastodon/pull/11623), [Gargron](https://github.com/tootsuite/mastodon/pull/11648))
- **Add request pool to improve delivery performance** ([Gargron](https://github.com/tootsuite/mastodon/pull/10353), [ykzts](https://github.com/tootsuite/mastodon/pull/11756))
- **Add request pool to improve delivery performance** ([Gargron](https://github.com/tootsuite/mastodon/pull/10353), [ykzts](https://github.com/tootsuite/mastodon/pull/11756))
@ -72,6 +76,13 @@ All notable changes to this project will be documented in this file.
- **Add more accurate hashtag search** ([Gargron](https://github.com/tootsuite/mastodon/pull/11579), [Gargron](https://github.com/tootsuite/mastodon/pull/11427), [Gargron](https://github.com/tootsuite/mastodon/pull/11448))
- **Add more accurate hashtag search** ([Gargron](https://github.com/tootsuite/mastodon/pull/11579), [Gargron](https://github.com/tootsuite/mastodon/pull/11427), [Gargron](https://github.com/tootsuite/mastodon/pull/11448))
- **Add more accurate account search** ([Gargron](https://github.com/tootsuite/mastodon/pull/11537), [Gargron](https://github.com/tootsuite/mastodon/pull/11580))
- **Add more accurate account search** ([Gargron](https://github.com/tootsuite/mastodon/pull/11537), [Gargron](https://github.com/tootsuite/mastodon/pull/11580))
- **Add a spam check** ([Gargron](https://github.com/tootsuite/mastodon/pull/11217), [Gargron](https://github.com/tootsuite/mastodon/pull/11806), [ThibG](https://github.com/tootsuite/mastodon/pull/11296))
- **Add a spam check** ([Gargron](https://github.com/tootsuite/mastodon/pull/11217), [Gargron](https://github.com/tootsuite/mastodon/pull/11806), [ThibG](https://github.com/tootsuite/mastodon/pull/11296))
- Add new languages ([Gargron](https://github.com/tootsuite/mastodon/pull/12062))
<pclassName='error-boundary__error'><FormattedMessageid='error.unexpected_crash.explanation'defaultMessage='Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.'/></p>
<p><FormattedMessageid='error.unexpected_crash.next_steps'defaultMessage='Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.'/></p>
@ -52,8 +63,14 @@ class Favourites extends ImmutablePureComponent {
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favourited this toot yet. When someone does, they will show up here.'/>;
constemptyMessage=<FormattedMessageid='empty_column.favourites'defaultMessage='No one has favourited this toot yet. When someone does, they will show up here.'/>;
@ -52,8 +63,14 @@ class Reblogs extends ImmutablePureComponent {
constemptyMessage=<FormattedMessageid='status.reblogs.empty'defaultMessage='No one has boosted this toot yet. When someone does, they will show up here.'/>;
constemptyMessage=<FormattedMessageid='status.reblogs.empty'defaultMessage='No one has boosted this toot yet. When someone does, they will show up here.'/>;
"column_header.moveLeft_settings":"نقل القائمة إلى اليسار",
"column_header.moveLeft_settings":"نقل القائمة إلى اليسار",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"خروج",
"confirmations.logout.confirm":"خروج",
"confirmations.logout.message":"متأكد من أنك تريد الخروج؟",
"confirmations.logout.message":"متأكد من أنك تريد الخروج؟",
"confirmations.mute.confirm":"أكتم",
"confirmations.mute.confirm":"أكتم",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.redraft.confirm":"إزالة و إعادة الصياغة",
"confirmations.redraft.confirm":"إزالة و إعادة الصياغة",
"confirmations.redraft.message":"هل أنت متأكد من أنك تريد حذف هذا المنشور و إعادة صياغته ؟ سوف تفقد جميع الإعجابات و الترقيات أما الردود المتصلة به فستُصبِح يتيمة.",
"confirmations.redraft.message":"هل أنت متأكد من أنك تريد حذف هذا المنشور و إعادة صياغته ؟ سوف تفقد جميع الإعجابات و الترقيات أما الردود المتصلة به فستُصبِح يتيمة.",
@ -152,6 +152,10 @@
"empty_column.mutes":"لم تقم بكتم أي مستخدم بعد.",
"empty_column.mutes":"لم تقم بكتم أي مستخدم بعد.",
"empty_column.notifications":"لم تتلق أي إشعار بعدُ. تفاعل مع المستخدمين الآخرين لإنشاء محادثة.",
"empty_column.notifications":"لم تتلق أي إشعار بعدُ. تفاعل مع المستخدمين الآخرين لإنشاء محادثة.",
"empty_column.public":"لا يوجد أي شيء هنا! قم بنشر شيء ما للعامة، أو اتبع المستخدمين الآخرين المتواجدين على الخوادم الأخرى لملء خيط المحادثات",
"empty_column.public":"لا يوجد أي شيء هنا! قم بنشر شيء ما للعامة، أو اتبع المستخدمين الآخرين المتواجدين على الخوادم الأخرى لملء خيط المحادثات",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Mover la columna a la esquierda",
"column_header.moveLeft_settings":"Mover la columna a la esquierda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"¿De xuru que quies silenciar a {name}?",
"confirmations.mute.message":"¿De xuru que quies silenciar a {name}?",
"confirmations.redraft.confirm":"Desaniciar y reeditar",
"confirmations.redraft.confirm":"Desaniciar y reeditar",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Entá nun silenciesti a dengún usuariu.",
"empty_column.mutes":"Entá nun silenciesti a dengún usuariu.",
"empty_column.notifications":"Entá nun tienes dengún avisu. Interactua con otros p'aniciar la conversación.",
"empty_column.notifications":"Entá nun tienes dengún avisu. Interactua con otros p'aniciar la conversación.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"সরিয়ে ফেলুন",
"confirmations.mute.confirm":"সরিয়ে ফেলুন",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"আপনি কি নিশ্চিত {name} সরিয়ে ফেলতে চান ?",
"confirmations.mute.message":"আপনি কি নিশ্চিত {name} সরিয়ে ফেলতে চান ?",
"confirmations.redraft.confirm":"মুছে ফেলুন এবং আবার সম্পাদন করুন",
"confirmations.redraft.confirm":"মুছে ফেলুন এবং আবার সম্পাদন করুন",
"confirmations.redraft.message":"আপনি কি নিশ্চিত এটি মুছে ফেলে এবং আবার সম্পাদন করতে চান ? এটাতে যা পছন্দিত, সমর্থন বা মতামত আছে সেগুলো নতুন লেখার সাথে যুক্ত থাকবে না।",
"confirmations.redraft.message":"আপনি কি নিশ্চিত এটি মুছে ফেলে এবং আবার সম্পাদন করতে চান ? এটাতে যা পছন্দিত, সমর্থন বা মতামত আছে সেগুলো নতুন লেখার সাথে যুক্ত থাকবে না।",
@ -152,6 +152,10 @@
"empty_column.mutes":"আপনি এখনো কোনো ব্যবহারকারীকে সরাননি।",
"empty_column.mutes":"আপনি এখনো কোনো ব্যবহারকারীকে সরাননি।",
"empty_column.notifications":"আপনার এখনো কোনো প্রজ্ঞাপন নেই। কথোপকথন শুরু করতে, অন্যদের সাথে মেলামেশা করতে পারেন।",
"empty_column.notifications":"আপনার এখনো কোনো প্রজ্ঞাপন নেই। কথোপকথন শুরু করতে, অন্যদের সাথে মেলামেশা করতে পারেন।",
"empty_column.public":"এখানে এখনো কিছু নেই! প্রকাশ্য ভাবে কিছু লিখুন বা অন্য সার্ভার থেকে কাওকে অনুসরণ করে এই জায়গা ভরে ফেলুন",
"empty_column.public":"এখানে এখনো কিছু নেই! প্রকাশ্য ভাবে কিছু লিখুন বা অন্য সার্ভার থেকে কাওকে অনুসরণ করে এই জায়গা ভরে ফেলুন",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"account.follows.empty":"Aquest usuari encara no segueix a ningú.",
"account.follows.empty":"Aquest usuari encara no segueix a ningú.",
"account.follows_you":"Et segueix",
"account.follows_you":"Et segueix",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.last_status":"Last active",
"account.last_status":"Darrer actiu",
"account.link_verified_on":"La propietat d'aquest enllaç es va verificar el dia {date}",
"account.link_verified_on":"La propietat d'aquest enllaç es va verificar el dia {date}",
"account.locked_info":"Aquest estat de privadesa del compte està definit com a bloquejat. El propietari revisa manualment qui pot seguir-lo.",
"account.locked_info":"Aquest estat de privadesa del compte està definit com a bloquejat. El propietari revisa manualment qui pot seguir-lo.",
"account.media":"Mèdia",
"account.media":"Mèdia",
@ -25,7 +25,7 @@
"account.mute":"Silencia @{name}",
"account.mute":"Silencia @{name}",
"account.mute_notifications":"Notificacions desactivades de @{name}",
"account.mute_notifications":"Notificacions desactivades de @{name}",
"account.muted":"Silenciat",
"account.muted":"Silenciat",
"account.never_active":"Never",
"account.never_active":"Mai",
"account.posts":"Toots",
"account.posts":"Toots",
"account.posts_with_replies":"Toots i respostes",
"account.posts_with_replies":"Toots i respostes",
"account.report":"Informe @{name}",
"account.report":"Informe @{name}",
@ -38,8 +38,8 @@
"account.unfollow":"Deixa de seguir",
"account.unfollow":"Deixa de seguir",
"account.unmute":"Treure silenci de @{name}",
"account.unmute":"Treure silenci de @{name}",
"account.unmute_notifications":"Activar notificacions de @{name}",
"account.unmute_notifications":"Activar notificacions de @{name}",
"alert.rate_limited.message":"Please retry after {retry_time, time, medium}.",
"alert.rate_limited.message":"Si us plau torna-ho a provar després de {retry_time, time, medium}.",
"alert.rate_limited.title":"Rate limited",
"alert.rate_limited.title":"Límit de freqüència",
"alert.unexpected.message":"S'ha produït un error inesperat.",
"alert.unexpected.message":"S'ha produït un error inesperat.",
"alert.unexpected.title":"Vaja!",
"alert.unexpected.title":"Vaja!",
"autosuggest_hashtag.per_week":"{count} per setmana",
"autosuggest_hashtag.per_week":"{count} per setmana",
@ -53,7 +53,7 @@
"column.blocks":"Usuaris bloquejats",
"column.blocks":"Usuaris bloquejats",
"column.community":"Línia de temps local",
"column.community":"Línia de temps local",
"column.direct":"Missatges directes",
"column.direct":"Missatges directes",
"column.directory":"Browse profiles",
"column.directory":"Navega els perfils",
"column.domain_blocks":"Dominis ocults",
"column.domain_blocks":"Dominis ocults",
"column.favourites":"Favorits",
"column.favourites":"Favorits",
"column.follow_requests":"Peticions per seguir-te",
"column.follow_requests":"Peticions per seguir-te",
@ -63,7 +63,6 @@
"column.notifications":"Notificacions",
"column.notifications":"Notificacions",
"column.pins":"Toots fixats",
"column.pins":"Toots fixats",
"column.public":"Línia de temps federada",
"column.public":"Línia de temps federada",
"column.status":"Toot",
"column_back_button.label":"Enrere",
"column_back_button.label":"Enrere",
"column_header.hide_settings":"Amaga la configuració",
"column_header.hide_settings":"Amaga la configuració",
"column_header.moveLeft_settings":"Mou la columna cap a l'esquerra",
"column_header.moveLeft_settings":"Mou la columna cap a l'esquerra",
@ -101,9 +100,10 @@
"confirmations.delete_list.message":"Estàs segur que vols suprimir permanentment aquesta llista?",
"confirmations.delete_list.message":"Estàs segur que vols suprimir permanentment aquesta llista?",
"confirmations.domain_block.confirm":"Amaga tot el domini",
"confirmations.domain_block.confirm":"Amaga tot el domini",
"confirmations.domain_block.message":"Estàs segur, realment segur que vols bloquejar totalment {domain}? En la majoria dels casos bloquejar o silenciar uns pocs objectius és suficient i preferible. No veuràs contingut d’aquest domini en cap de les línies públiques ni en les notificacions. Els teus seguidors d’aquest domini seran eliminats.",
"confirmations.domain_block.message":"Estàs segur, realment segur que vols bloquejar totalment {domain}? En la majoria dels casos bloquejar o silenciar uns pocs objectius és suficient i preferible. No veuràs contingut d’aquest domini en cap de les línies públiques ni en les notificacions. Els teus seguidors d’aquest domini seran eliminats.",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Tancar sessió",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Segur que vols tancar la sessió?",
"confirmations.mute.confirm":"Silencia",
"confirmations.mute.confirm":"Silencia",
"confirmations.mute.explanation":"Això amagarà les seves publicacions i les que els mencionen però encara els permetrà veure les teves i seguir-te.",
"confirmations.mute.message":"Estàs segur que vols silenciar {name}?",
"confirmations.mute.message":"Estàs segur que vols silenciar {name}?",
"confirmations.redraft.confirm":"Esborrar i refer",
"confirmations.redraft.confirm":"Esborrar i refer",
"confirmations.redraft.message":"Estàs segur que vols esborrar aquest toot i tornar a redactar-lo? Perderàs totes els impulsos i favorits, i les respostes al toot original es quedaran orfes.",
"confirmations.redraft.message":"Estàs segur que vols esborrar aquest toot i tornar a redactar-lo? Perderàs totes els impulsos i favorits, i les respostes al toot original es quedaran orfes.",
@ -111,14 +111,14 @@
"confirmations.reply.message":"Responen ara es sobreescriurà el missatge que estàs editant. Estàs segur que vols continuar?",
"confirmations.reply.message":"Responen ara es sobreescriurà el missatge que estàs editant. Estàs segur que vols continuar?",
"confirmations.unfollow.confirm":"Deixa de seguir",
"confirmations.unfollow.confirm":"Deixa de seguir",
"confirmations.unfollow.message":"Estàs segur que vols deixar de seguir {name}?",
"confirmations.unfollow.message":"Estàs segur que vols deixar de seguir {name}?",
"conversation.delete":"Delete conversation",
"conversation.delete":"Elimina la conversa",
"conversation.mark_as_read":"Mark as read",
"conversation.mark_as_read":"Marca com a llegida",
"conversation.open":"View conversation",
"conversation.open":"Veure conversa",
"conversation.with":"With {names}",
"conversation.with":"Amb {names}",
"directory.federated":"From known fediverse",
"directory.federated":"Del fedivers conegut",
"directory.local":"From {domain} only",
"directory.local":"Només de {domain}",
"directory.new_arrivals":"New arrivals",
"directory.new_arrivals":"Arribades noves",
"directory.recently_active":"Recently active",
"directory.recently_active":"Recentment actius",
"embed.instructions":"Incrusta aquest toot al lloc web copiant el codi a continuació.",
"embed.instructions":"Incrusta aquest toot al lloc web copiant el codi a continuació.",
"empty_column.mutes":"Encara no has silenciat cap usuari.",
"empty_column.mutes":"Encara no has silenciat cap usuari.",
"empty_column.notifications":"Encara no tens notificacions. Interactua amb altres per iniciar la conversa.",
"empty_column.notifications":"Encara no tens notificacions. Interactua amb altres per iniciar la conversa.",
"empty_column.public":"No hi ha res aquí! Escriu públicament alguna cosa o manualment segueix usuaris d'altres servidors per omplir-ho",
"empty_column.public":"No hi ha res aquí! Escriu públicament alguna cosa o manualment segueix usuaris d'altres servidors per omplir-ho",
"error.unexpected_crash.explanation":"A causa d'un bug en el nostre codi o un problema de compatibilitat del navegador, aquesta pàgina no podria ser mostrada correctament.",
"error.unexpected_crash.next_steps":"Prova recarregant la pàgina. Si això no ajuda encara pots ser capaç d'utilitzar Mastodont a través d'un navegador diferent o app nativa.",
"errors.unexpected_crash.copy_stacktrace":"Còpia stacktrace al porta-retalls",
"errors.unexpected_crash.report_issue":"Informa d'un problema",
"follow_request.authorize":"Autoritzar",
"follow_request.authorize":"Autoritzar",
"follow_request.reject":"Rebutjar",
"follow_request.reject":"Rebutjar",
"getting_started.developers":"Desenvolupadors",
"getting_started.developers":"Desenvolupadors",
@ -297,9 +301,10 @@
"notifications.group":"{count} notificacions",
"notifications.group":"{count} notificacions",
"poll.closed":"Finalitzada",
"poll.closed":"Finalitzada",
"poll.refresh":"Actualitza",
"poll.refresh":"Actualitza",
"poll.total_people":"{count, plural, one {# persona} other {# persones}}",
"poll.total_votes":"{count, plural, one {# vot} other {# vots}}",
"poll.total_votes":"{count, plural, one {# vot} other {# vots}}",
"poll.vote":"Vota",
"poll.vote":"Vota",
"poll.voted":"You voted for this answer",
"poll.voted":"Vas votar per aquesta resposta",
"poll_button.add_poll":"Afegeix una enquesta",
"poll_button.add_poll":"Afegeix una enquesta",
"poll_button.remove_poll":"Elimina l'enquesta",
"poll_button.remove_poll":"Elimina l'enquesta",
"privacy.change":"Ajusta l'estat de privacitat",
"privacy.change":"Ajusta l'estat de privacitat",
@ -311,6 +316,7 @@
"privacy.public.short":"Públic",
"privacy.public.short":"Públic",
"privacy.unlisted.long":"No publicar en línies de temps públiques",
"privacy.unlisted.long":"No publicar en línies de temps públiques",
"privacy.unlisted.short":"No llistat",
"privacy.unlisted.short":"No llistat",
"refresh":"Actualitza",
"regeneration_indicator.label":"Carregant…",
"regeneration_indicator.label":"Carregant…",
"regeneration_indicator.sublabel":"S'està preparant la línia de temps Inici!",
"regeneration_indicator.sublabel":"S'està preparant la línia de temps Inici!",
"relative_time.days":"fa {number} dies",
"relative_time.days":"fa {number} dies",
@ -374,7 +380,7 @@
"status.show_more":"Mostra més",
"status.show_more":"Mostra més",
"status.show_more_all":"Mostra més per a tot",
"status.show_more_all":"Mostra més per a tot",
"status.show_thread":"Mostra el fil",
"status.show_thread":"Mostra el fil",
"status.uncached_media_warning":"Not available",
"status.uncached_media_warning":"No està disponible",
"column_header.hide_settings":"Piattà i parametri",
"column_header.hide_settings":"Piattà i parametri",
"column_header.moveLeft_settings":"Spiazzà à manca",
"column_header.moveLeft_settings":"Spiazzà à manca",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Scunnettassi",
"confirmations.logout.confirm":"Scunnettassi",
"confirmations.logout.message":"Site sicuru·a che vulete scunnettà vi?",
"confirmations.logout.message":"Site sicuru·a che vulete scunnettà vi?",
"confirmations.mute.confirm":"Piattà",
"confirmations.mute.confirm":"Piattà",
"confirmations.mute.explanation":"Quessu hà da piattà i statuti da sta persona è i posti chì a mintuvanu, mà ellu·a puderà sempre vede i vostri statuti è siguità vi.",
"confirmations.mute.message":"Site sicuru·a che vulete piattà @{name}?",
"confirmations.mute.message":"Site sicuru·a che vulete piattà @{name}?",
"confirmations.redraft.confirm":"Sguassà è riscrive",
"confirmations.redraft.confirm":"Sguassà è riscrive",
"confirmations.redraft.message":"Site sicuru·a chè vulete sguassà stu statutu è riscrivelu? I favuriti è spartere saranu persi, è e risposte diventeranu orfane.",
"confirmations.redraft.message":"Site sicuru·a chè vulete sguassà stu statutu è riscrivelu? I favuriti è spartere saranu persi, è e risposte diventeranu orfane.",
"empty_column.notifications":"Ùn avete ancu nisuna nutificazione. Interact with others to start the conversation.",
"empty_column.notifications":"Ùn avete ancu nisuna nutificazione. Interact with others to start the conversation.",
"empty_column.public":"Ùn c'hè nunda quì! Scrivete qualcosa in pubblicu o seguitate utilizatori d'altri servori per empie a linea pubblica",
"empty_column.public":"Ùn c'hè nunda quì! Scrivete qualcosa in pubblicu o seguitate utilizatori d'altri servori per empie a linea pubblica",
"error.unexpected_crash.explanation":"In ragione d'un bug indè u nostru codice o un prublemu di cumpatibilità cù quessu navigatore, sta pagina ùn hè micca pussuta esse affissata currettamente.",
"error.unexpected_crash.next_steps":"Pruvate d'attualizà sta pagina. S'ellu persiste u prublemu, pudete forse sempre accede à Mastodon dapoi un'alltru navigatore o applicazione.",
"errors.unexpected_crash.copy_stacktrace":"Cupià stacktrace nant'à u fermacarta",
"confirmations.logout.message":"Jste si jistý/á, že se chcete odhlásit?",
"confirmations.logout.message":"Jste si jistý/á, že se chcete odhlásit?",
"confirmations.mute.confirm":"Skrýt",
"confirmations.mute.confirm":"Skrýt",
"confirmations.mute.explanation":"Tohle skryje jeho příspěvky a příspěvky, které ho zmiňují, ale uživatel pořád bude moci vidět vaše příspěvky a sledovat vás.",
"confirmations.mute.message":"Jste si jistý/á, že chcete skrýt uživatele {name}?",
"confirmations.mute.message":"Jste si jistý/á, že chcete skrýt uživatele {name}?",
"confirmations.redraft.confirm":"Smazat a přepsat",
"confirmations.redraft.confirm":"Smazat a přepsat",
"confirmations.redraft.message":"Jste si jistý/á, že chcete smazat a přepsat tento toot? Oblíbení a boosty budou ztraceny a odpovědi na původní příspěvek budou opuštěny.",
"confirmations.redraft.message":"Jste si jistý/á, že chcete smazat a přepsat tento toot? Oblíbení a boosty budou ztraceny a odpovědi na původní příspěvek budou opuštěny.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Ještě jste neskryl/a žádné uživatele.",
"empty_column.mutes":"Ještě jste neskryl/a žádné uživatele.",
"empty_column.notifications":"Ještě nemáte žádná oznámení. Začněte konverzaci komunikováním s ostatními.",
"empty_column.notifications":"Ještě nemáte žádná oznámení. Začněte konverzaci komunikováním s ostatními.",
"empty_column.public":"Tady nic není! Napište něco veřejně, nebo začněte ručně sledovat uživatele z jiných serverů, aby tu něco přibylo",
"empty_column.public":"Tady nic není! Napište něco veřejně, nebo začněte ručně sledovat uživatele z jiných serverů, aby tu něco přibylo",
"error.unexpected_crash.explanation":"Kvůli chybě v našem kódu nebo problému s kompatibilitou prohlížeče nemohla být tato stránka načtena správně.",
"error.unexpected_crash.next_steps":"Zkuste obnovit stránku. Pokud to nepomůže, budete možná moci dále používat Mastodon pomocí jiného prohlížeče nebo nativní aplikace.",
"errors.unexpected_crash.copy_stacktrace":"Zkopírovat stacktrace do schránky",
"column_header.moveLeft_settings":"Symud y golofn i'r chwith",
"column_header.moveLeft_settings":"Symud y golofn i'r chwith",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Allgofnodi",
"confirmations.logout.confirm":"Allgofnodi",
"confirmations.logout.message":"Ydych chi'n siŵr eich bod am allgofnodi?",
"confirmations.logout.message":"Ydych chi'n siŵr eich bod am allgofnodi?",
"confirmations.mute.confirm":"Tawelu",
"confirmations.mute.confirm":"Tawelu",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ydych chi'n sicr eich bod am ddistewi {name}?",
"confirmations.mute.message":"Ydych chi'n sicr eich bod am ddistewi {name}?",
"confirmations.redraft.message":"Ydych chi'n siwr eich bod eisiau dileu y tŵt hwn a'i ailddrafftio? Bydd ffefrynnau a bwstiau'n cael ei colli, a bydd ymatebion i'r tŵt gwreiddiol yn cael eu hamddifadu.",
"confirmations.redraft.message":"Ydych chi'n siwr eich bod eisiau dileu y tŵt hwn a'i ailddrafftio? Bydd ffefrynnau a bwstiau'n cael ei colli, a bydd ymatebion i'r tŵt gwreiddiol yn cael eu hamddifadu.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Nid ydych wedi tawelu unrhyw ddefnyddwyr eto.",
"empty_column.mutes":"Nid ydych wedi tawelu unrhyw ddefnyddwyr eto.",
"empty_column.notifications":"Nid oes gennych unrhyw hysbysiadau eto. Rhyngweithiwch ac eraill i ddechrau'r sgwrs.",
"empty_column.notifications":"Nid oes gennych unrhyw hysbysiadau eto. Rhyngweithiwch ac eraill i ddechrau'r sgwrs.",
"empty_column.public":"Does dim byd yma! Ysgrifennwch rhywbeth yn gyhoeddus, neu dilynwch ddefnyddwyr o achosion eraill i'w lenwi",
"empty_column.public":"Does dim byd yma! Ysgrifennwch rhywbeth yn gyhoeddus, neu dilynwch ddefnyddwyr o achosion eraill i'w lenwi",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Flyt kolonne til venstre",
"column_header.moveLeft_settings":"Flyt kolonne til venstre",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log ud",
"confirmations.logout.confirm":"Log ud",
"confirmations.logout.message":"Er du sikker på du vil logge ud?",
"confirmations.logout.message":"Er du sikker på du vil logge ud?",
"confirmations.mute.confirm":"Dæmp",
"confirmations.mute.confirm":"Dæmp",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Er du sikker på, du vil dæmpe {name}?",
"confirmations.mute.message":"Er du sikker på, du vil dæmpe {name}?",
"confirmations.redraft.confirm":"Slet & omskriv",
"confirmations.redraft.confirm":"Slet & omskriv",
"confirmations.redraft.message":"Er du sikker på, du vil slette denne status og omskrive den? Favoritter og fremhævelser vil gå tabt og svar til det oprindelige opslag vil blive forældreløse.",
"confirmations.redraft.message":"Er du sikker på, du vil slette denne status og omskrive den? Favoritter og fremhævelser vil gå tabt og svar til det oprindelige opslag vil blive forældreløse.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Du har endnu ikke dæmpet nogen som helst bruger.",
"empty_column.mutes":"Du har endnu ikke dæmpet nogen som helst bruger.",
"empty_column.notifications":"Du har endnu ingen notifikationer. Tag ud og bland dig med folkemængden for at starte samtalen.",
"empty_column.notifications":"Du har endnu ingen notifikationer. Tag ud og bland dig med folkemængden for at starte samtalen.",
"empty_column.public":"Der er ikke noget at se her! Skriv noget offentligt eller start ud med manuelt at følge brugere fra andre server for at udfylde tomrummet",
"empty_column.public":"Der er ikke noget at se her! Skriv noget offentligt eller start ud med manuelt at følge brugere fra andre server for at udfylde tomrummet",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Spalte nach links verschieben",
"column_header.moveLeft_settings":"Spalte nach links verschieben",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Abmelden",
"confirmations.logout.confirm":"Abmelden",
"confirmations.logout.message":"Bist du sicher, dass du dich abmelden möchtest?",
"confirmations.logout.message":"Bist du sicher, dass du dich abmelden möchtest?",
"confirmations.mute.confirm":"Stummschalten",
"confirmations.mute.confirm":"Stummschalten",
"confirmations.mute.explanation":"Dies wird Beiträge von dieser Person und Beiträge, die diese Person erwähnen, ausblenden, aber es wird der Person trotzdem erlauben, deine Beiträge zu sehen und dir zu folgen.",
"confirmations.mute.message":"Bist du dir sicher, dass du {name} stummschalten möchtest?",
"confirmations.mute.message":"Bist du dir sicher, dass du {name} stummschalten möchtest?",
"confirmations.redraft.confirm":"Löschen und neu erstellen",
"confirmations.redraft.confirm":"Löschen und neu erstellen",
"confirmations.redraft.message":"Bist du dir sicher, dass du diesen Beitrag löschen und neu erstellen möchtest? Favorisierungen, geteilte Beiträge und Antworten werden verloren gehen.",
"confirmations.redraft.message":"Bist du dir sicher, dass du diesen Beitrag löschen und neu erstellen möchtest? Favorisierungen, geteilte Beiträge und Antworten werden verloren gehen.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Du hast keine Profile stummgeschaltet.",
"empty_column.mutes":"Du hast keine Profile stummgeschaltet.",
"empty_column.notifications":"Du hast noch keine Mitteilungen. Interagiere mit anderen, um ins Gespräch zu kommen.",
"empty_column.notifications":"Du hast noch keine Mitteilungen. Interagiere mit anderen, um ins Gespräch zu kommen.",
"empty_column.public":"Hier ist nichts zu sehen! Schreibe etwas öffentlich oder folge Profilen von anderen Servern, um die Zeitleiste aufzufüllen",
"empty_column.public":"Hier ist nichts zu sehen! Schreibe etwas öffentlich oder folge Profilen von anderen Servern, um die Zeitleiste aufzufüllen",
"error.unexpected_crash.explanation":"Aufgrund eines Fehlers in unserem Code oder einer Browsereinkompatibilität konnte diese Seite nicht korrekt angezeigt werden.",
"error.unexpected_crash.next_steps":"Versuche die Seite zu aktualisieren. Wenn das nicht hilft, kannst du Mastodon über einen anderen Browser oder eine native App verwenden.",
"errors.unexpected_crash.copy_stacktrace":"Fehlerlog in die Zwischenablage kopieren",
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"id":"confirmations.redraft.message"
"id":"confirmations.redraft.message"
},
},
{
"defaultMessage":"Block",
"id":"confirmations.block.confirm"
},
{
{
"defaultMessage":"Reply",
"defaultMessage":"Reply",
"id":"confirmations.reply.confirm"
"id":"confirmations.reply.confirm"
@ -509,14 +530,6 @@
{
{
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"id":"confirmations.reply.message"
"id":"confirmations.reply.message"
},
{
"defaultMessage":"Block & Report",
"id":"confirmations.block.block_and_report"
},
{
"defaultMessage":"Are you sure you want to block {name}?",
"defaultMessage":"Are you sure you want to unfollow {name}?",
"defaultMessage":"Are you sure you want to unfollow {name}?",
"id":"confirmations.unfollow.message"
"id":"confirmations.unfollow.message"
},
},
{
"defaultMessage":"Are you sure you want to block {name}?",
"id":"confirmations.block.message"
},
{
{
"defaultMessage":"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. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.",
"defaultMessage":"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. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.",
"id":"confirmations.domain_block.message"
"id":"confirmations.domain_block.message"
@ -1482,6 +1483,10 @@
},
},
{
{
"descriptors":[
"descriptors":[
{
"defaultMessage":"Refresh",
"id":"refresh"
},
{
{
"defaultMessage":"Profile unavailable",
"defaultMessage":"Profile unavailable",
"id":"empty_column.account_unavailable"
"id":"empty_column.account_unavailable"
@ -2155,6 +2160,10 @@
},
},
{
{
"descriptors":[
"descriptors":[
{
"defaultMessage":"Refresh",
"id":"refresh"
},
{
{
"defaultMessage":"No one has boosted this toot yet. When someone does, they will show up here.",
"defaultMessage":"No one has boosted this toot yet. When someone does, they will show up here.",
"id":"status.reblogs.empty"
"id":"status.reblogs.empty"
@ -2273,10 +2282,6 @@
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"id":"confirmations.redraft.message"
"id":"confirmations.redraft.message"
},
},
{
"defaultMessage":"Block",
"id":"confirmations.block.confirm"
},
{
{
"defaultMessage":"Reply",
"defaultMessage":"Reply",
"id":"confirmations.reply.confirm"
"id":"confirmations.reply.confirm"
@ -2284,14 +2289,6 @@
{
{
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"id":"confirmations.reply.message"
"id":"confirmations.reply.message"
},
{
"defaultMessage":"Block & Report",
"id":"confirmations.block.block_and_report"
},
{
"defaultMessage":"Are you sure you want to block {name}?",
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"defaultMessage":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"id":"confirmations.redraft.message"
"id":"confirmations.redraft.message"
},
},
{
"defaultMessage":"Block",
"id":"confirmations.block.confirm"
},
{
{
"defaultMessage":"Show more for all",
"defaultMessage":"Show more for all",
"id":"status.show_more_all"
"id":"status.show_more_all"
@ -2337,21 +2330,39 @@
{
{
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"defaultMessage":"Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
"confirmations.logout.message":"Σίγουρα θέλεις να αποσυνδεθείς;",
"confirmations.logout.message":"Σίγουρα θέλεις να αποσυνδεθείς;",
"confirmations.mute.confirm":"Αποσιώπηση",
"confirmations.mute.confirm":"Αποσιώπηση",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Σίγουρα θες να αποσιωπήσεις {name};",
"confirmations.mute.message":"Σίγουρα θες να αποσιωπήσεις {name};",
"confirmations.redraft.message":"Σίγουρα θέλεις να σβήσεις αυτή την κατάσταση και να την ξαναγράψεις; Οι αναφορές και τα αγαπημένα της θα χαθούν ενώ οι απαντήσεις προς αυτή θα μείνουν ορφανές.",
"confirmations.redraft.message":"Σίγουρα θέλεις να σβήσεις αυτή την κατάσταση και να την ξαναγράψεις; Οι αναφορές και τα αγαπημένα της θα χαθούν ενώ οι απαντήσεις προς αυτή θα μείνουν ορφανές.",
"empty_column.notifications":"Δεν έχεις ειδοποιήσεις ακόμα. Αλληλεπίδρασε με άλλους χρήστες γιανα ξεκινήσεις την κουβέντα.",
"empty_column.notifications":"Δεν έχεις ειδοποιήσεις ακόμα. Αλληλεπίδρασε με άλλους χρήστες γιανα ξεκινήσεις την κουβέντα.",
"empty_column.public":"Δεν υπάρχει τίποτα εδώ! Γράψε κάτι δημόσιο, ή ακολούθησε χειροκίνητα χρήστες από άλλους κόμβους γιανα τη γεμίσεις",
"empty_column.public":"Δεν υπάρχει τίποτα εδώ! Γράψε κάτι δημόσιο, ή ακολούθησε χειροκίνητα χρήστες από άλλους κόμβους γιανα τη γεμίσεις",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -108,6 +107,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -156,6 +156,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Ĉu vi certas ke vi volas elsaluti?",
"confirmations.logout.message":"Ĉu vi certas ke vi volas elsaluti?",
"confirmations.mute.confirm":"Silentigi",
"confirmations.mute.confirm":"Silentigi",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ĉu vi certas, ke vi volas silentigi {name}?",
"confirmations.mute.message":"Ĉu vi certas, ke vi volas silentigi {name}?",
"confirmations.redraft.confirm":"Forigi kaj reskribi",
"confirmations.redraft.confirm":"Forigi kaj reskribi",
"confirmations.redraft.message":"Ĉu vi certas ke vi volas forigi tiun mesaĝon kaj reskribi ĝin? Ĉiuj diskonigoj kaj stelumoj estos perditaj, kaj respondoj al la originala mesaĝo estos senparentaj.",
"confirmations.redraft.message":"Ĉu vi certas ke vi volas forigi tiun mesaĝon kaj reskribi ĝin? Ĉiuj diskonigoj kaj stelumoj estos perditaj, kaj respondoj al la originala mesaĝo estos senparentaj.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Vi ne ankoraŭ silentigis iun uzanton.",
"empty_column.mutes":"Vi ne ankoraŭ silentigis iun uzanton.",
"empty_column.notifications":"Vi ankoraŭ ne havas sciigojn. Interagu kun aliaj por komenci konversacion.",
"empty_column.notifications":"Vi ankoraŭ ne havas sciigojn. Interagu kun aliaj por komenci konversacion.",
"empty_column.public":"Estas nenio ĉi tie! Publike skribu ion, aŭ mane sekvu uzantojn de aliaj serviloj por plenigi la publikan tempolinion",
"empty_column.public":"Estas nenio ĉi tie! Publike skribu ion, aŭ mane sekvu uzantojn de aliaj serviloj por plenigi la publikan tempolinion",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Mover columna a la izquierda",
"column_header.moveLeft_settings":"Mover columna a la izquierda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Cerrar sesión",
"confirmations.logout.confirm":"Cerrar sesión",
"confirmations.logout.message":"¿Estás seguro que querés cerrar la sesión?",
"confirmations.logout.message":"¿Estás seguro que querés cerrar la sesión?",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.explanation":"Esto ocultará mensajes de ellos y mensajes que los mencionen, pero todavía les permitirá ver tus mensajes o seguirte.",
"confirmations.mute.message":"¿Estás seguro que querés silenciar a {name}?",
"confirmations.mute.message":"¿Estás seguro que querés silenciar a {name}?",
"confirmations.redraft.confirm":"Eliminar toot original y editarlo",
"confirmations.redraft.confirm":"Eliminar toot original y editarlo",
"confirmations.redraft.message":"¿Estás seguro que querés eliminar este estado y volverlo a editarlo? Se perderán las veces marcadas como favoritos y los retoots, y las respuestas a la publicación original quedarán huérfanas.",
"confirmations.redraft.message":"¿Estás seguro que querés eliminar este estado y volverlo a editarlo? Se perderán las veces marcadas como favoritos y los retoots, y las respuestas a la publicación original quedarán huérfanas.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Todavía no silenciaste a ningún usuario.",
"empty_column.mutes":"Todavía no silenciaste a ningún usuario.",
"empty_column.notifications":"Todavía no tenés ninguna notificación. Interactuá con otros para iniciar la conversación.",
"empty_column.notifications":"Todavía no tenés ninguna notificación. Interactuá con otros para iniciar la conversación.",
"empty_column.public":"¡Naranja! Escribí algo públicamente, o seguí usuarios manualmente de otros servidores para ir llenando esta línea temporal.",
"empty_column.public":"¡Naranja! Escribí algo públicamente, o seguí usuarios manualmente de otros servidores para ir llenando esta línea temporal.",
"error.unexpected_crash.explanation":"Debido a un error en nuestro código o a un problema de compatibilidad con el navegador web, esta página no se pudo mostrar correctamente.",
"error.unexpected_crash.next_steps":"Intentá recargar la página. Si eso no ayuda, podés usar Mastodon a través de un navegador web diferente o aplicación nativa.",
"errors.unexpected_crash.copy_stacktrace":"Copiar stacktrace al portapapeles",
"notification.and_n_others":"y {count, plural, one {# otro} other {# otros}}",
"notification.and_n_others":"and {count, plural, one {# other} other {# others}}",
"notification.favourite":"{name} marcó tu estado como favorito",
"notification.favourite":"{name} marcó tu estado como favorito",
"notification.follow":"{name} te empezó a seguir",
"notification.follow":"{name} te empezó a seguir",
"notification.mention":"{name} te mencionó",
"notification.mention":"{name} te mencionó",
@ -297,123 +301,125 @@
"notifications.group":"{count} notificaciones",
"notifications.group":"{count} notificaciones",
"poll.closed":"Cerrada",
"poll.closed":"Cerrada",
"poll.refresh":"Refrescar",
"poll.refresh":"Refrescar",
"poll.total_people":"{count, plural, one {# persona} other {# personas}}",
"poll.total_votes":"{count, plural, one {# voto} other {# votos}}",
"poll.total_votes":"{count, plural, one {# voto} other {# votos}}",
"poll.vote":"Votar",
"poll.vote":"Votar",
"poll.voted":"You voted for this answer",
"poll.voted":"Votaste esta opción",
"poll_button.add_poll":"Add a poll",
"poll_button.add_poll":"Agregar una encuesta",
"poll_button.remove_poll":"Remove poll",
"poll_button.remove_poll":"Quitar encuesta",
"privacy.change":"Adjust status privacy",
"privacy.change":"Configurar privacidad de estado",
"privacy.direct.long":"Post to mentioned users only",
"privacy.direct.long":"Enviar entrada sólo a los usuarios mencionados",
"privacy.direct.short":"Direct",
"privacy.direct.short":"Directo",
"privacy.private.long":"Post to followers only",
"privacy.private.long":"Enviar entrada sólo a los seguidores",
"privacy.private.short":"Followers-only",
"privacy.private.short":"Sólo a seguidores",
"privacy.public.long":"Post to public timelines",
"privacy.public.long":"Enviar entrada a las líneas temporales públicas",
"privacy.public.short":"Public",
"privacy.public.short":"Público",
"privacy.unlisted.long":"Do not show in public timelines",
"privacy.unlisted.long":"No enviar entrada a las líneas temporales públicas",
"privacy.unlisted.short":"Unlisted",
"privacy.unlisted.short":"No listado",
"regeneration_indicator.label":"Loading…",
"refresh":"Refrescar",
"regeneration_indicator.sublabel":"Your home feed is being prepared!",
"regeneration_indicator.label":"Cargando…",
"regeneration_indicator.sublabel":"¡Se está preparando tu línea temporal principal!",
"relative_time.days":"{number}d",
"relative_time.days":"{number}d",
"relative_time.hours":"{number}h",
"relative_time.hours":"{number}h",
"relative_time.just_now":"now",
"relative_time.just_now":"recién",
"relative_time.minutes":"{number}m",
"relative_time.minutes":"{number}m",
"relative_time.seconds":"{number}s",
"relative_time.seconds":"{number}s",
"reply_indicator.cancel":"Cancel",
"reply_indicator.cancel":"Cancelar",
"report.forward":"Forward to {target}",
"report.forward":"Reenviar a {target}",
"report.forward_hint":"The account is from another server. Send an anonymized copy of the report there as well?",
"report.forward_hint":"La cuenta es de otro servidor. ¿Querés enviar una copia anonimizada del informe también ahí?",
"report.hint":"The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:",
"report.hint":"La denuncia se enviará a los moderadores de tu servidor. Podés proporcionar una explicación de por qué estás denunciando esta cuenta, a continuación:",
"search_popout.search_format":"Formato de búsqueda avanzada",
"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.full_text":"Las búsquedas de texto simple devuelven los estados que escribiste, los marcados como favoritos, los retooteados o en los que te mencionaron, así como nombres usuarios, nombres mostrados y etiquetas.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.hashtag":"etiqueta",
"search_popout.tips.status":"status",
"search_popout.tips.status":"estado",
"search_popout.tips.text":"Simple text returns matching display names, usernames and hashtags",
"search_popout.tips.text":"Las búsquedas de texto simple devuelven nombres de usuarios, nombres mostrados y etiquetas que coincidan",
"search_popout.tips.user":"user",
"search_popout.tips.user":"usuario",
"search_results.accounts":"People",
"search_results.accounts":"Gente",
"search_results.hashtags":"Hashtags",
"search_results.hashtags":"Etiquetas",
"search_results.statuses":"Toots",
"search_results.statuses":"Toots",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"No se puede buscar toots por contenido en este servidor de Mastodon.",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Abrir este estado en la interface de moderación",
"status.block":"Block @{name}",
"status.block":"Bloquear a @{name}",
"status.cancel_reblog_private":"Unboost",
"status.cancel_reblog_private":"Quitar retoot",
"status.cannot_reblog":"This post cannot be boosted",
"status.cannot_reblog":"No se puede retootear este toot",
"upload_modal.description_placeholder":"A quick brown fox jumps over the lazy dog",
"upload_modal.description_placeholder":"El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el saxofón detrás del palenque de paja.",
"upload_modal.detect_text":"Detect text from picture",
"upload_modal.detect_text":"Detectar texto de la imagen",
"upload_modal.edit_media":"Edit media",
"upload_modal.edit_media":"Editar medio",
"upload_modal.hint":"Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
"upload_modal.hint":"Hacé clic o arrastrá el círculo en la previsualización para elegir el punto focal que siempre estará a la vista en todas las miniaturas.",
"column_header.moveLeft_settings":"Mover columna a la izquierda",
"column_header.moveLeft_settings":"Mover columna a la izquierda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Cerrar sesión",
"confirmations.logout.confirm":"Cerrar sesión",
"confirmations.logout.message":"¿Estás seguro de querer cerrar la sesión?",
"confirmations.logout.message":"¿Estás seguro de querer cerrar la sesión?",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"¿Estás seguro de que quieres silenciar a {name}?",
"confirmations.mute.message":"¿Estás seguro de que quieres silenciar a {name}?",
"confirmations.redraft.confirm":"Borrar y volver a borrador",
"confirmations.redraft.confirm":"Borrar y volver a borrador",
"confirmations.redraft.message":"Estás seguro de que quieres borrar este estado y volverlo a borrador? Perderás todas las respuestas, impulsos y favoritos asociados a él, y las respuestas a la publicación original quedarán huérfanos.",
"confirmations.redraft.message":"Estás seguro de que quieres borrar este estado y volverlo a borrador? Perderás todas las respuestas, impulsos y favoritos asociados a él, y las respuestas a la publicación original quedarán huérfanos.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Aún no has silenciado a ningún usuario.",
"empty_column.mutes":"Aún no has silenciado a ningún usuario.",
"empty_column.notifications":"No tienes ninguna notificación aún. Interactúa con otros para empezar una conversación.",
"empty_column.notifications":"No tienes ninguna notificación aún. Interactúa con otros para empezar una conversación.",
"empty_column.public":"¡No hay nada aquí! Escribe algo públicamente, o sigue usuarios de otras instancias manualmente para llenarlo",
"empty_column.public":"¡No hay nada aquí! Escribe algo públicamente, o sigue usuarios de otras instancias manualmente para llenarlo",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Vaigista",
"confirmations.mute.confirm":"Vaigista",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Oled kindel, et soovid {name} vaigistada?",
"confirmations.mute.message":"Oled kindel, et soovid {name} vaigistada?",
"confirmations.redraft.message":"Oled kindel, et soovid selle staatuse kustutada ja alustada uuesti? Lemmikud ja upitused lähevad kaotsi ja vastused originaaalpostitusele jäävad orvuks.",
"confirmations.redraft.message":"Oled kindel, et soovid selle staatuse kustutada ja alustada uuesti? Lemmikud ja upitused lähevad kaotsi ja vastused originaaalpostitusele jäävad orvuks.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Sa pole veel ühtegi kasutajat vaigistanud.",
"empty_column.mutes":"Sa pole veel ühtegi kasutajat vaigistanud.",
"empty_column.notifications":"Sul ei ole veel teateid. Suhtle teistega alustamaks vestlust.",
"empty_column.notifications":"Sul ei ole veel teateid. Suhtle teistega alustamaks vestlust.",
"empty_column.public":"Siin pole midagi! Kirjuta midagi avalikut või jälgi ise kasutajaid täitmaks seda ruumi",
"empty_column.public":"Siin pole midagi! Kirjuta midagi avalikut või jälgi ise kasutajaid täitmaks seda ruumi",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Ziur saioa amaitu nahi duzula?",
"confirmations.logout.message":"Ziur saioa amaitu nahi duzula?",
"confirmations.mute.confirm":"Mututu",
"confirmations.mute.confirm":"Mututu",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ziur {name} mututu nahi duzula?",
"confirmations.mute.message":"Ziur {name} mututu nahi duzula?",
"confirmations.redraft.confirm":"Ezabatu eta berridatzi",
"confirmations.redraft.confirm":"Ezabatu eta berridatzi",
"confirmations.redraft.message":"Ziur mezu hau ezabatu eta berridatzi nahi duzula? Gogokoak eta bultzadak galduko dira eta jaso dituen erantzunak umezurtz geratuko dira.",
"confirmations.redraft.message":"Ziur mezu hau ezabatu eta berridatzi nahi duzula? Gogokoak eta bultzadak galduko dira eta jaso dituen erantzunak umezurtz geratuko dira.",
"empty_column.notifications":"Ez duzu jakinarazpenik oraindik. Jarri besteekin harremanetan elkarrizketa abiatzeko.",
"empty_column.notifications":"Ez duzu jakinarazpenik oraindik. Jarri besteekin harremanetan elkarrizketa abiatzeko.",
"empty_column.public":"Ez dago ezer hemen! Idatzi zerbait publikoki edo jarraitu eskuz beste zerbitzari batzuetako erabiltzaileak hau betetzen joateko",
"empty_column.public":"Ez dago ezer hemen! Idatzi zerbait publikoki edo jarraitu eskuz beste zerbitzari batzuetako erabiltzaileak hau betetzen joateko",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"انتقال ستون به راست",
"column_header.moveLeft_settings":"انتقال ستون به راست",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"خروج",
"confirmations.logout.confirm":"خروج",
"confirmations.logout.message":"آیا مطمئنید که میخواهید خارج شوید؟",
"confirmations.logout.message":"آیا مطمئنید که میخواهید خارج شوید؟",
"confirmations.mute.confirm":"بیصدا کن",
"confirmations.mute.confirm":"بیصدا کن",
"confirmations.mute.explanation":"این کار نوشتههای آنها و نوشتههایی را که از آنها نام برده پنهان میکند، ولی آنها همچنان اجازه دارند نوشتههای شما را ببینند و شما را پی بگیرند.",
"confirmations.mute.message":"آیا واقعاً میخواهید {name} را بیصدا کنید؟",
"confirmations.mute.message":"آیا واقعاً میخواهید {name} را بیصدا کنید؟",
"confirmations.redraft.confirm":"پاککردن و بازنویسی",
"confirmations.redraft.confirm":"پاککردن و بازنویسی",
"confirmations.redraft.message":"آیا واقعاً میخواهید این نوشته را پاک کنید و آن را از نو بنویسید؟ با این کار بازبوقها و پسندیدهشدنهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
"confirmations.redraft.message":"آیا واقعاً میخواهید این نوشته را پاک کنید و آن را از نو بنویسید؟ با این کار بازبوقها و پسندیدهشدنهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
@ -152,6 +152,10 @@
"empty_column.mutes":"شما هنوز هیچ کاربری را بیصدا نکردهاید.",
"empty_column.mutes":"شما هنوز هیچ کاربری را بیصدا نکردهاید.",
"empty_column.notifications":"هنوز هیچ اعلانی ندارید. به نوشتههای دیگران واکنش نشان دهید تا گفتگو آغاز شود.",
"empty_column.notifications":"هنوز هیچ اعلانی ندارید. به نوشتههای دیگران واکنش نشان دهید تا گفتگو آغاز شود.",
"empty_column.public":"اینجا هنوز چیزی نیست! خودتان چیزی بنویسید یا کاربران سرورهای دیگر را پی بگیرید تا اینجا پر شود",
"empty_column.public":"اینجا هنوز چیزی نیست! خودتان چیزی بنویسید یا کاربران سرورهای دیگر را پی بگیرید تا اینجا پر شود",
"error.unexpected_crash.explanation":"به خاطر اشکالی در کدهای ما یا ناسازگاری با مرورگر شما، این صفحه به درستی نمایش نیافت.",
"error.unexpected_crash.next_steps":"لطفاً صفحه را دوباره باز کنید. اگر آن هم کمکی نکرد، همچنان شاید بتوانید با ماستدون از راه یکی از اپهای آن کار کنید.",
"confirmations.delete_list.message":"Haluatko varmasti poistaa tämän listan kokonaan?",
"confirmations.delete_list.message":"Haluatko varmasti poistaa tämän listan kokonaan?",
"confirmations.domain_block.confirm":"Piilota koko verkko-osoite",
"confirmations.domain_block.confirm":"Piilota koko verkko-osoite",
"confirmations.domain_block.message":"Haluatko aivan varmasti estää koko verkko-osoitteen {domain}? Useimmiten jokunen kohdistettu esto ja mykistys riittää, ja se on suositeltavampi tapa toimia.",
"confirmations.domain_block.message":"Haluatko aivan varmasti estää koko verkko-osoitteen {domain}? Useimmiten jokunen kohdistettu esto ja mykistys riittää, ja se on suositeltavampi tapa toimia.",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Kirjaudu ulos",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Oletko varma, että haluat kirjautua ulos?",
"confirmations.mute.confirm":"Mykistä",
"confirmations.mute.confirm":"Mykistä",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Haluatko varmasti mykistää käyttäjän {name}?",
"confirmations.mute.message":"Haluatko varmasti mykistää käyttäjän {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -111,14 +111,14 @@
"confirmations.reply.message":"Jos vastaat nyt, vastaus korvaa tällä hetkellä työstämäsi viestin. Oletko varma, että haluat jatkaa?",
"confirmations.reply.message":"Jos vastaat nyt, vastaus korvaa tällä hetkellä työstämäsi viestin. Oletko varma, että haluat jatkaa?",
"embed.instructions":"Upota statuspäivitys sivullesi kopioimalla alla oleva koodi.",
"embed.instructions":"Upota statuspäivitys sivullesi kopioimalla alla oleva koodi.",
"embed.preview":"Se tulee näyttämään tältä:",
"embed.preview":"Se tulee näyttämään tältä:",
"emoji_button.activity":"Aktiviteetit",
"emoji_button.activity":"Aktiviteetit",
@ -152,6 +152,10 @@
"empty_column.mutes":"Et ole mykistänyt vielä yhtään käyttäjää.",
"empty_column.mutes":"Et ole mykistänyt vielä yhtään käyttäjää.",
"empty_column.notifications":"Sinulle ei ole vielä ilmoituksia. Aloita keskustelu juttelemalla muille.",
"empty_column.notifications":"Sinulle ei ole vielä ilmoituksia. Aloita keskustelu juttelemalla muille.",
"empty_column.public":"Täällä ei ole mitään! Saat sisältöä, kun kirjoitat jotain julkisesti tai käyt seuraamassa muiden instanssien käyttäjiä",
"empty_column.public":"Täällä ei ole mitään! Saat sisältöä, kun kirjoitat jotain julkisesti tai käyt seuraamassa muiden instanssien käyttäjiä",
"error.unexpected_crash.explanation":"Sivua ei voi näyttää oikein, johtuen bugista tai ongelmasta selaimen yhteensopivuudessa.",
"error.unexpected_crash.next_steps":"Kokeile päivittää sivu. Jos tämä ei auta, saatat yhä pystyä käyttämään Mastodonia toisen selaimen tai sovelluksen kautta.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"search_popout.tips.full_text":"Tekstihaku palauttaa tilapäivitykset, jotka olet kirjoittanut, lisännyt suosikkeihisi, boostannut tai joissa sinut mainitaan, sekä tekstin sisältävät käyttäjänimet, nimimerkit ja hastagit.",
"search_popout.tips.full_text":"Tekstihaku palauttaa tilapäivitykset, jotka olet kirjoittanut, lisännyt suosikkeihisi, boostannut tai joissa sinut mainitaan, sekä tekstin sisältävät käyttäjänimet, nimimerkit ja hastagit.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.hashtag":"hashtagit",
"search_popout.tips.status":"tila",
"search_popout.tips.status":"tila",
"search_popout.tips.text":"Tekstihaku palauttaa hakua vastaavat nimimerkit, käyttäjänimet ja hastagit",
"search_popout.tips.text":"Tekstihaku palauttaa hakua vastaavat nimimerkit, käyttäjänimet ja hastagit",
"search_popout.tips.user":"käyttäjä",
"search_popout.tips.user":"käyttäjä",
"search_results.accounts":"Ihmiset",
"search_results.accounts":"Ihmiset",
"search_results.hashtags":"Hashtagit",
"search_results.hashtags":"Hashtagit",
"search_results.statuses":"Tuuttaukset",
"search_results.statuses":"Tuuttaukset",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Tuuttausten haku sisällön perusteella ei ole käytössä tällä Mastodon-serverillä.",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {tulos} other {tulosta}}",
"status.admin_account":"Open moderation interface for @{name}",
"column_header.hide_settings":"Masquer les paramètres",
"column_header.hide_settings":"Masquer les paramètres",
"column_header.moveLeft_settings":"Déplacer la colonne vers la gauche",
"column_header.moveLeft_settings":"Déplacer la colonne vers la gauche",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Déconnexion",
"confirmations.logout.confirm":"Déconnexion",
"confirmations.logout.message":"Êtes-vous sûr de vouloir vous déconnecter ?",
"confirmations.logout.message":"Êtes-vous sûr de vouloir vous déconnecter ?",
"confirmations.mute.confirm":"Masquer",
"confirmations.mute.confirm":"Masquer",
"confirmations.mute.explanation":"Cela masquera leurs messages et les messages les mentionnant, mais cela leur permettra quand même de voir vos messages et vous suivre.",
"confirmations.mute.message":"Êtes-vous sûr·e de vouloir masquer {name} ?",
"confirmations.mute.message":"Êtes-vous sûr·e de vouloir masquer {name} ?",
"confirmations.redraft.confirm":"Effacer et ré-écrire",
"confirmations.redraft.confirm":"Effacer et ré-écrire",
"confirmations.redraft.message":"Êtes-vous sûr·e de vouloir effacer ce statut pour le ré-écrire? Ses partages ainsi que ses mises en favori seront perdu·e·s et ses réponses seront orphelines.",
"confirmations.redraft.message":"Êtes-vous sûr·e de vouloir effacer ce statut pour le ré-écrire? Ses partages ainsi que ses mises en favori seront perdu·e·s et ses réponses seront orphelines.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Vous n’avez pas encore mis d'utilisateur·rice·s en silence.",
"empty_column.mutes":"Vous n’avez pas encore mis d'utilisateur·rice·s en silence.",
"empty_column.notifications":"Vous n’avez pas encore de notification. Interagissez avec d’autres personnes pour débuter la conversation.",
"empty_column.notifications":"Vous n’avez pas encore de notification. Interagissez avec d’autres personnes pour débuter la conversation.",
"empty_column.public":"Il n’y a rien ici! Écrivez quelque chose publiquement, ou bien suivez manuellement des personnes d’autres instances pour le remplir",
"empty_column.public":"Il n’y a rien ici! Écrivez quelque chose publiquement, ou bien suivez manuellement des personnes d’autres instances pour le remplir",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Mover a columna hacia a esquerda",
"column_header.moveLeft_settings":"Mover a columna hacia a esquerda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Desconectar",
"confirmations.logout.confirm":"Desconectar",
"confirmations.logout.message":"Seguro que desexa desconectar?",
"confirmations.logout.message":"Seguro que desexa desconectar?",
"confirmations.mute.confirm":"Acalar",
"confirmations.mute.confirm":"Acalar",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Está segura de que quere acalar a {name}?",
"confirmations.mute.message":"Está segura de que quere acalar a {name}?",
"confirmations.redraft.confirm":"Eliminar e reescribir",
"confirmations.redraft.confirm":"Eliminar e reescribir",
"confirmations.redraft.message":"Está segura de querer eliminar este estado e voltalo a escribir? Perderá réplicas e favoritas, e as respostas ao orixinal quedarán orfas.",
"confirmations.redraft.message":"Está segura de querer eliminar este estado e voltalo a escribir? Perderá réplicas e favoritas, e as respostas ao orixinal quedarán orfas.",
@ -111,10 +111,10 @@
"confirmations.reply.message":"Respostando agora sobreescribirá a mensaxe que está a compoñer. Segura de querer proceder?",
"confirmations.reply.message":"Respostando agora sobreescribirá a mensaxe que está a compoñer. Segura de querer proceder?",
"confirmations.unfollow.confirm":"Deixar de seguir",
"confirmations.unfollow.confirm":"Deixar de seguir",
"confirmations.unfollow.message":"Quere deixar de seguir a {name}?",
"confirmations.unfollow.message":"Quere deixar de seguir a {name}?",
"conversation.delete":"Delete conversation",
"conversation.delete":"Eliminar conversa",
"conversation.mark_as_read":"Mark as read",
"conversation.mark_as_read":"Marcar como lido",
"conversation.open":"View conversation",
"conversation.open":"Ver conversa",
"conversation.with":"With {names}",
"conversation.with":"Con {names}",
"directory.federated":"Desde o fediverso coñecido",
"directory.federated":"Desde o fediverso coñecido",
"directory.local":"Só desde {domain}",
"directory.local":"Só desde {domain}",
"directory.new_arrivals":"Novas achegas",
"directory.new_arrivals":"Novas achegas",
@ -152,6 +152,10 @@
"empty_column.mutes":"Non acalou ningunha usuaria polo de agora.",
"empty_column.mutes":"Non acalou ningunha usuaria polo de agora.",
"empty_column.notifications":"Aínda non ten notificacións. Interactúe con outras para iniciar unha conversa.",
"empty_column.notifications":"Aínda non ten notificacións. Interactúe con outras para iniciar unha conversa.",
"empty_column.public":"Nada por aquí! Escriba algo de xeito público, ou siga manualmente usuarias de outros servidores para ir enchéndoa",
"empty_column.public":"Nada por aquí! Escriba algo de xeito público, ou siga manualmente usuarias de outros servidores para ir enchéndoa",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"להשתיק",
"confirmations.mute.confirm":"להשתיק",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"אין התראות עדיין. יאללה, הגיע הזמן להתחיל להתערבב.",
"empty_column.notifications":"אין התראות עדיין. יאללה, הגיע הזמן להתחיל להתערבב.",
"empty_column.public":"אין פה כלום! כדי למלא את הטור הזה אפשר לכתוב משהו, או להתחיל לעקוב אחרי אנשים מקהילות אחרות",
"empty_column.public":"אין פה כלום! כדי למלא את הטור הזה אפשר לכתוב משהו, או להתחיל לעקוב אחרי אנשים מקהילות אחרות",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Utišaj",
"confirmations.mute.confirm":"Utišaj",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Jesi li siguran da želiš utišati {name}?",
"confirmations.mute.message":"Jesi li siguran da želiš utišati {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"Još nemaš notifikacija. Komuniciraj sa drugima kako bi započeo razgovor.",
"empty_column.notifications":"Još nemaš notifikacija. Komuniciraj sa drugima kako bi započeo razgovor.",
"empty_column.public":"Ovdje nema ništa! Napiši nešto javno, ili ručno slijedi korisnike sa drugih instanci kako bi popunio",
"empty_column.public":"Ovdje nema ništa! Napiši nešto javno, ili ručno slijedi korisnike sa drugih instanci kako bi popunio",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Biztosan ki akar jelentkezni?",
"confirmations.logout.message":"Biztosan ki akar jelentkezni?",
"confirmations.mute.confirm":"Némítás",
"confirmations.mute.confirm":"Némítás",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Biztos, hogy némítani szeretnéd {name}?",
"confirmations.mute.message":"Biztos, hogy némítani szeretnéd {name}?",
"confirmations.redraft.confirm":"Törlés és újraírás",
"confirmations.redraft.confirm":"Törlés és újraírás",
"confirmations.redraft.message":"Biztos, hogy ezt a tülköt szeretnéd törölni és újraírni? Minden megtolást és kedvencnek jelölést elvesztesz, az eredetire adott válaszok pedig elárvulnak.",
"confirmations.redraft.message":"Biztos, hogy ezt a tülköt szeretnéd törölni és újraírni? Minden megtolást és kedvencnek jelölést elvesztesz, az eredetire adott válaszok pedig elárvulnak.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Még egy felhasználót sem némítottál le.",
"empty_column.mutes":"Még egy felhasználót sem némítottál le.",
"empty_column.notifications":"Jelenleg nincsenek értesítéseid. Lépj kapcsolatba másokkal, hogy elindítsd a beszélgetést.",
"empty_column.notifications":"Jelenleg nincsenek értesítéseid. Lépj kapcsolatba másokkal, hogy elindítsd a beszélgetést.",
"empty_column.public":"Jelenleg itt nincs semmi! Írj valamit nyilvánosan vagy kövess más szervereken levő felhasználókat, hogy megtöltsd",
"empty_column.public":"Jelenleg itt nincs semmi! Írj valamit nyilvánosan vagy kövess más szervereken levő felhasználókat, hogy megtöltsd",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Լռեցնել",
"confirmations.mute.confirm":"Լռեցնել",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Վստա՞հ ես, որ ուզում ես {name}֊ին լռեցնել։",
"confirmations.mute.message":"Վստա՞հ ես, որ ուզում ես {name}֊ին լռեցնել։",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"Ոչ մի ծանուցում դեռ չունես։ Բզիր մյուսներին՝ խոսակցությունը սկսելու համար։",
"empty_column.notifications":"Ոչ մի ծանուցում դեռ չունես։ Բզիր մյուսներին՝ խոսակցությունը սկսելու համար։",
"empty_column.public":"Այստեղ բան չկա՛։ Հրապարակային մի բան գրիր կամ հետեւիր այլ հանգույցներից էակների՝ այն լցնելու համար։",
"empty_column.public":"Այստեղ բան չկա՛։ Հրապարակային մի բան գրիր կամ հետեւիր այլ հանգույցներից էակների՝ այն լցնելու համար։",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Pindahkan kolom ke kiri",
"column_header.moveLeft_settings":"Pindahkan kolom ke kiri",
@ -101,9 +100,10 @@
"confirmations.delete_list.message":"Apakah anda yakin untuk menghapus daftar ini secara permanen?",
"confirmations.delete_list.message":"Apakah anda yakin untuk menghapus daftar ini secara permanen?",
"confirmations.domain_block.confirm":"Sembunyikan keseluruhan domain",
"confirmations.domain_block.confirm":"Sembunyikan keseluruhan domain",
"confirmations.domain_block.message":"Apakah anda benar benar yakin untuk memblokir keseluruhan {domain}? Dalam kasus tertentu beberapa pemblokiran atau penyembunyian lebih baik.",
"confirmations.domain_block.message":"Apakah anda benar benar yakin untuk memblokir keseluruhan {domain}? Dalam kasus tertentu beberapa pemblokiran atau penyembunyian lebih baik.",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Keluar",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Apakah anda yakin ingin keluar?",
"confirmations.mute.confirm":"Bisukan",
"confirmations.mute.confirm":"Bisukan",
"confirmations.mute.explanation":"Ini akan menyembunyikan pos dari mereka dan pos yang menyebut mereka, tapi ini tetap mengizinkan mereka melihat posmu dan mengikutimu.",
"confirmations.mute.message":"Apa anda yakin ingin membisukan {name}?",
"confirmations.mute.message":"Apa anda yakin ingin membisukan {name}?",
"confirmations.redraft.confirm":"Hapus dan konsep ulang",
"confirmations.redraft.confirm":"Hapus dan konsep ulang",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -111,14 +111,14 @@
"confirmations.reply.message":"Membalas sekarang akan menimpa pesan yang sedang Anda buat. Anda yakin ingin melanjutkan?",
"confirmations.reply.message":"Membalas sekarang akan menimpa pesan yang sedang Anda buat. Anda yakin ingin melanjutkan?",
"confirmations.unfollow.message":"Apakah anda ingin berhenti mengikuti {name}?",
"confirmations.unfollow.message":"Apakah anda ingin berhenti mengikuti {name}?",
"conversation.delete":"Delete conversation",
"conversation.delete":"Hapus percakapan",
"conversation.mark_as_read":"Mark as read",
"conversation.mark_as_read":"Tandai sudah dibaca",
"conversation.open":"View conversation",
"conversation.open":"Lihat percakapan",
"conversation.with":"With {names}",
"conversation.with":"Dengan {names}",
"directory.federated":"From known fediverse",
"directory.federated":"Dari fediverse yang dikenal",
"directory.local":"From {domain} only",
"directory.local":"Dari {domain} saja",
"directory.new_arrivals":"New arrivals",
"directory.new_arrivals":"New arrivals",
"directory.recently_active":"Recently active",
"directory.recently_active":"Baru-baru ini aktif",
"embed.instructions":"Sematkan status ini di website anda dengan menyalin kode di bawah ini.",
"embed.instructions":"Sematkan status ini di website anda dengan menyalin kode di bawah ini.",
"embed.preview":"Seperti ini nantinya:",
"embed.preview":"Seperti ini nantinya:",
"emoji_button.activity":"Aktivitas",
"emoji_button.activity":"Aktivitas",
@ -152,6 +152,10 @@
"empty_column.mutes":"Anda belum membisukan siapapun.",
"empty_column.mutes":"Anda belum membisukan siapapun.",
"empty_column.notifications":"Anda tidak memiliki notifikasi apapun. Berinteraksi dengan orang lain untuk memulai percakapan.",
"empty_column.notifications":"Anda tidak memiliki notifikasi apapun. Berinteraksi dengan orang lain untuk memulai percakapan.",
"empty_column.public":"Tidak ada apapun disini! Tulis sesuatu, atau ikuti pengguna lain dari server lain untuk mengisi ini",
"empty_column.public":"Tidak ada apapun disini! Tulis sesuatu, atau ikuti pengguna lain dari server lain untuk mengisi ini",
"error.unexpected_crash.explanation":"Karena kutu pada kode kami atau isu kompatibilitas peramban, halaman tak dapat ditampilkan dengan benar.",
"error.unexpected_crash.next_steps":"Coba segarkan halaman. Jika tak membantu, Anda masih bisa memakai Mastodon dengan peramban berbeda atau aplikasi native.",
"errors.unexpected_crash.copy_stacktrace":"Salin stacktrace ke papan klip",
"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":"Anda dapat menyimpan toot untuk dibaca nanti, biarkan penulis tahu Anda menyukainya, dengan memfavoritkannya.",
"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.",
"introduction.welcome.text":"Selamat datang di fediverse! Beberapa saat lagi, Anda dapat menyiarkan pesan dan berbincang dengan teman lintas server. Namun server ini, {domain}, spesial--ia menyimpan profil Anda, jadi ingatlah namanya.",
"keyboard_shortcuts.back":"untuk kembali",
"keyboard_shortcuts.back":"untuk kembali",
"keyboard_shortcuts.blocked":"to open blocked users list",
"keyboard_shortcuts.blocked":"buka daftar pengguna terblokir",
"keyboard_shortcuts.boost":"untuk menyebarkan",
"keyboard_shortcuts.boost":"untuk menyebarkan",
"keyboard_shortcuts.column":"untuk fokus kepada sebuah status di sebuah kolom",
"keyboard_shortcuts.column":"untuk fokus kepada sebuah status di sebuah kolom",
"keyboard_shortcuts.compose":"untuk fokus ke area penulisan",
"keyboard_shortcuts.compose":"untuk fokus ke area penulisan",
"keyboard_shortcuts.description":"Deskripsi",
"keyboard_shortcuts.description":"Deskripsi",
"keyboard_shortcuts.direct":"to open direct messages column",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"Tu havas ankore nula savigo. Komunikez kun altri por debutar la konverso.",
"empty_column.notifications":"Tu havas ankore nula savigo. Komunikez kun altri por debutar la konverso.",
"empty_column.public":"Esas nulo hike! Skribez ulo publike, o manuale sequez uzeri de altra instaluri por plenigar ol.",
"empty_column.public":"Esas nulo hike! Skribez ulo publike, o manuale sequez uzeri de altra instaluri por plenigar ol.",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Sposta colonna a sinistra",
"column_header.moveLeft_settings":"Sposta colonna a sinistra",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Esci",
"confirmations.logout.confirm":"Esci",
"confirmations.logout.message":"Sei sicuro di voler uscire?",
"confirmations.logout.message":"Sei sicuro di voler uscire?",
"confirmations.mute.confirm":"Silenzia",
"confirmations.mute.confirm":"Silenzia",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Sei sicuro di voler silenziare {name}?",
"confirmations.mute.message":"Sei sicuro di voler silenziare {name}?",
"confirmations.redraft.confirm":"Cancella e riscrivi",
"confirmations.redraft.confirm":"Cancella e riscrivi",
"confirmations.redraft.message":"Sei sicuro di voler cancellare questo stato e riscriverlo? Perderai tutte le risposte, condivisioni e preferiti.",
"confirmations.redraft.message":"Sei sicuro di voler cancellare questo stato e riscriverlo? Perderai tutte le risposte, condivisioni e preferiti.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Non hai ancora silenziato nessun utente.",
"empty_column.mutes":"Non hai ancora silenziato nessun utente.",
"empty_column.notifications":"Non hai ancora nessuna notifica. Interagisci con altri per iniziare conversazioni.",
"empty_column.notifications":"Non hai ancora nessuna notifica. Interagisci con altri per iniziare conversazioni.",
"empty_column.public":"Qui non c'è nulla! Scrivi qualcosa pubblicamente, o aggiungi utenti da altri server per riempire questo spazio",
"empty_column.public":"Qui non c'è nulla! Scrivi qualcosa pubblicamente, o aggiungi utenti da altri server per riempire questo spazio",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"სვეტის მარცხნივ გადატანა",
"column_header.moveLeft_settings":"სვეტის მარცხნივ გადატანა",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"გაჩუმება",
"confirmations.mute.confirm":"გაჩუმება",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.redraft.confirm":"გაუქმება და გადანაწილება",
"confirmations.redraft.confirm":"გაუქმება და გადანაწილება",
"confirmations.redraft.message":"დარწმუნებული ხართ, გსურთ გააუქმოთ ეს სტატუსი და გადაანაწილოთ? დაკარგავთ ყველა პასუხს, ბუსტს და მასზედ არსებულ ფავორიტს.",
"confirmations.redraft.message":"დარწმუნებული ხართ, გსურთ გააუქმოთ ეს სტატუსი და გადაანაწილოთ? დაკარგავთ ყველა პასუხს, ბუსტს და მასზედ არსებულ ფავორიტს.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"ჯერ შეტყობინებები არ გაქვთ. საუბრის დასაწყებად იურთიერთქმედეთ სხვებთან.",
"empty_column.notifications":"ჯერ შეტყობინებები არ გაქვთ. საუბრის დასაწყებად იურთიერთქმედეთ სხვებთან.",
"empty_column.public":"აქ არაფერია! შესავსებად, დაწერეთ რაიმე ღიად ან ხელით გაჰყევით მომხმარებლებს სხვა ინსტანციებისგან",
"empty_column.public":"აქ არაფერია! შესავსებად, დაწერეთ რაიმე ღიად ან ხელით გაჰყევით მომხმარებლებს სხვა ინსტანციებისგან",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Үнсіз қылу",
"confirmations.mute.confirm":"Үнсіз қылу",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"{name} атты қолданушы үнсіз болсын ба?",
"confirmations.mute.message":"{name} атты қолданушы үнсіз болсын ба?",
"confirmations.redraft.confirm":"Өшіруді құптау",
"confirmations.redraft.confirm":"Өшіруді құптау",
"confirmations.redraft.message":"Бұл жазбаны өшіріп, нобайларға жібереміз бе? Барлық жауаптар мен лайктарды жоғалтасыз.",
"confirmations.redraft.message":"Бұл жазбаны өшіріп, нобайларға жібереміз бе? Барлық жауаптар мен лайктарды жоғалтасыз.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Әзірше ешқандай үнсізге қойылған қолданушы жоқ.",
"empty_column.mutes":"Әзірше ешқандай үнсізге қойылған қолданушы жоқ.",
"empty_column.notifications":"Әзірше ешқандай ескертпе жоқ. Басқалармен араласуды бастаңыз және пікірталастарға қатысыңыз.",
"empty_column.notifications":"Әзірше ешқандай ескертпе жоқ. Басқалармен араласуды бастаңыз және пікірталастарға қатысыңыз.",
"empty_column.public":"Ештеңе жоқ бұл жерде! Өзіңіз бастап жазып көріңіз немесе басқаларға жазылыңыз",
"empty_column.public":"Ештеңе жоқ бұл жерде! Өзіңіз бастап жазып көріңіз немесе басқаларға жазылыңыз",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Pārvietot kolonu pa kreisi",
"column_header.moveLeft_settings":"Pārvietot kolonu pa kreisi",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Apklusināt",
"confirmations.mute.confirm":"Apklusināt",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Vai Tu tiešām velies apklusināt {name}?",
"confirmations.mute.message":"Vai Tu tiešām velies apklusināt {name}?",
"confirmations.redraft.confirm":"Dzēst un pārrakstīt",
"confirmations.redraft.confirm":"Dzēst un pārrakstīt",
"confirmations.redraft.message":"Vai tiešām vēlies dzēst un pārrakstīt šo ierakstu? Favorīti un paceltie ieraksti tiks dzēsti, kā arī atbildes tiks atsaistītas no šī ieraksta.",
"confirmations.redraft.message":"Vai tiešām vēlies dzēst un pārrakstīt šo ierakstu? Favorīti un paceltie ieraksti tiks dzēsti, kā arī atbildes tiks atsaistītas no šī ieraksta.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Tu neesi nevienu apklusinājis.",
"empty_column.mutes":"Tu neesi nevienu apklusinājis.",
"empty_column.notifications":"Tev nav paziņojumu. Iesaisties sarunās ar citiem.",
"empty_column.notifications":"Tev nav paziņojumu. Iesaisties sarunās ar citiem.",
"empty_column.public":"Šeit nekā nav, tukšums! Ieraksti kaut ko publiski, vai uzmeklē un seko kādam no citas instances",
"empty_column.public":"Šeit nekā nav, tukšums! Ieraksti kaut ko publiski, vai uzmeklē un seko kādam no citas instances",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"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. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"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.unfollow.confirm":"Unfollow",
"confirmations.unfollow.message":"Are you sure you want to unfollow {name}?",
"conversation.delete":"Delete conversation",
"conversation.mark_as_read":"Mark as read",
"conversation.open":"View conversation",
"conversation.with":"With {names}",
"directory.federated":"From known fediverse",
"directory.local":"From {domain} only",
"directory.new_arrivals":"New arrivals",
"directory.recently_active":"Recently active",
"embed.instructions":"Embed this status on your website by copying the code below.",
"embed.preview":"Here is what it will look like:",
"empty_column.blocks":"You haven't blocked any users yet.",
"empty_column.community":"The local timeline is empty. Write something publicly to get the ball rolling!",
"empty_column.direct":"You don't have any direct messages yet. When you send or receive one, it will show up here.",
"empty_column.domain_blocks":"There are no hidden domains yet.",
"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.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Visit {public} or use search to get started and meet other users.",
"empty_column.home.public_timeline":"the public timeline",
"empty_column.list":"There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
"empty_column.lists":"You don't have any lists yet. When you create one, it will show up here.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"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.",
"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",
"keyboard_shortcuts.description":"Description",
"keyboard_shortcuts.direct":"to open direct messages column",
"keyboard_shortcuts.down":"to move down in the list",
"keyboard_shortcuts.enter":"to open status",
"keyboard_shortcuts.favourite":"to favourite",
"keyboard_shortcuts.favourites":"to open favourites list",
"keyboard_shortcuts.federated":"to open federated timeline",
"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.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_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.cancel_reblog_private":"Unboost",
"status.cannot_reblog":"This post cannot be boosted",
"column_header.moveLeft_settings":"Move column to the left",
"column_header.moveLeft_settings":"Move column to the left",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.confirm":"Mute",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.mute.message":"Are you sure you want to mute {name}?",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
"confirmations.redraft.message":"Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Kolom naar links verplaatsen",
"column_header.moveLeft_settings":"Kolom naar links verplaatsen",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Uitloggen",
"confirmations.logout.confirm":"Uitloggen",
"confirmations.logout.message":"Weet je zeker dat je wilt uitloggen?",
"confirmations.logout.message":"Weet je zeker dat je wilt uitloggen?",
"confirmations.mute.confirm":"Negeren",
"confirmations.mute.confirm":"Negeren",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Weet je het zeker dat je {name} wilt negeren?",
"confirmations.mute.message":"Weet je het zeker dat je {name} wilt negeren?",
"confirmations.redraft.confirm":"Verwijderen en herschrijven",
"confirmations.redraft.confirm":"Verwijderen en herschrijven",
"confirmations.redraft.message":"Weet je zeker dat je deze toot wilt verwijderen en herschrijven? Je verliest wel de boosts en favorieten, en reacties op de originele toot zitten niet meer aan de nieuwe toot vast.",
"confirmations.redraft.message":"Weet je zeker dat je deze toot wilt verwijderen en herschrijven? Je verliest wel de boosts en favorieten, en reacties op de originele toot zitten niet meer aan de nieuwe toot vast.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Jij hebt nog geen gebruikers genegeerd.",
"empty_column.mutes":"Jij hebt nog geen gebruikers genegeerd.",
"empty_column.notifications":"Je hebt nog geen meldingen. Begin met iemand een gesprek.",
"empty_column.notifications":"Je hebt nog geen meldingen. Begin met iemand een gesprek.",
"empty_column.public":"Er is hier helemaal niks! Toot iets in het openbaar of volg mensen van andere servers om het te vullen",
"empty_column.public":"Er is hier helemaal niks! Toot iets in het openbaar of volg mensen van andere servers om het te vullen",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Flytt feltet til venstre",
"column_header.moveLeft_settings":"Flytt feltet til venstre",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Logg ut",
"confirmations.logout.confirm":"Logg ut",
"confirmations.logout.message":"Er du sikker på at du vill logge ut?",
"confirmations.logout.message":"Er du sikker på at du vill logge ut?",
"confirmations.mute.confirm":"Målbind",
"confirmations.mute.confirm":"Målbind",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Er du sikker på at d vill målbinde {name}?",
"confirmations.mute.message":"Er du sikker på at d vill målbinde {name}?",
"confirmations.redraft.message":"Er du sikker på at du vill slette statusen og gjennoprette den? Favoritter og framhevinger vill bli borte, og svar til den originale posten vill bli einstøing.",
"confirmations.redraft.message":"Er du sikker på at du vill slette statusen og gjennoprette den? Favoritter og framhevinger vill bli borte, og svar til den originale posten vill bli einstøing.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.notifications":"You don't have any notifications yet. Interact with others to start the conversation.",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"empty_column.public":"There is nothing here! Write something publicly, or manually follow users from other servers to fill it up",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Flytt feltet til venstre",
"column_header.moveLeft_settings":"Flytt feltet til venstre",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Demp",
"confirmations.mute.confirm":"Demp",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Er du sikker på at du vil dempe {name}?",
"confirmations.mute.message":"Er du sikker på at du vil dempe {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"Du har ingen varsler ennå. Kommuniser med andre for å begynne samtalen.",
"empty_column.notifications":"Du har ingen varsler ennå. Kommuniser med andre for å begynne samtalen.",
"empty_column.public":"Det er ingenting her! Skriv noe offentlig, eller følg brukere manuelt fra andre instanser for å fylle den opp",
"empty_column.public":"Det er ingenting her! Skriv noe offentlig, eller følg brukere manuelt fra andre instanser for å fylle den opp",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.hide_settings":"Amagar los paramètres",
"column_header.hide_settings":"Amagar los paramètres",
"column_header.moveLeft_settings":"Desplaçar la colomna a man drecha",
"column_header.moveLeft_settings":"Desplaçar la colomna a man drecha",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Desconnexion",
"confirmations.logout.confirm":"Desconnexion",
"confirmations.logout.message":"Volètz vertadièrament vos desconnectar ?",
"confirmations.logout.message":"Volètz vertadièrament vos desconnectar ?",
"confirmations.mute.confirm":"Rescondre",
"confirmations.mute.confirm":"Rescondre",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.redraft.confirm":"Escafar & tornar formular",
"confirmations.redraft.confirm":"Escafar & tornar formular",
"confirmations.redraft.message":"Volètz vertadièrament escafar aqueste estatut e lo reformular? Totes sos partiments e favorits seràn perduts, e sas responsas seràn orfanèlas.",
"confirmations.redraft.message":"Volètz vertadièrament escafar aqueste estatut e lo reformular? Totes sos partiments e favorits seràn perduts, e sas responsas seràn orfanèlas.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Encara avètz pas mes en silenci degun.",
"empty_column.mutes":"Encara avètz pas mes en silenci degun.",
"empty_column.notifications":"Avètz pas encara de notificacions. Respondètz a qualqu’un per començar una conversacion.",
"empty_column.notifications":"Avètz pas encara de notificacions. Respondètz a qualqu’un per començar una conversacion.",
"empty_column.public":"I a pas res aquí! Escrivètz quicòm de public, o seguètz de personas d’autres servidors per garnir lo flux public",
"empty_column.public":"I a pas res aquí! Escrivètz quicòm de public, o seguètz de personas d’autres servidors per garnir lo flux public",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Przesuń kolumnę w lewo",
"column_header.moveLeft_settings":"Przesuń kolumnę w lewo",
@ -108,6 +107,7 @@
"confirmations.logout.confirm":"Wyloguj",
"confirmations.logout.confirm":"Wyloguj",
"confirmations.logout.message":"Czy na pewno chcesz się wylogować?",
"confirmations.logout.message":"Czy na pewno chcesz się wylogować?",
"confirmations.mute.confirm":"Wycisz",
"confirmations.mute.confirm":"Wycisz",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Czy na pewno chcesz wyciszyć {name}?",
"confirmations.mute.message":"Czy na pewno chcesz wyciszyć {name}?",
"confirmations.redraft.confirm":"Usuń i przeredaguj",
"confirmations.redraft.confirm":"Usuń i przeredaguj",
"confirmations.redraft.message":"Czy na pewno chcesz usunąć i przeredagować ten wpis? Polubienia i podbicia zostaną utracone, a odpowiedzi do oryginalnego wpisu zostaną osierocone.",
"confirmations.redraft.message":"Czy na pewno chcesz usunąć i przeredagować ten wpis? Polubienia i podbicia zostaną utracone, a odpowiedzi do oryginalnego wpisu zostaną osierocone.",
@ -156,6 +156,10 @@
"empty_column.mutes":"Nie wyciszyłeś(-aś) jeszcze żadnego użytkownika.",
"empty_column.mutes":"Nie wyciszyłeś(-aś) jeszcze żadnego użytkownika.",
"empty_column.notifications":"Nie masz żadnych powiadomień. Rozpocznij interakcje z innymi użytkownikami.",
"empty_column.notifications":"Nie masz żadnych powiadomień. Rozpocznij interakcje z innymi użytkownikami.",
"empty_column.public":"Tu nic nie ma! Napisz coś publicznie, lub dodaj ludzi z innych serwerów, aby to wyświetlić",
"empty_column.public":"Tu nic nie ma! Napisz coś publicznie, lub dodaj ludzi z innych serwerów, aby to wyświetlić",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Mover coluna para a esquerda",
"column_header.moveLeft_settings":"Mover coluna para a esquerda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Sair",
"confirmations.logout.confirm":"Sair",
"confirmations.logout.message":"Tem certeza que deseja encerrar a sessão?",
"confirmations.logout.message":"Tem certeza que deseja encerrar a sessão?",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.explanation":"Isto irá esconder postagens e postagens que mencionam, mas ainda vai permitir que eles vejam suas publicações e sigam você.",
"confirmations.mute.message":"Você tem certeza de que quer silenciar {name}?",
"confirmations.mute.message":"Você tem certeza de que quer silenciar {name}?",
"confirmations.redraft.confirm":"Apagar & usar como rascunho",
"confirmations.redraft.confirm":"Apagar & usar como rascunho",
"confirmations.redraft.message":"Você tem certeza que deseja apagar esse status e usá-lo como rascunho? Seus compartilhamentos e favoritos serão perdidos e as respostas ao toot original ficarão desconectadas.",
"confirmations.redraft.message":"Você tem certeza que deseja apagar esse status e usá-lo como rascunho? Seus compartilhamentos e favoritos serão perdidos e as respostas ao toot original ficarão desconectadas.",
@ -116,7 +116,7 @@
"conversation.open":"Ver conversa",
"conversation.open":"Ver conversa",
"conversation.with":"Com {names}",
"conversation.with":"Com {names}",
"directory.federated":"De fediverso conhecido",
"directory.federated":"De fediverso conhecido",
"directory.local":"From {domain} only",
"directory.local":"De {domain} apenas",
"directory.new_arrivals":"Acabaram de chegar",
"directory.new_arrivals":"Acabaram de chegar",
"directory.recently_active":"Reverta esta propriedade para seu valor padrão",
"directory.recently_active":"Reverta esta propriedade para seu valor padrão",
"embed.instructions":"Incorpore esta postagem em seu site copiando o código abaixo.",
"embed.instructions":"Incorpore esta postagem em seu site copiando o código abaixo.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Você ainda não silenciou nenhum usuário.",
"empty_column.mutes":"Você ainda não silenciou nenhum usuário.",
"empty_column.notifications":"Você ainda não possui notificações. Interaja com outros usuários para começar a conversar.",
"empty_column.notifications":"Você ainda não possui notificações. Interaja com outros usuários para começar a conversar.",
"empty_column.public":"Não há nada aqui! Escreva algo publicamente ou siga manualmente usuários de outras instâncias",
"empty_column.public":"Não há nada aqui! Escreva algo publicamente ou siga manualmente usuários de outras instâncias",
"error.unexpected_crash.explanation":"Devido a um bug em nosso código ou a um problema de compatibilidade do navegador, esta página não pode ser exibida corretamente.",
"error.unexpected_crash.next_steps":"Tente atualizar a página. Se isso não ajudar, você ainda pode usar Mastodon através de um navegador diferente ou aplicativo nativo.",
"errors.unexpected_crash.copy_stacktrace":"Copiar stacktrace para a área de transferência",
"column_header.moveLeft_settings":"Mover coluna para a esquerda",
"column_header.moveLeft_settings":"Mover coluna para a esquerda",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.confirm":"Silenciar",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"De certeza que queres silenciar {name}?",
"confirmations.mute.message":"De certeza que queres silenciar {name}?",
"confirmations.redraft.message":"Tens a certeza que queres apagar e redigir esta publicação? Os favoritos e as partilhas perder-se-ão e as respostas à publicação original ficarão órfãs.",
"confirmations.redraft.message":"Tens a certeza que queres apagar e redigir esta publicação? Os favoritos e as partilhas perder-se-ão e as respostas à publicação original ficarão órfãs.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Ainda não silenciaste qualquer utilizador.",
"empty_column.mutes":"Ainda não silenciaste qualquer utilizador.",
"empty_column.notifications":"Não tens notificações. Interage com outros utilizadores para iniciar uma conversa.",
"empty_column.notifications":"Não tens notificações. Interage com outros utilizadores para iniciar uma conversa.",
"empty_column.public":"Não há nada aqui! Escreve algo publicamente ou segue outros utilizadores para veres aqui os conteúdos públicos",
"empty_column.public":"Não há nada aqui! Escreve algo publicamente ou segue outros utilizadores para veres aqui os conteúdos públicos",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Mută coloana la stânga",
"column_header.moveLeft_settings":"Mută coloana la stânga",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Oprește",
"confirmations.mute.confirm":"Oprește",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ești sigur că vrei să oprești {name}?",
"confirmations.mute.message":"Ești sigur că vrei să oprești {name}?",
"confirmations.redraft.confirm":"Șterge și salvează ca ciornă",
"confirmations.redraft.confirm":"Șterge și salvează ca ciornă",
"confirmations.redraft.message":"Ești sigur că vrei să faci asta? Tot ce ține de această postare, inclusiv răspunsurile vor fi deconectate.",
"confirmations.redraft.message":"Ești sigur că vrei să faci asta? Tot ce ține de această postare, inclusiv răspunsurile vor fi deconectate.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Nu ai oprit nici un utilizator incă.",
"empty_column.mutes":"Nu ai oprit nici un utilizator incă.",
"empty_column.notifications":"Nu ai nici o notificare încă. Interacționează cu alții pentru a începe o conversație.",
"empty_column.notifications":"Nu ai nici o notificare încă. Interacționează cu alții pentru a începe o conversație.",
"empty_column.public":"Nu este nimci aici încă! Scrie ceva public, sau urmărește alți utilizatori din alte instanțe pentru a porni fluxul",
"empty_column.public":"Nu este nimci aici încă! Scrie ceva public, sau urmărește alți utilizatori din alte instanțe pentru a porni fluxul",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.delete_list.message":"Вы действительно хотите навсегда удалить этот список?",
"confirmations.delete_list.message":"Вы действительно хотите навсегда удалить этот список?",
"confirmations.domain_block.confirm":"Блокировать весь домен",
"confirmations.domain_block.confirm":"Блокировать весь домен",
"confirmations.domain_block.message":"Вы на самом деле уверены, что хотите блокировать весь {domain}? В большинстве случаев нескольких отдельных блокировок или глушений достаточно.",
"confirmations.domain_block.message":"Вы на самом деле уверены, что хотите блокировать весь {domain}? В большинстве случаев нескольких отдельных блокировок или глушений достаточно.",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Выйти",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Вы уверены, что хотите выйти?",
"confirmations.mute.confirm":"Заглушить",
"confirmations.mute.confirm":"Заглушить",
"confirmations.mute.explanation":"Будут скрыты их посты и те, где они упоминаются, но они при этом смогут видеть ваши посты и подписываться на вас.",
"confirmations.mute.message":"Вы уверены, что хотите заглушить {name}?",
"confirmations.mute.message":"Вы уверены, что хотите заглушить {name}?",
"confirmations.redraft.confirm":"Удалить и исправить",
"confirmations.redraft.confirm":"Удалить и исправить",
"confirmations.redraft.message":"Вы уверены, что хотите удалить этот статус и превратить в черновик? Вы потеряете все ответы, продвижения и отметки 'нравится' к нему.",
"confirmations.redraft.message":"Вы уверены, что хотите удалить этот статус и превратить в черновик? Вы потеряете все ответы, продвижения и отметки 'нравится' к нему.",
@ -111,14 +111,14 @@
"confirmations.reply.message":"При ответе текст набираемого сообщения будет перезаписан. Продолжить?",
"confirmations.reply.message":"При ответе текст набираемого сообщения будет перезаписан. Продолжить?",
"confirmations.unfollow.confirm":"Отписаться",
"confirmations.unfollow.confirm":"Отписаться",
"confirmations.unfollow.message":"Вы уверены, что хотите отписаться от {name}?",
"confirmations.unfollow.message":"Вы уверены, что хотите отписаться от {name}?",
"embed.instructions":"Встройте этот статус на Вашем сайте, скопировав код внизу.",
"embed.instructions":"Встройте этот статус на Вашем сайте, скопировав код внизу.",
"embed.preview":"Так это будет выглядеть:",
"embed.preview":"Так это будет выглядеть:",
"emoji_button.activity":"Занятия",
"emoji_button.activity":"Занятия",
@ -152,6 +152,10 @@
"empty_column.mutes":"Вы ещё никого не скрывали.",
"empty_column.mutes":"Вы ещё никого не скрывали.",
"empty_column.notifications":"У вас пока нет уведомлений. Взаимодействуйте с другими, чтобы завести разговор.",
"empty_column.notifications":"У вас пока нет уведомлений. Взаимодействуйте с другими, чтобы завести разговор.",
"empty_column.public":"Здесь ничего нет! Опубликуйте что-нибудь или подпишитесь на пользователей с других узлов, чтобы заполнить ленту.",
"empty_column.public":"Здесь ничего нет! Опубликуйте что-нибудь или подпишитесь на пользователей с других узлов, чтобы заполнить ленту.",
"error.unexpected_crash.explanation":"Из-за несовместимого браузера или ошибки в нашем коде, эта страница не может быть корректно отображена.",
"error.unexpected_crash.next_steps":"Попробуйте обновить страницу. Если проблема не исчезает, используйте Mastodon из-под другого браузера или приложения.",
"errors.unexpected_crash.copy_stacktrace":"Копировать стектрейс в буфер обмена",
"errors.unexpected_crash.report_issue":"Сообщить о проблеме",
"follow_request.authorize":"Авторизовать",
"follow_request.authorize":"Авторизовать",
"follow_request.reject":"Отказать",
"follow_request.reject":"Отказать",
"getting_started.developers":"Разработчикам",
"getting_started.developers":"Разработчикам",
@ -297,9 +301,10 @@
"notifications.group":"{count} уведомл.",
"notifications.group":"{count} уведомл.",
"poll.closed":"Завершён",
"poll.closed":"Завершён",
"poll.refresh":"Обновить",
"poll.refresh":"Обновить",
"poll.total_people":"{count, plural, one {# человек} few {# человека} many {# человек} other {# человек}}",
"poll.total_votes":"{count, plural, one {# голос} few {# голоса} many {# голосов} other {# голосов}}",
"poll.total_votes":"{count, plural, one {# голос} few {# голоса} many {# голосов} other {# голосов}}",
"confirmations.logout.message":"Si si istý/á, že sa chceš odhlásiť?",
"confirmations.logout.message":"Si si istý/á, že sa chceš odhlásiť?",
"confirmations.mute.confirm":"Ignoruj",
"confirmations.mute.confirm":"Ignoruj",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.redraft.confirm":"Vyčisti a prepíš",
"confirmations.redraft.confirm":"Vyčisti a prepíš",
"confirmations.redraft.message":"Si si istý/á, že chceš premazať a prepísať tento príspevok? Jeho nadobudnuté vyzdvihnutia a obľúbenia, ale i odpovede na pôvodný príspevok budú odlúčené.",
"confirmations.redraft.message":"Si si istý/á, že chceš premazať a prepísať tento príspevok? Jeho nadobudnuté vyzdvihnutia a obľúbenia, ale i odpovede na pôvodný príspevok budú odlúčené.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Ešte si nestĺmil žiadných užívateľov.",
"empty_column.mutes":"Ešte si nestĺmil žiadných užívateľov.",
"empty_column.notifications":"Ešte nemáš žiadne oznámenia. Začni komunikovať s ostatnými, aby diskusia mohla začať.",
"empty_column.notifications":"Ešte nemáš žiadne oznámenia. Začni komunikovať s ostatnými, aby diskusia mohla začať.",
"empty_column.public":"Ešte tu nič nie je. Napíš niečo verejne, alebo začni sledovať užívateľov z iných serverov, aby tu niečo pribudlo",
"empty_column.public":"Ešte tu nič nie je. Napíš niečo verejne, alebo začni sledovať užívateľov z iných serverov, aby tu niečo pribudlo",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Premakni stolpec na levo",
"column_header.moveLeft_settings":"Premakni stolpec na levo",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Log out",
"confirmations.logout.confirm":"Log out",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Utišanje",
"confirmations.mute.confirm":"Utišanje",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ali ste prepričani, da želite utišati {name}?",
"confirmations.mute.message":"Ali ste prepričani, da želite utišati {name}?",
"confirmations.redraft.confirm":"Izbriši in preoblikuj",
"confirmations.redraft.confirm":"Izbriši in preoblikuj",
"confirmations.redraft.message":"Ali ste prepričani, da želite izbrisati ta status in ga preoblikovati? Vzljubi in spodbude bodo izgubljeni, odgovori na izvirno objavo pa bodo osiroteli.",
"confirmations.redraft.message":"Ali ste prepričani, da želite izbrisati ta status in ga preoblikovati? Vzljubi in spodbude bodo izgubljeni, odgovori na izvirno objavo pa bodo osiroteli.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Niste utišali še nobenega uporabnika.",
"empty_column.mutes":"Niste utišali še nobenega uporabnika.",
"empty_column.notifications":"Nimate še nobenih obvestil. Povežite se z drugimi, da začnete pogovor.",
"empty_column.notifications":"Nimate še nobenih obvestil. Povežite se z drugimi, da začnete pogovor.",
"empty_column.public":"Tukaj ni ničesar! Da ga napolnite, napišite nekaj javnega ali pa ročno sledite uporabnikom iz drugih strežnikov",
"empty_column.public":"Tukaj ni ničesar! Da ga napolnite, napišite nekaj javnega ali pa ročno sledite uporabnikom iz drugih strežnikov",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Heshtoje",
"confirmations.mute.confirm":"Heshtoje",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Jeni i sigurt se doni të heshtohet {name}?",
"confirmations.mute.message":"Jeni i sigurt se doni të heshtohet {name}?",
"confirmations.redraft.message":"Jeni i sigurt se doni të fshihet kjo gjendje dhe të rihartohet? Parapëlqimet dhe boosts do të humbin, ndërsa përgjigjet te postimi origjinal do të bëhen jetime.",
"confirmations.redraft.message":"Jeni i sigurt se doni të fshihet kjo gjendje dhe të rihartohet? Parapëlqimet dhe boosts do të humbin, ndërsa përgjigjet te postimi origjinal do të bëhen jetime.",
@ -152,6 +152,10 @@
"empty_column.mutes":"S’keni heshtuar ende ndonjë përdorues.",
"empty_column.mutes":"S’keni heshtuar ende ndonjë përdorues.",
"empty_column.notifications":"Ende s’keni ndonjë njoftim. Ndërveproni me të tjerët që të nisë biseda.",
"empty_column.notifications":"Ende s’keni ndonjë njoftim. Ndërveproni me të tjerët që të nisë biseda.",
"empty_column.public":"S’ka gjë këtu! Shkruani diçka publikisht, ose ndiqni dorazi përdorues prej instancash të tjera, që ta mbushni këtë zonë",
"empty_column.public":"S’ka gjë këtu! Shkruani diçka publikisht, ose ndiqni dorazi përdorues prej instancash të tjera, që ta mbushni këtë zonë",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Ućutkaj",
"confirmations.mute.confirm":"Ućutkaj",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Da li stvarno želite da ućutkate korisnika {name}?",
"confirmations.mute.message":"Da li stvarno želite da ućutkate korisnika {name}?",
"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":"Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.",
@ -152,6 +152,10 @@
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.mutes":"You haven't muted any users yet.",
"empty_column.notifications":"Trenutno nemate obaveštenja. Družite se malo da započnete razgovore.",
"empty_column.notifications":"Trenutno nemate obaveštenja. Družite se malo da započnete razgovore.",
"empty_column.public":"Ovde nema ničega! Napišite nešto javno, ili nađite korisnike sa drugih instanci koje ćete zapratiti da popunite ovu prazninu",
"empty_column.public":"Ovde nema ničega! Napišite nešto javno, ili nađite korisnike sa drugih instanci koje ćete zapratiti da popunite ovu prazninu",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"Ућуткај",
"confirmations.mute.confirm":"Ућуткај",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Да ли стварно желите да ућуткате корисника {name}?",
"confirmations.mute.message":"Да ли стварно желите да ућуткате корисника {name}?",
"confirmations.redraft.confirm":"Избриши и преправи",
"confirmations.redraft.confirm":"Избриши и преправи",
"confirmations.redraft.message":"Да ли сте сигурни да желите да избришете овај статус и да га преправите? Сва стављања у омиљене трубе, као и подршке ће бити изгубљене, а одговори на оригинални пост ће бити поништени.",
"confirmations.redraft.message":"Да ли сте сигурни да желите да избришете овај статус и да га преправите? Сва стављања у омиљене трубе, као и подршке ће бити изгубљене, а одговори на оригинални пост ће бити поништени.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Још увек немате ућутканих корисника.",
"empty_column.mutes":"Још увек немате ућутканих корисника.",
"empty_column.notifications":"Тренутно немате обавештења. Дружите се мало да започнете разговор.",
"empty_column.notifications":"Тренутно немате обавештења. Дружите се мало да започнете разговор.",
"empty_column.public":"Овде нема ничега! Напишите нешто јавно, или нађите кориснике са других инстанци које ћете запратити да попуните ову празнину",
"empty_column.public":"Овде нема ничега! Напишите нешто јавно, или нађите кориснике са других инстанци које ћете запратити да попуните ову празнину",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Flytta kolumnen till vänster",
"column_header.moveLeft_settings":"Flytta kolumnen till vänster",
@ -101,9 +100,10 @@
"confirmations.delete_list.message":"Är du säker på att du vill radera denna lista permanent?",
"confirmations.delete_list.message":"Är du säker på att du vill radera denna lista permanent?",
"confirmations.domain_block.confirm":"Dölj hela domänen",
"confirmations.domain_block.confirm":"Dölj hela domänen",
"confirmations.domain_block.message":"Är du verkligen säker på att du vill blockera hela {domain}? I de flesta fall är några riktade blockeringar eller nedtystade konton tillräckligt och att föredra. Du kommer sluta se innehåll från {domain}-domänen i den allmänna tidslinjen och i dina egna notifieringar. Du kommer även sluta följa alla eventuella följare du har från {domain}.",
"confirmations.domain_block.message":"Är du verkligen säker på att du vill blockera hela {domain}? I de flesta fall är några riktade blockeringar eller nedtystade konton tillräckligt och att föredra. Du kommer sluta se innehåll från {domain}-domänen i den allmänna tidslinjen och i dina egna notifieringar. Du kommer även sluta följa alla eventuella följare du har från {domain}.",
"confirmations.logout.confirm":"Logout",
"confirmations.logout.confirm":"Logga ut",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Är du säker på att du vill logga ut?",
"confirmations.mute.confirm":"Tysta",
"confirmations.mute.confirm":"Tysta",
"confirmations.mute.explanation":"Detta kommer dölja postningar från dem och postningar som nämner dem, men fortfarande tillåta dem att se dina postningar och följa dig.",
"confirmations.mute.message":"Är du säker du vill tysta ner {name}?",
"confirmations.mute.message":"Är du säker du vill tysta ner {name}?",
"confirmations.redraft.confirm":"Radera och gör om",
"confirmations.redraft.confirm":"Radera och gör om",
"confirmations.redraft.message":"Är du säker på att du vill radera meddelandet och göra om det? Du kommer förlora alla svar, knuffar och favoriter som hänvisar till meddelandet.",
"confirmations.redraft.message":"Är du säker på att du vill radera meddelandet och göra om det? Du kommer förlora alla svar, knuffar och favoriter som hänvisar till meddelandet.",
@ -111,14 +111,14 @@
"confirmations.reply.message":"Om du svarar nu kommer det att ersätta meddelandet du håller på att skriva. Är du säker på att du vill fortsätta?",
"confirmations.reply.message":"Om du svarar nu kommer det att ersätta meddelandet du håller på att skriva. Är du säker på att du vill fortsätta?",
"confirmations.unfollow.confirm":"Sluta följa",
"confirmations.unfollow.confirm":"Sluta följa",
"confirmations.unfollow.message":"Är du säker på att du vill sluta följa {name}?",
"confirmations.unfollow.message":"Är du säker på att du vill sluta följa {name}?",
"conversation.delete":"Delete conversation",
"conversation.delete":"Radera konversation",
"conversation.mark_as_read":"Mark as read",
"conversation.mark_as_read":"Markera som läst",
"conversation.open":"View conversation",
"conversation.open":"Se konversation",
"conversation.with":"With {names}",
"conversation.with":"Med {names}",
"directory.federated":"From known fediverse",
"directory.federated":"Från känt fediverse",
"directory.local":"From {domain} only",
"directory.local":"Endast från {domain}",
"directory.new_arrivals":"New arrivals",
"directory.new_arrivals":"Nyanlända",
"directory.recently_active":"Recently active",
"directory.recently_active":"Nyligen aktiva",
"embed.instructions":"Bädda in den här statusen på din webbplats genom att kopiera koden nedan.",
"embed.instructions":"Bädda in den här statusen på din webbplats genom att kopiera koden nedan.",
"embed.preview":"Så här kommer det att se ut:",
"embed.preview":"Så här kommer det att se ut:",
"emoji_button.activity":"Aktivitet",
"emoji_button.activity":"Aktivitet",
@ -141,17 +141,21 @@
"empty_column.community":"Den lokala tidslinjen är tom. Skriv något offentligt för att sätta bollen i rullning!",
"empty_column.community":"Den lokala tidslinjen är tom. Skriv något offentligt för att sätta bollen i rullning!",
"empty_column.direct":"Du har inga direktmeddelanden än. När du skickar eller tar emot ett kommer det att dyka upp här.",
"empty_column.direct":"Du har inga direktmeddelanden än. När du skickar eller tar emot ett kommer det att dyka upp här.",
"empty_column.domain_blocks":"Det finns ännu inga dolda domäner.",
"empty_column.domain_blocks":"Det finns ännu inga dolda domäner.",
"empty_column.favourited_statuses":"You don't have any favourite toots yet. When you favourite one, it will show up here.",
"empty_column.favourited_statuses":"Du har inga favoritmarkerade toots än. När du favoritmarkerar en kommer den synas här.",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.favourites":"Ingen har favoritmarkerat den här tooten än. När någon gör det kommer de synas här.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.follow_requests":"Du har inga följförfrågningar än. När du får en kommer den synas här.",
"empty_column.hashtag":"Det finns inget i denna hashtag ännu.",
"empty_column.hashtag":"Det finns inget i denna hashtag ännu.",
"empty_column.home":"Din hemma-tidslinje är tom! Besök {public} eller använd sökning för att komma igång och träffa andra användare.",
"empty_column.home":"Din hemma-tidslinje är tom! Besök {public} eller använd sökning för att komma igång och träffa andra användare.",
"empty_column.list":"Det finns inget i denna lista än. När medlemmar i denna lista lägger till nya statusar kommer de att visas här.",
"empty_column.list":"Det finns inget i denna lista än. När medlemmar i denna lista lägger till nya statusar kommer de att visas här.",
"empty_column.lists":"You don't have any lists yet. When you create one, it will show up here.",
"empty_column.lists":"Du har inga listor än. När skapar en kommer den dyka upp här.",
"empty_column.mutes":"Du har ännu inte tystat några användare.",
"empty_column.mutes":"Du har ännu inte tystat några användare.",
"empty_column.notifications":"Du har inga meddelanden än. Interagera med andra för att starta konversationen.",
"empty_column.notifications":"Du har inga meddelanden än. Interagera med andra för att starta konversationen.",
"empty_column.public":"Det finns inget här! Skriv något offentligt, eller följ manuellt användarna från andra instanser för att fylla på det",
"empty_column.public":"Det finns inget här! Skriv något offentligt, eller följ manuellt användarna från andra instanser för att fylla på det",
"error.unexpected_crash.explanation":"På grund av en bugg i vår kod eller kompatiblitetsproblem i webbläsaren kan den här sidan inte visas korrekt.",
"error.unexpected_crash.next_steps":"Prova att ladda om sidan. Om det inte hjälper kan du försöka använda Mastodon med en annan webbläsare eller app.",
"errors.unexpected_crash.copy_stacktrace":"Kopiera stacktrace till urklipp",
"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":"You can reply to other people's and your own toots, which will chain them together in a conversation.",
"introduction.welcome.action":"Sätt igång!",
"introduction.welcome.action":"Sätt igång!",
"introduction.welcome.headline":"First steps",
"introduction.welcome.headline":"Första stegen",
"introduction.welcome.text":"Välkommen till fediverse! Om några ögonblick kommer du kunna sända ut meddelanden och prata med dina vänner över en mängd servrar. Men den här servern, {domain}, är speciell — den är hem åt din profil, så kom ihåg vad den heter.",
"introduction.welcome.text":"Välkommen till fediverse! Om några ögonblick kommer du kunna sända ut meddelanden och prata med dina vänner över en mängd servrar. Men den här servern, {domain}, är speciell — den är hem åt din profil, så kom ihåg vad den heter.",
"keyboard_shortcuts.back":"för att gå bakåt",
"keyboard_shortcuts.back":"för att gå bakåt",
"keyboard_shortcuts.blocked":"för att öppna listan över blockerade användare",
"keyboard_shortcuts.blocked":"för att öppna listan över blockerade användare",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"ஊமையான",
"confirmations.mute.confirm":"ஊமையான",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"நிச்சயமாக நீங்கள் முடக்க விரும்புகிறீர்களா {name}?",
"confirmations.mute.message":"நிச்சயமாக நீங்கள் முடக்க விரும்புகிறீர்களா {name}?",
"confirmations.redraft.message":"நிச்சயமாக இந்த நிலையை நீக்கி, அதை மறுபடியும் உருவாக்க வேண்டுமா? பிடித்தவை மற்றும் ஊக்கங்கள் இழக்கப்படும், மற்றும் அசல் இடுகையில் பதில்கள் அனாதையான இருக்கும்.",
"confirmations.redraft.message":"நிச்சயமாக இந்த நிலையை நீக்கி, அதை மறுபடியும் உருவாக்க வேண்டுமா? பிடித்தவை மற்றும் ஊக்கங்கள் இழக்கப்படும், மற்றும் அசல் இடுகையில் பதில்கள் அனாதையான இருக்கும்.",
@ -152,6 +152,10 @@
"empty_column.mutes":"நீங்கள் இதுவரை எந்த பயனர்களையும் முடக்கியிருக்கவில்லை.",
"empty_column.mutes":"நீங்கள் இதுவரை எந்த பயனர்களையும் முடக்கியிருக்கவில்லை.",
"empty_column.notifications":"உங்களிடம் எந்த அறிவிப்புகளும் இல்லை. உரையாடலைத் தொடங்க பிறருடன் தொடர்புகொள்ளவும்.",
"empty_column.notifications":"உங்களிடம் எந்த அறிவிப்புகளும் இல்லை. உரையாடலைத் தொடங்க பிறருடன் தொடர்புகொள்ளவும்.",
"empty_column.public":"இங்கே எதுவும் இல்லை! பகிரங்கமாக ஒன்றை எழுதவும் அல்லது மற்ற நிகழ்வுகளிலிருந்து பயனர்களை அதை நிரப்புவதற்கு கைமுறையாக பின்பற்றவும்",
"empty_column.public":"இங்கே எதுவும் இல்லை! பகிரங்கமாக ஒன்றை எழுதவும் அல்லது மற்ற நிகழ்வுகளிலிருந்து பயனர்களை அதை நிரப்புவதற்கு கைமுறையாக பின்பற்றவும்",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"మ్యూట్ చేయి",
"confirmations.mute.confirm":"మ్యూట్ చేయి",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"{name}ను మీరు ఖచ్చితంగా మ్యూట్ చేయాలనుకుంటున్నారా?",
"confirmations.mute.message":"{name}ను మీరు ఖచ్చితంగా మ్యూట్ చేయాలనుకుంటున్నారా?",
"confirmations.redraft.message":"మీరు ఖచ్చితంగా ఈ స్టేటస్ ని తొలగించి తిరగరాయాలనుకుంటున్నారా? ఈ స్టేటస్ యొక్క బూస్ట్ లు మరియు ఇష్టాలు పోతాయి,మరియు ప్రత్యుత్తరాలు అనాధలు అయిపోతాయి.",
"confirmations.redraft.message":"మీరు ఖచ్చితంగా ఈ స్టేటస్ ని తొలగించి తిరగరాయాలనుకుంటున్నారా? ఈ స్టేటస్ యొక్క బూస్ట్ లు మరియు ఇష్టాలు పోతాయి,మరియు ప్రత్యుత్తరాలు అనాధలు అయిపోతాయి.",
@ -152,6 +152,10 @@
"empty_column.mutes":"మీరు ఇంకా ఏ వినియోగదారులనూ మ్యూట్ చేయలేదు.",
"empty_column.mutes":"మీరు ఇంకా ఏ వినియోగదారులనూ మ్యూట్ చేయలేదు.",
"empty_column.notifications":"మీకు ఇంకా ఏ నోటిఫికేషన్లు లేవు. సంభాషణను ప్రారంభించడానికి ఇతరులతో ప్రతిస్పందించండి.",
"empty_column.notifications":"మీకు ఇంకా ఏ నోటిఫికేషన్లు లేవు. సంభాషణను ప్రారంభించడానికి ఇతరులతో ప్రతిస్పందించండి.",
"empty_column.public":"ఇక్కడ ఏమీ లేదు! దీన్ని నింపడానికి బహిరంగంగా ఏదైనా వ్రాయండి, లేదా ఇతర సేవికల నుండి వినియోగదారులను అనుసరించండి",
"empty_column.public":"ఇక్కడ ఏమీ లేదు! దీన్ని నింపడానికి బహిరంగంగా ఏదైనా వ్రాయండి, లేదా ఇతర సేవికల నుండి వినియోగదారులను అనుసరించండి",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"column_header.moveLeft_settings":"Sütunu sola taşı",
"column_header.moveLeft_settings":"Sütunu sola taşı",
@ -104,6 +103,7 @@
"confirmations.logout.confirm":"Çıkış Yap",
"confirmations.logout.confirm":"Çıkış Yap",
"confirmations.logout.message":"Çıkış yapmak istediğinize emin misiniz?",
"confirmations.logout.message":"Çıkış yapmak istediğinize emin misiniz?",
"confirmations.mute.confirm":"Sessize al",
"confirmations.mute.confirm":"Sessize al",
"confirmations.mute.explanation":"Bu onlardan gelen ve onlardan bahseden gönderileri gizleyecek, fakat yine de onların gönderilerinizi görmelerine ve sizi takip etmelerine izin verecektir.",
"confirmations.mute.message":"{name} kullanıcısını sessize almak istiyor musunuz?",
"confirmations.mute.message":"{name} kullanıcısını sessize almak istiyor musunuz?",
"confirmations.redraft.confirm":"Sil ve yeniden tasarla",
"confirmations.redraft.confirm":"Sil ve yeniden tasarla",
"confirmations.redraft.message":"Bu durumu silip tekrar taslaklaştırmak istediğinizden emin misiniz? Tüm cevapları, boostları ve favorileri kaybedeceksiniz.",
"confirmations.redraft.message":"Bu durumu silip tekrar taslaklaştırmak istediğinizden emin misiniz? Tüm cevapları, boostları ve favorileri kaybedeceksiniz.",
@ -111,11 +111,11 @@
"confirmations.reply.message":"Şimdi yanıtlarken o an oluşturduğunuz mesajın üzerine yazılır. Devam etmek istediğinize emin misiniz?",
"confirmations.reply.message":"Şimdi yanıtlarken o an oluşturduğunuz mesajın üzerine yazılır. Devam etmek istediğinize emin misiniz?",
"conversation.mark_as_read":"Okunmuş olarak işaretle",
"conversation.open":"View conversation",
"conversation.open":"Konuşmayı görüntüle",
"conversation.with":"With {names}",
"conversation.with":"{names} ile",
"directory.federated":"From known fediverse",
"directory.federated":"Bilinen fediverse'lerden",
"directory.local":"Yalnızca {domain} adresinden",
"directory.local":"Yalnızca {domain} adresinden",
"directory.new_arrivals":"Yeni gelenler",
"directory.new_arrivals":"Yeni gelenler",
"directory.recently_active":"Son zamanlarda aktif",
"directory.recently_active":"Son zamanlarda aktif",
@ -152,6 +152,10 @@
"empty_column.mutes":"Henüz hiçbir kullanıcıyı sessize almadınız.",
"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.",
"empty_column.notifications":"Henüz hiçbir bildiriminiz yok. Diğer insanlarla sobhet edebilmek için etkileşime geçebilirsiniz.",
"empty_column.public":"Burada hiçbir şey yok! Herkese açık bir şeyler yazın veya burayı doldurmak için diğer sunuculardaki kullanıcıları takip edin",
"empty_column.public":"Burada hiçbir şey yok! Herkese açık bir şeyler yazın veya burayı doldurmak için diğer sunuculardaki kullanıcıları takip edin",
"error.unexpected_crash.explanation":"Bizim kodumuzdaki bir hatadan ya da tarayıcı uyumluluk sorunundan dolayı, bu sayfa düzgün görüntülenemedi.",
"error.unexpected_crash.next_steps":"Sayfayı yenilemeyi deneyin. Eğer bu yardımcı olmazsa, Mastodon'u farklı bir tarayıcı ya da yerel uygulama üzerinden kullanabilirsiniz.",
"confirmations.logout.message":"Ви впевнені, що хочете вийти?",
"confirmations.logout.message":"Ви впевнені, що хочете вийти?",
"confirmations.mute.confirm":"Заглушити",
"confirmations.mute.confirm":"Заглушити",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"confirmations.mute.message":"Ви впевнені, що хочете заглушити {name}?",
"confirmations.mute.message":"Ви впевнені, що хочете заглушити {name}?",
"confirmations.redraft.confirm":"Видалити та перестворити",
"confirmations.redraft.confirm":"Видалити та перестворити",
"confirmations.redraft.message":"Ви впевнені, що хочете видалити допис і перестворити його? Ви втратите всі відповіді, передмухи та вподобайки допису.",
"confirmations.redraft.message":"Ви впевнені, що хочете видалити допис і перестворити його? Ви втратите всі відповіді, передмухи та вподобайки допису.",
@ -152,6 +152,10 @@
"empty_column.mutes":"Ви ще не заглушили жодного користувача.",
"empty_column.mutes":"Ви ще не заглушили жодного користувача.",
"empty_column.notifications":"У вас ще немає сповіщень. Переписуйтесь з іншими користувачами, щоб почати розмову.",
"empty_column.notifications":"У вас ще немає сповіщень. Переписуйтесь з іншими користувачами, щоб почати розмову.",
"empty_column.public":"Тут поки нічого немає! Опублікуйте щось, або вручну підпишіться на користувачів інших інстанцій, щоб заповнити стрічку",
"empty_column.public":"Тут поки нічого немає! Опублікуйте щось, або вручну підпишіться на користувачів інших інстанцій, щоб заповнити стрічку",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"隐藏",
"confirmations.mute.confirm":"隐藏",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.mute.confirm":"靜音",
"confirmations.mute.confirm":"靜音",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"confirmations.logout.message":"Are you sure you want to log out?",
"confirmations.logout.message":"確定要登出嗎?",
"confirmations.mute.confirm":"靜音",
"confirmations.mute.confirm":"靜音",
"confirmations.mute.explanation":"This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
"error.unexpected_crash.explanation":"Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
raiseMastodon::DimensionsValidationError,"#{width}x#{height} images are not supported, must be below #{MAX_MATRIX_LIMIT} sqpx"ifwidth.present?&&height.present?&&(width*height>=MAX_MATRIX_LIMIT)
raiseMastodon::DimensionsValidationError,"#{width}x#{height} images are not supported"ifwidth.present?&&height.present?&&(width*height>matrix_limit)
end
end
end
end
Some files were not shown because too many files have changed in this diff
Show More