- **Add customizable thumbnails for audio and video attachments** ([Gargron](https://github.com/tootsuite/mastodon/pull/14145), [Gargron](https://github.com/tootsuite/mastodon/pull/14244), [Gargron](https://github.com/tootsuite/mastodon/pull/14273), [Gargron](https://github.com/tootsuite/mastodon/pull/14203), [ThibG](https://github.com/tootsuite/mastodon/pull/14255), [ThibG](https://github.com/tootsuite/mastodon/pull/14306))
- **Add customizable thumbnails for audio and video attachments** ([Gargron](https://github.com/tootsuite/mastodon/pull/14145), [Gargron](https://github.com/tootsuite/mastodon/pull/14244), [Gargron](https://github.com/tootsuite/mastodon/pull/14273), [Gargron](https://github.com/tootsuite/mastodon/pull/14203), [ThibG](https://github.com/tootsuite/mastodon/pull/14255), [ThibG](https://github.com/tootsuite/mastodon/pull/14306), [noellabo](https://github.com/tootsuite/mastodon/pull/14358), [noellabo](https://github.com/tootsuite/mastodon/pull/14357))
- Metadata (album, artist, etc) is no longer stripped from audio files
- Album art is automatically extracted from audio files
- Thumbnail can be manually uploaded for both audio and video attachments
@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
- On `POST /api/v1/media` and `POST /api/v2/media`
- And on `PUT /api/v1/media/:id`
- ActivityPub representation of media attachments represents custom thumbnails with an `icon` attribute
- The Media Attachment entity in REST API now has a `preview_remote_url` to its `preview_url`, equivalent to `remote_url` to its `url`
- **Add color extraction for thumbnails** ([Gargron](https://github.com/tootsuite/mastodon/pull/14209), [ThibG](https://github.com/tootsuite/mastodon/pull/14264))
- The `meta` attribute on the Media Attachment entity in REST API can now have a `colors` attribute which in turn contains three hex colors: `background`, `foreground`, and `accent`
- The background color is chosen from the most dominant color around the edges of the thumbnail
@ -48,6 +49,9 @@ All notable changes to this project will be documented in this file.
- Add "Add new domain block" to header of federation page in admin UI ([ariasuni](https://github.com/tootsuite/mastodon/pull/13934))
- Add ability to keep emoji picker open with ctrl+click in web UI ([bclindner](https://github.com/tootsuite/mastodon/pull/13896), [noellabo](https://github.com/tootsuite/mastodon/pull/14096))
- Add custom icon for private boosts in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14380))
- Add support for Create and Update activities that don't inline objects in ActivityPub ([ThibG](https://github.com/tootsuite/mastodon/pull/14359))
- Add support for Undo activities that don't inline activities in ActivityPub ([ThibG](https://github.com/tootsuite/mastodon/pull/14346))
### Changed
@ -59,9 +63,9 @@ All notable changes to this project will be documented in this file.
- Some websites may not render OpenGraph tags into HTML if that's not the case
- Change behaviour to carry blocks over when someone migrates their followers ([ThibG](https://github.com/tootsuite/mastodon/pull/14144))
- Change volume control and download buttons in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/14122))
- **Change design of audio players in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/14095), [ThibG](https://github.com/tootsuite/mastodon/pull/14281), [Gargron](https://github.com/tootsuite/mastodon/pull/14282), [ThibG](https://github.com/tootsuite/mastodon/pull/14118), [Gargron](https://github.com/tootsuite/mastodon/pull/14199))
- **Change design of audio players in web UI** ([Gargron](https://github.com/tootsuite/mastodon/pull/14095), [ThibG](https://github.com/tootsuite/mastodon/pull/14281), [Gargron](https://github.com/tootsuite/mastodon/pull/14282), [ThibG](https://github.com/tootsuite/mastodon/pull/14118), [Gargron](https://github.com/tootsuite/mastodon/pull/14199), [ThibG](https://github.com/tootsuite/mastodon/pull/14338))
- Change reply filter to never filter own toots in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14128))
- Change boost button to no longer serve as visibility indicator in web UI ([noellabo](https://github.com/tootsuite/mastodon/pull/14132))
- Change boost button to no longer serve as visibility indicator in web UI ([noellabo](https://github.com/tootsuite/mastodon/pull/14132), [ThibG](https://github.com/tootsuite/mastodon/pull/14373))
- Change contrast of flash messages ([cchoi12](https://github.com/tootsuite/mastodon/pull/13892))
- Change wording from "Hide media" to "Hide image/images" in web UI ([ariasuni](https://github.com/tootsuite/mastodon/pull/13834))
- Change appearence of settings pages to be more consistent ([ariasuni](https://github.com/tootsuite/mastodon/pull/13938))
@ -69,6 +73,7 @@ All notable changes to this project will be documented in this file.
- Change how badly contrasting emoji are rendered in web UI ([leo60228](https://github.com/tootsuite/mastodon/pull/13773), [ThibG](https://github.com/tootsuite/mastodon/pull/13772), [mfmfuyu](https://github.com/tootsuite/mastodon/pull/14020), [ThibG](https://github.com/tootsuite/mastodon/pull/14015))
- Change structure of unavailable content section on about page ([ariasuni](https://github.com/tootsuite/mastodon/pull/13930))
- Change behaviour to accept ActivityPub activities relayed through group actor ([noellabo](https://github.com/tootsuite/mastodon/pull/14279))
- Change amount of processing retries for ActivityPub activities ([noellabo](https://github.com/tootsuite/mastodon/pull/14355))
### Removed
@ -84,13 +89,18 @@ All notable changes to this project will be documented in this file.
### Fixed
- Fix `following` param not working when exact match is found in account search ([noellabo](https://github.com/tootsuite/mastodon/pull/14394))
- Fix sometimes occuring duplicate mention notifications ([noellabo](https://github.com/tootsuite/mastodon/pull/14378))
- Fix RSS feeds not being cachable ([ThibG](https://github.com/tootsuite/mastodon/pull/14368))
- Fix lack of locking around processing of Announce activities in ActivityPub ([noellabo](https://github.com/tootsuite/mastodon/pull/14365))
- Fix boosted toots from blocked account not being retroactively removed from TL ([ThibG](https://github.com/tootsuite/mastodon/pull/14339))
- Fix large shortened numbers (like 1.2K) using incorrect pluralization ([Sasha-Sorokin](https://github.com/tootsuite/mastodon/pull/14061))
- Fix streaming server trying to use empty password to connect to Redis when `REDIS_PASSWORD` is given but blank ([ThibG](https://github.com/tootsuite/mastodon/pull/14135))
- Fix being unable to unboost posts when blocked by their author ([ThibG](https://github.com/tootsuite/mastodon/pull/14308))
- Fix account domain block not properly unfollowing accounts from domain ([Gargron](https://github.com/tootsuite/mastodon/pull/14304))
- Fix removing a domain allow wiping known accounts in open federation mode ([ThibG](https://github.com/tootsuite/mastodon/pull/14298))
- Fix blocks and mutes pagination in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14275))
- Fix new posts pushing down origin of opened dropdown in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14271))
- Fix new posts pushing down origin of opened dropdown in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14271), [ThibG](https://github.com/tootsuite/mastodon/pull/14348))
- Fix timeline markers not being saved sometimes ([ThibG](https://github.com/tootsuite/mastodon/pull/13887), [ThibG](https://github.com/tootsuite/mastodon/pull/13889), [ThibG](https://github.com/tootsuite/mastodon/pull/14155))
- Fix CSV uploads being rejected ([noellabo](https://github.com/tootsuite/mastodon/pull/13835))
- Fix incompatibility with ElasticSearch 7.x ([noellabo](https://github.com/tootsuite/mastodon/pull/13828))
@ -112,7 +122,7 @@ All notable changes to this project will be documented in this file.
- Use circuit breakers to stop hitting unresponsive servers
- Avoid hitting servers that are already known to be generally unavailable
- Fix filters ignoring media descriptions ([BenLubar](https://github.com/tootsuite/mastodon/pull/13837))
- Fix soem actions on custom emojis leading to cryptic errors in admin UI ([ThibG](https://github.com/tootsuite/mastodon/pull/13951))
- Fix some actions on custom emojis leading to cryptic errors in admin UI ([ThibG](https://github.com/tootsuite/mastodon/pull/13951))
- Fix ActivityPub serialization of replies when some of them are URIs ([ThibG](https://github.com/tootsuite/mastodon/pull/13957))
- Fix account redirect confirmation message talking about moved followers ([ThibG](https://github.com/tootsuite/mastodon/pull/13950))
@ -132,7 +142,7 @@ All notable changes to this project will be documented in this file.
- Fix unapproved users being able to view profiles when in limited-federation mode *and* requiring approval for sign-ups ([ThibG](https://github.com/tootsuite/mastodon/pull/14093))
- Fix initial audio volume not corresponding to what's displayed in audio player in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14057))
- Fix timelines sometimes jumping when closing modals in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/14019))
- Fix memory usage of downloading remote files ([Gargron](https://github.com/tootsuite/mastodon/pull/14184), [Gargron](https://github.com/tootsuite/mastodon/pull/14181))
"compose_form.direct_message_warning":"Tämä tuuttaus näkyy vain mainituille käyttäjille.",
@ -172,7 +172,7 @@
"follow_request.authorize":"Valtuuta",
"follow_request.reject":"Hylkää",
"follow_requests.unlocked_explanation":"Vaikka tilisi ei ole lukittu, {domain} ylläpitäjien mielestä haluat tarkistaa näiden tilien seurauspyynnöt manuaalisesti.",
"generic.saved":"Saved",
"generic.saved":"Tallennettu",
"getting_started.developers":"Kehittäjille",
"getting_started.directory":"Profiilihakemisto",
"getting_started.documentation":"Documentaatio",
@ -242,7 +242,7 @@
"keyboard_shortcuts.reply":"vastaa",
"keyboard_shortcuts.requests":"avaa lista seurauspyynnöistä",
"confirmations.mute.explanation":"Isso ocultará toots deles e toots mencionando-os, mas ainda permitirá que eles vejam seus toots e te sigam.",
"confirmations.mute.message":"Você tem certeza de que deseja silenciar {name}?",
"confirmations.redraft.confirm":"Excluir e rascunhar",
"confirmations.redraft.message":"Tem certeza que quer excluir este status e re-rascunhá-lo? Favoritos e boots vão ser perdidos, e as respostas ao post original vão ficar órfãs.",
"confirmations.redraft.message":"Você tem certeza de que deseja apagar o toot e usá-lo como rascunho? Boosts e favoritos serão perdidos e as respostas ao toot original ficarão desconectadas.",
"confirmations.reply.confirm":"Responder",
"confirmations.reply.message":"Responder agora sobrescreverá o toot que você está compondo. Deseja continuar?",
"confirmations.unfollow.confirm":"Deixar de seguir",
@ -392,7 +392,7 @@
"status.reblog_private":"Boostar para audiência original",
"status.reblogged_by":"{name} boostou",
"status.reblogs.empty":"Nada aqui. Quando alguém der boost, o autor aparecerá aqui.",
"status.redraft":"Excluir & re-rascunhar",
"status.redraft":"Excluir e rascunhar",
"status.remove_bookmark":"Remover marcador",
"status.reply":"Responder",
"status.replyAll":"Responder a thread",
@ -425,7 +425,7 @@
"timeline_hint.resources.statuses":"Toots mais antigos",
"trends.counter_by_accounts":"{count, plural, one {{counter} pessoa} other {{counter} pessoas}} falando",
"trends.trending_now":"Em alta no momento",
"ui.beforeunload":"Seu rascunho vai ser perdido se você sair do Mastodon.",
"ui.beforeunload":"Seu rascunho será perdido se você sair do Mastodon.",
"trends.counter_by_accounts":"{count, plural, one {{counter} человек} many {{counter} человек} other {{counter} человека}}",
"trends.counter_by_accounts":"{count, plural, one {{counter} человек обсуждает} few {{counter} человека обсуждает} many {{counter} человек обсуждают} other {{counter} обсуждают}} ",
"trends.trending_now":"Самое актуальное",
"ui.beforeunload":"Ваш черновик будет утерян, если вы покинете Mastodon.",
"account.account_note_header":"Ghi chú của bạn cho @{name}",
"account.account_note_header":"Viết nhận xét",
"account.add_or_remove_from_list":"Thêm hoặc Xóa khỏi danh sách",
"account.badges.bot":"Bot",
"account.badges.group":"Nhóm",
@ -11,16 +11,16 @@
"account.direct":"Nhắn tin cho @{name}",
"account.domain_blocked":"Đã chặn người dùng",
"account.edit_profile":"Chỉnh sửa trang cá nhân",
"account.endorse":"Hiển thị trên trang cá nhân",
"account.endorse":"Vinh danh người này",
"account.follow":"Theo dõi",
"account.followers":"Người theo dõi",
"account.followers.empty":"Chưa có người theo dõi nào.",
"account.followers_counter":"{count, plural, one {{counter} Người theo dõi} other {{counter} Người theo dõi}}",
"account.following_counter":"{count, plural, other {{counter} Đang theo dõi}}",
"account.following_counter":"{count, plural, one {{counter} Đang theo dõi} other {{counter} Đang theo dõi}}",
"account.follows.empty":"Người dùng này chưa theo dõi ai.",
"account.follows_you":"Đang theo dõi bạn",
"account.hide_reblogs":"Ẩn chia sẻ từ @{name}",
"account.last_status":"Hoạt động gần đây",
"account.last_status":"Hoạt động cuối",
"account.link_verified_on":"Liên kết này đã được xác thực vào {date}",
"account.locked_info":"Người dùng này thiết lập trạng thái ẩn. Họ sẽ tự mình xét duyệt các yêu cầu theo dõi.",
"account.media":"Bộ sưu tập",
@ -39,11 +39,11 @@
"account.statuses_counter":"{count, plural, other {{counter} Tút}}",
"account.unblock":"Bỏ chặn @{name}",
"account.unblock_domain":"Bỏ ẩn {domain}",
"account.unendorse":"Không hiện trên trang cá nhân",
"account.unendorse":"Ngưng vinh danh người này",
"account.unfollow":"Ngưng theo dõi",
"account.unmute":"Bỏ ẩn @{name}",
"account.unmute_notifications":"Hiển lại thông báo từ @{name}",
"account_note.placeholder":"Nhấn để thêm ghi chú",
"account_note.placeholder":"Bạn có điều gì thú vị muốn nói về người này?",
"alert.rate_limited.message":"Vui lòng thử lại sau {retry_time, time, medium}.",
"alert.rate_limited.title":"Vượt giới hạn",
"alert.unexpected.message":"Đã xảy ra lỗi không mong muốn.",
@ -60,14 +60,14 @@
"column.blocks":"Người dùng đã chặn",
"column.bookmarks":"Tút đã lưu",
"column.community":"Máy chủ của bạn",
"column.direct":"Nhắn tin",
"column.direct":"Tin nhắn của bạn",
"column.directory":"Tìm một ai đó",
"column.domain_blocks":"Máy chủ đã chặn",
"column.favourites":"Tâm đắc",
"column.favourites":"Thích",
"column.follow_requests":"Yêu cầu theo dõi",
"column.home":"Bảng tin",
"column.lists":"Danh sách",
"column.mutes":"Người dùng đã chặn",
"column.mutes":"Người dùng đã ẩn",
"column.notifications":"Thông báo",
"column.pins":"Tút ghim",
"column.public":"Mạng liên kết",
@ -118,30 +118,30 @@
"confirmations.mute.explanation":"Điều này sẽ khiến tút của người đó và những tút có đề cập đến họ bị ẩn, tuy nhiên vẫn cho phép họ xem bài đăng của bạn và theo dõi bạn.",
"confirmations.mute.message":"Bạn có chắc chắn muốn ẩn {name}?",
"confirmations.redraft.confirm":"Xóa & viết lại",
"confirmations.redraft.message":"Bạn có chắc chắn muốn xóa tút và viết lại? Điều này sẽ xóa mất những lượt tâm đắc và chia sẻ của tút, cũng như những trả lời sẽ không còn nội dung gốc.",
"confirmations.redraft.message":"Bạn có chắc chắn muốn xóa tút và viết lại? Điều này sẽ xóa mất những lượt thích và chia sẻ của tút, cũng như những trả lời sẽ không còn nội dung gốc.",
"confirmations.reply.confirm":"Trả lời",
"confirmations.reply.message":"Nội dung bạn đang soạn thảo sẽ bị ghi đè, bạn có tiếp tục?",
"confirmations.unfollow.confirm":"Ngưng theo dõi",
"confirmations.unfollow.message":"Bạn có chắc chắn muốn ngưng theo dõi {name}?",
"conversation.delete":"Xóa tin nhắn này",
"conversation.mark_as_read":"Đánh dấu là đã đọc",
"conversation.open":"Xem tin nhắn",
"conversation.open":"Xem toàn bộ tin nhắn",
"conversation.with":"Với {names}",
"directory.federated":"Từ mạng liên kết",
"directory.local":"Chỉ từ {domain}",
"directory.new_arrivals":"Gia nhập gần đây",
"directory.local":"Từ {domain}",
"directory.new_arrivals":"Mới tham gia",
"directory.recently_active":"Hoạt động gần đây",
"embed.instructions":"Sao chép đoạn mã dưới đây và chèn vào trang web của bạn.",
"embed.preview":"Nó sẽ hiển thị như vầy:",
"emoji_button.activity":"Hoạt động",
"emoji_button.custom":"Riêng",
"emoji_button.custom":"Độc đáo",
"emoji_button.flags":"Cờ",
"emoji_button.food":"Ăn uống",
"emoji_button.label":"Chèn emoji",
"emoji_button.nature":"Thiên nhiên",
"emoji_button.not_found":"Không tìm thấy emoji! (°□°)",
"emoji_button.objects":"Đồ vật",
"emoji_button.people":"Người",
"emoji_button.people":"Mặt cười",
"emoji_button.recent":"Thường dùng",
"emoji_button.search":"Tìm kiếm...",
"emoji_button.search_results":"Kết quả tìm kiếm",
@ -154,8 +154,8 @@
"empty_column.community":"Máy chủ của bạn chưa có tút nào công khai. Bạn hãy thử viết gì đó đi!",
"empty_column.direct":"Bạn chưa có tin nhắn nào. Khi bạn gửi hoặc nhận tin nhắn, nó sẽ hiển thị ở đây.",
"empty_column.domain_blocks":"Chưa ẩn bất kỳ máy chủ nào.",
"empty_column.favourited_statuses":"Bạn chưa tâm đắc tút nào. Hãy thử đi, nó sẽ xuất hiện ở đây.",
"empty_column.favourites":"Chưa có ai tâm đắc tút này.",
"empty_column.favourited_statuses":"Bạn chưa thích tút nào. Hãy thử đi, nó sẽ xuất hiện ở đây.",
"empty_column.favourites":"Chưa có ai thích tút này.",
"empty_column.follow_requests":"Bạn chưa có yêu cầu theo dõi nào.",
"empty_column.hashtag":"Chưa có bài đăng nào sử dụng hashtag này.",
"empty_column.home":"Chưa có bất cứ gì! Hãy bắt đầu bằng cách tìm kiếm hoặc truy cập {public} để theo dõi những người bạn quan tâm.",
"home.column_settings.show_reblogs":"Hiện những lượt chia sẻ",
"home.column_settings.show_replies":"Hiện những tút dạng trả lời",
"home.hide_announcements":"Ẩn thông báo",
"home.show_announcements":"Hiện thông báo",
"intervals.full.days":"{number} days",
"intervals.full.hours":"{number} hours",
"intervals.full.minutes":"{number} minutes",
"intervals.full.days":"{number, plural, other {# ngày}}",
"intervals.full.hours":"{number, plural, other {# giờ}}",
"intervals.full.minutes":"{number, plural, other {# phút}}",
"introduction.federation.action":"Tiếp theo",
"introduction.federation.federated.headline":"Mạng liên kết",
"introduction.federation.federated.text":"Nếu máy chủ của bạn có liên kết với các máy chủ khác, bài đăng công khai từ họ sẽ xuất hiện ở Mạng liên kết.",
@ -206,8 +206,8 @@
"introduction.federation.local.headline":"Máy chủ của bạn",
"introduction.federation.local.text":"Máy chủ của bạn là nơi hiển thị bài đăng công khai từ những người thuộc cùng một máy chủ của bạn.",
"introduction.interactions.action":"Tôi đã hiểu rồi!",
error:Rất tiếc! Hãy kiểm tra thông tin của bạn bởi vì nó có lỗi
help:
native_redirect_uri:Sử dụng %{native_redirect_uri} khi kiểm tra nội bộ
redirect_uri:Sử dụng một dòng trên mỗi URI
redirect_uri:Sử dụng mỗi dòng chỉ một URL
scopes:Phạm vi riêng biệt với không gian. Để trống để sử dụng phạm vi mặc định.
index:
application:Ứng dụng
@ -82,7 +82,7 @@ vi:
credential_flow_not_configured:Resource Owner Password Credentials không thành công do Doorkeeper.configure.resource_owner_from_credentials không được định cấu hình.
invalid_client:Xác thực ứng dụng khách không thành công do máy khách mơ hồ, không bao gồm xác thực ứng dụng khách hoặc phương thức xác thực không được hỗ trợ.
invalid_grant:Yêu cầu không hợp lệ, hết hạn, bị thu hồi hoặc không khớp với tài khoản đã cung cấp.
invalid_redirect_uri:Uri chuyển hướng bao gồm không hợp lệ.
invalid_redirect_uri:URL chuyển hướng không hợp lệ.
invalid_request:Yêu cầu thiếu tham số bắt buộc, bao gồm giá trị tham số không được hỗ trợ hoặc không đúng định dạng.
invalid_resource_owner:Thông tin xác thực chủ sở hữu tài nguyên được cung cấp không hợp lệ hoặc không thể tìm thấy chủ sở hữu tài nguyên
invalid_scope:Phạm vi yêu cầu không hợp lệ, không xác định hoặc không đúng định dạng.
@ -117,35 +117,35 @@ vi:
scopes:
admin:read:đọc tất cả dữ liệu trên máy chủ
admin:read:accounts:đọc thông tin nhạy cảm của tất cả các tài khoản
admin:read:reports:đọc thông tin nhạy cảm của tất cả các báo cáo và tài khoản báo cáo
admin:read:reports:đọc thông tin của các báo cáo và các tài khoản bị báo cáo
admin:write:sửa đổi tất cả dữ liệu trên máy chủ
admin:write:accounts:thực hiện các hành động kiểm duyệt trên tài khoản
admin:write:reports:thực hiện các hành động kiểm duyệt trên các báo cáo
admin:write:accounts:thực hiện hành động kiểm duyệt trên tài khoản
admin:write:reports:thực hiện hành động kiểm duyệt với các báo cáo
follow:sửa đổi các mối quan hệ tài khoản
push:nhận thông báo đẩy của bạn
read:đọc tất cả dữ liệu tài khoản của bạn
read:accounts:xem thông tin tài khoản
read:blocks:xem khối của bạn
read:bookmarks:xem các mục đã lưu
read:favourites:xem yêu thích của bạn
read:blocks:xem những người bạn chặn
read:bookmarks:xem những thứ bạn đã lưu
read:favourites:xem lượt thích
read:filters:xem bộ lọc của bạn
read:follows:xem sau của bạn
read:follows:xem lượt theo dõi của bạn
read:lists:xem danh sách của bạn
read:mutes:xem những người bạn của bạn
read:mutes:xem những người bạn đã ẩn
read:notifications:xem thông báo của bạn
read:reports:xem báo cáo của bạn
read:search:thay mặt bạn tìm kiếm
read:statuses:xem tất cả các trạng thái
write:sửa đổi tất cả dữ liệu tài khoản của bạn
write:accounts:sửa đổi hồ sơ của bạn
write:blocks:chặn tài khoản và tên miền
write:bookmarks:những trạng thái đã lưu
write:favourites:trạng thái yêu thích
read:statuses:xem toàn bộ tút
write:sửa đổi mọi dữ liệu tài khoản của bạn
write:accounts:sửa đổi trang cá nhân của bạn
write:blocks:chặn người dùng và máy chủ
write:bookmarks:sửa đổi những thứ bạn lưu
write:favourites:lượt thích
write:filters:tạo bộ lọc
write:follows:theo dõi mọi người
write:follows:theo dõi ai đó
write:lists:tạo danh sách
write:media:tải lên tập tin phương tiện truyền thông
about_hashtag_html:Nämä ovat hashtagilla <strong>#%{hashtag}</strong> merkittyjä julkisia tuuttauksia. Voit vastata niihin, jos sinulla on tili jossain päin fediversumia.
about_mastodon_html:Mastodon on sosiaalinen verkosto. Se on toteutettu avoimilla verkkoprotokollilla ja vapailla, avoimen lähdekoodin ohjelmistoilla, ja se toimii hajautetusti samaan tapaan kuin sähköposti.
about_this:Tietoja tästä palvelimesta
active_count_after:aktiivinen
administered_by:'Ylläpitäjä:'
api:API
apps:Mobiili sovellukset
apps_platforms:Käytä Mastodonia iOS:llä, Androidilla tai muilla alustoilla
browse_directory:Selaa profiilihakemistoa ja suodata kiinnostuksen kohteiden mukaan
contact:Ota yhteyttä
contact_missing:Ei asetettu
contact_unavailable:Ei saatavilla
@ -17,6 +19,7 @@ fi:
hosted_on:Mastodon palvelimella %{domain}
learn_more:Lisätietoja
privacy_policy:Tietosuojaseloste
see_whats_happening:Näe mitä tapahtuu
server_stats:'Palvelimen tilastot:'
source_code:Lähdekoodi
status_count_after:
@ -28,6 +31,10 @@ fi:
unavailable_content_description:
domain:Palvelin
reason:Syy
rejecting_media_title:Media suodatettu
silenced:'Julkaisut näiltä palvelimilta piilotetaan julkisilta aikajanoilta ja keskusteluista, ilmoituksia ei luoda näiden käyttäjien tekemistä toiminnoista, jos et seuraa heitä:'
silenced_title:Hiljennetyt palvelimet
suspended:'Dataa näiltä palvelimilta ei tulla käsittelemään, tallentamaan tai jakamaan. Tämä tekee kommunikoinnin näiden käyttäjien kanssa mahdottomaksi:'
user_count_after:
one:käyttäjä
other:käyttäjät
@ -35,6 +42,7 @@ fi:
what_is_mastodon:Mikä on Mastodon?
accounts:
choices_html:"%{name} valinnat:"
endorsements_hint:Voit suositella seuraamiasi henkilöitä web käyttöliittymän kautta, ne tulevat näkymään tähän.
desc_html:Näytetään etusivulla. Suosituskoko vähintään 600x100 pikseliä. Jos kuvaa ei aseteta, käytetään instanssin pikkukuvaa
title:Sankarin kuva
mascot:
title:Maskottikuva
peers_api_enabled:
desc_html:Verkkotunnukset, jotka tämä instanssi on kohdannut fediversumissa
title:Julkaise löydettyjen instanssien luettelo
@ -336,6 +427,11 @@ fi:
min_invite_role:
disabled:Ei kukaan
title:Salli kutsut käyttäjältä
registrations_mode:
modes:
approved:Rekisteröinti vaatii hyväksynnän
none:Kukaan ei voi rekisteröityä
open:Kaikki voivat rekisteröityä
show_known_fediverse_at_about_page:
desc_html:Kun tämä on valittu, esikatselussa näytetään tuuttaukset kaikkialta tunnetusta fediversumista. Muutoin näytetään vain paikalliset tuuttaukset.
title:Näytä aikajanan esikatselussa koko tunnettu fediversumi
@ -348,6 +444,8 @@ fi:
site_description_extended:
desc_html:Hyvä paikka käytösohjeille, säännöille, ohjeistuksille ja muille instanssin muista erottaville asioille. HTML-tagit käytössä
title:Omavalintaiset laajat tiedot
site_short_description:
title:Lyhyt instanssin kuvaus
site_terms:
desc_html:Tähän voi kirjoittaa instanssin tietosuojakäytännöstä, käyttöehdoista ja sen sellaisista asioista. HTML-tagit käytössä
title:Omavalintaiset käyttöehdot
@ -359,24 +457,53 @@ fi:
desc_html:Näytä julkinen aikajana aloitussivulla
title:Aikajanan esikatselu
title:Sivuston asetukset
trends:
title:Trendaavat aihetunnisteet
site_uploads:
delete:Poista ladattu tiedosto
statuses:
back_to_account:Takaisin tilin sivulle
batch:
delete:Poista
nsfw_off:NSFW POIS
nsfw_on:NSFW PÄÄLLÄ
deleted:Poistettu
failed_to_execute:Suoritus epäonnistui
media:
title:Media
no_media:Ei mediaa
title:Tilin tilat
with_media:Sisältää mediaa
tags:
context:Konteksti
last_active:Aktiivinen viimeksi
most_popular:Suosituimmat
most_recent:Viimeisimmät
name:Aihetunniste
reviewed:Tarkistetut
title:Aihetunnisteet
trending_right_now:Trendaa juuri nyt
title:Ylläpito
warning_presets:
add_new:Lisää uusi
delete:Poista
admin_mailer:
new_report:
body:"%{reporter} on raportoinut kohteen %{target}"
body_remote:Joku osoitteesta %{domain} on raportoinut kohteen %{target}
explanation:'We hebben inlogpoging op je account ontdekt vanaf een onbekend ip-adres. Als jij dit bent, vul dan de beveiligingscode hieronder in op de inlog-uitdagingspagina:'
further_actions:'Als jij dit niet was, verander dan je wachtwoord en schakel authenticatie in twee stappen in op je account. Dat kun je hier doen:'
subject:Bevestig de inlogpoging
title:Inlogpoging
warning:
explanation:
disable:Zolang jouw account is bevroren blijven jouw accountgegevens intact, maar kun je geen handelingen uitvoeren totdat het account is vrijgegeven.
@ -1319,11 +1323,14 @@ nl:
title:Welkom aan boord %{name}!
users:
follow_limit_reached:Je kunt niet meer dan %{limit} accounts volgen
generic_access_help_html:Problemen met toegang tot je account? Neem dan contact op met %{email}
invalid_email:E-mailadres is ongeldig
invalid_otp_token:Ongeldige tweestaps-aanmeldcode
invalid_sign_in_token:Ongeldige beveiligingscode
otp_lost_help_html:Als je toegang tot beiden kwijt bent geraakt, neem dan contact op via %{email}
seamless_external_login:Je bent ingelogd via een externe dienst, daarom zijn wachtwoorden en e-mailinstellingen niet beschikbaar.
signed_in_as:'Ingelogd als:'
suspicious_sign_in_confirmation:Het lijkt er op dat je nog niet eerder op dit apparaat bent ingelogd, en je bent een tijdje niet ingelogd, dus sturen we een beveiligingscode naar je e-mailadres om te bevestigen dat jij het bent.
verification:
explanation_html:'Je kunt <strong>jezelf verifiëren als de eigenaar van de links in de metadata van jouw profiel</strong>. Hiervoor moet op de gelinkte website een link terug naar jouw Mastodonprofiel staan. Deze link <strong>moet</strong> het <code>rel="me"</code>-attribuut bevatten. De omschrijving van de link maakt niet uit. Hier is een voorbeeld:'