mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Merge pull request #3457 from ClearlyClaire/glitch-soc/merge-4.3
Merge upstream changes up to 8fb494ba0a into stable-4.3
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -2,6 +2,30 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [4.3.21] - 2026-03-24
|
||||
|
||||
### Security
|
||||
|
||||
- Fix insufficient checks on quote authorizations ([GHSA-q4g8-82c5-9h33](https://github.com/mastodon/mastodon/security/advisories/GHSA-q4g8-82c5-9h33))
|
||||
- Fix open redirect in legacy path handler ([GHSA-xqw8-4j56-5hj6](https://github.com/mastodon/mastodon/security/advisories/GHSA-xqw8-4j56-5hj6))
|
||||
- Updated dependencies
|
||||
|
||||
### Added
|
||||
|
||||
- Add for searching already-known private GtS posts (#38057 by @ClearlyClaire)
|
||||
|
||||
### Changed
|
||||
|
||||
- Change media description length limit for remote media attachments from 1500 to 10000 characters (#37921 by @ClearlyClaire)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix some model definitions in `tootctl maintenance fix-duplicates` (#38214 by @ClearlyClaire)
|
||||
- Fix poll expiration notification being re-triggered on implicit updates (#38078 by @ClearlyClaire)
|
||||
- Fix incorrect translation string in webauthn mailers (#38062 by @mjankowski)
|
||||
- Fix username availability check being wrongly applied on race conditions (#37975 by @ClearlyClaire)
|
||||
- Fix hover card unintentionally being shown in some cases (#38039 by @diondiondion)
|
||||
|
||||
## [4.3.20] - 2026-02-24
|
||||
|
||||
### Added
|
||||
|
||||
@@ -66,3 +66,4 @@ The following table attempts to summary those limits.
|
||||
| Account `attributionDomains` | 256 | List will be truncated |
|
||||
| Account aliases (actor `alsoKnownAs`) | 256 | List will be truncated |
|
||||
| Custom emoji shortcode (`Emoji` `name`) | 2048 | Emoji will be rejected |
|
||||
| Media descriptions (`name`/`summary`) | 10000 | Description will be truncated |
|
||||
|
||||
116
Gemfile.lock
116
Gemfile.lock
@@ -10,35 +10,36 @@ GIT
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actioncable (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
activejob (= 7.1.5.2)
|
||||
activerecord (= 7.1.5.2)
|
||||
activestorage (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actionmailbox (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
activejob (= 7.1.6)
|
||||
activerecord (= 7.1.6)
|
||||
activestorage (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
mail (>= 2.7.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailer (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
actionview (= 7.1.5.2)
|
||||
activejob (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actionmailer (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
actionview (= 7.1.6)
|
||||
activejob (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (7.1.5.2)
|
||||
actionview (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actionpack (7.1.6)
|
||||
actionview (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
cgi
|
||||
nokogiri (>= 1.8.5)
|
||||
racc
|
||||
rack (>= 2.2.4)
|
||||
@@ -46,16 +47,17 @@ GEM
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
actiontext (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
activerecord (= 7.1.5.2)
|
||||
activestorage (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actiontext (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
activerecord (= 7.1.6)
|
||||
activestorage (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
actionview (7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
builder (~> 3.1)
|
||||
cgi
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
@@ -64,22 +66,22 @@ GEM
|
||||
activemodel (>= 4.1)
|
||||
case_transform (>= 0.2)
|
||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||
activejob (7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
activejob (7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
activerecord (7.1.5.2)
|
||||
activemodel (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
activemodel (7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
activerecord (7.1.6)
|
||||
activemodel (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
timeout (>= 0.4.0)
|
||||
activestorage (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
activejob (= 7.1.5.2)
|
||||
activerecord (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
activestorage (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
activejob (= 7.1.6)
|
||||
activerecord (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
marcel (~> 1.0)
|
||||
activesupport (7.1.5.2)
|
||||
activesupport (7.1.6)
|
||||
base64
|
||||
benchmark (>= 0.3)
|
||||
bigdecimal
|
||||
@@ -163,6 +165,7 @@ GEM
|
||||
case_transform (0.2)
|
||||
activesupport
|
||||
cbor (0.5.9.8)
|
||||
cgi (0.5.1)
|
||||
charlock_holmes (0.7.9)
|
||||
chewy (7.6.0)
|
||||
activesupport (>= 5.2)
|
||||
@@ -239,7 +242,7 @@ GEM
|
||||
fabrication (2.31.0)
|
||||
faker (3.4.2)
|
||||
i18n (>= 1.8.11, < 2)
|
||||
faraday (1.10.3)
|
||||
faraday (1.10.5)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
@@ -619,7 +622,7 @@ GEM
|
||||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
rack (2.2.20)
|
||||
rack (2.2.22)
|
||||
rack-attack (6.7.0)
|
||||
rack (>= 1.0, < 4)
|
||||
rack-cors (2.0.2)
|
||||
@@ -642,20 +645,20 @@ GEM
|
||||
rackup (1.0.0)
|
||||
rack (< 3)
|
||||
webrick
|
||||
rails (7.1.5.2)
|
||||
actioncable (= 7.1.5.2)
|
||||
actionmailbox (= 7.1.5.2)
|
||||
actionmailer (= 7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
actiontext (= 7.1.5.2)
|
||||
actionview (= 7.1.5.2)
|
||||
activejob (= 7.1.5.2)
|
||||
activemodel (= 7.1.5.2)
|
||||
activerecord (= 7.1.5.2)
|
||||
activestorage (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
rails (7.1.6)
|
||||
actioncable (= 7.1.6)
|
||||
actionmailbox (= 7.1.6)
|
||||
actionmailer (= 7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
actiontext (= 7.1.6)
|
||||
actionview (= 7.1.6)
|
||||
activejob (= 7.1.6)
|
||||
activemodel (= 7.1.6)
|
||||
activerecord (= 7.1.6)
|
||||
activestorage (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.1.5.2)
|
||||
railties (= 7.1.6)
|
||||
rails-controller-testing (1.0.5)
|
||||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
@@ -670,13 +673,15 @@ GEM
|
||||
rails-i18n (7.0.9)
|
||||
i18n (>= 0.7, < 2)
|
||||
railties (>= 6.0.0, < 8)
|
||||
railties (7.1.5.2)
|
||||
actionpack (= 7.1.5.2)
|
||||
activesupport (= 7.1.5.2)
|
||||
railties (7.1.6)
|
||||
actionpack (= 7.1.6)
|
||||
activesupport (= 7.1.6)
|
||||
cgi
|
||||
irb
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0, >= 1.2.2)
|
||||
tsort (>= 0.2)
|
||||
zeitwerk (~> 2.6)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
@@ -847,6 +852,7 @@ GEM
|
||||
bindata (~> 2.4)
|
||||
openssl (> 2.0)
|
||||
openssl-signature_algorithm (~> 1.0)
|
||||
tsort (0.2.0)
|
||||
tty-color (0.6.0)
|
||||
tty-cursor (0.7.1)
|
||||
tty-prompt (0.23.1)
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
"admin.dashboard.retention.average": "Media",
|
||||
"admin.dashboard.retention.cohort": "Mes de rexistru",
|
||||
"admin.dashboard.retention.cohort_size": "Perfiles nuevos",
|
||||
"admin.impact_report.instance_followers": "Seguidores que perderíen los nuestros usuarios",
|
||||
"alert.rate_limited.message": "Volvi tentalo dempués de la hora: {retry_time, time, medium}.",
|
||||
"alert.unexpected.message": "Prodúxose un error inesperáu.",
|
||||
"alert.unexpected.title": "¡Meca!",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"account.blocked": "Заблакіраваны",
|
||||
"account.cancel_follow_request": "Скасаваць запыт на падпіску",
|
||||
"account.copy": "Скапіраваць спасылку на профіль",
|
||||
"account.direct": "Згадаць асабіста @{name}",
|
||||
"account.direct": "Згадаць прыватна @{name}",
|
||||
"account.disable_notifications": "Не паведамляць мне пра публікацыі @{name}",
|
||||
"account.domain_blocked": "Дамен заблакіраваны",
|
||||
"account.edit_profile": "Рэдагаваць профіль",
|
||||
@@ -150,7 +150,7 @@
|
||||
"compose.published.open": "Адкрыць",
|
||||
"compose.saved.body": "Допіс захаваны.",
|
||||
"compose_form.direct_message_warning_learn_more": "Даведацца больш",
|
||||
"compose_form.encryption_warning": "Допісы ў Mastodon не абаронены скразным шыфраваннем. Не дзяліцеся ніякай канфідэнцыяльнай інфармацыяй праз Mastodon.",
|
||||
"compose_form.encryption_warning": "Допісы ў Mastodon не абароненыя скразным шыфраваннем. Не дзяліцеся ніякай канфідэнцыяльнай інфармацыяй праз Mastodon.",
|
||||
"compose_form.hashtag_warning": "Гэты допіс не будзе паказаны пад аніякім хэштэгам, бо ён не публічны. Толькі публічныя допісы можна знайсці па хэштэгу.",
|
||||
"compose_form.lock_disclaimer": "Ваш уліковы запіс не {locked}. Усе могуць падпісацца на вас, каб бачыць допісы толькі для падпісчыкаў.",
|
||||
"compose_form.lock_disclaimer.lock": "закрыты",
|
||||
@@ -187,7 +187,7 @@
|
||||
"confirmations.logout.title": "Выйсці?",
|
||||
"confirmations.mute.confirm": "Ігнараваць",
|
||||
"confirmations.redraft.confirm": "Выдаліць і перапісаць",
|
||||
"confirmations.redraft.message": "Вы ўпэўнены, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
|
||||
"confirmations.redraft.message": "Вы ўпэўненыя, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
|
||||
"confirmations.redraft.title": "Выдаліць і перапісаць допіс?",
|
||||
"confirmations.reply.confirm": "Адказаць",
|
||||
"confirmations.reply.message": "Калі вы адкажаце зараз, гэта ператрэ паведамленне, якое вы пішаце. Вы ўпэўнены, што хочаце працягнуць?",
|
||||
@@ -330,7 +330,7 @@
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Падобныя профілі, за якімі Вы нядаўна сачылі",
|
||||
"follow_suggestions.view_all": "Праглядзець усё",
|
||||
"follow_suggestions.who_to_follow": "На каго падпісацца",
|
||||
"followed_tags": "Падпіскі",
|
||||
"followed_tags": "Падпіскі на хэштэгі",
|
||||
"footer.about": "Пра нас",
|
||||
"footer.directory": "Дырэкторыя профіляў",
|
||||
"footer.get_app": "Спампаваць праграму",
|
||||
@@ -522,9 +522,9 @@
|
||||
"notification.moderation_warning": "Вы атрымалі папярэджанне ад мадэратараў",
|
||||
"notification.moderation_warning.action_delete_statuses": "Некаторыя Вашыя допісы былі выдаленыя.",
|
||||
"notification.moderation_warning.action_disable": "Ваш уліковы запіс быў адключаны.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некаторыя з вашых допісаў былі пазначаныя як далікатныя.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некаторыя з вашых допісаў былі пазначаныя як адчувальныя.",
|
||||
"notification.moderation_warning.action_none": "Ваш уліковы запіс атрымаў папярэджанне ад мадэратараў.",
|
||||
"notification.moderation_warning.action_sensitive": "З гэтага моманту вашыя допісы будуць пазначаныя як далікатныя.",
|
||||
"notification.moderation_warning.action_sensitive": "З гэтага моманту вашыя допісы будуць пазначаныя як адчувальныя.",
|
||||
"notification.moderation_warning.action_silence": "Ваш уліковы запіс быў абмежаваны.",
|
||||
"notification.moderation_warning.action_suspend": "Ваш уліковы запіс быў заблакіраваны.",
|
||||
"notification.own_poll": "Ваша апытанне скончылася",
|
||||
@@ -561,7 +561,7 @@
|
||||
"notifications.clear_confirmation": "Вы ўпэўнены, што хочаце назаўсёды сцерці ўсе свае паведамленні?",
|
||||
"notifications.clear_title": "Ачысціць апавяшчэнні?",
|
||||
"notifications.column_settings.admin.report": "Новыя скаргі:",
|
||||
"notifications.column_settings.admin.sign_up": "Новыя ўваходы:",
|
||||
"notifications.column_settings.admin.sign_up": "Новыя рэгістрацыі:",
|
||||
"notifications.column_settings.alert": "Апавяшчэнні на працоўным стале",
|
||||
"notifications.column_settings.favourite": "Упадабанае:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Паказаць усе катэгорыі",
|
||||
@@ -822,7 +822,7 @@
|
||||
"status.reply": "Адказаць",
|
||||
"status.replyAll": "Адказаць у ланцугу",
|
||||
"status.report": "Паскардзіцца на @{name}",
|
||||
"status.sensitive_warning": "Уражвальны змест",
|
||||
"status.sensitive_warning": "Адчувальнае змесціва",
|
||||
"status.share": "Абагуліць",
|
||||
"status.show_less_all": "Згарнуць усё",
|
||||
"status.show_more_all": "Разгарнуць усё",
|
||||
|
||||
@@ -672,7 +672,7 @@
|
||||
"privacy.public.short": "Públic",
|
||||
"privacy.unlisted.additional": "Es comporta igual que públic, excepte que la publicació no apareixerà als canals en directe o etiquetes, l'explora o a la cerca de Mastodon, fins i tot si ho heu activat a nivell de compte.",
|
||||
"privacy.unlisted.long": "Menys fanfàrries algorísmiques",
|
||||
"privacy.unlisted.short": "Públic silenciós",
|
||||
"privacy.unlisted.short": "Pública però discreta",
|
||||
"privacy_policy.last_updated": "Darrera actualització {date}",
|
||||
"privacy_policy.title": "Política de Privacitat",
|
||||
"recommended": "Recomanat",
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
"admin.dashboard.retention.average": "Průměr",
|
||||
"admin.dashboard.retention.cohort": "Měsíc registrace",
|
||||
"admin.dashboard.retention.cohort_size": "Noví uživatelé",
|
||||
"admin.impact_report.instance_accounts": "Profily účtů, které by byli odstaněny",
|
||||
"admin.impact_report.instance_accounts": "Profily účtů, které by byly smazány",
|
||||
"admin.impact_report.instance_followers": "Sledující, o které by naši uživatelé přišli",
|
||||
"admin.impact_report.instance_follows": "Sledující, o které by jejich uživatelé přišli",
|
||||
"admin.impact_report.title": "Shrnutí dopadu",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"about.blocks": "Gweinyddion wedi'u cymedroli",
|
||||
"about.contact": "Cysylltwch â:",
|
||||
"about.contact": "Cysylltiad:",
|
||||
"about.disclaimer": "Mae Mastodon yn feddalwedd cod agored rhydd ac o dan hawlfraint Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Dyw'r rheswm ddim ar gael",
|
||||
"about.domain_blocks.preamble": "Fel rheol, mae Mastodon yn caniatáu i chi weld cynnwys gan unrhyw weinyddwr arall yn y ffedysawd a rhyngweithio â hi. Dyma'r eithriadau a wnaed ar y gweinydd penodol hwn.",
|
||||
@@ -211,7 +211,7 @@
|
||||
"directory.recently_active": "Ar-lein yn ddiweddar",
|
||||
"disabled_account_banner.account_settings": "Gosodiadau'r cyfrif",
|
||||
"disabled_account_banner.text": "Mae eich cyfrif {disabledAccount} wedi ei analluogi ar hyn o bryd.",
|
||||
"dismissable_banner.community_timeline": "Dyma'r postiadau cyhoeddus diweddaraf gan bobl y caiff eu cyfrifon eu cynnal ar {domain}.",
|
||||
"dismissable_banner.community_timeline": "Dyma'r postiadau cyhoeddus diweddaraf gan bobl sydd a'u cyfrifon ar {domain}.",
|
||||
"dismissable_banner.dismiss": "Diystyru",
|
||||
"dismissable_banner.explore_links": "Dyma straeon newyddion sy’n cael eu rhannu fwyaf ar y we gymdeithasol heddiw. Mae'r straeon newyddion diweddaraf sy'n cael eu postio gan fwy o unigolion gwahanol yn cael eu graddio'n uwch.",
|
||||
"dismissable_banner.explore_statuses": "Dyma postiadau o bob gwr o'r we gymdeithasol sy'n derbyn sylw heddiw. Mae postiadau mwy diweddar sydd â mwy o hybiau a ffefrynnau'n cael eu graddio'n uwch.",
|
||||
@@ -223,7 +223,7 @@
|
||||
"domain_block_modal.they_cant_follow": "All neb o'r gweinydd hwn eich dilyn.",
|
||||
"domain_block_modal.they_wont_know": "Fyddan nhw ddim yn gwybod eu bod wedi cael eu blocio.",
|
||||
"domain_block_modal.title": "Blocio parth?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Byddwch yn colli {followersCount, plural, one {{followersCountDisplay} dilynwr} other {{followersCountDisplay} dilynwyr}} a {followingCount, plural, one {{followingCountDisplay} person rydych yn dilyn} other {{followingCountDisplay} o bobl rydych yn eu dilyn}}.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Byddwch yn colli {followersCount, plural, one {{followersCountDisplay} dilynwr} other {{followersCountDisplay} dilynwr}} a {followingCount, plural, one {{followingCountDisplay} person rydych yn dilyn} other {{followingCountDisplay} o bobl rydych yn eu dilyn}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Byddwch yn colli'r holl ddilynwyr a phobl rydych chi'n eu dilyn o'r gweinydd hwn.",
|
||||
"domain_block_modal.you_wont_see_posts": "Fyddwch chi ddim yn gweld postiadau na hysbysiadau gan ddefnyddwyr ar y gweinydd hwn.",
|
||||
"domain_pill.activitypub_lets_connect": "Mae'n caniatáu ichi gysylltu a rhyngweithio â phobl nid yn unig ar Mastodon, ond ar draws gwahanol apiau cymdeithasol hefyd.",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"about.rules": "Serverregler",
|
||||
"account.account_note_header": "Personligt notat",
|
||||
"account.add_or_remove_from_list": "Tilføj eller fjern fra lister",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.bot": "Automatiseret",
|
||||
"account.badges.group": "Gruppe",
|
||||
"account.block": "Blokér @{name}",
|
||||
"account.block_domain": "Blokér domænet {domain}",
|
||||
@@ -36,7 +36,7 @@
|
||||
"account.followers.empty": "Ingen følger denne bruger endnu.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} følger} other {{counter} følgere}}",
|
||||
"account.following": "Følger",
|
||||
"account.following_counter": "{count, plural, one {{counter} følger} other {{counter} følger}}",
|
||||
"account.following_counter": "{count, plural, one {{counter} fulgt} other {{counter} fulgte}}",
|
||||
"account.follows.empty": "Denne bruger følger ikke nogen endnu.",
|
||||
"account.go_to_profile": "Gå til profil",
|
||||
"account.hide_reblogs": "Skjul fremhævelser fra @{name}",
|
||||
@@ -99,20 +99,20 @@
|
||||
"block_modal.you_wont_see_mentions": "Du vil ikke se indlæg, som omtaler vedkommende.",
|
||||
"boost_modal.combo": "Du kan trykke {combo} for at springe dette over næste gang",
|
||||
"boost_modal.reblog": "Fremhæv indlæg?",
|
||||
"boost_modal.undo_reblog": "Fjern fremhævning af indlæg?",
|
||||
"boost_modal.undo_reblog": "Fjern fremhævelse af indlæg?",
|
||||
"bundle_column_error.copy_stacktrace": "Kopiér fejlrapport",
|
||||
"bundle_column_error.error.body": "Den anmodede side kunne ikke gengives. Dette kan skyldes flere typer fejl.",
|
||||
"bundle_column_error.error.title": "Åh nej!",
|
||||
"bundle_column_error.network.body": "En fejl opstod under forsøget på at indlæse denne side. Dette kan skyldes flere typer af fejl.",
|
||||
"bundle_column_error.network.body": "Der opstod en fejl under indlæsning af denne side. Dette kan skyldes et midlertidigt problem med din internetforbindelse eller denne server.",
|
||||
"bundle_column_error.network.title": "Netværksfejl",
|
||||
"bundle_column_error.retry": "Forsøg igen",
|
||||
"bundle_column_error.return": "Tilbage til hjem",
|
||||
"bundle_column_error.routing.body": "Den anmodede side kunne ikke findes. Er du sikker på, at URL'en er korrekt?",
|
||||
"bundle_column_error.routing.body": "Den ønskede side kunne ikke findes. Er du sikker på, at URL'en i adresselinjen er korrekt?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Luk",
|
||||
"bundle_modal_error.message": "Noget gik galt under indlæsningen af denne komponent.",
|
||||
"bundle_modal_error.retry": "Forsøg igen",
|
||||
"closed_registrations.other_server_instructions": "Da Mastodon er decentraliseret, kan du oprette en konto på en anden server og stadig interagere med denne.",
|
||||
"closed_registrations.other_server_instructions": "Eftersom Mastodon er decentraliseret, kan du oprette en konto på en anden server og stadig interagere med denne.",
|
||||
"closed_registrations_modal.description": "Oprettelse af en konto på {domain} er i øjeblikket ikke muligt, men husk på, at du ikke behøver en konto specifikt på {domain} for at bruge Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Find en anden server",
|
||||
"closed_registrations_modal.preamble": "Mastodon er decentraliseret, så uanset hvor du opretter din konto, vil du være i stand til at følge og interagere med hvem som helst på denne server. Du kan endda selv være vært for den!",
|
||||
@@ -122,7 +122,7 @@
|
||||
"column.bookmarks": "Bogmærker",
|
||||
"column.community": "Lokal tidslinje",
|
||||
"column.direct": "Private omtaler",
|
||||
"column.directory": "Tjek profiler",
|
||||
"column.directory": "Gennemse profiler",
|
||||
"column.domain_blocks": "Blokerede domæner",
|
||||
"column.favourites": "Favoritter",
|
||||
"column.firehose": "Live feeds",
|
||||
@@ -154,7 +154,7 @@
|
||||
"compose_form.hashtag_warning": "Da indlægget ikke er offentligt, vises det ikke under noget hashtag, da kun offentlige indlæg er søgbare via hashtags.",
|
||||
"compose_form.lock_disclaimer": "Din konto er ikke {locked}. Enhver kan følge dig og se indlæg kun beregnet for følgere.",
|
||||
"compose_form.lock_disclaimer.lock": "låst",
|
||||
"compose_form.placeholder": "Hvad har du på hjertet?",
|
||||
"compose_form.placeholder": "Hvad har du på hjerte?",
|
||||
"compose_form.poll.duration": "Afstemningens varighed",
|
||||
"compose_form.poll.multiple": "Multivalg",
|
||||
"compose_form.poll.option_placeholder": "Valgmulighed {number}",
|
||||
@@ -197,7 +197,7 @@
|
||||
"confirmations.unfollow.title": "Følg ikke længere bruger?",
|
||||
"content_warning.hide": "Skjul indlæg",
|
||||
"content_warning.show": "Vis alligevel",
|
||||
"content_warning.show_more": "Vis flere",
|
||||
"content_warning.show_more": "Vis mere",
|
||||
"conversation.delete": "Slet samtale",
|
||||
"conversation.mark_as_read": "Markér som læst",
|
||||
"conversation.open": "Vis samtale",
|
||||
@@ -211,7 +211,7 @@
|
||||
"directory.recently_active": "Aktive for nyligt",
|
||||
"disabled_account_banner.account_settings": "Kontoindstillinger",
|
||||
"disabled_account_banner.text": "Din konto {disabledAccount} er pt. deaktiveret.",
|
||||
"dismissable_banner.community_timeline": "Disse er de seneste offentlige indlæg fra personer med konti hostet af {domain}.",
|
||||
"dismissable_banner.community_timeline": "Dette er de seneste offentlige indlæg fra personer med konti hostet af {domain}.",
|
||||
"dismissable_banner.dismiss": "Afvis",
|
||||
"dismissable_banner.explore_links": "Der tales lige nu om disse nyhedshistorier af folk på denne og andre servere i det decentraliserede netværk.",
|
||||
"dismissable_banner.explore_statuses": "Disse indlæg fra diverse sociale netværk vinder fodfæste i dag. Nyere indlæg med flere fremhævelser og favoritter rangeres højere.",
|
||||
@@ -219,14 +219,14 @@
|
||||
"dismissable_banner.public_timeline": "Dette er de seneste offentlige indlæg fra folk på det sociale netværk, som folk på {domain} følger.",
|
||||
"domain_block_modal.block": "Blokér server",
|
||||
"domain_block_modal.block_account_instead": "Blokér i stedet @{name}",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Folk fra denne server kan interagere med de gamle indlæg.",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Folk fra denne server kan interagere med dine gamle indlæg.",
|
||||
"domain_block_modal.they_cant_follow": "Ingen fra denne server kan følge dig.",
|
||||
"domain_block_modal.they_wont_know": "De ser ikke den aktive blokering.",
|
||||
"domain_block_modal.title": "Blokér domæne?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Du vil miste {followersCount, plural, one {{followersCountDisplay} følger} other {{followersCountDisplay} følgere}} og {followingCount, plural, one {{followingCountDisplay} person, du følger} other {{followingCountDisplay} personer, du følger}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Alle følgere og personer som følges på denne server mistes.",
|
||||
"domain_block_modal.you_wont_see_posts": "Indlæg eller notifikationer fra brugere på denne server vises ikke.",
|
||||
"domain_pill.activitypub_lets_connect": "Det muliggører at forbinde og interagere med folk, ikke kun på Mastodon, men også på tværs af forskellige sociale apps.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Du vil miste alle følgere og personer, du følger, fra denne server.",
|
||||
"domain_block_modal.you_wont_see_posts": "Du vil ikke se indlæg eller notifikationer fra brugere på denne server.",
|
||||
"domain_pill.activitypub_lets_connect": "Det giver dig mulighed for at oprette forbindelse og interagere med mennesker, ikke kun på Mastodon, men også på tværs af forskellige sociale apps.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub er \"sproget\", som Mastodon taler med andre sociale netværk.",
|
||||
"domain_pill.server": "Server",
|
||||
"domain_pill.their_handle": "Deres handle:",
|
||||
@@ -238,7 +238,7 @@
|
||||
"domain_pill.who_you_are": "Fordi dit handle fortæller, hvem du er, og hvor du er, kan du interagere med folk på tværs af det sociale net af <button>ActivityPub-drevne platforme</button>.",
|
||||
"domain_pill.your_handle": "Dit handle:",
|
||||
"domain_pill.your_server": "Dit digitale hjem, hvor alle dine indlæg lever. Synes ikke om den her server? Du kan til enhver tid rykke over på en anden server og beholde dine følgere.",
|
||||
"domain_pill.your_username": "Din entydige identifikator på denne server. Det er muligt at finde brugere med samme brugernavn på forskellige servere.",
|
||||
"domain_pill.your_username": "Din unikke identifikator på denne server. Det er muligt at finde brugere med samme brugernavn på forskellige servere.",
|
||||
"embed.instructions": "Indlejr dette indlæg på din hjemmeside ved at kopiere nedenstående kode.",
|
||||
"embed.preview": "Sådan kommer det til at se ud:",
|
||||
"emoji_button.activity": "Aktivitet",
|
||||
@@ -251,7 +251,7 @@
|
||||
"emoji_button.not_found": "Ingen matchende emojis fundet",
|
||||
"emoji_button.objects": "Objekter",
|
||||
"emoji_button.people": "Personer",
|
||||
"emoji_button.recent": "Oftest brugt",
|
||||
"emoji_button.recent": "Ofte brugt",
|
||||
"emoji_button.search": "Søg...",
|
||||
"emoji_button.search_results": "Søgeresultater",
|
||||
"emoji_button.symbols": "Symboler",
|
||||
@@ -260,7 +260,7 @@
|
||||
"empty_column.account_suspended": "Konto suspenderet",
|
||||
"empty_column.account_timeline": "Ingen indlæg her!",
|
||||
"empty_column.account_unavailable": "Profil utilgængelig",
|
||||
"empty_column.blocks": "Ingen brugere blokeret endnu.",
|
||||
"empty_column.blocks": "Du har ikke blokeret nogle brugere endnu.",
|
||||
"empty_column.bookmarked_statuses": "Du har ingen bogmærkede indlæg endnu. Når du bogmærker ét, vil det dukke op hér.",
|
||||
"empty_column.community": "Den lokale tidslinje er tom. Skriv noget offentligt for at sætte tingene i gang!",
|
||||
"empty_column.direct": "Du har ikke nogen private omtaler endnu. Når du sender eller modtager en, vil den blive vist her.",
|
||||
@@ -271,7 +271,7 @@
|
||||
"empty_column.follow_requests": "Du har endnu ingen følgeanmodninger. Når du modtager én, vil den dukke op her.",
|
||||
"empty_column.followed_tags": "Ingen hashtags følges endnu. Når det sker, vil de fremgå her.",
|
||||
"empty_column.hashtag": "Der er intet med dette hashtag endnu.",
|
||||
"empty_column.home": "Din hjem-tidslinje er tom! Følg nogle personer, for at fylde den op.",
|
||||
"empty_column.home": "Din hjem-tidslinje er tom! Følg flere personer, for at fylde den op.",
|
||||
"empty_column.list": "Der er ikke noget på denne liste endnu. Når medlemmer af denne liste udgiver nye indlæg, vil de blive vist her.",
|
||||
"empty_column.lists": "Du har endnu ikke nogen lister. Når du opretter én, vil den vises her.",
|
||||
"empty_column.mutes": "Du har endnu ikke skjult nogle brugere.",
|
||||
@@ -314,22 +314,22 @@
|
||||
"firehose.remote": "Andre servere",
|
||||
"follow_request.authorize": "Godkend",
|
||||
"follow_request.reject": "Afvis",
|
||||
"follow_requests.unlocked_explanation": "Selvom din konto ikke er låst, synes {domain}-personalet, du måske bør gennemgå disse anmodninger manuelt.",
|
||||
"follow_requests.unlocked_explanation": "Selvom din konto ikke er låst, mente {domain}-personalet, at du måske ville gennemgå følgeanmodninger fra disse konti manuelt.",
|
||||
"follow_suggestions.curated_suggestion": "Personaleudvalgt",
|
||||
"follow_suggestions.dismiss": "Vis ikke igen",
|
||||
"follow_suggestions.featured_longer": "Håndplukket af {domain}-teamet",
|
||||
"follow_suggestions.friends_of_friends_longer": "Populær blandt personer, du følger",
|
||||
"follow_suggestions.hints.featured": "Denne profil er håndplukket af {domain}-teamet.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Denne profil er populær blandt de personer, som følges.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Denne profil er populær blandt de personer, du følger.",
|
||||
"follow_suggestions.hints.most_followed": "Denne profil er en af de mest fulgte på {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Denne profil har for nylig fået stor opmærksomhed på {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Denne profil svarer til de profiler, som senest er blevet fulgt.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Denne profil minder om de profiler, du senest har fulgt.",
|
||||
"follow_suggestions.personalized_suggestion": "Personligt forslag",
|
||||
"follow_suggestions.popular_suggestion": "Populært forslag",
|
||||
"follow_suggestions.popular_suggestion_longer": "Populært på {domain}",
|
||||
"follow_suggestions.popular_suggestion_longer": "Populær på {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Minder om profiler, du har fulgt for nylig",
|
||||
"follow_suggestions.view_all": "Vis alle",
|
||||
"follow_suggestions.who_to_follow": "Hvem, som skal følges",
|
||||
"follow_suggestions.who_to_follow": "Profiler, du kan følge",
|
||||
"followed_tags": "Hashtags, som følges",
|
||||
"footer.about": "Om",
|
||||
"footer.directory": "Profiloversigt",
|
||||
@@ -367,7 +367,7 @@
|
||||
"home.column_settings.show_reblogs": "Vis fremhævelser",
|
||||
"home.column_settings.show_replies": "Vis svar",
|
||||
"home.hide_announcements": "Skjul bekendtgørelser",
|
||||
"home.pending_critical_update.body": "Opdatér venligst din Mastodon-server snarest muligt!",
|
||||
"home.pending_critical_update.body": "Opdatér din Mastodon-server snarest muligt!",
|
||||
"home.pending_critical_update.link": "Se opdateringer",
|
||||
"home.pending_critical_update.title": "Kritisk sikkerhedsopdatering tilgængelig!",
|
||||
"home.show_announcements": "Vis bekendtgørelser",
|
||||
@@ -424,7 +424,7 @@
|
||||
"keyboard_shortcuts.open_media": "Åbn medier",
|
||||
"keyboard_shortcuts.pinned": "Åbn liste over fastgjorte indlæg",
|
||||
"keyboard_shortcuts.profile": "Åbn forfatters profil",
|
||||
"keyboard_shortcuts.reply": "Besvar indlægget",
|
||||
"keyboard_shortcuts.reply": "Besvar indlæg",
|
||||
"keyboard_shortcuts.requests": "Åbn liste over følgeanmodninger",
|
||||
"keyboard_shortcuts.search": "Fokusér søgebjælke",
|
||||
"keyboard_shortcuts.spoilers": "Vis/skjul indholdsadvarsel-felt",
|
||||
@@ -458,10 +458,10 @@
|
||||
"lists.replies_policy.title": "Vis svar til:",
|
||||
"lists.search": "Søg blandt personer, som følges",
|
||||
"lists.subheading": "Dine lister",
|
||||
"load_pending": "{count, plural, one {# nyt emne} other {# nye emner}}",
|
||||
"load_pending": "{count, plural, one {# nyt element} other {# nye elementer}}",
|
||||
"loading_indicator.label": "Indlæser…",
|
||||
"media_gallery.hide": "Skjul",
|
||||
"moved_to_account_banner.text": "Din konto {disabledAccount} er pt. deaktiveret, da du flyttede til {movedToAccount}.",
|
||||
"moved_to_account_banner.text": "Din konto {disabledAccount} er i øjeblikket deaktiveret, fordi du er flyttet til {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Skjul fra notifikationer",
|
||||
"mute_modal.hide_options": "Skjul valgmuligheder",
|
||||
"mute_modal.indefinite": "Indtil jeg vælger at se dem igen",
|
||||
@@ -486,7 +486,7 @@
|
||||
"navigation_bar.filters": "Skjulte ord",
|
||||
"navigation_bar.follow_requests": "Følgeanmodninger",
|
||||
"navigation_bar.followed_tags": "Hashtags, som følges",
|
||||
"navigation_bar.follows_and_followers": "Følges og følgere",
|
||||
"navigation_bar.follows_and_followers": "Følger og følgere",
|
||||
"navigation_bar.lists": "Lister",
|
||||
"navigation_bar.logout": "Log af",
|
||||
"navigation_bar.moderation": "Moderering",
|
||||
@@ -526,7 +526,7 @@
|
||||
"notification.moderation_warning.action_none": "Din konto har fået en moderationsadvarsel.",
|
||||
"notification.moderation_warning.action_sensitive": "Dine indlæg markeres fra nu af som følsomme.",
|
||||
"notification.moderation_warning.action_silence": "Din konto er blevet begrænset.",
|
||||
"notification.moderation_warning.action_suspend": "Din konto er suspenderet.",
|
||||
"notification.moderation_warning.action_suspend": "Din konto er blevet suspenderet.",
|
||||
"notification.own_poll": "Din afstemning er afsluttet",
|
||||
"notification.poll": "En afstemning, hvori du har stemt, er slut",
|
||||
"notification.reblog": "{name} fremhævede dit indlæg",
|
||||
@@ -568,7 +568,7 @@
|
||||
"notifications.column_settings.filter_bar.category": "Hurtigfiltreringsbjælke",
|
||||
"notifications.column_settings.follow": "Nye følgere:",
|
||||
"notifications.column_settings.follow_request": "Nye følgeanmodninger:",
|
||||
"notifications.column_settings.group": "Gruppere",
|
||||
"notifications.column_settings.group": "Gruppér",
|
||||
"notifications.column_settings.mention": "Omtaler:",
|
||||
"notifications.column_settings.poll": "Afstemningsresultater:",
|
||||
"notifications.column_settings.push": "Push-notifikationer",
|
||||
@@ -606,7 +606,7 @@
|
||||
"notifications.policy.filter_not_followers_title": "Personer, som ikke følger dig",
|
||||
"notifications.policy.filter_not_following_hint": "Indtil du manuelt godkender dem",
|
||||
"notifications.policy.filter_not_following_title": "Personer, du ikke følger",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtreret, medmindre det er i svar på egen omtale, eller hvis afsenderen følges",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtreret, medmindre det er et svar på din egen omtale, eller hvis du følger afsenderen",
|
||||
"notifications.policy.filter_private_mentions_title": "Uopfordrede private omtaler",
|
||||
"notifications.policy.title": "Håndtér notifikationer fra…",
|
||||
"notifications_permission_banner.enable": "Aktivér computernotifikationer",
|
||||
@@ -619,9 +619,9 @@
|
||||
"onboarding.compose.template": "Hej #Mastodon!",
|
||||
"onboarding.follows.empty": "Ingen resultater tilgængelige pt. Prøv at bruge søgning eller gennemse siden for at finde personer at følge, eller forsøg igen senere.",
|
||||
"onboarding.follows.lead": "Man kurerer sin eget hjemme-feed. Jo flere personer man følger, des mere aktiv og interessant vil det være. Disse profiler kan være et godt udgangspunkt – de kan altid fjernes senere!",
|
||||
"onboarding.follows.title": "Populært på Mastodon",
|
||||
"onboarding.follows.title": "Tilpas dit hjem-feed",
|
||||
"onboarding.profile.discoverable": "Gør min profil synlig",
|
||||
"onboarding.profile.discoverable_hint": "Når man vælger at være synlig på Mastodon, kan ens indlæg fremgå i søgeresultater og tendenser, og profilen kan blive foreslået til andre med tilsvarende interesse.",
|
||||
"onboarding.profile.discoverable_hint": "Når du vælger at være synlig på Mastodon, kan dine indlæg blive vist i søgeresultater og trender, og din profil kan blive foreslået til personer med samme interesser som dig.",
|
||||
"onboarding.profile.display_name": "Vist navn",
|
||||
"onboarding.profile.display_name_hint": "Dit fulde navn eller dit sjove navn…",
|
||||
"onboarding.profile.lead": "Dette kan altid færdiggøres senere i indstillingerne, hvor endnu flere tilpasningsmuligheder forefindes.",
|
||||
@@ -768,7 +768,7 @@
|
||||
"search_results.title": "Søg efter {q}",
|
||||
"server_banner.about_active_users": "Personer, som brugte denne server de seneste 30 dage (månedlige aktive brugere)",
|
||||
"server_banner.active_users": "aktive brugere",
|
||||
"server_banner.administered_by": "Håndteres af:",
|
||||
"server_banner.administered_by": "Administreret af:",
|
||||
"server_banner.is_one_of_many": "{domain} er en af de mange uafhængige Mastodon-servere, du kan bruge for at deltage i fediverset.",
|
||||
"server_banner.server_stats": "Serverstatstik:",
|
||||
"sign_in_banner.create_account": "Opret konto",
|
||||
@@ -793,7 +793,7 @@
|
||||
"status.edited": "Senest redigeret {date}",
|
||||
"status.edited_x_times": "Redigeret {count, plural, one {{count} gang} other {{count} gange}}",
|
||||
"status.embed": "Hent indlejringskode",
|
||||
"status.favourite": "Favorit",
|
||||
"status.favourite": "Favoritmarkér",
|
||||
"status.favourites": "{count, plural, one {# favorit} other {# favoritter}}",
|
||||
"status.filter": "Filtrér dette indlæg",
|
||||
"status.history.created": "{name} oprettet {date}",
|
||||
@@ -850,7 +850,7 @@
|
||||
"units.short.million": "{count} mio.",
|
||||
"units.short.thousand": "{count} tusind",
|
||||
"upload_area.title": "Træk og slip for at uploade",
|
||||
"upload_button.label": "Tilføj billed-, video- eller lydfil(er)",
|
||||
"upload_button.label": "Tilføj billeder, en video- eller lydfil",
|
||||
"upload_error.limit": "Grænse for filupload nået.",
|
||||
"upload_error.poll": "Filupload ikke tilladt for afstemninger.",
|
||||
"upload_form.audio_description": "Beskrivelse til hørehæmmede",
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"about.blocks": "Moderierte Server",
|
||||
"about.blocks": "Eingeschränkte Server",
|
||||
"about.contact": "Kontakt:",
|
||||
"about.disclaimer": "Mastodon ist eine freie, quelloffene Software und eine Marke der Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Grund unbekannt",
|
||||
"about.domain_blocks.no_reason_available": "Keinen Grund angegeben",
|
||||
"about.domain_blocks.preamble": "Mastodon erlaubt es dir grundsätzlich, alle Inhalte von allen Nutzer*innen auf allen Servern im Fediverse zu sehen und mit ihnen zu interagieren. Für diesen Server gibt es aber ein paar Ausnahmen.",
|
||||
"about.domain_blocks.silenced.explanation": "Standardmäßig werden von diesem Server keine Inhalte oder Profile angezeigt. Du kannst die Profile und Inhalte aber dennoch sehen, wenn du explizit nach diesen suchst oder diesen folgst.",
|
||||
"about.domain_blocks.silenced.title": "Ausgeblendet",
|
||||
"about.domain_blocks.suspended.explanation": "Es werden keine Daten von diesem Server verarbeitet, gespeichert oder ausgetauscht, sodass eine Interaktion oder Kommunikation mit Nutzer*innen dieses Servers nicht möglich ist.",
|
||||
"about.domain_blocks.silenced.title": "Stummgeschaltet",
|
||||
"about.domain_blocks.suspended.explanation": "Es werden keine Daten von diesem Server verarbeitet, gespeichert oder ausgetauscht, sodass eine Interaktion oder Kommunikation mit Profilen dieses Servers nicht möglich ist.",
|
||||
"about.domain_blocks.suspended.title": "Gesperrt",
|
||||
"about.not_available": "Diese Informationen sind auf diesem Server nicht verfügbar.",
|
||||
"about.powered_by": "Ein dezentralisiertes soziales Netzwerk, angetrieben von {mastodon}",
|
||||
"about.powered_by": "Ein dezentralisiertes soziales Netzwerk, ermöglicht durch {mastodon}",
|
||||
"about.rules": "Serverregeln",
|
||||
"account.account_note_header": "Persönliche Notiz",
|
||||
"account.add_or_remove_from_list": "Hinzufügen oder Entfernen von Listen",
|
||||
"account.badges.bot": "Automatisiert",
|
||||
"account.add_or_remove_from_list": "Listen verwalten",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Gruppe",
|
||||
"account.block": "@{name} blockieren",
|
||||
"account.block_domain": "{domain} sperren",
|
||||
"account.block_domain": "{domain} blockieren",
|
||||
"account.block_short": "Blockieren",
|
||||
"account.blocked": "Blockiert",
|
||||
"account.cancel_follow_request": "Follower-Anfrage zurückziehen",
|
||||
"account.cancel_follow_request": "Anfrage zurückziehen",
|
||||
"account.copy": "Link zum Profil kopieren",
|
||||
"account.direct": "@{name} privat erwähnen",
|
||||
"account.disable_notifications": "Höre auf mich zu benachrichtigen wenn @{name} etwas postet",
|
||||
"account.domain_blocked": "Domain versteckt",
|
||||
"account.disable_notifications": "Benachrichtige mich nicht mehr, wenn @{name} etwas veröffentlicht",
|
||||
"account.domain_blocked": "Domain blockiert",
|
||||
"account.edit_profile": "Profil bearbeiten",
|
||||
"account.enable_notifications": "Benachrichtige mich wenn @{name} etwas postet",
|
||||
"account.enable_notifications": "Benachrichtige mich, wenn @{name} etwas veröffentlicht",
|
||||
"account.endorse": "Im Profil vorstellen",
|
||||
"account.featured_tags.last_status_at": "Letzter Beitrag am {date}",
|
||||
"account.featured_tags.last_status_at": "Neuester Beitrag vom {date}",
|
||||
"account.featured_tags.last_status_never": "Keine Beiträge",
|
||||
"account.featured_tags.title": "Von {name} vorgestellte Hashtags",
|
||||
"account.follow": "Folgen",
|
||||
@@ -41,9 +41,9 @@
|
||||
"account.go_to_profile": "Profil aufrufen",
|
||||
"account.hide_reblogs": "Geteilte Beiträge von @{name} ausblenden",
|
||||
"account.in_memoriam": "Zum Andenken.",
|
||||
"account.joined_short": "Mitglied seit",
|
||||
"account.languages": "Sprache ändern.",
|
||||
"account.link_verified_on": "Das Profil mit dieser E-Mail-Adresse wurde bereits am {date} verifiziert",
|
||||
"account.joined_short": "Registriert am",
|
||||
"account.languages": "Sprachen verwalten",
|
||||
"account.link_verified_on": "Das Profil mit dieser E-Mail-Adresse wurde bereits am {date} bestätigt",
|
||||
"account.locked_info": "Die Privatsphäre dieses Kontos wurde auf „geschützt“ gesetzt. Die Person bestimmt manuell, wer ihrem Profil folgen darf.",
|
||||
"account.media": "Medien",
|
||||
"account.mention": "@{name} erwähnen",
|
||||
@@ -54,16 +54,16 @@
|
||||
"account.muted": "Stummgeschaltet",
|
||||
"account.mutual": "Gegenseitig",
|
||||
"account.no_bio": "Keine Beschreibung verfügbar.",
|
||||
"account.open_original_page": "Ursprüngliche Seite öffnen",
|
||||
"account.open_original_page": "Originalbeitrag öffnen",
|
||||
"account.posts": "Beiträge",
|
||||
"account.posts_with_replies": "Beiträge und Antworten",
|
||||
"account.posts_with_replies": "Beiträge & Antworten",
|
||||
"account.report": "@{name} melden",
|
||||
"account.requested": "Die Genehmigung steht noch aus. Klicke hier, um die Follower-Anfrage zurückzuziehen",
|
||||
"account.requested_follow": "{name} möchte dir folgen",
|
||||
"account.share": "Profil von @{name} teilen",
|
||||
"account.show_reblogs": "Geteilte Beiträge von @{name} anzeigen",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} Beitrag} other {{counter} Beiträge}}",
|
||||
"account.unblock": "{name} nicht mehr blockieren",
|
||||
"account.unblock": "Blockierung von {name} aufheben",
|
||||
"account.unblock_domain": "Blockierung von {domain} aufheben",
|
||||
"account.unblock_short": "Blockierung aufheben",
|
||||
"account.unendorse": "Im Profil nicht mehr vorstellen",
|
||||
@@ -71,20 +71,20 @@
|
||||
"account.unmute": "Stummschaltung von @{name} aufheben",
|
||||
"account.unmute_notifications_short": "Stummschaltung der Benachrichtigungen aufheben",
|
||||
"account.unmute_short": "Stummschaltung aufheben",
|
||||
"account_note.placeholder": "Klicken, um Notiz hinzuzufügen",
|
||||
"admin.dashboard.daily_retention": "Verweildauer der Nutzer*innen pro Tag nach der Registrierung",
|
||||
"admin.dashboard.monthly_retention": "Verweildauer der Nutzer*innen pro Monat nach der Registrierung",
|
||||
"account_note.placeholder": "Klicken, um private Anmerkung hinzuzufügen",
|
||||
"admin.dashboard.daily_retention": "Verweildauer der Nutzer*innen pro Tag seit der Registrierung",
|
||||
"admin.dashboard.monthly_retention": "Verweildauer der Nutzer*innen pro Monat seit der Registrierung",
|
||||
"admin.dashboard.retention.average": "Durchschnitt",
|
||||
"admin.dashboard.retention.cohort": "Monat der Registrierung",
|
||||
"admin.dashboard.retention.cohort_size": "Neue Konten",
|
||||
"admin.impact_report.instance_accounts": "Profilkonten, die dadurch gelöscht würden",
|
||||
"admin.impact_report.instance_accounts": "Konten, die dadurch gelöscht würden",
|
||||
"admin.impact_report.instance_followers": "Follower, die unsere Nutzer*innen verlieren würden",
|
||||
"admin.impact_report.instance_follows": "Follower, die deren Nutzer*innen verlieren würden",
|
||||
"admin.impact_report.title": "Zusammenfassung der Auswirkung",
|
||||
"alert.rate_limited.message": "Bitte versuche es nach {retry_time, time, medium} erneut.",
|
||||
"alert.rate_limited.message": "Bitte versuche es um {retry_time, time, medium} erneut.",
|
||||
"alert.rate_limited.title": "Anfragelimit überschritten",
|
||||
"alert.unexpected.message": "Ein unerwarteter Fehler ist aufgetreten.",
|
||||
"alert.unexpected.title": "Oha!",
|
||||
"alert.unexpected.title": "Ups!",
|
||||
"alt_text_badge.title": "Bildbeschreibung",
|
||||
"announcement.announcement": "Ankündigung",
|
||||
"attachments_list.unprocessed": "(ausstehend)",
|
||||
@@ -97,13 +97,13 @@
|
||||
"block_modal.they_will_know": "Das Profil wird erkennen können, dass du es blockiert hast.",
|
||||
"block_modal.title": "Profil blockieren?",
|
||||
"block_modal.you_wont_see_mentions": "Du wirst keine Beiträge sehen, die dieses Profil erwähnen.",
|
||||
"boost_modal.combo": "Mit {combo} erscheint dieses Fenster beim nächsten Mal nicht mehr",
|
||||
"boost_modal.combo": "Mit {combo} erscheint dieses Fenster nicht mehr",
|
||||
"boost_modal.reblog": "Beitrag teilen?",
|
||||
"boost_modal.undo_reblog": "Beitrag nicht mehr teilen?",
|
||||
"bundle_column_error.copy_stacktrace": "Fehlerbericht kopieren",
|
||||
"bundle_column_error.error.body": "Die angeforderte Seite konnte nicht dargestellt werden. Dies könnte auf einen Fehler in unserem Code oder auf ein Browser-Kompatibilitätsproblem zurückzuführen sein.",
|
||||
"bundle_column_error.error.title": "Oh nein!",
|
||||
"bundle_column_error.network.body": "Beim Versuch, diese Seite zu laden, ist ein Fehler aufgetreten. Dies könnte auf ein vorübergehendes Problem mit Ihrer Internetverbindung oder diesem Server zurückzuführen sein.",
|
||||
"bundle_column_error.network.body": "Beim Laden dieser Seite ist ein Fehler aufgetreten. Die Ursache könnte ein vorübergehendes Problem mit deiner Internetverbindung oder diesem Server sein.",
|
||||
"bundle_column_error.network.title": "Netzwerkfehler",
|
||||
"bundle_column_error.retry": "Erneut versuchen",
|
||||
"bundle_column_error.return": "Zurück zur Startseite",
|
||||
@@ -112,17 +112,17 @@
|
||||
"bundle_modal_error.close": "Schließen",
|
||||
"bundle_modal_error.message": "Beim Laden dieser Komponente ist etwas schiefgelaufen.",
|
||||
"bundle_modal_error.retry": "Erneut versuchen",
|
||||
"closed_registrations.other_server_instructions": "Da Mastodon dezentralisiert ist, kannst du ein Konto auf einem anderen Server erstellen und trotzdem mit diesem Server interagieren.",
|
||||
"closed_registrations_modal.description": "Das Anlegen eines Kontos auf {domain} ist derzeit nicht möglich, aber bedenke, dass du kein extra Konto auf {domain} benötigst, um Mastodon nutzen zu können.",
|
||||
"closed_registrations_modal.find_another_server": "Einen anderen Server auswählen",
|
||||
"closed_registrations_modal.preamble": "Mastodon ist dezentralisiert, das heißt, unabhängig davon, wo du dein Konto erstellt hast, kannst du jedem Profil auf diesem Server folgen und mit ihm interagieren. Du kannst sogar deinen eigenen Server hosten!",
|
||||
"closed_registrations.other_server_instructions": "Da Mastodon dezentralisiert ist, kannst du dich auch woanders im Fediverse registrieren und trotzdem mit diesem Server in Kontakt bleiben.",
|
||||
"closed_registrations_modal.description": "Das Anlegen eines Kontos auf {domain} ist derzeit nicht möglich, aber bedenke, dass du nicht zwingend auf {domain} ein Konto benötigst, um Mastodon nutzen zu können.",
|
||||
"closed_registrations_modal.find_another_server": "Anderen Server suchen",
|
||||
"closed_registrations_modal.preamble": "Mastodon ist dezentralisiert, das heißt, unabhängig davon, wo du dein Konto erstellst, kannst du jedem Profil auf diesem Server folgen und mit ihm interagieren. Du kannst sogar deinen eigenen Mastodon-Server hosten!",
|
||||
"closed_registrations_modal.title": "Bei Mastodon registrieren",
|
||||
"column.about": "Über",
|
||||
"column.blocks": "Blockierte Profile",
|
||||
"column.bookmarks": "Lesezeichen",
|
||||
"column.community": "Lokale Timeline",
|
||||
"column.direct": "Private Erwähnungen",
|
||||
"column.directory": "Profile durchsuchen",
|
||||
"column.directory": "Profile durchstöbern",
|
||||
"column.domain_blocks": "Blockierte Domains",
|
||||
"column.favourites": "Favoriten",
|
||||
"column.firehose": "Live-Feeds",
|
||||
@@ -143,25 +143,25 @@
|
||||
"column_subheading.settings": "Einstellungen",
|
||||
"community.column_settings.local_only": "Nur lokal",
|
||||
"community.column_settings.media_only": "Nur Beiträge mit Medien",
|
||||
"community.column_settings.remote_only": "Nur andere Mastodon-Server",
|
||||
"community.column_settings.remote_only": "Nur andere Server im Fediverse",
|
||||
"compose.language.change": "Sprache festlegen",
|
||||
"compose.language.search": "Sprachen suchen …",
|
||||
"compose.published.body": "Beitrag veröffentlicht.",
|
||||
"compose.published.open": "Öffnen",
|
||||
"compose.saved.body": "Beitrag gespeichert.",
|
||||
"compose_form.direct_message_warning_learn_more": "Mehr erfahren",
|
||||
"compose_form.encryption_warning": "Beiträge auf Mastodon sind nicht Ende-zu-Ende-verschlüsselt. Teile keine sensiblen Informationen über Mastodon.",
|
||||
"compose_form.encryption_warning": "Beiträge auf Mastodon sind nicht Ende-zu-Ende-verschlüsselt. Teile keine sensiblen Informationen über Mastodon, auch nicht als „private Erwähnung“.",
|
||||
"compose_form.hashtag_warning": "Dieser Beitrag wird unter keinem Hashtag sichtbar sein, weil er nicht öffentlich ist. Nur öffentliche Beiträge können nach Hashtags durchsucht werden.",
|
||||
"compose_form.lock_disclaimer": "Dein Profil ist nicht {locked}. Andere können dir folgen und deine Beiträge sehen, die nur für Follower bestimmt sind.",
|
||||
"compose_form.lock_disclaimer.lock": "geschützt",
|
||||
"compose_form.placeholder": "Was gibts Neues?",
|
||||
"compose_form.poll.duration": "Umfragedauer",
|
||||
"compose_form.poll.duration": "Laufzeit",
|
||||
"compose_form.poll.multiple": "Mehrfachauswahl",
|
||||
"compose_form.poll.option_placeholder": "{number}. Auswahl",
|
||||
"compose_form.poll.single": "Einfachauswahl",
|
||||
"compose_form.poll.switch_to_multiple": "Mehrfachauswahl erlauben",
|
||||
"compose_form.poll.switch_to_single": "Nur Einfachauswahl erlauben",
|
||||
"compose_form.poll.type": "Art",
|
||||
"compose_form.poll.type": "Typ",
|
||||
"compose_form.publish": "Veröffentlichen",
|
||||
"compose_form.publish_form": "Neuer Beitrag",
|
||||
"compose_form.reply": "Antworten",
|
||||
@@ -175,7 +175,7 @@
|
||||
"confirmations.delete.message": "Möchtest du diesen Beitrag wirklich löschen?",
|
||||
"confirmations.delete.title": "Beitrag löschen?",
|
||||
"confirmations.delete_list.confirm": "Löschen",
|
||||
"confirmations.delete_list.message": "Möchtest du diese Liste für immer löschen?",
|
||||
"confirmations.delete_list.message": "Bist du dir sicher, dass du diese Liste endgültig löschen möchtest?",
|
||||
"confirmations.delete_list.title": "Liste löschen?",
|
||||
"confirmations.discard_edit_media.confirm": "Verwerfen",
|
||||
"confirmations.discard_edit_media.message": "Du hast Änderungen an der Medienbeschreibung oder -vorschau vorgenommen, die noch nicht gespeichert sind. Trotzdem verwerfen?",
|
||||
@@ -183,12 +183,12 @@
|
||||
"confirmations.edit.message": "Das Bearbeiten überschreibt die Nachricht, die du gerade verfasst. Möchtest du wirklich fortfahren?",
|
||||
"confirmations.edit.title": "Beitrag überschreiben?",
|
||||
"confirmations.logout.confirm": "Abmelden",
|
||||
"confirmations.logout.message": "Möchtest du dich wirklich abmelden?",
|
||||
"confirmations.logout.message": "Möchtest du dich wirklich ausloggen?",
|
||||
"confirmations.logout.title": "Abmelden?",
|
||||
"confirmations.mute.confirm": "Stummschalten",
|
||||
"confirmations.redraft.confirm": "Löschen und neu erstellen",
|
||||
"confirmations.redraft.message": "Möchtest du diesen Beitrag wirklich löschen und neu verfassen? Alle Favoriten sowie die bisher geteilten Beiträge werden verloren gehen und Antworten auf den ursprünglichen Beitrag verlieren den Zusammenhang.",
|
||||
"confirmations.redraft.title": "Beitrag löschen und neu verfassen?",
|
||||
"confirmations.redraft.title": "Beitrag löschen & neu verfassen?",
|
||||
"confirmations.reply.confirm": "Antworten",
|
||||
"confirmations.reply.message": "Wenn du jetzt darauf antwortest, wird der andere Beitrag, an dem du gerade geschrieben hast, verworfen. Möchtest du wirklich fortfahren?",
|
||||
"confirmations.reply.title": "Beitrag überschreiben?",
|
||||
@@ -206,8 +206,8 @@
|
||||
"copypaste.copied": "Kopiert",
|
||||
"copypaste.copy_to_clipboard": "In die Zwischenablage kopieren",
|
||||
"directory.federated": "Aus bekanntem Fediverse",
|
||||
"directory.local": "Nur von der Domain {domain}",
|
||||
"directory.new_arrivals": "Neue Benutzer*innen",
|
||||
"directory.local": "Nur von dieser Domain {domain}",
|
||||
"directory.new_arrivals": "Neue Profile",
|
||||
"directory.recently_active": "Kürzlich aktiv",
|
||||
"disabled_account_banner.account_settings": "Kontoeinstellungen",
|
||||
"disabled_account_banner.text": "Dein Konto {disabledAccount} ist derzeit deaktiviert.",
|
||||
@@ -229,24 +229,24 @@
|
||||
"domain_pill.activitypub_lets_connect": "Somit kannst du dich nicht nur auf Mastodon mit Leuten verbinden und mit ihnen interagieren, sondern über alle sozialen Apps hinweg.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub ist sozusagen die Sprache, die Mastodon mit anderen sozialen Netzwerken spricht.",
|
||||
"domain_pill.server": "Server",
|
||||
"domain_pill.their_handle": "Deren Adresse:",
|
||||
"domain_pill.their_server": "Deren digitale Heimat. Hier „leben“ alle Beiträge von diesem Profil.",
|
||||
"domain_pill.their_username": "Deren eindeutigen Identität auf dem betreffenden Server. Es ist möglich, Profile mit dem gleichen Profilnamen auf verschiedenen Servern zu finden.",
|
||||
"domain_pill.their_handle": "Vollständige Adresse:",
|
||||
"domain_pill.their_server": "Die digitale Heimat, in der sich alle Beiträge dieses Profils befinden.",
|
||||
"domain_pill.their_username": "Die eindeutige Identifizierung auf einem Server. Es ist möglich, denselben Profilnamen auf verschiedenen Servern im Fediverse zu finden.",
|
||||
"domain_pill.username": "Profilname",
|
||||
"domain_pill.whats_in_a_handle": "Woraus besteht eine Adresse?",
|
||||
"domain_pill.who_they_are": "Adressen teilen mit, wer jemand ist und wo sich jemand aufhält. Daher kannst du mit Leuten im gesamten Social Web interagieren, wenn es eine durch <button>ActivityPub angetriebene Plattform</button> ist.",
|
||||
"domain_pill.who_you_are": "Deine Adresse teilt mit, wer du bist und wo du dich aufhältst. Daher können andere Leute im gesamten Social Web mit dir interagieren, wenn es eine durch <button>ActivityPub angetriebene Plattform</button> ist.",
|
||||
"domain_pill.who_they_are": "Adressen teilen mit, wer jemand ist und wo sich jemand aufhält. Daher kannst du mit Leuten im gesamten Social Web interagieren, wenn es eine durch <button>ActivityPub ermöglichte Plattform</button> ist.",
|
||||
"domain_pill.who_you_are": "Deine Adresse teilt mit, wer du bist und wo du dich aufhältst. Daher können andere Leute im gesamten Social Web mit dir interagieren, wenn es eine durch <button>ActivityPub ermöglichte Plattform</button> ist.",
|
||||
"domain_pill.your_handle": "Deine Adresse:",
|
||||
"domain_pill.your_server": "Deine digitale Heimat. Hier „leben“ alle Beiträge von dir. Falls es dir hier nicht gefällt, kannst du jederzeit den Server wechseln und ebenso deine Follower übertragen.",
|
||||
"domain_pill.your_username": "Deine eindeutige Identität auf diesem Server. Es ist möglich, Profile mit dem gleichen Profilnamen auf verschiedenen Servern zu finden.",
|
||||
"embed.instructions": "Du kannst diesen Beitrag auf deiner Website einbetten, indem du den nachfolgenden Code kopierst.",
|
||||
"embed.instructions": "Du kannst diesen Beitrag außerhalb des Fediverse (z. B. in deine Website) einbetten, indem du diesen Code kopierst und dort einfügst.",
|
||||
"embed.preview": "Vorschau:",
|
||||
"emoji_button.activity": "Aktivitäten",
|
||||
"emoji_button.clear": "Leeren",
|
||||
"emoji_button.custom": "Spezielle Emojis dieses Servers",
|
||||
"emoji_button.flags": "Flaggen",
|
||||
"emoji_button.food": "Essen & Trinken",
|
||||
"emoji_button.label": "Emoji einfügen",
|
||||
"emoji_button.label": "Emoji hinzufügen",
|
||||
"emoji_button.nature": "Natur",
|
||||
"emoji_button.not_found": "Keine passenden Emojis gefunden",
|
||||
"emoji_button.objects": "Gegenstände",
|
||||
@@ -256,20 +256,20 @@
|
||||
"emoji_button.search_results": "Suchergebnisse",
|
||||
"emoji_button.symbols": "Symbole",
|
||||
"emoji_button.travel": "Reisen & Orte",
|
||||
"empty_column.account_hides_collections": "Das Konto hat sich dazu entschieden, diese Information nicht zu veröffentlichen",
|
||||
"empty_column.account_suspended": "Konto gesperrt",
|
||||
"empty_column.account_hides_collections": "Das Profil hat sich entschieden, diese Information nicht zu veröffentlichen",
|
||||
"empty_column.account_suspended": "Konto dauerhaft gesperrt",
|
||||
"empty_column.account_timeline": "Keine Beiträge vorhanden!",
|
||||
"empty_column.account_unavailable": "Profil nicht verfügbar",
|
||||
"empty_column.blocks": "Du hast bisher keine Profile blockiert.",
|
||||
"empty_column.bookmarked_statuses": "Du hast bisher keine Beiträge als Lesezeichen abgelegt. Sobald du einen Beitrag als Lesezeichen speicherst, wird er hier erscheinen.",
|
||||
"empty_column.community": "Die lokale Timeline ist leer. Schreibe einen öffentlichen Beitrag, um den Stein ins Rollen zu bringen!",
|
||||
"empty_column.direct": "Du hast noch keine privaten Erwähnungen. Sobald du eine sendest oder erhältst, wird sie hier erscheinen.",
|
||||
"empty_column.domain_blocks": "Du hast noch keine Domains blockiert.",
|
||||
"empty_column.explore_statuses": "Momentan ist nichts im Trend. Schau später wieder vorbei!",
|
||||
"empty_column.domain_blocks": "Du hast bisher keine Domains blockiert.",
|
||||
"empty_column.explore_statuses": "Momentan trendet nichts. Schau später wieder vorbei!",
|
||||
"empty_column.favourited_statuses": "Du hast noch keine Beiträge favorisiert. Sobald du einen favorisierst, wird er hier erscheinen.",
|
||||
"empty_column.favourites": "Diesen Beitrag hat bisher noch niemand favorisiert. Sobald es jemand tut, wird das Profil hier erscheinen.",
|
||||
"empty_column.follow_requests": "Es liegen derzeit keine Follower-Anfragen vor. Sobald du eine erhältst, wird sie hier erscheinen.",
|
||||
"empty_column.followed_tags": "Du folgst noch keinen Hashtags. Wenn du dies tust, werden sie hier erscheinen.",
|
||||
"empty_column.followed_tags": "Du folgst noch keinen Hashtags. Sobald du Hashtags abonniert hast, werden sie hier angezeigt.",
|
||||
"empty_column.hashtag": "Unter diesem Hashtag gibt es noch nichts.",
|
||||
"empty_column.home": "Die Timeline deiner Startseite ist leer! Folge mehr Leuten, um sie zu füllen.",
|
||||
"empty_column.list": "Diese Liste ist derzeit leer. Wenn Konten auf dieser Liste neue Beiträge veröffentlichen, werden sie hier erscheinen.",
|
||||
@@ -277,7 +277,7 @@
|
||||
"empty_column.mutes": "Du hast keine Profile stummgeschaltet.",
|
||||
"empty_column.notification_requests": "Alles klar! Hier gibt es nichts. Wenn Sie neue Mitteilungen erhalten, werden diese entsprechend Ihren Einstellungen hier angezeigt.",
|
||||
"empty_column.notifications": "Du hast noch keine Benachrichtigungen. Sobald andere Personen mit dir interagieren, wirst du hier darüber informiert.",
|
||||
"empty_column.public": "Hier ist nichts zu sehen! Schreibe etwas öffentlich oder folge Profilen von anderen Servern, um die Timeline aufzufüllen",
|
||||
"empty_column.public": "Hier ist nichts zu sehen! Schreibe einen öffentlichen Beitrag oder folge Profilen von anderen Servern im Fediverse, um die Timeline zu füllen",
|
||||
"error.unexpected_crash.explanation": "Wegen eines Fehlers in unserem Code oder aufgrund einer Browser-Inkompatibilität kann diese Seite nicht korrekt angezeigt werden.",
|
||||
"error.unexpected_crash.explanation_addons": "Diese Seite konnte nicht korrekt angezeigt werden. Dieser Fehler wird wahrscheinlich durch ein Browser-Add-on oder automatische Übersetzungswerkzeuge verursacht.",
|
||||
"error.unexpected_crash.next_steps": "Versuche, die Seite neu zu laden. Wenn das nicht helfen sollte, kannst du das Webinterface von Mastodon vermutlich über einen anderen Browser erreichen – oder du verwendest eine mobile (native) App.",
|
||||
@@ -287,7 +287,7 @@
|
||||
"explore.search_results": "Suchergebnisse",
|
||||
"explore.suggested_follows": "Profile",
|
||||
"explore.title": "Entdecken",
|
||||
"explore.trending_links": "Neuigkeiten",
|
||||
"explore.trending_links": "Artikel",
|
||||
"explore.trending_statuses": "Beiträge",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"filter_modal.added.context_mismatch_explanation": "Diese Filterkategorie gilt nicht für den Kontext, in welchem du auf diesen Beitrag zugegriffen hast. Wenn der Beitrag auch in diesem Kontext gefiltert werden soll, musst du den Filter bearbeiten.",
|
||||
@@ -306,7 +306,7 @@
|
||||
"filter_modal.select_filter.subtitle": "Einem vorhandenen Filter hinzufügen oder einen neuen erstellen",
|
||||
"filter_modal.select_filter.title": "Diesen Beitrag filtern",
|
||||
"filter_modal.title.status": "Beitrag per Filter ausblenden",
|
||||
"filter_warning.matches_filter": "Ausgeblendet wegen des Filters „<span>{title}</span>“",
|
||||
"filter_warning.matches_filter": "Ausgeblendet wegen deines Filters „<span>{title}</span>“",
|
||||
"filtered_notifications_banner.pending_requests": "Von {count, plural, =0 {keinem Profil, das dir möglicherweise bekannt ist} one {einem Profil, das dir möglicherweise bekannt ist} other {# Profilen, die dir möglicherweise bekannt sind}}",
|
||||
"filtered_notifications_banner.title": "Gefilterte Benachrichtigungen",
|
||||
"firehose.all": "Alle Server",
|
||||
@@ -327,15 +327,15 @@
|
||||
"follow_suggestions.personalized_suggestion": "Persönliche Empfehlung",
|
||||
"follow_suggestions.popular_suggestion": "Beliebte Empfehlung",
|
||||
"follow_suggestions.popular_suggestion_longer": "Beliebt auf {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Ähnlich zu Profilen, denen du seit kurzem folgst",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Ähnelt deinen kürzlich gefolgten Profilen",
|
||||
"follow_suggestions.view_all": "Alle anzeigen",
|
||||
"follow_suggestions.who_to_follow": "Empfohlene Profile",
|
||||
"followed_tags": "Gefolgte Hashtags",
|
||||
"follow_suggestions.who_to_follow": "Wem folgen?",
|
||||
"followed_tags": "Abonnierte Hashtags",
|
||||
"footer.about": "Über",
|
||||
"footer.directory": "Profilverzeichnis",
|
||||
"footer.get_app": "App herunterladen",
|
||||
"footer.invite": "Leute einladen",
|
||||
"footer.keyboard_shortcuts": "Tastenkombinationen",
|
||||
"footer.keyboard_shortcuts": "Tastaturkürzel",
|
||||
"footer.privacy_policy": "Datenschutzerklärung",
|
||||
"footer.source_code": "Quellcode anzeigen",
|
||||
"footer.status": "Status",
|
||||
@@ -353,8 +353,8 @@
|
||||
"hashtag.counter_by_accounts": "{count, plural, one{{counter} Beteiligte*r} other{{counter} Beteiligte}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} Beitrag} other {{counter} Beiträge}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} Beitrag} other {{counter} Beiträge}} heute",
|
||||
"hashtag.follow": "Hashtag folgen",
|
||||
"hashtag.unfollow": "Hashtag entfolgen",
|
||||
"hashtag.follow": "Abonnieren",
|
||||
"hashtag.unfollow": "Abbestellen",
|
||||
"hashtags.and_other": "… und {count, plural, one{# weiterer} other {# weitere}}",
|
||||
"hints.profiles.followers_may_be_missing": "Möglicherweise werden für dieses Profil nicht alle Follower angezeigt.",
|
||||
"hints.profiles.follows_may_be_missing": "Möglicherweise werden für dieses Profil nicht alle gefolgten Profile angezeigt.",
|
||||
@@ -365,7 +365,7 @@
|
||||
"hints.threads.replies_may_be_missing": "Möglicherweise werden nicht alle Antworten von anderen Servern angezeigt.",
|
||||
"hints.threads.see_more": "Weitere Antworten auf {domain} ansehen",
|
||||
"home.column_settings.show_reblogs": "Geteilte Beiträge anzeigen",
|
||||
"home.column_settings.show_replies": "Antworten anzeigen",
|
||||
"home.column_settings.show_replies": "Antworten zu Beiträgen anzeigen",
|
||||
"home.hide_announcements": "Ankündigungen ausblenden",
|
||||
"home.pending_critical_update.body": "Bitte aktualisiere deinen Mastodon-Server so schnell wie möglich!",
|
||||
"home.pending_critical_update.link": "Updates ansehen",
|
||||
@@ -389,7 +389,7 @@
|
||||
"interaction_modal.login.action": "Zurück zur Startseite",
|
||||
"interaction_modal.login.prompt": "Adresse deines Servers, z. B. mastodon.social",
|
||||
"interaction_modal.no_account_yet": "Nicht auf Mastodon?",
|
||||
"interaction_modal.on_another_server": "Auf einem anderen Server",
|
||||
"interaction_modal.on_another_server": "Auf anderem Server",
|
||||
"interaction_modal.on_this_server": "Auf diesem Server",
|
||||
"interaction_modal.sign_in": "Du bist auf diesem Server nicht angemeldet. Auf welchem Server wird dein Konto verwaltet?",
|
||||
"interaction_modal.sign_in_hint": "Hinweis: Hierbei handelt es sich um die Website, auf der du dich registriert hast. Wenn du dich nicht mehr daran erinnerst, dann kannst du sie in der Willkommens-E-Mail nachsehen. Du kannst auch deinen vollständigen Profilnamen eingeben! (z. B. @Mastodon@mastodon.social)",
|
||||
@@ -401,39 +401,39 @@
|
||||
"intervals.full.hours": "{number, plural, one {# Stunde} other {# Stunden}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# Minute} other {# Minuten}}",
|
||||
"keyboard_shortcuts.back": "Zurücknavigieren",
|
||||
"keyboard_shortcuts.blocked": "Liste blockierter Profile öffnen",
|
||||
"keyboard_shortcuts.blocked": "Blockierte Profile öffnen",
|
||||
"keyboard_shortcuts.boost": "Beitrag teilen",
|
||||
"keyboard_shortcuts.column": "Auf die aktuelle Spalte fokussieren",
|
||||
"keyboard_shortcuts.column": "Aktuelle Spalte fokussieren",
|
||||
"keyboard_shortcuts.compose": "Eingabefeld fokussieren",
|
||||
"keyboard_shortcuts.description": "Beschreibung",
|
||||
"keyboard_shortcuts.direct": "Private Erwähnungen öffnen",
|
||||
"keyboard_shortcuts.down": "Ansicht nach unten bewegen",
|
||||
"keyboard_shortcuts.down": "Auswahl nach unten bewegen",
|
||||
"keyboard_shortcuts.enter": "Beitrag öffnen",
|
||||
"keyboard_shortcuts.favourite": "Beitrag favorisieren",
|
||||
"keyboard_shortcuts.favourites": "Favoriten öffnen",
|
||||
"keyboard_shortcuts.federated": "Föderierte Timeline öffnen",
|
||||
"keyboard_shortcuts.heading": "Tastenkombinationen",
|
||||
"keyboard_shortcuts.heading": "Tastenkürzel",
|
||||
"keyboard_shortcuts.home": "Startseite öffnen",
|
||||
"keyboard_shortcuts.hotkey": "Tastenkürzel",
|
||||
"keyboard_shortcuts.legend": "Tastenkombinationen anzeigen",
|
||||
"keyboard_shortcuts.legend": "Tastenkürzel anzeigen (diese Seite)",
|
||||
"keyboard_shortcuts.local": "Lokale Timeline öffnen",
|
||||
"keyboard_shortcuts.mention": "Profil erwähnen",
|
||||
"keyboard_shortcuts.muted": "Liste stummgeschalteter Profile öffnen",
|
||||
"keyboard_shortcuts.my_profile": "Eigenes Profil aufrufen",
|
||||
"keyboard_shortcuts.notifications": "Benachrichtigungen aufrufen",
|
||||
"keyboard_shortcuts.open_media": "Medieninhalt öffnen",
|
||||
"keyboard_shortcuts.muted": "Stummgeschaltete Profile öffnen",
|
||||
"keyboard_shortcuts.my_profile": "Eigenes Profil öffnen",
|
||||
"keyboard_shortcuts.notifications": "Benachrichtigungen öffnen",
|
||||
"keyboard_shortcuts.open_media": "Medien öffnen",
|
||||
"keyboard_shortcuts.pinned": "Liste angehefteter Beiträge öffnen",
|
||||
"keyboard_shortcuts.profile": "Profil aufrufen",
|
||||
"keyboard_shortcuts.reply": "Auf Beitrag antworten",
|
||||
"keyboard_shortcuts.requests": "Liste der Follower-Anfragen aufrufen",
|
||||
"keyboard_shortcuts.search": "Suchleiste fokussieren",
|
||||
"keyboard_shortcuts.spoilers": "Feld für Inhaltswarnung anzeigen/ausblenden",
|
||||
"keyboard_shortcuts.reply": "Beitrag beantworten",
|
||||
"keyboard_shortcuts.requests": "Follower-Anfragen aufrufen",
|
||||
"keyboard_shortcuts.search": "Eingabefeld / Suche fokussieren",
|
||||
"keyboard_shortcuts.spoilers": "Feld für Inhaltswarnung anzeigen / ausblenden",
|
||||
"keyboard_shortcuts.start": "„Auf gehts!“ öffnen",
|
||||
"keyboard_shortcuts.toggle_hidden": "Beitragstext hinter der Inhaltswarnung anzeigen/ausblenden",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Medien anzeigen/ausblenden",
|
||||
"keyboard_shortcuts.toggle_hidden": "Beitrag hinter Inhaltswarnung anzeigen / ausblenden",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Medien anzeigen / ausblenden",
|
||||
"keyboard_shortcuts.toot": "Neuen Beitrag erstellen",
|
||||
"keyboard_shortcuts.unfocus": "Eingabefeld/Suche nicht mehr fokussieren",
|
||||
"keyboard_shortcuts.up": "Ansicht nach oben bewegen",
|
||||
"keyboard_shortcuts.unfocus": "Eingabefeld / Suche nicht mehr fokussieren",
|
||||
"keyboard_shortcuts.up": "Auswahl nach oben bewegen",
|
||||
"lightbox.close": "Schließen",
|
||||
"lightbox.next": "Vor",
|
||||
"lightbox.previous": "Zurück",
|
||||
@@ -452,19 +452,19 @@
|
||||
"lists.exclusive": "Diese Beiträge in der Startseite ausblenden",
|
||||
"lists.new.create": "Neue Liste erstellen",
|
||||
"lists.new.title_placeholder": "Titel der neuen Liste",
|
||||
"lists.replies_policy.followed": "Alle folgenden Profile",
|
||||
"lists.replies_policy.followed": "alle folgenden Profile",
|
||||
"lists.replies_policy.list": "Mitglieder der Liste",
|
||||
"lists.replies_policy.none": "Niemanden",
|
||||
"lists.replies_policy.none": "niemanden",
|
||||
"lists.replies_policy.title": "Antworten anzeigen für:",
|
||||
"lists.search": "Suche nach Leuten, denen du folgst",
|
||||
"lists.subheading": "Deine Listen",
|
||||
"load_pending": "{count, plural, one {# neuer Beitrag} other {# neue Beiträge}}",
|
||||
"loading_indicator.label": "Wird geladen …",
|
||||
"loading_indicator.label": "Lädt …",
|
||||
"media_gallery.hide": "Ausblenden",
|
||||
"moved_to_account_banner.text": "Dein Konto {disabledAccount} ist derzeit deaktiviert, weil du zu {movedToAccount} umgezogen bist.",
|
||||
"mute_modal.hide_from_notifications": "Benachrichtigungen ausblenden",
|
||||
"mute_modal.hide_options": "Einstellungen ausblenden",
|
||||
"mute_modal.indefinite": "Bis ich die Stummschaltung aufhebe",
|
||||
"mute_modal.hide_from_notifications": "Auch aus den Benachrichtigungen entfernen",
|
||||
"mute_modal.hide_options": "Optionen ausblenden",
|
||||
"mute_modal.indefinite": "Dauerhaft, bis ich die Stummschaltung aufhebe",
|
||||
"mute_modal.show_options": "Optionen anzeigen",
|
||||
"mute_modal.they_can_mention_and_follow": "Das Profil wird dich weiterhin erwähnen und dir folgen können, aber du wirst davon nichts sehen.",
|
||||
"mute_modal.they_wont_know": "Das Profil wird nicht erkennen können, dass du es stummgeschaltet hast.",
|
||||
@@ -473,7 +473,7 @@
|
||||
"mute_modal.you_wont_see_posts": "Deine Beiträge können von diesem stummgeschalteten Profil weiterhin gesehen werden, aber du wirst dessen Beiträge nicht mehr sehen.",
|
||||
"navigation_bar.about": "Über",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Im erweiterten Webinterface öffnen",
|
||||
"navigation_bar.advanced_interface": "Erweitertes Webinterface öffnen",
|
||||
"navigation_bar.blocks": "Blockierte Profile",
|
||||
"navigation_bar.bookmarks": "Lesezeichen",
|
||||
"navigation_bar.community_timeline": "Lokale Timeline",
|
||||
@@ -485,8 +485,8 @@
|
||||
"navigation_bar.favourites": "Favoriten",
|
||||
"navigation_bar.filters": "Stummgeschaltete Wörter",
|
||||
"navigation_bar.follow_requests": "Follower-Anfragen",
|
||||
"navigation_bar.followed_tags": "Gefolgte Hashtags",
|
||||
"navigation_bar.follows_and_followers": "Follower und Folge ich",
|
||||
"navigation_bar.followed_tags": "Abonnierte Hashtags",
|
||||
"navigation_bar.follows_and_followers": "Follower & Folge ich",
|
||||
"navigation_bar.lists": "Listen",
|
||||
"navigation_bar.logout": "Abmelden",
|
||||
"navigation_bar.moderation": "Moderation",
|
||||
@@ -522,7 +522,7 @@
|
||||
"notification.moderation_warning": "Du wurdest von den Moderator*innen verwarnt",
|
||||
"notification.moderation_warning.action_delete_statuses": "Einige deiner Beiträge sind entfernt worden.",
|
||||
"notification.moderation_warning.action_disable": "Dein Konto wurde deaktiviert.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Einige deiner Beiträge wurden mit einer Inhaltswarnung versehen.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Einige deiner Beiträge haben eine Inhaltswarnung erhalten.",
|
||||
"notification.moderation_warning.action_none": "Dein Konto ist von den Moderator*innen verwarnt worden.",
|
||||
"notification.moderation_warning.action_sensitive": "Deine zukünftigen Beiträge werden mit einer Inhaltswarnung versehen.",
|
||||
"notification.moderation_warning.action_silence": "Dein Konto wurde eingeschränkt.",
|
||||
@@ -536,7 +536,7 @@
|
||||
"notification.relationships_severance_event.domain_block": "Ein Admin von {from} hat {target} blockiert – darunter {followersCount} deiner Follower und {followingCount, plural, one {# Konto, dem} other {# Konten, denen}} du folgst.",
|
||||
"notification.relationships_severance_event.learn_more": "Mehr erfahren",
|
||||
"notification.relationships_severance_event.user_domain_block": "Du hast {target} blockiert – {followersCount} deiner Follower und {followingCount, plural, one {# Konto, dem} other {# Konten, denen}} du folgst, wurden entfernt.",
|
||||
"notification.status": "{name} postete …",
|
||||
"notification.status": "{name} veröffentlichte …",
|
||||
"notification.update": "{name} bearbeitete einen Beitrag",
|
||||
"notification_requests.accept": "Akzeptieren",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {# Anfrage akzeptieren …} other {# Anfragen akzeptieren …}}",
|
||||
@@ -573,7 +573,7 @@
|
||||
"notifications.column_settings.poll": "Umfrageergebnisse:",
|
||||
"notifications.column_settings.push": "Push-Benachrichtigungen",
|
||||
"notifications.column_settings.reblog": "Geteilte Beiträge:",
|
||||
"notifications.column_settings.show": "In dieser Spalte anzeigen",
|
||||
"notifications.column_settings.show": "Im Feed „Benachrichtigungen“ anzeigen",
|
||||
"notifications.column_settings.sound": "Ton abspielen",
|
||||
"notifications.column_settings.status": "Neue Beiträge:",
|
||||
"notifications.column_settings.unread_notifications.category": "Ungelesene Benachrichtigungen",
|
||||
@@ -582,10 +582,10 @@
|
||||
"notifications.filter.all": "Alles",
|
||||
"notifications.filter.boosts": "Geteilte Beiträge",
|
||||
"notifications.filter.favourites": "Favoriten",
|
||||
"notifications.filter.follows": "Folgt",
|
||||
"notifications.filter.follows": "Neue Follower",
|
||||
"notifications.filter.mentions": "Erwähnungen",
|
||||
"notifications.filter.polls": "Umfrageergebnisse",
|
||||
"notifications.filter.statuses": "Neue Beiträge von Personen, denen du folgst",
|
||||
"notifications.filter.statuses": "Neue Beiträge von abonnierten Profilen",
|
||||
"notifications.grant_permission": "Berechtigung erteilen.",
|
||||
"notifications.group": "{count} Benachrichtigungen",
|
||||
"notifications.mark_as_read": "Alle Benachrichtigungen als gelesen markieren",
|
||||
@@ -595,22 +595,22 @@
|
||||
"notifications.policy.accept": "Akzeptieren",
|
||||
"notifications.policy.accept_hint": "In Benachrichtigungen anzeigen",
|
||||
"notifications.policy.drop": "Ignorieren",
|
||||
"notifications.policy.drop_hint": "In die Leere senden und nie wieder sehen",
|
||||
"notifications.policy.drop_hint": "Ins Nirwana befördern und auf Nimmerwiedersehen!",
|
||||
"notifications.policy.filter": "Filtern",
|
||||
"notifications.policy.filter_hint": "An gefilterte Benachrichtigungen im Posteingang senden",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Durch Server-Moderator*innen eingeschränkt",
|
||||
"notifications.policy.filter_limited_accounts_title": "moderierten Konten",
|
||||
"notifications.policy.filter_new_accounts.hint": "Innerhalb {days, plural, one {des letzten Tages} other {der letzten # Tagen}} erstellt",
|
||||
"notifications.policy.filter_new_accounts_title": "neuen Konten",
|
||||
"notifications.policy.filter_not_followers_hint": "Einschließlich Profilen, die dir seit weniger als {days, plural, one {einem Tag} other {# Tagen}} folgen",
|
||||
"notifications.policy.filter_hint": "Im separaten Feed „Gefilterte Benachrichtigungen“ anzeigen",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Durch Server-Moderator*innen eingeschränkte Profile",
|
||||
"notifications.policy.filter_limited_accounts_title": "eingeschränkten Konten",
|
||||
"notifications.policy.filter_new_accounts.hint": "Konto {days, plural, one {seit gestern} other {in den vergangenen # Tagen}} registriert",
|
||||
"notifications.policy.filter_new_accounts_title": "neuen Profilen",
|
||||
"notifications.policy.filter_not_followers_hint": "Einschließlich Profilen, die mir seit weniger als {days, plural, one {einem Tag} other {# Tagen}} folgen",
|
||||
"notifications.policy.filter_not_followers_title": "Profilen, die mir nicht folgen",
|
||||
"notifications.policy.filter_not_following_hint": "Bis du sie manuell genehmigst",
|
||||
"notifications.policy.filter_not_following_hint": "… bis ich sie manuell genehmige",
|
||||
"notifications.policy.filter_not_following_title": "Profilen, denen ich nicht folge",
|
||||
"notifications.policy.filter_private_mentions_hint": "Solange sie keine Antwort auf deine Erwähnung ist oder du dem Profil nicht folgst",
|
||||
"notifications.policy.filter_private_mentions_hint": "… solange sie keine Antwort auf meine Erwähnungen sind – oder ich den Profilen nicht folge",
|
||||
"notifications.policy.filter_private_mentions_title": "unerwünschten privaten Erwähnungen",
|
||||
"notifications.policy.title": "Benachrichtigungen verwalten von …",
|
||||
"notifications_permission_banner.enable": "Aktiviere Desktop-Benachrichtigungen",
|
||||
"notifications_permission_banner.how_to_control": "Um Benachrichtigungen zu erhalten, wenn Mastodon nicht geöffnet ist, aktiviere die Desktop-Benachrichtigungen. Du kannst genau bestimmen, welche Arten von Interaktionen Desktop-Benachrichtigungen über die {icon} -Taste erzeugen, sobald diese aktiviert sind.",
|
||||
"notifications_permission_banner.how_to_control": "Aktiviere Desktop-Benachrichtigungen, um Mitteilungen zu erhalten, wenn Mastodon nicht geöffnet ist. Du kannst für jede Kategorie einstellen, ob du Desktop-Benachrichtigungen erhalten möchtest. Sobald sie aktiviert sind, klicke dafür auf das {icon} -Symbol.",
|
||||
"notifications_permission_banner.title": "Nichts verpassen",
|
||||
"onboarding.action.back": "Bring mich zurück",
|
||||
"onboarding.actions.back": "Bring mich zurück",
|
||||
@@ -642,7 +642,7 @@
|
||||
"onboarding.steps.follow_people.title": "Personalisiere deine Startseite",
|
||||
"onboarding.steps.publish_status.body": "Begrüße die Welt mit Text, Fotos, Videos oder Umfragen. {emoji}",
|
||||
"onboarding.steps.publish_status.title": "Erstelle deinen ersten Beitrag",
|
||||
"onboarding.steps.setup_profile.body": "Mit einem vollständigen Profil interagieren andere eher mit dir.",
|
||||
"onboarding.steps.setup_profile.body": "Mit einem aussagekräftigen Profil interagieren andere eher mit dir.",
|
||||
"onboarding.steps.setup_profile.title": "Personalisiere dein Profil",
|
||||
"onboarding.steps.share_profile.body": "Lass deine Freund*innen wissen, wie sie dich auf Mastodon finden können.",
|
||||
"onboarding.steps.share_profile.title": "Teile dein Mastodon-Profil",
|
||||
@@ -664,11 +664,11 @@
|
||||
"poll_button.add_poll": "Umfrage erstellen",
|
||||
"poll_button.remove_poll": "Umfrage entfernen",
|
||||
"privacy.change": "Sichtbarkeit anpassen",
|
||||
"privacy.direct.long": "Alle in diesem Beitrag erwähnten Profile",
|
||||
"privacy.direct.long": "Nur in diesem Beitrag erwähnte Profile",
|
||||
"privacy.direct.short": "Ausgewählte Profile",
|
||||
"privacy.private.long": "Nur deine Follower",
|
||||
"privacy.private.long": "Nur deine eigenen Follower",
|
||||
"privacy.private.short": "Follower",
|
||||
"privacy.public.long": "Alle in und außerhalb von Mastodon",
|
||||
"privacy.public.long": "Alle innerhalb und außerhalb von Mastodon",
|
||||
"privacy.public.short": "Öffentlich",
|
||||
"privacy.unlisted.additional": "Das Verhalten ist wie bei „Öffentlich“, jedoch gibt es einige Einschränkungen. Der Beitrag wird nicht in „Live-Feeds“, „Erkunden“, Hashtags oder über die Mastodon-Suchfunktion auffindbar sein – selbst wenn die zugehörige Einstellung aktiviert wurde.",
|
||||
"privacy.unlisted.long": "Weniger im Algorithmus berücksichtigt",
|
||||
@@ -682,7 +682,7 @@
|
||||
"relative_time.days": "{number} T.",
|
||||
"relative_time.full.days": "vor {number, plural, one {# Tag} other {# Tagen}}",
|
||||
"relative_time.full.hours": "vor {number, plural, one {# Stunde} other {# Stunden}}",
|
||||
"relative_time.full.just_now": "gerade eben",
|
||||
"relative_time.full.just_now": "soeben",
|
||||
"relative_time.full.minutes": "vor {number, plural, one {# Minute} other {# Minuten}}",
|
||||
"relative_time.full.seconds": "vor {number, plural, one {1 Sekunde} other {# Sekunden}}",
|
||||
"relative_time.hours": "{number} Std.",
|
||||
@@ -695,7 +695,7 @@
|
||||
"reply_indicator.poll": "Umfrage",
|
||||
"report.block": "Blockieren",
|
||||
"report.block_explanation": "Du wirst keine Beiträge mehr von diesem Konto sehen. Das blockierte Konto wird deine Beiträge nicht mehr sehen oder dir folgen können. Die Person könnte mitbekommen, dass du sie blockiert hast.",
|
||||
"report.categories.legal": "Rechtlich",
|
||||
"report.categories.legal": "Rechtliches",
|
||||
"report.categories.other": "Andere",
|
||||
"report.categories.spam": "Spam",
|
||||
"report.categories.violation": "Der Inhalt verletzt eine oder mehrere Serverregeln",
|
||||
@@ -704,9 +704,9 @@
|
||||
"report.category.title_account": "Profil",
|
||||
"report.category.title_status": "Beitrag",
|
||||
"report.close": "Fertig",
|
||||
"report.comment.title": "Gibt es etwas anderes, was wir wissen sollten?",
|
||||
"report.forward": "Meldung zusätzlich an {target} weiterleiten",
|
||||
"report.forward_hint": "Dieses Konto gehört zu einem anderen Server. Soll eine anonymisierte Kopie der Meldung auch dorthin gesendet werden?",
|
||||
"report.comment.title": "Gibt es noch etwas, das wir wissen sollten?",
|
||||
"report.forward": "Meldung auch an den externen Server {target} weiterleiten",
|
||||
"report.forward_hint": "Das gemeldete Konto befindet sich auf einem anderen Server. Soll zusätzlich eine anonymisierte Kopie deiner Meldung an diesen Server geschickt werden?",
|
||||
"report.mute": "Stummschalten",
|
||||
"report.mute_explanation": "Du wirst keine Beiträge mehr von diesem Konto sehen. Das stummgeschaltete Konto wird dir weiterhin folgen und deine Beiträge sehen können. Die Person wird nicht mitbekommen, dass du sie stummgeschaltet hast.",
|
||||
"report.next": "Weiter",
|
||||
@@ -722,9 +722,9 @@
|
||||
"report.reasons.violation": "Das verstößt gegen Serverregeln",
|
||||
"report.reasons.violation_description": "Du bist dir sicher, dass eine bestimmte Regel gebrochen wurde",
|
||||
"report.rules.subtitle": "Wähle alle zutreffenden Inhalte aus",
|
||||
"report.rules.title": "Welche Regeln werden verletzt?",
|
||||
"report.rules.title": "Gegen welche Regeln wurde verstoßen?",
|
||||
"report.statuses.subtitle": "Wähle alle zutreffenden Inhalte aus",
|
||||
"report.statuses.title": "Gibt es Beiträge, die diese Meldung bekräftigen?",
|
||||
"report.statuses.title": "Gibt es Beiträge, die diese Meldung stützen?",
|
||||
"report.submit": "Senden",
|
||||
"report.target": "{target} melden",
|
||||
"report.thanks.take_action": "Das sind deine Möglichkeiten zu bestimmen, was du auf Mastodon sehen möchtest:",
|
||||
@@ -741,7 +741,7 @@
|
||||
"report_notification.categories.spam": "Spam",
|
||||
"report_notification.categories.spam_sentence": "Spam",
|
||||
"report_notification.categories.violation": "Regelverstoß",
|
||||
"report_notification.categories.violation_sentence": "Regelverletzung",
|
||||
"report_notification.categories.violation_sentence": "Verstoß gegen die Serverregeln",
|
||||
"report_notification.open": "Meldung öffnen",
|
||||
"search.no_recent_searches": "Keine früheren Suchanfragen",
|
||||
"search.placeholder": "Suchen",
|
||||
@@ -750,7 +750,7 @@
|
||||
"search.quick_action.go_to_hashtag": "Hashtag {x} aufrufen",
|
||||
"search.quick_action.open_url": "URL in Mastodon öffnen",
|
||||
"search.quick_action.status_search": "Beiträge passend zu {x}",
|
||||
"search.search_or_paste": "Suchen oder URL einfügen",
|
||||
"search.search_or_paste": "Suche eingeben oder URL einfügen",
|
||||
"search_popout.full_text_search_disabled_message": "Auf {domain} nicht verfügbar.",
|
||||
"search_popout.full_text_search_logged_out_message": "Nur verfügbar, wenn angemeldet.",
|
||||
"search_popout.language_code": "ISO-Sprachcode",
|
||||
@@ -781,7 +781,7 @@
|
||||
"status.admin_status": "Beitrag moderieren",
|
||||
"status.block": "@{name} blockieren",
|
||||
"status.bookmark": "Lesezeichen setzen",
|
||||
"status.cancel_reblog_private": "Beitrag nicht mehr teilen",
|
||||
"status.cancel_reblog_private": "Nicht mehr teilen",
|
||||
"status.cannot_reblog": "Dieser Beitrag kann nicht geteilt werden",
|
||||
"status.continued_thread": "Fortgeführter Thread",
|
||||
"status.copy": "Link zum Beitrag kopieren",
|
||||
@@ -791,10 +791,10 @@
|
||||
"status.direct_indicator": "Private Erwähnung",
|
||||
"status.edit": "Beitrag bearbeiten",
|
||||
"status.edited": "Zuletzt am {date} bearbeitet",
|
||||
"status.edited_x_times": "{count, plural, one {{count}-mal} other {{count}-mal}} bearbeitet",
|
||||
"status.edited_x_times": "{count, plural, one {{count} ×} other {{count} ×}} bearbeitet",
|
||||
"status.embed": "Code zum Einbetten",
|
||||
"status.favourite": "Favorisieren",
|
||||
"status.favourites": "{count, plural, one {Mal favorisiert} other {Mal favorisiert}}",
|
||||
"status.favourites": "{count, plural, one {× favorisiert} other {× favorisiert}}",
|
||||
"status.filter": "Beitrag filtern",
|
||||
"status.history.created": "{name} erstellte {date}",
|
||||
"status.history.edited": "{name} bearbeitete {date}",
|
||||
@@ -813,7 +813,7 @@
|
||||
"status.reblog": "Teilen",
|
||||
"status.reblog_private": "Mit der ursprünglichen Zielgruppe teilen",
|
||||
"status.reblogged_by": "{name} teilte",
|
||||
"status.reblogs": "{count, plural, one {Mal geteilt} other {Mal geteilt}}",
|
||||
"status.reblogs": "{count, plural, one {× geteilt} other {× geteilt}}",
|
||||
"status.reblogs.empty": "Diesen Beitrag hat bisher noch niemand geteilt. Sobald es jemand tut, wird das Profil hier erscheinen.",
|
||||
"status.redraft": "Löschen und neu erstellen",
|
||||
"status.remove_bookmark": "Lesezeichen entfernen",
|
||||
@@ -830,7 +830,7 @@
|
||||
"status.title.with_attachments": "{user} veröffentlichte {attachmentCount, plural, one {ein Medium} other {{attachmentCount} Medien}}",
|
||||
"status.translate": "Übersetzen",
|
||||
"status.translated_from_with": "Aus {lang} mittels {provider} übersetzt",
|
||||
"status.uncached_media_warning": "Vorschau nicht verfügbar",
|
||||
"status.uncached_media_warning": "Vorschau noch nicht verfügbar",
|
||||
"status.unmute_conversation": "Stummschaltung der Unterhaltung aufheben",
|
||||
"status.unpin": "Vom Profil lösen",
|
||||
"subscribed_languages.lead": "Nach der Änderung werden nur noch Beiträge in den ausgewählten Sprachen in den Timelines deiner Startseite und deiner Listen angezeigt. Wähle keine Sprache aus, um alle Beiträge zu sehen.",
|
||||
@@ -853,16 +853,16 @@
|
||||
"upload_button.label": "Bilder, Video oder Audio hinzufügen",
|
||||
"upload_error.limit": "Dateiupload-Limit überschritten.",
|
||||
"upload_error.poll": "Medien-Anhänge sind zusammen mit Umfragen nicht erlaubt.",
|
||||
"upload_form.audio_description": "Beschreibe für Menschen mit Hörbehinderung",
|
||||
"upload_form.description": "Beschreibe für Menschen mit Sehbehinderung",
|
||||
"upload_form.drag_and_drop.instructions": "Drücke zum Aufnehmen eines Medienanhangs die Eingabe- oder Leertaste. Verwende beim Ziehen die Pfeiltasten, um den Medienanhang zur gewünschten Position zu bewegen. Drücke erneut die Eingabe- oder Leertaste, um den Medienanhang an der gewünschten Position abzulegen. Mit der Escape-Taste kannst du den Vorgang abbrechen.",
|
||||
"upload_form.audio_description": "Für taube oder hörbehinderte Menschen beschreiben",
|
||||
"upload_form.description": "Für blinde oder sehbehinderte Menschen beschreiben",
|
||||
"upload_form.drag_and_drop.instructions": "Drücke zum Auswählen eines Medienanhangs die Eingabe- oder Leertaste. Verwende beim Ziehen die Pfeiltasten, um den Medienanhang zur gewünschten Position zu bewegen. Drücke erneut die Eingabe- oder Leertaste, um den Medienanhang an der gewünschten Position abzulegen. Mit der Escape-Taste kannst du den Vorgang abbrechen.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Das Ziehen wurde abgebrochen und der Medienanhang {item} wurde abgelegt.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Der Medienanhang {item} wurde abgelegt.",
|
||||
"upload_form.drag_and_drop.on_drag_over": "Der Medienanhang {item} wurde bewegt.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Der Medienanhang {item} wurde aufgenommen.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Der Medienanhang {item} wurde ausgewählt.",
|
||||
"upload_form.edit": "Bearbeiten",
|
||||
"upload_form.thumbnail": "Vorschaubild ändern",
|
||||
"upload_form.video_description": "Beschreibe für Menschen mit einer Hör- oder Sehbehinderung",
|
||||
"upload_form.video_description": "Beschreibe für taube / hörbehinderte sowie für blinde / sehbehinderte Menschen",
|
||||
"upload_modal.analyzing_picture": "Bild wird analysiert …",
|
||||
"upload_modal.apply": "Übernehmen",
|
||||
"upload_modal.applying": "Wird übernommen …",
|
||||
@@ -873,8 +873,8 @@
|
||||
"upload_modal.hint": "Ziehe den Kreis auf die Stelle deines Bildes, um den Fokuspunkt festzulegen, der bei Vorschaubildern immer zu sehen sein soll.",
|
||||
"upload_modal.preparing_ocr": "Texterkennung wird vorbereitet …",
|
||||
"upload_modal.preview_label": "Vorschau ({ratio})",
|
||||
"upload_progress.label": "Wird hochgeladen …",
|
||||
"upload_progress.processing": "Wird verarbeitet…",
|
||||
"upload_progress.label": "Upload läuft …",
|
||||
"upload_progress.processing": "Wird verarbeitet …",
|
||||
"username.taken": "Dieser Profilname ist vergeben. Versuche einen anderen",
|
||||
"video.close": "Video schließen",
|
||||
"video.download": "Datei herunterladen",
|
||||
@@ -885,5 +885,5 @@
|
||||
"video.mute": "Stummschalten",
|
||||
"video.pause": "Pausieren",
|
||||
"video.play": "Abspielen",
|
||||
"video.unmute": "Stummschaltung aufheben"
|
||||
"video.unmute": "Ton einschalten"
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"about.domain_blocks.silenced.title": "Περιορισμένος",
|
||||
"about.domain_blocks.suspended.explanation": "Τα δεδομένα αυτού του διακομιστή, δε θα επεξεργάζονται, δε θα αποθηκεύονται και δε θα ανταλλάσσονται, καθιστώντας οποιαδήποτε αλληλεπίδραση ή επικοινωνία με χρήστες από αυτόν το διακομιστή αδύνατη.",
|
||||
"about.domain_blocks.suspended.title": "Σε αναστολή",
|
||||
"about.not_available": "Αυτές οι πληροφορίες δεν έχουν είναι διαθέσιμες σε αυτόν τον διακομιστή.",
|
||||
"about.powered_by": "Αποκεντρωμένα μέσα κοινωνικής δικτύωσης που βασίζονται στο {mastodon}",
|
||||
"about.not_available": "Αυτές οι πληροφορίες δεν έχουν γίνει διαθέσιμες σε αυτόν τον διακομιστή.",
|
||||
"about.powered_by": "Αποκεντρωμένο μέσο κοινωνικής δικτύωσης που βασίζεται στο {mastodon}",
|
||||
"about.rules": "Κανόνες διακομιστή",
|
||||
"account.account_note_header": "Προσωπική σημείωση",
|
||||
"account.add_or_remove_from_list": "Προσθήκη ή Αφαίρεση από λίστες",
|
||||
@@ -21,43 +21,43 @@
|
||||
"account.blocked": "Αποκλεισμένος/η",
|
||||
"account.cancel_follow_request": "Απόσυρση αιτήματος παρακολούθησης",
|
||||
"account.copy": "Αντιγραφή συνδέσμου προφίλ",
|
||||
"account.direct": "Ιδιωτική αναφορά @{name}",
|
||||
"account.direct": "Ιδιωτική επισήμανση @{name}",
|
||||
"account.disable_notifications": "Σταμάτα να με ειδοποιείς όταν δημοσιεύει ο @{name}",
|
||||
"account.domain_blocked": "Ο τομέας αποκλείστηκε",
|
||||
"account.edit_profile": "Επεξεργασία προφίλ",
|
||||
"account.enable_notifications": "Ειδοποίησέ με όταν δημοσιεύει ο @{name}",
|
||||
"account.endorse": "Προβολή στο προφίλ",
|
||||
"account.endorse": "Ανάδειξη στο προφίλ",
|
||||
"account.featured_tags.last_status_at": "Τελευταία ανάρτηση στις {date}",
|
||||
"account.featured_tags.last_status_never": "Καμία ανάρτηση",
|
||||
"account.featured_tags.title": "προβεβλημένες ετικέτες του/της {name}",
|
||||
"account.featured_tags.title": "αναδεδειγμένες ετικέτες του/της {name}",
|
||||
"account.follow": "Ακολούθησε",
|
||||
"account.follow_back": "Ακολούθησε και εσύ",
|
||||
"account.followers": "Ακόλουθοι",
|
||||
"account.followers.empty": "Κανείς δεν ακολουθεί αυτόν τον χρήστη ακόμα.",
|
||||
"account.followers.empty": "Κανείς δεν ακολουθεί αυτόν τον χρήστη ακόμη.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} ακόλουθος} other {{counter} ακόλουθοι}}",
|
||||
"account.following": "Ακολουθείτε",
|
||||
"account.following_counter": "{count, plural, one {{counter} ακολουθεί} other {{counter} ακολουθούν}}",
|
||||
"account.follows.empty": "Αυτός ο χρήστης δεν ακολουθεί κανέναν ακόμα.",
|
||||
"account.following_counter": "{count, plural, one {{counter} ακολουθεί} other {{counter} ακολουθεί}}",
|
||||
"account.follows.empty": "Αυτός ο χρήστης δεν ακολουθεί κανέναν ακόμη.",
|
||||
"account.go_to_profile": "Μετάβαση στο προφίλ",
|
||||
"account.hide_reblogs": "Απόκρυψη ενισχύσεων από @{name}",
|
||||
"account.in_memoriam": "Εις μνήμην.",
|
||||
"account.joined_short": "Έγινε μέλος",
|
||||
"account.languages": "Αλλαγή εγγεγραμμένων γλωσσών",
|
||||
"account.link_verified_on": "Η ιδιοκτησία αυτού του συνδέσμου ελέχθηκε στις {date}",
|
||||
"account.link_verified_on": "Η ιδιοκτησία αυτού του συνδέσμου ελέγχθηκε στις {date}",
|
||||
"account.locked_info": "Η κατάσταση απορρήτου αυτού του λογαριασμού έχει ρυθμιστεί σε κλειδωμένη. Ο ιδιοκτήτης αξιολογεί χειροκίνητα ποιος μπορεί να τον ακολουθήσει.",
|
||||
"account.media": "Πολυμέσα",
|
||||
"account.mention": "Ανάφερε @{name}",
|
||||
"account.mention": "Επισήμανση @{name}",
|
||||
"account.moved_to": "Ο/Η {name} έχει υποδείξει ότι ο νέος λογαριασμός του/της είναι τώρα:",
|
||||
"account.mute": "Σώπασε τον @{name}",
|
||||
"account.mute": "Σίγαση @{name}",
|
||||
"account.mute_notifications_short": "Σίγαση ειδοποιήσεων",
|
||||
"account.mute_short": "Σίγαση",
|
||||
"account.muted": "Αποσιωπημένος/η",
|
||||
"account.muted": "Σε σίγαση",
|
||||
"account.mutual": "Αμοιβαίοι",
|
||||
"account.no_bio": "Δεν υπάρχει περιγραφή.",
|
||||
"account.open_original_page": "Άνοιγμα αυθεντικής σελίδας",
|
||||
"account.posts": "Τουτ",
|
||||
"account.posts_with_replies": "Τουτ και απαντήσεις",
|
||||
"account.report": "Κατάγγειλε @{name}",
|
||||
"account.open_original_page": "Άνοιγμα πρωτότυπης σελίδας",
|
||||
"account.posts": "Αναρτήσεις",
|
||||
"account.posts_with_replies": "Αναρτήσεις και απαντήσεις",
|
||||
"account.report": "Αναφορά @{name}",
|
||||
"account.requested": "Εκκρεμεί έγκριση. Κάνε κλικ για να ακυρώσεις το αίτημα παρακολούθησης",
|
||||
"account.requested_follow": "Ο/Η {name} αιτήθηκε να σε ακολουθήσει",
|
||||
"account.share": "Κοινοποίηση του προφίλ @{name}",
|
||||
@@ -66,9 +66,9 @@
|
||||
"account.unblock": "Άρση αποκλεισμού @{name}",
|
||||
"account.unblock_domain": "Άρση αποκλεισμού του τομέα {domain}",
|
||||
"account.unblock_short": "Άρση αποκλεισμού",
|
||||
"account.unendorse": "Να μην παρέχεται στο προφίλ",
|
||||
"account.unendorse": "Να μην αναδεικνύεται στο προφίλ",
|
||||
"account.unfollow": "Άρση ακολούθησης",
|
||||
"account.unmute": "Διακοπή σίγασης @{name}",
|
||||
"account.unmute": "Άρση σίγασης @{name}",
|
||||
"account.unmute_notifications_short": "Σίγαση ειδοποιήσεων",
|
||||
"account.unmute_short": "Κατάργηση σίγασης",
|
||||
"account_note.placeholder": "Κάνε κλικ για να προσθέσεις σημείωση",
|
||||
@@ -96,7 +96,7 @@
|
||||
"block_modal.they_cant_see_posts": "Δεν μπορεί να δει τις αναρτήσεις σου και δε θα δεις τις δικές του.",
|
||||
"block_modal.they_will_know": "Μπορούν να δει ότι έχει αποκλειστεί.",
|
||||
"block_modal.title": "Αποκλεισμός χρήστη;",
|
||||
"block_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον αναφέρουν.",
|
||||
"block_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον επισημαίνουν.",
|
||||
"boost_modal.combo": "Μπορείς να πατήσεις {combo} για να το προσπεράσεις την επόμενη φορά",
|
||||
"boost_modal.reblog": "Ενίσχυση ανάρτησης;",
|
||||
"boost_modal.undo_reblog": "Αναίρεση ενίσχυσης;",
|
||||
@@ -121,7 +121,7 @@
|
||||
"column.blocks": "Αποκλεισμένοι χρήστες",
|
||||
"column.bookmarks": "Σελιδοδείκτες",
|
||||
"column.community": "Τοπική ροή",
|
||||
"column.direct": "Ιδιωτικές αναφορές",
|
||||
"column.direct": "Ιδιωτικές επισημάνσεις",
|
||||
"column.directory": "Περιήγηση στα προφίλ",
|
||||
"column.domain_blocks": "Αποκλεισμένοι τομείς",
|
||||
"column.favourites": "Αγαπημένα",
|
||||
@@ -131,7 +131,7 @@
|
||||
"column.lists": "Λίστες",
|
||||
"column.mutes": "Αποσιωπημένοι χρήστες",
|
||||
"column.notifications": "Ειδοποιήσεις",
|
||||
"column.pins": "Καρφιτσωμένα τουτ",
|
||||
"column.pins": "Καρφιτσωμένες αναρτήσεις",
|
||||
"column.public": "Ομοσπονδιακή ροή",
|
||||
"column_back_button.label": "Πίσω",
|
||||
"column_header.hide_settings": "Απόκρυψη ρυθμίσεων",
|
||||
@@ -141,7 +141,7 @@
|
||||
"column_header.show_settings": "Εμφάνιση ρυθμίσεων",
|
||||
"column_header.unpin": "Ξεκαρφίτσωμα",
|
||||
"column_subheading.settings": "Ρυθμίσεις",
|
||||
"community.column_settings.local_only": "Τοπικά μόνο",
|
||||
"community.column_settings.local_only": "Τοπική μόνο",
|
||||
"community.column_settings.media_only": "Μόνο πολυμέσα",
|
||||
"community.column_settings.remote_only": "Απομακρυσμένα μόνο",
|
||||
"compose.language.change": "Αλλαγή γλώσσας",
|
||||
@@ -150,9 +150,9 @@
|
||||
"compose.published.open": "Άνοιγμα",
|
||||
"compose.saved.body": "Η ανάρτηση αποθηκεύτηκε.",
|
||||
"compose_form.direct_message_warning_learn_more": "Μάθε περισσότερα",
|
||||
"compose_form.encryption_warning": "Οι δημοσιεύσεις στο Mastodon δεν είναι κρυπτογραφημένες από άκρο σε άκρο. Μη μοιράζεσαι ευαίσθητες πληροφορίες μέσω του Mastodon.",
|
||||
"compose_form.encryption_warning": "Οι αναρτήσεις στο Mastodon δεν είναι κρυπτογραφημένες από άκρο σε άκρο. Μη μοιράζεσαι ευαίσθητες πληροφορίες μέσω του Mastodon.",
|
||||
"compose_form.hashtag_warning": "Αυτή η ανάρτηση δεν θα εμφανίζεται κάτω από οποιαδήποτε ετικέτα καθώς δεν είναι δημόσια. Μόνο οι δημόσιες αναρτήσεις μπορούν να αναζητηθούν με ετικέτα.",
|
||||
"compose_form.lock_disclaimer": "Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει για να δει τις δημοσιεύσεις σου προς τους ακολούθους σου.",
|
||||
"compose_form.lock_disclaimer": "Ο λογαριασμός σου δεν είναι {locked}. Οποιοσδήποτε μπορεί να σε ακολουθήσει για να δει τις μόνο για ακολούθους αναρτήσεις σου.",
|
||||
"compose_form.lock_disclaimer.lock": "κλειδωμένος",
|
||||
"compose_form.placeholder": "Τι σκέφτεσαι;",
|
||||
"compose_form.poll.duration": "Διάρκεια δημοσκόπησης",
|
||||
@@ -185,7 +185,7 @@
|
||||
"confirmations.logout.confirm": "Αποσύνδεση",
|
||||
"confirmations.logout.message": "Σίγουρα θέλεις να αποσυνδεθείς;",
|
||||
"confirmations.logout.title": "Αποσύνδεση;",
|
||||
"confirmations.mute.confirm": "Αποσιώπηση",
|
||||
"confirmations.mute.confirm": "Σίγαση",
|
||||
"confirmations.redraft.confirm": "Διαγραφή & ξαναγράψιμο",
|
||||
"confirmations.redraft.message": "Σίγουρα θέλεις να σβήσεις αυτή την ανάρτηση και να την ξαναγράψεις; Οι προτιμήσεις και προωθήσεις θα χαθούν και οι απαντήσεις στην αρχική ανάρτηση θα μείνουν ορφανές.",
|
||||
"confirmations.redraft.title": "Διαγραφή & επανασύνταξη;",
|
||||
@@ -198,8 +198,8 @@
|
||||
"content_warning.hide": "Απόκρυψη ανάρτησης",
|
||||
"content_warning.show": "Εμφάνιση ούτως ή άλλως",
|
||||
"content_warning.show_more": "Εμφάνιση περισσότερων",
|
||||
"conversation.delete": "Διαγραφή συζήτησης",
|
||||
"conversation.mark_as_read": "Σήμανση ως αναγνωσμένο",
|
||||
"conversation.delete": "Διαγραφή συνομιλίας",
|
||||
"conversation.mark_as_read": "Σήμανση ως αναγνωσμένη",
|
||||
"conversation.open": "Προβολή συνομιλίας",
|
||||
"conversation.with": "Με {names}",
|
||||
"copy_icon_button.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||
@@ -213,7 +213,7 @@
|
||||
"disabled_account_banner.text": "Ο λογαριασμός σου {disabledAccount} είναι προς το παρόν απενεργοποιημένος.",
|
||||
"dismissable_banner.community_timeline": "Αυτές είναι οι πιο πρόσφατες δημόσιες αναρτήσεις ατόμων των οποίων οι λογαριασμοί φιλοξενούνται στο {domain}.",
|
||||
"dismissable_banner.dismiss": "Παράβλεψη",
|
||||
"dismissable_banner.explore_links": "Αυτές οι ειδήσεις συζητούνται σε αυτόν και άλλους διακομιστές του αποκεντρωμένου δικτύου αυτή τη στιγμή.",
|
||||
"dismissable_banner.explore_links": "Αυτά είναι ρεπορτάζ που μοιράζονται περισσότερο στο κοινωνικό δίκτυο σήμερα. Νεότερα ρεπορτάζ που αναρτώνται από περισσότερα διαφορετικά άτομα, κατατάσσονται υψηλότερα.",
|
||||
"dismissable_banner.explore_statuses": "Αυτές είναι οι αναρτήσεις που έχουν απήχηση στο κοινωνικό δίκτυο σήμερα. Οι νεώτερες αναρτήσεις με περισσότερες προωθήσεις και προτιμήσεις κατατάσσονται ψηλότερα.",
|
||||
"dismissable_banner.explore_tags": "Αυτές οι ετικέτες αποκτούν απήχηση σε αυτόν και άλλους διακομιστές του αποκεντρωμένου δικτύου αυτή τη στιγμή.",
|
||||
"dismissable_banner.public_timeline": "Αυτές είναι οι πιο πρόσφατες δημόσιες αναρτήσεις από άτομα στον κοινωνικό ιστό που ακολουθούν άτομα από το {domain}.",
|
||||
@@ -234,10 +234,10 @@
|
||||
"domain_pill.their_username": "Το μοναδικό του αναγνωριστικό στο διακομιστή του. Είναι πιθανό να βρεις χρήστες με το ίδιο όνομα χρήστη σε διαφορετικούς διακομιστές.",
|
||||
"domain_pill.username": "Όνομα χρήστη",
|
||||
"domain_pill.whats_in_a_handle": "Τί υπάρχει σε ένα πλήρες όνομα χρήστη;",
|
||||
"domain_pill.who_they_are": "Από τη στιγμή που τα πλήρη ονόματα λένε ποιος είναι κάποιος και πού είναι, μπορείς να αλληλεπιδράσεις με άτομα απ' όλο τον κοινωνικό ιστό των <button> πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.who_they_are": "Από τη στιγμή που τα πλήρη ονόματα χρηστών λένε ποιος είναι κάποιος και πού είναι, μπορείς να αλληλεπιδράσεις με άτομα απ' όλο τον κοινωνικό ιστό των <button>πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Επειδή το πλήρες όνομα χρήστη σου λέει ποιος είσαι και πού βρίσκεσαι, άτομα μπορούν να αλληλεπιδράσουν μαζί σου στον κοινωνικό ιστό των <button>πλατφορμών που στηρίζονται στο ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Το πλήρες όνομα χρήστη σου:",
|
||||
"domain_pill.your_server": "Το ψηφιακό σου σπίτι, όπου ζουν όλες σου οι αναρτήσεις. Δε σ' αρέσει αυτός; Μετακινήσου σε διακομιστές ανά πάσα στιγμή και πάρε και τους ακόλουθούς σου.",
|
||||
"domain_pill.your_server": "Το ψηφιακό σου σπίτι, όπου ζουν όλες σου οι αναρτήσεις. Δε σ' αρέσει αυτός; Μετακινήσου σε διακομιστές ανά πάσα στιγμή και πάρε και τους ακόλουθούς σου μαζί.",
|
||||
"domain_pill.your_username": "Το μοναδικό σου αναγνωριστικό σε τούτο τον διακομιστή. Είναι πιθανό να βρεις χρήστες με το ίδιο όνομα χρήστη σε διαφορετικούς διακομιστές.",
|
||||
"embed.instructions": "Ενσωμάτωσε αυτή την ανάρτηση στην ιστοσελίδα σου αντιγράφοντας τον παρακάτω κώδικα.",
|
||||
"embed.preview": "Ορίστε πως θα φαίνεται:",
|
||||
@@ -246,7 +246,7 @@
|
||||
"emoji_button.custom": "Προσαρμοσμένα",
|
||||
"emoji_button.flags": "Σημαίες",
|
||||
"emoji_button.food": "Φαγητά & Ποτά",
|
||||
"emoji_button.label": "Εισάγετε emoji",
|
||||
"emoji_button.label": "Εισαγωγή emoji",
|
||||
"emoji_button.nature": "Φύση",
|
||||
"emoji_button.not_found": "Δε βρέθηκε αντιστοίχιση εμότζι",
|
||||
"emoji_button.objects": "Αντικείμενα",
|
||||
@@ -260,23 +260,23 @@
|
||||
"empty_column.account_suspended": "Λογαριασμός σε αναστολή",
|
||||
"empty_column.account_timeline": "Δεν έχει αναρτήσεις εδώ!",
|
||||
"empty_column.account_unavailable": "Μη διαθέσιμο προφίλ",
|
||||
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμα.",
|
||||
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμα. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
||||
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμη.",
|
||||
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμη. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
||||
"empty_column.community": "Η τοπική ροή είναι κενή. Γράψε κάτι δημόσια για να αρχίσει να κυλά η μπάλα!",
|
||||
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμα. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
||||
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμα.",
|
||||
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμη. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
||||
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμη.",
|
||||
"empty_column.explore_statuses": "Τίποτα δεν βρίσκεται στις τάσεις αυτή τη στιγμή. Έλεγξε αργότερα!",
|
||||
"empty_column.favourited_statuses": "Δεν έχεις καμία αγαπημένη ανάρτηση ακόμα. Μόλις αγαπήσεις κάποια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.favourites": "Κανείς δεν έχει αγαπήσει αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"empty_column.follow_requests": "Δεν έχεις κανένα αίτημα παρακολούθησης ακόμα. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχετε ακολουθήσει ακόμα καμία ετικέτα. Όταν το κάνετε, θα εμφανιστούν εδώ.",
|
||||
"empty_column.hashtag": "Δεν υπάρχει ακόμα κάτι για αυτή την ετικέτα.",
|
||||
"empty_column.favourited_statuses": "Δεν έχεις καμία αγαπημένη ανάρτηση ακόμη. Μόλις αγαπήσεις κάποια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.favourites": "Κανείς δεν έχει αγαπήσει αυτή την ανάρτηση ακόμη. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"empty_column.follow_requests": "Δεν έχεις κανένα αίτημα παρακολούθησης ακόμη. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
|
||||
"empty_column.followed_tags": "Δεν έχεις ακολουθήσει καμία ετικέτα ακόμη. Όταν το κάνεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.hashtag": "Δεν υπάρχει τίποτα σε αυτή την ετικέτα ακόμη.",
|
||||
"empty_column.home": "Η τοπική σου ροή είναι κενή! Πήγαινε στο {public} ή κάνε αναζήτηση για να ξεκινήσεις και να γνωρίσεις άλλους χρήστες.",
|
||||
"empty_column.list": "Δεν υπάρχει τίποτα σε αυτή τη λίστα ακόμα. Όταν τα μέλη της δημοσιεύσουν νέες καταστάσεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.lists": "Δεν έχεις καμία λίστα ακόμα. Μόλις φτιάξεις μια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.mutes": "Δεν έχεις κανένα χρήστη σε σίγαση ακόμα.",
|
||||
"empty_column.list": "Δεν υπάρχει τίποτα σε αυτή τη λίστα ακόμη. Όταν τα μέλη της δημοσιεύσουν νέες αναρτήσεις, θα εμφανιστούν εδώ.",
|
||||
"empty_column.lists": "Δεν έχεις καμία λίστα ακόμη. Μόλις φτιάξεις μια, θα εμφανιστεί εδώ.",
|
||||
"empty_column.mutes": "Δεν έχεις κανένα χρήστη σε σίγαση ακόμη.",
|
||||
"empty_column.notification_requests": "Όλα καθαρά! Δεν υπάρχει τίποτα εδώ. Όταν λαμβάνεις νέες ειδοποιήσεις, αυτές θα εμφανίζονται εδώ σύμφωνα με τις ρυθμίσεις σου.",
|
||||
"empty_column.notifications": "Δεν έχεις ειδοποιήσεις ακόμα. Όταν άλλα άτομα αλληλεπιδράσουν μαζί σου, θα το δεις εδώ.",
|
||||
"empty_column.notifications": "Δεν έχεις ειδοποιήσεις ακόμη. Όταν άλλα άτομα αλληλεπιδράσουν μαζί σου, θα το δεις εδώ.",
|
||||
"empty_column.public": "Δεν υπάρχει τίποτα εδώ! Γράψε κάτι δημόσιο ή ακολούθησε χειροκίνητα χρήστες από άλλους διακομιστές για να τη γεμίσεις",
|
||||
"error.unexpected_crash.explanation": "Είτε λόγω σφάλματος στον κώδικά μας ή λόγω ασυμβατότητας με τον περιηγητή, η σελίδα δε μπόρεσε να εμφανιστεί σωστά.",
|
||||
"error.unexpected_crash.explanation_addons": "Η σελίδα δεν μπόρεσε να εμφανιστεί σωστά. Το πρόβλημα οφείλεται πιθανόν σε κάποια επέκταση του φυλλομετρητή ή σε κάποιο αυτόματο εργαλείο μετάφρασης.",
|
||||
@@ -294,7 +294,7 @@
|
||||
"filter_modal.added.context_mismatch_title": "Ασυμφωνία περιεχομένου!",
|
||||
"filter_modal.added.expired_explanation": "Αυτή η κατηγορία φίλτρων έχει λήξει, πρέπει να αλλάξετε την ημερομηνία λήξης για να ισχύσει.",
|
||||
"filter_modal.added.expired_title": "Ληγμένο φίλτρο!",
|
||||
"filter_modal.added.review_and_configure": "Για να επιθεωρήσετε και να εξειδικεύσετε περαιτέρω αυτή την κατηγορία φίλτρων, πηγαίνετε στο {settings_link}.",
|
||||
"filter_modal.added.review_and_configure": "Για να ελέγξετε και να ρυθμίσετε περαιτέρω αυτή την κατηγορία φίλτρων, πηγαίνετε στο {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Ρυθμίσεις φίλτρου",
|
||||
"filter_modal.added.settings_link": "σελίδα ρυθμίσεων",
|
||||
"filter_modal.added.short_explanation": "Αυτή η ανάρτηση έχει προστεθεί στην ακόλουθη κατηγορία φίλτρου: {title}.",
|
||||
@@ -306,7 +306,7 @@
|
||||
"filter_modal.select_filter.subtitle": "Χρησιμοποιήστε μια υπάρχουσα κατηγορία ή δημιουργήστε μια νέα",
|
||||
"filter_modal.select_filter.title": "Φιλτράρισμα αυτής της ανάρτησης",
|
||||
"filter_modal.title.status": "Φιλτράρισμα μιας ανάρτησης",
|
||||
"filter_warning.matches_filter": "Ταιριάζει με το φίλτρο “<span>{title}</span>”",
|
||||
"filter_warning.matches_filter": "Αντιστοιχεί με το φίλτρο “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "Από {count, plural, =0 {κανένα} one {ένα άτομο} other {# άτομα}} που μπορεί να ξέρεις",
|
||||
"filtered_notifications_banner.title": "Φιλτραρισμένες ειδοποιήσεις",
|
||||
"firehose.all": "Όλα",
|
||||
@@ -314,7 +314,7 @@
|
||||
"firehose.remote": "Άλλοι διακομιστές",
|
||||
"follow_request.authorize": "Εξουσιοδότησε",
|
||||
"follow_request.reject": "Απέρριψε",
|
||||
"follow_requests.unlocked_explanation": "Παρόλο που ο λογαριασμός σου δεν είναι κλειδωμένος, το προσωπικό του {domain} θεώρησαν πως ίσως να θέλεις να ελέγξεις χειροκίνητα αυτά τα αιτήματα ακολούθησης.",
|
||||
"follow_requests.unlocked_explanation": "Παρόλο που ο λογαριασμός σου δεν είναι κλειδωμένος, το προσωπικό του {domain} θεώρησε πως ίσως να θέλεις να ελέγχεις χειροκίνητα αυτά τα αιτήματα ακολούθησης.",
|
||||
"follow_suggestions.curated_suggestion": "Επιλογή προσωπικού",
|
||||
"follow_suggestions.dismiss": "Να μην εμφανιστεί ξανά",
|
||||
"follow_suggestions.featured_longer": "Προσεκτικά επιλεγμένα απ' την ομάδα του {domain}",
|
||||
@@ -355,7 +355,7 @@
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} ανάρτηση} other {{counter} αναρτήσεις}} σήμερα",
|
||||
"hashtag.follow": "Παρακολούθηση ετικέτας",
|
||||
"hashtag.unfollow": "Διακοπή παρακολούθησης ετικέτας",
|
||||
"hashtags.and_other": "…και {count, plural, other {# ακόμη}}",
|
||||
"hashtags.and_other": "…και {count, plural, other {# ακόμα}}",
|
||||
"hints.profiles.followers_may_be_missing": "Μπορεί να λείπουν ακόλουθοι για αυτό το προφίλ.",
|
||||
"hints.profiles.follows_may_be_missing": "Άτομα που ακολουθούνται μπορεί να λείπουν απ' αυτό το προφίλ.",
|
||||
"hints.profiles.posts_may_be_missing": "Κάποιες αναρτήσεις από αυτό το προφίλ μπορεί να λείπουν.",
|
||||
@@ -364,7 +364,7 @@
|
||||
"hints.profiles.see_more_posts": "Δες περισσότερες αναρτήσεις στο {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Απαντήσεις από άλλους διακομιστές μπορεί να λείπουν.",
|
||||
"hints.threads.see_more": "Δες περισσότερες απαντήσεις στο {domain}",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση προωθήσεων",
|
||||
"home.column_settings.show_reblogs": "Εμφάνιση ενισχύσεων",
|
||||
"home.column_settings.show_replies": "Εμφάνιση απαντήσεων",
|
||||
"home.hide_announcements": "Απόκρυψη ανακοινώσεων",
|
||||
"home.pending_critical_update.body": "Παρακαλούμε ενημέρωσε τον διακομιστή Mastodon σου το συντομότερο δυνατόν!",
|
||||
@@ -373,7 +373,7 @@
|
||||
"home.show_announcements": "Εμφάνιση ανακοινώσεων",
|
||||
"ignore_notifications_modal.disclaimer": "Το Mastodon δε μπορεί να ενημερώσει τους χρήστες ότι αγνόησες τις ειδοποιήσεις του. Η αγνόηση ειδοποιήσεων δεν θα εμποδίσει την αποστολή των ίδιων των μηνυμάτων.",
|
||||
"ignore_notifications_modal.filter_instead": "Φίλτρο αντ' αυτού",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Θα μπορείς ακόμα να αποδεχθείς, να απορρίψεις ή να αναφέρεις χρήστες",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Θα μπορείς ακόμη να αποδεχθείς, να απορρίψεις ή να αναφέρεις χρήστες",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Το φιλτράρισμα βοηθά στην αποφυγή πιθανής σύγχυσης",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Μπορείς να δεις τις φιλτραρισμένες ειδοποιήσεις ξεχωριστά",
|
||||
"ignore_notifications_modal.ignore": "Αγνόηση ειδοποιήσεων",
|
||||
@@ -381,10 +381,10 @@
|
||||
"ignore_notifications_modal.new_accounts_title": "Αγνόηση ειδοποιήσεων από νέους λογαριασμούς;",
|
||||
"ignore_notifications_modal.not_followers_title": "Αγνόηση ειδοποιήσεων από άτομα που δε σας ακολουθούν;",
|
||||
"ignore_notifications_modal.not_following_title": "Αγνόηση ειδοποιήσεων από άτομα που δεν ακολουθείς;",
|
||||
"ignore_notifications_modal.private_mentions_title": "Αγνόηση ειδοποιήσεων από μη ζητηθείσες ιδιωτικές αναφορές;",
|
||||
"ignore_notifications_modal.private_mentions_title": "Αγνόηση ειδοποιήσεων από μη ζητηθείσες ιδιωτικές επισημάνσεις;",
|
||||
"interaction_modal.description.favourite": "Με έναν λογαριασμό στο Mastodon μπορείς να αγαπήσεις αυτή την ανάρτηση, για να ενημερώσεις τον συντάκτη ότι την εκτιμάς και να την αποθηκεύσεις για αργότερα.",
|
||||
"interaction_modal.description.follow": "Με έναν λογαριασμό Mastodon, μπορείς να ακολουθήσεις τον/την {name} ώστε να λαμβάνεις τις αναρτήσεις του/της στη δική σου ροή.",
|
||||
"interaction_modal.description.reblog": "Με ένα λογαριασμό Mastodon, μπορείς να ενισχύσεις αυτή την ανάρτηση για να τη μοιραστείς με τους δικούς σου ακολούθους.",
|
||||
"interaction_modal.description.reblog": "Με ένα λογαριασμό Mastodon, μπορείς να ενισχύσεις αυτή την ανάρτηση για να την κοινοποιήσεις με τους δικούς σου ακολούθους.",
|
||||
"interaction_modal.description.reply": "Με ένα λογαριασμό Mastodon, μπορείς να απαντήσεις σε αυτή την ανάρτηση.",
|
||||
"interaction_modal.login.action": "Πήγαινέ με στην αρχική σελίδα",
|
||||
"interaction_modal.login.prompt": "Τομέας του οικιακού σου διακομιστή, πχ. mastodon.social",
|
||||
@@ -466,11 +466,11 @@
|
||||
"mute_modal.hide_options": "Απόκρυψη επιλογών",
|
||||
"mute_modal.indefinite": "Μέχρι να κάνω άρση σίγασης",
|
||||
"mute_modal.show_options": "Εμφάνιση επιλογών",
|
||||
"mute_modal.they_can_mention_and_follow": "Μπορεί να σε αναφέρει και να σε ακολουθήσει, αλλά δε θα τον βλέπεις.",
|
||||
"mute_modal.they_can_mention_and_follow": "Μπορεί να σε επισημάνει και να σε ακολουθήσει, αλλά δε θα τον βλέπεις.",
|
||||
"mute_modal.they_wont_know": "Δε θα ξέρει ότι είναι σε σίγαση.",
|
||||
"mute_modal.title": "Σίγαση χρήστη;",
|
||||
"mute_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον αναφέρουν.",
|
||||
"mute_modal.you_wont_see_posts": "Μπορεί ακόμα να δει τις αναρτήσεις σου, αλλά δε θα βλέπεις τις δικές του.",
|
||||
"mute_modal.you_wont_see_mentions": "Δε θα βλέπεις τις αναρτήσεις που τον επισημαίνουν.",
|
||||
"mute_modal.you_wont_see_posts": "Μπορεί ακόμη να βλέπει τις αναρτήσεις σου, αλλά δε θα βλέπεις τις δικές του.",
|
||||
"navigation_bar.about": "Σχετικά με",
|
||||
"navigation_bar.administration": "Διαχείριση",
|
||||
"navigation_bar.advanced_interface": "Άνοιγμα σε προηγμένη διεπαφή ιστού",
|
||||
@@ -491,7 +491,7 @@
|
||||
"navigation_bar.logout": "Αποσύνδεση",
|
||||
"navigation_bar.moderation": "Συντονισμός",
|
||||
"navigation_bar.mutes": "Αποσιωπημένοι χρήστες",
|
||||
"navigation_bar.opened_in_classic_interface": "Δημοσιεύσεις, λογαριασμοί και άλλες συγκεκριμένες σελίδες ανοίγονται από προεπιλογή στην κλασική διεπαφή ιστού.",
|
||||
"navigation_bar.opened_in_classic_interface": "Αναρτήσεις, λογαριασμοί και άλλες συγκεκριμένες σελίδες ανοίγονται από προεπιλογή στην κλασική διεπαφή ιστού.",
|
||||
"navigation_bar.personal": "Προσωπικά",
|
||||
"navigation_bar.pins": "Καρφιτσωμένες αναρτήσεις",
|
||||
"navigation_bar.preferences": "Προτιμήσεις",
|
||||
@@ -499,17 +499,17 @@
|
||||
"navigation_bar.search": "Αναζήτηση",
|
||||
"navigation_bar.security": "Ασφάλεια",
|
||||
"not_signed_in_indicator.not_signed_in": "Πρέπει να συνδεθείς για να αποκτήσεις πρόσβαση σε αυτόν τον πόρο.",
|
||||
"notification.admin.report": "Ο/Η {name} ανέφερε τον {target}",
|
||||
"notification.admin.report": "Ο/Η {name} ανέφερε τον/την {target}",
|
||||
"notification.admin.report_account": "Ο χρήστης {name} ανέφερε {count, plural, one {μία ανάρτηση} other {# αναρτήσεις}} από {target} για {category}",
|
||||
"notification.admin.report_account_other": "Ο χρήστης {name} ανέφερε {count, plural, one {μία ανάρτηση} other {# αναρτήσεις}} από {target}",
|
||||
"notification.admin.report_statuses": "Ο χρήστης {name} ανέφερε τον χρήστη {target} για {category}",
|
||||
"notification.admin.report_statuses_other": "Ο χρήστης {name} ανέφερε τον χρήστη {target}",
|
||||
"notification.admin.sign_up": "{name} έχει εγγραφεί",
|
||||
"notification.admin.sign_up.name_and_others": "{name} και {count, plural, one {# ακόμη} other {# ακόμη}} έχουν εγγραφεί",
|
||||
"notification.admin.sign_up.name_and_others": "{name} και {count, plural, one {# ακόμα} other {# ακόμα}} έχουν εγγραφεί",
|
||||
"notification.favourite": "{name} αγάπησε την ανάρτηση σου",
|
||||
"notification.favourite.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> αγάπησαν την ανάρτησή σου",
|
||||
"notification.favourite.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμα} other {# ακόμα}}</a> αγάπησαν την ανάρτησή σου",
|
||||
"notification.follow": "Ο χρήστης {name} σε ακολούθησε",
|
||||
"notification.follow.name_and_others": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> σε ακολούθησαν",
|
||||
"notification.follow.name_and_others": "Ο χρήστης {name} και <a>{count, plural, one {# ακόμα} other {# ακόμα}}</a> σε ακολούθησαν",
|
||||
"notification.follow_request": "Ο/H {name} ζήτησε να σε ακολουθήσει",
|
||||
"notification.follow_request.name_and_others": "{name} και {count, plural, one {# άλλος} other {# άλλοι}} ζήτησαν να σε ακολουθήσουν",
|
||||
"notification.label.mention": "Επισήμανση",
|
||||
@@ -522,15 +522,15 @@
|
||||
"notification.moderation_warning": "Έχετε λάβει μία προειδοποίηση συντονισμού",
|
||||
"notification.moderation_warning.action_delete_statuses": "Ορισμένες από τις αναρτήσεις σου έχουν αφαιρεθεί.",
|
||||
"notification.moderation_warning.action_disable": "Ο λογαριασμός σου έχει απενεργοποιηθεί.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Μερικές από τις αναρτήσεις σου έχουν επισημανθεί ως ευαίσθητες.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Μερικές από τις αναρτήσεις σου έχουν σημανθεί ως ευαίσθητες.",
|
||||
"notification.moderation_warning.action_none": "Ο λογαριασμός σου έχει λάβει προειδοποίηση συντονισμού.",
|
||||
"notification.moderation_warning.action_sensitive": "Οι αναρτήσεις σου θα επισημαίνονται, από εδώ και στο εξής, ως ευαίσθητες.",
|
||||
"notification.moderation_warning.action_sensitive": "Οι αναρτήσεις σου θα σημαίνονται ως ευαίσθητες από 'δω και στο εξής.",
|
||||
"notification.moderation_warning.action_silence": "Ο λογαριασμός σου έχει περιοριστεί.",
|
||||
"notification.moderation_warning.action_suspend": "Ο λογαριασμός σου έχει ανασταλεί.",
|
||||
"notification.own_poll": "Η δημοσκόπησή σου έληξε",
|
||||
"notification.poll": "Μία ψηφοφορία στην οποία συμμετείχες έχει τελειώσει",
|
||||
"notification.reblog": "Ο/Η {name} ενίσχυσε την ανάρτηση σου",
|
||||
"notification.reblog.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμη} other {# ακόμη}}</a> ενίσχυσαν την ανάρτησή σου",
|
||||
"notification.reblog.name_and_others_with_link": "{name} και <a>{count, plural, one {# ακόμα} other {# ακόμα}}</a> ενίσχυσαν την ανάρτησή σου",
|
||||
"notification.relationships_severance_event": "Χάθηκε η σύνδεση με το {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Ένας διαχειριστής από το {from} ανέστειλε το {target}, πράγμα που σημαίνει ότι δεν μπορείς πλέον να λαμβάνεις ενημερώσεις από αυτούς ή να αλληλεπιδράς μαζί τους.",
|
||||
"notification.relationships_severance_event.domain_block": "Ένας διαχειριστής από {from} έχει μπλοκάρει το {target}, συμπεριλαμβανομένων {followersCount} από τους ακόλουθούς σου και {followingCount, plural, one {# λογαριασμό} other {# λογαριασμοί}} που ακολουθείς.",
|
||||
@@ -544,9 +544,9 @@
|
||||
"notification_requests.confirm_accept_multiple.message": "Πρόκειται να αποδεχτείς {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_accept_multiple.title": "Αποδοχή αιτήσεων ειδοποίησης;",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Παράβλεψη αιτήματος} other {Παράβλεψη αιτημάτων}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Πρόκειται να απορρίψεις {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Δεν θα μπορείς να έχεις πρόσβαση εύκολα {count, plural, one {σε αυτό} other {σε αυτά}} ξανά. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Απόρριψη αιτημάτων ειδοποίησης;",
|
||||
"notification_requests.dismiss": "Απόρριψη",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Πρόκειται να παραβλέψεις {count, plural, one {ένα αίτημα ειδοποίησης} other {# αιτήματα ειδοποίησης}}. Δεν θα μπορείς να έχεις πρόσβαση εύκολα {count, plural, one {σε αυτό} other {σε αυτά}} ξανά. Σίγουρα θες να συνεχίσεις;",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Παράβλεψη αιτημάτων ειδοποίησης;",
|
||||
"notification_requests.dismiss": "Παράβλεψη",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Παράβλεψη # αιτήματος…} other {Παράβλεψη # αιτημάτων…}}",
|
||||
"notification_requests.edit_selection": "Επεξεργασία",
|
||||
"notification_requests.exit_selection": "Έγινε",
|
||||
@@ -588,14 +588,14 @@
|
||||
"notifications.filter.statuses": "Ενημερώσεις από όσους ακολουθείς",
|
||||
"notifications.grant_permission": "Χορήγηση άδειας.",
|
||||
"notifications.group": "{count} ειδοποιήσεις",
|
||||
"notifications.mark_as_read": "Σημείωσε όλες τις ειδοποιήσεις ως αναγνωσμένες",
|
||||
"notifications.mark_as_read": "Σήμανε όλες τις ειδοποιήσεις ως αναγνωσμένες",
|
||||
"notifications.permission_denied": "Οι ειδοποιήσεις στην επιφάνεια εργασίας δεν είναι διαθέσιμες διότι έχει απορριφθεί κάποιο προηγούμενο αίτημα άδειας",
|
||||
"notifications.permission_denied_alert": "Δεν είναι δυνατή η ενεργοποίηση των ειδοποιήσεων της επιφάνειας εργασίας, καθώς η άδεια του προγράμματος περιήγησης έχει απορριφθεί νωρίτερα",
|
||||
"notifications.permission_required": "Οι ειδοποιήσεις δεν είναι διαθέσιμες επειδή δεν έχει δοθεί η απαιτούμενη άδεια.",
|
||||
"notifications.policy.accept": "Αποδοχή",
|
||||
"notifications.policy.accept_hint": "Εμφάνιση στις ειδοποιήσεις",
|
||||
"notifications.policy.drop": "Αγνόηση",
|
||||
"notifications.policy.drop_hint": "Στείλε τες στο υπερπέραν, να μην ξαναδούν το φως του ήλιου",
|
||||
"notifications.policy.drop_hint": "Στείλε τες στο υπερπέραν, για να μην τις ξαναδείτε",
|
||||
"notifications.policy.filter": "Φίλτρο",
|
||||
"notifications.policy.filter_hint": "Αποστολή στα εισερχόμενα φιλτραρισμένων ειδοποιήσεων",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Περιορισμένη από συντονιστές διακομιστή",
|
||||
@@ -606,16 +606,16 @@
|
||||
"notifications.policy.filter_not_followers_title": "Άτομα που δε σε ακολουθούν",
|
||||
"notifications.policy.filter_not_following_hint": "Μέχρι να τους εγκρίνεις χειροκίνητα",
|
||||
"notifications.policy.filter_not_following_title": "Άτομα που δεν ακολουθείς",
|
||||
"notifications.policy.filter_private_mentions_hint": "Φιλτραρισμένο εκτός αν είναι απάντηση σε δική σου αναφορά ή αν ακολουθείς τον αποστολέα",
|
||||
"notifications.policy.filter_private_mentions_title": "Μη συναινετικές ιδιωτικές αναφορές",
|
||||
"notifications.policy.filter_private_mentions_hint": "Φιλτράρισμα εκτός αν είναι απάντηση σε δική σου επισήμανση ή αν ακολουθείς τον αποστολέα",
|
||||
"notifications.policy.filter_private_mentions_title": "Μη συναινετικές ιδιωτικές επισημάνσεις",
|
||||
"notifications.policy.title": "Διαχείριση ειδοποιήσεων από…",
|
||||
"notifications_permission_banner.enable": "Ενεργοποίηση ειδοποιήσεων επιφάνειας εργασίας",
|
||||
"notifications_permission_banner.how_to_control": "Για να λαμβάνεις ειδοποιήσεις όταν το Mastodon δεν είναι ανοιχτό, ενεργοποίησε τις ειδοποιήσεις επιφάνειας εργασίας. Μπορείς να ελέγξεις με ακρίβεια ποιοι τύποι αλληλεπιδράσεων δημιουργούν ειδοποιήσεις επιφάνειας εργασίας μέσω του κουμπιού {icon} μόλις ενεργοποιηθούν.",
|
||||
"notifications_permission_banner.title": "Μη χάσεις στιγμή",
|
||||
"onboarding.action.back": "Επιστροφή",
|
||||
"onboarding.actions.back": "Επιστροφή",
|
||||
"onboarding.actions.go_to_explore": "See what's trending",
|
||||
"onboarding.actions.go_to_home": "Πηγαίνετε στην αρχική σας ροή",
|
||||
"onboarding.actions.go_to_explore": "Πήγαινέ με στις τάσεις",
|
||||
"onboarding.actions.go_to_home": "Πήγαινέ με στην αρχική μου ροή",
|
||||
"onboarding.compose.template": "Γειά σου #Mastodon!",
|
||||
"onboarding.follows.empty": "Δυστυχώς, δεν μπορούν να εμφανιστούν αποτελέσματα αυτή τη στιγμή. Μπορείς να προσπαθήσεις να χρησιμοποιήσεις την αναζήτηση ή να περιηγηθείς στη σελίδα εξερεύνησης για να βρεις άτομα να ακολουθήσεις ή να δοκιμάσεις ξανά αργότερα.",
|
||||
"onboarding.follows.lead": "Η αρχική ροή σου είναι ο κύριος τρόπος για να βιώσεις το Mastodon. Όσο περισσότερα άτομα ακολουθείς, τόσο περισσότερο ενεργή και ενδιαφέρουσα θα είναι. Για να ξεκινήσεις, ορίστε μερικές προτάσεις:",
|
||||
@@ -626,26 +626,26 @@
|
||||
"onboarding.profile.display_name_hint": "Το πλήρες ή το διασκεδαστικό σου όνομα…",
|
||||
"onboarding.profile.lead": "Μπορείς πάντα να το ολοκληρώσεις αργότερα στις ρυθμίσεις, όπου είναι διαθέσιμες ακόμα περισσότερες επιλογές προσαρμογής.",
|
||||
"onboarding.profile.note": "Βιογραφικό",
|
||||
"onboarding.profile.note_hint": "Μπορείτε να @αναφέρετε άλλα άτομα ή #hashtags…",
|
||||
"onboarding.profile.note_hint": "Μπορείς να @επισημάνεις άλλα άτομα ή #ετικέτες…",
|
||||
"onboarding.profile.save_and_continue": "Αποθήκευση και συνέχεια",
|
||||
"onboarding.profile.title": "Ρύθμιση προφίλ",
|
||||
"onboarding.profile.upload_avatar": "Μεταφόρτωση εικόνας προφίλ",
|
||||
"onboarding.profile.upload_header": "Μεταφόρτωση κεφαλίδας προφίλ",
|
||||
"onboarding.share.lead": "Let people know how they can find you on Mastodon!\nΕνημερώστε άλλα άτομα πώς μπορούν να σας βρουν στο Mastodon!",
|
||||
"onboarding.share.lead": "Ενημέρωσε άλλα άτομα πώς μπορούν να σε βρουν στο Mastodon!",
|
||||
"onboarding.share.message": "Με λένε {username} στο #Mastodon! Έλα να με ακολουθήσεις στο {url}",
|
||||
"onboarding.share.next_steps": "Πιθανά επόμενα βήματα:",
|
||||
"onboarding.share.title": "Κοινοποίηση του προφίλ σου",
|
||||
"onboarding.start.lead": "Your new Mastodon account is ready to go. Here's how you can make the most of it:",
|
||||
"onboarding.start.skip": "Δε χρειάζεστε βοήθεια για να ξεκινήσετε;",
|
||||
"onboarding.start.title": "You've made it!\nΤα καταφέρατε!",
|
||||
"onboarding.steps.follow_people.body": "You curate your own feed. Lets fill it with interesting people.",
|
||||
"onboarding.steps.follow_people.title": "Follow {count, plural, one {one person} other {# people}}",
|
||||
"onboarding.share.title": "Κοινοποίησε το προφίλ σου",
|
||||
"onboarding.start.lead": "Είσαι τώρα μέρος του Mastodon, μιας μοναδικής, αποκεντρωμένης πλατφόρμας μέσων κοινωνικής δικτύωσης όπου εσύ, όχι αλγόριθμος, επιμελείσαι τη δική σου εμπειρία. Ας ξεκινήσουμε σε αυτό το νέο κοινωνικό σύνορο:",
|
||||
"onboarding.start.skip": "Δε χρειάζεσαι βοήθεια για να ξεκινήσεις;",
|
||||
"onboarding.start.title": "Τα κατάφερες!",
|
||||
"onboarding.steps.follow_people.body": "Το να ακολουθείς ενδιαφέροντα άτομα είναι όλη η ουσία του Mastodon.",
|
||||
"onboarding.steps.follow_people.title": "Προσάρμοσε την αρχική ροή σου",
|
||||
"onboarding.steps.publish_status.body": "Πες γεια στον κόσμο με κείμενο, φωτογραφίες, βίντεο ή δημοσκοπήσεις {emoji}",
|
||||
"onboarding.steps.publish_status.title": "Κάντε την πρώτη σας ανάρτηση",
|
||||
"onboarding.steps.setup_profile.body": "Others are more likely to interact with you with a filled out profile.",
|
||||
"onboarding.steps.setup_profile.title": "Customize your profile",
|
||||
"onboarding.steps.share_profile.body": "Πείτε στους φίλους σας πως να σας βρουν στο Mastodon",
|
||||
"onboarding.steps.share_profile.title": "Share your profile",
|
||||
"onboarding.steps.publish_status.title": "Κάνε την πρώτη σου ανάρτηση",
|
||||
"onboarding.steps.setup_profile.body": "Ενίσχυσε τις αλληλεπιδράσεις σου έχοντας ένα ολοκληρωμένο προφίλ.",
|
||||
"onboarding.steps.setup_profile.title": "Προσάρμοσε το προφίλ σου",
|
||||
"onboarding.steps.share_profile.body": "Πες στους φίλους σου πώς να σε βρουν στο Mastodon",
|
||||
"onboarding.steps.share_profile.title": "Κοινοποίησε το Mastodon προφίλ σου",
|
||||
"onboarding.tips.2fa": "<strong>Το ήξερες;</strong> Μπορείς να ασφαλίσεις το λογαριασμό σου ρυθμίζοντας ταυτότητα δύο παραγόντων στις ρυθμίσεις του λογαριασμού σου. Λειτουργεί με οποιαδήποτε εφαρμογή TOTP της επιλογής σας, δεν απαιτείται αριθμός τηλεφώνου!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>Το ήξερες;</strong> Από τη στιγμή που το Mastodon είναι αποκεντρωμένο, κάποια προφίλ που συναντάς θα φιλοξενούνται σε διακομιστές διαφορετικούς από τον δικό σου. Και παρόλα αυτά μπορείς να αλληλεπιδράσεις μαζί τους απρόσκοπτα! Ο διακομιστής τους είναι στο δεύτερο μισό του ονόματος χρήστη!",
|
||||
"onboarding.tips.migration": "<strong>Το ήξερες;</strong> Αν αισθάνεσαι ότι το {domain} δεν είναι η κατάλληλη επιλογή διακομιστή για σένα στο μέλλον, μπορείς να μετακινηθείς σε άλλο διακομιστή Mastodon χωρίς να χάσεις τους ακόλουθούς σου. Μπορείς να κάνεις ακόμα και τον δικό σου διακομιστή!",
|
||||
@@ -664,7 +664,7 @@
|
||||
"poll_button.add_poll": "Προσθήκη δημοσκόπησης",
|
||||
"poll_button.remove_poll": "Αφαίρεση δημοσκόπησης",
|
||||
"privacy.change": "Προσαρμογή ιδιωτικότητας ανάρτησης",
|
||||
"privacy.direct.long": "Όλοι όσοι αναφέρθηκαν στην ανάρτηση",
|
||||
"privacy.direct.long": "Όλοι όσοι επισημάνθηκαν στην ανάρτηση",
|
||||
"privacy.direct.short": "Συγκεκριμένα άτομα",
|
||||
"privacy.private.long": "Μόνο οι ακόλουθοί σας",
|
||||
"privacy.private.short": "Ακόλουθοι",
|
||||
@@ -675,7 +675,7 @@
|
||||
"privacy.unlisted.short": "Ήσυχα δημόσια",
|
||||
"privacy_policy.last_updated": "Τελευταία ενημέρωση {date}",
|
||||
"privacy_policy.title": "Πολιτική Απορρήτου",
|
||||
"recommended": "Προτεινόμενα",
|
||||
"recommended": "Προτείνεται",
|
||||
"refresh": "Ανανέωση",
|
||||
"regeneration_indicator.label": "Φορτώνει…",
|
||||
"regeneration_indicator.sublabel": "Η αρχική σου ροή ετοιμάζεται!",
|
||||
@@ -708,9 +708,9 @@
|
||||
"report.forward": "Προώθηση προς {target}",
|
||||
"report.forward_hint": "Ο λογαριασμός είναι από διαφορετικό διακομιστή. Να σταλεί ανώνυμο αντίγραφο της αναφοράς και εκεί;",
|
||||
"report.mute": "Σίγαση",
|
||||
"report.mute_explanation": "Δεν θα βλέπεις τις αναρτήσεις του. Εκείνοι μπορούν ακόμα να σε ακολουθούν και να βλέπουν τις αναρτήσεις σου χωρίς να γνωρίζουν ότι είναι σε σίγαση.",
|
||||
"report.mute_explanation": "Δεν θα βλέπεις τις αναρτήσεις τους. Εκείνοι μπορούν ακόμη να σε ακολουθούν και να βλέπουν τις αναρτήσεις σου χωρίς να γνωρίζουν ότι είναι σε σίγαση.",
|
||||
"report.next": "Επόμενο",
|
||||
"report.placeholder": "Επιπλέον σχόλια",
|
||||
"report.placeholder": "Επιπρόσθετα σχόλια",
|
||||
"report.reasons.dislike": "Δεν μου αρέσει",
|
||||
"report.reasons.dislike_description": "Δεν είναι κάτι που θα ήθελες να δεις",
|
||||
"report.reasons.legal": "Είναι παράνομο",
|
||||
@@ -726,12 +726,12 @@
|
||||
"report.statuses.subtitle": "Επίλεξε όλα όσα ισχύουν",
|
||||
"report.statuses.title": "Υπάρχουν αναρτήσεις που τεκμηριώνουν αυτή την αναφορά;",
|
||||
"report.submit": "Υποβολή",
|
||||
"report.target": "Καταγγελία {target}",
|
||||
"report.target": "Αναφορά {target}",
|
||||
"report.thanks.take_action": "Αυτές είναι οι επιλογές σας για να ελέγχετε τι βλέπετε στο Mastodon:",
|
||||
"report.thanks.take_action_actionable": "Ενώ το εξετάζουμε, μπορείς να δράσεις εναντίον του @{name}:",
|
||||
"report.thanks.title": "Δε θες να το βλέπεις;",
|
||||
"report.thanks.title_actionable": "Σε ευχαριστούμε για την αναφορά, θα το διερευνήσουμε.",
|
||||
"report.unfollow": "Κατάργηση ακολούθησης του @{name}",
|
||||
"report.unfollow": "Άρση ακολούθησης του @{name}",
|
||||
"report.unfollow_explanation": "Ακολουθείς αυτό τον λογαριασμό. Για να μη βλέπεις τις αναρτήσεις τους στη δική σου ροή, πάψε να τον ακολουθείς.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} ανάρτηση} other {{count} αναρτήσεις}} επισυνάπτονται",
|
||||
"report_notification.categories.legal": "Νομικά",
|
||||
@@ -745,11 +745,11 @@
|
||||
"report_notification.open": "Άνοιγμα αναφοράς",
|
||||
"search.no_recent_searches": "Καμία πρόσφατη αναζήτηση",
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.quick_action.account_search": "Προφίλ που ταιριάζουν με {x}",
|
||||
"search.quick_action.account_search": "Προφίλ που αντιστοιχούν με {x}",
|
||||
"search.quick_action.go_to_account": "Μετάβαση στο προφίλ {x}",
|
||||
"search.quick_action.go_to_hashtag": "Μετάβαση στην ετικέτα {x}",
|
||||
"search.quick_action.open_url": "Άνοιγμα διεύθυνσης URL στο Mastodon",
|
||||
"search.quick_action.status_search": "Αναρτήσεις που ταιριάζουν με {x}",
|
||||
"search.quick_action.status_search": "Αναρτήσεις που αντιστοιχούν με {x}",
|
||||
"search.search_or_paste": "Αναζήτηση ή εισαγωγή URL",
|
||||
"search_popout.full_text_search_disabled_message": "Μη διαθέσιμο στο {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Διαθέσιμο μόνο όταν συνδεθείς.",
|
||||
@@ -776,17 +776,17 @@
|
||||
"sign_in_banner.mastodon_is": "Το Mastodon είναι ο καλύτερος τρόπος για να συμβαδίσεις με τα γεγονότα.",
|
||||
"sign_in_banner.sign_in": "Σύνδεση",
|
||||
"sign_in_banner.sso_redirect": "Συνδεθείτε ή Εγγραφείτε",
|
||||
"status.admin_account": "Άνοιγμα διεπαφής συντονισμού για τον/την @{name}",
|
||||
"status.admin_domain": "Άνοιγμα λειτουργίας διαμεσολάβησης για {domain}",
|
||||
"status.admin_account": "Άνοιγμα διεπαφής συντονισμού για @{name}",
|
||||
"status.admin_domain": "Άνοιγμα διεπαφής συντονισμού για {domain}",
|
||||
"status.admin_status": "Άνοιγμα αυτής της ανάρτησης σε διεπαφή συντονισμού",
|
||||
"status.block": "Αποκλεισμός @{name}",
|
||||
"status.bookmark": "Σελιδοδείκτης",
|
||||
"status.cancel_reblog_private": "Ακύρωση ενίσχυσης",
|
||||
"status.cannot_reblog": "Αυτή η ανάρτηση δεν μπορεί να ενισχυθεί",
|
||||
"status.continued_thread": "Συνεχιζόμενο νήματος",
|
||||
"status.continued_thread": "Συνεχιζόμενο νήμα",
|
||||
"status.copy": "Αντιγραφή συνδέσμου ανάρτησης",
|
||||
"status.delete": "Διαγραφή",
|
||||
"status.detailed_status": "Προβολή λεπτομερούς συζήτησης",
|
||||
"status.detailed_status": "Προβολή λεπτομερούς συνομιλίας",
|
||||
"status.direct": "Ιδιωτική επισήμανση @{name}",
|
||||
"status.direct_indicator": "Ιδιωτική επισήμανση",
|
||||
"status.edit": "Επεξεργασία",
|
||||
@@ -802,9 +802,9 @@
|
||||
"status.media.open": "Κάνε κλικ για άνοιγμα",
|
||||
"status.media.show": "Κάνε κλικ για εμφάνιση",
|
||||
"status.media_hidden": "Κρυμμένο πολυμέσο",
|
||||
"status.mention": "Επισήμανε @{name}",
|
||||
"status.mention": "Επισήμανση @{name}",
|
||||
"status.more": "Περισσότερα",
|
||||
"status.mute": "Σίγαση σε @{name}",
|
||||
"status.mute": "Σίγαση @{name}",
|
||||
"status.mute_conversation": "Σίγαση συνομιλίας",
|
||||
"status.open": "Επέκταση ανάρτησης",
|
||||
"status.pin": "Καρφίτσωσε στο προφίλ",
|
||||
@@ -814,13 +814,13 @@
|
||||
"status.reblog_private": "Ενίσχυση με αρχική ορατότητα",
|
||||
"status.reblogged_by": "{name} προώθησε",
|
||||
"status.reblogs": "{count, plural, one {ενίσχυση} other {ενισχύσεις}}",
|
||||
"status.reblogs.empty": "Κανείς δεν ενίσχυσε αυτή την ανάρτηση ακόμα. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"status.reblogs.empty": "Κανείς δεν ενίσχυσε αυτή την ανάρτηση ακόμη. Μόλις το κάνει κάποιος, θα εμφανιστεί εδώ.",
|
||||
"status.redraft": "Σβήσε & ξαναγράψε",
|
||||
"status.remove_bookmark": "Αφαίρεση σελιδοδείκτη",
|
||||
"status.replied_in_thread": "Απαντήθηκε σε νήμα",
|
||||
"status.replied_to": "Απάντησε στον {name}",
|
||||
"status.replied_in_thread": "Απάντησε σε νήμα",
|
||||
"status.replied_to": "Απάντησε στον χρήστη {name}",
|
||||
"status.reply": "Απάντησε",
|
||||
"status.replyAll": "Απάντησε στο νήμα συζήτησης",
|
||||
"status.replyAll": "Απάντησε στο νήμα",
|
||||
"status.report": "Αναφορά @{name}",
|
||||
"status.sensitive_warning": "Ευαίσθητο περιεχόμενο",
|
||||
"status.share": "Κοινοποίηση",
|
||||
@@ -831,7 +831,7 @@
|
||||
"status.translate": "Μετάφραση",
|
||||
"status.translated_from_with": "Μεταφράστηκε από {lang} χρησιμοποιώντας {provider}",
|
||||
"status.uncached_media_warning": "Μη διαθέσιμη προεπισκόπηση",
|
||||
"status.unmute_conversation": "Αναίρεση σίγασης συνομιλίας",
|
||||
"status.unmute_conversation": "Άρση σίγασης συνομιλίας",
|
||||
"status.unpin": "Ξεκαρφίτσωσε από το προφίλ",
|
||||
"subscribed_languages.lead": "Μόνο αναρτήσεις σε επιλεγμένες γλώσσες θα εμφανίζονται στην αρχική σου και θα παραθέτονται ροές μετά την αλλαγή. Επέλεξε καμία για να λαμβάνεις αναρτήσεις σε όλες τις γλώσσες.",
|
||||
"subscribed_languages.save": "Αποθήκευση αλλαγών",
|
||||
@@ -885,5 +885,5 @@
|
||||
"video.mute": "Σίγαση ήχου",
|
||||
"video.pause": "Παύση",
|
||||
"video.play": "Αναπαραγωγή",
|
||||
"video.unmute": "Αναπαραγωγή ήχου"
|
||||
"video.unmute": "Άρση σίγασης ήχου"
|
||||
}
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
"confirmations.mute.confirm": "Mute",
|
||||
"confirmations.redraft.confirm": "Delete & redraft",
|
||||
"confirmations.redraft.message": "Are you sure you want to delete this post and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.",
|
||||
"confirmations.redraft.title": "Delete & redraft post?",
|
||||
"confirmations.redraft.title": "Delete and redraft post?",
|
||||
"confirmations.reply.confirm": "Reply",
|
||||
"confirmations.reply.message": "Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?",
|
||||
"confirmations.reply.title": "Overwrite post?",
|
||||
@@ -226,7 +226,7 @@
|
||||
"domain_block_modal.you_will_lose_num_followers": "You will lose {followersCount, plural, one {{followersCountDisplay} follower} other {{followersCountDisplay} followers}} and {followingCount, plural, one {{followingCountDisplay} person you follow} other {{followingCountDisplay} people you follow}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "You will lose all followers and people you follow from this server.",
|
||||
"domain_block_modal.you_wont_see_posts": "You won't see posts or notifications from users on this server.",
|
||||
"domain_pill.activitypub_lets_connect": "It lets you connect and interact with people not just on Mastodon, but across different social apps too.",
|
||||
"domain_pill.activitypub_lets_connect": "It lets you connect and interact with people, not just on Mastodon, but across different social apps too.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub is like the language Mastodon speaks with other social networks.",
|
||||
"domain_pill.server": "Server",
|
||||
"domain_pill.their_handle": "Their handle:",
|
||||
@@ -237,7 +237,7 @@
|
||||
"domain_pill.who_they_are": "Since handles say who someone is and where they are, you can interact with people across the social web of <button>ActivityPub-powered platforms</button>.",
|
||||
"domain_pill.who_you_are": "Because your handle says who you are and where you are, people can interact with you across the social web of <button>ActivityPub-powered platforms</button>.",
|
||||
"domain_pill.your_handle": "Your handle:",
|
||||
"domain_pill.your_server": "Your digital home, where all of your posts live. Don’t like this one? Transfer servers at any time and bring your followers, too.",
|
||||
"domain_pill.your_server": "Your digital home, where all of your posts live. Don’t like this one? Transfer servers at any time and bring your followers too.",
|
||||
"domain_pill.your_username": "Your unique identifier on this server. It’s possible to find users with the same username on different servers.",
|
||||
"embed.instructions": "Embed this post on your website by copying the code below.",
|
||||
"embed.preview": "Here is what it will look like:",
|
||||
@@ -256,7 +256,7 @@
|
||||
"emoji_button.search_results": "Search results",
|
||||
"emoji_button.symbols": "Symbols",
|
||||
"emoji_button.travel": "Travel & Places",
|
||||
"empty_column.account_hides_collections": "This user has chosen to not make this information available",
|
||||
"empty_column.account_hides_collections": "This user has chosen not to make this information available",
|
||||
"empty_column.account_suspended": "Account suspended",
|
||||
"empty_column.account_timeline": "No posts here!",
|
||||
"empty_column.account_unavailable": "Profile unavailable",
|
||||
@@ -275,7 +275,7 @@
|
||||
"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.notification_requests": "All clear! There is nothing here. When you receive new notifications, they will appear here according to your settings.",
|
||||
"empty_column.notification_requests": "All clear! There is nothing here. When you receive new notifications, they will appear here, according to your settings.",
|
||||
"empty_column.notifications": "You don't have any notifications yet. When other people interact with you, you will see it here.",
|
||||
"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.",
|
||||
@@ -488,7 +488,7 @@
|
||||
"navigation_bar.followed_tags": "Followed hashtags",
|
||||
"navigation_bar.follows_and_followers": "Follows and followers",
|
||||
"navigation_bar.lists": "Lists",
|
||||
"navigation_bar.logout": "Logout",
|
||||
"navigation_bar.logout": "Log out",
|
||||
"navigation_bar.moderation": "Moderation",
|
||||
"navigation_bar.mutes": "Muted users",
|
||||
"navigation_bar.opened_in_classic_interface": "Posts, accounts, and other specific pages are opened by default in the classic web interface.",
|
||||
@@ -528,7 +528,7 @@
|
||||
"notification.moderation_warning.action_silence": "Your account has been limited.",
|
||||
"notification.moderation_warning.action_suspend": "Your account has been suspended.",
|
||||
"notification.own_poll": "Your poll has ended",
|
||||
"notification.poll": "A poll you voted in has ended",
|
||||
"notification.poll": "A poll in which you voted has ended",
|
||||
"notification.reblog": "{name} boosted your post",
|
||||
"notification.reblog.name_and_others_with_link": "{name} and <a>{count, plural, one {# other} other {# others}}</a> boosted your post",
|
||||
"notification.relationships_severance_event": "Lost connections with {name}",
|
||||
@@ -553,7 +553,7 @@
|
||||
"notification_requests.explainer_for_limited_account": "Notifications from this account have been filtered because the account has been limited by a moderator.",
|
||||
"notification_requests.explainer_for_limited_remote_account": "Notifications from this account have been filtered because the account or its server has been limited by a moderator.",
|
||||
"notification_requests.maximize": "Maximise",
|
||||
"notification_requests.minimize_banner": "Minimize filtered notifications banner",
|
||||
"notification_requests.minimize_banner": "Minimise filtered notifications banner",
|
||||
"notification_requests.notifications_from": "Notifications from {name}",
|
||||
"notification_requests.title": "Filtered notifications",
|
||||
"notification_requests.view": "View notifications",
|
||||
@@ -602,11 +602,11 @@
|
||||
"notifications.policy.filter_limited_accounts_title": "Moderated accounts",
|
||||
"notifications.policy.filter_new_accounts.hint": "Created within the past {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_new_accounts_title": "New accounts",
|
||||
"notifications.policy.filter_not_followers_hint": "Including people who have been following you fewer than {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_not_followers_hint": "Including people who have been following you for fewer than {days, plural, one {one day} other {# days}}",
|
||||
"notifications.policy.filter_not_followers_title": "People not following you",
|
||||
"notifications.policy.filter_not_following_hint": "Until you manually approve them",
|
||||
"notifications.policy.filter_not_following_title": "People you don't follow",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtered unless it's in reply to your own mention or if you follow the sender",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtered, unless it's in reply to your own mention, or if you follow the sender",
|
||||
"notifications.policy.filter_private_mentions_title": "Unsolicited private mentions",
|
||||
"notifications.policy.title": "Manage notifications from…",
|
||||
"notifications_permission_banner.enable": "Enable desktop notifications",
|
||||
@@ -769,10 +769,10 @@
|
||||
"server_banner.about_active_users": "People using this server during the last 30 days (Monthly Active Users)",
|
||||
"server_banner.active_users": "active users",
|
||||
"server_banner.administered_by": "Administered by:",
|
||||
"server_banner.is_one_of_many": "{domain} is one of the many independent Mastodon servers you can use to participate in the fediverse.",
|
||||
"server_banner.is_one_of_many": "{domain} is one of the many independent Mastodon servers you can use to participate in the Fediverse.",
|
||||
"server_banner.server_stats": "Server stats:",
|
||||
"sign_in_banner.create_account": "Create account",
|
||||
"sign_in_banner.follow_anyone": "Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.",
|
||||
"sign_in_banner.follow_anyone": "Follow anyone across the Fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.",
|
||||
"sign_in_banner.mastodon_is": "Mastodon is the best way to keep up with what's happening.",
|
||||
"sign_in_banner.sign_in": "Sign in",
|
||||
"sign_in_banner.sso_redirect": "Login or Register",
|
||||
|
||||
@@ -462,7 +462,7 @@
|
||||
"loading_indicator.label": "Ŝargado…",
|
||||
"media_gallery.hide": "Kaŝi",
|
||||
"moved_to_account_banner.text": "Via konto {disabledAccount} estas malvalidigita ĉar vi movis ĝin al {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Kaŝi de sciigoj",
|
||||
"mute_modal.hide_from_notifications": "Kaŝi el sciigoj",
|
||||
"mute_modal.hide_options": "Kaŝi agordojn",
|
||||
"mute_modal.indefinite": "Ĝis mi malsilentas ilin",
|
||||
"mute_modal.show_options": "Montri agordojn",
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
"bundle_column_error.network.title": "Error de red",
|
||||
"bundle_column_error.retry": "Intentá de nuevo",
|
||||
"bundle_column_error.return": "Volver al inicio",
|
||||
"bundle_column_error.routing.body": "No se pudo encontrar la página solicitada. ¿Estás seguro que la dirección web es correcta?",
|
||||
"bundle_column_error.routing.body": "No se pudo encontrar la página solicitada. ¿La dirección web es correcta?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Cerrar",
|
||||
"bundle_modal_error.message": "Algo salió mal al cargar este componente.",
|
||||
@@ -141,9 +141,9 @@
|
||||
"column_header.show_settings": "Mostrar configuración",
|
||||
"column_header.unpin": "Dejar de fijar",
|
||||
"column_subheading.settings": "Configuración",
|
||||
"community.column_settings.local_only": "Sólo local",
|
||||
"community.column_settings.media_only": "Sólo medios",
|
||||
"community.column_settings.remote_only": "Sólo remoto",
|
||||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo medios",
|
||||
"community.column_settings.remote_only": "Solo remoto",
|
||||
"compose.language.change": "Cambiar idioma",
|
||||
"compose.language.search": "Buscar idiomas…",
|
||||
"compose.published.body": "Mensaje publicado.",
|
||||
@@ -151,7 +151,7 @@
|
||||
"compose.saved.body": "Mensaje guardado.",
|
||||
"compose_form.direct_message_warning_learn_more": "Aprendé más",
|
||||
"compose_form.encryption_warning": "Los mensajes en Mastodon no están cifrados de extremo a extremo. No compartas ninguna información sensible al usar Mastodon.",
|
||||
"compose_form.hashtag_warning": "Este mensaje no se mostrará bajo ninguna etiqueta porque no es público. Sólo los mensajes públicos se pueden buscar por etiquetas.",
|
||||
"compose_form.hashtag_warning": "Este mensaje no se mostrará bajo ninguna etiqueta porque no es público. Solo los mensajes públicos se pueden buscar por etiquetas.",
|
||||
"compose_form.lock_disclaimer": "Tu cuenta no es {locked}. Todos pueden seguirte para ver tus mensajes marcados como \"Sólo para seguidores\".",
|
||||
"compose_form.lock_disclaimer.lock": "privada",
|
||||
"compose_form.placeholder": "¿Qué onda?",
|
||||
@@ -172,28 +172,28 @@
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Eliminar",
|
||||
"confirmations.delete.message": "¿Estás seguro que querés eliminar este mensaje?",
|
||||
"confirmations.delete.message": "¿De verdad querés eliminar este mensaje?",
|
||||
"confirmations.delete.title": "¿Eliminar mensaje?",
|
||||
"confirmations.delete_list.confirm": "Eliminar",
|
||||
"confirmations.delete_list.message": "¿Estás seguro que querés eliminar permanentemente esta lista?",
|
||||
"confirmations.delete_list.message": "¿De verdad querés eliminar permanentemente esta lista?",
|
||||
"confirmations.delete_list.title": "¿Eliminar lista?",
|
||||
"confirmations.discard_edit_media.confirm": "Descartar",
|
||||
"confirmations.discard_edit_media.message": "Tenés cambios sin guardar en la descripción de medios o en la vista previa, ¿querés descartarlos de todos modos?",
|
||||
"confirmations.edit.confirm": "Editar",
|
||||
"confirmations.edit.message": "Editar ahora sobreescribirá el mensaje que estás redactando actualmente. ¿Estás seguro que querés seguir?",
|
||||
"confirmations.edit.message": "Editar ahora sobreescribirá el mensaje que estás redactando actualmente. ¿De verdad querés seguir?",
|
||||
"confirmations.edit.title": "¿Sobrescribir mensaje?",
|
||||
"confirmations.logout.confirm": "Cerrar sesión",
|
||||
"confirmations.logout.message": "¿Estás seguro que querés cerrar la sesión?",
|
||||
"confirmations.logout.message": "¿De verdad querés cerrar la sesión?",
|
||||
"confirmations.logout.title": "¿Cerrar sesión?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.redraft.confirm": "Eliminar mensaje original y editarlo",
|
||||
"confirmations.redraft.message": "¿Estás seguro que querés eliminar este mensaje y volver a editarlo? Se perderán las veces marcadas como favorito y sus adhesiones, y las respuestas al mensaje original quedarán huérfanas.",
|
||||
"confirmations.redraft.message": "¿De verdad querés eliminar este mensaje y volver a editarlo? Se perderán las veces marcadas como favorito y sus adhesiones, y las respuestas al mensaje original quedarán huérfanas.",
|
||||
"confirmations.redraft.title": "¿Eliminar y volver a redactar mensaje?",
|
||||
"confirmations.reply.confirm": "Responder",
|
||||
"confirmations.reply.message": "Responder ahora sobreescribirá el mensaje que estás redactando actualmente. ¿Estás seguro que querés seguir?",
|
||||
"confirmations.reply.message": "Responder ahora sobreescribirá el mensaje que estás redactando actualmente. ¿De verdad querés seguir?",
|
||||
"confirmations.reply.title": "¿Sobrescribir mensaje?",
|
||||
"confirmations.unfollow.confirm": "Dejar de seguir",
|
||||
"confirmations.unfollow.message": "¿Estás seguro que querés dejar de seguir a {name}?",
|
||||
"confirmations.unfollow.message": "¿De verdad querés dejar de seguir a {name}?",
|
||||
"confirmations.unfollow.title": "¿Dejar de seguir al usuario?",
|
||||
"content_warning.hide": "Ocultar mensaje",
|
||||
"content_warning.show": "Mostrar de todos modos",
|
||||
@@ -206,7 +206,7 @@
|
||||
"copypaste.copied": "Copiado",
|
||||
"copypaste.copy_to_clipboard": "Copiar al portapapeles",
|
||||
"directory.federated": "Desde fediverso conocido",
|
||||
"directory.local": "Sólo de {domain}",
|
||||
"directory.local": "Solo de {domain}",
|
||||
"directory.new_arrivals": "Recién llegados",
|
||||
"directory.recently_active": "Recientemente activos",
|
||||
"disabled_account_banner.account_settings": "Config. de la cuenta",
|
||||
@@ -541,10 +541,10 @@
|
||||
"notification_requests.accept": "Aceptar",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Aceptar # solicitud…} other {Aceptar # solicitudes…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Aceptar solicitud} other {Aceptar solicitudes}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "Estás a punto de aceptar {count, plural, one {una solicitud} other {# solicitudes}}. ¿Estás seguro de que querés continuar?",
|
||||
"notification_requests.confirm_accept_multiple.message": "Estás a punto de aceptar {count, plural, one {una solicitud} other {# solicitudes}}. ¿De verdad querés continuar?",
|
||||
"notification_requests.confirm_accept_multiple.title": "¿Aceptar solicitudes de notificación?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Descartar solicitud} other {Descartar solicitudes}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Estás a punto de descartar {count, plural, one {una solicitud} other {# solicitudes}}. No vas a poder acceder fácilmente a {count, plural, one {ella} other {ellas}} de nuevo. ¿Estás seguro de que querés continuar?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Estás a punto de descartar {count, plural, one {una solicitud} other {# solicitudes}}. No vas a poder acceder fácilmente a {count, plural, one {ella} other {ellas}} de nuevo. ¿De verdad querés continuar?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "¿Descartar solicitudes de notificación?",
|
||||
"notification_requests.dismiss": "Descartar",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Descartar # solicitud…} other {Descartar # solicitudes…}}",
|
||||
@@ -558,7 +558,7 @@
|
||||
"notification_requests.title": "Notificaciones filtradas",
|
||||
"notification_requests.view": "Ver notificaciones",
|
||||
"notifications.clear": "Limpiar notificaciones",
|
||||
"notifications.clear_confirmation": "¿Estás seguro que querés limpiar todas tus notificaciones permanentemente?",
|
||||
"notifications.clear_confirmation": "¿De verdad querés limpiar todas tus notificaciones permanentemente?",
|
||||
"notifications.clear_title": "¿Limpiar notificaciones?",
|
||||
"notifications.column_settings.admin.report": "Nuevas denuncias:",
|
||||
"notifications.column_settings.admin.sign_up": "Nuevos registros:",
|
||||
@@ -657,10 +657,10 @@
|
||||
"poll.refresh": "Refrescar",
|
||||
"poll.reveal": "Ver resultados",
|
||||
"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.voted": "Votaste esta opción",
|
||||
"poll.votes": "{votes, plural, one {# voto} other {# votos}}",
|
||||
"poll.votes": "{votes, plural, one {voto} other {votos}}",
|
||||
"poll_button.add_poll": "Agregar encuesta",
|
||||
"poll_button.remove_poll": "Quitar encuesta",
|
||||
"privacy.change": "Configurar privacidad del mensaje",
|
||||
@@ -672,7 +672,7 @@
|
||||
"privacy.public.short": "Público",
|
||||
"privacy.unlisted.additional": "Esto se comporta exactamente igual que con la configuración de privacidad de mensaje «Público», excepto que el mensaje no aparecerá en las líneas temporales en vivo, ni en las etiquetas, ni en la línea temporal «Explorá», ni en la búsqueda de Mastodon; incluso si optaste por hacer tu cuenta visible.",
|
||||
"privacy.unlisted.long": "Menos fanfarrias algorítmicas",
|
||||
"privacy.unlisted.short": "Público silencioso",
|
||||
"privacy.unlisted.short": "Público pero silencioso",
|
||||
"privacy_policy.last_updated": "Última actualización: {date}",
|
||||
"privacy_policy.title": "Política de privacidad",
|
||||
"recommended": "Opción recomendada",
|
||||
@@ -833,7 +833,7 @@
|
||||
"status.uncached_media_warning": "Previsualización no disponible",
|
||||
"status.unmute_conversation": "Dejar de silenciar conversación",
|
||||
"status.unpin": "Dejar de fijar",
|
||||
"subscribed_languages.lead": "Después del cambio, sólo los mensajes en los idiomas seleccionados aparecerán en tu línea temporal Principal y en las líneas de tiempo de lista. No seleccionés ningún idioma para poder recibir mensajes en todos los idiomas.",
|
||||
"subscribed_languages.lead": "Después del cambio, solo los mensajes en los idiomas seleccionados aparecerán en tu línea temporal Principal y en las líneas de tiempo de lista. No seleccionés ningún idioma para poder recibir mensajes en todos los idiomas.",
|
||||
"subscribed_languages.save": "Guardar cambios",
|
||||
"subscribed_languages.target": "Cambiar idiomas suscritos para {target}",
|
||||
"tabs_bar.home": "Principal",
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
"account.in_memoriam": "En memoria.",
|
||||
"account.joined_short": "Se unió",
|
||||
"account.languages": "Cambiar idiomas suscritos",
|
||||
"account.link_verified_on": "El proprietario de este enlace fue comprobado el {date}",
|
||||
"account.locked_info": "El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
|
||||
"account.link_verified_on": "Se verificó la propiedad de este enlace el {date}",
|
||||
"account.locked_info": "El estado de privacidad de esta cuenta está configurado como bloqueado. El propietario revisa manualmente quién puede seguirlo.",
|
||||
"account.media": "Multimedia",
|
||||
"account.mention": "Mencionar a @{name}",
|
||||
"account.moved_to": "{name} ha indicado que su nueva cuenta es ahora:",
|
||||
@@ -71,7 +71,7 @@
|
||||
"account.unmute": "Dejar de silenciar a @{name}",
|
||||
"account.unmute_notifications_short": "Dejar de silenciar notificaciones",
|
||||
"account.unmute_short": "Dejar de silenciar",
|
||||
"account_note.placeholder": "Haz clic para agregar una nota",
|
||||
"account_note.placeholder": "Haz clic para añadir una nota",
|
||||
"admin.dashboard.daily_retention": "Tasa de retención de usuarios por día después de unirse",
|
||||
"admin.dashboard.monthly_retention": "Tasa de retención de usuarios por mes después de unirse",
|
||||
"admin.dashboard.retention.average": "Promedio",
|
||||
@@ -125,21 +125,21 @@
|
||||
"column.directory": "Buscar perfiles",
|
||||
"column.domain_blocks": "Dominios ocultados",
|
||||
"column.favourites": "Favoritos",
|
||||
"column.firehose": "Cronologías",
|
||||
"column.firehose": "Cronologías en vivo",
|
||||
"column.follow_requests": "Solicitudes de seguimiento",
|
||||
"column.home": "Inicio",
|
||||
"column.lists": "Listas",
|
||||
"column.mutes": "Usuarios silenciados",
|
||||
"column.notifications": "Notificaciones",
|
||||
"column.pins": "Publicaciones fijadas",
|
||||
"column.public": "Línea de tiempo federada",
|
||||
"column.public": "Cronología federada",
|
||||
"column_back_button.label": "Atrás",
|
||||
"column_header.hide_settings": "Ocultar configuración",
|
||||
"column_header.moveLeft_settings": "Mover columna a la izquierda",
|
||||
"column_header.moveRight_settings": "Mover columna a la derecha",
|
||||
"column_header.pin": "Fijar",
|
||||
"column_header.show_settings": "Mostrar ajustes",
|
||||
"column_header.unpin": "Desfijar",
|
||||
"column_header.unpin": "Dejar de fijar",
|
||||
"column_subheading.settings": "Ajustes",
|
||||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo media",
|
||||
@@ -172,7 +172,7 @@
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Eliminar",
|
||||
"confirmations.delete.message": "¿Estás seguro de que quieres borrar esta publicación?",
|
||||
"confirmations.delete.message": "¿Estás seguro de que quieres eliminar esta publicación?",
|
||||
"confirmations.delete.title": "¿Deseas eliminar la publicación?",
|
||||
"confirmations.delete_list.confirm": "Eliminar",
|
||||
"confirmations.delete_list.message": "¿Estás seguro de que quieres eliminar esta lista de forma permanente?",
|
||||
@@ -186,9 +186,9 @@
|
||||
"confirmations.logout.message": "¿Estás seguro de que quieres cerrar la sesión?",
|
||||
"confirmations.logout.title": "¿Deseas cerrar sesión?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.redraft.confirm": "Borrar y volver a borrador",
|
||||
"confirmations.redraft.message": "¿Estás seguro de que quieres borrar esta publicación y editarla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán separadas.",
|
||||
"confirmations.redraft.title": "¿Deseas borrar y volver a redactar la publicación?",
|
||||
"confirmations.redraft.confirm": "Eliminar y volver a redactar",
|
||||
"confirmations.redraft.message": "¿Estás seguro de que quieres eliminar esta publicación y volver a redactarla? Se perderán tanto los «Me gusta» como los impulsos, y las respuestas a la publicación original quedarán sin referencia.",
|
||||
"confirmations.redraft.title": "¿Deseas eliminar y volver a redactar la publicación?",
|
||||
"confirmations.reply.confirm": "Responder",
|
||||
"confirmations.reply.message": "Responder sobrescribirá el mensaje que estás escribiendo. ¿Estás seguro de que deseas continuar?",
|
||||
"confirmations.reply.title": "¿Deseas sobreescribir la publicación?",
|
||||
@@ -198,7 +198,7 @@
|
||||
"content_warning.hide": "Ocultar publicación",
|
||||
"content_warning.show": "Mostrar de todos modos",
|
||||
"content_warning.show_more": "Mostrar más",
|
||||
"conversation.delete": "Borrar conversación",
|
||||
"conversation.delete": "Eliminar conversación",
|
||||
"conversation.mark_as_read": "Marcar como leído",
|
||||
"conversation.open": "Ver conversación",
|
||||
"conversation.with": "Con {names}",
|
||||
@@ -226,7 +226,7 @@
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vas a perder {followersCount, plural, one {{followersCountDisplay} seguidor} other {{followersCountDisplay} seguidores}} y {followingCount, plural, one {{followingCountDisplay} persona a la que sigues} other {{followingCountDisplay} personas a las que sigas}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderás todos los seguidores y las personas que sigues de este servidor.",
|
||||
"domain_block_modal.you_wont_see_posts": "No verás publicaciones ni notificaciones de usuarios en este servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Te permite conectar e interactuar con personas no sólo en Mastodon, sino también a través de diferentes aplicaciones sociales.",
|
||||
"domain_pill.activitypub_lets_connect": "Te permite conectarte e interactuar con personas no solo en Mastodon, sino también en diferentes aplicaciones sociales.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub es como el idioma que Mastodon habla con otras redes sociales.",
|
||||
"domain_pill.server": "Servidor",
|
||||
"domain_pill.their_handle": "Su alias:",
|
||||
@@ -242,7 +242,7 @@
|
||||
"embed.instructions": "Añade esta publicación a tu sitio web con el siguiente código.",
|
||||
"embed.preview": "Así es como se verá:",
|
||||
"emoji_button.activity": "Actividad",
|
||||
"emoji_button.clear": "Borrar",
|
||||
"emoji_button.clear": "Eliminar",
|
||||
"emoji_button.custom": "Personalizado",
|
||||
"emoji_button.flags": "Marcas",
|
||||
"emoji_button.food": "Comida y bebida",
|
||||
@@ -263,7 +263,7 @@
|
||||
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
||||
"empty_column.bookmarked_statuses": "Aún no tienes ninguna publicación guardada como marcador. Cuando guardes una, se mostrará aquí.",
|
||||
"empty_column.community": "La cronología local está vacía. ¡Escribe algo públicamente para ponerla en marcha!",
|
||||
"empty_column.direct": "Aún no tienes menciones privadas. Cuando envíes o recibas una, aparecerán aquí.",
|
||||
"empty_column.direct": "Aún no tienes ninguna mención privada. Cuando envíes o recibas una, aparecerá aquí.",
|
||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||
"empty_column.explore_statuses": "Nada es tendencia en este momento. ¡Revisa más tarde!",
|
||||
"empty_column.favourited_statuses": "Todavía no tienes publicaciones favoritas. Cuando le des favorito a una publicación se mostrarán acá.",
|
||||
@@ -290,9 +290,9 @@
|
||||
"explore.trending_links": "Noticias",
|
||||
"explore.trending_statuses": "Publicaciones",
|
||||
"explore.trending_tags": "Etiquetas",
|
||||
"filter_modal.added.context_mismatch_explanation": "Esta categoría de filtro no se aplica al contexto en el que has accedido a esta publlicación. Si quieres que la publicación sea filtrada también en este contexto, tendrás que editar el filtro.",
|
||||
"filter_modal.added.context_mismatch_explanation": "Esta categoría de filtro no se aplica al contexto en el que has accedido a esta publicación. Si deseas que la publicación también se filtre en este contexto, tendrás que editar el filtro.",
|
||||
"filter_modal.added.context_mismatch_title": "¡El contexto no coincide!",
|
||||
"filter_modal.added.expired_explanation": "Esta categoría de filtro ha caducado, necesitaras cambiar la fecha de caducidad para que se aplique.",
|
||||
"filter_modal.added.expired_explanation": "Esta categoría de filtro ha caducado; deberás cambiar la fecha de caducidad para que se aplique.",
|
||||
"filter_modal.added.expired_title": "¡Filtro expirado!",
|
||||
"filter_modal.added.review_and_configure": "Para revisar y configurar esta categoría de filtros, vaya a {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Ajustes de filtro",
|
||||
@@ -381,7 +381,7 @@
|
||||
"ignore_notifications_modal.new_accounts_title": "¿Ignorar notificaciones de cuentas nuevas?",
|
||||
"ignore_notifications_modal.not_followers_title": "¿Ignorar notificaciones de personas que no te siguen?",
|
||||
"ignore_notifications_modal.not_following_title": "¿Ignorar notificaciones de personas a las que no sigues?",
|
||||
"ignore_notifications_modal.private_mentions_title": "¿Ignorar notificaciones de menciones privadas no solicitadas?",
|
||||
"ignore_notifications_modal.private_mentions_title": "¿Ignorar las notificaciones de menciones privadas no solicitadas?",
|
||||
"interaction_modal.description.favourite": "Con una cuenta en Mastodon, puedes marcar como favorita esta publicación para que el autor sepa que te gusta, y guardala para más adelante.",
|
||||
"interaction_modal.description.follow": "Con una cuenta en Mastodon, puedes seguir {name} para recibir sus publicaciones en tu fuente de inicio.",
|
||||
"interaction_modal.description.reblog": "Con una cuenta en Mastodon, puedes impulsar esta publicación para compartirla con tus propios seguidores.",
|
||||
@@ -446,7 +446,7 @@
|
||||
"link_preview.shares": "{count, plural, one {{counter} publicación} other {{counter} publicaciones}}",
|
||||
"lists.account.add": "Añadir a lista",
|
||||
"lists.account.remove": "Quitar de lista",
|
||||
"lists.delete": "Borrar lista",
|
||||
"lists.delete": "Eliminar lista",
|
||||
"lists.edit": "Editar lista",
|
||||
"lists.edit.submit": "Cambiar título",
|
||||
"lists.exclusive": "Ocultar estas publicaciones en inicio",
|
||||
@@ -504,7 +504,7 @@
|
||||
"notification.admin.report_account_other": "{name} reportó {count, plural, one {una publicación} other {# publicaciones}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} reportó {target} por {category}",
|
||||
"notification.admin.report_statuses_other": "{name} reportó {target}",
|
||||
"notification.admin.sign_up": "{name} se unio",
|
||||
"notification.admin.sign_up": "{name} se registró",
|
||||
"notification.admin.sign_up.name_and_others": "{name} y {count, plural, one {# otro} other {# otros}} se registraron",
|
||||
"notification.favourite": "{name} marcó como favorita tu publicación",
|
||||
"notification.favourite.name_and_others_with_link": "{name} y <a>{count, plural, one {# otro} other {# otros}}</a> marcaron tu publicación como favorita",
|
||||
@@ -558,7 +558,7 @@
|
||||
"notification_requests.title": "Notificaciones filtradas",
|
||||
"notification_requests.view": "Ver notificaciones",
|
||||
"notifications.clear": "Limpiar notificaciones",
|
||||
"notifications.clear_confirmation": "¿Seguro de querer borrar permanentemente todas tus notificaciones?",
|
||||
"notifications.clear_confirmation": "¿Estás seguro de que quieres eliminar definitivamente todas tus notificaciones?",
|
||||
"notifications.clear_title": "¿Limpiar notificaciones?",
|
||||
"notifications.column_settings.admin.report": "Nuevas denuncias:",
|
||||
"notifications.column_settings.admin.sign_up": "Registros nuevos:",
|
||||
@@ -606,7 +606,7 @@
|
||||
"notifications.policy.filter_not_followers_title": "Personas que no te siguen",
|
||||
"notifications.policy.filter_not_following_hint": "Hasta que las apruebes manualmente",
|
||||
"notifications.policy.filter_not_following_title": "Personas que no sigues",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtrada, a menos que sea en respuesta a tu propia mención, o si sigues al remitente",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtradas a menos que sea una respuesta a tu propia mención o si sigues al remitente",
|
||||
"notifications.policy.filter_private_mentions_title": "Menciones privadas no solicitadas",
|
||||
"notifications.policy.title": "Gestionar notificaciones de…",
|
||||
"notifications_permission_banner.enable": "Habilitar notificaciones de escritorio",
|
||||
@@ -620,9 +620,9 @@
|
||||
"onboarding.follows.empty": "Desafortunadamente, no se pueden mostrar resultados en este momento. Puedes intentar usar la búsqueda o navegar por la página de exploración para encontrar gente a la que seguir, o inténtalo de nuevo más tarde.",
|
||||
"onboarding.follows.lead": "Tienes que personalizar tu inicio. Cuantas más personas sigas, más activo e interesante será. Estos perfiles pueden ser un buen punto de partida, ¡pero siempre puedes dejar de seguirlos más adelante!",
|
||||
"onboarding.follows.title": "Popular en Mastodon",
|
||||
"onboarding.profile.discoverable": "Make my profile discoverable",
|
||||
"onboarding.profile.discoverable_hint": "Cuando aceptas ser descubierto en Mastodon, tus publicaciones pueden aparecer en resultados de búsqueda y tendencias, y tu perfil puede ser sugerido a personas con intereses similares a los tuyos.",
|
||||
"onboarding.profile.display_name": "Nombre a mostrar",
|
||||
"onboarding.profile.discoverable": "Hacer que mi perfil aparezca en búsquedas",
|
||||
"onboarding.profile.discoverable_hint": "Cuando permites que tu perfil aparezca en búsquedas en Mastodon, tus publicaciones pueden aparecer en los resultados de búsqueda y en las tendencias, y tu perfil puede ser sugerido a personas con intereses similares a los tuyos.",
|
||||
"onboarding.profile.display_name": "Nombre para mostrar",
|
||||
"onboarding.profile.display_name_hint": "Tu nombre completo o tu apodo…",
|
||||
"onboarding.profile.lead": "Siempre puedes completar esto más tarde en los ajustes, donde hay aún más opciones de personalización disponibles.",
|
||||
"onboarding.profile.note": "Biografía",
|
||||
@@ -630,7 +630,7 @@
|
||||
"onboarding.profile.save_and_continue": "Guardar y continuar",
|
||||
"onboarding.profile.title": "Configuración del perfil",
|
||||
"onboarding.profile.upload_avatar": "Subir foto de perfil",
|
||||
"onboarding.profile.upload_header": "Subir foto de cabecera",
|
||||
"onboarding.profile.upload_header": "Subir encabezado de perfil",
|
||||
"onboarding.share.lead": "¡Dile a la gente cómo te pueden encontrar en Mastodon!",
|
||||
"onboarding.share.message": "¡Soy {username} en #Mastodon! Ven a seguirme en {url}",
|
||||
"onboarding.share.next_steps": "Posibles siguientes pasos:",
|
||||
@@ -650,7 +650,7 @@
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>¿Sabías que?</strong> Como Mastodon es descentralizado, algunos perfiles que encuentras están alojados en servidores distintos del tuyo. Y sin embargo, ¡puedes interactuar con ellos! ¡Su servidor corresponde a la segunda mitad de su nombre de usuario!",
|
||||
"onboarding.tips.migration": "<strong>¿Sabías que?</strong> Si sientes que {domain} no es una gran elección de servidor para ti en el futuro, puedes moverte a otro servidor de Mastodon sin perder a tus seguidores. ¡Incluso puedes alojar tu propio servidor!",
|
||||
"onboarding.tips.verification": "<strong>¿Sabías que?</strong> Puedes verificar tu cuenta poniendo un enlace a tu perfil de Mastodon en su propio sitio web y añadiendo el sitio web a su perfil. ¡Sin necesidad de comisiones ni documentos!",
|
||||
"password_confirmation.exceeds_maxlength": "La contraseña de confirmación excede la longitud máxima de la contraseña",
|
||||
"password_confirmation.exceeds_maxlength": "La contraseña de confirmación supera la longitud máxima permitida",
|
||||
"password_confirmation.mismatching": "La contraseña de confirmación no coincide",
|
||||
"picture_in_picture.restore": "Restaurar",
|
||||
"poll.closed": "Cerrada",
|
||||
@@ -666,11 +666,11 @@
|
||||
"privacy.change": "Ajustar privacidad",
|
||||
"privacy.direct.long": "Todos los mencionados en la publicación",
|
||||
"privacy.direct.short": "Personas específicas",
|
||||
"privacy.private.long": "Sólo tus seguidores",
|
||||
"privacy.private.long": "Solo tus seguidores",
|
||||
"privacy.private.short": "Seguidores",
|
||||
"privacy.public.long": "Cualquiera dentro y fuera de Mastodon",
|
||||
"privacy.public.short": "Público",
|
||||
"privacy.unlisted.additional": "Esto se comporta exactamente igual que el público, excepto que el post no aparecerá en las cronologías en directo o en las etiquetas, la exploración o busquedas en Mastodon, incluso si está optado por activar la cuenta de usuario.",
|
||||
"privacy.unlisted.additional": "Esto funciona exactamente igual que «público», excepto que la publicación no aparecerá en las transmisiones en vivo ni en las etiquetas, en «explorar» ni en la búsqueda de Mastodon, incluso si has optado por ello en toda tu cuenta.",
|
||||
"privacy.unlisted.long": "Menos fanfares algorítmicos",
|
||||
"privacy.unlisted.short": "Pública, pero discreta",
|
||||
"privacy_policy.last_updated": "Actualizado por última vez {date}",
|
||||
@@ -682,7 +682,7 @@
|
||||
"relative_time.days": "{number} d",
|
||||
"relative_time.full.days": "{number, plural, one {# día} other {# días hace}}",
|
||||
"relative_time.full.hours": "{number, plural, one {# hora} other {# horas}} hace",
|
||||
"relative_time.full.just_now": "justo ahora",
|
||||
"relative_time.full.just_now": "ahora mismo",
|
||||
"relative_time.full.minutes": "Hace {number, plural, one {# minute} other {# minutos}}",
|
||||
"relative_time.full.seconds": "Hace {number, plural, one {# second} other {# segundos}}",
|
||||
"relative_time.hours": "{number} h",
|
||||
@@ -694,7 +694,7 @@
|
||||
"reply_indicator.cancel": "Cancelar",
|
||||
"reply_indicator.poll": "Encuesta",
|
||||
"report.block": "Bloquear",
|
||||
"report.block_explanation": "No veras sus publicaciones. No podrán ver tus publicaciones ni seguirte. Podrán saber que están bloqueados.",
|
||||
"report.block_explanation": "No verás sus publicaciones. Ellos no podrán ver tus publicaciones ni seguirte. Podrán saber que están bloqueados.",
|
||||
"report.categories.legal": "Legal",
|
||||
"report.categories.other": "Otro",
|
||||
"report.categories.spam": "Spam",
|
||||
@@ -706,9 +706,9 @@
|
||||
"report.close": "Realizado",
|
||||
"report.comment.title": "¿Hay algo más que creas que deberíamos saber?",
|
||||
"report.forward": "Reenviar a {target}",
|
||||
"report.forward_hint": "Esta cuenta es de otro servidor. ¿Enviar una copia anonimizada del informe allí también?",
|
||||
"report.forward_hint": "La cuenta es de otro servidor. ¿Enviar también una copia anónima del informe allí?",
|
||||
"report.mute": "Silenciar",
|
||||
"report.mute_explanation": "No veras sus publiaciones. Todavía pueden seguirte y ver tus publicaciones y no sabrán que están silenciados.",
|
||||
"report.mute_explanation": "No verás sus publicaciones. Todavía pueden seguirte y ver tus publicaciones y no sabrán que están silenciados.",
|
||||
"report.next": "Siguiente",
|
||||
"report.placeholder": "Comentarios adicionales",
|
||||
"report.reasons.dislike": "No me gusta",
|
||||
@@ -732,7 +732,7 @@
|
||||
"report.thanks.title": "¿No quieres ver esto?",
|
||||
"report.thanks.title_actionable": "Gracias por denunciar, revisaremos esto.",
|
||||
"report.unfollow": "Dejar de seguir @{name}",
|
||||
"report.unfollow_explanation": "Estás siguiendo esta cuenta. Para no ver sus publicaciones en tu inicio, deja de seguirla.",
|
||||
"report.unfollow_explanation": "Estás siguiendo esta cuenta. Para dejar de ver sus publicaciones en tu página de inicio, deja de seguirla.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} publicación} other {{count} publicaciones}} adjunta(s)",
|
||||
"report_notification.categories.legal": "Legal",
|
||||
"report_notification.categories.legal_sentence": "contenido ilegal",
|
||||
@@ -752,7 +752,7 @@
|
||||
"search.quick_action.status_search": "Publicaciones que coinciden con {x}",
|
||||
"search.search_or_paste": "Buscar o pegar URL",
|
||||
"search_popout.full_text_search_disabled_message": "No disponible en {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Sólo disponible al iniciar sesión.",
|
||||
"search_popout.full_text_search_logged_out_message": "Solo disponible al iniciar sesión.",
|
||||
"search_popout.language_code": "Código de idioma ISO",
|
||||
"search_popout.options": "Opciones de búsqueda",
|
||||
"search_popout.quick_actions": "Acciones rápidas",
|
||||
@@ -785,7 +785,7 @@
|
||||
"status.cannot_reblog": "Esta publicación no puede ser impulsada",
|
||||
"status.continued_thread": "Hilo continuado",
|
||||
"status.copy": "Copiar enlace al estado",
|
||||
"status.delete": "Borrar",
|
||||
"status.delete": "Eliminar",
|
||||
"status.detailed_status": "Vista de conversación detallada",
|
||||
"status.direct": "Mención privada @{name}",
|
||||
"status.direct_indicator": "Mención privada",
|
||||
@@ -799,8 +799,8 @@
|
||||
"status.history.created": "{name} creó {date}",
|
||||
"status.history.edited": "{name} editado {date}",
|
||||
"status.load_more": "Cargar más",
|
||||
"status.media.open": "Click para abrir",
|
||||
"status.media.show": "Click para mostrar",
|
||||
"status.media.open": "Haz clic para abrir",
|
||||
"status.media.show": "Haz clic para mostrar",
|
||||
"status.media_hidden": "Contenido multimedia oculto",
|
||||
"status.mention": "Mencionar @{name}",
|
||||
"status.more": "Más",
|
||||
@@ -815,7 +815,7 @@
|
||||
"status.reblogged_by": "Impulsado por {name}",
|
||||
"status.reblogs": "{count, plural, one {impulso} other {impulsos}}",
|
||||
"status.reblogs.empty": "Nadie impulsó esta publicación todavía. Cuando alguien lo haga, aparecerá aquí.",
|
||||
"status.redraft": "Borrar y volver a borrador",
|
||||
"status.redraft": "Eliminar y volver a redactar",
|
||||
"status.remove_bookmark": "Eliminar marcador",
|
||||
"status.replied_in_thread": "Respondido en el hilo",
|
||||
"status.replied_to": "Respondió a {name}",
|
||||
@@ -850,7 +850,7 @@
|
||||
"units.short.million": "{count} M",
|
||||
"units.short.thousand": "{count} K",
|
||||
"upload_area.title": "Arrastra y suelta para subir",
|
||||
"upload_button.label": "Subir multimedia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||
"upload_button.label": "Añadir imágenes, un video o un archivo de audio",
|
||||
"upload_error.limit": "Límite de subida de archivos excedido.",
|
||||
"upload_error.poll": "No se permite subir archivos con las encuestas.",
|
||||
"upload_form.audio_description": "Describir para personas con problemas auditivos",
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"about.blocks": "Modereeritavad serverid",
|
||||
"about.contact": "Kontakt:",
|
||||
"about.disclaimer": "Mastodon on tasuta ja vaba tarkvara ning Mastodon gGmbH kaubamärk.",
|
||||
"about.domain_blocks.no_reason_available": "Põhjus teadmata",
|
||||
"about.domain_blocks.preamble": "Mastodon lubab tavaliselt vaadata sisu ning suhelda kasutajatega ükskõik millisest teisest fediversumi serverist. Need on erandid, mis on paika pandud sellel kindlal serveril.",
|
||||
"about.domain_blocks.silenced.explanation": "Sa ei näe üldiselt profiile ja sisu sellelt serverilt, kui sa just tahtlikult seda ei otsi või jälgimise moel nõusolekut ei anna.",
|
||||
"about.disclaimer": "Mastodon on vaba, tasuta ja avatud lähtekoodiga tarkvara ning Mastodon gGmbH kaubamärk.",
|
||||
"about.domain_blocks.no_reason_available": "Põhjus on teadmata",
|
||||
"about.domain_blocks.preamble": "Mastodon lubab üldiselt vaadata sisu ning suhelda kasutajatega ükskõik millisest teisest födiversumi serverist. Need on erandid, mis kehtivad selles kindlas serveris.",
|
||||
"about.domain_blocks.silenced.explanation": "Sa üldjuhul ei näe profiile ja sisu sellest serverist, kui sa just tahtlikult neid ei otsi või jälgimise moel nõusolekut ei anna.",
|
||||
"about.domain_blocks.silenced.title": "Piiratud",
|
||||
"about.domain_blocks.suspended.explanation": "Mitte mingeid andmeid sellelt serverilt ei töödelda, salvestata ega vahetata, tehes igasuguse interaktsiooni või kirjavahetuse selle serveri kasutajatega võimatuks.",
|
||||
"about.domain_blocks.suspended.explanation": "Mitte mingeid andmeid sellelt serverilt ei töödelda, salvestata ega vahetata, tehes igasuguse suhestumise või infovahetuse selle serveri kasutajatega võimatuks.",
|
||||
"about.domain_blocks.suspended.title": "Peatatud",
|
||||
"about.not_available": "See info ei ole sellel serveril saadavaks tehtud.",
|
||||
"about.not_available": "See info ei ole selles serveris saadavaks tehtud.",
|
||||
"about.powered_by": "Hajutatud sotsiaalmeedia, mille taga on {mastodon}",
|
||||
"about.rules": "Serveri reeglid",
|
||||
"account.account_note_header": "Isiklik märge",
|
||||
"account.add_or_remove_from_list": "Lisa või Eemalda loeteludest",
|
||||
"account.add_or_remove_from_list": "Lisa või eemalda loenditest",
|
||||
"account.badges.bot": "Robot",
|
||||
"account.badges.group": "Grupp",
|
||||
"account.block": "Blokeeri @{name}",
|
||||
"account.block_domain": "Peida kõik domeenist {domain}",
|
||||
"account.block_short": "Blokeerimine",
|
||||
"account.block_domain": "Blokeeri kõik domeenist {domain}",
|
||||
"account.block_short": "Blokeeri",
|
||||
"account.blocked": "Blokeeritud",
|
||||
"account.cancel_follow_request": "Võta jälgimistaotlus tagasi",
|
||||
"account.cancel_follow_request": "Võta jälgimissoov tagasi",
|
||||
"account.copy": "Kopeeri profiili link",
|
||||
"account.direct": "Maini privaatselt @{name}",
|
||||
"account.disable_notifications": "Peata teavitused @{name} postitustest",
|
||||
"account.domain_blocked": "Domeen peidetud",
|
||||
"account.direct": "Maini privaatselt kasutajat @{name}",
|
||||
"account.disable_notifications": "Ära teavita, kui @{name} postitab",
|
||||
"account.domain_blocked": "Domeen on blokeeritud",
|
||||
"account.edit_profile": "Muuda profiili",
|
||||
"account.enable_notifications": "Teavita mind @{name} postitustest",
|
||||
"account.endorse": "Too profiilil esile",
|
||||
"account.featured_tags.last_status_at": "Viimane postitus {date}",
|
||||
"account.enable_notifications": "Teavita mind, kui {name} postitab",
|
||||
"account.endorse": "Too profiilis esile",
|
||||
"account.featured_tags.last_status_at": "Viimane postitus: {date}",
|
||||
"account.featured_tags.last_status_never": "Postitusi pole",
|
||||
"account.featured_tags.title": "{name} esiletõstetud sildid",
|
||||
"account.featured_tags.title": "Kasutaja {name} esiletõstetud teemaviited",
|
||||
"account.follow": "Jälgi",
|
||||
"account.follow_back": "Jälgi vastu",
|
||||
"account.followers": "Jälgijad",
|
||||
@@ -37,45 +37,45 @@
|
||||
"account.followers_counter": "{count, plural, one {{counter} jälgija} other {{counter} jälgijat}}",
|
||||
"account.following": "Jälgib",
|
||||
"account.following_counter": "{count, plural, one {{counter} jälgib} other {{counter} jälgib}}",
|
||||
"account.follows.empty": "See kasutaja ei jälgi veel kedagi.",
|
||||
"account.go_to_profile": "Mine profiilile",
|
||||
"account.follows.empty": "See kasutaja ei jälgi veel mitte kedagi.",
|
||||
"account.go_to_profile": "Vaata profiili",
|
||||
"account.hide_reblogs": "Peida @{name} jagamised",
|
||||
"account.in_memoriam": "In Memoriam.",
|
||||
"account.joined_short": "Liitus",
|
||||
"account.languages": "Muuda tellitud keeli",
|
||||
"account.link_verified_on": "Selle lingi autorsust kontrolliti {date}",
|
||||
"account.locked_info": "Selle konto privaatsussätteks on lukustatud. Omanik vaatab käsitsi üle, kes teda jälgida saab.",
|
||||
"account.media": "Meedia",
|
||||
"account.media": "Meedium",
|
||||
"account.mention": "Maini @{name}",
|
||||
"account.moved_to": "{name} on teada andnud, et ta uus konto on nüüd:",
|
||||
"account.mute": "Vaigista @{name}",
|
||||
"account.mute_notifications_short": "Vaigista teavitused",
|
||||
"account.mute_short": "Vaigista",
|
||||
"account.muted": "Vaigistatud",
|
||||
"account.mutual": "Jälgite",
|
||||
"account.mute": "Summuta @{name}",
|
||||
"account.mute_notifications_short": "Summuta teavitused",
|
||||
"account.mute_short": "Summuta",
|
||||
"account.muted": "Summutatud",
|
||||
"account.mutual": "Jälgite teineteist",
|
||||
"account.no_bio": "Kirjeldust pole lisatud.",
|
||||
"account.open_original_page": "Ava algne leht",
|
||||
"account.posts": "Postitused",
|
||||
"account.posts_with_replies": "Postitused ja vastused",
|
||||
"account.report": "Raporteeri @{name}",
|
||||
"account.report": "Teata kasutajast {name}",
|
||||
"account.requested": "Ootab kinnitust. Klõpsa jälgimise soovi tühistamiseks",
|
||||
"account.requested_follow": "{name} on taodelnud sinu jälgimist",
|
||||
"account.requested_follow": "{name} on soovinud sinu jälgimist",
|
||||
"account.share": "Jaga @{name} profiili",
|
||||
"account.show_reblogs": "Näita @{name} jagamisi",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} postitus} other {{counter} postitust}}",
|
||||
"account.unblock": "Eemalda blokeering @{name}",
|
||||
"account.unblock_domain": "Tee {domain} nähtavaks",
|
||||
"account.unblock_short": "Eemalda blokeering",
|
||||
"account.unendorse": "Ära kuva profiilil",
|
||||
"account.unfollow": "Jälgid",
|
||||
"account.unmute": "Ära vaigista @{name}",
|
||||
"account.unmute_notifications_short": "Tühista teadete vaigistamine",
|
||||
"account.unmute_short": "Lõpeta vaigistamine",
|
||||
"account.unblock": "Lõpeta {name} kasutaja blokeerimine",
|
||||
"account.unblock_domain": "Lõpeta {domain} domeeni blokeerimine",
|
||||
"account.unblock_short": "Lõpeta blokeerimine",
|
||||
"account.unendorse": "Ära kuva profiilis",
|
||||
"account.unfollow": "Ära jälgi",
|
||||
"account.unmute": "Lõpeta {name} kasutaja summutamine",
|
||||
"account.unmute_notifications_short": "Lõpeta teavituste summutamine",
|
||||
"account.unmute_short": "Lõpeta summutamine",
|
||||
"account_note.placeholder": "Klõpsa märke lisamiseks",
|
||||
"admin.dashboard.daily_retention": "Kasutajate päevane allesjäämine peale registreerumist",
|
||||
"admin.dashboard.monthly_retention": "Kasutajate kuine allesjäämine peale registreerumist",
|
||||
"admin.dashboard.retention.average": "Keskmine",
|
||||
"admin.dashboard.retention.cohort": "Registreerumiskuu",
|
||||
"admin.dashboard.retention.cohort": "Liitumiskuu",
|
||||
"admin.dashboard.retention.cohort_size": "Uued kasutajad",
|
||||
"admin.impact_report.instance_accounts": "Kontode profiilid, mille see kustutaks",
|
||||
"admin.impact_report.instance_followers": "Jälgijad, kelle meie kasutajad kaotaks",
|
||||
@@ -84,11 +84,11 @@
|
||||
"alert.rate_limited.message": "Palun proovi uuesti pärast {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Kiiruspiirang",
|
||||
"alert.unexpected.message": "Tekkis ootamatu viga.",
|
||||
"alert.unexpected.title": "Oih!",
|
||||
"alt_text_badge.title": "Alternatiivtekst",
|
||||
"alert.unexpected.title": "Vaat kus lops!",
|
||||
"alt_text_badge.title": "Selgitustekst",
|
||||
"announcement.announcement": "Teadaanne",
|
||||
"attachments_list.unprocessed": "(töötlemata)",
|
||||
"audio.hide": "Peida audio",
|
||||
"audio.hide": "Peida heliriba",
|
||||
"block_modal.remote_users_caveat": "Serverile {domain} edastatakse palve otsust järgida. Ometi pole see tagatud, kuna mõned serverid võivad blokeeringuid käsitleda omal moel. Avalikud postitused võivad tuvastamata kasutajatele endiselt näha olla.",
|
||||
"block_modal.show_less": "Kuva vähem",
|
||||
"block_modal.show_more": "Kuva rohkem",
|
||||
@@ -114,8 +114,8 @@
|
||||
"bundle_modal_error.retry": "Proovi uuesti",
|
||||
"closed_registrations.other_server_instructions": "Kuna Mastodon on detsentraliseeritud, võib konto teha teise serverisse ja sellegipoolest siinse kontoga suhelda.",
|
||||
"closed_registrations_modal.description": "Praegu ei ole võimalik teha {domain} peale kontot, aga pea meeles, et sul ei pea olema just {domain} konto, et Mastodoni kasutada.",
|
||||
"closed_registrations_modal.find_another_server": "Leia teine server",
|
||||
"closed_registrations_modal.preamble": "Mastodon on detsentraliseeritud, mis tähendab, et konto võib luua ükskõik kuhu, kuid ikkagi saab jälgida ja suhelda igaühega sellel serveril. Võib isegi oma serveri püsti panna!",
|
||||
"closed_registrations_modal.find_another_server": "Leia mõni muu server",
|
||||
"closed_registrations_modal.preamble": "Mastodon on hajutatud võrk, mis tähendab, et konto võid luua ükskõik kuhu, kuid ikkagi saad jälgida ja suhelda igaühega selles serveris. Võid isegi oma serveri püsti panna!",
|
||||
"closed_registrations_modal.title": "Mastodoni registreerumine",
|
||||
"column.about": "Teave",
|
||||
"column.blocks": "Blokeeritud kasutajad",
|
||||
@@ -123,15 +123,15 @@
|
||||
"column.community": "Kohalik ajajoon",
|
||||
"column.direct": "Privaatsed mainimised",
|
||||
"column.directory": "Sirvi profiile",
|
||||
"column.domain_blocks": "Peidetud domeenid",
|
||||
"column.domain_blocks": "Blokeeritud domeenid",
|
||||
"column.favourites": "Lemmikud",
|
||||
"column.firehose": "Postitused reaalajas",
|
||||
"column.follow_requests": "Jälgimistaotlused",
|
||||
"column.home": "Kodu",
|
||||
"column.lists": "Loetelud",
|
||||
"column.mutes": "Vaigistatud kasutajad",
|
||||
"column.mutes": "Summutatud kasutajad",
|
||||
"column.notifications": "Teated",
|
||||
"column.pins": "Kinnitatud postitused",
|
||||
"column.pins": "Esiletõstetud postitused",
|
||||
"column.public": "Föderatiivne ajajoon",
|
||||
"column_back_button.label": "Tagasi",
|
||||
"column_header.hide_settings": "Peida sätted",
|
||||
@@ -140,7 +140,7 @@
|
||||
"column_header.pin": "Kinnita",
|
||||
"column_header.show_settings": "Näita sätteid",
|
||||
"column_header.unpin": "Eemalda kinnitus",
|
||||
"column_subheading.settings": "Sätted",
|
||||
"column_subheading.settings": "Seadistused",
|
||||
"community.column_settings.local_only": "Ainult kohalik",
|
||||
"community.column_settings.media_only": "Ainult meedia",
|
||||
"community.column_settings.remote_only": "Ainult kaug",
|
||||
@@ -151,7 +151,7 @@
|
||||
"compose.saved.body": "Postitus salvestatud.",
|
||||
"compose_form.direct_message_warning_learn_more": "Vaata lisa",
|
||||
"compose_form.encryption_warning": "Postitused Mastodonis ei ole otsast-otsani krüpteeritud. Ära jaga mingeid delikaatseid andmeid Mastodoni kaudu.",
|
||||
"compose_form.hashtag_warning": "See postitus ei ilmu ühegi märksõna all, kuna pole avalik. Vaid avalikud postitused on märksõnade kaudu leitavad.",
|
||||
"compose_form.hashtag_warning": "See postitus ei ilmu ühegi teemaviite all, kuna pole avalik. Vaid avalikud postitused on teemaviidete kaudu leitavad.",
|
||||
"compose_form.lock_disclaimer": "Su konto ei ole {locked}. Igaüks saab sind jälgida, et näha su ainult-jälgijatele postitusi.",
|
||||
"compose_form.lock_disclaimer.lock": "lukus",
|
||||
"compose_form.placeholder": "Millest mõtled?",
|
||||
@@ -163,7 +163,7 @@
|
||||
"compose_form.poll.switch_to_single": "Muuda küsitlust ainult ühe valiku lubamiseks",
|
||||
"compose_form.poll.type": "Stiil",
|
||||
"compose_form.publish": "Postita",
|
||||
"compose_form.publish_form": "Postita",
|
||||
"compose_form.publish_form": "Uus postitus",
|
||||
"compose_form.reply": "Vasta",
|
||||
"compose_form.save_changes": "Uuenda",
|
||||
"compose_form.spoiler.marked": "Tekst on hoiatuse taha peidetud",
|
||||
@@ -181,11 +181,11 @@
|
||||
"confirmations.discard_edit_media.message": "Sul on salvestamata muudatusi meediakirjelduses või eelvaates, kas hülgad need?",
|
||||
"confirmations.edit.confirm": "Muuda",
|
||||
"confirmations.edit.message": "Muutes praegu kirjutatakse hetkel loodav sõnum üle. Kas oled kindel, et soovid jätkata?",
|
||||
"confirmations.edit.title": "Kirjutada postitus üle?",
|
||||
"confirmations.edit.title": "Kas kirjutame postituse üle?",
|
||||
"confirmations.logout.confirm": "Välju",
|
||||
"confirmations.logout.message": "Kas oled kindel, et soovid välja logida?",
|
||||
"confirmations.logout.title": "Logida välja?",
|
||||
"confirmations.mute.confirm": "Vaigista",
|
||||
"confirmations.mute.confirm": "Summuta",
|
||||
"confirmations.redraft.confirm": "Kustuta & taasalusta",
|
||||
"confirmations.redraft.message": "Kindel, et soovid postituse kustutada ja võtta uue aluseks? Lemmikuks märkimised ja jagamised lähevad kaotsi ning vastused jäävad ilma algse postituseta.",
|
||||
"confirmations.redraft.title": "Kustudada ja luua postituse mustand?",
|
||||
@@ -215,14 +215,14 @@
|
||||
"dismissable_banner.dismiss": "Sulge",
|
||||
"dismissable_banner.explore_links": "Need on uudised, millest inimesed siin ja teistes serverites üle detsentraliseeritud võrgu praegu räägivad.",
|
||||
"dismissable_banner.explore_statuses": "Need postitused üle sotsiaalse võrgu koguvad praegu tähelepanu. Uued postitused, millel on rohkem jagamisi ja lemmikuks märkimisi, on kõrgemal kohal.",
|
||||
"dismissable_banner.explore_tags": "Need sildid siit ja teistes serveritest detsentraliseeritud võrgus koguvad tähelepanu just praegu selles serveris.",
|
||||
"dismissable_banner.explore_tags": "Need teemaviited siit ja teistest hajutatud võrgu serveritest koguvad tähelepanu just praegu selles serveris.",
|
||||
"dismissable_banner.public_timeline": "Need on kõige uuemad avalikud postitused inimestelt sotsiaalvõrgustikus, mida {domain} inimesed jälgivad.",
|
||||
"domain_block_modal.block": "Blokeeri server",
|
||||
"domain_block_modal.block_account_instead": "Selle asemel blokeeri @{name}",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Inimesed sellest serverist saavad suhestuda sinu vanade postitustega.",
|
||||
"domain_block_modal.they_cant_follow": "Sellest serverist ei saa keegi sind jälgida.",
|
||||
"domain_block_modal.they_wont_know": "Nad ei tea, et nad on blokeeritud.",
|
||||
"domain_block_modal.title": "Blokeerida domeen?",
|
||||
"domain_block_modal.title": "Kas blokeerid domeeni?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Sult kaob {followersCount, plural, one {{followersCountDisplay} jälgija} other {{followersCountDisplay} jälgijat}} ja {followingCount, plural, one {{followingCountDisplay} inimene} other {{followingCountDisplay} inimest}}, keda sa ise jälgid.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Sa kaotad kõik oma jälgijad ja inimesed, kes sind jälgivad sellest serverist.",
|
||||
"domain_block_modal.you_wont_see_posts": "Sa ei näe selle serveri kasutajate postitusi ega teavitusi.",
|
||||
@@ -248,7 +248,7 @@
|
||||
"emoji_button.food": "Toit & jook",
|
||||
"emoji_button.label": "Lisa emoji",
|
||||
"emoji_button.nature": "Loodus",
|
||||
"emoji_button.not_found": "Ei ole emojosi!! (╯°□°)╯︵ ┻━┻",
|
||||
"emoji_button.not_found": "Ei ole sobivaid emoji'sid! (╯°□°)╯︵ ┻━┻",
|
||||
"emoji_button.objects": "Objektid",
|
||||
"emoji_button.people": "Inimesed",
|
||||
"emoji_button.recent": "Tihti kasutatud",
|
||||
@@ -269,12 +269,12 @@
|
||||
"empty_column.favourited_statuses": "Pole veel lemmikpostitusi. Kui märgid mõne, näed neid siin.",
|
||||
"empty_column.favourites": "Keegi pole veel seda postitust lemmikuks märkinud. Kui keegi seda teeb, siis on ta nähtav siin.",
|
||||
"empty_column.follow_requests": "Pole hetkel ühtegi jälgimistaotlust. Kui saad mõne, näed neid siin.",
|
||||
"empty_column.followed_tags": "Sa ei jälgi veel ühtegi märksõna. Kui jälgid, ilmuvad need siia.",
|
||||
"empty_column.hashtag": "Selle sildi all ei ole ühtegi postitust.",
|
||||
"empty_column.followed_tags": "Sa ei jälgi veel ühtegi teemaviidet. Kui jälgid, ilmuvad need siia.",
|
||||
"empty_column.hashtag": "Selle teemaviite all ei ole ühtegi postitust.",
|
||||
"empty_column.home": "Su koduajajoon on tühi. Jälgi rohkemaid inimesi, et seda täita {suggestions}",
|
||||
"empty_column.list": "Siin loetelus pole veel midagi. Kui loetelu liikmed teevad uusi postitusi, näed neid siin.",
|
||||
"empty_column.lists": "Pole veel ühtegi loetelu. Kui lood mõne, näed neid siin.",
|
||||
"empty_column.mutes": "Sa pole veel ühtegi kasutajat vaigistanud.",
|
||||
"empty_column.mutes": "Sa pole veel ühtegi kasutajat summutanud.",
|
||||
"empty_column.notification_requests": "Kõik tühi! Siin pole mitte midagi. Kui saad uusi teavitusi, ilmuvad need siin vastavalt sinu seadistustele.",
|
||||
"empty_column.notifications": "Ei ole veel teateid. Kui keegi suhtleb sinuga, näed seda siin.",
|
||||
"empty_column.public": "Siin pole midagi! Kirjuta midagi avalikku või jälgi ise kasutajaid täitmaks seda ruumi",
|
||||
@@ -289,7 +289,7 @@
|
||||
"explore.title": "Avasta",
|
||||
"explore.trending_links": "Uudised",
|
||||
"explore.trending_statuses": "Postitused",
|
||||
"explore.trending_tags": "Sildid",
|
||||
"explore.trending_tags": "Teemaviited",
|
||||
"filter_modal.added.context_mismatch_explanation": "See filtrikategooria ei rakendu kontekstis, kuidas postituseni jõudsid. Kui tahad postitust ka selles kontekstis filtreerida, pead muutma filtrit.",
|
||||
"filter_modal.added.context_mismatch_title": "Konteksti mittesobivus!",
|
||||
"filter_modal.added.expired_explanation": "Selle filtri kategooria on aegunud. pead muutma aegumiskuupäeva, kui tahad, et filter kehtiks.",
|
||||
@@ -330,7 +330,7 @@
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Sarnane profiilile, mida hiljuti jälgima hakkasid",
|
||||
"follow_suggestions.view_all": "Vaata kõiki",
|
||||
"follow_suggestions.who_to_follow": "Keda jälgida",
|
||||
"followed_tags": "Jälgitavad märksõnad",
|
||||
"followed_tags": "Jälgitavad teemaviited",
|
||||
"footer.about": "Teave",
|
||||
"footer.directory": "Profiilikataloog",
|
||||
"footer.get_app": "Laadi rakendus",
|
||||
@@ -342,14 +342,14 @@
|
||||
"generic.saved": "Salvestatud",
|
||||
"getting_started.heading": "Alustamine",
|
||||
"hashtag.column_header.tag_mode.all": "ja {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "või {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "ilma {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "või teemaviide {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "ilma teemaviiteta {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Soovitusi ei leitud",
|
||||
"hashtag.column_settings.select.placeholder": "Sisesta sildid…",
|
||||
"hashtag.column_settings.tag_mode.all": "Kõik need",
|
||||
"hashtag.column_settings.tag_mode.any": "Mõni neist",
|
||||
"hashtag.column_settings.tag_mode.none": "Mitte ükski neist",
|
||||
"hashtag.column_settings.tag_toggle": "Kaasa lisamärked selle tulba jaoks",
|
||||
"hashtag.column_settings.tag_toggle": "Kaasa lisasildid selle veeru jaoks",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} osalejaga} other {{counter} osalejaga}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} postitusega} other {{counter} postitusega}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} postitust} other {{counter} postitust}} täna",
|
||||
@@ -363,7 +363,7 @@
|
||||
"hints.profiles.see_more_follows": "Vaata rohkem jälgitavaid kohas {domain}",
|
||||
"hints.profiles.see_more_posts": "Vaata rohkem postitusi kohas {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Vastuseid teistest serveritest võib olla puudu.",
|
||||
"hints.threads.see_more": "Vaata rohkem vastuseid kohas {domain}",
|
||||
"hints.threads.see_more": "Vaata rohkem vastuseid saidist {domain}",
|
||||
"home.column_settings.show_reblogs": "Näita jagamisi",
|
||||
"home.column_settings.show_replies": "Näita vastuseid",
|
||||
"home.hide_announcements": "Peida teadaanded",
|
||||
@@ -394,7 +394,7 @@
|
||||
"interaction_modal.sign_in": "Sa pole sellesse serverisse sisse logitud. Kus sinu konto asub?",
|
||||
"interaction_modal.sign_in_hint": "Vihje: See on veebileht, millel sa registreerusid. Kui see ei meenu, otsi sisendkaustast tervitus-e-kirja. Võid sisestada ka oma täispika kasutajanime! (Näit. @Mastodon@mastodon.social)",
|
||||
"interaction_modal.title.favourite": "Lisa konto {name} postitus lemmikuks",
|
||||
"interaction_modal.title.follow": "Jälgi kontot {name}",
|
||||
"interaction_modal.title.follow": "Jälgi kasutajat {name}",
|
||||
"interaction_modal.title.reblog": "Jaga {name} postitust",
|
||||
"interaction_modal.title.reply": "Vasta kasutaja {name} postitusele",
|
||||
"intervals.full.days": "{number, plural, one {# päev} other {# päeva}}",
|
||||
@@ -418,11 +418,11 @@
|
||||
"keyboard_shortcuts.legend": "Kuva see legend",
|
||||
"keyboard_shortcuts.local": "Ava kohalik ajajoon",
|
||||
"keyboard_shortcuts.mention": "Maini autorit",
|
||||
"keyboard_shortcuts.muted": "Ava vaigistatud kasutajate loetelu",
|
||||
"keyboard_shortcuts.muted": "Ava summutatud kasutajate loetelu",
|
||||
"keyboard_shortcuts.my_profile": "Ava oma profiil",
|
||||
"keyboard_shortcuts.notifications": "Ava teadete veerg",
|
||||
"keyboard_shortcuts.open_media": "Ava meedia",
|
||||
"keyboard_shortcuts.pinned": "Ava kinnitatud postituste loetelu",
|
||||
"keyboard_shortcuts.pinned": "Ava esiletõstetud postituste loend",
|
||||
"keyboard_shortcuts.profile": "Ava autori profiil",
|
||||
"keyboard_shortcuts.reply": "Vasta postitusele",
|
||||
"keyboard_shortcuts.requests": "Ava jälgimistaotluste loetelu",
|
||||
@@ -464,11 +464,11 @@
|
||||
"moved_to_account_banner.text": "Kontot {disabledAccount} ei ole praegu võimalik kasutada, sest kolisid kontole {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Peida teavituste hulgast",
|
||||
"mute_modal.hide_options": "Peida valikud",
|
||||
"mute_modal.indefinite": "Kuni eemaldan neilt vaigistuse",
|
||||
"mute_modal.indefinite": "Kuni eemaldan neilt summutamise",
|
||||
"mute_modal.show_options": "Kuva valikud",
|
||||
"mute_modal.they_can_mention_and_follow": "Ta saab sind mainida ja sind jälgida, kuid sa ei näe teda.",
|
||||
"mute_modal.they_wont_know": "Ta ei tea, et ta on vaigistatud.",
|
||||
"mute_modal.title": "Vaigistada kasutaja?",
|
||||
"mute_modal.they_wont_know": "Ta ei tea, et ta on summutatud.",
|
||||
"mute_modal.title": "Kas summutad kasutaja?",
|
||||
"mute_modal.you_wont_see_mentions": "Sa ei näe postitusi, mis teda mainivad.",
|
||||
"mute_modal.you_wont_see_posts": "Ta näeb jätkuvalt sinu postitusi, kuid sa ei näe tema omi.",
|
||||
"navigation_bar.about": "Teave",
|
||||
@@ -483,14 +483,14 @@
|
||||
"navigation_bar.domain_blocks": "Peidetud domeenid",
|
||||
"navigation_bar.explore": "Avasta",
|
||||
"navigation_bar.favourites": "Lemmikud",
|
||||
"navigation_bar.filters": "Vaigistatud sõnad",
|
||||
"navigation_bar.filters": "Summutatud sõnad",
|
||||
"navigation_bar.follow_requests": "Jälgimistaotlused",
|
||||
"navigation_bar.followed_tags": "Jälgitavad märksõnad",
|
||||
"navigation_bar.followed_tags": "Jälgitavad teemaviited",
|
||||
"navigation_bar.follows_and_followers": "Jälgitavad ja jälgijad",
|
||||
"navigation_bar.lists": "Loetelud",
|
||||
"navigation_bar.logout": "Logi välja",
|
||||
"navigation_bar.moderation": "Modereerimine",
|
||||
"navigation_bar.mutes": "Vaigistatud kasutajad",
|
||||
"navigation_bar.mutes": "Summutatud kasutajad",
|
||||
"navigation_bar.opened_in_classic_interface": "Postitused, kontod ja teised spetsiaalsed lehed avatakse vaikimisi klassikalises veebiliideses.",
|
||||
"navigation_bar.personal": "Isiklik",
|
||||
"navigation_bar.pins": "Kinnitatud postitused",
|
||||
@@ -626,7 +626,7 @@
|
||||
"onboarding.profile.display_name_hint": "Su täisnimi või naljanimi…",
|
||||
"onboarding.profile.lead": "Saad selle alati hiljem seadetes lõpuni viia, kus on saadaval veel rohkem kohandamisvalikuid.",
|
||||
"onboarding.profile.note": "Elulugu",
|
||||
"onboarding.profile.note_hint": "Saad @mainida teisi kasutajaid või #sildistada…",
|
||||
"onboarding.profile.note_hint": "Saad @mainida teisi kasutajaid või lisada #teemaviidet…",
|
||||
"onboarding.profile.save_and_continue": "Salvesta ja jätka",
|
||||
"onboarding.profile.title": "Profiili seadistamine",
|
||||
"onboarding.profile.upload_avatar": "Laadi üles profiilipilt",
|
||||
@@ -651,7 +651,7 @@
|
||||
"onboarding.tips.migration": "<strong>Kas sa teadsid?</strong> Kui tunned, et {domain} ei ole tuleviku jaoks hea serveri valik, saad kolida teise Mastodoni serverisse, ilma oma jälgijaid kaotamata. Saad isegi käivitada oma serveri!",
|
||||
"onboarding.tips.verification": "<strong>Kas sa teadsid?</strong> Saad verifitseerida oma Mastodoni konto pannes oma veebilehele tagasilingi Mastodoni profiilile ja lisades profiilile lingi oma veebilehele. Dokumente ega raha pole vaja!",
|
||||
"password_confirmation.exceeds_maxlength": "Salasõnakinnitus on pikem kui salasõna maksimumpikkus",
|
||||
"password_confirmation.mismatching": "Salasõnakinnitus ei sobi kokku",
|
||||
"password_confirmation.mismatching": "Salasõnad ei klapi",
|
||||
"picture_in_picture.restore": "Pane tagasi",
|
||||
"poll.closed": "Suletud",
|
||||
"poll.refresh": "Värskenda",
|
||||
@@ -670,7 +670,7 @@
|
||||
"privacy.private.short": "Jälgijad",
|
||||
"privacy.public.long": "Nii kasutajad kui mittekasutajad",
|
||||
"privacy.public.short": "Avalik",
|
||||
"privacy.unlisted.additional": "See on olemuselt küll avalik, aga postitus ei ilmu voogudes ega märksõnades, lehitsedes ega Mastodoni otsingus, isegi kui konto on seadistustes avalik.",
|
||||
"privacy.unlisted.additional": "See on olemuselt küll avalik, aga postitus ei ilmu voogudes ega teemaviidetes, lehitsedes ega Mastodoni otsingus, isegi kui konto on seadistustes avalik.",
|
||||
"privacy.unlisted.long": "Vähem algoritmilisi teavitusi",
|
||||
"privacy.unlisted.short": "Vaikselt avalik",
|
||||
"privacy_policy.last_updated": "Viimati uuendatud {date}",
|
||||
@@ -707,8 +707,8 @@
|
||||
"report.comment.title": "Kas arvad, et on veel midagi, mida me peaks teadma?",
|
||||
"report.forward": "Edasta ka {target} domeeni",
|
||||
"report.forward_hint": "See kasutaja on teisest serverist. Kas saadan anonümiseeritud koopia sellest teatest sinna ka?",
|
||||
"report.mute": "Vaigista",
|
||||
"report.mute_explanation": "Sa ei näe tema postitusi. Ta võib ikka sind jälgida ja su postitusi näha. Ta ei saa teada, et ta on vaigistatud.",
|
||||
"report.mute": "Summuta",
|
||||
"report.mute_explanation": "Sa ei näe tema postitusi. Ta võib ikka sind jälgida ja su postitusi näha. Ta ei saa teada, et ta on summutatud.",
|
||||
"report.next": "Järgmine",
|
||||
"report.placeholder": "Lisaks kommentaarid",
|
||||
"report.reasons.dislike": "Mulle ei meeldi see",
|
||||
@@ -747,7 +747,7 @@
|
||||
"search.placeholder": "Otsi",
|
||||
"search.quick_action.account_search": "Sobivaid profiile {x}",
|
||||
"search.quick_action.go_to_account": "Mine profiili {x}",
|
||||
"search.quick_action.go_to_hashtag": "Ava silt {x}",
|
||||
"search.quick_action.go_to_hashtag": "Ava teemaviide {x}",
|
||||
"search.quick_action.open_url": "Ava URL Mastodonis",
|
||||
"search.quick_action.status_search": "Sobivad postitused {x}",
|
||||
"search.search_or_paste": "Otsi või kleebi URL",
|
||||
@@ -804,8 +804,8 @@
|
||||
"status.media_hidden": "Meedia peidetud",
|
||||
"status.mention": "Maini @{name}'i",
|
||||
"status.more": "Veel",
|
||||
"status.mute": "Vaigista @{name}",
|
||||
"status.mute_conversation": "Vaigista vestlus",
|
||||
"status.mute": "Summuta @{name}",
|
||||
"status.mute_conversation": "Summuta vestlus",
|
||||
"status.open": "Laienda postitus",
|
||||
"status.pin": "Kinnita profiilile",
|
||||
"status.pinned": "Kinnitatud postitus",
|
||||
@@ -831,7 +831,7 @@
|
||||
"status.translate": "Tõlgi",
|
||||
"status.translated_from_with": "Tõlgitud {lang} keelest kasutades teenust {provider}",
|
||||
"status.uncached_media_warning": "Eelvaade pole saadaval",
|
||||
"status.unmute_conversation": "Ära vaigista vestlust",
|
||||
"status.unmute_conversation": "Lõpeta vestluse summutamine",
|
||||
"status.unpin": "Eemalda profiilile kinnitus",
|
||||
"subscribed_languages.lead": "Pärast muudatust näed koduvaates ja loetelude ajajoontel postitusi valitud keeltes. Ära vali midagi, kui tahad näha postitusi kõikides keeltes.",
|
||||
"subscribed_languages.save": "Salvesta muudatused",
|
||||
@@ -873,7 +873,7 @@
|
||||
"upload_modal.hint": "Vajuta või tõmba ringi eelvaatel, et valida fookuspunkti, mis on alati nähtaval kõikidel eelvaadetel.",
|
||||
"upload_modal.preparing_ocr": "Valmistan masinlugemist…",
|
||||
"upload_modal.preview_label": "Eelvaade ({ratio})",
|
||||
"upload_progress.label": "Laeb üles....",
|
||||
"upload_progress.label": "Üleslaadimisel...",
|
||||
"upload_progress.processing": "Töötlen…",
|
||||
"username.taken": "See kasutajanimi on juba kasutusel. Proovi teist",
|
||||
"video.close": "Sulge video",
|
||||
@@ -882,7 +882,7 @@
|
||||
"video.expand": "Suurenda video",
|
||||
"video.fullscreen": "Täisekraan",
|
||||
"video.hide": "Peida video",
|
||||
"video.mute": "Vaigista heli",
|
||||
"video.mute": "Summuta heli",
|
||||
"video.pause": "Paus",
|
||||
"video.play": "Mängi",
|
||||
"video.unmute": "Taasta heli"
|
||||
|
||||
@@ -223,6 +223,7 @@
|
||||
"domain_block_modal.they_cant_follow": "Zerbitzari honetako inork ezin zaitu jarraitu.",
|
||||
"domain_block_modal.they_wont_know": "Ez dute jakingo blokeatuak izan direnik.",
|
||||
"domain_block_modal.title": "Domeinua blokeatu nahi duzu?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "{followersCount, plural, one {Jarraitzaile {followersCountDisplay}} other {{followersCountDisplay} jarraitzaile}} eta {followingCount, plural, one {jarraitzen duzun pertsona {followingCountDisplay}} other {jarraitzen dituzun beste {followingCountDisplay} pertsona}} galduko dituzu.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Instantzia honetatik jarraitzen dituzun jarraitzaile eta pertsona guztiak galduko dituzu.",
|
||||
"domain_block_modal.you_wont_see_posts": "Ez dituzu zerbitzari honetako erabiltzaileen argitalpenik edota jakinarazpenik ikusiko.",
|
||||
"domain_pill.activitypub_lets_connect": "Mastodon-en ez ezik, beste sare sozialen aplikazioetako jendearekin konektatzea eta harremanetan jartzea uzten dizu.",
|
||||
@@ -508,6 +509,7 @@
|
||||
"notification.favourite": "{name}(e)k zure bidalketa gogoko du",
|
||||
"notification.favourite.name_and_others_with_link": "{name} eta <a>{count, plural, one {erabiltzaile # gehiagok} other {# erabiltzaile gehiagok}}</a> zure bidalketa gogoko dute",
|
||||
"notification.follow": "{name}(e)k jarraitzen dizu",
|
||||
"notification.follow.name_and_others": "{name} erabiltzaileak eta <a>{count, plural, one {# gehiagok} other {# gehiagok}}</a> jarraitu dizute",
|
||||
"notification.follow_request": "{name}(e)k zu jarraitzeko eskaera egin du",
|
||||
"notification.follow_request.name_and_others": "{name} eta {count, plural, one {erabiltzaile # gehiagok} other {# erabiltzaile gehiagok}} zu jarraitzeko eskaera egin dute",
|
||||
"notification.label.mention": "Aipamena",
|
||||
@@ -531,14 +533,18 @@
|
||||
"notification.reblog.name_and_others_with_link": "{name} eta <a>{count, plural, one {erabiltzaile # gehiagok} other {# erabiltzaile gehiagok}}</a> bultzada eman diote zure bidalketari",
|
||||
"notification.relationships_severance_event": "{name} erabiltzailearekin galdutako konexioak",
|
||||
"notification.relationships_severance_event.account_suspension": "{from} zerbitzariko administratzaile batek {target} bertan behera utzi du, hau da, ezin izango dituzu jaso hango eguneratzerik edo hangoekin elkarreragin.",
|
||||
"notification.relationships_severance_event.domain_block": "{from} zerbitzariko administratzaile batek {target} blokeatu du, tartean zure {followersCount} jarraitzaile eta jarraitzen duzun {followingCount, plural, one {kontu #} other {# kontu}}.",
|
||||
"notification.relationships_severance_event.learn_more": "Informazio gehiago",
|
||||
"notification.relationships_severance_event.user_domain_block": "{target} blokeatu duzu, tartean zure {followersCount} jarraitzaile eta jarraitzen duzun {followingCount, plural, one {kontu #} other {# kontu}}.",
|
||||
"notification.status": "{name} erabiltzaileak bidalketa egin berri du",
|
||||
"notification.update": "{name} erabiltzaileak bidalketa bat editatu du",
|
||||
"notification_requests.accept": "Onartu",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Onartu eskaera…} other {Onartu # eskaerak…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Onartu eskaera} other {Onartu eskaerak}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "{count, plural, one {Jakinarazpen eskaera bat} other {# jakinarazpen eskaera}} onartzekotan zaude. Jarraitu nahi duzu?",
|
||||
"notification_requests.confirm_accept_multiple.title": "Onartu jakinarazpen-eskaerak?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {Baztertu eskaera} other {Baztertu eskaerak}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "{count, plural, one {Jakinarazpen eskaera bat} other {# jakinarazpen eskaera}} baztertzekotan zaude. Gerora ezingo {count, plural, one {duzu} other {dituzu}} berriz erraz atzitu. Jarraitu nahi duzu?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "Baztertu jakinarazpen-eskaerak?",
|
||||
"notification_requests.dismiss": "Baztertu",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {Baztertu eskaera…} other {Baztertu # eskaerak…}}",
|
||||
@@ -666,7 +672,7 @@
|
||||
"privacy.public.short": "Publikoa",
|
||||
"privacy.unlisted.additional": "Aukera honek publiko modua bezala funtzionatzen du, baina argitalpena ez da agertuko zuzeneko jarioetan edo traoletan, \"Arakatu\" atalean edo Mastodonen bilaketan, nahiz eta kontua zabaltzeko onartu duzun.",
|
||||
"privacy.unlisted.long": "Tontakeria algoritmiko gutxiago",
|
||||
"privacy.unlisted.short": "Deiadar urrikoa",
|
||||
"privacy.unlisted.short": "Ikusgarritasun mugatua",
|
||||
"privacy_policy.last_updated": "Azkenengo eguneraketa {date}",
|
||||
"privacy_policy.title": "Pribatutasun politika",
|
||||
"recommended": "Gomendatua",
|
||||
@@ -849,6 +855,11 @@
|
||||
"upload_error.poll": "Ez da inkestetan fitxategiak igotzea onartzen.",
|
||||
"upload_form.audio_description": "Deskribatu entzumen galera duten pertsonentzat",
|
||||
"upload_form.description": "Deskribatu ikusmen arazoak dituztenentzat",
|
||||
"upload_form.drag_and_drop.instructions": "Multimedia eranskin bat aukeratzeko, sakatu espazioa edo enter. Arrastatu bitartean, erabili gezi-teklak multimedia eranskina edozein norabidetan mugitzeko. Sakatu berriz espazioa edon enter multimedia eranskina bere kokapen berrian jartzeko, edo sakatu ESC uzteko.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Arrastatzea bertan behera utzi da. {item} multimedia eranskina ez da mugitu.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "{item} multimedia eranskina ez da mugitu.",
|
||||
"upload_form.drag_and_drop.on_drag_over": "{item} multimedia eranskina mugitu da.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "{item} multimedia eranskina hautatu da.",
|
||||
"upload_form.edit": "Editatu",
|
||||
"upload_form.thumbnail": "Aldatu koadro txikia",
|
||||
"upload_form.video_description": "Deskribatu entzumen galera edo ikusmen urritasuna duten pertsonentzat",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"about.blocks": "کارسازهای نظارت شده",
|
||||
"about.blocks": "کارسازهای نظارت شده",
|
||||
"about.contact": "تماس:",
|
||||
"about.disclaimer": "ماستودون نرمافزار آزاد و نشان تجاری یک شرکت غیر انتفاعی با مسئولیت محدود آلمانی است.",
|
||||
"about.domain_blocks.no_reason_available": "دلیلی موجود نیست",
|
||||
"about.domain_blocks.preamble": "ماستودون عموماً میگذارد محتوا را از از هر کارساز دیگری در دنیای شبکههای اجتماعی غیرمتمرکز دیده و با آنان برهمکنش داشته باشید. اینها استثناهایی هستند که روی این کارساز خاص وضع شدهاند.",
|
||||
"about.domain_blocks.preamble": "ماستودون عموماً میگذارد محتوا را از هر کارساز دیگری در دنیای شبکههای اجتماعی غیرمتمرکز دیده و با آنان برهمکنش داشته باشید. اینها استثناهایی هستند که روی این کارساز خاص وضع شدهاند.",
|
||||
"about.domain_blocks.silenced.explanation": "عموماً نمایهها و محتوا از این کارساز را نمیبینید، مگر این که به طور خاص دنبالشان گشته یا با پی گیری، داوطلب دیدنشان شوید.",
|
||||
"about.domain_blocks.silenced.title": "محدود",
|
||||
"about.domain_blocks.suspended.explanation": "هیچ دادهای از این کارساز پردازش، ذخیره یا مبادله نخواهد شد، که هرگونه برهمکنش یا ارتباط با کاربران این کارساز را غیرممکن خواهد کرد.",
|
||||
@@ -459,7 +459,7 @@
|
||||
"lists.search": "جستوجو بین کسانی که پیگرفتهاید",
|
||||
"lists.subheading": "سیاهههایتان",
|
||||
"load_pending": "{count, plural, one {# مورد جدید} other {# مورد جدید}}",
|
||||
"loading_indicator.label": "در حال بارگذاری…",
|
||||
"loading_indicator.label": "بار کردن…",
|
||||
"media_gallery.hide": "نهفتن",
|
||||
"moved_to_account_banner.text": "حسابتان {disabledAccount} اکنون از کار افتاده؛ چرا که به {movedToAccount} منتقل شدید.",
|
||||
"mute_modal.hide_from_notifications": "نهفتن از آگاهیها",
|
||||
@@ -541,10 +541,10 @@
|
||||
"notification_requests.accept": "پذیرش",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {پذیرش درخواست…} other {پذیرش درخواستها…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "پذیرش {count, plural,one {درخواست} other {درخواستها}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "در حال پذیرش {count, plural,one {یک}other {#}} درخواست آگاهی هستید. مطمئنید که میخواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_accept_multiple.message": "دارید {count, plural,one {یک}other {#}} درخواست آگاهی را میپذیرید. مطمئنید که میخواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_accept_multiple.title": "پذیرش درخواستهای آگاهی؟",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "رد {count, plural,one {درخواست} other {درخواستها}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "شما در شرف رد کردن {count, plural, one {یک درخواست آگاهی} other {درخواست آگاهی}} هستید. دیگر نمی توانید به راحتی به {count, plural, one {آن} other {آنها}} دسترسی پیدا کنید. آیا مطمئن هستید که می خواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "دارید {count, plural, one {یک درخواست آگاهی} other {# درخواست آگاهی}} را رد میکنید که دیگر نمی توانید به راحتی به {count, plural, one {آن} other {آنها}} دسترسی پیدا کنید. مطمئنید که میخواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "رد کردن درخواستهای آگاهی؟",
|
||||
"notification_requests.dismiss": "دورانداختن",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {دورانداختن درخواست…} other {دورانداختن درخواستها…}}",
|
||||
@@ -726,9 +726,9 @@
|
||||
"report.statuses.subtitle": "همهٔ موارد انجام شده را برگزینید",
|
||||
"report.statuses.title": "آیا فرستهای وجود دارد که از این گزارش پشتیبانی کند؟",
|
||||
"report.submit": "فرستادن",
|
||||
"report.target": "در حال گزارش {target}",
|
||||
"report.target": "گزارش کردن {target}",
|
||||
"report.thanks.take_action": "در اینجا گزینههایی برای کنترل آنچه در ماستودون میبینید، وجود دارد:",
|
||||
"report.thanks.take_action_actionable": "در حالی که ما این مورد را بررسی میکنیم، میتوانید علیه @{name} اقدام کنید:",
|
||||
"report.thanks.take_action_actionable": "تا بررسیش میکنیم میتوانید علیه @{name} اقدام کنید:",
|
||||
"report.thanks.title": "نمیخواهید این را ببینید؟",
|
||||
"report.thanks.title_actionable": "ممنون بابت گزارش، ما آن را بررسی خواهیم کرد.",
|
||||
"report.unfollow": "پینگرفتن @{name}",
|
||||
@@ -843,7 +843,7 @@
|
||||
"time_remaining.minutes": "{number, plural, one {# دقیقه} other {# دقیقه}} باقی مانده",
|
||||
"time_remaining.moments": "زمان باقیمانده",
|
||||
"time_remaining.seconds": "{number, plural, one {# ثانیه} other {# ثانیه}} باقی مانده",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} نفر} other {{counter} نفر}} در {days, plural, one {روز} other {{days} روز}} گذشته",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} نفر} other {{counter} نفر}} در {days, plural, one {روز} other {{days} روز}} گذشته",
|
||||
"trends.trending_now": "پرطرفدار",
|
||||
"ui.beforeunload": "اگر از ماستودون خارج شوید پیشنویس شما از دست خواهد رفت.",
|
||||
"units.short.billion": "{count}میلیارد",
|
||||
@@ -873,8 +873,8 @@
|
||||
"upload_modal.hint": "حتی اگر تصویر بریده یا کوچک شود، نقطهٔ کانونی آن همیشه دیده خواهد شد. نقطهٔ کانونی را با کلیک یا جابهجا کردن آن تنظیم کنید.",
|
||||
"upload_modal.preparing_ocr": "در حال آماده سازی OCR…",
|
||||
"upload_modal.preview_label": "پیشنمایش ({ratio})",
|
||||
"upload_progress.label": "در حال بارگذاری...",
|
||||
"upload_progress.processing": "در حال پردازش…",
|
||||
"upload_progress.label": "بار گذاشتن...",
|
||||
"upload_progress.processing": "پردازش کردن…",
|
||||
"username.taken": "این نام کاربری گرفته شده. نام دیگری امتحان کنید",
|
||||
"video.close": "بستن ویدیو",
|
||||
"video.download": "بارگیری پرونده",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"about.powered_by": "Hajautetun sosiaalisen median tarjoaa {mastodon}",
|
||||
"about.rules": "Palvelimen säännöt",
|
||||
"account.account_note_header": "Henkilökohtainen muistiinpano",
|
||||
"account.add_or_remove_from_list": "Lisää tai poista listoista",
|
||||
"account.add_or_remove_from_list": "Lisää tai poista listoilta",
|
||||
"account.badges.bot": "Botti",
|
||||
"account.badges.group": "Ryhmä",
|
||||
"account.block": "Estä @{name}",
|
||||
@@ -26,10 +26,10 @@
|
||||
"account.domain_blocked": "Verkkotunnus estetty",
|
||||
"account.edit_profile": "Muokkaa profiilia",
|
||||
"account.enable_notifications": "Ilmoita minulle, kun @{name} julkaisee",
|
||||
"account.endorse": "Suosittele profiilissa",
|
||||
"account.endorse": "Esittele profiilissa",
|
||||
"account.featured_tags.last_status_at": "Viimeisin julkaisu {date}",
|
||||
"account.featured_tags.last_status_never": "Ei julkaisuja",
|
||||
"account.featured_tags.title": "Käyttäjän {name} suosittelemat aihetunnisteet",
|
||||
"account.featured_tags.title": "Käyttäjän {name} esittelemät aihetunnisteet",
|
||||
"account.follow": "Seuraa",
|
||||
"account.follow_back": "Seuraa takaisin",
|
||||
"account.followers": "Seuraajat",
|
||||
@@ -62,15 +62,15 @@
|
||||
"account.requested_follow": "{name} on pyytänyt lupaa seurata sinua",
|
||||
"account.share": "Jaa käyttäjän @{name} profiili",
|
||||
"account.show_reblogs": "Näytä käyttäjän @{name} tehostukset",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"account.unblock": "Kumoa käyttäjän @{name} esto",
|
||||
"account.unblock_domain": "Kumoa verkkotunnuksen {domain} esto",
|
||||
"account.unblock_short": "Kumoa esto",
|
||||
"account.unendorse": "Kumoa suosittelu profiilissa",
|
||||
"account.unendorse": "Kumoa profiilissa esittely",
|
||||
"account.unfollow": "Älä seuraa",
|
||||
"account.unmute": "Poista käyttäjän @{name} mykistys",
|
||||
"account.unmute_notifications_short": "Poista ilmoitusten mykistys",
|
||||
"account.unmute_short": "Poista mykistys",
|
||||
"account.unmute": "Kumoa käyttäjän @{name} mykistys",
|
||||
"account.unmute_notifications_short": "Kumoa ilmoitusten mykistys",
|
||||
"account.unmute_short": "Kumoa mykistys",
|
||||
"account_note.placeholder": "Lisää muistiinpano napsauttamalla",
|
||||
"admin.dashboard.daily_retention": "Käyttäjien pysyvyys päivittäin rekisteröitymisen jälkeen",
|
||||
"admin.dashboard.monthly_retention": "Käyttäjien pysyvyys kuukausittain rekisteröitymisen jälkeen",
|
||||
@@ -81,11 +81,11 @@
|
||||
"admin.impact_report.instance_followers": "Seuraajat, jotka käyttäjämme menettäisivät",
|
||||
"admin.impact_report.instance_follows": "Seuraajat, jotka heidän käyttäjänsä menettäisivät",
|
||||
"admin.impact_report.title": "Vaikutusten yhteenveto",
|
||||
"alert.rate_limited.message": "Yritä uudelleen {retry_time, time, medium} jälkeen.",
|
||||
"alert.rate_limited.message": "Yritä uudelleen kello {retry_time, time, medium} jälkeen.",
|
||||
"alert.rate_limited.title": "Pyyntömäärää rajoitettu",
|
||||
"alert.unexpected.message": "Tapahtui odottamaton virhe.",
|
||||
"alert.unexpected.title": "Hups!",
|
||||
"alt_text_badge.title": "Vaihtoehtoinen teksti",
|
||||
"alt_text_badge.title": "Tekstivastine",
|
||||
"announcement.announcement": "Tiedote",
|
||||
"attachments_list.unprocessed": "(käsittelemätön)",
|
||||
"audio.hide": "Piilota ääni",
|
||||
@@ -149,7 +149,7 @@
|
||||
"compose.published.body": "Julkaisu lähetetty.",
|
||||
"compose.published.open": "Avaa",
|
||||
"compose.saved.body": "Julkaisu tallennettu.",
|
||||
"compose_form.direct_message_warning_learn_more": "Lisätietoja",
|
||||
"compose_form.direct_message_warning_learn_more": "Lue lisää",
|
||||
"compose_form.encryption_warning": "Mastodonin julkaisut eivät ole päästä päähän salattuja. Älä jaa arkaluonteisia tietoja Mastodonissa.",
|
||||
"compose_form.hashtag_warning": "Tätä julkaisua ei voi liittää aihetunnisteisiin, koska se ei ole julkinen. Vain näkyvyydeltään julkisiksi määritettyjä julkaisuja voidaan hakea aihetunnisteiden avulla.",
|
||||
"compose_form.lock_disclaimer": "Tilisi ei ole {locked}. Kuka tahansa voi seurata tiliäsi ja nähdä vain seuraajille rajaamasi julkaisut.",
|
||||
@@ -223,7 +223,7 @@
|
||||
"domain_block_modal.they_cant_follow": "Kukaan tältä palvelimelta ei voi seurata sinua.",
|
||||
"domain_block_modal.they_wont_know": "Hän ei saa tietää tulleensa estetyksi.",
|
||||
"domain_block_modal.title": "Estetäänkö verkkotunnus?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Menetät {followersCount, plural, one {{followersCountDisplay} seuraajasi} other {{followersCountDisplay} seuraajaasi}} ja {followingCount, plural, one {{followingCountDisplay} seurattavasi} other {{followingCountDisplay} seurattavaasi}}.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Menetät {followersCount, plural, one {{followersCountDisplay}:n seuraajasi} other {{followersCountDisplay} seuraajaasi}} ja {followingCount, plural, one {{followingCountDisplay}:n seurattavasi} other {{followingCountDisplay} seurattavaasi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Menetät kaikki tämän palvelimen seuraajasi ja seurattavasi.",
|
||||
"domain_block_modal.you_wont_see_posts": "Et enää näe julkaisuja etkä ilmoituksia tämän palvelimen käyttäjiltä.",
|
||||
"domain_pill.activitypub_lets_connect": "Sen avulla voit muodostaa yhteyden ja olla vuorovaikutuksessa ihmisten kanssa, ei vain Mastodonissa vaan myös muissa sosiaalisissa sovelluksissa.",
|
||||
@@ -259,7 +259,7 @@
|
||||
"empty_column.account_hides_collections": "Käyttäjä on päättänyt pitää nämä tiedot yksityisinä",
|
||||
"empty_column.account_suspended": "Tili jäädytetty",
|
||||
"empty_column.account_timeline": "Ei julkaisuja täällä!",
|
||||
"empty_column.account_unavailable": "Profiilia ei ole saatavilla",
|
||||
"empty_column.account_unavailable": "Profiili ei saatavilla",
|
||||
"empty_column.blocks": "Et ole vielä estänyt käyttäjiä.",
|
||||
"empty_column.bookmarked_statuses": "Et ole vielä lisännyt julkaisuja kirjanmerkkeihisi. Kun lisäät yhden, se näkyy tässä.",
|
||||
"empty_column.community": "Paikallinen aikajana on tyhjä. Kirjoita jotain julkista, niin homma lähtee käyntiin!",
|
||||
@@ -280,7 +280,7 @@
|
||||
"empty_column.public": "Täällä ei ole mitään! Kirjoita jotain julkisesti tai seuraa muiden palvelinten käyttäjiä, niin saat sisältöä",
|
||||
"error.unexpected_crash.explanation": "Sivua ei voida näyttää oikein ohjelmointivirheen tai selaimen yhteensopivuusvajeen vuoksi.",
|
||||
"error.unexpected_crash.explanation_addons": "Sivua ei voitu näyttää oikein. Tämä virhe johtuu todennäköisesti selaimen lisäosasta tai automaattisista käännöstyökaluista.",
|
||||
"error.unexpected_crash.next_steps": "Kokeile päivittää sivu. Jos se ei auta, voi Mastodonin käyttö ehkä onnistua eri selaimella tai natiivisovelluksella.",
|
||||
"error.unexpected_crash.next_steps": "Kokeile päivittää sivu. Jos se ei auta, Mastodonin käyttö voi ehkä onnistua eri selaimella tai natiivisovelluksella.",
|
||||
"error.unexpected_crash.next_steps_addons": "Yritä poistaa ne käytöstä, ja virkistä sitten sivunlataus. Mikäli ongelma jatkuu, voit mahdollisesti käyttää Mastodonia eri selaimella tai natiivilla sovelluksella.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "Kopioi pinon jäljitys leikepöydälle",
|
||||
"errors.unexpected_crash.report_issue": "Ilmoita ongelmasta",
|
||||
@@ -329,7 +329,7 @@
|
||||
"follow_suggestions.popular_suggestion_longer": "Suosittu palvelimella {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Samankaltainen kuin äskettäin seuraamasi profiilit",
|
||||
"follow_suggestions.view_all": "Näytä kaikki",
|
||||
"follow_suggestions.who_to_follow": "Ehdotuksia seurattavaksi",
|
||||
"follow_suggestions.who_to_follow": "Seurantaehdotuksia",
|
||||
"followed_tags": "Seurattavat aihetunnisteet",
|
||||
"footer.about": "Tietoja",
|
||||
"footer.directory": "Profiilihakemisto",
|
||||
@@ -350,12 +350,12 @@
|
||||
"hashtag.column_settings.tag_mode.any": "Mikä tahansa näistä",
|
||||
"hashtag.column_settings.tag_mode.none": "Ei mitään näistä",
|
||||
"hashtag.column_settings.tag_toggle": "Sisällytä lisätunnisteet tähän sarakkeeseen",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} osallistuja} other {{counter} osallistujaa}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one{{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}} tänään",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} osallistuja} other {{counter} osallistujaa}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}} tänään",
|
||||
"hashtag.follow": "Seuraa aihetunnistetta",
|
||||
"hashtag.unfollow": "Lopeta aihetunnisteen seuraaminen",
|
||||
"hashtags.and_other": "…ja {count, plural, other {# lisää}}",
|
||||
"hashtags.and_other": "…ja {count, plural, other {# lisää}}",
|
||||
"hints.profiles.followers_may_be_missing": "Tämän profiilin seuraajia saattaa puuttua.",
|
||||
"hints.profiles.follows_may_be_missing": "Tämän profiilin seurattavia saattaa puuttua.",
|
||||
"hints.profiles.posts_may_be_missing": "Tämän profiilin julkaisuja saattaa puuttua.",
|
||||
@@ -392,14 +392,14 @@
|
||||
"interaction_modal.on_another_server": "Toisella palvelimella",
|
||||
"interaction_modal.on_this_server": "Tällä palvelimella",
|
||||
"interaction_modal.sign_in": "Et ole kirjautunut tälle palvelimelle. Millä palvelimella tilisi sijaitsee?",
|
||||
"interaction_modal.sign_in_hint": "Vihje: Se on sama verkkosivusto, jolle rekisteröidyit. Jos et muista palvelintasi, etsi tervetulosähköposti saapuneista viesteistäsi. Voit syöttää myös koko käyttäjätunnuksesi! (Esimerkki: @Mastodon@Mastodon.social)",
|
||||
"interaction_modal.sign_in_hint": "Vinkki: Se on sama verkkosivusto, jolle rekisteröidyit. Jos et muista palvelintasi, etsi tervetulosähköposti saapuneista viesteistäsi. Voit syöttää myös koko käyttäjätunnuksesi! (Esimerkki: @Mastodon@Mastodon.social)",
|
||||
"interaction_modal.title.favourite": "Lisää käyttäjän {name} julkaisu suosikkeihin",
|
||||
"interaction_modal.title.follow": "Seuraa käyttäjää {name}",
|
||||
"interaction_modal.title.reblog": "Tehosta käyttäjän {name} julkaisua",
|
||||
"interaction_modal.title.reply": "Vastaa käyttäjän {name} julkaisuun",
|
||||
"intervals.full.days": "{number, plural, one {# päivä} other {# päivää}}",
|
||||
"intervals.full.hours": "{number, plural, one {# tunti} other {# tuntia}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuutti} other {# minuuttia}}",
|
||||
"intervals.full.days": "{number, plural, one {# päivä} other {# päivää}}",
|
||||
"intervals.full.hours": "{number, plural, one {# tunti} other {# tuntia}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minuutti} other {# minuuttia}}",
|
||||
"keyboard_shortcuts.back": "Siirry takaisin",
|
||||
"keyboard_shortcuts.blocked": "Avaa estettyjen käyttäjien luettelo",
|
||||
"keyboard_shortcuts.boost": "Tehosta julkaisua",
|
||||
@@ -428,7 +428,7 @@
|
||||
"keyboard_shortcuts.requests": "Avaa seurantapyyntöjen luettelo",
|
||||
"keyboard_shortcuts.search": "Kohdista hakukenttään",
|
||||
"keyboard_shortcuts.spoilers": "Näytä tai piilota sisältövaroituskenttä",
|
||||
"keyboard_shortcuts.start": "Avaa Näin pääset alkuun -sarake",
|
||||
"keyboard_shortcuts.start": "Avaa ”Näin pääset alkuun” -sarake",
|
||||
"keyboard_shortcuts.toggle_hidden": "Näytä tai piilota sisältövaroituksella merkitty teksti",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "Näytä tai piilota media",
|
||||
"keyboard_shortcuts.toot": "Luo uusi julkaisu",
|
||||
@@ -443,7 +443,7 @@
|
||||
"limited_account_hint.title": "Palvelimen {domain} moderaattorit ovat piilottaneet tämän profiilin.",
|
||||
"link_preview.author": "Tehnyt {name}",
|
||||
"link_preview.more_from_author": "Lisää tekijältä {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} julkaisu} other {{counter} julkaisua}}",
|
||||
"lists.account.add": "Lisää listaan",
|
||||
"lists.account.remove": "Poista listasta",
|
||||
"lists.delete": "Poista lista",
|
||||
@@ -458,7 +458,7 @@
|
||||
"lists.replies_policy.title": "Näytä vastaukset:",
|
||||
"lists.search": "Hae seuraamistasi käyttäjistä",
|
||||
"lists.subheading": "Omat listasi",
|
||||
"load_pending": "{count, plural, one {# uusi kohde} other {# uutta kohdetta}}",
|
||||
"load_pending": "{count, plural, one {# uusi kohde} other {# uutta kohdetta}}",
|
||||
"loading_indicator.label": "Ladataan…",
|
||||
"media_gallery.hide": "Piilota",
|
||||
"moved_to_account_banner.text": "Tilisi {disabledAccount} on tällä hetkellä poissa käytöstä, koska teit siirron tiliin {movedToAccount}.",
|
||||
@@ -509,7 +509,7 @@
|
||||
"notification.favourite": "{name} lisäsi julkaisusi suosikkeihinsa",
|
||||
"notification.favourite.name_and_others_with_link": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> lisäsivät julkaisusi suosikkeihinsa",
|
||||
"notification.follow": "{name} seurasi sinua",
|
||||
"notification.follow.name_and_others": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> seurasivat sinua",
|
||||
"notification.follow.name_and_others": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> seurasivat sinua",
|
||||
"notification.follow_request": "{name} on pyytänyt lupaa seurata sinua",
|
||||
"notification.follow_request.name_and_others": "{name} ja {count, plural, one {# muu} other {# muuta}} pyysivät saada seurata sinua",
|
||||
"notification.label.mention": "Maininta",
|
||||
@@ -530,7 +530,7 @@
|
||||
"notification.own_poll": "Äänestyksesi on päättynyt",
|
||||
"notification.poll": "Äänestys, johon osallistuit, on päättynyt",
|
||||
"notification.reblog": "{name} tehosti julkaisuasi",
|
||||
"notification.reblog.name_and_others_with_link": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> tehostivat julkaisuasi",
|
||||
"notification.reblog.name_and_others_with_link": "{name} ja <a>{count, plural, one {# muu} other {# muuta}}</a> tehostivat julkaisuasi",
|
||||
"notification.relationships_severance_event": "Menetettiin yhteydet palvelimeen {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Palvelimen {from} ylläpitäjä on jäädyttänyt palvelimen {target} vuorovaikutuksen. Enää et voi siis vastaanottaa päivityksiä heiltä tai olla yhteyksissä heidän kanssaan.",
|
||||
"notification.relationships_severance_event.domain_block": "Palvelimen {from} ylläpitäjä on estänyt palvelimen {target} vuorovaikutuksen – mukaan lukien {followersCount} seuraajistasi ja {followingCount, plural, one {# seurattavistasi} other {# seurattavistasi}}.",
|
||||
@@ -539,7 +539,7 @@
|
||||
"notification.status": "{name} julkaisi juuri",
|
||||
"notification.update": "{name} muokkasi julkaisua",
|
||||
"notification_requests.accept": "Hyväksy",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Hyväksy # pyyntö…} other {Hyväksy # pyyntöä…}}",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Hyväksy # pyyntö…} other {Hyväksy # pyyntöä…}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Hyväksy pyyntö} other {Hyväksy pyynnöt}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "Olet aikeissa hyväksyä {count, plural, one {ilmoituspyynnön} other {# ilmoituspyyntöä}}. Haluatko varmasti jatkaa?",
|
||||
"notification_requests.confirm_accept_multiple.title": "Hyväksytäänkö ilmoituspyynnöt?",
|
||||
@@ -602,7 +602,7 @@
|
||||
"notifications.policy.filter_limited_accounts_title": "Moderoidut tilit",
|
||||
"notifications.policy.filter_new_accounts.hint": "Luotu {days, plural, one {viime päivän} other {viimeisen # päivän}} aikana",
|
||||
"notifications.policy.filter_new_accounts_title": "Uudet tilit",
|
||||
"notifications.policy.filter_not_followers_hint": "Mukaan lukien alle {days, plural, one {päivän} other {# päivää}} sinua seuranneet",
|
||||
"notifications.policy.filter_not_followers_hint": "Mukaan lukien alle {days, plural, one {päivän} other {# päivää}} sinua seuranneet",
|
||||
"notifications.policy.filter_not_followers_title": "Käyttäjät, jotka eivät seuraa sinua",
|
||||
"notifications.policy.filter_not_following_hint": "Kunnes hyväksyt heidät manuaalisesti",
|
||||
"notifications.policy.filter_not_following_title": "Käyttäjät, joita et seuraa",
|
||||
@@ -656,11 +656,11 @@
|
||||
"poll.closed": "Päättynyt",
|
||||
"poll.refresh": "Päivitä",
|
||||
"poll.reveal": "Näytä tulokset",
|
||||
"poll.total_people": "{count, plural, one {# käyttäjä} other {# käyttäjää}}",
|
||||
"poll.total_votes": "{count, plural, one {# ääni} other {# ääntä}}",
|
||||
"poll.total_people": "{count, plural, one {# käyttäjä} other {# käyttäjää}}",
|
||||
"poll.total_votes": "{count, plural, one {# ääni} other {# ääntä}}",
|
||||
"poll.vote": "Äänestä",
|
||||
"poll.voted": "Äänestit tätä vastausta",
|
||||
"poll.votes": "{votes, plural, one {# ääni} other {# ääntä}}",
|
||||
"poll.votes": "{votes, plural, one {# ääni} other {# ääntä}}",
|
||||
"poll_button.add_poll": "Lisää äänestys",
|
||||
"poll_button.remove_poll": "Poista äänestys",
|
||||
"privacy.change": "Muuta julkaisun näkyvyyttä",
|
||||
@@ -679,18 +679,18 @@
|
||||
"refresh": "Päivitä",
|
||||
"regeneration_indicator.label": "Ladataan…",
|
||||
"regeneration_indicator.sublabel": "Kotisyötettäsi valmistellaan!",
|
||||
"relative_time.days": "{number} pv",
|
||||
"relative_time.full.days": "{number, plural, one {# päivä} other {# päivää}} sitten",
|
||||
"relative_time.full.hours": "{number, plural, one {# tunti} other {# tuntia}} sitten",
|
||||
"relative_time.days": "{number} pv",
|
||||
"relative_time.full.days": "{number, plural, one {# päivä} other {# päivää}} sitten",
|
||||
"relative_time.full.hours": "{number, plural, one {# tunti} other {# tuntia}} sitten",
|
||||
"relative_time.full.just_now": "juuri nyt",
|
||||
"relative_time.full.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} sitten",
|
||||
"relative_time.full.seconds": "{number, plural, one {# sekunti} other {# sekuntia}} sitten",
|
||||
"relative_time.hours": "{number} t",
|
||||
"relative_time.full.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} sitten",
|
||||
"relative_time.full.seconds": "{number, plural, one {# sekunti} other {# sekuntia}} sitten",
|
||||
"relative_time.hours": "{number} t",
|
||||
"relative_time.just_now": "nyt",
|
||||
"relative_time.minutes": "{number} min",
|
||||
"relative_time.seconds": "{number} s",
|
||||
"relative_time.minutes": "{number} min",
|
||||
"relative_time.seconds": "{number} s",
|
||||
"relative_time.today": "tänään",
|
||||
"reply_indicator.attachments": "{count, plural, one {# liite} other {# liitettä}}",
|
||||
"reply_indicator.attachments": "{count, plural, one {# liite} other {# liitettä}}",
|
||||
"reply_indicator.cancel": "Peruuta",
|
||||
"reply_indicator.poll": "Äänestys",
|
||||
"report.block": "Estä",
|
||||
@@ -733,7 +733,7 @@
|
||||
"report.thanks.title_actionable": "Kiitos raportista – tutkimme asiaa.",
|
||||
"report.unfollow": "Lopeta käyttäjän @{name} seuraaminen",
|
||||
"report.unfollow_explanation": "Seuraat tätä tiliä. Jotta et enää näkisi sen julkaisuja kotisyötteessäsi, lopeta tilin seuraaminen.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} julkaisu} other {{count} julkaisua}} liitteenä",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} julkaisu} other {{count} julkaisua}} liitteenä",
|
||||
"report_notification.categories.legal": "Lakiseikat",
|
||||
"report_notification.categories.legal_sentence": "laiton sisältö",
|
||||
"report_notification.categories.other": "Muu",
|
||||
@@ -748,11 +748,11 @@
|
||||
"search.quick_action.account_search": "Profiilit haulla {x}",
|
||||
"search.quick_action.go_to_account": "Siirry profiiliin {x}",
|
||||
"search.quick_action.go_to_hashtag": "Siirry aihetunnisteeseen {x}",
|
||||
"search.quick_action.open_url": "Avaa URL-osoite Mastodonissa",
|
||||
"search.quick_action.open_url": "Avaa URL-osoite Mastodonissa",
|
||||
"search.quick_action.status_search": "Julkaisut haulla {x}",
|
||||
"search.search_or_paste": "Hae tai liitä URL-osoite",
|
||||
"search.search_or_paste": "Hae tai liitä URL-osoite",
|
||||
"search_popout.full_text_search_disabled_message": "Ei saatavilla palvelimella {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Käytettävissä vain sisäänkirjautuneena.",
|
||||
"search_popout.full_text_search_logged_out_message": "Saatavilla vain sisäänkirjautuneena.",
|
||||
"search_popout.language_code": "ISO-kielikoodi",
|
||||
"search_popout.options": "Hakuvalinnat",
|
||||
"search_popout.quick_actions": "Pikatoiminnot",
|
||||
@@ -791,7 +791,7 @@
|
||||
"status.direct_indicator": "Yksityismaininta",
|
||||
"status.edit": "Muokkaa",
|
||||
"status.edited": "Viimeksi muokattu {date}",
|
||||
"status.edited_x_times": "Muokattu {count, plural, one {{count} kerran} other {{count} kertaa}}",
|
||||
"status.edited_x_times": "Muokattu {count, plural, one {{count} kerran} other {{count} kertaa}}",
|
||||
"status.embed": "Hanki upotuskoodi",
|
||||
"status.favourite": "Suosikki",
|
||||
"status.favourites": "{count, plural, one {suosikki} other {suosikkia}}",
|
||||
@@ -827,10 +827,10 @@
|
||||
"status.show_less_all": "Näytä kaikista vähemmän",
|
||||
"status.show_more_all": "Näytä kaikista enemmän",
|
||||
"status.show_original": "Näytä alkuperäinen",
|
||||
"status.title.with_attachments": "{user} liitti {attachmentCount, plural, one {{attachmentCount} tiedoston} other {{attachmentCount} tiedostoa}}",
|
||||
"status.title.with_attachments": "{user} julkaisi {attachmentCount, plural, one {liitteen} other {{attachmentCount} liitettä}}",
|
||||
"status.translate": "Käännä",
|
||||
"status.translated_from_with": "Käännetty kielestä {lang} käyttäen palvelua {provider}",
|
||||
"status.uncached_media_warning": "Esikatselu ei ole käytettävissä",
|
||||
"status.translated_from_with": "Käännetty kielestä {lang} palvelulla {provider}",
|
||||
"status.uncached_media_warning": "Esikatselu ei saatavilla",
|
||||
"status.unmute_conversation": "Kumoa keskustelun mykistys",
|
||||
"status.unpin": "Irrota profiilista",
|
||||
"subscribed_languages.lead": "Vain valituilla kielillä kirjoitetut julkaisut näkyvät koti- ja lista-aikajanoillasi muutoksen jälkeen. Älä valitse mitään, jos haluat nähdä julkaisuja kaikilla kielillä.",
|
||||
@@ -838,17 +838,17 @@
|
||||
"subscribed_languages.target": "Vaihda tilattuja kieliä käyttäjältä {target}",
|
||||
"tabs_bar.home": "Koti",
|
||||
"tabs_bar.notifications": "Ilmoitukset",
|
||||
"time_remaining.days": "{number, plural, one {# päivä} other {# päivää}} jäljellä",
|
||||
"time_remaining.hours": "{number, plural, one {# tunti} other {# tuntia}} jäljellä",
|
||||
"time_remaining.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} jäljellä",
|
||||
"time_remaining.days": "{number, plural, one {# päivä} other {# päivää}} jäljellä",
|
||||
"time_remaining.hours": "{number, plural, one {# tunti} other {# tuntia}} jäljellä",
|
||||
"time_remaining.minutes": "{number, plural, one {# minuutti} other {# minuuttia}} jäljellä",
|
||||
"time_remaining.moments": "Hetkiä jäljellä",
|
||||
"time_remaining.seconds": "{number, plural, one {# sekunti} other {# sekuntia}} jäljellä",
|
||||
"time_remaining.seconds": "{number, plural, one {# sekunti} other {# sekuntia}} jäljellä",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} käyttäjä} other {{counter} käyttäjää}} {days, plural, one {viime päivänä} other {viimeisenä {days} päivänä}}",
|
||||
"trends.trending_now": "Suosittua nyt",
|
||||
"ui.beforeunload": "Luonnos häviää, jos poistut Mastodonista.",
|
||||
"units.short.billion": "{count} mrd.",
|
||||
"units.short.million": "{count} milj.",
|
||||
"units.short.thousand": "{count} t.",
|
||||
"units.short.billion": "{count} mrd.",
|
||||
"units.short.million": "{count} milj.",
|
||||
"units.short.thousand": "{count} t.",
|
||||
"upload_area.title": "Lähetä raahaamalla ja pudottamalla tähän",
|
||||
"upload_button.label": "Lisää kuvia, video tai äänitiedosto",
|
||||
"upload_error.limit": "Tiedostolähetysten rajoitus ylitetty.",
|
||||
|
||||
@@ -56,13 +56,22 @@
|
||||
"account.no_bio": "Walang nakalaan na paglalarawan.",
|
||||
"account.open_original_page": "Buksan ang pinagmulang pahina",
|
||||
"account.posts": "Mga post",
|
||||
"account.posts_with_replies": "Mga Post at Reply",
|
||||
"account.report": "I-ulat si/ang @{name}",
|
||||
"account.requested": "Naghihintay ng pag-apruba. I-click upang ikansela ang hiling sa pagsunod",
|
||||
"account.requested_follow": "Hinihiling ni {name} na sundan ka",
|
||||
"account.share": "Ibahagi ang profile ni @{name}",
|
||||
"account.show_reblogs": "Ipakita ang mga pagpapalakas mula sa/kay {name}",
|
||||
"account.statuses_counter": "{count,plural,one {{counter} i-post} other {{counter} mga post}}",
|
||||
"account.unblock": "I-unblock si @{name}",
|
||||
"account.unblock_domain": "I-unblock ang domain {domain}",
|
||||
"account.unblock_short": "I-unblock",
|
||||
"account.unendorse": "Huwag itampok sa profile",
|
||||
"account.unfollow": "Huwag nang sundan",
|
||||
"account.unmute": "I-unmute si @{name}",
|
||||
"account.unmute_notifications_short": "I-unmute ang mga notification",
|
||||
"account.unmute_short": "I-unmute",
|
||||
"account_note.placeholder": "I-click para magdagdag ng note",
|
||||
"admin.dashboard.retention.cohort_size": "Mga bagong tagagamit",
|
||||
"alert.rate_limited.message": "Mangyaring subukan muli pagkatapos ng {retry_time, time, medium}.",
|
||||
"audio.hide": "Itago ang tunog",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"account.following_counter": "{count, plural, one {{counter} fylgir} other {{counter} fylgja}}",
|
||||
"account.follows.empty": "Hesin brúkari fylgir ongum enn.",
|
||||
"account.go_to_profile": "Far til vanga",
|
||||
"account.hide_reblogs": "Fjal lyft frá @{name}",
|
||||
"account.hide_reblogs": "Fjal stimbran frá @{name}",
|
||||
"account.in_memoriam": "In memoriam.",
|
||||
"account.joined_short": "Gjørdist limur",
|
||||
"account.languages": "Broyt fylgd mál",
|
||||
@@ -61,7 +61,7 @@
|
||||
"account.requested": "Bíðar eftir góðkenning. Trýst fyri at angra umbønina",
|
||||
"account.requested_follow": "{name} hevur biðið um at fylgja tær",
|
||||
"account.share": "Deil vanga @{name}'s",
|
||||
"account.show_reblogs": "Vís lyft frá @{name}",
|
||||
"account.show_reblogs": "Vís stimbran frá @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} postur} other {{counter} postar}}",
|
||||
"account.unblock": "Banna ikki @{name}",
|
||||
"account.unblock_domain": "Banna ikki økisnavnið {domain}",
|
||||
@@ -345,7 +345,7 @@
|
||||
"hashtag.column_header.tag_mode.any": "ella {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "uttan {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Einki uppskot funnið",
|
||||
"hashtag.column_settings.select.placeholder": "Áset fráboðanarmerki…",
|
||||
"hashtag.column_settings.select.placeholder": "Áset frámerki…",
|
||||
"hashtag.column_settings.tag_mode.all": "Øll hesi",
|
||||
"hashtag.column_settings.tag_mode.any": "Okkurt av hesum",
|
||||
"hashtag.column_settings.tag_mode.none": "Einki av hesum",
|
||||
@@ -364,7 +364,7 @@
|
||||
"hints.profiles.see_more_posts": "Sí fleiri postar á {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Svar frá øðrum ambætarum mangla møguliga.",
|
||||
"hints.threads.see_more": "Sí fleiri svar á {domain}",
|
||||
"home.column_settings.show_reblogs": "Vís lyft",
|
||||
"home.column_settings.show_reblogs": "Vís stimbranir",
|
||||
"home.column_settings.show_replies": "Vís svar",
|
||||
"home.hide_announcements": "Fjal kunngerðir",
|
||||
"home.pending_critical_update.body": "Vinarliga dagfør Mastodon ambætaran hjá tær so skjótt sum møguligt!",
|
||||
@@ -402,7 +402,7 @@
|
||||
"intervals.full.minutes": "{number, plural, one {# minuttur} other {# minuttir}}",
|
||||
"keyboard_shortcuts.back": "Bakka",
|
||||
"keyboard_shortcuts.blocked": "Siggj listan við bannaðum brúkarum",
|
||||
"keyboard_shortcuts.boost": "Lyft post",
|
||||
"keyboard_shortcuts.boost": "Stimbra post",
|
||||
"keyboard_shortcuts.column": "Fá teig í miðdepilin",
|
||||
"keyboard_shortcuts.compose": "Fá skriviøkið í miðdeplin",
|
||||
"keyboard_shortcuts.description": "Frágreiðing",
|
||||
@@ -529,7 +529,7 @@
|
||||
"notification.moderation_warning.action_suspend": "Konta tín er ógildað.",
|
||||
"notification.own_poll": "Tín atkvøðugreiðsla er endað",
|
||||
"notification.poll": "Ein atkvøðugreiðsla, har tú atkvøddi, er endað",
|
||||
"notification.reblog": "{name} lyfti tín post",
|
||||
"notification.reblog": "{name} stimbraði tín post",
|
||||
"notification.reblog.name_and_others_with_link": "{name} og <a>{count, plural, one {# annar/onnur} other {# onnur}}</a> framhevjaðu tín post",
|
||||
"notification.relationships_severance_event": "Mist sambond við {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Ein umsitari frá {from} hevur gjørt {target} óvirkna, sum merkir, at tú ikki kanst móttaka dagføringar ella virka saman við teimum longur.",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.cancel_follow_request": "Retirer cette demande d'abonnement",
|
||||
"account.copy": "Copier le lien vers le profil",
|
||||
"account.copy": "Copier le lien du profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie",
|
||||
"account.domain_blocked": "Domaine bloqué",
|
||||
@@ -221,7 +221,7 @@
|
||||
"domain_block_modal.block_account_instead": "Bloquer @{name} à la place",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Les personnes de ce serveur peuvent interagir avec vos anciens messages.",
|
||||
"domain_block_modal.they_cant_follow": "Personne de ce serveur ne peut vous suivre.",
|
||||
"domain_block_modal.they_wont_know": "Il ne saura pas qu'il a été bloqué.",
|
||||
"domain_block_modal.they_wont_know": "Les utilisateur·rice·s du serveur ne sauront pas que celui-ci est bloqué.",
|
||||
"domain_block_modal.title": "Bloquer le domaine ?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vous allez perdre {followersCount, plural, one {{followersCountDisplay} abonné·e} other {{followersCountDisplay} abonné·e·s}} et {followingCount, plural, one {{followingCountDisplay} personne que vous suivez} other {{followingCountDisplay} personnes que vous suivez}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Vous allez perdre tous les abonné·e·s et les personnes que vous suivez sur ce serveur.",
|
||||
@@ -230,12 +230,12 @@
|
||||
"domain_pill.activitypub_like_language": "ActivityPub est comme une langue que Mastodon utilise pour communiquer avec les autres réseaux sociaux.",
|
||||
"domain_pill.server": "Serveur",
|
||||
"domain_pill.their_handle": "Son identifiant :",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses posts résident.",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses messages résident.",
|
||||
"domain_pill.their_username": "Son identifiant unique sur leur serveur. Il est possible de rencontrer des utilisateur·rice·s avec le même nom sur différents serveurs.",
|
||||
"domain_pill.username": "Nom d’utilisateur",
|
||||
"domain_pill.username": "Nom d’utilisateur·rice",
|
||||
"domain_pill.whats_in_a_handle": "Qu'est-ce qu'un identifiant ?",
|
||||
"domain_pill.who_they_are": "Comme un identifiant contient le nom et le service hébergeant une personne, vous pouvez interagir sur <button>les plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, vous pouvez interagir avec <button>les autres plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, tout le monde peut interagir avec vous à l'aide de <button>plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Votre identifiant :",
|
||||
"domain_pill.your_server": "Votre foyer numérique, là où vos messages résident. Vous souhaitez changer ? Lancez un transfert vers un autre serveur quand vous le voulez et vos abonné·e·s suivront automatiquement.",
|
||||
"domain_pill.your_username": "Votre identifiant unique sur ce serveur. Il est possible de rencontrer des utilisateur·rice·s ayant le même nom d'utilisateur sur différents serveurs.",
|
||||
@@ -442,7 +442,7 @@
|
||||
"limited_account_hint.action": "Afficher le profil quand même",
|
||||
"limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
|
||||
"link_preview.author": "Par {name}",
|
||||
"link_preview.more_from_author": "Plus via {name}",
|
||||
"link_preview.more_from_author": "Voir plus de {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
"lists.account.add": "Ajouter à une liste",
|
||||
"lists.account.remove": "Retirer d'une liste",
|
||||
@@ -464,13 +464,13 @@
|
||||
"moved_to_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé parce que vous avez déménagé sur {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Cacher des notifications",
|
||||
"mute_modal.hide_options": "Masquer les options",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je les réactive",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je l'affiche à nouveau",
|
||||
"mute_modal.show_options": "Afficher les options",
|
||||
"mute_modal.they_can_mention_and_follow": "Ils peuvent vous mentionner et vous suivre, mais vous ne les verrez pas.",
|
||||
"mute_modal.they_wont_know": "Ils ne sauront pas qu'ils ont été rendus silencieux.",
|
||||
"mute_modal.title": "Rendre cet utilisateur silencieux ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les publications qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"mute_modal.they_can_mention_and_follow": "Il peut vous mentionner et vous suivre, mais vous ne le verrez pas.",
|
||||
"mute_modal.they_wont_know": "Il ne saura pas qu'il est masqué.",
|
||||
"mute_modal.title": "Masquer le compte ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages le mentionnant.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos messages, mais vous ne verrez pas les siens.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||
@@ -501,7 +501,7 @@
|
||||
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
|
||||
"notification.admin.report": "{name} a signalé {target}",
|
||||
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} depuis {target}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} a signalé {target} pour {category}",
|
||||
"notification.admin.report_statuses_other": "{name} a signalé {target}",
|
||||
"notification.admin.sign_up": "{name} s'est inscrit·e",
|
||||
@@ -514,7 +514,7 @@
|
||||
"notification.follow_request.name_and_others": "{name} et {count, plural, one {# autre} other {# autres}} ont demandé à vous suivre",
|
||||
"notification.label.mention": "Mention",
|
||||
"notification.label.private_mention": "Mention privée",
|
||||
"notification.label.private_reply": "Répondre en privé",
|
||||
"notification.label.private_reply": "Réponse privée",
|
||||
"notification.label.reply": "Réponse",
|
||||
"notification.mention": "Mention",
|
||||
"notification.mentioned_you": "{name} vous a mentionné·e",
|
||||
@@ -620,12 +620,12 @@
|
||||
"onboarding.follows.empty": "Malheureusement, aucun résultat ne peut être affiché pour le moment. Vous pouvez essayer de rechercher ou de parcourir la page \"Explorer\" pour trouver des personnes à suivre, ou réessayer plus tard.",
|
||||
"onboarding.follows.lead": "You curate your own home feed. The more people you follow, the more active and interesting it will be. These profiles may be a good starting point—you can always unfollow them later!",
|
||||
"onboarding.follows.title": "Popular on Mastodon",
|
||||
"onboarding.profile.discoverable": "Rendre mon profil découvrable",
|
||||
"onboarding.profile.discoverable": "Permettre de découvrir mon profil",
|
||||
"onboarding.profile.discoverable_hint": "Lorsque vous acceptez d'être découvert sur Mastodon, vos messages peuvent apparaître dans les résultats de recherche et les tendances, et votre profil peut être suggéré à des personnes ayant des intérêts similaires aux vôtres.",
|
||||
"onboarding.profile.display_name": "Nom affiché",
|
||||
"onboarding.profile.display_name_hint": "Votre nom complet ou votre nom rigolo…",
|
||||
"onboarding.profile.lead": "Vous pouvez toujours compléter cela plus tard dans les paramètres. Vous y trouverez encore plus d'options de personnalisation.",
|
||||
"onboarding.profile.note": "Biographie",
|
||||
"onboarding.profile.note": "Bio",
|
||||
"onboarding.profile.note_hint": "Vous pouvez @mentionner d'autres personnes ou #hashtags…",
|
||||
"onboarding.profile.save_and_continue": "Enregistrer et continuer",
|
||||
"onboarding.profile.title": "Configuration du profil",
|
||||
@@ -769,7 +769,7 @@
|
||||
"server_banner.about_active_users": "Personnes utilisant ce serveur au cours des 30 derniers jours (Comptes actifs mensuellement)",
|
||||
"server_banner.active_users": "comptes actifs",
|
||||
"server_banner.administered_by": "Administré par:",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédivers.",
|
||||
"server_banner.server_stats": "Statistiques du serveur:",
|
||||
"sign_in_banner.create_account": "Créer un compte",
|
||||
"sign_in_banner.follow_anyone": "Suivez n'importe qui à travers le fédivers et affichez tout dans un ordre chronologique. Ni algorithmes, ni publicités, ni appâts à clics en perspective.",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"about.contact": "Contact :",
|
||||
"about.disclaimer": "Mastodon est un logiciel libre, open-source et une marque déposée de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Raison non disponible",
|
||||
"about.domain_blocks.preamble": "Mastodon vous permet généralement de visualiser le contenu et d'interagir avec les utilisateur⋅rices de n'importe quel autre serveur dans le fédivers. Voici les exceptions qui ont été faites sur ce serveur-là.",
|
||||
"about.domain_blocks.preamble": "Mastodon vous permet généralement de visualiser le contenu et d'interagir avec les utilisateurs et utilisatrices de n'importe quel autre serveur dans le fédivers. Voici les exceptions qui ont été faites sur ce serveur.",
|
||||
"about.domain_blocks.silenced.explanation": "Vous ne verrez généralement pas les profils et le contenu de ce serveur, à moins que vous ne les recherchiez explicitement ou que vous ne choisissiez de les suivre.",
|
||||
"about.domain_blocks.silenced.title": "Limité",
|
||||
"about.domain_blocks.suspended.explanation": "Aucune donnée de ce serveur ne sera traitée, enregistrée ou échangée, rendant impossible toute interaction ou communication avec les comptes de ce serveur.",
|
||||
@@ -20,12 +20,12 @@
|
||||
"account.block_short": "Bloquer",
|
||||
"account.blocked": "Bloqué·e",
|
||||
"account.cancel_follow_request": "Annuler l'abonnement",
|
||||
"account.copy": "Copier le lien vers le profil",
|
||||
"account.direct": "Mention privée @{name}",
|
||||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie quelque chose",
|
||||
"account.copy": "Copier le lien du profil",
|
||||
"account.direct": "Mentionner @{name} en privé",
|
||||
"account.disable_notifications": "Ne plus me notifier les publications de @{name}",
|
||||
"account.domain_blocked": "Domaine bloqué",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie quelque chose",
|
||||
"account.enable_notifications": "Me notifier les publications de @{name}",
|
||||
"account.endorse": "Recommander sur votre profil",
|
||||
"account.featured_tags.last_status_at": "Dernier message le {date}",
|
||||
"account.featured_tags.last_status_never": "Aucun message",
|
||||
@@ -40,17 +40,17 @@
|
||||
"account.follows.empty": "Cet·te utilisateur·rice ne suit personne pour l’instant.",
|
||||
"account.go_to_profile": "Voir le profil",
|
||||
"account.hide_reblogs": "Masquer les partages de @{name}",
|
||||
"account.in_memoriam": "En mémoire de.",
|
||||
"account.in_memoriam": "En mémoire.",
|
||||
"account.joined_short": "Ici depuis",
|
||||
"account.languages": "Modifier les langues d'abonnements",
|
||||
"account.link_verified_on": "La propriété de ce lien a été vérifiée le {date}",
|
||||
"account.locked_info": "Ce compte est privé. Son ou sa propriétaire approuve manuellement qui peut le suivre.",
|
||||
"account.media": "Médias",
|
||||
"account.mention": "Mentionner @{name}",
|
||||
"account.moved_to": "{name} a indiqué que son nouveau compte est maintenant :",
|
||||
"account.moved_to": "{name} a indiqué que son nouveau compte est maintenant :",
|
||||
"account.mute": "Masquer @{name}",
|
||||
"account.mute_notifications_short": "Désactiver les notifications",
|
||||
"account.mute_short": "Mettre en sourdine",
|
||||
"account.mute_short": "Masquer",
|
||||
"account.muted": "Masqué·e",
|
||||
"account.mutual": "Mutuel",
|
||||
"account.no_bio": "Aucune description fournie.",
|
||||
@@ -78,7 +78,7 @@
|
||||
"admin.dashboard.retention.cohort": "Mois d'inscription",
|
||||
"admin.dashboard.retention.cohort_size": "Nouveaux comptes",
|
||||
"admin.impact_report.instance_accounts": "Profils de comptes que cela supprimerait",
|
||||
"admin.impact_report.instance_followers": "Abonnées que nos utilisateurs perdraient",
|
||||
"admin.impact_report.instance_followers": "Abonné·e·s que nos utilisateur·rice·s perdraient",
|
||||
"admin.impact_report.instance_follows": "Abonné·e·s que leurs utilisateur·rice·s perdraient",
|
||||
"admin.impact_report.title": "Résumé de l'impact",
|
||||
"alert.rate_limited.message": "Veuillez réessayer après {retry_time, time, medium}.",
|
||||
@@ -106,8 +106,8 @@
|
||||
"bundle_column_error.network.body": "Une erreur s'est produite lors du chargement de cette page. Cela peut être dû à un problème temporaire avec votre connexion internet ou avec ce serveur.",
|
||||
"bundle_column_error.network.title": "Erreur réseau",
|
||||
"bundle_column_error.retry": "Réessayer",
|
||||
"bundle_column_error.return": "Retour à l'accueil",
|
||||
"bundle_column_error.routing.body": "La page demandée est introuvable. Êtes-vous sûr que l’URL dans la barre d’adresse est correcte ?",
|
||||
"bundle_column_error.return": "Retourner à l'accueil",
|
||||
"bundle_column_error.routing.body": "La page demandée est introuvable. Est-ce que l'URL dans la barre d’adresse est correcte ?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Fermer",
|
||||
"bundle_modal_error.message": "Une erreur s’est produite lors du chargement de ce composant.",
|
||||
@@ -118,9 +118,9 @@
|
||||
"closed_registrations_modal.preamble": "Mastodon est décentralisé : peu importe où vous créez votre compte, vous serez en mesure de suivre et d'interagir avec quiconque sur ce serveur. Vous pouvez même l'héberger !",
|
||||
"closed_registrations_modal.title": "Inscription sur Mastodon",
|
||||
"column.about": "À propos",
|
||||
"column.blocks": "Utilisateurs bloqués",
|
||||
"column.blocks": "Comptes bloqués",
|
||||
"column.bookmarks": "Marque-pages",
|
||||
"column.community": "Fil public local",
|
||||
"column.community": "Fil local",
|
||||
"column.direct": "Mentions privées",
|
||||
"column.directory": "Parcourir les profils",
|
||||
"column.domain_blocks": "Domaines bloqués",
|
||||
@@ -144,9 +144,9 @@
|
||||
"community.column_settings.local_only": "Local seulement",
|
||||
"community.column_settings.media_only": "Média uniquement",
|
||||
"community.column_settings.remote_only": "Distant seulement",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues...",
|
||||
"compose.published.body": "Message Publié.",
|
||||
"compose.language.change": "Modifier la langue",
|
||||
"compose.language.search": "Rechercher langue…",
|
||||
"compose.published.body": "Message publié.",
|
||||
"compose.published.open": "Ouvrir",
|
||||
"compose.saved.body": "Message enregistré.",
|
||||
"compose_form.direct_message_warning_learn_more": "En savoir plus",
|
||||
@@ -159,8 +159,8 @@
|
||||
"compose_form.poll.multiple": "Choix multiple",
|
||||
"compose_form.poll.option_placeholder": "Option {number}",
|
||||
"compose_form.poll.single": "Choix unique",
|
||||
"compose_form.poll.switch_to_multiple": "Changer le sondage pour autoriser plusieurs choix",
|
||||
"compose_form.poll.switch_to_single": "Modifier le sondage pour autoriser qu'un seul choix",
|
||||
"compose_form.poll.switch_to_multiple": "Modifier le sondage pour autoriser plusieurs choix",
|
||||
"compose_form.poll.switch_to_single": "Modifier le sondage pour autoriser un seul choix",
|
||||
"compose_form.poll.type": "Style",
|
||||
"compose_form.publish": "Publier",
|
||||
"compose_form.publish_form": "Nouveau message",
|
||||
@@ -177,8 +177,8 @@
|
||||
"confirmations.delete_list.confirm": "Supprimer",
|
||||
"confirmations.delete_list.message": "Voulez-vous vraiment supprimer définitivement cette liste ?",
|
||||
"confirmations.delete_list.title": "Supprimer la liste ?",
|
||||
"confirmations.discard_edit_media.confirm": "Rejeter",
|
||||
"confirmations.discard_edit_media.message": "Vous avez des modifications non enregistrées de la description ou de l'aperçu du média, les supprimer quand même ?",
|
||||
"confirmations.discard_edit_media.confirm": "Supprimer",
|
||||
"confirmations.discard_edit_media.message": "Vous avez des modifications non enregistrées de la description ou de l'aperçu du média. Voulez-vous les supprimer ?",
|
||||
"confirmations.edit.confirm": "Modifier",
|
||||
"confirmations.edit.message": "Modifier maintenant écrasera votre message en cours de rédaction. Voulez-vous vraiment continuer ?",
|
||||
"confirmations.edit.title": "Remplacer le message ?",
|
||||
@@ -186,8 +186,8 @@
|
||||
"confirmations.logout.message": "Voulez-vous vraiment vous déconnecter ?",
|
||||
"confirmations.logout.title": "Se déconnecter ?",
|
||||
"confirmations.mute.confirm": "Masquer",
|
||||
"confirmations.redraft.confirm": "Supprimer et ré-écrire",
|
||||
"confirmations.redraft.message": "Voulez-vous vraiment supprimer le message pour le réécrire ? Ses partages ainsi que ses mises en favori seront perdues, et ses réponses seront orphelines.",
|
||||
"confirmations.redraft.confirm": "Supprimer et réécrire",
|
||||
"confirmations.redraft.message": "Voulez-vous vraiment supprimer le message pour le réécrire ? Ses partages ainsi que ses mises en favori seront perdus, et ses réponses seront orphelines.",
|
||||
"confirmations.redraft.title": "Supprimer et réécrire le message ?",
|
||||
"confirmations.reply.confirm": "Répondre",
|
||||
"confirmations.reply.message": "Répondre maintenant écrasera votre message en cours de rédaction. Voulez-vous vraiment continuer ?",
|
||||
@@ -205,14 +205,14 @@
|
||||
"copy_icon_button.copied": "Copié dans le presse-papier",
|
||||
"copypaste.copied": "Copié",
|
||||
"copypaste.copy_to_clipboard": "Copier dans le presse-papiers",
|
||||
"directory.federated": "Du fédiverse connu",
|
||||
"directory.federated": "Du fédivers connu",
|
||||
"directory.local": "De {domain} seulement",
|
||||
"directory.new_arrivals": "Inscrit·e·s récemment",
|
||||
"directory.recently_active": "Actif·ve·s récemment",
|
||||
"disabled_account_banner.account_settings": "Paramètres du compte",
|
||||
"disabled_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé.",
|
||||
"dismissable_banner.community_timeline": "Voici les messages publics les plus récents des comptes hébergés par {domain}.",
|
||||
"dismissable_banner.dismiss": "Rejeter",
|
||||
"dismissable_banner.dismiss": "Fermer",
|
||||
"dismissable_banner.explore_links": "On parle actuellement de ces nouvelles sur ce serveur, ainsi que sur d'autres serveurs du réseau décentralisé.",
|
||||
"dismissable_banner.explore_statuses": "Ces messages venant de tout le web social gagnent en popularité aujourd’hui. Les nouveaux messages avec plus de boosts et de favoris sont classés plus haut.",
|
||||
"dismissable_banner.explore_tags": "Ces hashtags sont actuellement en train de gagner de l'ampleur parmi les personnes sur les serveurs du réseau décentralisé dont celui-ci.",
|
||||
@@ -221,7 +221,7 @@
|
||||
"domain_block_modal.block_account_instead": "Bloquer @{name} à la place",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Les personnes de ce serveur peuvent interagir avec vos anciens messages.",
|
||||
"domain_block_modal.they_cant_follow": "Personne de ce serveur ne peut vous suivre.",
|
||||
"domain_block_modal.they_wont_know": "Il ne saura pas qu'il a été bloqué.",
|
||||
"domain_block_modal.they_wont_know": "Les utilisateur·rice·s du serveur ne sauront pas que celui-ci est bloqué.",
|
||||
"domain_block_modal.title": "Bloquer le domaine ?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Vous allez perdre {followersCount, plural, one {{followersCountDisplay} abonné·e} other {{followersCountDisplay} abonné·e·s}} et {followingCount, plural, one {{followingCountDisplay} personne que vous suivez} other {{followingCountDisplay} personnes que vous suivez}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Vous allez perdre tous les abonné·e·s et les personnes que vous suivez sur ce serveur.",
|
||||
@@ -230,16 +230,16 @@
|
||||
"domain_pill.activitypub_like_language": "ActivityPub est comme une langue que Mastodon utilise pour communiquer avec les autres réseaux sociaux.",
|
||||
"domain_pill.server": "Serveur",
|
||||
"domain_pill.their_handle": "Son identifiant :",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses posts résident.",
|
||||
"domain_pill.their_server": "Son foyer numérique, là où tous ses messages résident.",
|
||||
"domain_pill.their_username": "Son identifiant unique sur leur serveur. Il est possible de rencontrer des utilisateur·rice·s avec le même nom sur différents serveurs.",
|
||||
"domain_pill.username": "Nom d’utilisateur",
|
||||
"domain_pill.username": "Nom d’utilisateur·rice",
|
||||
"domain_pill.whats_in_a_handle": "Qu'est-ce qu'un identifiant ?",
|
||||
"domain_pill.who_they_are": "Comme un identifiant contient le nom et le service hébergeant une personne, vous pouvez interagir sur <button>les plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, vous pouvez interagir avec <button>les autres plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Comme un identifiant indique votre nom et le service vous hébergeant, tout le monde peut interagir avec vous à l'aide de <button>plateformes sociales implémentant ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Votre identifiant :",
|
||||
"domain_pill.your_server": "Votre foyer numérique, là où vos messages résident. Vous souhaitez changer ? Lancez un transfert vers un autre serveur quand vous le voulez et vos abonné·e·s suivront automatiquement.",
|
||||
"domain_pill.your_username": "Votre identifiant unique sur ce serveur. Il est possible de rencontrer des utilisateur·rice·s ayant le même nom d'utilisateur sur différents serveurs.",
|
||||
"embed.instructions": "Intégrez ce message à votre site en copiant le code ci-dessous.",
|
||||
"embed.instructions": "Intégrer ce message à votre site en copiant le code ci-dessous.",
|
||||
"embed.preview": "Il apparaîtra comme cela :",
|
||||
"emoji_button.activity": "Activités",
|
||||
"emoji_button.clear": "Effacer",
|
||||
@@ -287,7 +287,7 @@
|
||||
"explore.search_results": "Résultats de la recherche",
|
||||
"explore.suggested_follows": "Personnes",
|
||||
"explore.title": "Explorer",
|
||||
"explore.trending_links": "Nouvelles",
|
||||
"explore.trending_links": "Actualités",
|
||||
"explore.trending_statuses": "Messages",
|
||||
"explore.trending_tags": "Hashtags",
|
||||
"filter_modal.added.context_mismatch_explanation": "Cette catégorie de filtre ne s'applique pas au contexte dans lequel vous avez accédé à ce message. Si vous voulez que le message soit filtré dans ce contexte également, vous devrez modifier le filtre.",
|
||||
@@ -442,7 +442,7 @@
|
||||
"limited_account_hint.action": "Afficher le profil quand même",
|
||||
"limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
|
||||
"link_preview.author": "Par {name}",
|
||||
"link_preview.more_from_author": "Plus via {name}",
|
||||
"link_preview.more_from_author": "Voir plus de {name}",
|
||||
"link_preview.shares": "{count, plural, one {{counter} message} other {{counter} messages}}",
|
||||
"lists.account.add": "Ajouter à la liste",
|
||||
"lists.account.remove": "Supprimer de la liste",
|
||||
@@ -464,13 +464,13 @@
|
||||
"moved_to_account_banner.text": "Votre compte {disabledAccount} est actuellement désactivé parce que vous l'avez déplacé à {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Cacher des notifications",
|
||||
"mute_modal.hide_options": "Masquer les options",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je les réactive",
|
||||
"mute_modal.indefinite": "Jusqu'à ce que je l'affiche à nouveau",
|
||||
"mute_modal.show_options": "Afficher les options",
|
||||
"mute_modal.they_can_mention_and_follow": "Ils peuvent vous mentionner et vous suivre, mais vous ne les verrez pas.",
|
||||
"mute_modal.they_wont_know": "Ils ne sauront pas qu'ils ont été rendus silencieux.",
|
||||
"mute_modal.title": "Rendre cet utilisateur silencieux ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les publications qui le mentionne.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos publications, mais vous ne verrez pas les siennes.",
|
||||
"mute_modal.they_can_mention_and_follow": "Il peut vous mentionner et vous suivre, mais vous ne le verrez pas.",
|
||||
"mute_modal.they_wont_know": "Il ne saura pas qu'il est masqué.",
|
||||
"mute_modal.title": "Masquer le compte ?",
|
||||
"mute_modal.you_wont_see_mentions": "Vous ne verrez pas les messages le mentionnant.",
|
||||
"mute_modal.you_wont_see_posts": "Il peut toujours voir vos messages, mais vous ne verrez pas les siens.",
|
||||
"navigation_bar.about": "À propos",
|
||||
"navigation_bar.administration": "Administration",
|
||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||
@@ -501,7 +501,7 @@
|
||||
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
|
||||
"notification.admin.report": "{name} a signalé {target}",
|
||||
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} depuis {target}",
|
||||
"notification.admin.report_account_other": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} a signalé {target} pour {category}",
|
||||
"notification.admin.report_statuses_other": "{name} a signalé {target}",
|
||||
"notification.admin.sign_up": "{name} s'est inscrit·e",
|
||||
@@ -514,7 +514,7 @@
|
||||
"notification.follow_request.name_and_others": "{name} et {count, plural, one {# autre} other {# autres}} ont demandé à vous suivre",
|
||||
"notification.label.mention": "Mention",
|
||||
"notification.label.private_mention": "Mention privée",
|
||||
"notification.label.private_reply": "Répondre en privé",
|
||||
"notification.label.private_reply": "Réponse privée",
|
||||
"notification.label.reply": "Réponse",
|
||||
"notification.mention": "Mention",
|
||||
"notification.mentioned_you": "{name} vous a mentionné·e",
|
||||
@@ -620,7 +620,7 @@
|
||||
"onboarding.follows.empty": "Malheureusement, aucun résultat ne peut être affiché pour le moment. Vous pouvez essayer d'utiliser la recherche ou parcourir la page de découverte pour trouver des personnes à suivre, ou réessayez plus tard.",
|
||||
"onboarding.follows.lead": "Votre flux principal est le principal moyen de découvrir Mastodon. Plus vous suivez de personnes, plus il sera actif et intéressant. Pour commencer, voici quelques suggestions :",
|
||||
"onboarding.follows.title": "Personnaliser votre flux principal",
|
||||
"onboarding.profile.discoverable": "Rendre mon profil découvrable",
|
||||
"onboarding.profile.discoverable": "Permettre de découvrir mon profil",
|
||||
"onboarding.profile.discoverable_hint": "Lorsque vous acceptez d'être découvert sur Mastodon, vos messages peuvent apparaître dans les résultats de recherche et les tendances, et votre profil peut être suggéré à des personnes ayant des intérêts similaires aux vôtres.",
|
||||
"onboarding.profile.display_name": "Nom affiché",
|
||||
"onboarding.profile.display_name_hint": "Votre nom complet ou votre nom rigolo…",
|
||||
@@ -714,7 +714,7 @@
|
||||
"report.reasons.dislike": "Cela ne me plaît pas",
|
||||
"report.reasons.dislike_description": "Ce n'est pas quelque chose que vous voulez voir",
|
||||
"report.reasons.legal": "C'est illégal",
|
||||
"report.reasons.legal_description": "Vous pensez que cela viole la loi de votre pays ou celui du serveur",
|
||||
"report.reasons.legal_description": "Vous pensez que cela viole la loi de votre pays ou de celui du serveur",
|
||||
"report.reasons.other": "Pour une autre raison",
|
||||
"report.reasons.other_description": "Le problème ne correspond pas aux autres catégories",
|
||||
"report.reasons.spam": "C'est du spam",
|
||||
@@ -733,7 +733,7 @@
|
||||
"report.thanks.title_actionable": "Merci pour votre signalement, nous allons investiguer.",
|
||||
"report.unfollow": "Ne plus suivre @{name}",
|
||||
"report.unfollow_explanation": "Vous êtes abonné à ce compte. Pour ne plus voir ses messages dans votre fil principal, retirez-le de votre liste d'abonnements.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} message lié} other {{count} messages liés}}",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} message joint} other {{count} messages joints}}",
|
||||
"report_notification.categories.legal": "Légal",
|
||||
"report_notification.categories.legal_sentence": "contenu illégal",
|
||||
"report_notification.categories.other": "Autre",
|
||||
@@ -769,7 +769,7 @@
|
||||
"server_banner.about_active_users": "Personnes utilisant ce serveur au cours des 30 derniers jours (Comptes actifs mensuellement)",
|
||||
"server_banner.active_users": "comptes actifs",
|
||||
"server_banner.administered_by": "Administré par :",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.",
|
||||
"server_banner.is_one_of_many": "{domain} est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédivers.",
|
||||
"server_banner.server_stats": "Statistiques du serveur :",
|
||||
"sign_in_banner.create_account": "Créer un compte",
|
||||
"sign_in_banner.follow_anyone": "Suivez n'importe qui à travers le fédivers et affichez tout dans un ordre chronologique. Ni algorithmes, ni publicités, ni appâts à clics en perspective.",
|
||||
@@ -787,7 +787,7 @@
|
||||
"status.copy": "Copier le lien vers le message",
|
||||
"status.delete": "Supprimer",
|
||||
"status.detailed_status": "Vue détaillée de la conversation",
|
||||
"status.direct": "Mention privée @{name}",
|
||||
"status.direct": "Mentionner @{name} en privé",
|
||||
"status.direct_indicator": "Mention privée",
|
||||
"status.edit": "Modifier",
|
||||
"status.edited": "Dernière modification le {date}",
|
||||
@@ -796,17 +796,17 @@
|
||||
"status.favourite": "Ajouter aux favoris",
|
||||
"status.favourites": "{count, plural, one {favori} other {favoris}}",
|
||||
"status.filter": "Filtrer ce message",
|
||||
"status.history.created": "créé par {name} {date}",
|
||||
"status.history.edited": "modifié par {name} {date}",
|
||||
"status.history.created": "Créé par {name} {date}",
|
||||
"status.history.edited": "Modifié par {name} {date}",
|
||||
"status.load_more": "Charger plus",
|
||||
"status.media.open": "Cliquez pour ouvrir",
|
||||
"status.media.open": "Cliquer pour ouvrir",
|
||||
"status.media.show": "Cliquer pour afficher",
|
||||
"status.media_hidden": "Média caché",
|
||||
"status.mention": "Mentionner @{name}",
|
||||
"status.more": "Plus",
|
||||
"status.mute": "Masquer @{name}",
|
||||
"status.mute_conversation": "Masquer la conversation",
|
||||
"status.open": "Afficher le message entier",
|
||||
"status.open": "Développer ce message",
|
||||
"status.pin": "Épingler sur le profil",
|
||||
"status.pinned": "Message épinglé",
|
||||
"status.read_more": "Lire la suite",
|
||||
@@ -835,7 +835,7 @@
|
||||
"status.unpin": "Retirer du profil",
|
||||
"subscribed_languages.lead": "Seuls les messages dans les langues sélectionnées apparaîtront sur votre fil principal et vos listes de fils après le changement. Sélectionnez aucune pour recevoir les messages dans toutes les langues.",
|
||||
"subscribed_languages.save": "Enregistrer les modifications",
|
||||
"subscribed_languages.target": "Changer les langues abonnées pour {target}",
|
||||
"subscribed_languages.target": "Modifier les langues d'abonnements pour {target}",
|
||||
"tabs_bar.home": "Accueil",
|
||||
"tabs_bar.notifications": "Notifications",
|
||||
"time_remaining.days": "{number, plural, one {# jour restant} other {# jours restants}}",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"about.blocks": "Freastalaithe faoi stiúir",
|
||||
"about.blocks": "Freastalaithe modhnaithe",
|
||||
"about.contact": "Teagmháil:",
|
||||
"about.disclaimer": "Bogearra foinse oscailte saor in aisce is ea Mastodon, agus is le Mastodon gGmbH an trádmharc.",
|
||||
"about.domain_blocks.no_reason_available": "Níl an fáth ar fáil",
|
||||
"about.domain_blocks.preamble": "Go hiondúil, tugann Mastadán cead duit a bheith ag plé le húsáideoirí as freastalaí ar bith eile sa chomhchruinne agus a gcuid inneachair a fheiceáil. Seo iad na heisceachtaí a rinneadh ar an bhfreastalaí áirithe seo.",
|
||||
"about.domain_blocks.no_reason_available": "Cúis nach bhfuil ar fáil",
|
||||
"about.domain_blocks.preamble": "Go ginearálta, tugann Mastodon deis duit ábhar a fheiceáil ó aon fhreastalaí eile sa fediverse agus idirghníomhú leo. Seo iad na heisceachtaí atá déanta ar an bhfreastalaí seo.",
|
||||
"about.domain_blocks.silenced.explanation": "Go hiondúil ní fheicfidh tú próifílí ná inneachar ón bhfreastalaí seo, ach amháin má bhíonn tú á lorg nó má ghlacann tú lena leanúint d'aon ghnó.",
|
||||
"about.domain_blocks.silenced.title": "Teoranta",
|
||||
"about.domain_blocks.suspended.explanation": "Ní dhéanfar aon sonra ón fhreastalaí seo a phróiseáil, a stóráil ná a mhalartú, rud a fhágann nach féidir aon teagmháil ná aon chumarsáid a dhéanamh le húsáideoirí ón fhreastalaí seo.",
|
||||
@@ -13,16 +13,16 @@
|
||||
"about.rules": "Rialacha an fhreastalaí",
|
||||
"account.account_note_header": "Nóta pearsanta",
|
||||
"account.add_or_remove_from_list": "Cuir Le nó Bain De na liostaí",
|
||||
"account.badges.bot": "Bota",
|
||||
"account.badges.bot": "Uathoibrithe",
|
||||
"account.badges.group": "Grúpa",
|
||||
"account.block": "Déan cosc ar @{name}",
|
||||
"account.block": "Bac @{name}",
|
||||
"account.block_domain": "Bac ainm fearainn {domain}",
|
||||
"account.block_short": "Bloc",
|
||||
"account.block_short": "Bac",
|
||||
"account.blocked": "Bactha",
|
||||
"account.cancel_follow_request": "Éirigh as iarratas leanta",
|
||||
"account.cancel_follow_request": "Cealaigh leanúint",
|
||||
"account.copy": "Cóipeáil nasc chuig an bpróifíl",
|
||||
"account.direct": "Luaigh @{name} go príobháideach",
|
||||
"account.disable_notifications": "Éirigh as ag cuir mé in eol nuair bpostálann @{name}",
|
||||
"account.disable_notifications": "Stop ag cur in iúl dom nuair a dhéanann @{name} postáil",
|
||||
"account.domain_blocked": "Ainm fearainn bactha",
|
||||
"account.edit_profile": "Cuir an phróifíl in eagar",
|
||||
"account.enable_notifications": "Cuir mé in eol nuair bpostálann @{name}",
|
||||
@@ -31,7 +31,7 @@
|
||||
"account.featured_tags.last_status_never": "Gan aon phoist",
|
||||
"account.featured_tags.title": "Haischlib faoi thrácht {name}",
|
||||
"account.follow": "Lean",
|
||||
"account.follow_back": "Leanúint ar ais",
|
||||
"account.follow_back": "Lean ar ais",
|
||||
"account.followers": "Leantóirí",
|
||||
"account.followers.empty": "Ní leanann éinne an t-úsáideoir seo fós.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} leantóir} other {{counter} leantóirí}}",
|
||||
@@ -40,7 +40,7 @@
|
||||
"account.follows.empty": "Ní leanann an t-úsáideoir seo aon duine go fóill.",
|
||||
"account.go_to_profile": "Téigh go dtí próifíl",
|
||||
"account.hide_reblogs": "Folaigh moltaí ó @{name}",
|
||||
"account.in_memoriam": "Cuimhneachán.",
|
||||
"account.in_memoriam": "Ón tseanaimsir.",
|
||||
"account.joined_short": "Cláraithe",
|
||||
"account.languages": "Athraigh teangacha foscríofa",
|
||||
"account.link_verified_on": "Seiceáladh úinéireacht an naisc seo ar {date}",
|
||||
@@ -82,9 +82,9 @@
|
||||
"admin.impact_report.instance_follows": "Leanúna a bheadh a n-úsáideoirí chailleadh",
|
||||
"admin.impact_report.title": "Achoimre ar an tionchar",
|
||||
"alert.rate_limited.message": "Atriail aris tar éis {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Rátatheoranta",
|
||||
"alert.rate_limited.title": "Ráta teoranta",
|
||||
"alert.unexpected.message": "Tharla earráid gan choinne.",
|
||||
"alert.unexpected.title": "Hiúps!",
|
||||
"alert.unexpected.title": "Úps!",
|
||||
"alt_text_badge.title": "Téacs alt",
|
||||
"announcement.announcement": "Fógra",
|
||||
"attachments_list.unprocessed": "(neamhphróiseáilte)",
|
||||
@@ -95,18 +95,18 @@
|
||||
"block_modal.they_cant_mention": "Ní féidir leo tú a lua ná a leanúint.",
|
||||
"block_modal.they_cant_see_posts": "Ní féidir leo do chuid postálacha a fheiceáil agus ní fheicfidh tú a gcuid postanna.",
|
||||
"block_modal.they_will_know": "Is féidir leo a fheiceáil go bhfuil bac orthu.",
|
||||
"block_modal.title": "An bhfuil fonn ort an t-úsáideoir a bhlocáil?",
|
||||
"block_modal.title": "Úsáideoir a bhlocáil?",
|
||||
"block_modal.you_wont_see_mentions": "Ní fheicfidh tú postálacha a luann iad.",
|
||||
"boost_modal.combo": "Is féidir leat {combo} a bhrú chun é seo a scipeáil an chéad uair eile",
|
||||
"boost_modal.reblog": "An post a threisiú?",
|
||||
"boost_modal.undo_reblog": "An deireadh a chur le postáil?",
|
||||
"bundle_column_error.copy_stacktrace": "Cóipeáil tuairisc earráide",
|
||||
"bundle_column_error.error.body": "Ní féidir an leathanach a iarradh a sholáthar. Seans gurb amhlaidh mar gheall ar fhabht sa chód, nó mar gheall ar mhíréireacht leis an mbrabhsálaí.",
|
||||
"bundle_column_error.error.title": "Ó, níl sé sin go maith!",
|
||||
"bundle_column_error.error.title": "Ó, ní hea!",
|
||||
"bundle_column_error.network.body": "Tharla earráid agus an leathanach á lódáil. Seans gur mar gheall ar fhadhb shealadach le do nasc idirlín nó i ndáil leis an bhfreastalaí seo atá sé.",
|
||||
"bundle_column_error.network.title": "Earráid líonra",
|
||||
"bundle_column_error.retry": "Bain triail as arís",
|
||||
"bundle_column_error.return": "Téigh abhaile",
|
||||
"bundle_column_error.return": "Téigh ar ais abhaile",
|
||||
"bundle_column_error.routing.body": "Ní féidir teacht ar an leathanach a iarradh. An bhfuil tú cinnte go bhfuil an URL sa seoladh i gceart?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "Dún",
|
||||
@@ -118,7 +118,7 @@
|
||||
"closed_registrations_modal.preamble": "Ós rud é go bhfuil Mastodon díláraithe, is cuma cá háit a chruthaíonn tú do chuntas, beidh tú in ann idirghníomhú le haon duine ar an bhfreastalaí seo agus iad a leanúint. Is féidir fiú é a féin-óstáil!",
|
||||
"closed_registrations_modal.title": "Cláraigh le Mastodon",
|
||||
"column.about": "Maidir le",
|
||||
"column.blocks": "Cuntais choiscthe",
|
||||
"column.blocks": "Úsáideoirí blocáilte",
|
||||
"column.bookmarks": "Leabharmharcanna",
|
||||
"column.community": "Amlíne áitiúil",
|
||||
"column.direct": "Luann príobháideach",
|
||||
@@ -139,7 +139,7 @@
|
||||
"column_header.moveRight_settings": "Bog an colún ar dheis",
|
||||
"column_header.pin": "Pionna",
|
||||
"column_header.show_settings": "Taispeáin socruithe",
|
||||
"column_header.unpin": "Bain pionna",
|
||||
"column_header.unpin": "Díbhioráin",
|
||||
"column_subheading.settings": "Socruithe",
|
||||
"community.column_settings.local_only": "Áitiúil amháin",
|
||||
"community.column_settings.media_only": "Meáin Amháin",
|
||||
@@ -150,12 +150,12 @@
|
||||
"compose.published.open": "Oscail",
|
||||
"compose.saved.body": "Postáil sábháilte.",
|
||||
"compose_form.direct_message_warning_learn_more": "Tuilleadh eolais",
|
||||
"compose_form.encryption_warning": "Ní criptiú taobh-go-taobh déanta ar theachtaireachtaí ar Mhastodon. Ná roinn eolas íogair ar Mhastodon.",
|
||||
"compose_form.encryption_warning": "Ní bhíonn poist ar Mastodon criptithe ó cheann ceann. Ná roinn aon fhaisnéis íogair ar Mastodon.",
|
||||
"compose_form.hashtag_warning": "Ní áireofar an teachtaireacht seo faoi haischlib ar bith mar níl sí ar fáil don phobal. Ní féidir ach teachtaireachtaí poiblí a chuardach de réir haischlib.",
|
||||
"compose_form.lock_disclaimer": "Níl an cuntas seo {locked}. Féadfaidh duine ar bith tú a leanúint agus na postálacha atá dírithe agat ar do lucht leanúna amháin a fheiceáil.",
|
||||
"compose_form.lock_disclaimer.lock": "faoi ghlas",
|
||||
"compose_form.placeholder": "Cad atá ag tarlú?",
|
||||
"compose_form.poll.duration": "Achar suirbhéanna",
|
||||
"compose_form.placeholder": "Cad atá ar d’intinn?",
|
||||
"compose_form.poll.duration": "Fad an vótaíochta",
|
||||
"compose_form.poll.multiple": "Ilrogha",
|
||||
"compose_form.poll.option_placeholder": "Rogha {number}",
|
||||
"compose_form.poll.single": "Roghnaigh ceann amháin",
|
||||
@@ -170,7 +170,7 @@
|
||||
"compose_form.spoiler.unmarked": "Cuir rabhadh ábhair",
|
||||
"compose_form.spoiler_placeholder": "Rabhadh ábhair (roghnach)",
|
||||
"confirmation_modal.cancel": "Cealaigh",
|
||||
"confirmations.block.confirm": "Bac",
|
||||
"confirmations.block.confirm": "Bloc",
|
||||
"confirmations.delete.confirm": "Scrios",
|
||||
"confirmations.delete.message": "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?",
|
||||
"confirmations.delete.title": "Scrios postáil?",
|
||||
@@ -184,7 +184,7 @@
|
||||
"confirmations.edit.title": "Forscríobh postáil?",
|
||||
"confirmations.logout.confirm": "Logáil amach",
|
||||
"confirmations.logout.message": "An bhfuil tú cinnte gur mhaith leat logáil amach?",
|
||||
"confirmations.logout.title": "Logáil Amach?",
|
||||
"confirmations.logout.title": "Logáil amach?",
|
||||
"confirmations.mute.confirm": "Balbhaigh",
|
||||
"confirmations.redraft.confirm": "Scrios ⁊ athdhréachtaigh",
|
||||
"confirmations.redraft.message": "An bhfuil tú cinnte gur mhaith leat an postáil seo a scriosadh agus é a athdhréachtú? Caillfear ceanáin agus treisithe, agus dílleachtaí freagraí ar an mbunphostála.",
|
||||
|
||||
@@ -672,7 +672,7 @@
|
||||
"privacy.public.short": "Poblach",
|
||||
"privacy.unlisted.additional": "Tha seo coltach ris an fhaicsinneachd phoblach ach cha nochd am post air loidhnichean-ama an t-saoghail phoblaich, nan tagaichean hais no an rùrachaidh no ann an toraidhean luirg Mhastodon fiù ’s ma thug thu ro-aonta airson sin seachad.",
|
||||
"privacy.unlisted.long": "Ìre bheag an algairim",
|
||||
"privacy.unlisted.short": "Poblach ach sàmhach",
|
||||
"privacy.unlisted.short": "Sàmhach",
|
||||
"privacy_policy.last_updated": "An t-ùrachadh mu dheireadh {date}",
|
||||
"privacy_policy.title": "Poileasaidh prìobhaideachd",
|
||||
"recommended": "Molta",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"account.badges.bot": "Automatizada",
|
||||
"account.badges.group": "Grupo",
|
||||
"account.block": "Bloquear @{name}",
|
||||
"account.block_domain": "Agochar todo de {domain}",
|
||||
"account.block_domain": "Bloquear o dominio {domain}",
|
||||
"account.block_short": "Bloquear",
|
||||
"account.blocked": "Bloqueada",
|
||||
"account.cancel_follow_request": "Desbotar a solicitude de seguimento",
|
||||
@@ -666,7 +666,7 @@
|
||||
"privacy.change": "Axustar privacidade",
|
||||
"privacy.direct.long": "Todas as mencionadas na publicación",
|
||||
"privacy.direct.short": "Persoas mencionadas",
|
||||
"privacy.private.long": "Só para seguidoras",
|
||||
"privacy.private.long": "Só quen te segue",
|
||||
"privacy.private.short": "Seguidoras",
|
||||
"privacy.public.long": "Para todas dentro e fóra de Mastodon",
|
||||
"privacy.public.short": "Público",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"account.endorse": "קדם את החשבון בפרופיל",
|
||||
"account.featured_tags.last_status_at": "חצרוץ אחרון בתאריך {date}",
|
||||
"account.featured_tags.last_status_never": "אין חצרוצים",
|
||||
"account.featured_tags.title": "התגיות המועדפות של {name}",
|
||||
"account.featured_tags.title": "התגיות הנבחרות של {name}",
|
||||
"account.follow": "לעקוב",
|
||||
"account.follow_back": "לעקוב בחזרה",
|
||||
"account.followers": "עוקבים",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"about.not_available": "यह जानकारी इस सर्वर पर उपलब्ध नहीं कराई गई है।",
|
||||
"about.powered_by": "{mastodon} द्वारा संचालित डेसेंट्रलीसेड सोशल मीडिया प्लैटफ़ॉर्म!",
|
||||
"about.rules": "सर्वर के नियम",
|
||||
"account.account_note_header": "व्यक्तिगत नोंध",
|
||||
"account.add_or_remove_from_list": "सूची में जोड़ें या हटाए",
|
||||
"account.badges.bot": "बॉट",
|
||||
"account.badges.group": "समूह",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"alert.rate_limited.title": "Ograničenje učestalosti",
|
||||
"alert.unexpected.message": "Dogodila se neočekivana greška.",
|
||||
"alert.unexpected.title": "Ups!",
|
||||
"alt_text_badge.title": "Alternativni tekst",
|
||||
"announcement.announcement": "Najava",
|
||||
"attachments_list.unprocessed": "(neobrađeno)",
|
||||
"audio.hide": "Sakrij audio",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"column.directory": "Navigar profilos",
|
||||
"column.domain_blocks": "Dominios blocate",
|
||||
"column.favourites": "Favorites",
|
||||
"column.firehose": "Fluxos in directo",
|
||||
"column.firehose": "Fluxos in vivo",
|
||||
"column.follow_requests": "Requestas de sequimento",
|
||||
"column.home": "Initio",
|
||||
"column.lists": "Listas",
|
||||
@@ -670,7 +670,7 @@
|
||||
"privacy.private.short": "Sequitores",
|
||||
"privacy.public.long": "Quicunque, sur Mastodon o non",
|
||||
"privacy.public.short": "Public",
|
||||
"privacy.unlisted.additional": "Isto es exactemente como public, excepte que le message non apparera in fluxos in directo, in hashtags, in Explorar, o in le recerca de Mastodon, mesmo si tu ha optate pro render tote le conto discoperibile.",
|
||||
"privacy.unlisted.additional": "Isto es exactemente como public, excepte que le message non apparera in fluxos in vivo, in hashtags, in Explorar, o in le recerca de Mastodon, mesmo si tu ha optate pro render tote le conto discoperibile.",
|
||||
"privacy.unlisted.long": "Minus fanfares algorithmic",
|
||||
"privacy.unlisted.short": "Public, non listate",
|
||||
"privacy_policy.last_updated": "Ultime actualisation {date}",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"account.languages": "Breyta tungumálum í áskrift",
|
||||
"account.link_verified_on": "Eignarhald á þessum tengli var athugað þann {date}",
|
||||
"account.locked_info": "Staða gagnaleyndar á þessum aðgangi er stillt á læsingu. Eigandinn yfirfer handvirkt hverjir geti fylgst með honum.",
|
||||
"account.media": "Myndskrár",
|
||||
"account.media": "Myndefni",
|
||||
"account.mention": "Minnast á @{name}",
|
||||
"account.moved_to": "{name} hefur gefið til kynna að nýi notandaaðgangurinn sé:",
|
||||
"account.mute": "Þagga niður í @{name}",
|
||||
@@ -53,7 +53,7 @@
|
||||
"account.mute_short": "Þagga niður",
|
||||
"account.muted": "Þaggaður",
|
||||
"account.mutual": "Sameiginlegir",
|
||||
"account.no_bio": "Engri lýsingu útvegað.",
|
||||
"account.no_bio": "Engin lýsing gefin upp.",
|
||||
"account.open_original_page": "Opna upprunalega síðu",
|
||||
"account.posts": "Færslur",
|
||||
"account.posts_with_replies": "Færslur og svör",
|
||||
@@ -241,14 +241,14 @@
|
||||
"domain_pill.your_username": "Sértækt auðkenni þitt á þessum netþjóni. Það er mögulegt að finna notendur með sama notandanafn á mismunandi netþjónum.",
|
||||
"embed.instructions": "Felldu þessa færslu inn í vefsvæðið þitt með því að afrita kóðann hér fyrir neðan.",
|
||||
"embed.preview": "Svona mun þetta líta út:",
|
||||
"emoji_button.activity": "Virkni",
|
||||
"emoji_button.activity": "Athafnir",
|
||||
"emoji_button.clear": "Hreinsa",
|
||||
"emoji_button.custom": "Sérsniðin",
|
||||
"emoji_button.flags": "Flögg",
|
||||
"emoji_button.food": "Matur og drykkur",
|
||||
"emoji_button.label": "Setja inn tjáningartákn",
|
||||
"emoji_button.label": "Setja inn lyndistákn",
|
||||
"emoji_button.nature": "Náttúra",
|
||||
"emoji_button.not_found": "Engin samsvarandi tjáningartákn fundust",
|
||||
"emoji_button.not_found": "Engin samsvarandi lyndistákn fundust",
|
||||
"emoji_button.objects": "Hlutir",
|
||||
"emoji_button.people": "Fólk",
|
||||
"emoji_button.recent": "Oft notuð",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"about.domain_blocks.suspended.explanation": "Nessun dato proveniente da questo server verrà elaborato, conservato o scambiato, rendendo impossibile qualsiasi interazione o comunicazione con gli utenti da questo server.",
|
||||
"about.domain_blocks.suspended.title": "Sospeso",
|
||||
"about.not_available": "Queste informazioni non sono state rese disponibili su questo server.",
|
||||
"about.powered_by": "Social media decentralizzato alimentato da {mastodon}",
|
||||
"about.powered_by": "Social media decentralizzato basato su {mastodon}",
|
||||
"about.rules": "Regole del server",
|
||||
"account.account_note_header": "Note personali",
|
||||
"account.add_or_remove_from_list": "Aggiungi o Rimuovi dalle liste",
|
||||
@@ -34,7 +34,7 @@
|
||||
"account.follow_back": "Segui a tua volta",
|
||||
"account.followers": "Follower",
|
||||
"account.followers.empty": "Ancora nessuno segue questo utente.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} seguace} other {{counter} seguaci}}",
|
||||
"account.followers_counter": "{count, plural, one {{counter} follower} other {{counter} follower}}",
|
||||
"account.following": "Seguiti",
|
||||
"account.following_counter": "{count, plural, one {{counter} segui} other {{counter} seguiti}}",
|
||||
"account.follows.empty": "Questo utente non segue ancora nessuno.",
|
||||
@@ -78,8 +78,8 @@
|
||||
"admin.dashboard.retention.cohort": "Mese d'iscrizione",
|
||||
"admin.dashboard.retention.cohort_size": "Nuovi utenti",
|
||||
"admin.impact_report.instance_accounts": "Profili di account che questo eliminerebbe",
|
||||
"admin.impact_report.instance_followers": "I seguaci che i nostri utenti perderebbero",
|
||||
"admin.impact_report.instance_follows": "I seguaci che i loro utenti perderebbero",
|
||||
"admin.impact_report.instance_followers": "I follower che i nostri utenti perderebbero",
|
||||
"admin.impact_report.instance_follows": "I follower che i loro utenti perderebbero",
|
||||
"admin.impact_report.title": "Riepilogo dell'impatto",
|
||||
"alert.rate_limited.message": "Sei pregato di riprovare dopo le {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Limitazione per eccesso di richieste",
|
||||
@@ -125,7 +125,7 @@
|
||||
"column.directory": "Sfoglia profili",
|
||||
"column.domain_blocks": "Domini bloccati",
|
||||
"column.favourites": "Preferiti",
|
||||
"column.firehose": "Feed dal vivo",
|
||||
"column.firehose": "Feed in diretta",
|
||||
"column.follow_requests": "Richieste di seguirti",
|
||||
"column.home": "Home",
|
||||
"column.lists": "Liste",
|
||||
@@ -152,7 +152,7 @@
|
||||
"compose_form.direct_message_warning_learn_more": "Scopri di più",
|
||||
"compose_form.encryption_warning": "I post su Mastodon non sono crittografati end-to-end. Non condividere alcuna informazione sensibile su Mastodon.",
|
||||
"compose_form.hashtag_warning": "Questo post non sarà elencato sotto alcun hashtag, poiché non è pubblico. Solo i post pubblici possono essere cercati per hashtag.",
|
||||
"compose_form.lock_disclaimer": "Il tuo profilo non è {locked}. Chiunque può seguirti per visualizzare i tuoi post per soli seguaci.",
|
||||
"compose_form.lock_disclaimer": "Il tuo profilo non è {locked}. Chiunque può seguirti per visualizzare i tuoi post per soli follower.",
|
||||
"compose_form.lock_disclaimer.lock": "bloccato",
|
||||
"compose_form.placeholder": "Cos'hai in mente?",
|
||||
"compose_form.poll.duration": "Durata del sondaggio",
|
||||
@@ -223,8 +223,8 @@
|
||||
"domain_block_modal.they_cant_follow": "Nessuno da questo server può seguirti.",
|
||||
"domain_block_modal.they_wont_know": "Non sapranno di essere stati bloccati.",
|
||||
"domain_block_modal.title": "Bloccare il dominio?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Perderai {followersCount, plural, one {{followersCountDisplay} seguace} other {{followersCountDisplay} seguaci}} e {followingCount, plural, one {{followingCountDisplay} persona che segui} other {{followingCountDisplay} persone che segui}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderai tutti i seguaci e le persone che segui da questo server.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Perderai {followersCount, plural, one {{followersCountDisplay} follower} other {{followersCountDisplay} follower}} e {followingCount, plural, one {{followingCountDisplay} persona che segui} other {{followingCountDisplay} persone che segui}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Perderai tutti i follower e le persone che segui da questo server.",
|
||||
"domain_block_modal.you_wont_see_posts": "Non vedrai post o notifiche dagli utenti su questo server.",
|
||||
"domain_pill.activitypub_lets_connect": "Ti consente di connetterti e interagire con le persone non solo su Mastodon, ma anche su diverse app social.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub è come la lingua che Mastodon parla con altri social network.",
|
||||
@@ -237,7 +237,7 @@
|
||||
"domain_pill.who_they_are": "Poiché i nomi univoci indicano chi sia qualcuno e dove si trovi, puoi interagire con le persone attraverso la rete sociale delle <button>piattaforme basate su ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Poiché il tuo nome univoco indica chi tu sia e dove ti trovi, le persone possono interagire con te sulla rete sociale delle <button>piattaforme basate su ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Il tuo nome univoco:",
|
||||
"domain_pill.your_server": "La tua casa digitale, dove vivono tutti i tuoi post. Non ti piace questa? Cambia server in qualsiasi momento e porta con te anche i tuoi seguaci.",
|
||||
"domain_pill.your_server": "La tua casa digitale, dove vivono tutti i tuoi post. Non ti piace questa? Cambia server in qualsiasi momento e porta con te anche i tuoi follower.",
|
||||
"domain_pill.your_username": "Il tuo identificatore univoco su questo server. È possibile trovare utenti con lo stesso nome utente su server diversi.",
|
||||
"embed.instructions": "Incorpora questo post sul tuo sito web, copiando il seguente codice.",
|
||||
"embed.preview": "Ecco come apparirà:",
|
||||
@@ -324,7 +324,7 @@
|
||||
"follow_suggestions.hints.most_followed": "Questo profilo è uno dei più seguiti su {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Recentemente, questo profilo ha ricevuto molta attenzione su {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Questo profilo è simile ai profili che hai seguito più recentemente.",
|
||||
"follow_suggestions.personalized_suggestion": "Suggerimenti personalizzati",
|
||||
"follow_suggestions.personalized_suggestion": "Suggerimento personalizzato",
|
||||
"follow_suggestions.popular_suggestion": "Suggerimento frequente",
|
||||
"follow_suggestions.popular_suggestion_longer": "Popolare su {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Simile ai profili che hai seguito di recente",
|
||||
@@ -356,15 +356,15 @@
|
||||
"hashtag.follow": "Segui l'hashtag",
|
||||
"hashtag.unfollow": "Smetti di seguire l'hashtag",
|
||||
"hashtags.and_other": "…e {count, plural, other {# in più}}",
|
||||
"hints.profiles.followers_may_be_missing": "I seguaci per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.followers_may_be_missing": "I follower per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.follows_may_be_missing": "I profili seguiti per questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.posts_may_be_missing": "Alcuni post da questo profilo potrebbero essere mancanti.",
|
||||
"hints.profiles.see_more_followers": "Vedi altri seguaci su {domain}",
|
||||
"hints.profiles.see_more_followers": "Vedi altri follower su {domain}",
|
||||
"hints.profiles.see_more_follows": "Vedi altri profili seguiti su {domain}",
|
||||
"hints.profiles.see_more_posts": "Vedi altri post su {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Le risposte da altri server potrebbero essere mancanti.",
|
||||
"hints.threads.see_more": "Vedi altre risposte su {domain}",
|
||||
"home.column_settings.show_reblogs": "Mostra reblog",
|
||||
"home.column_settings.show_reblogs": "Mostra le condivisioni",
|
||||
"home.column_settings.show_replies": "Mostra risposte",
|
||||
"home.hide_announcements": "Nascondi annunci",
|
||||
"home.pending_critical_update.body": "Ti preghiamo di aggiornare il tuo server di Mastodon, il prima possibile!",
|
||||
@@ -384,10 +384,10 @@
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignorare le notifiche provenienti da menzioni private indesiderate?",
|
||||
"interaction_modal.description.favourite": "Con un account su Mastodon, puoi aggiungere questo post ai preferiti per far sapere all'autore che lo apprezzi e salvarlo per dopo.",
|
||||
"interaction_modal.description.follow": "Con un profilo di Mastodon, puoi seguire {name} per ricevere i suoi post nel feed della tua home.",
|
||||
"interaction_modal.description.reblog": "Con un profilo di Mastodon, puoi rebloggare questo post per condividerlo con i tuoi seguaci.",
|
||||
"interaction_modal.description.reblog": "Con un account su Mastodon, puoi condividere questo post per condividerlo con i tuoi follower.",
|
||||
"interaction_modal.description.reply": "Con un profilo di Mastodon, puoi rispondere a questo post.",
|
||||
"interaction_modal.login.action": "Portami alla pagina iniziale",
|
||||
"interaction_modal.login.prompt": "Dominio del tuo server principale, ad esempio mastodon.social",
|
||||
"interaction_modal.login.prompt": "Dominio del tuo server principale, per esempio mastodon.social",
|
||||
"interaction_modal.no_account_yet": "Non su Mastodon?",
|
||||
"interaction_modal.on_another_server": "Su un altro server",
|
||||
"interaction_modal.on_this_server": "Su questo server",
|
||||
@@ -486,7 +486,7 @@
|
||||
"navigation_bar.filters": "Parole silenziate",
|
||||
"navigation_bar.follow_requests": "Richieste di seguirti",
|
||||
"navigation_bar.followed_tags": "Hashtag seguiti",
|
||||
"navigation_bar.follows_and_followers": "Seguiti e seguaci",
|
||||
"navigation_bar.follows_and_followers": "Seguiti e follower",
|
||||
"navigation_bar.lists": "Liste",
|
||||
"navigation_bar.logout": "Disconnettiti",
|
||||
"navigation_bar.moderation": "Moderazione",
|
||||
@@ -533,9 +533,9 @@
|
||||
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural, one {# altro} other {altri #}}</a> hanno condiviso il tuo post",
|
||||
"notification.relationships_severance_event": "Connessioni perse con {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Un amministratore da {from} ha sospeso {target}, il che significa che non puoi più ricevere aggiornamenti da loro o interagire con loro.",
|
||||
"notification.relationships_severance_event.domain_block": "Un amministratore da {from} ha bloccato {target}, inclusi {followersCount} dei tuoi seguaci e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.domain_block": "Un amministratore da {from} ha bloccato {target}, inclusi {followersCount} dei tuoi follower e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.learn_more": "Scopri di più",
|
||||
"notification.relationships_severance_event.user_domain_block": "Tu hai bloccato {target}, rimuovendo {followersCount} dei tuoi seguaci e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.relationships_severance_event.user_domain_block": "Hai bloccato {target}, rimuovendo {followersCount} dei tuoi follower e {followingCount, plural, one {# account} other {# account}} che segui.",
|
||||
"notification.status": "{name} ha appena pubblicato un post",
|
||||
"notification.update": "{name} ha modificato un post",
|
||||
"notification_requests.accept": "Accetta",
|
||||
@@ -566,7 +566,7 @@
|
||||
"notifications.column_settings.favourite": "Preferiti:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Mostra tutte le categorie",
|
||||
"notifications.column_settings.filter_bar.category": "Barra del filtro veloce",
|
||||
"notifications.column_settings.follow": "Nuovi seguaci:",
|
||||
"notifications.column_settings.follow": "Nuovi follower:",
|
||||
"notifications.column_settings.follow_request": "Nuove richieste di seguirti:",
|
||||
"notifications.column_settings.group": "Gruppo",
|
||||
"notifications.column_settings.mention": "Menzioni:",
|
||||
@@ -648,7 +648,7 @@
|
||||
"onboarding.steps.share_profile.title": "Condividi il tuo profilo",
|
||||
"onboarding.tips.2fa": "<strong>Lo sapevi?</strong> Puoi proteggere il tuo account impostando l'autenticazione a due fattori nelle impostazioni del tuo account. Funziona con qualsiasi app TOTP di tua scelta, nessun numero di telefono necessario!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>Lo sapevi?</strong> Dal momento che Mastodon è decentralizzato, alcuni profili che incontrerai sono ospitati su server diversi dal tuo. Ma puoi interagire con loro senza problemi! Il loro server è nella seconda metà del loro nome utente!",
|
||||
"onboarding.tips.migration": "<strong>Lo sapevi?</strong> Se ritieni che {domain} non sia un'ottima scelta di server per te in futuro, puoi spostarti su un altro server Mastodon senza perdere i tuoi seguaci. Puoi persino ospitare il tuo server!",
|
||||
"onboarding.tips.migration": "<strong>Lo sapevi?</strong> Se ritieni che {domain} non sia un'ottima scelta di server per te in futuro, puoi spostarti su un altro server Mastodon senza perdere i tuoi follower. Puoi persino ospitare il tuo server!",
|
||||
"onboarding.tips.verification": "<strong>Lo sapevi?</strong> Puoi verificare il tuo account inserendo un collegamento al tuo profilo Mastodon sul tuo sito web e aggiungendo il sito web al tuo profilo. Nessuna spesa o documento necessario!",
|
||||
"password_confirmation.exceeds_maxlength": "La conferma della password supera la lunghezza massima della password",
|
||||
"password_confirmation.mismatching": "Le password non corrispondono",
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
"boost_modal.reblog": "Zuzer tasuffeɣt?",
|
||||
"bundle_column_error.copy_stacktrace": "Nɣel tuccḍa n uneqqis",
|
||||
"bundle_column_error.error.title": "Uh, ala !",
|
||||
"bundle_column_error.network.body": "Teḍra-d tuccḍa deg usali n usebter-a. Aya yezmer ad yili d ugur akudan deg tuqqna-inek·inem ɣer internet neɣ deg uqeddac-a.",
|
||||
"bundle_column_error.network.title": "Tuccḍa deg uẓeṭṭa",
|
||||
"bundle_column_error.retry": "Ɛreḍ tikelt-nniḍen",
|
||||
"bundle_column_error.return": "Uɣal ɣer ugejdan",
|
||||
@@ -163,6 +164,7 @@
|
||||
"confirmations.logout.title": "Tebɣiḍ ad teffɣeḍ ssya?",
|
||||
"confirmations.mute.confirm": "Sgugem",
|
||||
"confirmations.redraft.confirm": "Kkes sakin ɛiwed tira",
|
||||
"confirmations.redraft.title": "Kkes sakin ɛiwed tira n tsuffeɣt?",
|
||||
"confirmations.reply.confirm": "Err",
|
||||
"confirmations.reply.message": "Tiririt akka tura ad k-degger izen-agi i tettaruḍ. Tebɣiḍ ad tkemmleḍ?",
|
||||
"confirmations.unfollow.confirm": "Ur ḍḍafaṛ ara",
|
||||
@@ -291,6 +293,7 @@
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} n tsuffeɣt} other {{counter} n tsuffaɣ}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} n tsuffeɣt} other {{counter} n tsuffaɣ}} ass-a",
|
||||
"hashtag.follow": "Ḍfeṛ ahacṭag",
|
||||
"hashtag.unfollow": "Ḥbes aḍfar n uhacṭag",
|
||||
"hashtags.and_other": "…d {count, plural, one {}other {# nniḍen}}",
|
||||
"hints.profiles.see_more_posts": "Wali ugar n tsuffaɣ ɣef {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Tiririyin d-yusan deg iqeddacen nniḍen, yezmer ur d-ddant ara.",
|
||||
@@ -420,6 +423,7 @@
|
||||
"notification.follow": "iṭṭafar-ik·em-id {name}",
|
||||
"notification.follow.name_and_others": "{name} akked <a>{count, plural, one {# nniḍen} other {# nniḍen}}</a> iḍfeṛ-k·m-id",
|
||||
"notification.follow_request": "{name} yessuter-d ad k·m-yeḍfeṛ",
|
||||
"notification.follow_request.name_and_others": "{name} d {count, plural, one {# nnayeḍ} other {# nniḍen}} yessuter-d ad k·kem-yeḍfer",
|
||||
"notification.label.mention": "Abdar",
|
||||
"notification.label.private_mention": "Abdar uslig",
|
||||
"notification.label.private_reply": "Tiririt tusligt",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"alert.rate_limited.title": "Бағалау шектеулі",
|
||||
"alert.unexpected.message": "Бір нәрсе дұрыс болмады.",
|
||||
"alert.unexpected.title": "Өй!",
|
||||
"alt_text_badge.title": "Балама мазмұны",
|
||||
"announcement.announcement": "Хабарландыру",
|
||||
"boost_modal.combo": "Келесіде өткізіп жіберу үшін басыңыз {combo}",
|
||||
"bundle_column_error.retry": "Қайтадан көріңіз",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"account.blocked": "차단함",
|
||||
"account.cancel_follow_request": "팔로우 취소",
|
||||
"account.copy": "프로필 링크 복사",
|
||||
"account.direct": "@{name} 님에게 개인적으로 멘션",
|
||||
"account.direct": "@{name} 님에게 개인 멘션",
|
||||
"account.disable_notifications": "@{name} 의 게시물 알림 끄기",
|
||||
"account.domain_blocked": "도메인 차단함",
|
||||
"account.edit_profile": "프로필 편집",
|
||||
@@ -89,14 +89,14 @@
|
||||
"announcement.announcement": "공지사항",
|
||||
"attachments_list.unprocessed": "(처리 안 됨)",
|
||||
"audio.hide": "소리 숨기기",
|
||||
"block_modal.remote_users_caveat": "우리는 {domain} 서버가 당신의 결정을 존중해 주길 부탁할 것입니다. 하지만 몇몇 서버는 차단을 다르게 취급할 수 있기 때문에 규정이 준수되는 것을 보장할 수는 없습니다. 공개 게시물은 로그인 하지 않은 사용자들에게 여전히 보여질 수 있습니다.",
|
||||
"block_modal.remote_users_caveat": "{domain} 서버에 요청을 보냈습니다. 하지만 일부 서버는 차단 처리 방식이 달라 반영되지 않을 수 있습니다. 또한 공개 게시물은 로그인하지 않은 사용자들에게 계속 노출될 수 있습니다.",
|
||||
"block_modal.show_less": "간략히 보기",
|
||||
"block_modal.show_more": "더 보기",
|
||||
"block_modal.they_cant_mention": "나를 멘션하거나 팔로우 할 수 없습니다.",
|
||||
"block_modal.they_cant_see_posts": "내가 작성한 게시물을 볼 수 없고 나도 그가 작성한 게시물을 보지 않게 됩니다.",
|
||||
"block_modal.they_cant_see_posts": "상대방이 내 게시물을 볼 수 없게 되며 나도 상대방의 게시물을 볼 수 없게 됩니다.",
|
||||
"block_modal.they_will_know": "자신이 차단 당했다는 사실을 확인할 수 있습니다.",
|
||||
"block_modal.title": "사용자를 차단할까요?",
|
||||
"block_modal.you_wont_see_mentions": "그를 멘션하는 게시물을 더는 보지 않습니다.",
|
||||
"block_modal.you_wont_see_mentions": "해당 사용자를 멘션한 게시물이 보이지 않게 됩니다.",
|
||||
"boost_modal.combo": "다음엔 {combo}를 눌러서 이 과정을 건너뛸 수 있습니다",
|
||||
"boost_modal.reblog": "게시물을 부스트할까요?",
|
||||
"boost_modal.undo_reblog": "게시물을 부스트 취소할까요?",
|
||||
@@ -121,7 +121,7 @@
|
||||
"column.blocks": "차단한 사용자",
|
||||
"column.bookmarks": "북마크",
|
||||
"column.community": "로컬 타임라인",
|
||||
"column.direct": "개인적인 멘션",
|
||||
"column.direct": "개인 멘션",
|
||||
"column.directory": "프로필 둘러보기",
|
||||
"column.domain_blocks": "차단한 도메인",
|
||||
"column.favourites": "좋아요",
|
||||
@@ -218,7 +218,7 @@
|
||||
"dismissable_banner.explore_tags": "이 해시태그들은 이 서버와 분산화된 네트워크의 다른 서버에서 사람들의 인기를 끌고 있는 것들입니다.",
|
||||
"dismissable_banner.public_timeline": "이것들은 {domain}에 있는 사람들이 팔로우한 사람들의 최신 공개 게시물들입니다.",
|
||||
"domain_block_modal.block": "서버 차단",
|
||||
"domain_block_modal.block_account_instead": "대신 @{name}를 차단",
|
||||
"domain_block_modal.block_account_instead": "대신 @{name} 차단",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "이 서버에 있는 사람들이 내 예전 게시물에 상호작용할 수는 있습니다.",
|
||||
"domain_block_modal.they_cant_follow": "이 서버의 누구도 나를 팔로우 할 수 없습니다.",
|
||||
"domain_block_modal.they_wont_know": "내가 차단했다는 사실을 모를 것입니다.",
|
||||
@@ -227,19 +227,19 @@
|
||||
"domain_block_modal.you_will_lose_relationships": "이 서버의 팔로워와 팔로우를 모두 잃게 됩니다.",
|
||||
"domain_block_modal.you_wont_see_posts": "이 서버 사용자의 게시물이나 알림을 보지 않게 됩니다.",
|
||||
"domain_pill.activitypub_lets_connect": "이것은 마스토돈 뿐만이 아니라 다른 소셜 앱들을 넘나들며 사람들을 연결하고 상호작용 할 수 있게 합니다.",
|
||||
"domain_pill.activitypub_like_language": "액티비티펍은 마스토돈이 다른 소셜 네트워크와 대화할 때 쓰는 언어 같은 것입니다.",
|
||||
"domain_pill.activitypub_like_language": "액티비티펍은 마스토돈이 다른 소셜 네트워크와 대화할 때 사용하는 언어입니다.",
|
||||
"domain_pill.server": "서버",
|
||||
"domain_pill.their_handle": "이 사람의 핸들:",
|
||||
"domain_pill.their_server": "그의 게시물이 살고 있는 디지털 거처입니다.",
|
||||
"domain_pill.their_username": "그의 서버에서 유일한 식별자입니다. 다른 서버에서 같은 사용자명을 가진 사용자를 찾을 수도 있습니다.",
|
||||
"domain_pill.their_server": "작성한 모든 글들이 담겨있는 디지털 공간입니다.",
|
||||
"domain_pill.their_username": "서버 내에서 사용되는 고유 식별자입니다. 서버마다 동일한 사용자명이 존재할 수 있습니다.",
|
||||
"domain_pill.username": "사용자명",
|
||||
"domain_pill.whats_in_a_handle": "핸들엔 무엇이 담겨 있나요?",
|
||||
"domain_pill.who_they_are": "핸들은 어디에 있는 누구인지를 나타내기 때문에 <button>액티비티펍을 사용하는 플랫폼</button>들의 소셜 웹을 넘나들며 사람들과 상호작용 할 수 있습니다.",
|
||||
"domain_pill.who_you_are": "내 핸들은 내가 어디에 있는 누군지 나타내기 때문에 사람들은 <button>액티비티펍</button>을 통해 소셜 웹을 넘나들며 나와 상호작용 할 수 있습니다.",
|
||||
"domain_pill.who_they_are": "핸들은 사용자가 누구이며 어디에 있는지 알려주므로 <button>액티비티펍 기반 플랫폼</button> 어디에서든 사람들과 자유롭게 소통할 수 있습니다.",
|
||||
"domain_pill.who_you_are": "사용자의 핸들은 본인이 누구이며 어디에 있는지 나타내므로 <button>액티비티펍 기반 플랫폼</button> 어디에서든 사용자님과 소통할 수 있습니다.",
|
||||
"domain_pill.your_handle": "내 핸들:",
|
||||
"domain_pill.your_server": "내 게시물들이 살고 있는 나의 디지털 거처입니다. 마음에 들지 않나요? 팔로워를 데리고 언제든지 다른 서버로 거처를 옮길 수도 있습니다.",
|
||||
"domain_pill.your_server": "작성한 모든 글들이 담기는 디지털 공간입니다. 지금 서버가 마음에 들지 않나요? 언제든지 팔로워와 함께 서버를 이전할 수 있습니다.",
|
||||
"domain_pill.your_username": "이 서버에서 유일한 내 식별자입니다. 다른 서버에서 같은 사용자명을 가진 사용자를 찾을 수도 있습니다.",
|
||||
"embed.instructions": "아래의 코드를 복사하여 대화를 원하는 곳으로 공유하세요.",
|
||||
"embed.instructions": "아래 코드를 복사하여 이 게시물을 사용자님의 웹사이트에 임베드하세요.",
|
||||
"embed.preview": "이렇게 표시됩니다:",
|
||||
"emoji_button.activity": "활동",
|
||||
"emoji_button.clear": "지우기",
|
||||
@@ -263,11 +263,11 @@
|
||||
"empty_column.blocks": "아직 아무도 차단하지 않았습니다.",
|
||||
"empty_column.bookmarked_statuses": "아직 북마크에 저장한 게시물이 없습니다. 게시물을 북마크 지정하면 여기에 나타납니다.",
|
||||
"empty_column.community": "로컬 타임라인에 아무것도 없습니다. 아무거나 적어 보세요!",
|
||||
"empty_column.direct": "개인적인 멘션이 없습니다. 보내거나 받으면 여기에 표시됩니다.",
|
||||
"empty_column.direct": "개인 멘션이 없습니다. 보내거나 받으면 여기에 표시됩니다.",
|
||||
"empty_column.domain_blocks": "아직 차단한 도메인이 없습니다.",
|
||||
"empty_column.explore_statuses": "아직 유행하는 것이 없습니다. 나중에 다시 확인하세요!",
|
||||
"empty_column.favourited_statuses": "아직 좋아요한 게시물이 없습니다. 게시물을 좋아요 하면 여기에 나타납니다.",
|
||||
"empty_column.favourites": "아직 아무도 이 게시물을 좋아요를 하지 않았습니다. 누군가 좋아요를 하면 여기에 나타납니다.",
|
||||
"empty_column.favourites": "아직 아무도 이 게시물에 좋아요를 표시하지 않았습니다. 누군가 좋아요를 표시하면 여기서 확인할 수 있습니다.",
|
||||
"empty_column.follow_requests": "아직 팔로우 요청이 없습니다. 요청을 받았을 때 여기에 나타납니다.",
|
||||
"empty_column.followed_tags": "아직 아무 해시태그도 팔로우하고 있지 않습니다. 해시태그를 팔로우하면, 여기에 표시됩니다.",
|
||||
"empty_column.hashtag": "이 해시태그는 아직 사용되지 않았습니다.",
|
||||
@@ -278,10 +278,10 @@
|
||||
"empty_column.notification_requests": "깔끔합니다! 여기엔 아무 것도 없습니다. 알림을 받게 되면 설정에 따라 여기에 나타나게 됩니다.",
|
||||
"empty_column.notifications": "아직 알림이 없습니다. 다른 사람들이 당신에게 반응했을 때, 여기에서 볼 수 있습니다.",
|
||||
"empty_column.public": "여기엔 아직 아무 것도 없습니다! 공개적으로 무언가 포스팅하거나, 다른 서버의 사용자를 팔로우 해서 채워보세요",
|
||||
"error.unexpected_crash.explanation": "버그 혹은 브라우저 호환성 문제로 이 페이지를 올바르게 표시할 수 없습니다.",
|
||||
"error.unexpected_crash.explanation_addons": "이 페이지는 올바르게 보여질 수 없습니다. 브라우저 애드온이나 자동 번역 도구 등으로 인해 발생된 에러일 수 있습니다.",
|
||||
"error.unexpected_crash.explanation": "버그 혹은 브라우저 호환성 문제로 이 페이지를 불러올 수 없습니다.",
|
||||
"error.unexpected_crash.explanation_addons": "이 페이지를 불러올 수 없습니다. 브라우저 확장 프로그램이나 자동 번역 도구로 인해 발생된 오류일 수 있습니다.",
|
||||
"error.unexpected_crash.next_steps": "페이지를 새로고침 해보세요. 그래도 해결되지 않는 경우, 다른 브라우저나 네이티브 앱으로도 마스토돈을 이용하실 수 있습니다.",
|
||||
"error.unexpected_crash.next_steps_addons": "그걸 끄고 페이지를 새로고침 해보세요. 그래도 해결되지 않으면, 다른 브라우저나 네이티브 앱으로 마스토돈을 이용해 보실 수 있습니다.",
|
||||
"error.unexpected_crash.next_steps_addons": "해당 기능을 비활성화한 뒤 다시 시도해 보세요. 여전히 해결되지 않는다면 다른 브라우저나 앱을 통해 마스토돈을 이용하실 수 있습니다.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "에러 내용을 클립보드에 복사",
|
||||
"errors.unexpected_crash.report_issue": "문제 신고",
|
||||
"explore.search_results": "검색 결과",
|
||||
@@ -314,13 +314,13 @@
|
||||
"firehose.remote": "다른 서버",
|
||||
"follow_request.authorize": "승인",
|
||||
"follow_request.reject": "거부",
|
||||
"follow_requests.unlocked_explanation": "귀하의 계정이 잠긴 계정이 아닐지라도, {domain} 스태프는 이 계정들의 팔로우 요청을 수동으로 처리해 주시면 좋겠다고 생각했습니다.",
|
||||
"follow_requests.unlocked_explanation": "사용자님의 계정이 잠금 상태는 아니지만, {domain} 관리자는 사용자님이 직접 이 계정들의 팔로우 요청을 검토하기를 원하실 수 있다고 판단했습니다.",
|
||||
"follow_suggestions.curated_suggestion": "스태프의 추천",
|
||||
"follow_suggestions.dismiss": "다시 보지 않기",
|
||||
"follow_suggestions.featured_longer": "{domain} 팀이 손수 고름",
|
||||
"follow_suggestions.friends_of_friends_longer": "내가 팔로우한 사람들 사이에서 인기",
|
||||
"follow_suggestions.hints.featured": "이 프로필은 {domain} 팀이 손수 선택했습니다.",
|
||||
"follow_suggestions.hints.friends_of_friends": "이 프로필은 내가 팔로우 하는 사람들에게서 유명합니다.",
|
||||
"follow_suggestions.hints.friends_of_friends": "이 프로필은 내가 팔로우 하는 사람들에게 인기가 있습니다.",
|
||||
"follow_suggestions.hints.most_followed": "이 프로필은 {domain}에서 가장 많이 팔로우 된 사람들 중 하나입니다.",
|
||||
"follow_suggestions.hints.most_interactions": "이 프로필은 최근 {domain}에서 많은 관심을 받았습니다.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "이 프로필은 내가 최근에 팔로우 한 프로필들과 유사합니다.",
|
||||
@@ -343,13 +343,13 @@
|
||||
"getting_started.heading": "시작하기",
|
||||
"hashtag.column_header.tag_mode.all": "및 {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "또는 {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "{additional}를 제외하고",
|
||||
"hashtag.column_header.tag_mode.none": "{additional} 제외",
|
||||
"hashtag.column_settings.select.no_options_message": "추천할 내용이 없습니다",
|
||||
"hashtag.column_settings.select.placeholder": "해시태그를 입력하세요…",
|
||||
"hashtag.column_settings.tag_mode.all": "모두",
|
||||
"hashtag.column_settings.tag_mode.any": "어느것이든",
|
||||
"hashtag.column_settings.tag_mode.none": "이것들을 제외하고",
|
||||
"hashtag.column_settings.tag_toggle": "추가 해시태그를 이 컬럼에 추가합니다",
|
||||
"hashtag.column_settings.tag_toggle": "이 열에 추가 해시태그 포함",
|
||||
"hashtag.counter_by_accounts": "{count, plural, other {참여자 {counter}명}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {게시물 {counter}개}}",
|
||||
"hashtag.counter_by_uses_today": "오늘 {count, plural, other {{counter} 개의 게시물}}",
|
||||
@@ -367,11 +367,11 @@
|
||||
"home.column_settings.show_reblogs": "부스트 표시",
|
||||
"home.column_settings.show_replies": "답글 표시",
|
||||
"home.hide_announcements": "공지사항 숨기기",
|
||||
"home.pending_critical_update.body": "서둘러 마스토돈 서버를 업데이트 하세요!",
|
||||
"home.pending_critical_update.body": "서둘러 마스토돈 서버를 업데이트하세요!",
|
||||
"home.pending_critical_update.link": "업데이트 보기",
|
||||
"home.pending_critical_update.title": "긴급 보안 업데이트가 있습니다!",
|
||||
"home.show_announcements": "공지사항 보기",
|
||||
"ignore_notifications_modal.disclaimer": "마스토돈은 당신이 그들의 알림을 무시했다는 걸 알려줄 수 없습니다. 알림을 무시한다고 해서 메시지가 오지 않는 것은 아닙니다.",
|
||||
"ignore_notifications_modal.disclaimer": "사용자들은 그들의 알림이 무시되었다는 사실을 알 수 없습니다. 알림을 무시하더라도 해당 사용자가 보내는 메세지는 전송됩니다.",
|
||||
"ignore_notifications_modal.filter_instead": "대신 필터로 거르기",
|
||||
"ignore_notifications_modal.filter_to_act_users": "여전히 사용자를 수락, 거절, 신고할 수 있습니다",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "필터링은 혼란을 예방하는데 도움이 될 수 있습니다",
|
||||
@@ -406,7 +406,7 @@
|
||||
"keyboard_shortcuts.column": "해당 컬럼에 포커스",
|
||||
"keyboard_shortcuts.compose": "작성창에 포커스",
|
||||
"keyboard_shortcuts.description": "설명",
|
||||
"keyboard_shortcuts.direct": "개인적인 멘션 컬럼 열기",
|
||||
"keyboard_shortcuts.direct": "개인 멘션 칼럼 열기",
|
||||
"keyboard_shortcuts.down": "리스트에서 아래로 이동",
|
||||
"keyboard_shortcuts.enter": "게시물 열기",
|
||||
"keyboard_shortcuts.favourite": "게시물 좋아요",
|
||||
@@ -465,12 +465,12 @@
|
||||
"mute_modal.hide_from_notifications": "알림에서 숨기기",
|
||||
"mute_modal.hide_options": "옵션 숨기기",
|
||||
"mute_modal.indefinite": "내가 뮤트를 해제하기 전까지",
|
||||
"mute_modal.show_options": "옵션 표시",
|
||||
"mute_modal.they_can_mention_and_follow": "나를 멘션하거나 팔로우 할 수 있습니다, 다만 나에게 안 보일 것입니다.",
|
||||
"mute_modal.they_wont_know": "내가 뮤트했다는 사실을 모를 것입니다.",
|
||||
"mute_modal.show_options": "옵션 보기",
|
||||
"mute_modal.they_can_mention_and_follow": "그들은 사용자님을 멘션하거나 팔로우할 수 있지만, 사용자님에게는 보이지 않습니다.",
|
||||
"mute_modal.they_wont_know": "상대방은 자신이 뮤트되었다는 사실을 알 수 없습니다.",
|
||||
"mute_modal.title": "사용자를 뮤트할까요?",
|
||||
"mute_modal.you_wont_see_mentions": "그를 멘션하는 게시물을 더는 보지 않게 됩니다.",
|
||||
"mute_modal.you_wont_see_posts": "내가 작성한 게시물을 볼 수는 있지만, 나는 그가 작성한 것을 보지 않게 됩니다.",
|
||||
"mute_modal.you_wont_see_posts": "상대방은 사용자님의 게시물을 볼 수 있지만 사용자님에게는 상대방의 게시물이 보이지 않습니다.",
|
||||
"navigation_bar.about": "정보",
|
||||
"navigation_bar.administration": "관리",
|
||||
"navigation_bar.advanced_interface": "고급 웹 인터페이스에서 열기",
|
||||
@@ -478,7 +478,7 @@
|
||||
"navigation_bar.bookmarks": "북마크",
|
||||
"navigation_bar.community_timeline": "로컬 타임라인",
|
||||
"navigation_bar.compose": "새 게시물 작성",
|
||||
"navigation_bar.direct": "개인적인 멘션",
|
||||
"navigation_bar.direct": "개인 멘션",
|
||||
"navigation_bar.discover": "발견하기",
|
||||
"navigation_bar.domain_blocks": "차단한 도메인",
|
||||
"navigation_bar.explore": "둘러보기",
|
||||
@@ -573,7 +573,7 @@
|
||||
"notifications.column_settings.poll": "설문 결과:",
|
||||
"notifications.column_settings.push": "푸시 알림",
|
||||
"notifications.column_settings.reblog": "부스트:",
|
||||
"notifications.column_settings.show": "컬럼에 표시",
|
||||
"notifications.column_settings.show": "칼럼에서 보기",
|
||||
"notifications.column_settings.sound": "효과음 재생",
|
||||
"notifications.column_settings.status": "새 게시물:",
|
||||
"notifications.column_settings.unread_notifications.category": "읽지 않은 알림",
|
||||
@@ -607,7 +607,7 @@
|
||||
"notifications.policy.filter_not_following_hint": "내가 수동으로 승인하지 않는 한",
|
||||
"notifications.policy.filter_not_following_title": "내가 팔로우하지 않는 사람들",
|
||||
"notifications.policy.filter_private_mentions_hint": "내가 한 멘션에 단 답글이거나 내가 발신자를 팔로우 한 것이 아닌 이상 걸러집니다",
|
||||
"notifications.policy.filter_private_mentions_title": "청하지 않은 개인적인 멘션",
|
||||
"notifications.policy.filter_private_mentions_title": "청하지 않은 개인 멘션",
|
||||
"notifications.policy.title": "알림 조건 설정",
|
||||
"notifications_permission_banner.enable": "데스크탑 알림 활성화",
|
||||
"notifications_permission_banner.how_to_control": "마스토돈이 열려 있지 않을 때에도 알림을 받으려면, 데스크탑 알림을 활성화 하세요. 당신은 어떤 종류의 반응이 데스크탑 알림을 발생할 지를 {icon} 버튼을 통해 세세하게 설정할 수 있습니다.",
|
||||
@@ -787,8 +787,8 @@
|
||||
"status.copy": "게시물 링크 복사",
|
||||
"status.delete": "삭제",
|
||||
"status.detailed_status": "대화 자세히 보기",
|
||||
"status.direct": "@{name} 님에게 개인적으로 멘션",
|
||||
"status.direct_indicator": "개인적인 멘션",
|
||||
"status.direct": "@{name} 님에게 개인 멘션",
|
||||
"status.direct_indicator": "개인 멘션",
|
||||
"status.edit": "수정",
|
||||
"status.edited": "{date}에 마지막으로 편집됨",
|
||||
"status.edited_x_times": "{count, plural, other {{count}}} 번 수정됨",
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
"empty_column.explore_statuses": "Tiştek niha di rojevê de tune. Paşê vegere!",
|
||||
"empty_column.follow_requests": "Hê jî daxwaza şopandinê tunne ye. Dema daxwazek hat, yê li vir were nîşan kirin.",
|
||||
"empty_column.hashtag": "Di vê hashtagê de hêj tiştekî tune.",
|
||||
"empty_column.home": "Rojeva demnameya te vala ye! Ji bona tijîkirinê bêtir mirovan bişopîne. {suggestions}",
|
||||
"empty_column.home": "Rojeva demnameya te vala ye! Bo tijîkirina wê bêtir mirovan bişopîne.",
|
||||
"empty_column.list": "Di vê rêzokê de hîn tiştek tune ye. Gava ku endamên vê rêzokê peyamên nû biweşînin, ew ê li vir xuya bibin.",
|
||||
"empty_column.lists": "Hîn tu rêzokên te tune ne. Dema yekî çê bikî, ew ê li vir xuya bibe.",
|
||||
"empty_column.mutes": "Te tu bikarhêner bêdeng nekiriye.",
|
||||
|
||||
@@ -221,7 +221,7 @@
|
||||
"notification.update": "{name} nuntium correxit",
|
||||
"notification_requests.accept": "Accipe",
|
||||
"notification_requests.confirm_accept_multiple.message": "Tu es accepturus {count, plural, one {una notitia petitionem} other {# notitia petitiones}}. Certus esne procedere vis?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Tu {count, plural, one {unam petitionem notificationis} other {# petitiones notificationum}} abrogāre prōximum es. {count, plural, one {Illa} other {Eae}} facile accessū nōn erit. Certus es tē procedere velle?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Tu {count, plural, one {unam petitionem notificationis} other {# petitiones notificationum}} abrogāre prōximum es. {count, plural, one {it} other {Eae}} facile accessū nōn erit. Certus es tē procedere velle?",
|
||||
"notifications.filter.all": "Omnia",
|
||||
"notifications.filter.polls": "Eventus electionis",
|
||||
"notifications.group": "{count} Notificātiōnēs",
|
||||
@@ -302,31 +302,90 @@
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
"status.block": "Impedire @{name}",
|
||||
"status.bookmark": "Signa paginaris",
|
||||
"status.continued_thread": "Filum continuum",
|
||||
"status.copy": "Copy link to status",
|
||||
"status.delete": "Oblitterare",
|
||||
"status.detailed_status": "Conspectus colloquii accuratus",
|
||||
"status.direct": "Privatim mentionem fac @{name}",
|
||||
"status.direct_indicator": "Mentiō Privāta",
|
||||
"status.edit": "Recolere",
|
||||
"status.edited": "Novissime editum {date}",
|
||||
"status.edited_x_times": "Emendatum est {count, plural, one {{count} tempus} other {{count} tempora}}",
|
||||
"status.embed": "Codicem insitum accipe",
|
||||
"status.favourite": "Dilectum",
|
||||
"status.favourites": "{count, plural, one {favoritum} other {favorita}}",
|
||||
"status.filter": "Hanc nuntium filtra",
|
||||
"status.history.created": "{name} creatum {date}",
|
||||
"status.history.edited": "{name} correxit {date}",
|
||||
"status.open": "Expand this status",
|
||||
"status.load_more": "Onera plura",
|
||||
"status.media.open": "Preme ut aperias",
|
||||
"status.media.show": "Preme ut ostendat",
|
||||
"status.media_hidden": "Media occulta",
|
||||
"status.mention": "Mentionem fac @{name}",
|
||||
"status.more": "Plus",
|
||||
"status.mute": "Tace @{nomen}",
|
||||
"status.mute_conversation": "Colloquium mutus",
|
||||
"status.open": "Hanc nuntium expande",
|
||||
"status.read_more": "Plura lege",
|
||||
"status.reblog": "Promovere",
|
||||
"status.reblogged_by": "{name} adiuvavit",
|
||||
"status.reblogs": "{count, plural, one {auctus} other {auctūs}}",
|
||||
"status.reblogs.empty": "Nemo hanc publicationem adhuc promovit. Cum quis eam promoveat, hic apparebunt.",
|
||||
"status.redraft": "Dele et redig",
|
||||
"status.remove_bookmark": "Tolle signum",
|
||||
"status.replied_in_thread": "In filo responsum",
|
||||
"status.replied_to": "{name} respondit",
|
||||
"status.reply": "Respondere",
|
||||
"status.replyAll": "Responde ad filum",
|
||||
"status.report": "Referre @{name}",
|
||||
"status.sensitive_warning": "Materia delicata",
|
||||
"status.share": "Communica",
|
||||
"status.show_less_all": "Omnibus minus monstra",
|
||||
"status.show_more_all": "Omnibus plura monstra",
|
||||
"status.show_original": "Monstra originalem",
|
||||
"status.title.with_attachments": "{user} publicavit {attachmentCount, plural, one {unum annexum} other {{attachmentCount} annexa}}",
|
||||
"status.translate": "Converte",
|
||||
"status.translated_from_with": "Translatum ex {lang} per {provider}",
|
||||
"status.uncached_media_warning": "Praevisum non praesto est",
|
||||
"status.unmute_conversation": "Conversationem reserare",
|
||||
"subscribed_languages.lead": "Tantum epistolae in linguis selectis in domo tua apparebunt et indices temporum post mutationem. Neminem eligatis qui epistolas in omnibus linguis recipiat.",
|
||||
"subscribed_languages.save": "Servare mutationes",
|
||||
"subscribed_languages.target": "Muta linguas subscriptas pro {target}",
|
||||
"tabs_bar.home": "Domi",
|
||||
"tabs_bar.notifications": "Acta Vicimediorum",
|
||||
"time_remaining.days": "{number, plural, one {# die} other {# dies}} restant",
|
||||
"time_remaining.hours": "{number, plural, one {# hora} other {# horae}} restant",
|
||||
"time_remaining.minutes": "{number, plural, one {# minutum} other {# minuta}} restant",
|
||||
"time_remaining.moments": "Momenta reliqua",
|
||||
"time_remaining.seconds": "{number, plural, one {# secundum} other {# secunda}} restant",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} persōna} other {{counter} persōnae}} in {days, plural, one {diē prīdiē} other {diēbus praeteritīs {days}}}",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} persōna} other {{counter} persōnae}} in {days, plural, one {days} other {diēbus praeteritīs {days}}}",
|
||||
"trends.trending_now": "Nunc in usu",
|
||||
"ui.beforeunload": "Si Mastodon discesseris, tua epitome peribit.",
|
||||
"units.short.billion": "{count} millia milionum",
|
||||
"units.short.million": "{count} milionum",
|
||||
"units.short.thousand": "{count} millia",
|
||||
"upload_button.label": "Imaginēs, vīdeō aut fīle audītūs adde",
|
||||
"upload_area.title": "Trahe et depone ad imponendum",
|
||||
"upload_button.label": "Adde imagines, pelliculam, aut fasciculum sonorum.",
|
||||
"upload_error.limit": "Limes onerationis superatus est.",
|
||||
"upload_error.poll": "Nullis suffragiis licet fascicula imponere.",
|
||||
"upload_form.audio_description": "Describe for people who are hard of hearing",
|
||||
"upload_form.drag_and_drop.instructions": "Ad annexum mediorum tollendum, preme clavem \"Space\" aut \"Enter\". Dum traheis, utere clavibus sagittariis ad annexum mediorum in quamlibet partem movendum. Preme iterum \"Space\" aut \"Enter\" ad annexum mediorum in novo loco deponendum, aut preme \"Escape\" ad desinendum.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Tractatio revocata est. Adiunctum medium {item} demissum est.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "Adhaesum medium {item} demissum est.",
|
||||
"upload_form.drag_and_drop.on_drag_over": "Adhaesum medium {item} motum est.",
|
||||
"upload_form.drag_and_drop.on_drag_start": "Adhaesum medium {item} sublatum est.",
|
||||
"upload_form.edit": "Recolere",
|
||||
"upload_modal.description_placeholder": "A velox brunneis vulpes salit super piger canis",
|
||||
"upload_progress.label": "Uploading…",
|
||||
"video.mute": "Confutare soni"
|
||||
"upload_progress.label": "Oneratur...",
|
||||
"upload_progress.processing": "Processus…",
|
||||
"username.taken": "Illud nomen usoris occupatum est. Aliud tenta.",
|
||||
"video.close": "Pelliculam claude",
|
||||
"video.download": "Prehendere fasciculus",
|
||||
"video.exit_fullscreen": "Exitus ex plenum monitorium",
|
||||
"video.expand": "Expande pelliculam",
|
||||
"video.fullscreen": "Plenum monitorium",
|
||||
"video.hide": "celare pellicula",
|
||||
"video.mute": "Confutare soni",
|
||||
"video.pause": "intermittere",
|
||||
"video.play": "gignere"
|
||||
}
|
||||
|
||||
@@ -179,6 +179,7 @@
|
||||
"confirmations.discard_edit_media.message": "Tienes trokamientos no guadrados en la deskripsion o vista previa. Keres efasarlos entanto?",
|
||||
"confirmations.edit.confirm": "Edita",
|
||||
"confirmations.edit.message": "Si edites agora, kitaras el mesaj kualo estas eskriviendo aktualmente. Estas siguro ke keres fazerlo?",
|
||||
"confirmations.edit.title": "Sovreeskrivir puvlikasyon?",
|
||||
"confirmations.logout.confirm": "Sal",
|
||||
"confirmations.logout.message": "Estas siguro ke keres salir de tu kuento?",
|
||||
"confirmations.logout.title": "Salir?",
|
||||
@@ -188,6 +189,7 @@
|
||||
"confirmations.redraft.title": "Efasar i reeskrivir?",
|
||||
"confirmations.reply.confirm": "Arisponde",
|
||||
"confirmations.reply.message": "Si arispondas agora, kitaras el mesaj kualo estas eskriviendo aktualmente. Estas siguro ke keres fazerlo?",
|
||||
"confirmations.reply.title": "Sovreeskrivir puvlikasyon?",
|
||||
"confirmations.unfollow.confirm": "Desige",
|
||||
"confirmations.unfollow.message": "Estas siguro ke keres deshar de segir a {name}?",
|
||||
"confirmations.unfollow.title": "Desige utilizador?",
|
||||
@@ -725,6 +727,7 @@
|
||||
"status.bookmark": "Marka",
|
||||
"status.cancel_reblog_private": "No repartaja",
|
||||
"status.cannot_reblog": "Esta publikasyon no se puede repartajar",
|
||||
"status.continued_thread": "Kontinuasion del filo",
|
||||
"status.copy": "Kopia atadijo de publikasyon",
|
||||
"status.delete": "Efasa",
|
||||
"status.detailed_status": "Vista de konversasyon detalyada",
|
||||
@@ -733,7 +736,9 @@
|
||||
"status.edit": "Edita",
|
||||
"status.edited": "Ultima edisyon: {date}",
|
||||
"status.edited_x_times": "Editado {count, plural, one {{count} vez} other {{count} vezes}}",
|
||||
"status.embed": "Obtiene kodiche para enkrustar",
|
||||
"status.favourite": "Te plaze",
|
||||
"status.favourites": "{count, plural, one {# favorito} other {# favoritos}}",
|
||||
"status.filter": "Filtra esta publikasyon",
|
||||
"status.history.created": "{name} kriyo {date}",
|
||||
"status.history.edited": "{name} edito {date}",
|
||||
@@ -752,6 +757,7 @@
|
||||
"status.reblog": "Repartaja",
|
||||
"status.reblog_private": "Repartaja kon vizibilita orijinala",
|
||||
"status.reblogged_by": "{name} repartajo",
|
||||
"status.reblogs": "{count, plural, one {repartajamyento} other {repartajamyentos}}",
|
||||
"status.reblogs.empty": "Ainda nadie tiene repartajado esta publikasyon. Kuando algien lo aga, se amostrara aki.",
|
||||
"status.redraft": "Efasa i eskrive de muevo",
|
||||
"status.remove_bookmark": "Kita markador",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"about.powered_by": "Decentralizuota socialinė medija, veikianti pagal „{mastodon}“",
|
||||
"about.rules": "Serverio taisyklės",
|
||||
"account.account_note_header": "Asmeninė pastaba",
|
||||
"account.add_or_remove_from_list": "Pridėti arba pašalinti iš sąrašų",
|
||||
"account.add_or_remove_from_list": "Įtraukti arba šalinti iš sąrašų",
|
||||
"account.badges.bot": "Automatizuotas",
|
||||
"account.badges.group": "Grupė",
|
||||
"account.block": "Blokuoti @{name}",
|
||||
@@ -29,14 +29,14 @@
|
||||
"account.endorse": "Rodyti profilyje",
|
||||
"account.featured_tags.last_status_at": "Paskutinis įrašas {date}",
|
||||
"account.featured_tags.last_status_never": "Nėra įrašų",
|
||||
"account.featured_tags.title": "{name} rodomi saitažodžiai",
|
||||
"account.featured_tags.title": "{name} rekomenduojamos grotažymės",
|
||||
"account.follow": "Sekti",
|
||||
"account.follow_back": "Sekti atgal",
|
||||
"account.followers": "Sekėjai",
|
||||
"account.followers.empty": "Šio naudotojo dar niekas neseka.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} sekėjas} few {{counter} sekėjai} many {{counter} sekėjo} other {{counter} sekėjų}}",
|
||||
"account.following": "Sekama",
|
||||
"account.following_counter": "{count, plural, one {{counter} sekimas} few {{counter} sekimai} many {{counter} sekimo} other {{counter} sekimų}}",
|
||||
"account.following_counter": "{count, plural, one {{counter} seka} few {{counter} seka} many {{counter} seka} other {{counter} seka}}",
|
||||
"account.follows.empty": "Šis naudotojas dar nieko neseka.",
|
||||
"account.go_to_profile": "Eiti į profilį",
|
||||
"account.hide_reblogs": "Slėpti pasidalinimus iš @{name}",
|
||||
@@ -92,7 +92,7 @@
|
||||
"block_modal.remote_users_caveat": "Paprašysime serverio {domain} gerbti tavo sprendimą. Tačiau atitiktis negarantuojama, nes kai kurie serveriai gali skirtingai tvarkyti blokavimus. Vieši įrašai vis tiek gali būti matomi neprisijungusiems naudotojams.",
|
||||
"block_modal.show_less": "Rodyti mažiau",
|
||||
"block_modal.show_more": "Rodyti daugiau",
|
||||
"block_modal.they_cant_mention": "Jie negali tave paminėti ar sekti.",
|
||||
"block_modal.they_cant_mention": "Jie negali tau parašyti ar sekti.",
|
||||
"block_modal.they_cant_see_posts": "Jie negali matyti tavo įrašus, o tu nematysi jų.",
|
||||
"block_modal.they_will_know": "Jie gali matyti, kad yra užblokuoti.",
|
||||
"block_modal.title": "Blokuoti naudotoją?",
|
||||
@@ -121,7 +121,7 @@
|
||||
"column.blocks": "Užblokuoti naudotojai",
|
||||
"column.bookmarks": "Žymės",
|
||||
"column.community": "Vietinė laiko skalė",
|
||||
"column.direct": "Privatūs paminėjimai",
|
||||
"column.direct": "Paminėjimai",
|
||||
"column.directory": "Naršyti profilius",
|
||||
"column.domain_blocks": "Užblokuoti serveriai",
|
||||
"column.favourites": "Mėgstami",
|
||||
@@ -151,7 +151,7 @@
|
||||
"compose.saved.body": "Įrašas išsaugotas.",
|
||||
"compose_form.direct_message_warning_learn_more": "Sužinoti daugiau",
|
||||
"compose_form.encryption_warning": "„Mastodon“ įrašai nėra visapusiškai šifruojami. Per „Mastodon“ nesidalyk jokia slapta informacija.",
|
||||
"compose_form.hashtag_warning": "Šis įrašas nebus įtrauktas į jokį saitažodį, nes ji nėra vieša. Tik viešų įrašų galima ieškoti pagal saitažodį.",
|
||||
"compose_form.hashtag_warning": "Šis įrašas nebus įtrauktas į jokį grotažodį, nes jis nėra viešas. Tik vieši įrašai gali būti ieškomi pagal grotažymę.",
|
||||
"compose_form.lock_disclaimer": "Tavo paskyra nėra {locked}. Bet kas gali sekti tave ir peržiūrėti tik sekėjams skirtus įrašus.",
|
||||
"compose_form.lock_disclaimer.lock": "užrakinta",
|
||||
"compose_form.placeholder": "Kas tavo mintyse?",
|
||||
@@ -215,7 +215,7 @@
|
||||
"dismissable_banner.dismiss": "Atmesti",
|
||||
"dismissable_banner.explore_links": "Tai – naujienos, kuriomis šiandien daugiausiai bendrinamasi socialiniame saityne. Naujesnės naujienų istorijos, kurias paskelbė daugiau skirtingų žmonių, vertinamos aukščiau.",
|
||||
"dismissable_banner.explore_statuses": "Tai – įrašai iš viso socialinio saityno, kurie šiandien sulaukia daug dėmesio. Naujesni įrašai, turintys daugiau pasidalinimų ir mėgstamų, vertinami aukščiau.",
|
||||
"dismissable_banner.explore_tags": "Tai – saitažodžiai, kurie šiandien sulaukia daug dėmesio socialiniame saityne. Saitažodžiai, kuriuos naudoja daugiau skirtingų žmonių, vertinami aukščiau.",
|
||||
"dismissable_banner.explore_tags": "Tai – grotažymės, kurios šiandien sulaukia daug dėmesio socialiniame tinkle. Grotažymės, kuriuos naudoja daugiau skirtingų žmonių, vertinami aukščiau.",
|
||||
"dismissable_banner.public_timeline": "Tai – naujausi vieši įrašai iš žmonių socialiniame saityne, kuriuos serveryje {domain} seka žmonės.",
|
||||
"domain_block_modal.block": "Blokuoti serverį",
|
||||
"domain_block_modal.block_account_instead": "Blokuoti @{name} vietoj to",
|
||||
@@ -261,18 +261,18 @@
|
||||
"empty_column.account_timeline": "Nėra čia įrašų.",
|
||||
"empty_column.account_unavailable": "Profilis neprieinamas.",
|
||||
"empty_column.blocks": "Dar neužblokavai nė vieno naudotojo.",
|
||||
"empty_column.bookmarked_statuses": "Dar neturi nė vienos įrašo pridėtos žymės. Kai vieną iš jų pridėsi į žymes, jis bus rodomas čia.",
|
||||
"empty_column.bookmarked_statuses": "Dar neturi nė vienos įrašo su žyma. Kai vieną žymų pridėsi prie įrašo, jis bus rodomas čia.",
|
||||
"empty_column.community": "Vietinė laiko skalė yra tuščia. Parašyk ką nors viešai, kad pradėtum sąveikauti.",
|
||||
"empty_column.direct": "Dar neturi jokių privačių paminėjimų. Kai išsiųsi arba gausi vieną iš jų, jis bus rodomas čia.",
|
||||
"empty_column.direct": "Dar neturi jokių asmeninių susirašinėjimų (su žyma @). Kai išsiųsi arba gausi vieną iš jų, jis bus rodomas čia.",
|
||||
"empty_column.domain_blocks": "Kol kas nėra užblokuotų serverių.",
|
||||
"empty_column.explore_statuses": "Šiuo metu niekas nėra tendencinga. Patikrinkite vėliau!",
|
||||
"empty_column.favourited_statuses": "Dar neturi mėgstamų įrašų. Kai vieną iš jų pamėgsi, jis bus rodomas čia.",
|
||||
"empty_column.favourites": "Šio įrašo dar niekas nepamėgo. Kai kas nors tai padarys, jie bus rodomi čia.",
|
||||
"empty_column.follow_requests": "Dar neturi jokių sekimo prašymų. Kai gausi tokį prašymą, jis bus rodomas čia.",
|
||||
"empty_column.followed_tags": "Dar neseki jokių saitažodžių. Kai tai padarysi, jie bus rodomi čia.",
|
||||
"empty_column.hashtag": "Nėra nieko šiame saitažodyje kol kas.",
|
||||
"empty_column.followed_tags": "Dar neseki jokių grotažymių. Kai tai padarysi, jos bus rodomos čia.",
|
||||
"empty_column.hashtag": "Šioje gratažymėje kol kas nieko nėra.",
|
||||
"empty_column.home": "Tavo pagrindinio laiko skalė tuščia. Sek daugiau žmonių, kad ją užpildytum.",
|
||||
"empty_column.list": "Nėra nieko šiame sąraše kol kas. Kai šio sąrašo nariai paskelbs naujų įrašų, jie bus rodomi čia.",
|
||||
"empty_column.list": "Šiame sąraše dar nieko nėra. Kai šio sąrašo nariai paskelbs naujus įrašus, jie bus rodomi čia.",
|
||||
"empty_column.lists": "Dar neturite jokių sąrašų. Kai sukursite vieną, jis bus rodomas čia.",
|
||||
"empty_column.mutes": "Dar nesi nutildęs (-usi) nė vieno naudotojo.",
|
||||
"empty_column.notification_requests": "Viskas švaru! Čia nieko nėra. Kai gausi naujų pranešimų, jie bus rodomi čia pagal tavo nustatymus.",
|
||||
@@ -289,7 +289,7 @@
|
||||
"explore.title": "Naršyti",
|
||||
"explore.trending_links": "Naujienos",
|
||||
"explore.trending_statuses": "Įrašai",
|
||||
"explore.trending_tags": "Saitažodžiai",
|
||||
"explore.trending_tags": "Grotažymės",
|
||||
"filter_modal.added.context_mismatch_explanation": "Ši filtro kategorija netaikoma kontekstui, kuriame peržiūrėjai šį įrašą. Jei nori, kad įrašas būtų filtruojamas ir šiame kontekste, turėsi redaguoti filtrą.",
|
||||
"filter_modal.added.context_mismatch_title": "Konteksto neatitikimas.",
|
||||
"filter_modal.added.expired_explanation": "Ši filtro kategorija nustojo galioti. Kad ji būtų taikoma, turėsi pakeisti galiojimo datą.",
|
||||
@@ -330,7 +330,7 @@
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Panašūs į profilius, kuriuos neseniai seki",
|
||||
"follow_suggestions.view_all": "Peržiūrėti viską",
|
||||
"follow_suggestions.who_to_follow": "Ką sekti",
|
||||
"followed_tags": "Sekami saitažodžiai",
|
||||
"followed_tags": "Grotažymės",
|
||||
"footer.about": "Apie",
|
||||
"footer.directory": "Profilių katalogas",
|
||||
"footer.get_app": "Gauti programėlę",
|
||||
@@ -345,16 +345,16 @@
|
||||
"hashtag.column_header.tag_mode.any": "ar {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "be {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Pasiūlymų nerasta.",
|
||||
"hashtag.column_settings.select.placeholder": "Įvesti saitažodžius…",
|
||||
"hashtag.column_settings.select.placeholder": "Įvesk grotažymes…",
|
||||
"hashtag.column_settings.tag_mode.all": "Visi šie",
|
||||
"hashtag.column_settings.tag_mode.any": "Bet kuris iš šių",
|
||||
"hashtag.column_settings.tag_mode.none": "Nė vienas iš šių",
|
||||
"hashtag.column_settings.tag_toggle": "Įtraukti papildomas šio stulpelio žymes",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} dalyvis} few {{counter} dalyviai} many {{counter} dalyvio} other {{counter} dalyvių}}",
|
||||
"hashtag.column_settings.tag_mode.any": "Bet kuris šių",
|
||||
"hashtag.column_settings.tag_mode.none": "Nei vienas šių",
|
||||
"hashtag.column_settings.tag_toggle": "Įtraukti papildomas žymas į šį stulpelį",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} dalyvis} few {{counter} dalyviai} many {{counter} dalyvių} other {{counter} dalyviai}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} įrašas} few {{counter} įrašai} many {{counter} įrašo} other {{counter} įrašų}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} įrašas} few {{counter} įrašai} many {{counter} įrašo} other {{counter} įrašų}} šiandien",
|
||||
"hashtag.follow": "Sekti saitažodį",
|
||||
"hashtag.unfollow": "Nebesekti saitažodį",
|
||||
"hashtag.follow": "Sekti grotažymę",
|
||||
"hashtag.unfollow": "Nebesekti grotažymės",
|
||||
"hashtags.and_other": "…ir {count, plural, one {# daugiau} few {# daugiau} many {# daugiau}other {# daugiau}}",
|
||||
"hints.profiles.followers_may_be_missing": "Sekėjai šiai profiliui gali būti nepateikti.",
|
||||
"hints.profiles.follows_may_be_missing": "Sekimai šiai profiliui gali būti nepateikti.",
|
||||
@@ -381,7 +381,7 @@
|
||||
"ignore_notifications_modal.new_accounts_title": "Ignoruoti pranešimus iš naujų paskyrų?",
|
||||
"ignore_notifications_modal.not_followers_title": "Ignoruoti pranešimus iš žmonių, kurie tave neseka?",
|
||||
"ignore_notifications_modal.not_following_title": "Ignoruoti pranešimus iš žmonių, kuriuos neseki?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignoruoti pranešimus iš neprašytų privačių paminėjimų?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignoruoti pranešimus iš neprašytų privačių susirašinėjimų (su @)?",
|
||||
"interaction_modal.description.favourite": "Su „Mastodon“ paskyra galite pamėgti šį įrašą, kad autorius žinotų, jog vertinate tai ir išsaugoti jį vėliau.",
|
||||
"interaction_modal.description.follow": "Su „Mastodon“ paskyra galite sekti {name}, kad gautumėte jų įrašus pagrindiniame sraute.",
|
||||
"interaction_modal.description.reblog": "Su „Mastodon“ paskyra galite pasidalinti šiuo įrašu, kad bendrintumėte jį su savo sekėjais.",
|
||||
@@ -395,14 +395,14 @@
|
||||
"interaction_modal.sign_in_hint": "Patarimas: tai svetainė, kurioje užsiregistravote. Jei neprisimenate, ieškokite sveikinimo el. laiško savo gautiejuose. Taip pat galite įvesti visą naudotojo vardą (pvz., @Mastodon@mastodon.social).",
|
||||
"interaction_modal.title.favourite": "Pamėgti {name} įrašą",
|
||||
"interaction_modal.title.follow": "Sekti {name}",
|
||||
"interaction_modal.title.reblog": "Pakelti {name} įrašą",
|
||||
"interaction_modal.title.reblog": "Dalintis {name} įrašu",
|
||||
"interaction_modal.title.reply": "Atsakyti į {name} įrašą",
|
||||
"intervals.full.days": "{number, plural, one {# diena} few {# dienos} many {# dienos} other {# dienų}}",
|
||||
"intervals.full.hours": "{number, plural, one {# valanda} few {# valandos} many {# valandos} other {# valandų}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minutė} few {# minutes} many {# minutės} other {# minučių}}",
|
||||
"keyboard_shortcuts.back": "Naršyti atgal",
|
||||
"keyboard_shortcuts.blocked": "Atidaryti užblokuotų naudotojų sąrašą",
|
||||
"keyboard_shortcuts.boost": "Pakelti įrašą",
|
||||
"keyboard_shortcuts.boost": "Dalintis įrašu",
|
||||
"keyboard_shortcuts.column": "Fokusuoti stulpelį",
|
||||
"keyboard_shortcuts.compose": "Fokusuoti rengykles teksto sritį",
|
||||
"keyboard_shortcuts.description": "Aprašymas",
|
||||
@@ -466,10 +466,10 @@
|
||||
"mute_modal.hide_options": "Slėpti parinktis",
|
||||
"mute_modal.indefinite": "Kol atšauksiu jų nutildymą",
|
||||
"mute_modal.show_options": "Rodyti parinktis",
|
||||
"mute_modal.they_can_mention_and_follow": "Jie gali tave paminėti ir sekti, bet tu jų nematysi.",
|
||||
"mute_modal.they_can_mention_and_follow": "Jie gali tave paminėti tave su @ ir sekti tave, bet tu jų nematysi.",
|
||||
"mute_modal.they_wont_know": "Jie nežinos, kad buvo nutildyti.",
|
||||
"mute_modal.title": "Nutildyti naudotoją?",
|
||||
"mute_modal.you_wont_see_mentions": "Nematysi įrašus, kuriuose jie paminimi.",
|
||||
"mute_modal.you_wont_see_mentions": "Nematysi įrašų, kuriuose jie paminimi.",
|
||||
"mute_modal.you_wont_see_posts": "Jie vis tiek gali matyti tavo įrašus, bet tu nematysi jų.",
|
||||
"navigation_bar.about": "Apie",
|
||||
"navigation_bar.administration": "Administravimas",
|
||||
@@ -478,14 +478,14 @@
|
||||
"navigation_bar.bookmarks": "Žymės",
|
||||
"navigation_bar.community_timeline": "Vietinė laiko skalė",
|
||||
"navigation_bar.compose": "Sukurti naują įrašą",
|
||||
"navigation_bar.direct": "Privatūs paminėjimai",
|
||||
"navigation_bar.direct": "Paminėjimai",
|
||||
"navigation_bar.discover": "Atrasti",
|
||||
"navigation_bar.domain_blocks": "Užblokuoti domenai",
|
||||
"navigation_bar.explore": "Naršyti",
|
||||
"navigation_bar.favourites": "Mėgstami",
|
||||
"navigation_bar.filters": "Nutildyti žodžiai",
|
||||
"navigation_bar.follow_requests": "Sekimo prašymai",
|
||||
"navigation_bar.followed_tags": "Sekami saitažodžiai",
|
||||
"navigation_bar.followed_tags": "Grotažymės",
|
||||
"navigation_bar.follows_and_followers": "Sekimai ir sekėjai",
|
||||
"navigation_bar.lists": "Sąrašai",
|
||||
"navigation_bar.logout": "Atsijungti",
|
||||
@@ -507,9 +507,11 @@
|
||||
"notification.admin.sign_up": "{name} užsiregistravo",
|
||||
"notification.admin.sign_up.name_and_others": "{name} ir {count, plural, one {# kitas} few {# kiti} many {# kito} other {# kitų}} užsiregistravo",
|
||||
"notification.favourite": "{name} pamėgo tavo įrašą",
|
||||
"notification.favourite.name_and_others_with_link": "{name} ir <a>{count, plural,one {dar kažkas} few {# kiti} other {# kitų}}</a> pamėgo tavo įrašą",
|
||||
"notification.follow": "{name} seka tave",
|
||||
"notification.follow.name_and_others": "{name} ir <a>{count, plural, one {# kitas} few {# kiti} many {# kito} other {# kitų}}</a> seka tave",
|
||||
"notification.follow_request": "{name} paprašė tave sekti",
|
||||
"notification.follow_request.name_and_others": "{name} ir {count, plural,one {dar kažkas} few {# kiti} other {# kitų}} pradėjo tave sekti",
|
||||
"notification.label.mention": "Paminėjimas",
|
||||
"notification.label.private_mention": "Privatus paminėjimas",
|
||||
"notification.label.private_reply": "Privatus atsakymas",
|
||||
@@ -520,15 +522,18 @@
|
||||
"notification.moderation_warning": "Gavai prižiūrėjimo įspėjimą",
|
||||
"notification.moderation_warning.action_delete_statuses": "Kai kurie tavo įrašai buvo pašalintos.",
|
||||
"notification.moderation_warning.action_disable": "Tavo paskyra buvo išjungta.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Kai kurie tavo įrašai buvo pažymėtos kaip jautrios.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Kai kurie tavo įrašai buvo pažymėti kaip turintys jautrią informaciją.",
|
||||
"notification.moderation_warning.action_none": "Tavo paskyra gavo prižiūrėjimo įspėjimą.",
|
||||
"notification.moderation_warning.action_sensitive": "Nuo šiol tavo įrašai bus pažymėti kaip jautrūs.",
|
||||
"notification.moderation_warning.action_sensitive": "Nuo šiol tavo įrašai bus pažymėti kaip su jautria informacija.",
|
||||
"notification.moderation_warning.action_silence": "Tavo paskyra buvo apribota.",
|
||||
"notification.moderation_warning.action_suspend": "Tavo paskyra buvo sustabdyta.",
|
||||
"notification.own_poll": "Tavo apklausa baigėsi",
|
||||
"notification.poll": "Baigėsi apklausa, kurioje balsavai",
|
||||
"notification.reblog": "{name} pakėlė tavo įrašą",
|
||||
"notification.reblog": "{name} dalinosi tavo įrašu",
|
||||
"notification.reblog.name_and_others_with_link": "{name} ir <a>{count, plural,one {dar kažkas} few {# kiti} other {# kitų}}</a> pasidalino tavo įrašu",
|
||||
"notification.relationships_severance_event": "Prarasti sąryšiai su {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Administratorius iš {from} sustabdė {target}, todėl jūs nebegalėsite gauti jų naujienų ar bendrauti su jais.",
|
||||
"notification.relationships_severance_event.domain_block": "Administratorius iš {from} užblokavo {target}, įskaitant {followersCount} iš tavo sekėjų ir {followingCount, plural,one {# žmogų, kurį} few {# žmones, kuriuos} other {# žmonių, kuriuos}} seki.",
|
||||
"notification.relationships_severance_event.learn_more": "Sužinoti daugiau",
|
||||
"notification.relationships_severance_event.user_domain_block": "Tu užblokavai {target}. Pašalinama {followersCount} savo sekėjų ir {followingCount, plural, one {# paskyrą} few {# paskyrai} many {# paskyros} other {# paskyrų}}, kurios seki.",
|
||||
"notification.status": "{name} ką tik paskelbė",
|
||||
@@ -567,7 +572,7 @@
|
||||
"notifications.column_settings.mention": "Paminėjimai:",
|
||||
"notifications.column_settings.poll": "Balsavimo rezultatai:",
|
||||
"notifications.column_settings.push": "Tiesioginiai pranešimai",
|
||||
"notifications.column_settings.reblog": "Pakėlimai:",
|
||||
"notifications.column_settings.reblog": "Pasidalinimai:",
|
||||
"notifications.column_settings.show": "Rodyti stulpelyje",
|
||||
"notifications.column_settings.sound": "Paleisti garsą",
|
||||
"notifications.column_settings.status": "Nauji įrašai:",
|
||||
@@ -575,12 +580,12 @@
|
||||
"notifications.column_settings.unread_notifications.highlight": "Paryškinti neperskaitytus pranešimus",
|
||||
"notifications.column_settings.update": "Redagavimai:",
|
||||
"notifications.filter.all": "Visi",
|
||||
"notifications.filter.boosts": "Pakėlimai",
|
||||
"notifications.filter.boosts": "Pasidalinimai",
|
||||
"notifications.filter.favourites": "Mėgstami",
|
||||
"notifications.filter.follows": "Sekimai",
|
||||
"notifications.filter.mentions": "Paminėjimai",
|
||||
"notifications.filter.polls": "Balsavimo rezultatai",
|
||||
"notifications.filter.statuses": "Naujinimai iš žmonių, kuriuos seki",
|
||||
"notifications.filter.statuses": "Naujienos iš žmonių, kuriuos sekate",
|
||||
"notifications.grant_permission": "Suteikti leidimą.",
|
||||
"notifications.group": "{count} pranešimai",
|
||||
"notifications.mark_as_read": "Pažymėti kiekvieną pranešimą kaip perskaitytą",
|
||||
@@ -594,12 +599,15 @@
|
||||
"notifications.policy.filter": "Filtruoti",
|
||||
"notifications.policy.filter_hint": "Siųsti į filtruotų pranešimų gautiejus",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Apribota serverio prižiūrėtojų",
|
||||
"notifications.policy.filter_limited_accounts_title": "Prižiūrėmi paskyrai",
|
||||
"notifications.policy.filter_limited_accounts_title": "Moderuojamos paskyros",
|
||||
"notifications.policy.filter_new_accounts.hint": "Sukurta per {days, plural, one {vieną dieną} few {# dienas} many {# dienos} other {# dienų}}",
|
||||
"notifications.policy.filter_new_accounts_title": "Naujos paskyros",
|
||||
"notifications.policy.filter_not_followers_hint": "Įskaitant žmones, kurie seka jus mažiau nei {days, plural, one {vieną dieną} few {# dienas} many {# dienų} other {# dienų}}",
|
||||
"notifications.policy.filter_not_followers_title": "Žmonės, kurie neseka tavęs",
|
||||
"notifications.policy.filter_not_following_hint": "Kol jų nepatvirtinsi rankiniu būdu",
|
||||
"notifications.policy.filter_not_following_title": "Žmonių, kuriuos neseki",
|
||||
"notifications.policy.filter_private_mentions_title": "Nepageidaujami privatūs paminėjimai",
|
||||
"notifications.policy.filter_private_mentions_hint": "Filtruojama, išskyrus atsakymus į tavo paties paminėjimą arba jei seki siuntėją",
|
||||
"notifications.policy.filter_private_mentions_title": "Nepageidaujami asmens paminėjimai",
|
||||
"notifications.policy.title": "Tvarkyti pranešimus iš…",
|
||||
"notifications_permission_banner.enable": "Įjungti darbalaukio pranešimus",
|
||||
"notifications_permission_banner.how_to_control": "Jei nori gauti pranešimus, kai Mastodon nėra atidarytas, įjunk darbalaukio pranešimus. Įjungęs (-usi) darbalaukio pranešimus, gali tiksliai valdyti, kokių tipų sąveikos generuoja darbalaukio pranešimus, naudojant pirmiau esančiu mygtuku {icon}.",
|
||||
@@ -634,7 +642,7 @@
|
||||
"onboarding.steps.follow_people.title": "Suasmeninkite savo pagrindinį srautą",
|
||||
"onboarding.steps.publish_status.body": "Sakykite sveiki pasauliui tekstu, nuotraukomis, vaizdo įrašais ar apklausomis {emoji}.",
|
||||
"onboarding.steps.publish_status.title": "Sukūrkite savo pirmąjį įrašą",
|
||||
"onboarding.steps.setup_profile.body": "Padidinkite savo sąveikas turint išsamų profilį.",
|
||||
"onboarding.steps.setup_profile.body": "Padidinkite savo populiarumą, sukurdami išsamų profilį.",
|
||||
"onboarding.steps.setup_profile.title": "Suasmeninkite savo profilį",
|
||||
"onboarding.steps.share_profile.body": "Leiskite draugams žinoti, kaip jus rasti platformoje „Mastodon“.",
|
||||
"onboarding.steps.share_profile.title": "Bendrinkite savo „Mastodon“ profilį",
|
||||
@@ -662,7 +670,7 @@
|
||||
"privacy.private.short": "Sekėjai",
|
||||
"privacy.public.long": "Bet kas iš Mastodon ir ne Mastodon",
|
||||
"privacy.public.short": "Vieša",
|
||||
"privacy.unlisted.additional": "Tai veikia lygiai taip pat, kaip ir vieša, tik įrašas nebus rodomas tiesioginiuose srautuose, saitažodžiose, naršyme ar Mastodon paieškoje, net jei esi įtraukęs (-usi) visą paskyrą.",
|
||||
"privacy.unlisted.additional": "Tai veikia lygiai taip pat, kaip ir vieša, tik įrašas nebus rodomas tiesioginiuose srautuose, grotažymėse, naršyme ar Mastodon paieškoje, net jei esi įtraukęs (-usi) visą paskyrą.",
|
||||
"privacy.unlisted.long": "Mažiau algoritminių fanfarų",
|
||||
"privacy.unlisted.short": "Tyliai vieša",
|
||||
"privacy_policy.last_updated": "Paskutinį kartą atnaujinta {date}",
|
||||
@@ -724,7 +732,7 @@
|
||||
"report.thanks.title": "Nenori to matyti?",
|
||||
"report.thanks.title_actionable": "Ačiū, kad pranešei, mes tai išnagrinėsime.",
|
||||
"report.unfollow": "Nebesekti @{name}",
|
||||
"report.unfollow_explanation": "Tu seki šią paskyrą. Jei nori nebematyti jų įrašų savo pagrindiniame sraute, nebesek jų.",
|
||||
"report.unfollow_explanation": "Jūs sekate šią paskyrą. Kad nebematytumėte jų įrašų savo pagrindiniame sraute, nebesekite.",
|
||||
"report_notification.attached_statuses": "Pridėti {count, plural, one {{count} įrašas} few {{count} įrašai} many {{count} įrašo} other {{count} įrašų}}",
|
||||
"report_notification.categories.legal": "Teisinės",
|
||||
"report_notification.categories.legal_sentence": "nelegalus turinys",
|
||||
@@ -743,7 +751,7 @@
|
||||
"search.quick_action.open_url": "Atidaryti URL adresą Mastodon",
|
||||
"search.quick_action.status_search": "Pranešimai, atitinkantys {x}",
|
||||
"search.search_or_paste": "Ieškoti arba įklijuoti URL",
|
||||
"search_popout.full_text_search_disabled_message": "Nepasiekima {domain}.",
|
||||
"search_popout.full_text_search_disabled_message": "Paieška {domain} įrašuose išjungta.",
|
||||
"search_popout.full_text_search_logged_out_message": "Pasiekiama tik prisijungus.",
|
||||
"search_popout.language_code": "ISO kalbos kodas",
|
||||
"search_popout.options": "Paieškos nustatymai",
|
||||
@@ -753,7 +761,7 @@
|
||||
"search_popout.user": "naudotojas",
|
||||
"search_results.accounts": "Profiliai",
|
||||
"search_results.all": "Visi",
|
||||
"search_results.hashtags": "Saitažodžiai",
|
||||
"search_results.hashtags": "Grotažymės",
|
||||
"search_results.nothing_found": "Nepavyko rasti nieko pagal šiuos paieškos terminus.",
|
||||
"search_results.see_all": "Žiūrėti viską",
|
||||
"search_results.statuses": "Įrašai",
|
||||
@@ -772,8 +780,8 @@
|
||||
"status.admin_domain": "Atidaryti prižiūrėjimo sąsają {domain}",
|
||||
"status.admin_status": "Atidaryti šį įrašą prižiūrėjimo sąsajoje",
|
||||
"status.block": "Blokuoti @{name}",
|
||||
"status.bookmark": "Pridėti į žymės",
|
||||
"status.cancel_reblog_private": "Nebepasidalinti",
|
||||
"status.bookmark": "Žymė",
|
||||
"status.cancel_reblog_private": "Nesidalinti",
|
||||
"status.cannot_reblog": "Šis įrašas negali būti pakeltas.",
|
||||
"status.continued_thread": "Tęsiama gijoje",
|
||||
"status.copy": "Kopijuoti nuorodą į įrašą",
|
||||
@@ -784,8 +792,9 @@
|
||||
"status.edit": "Redaguoti",
|
||||
"status.edited": "Paskutinį kartą redaguota {date}",
|
||||
"status.edited_x_times": "Redaguota {count, plural, one {{count} kartą} few {{count} kartus} many {{count} karto} other {{count} kartų}}",
|
||||
"status.embed": "Gaukite įterpimo kodą",
|
||||
"status.favourite": "Pamėgti",
|
||||
"status.favourites": "{count, plural, one {mėgstamas} few {mėgstamai} many {mėgstamų} other {mėgstamų}}",
|
||||
"status.favourites": "{count, plural, one {mėgsta} few {mėgsta} many {mėgsta} other {mėgsta}}",
|
||||
"status.filter": "Filtruoti šį įrašą",
|
||||
"status.history.created": "{name} sukurta {date}",
|
||||
"status.history.edited": "{name} redaguota {date}",
|
||||
@@ -797,14 +806,15 @@
|
||||
"status.more": "Daugiau",
|
||||
"status.mute": "Nutildyti @{name}",
|
||||
"status.mute_conversation": "Nutildyti pokalbį",
|
||||
"status.open": "Išplėsti šį įrašą",
|
||||
"status.open": "Išskleisti šį įrašą",
|
||||
"status.pin": "Prisegti prie profilio",
|
||||
"status.pinned": "Prisegtas įrašas",
|
||||
"status.read_more": "Skaityti daugiau",
|
||||
"status.reblog": "Pakelti",
|
||||
"status.reblog_private": "Pakelti su originaliu matomumu",
|
||||
"status.reblogged_by": "{name} pakėlė",
|
||||
"status.reblogs.empty": "Šio įrašo dar niekas nepakėlė. Kai kas nors tai padarys, jie bus rodomi čia.",
|
||||
"status.reblog": "Dalintis",
|
||||
"status.reblog_private": "Dalintis su originaliais matomumo nustatymais",
|
||||
"status.reblogged_by": "{name} pasidalino",
|
||||
"status.reblogs": "{count, plural, one {pasidalinimas} few {pasidalinimai} many {pasidalinimų} other {pasidalinimai}}",
|
||||
"status.reblogs.empty": "Šiuo įrašu dar niekas nesidalino. Kai kas nors tai padarys, jie bus rodomi čia.",
|
||||
"status.redraft": "Ištrinti ir parengti iš naujo",
|
||||
"status.remove_bookmark": "Pašalinti žymę",
|
||||
"status.replied_in_thread": "Atsakyta gijoje",
|
||||
|
||||
@@ -63,8 +63,8 @@
|
||||
"account.share": "Dalīties ar @{name} profilu",
|
||||
"account.show_reblogs": "Parādīt @{name} pastiprinātos ierakstus",
|
||||
"account.statuses_counter": "{count, plural, zero {{counter} ierakstu} one {{counter} ieraksts} other {{counter} ieraksti}}",
|
||||
"account.unblock": "Atbloķēt @{name}",
|
||||
"account.unblock_domain": "Atbloķēt domēnu {domain}",
|
||||
"account.unblock": "Atcelt liegšanu @{name}",
|
||||
"account.unblock_domain": "Atcelt domēna {domain} liegšanu",
|
||||
"account.unblock_short": "Atbloķēt",
|
||||
"account.unendorse": "Neizcelt profilā",
|
||||
"account.unfollow": "Pārstāt sekot",
|
||||
@@ -89,11 +89,12 @@
|
||||
"announcement.announcement": "Paziņojums",
|
||||
"attachments_list.unprocessed": "(neapstrādāti)",
|
||||
"audio.hide": "Slēpt audio",
|
||||
"block_modal.remote_users_caveat": "Mēs vaicāsim serverim {domain} ņemt vērā Tavu lēmumu. Tomēr atbilstība nav nodrošināta, jo atsevišķi serveri liegšanu var apstrādāt citādi. Publiski ieraksti joprojām var būt redzami lietotājiem, kuri nav pieteikušies.",
|
||||
"block_modal.remote_users_caveat": "Mēs lūgsim serverim {domain} ņemt vērā Tavu lēmumu. Tomēr sadarbība nav garantēta, jo atsevišķi serveri bloķēšanu var apstrādāt citādi. Publiski ieraksti, iespējams, joprojām būs redzami lietotājiem, kuri nav pieteikušies.",
|
||||
"block_modal.show_less": "Rādīt mazāk",
|
||||
"block_modal.show_more": "Parādīt mazāk",
|
||||
"block_modal.they_cant_mention": "Nevar Tevi pieminēt vai sekot Tev.",
|
||||
"block_modal.they_cant_see_posts": "Lietotajs nevarēs redzēt Tavus ierakstus, un Tu neredzēsi lietotāja.",
|
||||
"block_modal.show_more": "Rādīt vairāk",
|
||||
"block_modal.they_cant_mention": "Lietotājs nevarēs Tevi pieminēt vai Tev sekot.",
|
||||
"block_modal.they_cant_see_posts": "Lietotājs nevarēs redzēt Tavus, un Tu neredzēsi lietotāja ierakstus.",
|
||||
"block_modal.they_will_know": "Lietotājs varēs redzēt, ka ir bloķēts.",
|
||||
"block_modal.title": "Bloķēt lietotāju?",
|
||||
"block_modal.you_wont_see_mentions": "Tu neredzēsi ierakstus, kuros ir minēts šis lietotājs.",
|
||||
"boost_modal.combo": "Nospied {combo}, lai nākamreiz šo izlaistu",
|
||||
@@ -117,12 +118,12 @@
|
||||
"closed_registrations_modal.preamble": "Mastodon ir decentralizēts, tāpēc neatkarīgi no tā, kur Tu izveido savu kontu, varēsi sekot un mijiedarboties ar ikvienu šajā serverī. Tu pat vari to pašizvietot!",
|
||||
"closed_registrations_modal.title": "Reģistrēšanās Mastodon",
|
||||
"column.about": "Par",
|
||||
"column.blocks": "Bloķētie lietotāji",
|
||||
"column.blocks": "Liegtie lietotāji",
|
||||
"column.bookmarks": "Grāmatzīmes",
|
||||
"column.community": "Vietējā laika līnija",
|
||||
"column.direct": "Privātas pieminēšanas",
|
||||
"column.directory": "Pārlūkot profilus",
|
||||
"column.domain_blocks": "Bloķētie domēni",
|
||||
"column.domain_blocks": "Liegtie domēni",
|
||||
"column.favourites": "Izlase",
|
||||
"column.firehose": "Tiešraides plūsmas",
|
||||
"column.follow_requests": "Sekošanas pieprasījumi",
|
||||
@@ -169,7 +170,7 @@
|
||||
"compose_form.spoiler.unmarked": "Pievienot satura brīdinājumu",
|
||||
"compose_form.spoiler_placeholder": "Satura brīdinājums (pēc izvēles)",
|
||||
"confirmation_modal.cancel": "Atcelt",
|
||||
"confirmations.block.confirm": "Bloķēt",
|
||||
"confirmations.block.confirm": "Liegt",
|
||||
"confirmations.delete.confirm": "Dzēst",
|
||||
"confirmations.delete.message": "Vai tiešām izdzēst šo ierakstu?",
|
||||
"confirmations.delete.title": "Izdzēst ierakstu?",
|
||||
@@ -216,11 +217,13 @@
|
||||
"dismissable_banner.explore_statuses": "Šie ir ieraksti, kas šodien gūst arvien lielāku ievērību visā sociālajā tīklā. Augstāk tiek kārtoti jaunāki ieraksti, kuri tiek vairāk pastiprināti un ievietoti izlasēs.",
|
||||
"dismissable_banner.explore_tags": "Šie ir tēmturi, kas šodien gūst uzmanību sabiedriskajā tīmeklī. Tēmturi, kurus izmanto vairāk dažādu cilvēku, tiek vērtēti augstāk.",
|
||||
"dismissable_banner.public_timeline": "Šie ir jaunākie publiskie ieraksti no lietotājiem sociālajā tīmeklī, kuriem {domain} seko cilvēki.",
|
||||
"domain_block_modal.block": "Bloķēt serveri",
|
||||
"domain_block_modal.block_account_instead": "Tā vietā liegt @{name}",
|
||||
"domain_block_modal.they_cant_follow": "Neviens šajā serverī nevar Tev sekot.",
|
||||
"domain_block_modal.they_wont_know": "Viņi nezinās, ka tikuši bloķēti.",
|
||||
"domain_block_modal.title": "Bloķēt domēnu?",
|
||||
"domain_block_modal.block": "Liegt serveri",
|
||||
"domain_block_modal.block_account_instead": "Tā vietā bloķēt @{name}",
|
||||
"domain_block_modal.they_cant_follow": "Neviens no šī servera nevarēs Tev sekot.",
|
||||
"domain_block_modal.they_wont_know": "Viņi nezinās, ka tikuši liegti.",
|
||||
"domain_block_modal.title": "Liegt domēnu?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Tu zaudēsi {followersCount, plural, one {{followersCountDisplay} sekotāju} other {{followersCountDisplay} sekotājus}} un {followingCount, plural, one {{followingCountDisplay} sekojamo} other {{followingCountDisplay} sekojamos}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Tu zaudēsi visus sekotājus un sekojamos no šī servera.",
|
||||
"domain_pill.activitypub_lets_connect": "Tas ļauj savienoties un mijiedarboties ar cilvēkiem ne tikai no Mastodon, bet arī starp dažādām sabiedriskajām lietotnēm.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub ir kā valoda, kurā Mastodon sazināš ar citiem sabiedriskajiem tīkliem.",
|
||||
"domain_pill.server": "Serveris",
|
||||
@@ -251,11 +254,11 @@
|
||||
"empty_column.account_suspended": "Konta darbība ir apturēta",
|
||||
"empty_column.account_timeline": "Šeit nav ierakstu.",
|
||||
"empty_column.account_unavailable": "Profils nav pieejams",
|
||||
"empty_column.blocks": "Pašreiz tu neesi nevienu bloķējis.",
|
||||
"empty_column.blocks": "Pagaidām Tu neesi liedzis nevienu lietotāju.",
|
||||
"empty_column.bookmarked_statuses": "Pašlaik Tev nav neviena grāmatzīmēs pievienota ieraksta. Kad tādu pievienosi, tas parādīsies šeit.",
|
||||
"empty_column.community": "Vietējā laika līnija ir tukša. Uzraksti kaut ko publiski, lai iekustinātu visu!",
|
||||
"empty_column.direct": "Tev vēl nav privātu pieminēšanu. Kad Tu nosūtīsi vai saņemsi kādu, tā pārādīsies šeit.",
|
||||
"empty_column.domain_blocks": "Vēl nav neviena bloķēta domēna.",
|
||||
"empty_column.domain_blocks": "Vēl nav neviena liegta domēna.",
|
||||
"empty_column.explore_statuses": "Pašlaik nav nekā aktuāla. Ieskaties šeit vēlāk!",
|
||||
"empty_column.favourited_statuses": "Tev vēl nav izlasei pievienotu ierakstu. Kad pievienosi kādu, tas tiks parādīts šeit.",
|
||||
"empty_column.favourites": "Šo ierakstu vēl neviens nav pievienojis izlasei. Kad kāds to izdarīs, tas parādīsies šeit.",
|
||||
@@ -352,6 +355,9 @@
|
||||
"home.pending_critical_update.title": "Ir pieejams būtisks drošības atjauninājums.",
|
||||
"home.show_announcements": "Rādīt paziņojumus",
|
||||
"ignore_notifications_modal.ignore": "Neņemt vērā paziņojumus",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Neņemt vērā paziņojumus no moderētiem kontiem?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Neņemt vērā paziņojumus no jauniem kontiem?",
|
||||
"ignore_notifications_modal.not_followers_title": "Neņemt vērā paziņojumus no cilvēkiem, kas tev neseko?",
|
||||
"ignore_notifications_modal.not_following_title": "Neņemt vērā paziņojumus no cilvēkiem, kuriem neseko?",
|
||||
"interaction_modal.description.favourite": "Ar Mastodon kontu tu vari pievienot šo ziņu izlasei, lai informētu autoru, ka to novērtē, un saglabātu to vēlākai lasīšanai.",
|
||||
"interaction_modal.description.follow": "Ar Mastodon kontu Tu vari sekot {name}, lai saņemtu lietotāja ierakstus savā mājas plūsmā.",
|
||||
@@ -372,7 +378,7 @@
|
||||
"intervals.full.hours": "{number, plural, one {# stunda} other {# stundas}}",
|
||||
"intervals.full.minutes": "{number, plural, one {# minūte} other {# minūtes}}",
|
||||
"keyboard_shortcuts.back": "Pāriet atpakaļ",
|
||||
"keyboard_shortcuts.blocked": "Atvērt bloķēto lietotāju sarakstu",
|
||||
"keyboard_shortcuts.blocked": "Atvērt liegto lietotāju sarakstu",
|
||||
"keyboard_shortcuts.boost": "Pastiprināt ierakstu",
|
||||
"keyboard_shortcuts.column": "Fokusēt kolonnu",
|
||||
"keyboard_shortcuts.compose": "Fokusēt veidojamā teksta lauku",
|
||||
@@ -439,13 +445,13 @@
|
||||
"navigation_bar.about": "Par",
|
||||
"navigation_bar.administration": "Pārvaldība",
|
||||
"navigation_bar.advanced_interface": "Atvērt paplašinātā tīmekļa saskarnē",
|
||||
"navigation_bar.blocks": "Bloķētie lietotāji",
|
||||
"navigation_bar.blocks": "Liegtie lietotāji",
|
||||
"navigation_bar.bookmarks": "Grāmatzīmes",
|
||||
"navigation_bar.community_timeline": "Vietējā laika līnija",
|
||||
"navigation_bar.compose": "Izveidot jaunu ierakstu",
|
||||
"navigation_bar.direct": "Privātas pieminēšanas",
|
||||
"navigation_bar.discover": "Atklāt",
|
||||
"navigation_bar.domain_blocks": "Bloķētie domēni",
|
||||
"navigation_bar.domain_blocks": "Liegtie domēni",
|
||||
"navigation_bar.explore": "Izpētīt",
|
||||
"navigation_bar.favourites": "Izlase",
|
||||
"navigation_bar.filters": "Apklusinātie vārdi",
|
||||
@@ -472,7 +478,7 @@
|
||||
"notification.favourite.name_and_others_with_link": "{name} un <a>{count, plural, one {# cits} other {# citi}}</a> pievienoja Tavu ierakstu izlasē",
|
||||
"notification.follow": "{name} uzsāka Tev sekot",
|
||||
"notification.follow_request": "{name} nosūtīja Tev sekošanas pieprasījumu",
|
||||
"notification.mentioned_you": "{name} pieminēja jūs",
|
||||
"notification.mentioned_you": "{name} pieminēja tevi",
|
||||
"notification.moderation-warning.learn_more": "Uzzināt vairāk",
|
||||
"notification.moderation_warning": "Ir saņemts satura pārraudzības brīdinājums",
|
||||
"notification.moderation_warning.action_delete_statuses": "Daži no Taviem ierakstiem tika noņemti.",
|
||||
@@ -596,10 +602,11 @@
|
||||
"privacy.direct.short": "Noteikti cilvēki",
|
||||
"privacy.private.long": "Tikai Tavi sekotāji",
|
||||
"privacy.private.short": "Sekotāji",
|
||||
"privacy.public.long": "Jebkurš Mastodon un ārpus tā",
|
||||
"privacy.public.short": "Redzams visiem",
|
||||
"privacy.public.long": "Jebkurš Mastodon platformā un ārpus tās",
|
||||
"privacy.public.short": "Publisks",
|
||||
"privacy.unlisted.additional": "Šis uzvedas tieši kā publisks, izņemot to, ka ieraksts neparādīsies tiešraides barotnēs vai tēmturos, izpētē vai Mastodon meklēšanā, pat ja esi to norādījis visa konta ietvaros.",
|
||||
"privacy.unlisted.long": "Mazāk algoritmisku fanfaru",
|
||||
"privacy.unlisted.short": "Klusi publisks",
|
||||
"privacy_policy.last_updated": "Pēdējo reizi atjaunināta {date}",
|
||||
"privacy_policy.title": "Privātuma politika",
|
||||
"recommended": "Ieteicams",
|
||||
@@ -620,8 +627,8 @@
|
||||
"reply_indicator.attachments": "{count, plural, zero{# pielikumu} one {# pielikums} other {# pielikumi}}",
|
||||
"reply_indicator.cancel": "Atcelt",
|
||||
"reply_indicator.poll": "Aptauja",
|
||||
"report.block": "Bloķēt",
|
||||
"report.block_explanation": "Tu neredzēsi viņu ierakstus. Viņi nevarēs redzēt Tavus ierakstus vai sekot tev. Viņi varēs saprast, ka ir liegti.",
|
||||
"report.block": "Liegt",
|
||||
"report.block_explanation": "Tu neredzēsi viņu ierakstus. Viņi nevarēs redzēt Tavus ierakstus vai sekot Tev. Viņi varēs saprast, ka ir liegti.",
|
||||
"report.categories.legal": "Tiesisks",
|
||||
"report.categories.other": "Citi",
|
||||
"report.categories.spam": "Mēstule",
|
||||
@@ -704,7 +711,7 @@
|
||||
"status.admin_account": "Atvērt @{name} satura pārraudzības saskarni",
|
||||
"status.admin_domain": "Atvērt {domain} satura pārraudzības saskarni",
|
||||
"status.admin_status": "Atvērt šo ziņu satura pārraudzības saskarnē",
|
||||
"status.block": "Bloķēt @{name}",
|
||||
"status.block": "Liegt @{name}",
|
||||
"status.bookmark": "Grāmatzīme",
|
||||
"status.cancel_reblog_private": "Nepastiprināt",
|
||||
"status.cannot_reblog": "Šo ierakstu nevar pastiprināt",
|
||||
|
||||
815
app/javascript/mastodon/locales/nan-TW.json
Normal file
815
app/javascript/mastodon/locales/nan-TW.json
Normal file
@@ -0,0 +1,815 @@
|
||||
{
|
||||
"about.blocks": "Siū 管制 ê 服侍器",
|
||||
"about.contact": "聯絡方法:",
|
||||
"about.disclaimer": "Mastodon是自由、開放原始碼ê軟體,mā是Mastodon gGmbH ê商標。",
|
||||
"about.domain_blocks.no_reason_available": "原因bē-tàng用",
|
||||
"about.domain_blocks.preamble": "Mastodon一般ē允准lí看別ê fediverse 服侍器來ê聯絡人kap hām用者交流。Tsiah ê 是本服侍器建立ê例外。",
|
||||
"about.domain_blocks.silenced.explanation": "Lí一般buē-tàng tuì tsit ê服侍器看用戶ê紹介kap內容,除非lí明白tshiau-tshuē á是跟tuè伊。",
|
||||
"about.domain_blocks.silenced.title": "有限制",
|
||||
"about.domain_blocks.suspended.explanation": "Uì tsit ê服侍器來ê資料lóng bē處理、儲存á是交換,無可能kap tsit ê服侍器ê用者互動á是溝通。.",
|
||||
"about.domain_blocks.suspended.title": "權限中止",
|
||||
"about.not_available": "Tsit ê資訊bē-tàng tī tsit ê服侍器使用。",
|
||||
"about.powered_by": "由 {mastodon} 提供ê非中心化社群媒體",
|
||||
"about.rules": "服侍器ê規則",
|
||||
"account.account_note_header": "個人ê註解",
|
||||
"account.add_or_remove_from_list": "加添kàu列單á是uì列單thâi掉",
|
||||
"account.badges.bot": "機器lâng",
|
||||
"account.badges.group": "群組",
|
||||
"account.block": "封鎖 @{name}",
|
||||
"account.block_domain": "封鎖域名 {domain}",
|
||||
"account.block_short": "封鎖",
|
||||
"account.blocked": "Hőng封鎖",
|
||||
"account.cancel_follow_request": "取消跟tuè",
|
||||
"account.copy": "Khóo-pih個人資料ê連結",
|
||||
"account.direct": "私人提起 @{name}",
|
||||
"account.disable_notifications": "停止佇 {name} PO文ê時通知我",
|
||||
"account.domain_blocked": "封鎖ê域名",
|
||||
"account.edit_profile": "編輯個人資料",
|
||||
"account.enable_notifications": "佇 {name} PO文ê時通知我",
|
||||
"account.endorse": "用個人資料推薦對方",
|
||||
"account.featured_tags.last_status_at": "頂kái tī {date} Po文",
|
||||
"account.featured_tags.last_status_never": "無PO文",
|
||||
"account.featured_tags.title": "{name} ê推薦hashtag",
|
||||
"account.follow": "跟tuè",
|
||||
"account.follow_back": "Tuè tńg去",
|
||||
"account.followers": "跟tuè伊ê",
|
||||
"account.followers.empty": "Tsit ê用者iáu bô lâng跟tuè。",
|
||||
"account.followers_counter": "Hōo {count, plural, other {{count} ê lâng}}跟tuè",
|
||||
"account.following": "伊跟tuè ê",
|
||||
"account.following_counter": "Teh跟tuè {count,plural,other {{count} ê lâng}}",
|
||||
"account.follows.empty": "Tsit ê用者iáu buē跟tuè別lâng。",
|
||||
"account.go_to_profile": "行kàu個人資料",
|
||||
"account.hide_reblogs": "Tshàng tuì @{name} 來ê轉PO",
|
||||
"account.in_memoriam": "佇tsia追悼。",
|
||||
"account.joined_short": "加入ê時",
|
||||
"account.languages": "變更訂閱的語言",
|
||||
"account.link_verified_on": "Tsit ê連結ê所有權佇 {date} 受檢查",
|
||||
"account.locked_info": "Tsit ê口座ê隱私狀態鎖起來ah。所有者ē手動審查thang kā跟tuè ê lâng。",
|
||||
"account.media": "媒體",
|
||||
"account.mention": "提起 @{name}",
|
||||
"account.moved_to": "{name} 指示tsit-má伊ê新口座是:",
|
||||
"account.mute": "消音 @{name}",
|
||||
"account.mute_notifications_short": "Kā通知消音",
|
||||
"account.mute_short": "消音",
|
||||
"account.muted": "消音ah",
|
||||
"account.mutual": "相跟tuè",
|
||||
"account.no_bio": "Bô提供敘述。",
|
||||
"account.open_original_page": "開原來ê頁",
|
||||
"account.posts": "PO文",
|
||||
"account.posts_with_replies": "PO文kap回應",
|
||||
"account.report": "檢舉 @{name}",
|
||||
"account.requested": "Teh等待審查。Tshi̍h tsi̍t-ē 通取消跟tuè請求",
|
||||
"account.requested_follow": "{name} 請求跟tuè lí",
|
||||
"account.share": "分享 @{name} ê個人資料",
|
||||
"account.show_reblogs": "顯示uì @{name} 來ê轉PO",
|
||||
"account.statuses_counter": "{count, plural, other {{count} ê PO文}}",
|
||||
"account.unblock": "取消封鎖 @{name}",
|
||||
"account.unblock_domain": "Kā域名 {domain} 取消封鎖",
|
||||
"account.unblock_short": "取消封鎖",
|
||||
"account.unendorse": "Mài tī個人資料推薦伊",
|
||||
"account.unfollow": "取消跟tuè",
|
||||
"account.unmute": "取消消音 @{name}",
|
||||
"account.unmute_notifications_short": "Kā通知取消消音",
|
||||
"account.unmute_short": "取消消音",
|
||||
"account_note.placeholder": "Tshi̍h tse加註kha",
|
||||
"admin.dashboard.daily_retention": "註冊以後ê用者維持率(用kang計算)",
|
||||
"admin.dashboard.monthly_retention": "註冊以後ê用者維持率",
|
||||
"admin.dashboard.retention.average": "平均",
|
||||
"admin.dashboard.retention.cohort": "註冊ê月",
|
||||
"admin.dashboard.retention.cohort_size": "新用者",
|
||||
"admin.impact_report.instance_accounts": "個人資料ē hőng thâi掉ê用者數",
|
||||
"admin.impact_report.instance_followers": "本站ê跟tuè者ē流失ê數",
|
||||
"admin.impact_report.instance_follows": "In ê跟tuè者ē流失ê數",
|
||||
"admin.impact_report.title": "影響ê摘要",
|
||||
"alert.rate_limited.message": "請tī {retry_time, time, medium} 以後koh試。",
|
||||
"alert.rate_limited.title": "限速ah",
|
||||
"alert.unexpected.message": "發生意外ê錯誤。.",
|
||||
"alert.unexpected.title": "Ai-ioh!",
|
||||
"alt_text_badge.title": "替代文字",
|
||||
"announcement.announcement": "公告",
|
||||
"attachments_list.unprocessed": "(Iáu bē處理)",
|
||||
"audio.hide": "Tshàng聲音",
|
||||
"block_modal.remote_users_caveat": "Guán ē要求服侍器 {domain} 尊重lí ê決定。但是bô法度保證ta̍k ê服侍器lóng遵守,因為tsi̍t-kuá服侍器huân-sè用別款方法處理封鎖。公開ê PO文可能iáu是ē hōo bô登入ê用者看著。",
|
||||
"block_modal.show_less": "看khah少",
|
||||
"block_modal.show_more": "顯示其他ê內容",
|
||||
"block_modal.they_cant_mention": "In buē-tàng 提起á是跟tuè lí。",
|
||||
"block_modal.they_cant_see_posts": "Lín buē-tàng互相看著對方ê PO文。",
|
||||
"block_modal.they_will_know": "In通看見in hőng封鎖。",
|
||||
"block_modal.title": "Kám beh封鎖用者?",
|
||||
"block_modal.you_wont_see_mentions": "Lí buē看見提起in ê PO文。",
|
||||
"boost_modal.combo": "後擺lí thang tshi̍h {combo} 跳過",
|
||||
"boost_modal.reblog": "Kám beh轉PO?",
|
||||
"boost_modal.undo_reblog": "Kám beh取消轉PO?",
|
||||
"bundle_column_error.copy_stacktrace": "Khóo-pih錯誤報告",
|
||||
"bundle_column_error.error.body": "請求ê頁bē-tàng 畫出來。有可能是guán程式碼內底ê錯誤,á是瀏覽器共存性ê議題。",
|
||||
"bundle_column_error.error.title": "害ah!",
|
||||
"bundle_column_error.network.body": "佇載入tsit頁ê時出現錯誤。可能因為lí ê網路連線á是tsit臺服侍器ê暫時ê問題。",
|
||||
"bundle_column_error.network.title": "網路錯誤",
|
||||
"bundle_column_error.retry": "Koh試",
|
||||
"bundle_column_error.return": "Tńg去頭頁",
|
||||
"bundle_column_error.routing.body": "Tshuē bô所要求ê頁面。Lí kám確定地址liâu-á ê URL正確?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "關",
|
||||
"bundle_modal_error.retry": "Koh試",
|
||||
"closed_registrations.other_server_instructions": "因為Mastodon非中心化,所以lí ē當tī別ê服侍器建立口座,iáu ē當kap tsit ê服侍器來往。",
|
||||
"closed_registrations_modal.description": "Tann bē當tī {domain} 建立新ê口座,m̄-koh著記得,lí bô需要 {domain} 服侍器ê帳號,mā ē當用 Mastodon。",
|
||||
"closed_registrations_modal.find_another_server": "Tshuē別ê服侍器",
|
||||
"closed_registrations_modal.preamble": "因為Mastodon非中心化,所以bô論tī tá tsi̍t ê服侍器建立口座,lí lóng ē當跟tuè tsi̍t ê服侍器ê逐ê lâng,kap hām in交流。Lí iā ē當ka-tī起tsi̍t ê站!",
|
||||
"closed_registrations_modal.title": "註冊 Mastodon ê口座",
|
||||
"column.about": "概要",
|
||||
"column.blocks": "封鎖ê用者",
|
||||
"column.bookmarks": "冊籤",
|
||||
"column.community": "本地ê時間線",
|
||||
"column.direct": "私人ê提起",
|
||||
"column.directory": "瀏覽個人資料",
|
||||
"column.domain_blocks": "封鎖ê域名",
|
||||
"column.favourites": "Siōng kah意",
|
||||
"column.firehose": "Tsit-má ê動態",
|
||||
"column.follow_requests": "跟tuè請求",
|
||||
"column.home": "頭頁",
|
||||
"column.lists": "列單",
|
||||
"column.mutes": "消音ê用者",
|
||||
"column.notifications": "通知",
|
||||
"column.pins": "釘起來ê PO文",
|
||||
"column.public": "聯邦ê時間線",
|
||||
"column_back_button.label": "頂頁",
|
||||
"column_header.hide_settings": "Khàm掉設定",
|
||||
"column_header.moveLeft_settings": "Kā欄sak khah倒pîng",
|
||||
"column_header.moveRight_settings": "Kā欄sak khah正pîng",
|
||||
"column_header.pin": "釘",
|
||||
"column_header.show_settings": "顯示設定",
|
||||
"column_header.unpin": "Pak掉",
|
||||
"column_subheading.settings": "設定",
|
||||
"community.column_settings.local_only": "Kan-ta展示本地ê",
|
||||
"community.column_settings.media_only": "Kan-ta展示媒體",
|
||||
"community.column_settings.remote_only": "Kan-ta展示遠距離ê",
|
||||
"compose.language.change": "換語言",
|
||||
"compose.language.search": "Tshiau-tshuē語言……",
|
||||
"compose.published.body": "成功PO文。",
|
||||
"compose.published.open": "開",
|
||||
"compose.saved.body": "PO文儲存ah。",
|
||||
"compose_form.direct_message_warning_learn_more": "詳細資訊",
|
||||
"compose_form.encryption_warning": "Mastodon ê PO文無點tuì點加密。M̄通用Mastodon分享任何敏感ê資訊。",
|
||||
"compose_form.hashtag_warning": "因為tsit êPO文m̄是公開ê,buē列tī任何ê hashtag。Kan-ta公開ê PO文tsiah ē當用hashtag tshuē。",
|
||||
"compose_form.lock_disclaimer": "Lí ê口座iáu buē {locked}。逐ê lâng lóng通跟tuè lí,看lí kan-ta hōo跟tuè ê看ê PO文。",
|
||||
"compose_form.lock_disclaimer.lock": "鎖起來ê",
|
||||
"compose_form.placeholder": "Lí teh想siánn?",
|
||||
"compose_form.poll.duration": "投票期間",
|
||||
"compose_form.poll.multiple": "Tsē選擇",
|
||||
"compose_form.poll.option_placeholder": "選項 {number}",
|
||||
"compose_form.poll.single": "揀tsi̍t ê",
|
||||
"compose_form.poll.switch_to_multiple": "Kā投票改做ē當選tsē-tsē ê。",
|
||||
"compose_form.poll.switch_to_single": "Kā投票改做kan-ta通選tsi̍t-ê",
|
||||
"compose_form.poll.type": "投票ê方法",
|
||||
"compose_form.publish": "PO文",
|
||||
"compose_form.publish_form": "新ê PO文",
|
||||
"compose_form.reply": "回應",
|
||||
"compose_form.save_changes": "更新",
|
||||
"compose_form.spoiler.marked": "Thâi掉內容警告",
|
||||
"compose_form.spoiler.unmarked": "加添內容警告",
|
||||
"compose_form.spoiler_placeholder": "內容警告(m̄是必要)",
|
||||
"confirmation_modal.cancel": "取消",
|
||||
"confirmations.block.confirm": "封鎖",
|
||||
"confirmations.delete.confirm": "Thâi掉",
|
||||
"confirmations.delete.message": "Lí kám確定beh thâi掉tsit ê PO文?",
|
||||
"confirmations.delete.title": "Kám beh thâi掉tsit ê PO文?",
|
||||
"confirmations.delete_list.confirm": "Thâi掉",
|
||||
"confirmations.delete_list.message": "Lí kám確定beh永永thâi掉tsit ê列單?",
|
||||
"confirmations.delete_list.title": "Kám beh thâi掉tsit ê列單?",
|
||||
"confirmations.discard_edit_media.confirm": "棄sak",
|
||||
"confirmations.discard_edit_media.message": "Lí佇媒體敘述á是先看māi ê所在有iáu buē儲存ê改變,kám beh kā in棄sak?",
|
||||
"confirmations.edit.confirm": "編輯",
|
||||
"confirmations.edit.message": "Tsit-má編輯ē khàm掉lí tng-leh編寫ê訊息,lí kám beh繼續án-ne做?",
|
||||
"confirmations.edit.title": "Kám beh khàm掉PO文?",
|
||||
"confirmations.logout.confirm": "登出",
|
||||
"confirmations.logout.message": "Lí kám確定beh登出?",
|
||||
"confirmations.logout.title": "Lí kám beh登出?",
|
||||
"confirmations.mute.confirm": "消音",
|
||||
"confirmations.redraft.confirm": "Thâi掉了後重寫",
|
||||
"confirmations.redraft.message": "Lí kám確定beh thâi掉tsit篇PO文了後koh重寫?收藏kap轉PO ē無去,而且原底ê PO文ê回應ē變孤立。",
|
||||
"confirmations.redraft.title": "Kám beh thâi掉koh重寫PO文?",
|
||||
"confirmations.reply.confirm": "回應",
|
||||
"confirmations.reply.message": "Tsit-má回應ē khàm掉lí tng-leh編寫ê訊息。Lí kám確定beh繼續án-ne做?",
|
||||
"confirmations.reply.title": "Kám beh khàm掉PO文?",
|
||||
"confirmations.unfollow.confirm": "取消跟tuè",
|
||||
"confirmations.unfollow.message": "Lí kám確定無愛跟tuè {name}?",
|
||||
"confirmations.unfollow.title": "Kám beh取消跟tuè tsit ê用者?",
|
||||
"content_warning.hide": "Am-khàm PO文",
|
||||
"content_warning.show": "Mā tio̍h顯示",
|
||||
"content_warning.show_more": "其他內容",
|
||||
"conversation.delete": "Thâi掉會話",
|
||||
"conversation.mark_as_read": "標做有讀",
|
||||
"conversation.open": "顯示會話",
|
||||
"conversation.with": "Kap {names}",
|
||||
"copy_icon_button.copied": "有khóo-pih kàu tsián貼pang",
|
||||
"copypaste.copied": "有khóo-pih",
|
||||
"copypaste.copy_to_clipboard": "Khóo-pih kàu tsián貼pang",
|
||||
"directory.federated": "Uì知影ê Fediverse",
|
||||
"directory.local": "Kan-ta uì {domain}",
|
||||
"directory.new_arrivals": "新來ê",
|
||||
"directory.recently_active": "最近活動ê",
|
||||
"disabled_account_banner.account_settings": "口座ê設定",
|
||||
"disabled_account_banner.text": "Lí ê口座 {disabledAccount} tsit-má hōo lâng停止使用。",
|
||||
"dismissable_banner.community_timeline": "Tsia sī uì 口座hē tī {domain} ê lâng,最近所公開PO ê。",
|
||||
"dismissable_banner.dismiss": "Mài kā tshah",
|
||||
"domain_block_modal.block": "封鎖服侍器",
|
||||
"domain_block_modal.block_account_instead": "改做封鎖 @{name}",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Uì tsit ê服侍器來ê,通kap lí khah早ê PO交流。",
|
||||
"domain_block_modal.they_cant_follow": "Tuì tsit ê服侍器來ê 通跟tuè lí。",
|
||||
"domain_block_modal.they_wont_know": "In buē知影in受封鎖。",
|
||||
"domain_block_modal.title": "Kám beh封鎖域名?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Lí ē失去 {followersCount, plural, other {{followersCountDisplay} ê lâng跟tuè}} kap {followingCount, plural, other {{followingCountDisplay} ê lí所tuè ê 口座}}。",
|
||||
"domain_block_modal.you_will_lose_relationships": "Lí ē失去逐ê佇tsit ê服侍器跟tuè lí ê,kap lí所跟tuè ê。",
|
||||
"domain_block_modal.you_wont_see_posts": "Lí buē看見tsit ê服侍器ê用者所送ê PO文kap通知。",
|
||||
"domain_pill.activitypub_lets_connect": "伊ē hōo lí kap Mastodon ê lâng連結kap互動,其他社交應用程式ê lâng mā ē使。",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub親像Mastodon kap其他社交應用程式所講ê語言。",
|
||||
"domain_pill.server": "服侍器",
|
||||
"domain_pill.their_handle": "In ê口座:",
|
||||
"domain_pill.their_server": "In數位ê tau,in所有ê PO文lóng tī tsia。",
|
||||
"domain_pill.their_username": "In佇in ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。",
|
||||
"domain_pill.username": "用者ê名",
|
||||
"domain_pill.whats_in_a_handle": "口座是siánn-mih?",
|
||||
"domain_pill.who_they_are": "因為口座(handle)表示tsit ê lâng是siáng kap tī toh,lí ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lâng交流。",
|
||||
"domain_pill.who_you_are": "因為口座(handle)表示lí是siáng kap tī toh,lâng ē當佇<button>支援ActivityPub ê平臺</button>. ê社交網路kap lí交流。",
|
||||
"domain_pill.your_handle": "Lí ê口座:",
|
||||
"domain_pill.your_server": "Lí數位ê厝,內底有lí所有ê PO文。無kah意?Ē當轉kàu別ê服侍器,koh保有跟tuè lí êl âng。.",
|
||||
"domain_pill.your_username": "Lí 佇tsit ê服侍器獨一ê稱呼。佇無kâng ê服侍器有可能tshuē著kāng名ê用者。",
|
||||
"embed.instructions": "Khóo-pih 下kha ê程式碼,來kā tsit篇PO文tàu佇lí ê網站。",
|
||||
"embed.preview": "伊e án-ne顯示:\n",
|
||||
"emoji_button.activity": "活動",
|
||||
"emoji_button.clear": "清掉",
|
||||
"emoji_button.custom": "自訂ê",
|
||||
"emoji_button.flags": "旗á",
|
||||
"emoji_button.food": "Tsia̍h-mi̍h kap 飲料",
|
||||
"emoji_button.label": "加入繪文字(emoji)",
|
||||
"emoji_button.nature": "自然",
|
||||
"emoji_button.not_found": "Tshuē無對應ê emoji",
|
||||
"emoji_button.objects": "物件",
|
||||
"emoji_button.people": "Lâng",
|
||||
"emoji_button.recent": "Tsia̍p用ê",
|
||||
"emoji_button.search": "Tshiau-tshuē……",
|
||||
"emoji_button.search_results": "Tshiau-tshuē ê結果",
|
||||
"emoji_button.symbols": "符號",
|
||||
"emoji_button.travel": "旅行kap地點",
|
||||
"empty_column.account_hides_collections": "Tsit位用者選擇無愛公開tsit ê資訊",
|
||||
"empty_column.account_suspended": "口座已經受停止",
|
||||
"empty_column.account_timeline": "Tsia無PO文!",
|
||||
"empty_column.account_unavailable": "個人資料bē當看",
|
||||
"empty_column.blocks": "Lí iáu無封鎖任何用者。",
|
||||
"empty_column.bookmarked_statuses": "Lí iáu無加添任何冊籤。Nā是lí加添冊籤,伊ē佇tsia顯示。",
|
||||
"empty_column.community": "本站時間線是空ê。緊來公開PO文oh!",
|
||||
"empty_column.direct": "Lí iáu無任何ê私人訊息。Nā是lí送á是收著私人訊息,ē佇tsia顯示。.",
|
||||
"empty_column.domain_blocks": "Iáu無封鎖任何域名。",
|
||||
"empty_column.explore_statuses": "目前iáu無有流行ê趨勢,請sió等tsi̍t-ē,koh確認。",
|
||||
"empty_column.favourited_statuses": "Lí iáu無加添任何收藏 ê PO文。Nā是lí加收藏,伊ē佇tsia顯示。",
|
||||
"empty_column.favourites": "Iáu無lâng收藏tsit篇PO文。Nā是有lâng收藏,ē佇tsia顯示。",
|
||||
"empty_column.follow_requests": "Lí iáu buē收著任何ê跟tuè請求。Nā是lí收著,伊ē佇tsia顯示。",
|
||||
"empty_column.followed_tags": "Lí iáu buē收著任何ê hashtag。Nā是lí收著,ē佇tsia顯示。",
|
||||
"empty_column.hashtag": "Tsit ê hashtag內底無物件。",
|
||||
"empty_column.home": "Lí tshù ê時間線是空ê!跟tuè別lâng來kā充滿。",
|
||||
"empty_column.list": "Tsit張列單內底iáu bô物件。若是列單內底ê成員貼新ê PO文,in ē tī tsia顯示。",
|
||||
"empty_column.mutes": "Lí iáu無消音任何用者。",
|
||||
"empty_column.notification_requests": "清hōo空ah!內底無物件。若是lí收著新ê通知,ē根據lí ê設定,佇tsia出現。",
|
||||
"empty_column.notifications": "Lí iáu無收著任何通知。Nā別lâng kap lí互動,lí ē佇tsia看著。",
|
||||
"empty_column.public": "內底無物件!寫beh公開ê PO文,á是主動跟tuè別ê服侍器ê用者,來加添內容。",
|
||||
"error.unexpected_crash.explanation": "因為原始碼內底有錯誤,á是瀏覽器相容出tshê,tsit頁bē當正確顯示。",
|
||||
"error.unexpected_crash.explanation_addons": "Tsit頁bē當正確顯示,可能是瀏覽器附ê功能,á是自動翻譯工具所致。",
|
||||
"error.unexpected_crash.next_steps": "請試更新tsit頁。若是bē當改善,lí iáu是ē當改使用無kâng ê瀏覽器,á是app,來用Mastodon。",
|
||||
"error.unexpected_crash.next_steps_addons": "請試kā in停止使用,suà落來更新tsit頁。若是bē當改善,lí iáu是ē當改使用無kâng ê瀏覽器,á是app,來用Mastodon。",
|
||||
"errors.unexpected_crash.copy_stacktrace": "Khóo-pih stacktrace kàu剪貼pang-á",
|
||||
"errors.unexpected_crash.report_issue": "報告問題",
|
||||
"explore.suggested_follows": "用者",
|
||||
"explore.title": "探索",
|
||||
"explore.trending_links": "新聞",
|
||||
"explore.trending_statuses": "PO文",
|
||||
"explore.trending_tags": "Hashtag",
|
||||
"filter_modal.added.context_mismatch_explanation": "Tsit ê過濾器類別bē當適用佇lí所接近使用ê PO文ê情境。若是lí mā beh佇tsit ê情境過濾tsit ê PO文,lí著編輯過濾器。.",
|
||||
"filter_modal.added.context_mismatch_title": "本文無sio合!",
|
||||
"filter_modal.added.expired_explanation": "Tsit ê過濾器類別過期ah,lí需要改到期ê日期來繼續用。",
|
||||
"filter_modal.added.expired_title": "過期ê過濾器",
|
||||
"filter_modal.added.review_and_configure": "Beh審視kap進前設定tsit ê過濾器ê類別,請kàu {settings_link}。",
|
||||
"filter_modal.added.review_and_configure_title": "過濾器ê設定",
|
||||
"filter_modal.added.settings_link": "設定頁",
|
||||
"filter_modal.added.short_explanation": "Tsit ê PO文已經加添kàu下kha ê過濾器類別:{title}。",
|
||||
"filter_modal.added.title": "過濾器加添ah!",
|
||||
"filter_modal.select_filter.context_mismatch": "Mài用tī tsit ê內文",
|
||||
"filter_modal.select_filter.expired": "過期ah",
|
||||
"filter_modal.select_filter.prompt_new": "新ê類別:{name}",
|
||||
"filter_modal.select_filter.search": "Tshiau-tshuē á是加添",
|
||||
"filter_modal.select_filter.subtitle": "用有ê類別á是建立新ê",
|
||||
"filter_modal.select_filter.title": "過濾tsit篇PO文",
|
||||
"filter_modal.title.status": "過濾PO文",
|
||||
"filter_warning.matches_filter": "合過濾器「<span>{title}</span>」",
|
||||
"filtered_notifications_banner.pending_requests": "Tuì lí可能熟sāi ê {count, plural, =0 {0 ê人} other {# ê人}}",
|
||||
"filtered_notifications_banner.title": "過濾ê通知",
|
||||
"firehose.all": "Kui ê",
|
||||
"firehose.local": "Tsit ê服侍器",
|
||||
"firehose.remote": "別ê服侍器",
|
||||
"follow_request.authorize": "授權",
|
||||
"follow_request.reject": "拒絕",
|
||||
"follow_requests.unlocked_explanation": "就算lí ê口座無hőng鎖,{domain} ê管理員leh想,lí可能beh手動審查tuì tsiah ê口座送ê跟tuè請求。",
|
||||
"follow_suggestions.curated_suggestion": "精選ê內容",
|
||||
"follow_suggestions.dismiss": "Mài koh顯示。",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊所揀ê",
|
||||
"follow_suggestions.friends_of_friends_longer": "時行佇lí所tuè ê lâng",
|
||||
"follow_suggestions.hints.featured": "Tsit ê個人資料是 {domain} 團隊特別揀ê。",
|
||||
"follow_suggestions.hints.friends_of_friends": "Tsit ê個人資料tī lí跟tuè ê lâng之間真流行。",
|
||||
"follow_suggestions.hints.most_followed": "Tsit ê個人資料是 {domain} 內,有足tsē跟tuè者ê其中tsit ê。",
|
||||
"follow_suggestions.hints.most_interactions": "Tsit ê個人資料tsi̍t-tsām-á佇 {domain} 有得著真tsē關注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Tsit ê個人資料kap lí最近跟tuè ê口座相siâng。",
|
||||
"follow_suggestions.personalized_suggestion": "個人化ê推薦",
|
||||
"follow_suggestions.popular_suggestion": "流行ê推薦",
|
||||
"follow_suggestions.popular_suggestion_longer": "佇{domain} 足有lâng緣",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Kap lí最近跟tuè ê相siâng",
|
||||
"follow_suggestions.view_all": "看全部",
|
||||
"follow_suggestions.who_to_follow": "Thang tuè ê",
|
||||
"followed_tags": "跟tuè ê hashtag",
|
||||
"footer.about": "概要",
|
||||
"footer.directory": "個人資料ê目錄",
|
||||
"footer.get_app": "The̍h著app",
|
||||
"footer.invite": "邀請lâng",
|
||||
"footer.keyboard_shortcuts": "鍵盤kiu-té khí (shortcut)",
|
||||
"footer.privacy_policy": "隱私權政策",
|
||||
"footer.source_code": "看原始碼",
|
||||
"footer.status": "狀態",
|
||||
"generic.saved": "儲存ah",
|
||||
"getting_started.heading": "開始用",
|
||||
"hashtag.column_header.tag_mode.all": "kap {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "á是 {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "無需要 {additional}",
|
||||
"hashtag.column_settings.select.no_options_message": "Tshuē無建議",
|
||||
"hashtag.column_settings.select.placeholder": "請輸入hashtag……",
|
||||
"hashtag.column_settings.tag_mode.all": "Kui ê",
|
||||
"hashtag.column_settings.tag_mode.any": "任何tsi̍t ê",
|
||||
"hashtag.column_settings.tag_mode.none": "Lóng mài",
|
||||
"hashtag.column_settings.tag_toggle": "Kā追加ê標籤加添kàu tsit ê欄",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} ê} other {{counter} ê}}參與ê",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} 篇} other {{counter} 篇}} PO文",
|
||||
"hashtag.counter_by_uses_today": "Kin-á日有 {count, plural, one {{counter} 篇} other {{counter} 篇}} PO文",
|
||||
"hashtag.follow": "跟tuè hashtag",
|
||||
"hashtag.unfollow": "取消跟tuè hashtag",
|
||||
"hashtags.and_other": "……kap 其他 {count, plural, other {# ê}}",
|
||||
"hints.profiles.followers_may_be_missing": "Tsit ê個人資料ê跟tuè者資訊可能有落勾ê。",
|
||||
"hints.profiles.follows_may_be_missing": "Tsit ê口座所跟tuè ê ê資訊可能有落勾ê。",
|
||||
"hints.profiles.posts_may_be_missing": "Tsit ê口座ê tsi̍t kuá PO文可能有落勾ê。",
|
||||
"hints.profiles.see_more_followers": "佇 {domain} 看koh khah tsē跟tuè lí ê",
|
||||
"hints.profiles.see_more_follows": "佇 {domain} 看koh khah tsē lí跟tuè ê",
|
||||
"hints.profiles.see_more_posts": "佇 {domain} 看koh khah tsē ê PO文",
|
||||
"hints.threads.replies_may_be_missing": "Tuì其他ê服侍器來ê回應可能有phah m̄見。",
|
||||
"hints.threads.see_more": "佇 {domain} 看koh khah tsē ê回應",
|
||||
"home.column_settings.show_reblogs": "顯示轉PO",
|
||||
"home.column_settings.show_replies": "顯示回應",
|
||||
"home.hide_announcements": "Khàm掉公告",
|
||||
"home.pending_critical_update.body": "請liōng早更新lí ê Mastodon ê服侍器!",
|
||||
"home.pending_critical_update.link": "看更新內容",
|
||||
"home.pending_critical_update.title": "有重要ê安全更新!",
|
||||
"home.show_announcements": "顯示公告",
|
||||
"ignore_notifications_modal.disclaimer": "Lí所忽略in ê通知ê用者,Mastodonbē當kā lí通知。忽略通知bē當阻擋訊息ê寄送。",
|
||||
"ignore_notifications_modal.filter_instead": "改做過濾",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Lí猶原ē當接受、拒絕猶是檢舉用者",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "過濾ē當避免可能ê bē分明。",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Lí ē當個別檢視所過濾ê通知",
|
||||
"ignore_notifications_modal.ignore": "Kā通知忽略",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Kám beh忽略受限制ê口座送來ê通知?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Kám beh忽略新口座送來ê通知?",
|
||||
"ignore_notifications_modal.not_followers_title": "Kám beh忽略無跟tuè lí ê口座送來ê通知?",
|
||||
"ignore_notifications_modal.not_following_title": "Kám beh忽略lí 無跟tuè ê口座送來ê通知?",
|
||||
"ignore_notifications_modal.private_mentions_title": "忽略ka-kī主動送ê私人提起ê通知?",
|
||||
"interaction_modal.on_another_server": "佇無kâng ê服侍器",
|
||||
"interaction_modal.on_this_server": "Tī tsit ê服侍器",
|
||||
"interaction_modal.title.favourite": "收藏 {name} ê PO文",
|
||||
"interaction_modal.title.follow": "跟tuè {name}",
|
||||
"interaction_modal.title.reblog": "轉送 {name} ê PO文",
|
||||
"interaction_modal.title.reply": "回應 {name} ê PO文",
|
||||
"intervals.full.days": "{number, plural, other {# kang}}",
|
||||
"intervals.full.hours": "{number, plural, other {# 點鐘}}",
|
||||
"intervals.full.minutes": "{number, plural, other {# 分鐘}}",
|
||||
"keyboard_shortcuts.back": "Tńg去",
|
||||
"keyboard_shortcuts.blocked": "開封鎖ê用者ê列單",
|
||||
"keyboard_shortcuts.boost": "轉送PO文",
|
||||
"keyboard_shortcuts.column": "揀tsit ê欄",
|
||||
"keyboard_shortcuts.compose": "揀寫文字ê框仔",
|
||||
"keyboard_shortcuts.description": "說明",
|
||||
"keyboard_shortcuts.direct": "phah開私人提起ê欄",
|
||||
"keyboard_shortcuts.down": "佇列單內kā suá khah 下kha",
|
||||
"keyboard_shortcuts.enter": "Phah開PO文",
|
||||
"keyboard_shortcuts.favourite": "收藏PO文",
|
||||
"keyboard_shortcuts.favourites": "Phah開收藏ê列單",
|
||||
"keyboard_shortcuts.federated": "Phah開聯邦ê時間線",
|
||||
"keyboard_shortcuts.heading": "鍵盤ê快速key",
|
||||
"keyboard_shortcuts.home": "Phah開tshù ê時間線",
|
||||
"keyboard_shortcuts.hotkey": "快速key",
|
||||
"keyboard_shortcuts.legend": "顯示tsit篇說明",
|
||||
"keyboard_shortcuts.local": "Phah開本站ê時間線",
|
||||
"keyboard_shortcuts.mention": "提起作者",
|
||||
"keyboard_shortcuts.muted": "Phah開消音ê用者列單",
|
||||
"keyboard_shortcuts.my_profile": "Phah開lí ê個人資料",
|
||||
"keyboard_shortcuts.notifications": "Phah開通知欄",
|
||||
"keyboard_shortcuts.open_media": "Phah開媒體",
|
||||
"keyboard_shortcuts.pinned": "Phah開釘起來ê PO文列單",
|
||||
"keyboard_shortcuts.profile": "Phah開作者ê個人資料",
|
||||
"keyboard_shortcuts.reply": "回應PO文",
|
||||
"keyboard_shortcuts.requests": "Phah開跟tuè請求ê列單",
|
||||
"keyboard_shortcuts.search": "揀tshiau-tshuē條á",
|
||||
"keyboard_shortcuts.spoilers": "顯示/隱藏內容警告",
|
||||
"keyboard_shortcuts.start": "Phah開「開始用」欄",
|
||||
"keyboard_shortcuts.toggle_hidden": "顯示/隱藏內容警告後壁ê PO文",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "顯示/tshàng媒體",
|
||||
"keyboard_shortcuts.toot": "PO新PO文",
|
||||
"keyboard_shortcuts.unfocus": "離開輸入框仔/tshiau-tshuē格仔",
|
||||
"keyboard_shortcuts.up": "佇列單內kā suá khah面頂",
|
||||
"lightbox.close": "關",
|
||||
"lightbox.next": "下tsi̍t ê",
|
||||
"lightbox.previous": "頂tsi̍t ê",
|
||||
"lightbox.zoom_in": "Tshūn-kiu kàu實際ê sài-suh",
|
||||
"lightbox.zoom_out": "Tshūn-kiu kàu適當ê sài-suh",
|
||||
"limited_account_hint.action": "一直顯示個人資料",
|
||||
"limited_account_hint.title": "Tsit ê 個人資料予 {domain} ê管理員tshàng起來ah。",
|
||||
"link_preview.author": "Tuì {name}",
|
||||
"link_preview.more_from_author": "看 {name} ê其他內容",
|
||||
"link_preview.shares": "{count, plural, one {{counter} 篇} other {{counter} 篇}} PO文",
|
||||
"lists.delete": "Thâi掉列單",
|
||||
"lists.edit": "編輯列單",
|
||||
"lists.replies_policy.followed": "所跟tuè ê任何用者",
|
||||
"lists.replies_policy.list": "列單ê成員",
|
||||
"lists.replies_policy.none": "無半位",
|
||||
"load_pending": "{count, plural, other {# ê 項目}}",
|
||||
"loading_indicator.label": "Leh載入……",
|
||||
"media_gallery.hide": "Khàm掉",
|
||||
"moved_to_account_banner.text": "Lí ê口座 {disabledAccount} 已經停止使用ah,因為suá kàu {movedToAccount}。",
|
||||
"mute_modal.hide_from_notifications": "Tuì通知內底khàm掉",
|
||||
"mute_modal.hide_options": "Khàm掉選項",
|
||||
"mute_modal.indefinite": "直到我取消消音",
|
||||
"mute_modal.show_options": "顯示選項",
|
||||
"mute_modal.they_can_mention_and_follow": "In iáu ē當提起á是跟tuè lí,毋過lí看buē著in。",
|
||||
"mute_modal.they_wont_know": "In buē知影in受消音。",
|
||||
"mute_modal.title": "Kā用者消音?",
|
||||
"mute_modal.you_wont_see_mentions": "Lí buē看見提起in ê PO文。",
|
||||
"mute_modal.you_wont_see_posts": "In iáu ē當看著lí ê PO文,毋過lí看bē tio̍h in ê。",
|
||||
"navigation_bar.about": "概要",
|
||||
"navigation_bar.administration": "管理",
|
||||
"navigation_bar.advanced_interface": "用進階ê網頁界面開",
|
||||
"navigation_bar.blocks": "封鎖ê用者",
|
||||
"navigation_bar.bookmarks": "冊籤",
|
||||
"navigation_bar.community_timeline": "本地ê時間線",
|
||||
"navigation_bar.compose": "寫新ê PO文",
|
||||
"navigation_bar.direct": "私人ê提起",
|
||||
"navigation_bar.discover": "發現",
|
||||
"navigation_bar.domain_blocks": "封鎖ê域名",
|
||||
"navigation_bar.explore": "探查",
|
||||
"navigation_bar.favourites": "Siōng kah意",
|
||||
"navigation_bar.filters": "消音ê詞",
|
||||
"navigation_bar.follow_requests": "跟tuè請求",
|
||||
"navigation_bar.followed_tags": "跟tuè ê hashtag",
|
||||
"navigation_bar.follows_and_followers": "Leh跟tuè ê kap跟tuè lí ê",
|
||||
"navigation_bar.lists": "列單",
|
||||
"navigation_bar.logout": "登出",
|
||||
"navigation_bar.moderation": "管理",
|
||||
"navigation_bar.mutes": "消音ê用者",
|
||||
"navigation_bar.opened_in_classic_interface": "PO文、口座kap其他指定ê頁面,預設ē佇經典ê網頁界面內phah開。",
|
||||
"navigation_bar.personal": "個人",
|
||||
"navigation_bar.pins": "釘起來ê PO文",
|
||||
"navigation_bar.preferences": "偏愛ê設定",
|
||||
"navigation_bar.public_timeline": "聯邦ê時間線",
|
||||
"navigation_bar.search": "Tshiau-tshuē",
|
||||
"navigation_bar.security": "安全",
|
||||
"not_signed_in_indicator.not_signed_in": "Lí著登入來接近使用tsit ê資源。",
|
||||
"notification.admin.report": "{name} kā {target} 檢舉ah",
|
||||
"notification.admin.report_account": "{name} kā {target} 所寫ê {count, plural, other {# 篇PO文}}檢舉ah,原因是:{category}",
|
||||
"notification.admin.report_account_other": "{name} kā {target} 所寫ê {count, plural, other {# 篇PO文}}檢舉ah",
|
||||
"notification.admin.report_statuses": "{name} kā {target} 檢舉ah,原因是:{category}",
|
||||
"notification.admin.report_statuses_other": "{name} kā {target} 檢舉ah",
|
||||
"notification.admin.sign_up": "口座 {name} 有開ah。",
|
||||
"notification.admin.sign_up.name_and_others": "{name} kap {count, plural, other {其他 # ê lâng}} ê口座有開ah",
|
||||
"notification.favourite": "{name} kah意lí ê PO文",
|
||||
"notification.favourite.name_and_others_with_link": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>kah意lí ê PO文",
|
||||
"notification.follow": "{name}跟tuè lí",
|
||||
"notification.follow.name_and_others": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>跟tuè lí",
|
||||
"notification.follow_request": "{name} 請求跟tuè lí",
|
||||
"notification.follow_request.name_and_others": "{name} kap{count, plural, other {另外 # ê lâng}}請求跟tuè lí",
|
||||
"notification.label.mention": "提起",
|
||||
"notification.label.private_mention": "私人ê提起",
|
||||
"notification.label.private_reply": "私人ê回應",
|
||||
"notification.label.reply": "回應",
|
||||
"notification.mention": "提起",
|
||||
"notification.mentioned_you": "{name}kā lí提起",
|
||||
"notification.moderation-warning.learn_more": "看詳細",
|
||||
"notification.moderation_warning": "Lí有收著管理ê警告",
|
||||
"notification.moderation_warning.action_delete_statuses": "Lí ê一寡PO文hōo lâng thâi掉ah。",
|
||||
"notification.moderation_warning.action_disable": "Lí ê口座hōo lâng停止使用ah。",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Lí ê一寡PO文,hōo lâng標做敏感ê內容。",
|
||||
"notification.moderation_warning.action_none": "Lí ê口座有收著管理ê警告。",
|
||||
"notification.moderation_warning.action_sensitive": "Tuì tsit-má開始,lí êPO文ē標做敏感ê內容。",
|
||||
"notification.moderation_warning.action_silence": "Lí ê口座hōo lâng限制ah。",
|
||||
"notification.moderation_warning.action_suspend": "Lí ê口座ê權限已經停止ah。",
|
||||
"notification.own_poll": "Lí ê投票結束ah",
|
||||
"notification.poll": "Lí bat投ê投票結束ah",
|
||||
"notification.reblog": "{name} 轉送lí ê PO文",
|
||||
"notification.reblog.name_and_others_with_link": "{name} kap<a>{count, plural, other {另外 # ê lâng}}</a>轉送lí ê PO文",
|
||||
"notification.relationships_severance_event": "Kap {name} ê結連無去",
|
||||
"notification.relationships_severance_event.account_suspension": "{from} ê管理員kā {target} 停止權限ah,意思是lí bē koh再接受tuì in 來ê更新,á是hām in互動。",
|
||||
"notification.relationships_severance_event.domain_block": "{from} ê 管理員kā {target} 封鎖ah,包含 {followersCount} 位跟tuè lí ê lâng,kap {followingCount, plural, other {#}} 位lí跟tuè ê口座。",
|
||||
"notification.relationships_severance_event.learn_more": "看詳細",
|
||||
"notification.relationships_severance_event.user_domain_block": "Lí已經kā {target} 封鎖ah,ē suá走 {followersCount} 位跟tuè lí ê lâng,kap {followingCount, plural, other {#}} 位lí跟tuè ê口座。",
|
||||
"notification.status": "{name} tú-á PO",
|
||||
"notification.update": "{name}有編輯PO文",
|
||||
"notification_requests.accept": "接受",
|
||||
"notification_requests.accept_multiple": "{count, plural, other {接受 # ê請求……}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, other {接受請求}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "Lí teh-beh接受 {count, plural, other {# ê 通知ê請求}}。Lí kám確定beh繼續?",
|
||||
"notification_requests.confirm_accept_multiple.title": "接受通知ê請求?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, other {忽略請求}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "Lí teh-beh忽略 {count, plural, other {# ê 通知ê請求}}。Lí bē當koh容易the̍h著{count, plural, other {tsiah-ê}} 通知。Lí kám確定beh繼續?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "忽略通知ê請求?",
|
||||
"notification_requests.dismiss": "忽略",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, other {忽略 # ê請求……}}",
|
||||
"notification_requests.edit_selection": "編輯",
|
||||
"notification_requests.exit_selection": "做好ah",
|
||||
"notification_requests.explainer_for_limited_account": "因為管理員限制tsit ê口座,tuì tsit ê口座來ê通知已經hōo過濾ah。",
|
||||
"notification_requests.explainer_for_limited_remote_account": "因為管理員限制tsit ê口座á是伊ê服侍器,tuì tsit ê口座來ê通知已經hōo過濾ah。",
|
||||
"notification_requests.maximize": "上大化",
|
||||
"notification_requests.minimize_banner": "上細化受過濾ê通知ê條á",
|
||||
"notification_requests.notifications_from": "Tuì {name} 來ê通知",
|
||||
"notification_requests.title": "受過濾ê通知",
|
||||
"notification_requests.view": "看通知",
|
||||
"notifications.clear": "清掉通知",
|
||||
"notifications.clear_confirmation": "Lí kám確定beh永永清掉lí所有ê通知?",
|
||||
"notifications.clear_title": "清掉通知?",
|
||||
"notifications.column_settings.admin.report": "新ê檢舉:",
|
||||
"notifications.column_settings.admin.sign_up": "新註冊ê口座:",
|
||||
"notifications.column_settings.alert": "桌面ê通知",
|
||||
"notifications.column_settings.favourite": "收藏:",
|
||||
"notifications.column_settings.filter_bar.advanced": "顯示逐ê類別",
|
||||
"notifications.column_settings.filter_bar.category": "快速ê過濾器",
|
||||
"notifications.column_settings.follow": "新ê跟tuè者:",
|
||||
"notifications.column_settings.follow_request": "新ê跟tuè請求:",
|
||||
"notifications.column_settings.group": "群組",
|
||||
"notifications.column_settings.mention": "提起:",
|
||||
"notifications.column_settings.poll": "投票ê結果:",
|
||||
"notifications.column_settings.push": "Sak通知",
|
||||
"notifications.column_settings.reblog": "轉送:",
|
||||
"notifications.column_settings.show": "佇欄內底顯示",
|
||||
"notifications.column_settings.sound": "播放聲音",
|
||||
"notifications.column_settings.status": "新ê PO文:",
|
||||
"notifications.column_settings.unread_notifications.category": "Iáu bē讀ê通知",
|
||||
"notifications.column_settings.unread_notifications.highlight": "強調iáu bē讀ê通知",
|
||||
"notifications.column_settings.update": "編輯:",
|
||||
"notifications.filter.all": "Kui ê",
|
||||
"notifications.filter.boosts": "轉送",
|
||||
"notifications.filter.favourites": "收藏",
|
||||
"notifications.filter.follows": "跟tuè",
|
||||
"notifications.filter.mentions": "提起",
|
||||
"notifications.filter.polls": "投票結果",
|
||||
"notifications.filter.statuses": "Lí跟tuè ê lâng ê更新",
|
||||
"notifications.grant_permission": "賦予權限。",
|
||||
"notifications.group": "{count} 條通知",
|
||||
"notifications.mark_as_read": "Kā ta̍k條通知lóng標做有讀",
|
||||
"notifications.permission_denied": "因為khah早有拒絕瀏覽器權限ê請求,桌面通知bē當用。",
|
||||
"notifications.permission_denied_alert": "桌面通知bē當phah開來用,因為khah早瀏覽器ê權限受拒絕",
|
||||
"notifications.permission_required": "因為需要ê權限iáu無提供,桌面通知bē當用。",
|
||||
"notifications.policy.accept": "接受",
|
||||
"notifications.policy.accept_hint": "佇通知內底顯示",
|
||||
"notifications.policy.drop": "忽略",
|
||||
"notifications.policy.drop_hint": "送去虛空,bē koh看見",
|
||||
"notifications.policy.filter": "過濾器",
|
||||
"notifications.policy.filter_hint": "送kàu受過濾ê通知ê收件kheh-á",
|
||||
"notifications.policy.filter_limited_accounts_hint": "Hōo服侍器ê管理員限制",
|
||||
"notifications.policy.filter_limited_accounts_title": "受管制ê口座",
|
||||
"notifications.policy.filter_new_accounts.hint": "建立tī最近 {days, plural, other {# kang}}內",
|
||||
"notifications.policy.filter_new_accounts_title": "新ê口座",
|
||||
"notifications.policy.filter_not_followers_hint": "包含最近{days, plural, other {# kang}}內跟tuè lí ê lâng",
|
||||
"notifications.policy.filter_not_followers_title": "無跟tuè lí ê lâng",
|
||||
"notifications.policy.filter_not_following_hint": "直到lí手動允准in",
|
||||
"notifications.policy.filter_not_following_title": "Lí無跟tuè ê lâng",
|
||||
"notifications.policy.filter_private_mentions_hint": "通知ē受過濾,除非是tī lí ê提起ê回應內底,á是lí跟tuè送PO文ê lâng",
|
||||
"notifications.policy.filter_private_mentions_title": "家kī直接送來ê私人ê提起",
|
||||
"notifications.policy.title": "管理通知tuì……",
|
||||
"notifications_permission_banner.enable": "啟用桌面ê通知",
|
||||
"notifications_permission_banner.how_to_control": "Nā beh佇Mastodon關起來ê時陣收通知,請啟用桌面通知。若準啟用,Lí ē當通過面頂ê {icon} 鈕á,準準控制siánn物互動ê類型ē生桌面通知。",
|
||||
"notifications_permission_banner.title": "逐ê著看",
|
||||
"onboarding.action.back": "Tńg去",
|
||||
"onboarding.actions.back": "Tńg去",
|
||||
"onboarding.follows.empty": "可惜,tsit-má無半條結果通顯示。Lí ē當試用tshiau-tshuē á是瀏覽探索ê頁,來tshuē beh跟tuè ê lâng,或者是sió等leh koh試。",
|
||||
"onboarding.profile.discoverable": "Hōo我ê個人資料通tshuē著",
|
||||
"onboarding.profile.discoverable_hint": "Nā lí揀beh佇Mastodon開hōo lâng發現ê功能,lí ê PO文通顯示佇tshiau-tshuē結果kap趨勢,而且你ê個人資料可能ē推薦hōo kap lí有相siâng興趣ê別lâng。",
|
||||
"onboarding.profile.display_name": "顯示ê名",
|
||||
"onboarding.profile.display_name_hint": "Lí ê全名á是別號……",
|
||||
"onboarding.profile.note": "個人紹介",
|
||||
"onboarding.profile.note_hint": "Lí ē當 @mention 別lâng á是用 #hashtag……",
|
||||
"onboarding.profile.save_and_continue": "儲存了後繼續",
|
||||
"onboarding.profile.title": "個人資料ê設定",
|
||||
"onboarding.profile.upload_avatar": "Kā個人資料ê相片傳起去。",
|
||||
"onboarding.profile.upload_header": "Kā個人資料ê橫條á ê圖傳起去",
|
||||
"password_confirmation.exceeds_maxlength": "密碼確認超過上大ê密碼長度",
|
||||
"password_confirmation.mismatching": "密碼確認kap密碼無合",
|
||||
"picture_in_picture.restore": "復原",
|
||||
"poll.closed": "關ah",
|
||||
"poll.refresh": "Koh更新",
|
||||
"poll.reveal": "看結果",
|
||||
"poll.total_people": "{count, plural, other {# ê人}}",
|
||||
"poll.total_votes": "{count, plural, other {# 張票}}",
|
||||
"poll.vote": "投票",
|
||||
"poll.voted": "Lí kā tse投票ah",
|
||||
"poll.votes": "{votes, plural, other {# 張票}}",
|
||||
"poll_button.add_poll": "加投票",
|
||||
"poll_button.remove_poll": "Thâi掉投票",
|
||||
"privacy.change": "改變PO文公開ê範圍",
|
||||
"privacy.direct.long": "逐位tsit篇PO文所提起ê",
|
||||
"privacy.private.long": "Kan-ta hōo跟tuè lí ê看",
|
||||
"privacy.private.short": "跟tuè伊ê",
|
||||
"privacy.public.long": "逐ê lâng(無論佇Mastodon以內á是以外)",
|
||||
"privacy.public.short": "公開ê",
|
||||
"privacy.unlisted.additional": "Tse ê行為kap公開相siâng,m̄-koh 就算lí佇口座設定phah開有關ê公開功能,PO文mā bē顯示佇即時ê動態、hashtag、探索kap Mastodon ê搜尋結果。",
|
||||
"privacy.unlisted.long": "減少演算法ê宣傳",
|
||||
"privacy.unlisted.short": "恬靜公開",
|
||||
"privacy_policy.last_updated": "上尾更新tī:{date}",
|
||||
"privacy_policy.title": "隱私權政策",
|
||||
"recommended": "推薦",
|
||||
"refresh": "Koh更新",
|
||||
"relative_time.days": "{number} kang進前",
|
||||
"relative_time.full.days": "{number, plural, other {# kang}}進前",
|
||||
"relative_time.full.hours": "{number, plural, other {# 點鐘}}進前",
|
||||
"relative_time.full.just_now": "頭tú-á",
|
||||
"relative_time.full.minutes": "{number, plural, other {# 分鐘}}進前",
|
||||
"relative_time.full.seconds": "{number, plural, other {# 秒}}進前",
|
||||
"relative_time.hours": "{number}點鐘前",
|
||||
"relative_time.just_now": "頭tú-á",
|
||||
"relative_time.minutes": "{number} 分進前",
|
||||
"relative_time.seconds": "{number} 秒進前",
|
||||
"relative_time.today": "今á日",
|
||||
"reply_indicator.attachments": "{count, plural, other {# ê附件}}",
|
||||
"reply_indicator.cancel": "取消",
|
||||
"reply_indicator.poll": "投票",
|
||||
"report.block": "封鎖",
|
||||
"report.block_explanation": "Lí bē koh看著in ê PO文。In bē當看tio̍h lí ê PO文kap跟tuè lí。In ē發現家kī受著封鎖。",
|
||||
"report.categories.legal": "法律ê問題",
|
||||
"report.categories.other": "其他",
|
||||
"report.categories.spam": "Pùn-sò訊息",
|
||||
"report.categories.violation": "內容違反tsi̍t ê以上服侍器ê規則",
|
||||
"report.category.subtitle": "揀上合ê選項",
|
||||
"report.category.title": "Kā guán講tsit ê {type} 有siánn-mih代誌",
|
||||
"report.category.title_account": "個人資料",
|
||||
"report.category.title_status": "PO文",
|
||||
"report.close": "完成",
|
||||
"report.comment.title": "Lí敢有別ê想beh hōo guán知ê?",
|
||||
"report.forward": "轉送kàu {target}",
|
||||
"report.forward_hint": "Tsit ê口座是別ê服侍器ê。Kám iā beh送bô落名ê檢舉ê khóo-pih?",
|
||||
"report.mute": "消音",
|
||||
"report.mute_explanation": "Lí bē koh看著in ê PO文。In iáu是ē當跟tuè lí,看lí ê PO文,而且m̄知in受消音。",
|
||||
"report.next": "繼續",
|
||||
"report.placeholder": "其他ê註釋",
|
||||
"report.reasons.dislike": "我無kah意",
|
||||
"report.reasons.dislike_description": "Tse是lí無愛看ê",
|
||||
"report.reasons.legal": "Tse無合法",
|
||||
"report.reasons.legal_description": "Lí相信伊違反lí ê國,á是服侍器所tiàm ê國ê法律",
|
||||
"report.reasons.other": "其他原因",
|
||||
"report.reasons.other_description": "Tsit ê問題bē當歸tī其他ê類別",
|
||||
"report.reasons.spam": "Tse是pùn-sò訊息",
|
||||
"report.reasons.spam_description": "Pháinn意ê連結、假互動,á是重複ê回應",
|
||||
"report.reasons.violation": "伊違反服侍器ê規定",
|
||||
"report.reasons.violation_description": "Lí明知伊違反特定ê規定",
|
||||
"report.rules.subtitle": "請揀所有符合ê選項",
|
||||
"report.rules.title": "違反siánn-mih規則?",
|
||||
"report.statuses.subtitle": "請揀所有符合ê選項",
|
||||
"report.statuses.title": "Kám有任何PO文證明tsit ê檢舉?",
|
||||
"report.submit": "送出",
|
||||
"report.target": "檢舉 {target}",
|
||||
"report.thanks.take_action": "下kha是你控制所beh 佇Mastodon看ê內容ê選項:",
|
||||
"report.thanks.take_action_actionable": "佇guán leh審核ê時陣,lí ē當tuì @{name} 做下kha ê行動:",
|
||||
"report.thanks.title": "無想beh看著tse?",
|
||||
"report.thanks.title_actionable": "多謝lí ê檢舉,guán ē處理。",
|
||||
"report.unfollow": "取消跟tuè @{name}",
|
||||
"report.unfollow_explanation": "Lí teh跟tuè tsit ê口座。Nā無beh佇頭頁ê時間線koh看見in ê PO文,請取消跟tuè。",
|
||||
"report_notification.attached_statuses": "附 {count, plural, one {{count} 篇PO文} other {{count} 篇PO文}}ah",
|
||||
"report_notification.categories.legal": "法規",
|
||||
"report_notification.categories.legal_sentence": "違法ê內容",
|
||||
"report_notification.categories.other": "其他",
|
||||
"report_notification.categories.other_sentence": "其他",
|
||||
"report_notification.categories.spam": "Pùn-sò訊息",
|
||||
"report_notification.categories.spam_sentence": "pùn-sò訊息",
|
||||
"report_notification.categories.violation": "違反規則",
|
||||
"report_notification.categories.violation_sentence": "違反規則",
|
||||
"report_notification.open": "Phah開檢舉",
|
||||
"search.no_recent_searches": "無最近ê tshiau-tshuē",
|
||||
"search.placeholder": "Tshiau-tshuē",
|
||||
"search.quick_action.account_search": "合 {x} ê個人檔案",
|
||||
"search.quick_action.go_to_account": "行去個人資料 {x}",
|
||||
"search.quick_action.go_to_hashtag": "行去hashtag {x}",
|
||||
"search.quick_action.open_url": "佇Mastodon來phah開URL",
|
||||
"search.quick_action.status_search": "合 {x} ê PO文",
|
||||
"search.search_or_paste": "Tshiau-tshuē á是貼URL",
|
||||
"search_popout.full_text_search_disabled_message": "{domain} 頂bē當用。",
|
||||
"search_popout.full_text_search_logged_out_message": "Kan-ta佇登入ê時通用。",
|
||||
"search_popout.language_code": "ISO語言代碼",
|
||||
"search_popout.options": "Tshiau-tshuē ê選項",
|
||||
"search_popout.quick_actions": "快速ê行動",
|
||||
"search_popout.recent": "最近ê tshiau-tshuē",
|
||||
"search_popout.specific_date": "特定ê日",
|
||||
"search_popout.user": "用者",
|
||||
"search_results.accounts": "個人資料",
|
||||
"search_results.all": "全部",
|
||||
"search_results.hashtags": "Hashtag",
|
||||
"search_results.see_all": "看全部",
|
||||
"search_results.statuses": "PO文",
|
||||
"server_banner.about_active_users": "最近30kang用本站êlâng(月ê活動ê用者)",
|
||||
"server_banner.active_users": "活動ê用者",
|
||||
"server_banner.administered_by": "管理員:",
|
||||
"server_banner.is_one_of_many": "{domain} 屬佇tsē-tsē獨立ê Mastodonê服侍器,lí ē當用tse參與聯邦宇宙。",
|
||||
"server_banner.server_stats": "服侍器ê統計:",
|
||||
"sign_in_banner.create_account": "開口座",
|
||||
"sign_in_banner.follow_anyone": "跟tuè聯邦宇宙ê任何tsi̍t ê,用時間ê順序看所有ê內容。無演算法、廣告、點滑鼠ê餌(clickbait)。",
|
||||
"sign_in_banner.mastodon_is": "Mastodon是跟tuè siánn物當teh發生ê上贊ê方法。",
|
||||
"sign_in_banner.sign_in": "登入",
|
||||
"sign_in_banner.sso_redirect": "登入á是註冊",
|
||||
"status.admin_account": "Phah開 @{name} ê管理界面",
|
||||
"status.admin_domain": "Phah開 {domain} ê管理界面",
|
||||
"status.admin_status": "Tī管理界面內底看tsit篇PO文",
|
||||
"status.block": "封鎖 @{name}",
|
||||
"status.bookmark": "冊籤",
|
||||
"status.cancel_reblog_private": "取消轉送",
|
||||
"status.cannot_reblog": "Tsit篇PO文bē當轉送",
|
||||
"status.continued_thread": "接續ê討論線",
|
||||
"status.copy": "Khóo-pih PO文ê連結",
|
||||
"status.delete": "Thâi掉",
|
||||
"status.detailed_status": "對話ê詳細",
|
||||
"status.direct": "私人提起 @{name}",
|
||||
"status.direct_indicator": "私人ê提起",
|
||||
"status.edit": "編輯",
|
||||
"status.edited": "上尾編輯tī:{date}",
|
||||
"status.edited_x_times": "有編輯 {count, plural, one {{count} kái} other {{count} kái}}",
|
||||
"status.embed": "The̍h相tàu ê (embed)程式碼",
|
||||
"status.favourite": "收藏",
|
||||
"status.favourites": "{count, plural, other {# 篇收藏}}",
|
||||
"status.filter": "過濾tsit 篇 PO文",
|
||||
"status.history.created": "{name} 佇 {date} 建立",
|
||||
"status.history.edited": "{name} 佇 {date} 編輯",
|
||||
"status.load_more": "載入其他ê內容",
|
||||
"status.media.open": "點來開",
|
||||
"status.media.show": "Tshi̍h來顯示",
|
||||
"status.media_hidden": "Khàm起來ê媒體",
|
||||
"status.mention": "提起 @{name}",
|
||||
"status.more": "詳細",
|
||||
"status.mute": "消音 @{name}",
|
||||
"status.mute_conversation": "Kā對話消音",
|
||||
"status.open": "Kā PO文展開",
|
||||
"status.read_more": "讀詳細",
|
||||
"status.reblog": "轉送",
|
||||
"status.reblog_private": "照原PO ê通看見ê範圍轉送",
|
||||
"status.reblogged_by": "{name} kā轉送ah",
|
||||
"status.reblogs": "{count, plural, other {# ê 轉送}}",
|
||||
"status.reblogs.empty": "Iáu無lâng轉送tsit篇PO文。Nā是有lâng轉送,ē佇tsia顯示。",
|
||||
"status.redraft": "Thâi掉了後重寫",
|
||||
"status.remove_bookmark": "Thâi掉冊籤",
|
||||
"status.replied_in_thread": "佇討論線內應",
|
||||
"status.replied_to": "回應 {name}",
|
||||
"status.reply": "回應",
|
||||
"status.replyAll": "應討論線",
|
||||
"status.report": "檢舉 @{name}",
|
||||
"status.sensitive_warning": "敏感ê內容",
|
||||
"status.share": "分享",
|
||||
"status.show_less_all": "Lóng收起來",
|
||||
"status.show_more_all": "Lóng展開",
|
||||
"status.show_original": "顯示原文",
|
||||
"status.title.with_attachments": "{user} 有PO {attachmentCount, plural, other {{attachmentCount} ê附件}}",
|
||||
"status.translate": "翻譯",
|
||||
"status.translated_from_with": "用 {provider} 翻譯 {lang}",
|
||||
"status.uncached_media_warning": "Bē當先看māi",
|
||||
"status.unmute_conversation": "Kā對話取消消音",
|
||||
"subscribed_languages.lead": "Tī改變了後,kan-ta所揀ê語言ê PO文tsiah ē顯示佇lí ê厝ê時間線kap列單。揀「無」來接受所有語言êPO文。",
|
||||
"subscribed_languages.save": "儲存改變",
|
||||
"subscribed_languages.target": "改 {target} ê訂ê語言",
|
||||
"tabs_bar.home": "頭頁",
|
||||
"tabs_bar.notifications": "通知",
|
||||
"time_remaining.days": "Tshun {number, plural, other {# kang}}",
|
||||
"time_remaining.hours": "Tshun {number, plural, other {# 點鐘}}",
|
||||
"time_remaining.minutes": "Tshun {number, plural, other {# 分鐘}}",
|
||||
"time_remaining.moments": "Tshun ê時間",
|
||||
"time_remaining.seconds": "Tshun {number, plural, other {# 秒}}",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} ê} other {{counter} ê}} lâng tī過去 {days, plural, one {kang} other {{days} kang}}內底",
|
||||
"trends.trending_now": "Tsit-má ê趨勢",
|
||||
"ui.beforeunload": "Nā離開Mastodon,lí ê草稿ē無去。",
|
||||
"units.short.billion": "{count}B",
|
||||
"units.short.million": "{count}M",
|
||||
"units.short.thousand": "{count}K",
|
||||
"upload_area.title": "Giú放來傳起去",
|
||||
"upload_button.label": "加圖片、影片á是聲音檔",
|
||||
"upload_error.limit": "超過檔案傳起去ê限制",
|
||||
"upload_error.poll": "Bô允準佇投票ê時kā檔案傳起去。",
|
||||
"upload_form.drag_and_drop.instructions": "Nā beh選媒體附件,請tshi̍h空白key á是Enter key。Giú ê時,請用方向key照指定ê方向suá媒體附件。Beh khǹg媒體附件佇伊ê新位置,請koh tshi̍h空白key á是Enter key,或者tshi̍h Esc key來取消。",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "Suá位取消ah,媒體附件 {item} khǹg落來ah。",
|
||||
"upload_form.drag_and_drop.on_drag_end": "媒體附件 {item} khǹg落來ah。",
|
||||
"upload_form.drag_and_drop.on_drag_over": "媒體附件 {item} suá tín動ah。",
|
||||
"upload_form.drag_and_drop.on_drag_start": "媒體附件 {item} 揀起來ah。",
|
||||
"upload_form.edit": "編輯",
|
||||
"upload_progress.label": "Teh傳起去……",
|
||||
"upload_progress.processing": "Teh處理……",
|
||||
"username.taken": "Tsit ê口座hōo lâng註冊ah,試別ê",
|
||||
"video.close": "關影片",
|
||||
"video.download": "Kā檔案載落去",
|
||||
"video.exit_fullscreen": "離開全螢幕",
|
||||
"video.expand": "展開影片",
|
||||
"video.fullscreen": "全螢幕",
|
||||
"video.hide": "Tshàng影片",
|
||||
"video.pause": "暫停",
|
||||
"video.play": "播出"
|
||||
}
|
||||
@@ -211,7 +211,7 @@
|
||||
"directory.recently_active": "Onlangs actief",
|
||||
"disabled_account_banner.account_settings": "Accountinstellingen",
|
||||
"disabled_account_banner.text": "Jouw account {disabledAccount} is momenteel uitgeschakeld.",
|
||||
"dismissable_banner.community_timeline": "Dit zijn de meest recente openbare berichten van accounts op {domain}. Je kunt onder 'instellingen > voorkeuren > overig' kiezen welke talen je wilt zien.",
|
||||
"dismissable_banner.community_timeline": "Dit zijn de meest recente openbare berichten van gebruikers met een account op {domain}.",
|
||||
"dismissable_banner.dismiss": "Sluiten",
|
||||
"dismissable_banner.explore_links": "Dit zijn nieuwsberichten die vandaag het meest op het sociale web (fediverse) worden gedeeld. Nieuwere nieuwsberichten die door meer verschillende mensen zijn geplaatst staan hoger op de lijst.",
|
||||
"dismissable_banner.explore_statuses": "Dit zijn berichten op het sociale web (fediverse) die vandaag aan populariteit winnen. Nieuwere berichten met meer boosts en favorieten staan hoger.",
|
||||
@@ -509,7 +509,7 @@
|
||||
"notification.favourite": "{name} markeerde jouw bericht als favoriet",
|
||||
"notification.favourite.name_and_others_with_link": "{name} en <a>{count, plural, one {# ander persoon} other {# andere personen}}</a> hebben jouw bericht als favoriet gemarkeerd",
|
||||
"notification.follow": "{name} volgt jou nu",
|
||||
"notification.follow.name_and_others": "{name} en <a>{count, plural, one {# ander persoon} other {# andere personen}}</a> volgen jou nou",
|
||||
"notification.follow.name_and_others": "{name} en <a>{count, plural, one {# ander persoon} other {# andere personen}}</a> volgen jou nu",
|
||||
"notification.follow_request": "{name} wil jou graag volgen",
|
||||
"notification.follow_request.name_and_others": "{name} en {count, plural, one {# ander persoon} other {# andere personen}} hebben gevraagd om je te volgen",
|
||||
"notification.label.mention": "Vermelding",
|
||||
@@ -638,7 +638,7 @@
|
||||
"onboarding.start.lead": "Je maakt nu deel uit van Mastodon, een uniek, gedecentraliseerd sociaal mediaplatform waar jij - en dus geen algoritme - jouw eigen ervaring beheert. Laten we beginnen aan deze nieuwe sociale uitdaging:",
|
||||
"onboarding.start.skip": "Wil je meteen verdergaan?",
|
||||
"onboarding.start.title": "Het is je gelukt!",
|
||||
"onboarding.steps.follow_people.body": "Op Mastodon draait het helemaal om het volgen van interessante mensen.",
|
||||
"onboarding.steps.follow_people.body": "Op Mastodon draait het volledig om het volgen van interessante mensen.",
|
||||
"onboarding.steps.follow_people.title": "Je starttijdlijn aan jouw wensen aanpassen",
|
||||
"onboarding.steps.publish_status.body": "Zeg hallo tegen de wereld met tekst, foto's, video's of peilingen {emoji}",
|
||||
"onboarding.steps.publish_status.title": "Maak je eerste bericht",
|
||||
@@ -663,7 +663,7 @@
|
||||
"poll.votes": "{votes, plural, one {# stem} other {# stemmen}}",
|
||||
"poll_button.add_poll": "Peiling toevoegen",
|
||||
"poll_button.remove_poll": "Peiling verwijderen",
|
||||
"privacy.change": "Privacy voor een bericht aanpassen",
|
||||
"privacy.change": "Privacy van dit bericht aanpassen",
|
||||
"privacy.direct.long": "Alleen voor mensen die specifiek in het bericht worden vermeld",
|
||||
"privacy.direct.short": "Privébericht",
|
||||
"privacy.private.long": "Alleen jouw volgers",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"account.followers.empty": "Ingen fylgjer denne brukaren enno.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} fylgjar} other {{counter} fylgjarar}}",
|
||||
"account.following": "Fylgjer",
|
||||
"account.following_counter": "{count, plural, one {{counter} fylgjar} other {{counter} fylgjarar}}",
|
||||
"account.following_counter": "{count, plural, one {fylgjer {counter}} other {fylgjer {counter}}}",
|
||||
"account.follows.empty": "Denne brukaren fylgjer ikkje nokon enno.",
|
||||
"account.go_to_profile": "Gå til profil",
|
||||
"account.hide_reblogs": "Gøym framhevingar frå @{name}",
|
||||
@@ -202,9 +202,9 @@
|
||||
"conversation.mark_as_read": "Marker som lesen",
|
||||
"conversation.open": "Sjå samtale",
|
||||
"conversation.with": "Med {names}",
|
||||
"copy_icon_button.copied": "Kopiert til utklyppstavla",
|
||||
"copy_icon_button.copied": "Kopiert til utklippstavla",
|
||||
"copypaste.copied": "Kopiert",
|
||||
"copypaste.copy_to_clipboard": "Kopier til utklyppstavla",
|
||||
"copypaste.copy_to_clipboard": "Kopier til utklippstavla",
|
||||
"directory.federated": "Frå den kjende allheimen",
|
||||
"directory.local": "Berre frå {domain}",
|
||||
"directory.new_arrivals": "Nyleg tilkomne",
|
||||
@@ -486,7 +486,7 @@
|
||||
"navigation_bar.filters": "Målbundne ord",
|
||||
"navigation_bar.follow_requests": "Fylgjeførespurnader",
|
||||
"navigation_bar.followed_tags": "Fylgde emneknaggar",
|
||||
"navigation_bar.follows_and_followers": "Fylgje og fylgjarar",
|
||||
"navigation_bar.follows_and_followers": "Fylgjer og fylgjarar",
|
||||
"navigation_bar.lists": "Lister",
|
||||
"navigation_bar.logout": "Logg ut",
|
||||
"navigation_bar.moderation": "Moderering",
|
||||
@@ -670,7 +670,7 @@
|
||||
"privacy.private.short": "Fylgjarar",
|
||||
"privacy.public.long": "Kven som helst på og av Mastodon",
|
||||
"privacy.public.short": "Offentleg",
|
||||
"privacy.unlisted.additional": "Dette er akkurat som offentleg, bortsett frå at innlegga ikkje dukkar opp i direktestraumar eller merkelappar, i oppdagingar eller Mastodon-søk, sjølv om du har sagt ja til at kontoen skal vera synleg.",
|
||||
"privacy.unlisted.additional": "Dette er akkurat som offentleg, bortsett frå at innlegga ikkje dukkar opp i direktestraumar eller emneknaggar, i oppdagingar eller Mastodon-søk, sjølv om du har sagt ja til at kontoen skal vera synleg.",
|
||||
"privacy.unlisted.long": "Færre algoritmiske fanfarar",
|
||||
"privacy.unlisted.short": "Stille offentleg",
|
||||
"privacy_policy.last_updated": "Sist oppdatert {date}",
|
||||
@@ -848,7 +848,7 @@
|
||||
"ui.beforeunload": "Kladden din forsvinn om du forlèt Mastodon no.",
|
||||
"units.short.billion": "{count}m.ard",
|
||||
"units.short.million": "{count}mill",
|
||||
"units.short.thousand": "{count}T",
|
||||
"units.short.thousand": "{count}k",
|
||||
"upload_area.title": "Dra & slepp for å lasta opp",
|
||||
"upload_button.label": "Legg til medium",
|
||||
"upload_error.limit": "Du har gått over opplastingsgrensa.",
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"about.contact": "Kontakt:",
|
||||
"about.disclaimer": "Mastodon er gratis, åpen kildekode-programvare og et varemerke fra Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Årsak ikke tilgjengelig",
|
||||
"about.domain_blocks.preamble": "Mastodon lar deg normalt sett se innholdet fra og samhandle med brukere fra enhver annen tjener i fødiverset. Dette er unntakene som har blitt lagt inn på denne tjeneren.",
|
||||
"about.domain_blocks.silenced.explanation": "Du vil vanligvis ikke se profiler og innhold fra denne tjeneren, med mindre du eksplisitt søker dem opp eller velger å følge dem.",
|
||||
"about.domain_blocks.preamble": "Mastodon lar deg normalt sett se innholdet fra og samhandle med brukere fra enhver annen server i fødiverset. Dette er unntakene som har blitt lagt inn på denne serveren.",
|
||||
"about.domain_blocks.silenced.explanation": "Du vil vanligvis ikke se profiler og innhold fra denne serveren, med mindre du eksplisitt søker dem opp eller velger å følge dem.",
|
||||
"about.domain_blocks.silenced.title": "Begrenset",
|
||||
"about.domain_blocks.suspended.explanation": "Ikke noe innhold fra denne tjeneren vil bli behandlet, lagret eller utvekslet. Det gjør det umulig å samhandle eller kommunisere med brukere fra denne tjeneren.",
|
||||
"about.domain_blocks.suspended.explanation": "Ikke noe innhold fra denne serveren vil bli behandlet, lagret eller utvekslet. Det gjør det umulig å samhandle eller kommunisere med brukere fra denne serveren.",
|
||||
"about.domain_blocks.suspended.title": "Suspendert",
|
||||
"about.not_available": "Denne informasjonen er ikke gjort tilgjengelig på denne tjeneren.",
|
||||
"about.powered_by": "Desentraliserte sosiale medier drevet av {mastodon}",
|
||||
"about.not_available": "Denne informasjonen er ikke gjort tilgjengelig på denne serveren.",
|
||||
"about.powered_by": "Desentralisert sosialt medie drevet av {mastodon}",
|
||||
"about.rules": "Regler for serveren",
|
||||
"account.account_note_header": "Personlig notat",
|
||||
"account.add_or_remove_from_list": "Legg til eller fjern fra lister",
|
||||
@@ -730,6 +730,7 @@
|
||||
"report_notification.categories.spam": "Søppelpost",
|
||||
"report_notification.categories.spam_sentence": "spam",
|
||||
"report_notification.categories.violation": "Regelbrudd",
|
||||
"report_notification.categories.violation_sentence": "regel brudd",
|
||||
"report_notification.open": "Åpne rapport",
|
||||
"search.no_recent_searches": "Ingen søk nylig",
|
||||
"search.placeholder": "Søk",
|
||||
@@ -780,6 +781,7 @@
|
||||
"status.edited": "Sist endret {date}",
|
||||
"status.edited_x_times": "Redigert {count, plural,one {{count} gang} other {{count} ganger}}",
|
||||
"status.favourite": "Favoritt",
|
||||
"status.favourites": "{count, plural, one {favoritt} other {favoritter}}",
|
||||
"status.filter": "Filtrer dette innlegget",
|
||||
"status.history.created": "{name} opprettet {date}",
|
||||
"status.history.edited": "{name} redigerte {date}",
|
||||
@@ -798,9 +800,11 @@
|
||||
"status.reblog": "Fremhev",
|
||||
"status.reblog_private": "Fremhev til det opprinnelige publikummet",
|
||||
"status.reblogged_by": "Fremhevet av {name}",
|
||||
"status.reblogs": "{count, plural, one {fremheving} other {fremhevinger}}",
|
||||
"status.reblogs.empty": "Ingen har fremhevet dette innlegget enda. Når noen gjør det, vil de dukke opp her.",
|
||||
"status.redraft": "Slett og skriv på nytt",
|
||||
"status.remove_bookmark": "Fjern bokmerke",
|
||||
"status.replied_in_thread": "Svarte i tråd",
|
||||
"status.replied_to": "Som svar til {name}",
|
||||
"status.reply": "Svar",
|
||||
"status.replyAll": "Svar til samtale",
|
||||
@@ -831,13 +835,14 @@
|
||||
"ui.beforeunload": "Din kladd vil bli forkastet om du forlater Mastodon.",
|
||||
"units.short.billion": "{count}m.ard",
|
||||
"units.short.million": "{count}mill",
|
||||
"units.short.thousand": "{count}T",
|
||||
"units.short.thousand": "{count}k",
|
||||
"upload_area.title": "Dra og slipp for å laste opp",
|
||||
"upload_button.label": "Legg til media",
|
||||
"upload_error.limit": "Filopplastingsgrensen er oversteget.",
|
||||
"upload_error.poll": "Filopplasting er ikke tillatt for avstemninger.",
|
||||
"upload_form.audio_description": "Beskriv det for folk med hørselstap",
|
||||
"upload_form.description": "Beskriv for synshemmede",
|
||||
"upload_form.drag_and_drop.instructions": "For å plukke opp et medievedlegg, trykk på mellomrom eller enter. Bruk piltastene for å flytte medievedlegget i ønsket retning. Trykk mellomrom eller enter igjen for å slippe vedlegget på nytt sted, eller trykk på esc for å avbryte.",
|
||||
"upload_form.edit": "Rediger",
|
||||
"upload_form.thumbnail": "Endre miniatyrbilde",
|
||||
"upload_form.video_description": "Beskriv det for folk med hørselstap eller synshemminger",
|
||||
|
||||
@@ -144,8 +144,10 @@
|
||||
"confirmations.block.confirm": "Blocar",
|
||||
"confirmations.delete.confirm": "Escafar",
|
||||
"confirmations.delete.message": "Volètz vertadièrament escafar l’estatut ?",
|
||||
"confirmations.delete.title": "Suprimir la publicacion ?",
|
||||
"confirmations.delete_list.confirm": "Suprimir",
|
||||
"confirmations.delete_list.message": "Volètz vertadièrament suprimir aquesta lista per totjorn ?",
|
||||
"confirmations.delete_list.title": "Suprimir la lista ?",
|
||||
"confirmations.discard_edit_media.confirm": "Ignorar",
|
||||
"confirmations.edit.confirm": "Modificar",
|
||||
"confirmations.logout.confirm": "Desconnexion",
|
||||
@@ -156,6 +158,8 @@
|
||||
"confirmations.reply.message": "Respondre remplaçarà lo messatge que sètz a escriure. Volètz vertadièrament contunhar ?",
|
||||
"confirmations.unfollow.confirm": "Quitar de sègre",
|
||||
"confirmations.unfollow.message": "Volètz vertadièrament quitar de sègre {name} ?",
|
||||
"content_warning.hide": "Amagar la publicacion",
|
||||
"content_warning.show_more": "Ne veire mai",
|
||||
"conversation.delete": "Suprimir la conversacion",
|
||||
"conversation.mark_as_read": "Marcar coma legida",
|
||||
"conversation.open": "Veire la conversacion",
|
||||
@@ -311,6 +315,7 @@
|
||||
"limited_account_hint.action": "Afichar lo perfil de tota manièra",
|
||||
"limited_account_hint.title": "Aqueste perfil foguèt rescondut per la moderacion de {domain}.",
|
||||
"link_preview.author": "Per {name}",
|
||||
"link_preview.more_from_author": "Mai de {name}",
|
||||
"lists.account.add": "Ajustar a la lista",
|
||||
"lists.account.remove": "Levar de la lista",
|
||||
"lists.delete": "Suprimir la lista",
|
||||
@@ -326,7 +331,9 @@
|
||||
"lists.subheading": "Vòstras listas",
|
||||
"load_pending": "{count, plural, one {# nòu element} other {# nòu elements}}",
|
||||
"loading_indicator.label": "Cargament…",
|
||||
"media_gallery.hide": "Rescondre",
|
||||
"navigation_bar.about": "A prepaus",
|
||||
"navigation_bar.administration": "Administracion",
|
||||
"navigation_bar.advanced_interface": "Dobrir l’interfàcia web avançada",
|
||||
"navigation_bar.blocks": "Personas blocadas",
|
||||
"navigation_bar.bookmarks": "Marcadors",
|
||||
@@ -343,6 +350,7 @@
|
||||
"navigation_bar.follows_and_followers": "Abonament e seguidors",
|
||||
"navigation_bar.lists": "Listas",
|
||||
"navigation_bar.logout": "Desconnexion",
|
||||
"navigation_bar.moderation": "Moderacion",
|
||||
"navigation_bar.mutes": "Personas rescondudas",
|
||||
"navigation_bar.personal": "Personal",
|
||||
"navigation_bar.pins": "Tuts penjats",
|
||||
@@ -356,10 +364,18 @@
|
||||
"notification.favourite": "{name} a mes vòstre estatut en favorit",
|
||||
"notification.follow": "{name} vos sèc",
|
||||
"notification.follow_request": "{name} a demandat a vos sègre",
|
||||
"notification.label.mention": "Mencion",
|
||||
"notification.label.private_mention": "Mencion privada",
|
||||
"notification.label.private_reply": "Responsa privada",
|
||||
"notification.label.reply": "Respondre",
|
||||
"notification.mention": "Mencionar",
|
||||
"notification.mentioned_you": "{name} vos a mencionat",
|
||||
"notification.moderation-warning.learn_more": "Ne saber mai",
|
||||
"notification.own_poll": "Vòstre sondatge es acabat",
|
||||
"notification.reblog": "{name} a partejat vòstre estatut",
|
||||
"notification.relationships_severance_event.learn_more": "Ne saber mai",
|
||||
"notification.status": "{name} ven de publicar",
|
||||
"notification.update": "{name} modiquè sa publicacion",
|
||||
"notification.update": "{name} modifiquèt sa publicacion",
|
||||
"notifications.clear": "Escafar",
|
||||
"notifications.clear_confirmation": "Volètz vertadièrament escafar totas vòstras las notificacions ?",
|
||||
"notifications.column_settings.admin.report": "Senhalaments novèls :",
|
||||
@@ -427,7 +443,12 @@
|
||||
"poll_button.add_poll": "Ajustar un sondatge",
|
||||
"poll_button.remove_poll": "Levar lo sondatge",
|
||||
"privacy.change": "Ajustar la confidencialitat del messatge",
|
||||
"privacy.direct.long": "Sonque los qu’avètz mencionats dins la publicacion",
|
||||
"privacy.private.long": "Mostrar pas qu’als seguidors",
|
||||
"privacy.private.short": "Seguidors",
|
||||
"privacy.public.long": "Tot lo monde de e defòra de Mastodon",
|
||||
"privacy.public.short": "Public",
|
||||
"privacy.unlisted.short": "Public silenciós",
|
||||
"privacy_policy.last_updated": "Darrièra actualizacion {date}",
|
||||
"privacy_policy.title": "Politica de confidencialitat",
|
||||
"refresh": "Actualizar",
|
||||
@@ -473,6 +494,7 @@
|
||||
"report.target": "Senhalar {target}",
|
||||
"report.thanks.title": "Volètz pas veire aquò ?",
|
||||
"report.unfollow": "Quitar de sègre {name}",
|
||||
"report.unfollow_explanation": "Seguissètz aqueste compte. Per veire pas pus lors publicacions dins vòstra cronologia, quitatz de lo sègre.",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} publicacion junta} other {{count} publicacions juntas}}",
|
||||
"report_notification.categories.other": "Autre",
|
||||
"report_notification.categories.spam": "Messatge indesirable",
|
||||
@@ -506,6 +528,7 @@
|
||||
"status.bookmark": "Marcador",
|
||||
"status.cancel_reblog_private": "Quitar de partejar",
|
||||
"status.cannot_reblog": "Aqueste estatut pòt pas èsser partejat",
|
||||
"status.continued_thread": "Seguida del fial",
|
||||
"status.copy": "Copiar lo ligam de l’estatut",
|
||||
"status.delete": "Escafar",
|
||||
"status.detailed_status": "Vista detalhada de la convèrsa",
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"account.requested": "ਮਨਜ਼ੂਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ। ਫ਼ਾਲੋ ਬੇਨਤੀਆਂ ਨੂੰ ਰੱਦ ਕਰਨ ਲਈ ਕਲਿੱਕ ਕਰੋ",
|
||||
"account.requested_follow": "{name} ਨੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰਨ ਦੀ ਬੇਨਤੀ ਕੀਤੀ ਹੈ",
|
||||
"account.share": "{name} ਦਾ ਪਰੋਫ਼ਾਇਲ ਸਾਂਝਾ ਕਰੋ",
|
||||
"account.show_reblogs": "@{name} ਵਲੋਂ ਬੂਸਟ ਨੂੰ ਵੇਖਾਓ",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} ਪੋਸਟ} other {{counter} ਪੋਸਟਾਂ}}",
|
||||
"account.unblock": "@{name} ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
"account.unblock_domain": "{domain} ਡੋਮੇਨ ਤੋਂ ਪਾਬੰਦੀ ਹਟਾਓ",
|
||||
@@ -78,6 +79,7 @@
|
||||
"bundle_modal_error.close": "ਬੰਦ ਕਰੋ",
|
||||
"bundle_modal_error.message": "ਭਾਗ ਲੋਡ ਕਰਨ ਦੌਰਾਨ ਕੁਝ ਗਲਤ ਵਾਪਰਿਆ ਹੈ।",
|
||||
"bundle_modal_error.retry": "ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ",
|
||||
"closed_registrations_modal.find_another_server": "ਹੋਰ ਸਰਵਰ ਲੱਭੋ",
|
||||
"closed_registrations_modal.title": "Mastodon ਲਈ ਸਾਈਨ ਅੱਪ ਕਰੋ",
|
||||
"column.about": "ਸਾਡੇ ਬਾਰੇ",
|
||||
"column.blocks": "ਪਾਬੰਦੀ ਲਾਏ ਵਰਤੋਂਕਾਰ",
|
||||
@@ -116,6 +118,8 @@
|
||||
"compose_form.lock_disclaimer": "ਤੁਹਾਡਾ ਖਾਤਾ {locked} ਨਹੀਂ ਹੈ। ਕੋਈ ਵੀ ਤੁਹਾਡੀਆਂ ਸਿਰਫ਼-ਫ਼ਾਲੋਅਰ ਪੋਸਟਾਂ ਵੇਖਣ ਵਾਸਤੇ ਤੁਹਾਨੂੰ ਫ਼ਾਲੋ ਕਰ ਸਕਦਾ ਹੈ।",
|
||||
"compose_form.lock_disclaimer.lock": "ਲਾਕ ਹੈ",
|
||||
"compose_form.placeholder": "ਤੁਹਾਡੇ ਮਨ ਵਿੱਚ ਕੀ ਹੈ?",
|
||||
"compose_form.poll.duration": "ਵੋਟ ਲਈ ਸਮਾਂ",
|
||||
"compose_form.poll.multiple": "ਕਈ ਚੋਣਾਂ",
|
||||
"compose_form.poll.option_placeholder": "{number} ਚੋਣ",
|
||||
"compose_form.poll.type": "ਸਟਾਈਲ",
|
||||
"compose_form.publish": "ਪੋਸਟ",
|
||||
@@ -140,6 +144,7 @@
|
||||
"confirmations.logout.title": "ਲਾਗ ਆਉਟ ਕਰਨਾ ਹੈ?",
|
||||
"confirmations.mute.confirm": "ਮੌਨ ਕਰੋ",
|
||||
"confirmations.redraft.confirm": "ਹਟਾਓ ਤੇ ਮੁੜ-ਡਰਾਫਟ",
|
||||
"confirmations.redraft.title": "ਪੋਸਟ ਨੂੰ ਹਟਾ ਕੇ ਮੁੜ-ਡਰਾਫਟ ਕਰਨਾ ਹੈ?",
|
||||
"confirmations.reply.confirm": "ਜਵਾਬ ਦੇਵੋ",
|
||||
"confirmations.unfollow.confirm": "ਅਣ-ਫ਼ਾਲੋ",
|
||||
"confirmations.unfollow.message": "ਕੀ ਤੁਸੀਂ {name} ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?",
|
||||
@@ -210,6 +215,7 @@
|
||||
"filter_modal.select_filter.search": "ਖੋਜੋ ਜਾਂ ਬਣਾਓ",
|
||||
"filter_modal.select_filter.title": "ਇਸ ਪੋਸਟ ਨੂੰ ਫਿਲਟਰ ਕਰੋ",
|
||||
"filter_modal.title.status": "ਇੱਕ ਪੋਸਟ ਨੂੰ ਫਿਲਟਰ ਕਰੋ",
|
||||
"filtered_notifications_banner.title": "ਫਿਲਟਰ ਕੀਤੇ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"firehose.all": "ਸਭ",
|
||||
"firehose.local": "ਇਹ ਸਰਵਰ",
|
||||
"firehose.remote": "ਹੋਰ ਸਰਵਰ",
|
||||
@@ -241,8 +247,10 @@
|
||||
"hashtag.column_settings.tag_mode.any": "ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ",
|
||||
"hashtag.column_settings.tag_mode.none": "ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ ਨਹੀਂ",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} ਹਿੱਸੇਦਾਰ} other {{counter} ਹਿੱਸੇਦਾਰ}}",
|
||||
"hashtag.follow": "ਹੈਸ਼ਟੈਗ ਨੂੰ ਫ਼ਾਲੋ ਕਰੋ",
|
||||
"hashtag.unfollow": "ਹੈਸ਼ਟੈਗ ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰੋ",
|
||||
"hashtags.and_other": "…ਅਤੇ {count, plural, one {}other {# ਹੋਰ}}",
|
||||
"hints.profiles.see_more_followers": "{domain} ਉੱਤੇ ਹੋਰ ਫ਼ਾਲੋਅਰ ਵੇਖੋ",
|
||||
"hints.profiles.see_more_follows": "{domain} ਉੱਤੇ ਹੋਰ ਫ਼ਾਲੋ ਨੂੰ ਵੇਖੋ",
|
||||
"hints.profiles.see_more_posts": "{domain} ਉੱਤੇ ਹੋਰ ਪੋਸਟਾਂ ਨੂੰ ਵੇਖੋ",
|
||||
@@ -315,6 +323,7 @@
|
||||
"loading_indicator.label": "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ…",
|
||||
"media_gallery.hide": "ਲੁਕਾਓ",
|
||||
"mute_modal.hide_from_notifications": "ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਵਿੱਚੋਂ ਲੁਕਾਓ",
|
||||
"mute_modal.hide_options": "ਚੋਣਾਂ ਨੂੰ ਲੁਕਾਓ",
|
||||
"mute_modal.show_options": "ਚੋਣਾਂ ਨੂੰ ਵੇਖਾਓ",
|
||||
"mute_modal.title": "ਵਰਤੋਂਕਾਰ ਨੂੰ ਮੌਨ ਕਰਨਾ ਹੈ?",
|
||||
"navigation_bar.about": "ਇਸ ਬਾਰੇ",
|
||||
@@ -369,16 +378,22 @@
|
||||
"notification_requests.edit_selection": "ਸੋਧੋ",
|
||||
"notification_requests.exit_selection": "ਮੁਕੰਮਲ",
|
||||
"notification_requests.notifications_from": "{name} ਵਲੋਂ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notification_requests.title": "ਫਿਲਟਰ ਕੀਤੇ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notification_requests.view": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਵੇਖੋ",
|
||||
"notifications.clear": "ਸੂਚਨਾਵਾਂ ਨੂੰ ਮਿਟਾਓ",
|
||||
"notifications.clear_confirmation": "ਕੀ ਤੁਸੀਂ ਆਪਣੇ ਸਾਰੇ ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਪੱਕੇ ਤੌਰ ਉੱਤੇ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?",
|
||||
"notifications.clear_title": "ਨੋਟਫਿਕੇਸ਼ਨਾਂ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?",
|
||||
"notifications.column_settings.admin.report": "ਨਵੀਆਂ ਰਿਪੋਰਟਾਂ:",
|
||||
"notifications.column_settings.alert": "ਡੈਸਕਟਾਪ ਸੂਚਨਾਵਾਂ",
|
||||
"notifications.column_settings.favourite": "ਮਨਪਸੰਦ:",
|
||||
"notifications.column_settings.filter_bar.advanced": "ਸਭ ਵਰਗਾਂ ਨੂੰ ਵੇਖਾਓ",
|
||||
"notifications.column_settings.filter_bar.category": "ਫੌਰੀ ਫਿਲਟਰ ਪੱਟੀ",
|
||||
"notifications.column_settings.follow": "ਨਵੇਂ ਫ਼ਾਲੋਅਰ:",
|
||||
"notifications.column_settings.follow_request": "ਨਵੀਆਂ ਫ਼ਾਲੋ ਬੇਨਤੀਆਂ:",
|
||||
"notifications.column_settings.group": "ਗਰੁੱਪ",
|
||||
"notifications.column_settings.mention": "ਜ਼ਿਕਰ:",
|
||||
"notifications.column_settings.poll": "ਪੋਲ ਦੇ ਨਤੀਜੇ:",
|
||||
"notifications.column_settings.push": "ਪੁਸ਼ ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notifications.column_settings.reblog": "ਬੂਸਟ:",
|
||||
"notifications.column_settings.show": "ਕਾਲਮ ਵਿੱਚ ਵੇਖਾਓ",
|
||||
"notifications.column_settings.sound": "ਆਵਾਜ਼ ਚਲਾਓ",
|
||||
@@ -392,8 +407,10 @@
|
||||
"notifications.filter.follows": "ਫ਼ਾਲੋ",
|
||||
"notifications.filter.mentions": "ਜ਼ਿਕਰ",
|
||||
"notifications.filter.polls": "ਪੋਲ ਦੇ ਨਤੀਜੇ",
|
||||
"notifications.filter.statuses": "ਤੁਹਾਡੇ ਵਲੋਂ ਫ਼ਾਲੋ ਕੀਤੇ ਲੋਕਾਂ ਤੋਂ ਅੱਪਡੇਟ",
|
||||
"notifications.grant_permission": "ਇਜਾਜ਼ਤ ਦਿਓ।",
|
||||
"notifications.group": "{count} ਨੋਟੀਫਿਕੇਸ਼ਨ",
|
||||
"notifications.mark_as_read": "ਹਰ ਨੋਟੀਫਿਕੇਸ਼ਨ ਨੂੰ ਪੜ੍ਹੇ ਵਜੋਂ ਨਿਸ਼ਾਨੀ ਲਾਓ",
|
||||
"notifications.policy.accept": "ਮਨਜ਼ੂਰ",
|
||||
"notifications.policy.accept_hint": "ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਵਿੱਚ ਵੇਖਾਓ",
|
||||
"notifications.policy.drop": "ਅਣਡਿੱਠਾ",
|
||||
@@ -406,6 +423,7 @@
|
||||
"onboarding.actions.go_to_home": "ਮੇਰੀ ਮੁੱਖ ਫੀਡ ਉੱਤੇ ਲੈ ਜਾਓ",
|
||||
"onboarding.follows.lead": "",
|
||||
"onboarding.follows.title": "ਆਪਣੀ ਹੋਮ ਫੀਡ ਨੂੰ ਨਿੱਜੀ ਬਣਾਓ",
|
||||
"onboarding.profile.display_name": "ਦਿਖਾਇਆ ਜਾਣ ਵਾਲਾ ਨਾਂ",
|
||||
"onboarding.profile.note": "ਜਾਣਕਾਰੀ",
|
||||
"onboarding.profile.save_and_continue": "ਸੰਭਾਲੋ ਅਤੇ ਜਾਰੀ ਰੱਖੋ",
|
||||
"onboarding.profile.title": "ਪਰੋਫਾਈਲ ਸੈਟਅੱਪ",
|
||||
@@ -450,6 +468,7 @@
|
||||
"relative_time.seconds": "{number}ਸ",
|
||||
"relative_time.today": "ਅੱਜ",
|
||||
"reply_indicator.cancel": "ਰੱਦ ਕਰੋ",
|
||||
"reply_indicator.poll": "ਵੋਟਾਂ",
|
||||
"report.block": "ਬਲਾਕ",
|
||||
"report.categories.legal": "ਕਨੂੰਨੀ",
|
||||
"report.categories.other": "ਬਾਕੀ",
|
||||
@@ -457,6 +476,7 @@
|
||||
"report.category.title_account": "ਪਰੋਫਾਈਲ",
|
||||
"report.category.title_status": "ਪੋਸਟ",
|
||||
"report.close": "ਮੁਕੰਮਲ",
|
||||
"report.forward": "{target} ਨੂੰ ਅੱਗੇ ਭੇਜੋ",
|
||||
"report.mute": "ਮੌਨ ਕਰੋ",
|
||||
"report.next": "ਅਗਲੀ",
|
||||
"report.placeholder": "ਵਧੀਕ ਟਿੱਪਣੀਆਂ",
|
||||
@@ -474,6 +494,7 @@
|
||||
"report.unfollow": "@{name} ਨੂੰ ਅਣ-ਫ਼ਾਲੋ ਕਰੋ",
|
||||
"report_notification.attached_statuses": "{count, plural, one {# post} other {# posts}} attached",
|
||||
"report_notification.categories.legal": "ਕਨੂੰਨੀ",
|
||||
"report_notification.categories.legal_sentence": "ਗ਼ੈਰ-ਕਨੂੰਨੀ ਸਮੱਗਰੀ",
|
||||
"report_notification.categories.other": "ਬਾਕੀ",
|
||||
"report_notification.categories.other_sentence": "ਹੋਰ",
|
||||
"report_notification.categories.spam": "ਸਪੈਮ",
|
||||
@@ -512,6 +533,7 @@
|
||||
"status.edited": "ਆਖਰੀ ਸੋਧ ਦੀ ਤਾਰੀਖ {date}",
|
||||
"status.edited_x_times": "Edited {count, plural, one {# time} other {# times}}",
|
||||
"status.favourite": "ਪਸੰਦ",
|
||||
"status.filter": "ਇਸ ਪੋਸਟ ਨੂੰ ਫਿਲਟਰ ਕਰੋ",
|
||||
"status.history.created": "{name} ਨੇ {date} ਨੂੰ ਬਣਾਇਆ",
|
||||
"status.history.edited": "{name} ਨੇ {date} ਨੂੰ ਸੋਧਿਆ",
|
||||
"status.load_more": "ਹੋਰ ਦਿਖਾਓ",
|
||||
@@ -526,7 +548,7 @@
|
||||
"status.pin": "ਪਰੋਫਾਈਲ ਉੱਤੇ ਟੰਗੋ",
|
||||
"status.pinned": "ਟੰਗੀ ਹੋਈ ਪੋਸਟ",
|
||||
"status.read_more": "ਹੋਰ ਪੜ੍ਹੋ",
|
||||
"status.reblog": "ਵਧਾਓ",
|
||||
"status.reblog": "ਬੂਸਟ",
|
||||
"status.reblogged_by": "{name} ਨੇ ਬੂਸਟ ਕੀਤਾ",
|
||||
"status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.",
|
||||
"status.redraft": "ਹਟਾਓ ਤੇ ਮੁੜ-ਡਰਾਫਟ",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"account.block": "Blokuj @{name}",
|
||||
"account.block_domain": "Blokuj wszystko z {domain}",
|
||||
"account.block_short": "Zablokuj",
|
||||
"account.blocked": "Zablokowany(-a)",
|
||||
"account.blocked": "Zablokowano",
|
||||
"account.cancel_follow_request": "Nie obserwuj",
|
||||
"account.copy": "Skopiuj link do profilu",
|
||||
"account.direct": "Napisz bezpośrednio do @{name}",
|
||||
@@ -59,7 +59,7 @@
|
||||
"account.posts_with_replies": "Wpisy i odpowiedzi",
|
||||
"account.report": "Zgłoś @{name}",
|
||||
"account.requested": "Oczekująca prośba, kliknij aby anulować",
|
||||
"account.requested_follow": "{name} chce cię zaobserwować",
|
||||
"account.requested_follow": "{name} chce cię obserwować",
|
||||
"account.share": "Udostępnij profil @{name}",
|
||||
"account.show_reblogs": "Pokazuj podbicia od @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} wpis} few {{counter} wpisy} many {{counter} wpisów} other {{counter} wpisów}}",
|
||||
@@ -72,8 +72,8 @@
|
||||
"account.unmute_notifications_short": "Nie wyciszaj powiadomień",
|
||||
"account.unmute_short": "Nie wyciszaj",
|
||||
"account_note.placeholder": "Kliknij, aby dodać notatkę",
|
||||
"admin.dashboard.daily_retention": "Wskaźnik utrzymania użytkowników po dniach od rejestracji",
|
||||
"admin.dashboard.monthly_retention": "Wskaźnik utrzymania użytkowników po miesiącach od rejestracji",
|
||||
"admin.dashboard.daily_retention": "Wskaźnik utrzymania użytkowników według dni od rejestracji",
|
||||
"admin.dashboard.monthly_retention": "Wskaźnik utrzymania użytkowników według miesięcy od rejestracji",
|
||||
"admin.dashboard.retention.average": "Średnia",
|
||||
"admin.dashboard.retention.cohort": "Miesiąc rejestracji",
|
||||
"admin.dashboard.retention.cohort_size": "Nowi użytkownicy",
|
||||
@@ -145,7 +145,7 @@
|
||||
"community.column_settings.media_only": "Tylko multimedia",
|
||||
"community.column_settings.remote_only": "Tylko zdalne",
|
||||
"compose.language.change": "Zmień język",
|
||||
"compose.language.search": "Szukaj języków...",
|
||||
"compose.language.search": "Wyszukaj języki...",
|
||||
"compose.published.body": "Wpis został opublikowany.",
|
||||
"compose.published.open": "Otwórz",
|
||||
"compose.saved.body": "Wpis został zapisany.",
|
||||
@@ -178,7 +178,7 @@
|
||||
"confirmations.delete_list.message": "Czy na pewno chcesz trwale usunąć tę listę?",
|
||||
"confirmations.delete_list.title": "Usunąć listę?",
|
||||
"confirmations.discard_edit_media.confirm": "Odrzuć",
|
||||
"confirmations.discard_edit_media.message": "Masz niezapisane zmiany w opisie lub podglądzie, odrzucić je mimo to?",
|
||||
"confirmations.discard_edit_media.message": "Masz niezapisane zmiany w opisie lub podglądzie multimediów. Czy chcesz je mimo to odrzucić?",
|
||||
"confirmations.edit.confirm": "Edytuj",
|
||||
"confirmations.edit.message": "Edytowanie wpisu nadpisze wiadomość, którą obecnie piszesz. Czy na pewno chcesz to zrobić?",
|
||||
"confirmations.edit.title": "Zastąpić wpis?",
|
||||
@@ -231,7 +231,7 @@
|
||||
"domain_pill.server": "Serwer",
|
||||
"domain_pill.their_handle": "Nazwa:",
|
||||
"domain_pill.their_server": "Cyfrowy dom wszystkich wpisów tej osoby.",
|
||||
"domain_pill.their_username": "Unikalny identyfikator na serwerze. Możliwe jest znalezienie użytkowników o tej samej nazwie użytkownika na różnych serwerach.",
|
||||
"domain_pill.their_username": "Unikalny identyfikator na serwerze. Możliwe jest znalezienie użytkowników o tej samej nazwie na różnych serwerach.",
|
||||
"domain_pill.username": "Nazwa użytkownika",
|
||||
"domain_pill.whats_in_a_handle": "Z czego składa się nazwa?",
|
||||
"domain_pill.who_they_are": "Dzięki temu, że nazwy wskazują, kim ktoś jest i gdzie się znajduje, możesz wchodzić w interakcje z innymi z różnych <button>sieci społecznościowych opartych na ActivityPub</button>.",
|
||||
@@ -252,7 +252,7 @@
|
||||
"emoji_button.objects": "Obiekty",
|
||||
"emoji_button.people": "Ludzie",
|
||||
"emoji_button.recent": "Najczęściej używane",
|
||||
"emoji_button.search": "Szukaj…",
|
||||
"emoji_button.search": "Wyszukaj...",
|
||||
"emoji_button.search_results": "Wyniki wyszukiwania",
|
||||
"emoji_button.symbols": "Symbole",
|
||||
"emoji_button.travel": "Podróże i miejsca",
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"about.contact": "Contato:",
|
||||
"about.disclaimer": "Mastodon é um software de código aberto e livre, e uma marca registrada de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Razão não disponível",
|
||||
"about.domain_blocks.preamble": "O Mastodon geralmente permite que você veja o conteúdo e interaja com usuários de qualquer outro servidor no fediverso. Estas são as exceções deste servidor em específico.",
|
||||
"about.domain_blocks.preamble": "O \"Mastodon\" geralmente permite que você veja o conteúdo e interaja com usuários de qualquer outro servidor no \"fediverso\". Estas são as exceções deste servidor em específico.",
|
||||
"about.domain_blocks.silenced.explanation": "Você geralmente não verá perfis e conteúdo deste servidor, a menos que você o procure explicitamente ou opte por seguir.",
|
||||
"about.domain_blocks.silenced.title": "Limitado",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado desse servidor será processado, armazenado ou trocado, impossibilitando qualquer interação ou comunicação com os usuários deste servidor.",
|
||||
"about.domain_blocks.suspended.title": "Suspenso",
|
||||
"about.not_available": "Esta informação não foi disponibilizada neste servidor.",
|
||||
"about.powered_by": "Redes sociais descentralizadas alimentadas por {mastodon}",
|
||||
"about.powered_by": "Rede social descentralizada baseada no {mastodon}",
|
||||
"about.rules": "Regras do servidor",
|
||||
"account.account_note_header": "Nota pessoal",
|
||||
"account.add_or_remove_from_list": "Adicionar ou remover de listas",
|
||||
@@ -25,7 +25,7 @@
|
||||
"account.disable_notifications": "Cancelar notificações de @{name}",
|
||||
"account.domain_blocked": "Domínio bloqueado",
|
||||
"account.edit_profile": "Editar perfil",
|
||||
"account.enable_notifications": "Notificar novos toots de @{name}",
|
||||
"account.enable_notifications": "Notificar quando @{name} publicar",
|
||||
"account.endorse": "Recomendar",
|
||||
"account.featured_tags.last_status_at": "Última publicação em {date}",
|
||||
"account.featured_tags.last_status_never": "Sem publicações",
|
||||
@@ -39,11 +39,11 @@
|
||||
"account.following_counter": "{count, plural, one {{counter} seguindo} other {{counter} seguindo}}",
|
||||
"account.follows.empty": "Nada aqui.",
|
||||
"account.go_to_profile": "Ir ao perfil",
|
||||
"account.hide_reblogs": "Ocultar boosts de @{name}",
|
||||
"account.in_memoriam": "Em memória.",
|
||||
"account.hide_reblogs": "Ocultar impulsos de @{name}",
|
||||
"account.in_memoriam": "In Memoriam.",
|
||||
"account.joined_short": "Entrou",
|
||||
"account.languages": "Mudar idiomas inscritos",
|
||||
"account.link_verified_on": "link verificado em {date}",
|
||||
"account.link_verified_on": "A propriedade deste link foi verificada em {date}",
|
||||
"account.locked_info": "Trancado. Seguir requer aprovação manual do perfil.",
|
||||
"account.media": "Mídia",
|
||||
"account.mention": "Mencionar @{name}",
|
||||
@@ -55,13 +55,13 @@
|
||||
"account.mutual": "Mútuo",
|
||||
"account.no_bio": "Nenhuma descrição fornecida.",
|
||||
"account.open_original_page": "Abrir a página original",
|
||||
"account.posts": "Toots",
|
||||
"account.posts": "Publicações",
|
||||
"account.posts_with_replies": "Com respostas",
|
||||
"account.report": "Denunciar @{name}",
|
||||
"account.requested": "Aguardando aprovação. Clique para cancelar a solicitação",
|
||||
"account.requested_follow": "{name} quer te seguir",
|
||||
"account.share": "Compartilhar perfil de @{name}",
|
||||
"account.show_reblogs": "Mostrar boosts de @{name}",
|
||||
"account.show_reblogs": "Mostrar impulsos de @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} publicação} other {{counter} publicações}}",
|
||||
"account.unblock": "Desbloquear @{name}",
|
||||
"account.unblock_domain": "Desbloquear domínio {domain}",
|
||||
@@ -79,27 +79,27 @@
|
||||
"admin.dashboard.retention.cohort_size": "Novos usuários",
|
||||
"admin.impact_report.instance_accounts": "Perfis de contas que isso apagaria",
|
||||
"admin.impact_report.instance_followers": "Seguidores que os nossos usuários perderiam",
|
||||
"admin.impact_report.instance_follows": "Seguidores que os seus usuários perderiam",
|
||||
"admin.impact_report.instance_follows": "Seguidores que os usuários deles perderiam",
|
||||
"admin.impact_report.title": "Resumo do impacto",
|
||||
"alert.rate_limited.message": "Tente novamente após {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Tentativas limitadas",
|
||||
"alert.unexpected.message": "Ocorreu um erro inesperado.",
|
||||
"alert.unexpected.title": "Eita!",
|
||||
"alt_text_badge.title": "Texto alternativo",
|
||||
"announcement.announcement": "Comunicados",
|
||||
"announcement.announcement": "Anúncio",
|
||||
"attachments_list.unprocessed": "(não processado)",
|
||||
"audio.hide": "Ocultar áudio",
|
||||
"block_modal.remote_users_caveat": "Pediremos ao servidor {domain} que respeite sua decisão. No entanto, a conformidade não é garantida, já que alguns servidores podem lidar com bloqueios de maneira diferente. As postagens públicas ainda podem estar visíveis para usuários não logados.",
|
||||
"block_modal.remote_users_caveat": "Pediremos ao servidor {domain} que respeite sua decisão. No entanto, a conformidade não é garantida, já que alguns servidores podem lidar com bloqueios de maneira diferente. As publicações abertas ainda podem estar visíveis para usuários não logados.",
|
||||
"block_modal.show_less": "Mostrar menos",
|
||||
"block_modal.show_more": "Mostrar mais",
|
||||
"block_modal.they_cant_mention": "Eles não podem mencionar ou seguir você.",
|
||||
"block_modal.they_cant_see_posts": "Eles não podem ver suas postagens e você não verá as deles.",
|
||||
"block_modal.they_will_know": "Eles podem ver que estão bloqueados.",
|
||||
"block_modal.they_cant_mention": "Não poderá mencionar ou seguir você.",
|
||||
"block_modal.they_cant_see_posts": "Não poderá ver suas publicações e você não verá as dele/a.",
|
||||
"block_modal.they_will_know": "Poderá ver que você bloqueou.",
|
||||
"block_modal.title": "Bloquear usuário?",
|
||||
"block_modal.you_wont_see_mentions": "Você não verá publicações que os mencionem.",
|
||||
"boost_modal.combo": "Pressione {combo} para pular isso na próxima vez",
|
||||
"block_modal.you_wont_see_mentions": "Você não verá publicações que mencionem este usuário.",
|
||||
"boost_modal.combo": "Pressione {combo} para pular isto na próxima vez",
|
||||
"boost_modal.reblog": "Impulsionar a publicação?",
|
||||
"boost_modal.undo_reblog": "Retirar o impulsionamento do post?",
|
||||
"boost_modal.undo_reblog": "Retirar o impulso da publicação?",
|
||||
"bundle_column_error.copy_stacktrace": "Copiar relatório do erro",
|
||||
"bundle_column_error.error.body": "A página solicitada não pôde ser renderizada. Pode ser devido a um erro no nosso código, ou um problema de compatibilidade do seu navegador.",
|
||||
"bundle_column_error.error.title": "Ah, não!",
|
||||
@@ -131,7 +131,7 @@
|
||||
"column.lists": "Listas",
|
||||
"column.mutes": "Usuários silenciados",
|
||||
"column.notifications": "Notificações",
|
||||
"column.pins": "Toots fixados",
|
||||
"column.pins": "Publicações fixadas",
|
||||
"column.public": "Linha global",
|
||||
"column_back_button.label": "Voltar",
|
||||
"column_header.hide_settings": "Ocultar configurações",
|
||||
@@ -148,11 +148,11 @@
|
||||
"compose.language.search": "Pesquisar idiomas...",
|
||||
"compose.published.body": "Publicado.",
|
||||
"compose.published.open": "Abrir",
|
||||
"compose.saved.body": "Postagem salva.",
|
||||
"compose.saved.body": "Publicação salva.",
|
||||
"compose_form.direct_message_warning_learn_more": "Saiba mais",
|
||||
"compose_form.encryption_warning": "As publicações no Mastodon não são criptografadas de ponta-a-ponta. Não compartilhe nenhuma informação sensível no Mastodon.",
|
||||
"compose_form.hashtag_warning": "Esta publicação não será exibida sob nenhuma hashtag, já que não é pública. Apenas postagens públicas podem ser pesquisadas por meio de hashtags.",
|
||||
"compose_form.lock_disclaimer": "Seu perfil não está {locked}. Qualquer um pode te seguir e ver os toots privados.",
|
||||
"compose_form.lock_disclaimer": "Seu perfil não está {locked}. Qualquer um pode te seguir e ver as suas publicações privadas.",
|
||||
"compose_form.lock_disclaimer.lock": "trancado",
|
||||
"compose_form.placeholder": "No que você está pensando?",
|
||||
"compose_form.poll.duration": "Duração da enquete",
|
||||
@@ -165,14 +165,14 @@
|
||||
"compose_form.publish": "Publicar",
|
||||
"compose_form.publish_form": "Publicar",
|
||||
"compose_form.reply": "Responder",
|
||||
"compose_form.save_changes": "Atualização",
|
||||
"compose_form.save_changes": "Atualizar",
|
||||
"compose_form.spoiler.marked": "Com Aviso de Conteúdo",
|
||||
"compose_form.spoiler.unmarked": "Sem Aviso de Conteúdo",
|
||||
"compose_form.spoiler_placeholder": "Aviso de conteúdo (opcional)",
|
||||
"confirmation_modal.cancel": "Cancelar",
|
||||
"confirmations.block.confirm": "Bloquear",
|
||||
"confirmations.delete.confirm": "Excluir",
|
||||
"confirmations.delete.message": "Você tem certeza de que deseja excluir este toot?",
|
||||
"confirmations.delete.message": "Você tem certeza de que deseja excluir esta publicação?",
|
||||
"confirmations.delete.title": "Excluir publicação?",
|
||||
"confirmations.delete_list.confirm": "Excluir",
|
||||
"confirmations.delete_list.message": "Você tem certeza de que deseja excluir esta lista?",
|
||||
@@ -181,21 +181,21 @@
|
||||
"confirmations.discard_edit_media.message": "Há mudanças não salvas na descrição ou pré-visualização da mídia. Descartar assim mesmo?",
|
||||
"confirmations.edit.confirm": "Editar",
|
||||
"confirmations.edit.message": "Editar agora irá substituir a mensagem que está sendo criando. Tem certeza de que deseja continuar?",
|
||||
"confirmations.edit.title": "Sobrescrever o post?",
|
||||
"confirmations.edit.title": "Sobrescrever a publicação?",
|
||||
"confirmations.logout.confirm": "Sair",
|
||||
"confirmations.logout.message": "Você tem certeza de que deseja sair?",
|
||||
"confirmations.logout.title": "Sair da sessão?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.redraft.confirm": "Excluir e rascunhar",
|
||||
"confirmations.redraft.message": "Você tem certeza de que quer apagar essa postagem e rascunhá-la? Favoritos e impulsos serão perdidos, e respostas à postagem original ficarão órfãs.",
|
||||
"confirmations.redraft.message": "Você tem certeza de que quer apagar esta publicação e rascunhá-la? Favoritos e impulsos serão perdidos, e respostas à publicação original ficarão órfãs.",
|
||||
"confirmations.redraft.title": "Excluir e rascunhar publicação?",
|
||||
"confirmations.reply.confirm": "Responder",
|
||||
"confirmations.reply.message": "Responder agora sobrescreverá o toot que você está compondo. Deseja continuar?",
|
||||
"confirmations.reply.title": "Sobrescrever o post?",
|
||||
"confirmations.reply.message": "Responder agora sobrescreverá a publicação que você está compondo. Deseja continuar?",
|
||||
"confirmations.reply.title": "Sobrescrever a publicação?",
|
||||
"confirmations.unfollow.confirm": "Deixar de seguir",
|
||||
"confirmations.unfollow.message": "Você tem certeza de que deseja deixar de seguir {name}?",
|
||||
"confirmations.unfollow.title": "Deixar de seguir o usuário?",
|
||||
"content_warning.hide": "Ocultar post",
|
||||
"content_warning.hide": "Ocultar publicação",
|
||||
"content_warning.show": "Mostrar mesmo assim",
|
||||
"content_warning.show_more": "Mostrar mais",
|
||||
"conversation.delete": "Excluir conversa",
|
||||
@@ -211,26 +211,26 @@
|
||||
"directory.recently_active": "Ativos recentemente",
|
||||
"disabled_account_banner.account_settings": "Configurações da conta",
|
||||
"disabled_account_banner.text": "Sua conta {disabledAccount} está desativada no momento.",
|
||||
"dismissable_banner.community_timeline": "Estas são as publicações públicas mais recentes das pessoas cujas contas são hospedadas por {domain}.",
|
||||
"dismissable_banner.community_timeline": "Estas são as publicações abertas mais recentes das pessoas cujas contas são hospedadas por {domain}.",
|
||||
"dismissable_banner.dismiss": "Dispensar",
|
||||
"dismissable_banner.explore_links": "Estas novas histórias estão sendo contadas por pessoas neste e em outros servidores da rede descentralizada no momento.",
|
||||
"dismissable_banner.explore_statuses": "Estas são postagens de toda a rede social que estão ganhando tração hoje. Postagens mais recentes com mais impulsos e favoritos têm classificações mais altas.",
|
||||
"dismissable_banner.explore_tags": "Estas hashtags estão ganhando popularidade no momento entre as pessoas deste e de outros servidores da rede descentralizada.",
|
||||
"dismissable_banner.public_timeline": "Estas são as publicações públicas mais recentes de pessoas na rede social que pessoas em {domain} seguem.",
|
||||
"domain_block_modal.block": "Bloquear servidor",
|
||||
"domain_block_modal.block_account_instead": "Bloquear @{name}",
|
||||
"domain_block_modal.block_account_instead": "Bloquear @{name} em vez disso",
|
||||
"domain_block_modal.they_can_interact_with_old_posts": "Pessoas deste servidor podem interagir com suas publicações antigas.",
|
||||
"domain_block_modal.they_cant_follow": "Ninguém deste servidor pode lhe seguir.",
|
||||
"domain_block_modal.they_wont_know": "Eles não saberão que foram bloqueados.",
|
||||
"domain_block_modal.title": "Bloquear domínio?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Você perderá {followersCount, plural, one {{followersCountDisplay} seguidor} other {{followersCountDisplay} seguidores}} e {followingCount, plural, one {{followingCountDisplay} pessoa que você segue} other {{followingCountDisplay} pessoas que você segue}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Você irá perder todos os seguidores e pessoas que você segue neste servidor.",
|
||||
"domain_block_modal.you_wont_see_posts": "Você não verá postagens ou notificações de usuários neste servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Ele permite que você se conecte e interaja com pessoas não apenas no Mastodon, mas também em diferentes aplicativos sociais.",
|
||||
"domain_block_modal.you_wont_see_posts": "Você não verá publicações ou notificações de usuários neste servidor.",
|
||||
"domain_pill.activitypub_lets_connect": "Permite que você se conecte e interaja com pessoas não apenas no Mastodon, mas também em diferentes aplicativos sociais.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub é como a linguagem que o Mastodon fala com outras redes sociais.",
|
||||
"domain_pill.server": "Servidor",
|
||||
"domain_pill.their_handle": "Seu identificador:",
|
||||
"domain_pill.their_server": "Sua casa digital, onde ficam todas as suas postagens.",
|
||||
"domain_pill.their_handle": "Identificador dele/a:",
|
||||
"domain_pill.their_server": "Casa digital dele/a, onde ficam todas as suas postagens.",
|
||||
"domain_pill.their_username": "Seu identificador exclusivo em seu servidor. É possível encontrar usuários com o mesmo nome de usuário em servidores diferentes.",
|
||||
"domain_pill.username": "Nome de usuário",
|
||||
"domain_pill.whats_in_a_handle": "O que há em um identificador?",
|
||||
@@ -239,7 +239,7 @@
|
||||
"domain_pill.your_handle": "Seu identificador:",
|
||||
"domain_pill.your_server": "Sua casa digital, onde ficam todas as suas postagens. Não gosta deste? Transfira servidores a qualquer momento e traga seus seguidores também.",
|
||||
"domain_pill.your_username": "Seu identificador exclusivo neste servidor. É possível encontrar usuários com o mesmo nome de usuário em servidores diferentes.",
|
||||
"embed.instructions": "Incorpore este toot no seu site ao copiar o código abaixo.",
|
||||
"embed.instructions": "Incorpore esta publicação no seu site ao copiar o código abaixo.",
|
||||
"embed.preview": "Aqui está como vai ficar:",
|
||||
"emoji_button.activity": "Atividade",
|
||||
"emoji_button.clear": "Limpar",
|
||||
@@ -261,7 +261,7 @@
|
||||
"empty_column.account_timeline": "Nada aqui.",
|
||||
"empty_column.account_unavailable": "Perfil indisponível",
|
||||
"empty_column.blocks": "Nada aqui.",
|
||||
"empty_column.bookmarked_statuses": "Nada aqui. Quando você salvar um toot, ele aparecerá aqui.",
|
||||
"empty_column.bookmarked_statuses": "Nada aqui. Quando você salvar uma publicação, ela aparecerá aqui.",
|
||||
"empty_column.community": "A linha local está vazia. Publique algo para começar!",
|
||||
"empty_column.direct": "Você ainda não tem mensagens privadas. Quando você enviar ou receber uma, será exibida aqui.",
|
||||
"empty_column.domain_blocks": "Nada aqui.",
|
||||
@@ -269,10 +269,10 @@
|
||||
"empty_column.favourited_statuses": "Você ainda não tem publicações favoritas. Quanto você marcar uma como favorita, ela aparecerá aqui.",
|
||||
"empty_column.favourites": "Ninguém marcou esta publicação como favorita até agora. Quando alguém o fizer, será listado aqui.",
|
||||
"empty_column.follow_requests": "Nada aqui. Quando você tiver seguidores pendentes, eles aparecerão aqui.",
|
||||
"empty_column.followed_tags": "Você ainda não seguiu nenhuma hashtag. Quando seguir uma, elas serão exibidas aqui.",
|
||||
"empty_column.followed_tags": "Você ainda não seguiu nenhuma hashtag. Quando seguir, elas serão exibidas aqui.",
|
||||
"empty_column.hashtag": "Nada aqui.",
|
||||
"empty_column.home": "Sua página inicial está vazia! Siga mais pessoas para começar: {suggestions}",
|
||||
"empty_column.list": "Nada aqui. Quando membros da lista tootarem, eles aparecerão aqui.",
|
||||
"empty_column.list": "Nada aqui. Quando membros da lista publicarem, elas aparecerão aqui.",
|
||||
"empty_column.lists": "Nada aqui. Quando você criar listas, elas aparecerão aqui.",
|
||||
"empty_column.mutes": "Nada aqui.",
|
||||
"empty_column.notification_requests": "Tudo limpo! Não há nada aqui. Quando você receber novas notificações, elas aparecerão aqui de acordo com suas configurações.",
|
||||
@@ -294,7 +294,7 @@
|
||||
"filter_modal.added.context_mismatch_title": "Incompatibilidade de contexto!",
|
||||
"filter_modal.added.expired_explanation": "Esta categoria de filtro expirou, você precisará alterar a data de expiração para aplicar.",
|
||||
"filter_modal.added.expired_title": "Filtro expirado!",
|
||||
"filter_modal.added.review_and_configure": "Para revisar e configurar ainda mais esta categoria de filtro, vá até {settings_link}.",
|
||||
"filter_modal.added.review_and_configure": "Para revisar e configurar ainda mais esta categoria de filtro, vá para {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Configurações de filtro",
|
||||
"filter_modal.added.settings_link": "página de configurações",
|
||||
"filter_modal.added.short_explanation": "Esta publicação foi adicionada à seguinte categoria de filtro: {title}.",
|
||||
@@ -356,21 +356,21 @@
|
||||
"hashtag.follow": "Seguir hashtag",
|
||||
"hashtag.unfollow": "Parar de seguir hashtag",
|
||||
"hashtags.and_other": "…e {count, plural, one {}other {outros #}}",
|
||||
"hints.profiles.followers_may_be_missing": "Os seguidores deste perfil podem estar faltando.",
|
||||
"hints.profiles.follows_may_be_missing": "Os seguidores deste perfil podem estar faltando.",
|
||||
"hints.profiles.followers_may_be_missing": "Pode haver seguidores deste perfil faltando.",
|
||||
"hints.profiles.follows_may_be_missing": "Pode haver seguidos por este perfil faltando.",
|
||||
"hints.profiles.posts_may_be_missing": "É possível que algumas publicações deste perfil estejam faltando.",
|
||||
"hints.profiles.see_more_followers": "Ver mais seguidores no {domain}",
|
||||
"hints.profiles.see_more_follows": "Ver mais seguidores no {domain}",
|
||||
"hints.profiles.see_more_follows": "Ver mais seguidos no {domain}",
|
||||
"hints.profiles.see_more_posts": "Ver mais publicações em {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Respostas de outros servidores podem estar faltando.",
|
||||
"hints.threads.see_more": "Ver mais respostas no {domain}",
|
||||
"home.column_settings.show_reblogs": "Mostrar boosts",
|
||||
"home.column_settings.show_reblogs": "Mostrar impulsos",
|
||||
"home.column_settings.show_replies": "Mostrar respostas",
|
||||
"home.hide_announcements": "Ocultar comunicados",
|
||||
"home.hide_announcements": "Ocultar anúncios",
|
||||
"home.pending_critical_update.body": "Por favor, atualize o seu servidor Mastodon o mais rápido possível!",
|
||||
"home.pending_critical_update.link": "Ver atualizações",
|
||||
"home.pending_critical_update.title": "Atualização de segurança crítica disponível!",
|
||||
"home.show_announcements": "Mostrar comunicados",
|
||||
"home.show_announcements": "Mostrar anúncios",
|
||||
"ignore_notifications_modal.disclaimer": "O Mastodon não pode informar aos usuários que você ignorou suas notificações. Ignorar notificações não impedirá que as próprias mensagens sejam enviadas.",
|
||||
"ignore_notifications_modal.filter_instead": "Filtrar em vez disso",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Você ainda conseguirá aceitar, rejeitar ou denunciar usuários",
|
||||
@@ -402,13 +402,13 @@
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
"keyboard_shortcuts.back": "voltar",
|
||||
"keyboard_shortcuts.blocked": "abrir usuários bloqueados",
|
||||
"keyboard_shortcuts.boost": "dar boost",
|
||||
"keyboard_shortcuts.boost": "Impulsionar a publicação",
|
||||
"keyboard_shortcuts.column": "focar na coluna",
|
||||
"keyboard_shortcuts.compose": "focar no compositor",
|
||||
"keyboard_shortcuts.description": "Descrição",
|
||||
"keyboard_shortcuts.direct": "para abrir a coluna de menções privadas",
|
||||
"keyboard_shortcuts.down": "mover para baixo",
|
||||
"keyboard_shortcuts.enter": "abrir toot",
|
||||
"keyboard_shortcuts.enter": "Abrir publicação",
|
||||
"keyboard_shortcuts.favourite": "Favoritar publicação",
|
||||
"keyboard_shortcuts.favourites": "Abrir lista de favoritos",
|
||||
"keyboard_shortcuts.federated": "abrir linha global",
|
||||
@@ -422,17 +422,17 @@
|
||||
"keyboard_shortcuts.my_profile": "abrir seu perfil",
|
||||
"keyboard_shortcuts.notifications": "abrir notificações",
|
||||
"keyboard_shortcuts.open_media": "abrir mídia",
|
||||
"keyboard_shortcuts.pinned": "abrir toots fixados",
|
||||
"keyboard_shortcuts.pinned": "Abrir publicações fixadas",
|
||||
"keyboard_shortcuts.profile": "abrir perfil do usuário",
|
||||
"keyboard_shortcuts.reply": "responder toot",
|
||||
"keyboard_shortcuts.reply": "Responder publicação",
|
||||
"keyboard_shortcuts.requests": "abrir seguidores pendentes",
|
||||
"keyboard_shortcuts.search": "focar na pesquisa",
|
||||
"keyboard_shortcuts.search": "Focar na barra de busca",
|
||||
"keyboard_shortcuts.spoilers": "ativar/desativar aviso de conteúdo",
|
||||
"keyboard_shortcuts.start": "abrir primeiros passos",
|
||||
"keyboard_shortcuts.toggle_hidden": "expandir/ocultar aviso de conteúdo",
|
||||
"keyboard_shortcuts.toggle_hidden": "Expandir/ocultar aviso de conteúdo",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "mostrar/ocultar mídia",
|
||||
"keyboard_shortcuts.toot": "compor novo toot",
|
||||
"keyboard_shortcuts.unfocus": "desfocar de tudo",
|
||||
"keyboard_shortcuts.toot": "Começar nova publicação",
|
||||
"keyboard_shortcuts.unfocus": "Tirar o foco da área de redação/busca",
|
||||
"keyboard_shortcuts.up": "mover para cima",
|
||||
"lightbox.close": "Fechar",
|
||||
"lightbox.next": "Próximo",
|
||||
@@ -458,7 +458,7 @@
|
||||
"lists.replies_policy.title": "Mostrar respostas para:",
|
||||
"lists.search": "Procurar entre as pessoas que segue",
|
||||
"lists.subheading": "Suas listas",
|
||||
"load_pending": "{count, plural, one {# novo item} other {# novos items}}",
|
||||
"load_pending": "{count, plural, one {# novo item} other {# novos itens}}",
|
||||
"loading_indicator.label": "Carregando…",
|
||||
"media_gallery.hide": "Ocultar",
|
||||
"moved_to_account_banner.text": "Sua conta {disabledAccount} está desativada porque você a moveu para {movedToAccount}.",
|
||||
@@ -477,7 +477,7 @@
|
||||
"navigation_bar.blocks": "Usuários bloqueados",
|
||||
"navigation_bar.bookmarks": "Salvos",
|
||||
"navigation_bar.community_timeline": "Linha do tempo local",
|
||||
"navigation_bar.compose": "Compor novo toot",
|
||||
"navigation_bar.compose": "Compor nova publicação",
|
||||
"navigation_bar.direct": "Menções privadas",
|
||||
"navigation_bar.discover": "Descobrir",
|
||||
"navigation_bar.domain_blocks": "Domínios bloqueados",
|
||||
@@ -493,25 +493,25 @@
|
||||
"navigation_bar.mutes": "Usuários silenciados",
|
||||
"navigation_bar.opened_in_classic_interface": "Publicações, contas e outras páginas específicas são abertas por padrão na interface 'web' clássica.",
|
||||
"navigation_bar.personal": "Pessoal",
|
||||
"navigation_bar.pins": "Toots fixados",
|
||||
"navigation_bar.pins": "Publicações fixadas",
|
||||
"navigation_bar.preferences": "Preferências",
|
||||
"navigation_bar.public_timeline": "Linha global",
|
||||
"navigation_bar.search": "Buscar",
|
||||
"navigation_bar.security": "Segurança",
|
||||
"not_signed_in_indicator.not_signed_in": "Você precisa se autenticar para acessar este recurso.",
|
||||
"notification.admin.report": "{name} denunciou {target}",
|
||||
"notification.admin.report_account": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target} para {category}",
|
||||
"notification.admin.report_account_other": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target}",
|
||||
"notification.admin.report_account": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target} para {category}",
|
||||
"notification.admin.report_account_other": "{name} denunciou {count, plural, one {uma publicação} other {# publicações}} de {target}",
|
||||
"notification.admin.report_statuses": "{name} Reportou {target} para {category}",
|
||||
"notification.admin.report_statuses_other": "{name} denunciou {target}",
|
||||
"notification.admin.sign_up": "{name} se inscreveu",
|
||||
"notification.admin.sign_up.name_and_others": "{name} e {count, plural, one {# other} other {# outros}}",
|
||||
"notification.admin.sign_up.name_and_others": "{name} e {count, plural, one {# outro} other {# outros}} se inscreveram",
|
||||
"notification.favourite": "{name} favoritou sua publicação",
|
||||
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# others}}</a> favoritaram a publicação",
|
||||
"notification.favourite.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> favoritaram a publicação",
|
||||
"notification.follow": "{name} te seguiu",
|
||||
"notification.follow.name_and_others": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> seguiram você",
|
||||
"notification.follow_request": "{name} quer te seguir",
|
||||
"notification.follow_request.name_and_others": "{name} e {count, plural, one {# other} other {# outros}} pediu para seguir você",
|
||||
"notification.follow_request.name_and_others": "{name} e {count, plural, one {# outro} other {# outros}} pediram para seguir você",
|
||||
"notification.label.mention": "Menção",
|
||||
"notification.label.private_mention": "Menção privada",
|
||||
"notification.label.private_reply": "Resposta privada",
|
||||
@@ -529,14 +529,14 @@
|
||||
"notification.moderation_warning.action_suspend": "Sua conta foi suspensa.",
|
||||
"notification.own_poll": "Sua enquete terminou",
|
||||
"notification.poll": "Uma enquete que você votou terminou",
|
||||
"notification.reblog": "{name} deu boost no teu toot",
|
||||
"notification.reblog": "{name} impulsionou sua publicação",
|
||||
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural, one {# outra} other {# outras}}</a> impulsionaram a publicação",
|
||||
"notification.relationships_severance_event": "Conexões perdidas com {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Um administrador de {from} suspendeu {target}, o que significa que você não pode mais receber atualizações deles ou interagir com eles.",
|
||||
"notification.relationships_severance_event.domain_block": "An admin from {from} has blocked {target}, including {followersCount} of your followers and {followingCount, plural, one {# account} other {# accounts}} you follow.",
|
||||
"notification.relationships_severance_event.learn_more": "Saber mais",
|
||||
"notification.relationships_severance_event.user_domain_block": "You have blocked {target}, removing {followersCount} of your followers and {followingCount, plural, one {# account} other {# accounts}} you follow.",
|
||||
"notification.status": "{name} acabou de tootar",
|
||||
"notification.status": "{name} acabou de publicar",
|
||||
"notification.update": "{name} editou uma publicação",
|
||||
"notification_requests.accept": "Aceitar",
|
||||
"notification_requests.accept_multiple": "{count, plural, one {Aceite # pedido…} other {Aceite # pedidos…}}",
|
||||
@@ -572,20 +572,20 @@
|
||||
"notifications.column_settings.mention": "Menções:",
|
||||
"notifications.column_settings.poll": "Enquetes:",
|
||||
"notifications.column_settings.push": "Notificações push",
|
||||
"notifications.column_settings.reblog": "Boosts:",
|
||||
"notifications.column_settings.reblog": "Impulsos:",
|
||||
"notifications.column_settings.show": "Mostrar na coluna",
|
||||
"notifications.column_settings.sound": "Tocar som",
|
||||
"notifications.column_settings.status": "Novos toots:",
|
||||
"notifications.column_settings.status": "Novas publicações:",
|
||||
"notifications.column_settings.unread_notifications.category": "Notificações não lidas",
|
||||
"notifications.column_settings.unread_notifications.highlight": "Destacar notificações não lidas",
|
||||
"notifications.column_settings.update": "Editar:",
|
||||
"notifications.filter.all": "Tudo",
|
||||
"notifications.filter.boosts": "Boosts",
|
||||
"notifications.filter.boosts": "Impulsos",
|
||||
"notifications.filter.favourites": "Favoritos",
|
||||
"notifications.filter.follows": "Seguidores",
|
||||
"notifications.filter.mentions": "Menções",
|
||||
"notifications.filter.polls": "Enquetes",
|
||||
"notifications.filter.statuses": "Novos toots",
|
||||
"notifications.filter.statuses": "Atualizações de pessoas que você segue",
|
||||
"notifications.grant_permission": "Permita notificações.",
|
||||
"notifications.group": "{count} notificações",
|
||||
"notifications.mark_as_read": "Marcar como lidas",
|
||||
@@ -621,7 +621,7 @@
|
||||
"onboarding.follows.lead": "Sua página inicial é a principal forma de explorar o Mastodon. Quanto mais pessoas você seguir, mais ativo e interessante ele será. Para começar, aqui estão algumas sugestões:",
|
||||
"onboarding.follows.title": "Personalize sua página inicial",
|
||||
"onboarding.profile.discoverable": "Tornar meu perfil descobrível",
|
||||
"onboarding.profile.discoverable_hint": "Quando você aceita a capacidade de descoberta no Mastodon, suas postagens podem aparecer nos resultados de pesquisa e nas tendências, e seu perfil pode ser sugerido a pessoas com interesses similares aos seus.",
|
||||
"onboarding.profile.discoverable_hint": "Quando você aceita a capacidade de descoberta no Mastodon, suas postagens podem aparecer nos resultados de busca e nas tendências, e seu perfil pode ser sugerido a pessoas com interesses similares aos seus.",
|
||||
"onboarding.profile.display_name": "Nome de exibição",
|
||||
"onboarding.profile.display_name_hint": "Seu nome completo ou apelido…",
|
||||
"onboarding.profile.lead": "Você pode completar isso mais tarde nas configurações, onde ainda mais opções de personalização estão disponíveis.",
|
||||
@@ -663,7 +663,7 @@
|
||||
"poll.votes": "{votes, plural, one {# voto} other {# votos}}",
|
||||
"poll_button.add_poll": "Adicionar enquete",
|
||||
"poll_button.remove_poll": "Remover enquete",
|
||||
"privacy.change": "Alterar privacidade do toot",
|
||||
"privacy.change": "Alterar privacidade da publicação",
|
||||
"privacy.direct.long": "Todos mencionados na publicação",
|
||||
"privacy.direct.short": "Pessoas específicas",
|
||||
"privacy.private.long": "Apenas seus seguidores",
|
||||
@@ -672,7 +672,7 @@
|
||||
"privacy.public.short": "Público",
|
||||
"privacy.unlisted.additional": "Isso se comporta exatamente como público, exceto que a publicação não aparecerá nos _feeds ao vivo_ ou nas _hashtags_, explorar, ou barra de busca, mesmo que você seja escolhido em toda a conta.",
|
||||
"privacy.unlisted.long": "Menos notificações e recomendações do algoritmo",
|
||||
"privacy.unlisted.short": "Público (silencioso)",
|
||||
"privacy.unlisted.short": "Público silencioso",
|
||||
"privacy_policy.last_updated": "Atualizado {date}",
|
||||
"privacy_policy.title": "Política de privacidade",
|
||||
"recommended": "Recomendado",
|
||||
@@ -744,7 +744,7 @@
|
||||
"report_notification.categories.violation_sentence": "violação de regra",
|
||||
"report_notification.open": "Abrir denúncia",
|
||||
"search.no_recent_searches": "Nenhuma busca recente",
|
||||
"search.placeholder": "Pesquisar",
|
||||
"search.placeholder": "Busca",
|
||||
"search.quick_action.account_search": "Perfis correspondentes a {x}",
|
||||
"search.quick_action.go_to_account": "Ir para a página do perfil {x}",
|
||||
"search.quick_action.go_to_hashtag": "Ir para a hashtag {x}",
|
||||
@@ -754,7 +754,7 @@
|
||||
"search_popout.full_text_search_disabled_message": "Não disponível em {domain}.",
|
||||
"search_popout.full_text_search_logged_out_message": "Disponível apenas quando conectado.",
|
||||
"search_popout.language_code": "Código ISO do idioma",
|
||||
"search_popout.options": "Opções de pesquisa",
|
||||
"search_popout.options": "Opções de busca",
|
||||
"search_popout.quick_actions": "Ações rápidas",
|
||||
"search_popout.recent": "Buscas Recentes",
|
||||
"search_popout.specific_date": "data específica",
|
||||
@@ -764,7 +764,7 @@
|
||||
"search_results.hashtags": "Hashtags",
|
||||
"search_results.nothing_found": "Não foi possível encontrar nada para estes termos de busca",
|
||||
"search_results.see_all": "Ver tudo",
|
||||
"search_results.statuses": "Toots",
|
||||
"search_results.statuses": "Publicações",
|
||||
"search_results.title": "Buscar {q}",
|
||||
"server_banner.about_active_users": "Pessoas usando este servidor durante os últimos 30 dias (Usuários ativos mensalmente)",
|
||||
"server_banner.active_users": "usuários ativos",
|
||||
@@ -778,11 +778,11 @@
|
||||
"sign_in_banner.sso_redirect": "Entrar ou Registrar-se",
|
||||
"status.admin_account": "Abrir interface de moderação para @{name}",
|
||||
"status.admin_domain": "Abrir interface de moderação para {domain}",
|
||||
"status.admin_status": "Abrir este toot na interface de moderação",
|
||||
"status.admin_status": "Abrir esta publicação na interface de moderação",
|
||||
"status.block": "Bloquear @{name}",
|
||||
"status.bookmark": "Salvar",
|
||||
"status.cancel_reblog_private": "Desfazer boost",
|
||||
"status.cannot_reblog": "Este toot não pode receber boost",
|
||||
"status.cancel_reblog_private": "Desfazer impulso",
|
||||
"status.cannot_reblog": "Esta publicação não pode ser impulsionada",
|
||||
"status.continued_thread": "Continuação da conversa",
|
||||
"status.copy": "Copiar link",
|
||||
"status.delete": "Excluir",
|
||||
@@ -793,8 +793,8 @@
|
||||
"status.edited": "Última edição em {date}",
|
||||
"status.edited_x_times": "Editado {count, plural, one {{count} hora} other {{count} vezes}}",
|
||||
"status.embed": "Obter código de incorporação",
|
||||
"status.favourite": "Favorita",
|
||||
"status.favourites": "{count, plural, one {favorite} other {favorites}}",
|
||||
"status.favourite": "Favoritar",
|
||||
"status.favourites": "{count, plural, one {favorito} other {favoritos}}",
|
||||
"status.filter": "Filtrar esta publicação",
|
||||
"status.history.created": "{name} criou {date}",
|
||||
"status.history.edited": "{name} editou {date}",
|
||||
@@ -806,15 +806,15 @@
|
||||
"status.more": "Mais",
|
||||
"status.mute": "Silenciar @{name}",
|
||||
"status.mute_conversation": "Silenciar conversa",
|
||||
"status.open": "Abrir toot",
|
||||
"status.open": "Expandir esta publicação",
|
||||
"status.pin": "Fixar",
|
||||
"status.pinned": "Toot fixado",
|
||||
"status.pinned": "Publicação fixada",
|
||||
"status.read_more": "Ler mais",
|
||||
"status.reblog": "Dar boost",
|
||||
"status.reblog": "Impulsionar",
|
||||
"status.reblog_private": "Dar boost para o mesmo público",
|
||||
"status.reblogged_by": "{name} deu boost",
|
||||
"status.reblogs": "{count, plural, one {boost} other {boosts}}",
|
||||
"status.reblogs.empty": "Nada aqui. Quando alguém der boost, o usuário aparecerá aqui.",
|
||||
"status.reblogged_by": "{name} impulsionou",
|
||||
"status.reblogs": "{count, plural, one {impulso} other {impulsos}}",
|
||||
"status.reblogs.empty": "Ninguém impulsionou esta publicação ainda. Quando alguém o fizer, o usuário aparecerá aqui.",
|
||||
"status.redraft": "Excluir e rascunhar",
|
||||
"status.remove_bookmark": "Remover do Salvos",
|
||||
"status.replied_in_thread": "Respondido na conversa",
|
||||
@@ -852,7 +852,7 @@
|
||||
"upload_area.title": "Arraste e solte para enviar",
|
||||
"upload_button.label": "Adicionar mídia",
|
||||
"upload_error.limit": "Limite de anexação alcançado.",
|
||||
"upload_error.poll": "Mídias não podem ser anexadas em toots com enquetes.",
|
||||
"upload_error.poll": "Mídias não podem ser anexadas em publicações com enquetes.",
|
||||
"upload_form.audio_description": "Descrever para deficientes auditivos",
|
||||
"upload_form.description": "Descrever para deficientes visuais",
|
||||
"upload_form.drag_and_drop.instructions": "Para pegar um anexo de mídia, pressione espaço ou enter. Enquanto arrastar, use as setas do teclado para mover o anexo de mídia em qualquer direção. Pressione espaço ou insira novamente para soltar o anexo de mídia em sua nova posição, ou pressione escape para cancelar.",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"about.blocks": "Servidores moderados",
|
||||
"about.contact": "Contacto:",
|
||||
"about.disclaimer": "O Mastodon é um ‘software’ livre, de código aberto e uma marca registada de Mastodon gGmbH.",
|
||||
"about.disclaimer": "O Mastodon é um 'software' livre, de código aberto e marca registada de Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Motivo não disponível",
|
||||
"about.domain_blocks.preamble": "O Mastodon ver e interagir com o conteúdo de utilizadores de qualquer outra instância no fediverso. Estas são as exceções desta instância em específico.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalmente não verás perfis e conteúdos deste servidor, a não ser que os procures explicitamente ou optes por segui-los.",
|
||||
"about.domain_blocks.preamble": "O Mastodon, geralmente, permite-lhe ver conteúdo e interagir com utilizadores de qualquer outro servidor na fediverso. Estas são as exceções aplicadas neste servidor em particular.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalmente não verá perfis e conteúdos deste servidor, a não ser que os procures explicitamente ou opte por segui-los.",
|
||||
"about.domain_blocks.silenced.title": "Limitados",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado deste servidor será processado, armazenado ou trocado, tornando impossível qualquer interação ou comunicação com os utilizadores a partir deste servidor.",
|
||||
"about.domain_blocks.suspended.explanation": "Nenhum dado deste servidor será processado, armazenado ou trocado, impossibilitando qualquer interação ou comunicação com os utilizadores a partir deste servidor.",
|
||||
"about.domain_blocks.suspended.title": "Suspensos",
|
||||
"about.not_available": "Esta informação não foi disponibilizada neste servidor.",
|
||||
"about.powered_by": "Rede social descentralizada baseada no {mastodon}",
|
||||
@@ -39,7 +39,7 @@
|
||||
"account.following_counter": "{count, plural, one {A seguir {counter}} other {A seguir {counter}}}",
|
||||
"account.follows.empty": "Este utilizador ainda não segue ninguém.",
|
||||
"account.go_to_profile": "Ir para o perfil",
|
||||
"account.hide_reblogs": "Esconder partilhas impulsionadas de @{name}",
|
||||
"account.hide_reblogs": "Esconder partilhas de @{name}",
|
||||
"account.in_memoriam": "Em Memória.",
|
||||
"account.joined_short": "Juntou-se a",
|
||||
"account.languages": "Alterar idiomas subscritos",
|
||||
@@ -61,7 +61,7 @@
|
||||
"account.requested": "A aguardar aprovação. Clica para cancelar o pedido para seguir",
|
||||
"account.requested_follow": "{name} pediu para seguir-te",
|
||||
"account.share": "Partilhar o perfil @{name}",
|
||||
"account.show_reblogs": "Mostrar partilhas impulsionadas de @{name}",
|
||||
"account.show_reblogs": "Mostrar partilhas de @{name}",
|
||||
"account.statuses_counter": "{count, plural, one {{counter} publicação} other {{counter} publicações}}",
|
||||
"account.unblock": "Desbloquear @{name}",
|
||||
"account.unblock_domain": "Desbloquear o domínio {domain}",
|
||||
@@ -89,7 +89,7 @@
|
||||
"announcement.announcement": "Mensagem de manutenção",
|
||||
"attachments_list.unprocessed": "(não processado)",
|
||||
"audio.hide": "Ocultar áudio",
|
||||
"block_modal.remote_users_caveat": "Vamos pedir ao servidor {domain} para respeitar a tua decisão. No entanto, não é garantido o seu cumprimento, uma vez que alguns servidores podem tratar os bloqueios de forma diferente. As publicações públicas podem continuar a ser visíveis para utilizadores não autenticados.",
|
||||
"block_modal.remote_users_caveat": "Solicitaremos ao servidor {domain} que respeite a sua decisão. No entanto, o cumprimento não é garantido, sendo que alguns servidores podem gerir bloqueios de forma diferente. As publicações públicas podem continuar visíveis para utilizadores não autenticados.",
|
||||
"block_modal.show_less": "Mostrar menos",
|
||||
"block_modal.show_more": "Mostrar mais",
|
||||
"block_modal.they_cant_mention": "Ele não o pode mencionar nem seguir.",
|
||||
@@ -97,13 +97,13 @@
|
||||
"block_modal.they_will_know": "Ele pode ver que o bloqueaste.",
|
||||
"block_modal.title": "Bloquear utilizador?",
|
||||
"block_modal.you_wont_see_mentions": "Não verás publicações que mencionem este utilizador.",
|
||||
"boost_modal.combo": "Podes premir {combo} para não voltares a ver isto",
|
||||
"boost_modal.reblog": "Impulsionar a publicação?",
|
||||
"boost_modal.undo_reblog": "Não impulsionar a publicação?",
|
||||
"boost_modal.combo": "Pode clicar em {combo} para não voltar a ver isto",
|
||||
"boost_modal.reblog": "Partilhar a publicação?",
|
||||
"boost_modal.undo_reblog": "Deixar de partilhar a publicação?",
|
||||
"bundle_column_error.copy_stacktrace": "Copiar relatório de erros",
|
||||
"bundle_column_error.error.body": "A página solicitada não pôde ser sintetizada. Isto pode ser devido a uma falha no nosso código ou a um problema de compatibilidade com o navegador.",
|
||||
"bundle_column_error.error.title": "Ó, não!",
|
||||
"bundle_column_error.network.body": "Houve um erro ao tentar carregar esta página. Isto pode ocorrer devido a um problema temporário com a tua conexão à internet ou a este servidor.",
|
||||
"bundle_column_error.network.body": "Ocorreu um erro ao tentar carregar esta página. Isto poderá dever-se a um problema temporário na tua ligação à Internet ou neste servidor.",
|
||||
"bundle_column_error.network.title": "Erro de rede",
|
||||
"bundle_column_error.retry": "Tenta de novo",
|
||||
"bundle_column_error.return": "Voltar à página inicial",
|
||||
@@ -113,13 +113,13 @@
|
||||
"bundle_modal_error.message": "Algo correu mal ao carregar este componente.",
|
||||
"bundle_modal_error.retry": "Tenta de novo",
|
||||
"closed_registrations.other_server_instructions": "Visto que o Mastodon é descentralizado, podes criar uma conta noutro servidor e interagir com este na mesma.",
|
||||
"closed_registrations_modal.description": "Neste momento não é possível criar uma conta em {domain}, mas lembramos que não é preciso ter uma conta especificamente em {domain} para usar o Mastodon.",
|
||||
"closed_registrations_modal.description": "Criar uma conta em {domain} não é atualmente possível, mas tenha em atenção que não é necessário ter uma conta especificamente em {domain} para usar o Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Procurar outro servidor",
|
||||
"closed_registrations_modal.preamble": "O Mastodon é descentralizado, por isso não importa onde a tua conta é criada, pois continuarás a poder acompanhar e interagir com qualquer um neste servidor. Podes até alojar o teu próprio servidor!",
|
||||
"closed_registrations_modal.preamble": "O Mastodon é descentralizado, por isso, não importa onde crie a sua conta: poderá seguir e interagir com qualquer utilizador neste servidor. Pode até alojá-lo você próprio!",
|
||||
"closed_registrations_modal.title": "Criar uma conta no Mastodon",
|
||||
"column.about": "Sobre",
|
||||
"column.blocks": "Utilizadores bloqueados",
|
||||
"column.bookmarks": "Marcadores",
|
||||
"column.bookmarks": "Favoritos",
|
||||
"column.community": "Cronologia local",
|
||||
"column.direct": "Menções privadas",
|
||||
"column.directory": "Explorar perfis",
|
||||
@@ -187,7 +187,7 @@
|
||||
"confirmations.logout.title": "Terminar sessão?",
|
||||
"confirmations.mute.confirm": "Ocultar",
|
||||
"confirmations.redraft.confirm": "Eliminar e reescrever",
|
||||
"confirmations.redraft.message": "Tens a certeza de que queres eliminar e tornar a escrever esta publicação? Os favoritos e as publicações impulsionadas perder-se-ão e as respostas à publicação original ficarão órfãs.",
|
||||
"confirmations.redraft.message": "Tem a certeza que pretende eliminar e tornar a escrever esta publicação? Os favoritos e as partilhas perder-se-ão e as respostas à publicação original ficarão órfãs.",
|
||||
"confirmations.redraft.title": "Eliminar e reescrever publicação?",
|
||||
"confirmations.reply.confirm": "Responder",
|
||||
"confirmations.reply.message": "Se responderes agora, a mensagem que estás a escrever será substituída. Tens a certeza que pretendes continuar?",
|
||||
@@ -214,7 +214,7 @@
|
||||
"dismissable_banner.community_timeline": "Estas são as publicações públicas mais recentes de pessoas cujas contas são hospedadas por {domain}.",
|
||||
"dismissable_banner.dismiss": "Descartar",
|
||||
"dismissable_banner.explore_links": "Estas histórias de notícias estão neste momento a serem faladas por pessoas neste e noutros servidores da rede descentralizada.",
|
||||
"dismissable_banner.explore_statuses": "Estas são as publicações de toda a rede social que estão a ganhar força atualmente. As mensagens mais recentes com mais impulsos e favoritos têm uma classificação mais elevada.",
|
||||
"dismissable_banner.explore_statuses": "Estas são publicações de toda a rede social que estão a ganhar popularidade atualmente. As mensagens mais recentes com mais partilhas e favoritos obtêm uma classificação mais elevada.",
|
||||
"dismissable_banner.explore_tags": "Estas são as etiquetas que estão a ganhar força na rede social atualmente. As etiquetas que são utilizadas por mais pessoas diferentes têm uma classificação mais elevada.",
|
||||
"dismissable_banner.public_timeline": "Estas são as publicações públicas mais recentes de pessoas na rede social que as pessoas em {domain} seguem.",
|
||||
"domain_block_modal.block": "Bloquear servidor",
|
||||
@@ -261,7 +261,7 @@
|
||||
"empty_column.account_timeline": "Sem publicações por aqui!",
|
||||
"empty_column.account_unavailable": "Perfil indisponível",
|
||||
"empty_column.blocks": "Ainda não bloqueaste nenhum utilizador.",
|
||||
"empty_column.bookmarked_statuses": "Ainda não tens nenhuma publicação marcada. Quando marcares uma, ela aparecerá aqui.",
|
||||
"empty_column.bookmarked_statuses": "Ainda não tem nenhuma publicação salva. Quando salvar uma, ela aparecerá aqui.",
|
||||
"empty_column.community": "A cronologia local está vazia. Escreve algo publicamente para começar!",
|
||||
"empty_column.direct": "Ainda não tens qualquer menção privada. Quando enviares ou receberes uma, ela irá aparecer aqui.",
|
||||
"empty_column.domain_blocks": "Ainda não há qualquer domínio bloqueado.",
|
||||
@@ -294,7 +294,7 @@
|
||||
"filter_modal.added.context_mismatch_title": "O contexto não coincide!",
|
||||
"filter_modal.added.expired_explanation": "Esta categoria de filtro expirou, tens de alterar a data de validade para que ele seja aplicado.",
|
||||
"filter_modal.added.expired_title": "Filtro expirado!",
|
||||
"filter_modal.added.review_and_configure": "Para rever e configurar mais detalhadamente esta categoria de filtro, vai a {settings_link}.",
|
||||
"filter_modal.added.review_and_configure": "Para rever e configurar mais detalhadamente esta categoria de filtro, vá a {settings_link}.",
|
||||
"filter_modal.added.review_and_configure_title": "Definições do filtro",
|
||||
"filter_modal.added.settings_link": "página de definições",
|
||||
"filter_modal.added.short_explanation": "Esta publicação foi adicionada à seguinte categoria de filtro: {title}.",
|
||||
@@ -353,8 +353,8 @@
|
||||
"hashtag.counter_by_accounts": "{count, plural,one {{counter} participante} other {{counter} participantes}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} publicação} other {{counter} publicações}}",
|
||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} publicação} other {{counter} publicações}} hoje",
|
||||
"hashtag.follow": "Seguir #etiqueta",
|
||||
"hashtag.unfollow": "Deixar de seguir #etiqueta",
|
||||
"hashtag.follow": "Seguir etiqueta",
|
||||
"hashtag.unfollow": "Deixar de seguir a etiqueta",
|
||||
"hashtags.and_other": "…e {count, plural, other {mais #}}",
|
||||
"hints.profiles.followers_may_be_missing": "É possível que não estejam a ser mostrados todos os seguidores deste perfil.",
|
||||
"hints.profiles.follows_may_be_missing": "É possível que não estejam a ser mostrados todos os seguidos por este perfil.",
|
||||
@@ -364,7 +364,7 @@
|
||||
"hints.profiles.see_more_posts": "Ver mais publicações em {domain}",
|
||||
"hints.threads.replies_may_be_missing": "É possível que não estejam a ser mostradas todas as respostas de outros servidores.",
|
||||
"hints.threads.see_more": "Ver mais respostas em {domain}",
|
||||
"home.column_settings.show_reblogs": "Mostrar impulsos",
|
||||
"home.column_settings.show_reblogs": "Mostrar partilhas",
|
||||
"home.column_settings.show_replies": "Mostrar respostas",
|
||||
"home.hide_announcements": "Ocultar mensagens de manutenção",
|
||||
"home.pending_critical_update.body": "Atualiza o teu servidor Mastodon assim que possível!",
|
||||
@@ -384,7 +384,7 @@
|
||||
"ignore_notifications_modal.private_mentions_title": "Ignorar notificações de menções privadas não solicitadas?",
|
||||
"interaction_modal.description.favourite": "Com uma conta no Mastodon, podes assinalar esta publicação como favorita para que o autor saiba que gostaste e guardá-la para mais tarde.",
|
||||
"interaction_modal.description.follow": "Com uma conta no Mastodon, podes seguir {name} para receberes as suas publicações na cronologia da tua página inicial.",
|
||||
"interaction_modal.description.reblog": "Com uma conta no Mastodon, podes impulsionar esta publicação para partilhá-la com os teus seguidores.",
|
||||
"interaction_modal.description.reblog": "Com uma conta no Mastodon, pode partilhar esta publicação para compartilhá-la com os seus seguidores.",
|
||||
"interaction_modal.description.reply": "Com uma conta no Mastodon, podes responder a esta publicação.",
|
||||
"interaction_modal.login.action": "Leve-me a casa",
|
||||
"interaction_modal.login.prompt": "Domínio do teu servidor, por exemplo, mastodon.social",
|
||||
@@ -402,7 +402,7 @@
|
||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||
"keyboard_shortcuts.back": "voltar atrás",
|
||||
"keyboard_shortcuts.blocked": "abrir a lista de utilizadores bloqueados",
|
||||
"keyboard_shortcuts.boost": "impulsionar a publicação",
|
||||
"keyboard_shortcuts.boost": "Partilhar a publicação",
|
||||
"keyboard_shortcuts.column": "focar uma publicação numa das colunas",
|
||||
"keyboard_shortcuts.compose": "focar área de texto da publicação",
|
||||
"keyboard_shortcuts.description": "Descrição",
|
||||
@@ -475,7 +475,7 @@
|
||||
"navigation_bar.administration": "Administração",
|
||||
"navigation_bar.advanced_interface": "Abrir na interface web avançada",
|
||||
"navigation_bar.blocks": "Utilizadores bloqueados",
|
||||
"navigation_bar.bookmarks": "Marcadores",
|
||||
"navigation_bar.bookmarks": "Itens salvos",
|
||||
"navigation_bar.community_timeline": "Cronologia local",
|
||||
"navigation_bar.compose": "Escrever nova publicação",
|
||||
"navigation_bar.direct": "Menções privadas",
|
||||
@@ -529,8 +529,8 @@
|
||||
"notification.moderation_warning.action_suspend": "A tua conta foi suspensa.",
|
||||
"notification.own_poll": "A tua sondagem terminou",
|
||||
"notification.poll": "Terminou uma sondagem em que votaste",
|
||||
"notification.reblog": "{name} impulsionou a tua publicação",
|
||||
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> impulsionaram a tua publicação",
|
||||
"notification.reblog": "{name} partilhou a sua publicação",
|
||||
"notification.reblog.name_and_others_with_link": "{name} e <a>{count, plural, one {# outro} other {# outros}}</a> partilharam a sua publicação",
|
||||
"notification.relationships_severance_event": "Perdeu as ligações com {name}",
|
||||
"notification.relationships_severance_event.account_suspension": "Um administrador de {from} suspendeu {target}, o que significa que já não podes receber atualizações dele ou interagir com ele.",
|
||||
"notification.relationships_severance_event.domain_block": "Um administrador de {from} bloqueou {target}, incluindo {followersCount} dos teus seguidores e {followingCount, plural, one {# conta} other {# contas}} que segues.",
|
||||
@@ -572,7 +572,7 @@
|
||||
"notifications.column_settings.mention": "Menções:",
|
||||
"notifications.column_settings.poll": "Resultados da sondagem:",
|
||||
"notifications.column_settings.push": "Notificações \"push\"",
|
||||
"notifications.column_settings.reblog": "Impulsos:",
|
||||
"notifications.column_settings.reblog": "Partilhas:",
|
||||
"notifications.column_settings.show": "Mostrar na coluna",
|
||||
"notifications.column_settings.sound": "Reproduzir som",
|
||||
"notifications.column_settings.status": "Novas publicações:",
|
||||
@@ -580,7 +580,7 @@
|
||||
"notifications.column_settings.unread_notifications.highlight": "Destacar notificações por ler",
|
||||
"notifications.column_settings.update": "Edições:",
|
||||
"notifications.filter.all": "Todas",
|
||||
"notifications.filter.boosts": "Impulsos",
|
||||
"notifications.filter.boosts": "Partilhas",
|
||||
"notifications.filter.favourites": "Favoritos",
|
||||
"notifications.filter.follows": "Seguidores",
|
||||
"notifications.filter.mentions": "Menções",
|
||||
@@ -642,7 +642,7 @@
|
||||
"onboarding.steps.follow_people.title": "Personaliza a cronologia na tua página inicial",
|
||||
"onboarding.steps.publish_status.body": "Diz olá ao mundo com texto, fotos, vídeos ou sondagens {emoji}",
|
||||
"onboarding.steps.publish_status.title": "Faz a tua primeira publicação",
|
||||
"onboarding.steps.setup_profile.body": "Aumenta as tuas interações com um perfil completo.",
|
||||
"onboarding.steps.setup_profile.body": "Aumente as suas interações ao ter um perfil mais completo.",
|
||||
"onboarding.steps.setup_profile.title": "Personaliza o teu perfil",
|
||||
"onboarding.steps.share_profile.body": "Informa os teus amigos, para saberem como podem encontrar-te no Mastodon",
|
||||
"onboarding.steps.share_profile.title": "Partilha o teu perfil",
|
||||
@@ -708,7 +708,7 @@
|
||||
"report.forward": "Reencaminhar para {target}",
|
||||
"report.forward_hint": "A conta pertence a outro servidor. Enviar uma cópia anónima da denúncia para esse servidor também?",
|
||||
"report.mute": "Ocultar",
|
||||
"report.mute_explanation": "Não verás as publicações dele. Ele não poderá ver as tuas publicações nem seguir-te. Ele não saberá que o ocultaste.",
|
||||
"report.mute_explanation": "Não verá as publicações dele. Ele não poderá ver as suas publicações nem segui-lo. Ele não saberá que o ocultou.",
|
||||
"report.next": "Seguinte",
|
||||
"report.placeholder": "Comentários adicionais",
|
||||
"report.reasons.dislike": "Não gosto disto",
|
||||
@@ -781,8 +781,8 @@
|
||||
"status.admin_status": "Abrir esta publicação na interface de moderação",
|
||||
"status.block": "Bloquear @{name}",
|
||||
"status.bookmark": "Guardar nos marcadores",
|
||||
"status.cancel_reblog_private": "Retirar impulso",
|
||||
"status.cannot_reblog": "Esta publicação não pode ser impulsionada",
|
||||
"status.cancel_reblog_private": "Deixar de partilhar",
|
||||
"status.cannot_reblog": "Esta publicação não pode ser partilhada",
|
||||
"status.continued_thread": "Continuação da conversa",
|
||||
"status.copy": "Copiar hiperligação da publicação",
|
||||
"status.delete": "Eliminar",
|
||||
@@ -810,13 +810,13 @@
|
||||
"status.pin": "Afixar no perfil",
|
||||
"status.pinned": "Publicação afixada",
|
||||
"status.read_more": "Ler mais",
|
||||
"status.reblog": "Impulsionar",
|
||||
"status.reblog_private": "Impulsionar com a visibilidade original",
|
||||
"status.reblogged_by": "{name} impulsionou",
|
||||
"status.reblogs": "{count, plural, one {impulso} other {impulsos}}",
|
||||
"status.reblogs.empty": "Ainda ninguém impulsionou esta publicação. Quando alguém o fizer, aparecerá aqui.",
|
||||
"status.reblog": "Partilhar",
|
||||
"status.reblog_private": "Partilhar com a visibilidade original",
|
||||
"status.reblogged_by": "{name} partilhou",
|
||||
"status.reblogs": "{count, plural, one {partilha} other {partilhas}}",
|
||||
"status.reblogs.empty": "Ainda ninguém partilhou esta publicação. Quando alguém o fizer, aparecerá aqui.",
|
||||
"status.redraft": "Eliminar e reescrever",
|
||||
"status.remove_bookmark": "Retirar dos marcadores",
|
||||
"status.remove_bookmark": "Remover marcador",
|
||||
"status.replied_in_thread": "Responder na conversa",
|
||||
"status.replied_to": "Respondeu a {name}",
|
||||
"status.reply": "Responder",
|
||||
|
||||
@@ -524,7 +524,7 @@
|
||||
"notification.moderation_warning.action_disable": "Ваша учётная запись была отключена.",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некоторые ваши посты были отмечены как содержимое деликатного характера.",
|
||||
"notification.moderation_warning.action_none": "Модераторы вынесли вам предупреждение.",
|
||||
"notification.moderation_warning.action_sensitive": "С этого момента все ваши новые посты будут отмечены как содержимое деликатного характера.",
|
||||
"notification.moderation_warning.action_sensitive": "С этого момента все ваши посты будут отмечены как содержимое деликатного характера.",
|
||||
"notification.moderation_warning.action_silence": "Ваша учётная запись была ограничена.",
|
||||
"notification.moderation_warning.action_suspend": "Ваша учётная запись была заблокирована.",
|
||||
"notification.own_poll": "Ваш опрос завершился",
|
||||
|
||||
@@ -263,10 +263,10 @@
|
||||
"empty_column.blocks": "Du har ännu ej blockerat några användare.",
|
||||
"empty_column.bookmarked_statuses": "Du har inte bokmärkt några inlägg än. När du bokmärker ett inlägg kommer det synas här.",
|
||||
"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 privata omnämninande. När du skickar eller tar emot ett direktmeddelande kommer det att visas här.",
|
||||
"empty_column.direct": "Du har inga privata omnämnanden. När du skickar eller tar emot ett direktmeddelande kommer det att visas här.",
|
||||
"empty_column.domain_blocks": "Det finns ännu inga dolda domäner.",
|
||||
"empty_column.explore_statuses": "Ingenting är trendigt just nu. Kom tillbaka senare!",
|
||||
"empty_column.favourited_statuses": "Du har inga favoritmarkerade inlägg ännu. När du favoritmärker ett så kommer det att dyka upp här.",
|
||||
"empty_column.favourited_statuses": "Du har inga favoritmarkerade inlägg ännu. När du favoritmarkerar ett så kommer det att dyka upp här.",
|
||||
"empty_column.favourites": "Ingen har favoritmarkerat detta inlägg än. När någon gör det kommer de synas här.",
|
||||
"empty_column.follow_requests": "Du har inga följarförfrågningar än. När du får en kommer den visas här.",
|
||||
"empty_column.followed_tags": "Du följer inga hashtaggar ännu. När du gör det kommer de att dyka upp här.",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"about.blocks": "Moderowane serwery",
|
||||
"about.contact": "Kōntakt:",
|
||||
"about.disclaimer": "Mastodōn je wolnym a ôtwartozdrzōdłowym ôprogramowaniym ôraz znakiym towarowym ôd Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Grund niydostympny",
|
||||
"about.domain_blocks.preamble": "Mastodōn normalniy pozwŏlŏ na ôglōndaniy treściōw a interakcyje ze używŏczami inkszych serwerōw we fediverse, ale sōm ôd tygo wyjōntki, kere bōły poczyniōne na tym serwerze.",
|
||||
"about.disclaimer": "Mastodon je wolne a ôtwartozdrzōdłowe ôprogramowanie i towarowy znak ôd Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Brak prziczyny",
|
||||
"about.domain_blocks.preamble": "Mastodon z wiynksza dŏwŏ ôglōndać treści i kōmunikować sie ze używŏczami inkszych serwerōw we fediverse. To sōm wyjōntki, co fungujōm na tym kōnkretnym serwerze.",
|
||||
"about.domain_blocks.silenced.explanation": "Normalniy niy bydziesz widzieć profilōw a treściōw ze tygo serwera. Ôboczysz je ino jak specjalniy bydziesz ich szukać abo jak je zaôbserwujesz.",
|
||||
"about.domain_blocks.silenced.title": "Ôgraniczone",
|
||||
"about.domain_blocks.suspended.explanation": "Żŏdne dane ze tygo serwera niy bydōm przetwarzane, przechowywane abo wymieniane, beztoż wszelakŏ interakcyjŏ abo komunikacyjŏ ze używŏczami tygo serwera bydzie niymożliwŏ.",
|
||||
@@ -16,17 +16,25 @@
|
||||
"account.block_domain": "Zablokuj domena {domain}",
|
||||
"account.cancel_follow_request": "Withdraw follow request",
|
||||
"account.domain_blocked": "Domena zablokowanŏ",
|
||||
"account.media": "Mydia",
|
||||
"account.media": "Media",
|
||||
"account.mute": "Wycisz @{name}",
|
||||
"account.posts": "Toots",
|
||||
"account.posts_with_replies": "Toots and replies",
|
||||
"account.posts": "Posty",
|
||||
"account.posts_with_replies": "Posty i ôdpowiedzi",
|
||||
"account.requested": "Awaiting approval",
|
||||
"account_note.placeholder": "Click to add a note",
|
||||
"account_note.placeholder": "Wybier, żeby przidac notka",
|
||||
"column.bookmarks": "Zokłodki",
|
||||
"column.direct": "Prywatne spōmniynia",
|
||||
"column.favourites": "Spamiyntane",
|
||||
"column.firehose": "Kanały na żywo",
|
||||
"column.home": "Przodek",
|
||||
"column.lists": "Wykazy",
|
||||
"column.notifications": "Uwiadōmiynia",
|
||||
"column.pins": "Pinned toot",
|
||||
"community.column_settings.media_only": "Media only",
|
||||
"community.column_settings.media_only": "Ino media",
|
||||
"compose_form.encryption_warning": "Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.",
|
||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
||||
"compose_form.placeholder": "What is on your mind?",
|
||||
"compose_form.placeholder": "Co nowego?",
|
||||
"compose_form.publish": "Wyślij",
|
||||
"compose_form.publish_form": "Publish",
|
||||
"compose_form.spoiler.marked": "Text is hidden behind warning",
|
||||
"compose_form.spoiler.unmarked": "Text is not hidden",
|
||||
@@ -38,6 +46,10 @@
|
||||
"empty_column.bookmarked_statuses": "You don't have any bookmarked toots yet. When you bookmark one, it will show up here.",
|
||||
"empty_column.home": "Your home timeline is empty! Follow more people to fill it up. {suggestions}",
|
||||
"empty_column.list": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
|
||||
"explore.trending_links": "Nowiny",
|
||||
"explore.trending_statuses": "Posty",
|
||||
"explore.trending_tags": "Etykety",
|
||||
"followed_tags": "Torowane etykety",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"keyboard_shortcuts.back": "to navigate back",
|
||||
"keyboard_shortcuts.blocked": "to open blocked users list",
|
||||
@@ -69,9 +81,11 @@
|
||||
"keyboard_shortcuts.toot": "to start a brand new toot",
|
||||
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
||||
"keyboard_shortcuts.up": "to move up in the list",
|
||||
"navigation_bar.bookmarks": "Zokłodki",
|
||||
"navigation_bar.compose": "Compose new toot",
|
||||
"navigation_bar.domain_blocks": "Hidden domains",
|
||||
"navigation_bar.pins": "Pinned toots",
|
||||
"navigation_bar.preferences": "Sztalōnki",
|
||||
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
||||
"notification.reblog": "{name} boosted your status",
|
||||
"notifications.column_settings.status": "New toots:",
|
||||
@@ -93,6 +107,7 @@
|
||||
"report.submit": "Submit report",
|
||||
"report.target": "Report {target}",
|
||||
"report_notification.attached_statuses": "{count, plural, one {# post} other {# posts}} attached",
|
||||
"search.search_or_paste": "Szukej abo wraź URL",
|
||||
"search_results.statuses": "Toots",
|
||||
"sign_in_banner.sign_in": "Sign in",
|
||||
"status.admin_status": "Open this status in the moderation interface",
|
||||
@@ -103,6 +118,7 @@
|
||||
"status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.",
|
||||
"status.title.with_attachments": "{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} person} other {{counter} people}} in the past {days, plural, one {day} other {# days}}",
|
||||
"trends.trending_now": "Prawie popularne",
|
||||
"upload_form.audio_description": "Describe for people with hearing loss",
|
||||
"upload_form.description": "Describe for the visually impaired",
|
||||
"upload_form.video_description": "Describe for people with hearing loss or visual impairment",
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
"about.contact": "toki:",
|
||||
"about.disclaimer": "ilo Mastodon la jan ale li lawa e ona li pana e pona tawa ona. kulupu esun Mastodon gGmbH li lawa e nimi ona.",
|
||||
"about.domain_blocks.no_reason_available": "mi sona ala e tan",
|
||||
"about.domain_blocks.preamble": "ilo Masoton li ken e ni: sina lukin e toki jan pi ma ilo mute. sina ken toki tawa ona lon kulupu ma. taso, ma ni li ken ala e ni tawa ma ni:",
|
||||
"about.domain_blocks.preamble": "ilo Mastodon li ken e ni: sina lukin e toki jan pi ma ilo mute. sina ken toki tawa ona lon kulupu ma. taso ma ni li ken ala e ni tawa ma ni:",
|
||||
"about.domain_blocks.silenced.explanation": "sina lukin ala e toki e jan tan ma ni. taso, sina wile la, sina ken ni.",
|
||||
"about.domain_blocks.silenced.title": "ken lukin lili ",
|
||||
"about.domain_blocks.suspended.explanation": "sona ale pi ma ni li kama pali ala, li kama esun ala, li kama awen ala la sina ken ala toki tawa jan pi ma ni.",
|
||||
"about.domain_blocks.suspended.explanation": "sona ale pi ma ni li kama pali ala li kama esun ala li kama awen ala la sina ken ala toki tawa jan pi ma ni.",
|
||||
"about.domain_blocks.suspended.title": "weka",
|
||||
"about.not_available": "lon kulupu ni la sina ken alasa ala e sona ni.",
|
||||
"about.powered_by": "lipu kulupu pi jan lawa mute tan {mastodon}",
|
||||
@@ -21,11 +21,11 @@
|
||||
"account.blocked": "jan li len",
|
||||
"account.cancel_follow_request": "o kute ala",
|
||||
"account.copy": "o pali same e linja pi lipu jan",
|
||||
"account.direct": "len la o mu e @{name}",
|
||||
"account.direct": "o mu len e @{name}",
|
||||
"account.disable_notifications": "@{name} li toki la o mu ala e mi",
|
||||
"account.domain_blocked": "sina wile ala lukin e ma ni",
|
||||
"account.edit_profile": "o ante e lipu mi",
|
||||
"account.enable_notifications": "@{name} li toki la o toki e toki ona tawa mi",
|
||||
"account.enable_notifications": "@{name} li toki la o mu e mi",
|
||||
"account.endorse": "lipu jan la o suli e ni",
|
||||
"account.featured_tags.last_status_at": "sitelen pini pi jan ni li tan {date}",
|
||||
"account.featured_tags.last_status_never": "toki ala li lon",
|
||||
@@ -37,7 +37,7 @@
|
||||
"account.followers_counter": "{count, plural, other {jan {counter} li kute e ona}}",
|
||||
"account.following": "sina kute e jan ni",
|
||||
"account.following_counter": "{count, plural, other {ona li kute e jan {counter}}}",
|
||||
"account.follows.empty": "jan ni li kute e jan ala",
|
||||
"account.follows.empty": "jan ni li kute ala e jan",
|
||||
"account.go_to_profile": "o tawa lipu jan",
|
||||
"account.hide_reblogs": "o lukin ala e pana toki tan @{name}",
|
||||
"account.in_memoriam": "jan ni li moli. pona o tawa ona.",
|
||||
@@ -46,7 +46,7 @@
|
||||
"account.link_verified_on": "{date} la mi sona e ni: jan seme li jo e lipu ni",
|
||||
"account.locked_info": "sina wile kute e jan ni la ona o toki e ken",
|
||||
"account.media": "sitelen",
|
||||
"account.mention": "o mu e jan @{name}",
|
||||
"account.mention": "o mu e @{name}",
|
||||
"account.moved_to": "jan ni la lipu sin li ni:",
|
||||
"account.mute": "o len e @{name}",
|
||||
"account.mute_notifications_short": "o kute ala e mu tan jan ni",
|
||||
@@ -57,19 +57,19 @@
|
||||
"account.open_original_page": "o open e lipu open",
|
||||
"account.posts": "toki suli",
|
||||
"account.posts_with_replies": "toki ale",
|
||||
"account.report": "jan @{name} la o toki e ike tawa lawa",
|
||||
"account.report": "@{name} la o toki e jaki tawa lawa",
|
||||
"account.requested": "jan ni o ken e kute sina",
|
||||
"account.requested_follow": "jan {name} li wile kute e sina",
|
||||
"account.share": "o pana e lipu jan @{name}",
|
||||
"account.requested_follow": "{name} li wile kute e sina",
|
||||
"account.share": "o pana e lipu tan @{name}",
|
||||
"account.show_reblogs": "o lukin e pana toki tan @{name}",
|
||||
"account.statuses_counter": "{count, plural, other {toki {counter}}}",
|
||||
"account.unblock": "o len ala e jan {name}",
|
||||
"account.unblock": "o len ala e {name}",
|
||||
"account.unblock_domain": "o len ala e ma {domain}",
|
||||
"account.unblock_short": "o len ala",
|
||||
"account.unendorse": "lipu jan la o suli ala e ni",
|
||||
"account.unfollow": "o kute ala",
|
||||
"account.unmute": "o len ala e @{name}",
|
||||
"account.unmute_notifications_short": "o kute e mu tan jan ni",
|
||||
"account.unmute_notifications_short": "o kute e mu",
|
||||
"account.unmute_short": "o len ala",
|
||||
"account_note.placeholder": "o luka e ni la sona pi sina taso",
|
||||
"admin.dashboard.daily_retention": "nanpa pi awen jan lon tenpo suno",
|
||||
@@ -89,7 +89,7 @@
|
||||
"announcement.announcement": "toki suli",
|
||||
"attachments_list.unprocessed": "(nasin open)",
|
||||
"audio.hide": "o len e kalama",
|
||||
"block_modal.remote_users_caveat": "mi pana e wile sina tawa ma {domain}. taso, o sona: ma li ken kepeken nasin len ante la pakala li ken lon. toki pi lukin ale la jan pi ma ala li ken lukin.",
|
||||
"block_modal.remote_users_caveat": "mi pana e wile sina tawa ma {domain}. taso ma li ken kepeken nasin ante la pakala li ken. jan li awen ken lukin e toki kepeken sijelo ala.",
|
||||
"block_modal.show_less": "o lili e toki",
|
||||
"block_modal.show_more": "o suli e toki",
|
||||
"block_modal.they_cant_mention": "ona li ken ala toki tawa sina li ken ala kute e sina.",
|
||||
@@ -126,19 +126,19 @@
|
||||
"column.domain_blocks": "ma len",
|
||||
"column.favourites": "ijo pona",
|
||||
"column.firehose": "toki pi tenpo ni",
|
||||
"column.follow_requests": "wile alasa pi jan ante",
|
||||
"column.follow_requests": "wile kute",
|
||||
"column.home": "lipu open",
|
||||
"column.lists": "kulupu lipu",
|
||||
"column.mutes": "jan len",
|
||||
"column.notifications": "mu pi sona sin",
|
||||
"column.pins": "toki sewi",
|
||||
"column.public": "toki pi ma poka ale",
|
||||
"column_back_button.label": "o tawa monsi",
|
||||
"column_header.hide_settings": "o len e lawa",
|
||||
"column_back_button.label": "o weka",
|
||||
"column_header.hide_settings": "o len e nasin lawa",
|
||||
"column_header.moveLeft_settings": "poki toki ni o tawa ni ←",
|
||||
"column_header.moveRight_settings": "poki toki ni o tawa ni →",
|
||||
"column_header.pin": "o sewi",
|
||||
"column_header.show_settings": "o lukin e lawa",
|
||||
"column_header.show_settings": "o lukin e nasin lawa",
|
||||
"column_header.unpin": "o sewi ala",
|
||||
"column_subheading.settings": "ken ilo",
|
||||
"community.column_settings.local_only": "toki tan ni taso",
|
||||
@@ -146,12 +146,12 @@
|
||||
"community.column_settings.remote_only": "toki tan ante taso",
|
||||
"compose.language.change": "o ante e nasin toki",
|
||||
"compose.language.search": "o alasa e nasin toki...",
|
||||
"compose.published.body": "toki li pana.",
|
||||
"compose.published.body": "mi pana e toki.",
|
||||
"compose.published.open": "o lukin",
|
||||
"compose.saved.body": "ilo li awen e ijo pana sina.",
|
||||
"compose_form.direct_message_warning_learn_more": "o kama sona",
|
||||
"compose.saved.body": "mi awen e toki sina.",
|
||||
"compose_form.direct_message_warning_learn_more": "o sona",
|
||||
"compose_form.encryption_warning": "ilo Mastodon la toki li len ala. o pana ala e sona suli pi ken pakala.",
|
||||
"compose_form.lock_disclaimer": "lipu sina li open, li {locked} ala. jan ale li ken kama kute e sina, li ken lukin e toki sama ni.",
|
||||
"compose_form.lock_disclaimer": "lipu sina li {locked} ala. jan ale li ken kama kute e sina li ken lukin e toki sama ni.",
|
||||
"compose_form.lock_disclaimer.lock": "pini",
|
||||
"compose_form.placeholder": "sina wile toki e seme?",
|
||||
"compose_form.poll.duration": "tenpo pana",
|
||||
@@ -162,7 +162,7 @@
|
||||
"compose_form.poll.switch_to_single": "o ante e nasin pana. pana wan taso o lon",
|
||||
"compose_form.poll.type": "nasin",
|
||||
"compose_form.publish": "o toki",
|
||||
"compose_form.publish_form": "o toki sin",
|
||||
"compose_form.publish_form": "o toki",
|
||||
"compose_form.reply": "o toki lon ijo ni",
|
||||
"compose_form.save_changes": "o sin",
|
||||
"compose_form.spoiler.marked": "o weka e toki pi ijo ike ken",
|
||||
@@ -179,8 +179,8 @@
|
||||
"confirmations.discard_edit_media.confirm": "o weka",
|
||||
"confirmations.discard_edit_media.message": "toki sitelen anu lukin lili sitelen la ante pi awen ala li lon. sina wile weka e ante ni?",
|
||||
"confirmations.edit.confirm": "o ante",
|
||||
"confirmations.edit.message": "sina ante e toki sina la toki pali sina li weka. sina wile ala wile e ni?",
|
||||
"confirmations.edit.title": "o weka ala weka e toki? ni la, toki li kama toki sin.",
|
||||
"confirmations.edit.message": "sina ante e toki ni la toki ante li weka. sina wile ala wile e ni?",
|
||||
"confirmations.edit.title": "o weka ala weka e toki ante?",
|
||||
"confirmations.logout.confirm": "o weka",
|
||||
"confirmations.logout.message": "sina wile ala wile weka",
|
||||
"confirmations.logout.title": "o weka ala weka?",
|
||||
@@ -188,12 +188,12 @@
|
||||
"confirmations.redraft.confirm": "o weka o pali sin e toki",
|
||||
"confirmations.redraft.message": "pali sin e toki ni la sina wile ala wile weka e ona? sina ni la suli pi toki ni en wawa pi toki ni li weka. kin la toki lon toki ni li jo e mama ala.",
|
||||
"confirmations.redraft.title": "ni li weka li pali sin e toki ni.",
|
||||
"confirmations.reply.confirm": "o weka",
|
||||
"confirmations.reply.confirm": "o toki",
|
||||
"confirmations.reply.message": "sina pana e toki tawa lipu ante la ni li weka e toki sina lon. sina wile ala wile weka e toki ni?",
|
||||
"confirmations.reply.title": "sina wile ala wile weka e toki lon?",
|
||||
"confirmations.unfollow.confirm": "o kute ala",
|
||||
"confirmations.unfollow.message": "sina o wile ala wile pini kute e jan {name}?",
|
||||
"confirmations.unfollow.title": "sina wile ala wile pini kute?",
|
||||
"confirmations.unfollow.title": "sina wile ala wile pini e kute?",
|
||||
"content_warning.hide": "o len",
|
||||
"content_warning.show": "o lukin a",
|
||||
"content_warning.show_more": "o lukin",
|
||||
@@ -241,6 +241,7 @@
|
||||
"embed.preview": "ni li jo e sitelen ni:",
|
||||
"emoji_button.activity": "musi",
|
||||
"emoji_button.clear": "o weka",
|
||||
"emoji_button.custom": "pali sin",
|
||||
"emoji_button.flags": "len ma",
|
||||
"emoji_button.food": "moku",
|
||||
"emoji_button.label": "o pana e sitelen pilin",
|
||||
@@ -273,12 +274,13 @@
|
||||
"error.unexpected_crash.explanation": "ilo li ken ala pana e lipu ni. ni li ken tan pakala mi tan pakala pi ilo sina.",
|
||||
"errors.unexpected_crash.copy_stacktrace": "o jo e sona pakala lon poki awen",
|
||||
"errors.unexpected_crash.report_issue": "o toki e pakala tawa lawa",
|
||||
"explore.search_results": "ijo pi alasa ni",
|
||||
"explore.search_results": "toki alasa",
|
||||
"explore.suggested_follows": "jan",
|
||||
"explore.title": "o alasa",
|
||||
"explore.trending_links": "sin",
|
||||
"explore.trending_statuses": "toki",
|
||||
"explore.trending_tags": "kulupu pi lipu suli",
|
||||
"filter_modal.added.review_and_configure_title": "o alasa e lawa",
|
||||
"filter_modal.added.settings_link": "lipu lawa",
|
||||
"filter_modal.select_filter.expired": "tenpo pini",
|
||||
"filter_modal.select_filter.search": "o alasa anu pali",
|
||||
@@ -332,11 +334,11 @@
|
||||
"home.show_announcements": "o lukin e toki lawa suli",
|
||||
"ignore_notifications_modal.ignore": " o kute ala e mu",
|
||||
"interaction_modal.login.action": "o tawa ma mi",
|
||||
"interaction_modal.login.prompt": "nimi pi ma sina sama ni: mastodon.social",
|
||||
"interaction_modal.login.prompt": "nimi pi ma sina (sama ni: mastodon.social)",
|
||||
"interaction_modal.no_account_yet": "sina lon ala ma Mastodon anu seme?",
|
||||
"interaction_modal.on_another_server": "lon ma ante",
|
||||
"interaction_modal.on_this_server": "lon ma ni",
|
||||
"interaction_modal.sign_in": "sina lon ma ni. ma sina li lon seme?",
|
||||
"interaction_modal.sign_in": "sina lon ala ma ni. ma sina li lon seme?",
|
||||
"interaction_modal.sign_in_hint": "ni li ma pi ilo nanpa ni: ona li pali e jan sina lon ona. sona sina ni li weka la, o lukin e lipu. kin la, sina ken pana e nimi jan suli sina a! (ni li ken ni: @Mastodon@mastodon.social)",
|
||||
"interaction_modal.title.favourite": "o pona tawa {name}",
|
||||
"interaction_modal.title.follow": "o kute e {name}",
|
||||
@@ -356,7 +358,7 @@
|
||||
"keyboard_shortcuts.muted": "o lukin e lipu sina pi jan len",
|
||||
"keyboard_shortcuts.my_profile": "o lukin e lipu sina",
|
||||
"keyboard_shortcuts.open_media": "o lukin e sitelen",
|
||||
"keyboard_shortcuts.pinned": "o lukin pi lipu sina pi toki sewi",
|
||||
"keyboard_shortcuts.pinned": "o lukin pi toki sina sewi",
|
||||
"keyboard_shortcuts.reply": "o toki lon ijo ni",
|
||||
"keyboard_shortcuts.toggle_hidden": "o lukin ala lukin e toki len",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "o lukin ala lukin e sitelen",
|
||||
@@ -390,7 +392,7 @@
|
||||
"mute_modal.title": "sina wile ala wile kute e jan ni?",
|
||||
"navigation_bar.about": "sona",
|
||||
"navigation_bar.blocks": "jan len",
|
||||
"navigation_bar.compose": "o pali e toki sin",
|
||||
"navigation_bar.compose": "o toki sin",
|
||||
"navigation_bar.discover": "o alasa",
|
||||
"navigation_bar.domain_blocks": "ma len",
|
||||
"navigation_bar.explore": "o alasa",
|
||||
@@ -432,25 +434,25 @@
|
||||
"notifications.filter.favourites": "ijo pona",
|
||||
"notifications.filter.mentions": "toki pi toki sina",
|
||||
"notifications.filter.polls": "pana lon pana ni",
|
||||
"onboarding.action.back": "o tawa monsi",
|
||||
"onboarding.actions.back": "o tawa monsi",
|
||||
"onboarding.action.back": "o weka tan ni",
|
||||
"onboarding.actions.back": "o weka tan ni",
|
||||
"onboarding.actions.go_to_explore": "seme li pona tawa jan mute",
|
||||
"onboarding.actions.go_to_home": "o tawa lipu open mi",
|
||||
"onboarding.compose.template": "toki a, kulupu #Mastodon o!",
|
||||
"onboarding.actions.go_to_home": "o lukin e lipu open mi",
|
||||
"onboarding.compose.template": "kulupu #Mastodon o toki a!",
|
||||
"onboarding.follows.lead": "lipu open sina li nasin tawa ilo Mastodon. sina kama kute e jan mute la musi mute li kama lon. ni li ken open pona:",
|
||||
"onboarding.follows.title": "o ante e lipu open sina",
|
||||
"onboarding.profile.display_name": "nimi tawa jan ante",
|
||||
"onboarding.profile.lead": "sina ken pana e ni lon tenpo kama, lon lipu pi ante nasin. ona la, nasin ante mute li lon.",
|
||||
"onboarding.profile.note": "sona sina",
|
||||
"onboarding.share.lead": "o toki lon nasin Mastodon pi alasa sina tawa jan",
|
||||
"onboarding.share.message": "ilo #Mastodon la mi jan {username} a! o kute e mi lon ni: {url}",
|
||||
"onboarding.share.message": "ilo #Mastodon la mi {username} a! o kute e mi lon nasin {url}",
|
||||
"onboarding.share.next_steps": "ken la ni li pali kama pona:",
|
||||
"onboarding.share.title": "o pana e lipu sina",
|
||||
"onboarding.start.lead": "ni la sina lon kulupu Mastodon. kulupu ante ala li sama ona. ona li jo e jan lawa pi wan taso ala. ilo li pana ala e ijo pi wile ala tawa sina, sina ken lon e wile sina. nasin kulupu sin ni la mi o open:",
|
||||
"onboarding.start.skip": "sina wile ala kama sona e nasin open anu seme?",
|
||||
"onboarding.start.title": "sina o kama pona a!",
|
||||
"onboarding.steps.follow_people.body": "lipu Mastodon la sina ken kute e jan musi.",
|
||||
"onboarding.steps.follow_people.title": "o ante e lipu open sina",
|
||||
"onboarding.start.title": "o kama pona a!",
|
||||
"onboarding.steps.follow_people.body": "kulupu Mastodon la sina ken kute e jan musi.",
|
||||
"onboarding.steps.follow_people.title": "o nasin sina e lipu",
|
||||
"onboarding.steps.publish_status.body": "o toki tawa ale kepeken sitelen nimi, kepeken sitelen kule, kepeken sitelen tawa, kepeken alasa sona kulupu {emoji}",
|
||||
"onboarding.steps.publish_status.title": "o pali e toki suli sina nanpa wan",
|
||||
"onboarding.steps.setup_profile.body": "lipu sina li jo e sona mute la jan mute li wile toki tawa sina.",
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
"account.block_domain": "{domain} alan adını engelle",
|
||||
"account.block_short": "Engelle",
|
||||
"account.blocked": "Engellendi",
|
||||
"account.cancel_follow_request": "Takip isteğini geri çek",
|
||||
"account.copy": "Gönderi bağlantısını kopyala",
|
||||
"account.direct": "@{name} kullanıcısına özel olarak değin",
|
||||
"account.cancel_follow_request": "Takibi bırak",
|
||||
"account.copy": "Profil bağlantısını kopyala",
|
||||
"account.direct": "@{name} kullanıcısından özel olarak bahset",
|
||||
"account.disable_notifications": "@{name} kişisinin gönderi bildirimlerini kapat",
|
||||
"account.domain_blocked": "Alan adı engellendi",
|
||||
"account.edit_profile": "Profili düzenle",
|
||||
@@ -39,7 +39,7 @@
|
||||
"account.following_counter": "{count, plural, one {{counter} takip edilen} other {{counter} takip edilen}}",
|
||||
"account.follows.empty": "Bu kullanıcı henüz kimseyi takip etmiyor.",
|
||||
"account.go_to_profile": "Profile git",
|
||||
"account.hide_reblogs": "@{name} kişisinin boostlarını gizle",
|
||||
"account.hide_reblogs": "@{name} kişisinin yeniden paylaşımlarını gizle",
|
||||
"account.in_memoriam": "Hatırasına.",
|
||||
"account.joined_short": "Katıldı",
|
||||
"account.languages": "Abone olunan dilleri değiştir",
|
||||
@@ -121,7 +121,7 @@
|
||||
"column.blocks": "Engellenen kullanıcılar",
|
||||
"column.bookmarks": "Yer İşaretleri",
|
||||
"column.community": "Yerel ağ akışı",
|
||||
"column.direct": "Özel mesajlar",
|
||||
"column.direct": "Özel bahsetmeler",
|
||||
"column.directory": "Profillere göz at",
|
||||
"column.domain_blocks": "Engellenen alan adları",
|
||||
"column.favourites": "Gözdelerin",
|
||||
@@ -166,8 +166,8 @@
|
||||
"compose_form.publish_form": "Gönder",
|
||||
"compose_form.reply": "Yanıtla",
|
||||
"compose_form.save_changes": "Güncelle",
|
||||
"compose_form.spoiler.marked": "Metin uyarının arkasına gizlenir",
|
||||
"compose_form.spoiler.unmarked": "Metin gizli değil",
|
||||
"compose_form.spoiler.marked": "İçerik uyarısını kaldır",
|
||||
"compose_form.spoiler.unmarked": "İçerik uyarısı ekle",
|
||||
"compose_form.spoiler_placeholder": "İçerik uyarısı (isteğe bağlı)",
|
||||
"confirmation_modal.cancel": "İptal",
|
||||
"confirmations.block.confirm": "Engelle",
|
||||
@@ -240,7 +240,7 @@
|
||||
"domain_pill.your_server": "Dijital anasayfanız, tüm gönderilerinizin yaşadığı yerdir. Bunu beğenmediniz mi? İstediğiniz zaman sunucularınızı değiştirin ve takipçilerinizi de getirin.",
|
||||
"domain_pill.your_username": "Bu sunucudaki tekil tanımlayıcınız. Farklı sunucularda aynı kullanıcı adına sahip kullanıcıları bulmak mümkündür.",
|
||||
"embed.instructions": "Aşağıdaki kodu kopyalayarak bu durumu sitenize gömün.",
|
||||
"embed.preview": "İşte nasıl görüneceği:",
|
||||
"embed.preview": "İşte böyle görünecek:",
|
||||
"emoji_button.activity": "Aktivite",
|
||||
"emoji_button.clear": "Temizle",
|
||||
"emoji_button.custom": "Özel",
|
||||
@@ -406,7 +406,7 @@
|
||||
"keyboard_shortcuts.column": "Sütunlardan birindeki duruma odaklanmak için",
|
||||
"keyboard_shortcuts.compose": "Yazma alanına odaklanmak için",
|
||||
"keyboard_shortcuts.description": "Açıklama",
|
||||
"keyboard_shortcuts.direct": "özel mesajlar sütununu açmak için",
|
||||
"keyboard_shortcuts.direct": "özel bahsetmeler sütununu açmak için",
|
||||
"keyboard_shortcuts.down": "Listede aşağıya inmek için",
|
||||
"keyboard_shortcuts.enter": "Gönderiyi açınız",
|
||||
"keyboard_shortcuts.favourite": "Gönderiyi favorilerine ekle",
|
||||
@@ -478,7 +478,7 @@
|
||||
"navigation_bar.bookmarks": "Yer İşaretleri",
|
||||
"navigation_bar.community_timeline": "Yerel ağ akışı",
|
||||
"navigation_bar.compose": "Yeni gönderi yaz",
|
||||
"navigation_bar.direct": "Özel mesajlar",
|
||||
"navigation_bar.direct": "Özel bahsetmeler",
|
||||
"navigation_bar.discover": "Keşfet",
|
||||
"navigation_bar.domain_blocks": "Engellenen alan adları",
|
||||
"navigation_bar.explore": "Keşfet",
|
||||
@@ -607,7 +607,7 @@
|
||||
"notifications.policy.filter_not_following_hint": "Onları manuel olarak onaylayana kadar",
|
||||
"notifications.policy.filter_not_following_title": "Takip etmediğin kullanıcılar",
|
||||
"notifications.policy.filter_private_mentions_hint": "Kendi değinmenize yanıt veya takip ettiğiniz kullanıcıdan değilse filtrelenir",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel mesajlar",
|
||||
"notifications.policy.filter_private_mentions_title": "İstenmeyen özel bahsetmeler",
|
||||
"notifications.policy.title": "Şundan bildirimleri yönet…",
|
||||
"notifications_permission_banner.enable": "Masaüstü bildirimlerini etkinleştir",
|
||||
"notifications_permission_banner.how_to_control": "Mastodon açık olmadığında bildirim almak için masaüstü bildirimlerini etkinleştirin. Etkinleştirildikten sonra, yukarıdaki{icon} düğmesi aracılığıyla hangi etkileşim türlerinin masaüstü bildirimi oluşturacağını tam olarak kontrol edebilirsiniz.",
|
||||
|
||||
@@ -7,7 +7,18 @@
|
||||
"account.badges.group": "گۇرۇپپا",
|
||||
"account.block": "@{name} نى توس",
|
||||
"account.block_domain": "{domain} دائىرىنى توس",
|
||||
"account.block_short": "توس",
|
||||
"account.blocked": "توسۇلدى",
|
||||
"account.cancel_follow_request": "ئەگىشىش ئىلتىماسىدىن ۋاز كەچ",
|
||||
"account.copy": "تەرجىمىھال ئۇلانمىسىنى كۆچۈر",
|
||||
"account.direct": "@{name} نى يوشۇرۇن ئاتا",
|
||||
"account.followers": "ئەگەشكۈچى",
|
||||
"account.followers.empty": "تېخى ھېچكىم بۇ كىشىگە ئەگەشمىدى.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} ئەگەشكۈچى} other {{counter} ئەگەشكۈچى}}",
|
||||
"account.following": "ئەگىشىۋاتىدۇ",
|
||||
"account.following_counter": "{count, plural, one {{counter} ئەگىشىۋاتىدۇ} other {{counter} ئەگىشىۋاتىدۇ}}",
|
||||
"account.follows.empty": "بۇ ئىشلەتكۈچى تېخى ھېچكىمگە ئەگەشمىدى.",
|
||||
"account.go_to_profile": "تەرجىمىھالغا يۆتكەل",
|
||||
"account.posts": "يازما",
|
||||
"account.posts_with_replies": "يازما ۋە ئىنكاس",
|
||||
"account.report": "@{name} نى پاش قىل",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"account.followers": "Підписники",
|
||||
"account.followers.empty": "Ніхто ще не підписаний на цього користувача.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} підписник} few {{counter} підписники} many {{counter} підписників} other {{counter} підписник}}",
|
||||
"account.following": "Ви стежите",
|
||||
"account.following": "Підписки",
|
||||
"account.following_counter": "{count, plural, one {{counter} підписка} few {{counter} підписки} many {{counter} підписок} other {{counter} підписка}}",
|
||||
"account.follows.empty": "Цей користувач ще ні на кого не підписався.",
|
||||
"account.go_to_profile": "Перейти до профілю",
|
||||
@@ -764,7 +764,7 @@
|
||||
"search_results.hashtags": "Хештеґи",
|
||||
"search_results.nothing_found": "Нічого не вдалося знайти за цими пошуковими термінами",
|
||||
"search_results.see_all": "Показати все",
|
||||
"search_results.statuses": "Дописів",
|
||||
"search_results.statuses": "Дописи",
|
||||
"search_results.title": "Шукати {q}",
|
||||
"server_banner.about_active_users": "Люди, які використовують цей сервер протягом останніх 30 днів (Щомісячні Активні Користувачі)",
|
||||
"server_banner.active_users": "активні користувачі",
|
||||
@@ -824,8 +824,8 @@
|
||||
"status.report": "Поскаржитися на @{name}",
|
||||
"status.sensitive_warning": "Делікатний вміст",
|
||||
"status.share": "Поділитися",
|
||||
"status.show_less_all": "Згорнути для всіх",
|
||||
"status.show_more_all": "Розгорнути для всіх",
|
||||
"status.show_less_all": "Згорнути всі",
|
||||
"status.show_more_all": "Розгорнути всі",
|
||||
"status.show_original": "Показати оригінал",
|
||||
"status.title.with_attachments": "{user} розміщує {{attachmentCount, plural, one {вкладення} few {{attachmentCount} вкладення} many {{attachmentCount} вкладень} other {{attachmentCount} вкладень}}",
|
||||
"status.translate": "Перекласти",
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
"about.contact": "Liên lạc:",
|
||||
"about.disclaimer": "Mastodon là phần mềm tự do nguồn mở của Mastodon gGmbH.",
|
||||
"about.domain_blocks.no_reason_available": "Lý do không được cung cấp",
|
||||
"about.domain_blocks.preamble": "Mastodon cho phép bạn đọc nội dung và giao tiếp với mọi người từ bất kỳ máy chủ nào. Còn đây là những ngoại lệ trên máy chủ này.",
|
||||
"about.domain_blocks.silenced.explanation": "Nói chung, bạn sẽ không thấy người và nội dung từ máy chủ này, trừ khi bạn tự tìm kiếm hoặc tự theo dõi.",
|
||||
"about.domain_blocks.preamble": "Mastodon cho phép bạn đọc nội dung và giao tiếp với tài khoản từ bất kỳ máy chủ nào. Còn đây là những ngoại lệ trên máy chủ này.",
|
||||
"about.domain_blocks.silenced.explanation": "Nói chung, bạn sẽ không thấy tài khoản và nội dung từ máy chủ này, trừ khi bạn tự tìm kiếm hoặc tự theo dõi.",
|
||||
"about.domain_blocks.silenced.title": "Hạn chế",
|
||||
"about.domain_blocks.suspended.explanation": "Dữ liệu từ máy chủ này sẽ không được xử lý, lưu trữ hoặc trao đổi. Mọi tương tác hoặc giao tiếp với người từ máy chủ này đều bị cấm.",
|
||||
"about.domain_blocks.suspended.explanation": "Dữ liệu từ máy chủ này sẽ không được xử lý, lưu trữ hoặc trao đổi. Mọi tương tác hoặc giao tiếp với tài khoản ở máy chủ này đều bị cấm.",
|
||||
"about.domain_blocks.suspended.title": "Vô hiệu hóa",
|
||||
"about.not_available": "Máy chủ này chưa cung cấp thông tin.",
|
||||
"about.powered_by": "Mạng xã hội liên hợp {mastodon}",
|
||||
"about.rules": "Nội quy máy chủ",
|
||||
"account.account_note_header": "Ghi chú cá nhân",
|
||||
"account.account_note_header": "Ghi chú",
|
||||
"account.add_or_remove_from_list": "Sửa danh sách",
|
||||
"account.badges.bot": "Bot",
|
||||
"account.badges.group": "Nhóm",
|
||||
@@ -26,7 +26,7 @@
|
||||
"account.domain_blocked": "Tên miền đã chặn",
|
||||
"account.edit_profile": "Sửa hồ sơ",
|
||||
"account.enable_notifications": "Nhận thông báo khi @{name} đăng tút",
|
||||
"account.endorse": "Nêu bật người này",
|
||||
"account.endorse": "Nêu bật tài khoản này",
|
||||
"account.featured_tags.last_status_at": "Tút gần nhất {date}",
|
||||
"account.featured_tags.last_status_never": "Chưa có tút",
|
||||
"account.featured_tags.title": "Hashtag của {name}",
|
||||
@@ -34,24 +34,24 @@
|
||||
"account.follow_back": "Theo dõi lạ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, other {{counter} Người theo dõi}}",
|
||||
"account.followers_counter": "{count, plural, other {{counter} người theo dõi}}",
|
||||
"account.following": "Đang theo dõi",
|
||||
"account.following_counter": "{count, plural, other {{counter} Đang theo dõi}}",
|
||||
"account.follows.empty": "Người này chưa theo dõi ai.",
|
||||
"account.following_counter": "{count, plural, other {{counter} theo dõi}}",
|
||||
"account.follows.empty": "Tài khoản này chưa theo dõi ai.",
|
||||
"account.go_to_profile": "Xem hồ sơ",
|
||||
"account.hide_reblogs": "Ẩn tút @{name} đăng lại",
|
||||
"account.in_memoriam": "Tưởng Niệm.",
|
||||
"account.joined_short": "Đã tham gia",
|
||||
"account.joined_short": "Tham gia",
|
||||
"account.languages": "Đổi ngôn ngữ mong muốn",
|
||||
"account.link_verified_on": "Liên kết này đã được xác minh vào {date}",
|
||||
"account.locked_info": "Đây là tài khoản riêng tư. Chủ tài khoản tự mình xét duyệt các yêu cầu theo dõi.",
|
||||
"account.media": "Media",
|
||||
"account.media": "Phương tiện",
|
||||
"account.mention": "Nhắc đến @{name}",
|
||||
"account.moved_to": "{name} đã chuyển sang máy chủ khác",
|
||||
"account.mute": "Ẩn @{name}",
|
||||
"account.mute_notifications_short": "Tắt thông báo",
|
||||
"account.mute_short": "Ẩn",
|
||||
"account.muted": "Đã ẩn",
|
||||
"account.mute": "Phớt lờ @{name}",
|
||||
"account.mute_notifications_short": "Phớt lờ thông báo",
|
||||
"account.mute_short": "Phớt lờ",
|
||||
"account.muted": "Đã phớt lờ",
|
||||
"account.mutual": "Đang theo dõi nhau",
|
||||
"account.no_bio": "Chưa có miêu tả.",
|
||||
"account.open_original_page": "Mở liên kết gốc",
|
||||
@@ -66,20 +66,20 @@
|
||||
"account.unblock": "Bỏ chặn @{name}",
|
||||
"account.unblock_domain": "Bỏ ẩn {domain}",
|
||||
"account.unblock_short": "Bỏ chặn",
|
||||
"account.unendorse": "Bỏ nêu bật người này",
|
||||
"account.unendorse": "Bỏ nêu bật tài khoản này",
|
||||
"account.unfollow": "Bỏ theo dõi",
|
||||
"account.unmute": "Bỏ ẩn @{name}",
|
||||
"account.unmute_notifications_short": "Mở lại thông báo",
|
||||
"account.unmute_short": "Bỏ ẩn",
|
||||
"account.unmute": "Bỏ phớt lờ @{name}",
|
||||
"account.unmute_notifications_short": "Bỏ phớt lờ thông báo",
|
||||
"account.unmute_short": "Bỏ phớt lờ",
|
||||
"account_note.placeholder": "Nhấn để thêm",
|
||||
"admin.dashboard.daily_retention": "Tỉ lệ người dùng sau đăng ký ở lại theo ngày",
|
||||
"admin.dashboard.monthly_retention": "Tỉ lệ người dùng ở lại sau khi đăng ký",
|
||||
"admin.dashboard.retention.average": "Trung bình",
|
||||
"admin.dashboard.retention.cohort": "Tháng đăng ký",
|
||||
"admin.dashboard.retention.cohort_size": "Số người",
|
||||
"admin.dashboard.retention.cohort_size": "Mới",
|
||||
"admin.impact_report.instance_accounts": "Hồ sơ tài khoản này sẽ xóa",
|
||||
"admin.impact_report.instance_followers": "Người theo dõi của thành viên máy chủ sẽ mất",
|
||||
"admin.impact_report.instance_follows": "Người theo dõi người dùng của họ sẽ mất",
|
||||
"admin.impact_report.instance_followers": "Người theo dõi của thành viên máy chủ sẽ bị mất",
|
||||
"admin.impact_report.instance_follows": "Người mà thành viên máy chủ theo dõi sẽ bị mất",
|
||||
"admin.impact_report.title": "Mô tả ảnh hưởng",
|
||||
"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",
|
||||
@@ -95,7 +95,7 @@
|
||||
"block_modal.they_cant_mention": "Họ không thể theo dõi & nhắc đến bạn.",
|
||||
"block_modal.they_cant_see_posts": "Cả hai không còn nhìn thấy tút của nhau.",
|
||||
"block_modal.they_will_know": "Họ sẽ biết đã bị bạn chặn.",
|
||||
"block_modal.title": "Chặn người này?",
|
||||
"block_modal.title": "Chặn tài khoản này?",
|
||||
"block_modal.you_wont_see_mentions": "Bạn không còn thấy tút có nhắc đến họ.",
|
||||
"boost_modal.combo": "Nhấn {combo} để bỏ qua bước này",
|
||||
"boost_modal.reblog": "Đăng lại?",
|
||||
@@ -115,21 +115,21 @@
|
||||
"closed_registrations.other_server_instructions": "Tạo tài khoản trên máy chủ khác và vẫn tương tác với máy chủ này.",
|
||||
"closed_registrations_modal.description": "{domain} hiện tắt đăng ký, nhưng hãy lưu ý rằng bạn không cần một tài khoản riêng trên {domain} để sử dụng Mastodon.",
|
||||
"closed_registrations_modal.find_another_server": "Tìm máy chủ khác",
|
||||
"closed_registrations_modal.preamble": "Mastodon liên hợp nên bất kể bạn tạo tài khoản ở đâu, bạn cũng sẽ có thể theo dõi và tương tác với mọi người trên máy chủ này. Bạn thậm chí có thể tự mở máy chủ!",
|
||||
"closed_registrations_modal.preamble": "Mastodon liên hợp nên bất kể bạn tạo tài khoản ở đâu, bạn cũng sẽ có thể theo dõi và tương tác với tài khoản trên máy chủ này. Bạn thậm chí có thể tự mở máy chủ!",
|
||||
"closed_registrations_modal.title": "Đăng ký Mastodon",
|
||||
"column.about": "Giới thiệu",
|
||||
"column.blocks": "Người đã chặn",
|
||||
"column.blocks": "Tài khoản đã chặn",
|
||||
"column.bookmarks": "Những tút đã lưu",
|
||||
"column.community": "Máy chủ này",
|
||||
"column.direct": "Nhắn riêng",
|
||||
"column.directory": "Kết nối dựa trên sở thích",
|
||||
"column.directory": "Tìm tài khoản",
|
||||
"column.domain_blocks": "Máy chủ đã chặn",
|
||||
"column.favourites": "Những tút đã thích",
|
||||
"column.firehose": "Bảng tin",
|
||||
"column.follow_requests": "Yêu cầu theo dõi",
|
||||
"column.home": "Trang chủ",
|
||||
"column.lists": "Danh sách",
|
||||
"column.mutes": "Người đã ẩn",
|
||||
"column.mutes": "Tài khoản đã phớt lờ",
|
||||
"column.notifications": "Thông báo",
|
||||
"column.pins": "Tút ghim",
|
||||
"column.public": "Liên hợp",
|
||||
@@ -143,7 +143,7 @@
|
||||
"column_subheading.settings": "Thiết lập",
|
||||
"community.column_settings.local_only": "Chỉ máy chủ của bạn",
|
||||
"community.column_settings.media_only": "Chỉ hiện tút có media",
|
||||
"community.column_settings.remote_only": "Chỉ người ở máy chủ khác",
|
||||
"community.column_settings.remote_only": "Chỉ tài khoản ở máy chủ khác",
|
||||
"compose.language.change": "Chọn ngôn ngữ tút",
|
||||
"compose.language.search": "Tìm ngôn ngữ...",
|
||||
"compose.published.body": "Tút đã được đăng.",
|
||||
@@ -152,7 +152,7 @@
|
||||
"compose_form.direct_message_warning_learn_more": "Tìm hiểu thêm",
|
||||
"compose_form.encryption_warning": "Các tút trên Mastodon không được mã hóa đầu cuối. Không chia sẻ bất kỳ thông tin nhạy cảm nào qua Mastodon.",
|
||||
"compose_form.hashtag_warning": "Tút này sẽ không xuất hiện công khai. Chỉ những tút công khai mới có thể được tìm kiếm thông qua hashtag.",
|
||||
"compose_form.lock_disclaimer": "Tài khoản của bạn không {locked}. Bất cứ ai cũng có thể theo dõi và xem tút riêng tư của bạn.",
|
||||
"compose_form.lock_disclaimer": "Tài khoản của bạn không {locked}. Bất cứ ai cũng có thể theo dõi và xem tút chỉ dành cho người theo dõi bạn.",
|
||||
"compose_form.lock_disclaimer.lock": "khóa",
|
||||
"compose_form.placeholder": "Bạn đang nghĩ gì?",
|
||||
"compose_form.poll.duration": "Hết hạn sau",
|
||||
@@ -185,7 +185,7 @@
|
||||
"confirmations.logout.confirm": "Đăng xuất",
|
||||
"confirmations.logout.message": "Bạn có chắc muốn thoát?",
|
||||
"confirmations.logout.title": "Đăng xuất",
|
||||
"confirmations.mute.confirm": "Ẩn",
|
||||
"confirmations.mute.confirm": "Phớt lờ",
|
||||
"confirmations.redraft.confirm": "Xóa & viết lại",
|
||||
"confirmations.redraft.message": "Điều này sẽ khiến những lượt thích và đăng lại của tút bị mất, cũng như những trả lời sẽ không còn nội dung gốc.",
|
||||
"confirmations.redraft.title": "Xóa & viết lại",
|
||||
@@ -223,19 +223,19 @@
|
||||
"domain_block_modal.they_cant_follow": "Không ai trên máy chủ này có thể theo dõi bạn.",
|
||||
"domain_block_modal.they_wont_know": "Họ không biết đã bị bạn chặn.",
|
||||
"domain_block_modal.title": "Chặn máy chủ?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Bạn sẽ mất {followersCount, plural, other {{followersCountDisplay} người theo dõi}} và {followingCount, plural, other {{followingCountDisplay} người bạn theo dõi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Bạn sẽ mất tất cả người theo dõi và những người bạn theo dõi từ máy chủ này.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Bạn sẽ mất {followersCount, plural, other {{followersCountDisplay} người theo dõi}} và {followingCount, plural, other {{followingCountDisplay} tài khoản mà bạn theo dõi}}.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Bạn sẽ mất tất cả người theo dõi và những tài khoản mà bạn theo dõi ở máy chủ này.",
|
||||
"domain_block_modal.you_wont_see_posts": "Bạn không còn thấy tút hoặc thông báo từ thành viên máy chủ này.",
|
||||
"domain_pill.activitypub_lets_connect": "Nó cho phép bạn kết nối và tương tác với mọi người, không chỉ trên Mastodon mà còn trên các nền tảng khác.",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub giống như ngôn ngữ Mastodon giao tiếp với các mạng xã hội khác.",
|
||||
"domain_pill.server": "Máy chủ",
|
||||
"domain_pill.their_handle": "Địa chỉ Mastodon:",
|
||||
"domain_pill.their_server": "Nơi lưu trữ tút của người này.",
|
||||
"domain_pill.their_server": "Nơi lưu trữ tút của tài khoản này.",
|
||||
"domain_pill.their_username": "Độc nhất trên máy chủ này. Những máy chủ khác có thể cũng có tên người dùng giống vậy.",
|
||||
"domain_pill.username": "Tên người dùng",
|
||||
"domain_pill.whats_in_a_handle": "Địa chỉ Mastodon là gì?",
|
||||
"domain_pill.who_they_are": "Vì địa chỉ Mastodon cho biết một người là ai và họ ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng có <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Vì địa chỉ Mastodon cho biết bạn là ai và bạn ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng có <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_they_are": "Vì địa chỉ Mastodon cho biết một người là ai và họ ở đâu, nên bạn có thể tương tác với mọi người trên các nền tảng <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.who_you_are": "Vì địa chỉ Mastodon cho biết bạn là ai và bạn ở đâu, nên mọi người có thể tương tác với bạn từ các nền tảng <button>hỗ trợ ActivityPub</button>.",
|
||||
"domain_pill.your_handle": "Địa chỉ Mastodon của bạn:",
|
||||
"domain_pill.your_server": "Nơi lưu trữ tút của bạn. Không thích ở đây? Chuyển sang máy chủ khác và giữ nguyên người theo dõi của bạn.",
|
||||
"domain_pill.your_username": "Chỉ riêng bạn trên máy chủ này. Những máy chủ khác có thể cũng có tên người dùng giống vậy.",
|
||||
@@ -256,7 +256,7 @@
|
||||
"emoji_button.search_results": "Kết quả tìm kiếm",
|
||||
"emoji_button.symbols": "Biểu tượng",
|
||||
"emoji_button.travel": "Du lịch",
|
||||
"empty_column.account_hides_collections": "Người này đã chọn ẩn thông tin",
|
||||
"empty_column.account_hides_collections": "Tài khoản này đã chọn ẩn thông tin",
|
||||
"empty_column.account_suspended": "Tài khoản vô hiệu hóa",
|
||||
"empty_column.account_timeline": "Chưa có tút nào!",
|
||||
"empty_column.account_unavailable": "Tài khoản bị đình chỉ",
|
||||
@@ -271,13 +271,13 @@
|
||||
"empty_column.follow_requests": "Bạn chưa có yêu cầu theo dõi nào.",
|
||||
"empty_column.followed_tags": "Bạn chưa theo dõi hashtag nào. Khi bạn theo dõi, chúng sẽ hiện lên ở đây.",
|
||||
"empty_column.hashtag": "Chưa có tút nào dùng hashtag này.",
|
||||
"empty_column.home": "Trang chủ của bạn đang trống! Hãy theo dõi nhiều người hơn để lấp đầy.",
|
||||
"empty_column.list": "Chưa có tút. Khi những người trong danh sách này đăng tút mới, chúng sẽ xuất hiện ở đây.",
|
||||
"empty_column.home": "Trang chủ của bạn đang trống! Hãy theo dõi nhiều tài khoản hơn để lấp đầy.",
|
||||
"empty_column.list": "Chưa có tút. Khi những tài khoản trong danh sách này đăng tút mới, chúng sẽ xuất hiện ở đây.",
|
||||
"empty_column.lists": "Bạn chưa tạo danh sách nào.",
|
||||
"empty_column.mutes": "Bạn chưa ẩn bất kỳ ai.",
|
||||
"empty_column.mutes": "Bạn chưa phớt lờ ai.",
|
||||
"empty_column.notification_requests": "Sạch sẽ! Không còn gì ở đây. Khi bạn nhận được thông báo mới, chúng sẽ xuất hiện ở đây theo cài đặt của bạn.",
|
||||
"empty_column.notifications": "Bạn chưa có thông báo nào. Hãy thử theo dõi hoặc nhắn riêng cho ai đó.",
|
||||
"empty_column.public": "Trống trơn! Bạn hãy viết gì đó hoặc bắt đầu theo dõi những người khác",
|
||||
"empty_column.public": "Trống trơn! Bạn hãy viết gì đó hoặc bắt đầu theo dõi những tài khoản khác",
|
||||
"error.unexpected_crash.explanation": "Trang này có thể không hiển thị chính xác do lỗi lập trình Mastodon hoặc vấn đề tương thích trình duyệt.",
|
||||
"error.unexpected_crash.explanation_addons": "Trang này không thể hiển thị do xung khắc với add-on của trình duyệt hoặc công cụ tự động dịch ngôn ngữ.",
|
||||
"error.unexpected_crash.next_steps": "Hãy thử làm mới trang. Nếu vẫn không được, bạn hãy vào Mastodon bằng một ứng dụng di động hoặc trình duyệt khác.",
|
||||
@@ -307,27 +307,27 @@
|
||||
"filter_modal.select_filter.title": "Lọc tút này",
|
||||
"filter_modal.title.status": "Lọc một tút",
|
||||
"filter_warning.matches_filter": "Khớp bộ lọc “<span>{title}</span>”",
|
||||
"filtered_notifications_banner.pending_requests": "Từ {count, plural, =0 {không ai} other {# người}} bạn có thể biết",
|
||||
"filtered_notifications_banner.pending_requests": "Từ {count, plural, =0 {không ai} other {# tài khoản}} mà bạn có thể biết",
|
||||
"filtered_notifications_banner.title": "Thông báo đã lọc",
|
||||
"firehose.all": "Toàn bộ",
|
||||
"firehose.local": "Máy chủ này",
|
||||
"firehose.remote": "Máy chủ khác",
|
||||
"follow_request.authorize": "Chấp nhận",
|
||||
"follow_request.reject": "Từ chối",
|
||||
"follow_requests.unlocked_explanation": "Mặc dù tài khoản của bạn đang ở chế độ công khai, quản trị viên của {domain} vẫn tin rằng bạn sẽ muốn xem lại yêu cầu theo dõi từ những người khác.",
|
||||
"follow_requests.unlocked_explanation": "Mặc dù tài khoản của bạn đang ở chế độ công khai, quản trị viên {domain} tin rằng bạn sẽ muốn xem lại yêu cầu theo dõi từ những tài khoản khác.",
|
||||
"follow_suggestions.curated_suggestion": "Gợi ý từ máy chủ",
|
||||
"follow_suggestions.dismiss": "Không hiện lại",
|
||||
"follow_suggestions.featured_longer": "Tuyển chọn bởi {domain}",
|
||||
"follow_suggestions.friends_of_friends_longer": "Nổi tiếng với những người mà bạn theo dõi",
|
||||
"follow_suggestions.hints.featured": "Người này được đội ngũ {domain} đề xuất.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Người này nổi tiếng với những người bạn theo dõi.",
|
||||
"follow_suggestions.hints.most_followed": "Người này được theo dõi nhiều nhất trên {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Người này đang thu hút sự chú ý trên {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Người này có nét giống những người mà bạn theo dõi gần đây.",
|
||||
"follow_suggestions.friends_of_friends_longer": "Nổi tiếng với những tài khoản mà bạn theo dõi",
|
||||
"follow_suggestions.hints.featured": "Được đội ngũ {domain} đề xuất.",
|
||||
"follow_suggestions.hints.friends_of_friends": "Nổi tiếng với những tài khoản mà bạn theo dõi.",
|
||||
"follow_suggestions.hints.most_followed": "Được theo dõi nhiều nhất trên {domain}.",
|
||||
"follow_suggestions.hints.most_interactions": "Đang được quan tâm nhiều trên {domain}.",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "Tương tự những tài khoản mà bạn theo dõi gần đây.",
|
||||
"follow_suggestions.personalized_suggestion": "Gợi ý cá nhân hóa",
|
||||
"follow_suggestions.popular_suggestion": "Người nổi tiếng",
|
||||
"follow_suggestions.popular_suggestion": "Nổi tiếng",
|
||||
"follow_suggestions.popular_suggestion_longer": "Nổi tiếng trên {domain}",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Tương đồng những người mà bạn theo dõi",
|
||||
"follow_suggestions.similar_to_recently_followed_longer": "Tương tự những tài khoản mà bạn theo dõi gần đây",
|
||||
"follow_suggestions.view_all": "Xem tất cả",
|
||||
"follow_suggestions.who_to_follow": "Gợi ý theo dõi",
|
||||
"followed_tags": "Hashtag theo dõi",
|
||||
@@ -356,11 +356,11 @@
|
||||
"hashtag.follow": "Theo dõi hashtag",
|
||||
"hashtag.unfollow": "Bỏ theo dõi hashtag",
|
||||
"hashtags.and_other": "…và {count, plural, other {# nữa}}",
|
||||
"hints.profiles.followers_may_be_missing": "Số người theo dõi có thể không đầy đủ.",
|
||||
"hints.profiles.follows_may_be_missing": "Số người mà người này theo dõi có thể không đầy đủ.",
|
||||
"hints.profiles.posts_may_be_missing": "Số tút của người này có thể không đầy đủ.",
|
||||
"hints.profiles.followers_may_be_missing": "Số người theo dõi có thể bị thiếu.",
|
||||
"hints.profiles.follows_may_be_missing": "Số lượng tài khoản mà tài khoản này theo dõi có thể bị thiếu.",
|
||||
"hints.profiles.posts_may_be_missing": "Số lượng tút của tài khoản này có thể bị thiếu.",
|
||||
"hints.profiles.see_more_followers": "Xem thêm người theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_follows": "Xem thêm người mà người này theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_follows": "Xem thêm người mà tài khoản này theo dõi ở {domain}",
|
||||
"hints.profiles.see_more_posts": "Xem thêm tút ở {domain}",
|
||||
"hints.threads.replies_may_be_missing": "Những trả lời từ máy chủ khác có thể không đầy đủ.",
|
||||
"hints.threads.see_more": "Xem thêm ở {domain}",
|
||||
@@ -371,16 +371,16 @@
|
||||
"home.pending_critical_update.link": "Xem bản cập nhật",
|
||||
"home.pending_critical_update.title": "Có bản cập nhật bảo mật quan trọng!",
|
||||
"home.show_announcements": "Xem thông báo máy chủ",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon sẽ không thông báo cho người dùng rằng bạn đã bỏ qua thông báo của họ. Họ sẽ vẫn có thể tương tác với bạn.",
|
||||
"ignore_notifications_modal.disclaimer": "Mastodon sẽ không thông báo cho tài khoản rằng bạn đã bỏ qua thông báo của họ. Họ sẽ vẫn có thể tương tác với bạn.",
|
||||
"ignore_notifications_modal.filter_instead": "Lọc thay thế",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Bạn vẫn có thể chấp nhận, từ chối hoặc báo cáo người khác",
|
||||
"ignore_notifications_modal.filter_to_act_users": "Bạn vẫn có thể chấp nhận, từ chối hoặc báo cáo tài khoản khác",
|
||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Lọc giúp tránh nhầm lẫn tiềm ẩn",
|
||||
"ignore_notifications_modal.filter_to_review_separately": "Bạn có thể xem lại các thông báo đã được lọc riêng",
|
||||
"ignore_notifications_modal.ignore": "Bỏ qua thông báo",
|
||||
"ignore_notifications_modal.limited_accounts_title": "Bỏ qua thông báo từ các tài khoản bị kiểm duyệt?",
|
||||
"ignore_notifications_modal.new_accounts_title": "Bỏ qua thông báo từ các tài khoản mới đăng ký?",
|
||||
"ignore_notifications_modal.not_followers_title": "Bỏ qua thông báo từ những người chưa theo dõi bạn?",
|
||||
"ignore_notifications_modal.not_following_title": "Bỏ qua thông báo từ những người bạn không theo dõi?",
|
||||
"ignore_notifications_modal.not_followers_title": "Bỏ qua thông báo từ những tài khoản chưa theo dõi bạn?",
|
||||
"ignore_notifications_modal.not_following_title": "Bỏ qua thông báo từ những tài khoản mà bạn không theo dõi?",
|
||||
"ignore_notifications_modal.private_mentions_title": "Bỏ qua thông báo từ những lượt nhắn riêng không mong muốn?",
|
||||
"interaction_modal.description.favourite": "Với tài khoản Mastodon, bạn có thể cho người đăng biết bạn thích tút này và lưu lại tút.",
|
||||
"interaction_modal.description.follow": "Với tài khoản Mastodon, bạn có thể theo dõi {name} để tút của họ hiện trên bảng tin của mình.",
|
||||
@@ -401,8 +401,8 @@
|
||||
"intervals.full.hours": "{number, plural, other {# giờ}}",
|
||||
"intervals.full.minutes": "{number, plural, other {# phút}}",
|
||||
"keyboard_shortcuts.back": "quay lại",
|
||||
"keyboard_shortcuts.blocked": "mở danh sách người đã chặn",
|
||||
"keyboard_shortcuts.boost": "đăng lại",
|
||||
"keyboard_shortcuts.blocked": "mở danh sách tài khoản đã chặn",
|
||||
"keyboard_shortcuts.boost": "đăng lại tút",
|
||||
"keyboard_shortcuts.column": "mở các cột",
|
||||
"keyboard_shortcuts.compose": "mở khung soạn tút",
|
||||
"keyboard_shortcuts.description": "Mô tả",
|
||||
@@ -418,7 +418,7 @@
|
||||
"keyboard_shortcuts.legend": "hiện bảng hướng dẫn này",
|
||||
"keyboard_shortcuts.local": "mở máy chủ của bạn",
|
||||
"keyboard_shortcuts.mention": "nhắc đến ai đó",
|
||||
"keyboard_shortcuts.muted": "mở danh sách người đã ẩn",
|
||||
"keyboard_shortcuts.muted": "mở danh sách tài khoản đã phớt lờ",
|
||||
"keyboard_shortcuts.my_profile": "mở hồ sơ của bạn",
|
||||
"keyboard_shortcuts.notifications": "mở thông báo",
|
||||
"keyboard_shortcuts.open_media": "mở ảnh hoặc video",
|
||||
@@ -440,7 +440,7 @@
|
||||
"lightbox.zoom_in": "Kích cỡ gốc",
|
||||
"lightbox.zoom_out": "Vừa màn hình",
|
||||
"limited_account_hint.action": "Vẫn cứ xem",
|
||||
"limited_account_hint.title": "Người này đã bị ẩn bởi quản trị viên {domain}.",
|
||||
"limited_account_hint.title": "Tài khoản này đã bị ẩn bởi quản trị viên {domain}.",
|
||||
"link_preview.author": "Bởi {name}",
|
||||
"link_preview.more_from_author": "Viết bởi {name}",
|
||||
"link_preview.shares": "{count, plural, other {{counter} lượt chia sẻ}}",
|
||||
@@ -452,8 +452,8 @@
|
||||
"lists.exclusive": "Ẩn những tút này khỏi bảng tin",
|
||||
"lists.new.create": "Tạo mới",
|
||||
"lists.new.title_placeholder": "Tên danh sách",
|
||||
"lists.replies_policy.followed": "Người mà bạn đã theo dõi",
|
||||
"lists.replies_policy.list": "Người trong danh sách",
|
||||
"lists.replies_policy.followed": "Tài khoản mà bạn theo dõi",
|
||||
"lists.replies_policy.list": "Tài khoản trong danh sách",
|
||||
"lists.replies_policy.none": "Không ai",
|
||||
"lists.replies_policy.title": "Cho phép trả lời với:",
|
||||
"lists.search": "Tìm kiếm những người mà bạn quan tâm",
|
||||
@@ -462,19 +462,19 @@
|
||||
"loading_indicator.label": "Đang tải…",
|
||||
"media_gallery.hide": "Ẩn",
|
||||
"moved_to_account_banner.text": "Tài khoản {disabledAccount} của bạn hiện không khả dụng vì bạn đã chuyển sang {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Ẩn thông báo",
|
||||
"mute_modal.hide_from_notifications": "Phớt lờ thông báo",
|
||||
"mute_modal.hide_options": "Ẩn tùy chọn",
|
||||
"mute_modal.indefinite": "Cho tới khi bỏ ẩn",
|
||||
"mute_modal.indefinite": "Phớt lờ vĩnh viễn",
|
||||
"mute_modal.show_options": "Thêm tùy chọn",
|
||||
"mute_modal.they_can_mention_and_follow": "Họ vẫn có thể theo dõi & nhắc đến bạn.",
|
||||
"mute_modal.they_wont_know": "Họ không biết đã bị bạn ẩn.",
|
||||
"mute_modal.title": "Ẩn người này?",
|
||||
"mute_modal.they_wont_know": "Họ không biết đã bị bạn phớt lờ.",
|
||||
"mute_modal.title": "Phớt lờ tài khoản?",
|
||||
"mute_modal.you_wont_see_mentions": "Bạn không còn thấy tút có nhắc đến họ.",
|
||||
"mute_modal.you_wont_see_posts": "Bạn không còn thấy tút của họ.",
|
||||
"navigation_bar.about": "Giới thiệu",
|
||||
"navigation_bar.administration": "Quản trị",
|
||||
"navigation_bar.advanced_interface": "Dùng bố cục nhiều cột",
|
||||
"navigation_bar.blocks": "Người đã chặn",
|
||||
"navigation_bar.blocks": "Tài khoản đã chặn",
|
||||
"navigation_bar.bookmarks": "Tút lưu",
|
||||
"navigation_bar.community_timeline": "Máy chủ này",
|
||||
"navigation_bar.compose": "Soạn tút mới",
|
||||
@@ -490,7 +490,7 @@
|
||||
"navigation_bar.lists": "Danh sách",
|
||||
"navigation_bar.logout": "Đăng xuất",
|
||||
"navigation_bar.moderation": "Kiểm duyệt",
|
||||
"navigation_bar.mutes": "Người đã ẩn",
|
||||
"navigation_bar.mutes": "Tài khoản đã phớt lờ",
|
||||
"navigation_bar.opened_in_classic_interface": "Tút, tài khoản và các trang cụ thể khác được mở theo mặc định trong giao diện web cổ điển.",
|
||||
"navigation_bar.personal": "Cá nhân",
|
||||
"navigation_bar.pins": "Tút ghim",
|
||||
@@ -601,11 +601,11 @@
|
||||
"notifications.policy.filter_limited_accounts_hint": "Chỉ dành cho kiểm duyệt viên",
|
||||
"notifications.policy.filter_limited_accounts_title": "Kiểm duyệt tài khoản",
|
||||
"notifications.policy.filter_new_accounts.hint": "Dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_new_accounts_title": "Những người mới tạo tài khoản",
|
||||
"notifications.policy.filter_not_followers_hint": "Kể cả người theo dõi bạn dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_not_followers_title": "Những người không theo dõi bạn",
|
||||
"notifications.policy.filter_new_accounts_title": "Tài khoản mới tạo gần đây",
|
||||
"notifications.policy.filter_not_followers_hint": "Kể cả tài khoản theo dõi bạn dưới {days, plural, other {# ngày}}",
|
||||
"notifications.policy.filter_not_followers_title": "Tài khoản không theo dõi bạn",
|
||||
"notifications.policy.filter_not_following_hint": "Cho đến khi bạn duyệt họ",
|
||||
"notifications.policy.filter_not_following_title": "Những người bạn không theo dõi",
|
||||
"notifications.policy.filter_not_following_title": "Tài khoản mà bạn không theo dõi",
|
||||
"notifications.policy.filter_private_mentions_hint": "Trừ khi bạn nhắn họ trước hoặc bạn có theo dõi họ",
|
||||
"notifications.policy.filter_private_mentions_title": "Nhắn riêng không mong muốn",
|
||||
"notifications.policy.title": "Quản lý thông báo từ…",
|
||||
@@ -622,8 +622,8 @@
|
||||
"onboarding.follows.title": "Thịnh hành trên Mastodon",
|
||||
"onboarding.profile.discoverable": "Bật khám phá cho hồ sơ của tôi",
|
||||
"onboarding.profile.discoverable_hint": "Khi bạn bật khám phá trên Mastodon, các tút của bạn có thể xuất hiện trong kết quả tìm kiếm và xu hướng, đồng thời hồ sơ của bạn sẽ được đề xuất cho những người có cùng sở thích với bạn.",
|
||||
"onboarding.profile.display_name": "Biệt danh",
|
||||
"onboarding.profile.display_name_hint": "Tên đầy đủ hoặc biệt danh đều được…",
|
||||
"onboarding.profile.display_name": "Tên gọi",
|
||||
"onboarding.profile.display_name_hint": "Tên thật hay biệt danh đều được…",
|
||||
"onboarding.profile.lead": "Bạn có thể cài đặt lại trong phần cài đặt, nơi thậm chí còn có nhiều tùy chọn hơn.",
|
||||
"onboarding.profile.note": "Giới thiệu",
|
||||
"onboarding.profile.note_hint": "Bạn có thể @aiđó hoặc #hashtags…",
|
||||
@@ -647,8 +647,8 @@
|
||||
"onboarding.steps.share_profile.body": "Hãy để bạn bè của bạn biết cách tìm thấy bạn trên Mastodon!",
|
||||
"onboarding.steps.share_profile.title": "Chia sẻ hồ sơ Mastodon của bạn",
|
||||
"onboarding.tips.2fa": "<strong>Bạn có biết?</strong> Bạn có thể bảo mật tài khoản của mình bằng cách thiết lập xác thực hai yếu tố trong cài đặt tài khoản của mình. Nó hoạt động với bất kỳ ứng dụng OTP nào bạn chọn, không cần số điện thoại!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>Bạn có biết?</strong> Vì Mastodon liên hợp, một số hồ sơ bạn gặp sẽ được lưu trữ trên các máy chủ không giống bạn. Tuy nhiên, bạn có thể tương tác với họ một cách liền mạch! Máy chủ của họ nằm ở nửa sau tên người dùng của họ!",
|
||||
"onboarding.tips.migration": "<strong>Bạn có biết?</strong> Nếu bạn thấy {domain} không phải là lựa chọn máy chủ tuyệt vời cho bạn trong tương lai, bạn có thể chuyển sang máy chủ Mastodon khác mà không bị mất người theo dõi. Bạn thậm chí có thể lưu trữ máy chủ của riêng bạn!",
|
||||
"onboarding.tips.accounts_from_other_servers": "<strong>Bạn có biết?</strong> Vì Mastodon liên hợp, một số tài khoản bạn gặp sẽ được lưu trữ trên các máy chủ không giống bạn. Tuy nhiên, bạn có thể tương tác với họ một cách liền mạch! Máy chủ của họ nằm ở nửa sau tên người dùng của họ!",
|
||||
"onboarding.tips.migration": "<strong>Bạn có biết?</strong> Nếu bạn thấy {domain} không phải là lựa chọn máy chủ tuyệt vời cho bạn trong tương lai, bạn có thể chuyển sang máy chủ Mastodon khác mà không bị mất người theo dõi. Bạn thậm chí có thể mở máy chủ của riêng bạn!",
|
||||
"onboarding.tips.verification": "<strong>Bạn có biết?</strong> Bạn có thể xác minh tài khoản của mình bằng cách đặt liên kết tới hồ sơ Mastodon trên trang web của riêng bạn và thêm trang web vào hồ sơ của bạn. Không có lệ phí hoặc tài liệu cần thiết!",
|
||||
"password_confirmation.exceeds_maxlength": "Mật khẩu vượt quá độ dài mật khẩu tối đa",
|
||||
"password_confirmation.mismatching": "Mật khẩu không trùng khớp",
|
||||
@@ -707,8 +707,8 @@
|
||||
"report.comment.title": "Có điều gì mà chúng tôi cần biết không?",
|
||||
"report.forward": "Chuyển đến {target}",
|
||||
"report.forward_hint": "Người này thuộc máy chủ khác. Gửi một báo cáo ẩn danh tới máy chủ đó?",
|
||||
"report.mute": "Ẩn",
|
||||
"report.mute_explanation": "Bạn sẽ không còn thấy tút của người này. Họ vẫn có thể thấy tút của bạn hoặc theo dõi bạn. Họ không biết là bạn đã chặn họ.",
|
||||
"report.mute": "Phớt lờ",
|
||||
"report.mute_explanation": "Bạn sẽ không còn thấy tút của họ. Họ vẫn có thể thấy tút của bạn hoặc theo dõi bạn. Họ không biết là bạn đã phớt lờ họ.",
|
||||
"report.next": "Tiếp theo",
|
||||
"report.placeholder": "Thêm lưu ý",
|
||||
"report.reasons.dislike": "Tôi không thích",
|
||||
@@ -784,7 +784,7 @@
|
||||
"status.cancel_reblog_private": "Bỏ đăng lại",
|
||||
"status.cannot_reblog": "Không thể đăng lại tút này",
|
||||
"status.continued_thread": "Tiếp tục chủ đề",
|
||||
"status.copy": "Sao chép URL",
|
||||
"status.copy": "Sao chép liên kết gốc",
|
||||
"status.delete": "Xóa",
|
||||
"status.detailed_status": "Xem chi tiết thêm",
|
||||
"status.direct": "Nhắn riêng @{name}",
|
||||
@@ -804,8 +804,8 @@
|
||||
"status.media_hidden": "Đã ẩn",
|
||||
"status.mention": "Nhắc đến @{name}",
|
||||
"status.more": "Xem thêm",
|
||||
"status.mute": "Ẩn @{name}",
|
||||
"status.mute_conversation": "Tắt thông báo",
|
||||
"status.mute": "Phớt lờ @{name}",
|
||||
"status.mute_conversation": "Phớt lờ thông báo",
|
||||
"status.open": "Mở tút",
|
||||
"status.pin": "Ghim lên hồ sơ",
|
||||
"status.pinned": "Tút đã ghim",
|
||||
@@ -831,7 +831,7 @@
|
||||
"status.translate": "Dịch tút",
|
||||
"status.translated_from_with": "Dịch từ {lang} bằng {provider}",
|
||||
"status.uncached_media_warning": "Không bản xem trước",
|
||||
"status.unmute_conversation": "Mở lại thông báo",
|
||||
"status.unmute_conversation": "Bỏ phớt lờ thông báo",
|
||||
"status.unpin": "Bỏ ghim trên hồ sơ",
|
||||
"subscribed_languages.lead": "Chỉ các tút đăng bằng các ngôn ngữ đã chọn mới được xuất hiện trên bảng tin của bạn. Không chọn gì cả để đọc tút đăng bằng mọi ngôn ngữ.",
|
||||
"subscribed_languages.save": "Lưu thay đổi",
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
"domain_block_modal.they_wont_know": "对方不会知道自己被屏蔽。",
|
||||
"domain_block_modal.title": "确定要屏蔽此域名?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "你将失去 {followersCount, plural, other {{followersCountDisplay} 名关注者}}和 {followingCount, plural, other {{followingCountDisplay} 名关注}}。",
|
||||
"domain_block_modal.you_will_lose_relationships": "你将丢失该站点上的所有关注与关注者。",
|
||||
"domain_block_modal.you_will_lose_relationships": "你将丢失该站点上的全部关注与关注者。",
|
||||
"domain_block_modal.you_wont_see_posts": "你将不会看到此服务器上用户的嘟文或通知。",
|
||||
"domain_pill.activitypub_lets_connect": "它可以让你与不同社交应用上的人交流互动,而不仅限于 Mastodon。",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub 好比 Mastodon 与其它社交网络交流时使用的语言。",
|
||||
@@ -237,7 +237,7 @@
|
||||
"domain_pill.who_they_are": "用户名可以表明用户的身份和其所在站点,这样你就可以通过<button>基于 ActivityPub 的平台</button>在社交网络和人们互动。",
|
||||
"domain_pill.who_you_are": "用户名可以表明你的身份和你所在的站点,这样人们就可以通过<button>基于 ActivityPub 的平台</button>在社交网络与你互动。",
|
||||
"domain_pill.your_handle": "你的用户名:",
|
||||
"domain_pill.your_server": "你的数字家园,你的所有嘟文都在此存储。不喜欢这里吗?你可以随时迁移到其它服务器,并带上你的关注者。",
|
||||
"domain_pill.your_server": "你的数字家园,你的全部嘟文都在此存储。不喜欢这里吗?你可以随时迁移到其它服务器,并带上你的关注者。",
|
||||
"domain_pill.your_username": "你在此服务器上的唯一标识。不同服务器上可能存在相同用户名的用户。",
|
||||
"embed.instructions": "复制下列代码以在你的网站中嵌入此嘟文。",
|
||||
"embed.preview": "这是它的预览效果:",
|
||||
@@ -564,9 +564,9 @@
|
||||
"notifications.column_settings.admin.sign_up": "新注册:",
|
||||
"notifications.column_settings.alert": "桌面通知",
|
||||
"notifications.column_settings.favourite": "喜欢:",
|
||||
"notifications.column_settings.filter_bar.advanced": "显示所有类别",
|
||||
"notifications.column_settings.filter_bar.advanced": "显示全部类别",
|
||||
"notifications.column_settings.filter_bar.category": "快速筛选栏",
|
||||
"notifications.column_settings.follow": "新粉丝:",
|
||||
"notifications.column_settings.follow": "新关注者:",
|
||||
"notifications.column_settings.follow_request": "新关注请求:",
|
||||
"notifications.column_settings.group": "分组",
|
||||
"notifications.column_settings.mention": "提及:",
|
||||
@@ -721,9 +721,9 @@
|
||||
"report.reasons.spam_description": "恶意链接、虚假互动或重复回复",
|
||||
"report.reasons.violation": "违反服务器规则",
|
||||
"report.reasons.violation_description": "你清楚它违反了特定的规则",
|
||||
"report.rules.subtitle": "选择所有适用选项",
|
||||
"report.rules.subtitle": "选择全部适用选项",
|
||||
"report.rules.title": "违反了哪些规则?",
|
||||
"report.statuses.subtitle": "选择所有适用选项",
|
||||
"report.statuses.subtitle": "选择全部适用选项",
|
||||
"report.statuses.title": "是否有任何嘟文可以支持这一报告?",
|
||||
"report.submit": "提交",
|
||||
"report.target": "举报 {target}",
|
||||
@@ -772,7 +772,7 @@
|
||||
"server_banner.is_one_of_many": "{domain} 是可用于参与联邦宇宙的众多独立 Mastodon 站点之一。",
|
||||
"server_banner.server_stats": "服务器统计数据:",
|
||||
"sign_in_banner.create_account": "创建账号",
|
||||
"sign_in_banner.follow_anyone": "关注联邦宇宙中的任何人,并按时间顺序查看所有内容。没有算法、广告或诱导链接。",
|
||||
"sign_in_banner.follow_anyone": "关注联邦宇宙中的任何人,并按时间顺序查看全部内容。没有算法、广告或诱导链接。",
|
||||
"sign_in_banner.mastodon_is": "Mastodon 是了解最新动态的最佳途径。",
|
||||
"sign_in_banner.sign_in": "登录",
|
||||
"sign_in_banner.sso_redirect": "登录或注册",
|
||||
@@ -833,7 +833,7 @@
|
||||
"status.uncached_media_warning": "预览不可用",
|
||||
"status.unmute_conversation": "恢复此对话的通知提醒",
|
||||
"status.unpin": "在个人资料页面取消置顶",
|
||||
"subscribed_languages.lead": "更改此选择后,只有选定语言的嘟文才会出现在你的主页和列表时间线上。选择「无」将显示所有语言的嘟文。",
|
||||
"subscribed_languages.lead": "更改此选择后,只有选定语言的嘟文才会出现在你的主页和列表时间线上。选择「无」将显示全部语言的嘟文。",
|
||||
"subscribed_languages.save": "保存更改",
|
||||
"subscribed_languages.target": "更改 {target} 的订阅语言",
|
||||
"tabs_bar.home": "主页",
|
||||
|
||||
@@ -1,50 +1,50 @@
|
||||
{
|
||||
"about.blocks": "被限制的伺服器",
|
||||
"about.blocks": "受管制的伺服器",
|
||||
"about.contact": "聯絡我們:",
|
||||
"about.disclaimer": "Mastodon 是一個自由的開源軟體,是 Mastodon gGmbH 之註冊商標。",
|
||||
"about.domain_blocks.no_reason_available": "無法存取的原因",
|
||||
"about.domain_blocks.preamble": "Mastodon 基本上允許您瀏覽聯邦宇宙中任何伺服器的內容並與使用者互動。以下是在本伺服器上設定的例外。",
|
||||
"about.domain_blocks.silenced.explanation": "一般來說您不會看到來自這個伺服器的個人檔案和內容,除非您明確搜尋或主動跟隨對方。",
|
||||
"about.domain_blocks.preamble": "Mastodon 基本上允許您瀏覽聯邦宇宙中任何伺服器的內容並與使用者互動。以下是於本伺服器上設定之例外。",
|
||||
"about.domain_blocks.silenced.explanation": "一般來說您不會看到來自這個伺服器的個人檔案與內容,除非您明確地檢視或著跟隨此個人檔案。",
|
||||
"about.domain_blocks.silenced.title": "已受限",
|
||||
"about.domain_blocks.suspended.explanation": "來自此伺服器的資料都不會被處理、儲存或交換,也無法和此伺服器上的使用者互動與交流。",
|
||||
"about.domain_blocks.suspended.title": "已停權",
|
||||
"about.not_available": "無法於本伺服器上使用此資訊。",
|
||||
"about.powered_by": "由 {mastodon} 提供的去中心化社群媒體",
|
||||
"about.powered_by": "由 {mastodon} 提供之去中心化社群媒體",
|
||||
"about.rules": "伺服器規則",
|
||||
"account.account_note_header": "個人備註",
|
||||
"account.add_or_remove_from_list": "自列表中新增或移除",
|
||||
"account.badges.bot": "機器人",
|
||||
"account.badges.group": "群組",
|
||||
"account.block": "封鎖 @{name}",
|
||||
"account.block_domain": "封鎖來自 {domain} 網域的所有內容",
|
||||
"account.block_domain": "封鎖來自 {domain} 網域之所有內容",
|
||||
"account.block_short": "封鎖",
|
||||
"account.blocked": "已封鎖",
|
||||
"account.cancel_follow_request": "收回跟隨請求",
|
||||
"account.copy": "複製個人檔案連結",
|
||||
"account.direct": " @{name}",
|
||||
"account.disable_notifications": "取消來自 @{name} 嘟文的通知",
|
||||
"account.direct": "私訊 @{name}",
|
||||
"account.disable_notifications": "取消來自 @{name} 嘟文之通知",
|
||||
"account.domain_blocked": "已封鎖網域",
|
||||
"account.edit_profile": "編輯個人檔案",
|
||||
"account.enable_notifications": "當 @{name} 嘟文時通知我",
|
||||
"account.endorse": "於個人檔案推薦對方",
|
||||
"account.featured_tags.last_status_at": "上次嘟文於 {date}",
|
||||
"account.enable_notifications": "當 @{name} 發嘟時通知我",
|
||||
"account.endorse": "於個人檔案推薦",
|
||||
"account.featured_tags.last_status_at": "上次發嘟於 {date}",
|
||||
"account.featured_tags.last_status_never": "沒有嘟文",
|
||||
"account.featured_tags.title": "{name} 的推薦主題標籤",
|
||||
"account.follow": "跟隨",
|
||||
"account.follow_back": "跟隨回去",
|
||||
"account.followers": "跟隨者",
|
||||
"account.followers.empty": "尚未有人跟隨這位使用者。",
|
||||
"account.followers_counter": "被 {count, plural, other {{count} 人}}跟隨",
|
||||
"account.followers.empty": "尚未有人跟隨此使用者。",
|
||||
"account.followers_counter": "被 {count, plural, other {{counter} 人}}跟隨",
|
||||
"account.following": "跟隨中",
|
||||
"account.following_counter": "正在跟隨 {count,plural,other {{count} 人}}",
|
||||
"account.follows.empty": "這位使用者尚未跟隨任何人。",
|
||||
"account.following_counter": "正在跟隨 {count,plural,other {{counter} 人}}",
|
||||
"account.follows.empty": "此使用者尚未跟隨任何人。",
|
||||
"account.go_to_profile": "前往個人檔案",
|
||||
"account.hide_reblogs": "隱藏來自 @{name} 的轉嘟",
|
||||
"account.hide_reblogs": "隱藏來自 @{name} 之轉嘟",
|
||||
"account.in_memoriam": "謹此悼念。",
|
||||
"account.joined_short": "加入時間",
|
||||
"account.languages": "變更訂閱的語言",
|
||||
"account.link_verified_on": "已於 {date} 檢查此連結的擁有者權限",
|
||||
"account.locked_info": "此帳號的隱私狀態設定為鎖定。該擁有者會手動審核能跟隨此帳號的人。",
|
||||
"account.locked_info": "此帳號的隱私狀態被設為鎖定。該擁有者會手動審核能跟隨此帳號的人。",
|
||||
"account.media": "媒體",
|
||||
"account.mention": "提及 @{name}",
|
||||
"account.moved_to": "{name} 目前的新帳號為:",
|
||||
@@ -62,7 +62,7 @@
|
||||
"account.requested_follow": "{name} 要求跟隨您",
|
||||
"account.share": "分享 @{name} 的個人檔案",
|
||||
"account.show_reblogs": "顯示來自 @{name} 的轉嘟",
|
||||
"account.statuses_counter": "{count, plural, other {{count} 則嘟文}}",
|
||||
"account.statuses_counter": "{count, plural, other {{counter} 則嘟文}}",
|
||||
"account.unblock": "解除封鎖 @{name}",
|
||||
"account.unblock_domain": "解除封鎖網域 {domain}",
|
||||
"account.unblock_short": "解除封鎖",
|
||||
@@ -71,7 +71,7 @@
|
||||
"account.unmute": "解除靜音 @{name}",
|
||||
"account.unmute_notifications_short": "解除靜音推播通知",
|
||||
"account.unmute_short": "解除靜音",
|
||||
"account_note.placeholder": "按此新增備註",
|
||||
"account_note.placeholder": "點擊以新增備註",
|
||||
"admin.dashboard.daily_retention": "註冊後使用者存留率(日)",
|
||||
"admin.dashboard.monthly_retention": "註冊後使用者存留率(月)",
|
||||
"admin.dashboard.retention.average": "平均",
|
||||
@@ -87,38 +87,38 @@
|
||||
"alert.unexpected.title": "哎呀!",
|
||||
"alt_text_badge.title": "ALT 說明文字",
|
||||
"announcement.announcement": "公告",
|
||||
"attachments_list.unprocessed": "(未經處理)",
|
||||
"attachments_list.unprocessed": "(未處理)",
|
||||
"audio.hide": "隱藏音訊",
|
||||
"block_modal.remote_users_caveat": "我們會要求 {domain} 伺服器尊重您的決定。然而,我們無法保證所有伺服器皆會遵守,某些伺服器可能以不同方式處理封鎖。未登入之使用者仍可能看見您的公開嘟文。",
|
||||
"block_modal.show_less": "減少顯示",
|
||||
"block_modal.show_more": "顯示更多",
|
||||
"block_modal.they_cant_mention": "他們無法提及或跟隨您。",
|
||||
"block_modal.they_cant_see_posts": "他們無法讀取您的嘟文,且您不會見到他們的。",
|
||||
"block_modal.they_cant_see_posts": "他們無法讀取您的嘟文,且您不會見到他們的嘟文。",
|
||||
"block_modal.they_will_know": "他們能見到他們已被封鎖。",
|
||||
"block_modal.title": "是否封鎖該使用者?",
|
||||
"block_modal.you_wont_see_mentions": "您不會見到提及他們的嘟文。",
|
||||
"boost_modal.combo": "下次您可以按 {combo} 跳過",
|
||||
"block_modal.you_wont_see_mentions": "您將不會見到提及他們的嘟文。",
|
||||
"boost_modal.combo": "您下次可以按 {combo} 跳過",
|
||||
"boost_modal.reblog": "是否要轉嘟?",
|
||||
"boost_modal.undo_reblog": "是否要取消轉嘟?",
|
||||
"bundle_column_error.copy_stacktrace": "複製錯誤報告",
|
||||
"bundle_column_error.error.body": "無法繪製請求的頁面。這可能是因為我們程式碼中的臭蟲或是瀏覽器的相容問題。",
|
||||
"bundle_column_error.error.body": "無法繪製請求的頁面。這可能是因為我們程式碼中的臭蟲或是瀏覽器相容問題。",
|
||||
"bundle_column_error.error.title": "糟糕!",
|
||||
"bundle_column_error.network.body": "嘗試載入此頁面時發生錯誤。這可能是因為您的網際網路連線或此伺服器有暫時性的問題。",
|
||||
"bundle_column_error.network.title": "網路錯誤",
|
||||
"bundle_column_error.retry": "重試",
|
||||
"bundle_column_error.return": "返回首頁",
|
||||
"bundle_column_error.routing.body": "找不到請求的頁面。您確定網址列中的 URL 是正確的嗎?",
|
||||
"bundle_column_error.routing.body": "找不到請求的頁面。您是否確定網址列中的 URL 是正確的?",
|
||||
"bundle_column_error.routing.title": "404",
|
||||
"bundle_modal_error.close": "關閉",
|
||||
"bundle_modal_error.message": "載入此元件時發生錯誤。",
|
||||
"bundle_modal_error.retry": "重試",
|
||||
"closed_registrations.other_server_instructions": "因為 Mastodon 是去中心化的,所以您也能於其他伺服器上建立帳號,並仍然與這個伺服器互動。",
|
||||
"closed_registrations.other_server_instructions": "因為 Mastodon 是去中心化的,所以您也能於其他伺服器上建立帳號,並仍然與此伺服器互動。",
|
||||
"closed_registrations_modal.description": "目前無法於 {domain} 建立新帳號,但也請別忘了,您並不一定需要有 {domain} 伺服器的帳號,也能使用 Mastodon。",
|
||||
"closed_registrations_modal.find_another_server": "尋找另一個伺服器",
|
||||
"closed_registrations_modal.preamble": "Mastodon 是去中心化的,所以無論您於哪個伺服器新增帳號,都可以與此伺服器上的任何人跟隨及互動。您甚至能自行架設自己的伺服器!",
|
||||
"closed_registrations_modal.title": "註冊 Mastodon",
|
||||
"column.about": "關於",
|
||||
"column.blocks": "已封鎖的使用者",
|
||||
"column.blocks": "已封鎖使用者",
|
||||
"column.bookmarks": "書籤",
|
||||
"column.community": "本站時間軸",
|
||||
"column.direct": "私訊",
|
||||
@@ -129,7 +129,7 @@
|
||||
"column.follow_requests": "跟隨請求",
|
||||
"column.home": "首頁",
|
||||
"column.lists": "列表",
|
||||
"column.mutes": "已靜音的使用者",
|
||||
"column.mutes": "已靜音使用者",
|
||||
"column.notifications": "推播通知",
|
||||
"column.pins": "釘選的嘟文",
|
||||
"column.public": "聯邦時間軸",
|
||||
@@ -141,9 +141,9 @@
|
||||
"column_header.show_settings": "顯示設定",
|
||||
"column_header.unpin": "取消釘選",
|
||||
"column_subheading.settings": "設定",
|
||||
"community.column_settings.local_only": "只顯示本站",
|
||||
"community.column_settings.media_only": "只顯示媒體",
|
||||
"community.column_settings.remote_only": "只顯示遠端",
|
||||
"community.column_settings.local_only": "僅顯示本站",
|
||||
"community.column_settings.media_only": "僅顯示媒體",
|
||||
"community.column_settings.remote_only": "僅顯示遠端",
|
||||
"compose.language.change": "變更語言",
|
||||
"compose.language.search": "搜尋語言...",
|
||||
"compose.published.body": "發嘟成功。",
|
||||
@@ -151,8 +151,8 @@
|
||||
"compose.saved.body": "已儲存嘟文。",
|
||||
"compose_form.direct_message_warning_learn_more": "了解更多",
|
||||
"compose_form.encryption_warning": "Mastodon 上的嘟文並未進行端到端加密。請不要透過 Mastodon 分享任何敏感資訊。",
|
||||
"compose_form.hashtag_warning": "由於這則嘟文設定為非公開,將不會列於任何主題標籤下。只有公開的嘟文才能藉由主題標籤被找到。",
|
||||
"compose_form.lock_disclaimer": "您的帳號尚未 {locked}。任何人皆能跟隨您並看到您設定成只對跟隨者顯示的嘟文。",
|
||||
"compose_form.hashtag_warning": "由於這則嘟文設定為「不公開」,它將不被列於任何主題標籤下。只有公開的嘟文才能藉由主題標籤被找到。",
|
||||
"compose_form.lock_disclaimer": "您的帳號尚未 {locked}。任何人皆能跟隨您並看到您設定成僅有跟隨者可見的嘟文。",
|
||||
"compose_form.lock_disclaimer.lock": "上鎖",
|
||||
"compose_form.placeholder": "正在想些什麼嗎?",
|
||||
"compose_form.poll.duration": "投票期限",
|
||||
@@ -187,7 +187,7 @@
|
||||
"confirmations.logout.title": "您確定要登出嗎?",
|
||||
"confirmations.mute.confirm": "靜音",
|
||||
"confirmations.redraft.confirm": "刪除並重新編輯",
|
||||
"confirmations.redraft.message": "您確定要刪除這則嘟文並重新編輯嗎?您將失去這則嘟文之轉嘟及最愛,且對此嘟文之回覆會變成獨立的嘟文。",
|
||||
"confirmations.redraft.message": "您確定要刪除這則嘟文並重新編輯嗎?您將失去此嘟文之轉嘟及最愛,且對原嘟文之回覆將變成獨立嘟文。",
|
||||
"confirmations.redraft.title": "是否刪除並重新編輯該嘟文?",
|
||||
"confirmations.reply.confirm": "回覆",
|
||||
"confirmations.reply.message": "回覆嘟文將覆蓋掉您目前正在撰寫之嘟文內容。您是否仍要繼續?",
|
||||
@@ -206,7 +206,7 @@
|
||||
"copypaste.copied": "已複製",
|
||||
"copypaste.copy_to_clipboard": "複製到剪貼簿",
|
||||
"directory.federated": "來自已知聯邦宇宙",
|
||||
"directory.local": "僅來自 {domain} 網域",
|
||||
"directory.local": "僅來自 {domain}",
|
||||
"directory.new_arrivals": "新人",
|
||||
"directory.recently_active": "最近活躍",
|
||||
"disabled_account_banner.account_settings": "帳號設定",
|
||||
@@ -223,9 +223,9 @@
|
||||
"domain_block_modal.they_cant_follow": "來自此伺服器之使用者將無法跟隨您。",
|
||||
"domain_block_modal.they_wont_know": "他們不會知道他們已被封鎖。",
|
||||
"domain_block_modal.title": "是否封鎖該網域?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "您將會失去 {followersCount, plural, other {{followersCountDisplay} 個跟隨者}} 與 {followingCount, plural, other {{followingCountDisplay} 個您跟隨之帳號}}.",
|
||||
"domain_block_modal.you_will_lose_num_followers": "您將失去 {followersCount, plural, other {{followersCountDisplay} 個跟隨者}} 與 {followingCount, plural, other {{followingCountDisplay} 個您跟隨之帳號}}。",
|
||||
"domain_block_modal.you_will_lose_relationships": "您將失去所有的跟隨者與您自此伺服器跟隨之帳號。",
|
||||
"domain_block_modal.you_wont_see_posts": "您不會見到來自此伺服器使用者之任何嘟文或推播通知。",
|
||||
"domain_block_modal.you_wont_see_posts": "您將不會見到來自此伺服器使用者之任何嘟文或推播通知。",
|
||||
"domain_pill.activitypub_lets_connect": "它使您能於 Mastodon 及其他不同的社群應用程式與人連結及互動。",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub 像是 Mastodon 與其他社群網路溝通時所用的語言。",
|
||||
"domain_pill.server": "伺服器",
|
||||
@@ -239,7 +239,7 @@
|
||||
"domain_pill.your_handle": "您的帳號:",
|
||||
"domain_pill.your_server": "您數位世界的家,您所有的嘟文都在這裡。不喜歡這台伺服器嗎?您能隨時搬家至其他伺服器並且仍保有您的跟隨者。",
|
||||
"domain_pill.your_username": "您於您的伺服器中獨一無二的識別。於不同的伺服器上可能找到具有相同帳號的使用者。",
|
||||
"embed.instructions": "若您欲於您的網站嵌入此嘟文,請複製以下程式碼。",
|
||||
"embed.instructions": "請複製以下程式碼以於您的網站嵌入此嘟文。",
|
||||
"embed.preview": "它將顯示成這樣:",
|
||||
"emoji_button.activity": "活動",
|
||||
"emoji_button.clear": "清除",
|
||||
@@ -260,7 +260,7 @@
|
||||
"empty_column.account_suspended": "帳號已被停權",
|
||||
"empty_column.account_timeline": "這裡還沒有嘟文!",
|
||||
"empty_column.account_unavailable": "無法取得個人檔案",
|
||||
"empty_column.blocks": "您還沒有封鎖任何使用者。",
|
||||
"empty_column.blocks": "您尚未封鎖任何使用者。",
|
||||
"empty_column.bookmarked_statuses": "您還沒有新增任何書籤。當您新增書籤時,它將於此顯示。",
|
||||
"empty_column.community": "本站時間軸是空的。快公開嘟些文搶頭香啊!",
|
||||
"empty_column.direct": "您還沒有收到任何私訊。當您私訊別人或收到私訊時,它將於此顯示。",
|
||||
@@ -271,18 +271,18 @@
|
||||
"empty_column.follow_requests": "您還沒有收到任何跟隨請求。當您收到的跟隨請求時,它將於此顯示。",
|
||||
"empty_column.followed_tags": "您還沒有跟隨任何主題標籤。當您跟隨主題標籤時,它們將於此顯示。",
|
||||
"empty_column.hashtag": "這個主題標籤下什麼也沒有。",
|
||||
"empty_column.home": "您的首頁時間軸是空的!跟隨更多人來將它填滿吧!",
|
||||
"empty_column.home": "您的首頁時間軸是空的!跟隨更多人將它填滿吧!",
|
||||
"empty_column.list": "這份列表下什麼也沒有。當此列表的成員嘟出新的嘟文時,它們將顯示於此。",
|
||||
"empty_column.lists": "您還沒有新增任何列表。當您新增列表時,它將於此顯示。",
|
||||
"empty_column.mutes": "您尚未靜音任何使用者。",
|
||||
"empty_column.mutes": "您還沒有靜音任何使用者。",
|
||||
"empty_column.notification_requests": "清空啦!已經沒有任何推播通知。當您收到新推播通知時,它們將依照您的設定於此顯示。",
|
||||
"empty_column.notifications": "您還沒有收到任何推播通知,當您與別人開始互動時,它將於此顯示。",
|
||||
"empty_column.public": "這裡什麼都沒有!嘗試寫些公開的嘟文,或者跟隨其他伺服器的使用者後,就會有嘟文出現了",
|
||||
"empty_column.public": "這裡什麼都沒有!嘗試寫些公開的嘟文,或著自己跟隨其他伺服器的使用者後就會有嘟文出現了",
|
||||
"error.unexpected_crash.explanation": "由於發生系統故障或瀏覽器相容性問題,無法正常顯示此頁面。",
|
||||
"error.unexpected_crash.explanation_addons": "此頁面無法被正常顯示,這可能是由瀏覽器附加元件或網頁自動翻譯工具造成的。",
|
||||
"error.unexpected_crash.next_steps": "請嘗試重新整理頁面。如果狀況沒有改善,您可以使用不同的瀏覽器或應用程式以檢視來使用 Mastodon。",
|
||||
"error.unexpected_crash.next_steps_addons": "請嘗試關閉它們然後重新整理頁面。如果狀況沒有改善,您可以使用不同的瀏覽器或應用程式來檢視來使用 Mastodon。",
|
||||
"errors.unexpected_crash.copy_stacktrace": "複製 stacktrace 到剪貼簿",
|
||||
"error.unexpected_crash.next_steps": "請嘗試重新整理頁面。如果狀況沒有改善,您可以透過不同的瀏覽器或應用程式以使用 Mastodon。",
|
||||
"error.unexpected_crash.next_steps_addons": "請嘗試關閉它們然後重新整理頁面。如果狀況沒有改善,您可以透過不同的瀏覽器或應用程式以使用 Mastodon。",
|
||||
"errors.unexpected_crash.copy_stacktrace": "複製 stacktrace 至剪貼簿",
|
||||
"errors.unexpected_crash.report_issue": "回報問題",
|
||||
"explore.search_results": "搜尋結果",
|
||||
"explore.suggested_follows": "使用者",
|
||||
@@ -294,12 +294,12 @@
|
||||
"filter_modal.added.context_mismatch_title": "不符合情境!",
|
||||
"filter_modal.added.expired_explanation": "此過濾器類別已失效,您需要更新過期日期以套用。",
|
||||
"filter_modal.added.expired_title": "過期的過濾器!",
|
||||
"filter_modal.added.review_and_configure": "要檢視與進一步設定此過濾器類別,請至 {settings_link}。",
|
||||
"filter_modal.added.review_and_configure": "如欲檢視與進一步設定此過濾器類別,請至 {settings_link}。",
|
||||
"filter_modal.added.review_and_configure_title": "過濾器設定",
|
||||
"filter_modal.added.settings_link": "設定頁面",
|
||||
"filter_modal.added.short_explanation": "此嘟文已被新增至以下過濾器類別:{title}。",
|
||||
"filter_modal.added.title": "已新增過濾器!",
|
||||
"filter_modal.select_filter.context_mismatch": "不是用目前情境",
|
||||
"filter_modal.select_filter.context_mismatch": "不適用目前情境",
|
||||
"filter_modal.select_filter.expired": "已過期",
|
||||
"filter_modal.select_filter.prompt_new": "新類別:{name}",
|
||||
"filter_modal.select_filter.search": "搜尋或新增",
|
||||
@@ -317,13 +317,13 @@
|
||||
"follow_requests.unlocked_explanation": "即便您的帳號未被鎖定,{domain} 的管理員認為您可能想要自己審核這些帳號的跟隨請求。",
|
||||
"follow_suggestions.curated_suggestion": "精選內容",
|
||||
"follow_suggestions.dismiss": "不再顯示",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊精選",
|
||||
"follow_suggestions.featured_longer": "{domain} 團隊精心挑選",
|
||||
"follow_suggestions.friends_of_friends_longer": "受您跟隨之使用者愛戴的風雲人物",
|
||||
"follow_suggestions.hints.featured": "這個個人檔案是 {domain} 管理團隊精心挑選的。",
|
||||
"follow_suggestions.hints.friends_of_friends": "這個個人檔案於您跟隨的帳號中很受歡迎。",
|
||||
"follow_suggestions.hints.most_followed": "這個個人檔案是 {domain} 中最受歡迎的帳號之一。",
|
||||
"follow_suggestions.hints.most_interactions": "這個個人檔案最近於 {domain} 受到非常多關注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "這個個人檔案與您最近跟隨之帳號類似。",
|
||||
"follow_suggestions.hints.featured": "此個人檔案是 {domain} 管理團隊精心挑選。",
|
||||
"follow_suggestions.hints.friends_of_friends": "此個人檔案於您跟隨的帳號中很受歡迎。",
|
||||
"follow_suggestions.hints.most_followed": "此個人檔案是 {domain} 中最受歡迎的帳號之一。",
|
||||
"follow_suggestions.hints.most_interactions": "此個人檔案最近於 {domain} 受到非常多關注。",
|
||||
"follow_suggestions.hints.similar_to_recently_followed": "此個人檔案與您最近跟隨之帳號類似。",
|
||||
"follow_suggestions.personalized_suggestion": "個人化推薦",
|
||||
"follow_suggestions.popular_suggestion": "熱門推薦",
|
||||
"follow_suggestions.popular_suggestion_longer": "{domain} 上的人氣王",
|
||||
@@ -349,10 +349,10 @@
|
||||
"hashtag.column_settings.tag_mode.all": "全部",
|
||||
"hashtag.column_settings.tag_mode.any": "任一",
|
||||
"hashtag.column_settings.tag_mode.none": "全不",
|
||||
"hashtag.column_settings.tag_toggle": "將額外標籤加入到這個欄位",
|
||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} 名} other {{counter} 名}}參與者",
|
||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} 則} other {{counter} 則}}嘟文",
|
||||
"hashtag.counter_by_uses_today": "本日有 {count, plural, one {{counter} 則} other {{counter} 則}}嘟文",
|
||||
"hashtag.column_settings.tag_toggle": "將額外標籤加入至此欄位",
|
||||
"hashtag.counter_by_accounts": "{count, plural, other {{counter} 名參與者}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {{counter} 則嘟文}}",
|
||||
"hashtag.counter_by_uses_today": "本日有 {count, plural, other {{counter} 則嘟文}}",
|
||||
"hashtag.follow": "跟隨主題標籤",
|
||||
"hashtag.unfollow": "取消跟隨主題標籤",
|
||||
"hashtags.and_other": "…及其他 {count, plural, other {# 個}}",
|
||||
@@ -365,7 +365,7 @@
|
||||
"hints.threads.replies_may_be_missing": "來自其他站點之回覆或有缺失。",
|
||||
"hints.threads.see_more": "於 {domain} 檢視更多回覆",
|
||||
"home.column_settings.show_reblogs": "顯示轉嘟",
|
||||
"home.column_settings.show_replies": "顯示回覆",
|
||||
"home.column_settings.show_replies": "顯示回嘟",
|
||||
"home.hide_announcements": "隱藏公告",
|
||||
"home.pending_critical_update.body": "請立即升級您的 Mastodon 伺服器!",
|
||||
"home.pending_critical_update.link": "檢視更新內容",
|
||||
@@ -440,10 +440,10 @@
|
||||
"lightbox.zoom_in": "縮放至實際大小",
|
||||
"lightbox.zoom_out": "縮放至合適大小",
|
||||
"limited_account_hint.action": "一律顯示個人檔案",
|
||||
"limited_account_hint.title": "此個人檔案已被 {domain} 的管理員隱藏。",
|
||||
"limited_account_hint.title": "此個人檔案已被 {domain} 之管理員隱藏。",
|
||||
"link_preview.author": "來自 {name}",
|
||||
"link_preview.more_from_author": "來自 {name} 之更多內容",
|
||||
"link_preview.shares": "{count, plural, other {{count} 則嘟文}}",
|
||||
"link_preview.shares": "{count, plural, other {{counter} 則嘟文}}",
|
||||
"lists.account.add": "新增至列表",
|
||||
"lists.account.remove": "自列表中移除",
|
||||
"lists.delete": "刪除列表",
|
||||
@@ -452,7 +452,7 @@
|
||||
"lists.exclusive": "於首頁時間軸隱藏這些嘟文",
|
||||
"lists.new.create": "新增列表",
|
||||
"lists.new.title_placeholder": "新列表標題",
|
||||
"lists.replies_policy.followed": "任何跟隨的使用者",
|
||||
"lists.replies_policy.followed": "任何已跟隨之使用者",
|
||||
"lists.replies_policy.list": "列表成員",
|
||||
"lists.replies_policy.none": "沒有人",
|
||||
"lists.replies_policy.title": "顯示回覆:",
|
||||
@@ -464,17 +464,17 @@
|
||||
"moved_to_account_banner.text": "您的帳號 {disabledAccount} 目前已停用,因為您已搬家至 {movedToAccount}。",
|
||||
"mute_modal.hide_from_notifications": "於推播通知中隱藏",
|
||||
"mute_modal.hide_options": "隱藏選項",
|
||||
"mute_modal.indefinite": "直到我解除靜音他們",
|
||||
"mute_modal.indefinite": "直到我解除靜音",
|
||||
"mute_modal.show_options": "顯示選項",
|
||||
"mute_modal.they_can_mention_and_follow": "他們仍可提及或跟隨您,但您不會見到他們。",
|
||||
"mute_modal.they_wont_know": "他們不會知道他們已被靜音。",
|
||||
"mute_modal.title": "是否靜音該使用者?",
|
||||
"mute_modal.you_wont_see_mentions": "您不會見到提及他們的嘟文。",
|
||||
"mute_modal.you_wont_see_posts": "他們仍可讀取您的嘟文,但您不會見到他們的。",
|
||||
"mute_modal.you_wont_see_mentions": "您將不會見到提及他們的嘟文。",
|
||||
"mute_modal.you_wont_see_posts": "他們仍可讀取您的嘟文,但您不會見到他們的嘟文。",
|
||||
"navigation_bar.about": "關於",
|
||||
"navigation_bar.administration": "管理介面",
|
||||
"navigation_bar.advanced_interface": "以進階網頁介面開啟",
|
||||
"navigation_bar.blocks": "已封鎖的使用者",
|
||||
"navigation_bar.blocks": "已封鎖使用者",
|
||||
"navigation_bar.bookmarks": "書籤",
|
||||
"navigation_bar.community_timeline": "本站時間軸",
|
||||
"navigation_bar.compose": "撰寫新嘟文",
|
||||
@@ -524,7 +524,7 @@
|
||||
"notification.moderation_warning.action_disable": "您的帳號已被停用。",
|
||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "某些您的嘟文已被標記為敏感內容。",
|
||||
"notification.moderation_warning.action_none": "您的帳號已收到管理員警告。",
|
||||
"notification.moderation_warning.action_sensitive": "即日起,您的嘟文將會被標記為敏感內容。",
|
||||
"notification.moderation_warning.action_sensitive": "即日起,您的嘟文將被標記為敏感內容。",
|
||||
"notification.moderation_warning.action_silence": "您的帳號已被限制。",
|
||||
"notification.moderation_warning.action_suspend": "您的帳號已被停權。",
|
||||
"notification.own_poll": "您的投票已結束",
|
||||
@@ -541,11 +541,11 @@
|
||||
"notification_requests.accept": "接受",
|
||||
"notification_requests.accept_multiple": "{count, plural, other {接受 # 則請求...}}",
|
||||
"notification_requests.confirm_accept_multiple.button": "{count, plural, other {接受請求}}",
|
||||
"notification_requests.confirm_accept_multiple.message": "您將接受 {count, plural, other {# 則推播通知請求}}。您確定要繼續?",
|
||||
"notification_requests.confirm_accept_multiple.title": "接受推播通知請求?",
|
||||
"notification_requests.confirm_accept_multiple.message": "您將接受 {count, plural, other {# 則推播通知請求}}。您確定要繼續嗎?",
|
||||
"notification_requests.confirm_accept_multiple.title": "是否接受推播通知請求?",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, other {忽略請求}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "您將忽略 {count, plural, other {# 則推播通知請求}}。您將不再能輕易存取{count, plural, other {這些}}推播通知。您確定要繼續?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "忽略推播通知請求?",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "您將忽略 {count, plural, other {# 則推播通知請求}}。您將不再能輕易存取{count, plural, other {這些}}推播通知。您確定要繼續嗎?",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "是否忽略推播通知請求?",
|
||||
"notification_requests.dismiss": "關閉",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, other {忽略 # 則請求...}}",
|
||||
"notification_requests.edit_selection": "編輯",
|
||||
@@ -602,7 +602,7 @@
|
||||
"notifications.policy.filter_limited_accounts_title": "受管制帳號",
|
||||
"notifications.policy.filter_new_accounts.hint": "新增於過去 {days, plural, other {# 日}}",
|
||||
"notifications.policy.filter_new_accounts_title": "新帳號",
|
||||
"notifications.policy.filter_not_followers_hint": "包含最近 {days, plural, other {# 日}} 內跟隨您之使用者",
|
||||
"notifications.policy.filter_not_followers_hint": "包含最近 {days, plural, other {# 日}}內跟隨您之使用者",
|
||||
"notifications.policy.filter_not_followers_title": "未跟隨您之使用者",
|
||||
"notifications.policy.filter_not_following_hint": "直至您手動核准他們",
|
||||
"notifications.policy.filter_not_following_title": "您未跟隨之使用者",
|
||||
@@ -670,7 +670,7 @@
|
||||
"privacy.private.short": "跟隨者",
|
||||
"privacy.public.long": "所有人 (無論在 Mastodon 上與否)",
|
||||
"privacy.public.short": "公開",
|
||||
"privacy.unlisted.additional": "此與公開嘟文完全相同,但嘟文不會出現於即時內容或主題標籤、探索、及 Mastodon 搜尋中,即使您在帳戶設定中選擇加入。",
|
||||
"privacy.unlisted.additional": "此與公開嘟文完全相同,但嘟文不會出現於即時內容或主題標籤、探索、及 Mastodon 搜尋中,即使您於帳戶設定中選擇加入。",
|
||||
"privacy.unlisted.long": "悄然無聲",
|
||||
"privacy.unlisted.short": "不公開",
|
||||
"privacy_policy.last_updated": "最後更新:{date}",
|
||||
@@ -694,7 +694,7 @@
|
||||
"reply_indicator.cancel": "取消",
|
||||
"reply_indicator.poll": "投票",
|
||||
"report.block": "封鎖",
|
||||
"report.block_explanation": "您將不再看到他們的嘟文。他們將無法看到您的嘟文或是跟隨您。他們會發現他們已被封鎖。",
|
||||
"report.block_explanation": "您將不再看到他們的嘟文。他們將無法檢視您的嘟文或是跟隨您。他們會發現他們已被封鎖。",
|
||||
"report.categories.legal": "合法性",
|
||||
"report.categories.other": "其他",
|
||||
"report.categories.spam": "垃圾訊息",
|
||||
@@ -708,7 +708,7 @@
|
||||
"report.forward": "轉寄到 {target}",
|
||||
"report.forward_hint": "這個帳號屬於其他伺服器。要向該伺服器發送匿名的檢舉訊息嗎?",
|
||||
"report.mute": "靜音",
|
||||
"report.mute_explanation": "您將不再看到他們的嘟文。他們仍能可以跟隨您以及察看您的嘟文,並且不會知道他們已被靜音。",
|
||||
"report.mute_explanation": "您將不再看到他們的嘟文。他們仍能可以跟隨您以及檢視您的嘟文,並且不會知道他們已被靜音。",
|
||||
"report.next": "繼續",
|
||||
"report.placeholder": "其他備註",
|
||||
"report.reasons.dislike": "我不喜歡",
|
||||
@@ -733,7 +733,7 @@
|
||||
"report.thanks.title_actionable": "感謝您的檢舉,我們將會著手處理。",
|
||||
"report.unfollow": "取消跟隨 @{name}",
|
||||
"report.unfollow_explanation": "您正在跟隨此帳號。如不欲於首頁時間軸再見到他們的嘟文,請取消跟隨。",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count} 則} other {{count} 則}} 嘟文",
|
||||
"report_notification.attached_statuses": "已附加 {count, plural, other {{count} 則嘟文}}",
|
||||
"report_notification.categories.legal": "合法性",
|
||||
"report_notification.categories.legal_sentence": "違法內容",
|
||||
"report_notification.categories.other": "其他",
|
||||
@@ -752,7 +752,7 @@
|
||||
"search.quick_action.status_search": "符合的嘟文 {x}",
|
||||
"search.search_or_paste": "搜尋或輸入網址",
|
||||
"search_popout.full_text_search_disabled_message": "{domain} 上無法使用。",
|
||||
"search_popout.full_text_search_logged_out_message": "僅於登入時能使用。",
|
||||
"search_popout.full_text_search_logged_out_message": "功能僅限登入後使用。",
|
||||
"search_popout.language_code": "ISO 語言代碼 (ISO language code)",
|
||||
"search_popout.options": "搜尋選項",
|
||||
"search_popout.quick_actions": "快捷操作",
|
||||
@@ -791,10 +791,10 @@
|
||||
"status.direct_indicator": "私訊",
|
||||
"status.edit": "編輯",
|
||||
"status.edited": "上次編輯於 {date}",
|
||||
"status.edited_x_times": "已編輯 {count, plural, one {{count} 次} other {{count} 次}}",
|
||||
"status.edited_x_times": "已編輯 {count, plural, other {{count} 次}}",
|
||||
"status.embed": "取得嵌入程式碼",
|
||||
"status.favourite": "最愛",
|
||||
"status.favourites": "{count, plural, other {則最愛}}",
|
||||
"status.favourites": "{count, plural, other {{counter} 則最愛}}",
|
||||
"status.filter": "過濾此嘟文",
|
||||
"status.history.created": "{name} 於 {date} 建立",
|
||||
"status.history.edited": "{name} 於 {date} 修改",
|
||||
@@ -813,7 +813,7 @@
|
||||
"status.reblog": "轉嘟",
|
||||
"status.reblog_private": "依照原嘟可見性轉嘟",
|
||||
"status.reblogged_by": "{name} 已轉嘟",
|
||||
"status.reblogs": "{count, plural, other {則轉嘟}}",
|
||||
"status.reblogs": "{count, plural, other {{counter} 則轉嘟}}",
|
||||
"status.reblogs.empty": "還沒有人轉嘟過這則嘟文。當有人轉嘟時,它們將於此顯示。",
|
||||
"status.redraft": "刪除並重新編輯",
|
||||
"status.remove_bookmark": "自書籤中移除",
|
||||
@@ -839,11 +839,11 @@
|
||||
"tabs_bar.home": "首頁",
|
||||
"tabs_bar.notifications": "通知",
|
||||
"time_remaining.days": "剩餘 {number, plural, other {# 天}}",
|
||||
"time_remaining.hours": "剩餘{number, plural, other {# 小時}}",
|
||||
"time_remaining.minutes": "剩餘{number, plural, other {# 分鐘}}",
|
||||
"time_remaining.hours": "剩餘 {number, plural, other {# 小時}}",
|
||||
"time_remaining.minutes": "剩餘 {number, plural, other {# 分鐘}}",
|
||||
"time_remaining.moments": "剩餘時間",
|
||||
"time_remaining.seconds": "剩餘{number, plural, other {# 秒}}",
|
||||
"trends.counter_by_accounts": "{count, plural, one {{counter} 人} other {{counter} 人}}於過去 {days, plural, one {日} other {{days} 日}} 之間",
|
||||
"time_remaining.seconds": "剩餘 {number, plural, other {# 秒}}",
|
||||
"trends.counter_by_accounts": "{count, plural, other {{counter} 人}}於過去 {days, plural, other {{days} 日}}之間",
|
||||
"trends.trending_now": "現正熱門趨勢",
|
||||
"ui.beforeunload": "如果離開 Mastodon,您的草稿將會不見。",
|
||||
"units.short.billion": "{count}B",
|
||||
@@ -855,7 +855,7 @@
|
||||
"upload_error.poll": "不允許於投票時上傳檔案。",
|
||||
"upload_form.audio_description": "為聽覺障礙人士增加文字說明",
|
||||
"upload_form.description": "為視覺障礙人士增加文字說明",
|
||||
"upload_form.drag_and_drop.instructions": "請按空白鍵或 Enter 鍵取多媒體附加檔案。使用方向鍵移動多媒體附加檔案。按下空白鍵或 Enter 鍵於新位置放置多媒體附加檔案,或按下 ESC 鍵取消。",
|
||||
"upload_form.drag_and_drop.instructions": "請按空白鍵或 Enter 鍵選取多媒體附加檔案。使用方向鍵移動多媒體附加檔案。按下空白鍵或 Enter 鍵於新位置放置多媒體附加檔案,或按下 ESC 鍵取消。",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "移動已取消。多媒體附加檔案 {item} 已被放置。",
|
||||
"upload_form.drag_and_drop.on_drag_end": "多媒體附加檔案 {item} 已被放置。",
|
||||
"upload_form.drag_and_drop.on_drag_over": "多媒體附加檔案 {item} 已被移動。",
|
||||
|
||||
@@ -30,7 +30,7 @@ class ActivityPub::Parser::MediaAttachmentParser
|
||||
|
||||
def description
|
||||
str = @json['summary'].presence || @json['name'].presence
|
||||
str = str.strip[0...MediaAttachment::MAX_DESCRIPTION_LENGTH] if str.present?
|
||||
str = str.strip[0...MediaAttachment::MAX_DESCRIPTION_HARD_LENGTH_LIMIT] if str.present?
|
||||
str
|
||||
end
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ class MediaAttachment < ApplicationRecord
|
||||
enum :processing, { queued: 0, in_progress: 1, complete: 2, failed: 3 }, prefix: true
|
||||
|
||||
MAX_DESCRIPTION_LENGTH = 1_500
|
||||
MAX_DESCRIPTION_HARD_LENGTH_LIMIT = 10_000
|
||||
|
||||
IMAGE_LIMIT = (ENV['MAX_IMAGE_SIZE'] || 16.megabytes).to_i
|
||||
VIDEO_LIMIT = (ENV['MAX_VIDEO_SIZE'] || 99.megabytes).to_i
|
||||
|
||||
@@ -4,7 +4,7 @@ de:
|
||||
attributes:
|
||||
poll:
|
||||
expires_at: Abstimmungsende
|
||||
options: Auswahlmöglichkeiten
|
||||
options: Auswahlfelder
|
||||
user:
|
||||
agreement: Service-Vereinbarung
|
||||
email: E-Mail-Adresse
|
||||
@@ -46,7 +46,7 @@ de:
|
||||
user:
|
||||
attributes:
|
||||
email:
|
||||
blocked: verwendet einen unerlaubten E-Mail-Anbieter
|
||||
blocked: verwendet einen unerlaubten E-Mail-Provider
|
||||
unreachable: scheint nicht zu existieren
|
||||
role_id:
|
||||
elevated: kann nicht höher als deine derzeitige Rolle sein
|
||||
|
||||
@@ -7,7 +7,7 @@ en-GB:
|
||||
options: Choices
|
||||
user:
|
||||
agreement: Service agreement
|
||||
email: E-mail address
|
||||
email: Email address
|
||||
locale: Locale
|
||||
password: Password
|
||||
user/account:
|
||||
@@ -25,7 +25,7 @@ en-GB:
|
||||
account:
|
||||
attributes:
|
||||
username:
|
||||
invalid: must contain only letters, numbers and underscores
|
||||
invalid: must contain only letters, numbers, and underscores
|
||||
reserved: is reserved
|
||||
admin/webhook:
|
||||
attributes:
|
||||
@@ -46,7 +46,7 @@ en-GB:
|
||||
user:
|
||||
attributes:
|
||||
email:
|
||||
blocked: uses a disallowed e-mail provider
|
||||
blocked: uses a disallowed email provider
|
||||
unreachable: does not seem to exist
|
||||
role_id:
|
||||
elevated: cannot be higher than your current role
|
||||
@@ -62,4 +62,4 @@ en-GB:
|
||||
webhook:
|
||||
attributes:
|
||||
events:
|
||||
invalid_permissions: cannot include events you don't have the rights to
|
||||
invalid_permissions: cannot include events to which you don't have the rights
|
||||
|
||||
@@ -25,7 +25,7 @@ es-AR:
|
||||
account:
|
||||
attributes:
|
||||
username:
|
||||
invalid: sólo letras, números y subguiones ("_")
|
||||
invalid: solo letras, números y subguiones ("_")
|
||||
reserved: está reservado
|
||||
admin/webhook:
|
||||
attributes:
|
||||
|
||||
@@ -3,7 +3,7 @@ fr:
|
||||
activerecord:
|
||||
attributes:
|
||||
poll:
|
||||
expires_at: Date d'expiration
|
||||
expires_at: Date d'échéance
|
||||
options: Choix
|
||||
user:
|
||||
agreement: Contrat de service
|
||||
@@ -25,7 +25,7 @@ fr:
|
||||
account:
|
||||
attributes:
|
||||
username:
|
||||
invalid: seulement des lettres, des chiffres et des tirets bas
|
||||
invalid: doit contenir uniquement des lettres, chiffres et tirets bas
|
||||
reserved: est réservé
|
||||
admin/webhook:
|
||||
attributes:
|
||||
|
||||
@@ -20,6 +20,7 @@ lad:
|
||||
invalid: no es un nombre de domeno valido
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} no es un nombre de domeno valido"
|
||||
too_many_lines: eksede el limito de %{limit} linyas
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
||||
@@ -6,7 +6,7 @@ lt:
|
||||
expires_at: Galutinė data
|
||||
options: Pasirinkimai
|
||||
user:
|
||||
agreement: Paslaugos sutartis
|
||||
agreement: Paslaugų sąlygos
|
||||
email: El. laiško adresas
|
||||
locale: Lokali
|
||||
password: Slaptažodis
|
||||
|
||||
@@ -15,7 +15,11 @@ ms:
|
||||
user/invite_request:
|
||||
text: Sebab
|
||||
errors:
|
||||
attributes:
|
||||
domain:
|
||||
invalid: bukanlah nama domain yang sah
|
||||
messages:
|
||||
invalid_domain_on_line: "%{value} bukanlah nama domain yang sah"
|
||||
too_many_lines: is over the limit of %{limit} lines
|
||||
models:
|
||||
account:
|
||||
|
||||
16
config/locales/activerecord.nan-TW.yml
Normal file
16
config/locales/activerecord.nan-TW.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
nan-TW:
|
||||
activerecord:
|
||||
attributes:
|
||||
poll:
|
||||
expires_at: 期限
|
||||
options: 選項
|
||||
user:
|
||||
agreement: 服務協議
|
||||
email: 電子phue地址
|
||||
locale: 在地化
|
||||
password: 密碼
|
||||
user/account:
|
||||
username: 用者ê名
|
||||
user/invite_request:
|
||||
text: 原因
|
||||
@@ -18,6 +18,8 @@
|
||||
attributes:
|
||||
domain:
|
||||
invalid: er ikke et gyldig domenenavn
|
||||
messages:
|
||||
too_many_lines: er over grensen på %{limit} linjer
|
||||
models:
|
||||
account:
|
||||
attributes:
|
||||
|
||||
@@ -1588,7 +1588,7 @@ be:
|
||||
subject: Апытанне ад %{name} скончылася
|
||||
reblog:
|
||||
body: "%{name} пашырыў(-ла) Ваш допіс:"
|
||||
subject: "%{name} пашырыў ваш допіс"
|
||||
subject: "%{name} пашырыў(-ла) Ваш допіс"
|
||||
title: Новае пашырэнне
|
||||
status:
|
||||
subject: Новы допіс ад %{name}
|
||||
@@ -1610,7 +1610,7 @@ be:
|
||||
trillion: трлн
|
||||
otp_authentication:
|
||||
code_hint: Каб пацвердзіць, увядзіце код, згенераваны праграмай-аўтэнтыфікатарам
|
||||
description_html: Калі вы ўключыце <strong>двухфактарную аўтэнтыфікацыю</strong> праз праграму-аўтэнтыфікатар, то каб увайсці ва ўліковы запіс, вам трэба мець тэлефон, які будзе генераваць токены для ўводу.
|
||||
description_html: Калі вы ўключыце <strong>двухфактарную аўтэнтыфікацыю</strong> праз праграму-аўтэнтыфікатар, то для ўваходу ва ўліковы запіс вам трэба будзе мець тэлефон, які будзе генераваць токены для ўводу.
|
||||
enable: Уключыць
|
||||
instructions_html: "<strong>Скануйце гэты QR-код у Google Authenticator або ў аналагічнай TOTP-праграме на вашым тэлефоне</strong>. З гэтага моманту праграма будзе генераваць токены, якія вам трэба будзе ўводзіць пры ўваходзе ва ўліковы запіс."
|
||||
manual_instructions: 'Калі вы не можаце сканаваць QR-код і трэба ўвесці яго ўручную, вось ключ у форме тэксту:'
|
||||
@@ -1793,7 +1793,7 @@ be:
|
||||
many: "%{count} відэафайлаў"
|
||||
one: "%{count} відэафайл"
|
||||
other: "%{count} відэафайла"
|
||||
boosted_from_html: Пашырыў уліковы запіс %{acct_link}
|
||||
boosted_from_html: Пашырыў(-ла) з %{acct_link}
|
||||
content_warning: 'Папярэджанне аб змесціве: %{warning}'
|
||||
default_language: Такая, што і мова інтэрфэйсу
|
||||
disallowed_hashtags:
|
||||
|
||||
@@ -302,6 +302,7 @@ br:
|
||||
already_suspended_badges:
|
||||
local: Astalet endeo war ar servijer-mañ
|
||||
are_you_sure: Ha sur oc'h?
|
||||
cancel: Nullañ
|
||||
comment:
|
||||
none: Hini ebet
|
||||
confirm: Kadarnaat
|
||||
@@ -346,6 +347,7 @@ br:
|
||||
view_devops: DevOps
|
||||
title: Rolloù
|
||||
rules:
|
||||
add_new: Ouzhpennañ ur reolenn
|
||||
delete: Dilemel
|
||||
edit: Kemmañ ar reolenn
|
||||
title: Reolennoù ar servijer
|
||||
@@ -378,6 +380,7 @@ br:
|
||||
version: Handelv
|
||||
statuses:
|
||||
account: Aozer·ez
|
||||
application: Arload
|
||||
batch:
|
||||
report: Disklêriañ
|
||||
deleted: Dilamet
|
||||
@@ -418,6 +421,7 @@ br:
|
||||
upload_check_privacy_error_object_storage:
|
||||
action: Gwelet amañ evit kaout muioc'h a ditouroù
|
||||
tags:
|
||||
name: Anv
|
||||
search: Klask
|
||||
title: Gerioù-klik
|
||||
title: Merañ
|
||||
@@ -504,6 +508,8 @@ br:
|
||||
rules:
|
||||
title_invited: Pedet oc'h bet.
|
||||
security: Diogelroez
|
||||
sign_in:
|
||||
title: Kevreañ ouzh %{domain}
|
||||
status:
|
||||
account_status: Statud ar gont
|
||||
challenge:
|
||||
@@ -530,6 +536,7 @@ br:
|
||||
x_seconds: "%{count}eil"
|
||||
deletes:
|
||||
proceed: Dilemel ar gont
|
||||
success_msg: Ho kont a zo bet dilamet gant berzh
|
||||
disputes:
|
||||
strikes:
|
||||
appeal: Ober engalv
|
||||
@@ -576,6 +583,7 @@ br:
|
||||
title: Toudoù silet
|
||||
generic:
|
||||
all: Pep tra
|
||||
cancel: Nullañ
|
||||
changes_saved_msg: Enrollet eo bet ar cheñchamantoù gant berzh!
|
||||
confirm: Kadarnaat
|
||||
copy: Eilañ
|
||||
@@ -730,10 +738,17 @@ br:
|
||||
platforms:
|
||||
adobe_air: Adobe Air
|
||||
android: Android
|
||||
blackberry: BlackBerry
|
||||
chrome_os: ChromeOS
|
||||
firefox_os: Firefox OS
|
||||
ios: iOS
|
||||
kai_os: KaiOS
|
||||
linux: Linux
|
||||
mac: macOS
|
||||
unknown_platform: Savenn dianav
|
||||
windows: Windows
|
||||
windows_mobile: Windows Mobile
|
||||
windows_phone: Windows Phone
|
||||
revoke: Dizober
|
||||
settings:
|
||||
account: Kont
|
||||
|
||||
@@ -803,7 +803,7 @@ cs:
|
||||
public_timelines: Veřejné časové osy
|
||||
publish_discovered_servers: Zveřejnit objevené servery
|
||||
publish_statistics: Zveřejnit statistiku
|
||||
title: Objevujte
|
||||
title: Objevování
|
||||
trends: Trendy
|
||||
domain_blocks:
|
||||
all: Všem
|
||||
|
||||
@@ -22,12 +22,12 @@ cy:
|
||||
pin_errors:
|
||||
following: Rhaid i chi fod yn dilyn y person rydych am ei gymeradwyo, yn barod
|
||||
posts:
|
||||
few: Postiadau
|
||||
many: Postiadau
|
||||
few: Postiad
|
||||
many: Postiad
|
||||
one: Postiad
|
||||
other: Postiadau
|
||||
two: Postiadau
|
||||
zero: Postiadau
|
||||
other: Postiad
|
||||
two: Bostiad
|
||||
zero: Postiad
|
||||
posts_tab_heading: Postiadau
|
||||
self_follow_error: Chewch chi ddim dilyn eich cyfrif eich hun
|
||||
admin:
|
||||
|
||||
@@ -66,7 +66,7 @@ da:
|
||||
disabled: Frosset
|
||||
display_name: Visningsnavn
|
||||
domain: Domæne
|
||||
edit: Redigere
|
||||
edit: Rediger
|
||||
email: E-mail
|
||||
email_status: E-mailstatus
|
||||
enable: Optø
|
||||
@@ -410,7 +410,7 @@ da:
|
||||
create: Opret blokering
|
||||
hint: Domæneblokeringen vil ikke forhindre oprettelse af kontoposter i databasen, men vil retroaktivt og automatisk føje særlige moderationsmetoder til disse konti.
|
||||
severity:
|
||||
desc_html: "<strong>Begræns</strong> gør indlæg fra konti på dette domæne usynlige for alle ikke-følger. <strong>Suspendér</strong> fjerner alt indhold, medier og profildata for dette domænes konti fra serveren. Brug <strong>Ingen</strong>, hvis man blot vil afvise mediefiler."
|
||||
desc_html: "<strong>Begræns</strong> gør indlæg fra konti på dette domæne usynlige for alle, der ikke følger dem. <strong>Suspendér</strong> fjerner alt indhold, medier og profildata for dette domænes konti fra din server. Brug <strong>Ingen</strong>, hvis du kun vil afvise mediefiler."
|
||||
noop: Ingen
|
||||
silence: Begræns
|
||||
suspend: Suspendere
|
||||
@@ -456,7 +456,7 @@ da:
|
||||
no_file: Ingen fil valgt
|
||||
export_domain_blocks:
|
||||
import:
|
||||
description_html: En liste over domæneblokeringer er ved at blive importeret. Gennemgå listen meget nøje, især hvis man ikke selv har oprettet den.
|
||||
description_html: Du er ved at importere en liste over domæneblokeringer. Gennemgå denne liste meget omhyggeligt, især hvis du ikke selv har udarbejdet den.
|
||||
existing_relationships_warning: Eksisterende følge-relationer
|
||||
private_comment_description_html: 'For at man lettere kan holde styr på, hvorfra importerede blokeringer kommer, oprettes disse med flg. private kommentar: <q>%{comment}</q>'
|
||||
private_comment_template: Importeret fra %{source} d. %{date}
|
||||
@@ -536,7 +536,7 @@ da:
|
||||
private_comment: Privat kommentar
|
||||
public_comment: Offentlig kommentar
|
||||
purge: Udrens
|
||||
purge_description_html: Antages dette domæne at være offline permanent, kan alle kontooptegnelser og tilknyttede data herfra slettes fra ens lagerplads. Dette kan tage et stykke tid.
|
||||
purge_description_html: Hvis du antager, at dette domæne er permanent offline, kan du slette alle kontooplysninger og tilknyttede data fra dette domæne fra din lagerplads. Dette kan tage et stykke tid.
|
||||
title: Federering
|
||||
total_blocked_by_us: Blokeret af os
|
||||
total_followed_by_them: Følges af dem
|
||||
@@ -577,7 +577,7 @@ da:
|
||||
disable: Deaktivér
|
||||
disabled: Deaktiveret
|
||||
enable: Aktivér
|
||||
enable_hint: Når aktiveret, vil serveren abonnere på alle offentlige indlæg fra denne videreformidler og vil begynde at sende denne servers offentlige indlæg til den.
|
||||
enable_hint: Når aktiveret, vil din server abonnere på alle offentlige indlæg fra denne videreformidler og vil begynde at sende denne servers offentlige indlæg til den.
|
||||
enabled: Aktiveret
|
||||
inbox_url: Videreformidler-URL
|
||||
pending: Afventer videreformidlers godkendelse
|
||||
@@ -690,7 +690,7 @@ da:
|
||||
moderation: Moderering
|
||||
special: Speciel
|
||||
delete: Slet
|
||||
description_html: Med <strong>brugerroller</strong> kan man tilpasse sine brugeres adgang til Mastodon-funktioner og -områder.
|
||||
description_html: Med <strong>brugerroller</strong> kan du tilpasse, hvilke funktioner og områder af Mastodon dine brugere har adgang til.
|
||||
edit: Redigér rolle for '%{name}
|
||||
everyone: Standardtilladelser
|
||||
everyone_full_description_html: Dette er <strong>basisrollen</strong> med indvirkning på <strong>alle brugere</strong>, selv dem uden rolletildeling. Alle øvrige rolletilladelser nedarves herfra.
|
||||
@@ -750,13 +750,13 @@ da:
|
||||
about:
|
||||
manage_rules: Håndtér serverregler
|
||||
preamble: Giv dybdegående oplysninger om, hvordan serveren opereres, modereres, finansieres.
|
||||
rules_hint: Der er et dedikeret område for regler, som forventes overholdt af brugerne.
|
||||
rules_hint: Der er et dedikeret område for regler, som forventes overholdt af dine brugere.
|
||||
title: Om
|
||||
appearance:
|
||||
preamble: Tilpas Mastodon-webgrænsefladen.
|
||||
title: Udseende
|
||||
branding:
|
||||
preamble: Serverens branding adskiller den fra andres i netværket. Oplysningerne kan vises på tværs af div. miljøer, såsom Mastodon-webgrænsefladen, dedikerede applikationer, i-link forhåndsvisninger på andre websteder og i besked-apps mv. Oplysningerne bør derfor være klare og detaljerede, men samtidig kortfattede.
|
||||
preamble: Din servers branding adskiller den fra andres i netværket. Oplysningerne kan vises på tværs af div. miljøer, såsom Mastodon-webgrænsefladen, dedikerede applikationer, i link-forhåndsvisninger på andre websteder og i besked-apps mv. Oplysningerne bør derfor være klare, kortefattede og præcise.
|
||||
title: Branding
|
||||
captcha_enabled:
|
||||
desc_html: Dette er afhængig af eksterne scripts fra hCaptcha, som kan være en sikkerhed og privatlivets fred. Derudover kan <strong>dette gøre registreringsprocessen betydeligt mindre tilgængelig for nogle (især deaktiveret) personer</strong>. Af disse grunde bedes De overveje alternative foranstaltninger såsom godkendelsesbaseret eller inviteret til at blive registreret.
|
||||
@@ -783,14 +783,14 @@ da:
|
||||
users: Til indloggede lokale brugere
|
||||
registrations:
|
||||
moderation_recommandation: Sørg for, at der er et tilstrækkeligt og reaktivt moderationsteam, før registrering åbnes for alle!
|
||||
preamble: Styr, hvem der kan oprette en konto på serveren.
|
||||
preamble: Styr, hvem der kan oprette en konto på din server.
|
||||
title: Registreringer
|
||||
registrations_mode:
|
||||
modes:
|
||||
approved: Tilmeldingsgodkendelse kræves
|
||||
none: Ingen kan tilmelde sig
|
||||
open: Alle kan tilmelde sig
|
||||
warning_hint: Brug af "Godkendelse kræves ved tilmelding" anbefales, medmindre man er sikker på, at moderationsteamet kan håndtere spam og ondsindede registreringer i tide.
|
||||
warning_hint: Vi anbefaler brug af "Godkendelse kræves ved tilmelding", medmindre du er sikker på, at moderationsteamet kan håndtere spam og ondsindede registreringer i tide.
|
||||
security:
|
||||
authorized_fetch: Kræver godkendelse fra fødererede servere
|
||||
authorized_fetch_hint: Krav om godkendelse fra fødererede servere muliggør strengere håndhævelse af både bruger- og serverniveaublokeringer. Omkostningen er dog en ydelsesreduktion, reduceret udstrækning af dine svar samt potentielle kompatibilitetsproblemer med visse fødererede tjenester. Derudover vil dette ikke hindre målrettede aktører i at hente dine offentlige indlæg og konti.
|
||||
@@ -802,7 +802,7 @@ da:
|
||||
destroyed_msg: Websteds-upload blev slettet!
|
||||
software_updates:
|
||||
critical_update: Kritisk – opdatér hurtigst muligt
|
||||
description: Det anbefales at holde Mastodon-installationen opdateret for at drage fordel af de seneste fejlrettelser og funktioner. Undertiden kan det desuden være kritisk at opdatere Mastodon rettidigt for at undgå sikkerhedsproblemer. Mastodon tjekker derfor for opdateringer hvert 30. minut og notificerer brugeren jf. dennes e-mailnotifikationsindstillinger.
|
||||
description: Det anbefales at holde din Mastodon-installation opdateret for at drage fordel af de nyeste fejlrettelser og funktioner. Desuden er det nogle gange afgørende at opdatere Mastodon rettidigt for at undgå sikkerhedsproblemer. Af disse grunde tjekker Mastodon for opdateringer hvert 30. minut og giver dig besked i henhold til dine præferencer for e-mail-notifikationer.
|
||||
documentation_link: Læs mere
|
||||
release_notes: Udgivelsesnoter
|
||||
title: Tilgængelige opdateringer
|
||||
@@ -925,7 +925,7 @@ da:
|
||||
confirm_allow_provider: Sikker på, at de valgte udbydere skal tillades?
|
||||
confirm_disallow: Sikker på, at de valgte links ikke skal tillades?
|
||||
confirm_disallow_provider: Sikker på, at de valgte udbydere ikke skal tillades?
|
||||
description_html: Disse er links, som pt. deles meget af konti, som serveren ser indlæg fra. Det kan hjælpe ens brugere med at finde ud af, hvad der sker i verden. Ingen links vises offentligt, før man godkender udgiveren. Man kan også tillade/afvise individuelle links.
|
||||
description_html: Disse er links, som pt. deles meget af konti, som serveren ser indlæg fra. Det kan hjælpe dine brugere med at finde ud af, hvad der sker i verden. Ingen links vises offentligt, før du godkender udgiveren. Du kan også tillade/afvise individuelle links.
|
||||
disallow: Tillad ikke link
|
||||
disallow_provider: Tillad ikke udgiver
|
||||
no_link_selected: Intet link ændret (da intet var valgt)
|
||||
@@ -941,7 +941,7 @@ da:
|
||||
pending_review: Afventer gennemgang
|
||||
preview_card_providers:
|
||||
allowed: Links fra denne udgiver kan trende
|
||||
description_html: Disse er domæner, hvorfra links ofte deles på serveren. Links vil ikke trende offentligt, medmindre man har godkendt domænet for linket. Godkendelse/afvisning indbefatter underdomæner.
|
||||
description_html: Dette er domæner, hvorfra links ofte deles på din server. Links vises ikke offentligt, medmindre linkets domæne er godkendt. Din godkendelse (eller afvisning) gælder også for underdomæner.
|
||||
rejected: Links fra denne udgiver vil ikke trende
|
||||
title: Udgivere
|
||||
rejected: Afvist
|
||||
@@ -969,7 +969,7 @@ da:
|
||||
tag_servers_dimension: Topservere
|
||||
tag_servers_measure: forskellige servere
|
||||
tag_uses_measure: anvendelser i alt
|
||||
description_html: Disse er hashtags, som pt. vises i en masse indlæg, som din server ser. Det kan hjælpe dine brugere til at finde ud af, hvad folk taler mest om pt. Ingen hashtags vises offentligt, før du godkender dem.
|
||||
description_html: Dette er hashtags, der i øjeblikket vises i mange indlæg, som din server ser. Det kan hjælpe dine brugere med at finde ud af, hvad folk taler mest om i øjeblikket. Ingen hashtags vises offentligt, før du godkender dem.
|
||||
listable: Kan foreslås
|
||||
no_tag_selected: Intet tag ændret (da intet var valgt)
|
||||
not_listable: Foreslås ikke
|
||||
@@ -995,7 +995,7 @@ da:
|
||||
webhooks:
|
||||
add_new: Tilføj endepunkt
|
||||
delete: Slet
|
||||
description_html: En <strong>webhook</strong> lader Mastodon pushe <strong>notifikationer i realtid</strong> om valgte begivenheder til ens egen applikation, så denne <strong>automatisk kan udløse reaktioner</strong>.
|
||||
description_html: En <strong>webhook</strong> lader Mastodon pushe <strong>notifikationer i realtid</strong> om valgte begivenheder til din egen applikation, så din applikation <strong>automatisk kan udløse reaktioner</strong>.
|
||||
disable: Deaktivér
|
||||
disabled: Deaktiveret
|
||||
edit: Redigér endepunkt
|
||||
@@ -1042,13 +1042,13 @@ da:
|
||||
body: Nye Mastodon-versioner er udgivet. Opgradering bør overvejes!
|
||||
subject: Nye Mastodon-versioner er tilgængelige til %{instance}!
|
||||
new_trends:
|
||||
body: 'Flg. emner kræver gennemgang, inden de kan vises offentligt:'
|
||||
body: 'Følgende elementer skal gennemgås, inden de kan vises offentligt:'
|
||||
new_trending_links:
|
||||
title: Links, der trender
|
||||
new_trending_statuses:
|
||||
title: Indlæg, der trender
|
||||
new_trending_tags:
|
||||
title: Hashtags, der trender
|
||||
title: Populære hashtags
|
||||
subject: Nye tendenser klar til gennemgang på %{instance}
|
||||
aliases:
|
||||
add_new: Opret alias
|
||||
@@ -1092,12 +1092,12 @@ da:
|
||||
title: Sikkerhedstjek
|
||||
confirmations:
|
||||
awaiting_review: E-mailadressen er bekræftet! %{domain}-personalet gennemgår nu registreringen. En e-mail fremsendes, såfremt kontoen godkendes!
|
||||
awaiting_review_title: Registreringen er ved at blive gennemgået
|
||||
awaiting_review_title: Din registrering er ved at blive gennemgået
|
||||
clicking_this_link: klikke på dette link
|
||||
login_link: log ind
|
||||
proceed_to_login_html: Der kan nu fortsættes til %{login_link}.
|
||||
redirect_to_app_html: En omdirigering til <strong>%{app_name}</strong>-appen burde være sket. Er det ikke tilfældet, prøv da %{clicking_this_link} eller returnér manuelt til appen.
|
||||
registration_complete: Registreringen på %{domain} er nu fuldført!
|
||||
registration_complete: Din registrering på %{domain} er nu fuldført!
|
||||
welcome_title: Velkommen %{name}!
|
||||
wrong_email_hint: Er denne e-mailadresse ikke korrekt, kan den ændres via Kontoindstillinger.
|
||||
delete_account: Slet konto
|
||||
@@ -1146,7 +1146,7 @@ da:
|
||||
email_settings_hint_html: Tryk på det tilsendte link for at bekræfte %{email}.
|
||||
link_not_received: Intet link modtaget?
|
||||
new_confirmation_instructions_sent: Du bør om få minutter modtage en ny e-mail med bekræftelseslinket!
|
||||
title: Tjek indbakken
|
||||
title: Tjek din indbakke
|
||||
sign_in:
|
||||
preamble_html: Log ind med dine <strong>%{domain}</strong>-legitimationsoplysninger. Hostes kontoen på en anden server, vil der ikke kunne logges ind her.
|
||||
title: Log ind på %{domain}
|
||||
@@ -1158,9 +1158,9 @@ da:
|
||||
account_status: Kontostatus
|
||||
confirming: Afventer færdiggørelse af e-mailbekræftelse.
|
||||
functional: Din konto er fuldt funktionel.
|
||||
pending: Ansøgningen afventer gennemgang af vores personale. Dette kan tage noget tid. Du modtager en e-mail, hvis din ansøgning bliver godkendt.
|
||||
redirecting_to: Din konto er inaktiv, da den pt. er omdirigerer til %{acct}.
|
||||
self_destruct: Da %{domain} er under nedlukning, vil kontoadgangen være begrænset.
|
||||
pending: Din ansøgning afventer gennemgang af vores personale. Dette kan tage noget tid. Du modtager en e-mail, hvis din ansøgning bliver godkendt.
|
||||
redirecting_to: Din konto er inaktiv, da den i øjeblikket omdirigerer til %{acct}.
|
||||
self_destruct: Da %{domain} er under nedlukning, vil du kun have begrænset adgang til din konto.
|
||||
view_strikes: Se tidligere anmeldelser af din konto
|
||||
too_fast: Formularen indsendt for hurtigt, forsøg igen.
|
||||
use_security_key: Brug sikkerhedsnøgle
|
||||
@@ -1208,10 +1208,10 @@ da:
|
||||
before: 'Inder der fortsættes, læs venligst disse notater omhyggeligt:'
|
||||
caches: Indhold, cachelagret af andre servere, kan fortsat eksistere
|
||||
data_removal: Dine indlæg og andre data fjernes permanent
|
||||
email_change_html: Man kan <a href="%{path}">skifte e-mailadresse</a> uden at slette sin konto
|
||||
email_change_html: Du kan <a href="%{path}">skifte din e-mailadresse</a> uden at slette din konto
|
||||
email_contact_html: Hvis den stadig ikke modtages, send en e-mail til <a href="mailto:%{email}">%{email}</a> for hjælp
|
||||
email_reconfirmation_html: Modtages bekræftelsesmailen ikke, kan man <a href="%{path}">anmode om en ny</a>
|
||||
irreversible: Du vil ikke kunne gendanne/genaktivere din konto
|
||||
irreversible: Du vil ikke kunne gendanne eller genaktivere din konto
|
||||
more_details_html: For yderligere oplysningerer, tjek <a href="%{terms_path}">privatlivspolitikken</a>.
|
||||
username_available: Dit brugernavn vil blive tilgængeligt igen
|
||||
username_unavailable: Dit brugernavn vil forblive utilgængeligt
|
||||
@@ -1320,7 +1320,7 @@ da:
|
||||
other: "%{count} individuelle indlæg skjult"
|
||||
title: Filtre
|
||||
new:
|
||||
save: Gem nye filter
|
||||
save: Gem nyt filter
|
||||
title: Tilføj nyt filter
|
||||
statuses:
|
||||
back_to_filter: Tilbage til filter
|
||||
@@ -1332,23 +1332,23 @@ da:
|
||||
generic:
|
||||
all: Alle
|
||||
all_items_on_page_selected_html:
|
||||
one: "<strong>%{count}</strong> emne på denne side er valgt."
|
||||
other: Alle <strong>%{count}</strong> emner på denne side er valgt.
|
||||
one: "<strong>%{count}</strong> element på denne side er valgt."
|
||||
other: Alle <strong>%{count}</strong> elementer på denne side er valgt.
|
||||
all_matching_items_selected_html:
|
||||
one: "<strong>%{count}</strong> emne, der matchede søgningen, er valgt."
|
||||
other: Alle <strong>%{count}</strong> emner, som matchede søgningen, er valgt.
|
||||
one: "<strong>%{count}</strong> element, der matchede din søgning, er valgt."
|
||||
other: Alle <strong>%{count}</strong> elementer, som matchede din søgning, er valgt.
|
||||
cancel: Afbryd
|
||||
changes_saved_msg: Ændringerne er gemt!
|
||||
confirm: Bekræft
|
||||
copy: Kopier
|
||||
delete: Slet
|
||||
deselect: Afmarkér alle
|
||||
none: Intet
|
||||
none: Ingen
|
||||
order_by: Sortér efter
|
||||
save_changes: Gem ændringer
|
||||
select_all_matching_items:
|
||||
one: Vælg %{count} emne, der matchede søgningen.
|
||||
other: Vælg alle %{count} emner, som matchede søgningen.
|
||||
one: Vælg %{count} element, der matchede din søgning.
|
||||
other: Vælg alle %{count} elementer, som matchede din søgning.
|
||||
today: i dag
|
||||
validation_errors:
|
||||
one: Noget er ikke er helt i vinkel! Tjek fejlen nedenfor
|
||||
@@ -1370,7 +1370,7 @@ da:
|
||||
overwrite_long: Erstat aktuelle poster med de nye
|
||||
overwrite_preambles:
|
||||
blocking_html: Du er ved at <strong>erstatte bloklisten</strong> med op til <strong>%{total_items} konti</strong> fra <strong>%{filename}</strong>.
|
||||
bookmarks_html: Du er ved at <strong>erstatte bogmærkelisten</strong> med op til <strong>%{total_items} emner</strong> fra <strong>%{filename}</strong>.
|
||||
bookmarks_html: Du er ved at <strong>erstatte dine bogmærker</strong> med op til <strong>%{total_items} indlæg</strong> fra <strong>%{filename}</strong>.
|
||||
domain_blocking_html: Du er ved at <strong>erstatte domæneblokeringslisten</strong> med op til <strong>%{total_items} domæner</strong> fra <strong>%{filename}</strong>.
|
||||
following_html: Du er ved at <strong>følge</strong> op til <strong>%{total_items} konti</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge alle andre</strong>.
|
||||
lists_html: Du er ved at <strong>erstatte dine lister</strong> med indholdet af <strong>%{filename}</strong>. Op til <strong>%{total_items} konti</strong> tilføjes nye lister.
|
||||
@@ -1426,13 +1426,13 @@ da:
|
||||
invalid: Denne invitation er ikke gyldig
|
||||
invited_by: 'Du blev inviteret af:'
|
||||
max_uses:
|
||||
one: 1 benyttelse
|
||||
other: "%{count} benyttelser"
|
||||
one: 1 anvendelse
|
||||
other: "%{count} anvendelser"
|
||||
max_uses_prompt: Ubegrænset
|
||||
prompt: Generér og del links med andre for at give dem adgang til denne server
|
||||
table:
|
||||
expires_at: Udløber
|
||||
uses: Benyttelser
|
||||
uses: Anvendelser
|
||||
title: Invitér personer
|
||||
lists:
|
||||
errors:
|
||||
@@ -1443,7 +1443,7 @@ da:
|
||||
password: adgangskode
|
||||
sign_in_token: e-mailsikkerhedskode
|
||||
webauthn: sikkerhedsnøgler
|
||||
description_html: Bliver der observeret ukendt aktivitet, så overvej at skifte adgangskode samt aktivere tofaktorgodkendelse.
|
||||
description_html: Hvis du ser aktivitet, som du ikke genkender, bør du overveje at ændre din adgangskode og aktivere tofaktorgodkendelse.
|
||||
empty: Ingen tilgængelig godkendelseshistorik
|
||||
failed_sign_in_html: Mislykket indlogning med %{method} fra %{ip} (%{browser})
|
||||
successful_sign_in_html: Gennemført indlogning med %{method} fra %{ip} (%{browser})
|
||||
@@ -1452,7 +1452,7 @@ da:
|
||||
unsubscribe:
|
||||
action: Ja, afmeld
|
||||
complete: Afmeldt
|
||||
confirmation_html: Sikker på, at %{type} for Mastodon skal afmeldes på %{domain} til e-mailen %{email}? Man kan altid gentilmelde sig via <a href="%{settings_path}">indstillingerne E-mailnotifikationer</a>.
|
||||
confirmation_html: Er du sikker på, at du vil afmelde modtagelse af %{type} for Mastodon på %{domain} til din e-mail på %{email}? Du kan altid tilmelde dig igen fra dine <a href="%{settings_path}">indstillinger for e-mail-notifikationer</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: e-mailnotifikationer om favoritmarkeringer
|
||||
@@ -1460,8 +1460,8 @@ da:
|
||||
follow_request: e-mailnotifikationer om følgeanmodninger
|
||||
mention: e-mailnotifikationer om omtaler
|
||||
reblog: e-mailnotifikationer om fremhævelser
|
||||
resubscribe_html: Har man afmeldt sig ved en fejl, kan man gentilmelde sig via <a href="%{settings_path}">indstillingerne E-mailnotifikationer</a>.
|
||||
success_html: Man vil ikke længere modtage %{type} for Mastodon på %{domain} til e-mailen %{email}.
|
||||
resubscribe_html: Har du afmeldt dig ved en fejl, kan du gentilmelde dig via <a href="%{settings_path}">indstillingerne for e-mail-notifikationer</a>.
|
||||
success_html: Du vil ikke længere modtage %{type} for Mastodon på %{domain} til din e-mail %{email}.
|
||||
title: Opsig abonnement
|
||||
media_attachments:
|
||||
validations:
|
||||
@@ -1687,7 +1687,7 @@ da:
|
||||
revoke: Tilbagekald
|
||||
revoke_success: Session tilbagekaldt
|
||||
title: Sessioner
|
||||
view_authentication_history: Vis godkendelseshistorik for kontoen
|
||||
view_authentication_history: Vis godkendelseshistorik for din konto
|
||||
settings:
|
||||
account: Konto
|
||||
account_settings: Kontoindstillinger
|
||||
@@ -1718,9 +1718,9 @@ da:
|
||||
account_suspension: Kontosuspendering (%{target_name})
|
||||
domain_block: Serversuspendering (%{target_name})
|
||||
user_domain_block: "%{target_name} blev blokeret"
|
||||
lost_followers: Tabte følgere
|
||||
lost_follows: Mistet følger
|
||||
preamble: Der kan mistes fulgte objekter og følgere, når et domæne blokeres eller moderatorerne beslutter at suspendere en ekstern server. Når det sker, kan der downloades lister over afbrudte relationer til inspektion og mulig import på anden server.
|
||||
lost_followers: Mistet følgere
|
||||
lost_follows: Mistet fulgte
|
||||
preamble: Du kan miste fulgte og følgere, når du blokerer et domæne, eller når dine moderatorer beslutter at suspendere en fjernserver. Når det sker, kan du downloade lister over afbrudte forhold til inspektion og eventuelt import til en anden server.
|
||||
purged: Oplysninger om denne server er blevet renset af serveradministratoreren.
|
||||
type: Begivenhed
|
||||
statuses:
|
||||
@@ -1737,7 +1737,7 @@ da:
|
||||
other: "%{count} videoer"
|
||||
boosted_from_html: Fremhævet fra %{acct_link}
|
||||
content_warning: 'Indholdsadvarsel: %{warning}'
|
||||
default_language: Samme som UI-sproget
|
||||
default_language: Samme som grænsefladesproget
|
||||
disallowed_hashtags:
|
||||
one: 'indeholdte et ikke tilladt hashtag: %{tags}'
|
||||
other: 'indeholdte de ikke tilladte etiketter: %{tags}'
|
||||
@@ -1763,12 +1763,12 @@ da:
|
||||
enabled: Slet automatisk gamle indlæg
|
||||
enabled_hint: Sletter automatisk dine indlæg, når disse når en bestemt alder, medmindre de matcher en af undtagelserne nedenfor
|
||||
exceptions: Undtagelser
|
||||
explanation: Sletning af indlæg er en ressourcekrævende operation, hvorfor dette sker gradvist over tid, når serveren ellers ikke er optaget. Indlæg kan derfor blive slettet efter, at de reelt har passeret aldersgrænsen.
|
||||
explanation: Da sletning af indlæg er en kostbar operation, foregår dette langsomt over tid, når serveren ikke er optaget af andre opgaver. Af denne grund kan dine indlæg blive slettet et stykke tid efter, at de har nået alderstærsklen.
|
||||
ignore_favs: Ignorér favoritter
|
||||
ignore_reblogs: Ignorér fremhævelser
|
||||
interaction_exceptions: Undtagelser baseret på interaktioner
|
||||
interaction_exceptions_explanation: Bemærk, at det ikke garanteres, at indlæg slettes, hvis de når under favorit- eller fremhævelses-tærsklerne efter én gang at været nået over dem.
|
||||
keep_direct: Behold direkte besked
|
||||
keep_direct: Behold direkte beskeder
|
||||
keep_direct_hint: Sletter ingen af dine direkte beskeder
|
||||
keep_media: Behold indlæg med medievedhæftninger
|
||||
keep_media_hint: Sletter ingen af dine indlæg med medievedhæftninger
|
||||
@@ -1803,7 +1803,7 @@ da:
|
||||
does_not_match_previous_name: matcher ikke det foregående navn
|
||||
themes:
|
||||
contrast: Mastodon (høj kontrast)
|
||||
default: Mastodont (mørkt)
|
||||
default: Mastodon (mørkt)
|
||||
mastodon-light: Mastodon (lyst)
|
||||
system: Automatisk (benyt systemtema)
|
||||
time:
|
||||
@@ -1823,11 +1823,11 @@ da:
|
||||
edit: Redigér
|
||||
enabled: Tofaktorgodkendelse aktiveret
|
||||
enabled_success: Tofaktorgodkendelse aktiveret
|
||||
generate_recovery_codes: Generere gendannelseskoder
|
||||
lost_recovery_codes: Gendannelseskoder muliggør adgang til din konto, hvis du mister din mobil. Ved mistet gendannelseskoder, kan disse regenerere her. Dine gamle gendannelseskoder ugyldiggøres.
|
||||
generate_recovery_codes: Generer gendannelseskoder
|
||||
lost_recovery_codes: Gendannelseskoder giver dig mulighed for at få adgang til din konto igen, hvis du mister din telefon. Hvis du har mistet dine gendannelseskoder, kan du generere dem igen her. Dine gamle gendannelseskoder vil blive ugyldige.
|
||||
methods: Tofaktormetoder
|
||||
otp: Godkendelses-app
|
||||
recovery_codes: Sikkerhedskopieret gendannelseskoder
|
||||
recovery_codes: Reserve-gendannelseskoder
|
||||
recovery_codes_regenerated: Gendannelseskoder er regenereret
|
||||
recovery_instructions_html: Mister du nogensinde adgang til din mobil, kan en af gendannelseskoderne nedenfor bruges til at opnå adgang til din konto. <strong>Opbevar disse et sikkert sted</strong>. De kan f.eks. udskrives og gemmes sammen med andre vigtige dokumenter.
|
||||
webauthn: Sikkerhedsnøgler
|
||||
@@ -1850,14 +1850,14 @@ da:
|
||||
title: Arkiv-download
|
||||
failed_2fa:
|
||||
details: 'Her er detaljerne om login-forsøget:'
|
||||
explanation: Nogen har forsøgt at logge ind på kontoen, men har angivet en ugyldig anden godkendelsesfaktor.
|
||||
explanation: Nogen har forsøgt at logge ind på din konto, men har angivet en ugyldig anden godkendelsesfaktor.
|
||||
further_actions_html: Var dette ikke dig, anbefales det straks at %{action}, da den kan være kompromitteret.
|
||||
subject: Anden faktor godkendelsesfejl
|
||||
title: Fejlede på anden faktor godkendelse
|
||||
suspicious_sign_in:
|
||||
change_password: ændrer din adgangskode
|
||||
details: 'Her er nogle detaljer om login-forsøget:'
|
||||
explanation: Indlogning på din konto fra en ny IP-adresse detekteret.
|
||||
explanation: Vi har registreret en indlogning på din konto fra en ny IP-adresse.
|
||||
further_actions_html: Hvis dette ikke var dig, anbefaler vi, at du %{action} med det samme og aktiverer to-faktor godkendelse for at holde din konto sikker.
|
||||
subject: Din konto er blevet tilgået fra en ny IP-adresse
|
||||
title: Ny indlogning
|
||||
@@ -1872,8 +1872,8 @@ da:
|
||||
disable: Du kan ikke længere anvende din konto, men profilen og øvrige data er intakte. Du kan anmode om en sikkerhedskopi af dine data, ændre kontoindstillinger eller slette kontoen.
|
||||
mark_statuses_as_sensitive: Nogle af dine indlæg er blevet markeret som sensitive af %{instance}-moderatorerne. Det betyder, at folk er nødt til at trykke på medierne i indlæggene, før en forhåndsvisning vises. Du kan selv markere medier som sensitive i fremtidige indlæg.
|
||||
sensitive: Fra nu af vil alle dine uploadede mediefiler blive markeret som sensitive og skjult bag en klik-igennem advarsel.
|
||||
silence: Din konto kan stadig anvendes, men dine indlæg vil kunne ses af personer, som allerede følger dig på denne server, og du udelukkes muligvis fra forskellige opdagelsesfunktioner. Personer vil stadig kunne følge dig manuelt.
|
||||
suspend: Din konto kan ikke længere anvendes, og hverken profilen eller øvrige data kan tilgås. Du kan stadig logge ind for at anmode om en sikkerhedskopi af dine data, indtil disse om ca. 30 dage vil være slettet. Visse data bevares dog mhp. at forhindre dig i at omgå udelukkelsen.
|
||||
silence: Du kan stadig bruge din konto, men kun personer, der allerede følger dig, vil kunne se dine indlæg på denne server, og du kan blive udelukket fra forskellige søgefunktioner. Andre kan dog stadig følge dig manuelt.
|
||||
suspend: Du kan ikke længere bruge din konto, og din profil og andre data er ikke længere tilgængelige. Du kan stadig logge ind for at anmode om en sikkerhedskopi af dine data, indtil dataene er fuldt ud slettet om cirka 30 dage, men vi vil opbevare nogle grundlæggende data for at forhindre dig i at omgå suspenderingen.
|
||||
reason: 'Årsag:'
|
||||
statuses: 'Anmeldte indlæg:'
|
||||
subject:
|
||||
@@ -1908,7 +1908,7 @@ da:
|
||||
feature_audience_title: Opbyg et publikum i tillid
|
||||
feature_control: Man ved selv bedst, hvad man ønsker at se på sit hjemmefeed. Ingen algoritmer eller annoncer til at spilde tiden. Følg alle på tværs af enhver Mastodon-server fra en enkelt konto og modtag deres indlæg i kronologisk rækkefølge, og gør dette hjørne af internet lidt mere personligt.
|
||||
feature_control_title: Hold styr på egen tidslinje
|
||||
feature_creativity: Mastodon understøtter indlæg med lyd, video og billede, tilgængelighedsbeskrivelser, meningsmålinger, indhold advarsler, animerede avatarer, tilpassede emojis, miniaturebeskæringskontrol og mere, for at gøre det lettere at udtrykke sig online. Uanset om man udgiver sin kunst, musik eller podcast, så står Mastodon til rådighed.
|
||||
feature_creativity: Mastodon understøtter lyd-, video- og billedindlæg, tilgængelighedsbeskrivelser, afstemninger, indholdsadvarsler, animerede avatarer, brugerdefinerede emojis, kontrol over beskæring af miniaturebilleder og meget mere, så du lettere kan udtrykke dig online. Uanset om du udgiver din kunst, din musik eller din podcast, er Mastodon der for dig.
|
||||
feature_creativity_title: Uovertruffen kreativitet
|
||||
feature_moderation: Mastodon lægger beslutningstagning tilbage i brugerens hænder. Hver server opretter deres egne regler og reguleringer, som håndhæves lokalt og ikke ovenfra som virksomhedernes sociale medier, hvilket gør det til den mest fleksible mht. at reagere på behovene hos forskellige persongrupper. Deltag på en server med de regler, man er enige med, eller driv en egen server.
|
||||
feature_moderation_title: Moderering af måden, tingene bør være på
|
||||
@@ -1916,7 +1916,7 @@ da:
|
||||
follow_step: At følge interessante personer, det er, hvad Mastodon handler om.
|
||||
follow_title: Personliggør hjemmefeedet
|
||||
follows_subtitle: Følg velkendte konti
|
||||
follows_title: Hvem, som skal følges
|
||||
follows_title: Profiler, du kan følge
|
||||
follows_view_more: Vis nogle personer at følge
|
||||
hashtags_recent_count:
|
||||
one: "%{people} person de seneste 2 dage"
|
||||
@@ -1926,23 +1926,23 @@ da:
|
||||
hashtags_view_more: Se flere populære hashtags
|
||||
post_action: Skriv
|
||||
post_step: Sig hej til verden med tekst, fotos, videoer eller afstemninger.
|
||||
post_title: Opret det første indlæg
|
||||
post_title: Lav dit første indlæg
|
||||
share_action: Del
|
||||
share_step: Lad vennerne vide, hvor man kan findes på Mastodon.
|
||||
share_title: Del Mastodon-profilen
|
||||
share_step: Fortæl dine venner, hvordan de kan finde dig på Mastodon.
|
||||
share_title: Del din Mastodon-profil
|
||||
sign_in_action: Log ind
|
||||
subject: Velkommen til Mastodon
|
||||
title: Velkommen ombord, %{name}!
|
||||
users:
|
||||
follow_limit_reached: Du kan maks. følge %{limit} personer
|
||||
go_to_sso_account_settings: Gå til identitetsudbyderens kontoindstillinger
|
||||
go_to_sso_account_settings: Gå til din identitetsudbyders kontoindstillinger
|
||||
invalid_otp_token: Ugyldig tofaktorkode
|
||||
otp_lost_help_html: Har du mistet adgang til begge, kan du kontakte %{email}
|
||||
rate_limited: For mange godkendelsesforsøg. Prøv igen senere.
|
||||
seamless_external_login: Adgangskode- og e-mailindstillinger er utilgængelige, da der er logget ind via en ekstern tjeneste.
|
||||
signed_in_as: 'Logget ind som:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Tip:</strong> Linket på din hjemmeside kan være usynligt. Den vigtige del er <code>rel="me"</code> , som forhindrer impersonation på websteder med brugergenereret indhold. Du kan endda bruge et <code>link</code> tag i overskriften på siden i stedet for <code>a</code>, men HTML skal være tilgængelig uden at udføre JavaScript.
|
||||
extra_instructions_html: <strong>Tip:</strong> Linket på din hjemmeside kan være usynligt. Det vigtige er <code>rel="me"</code>, som forhindrer imitering på hjemmesider med brugergenereret indhold. Du kan endda bruge et <code>link</code> tag i headeren på siden i stedet for <code>a</code>, men HTML'en skal være tilgængelig uden at udføre JavaScript.
|
||||
here_is_how: Sådan gør du
|
||||
hint_html: "<strong>Verificering af din identitet på Mastodon er for alle.</strong> Baseret på åbne webstandarder, nu og for altid gratis. Alt, hvad du behøver, er en personlig hjemmeside, som folk kender dig fra. Når du linker til denne hjemmeside fra din profil, kontrollerer vi, at hjemmesiden linker tilbage til din profil, og viser en visuel indikator på den."
|
||||
instructions_html: Kopier og indsæt koden nedenfor i HTML på din hjemmeside. Tilføj derefter adressen på din hjemmeside i et af de ekstra felter på din profil på fanen "Redigér profil" og gem ændringer.
|
||||
|
||||
@@ -4,7 +4,7 @@ de:
|
||||
about_mastodon_html: 'Das soziale Netzwerk der Zukunft: Keine Werbung, keine Überwachung durch Unternehmen – dafür dezentral und mit Anstand! Behalte mit Mastodon die Kontrolle über deine Daten!'
|
||||
contact_missing: Nicht festgelegt
|
||||
contact_unavailable: Nicht verfügbar
|
||||
hosted_on: Mastodon, gehostet auf %{domain}
|
||||
hosted_on: Mastodon, eingerichtet auf %{domain}
|
||||
title: Über
|
||||
accounts:
|
||||
followers:
|
||||
@@ -33,7 +33,7 @@ de:
|
||||
created_msg: Moderationshinweis erfolgreich abgespeichert!
|
||||
destroyed_msg: Moderationsnotiz erfolgreich entfernt!
|
||||
accounts:
|
||||
add_email_domain_block: E-Mail-Domain sperren
|
||||
add_email_domain_block: E-Mail-Domain blockieren
|
||||
approve: Genehmigen
|
||||
approved_msg: Antrag zur Registrierung von %{username} erfolgreich genehmigt
|
||||
are_you_sure: Bist du dir sicher?
|
||||
@@ -54,15 +54,15 @@ de:
|
||||
title: Rolle für %{username} ändern
|
||||
confirm: Bestätigen
|
||||
confirmed: Bestätigt
|
||||
confirming: Bestätigung
|
||||
confirming: Bestätigung ausstehend
|
||||
custom: Angepasst
|
||||
delete: Daten löschen
|
||||
deleted: Gelöscht
|
||||
demote: Zurückstufen
|
||||
destroyed_msg: Daten von %{username} wurden zum Löschen in die Warteschlange eingereiht
|
||||
destroyed_msg: Die Daten von %{username} befinden sich nun in der Warteschlange und werden in Kürze gelöscht
|
||||
disable: Einfrieren
|
||||
disable_sign_in_token_auth: E-Mail-Token-Authentisierung deaktivieren
|
||||
disable_two_factor_authentication: Zwei-Faktor-Authentisierung deaktivieren
|
||||
disable_two_factor_authentication: Zwei-Faktor-Authentisierung (2FA) deaktivieren
|
||||
disabled: Eingefroren
|
||||
display_name: Anzeigename
|
||||
domain: Domain
|
||||
@@ -80,7 +80,7 @@ de:
|
||||
invite_request_text: Begründung für das Beitreten
|
||||
invited_by: Eingeladen von
|
||||
ip: IP-Adresse
|
||||
joined: Mitglied seit
|
||||
joined: Registriert am
|
||||
location:
|
||||
all: Alle
|
||||
local: Lokal
|
||||
@@ -103,12 +103,12 @@ de:
|
||||
most_recent_activity: Letzte Aktivität
|
||||
most_recent_ip: Letzte IP-Adresse
|
||||
no_account_selected: Keine Konten wurden geändert, da keine ausgewählt wurden
|
||||
no_limits_imposed: Keine Beschränkungen
|
||||
no_limits_imposed: Keine Einschränkungen
|
||||
no_role_assigned: Keine Rolle zugewiesen
|
||||
not_subscribed: Nicht abonniert
|
||||
pending: Überprüfung ausstehend
|
||||
perform_full_suspension: Sperren
|
||||
previous_strikes: Vorherige Maßnahmen
|
||||
previous_strikes: Frühere Maßnahmen
|
||||
previous_strikes_description_html:
|
||||
one: Gegen dieses Konto wurde <strong>eine</strong> Maßnahme verhängt.
|
||||
other: Gegen dieses Konto wurden <strong>%{count}</strong> Maßnahmen verhängt.
|
||||
@@ -129,14 +129,14 @@ de:
|
||||
resend_confirmation:
|
||||
already_confirmed: Dieses Profil wurde bereits bestätigt
|
||||
send: Bestätigungslink erneut zusenden
|
||||
success: Bestätigungslink erfolgreich gesendet!
|
||||
success: Bestätigungslink erfolgreich verschickt!
|
||||
reset: Zurücksetzen
|
||||
reset_password: Passwort zurücksetzen
|
||||
resubscribe: Erneut abonnieren
|
||||
role: Rolle
|
||||
search: Suchen
|
||||
search_same_email_domain: Andere Konten mit der gleichen E-Mail-Domain
|
||||
search_same_ip: Andere Konten mit derselben IP-Adresse
|
||||
search_same_ip: Andere Konten mit der gleichen IP-Adresse
|
||||
security: Sicherheit
|
||||
security_measures:
|
||||
only_password: Nur Passwort
|
||||
@@ -145,7 +145,7 @@ de:
|
||||
sensitized: Mit Inhaltswarnung versehen
|
||||
shared_inbox_url: Geteilte Posteingangsadresse
|
||||
show:
|
||||
created_reports: Erstellte Meldungen
|
||||
created_reports: Eingereichte Meldungen
|
||||
targeted_reports: Von Anderen gemeldet
|
||||
silence: Stummschalten
|
||||
silenced: Stummgeschaltet
|
||||
@@ -154,10 +154,10 @@ de:
|
||||
subscribe: Abonnieren
|
||||
suspend: Sperren
|
||||
suspended: Gesperrt
|
||||
suspension_irreversible: Die Daten dieses Kontos wurden unwiderruflich gelöscht. Du kannst das Konto entsperren, um es wieder zu verwenden, aber es wird keine Daten wiederherstellen, die es davor hatte.
|
||||
suspension_irreversible: Die Daten dieses Kontos wurden unwiderruflich gelöscht. Du kannst die Kontosperrung aufheben, damit es wieder aktiv ist und funktioniert, aber es werden keine früheren Daten wiederhergestellt.
|
||||
suspension_reversible_hint_html: Das Konto wurde gesperrt und die Daten werden am %{date} vollständig gelöscht. Bis dahin kann das Konto ohne irgendwelche negativen Auswirkungen wiederhergestellt werden. Wenn du alle Daten des Kontos sofort entfernen möchtest, kannst du das nachfolgend tun.
|
||||
title: Konten
|
||||
unblock_email: E-Mail-Adresse entsperren
|
||||
unblock_email: Blockierung der E-Mail-Adresse aufheben
|
||||
unblocked_email_msg: E-Mail-Adresse von %{username} erfolgreich entsperrt
|
||||
unconfirmed_email: Unbestätigte E-Mail-Adresse
|
||||
undo_sensitized: Inhaltswarnung aufheben
|
||||
@@ -184,7 +184,7 @@ de:
|
||||
create_canonical_email_block: E-Mail-Sperre erstellen
|
||||
create_custom_emoji: Eigene Emojis erstellen
|
||||
create_domain_allow: Domain erlauben
|
||||
create_domain_block: Domain sperren
|
||||
create_domain_block: Domain blockieren
|
||||
create_email_domain_block: E-Mail-Domain-Sperre erstellen
|
||||
create_ip_block: IP-Regel erstellen
|
||||
create_unavailable_domain: Nicht verfügbare Domain erstellen
|
||||
@@ -204,27 +204,27 @@ de:
|
||||
disable_2fa_user: 2FA deaktivieren
|
||||
disable_custom_emoji: Eigenes Emoji deaktivieren
|
||||
disable_sign_in_token_auth_user: E-Mail-Token-Authentisierung für dieses Konto deaktivieren
|
||||
disable_user: Benutzer*in deaktivieren
|
||||
disable_user: Profil deaktivieren
|
||||
enable_custom_emoji: Eigenes Emoji aktivieren
|
||||
enable_sign_in_token_auth_user: E-Mail-Token-Authentisierung für dieses Konto aktivieren
|
||||
enable_user: Benutzer*in aktivieren
|
||||
memorialize_account: Gedenkkonto
|
||||
promote_user: Benutzer*in hochstufen
|
||||
reject_appeal: Einspruch ablehnen
|
||||
reject_user: Benutzer*in ablehnen
|
||||
reject_user: Profil ablehnen
|
||||
remove_avatar_user: Profilbild entfernen
|
||||
reopen_report: Meldung wieder eröffnen
|
||||
resend_user: Bestätigungs-E-Mail erneut senden
|
||||
resend_user: Bestätigungs-E-Mail erneut zuschicken
|
||||
reset_password_user: Passwort zurücksetzen
|
||||
resolve_report: Meldung klären
|
||||
sensitive_account: Konto mit erzwungener Inhaltswarnung
|
||||
silence_account: Konto stummschalten
|
||||
suspend_account: Konto sperren
|
||||
unassigned_report: Meldung widerrufen
|
||||
unblock_email_account: E-Mail-Adresse entsperren
|
||||
unblock_email_account: Blockierung der E-Mail-Adresse aufheben
|
||||
unsensitive_account: Konto mit erzwungener Inhaltswarnung rückgängig machen
|
||||
unsilence_account: Konto nicht mehr stummschalten
|
||||
unsuspend_account: Konto entsperren
|
||||
unsuspend_account: Kontosperre aufheben
|
||||
update_announcement: Ankündigung aktualisieren
|
||||
update_custom_emoji: Eigenes Emoji aktualisieren
|
||||
update_domain_block: Domain-Sperre aktualisieren
|
||||
@@ -233,7 +233,7 @@ de:
|
||||
update_status: Beitrag aktualisieren
|
||||
update_user_role: Rolle bearbeiten
|
||||
actions:
|
||||
approve_appeal_html: "%{name} hat den Einspruch gegen eine Moderationsentscheidung von %{target} genehmigt"
|
||||
approve_appeal_html: "%{name} genehmigte den Einspruch gegen eine Moderationsentscheidung von %{target}"
|
||||
approve_user_html: "%{name} genehmigte die Registrierung von %{target}"
|
||||
assigned_to_self_report_html: "%{name} wies sich die Meldung %{target} selbst zu"
|
||||
change_email_user_html: "%{name} änderte die E-Mail-Adresse von %{target}"
|
||||
@@ -270,7 +270,7 @@ de:
|
||||
enable_user_html: "%{name} aktivierte den Zugang für %{target}"
|
||||
memorialize_account_html: "%{name} wandelte das Konto von %{target} in eine Gedenkseite um"
|
||||
promote_user_html: "%{name} beförderte %{target}"
|
||||
reject_appeal_html: "%{name} hat den Einspruch gegen eine Moderationsentscheidung von %{target} abgelehnt"
|
||||
reject_appeal_html: "%{name} lehnte den Einspruch gegen eine Moderationsentscheidung von %{target} ab"
|
||||
reject_user_html: "%{name} hat die Registrierung von %{target} abgelehnt"
|
||||
remove_avatar_user_html: "%{name} entfernte das Profilbild von %{target}"
|
||||
reopen_report_html: "%{name} öffnete die Meldung %{target} wieder"
|
||||
@@ -281,14 +281,14 @@ de:
|
||||
silence_account_html: "%{name} schaltete das Konto von %{target} stumm"
|
||||
suspend_account_html: "%{name} sperrte das Konto von %{target}"
|
||||
unassigned_report_html: "%{name} entfernte die Zuweisung der Meldung %{target}"
|
||||
unblock_email_account_html: "%{name} hat die E-Mail-Adresse von %{target} entsperrt"
|
||||
unsensitive_account_html: "%{name} hat die Inhaltswarnung für Medien von %{target} aufgehoben"
|
||||
unblock_email_account_html: "%{name} entsperrte die E-Mail-Adresse von %{target}"
|
||||
unsensitive_account_html: "%{name} hob die Inhaltswarnung für Medien von %{target} auf"
|
||||
unsilence_account_html: "%{name} hob die Stummschaltung von %{target} auf"
|
||||
unsuspend_account_html: "%{name} entsperrte das Konto von %{target}"
|
||||
update_announcement_html: "%{name} überarbeitete die Ankündigung %{target}"
|
||||
update_custom_emoji_html: "%{name} bearbeitete das Emoji %{target}"
|
||||
update_domain_block_html: "%{name} aktualisierte die Domain-Sperre für %{target}"
|
||||
update_ip_block_html: "%{name} änderte die Regel für die IP-Adresse %{target}"
|
||||
update_ip_block_html: "%{name} änderte eine IP-Regel für %{target}"
|
||||
update_report_html: "%{name} überarbeitete die Meldung %{target}"
|
||||
update_status_html: "%{name} überarbeitete einen Beitrag von %{target}"
|
||||
update_user_role_html: "%{name} änderte die Rolle von %{target}"
|
||||
@@ -296,7 +296,7 @@ de:
|
||||
empty: Protokolle nicht gefunden.
|
||||
filter_by_action: Nach Aktion filtern
|
||||
filter_by_user: Nach Benutzer*in filtern
|
||||
title: Audit-Log
|
||||
title: Protokoll
|
||||
unavailable_instance: "(Server nicht verfügbar)"
|
||||
announcements:
|
||||
destroyed_msg: Ankündigung erfolgreich gelöscht!
|
||||
@@ -312,8 +312,8 @@ de:
|
||||
scheduled_for: Geplant für %{time}
|
||||
scheduled_msg: Ankündigung ist zur Veröffentlichung vorgemerkt!
|
||||
title: Ankündigungen
|
||||
unpublish: Veröffentlichung rückgängig machen
|
||||
unpublished_msg: Ankündigung ist jetzt nicht mehr sichtbar!
|
||||
unpublish: Ankündigung zurücknehmen
|
||||
unpublished_msg: Ankündigung erfolgreich zurückgenommen!
|
||||
updated_msg: Ankündigung erfolgreich aktualisiert!
|
||||
critical_update_pending: Kritisches Update ausstehend
|
||||
custom_emojis:
|
||||
@@ -343,9 +343,9 @@ de:
|
||||
overwrite: Überschreiben
|
||||
shortcode: Shortcode
|
||||
shortcode_hint: Mindestens 2 Zeichen, nur Buchstaben, Ziffern und Unterstriche
|
||||
title: Eigene Emojis
|
||||
title: Emojis
|
||||
uncategorized: Unkategorisiert
|
||||
unlist: Nicht anzeigen
|
||||
unlist: Ausblenden
|
||||
unlisted: Nicht sichtbar
|
||||
update_failed_msg: Konnte dieses Emoji nicht bearbeiten
|
||||
updated_msg: Emoji erfolgreich bearbeitet!
|
||||
@@ -355,7 +355,7 @@ de:
|
||||
interactions: Interaktionen
|
||||
media_storage: Medien
|
||||
new_users: neue Profile
|
||||
opened_reports: eingereichte Meldungen
|
||||
opened_reports: Unbearbeitete Meldungen
|
||||
pending_appeals_html:
|
||||
one: "<strong>%{count}</strong> ausstehender Einspruch"
|
||||
other: "<strong>%{count}</strong> ausstehende Einsprüche"
|
||||
@@ -415,8 +415,8 @@ de:
|
||||
silence: Stummschaltung
|
||||
suspend: Sperren
|
||||
title: Neue Domain einschränken
|
||||
no_domain_block_selected: Keine Domains gesperrt, weil keine ausgewählt wurde(n)
|
||||
not_permitted: Du bist nicht berechtigt, diese Aktion durchzuführen
|
||||
no_domain_block_selected: Keine Domain(s) gesperrt, weil keine ausgewählt wurde(n)
|
||||
not_permitted: Dir ist es nicht erlaubt, diese Handlung durchzuführen
|
||||
obfuscate: Domain-Name verschleiern
|
||||
obfuscate_hint: Den Domain-Namen öffentlich nur teilweise bekannt geben, sofern die Liste der Domain-Beschränkungen aktiviert ist
|
||||
private_comment: Nicht-öffentliche Notiz
|
||||
@@ -446,7 +446,7 @@ de:
|
||||
resolve: Domain auflösen
|
||||
title: Neue E-Mail-Domain sperren
|
||||
no_email_domain_block_selected: Es wurden keine E-Mail-Domain-Sperren geändert, da keine ausgewählt wurden
|
||||
not_permitted: Nicht gestattet
|
||||
not_permitted: Nicht erlaubt
|
||||
resolved_dns_records_hint_html: Die Domain wird zu den folgenden MX-Domains aufgelöst, die für die Annahme von E-Mails zuständig sind. Das Sperren einer MX-Domain sperrt Anmeldungen aller E-Mail-Adressen, die dieselbe MX-Domain verwenden, auch wenn die sichtbare Domain anders lautet. <strong>Achte daher darauf, keine großen E-Mail-Anbieter versehentlich zu sperren.</strong>
|
||||
resolved_through_html: Durch %{domain} aufgelöst
|
||||
title: Gesperrte E-Mail-Domains
|
||||
@@ -471,12 +471,12 @@ de:
|
||||
status: Status
|
||||
suppress: Folgeempfehlung unterbinden
|
||||
suppressed: Unterdrückt
|
||||
title: Folgeempfehlungen
|
||||
title: Follower-Empfehlungen
|
||||
unsuppress: Folgeempfehlung nicht mehr unterbinden
|
||||
instances:
|
||||
audit_log:
|
||||
title: Neueste Audit-Logs
|
||||
view_all: Alle Audit-Logs anzeigen
|
||||
title: Neueste Protokolle
|
||||
view_all: Protokolle
|
||||
availability:
|
||||
description_html:
|
||||
one: Wenn die Zustellung an die Domain <strong>%{count} Tag</strong> lang erfolglos bleibt, werden keine weiteren Zustellversuche unternommen, bis eine Zustellung <em>von</em> der Domain empfangen wird.
|
||||
@@ -587,14 +587,14 @@ de:
|
||||
status: Status
|
||||
title: Relais
|
||||
report_notes:
|
||||
created_msg: Notiz zur Meldung erfolgreich erstellt!
|
||||
destroyed_msg: Notiz zur Meldung erfolgreich entfernt!
|
||||
created_msg: Vermerk zur Meldung erfolgreich erstellt!
|
||||
destroyed_msg: Vermerk zur Meldung erfolgreich entfernt!
|
||||
reports:
|
||||
account:
|
||||
notes:
|
||||
one: "%{count} Notiz"
|
||||
other: "%{count} Notizen"
|
||||
action_log: Audit-Log
|
||||
one: "%{count} Vermerk"
|
||||
other: "%{count} Vermerke"
|
||||
action_log: Protokoll
|
||||
action_taken_by: Maßnahme ergriffen von
|
||||
actions:
|
||||
delete_description_html: Der gemeldete Beitrag wird gelöscht und die ergriffene Maßnahme wird aufgezeichnet, um dir bei zukünftigen Verstößen des gleichen Kontos zu helfen.
|
||||
@@ -613,16 +613,16 @@ de:
|
||||
are_you_sure: Bist du dir sicher?
|
||||
assign_to_self: Mir zuweisen
|
||||
assigned: Zugewiesene*r Moderator*in
|
||||
by_target_domain: Domain des gemeldeten Kontos
|
||||
by_target_domain: Server des gemeldeten Kontos
|
||||
cancel: Abbrechen
|
||||
category: Kategorie
|
||||
category_description_html: Der Grund, weshalb dieses Konto und/oder der Inhalt gemeldet worden ist, wird in der Kommunikation mit dem gemeldeten Konto erwähnt
|
||||
comment:
|
||||
none: Kein
|
||||
none: Ohne ergänzenden Kommentar
|
||||
comment_description_html: "%{name} ergänzte die Meldung um folgende Hinweis:"
|
||||
confirm: Bestätigen
|
||||
confirm_action: Maßnahme gegen @%{acct} bestätigen
|
||||
created_at: Gemeldet
|
||||
created_at: Gemeldet am
|
||||
delete_and_resolve: Beiträge löschen
|
||||
forwarded: Weitergeleitet
|
||||
forwarded_replies_explanation: Diese Meldung stammt von einem externen Profil und betrifft einen externen Inhalt. Der Inhalt wurde an dich weitergeleitet, weil er eine Antwort auf ein bei dir registriertes Profil ist.
|
||||
@@ -636,9 +636,9 @@ de:
|
||||
create_and_resolve: Mit Notiz als geklärt markieren
|
||||
create_and_unresolve: Mit Notiz wieder öffnen
|
||||
delete: Löschen
|
||||
placeholder: Bitte beschreibe, welche Maßnahmen bzw. Sanktionen ergriffen worden sind, und führe alles auf, was es Erwähnenswertes zu diesem Profil zu berichten gibt …
|
||||
title: Notizen
|
||||
notes_description_html: Notiz an dich und andere Moderator*innen hinterlassen
|
||||
placeholder: Bitte beschreibe, welche Maßnahmen ergriffen worden sind, und führe alles auf, was es Erwähnenswertes zu diesem Profil zu berichten gibt …
|
||||
title: Vermerke
|
||||
notes_description_html: Internen Vermerk an dich und andere Moderator*innen hinterlassen
|
||||
processed_msg: Meldung Nr. %{id} erfolgreich bearbeitet
|
||||
quick_actions_description_html: 'Führe eine schnelle Aktion aus oder scrolle nach unten, um gemeldete Inhalte zu sehen:'
|
||||
remote_user_placeholder: das externe Profil von %{instance}
|
||||
@@ -646,7 +646,7 @@ de:
|
||||
report: "%{id}. Meldung"
|
||||
reported_account: Gemeldetes Konto
|
||||
reported_by: Gemeldet von
|
||||
reported_with_application: Per App gemeldet
|
||||
reported_with_application: Gemeldet via
|
||||
resolved: Geklärt
|
||||
resolved_msg: Meldung erfolgreich geklärt!
|
||||
skip_to_actions: Zur Maßnahme springen
|
||||
@@ -664,7 +664,7 @@ de:
|
||||
mark_as_sensitive_html: Medien der beanstandeten Beiträge mit einer Inhaltswarnung versehen
|
||||
silence_html: Schränkt die Reichweite von <strong>@%{acct}</strong> stark ein, indem das Profil und dessen Inhalte nur für Personen sichtbar sind, die dem Profil bereits folgen oder es manuell aufrufen
|
||||
suspend_html: "<strong>@%{acct}</strong> sperren, sodass das Profil und dessen Inhalte nicht mehr zugänglich sind und keine Interaktion mehr möglich ist"
|
||||
close_report: Meldung Nr. %{id} als geklärt markieren
|
||||
close_report: Meldung Nr. %{id} als erledigt markieren
|
||||
close_reports_html: "<strong>Alle</strong> Meldungen gegen <strong>@%{acct}</strong> als geklärt markieren"
|
||||
delete_data_html: Das Profil und die Inhalte von <strong>@%{acct}</strong> in 30 Tagen löschen, es sei denn, das Konto wird in der Zwischenzeit entsperrt
|
||||
preview_preamble_html: "<strong>@%{acct}</strong> wird eine Warnung mit folgenden Inhalten erhalten:"
|
||||
@@ -699,45 +699,45 @@ de:
|
||||
other: "%{count} Berechtigungen"
|
||||
privileges:
|
||||
administrator: Administrator*in
|
||||
administrator_description: Benutzer*innen mit dieser Berechtigung werden alle Beschränkungen umgehen
|
||||
administrator_description: Beschränkung aller Berechtigungen umgehen
|
||||
delete_user_data: Kontodaten löschen
|
||||
delete_user_data_description: Erlaubt Benutzer*innen, die Daten anderer Benutzer*innen sofort zu löschen
|
||||
invite_users: Leute einladen
|
||||
invite_users_description: Erlaubt bereits registrierten Benutzer*innen, neue Leute zum Server einzuladen
|
||||
manage_announcements: Ankündigungen verwalten
|
||||
manage_announcements_description: Erlaubt Profilen, Ankündigungen auf dem Server zu verwalten
|
||||
manage_appeals: Einsprüche verwalten
|
||||
manage_appeals_description: Erlaubt es Benutzer*innen, Entscheidungen der Moderator*innen zu widersprechen
|
||||
manage_blocks: Sperrungen verwalten
|
||||
manage_blocks_description: Erlaubt Nutzer*innen das Sperren von E-Mail-Anbietern und IP-Adressen
|
||||
manage_custom_emojis: Eigene Emojis verwalten
|
||||
manage_custom_emojis_description: Erlaubt es Benutzer*innen, eigene Emojis auf dem Server zu verwalten
|
||||
manage_federation: Föderation verwalten
|
||||
manage_federation_description: Erlaubt Benutzer*innen, Domains anderer Mastodon-Server zu sperren oder zuzulassen – und die Zustellbarkeit zu steuern
|
||||
manage_invites: Einladungen verwalten
|
||||
manage_invites_description: Erlaubt es Benutzer*innen, Einladungslinks zu durchsuchen und zu deaktivieren
|
||||
manage_reports: Meldungen verwalten
|
||||
manage_reports_description: Erlaubt es Benutzer*innen, Meldungen zu überprüfen und Vorfälle zu moderieren
|
||||
delete_user_data_description: Daten anderer Profile ohne Verzögerung löschen
|
||||
invite_users: Einladungen
|
||||
invite_users_description: Neue Benutzer*innen zur Registrierung auf diesem Server einladen
|
||||
manage_announcements: Ankündigungen
|
||||
manage_announcements_description: Ankündigungen dieses Servers verwalten
|
||||
manage_appeals: Einsprüche
|
||||
manage_appeals_description: Entscheidungen von Moderator*innen bzgl. Einsprüchen von Benutzer*innen überarbeiten
|
||||
manage_blocks: Sperren
|
||||
manage_blocks_description: E-Mail-Provider und IP-Adressen sperren
|
||||
manage_custom_emojis: Emojis
|
||||
manage_custom_emojis_description: Spezielle Emojis dieses Servers verwalten
|
||||
manage_federation: Föderation
|
||||
manage_federation_description: Domains anderer Mastodon-Server sperren/zulassen – und Zustellbarkeit kontrollieren
|
||||
manage_invites: Einladungen
|
||||
manage_invites_description: Einladungslinks durchsuchen und deaktivieren
|
||||
manage_reports: Meldungen
|
||||
manage_reports_description: Meldungen überprüfen und Vorfälle moderieren
|
||||
manage_roles: Rollen verwalten
|
||||
manage_roles_description: Erlaubt es Benutzer*innen, Rollen, die sich unterhalb der eigenen Rolle befinden, zu verwalten und zuzuweisen
|
||||
manage_rules: Serverregeln verwalten
|
||||
manage_rules_description: Erlaubt es Benutzer*innen, Serverregeln zu ändern
|
||||
manage_settings: Einstellungen verwalten
|
||||
manage_settings_description: Erlaubt Nutzer*innen, Einstellungen dieses Servers zu ändern
|
||||
manage_taxonomies: Hashtags verwalten
|
||||
manage_taxonomies_description: Ermöglicht Benutzer*innen, die Trends zu überprüfen und die Hashtag-Einstellungen zu aktualisieren
|
||||
manage_user_access: Kontozugriff verwalten
|
||||
manage_user_access_description: Erlaubt Nutzer*innen, die Zwei-Faktor-Authentisierung anderer zu deaktivieren, ihre E-Mail-Adresse zu ändern und ihr Passwort zurückzusetzen
|
||||
manage_users: Konten verwalten
|
||||
manage_users_description: Erlaubt es Benutzer*innen, die Details anderer Profile einzusehen und diese Accounts zu moderieren
|
||||
manage_webhooks: Webhooks verwalten
|
||||
manage_webhooks_description: Erlaubt es Benutzer*innen, Webhooks für administrative Vorkommnisse einzurichten
|
||||
view_audit_log: Audit-Log anzeigen
|
||||
view_audit_log_description: Erlaubt es Benutzer*innen, den Verlauf der administrativen Handlungen auf diesem Server einzusehen
|
||||
view_dashboard: Dashboard anzeigen
|
||||
view_dashboard_description: Gewährt Benutzer*innen den Zugriff auf das Dashboard und verschiedene Metriken
|
||||
manage_roles_description: Rollen, die sich unterhalb der eigenen Rolle befinden, verwalten und zuweisen
|
||||
manage_rules: Serverregeln
|
||||
manage_rules_description: Serverregeln ändern
|
||||
manage_settings: Einstellungen
|
||||
manage_settings_description: Einstellungen dieses Servers ändern
|
||||
manage_taxonomies: Hashtags
|
||||
manage_taxonomies_description: Trends überprüfen und Einstellungen für Hashtags
|
||||
manage_user_access: Kontozugriff
|
||||
manage_user_access_description: Zwei-Faktor-Authentisierungen anderer können deaktiviert, E-Mail-Adressen geändert und Passwörter zurückgesetzt werden
|
||||
manage_users: Konten
|
||||
manage_users_description: Details anderer Profile einsehen und Moderation von Konten
|
||||
manage_webhooks: Webhooks
|
||||
manage_webhooks_description: Webhooks für administrative Vorgänge einrichten
|
||||
view_audit_log: Protokoll anzeigen
|
||||
view_audit_log_description: Verlauf der administrativen Vorgänge auf diesem Server
|
||||
view_dashboard: Dashboard
|
||||
view_dashboard_description: Dashboard und verschiedene Metriken
|
||||
view_devops: DevOps
|
||||
view_devops_description: Erlaubt es Benutzer*innen, auf die Sidekiq- und pgHero-Dashboards zuzugreifen
|
||||
view_devops_description: Auf Sidekiq- und pgHero-Dashboards zugreifen
|
||||
title: Rollen
|
||||
rules:
|
||||
add_new: Regel hinzufügen
|
||||
@@ -756,7 +756,7 @@ de:
|
||||
preamble: Passe das Webinterface von Mastodon an.
|
||||
title: Design
|
||||
branding:
|
||||
preamble: Das Branding deines Servers unterscheidet ihn von anderen Servern im Netzwerk. Diese Informationen können in einer Vielzahl von Umgebungen angezeigt werden, z. B. in der Weboberfläche von Mastodon, in nativen Anwendungen, in Linkvorschauen auf anderen Websites und in Messaging-Apps und so weiter. Aus diesem Grund ist es am besten, diese Informationen klar, kurz und prägnant zu halten.
|
||||
preamble: Das Branding deines Servers unterscheidet ihn von anderen Servern im Netzwerk. Diese Informationen können in einer Vielzahl von Umgebungen angezeigt werden, z. B. im Webinterface von Mastodon, in nativen Anwendungen, in der Linkvorschau auf anderen Websites, in Messaging-Apps und so weiter. Aus diesem Grund ist es am besten, diese Informationen klar, kurz und prägnant zu halten.
|
||||
title: Branding
|
||||
captcha_enabled:
|
||||
desc_html: Dies beruht auf externen Skripten von hCaptcha, die ein Sicherheits- und Datenschutzproblem darstellen könnten. Darüber hinaus <strong>kann das den Registrierungsprozess für manche Menschen (insbesondere für Menschen mit Behinderung) erheblich erschweren</strong>. Aus diesen Gründen solltest du alternative Maßnahmen in Betracht ziehen, z. B. eine Registrierung basierend auf einer Einladung oder auf Genehmigungen.
|
||||
@@ -770,7 +770,7 @@ de:
|
||||
title: Profile standardmäßig von der Suchmaschinen-Indizierung ausnehmen
|
||||
discovery:
|
||||
follow_recommendations: Follower-Empfehlungen
|
||||
preamble: Das Auffinden interessanter Inhalte ist wichtig, um neue Nutzer einzubinden, die Mastodon noch nicht kennen. Bestimme, wie verschiedene Suchfunktionen auf deinem Server funktionieren.
|
||||
preamble: Das Präsentieren interessanter Inhalte ist für den Einstieg neuer Nutzer*innen, die auf Mastodon nichts und niemanden kennen, entscheidend. Lege die vielfältigen Funktionen zum Entdecken neuer Dinge auf deinem Server fest.
|
||||
profile_directory: Profilverzeichnis
|
||||
public_timelines: Öffentliche Timeline
|
||||
publish_discovered_servers: Entdeckte Server offenlegen
|
||||
@@ -814,7 +814,7 @@ de:
|
||||
version: Version
|
||||
statuses:
|
||||
account: Autor*in
|
||||
application: Anwendung
|
||||
application: App
|
||||
back_to_account: Zurück zum Konto
|
||||
back_to_report: Zurück zur Seite mit den Meldungen
|
||||
batch:
|
||||
@@ -881,10 +881,10 @@ de:
|
||||
message_html: Ein Mastodon-Update ist verfügbar.
|
||||
software_version_critical_check:
|
||||
action: Verfügbare Updates ansehen
|
||||
message_html: Ein kritisches Mastodon-Update ist verfügbar – bitte aktualisiere so schnell wie möglich.
|
||||
message_html: Ein wichtiges Sicherheitsupdate ist verfügbar – bitte aktualisiere Mastodon so schnell wie möglich.
|
||||
software_version_patch_check:
|
||||
action: Verfügbare Updates ansehen
|
||||
message_html: Ein Mastodon-Update für Fehlerkorrekturen ist verfügbar.
|
||||
message_html: Ein Mastodon-Update mit Bugfixes ist verfügbar.
|
||||
upload_check_privacy_error:
|
||||
action: Für weitere Informationen hier klicken
|
||||
message_html: "<strong>Die Konfiguration deines Servers ist fehlerhaft. Die Privatsphäre deiner Benutzer*innen ist gefährdet.</strong>"
|
||||
@@ -902,7 +902,7 @@ de:
|
||||
trendable: Trendfähig
|
||||
unreviewed: Ungeprüft
|
||||
usable: Verwendbar
|
||||
name: Name
|
||||
name: Hashtag
|
||||
newest: Neueste
|
||||
oldest: Älteste
|
||||
open: Öffentlich anzeigen
|
||||
@@ -935,8 +935,8 @@ de:
|
||||
one: In den vergangenen 7 Tagen von einem Profil geteilt
|
||||
other: In den vergangenen 7 Tagen von %{count} Profilen geteilt
|
||||
title: Angesagte Links
|
||||
usage_comparison: Heute %{today}-mal und gestern %{yesterday}-mal geteilt
|
||||
not_allowed_to_trend: Darf nicht trenden
|
||||
usage_comparison: Heute %{today} × und gestern %{yesterday} × geteilt
|
||||
not_allowed_to_trend: Trend nicht erlaubt
|
||||
only_allowed: Nur Genehmigte
|
||||
pending_review: Überprüfung ausstehend
|
||||
preview_card_providers:
|
||||
@@ -970,17 +970,17 @@ de:
|
||||
tag_servers_measure: Server
|
||||
tag_uses_measure: insgesamt
|
||||
description_html: Diese Hashtags werden derzeit in vielen Beiträgen verwendet, die dein Server sieht. Dies kann deinen Nutzer*innen helfen, herauszufinden, worüber die Leute im Moment am meisten schreiben. Hashtags werden erst dann öffentlich angezeigt, wenn du sie genehmigst.
|
||||
listable: Kann vorgeschlagen werden
|
||||
listable: Darf empfohlen werden
|
||||
no_tag_selected: Keine Hashtags wurden geändert, da keine ausgewählt wurden
|
||||
not_listable: Wird nicht vorgeschlagen
|
||||
not_trendable: Wird in den Trends nicht angezeigt
|
||||
not_usable: Kann nicht verwendet werden
|
||||
not_listable: Darf nicht vorgeschlagen werden
|
||||
not_trendable: In Trends nicht erlaubt
|
||||
not_usable: In Beiträgen nicht erlaubt
|
||||
peaked_on_and_decaying: In den Trends am %{date}, jetzt absteigend
|
||||
title: Angesagte Hashtags
|
||||
trendable: Darf in den Trends erscheinen
|
||||
trendable: In Trends erlaubt
|
||||
trending_rank: Platz %{rank}
|
||||
usable: Darf verwendet werden
|
||||
usage_comparison: Heute %{today}-mal und gestern %{yesterday}-mal verwendet
|
||||
usable: In Beiträgen erlaubt
|
||||
usage_comparison: Heute %{today} × und gestern %{yesterday} × verwendet
|
||||
used_by_over_week:
|
||||
one: In den vergangenen 7 Tagen von einem Profil verwendet
|
||||
other: In den vergangenen 7 Tagen von %{count} Profilen verwendet
|
||||
@@ -1123,12 +1123,12 @@ de:
|
||||
confirm: E-Mail bestätigen
|
||||
details: Deine Daten
|
||||
review: Unsere Überprüfung
|
||||
rules: Regeln akzeptieren
|
||||
rules: Serverregeln akzeptieren
|
||||
providers:
|
||||
cas: CAS
|
||||
saml: SAML
|
||||
register: Registrieren
|
||||
registration_closed: "%{instance} akzeptiert keine neuen Mitglieder"
|
||||
registration_closed: "%{instance} akzeptiert keine neuen Registrierungen"
|
||||
resend_confirmation: Bestätigungslink erneut zusenden
|
||||
reset_password: Passwort zurücksetzen
|
||||
rules:
|
||||
@@ -1142,13 +1142,13 @@ de:
|
||||
security: Sicherheit
|
||||
set_new_password: Neues Passwort einrichten
|
||||
setup:
|
||||
email_below_hint_html: Überprüfe deinen Spam-Ordner oder lass dir den Bestätigungslink erneut zusenden. Falls die angegebene E-Mail-Adresse falsch ist, kannst du sie auch korrigieren.
|
||||
email_settings_hint_html: Klicke auf den Bestätigungslink, den wir an %{email} gesendet haben, um die Adresse zu verifizieren. Wir warten hier solange auf dich.
|
||||
email_below_hint_html: Überprüfe deinen Spam-/Junk-Ordner oder lass dir den Bestätigungslink erneut zusenden. Falls du die vorherige E-Mail-Adresse falsch eingegeben hast, kannst du sie hier korrigieren.
|
||||
email_settings_hint_html: Klicke auf den Bestätigungslink, den wir dir an %{email} geschickt haben, um deine E-Mail-Adresse zu verifizieren. Wir warten hier solange auf dich.
|
||||
link_not_received: Keinen Bestätigungslink erhalten?
|
||||
new_confirmation_instructions_sent: In wenigen Minuten wirst du eine neue E-Mail mit dem Bestätigungslink erhalten!
|
||||
title: Überprüfe dein E-Mail-Postfach
|
||||
sign_in:
|
||||
preamble_html: Melde dich mit deinen Zugangsdaten für <strong>%{domain}</strong> an. Falls dein Konto auf einem anderen Server erstellt wurde, ist eine Anmeldung hier nicht möglich.
|
||||
preamble_html: Melde dich mit deinen Zugangsdaten für <strong>%{domain}</strong> an. Falls dein Konto auf einem anderen Mastodon-Server erstellt wurde, ist eine Anmeldung hier nicht möglich.
|
||||
title: Bei %{domain} anmelden
|
||||
sign_up:
|
||||
manual_review: Registrierungen für den Server %{domain} werden manuell durch unsere Moderator*innen überprüft. Um uns dabei zu unterstützen, schreibe etwas über dich und sage uns, weshalb du ein Konto auf %{domain} anlegen möchtest.
|
||||
@@ -1214,7 +1214,7 @@ de:
|
||||
irreversible: Du wirst dein Konto nicht mehr wiederherstellen oder reaktivieren können
|
||||
more_details_html: Weitere Details findest du in der <a href="%{terms_path}">Datenschutzerklärung</a>.
|
||||
username_available: Dein Profilname wird wieder verfügbar sein
|
||||
username_unavailable: Dein Profilname wird auch nach dem Löschen für andere nicht zugänglich sein
|
||||
username_unavailable: Dein Profilname kann nach der Kontolöschung nicht neu registriert werden – und steht nicht mehr zur Verfügung
|
||||
disputes:
|
||||
strikes:
|
||||
action_taken: Maßnahme
|
||||
@@ -1238,7 +1238,7 @@ de:
|
||||
delete_statuses: Beitragsentfernung
|
||||
disable: Konto einfrieren
|
||||
mark_statuses_as_sensitive: Beiträge mit einer Inhaltswarnung versehen
|
||||
none: Warnung
|
||||
none: Verwarnung
|
||||
sensitive: Profil mit einer Inhaltswarnung versehen
|
||||
silence: Kontobeschränkung
|
||||
suspend: Kontosperre
|
||||
@@ -1265,7 +1265,7 @@ de:
|
||||
'503': Die Seite konnte wegen eines temporären Serverfehlers nicht angezeigt werden.
|
||||
noscript_html: Bitte aktiviere JavaScript, um das Webinterface von Mastodon zu verwenden. Alternativ kannst du auch eine der <a href="%{apps_path}">nativen Apps</a> für Mastodon verwenden.
|
||||
existing_username_validator:
|
||||
not_found: kann lokale Konten mit diesem Profilnamen nicht finden
|
||||
not_found: kann kein lokales Konto mit diesem Profilnamen finden
|
||||
not_found_multiple: "%{usernames} konnten nicht gefunden werden"
|
||||
exports:
|
||||
archive_takeout:
|
||||
@@ -1362,7 +1362,7 @@ de:
|
||||
too_large: Datei ist zu groß
|
||||
failures: Fehler
|
||||
imported: Importiert
|
||||
mismatched_types_warning: Möglicherweise hast du den falschen Typ für diesen Import ausgewählt. Bitte überprüfe alles noch einmal.
|
||||
mismatched_types_warning: Möglicherweise hast du das falsche Format für diesen Import ausgewählt. Bitte überprüfe alles noch einmal.
|
||||
modes:
|
||||
merge: Zusammenführen
|
||||
merge_long: Bestehende Datensätze beibehalten und neue hinzufügen
|
||||
@@ -1426,13 +1426,13 @@ de:
|
||||
invalid: Diese Einladung ist ungültig
|
||||
invited_by: 'Du wurdest eingeladen von:'
|
||||
max_uses:
|
||||
one: Eine Verwendung
|
||||
other: "%{count} Verwendungen"
|
||||
max_uses_prompt: Unbegrenzt
|
||||
prompt: Erstelle Einladungen und teile die dazugehörigen Links, um anderen einen Zugang zu diesem Server zu gewähren
|
||||
one: 1 × Registrierung
|
||||
other: "%{count} × Registrierungen"
|
||||
max_uses_prompt: Keine Begrenzung der Registrierungen
|
||||
prompt: Erstelle Einladungen und teile die dazugehörigen Links, um anderen die Registrierung auf diesem Server zu gestatten
|
||||
table:
|
||||
expires_at: Läuft ab
|
||||
uses: Verwendungen
|
||||
uses: Registrierungen
|
||||
title: Einladungen
|
||||
lists:
|
||||
errors:
|
||||
@@ -1467,7 +1467,7 @@ de:
|
||||
validations:
|
||||
images_and_video: Es kann kein Video an einen Beitrag angehängt werden, der bereits Bilder enthält
|
||||
not_found: Medieninhalt(e) %{ids} nicht gefunden oder bereits an einen anderen Beitrag angehängt
|
||||
not_ready: Dateien, die noch nicht verarbeitet wurden, können nicht angehängt werden. Versuche es gleich noch einmal!
|
||||
not_ready: Dateien, die noch nicht verarbeitet wurden, können nicht angehängt werden. Warte einen Moment!
|
||||
too_many: Mehr als vier Dateien können nicht angehängt werden
|
||||
migrations:
|
||||
acct: umgezogen nach
|
||||
@@ -1511,7 +1511,7 @@ de:
|
||||
notification_mailer:
|
||||
admin:
|
||||
report:
|
||||
subject: "%{name} hat eine Meldung eingereicht"
|
||||
subject: "%{name} reichte eine Meldung ein"
|
||||
sign_up:
|
||||
subject: "%{name} registrierte sich"
|
||||
favourite:
|
||||
@@ -1543,7 +1543,7 @@ de:
|
||||
update:
|
||||
subject: "%{name} bearbeitete einen Beitrag"
|
||||
notifications:
|
||||
administration_emails: Admin-E-Mail-Benachrichtigungen
|
||||
administration_emails: Benachrichtigungen per E-Mail an die Admins
|
||||
email_events: Benachrichtigungen per E-Mail
|
||||
email_events_hint: 'Bitte die Ereignisse auswählen, für die du Benachrichtigungen per E-Mail erhalten möchtest:'
|
||||
number:
|
||||
@@ -1560,8 +1560,8 @@ de:
|
||||
code_hint: Gib den Code ein, den deine 2FA- bzw. TOTP-App generiert hat, um den Vorgang zu bestätigen
|
||||
description_html: Wenn du die <strong>Zwei-Faktor-Authentisierung</strong> (2FA) mit einer Authentifizierungs-App deines Smartphones aktivierst, benötigst du neben dem regulären Passwort zusätzlich auch den zeitbasierten Code der 2FA-App, um dich anmelden zu können.
|
||||
enable: Aktivieren
|
||||
instructions_html: "<strong>Scanne diesen QR-Code mit einer beliebigen Authentisierungs-App (TOTP)</strong>. Diese App generiert dann zeitbasierte Codes, die du beim Anmelden zusätzlich zum regulären Passwort eingeben musst."
|
||||
manual_instructions: Wenn du den QR-Code nicht einscannen kannst, sondern die Zahlenfolge manuell eingeben musst, ist hier der geheime Token für deine 2FA-App.
|
||||
instructions_html: "<strong>Scanne diesen QR-Code mit einer beliebigen Authentisierungs-App (TOTP)</strong> ein. Die App generiert dann zeitbasierte Codes, die du beim Anmelden zusätzlich zum regulären Passwort eingeben musst."
|
||||
manual_instructions: 'Wenn du den QR-Code nicht einscannen kannst, sondern die Zahlenfolge manuell eingeben musst, ist hier der geheime Code für deine 2FA-App:'
|
||||
setup: Einrichten
|
||||
wrong_code: Der eingegebene Code ist ungültig! Laufen Serverzeit und Gerätezeit synchron?
|
||||
pagination:
|
||||
@@ -1693,7 +1693,7 @@ de:
|
||||
account_settings: Kontoeinstellungen
|
||||
aliases: Konto-Aliasse
|
||||
appearance: Design
|
||||
authorized_apps: Autorisierte Anwendungen
|
||||
authorized_apps: Genehmigte Apps
|
||||
back: Zurück zu Mastodon
|
||||
delete: Kontolöschung
|
||||
development: Entwicklung
|
||||
@@ -1703,17 +1703,17 @@ de:
|
||||
import: Importieren
|
||||
import_and_export: Importieren und exportieren
|
||||
migrate: Kontoumzug
|
||||
notifications: E-Mail-Benachrichtigungen
|
||||
notifications: Benachrichtigungen
|
||||
preferences: Einstellungen
|
||||
profile: Öffentliches Profil
|
||||
relationships: Follower und Folge ich
|
||||
severed_relationships: Getrennte Beziehungen
|
||||
statuses_cleanup: Automatische Löschung
|
||||
statuses_cleanup: Automatisiertes Löschen
|
||||
strikes: Maßnahmen
|
||||
two_factor_authentication: Zwei-Faktor-Authentisierung
|
||||
webauthn_authentication: Sicherheitsschlüssel
|
||||
severed_relationships:
|
||||
download: Herunterladen (%{count})
|
||||
download: Download (%{count} Follower)
|
||||
event_type:
|
||||
account_suspension: Kontosperre (%{target_name})
|
||||
domain_block: Serversperre (%{target_name})
|
||||
@@ -1746,13 +1746,13 @@ de:
|
||||
in_reply_not_found: Der Beitrag, auf den du antworten möchtest, scheint nicht zu existieren.
|
||||
over_character_limit: Begrenzung von %{max} Zeichen überschritten
|
||||
pin_errors:
|
||||
direct: Beiträge, die nur für erwähnte Profile sichtbar sind, können nicht angeheftet werden
|
||||
direct: Beiträge mit privaten Erwähnungen können nicht angeheftet werden
|
||||
limit: Du hast bereits die maximale Anzahl an Beiträgen angeheftet
|
||||
ownership: Du kannst nur eigene Beiträge anheften
|
||||
reblog: Du kannst keine geteilten Beiträge anheften
|
||||
title: "%{name}: „%{quote}“"
|
||||
visibilities:
|
||||
direct: Direktnachricht
|
||||
direct: Private Erwähnung
|
||||
private: Nur Follower
|
||||
private_long: Nur für deine Follower sichtbar
|
||||
public: Öffentlich
|
||||
@@ -1767,9 +1767,9 @@ de:
|
||||
ignore_favs: Favoriten ignorieren
|
||||
ignore_reblogs: Geteilte Beiträge ignorieren
|
||||
interaction_exceptions: Ausnahmen basierend auf Interaktionen
|
||||
interaction_exceptions_explanation: Beachte, dass Beiträge nicht gelöscht werden, sobald deine Grenzwerte für Favoriten oder geteilte Beiträge einmal überschritten wurden – auch dann nicht, wenn diese Schwellenwerte mittlerweile nicht mehr erreicht werden.
|
||||
keep_direct: Private Nachrichten behalten
|
||||
keep_direct_hint: Löscht keinen deiner Beiträge, die nur für erwähnte Profile sichtbar sind
|
||||
interaction_exceptions_explanation: Beachte, dass Beiträge nicht gelöscht werden, sobald deine Grenzwerte für Favoriten oder geteilte Beiträge einmal überschritten wurden – auch dann nicht, wenn diese Grenzwerte mittlerweile nicht mehr erreicht werden.
|
||||
keep_direct: Private Erwähnungen behalten
|
||||
keep_direct_hint: Löscht keinen deiner Beiträge mit privaten Erwähnungen
|
||||
keep_media: Beiträge mit Medien behalten
|
||||
keep_media_hint: Löscht keinen deiner Beiträge mit Medienanhängen
|
||||
keep_pinned: Angeheftete Beiträge behalten
|
||||
@@ -1818,13 +1818,13 @@ de:
|
||||
too_many_requests: Der Übersetzungsdienst hat kürzlich zu viele Anfragen erhalten.
|
||||
two_factor_authentication:
|
||||
add: Hinzufügen
|
||||
disable: Zwei-Faktor-Authentisierung deaktivieren
|
||||
disable: Zwei-Faktor-Authentisierung (2FA) deaktivieren
|
||||
disabled_success: Zwei-Faktor-Authentisierung erfolgreich deaktiviert
|
||||
edit: Bearbeiten
|
||||
enabled: Zwei-Faktor-Authentisierung (2FA) ist aktiviert
|
||||
enabled_success: Zwei-Faktor-Authentisierung (2FA) erfolgreich aktiviert
|
||||
generate_recovery_codes: Wiederherstellungscodes erstellen
|
||||
lost_recovery_codes: Wiederherstellungscodes ermöglichen es dir, wieder Zugang zu deinem Konto zu erlangen, falls du keinen Zugriff mehr auf die Zwei-Faktor-Authentisierung oder den Sicherheitsschlüssel hast. Solltest du diese Wiederherstellungscodes verloren haben, kannst du sie hier neu generieren. Deine alten, bereits erstellten Wiederherstellungscodes werden dadurch ungültig.
|
||||
lost_recovery_codes: Mit Wiederherstellungscodes erhältst du Zugang zu deinem Konto, falls du keinen Zugriff mehr auf die Zwei-Faktor-Authentisierung (2FA) oder den Sicherheitsschlüssel hast. Solltest du diese Wiederherstellungscodes verloren haben, kannst du sie hier neu erstellen. Deine alten, bereits erstellten Wiederherstellungscodes werden dadurch ungültig.
|
||||
methods: Methoden der Zwei-Faktor-Authentisierung
|
||||
otp: Authentisierungs-App
|
||||
recovery_codes: Wiederherstellungscodes sichern
|
||||
@@ -1863,7 +1863,7 @@ de:
|
||||
title: Eine neue Anmeldung
|
||||
warning:
|
||||
appeal: Einspruch erheben
|
||||
appeal_description: Wenn du glaubst, dass es sich um einen Fehler handelt, kannst du einen Einspruch an die Administration von %{instance} senden.
|
||||
appeal_description: Solltest du der Meinung sein, dass es sich bei der Sperre um einen Fehler handelt, kannst du Einspruch erheben, in dem du dich an das Team von %{instance} wendest.
|
||||
categories:
|
||||
spam: Spam
|
||||
violation: Inhalt verstößt gegen die folgenden Serverregeln
|
||||
@@ -1873,7 +1873,7 @@ de:
|
||||
mark_statuses_as_sensitive: Ein oder mehrere deiner Beiträge wurden von den Moderator*innen von %{instance} mit einer Inhaltswarnung versehen. Das bedeutet, dass die Medien in den Beiträgen erst angeklickt werden müssen, bevor sie angezeigt werden. Beim Verfassen der nächsten Beiträge kannst du auch selbst eine Inhaltswarnung für hochgeladene Medien festlegen.
|
||||
sensitive: Von nun an werden alle deine hochgeladenen Mediendateien mit einer Inhaltswarnung versehen und hinter einer Warnung versteckt.
|
||||
silence: Du kannst dein Konto weiterhin verwenden, aber nur Personen, die dir bereits folgen, sehen deine Beiträge auf diesem Server. Ebenso kannst du aus verschiedenen Suchfunktionen ausgeschlossen werden. Andere können dir jedoch weiterhin manuell folgen.
|
||||
suspend: Du kannst dein Konto nicht mehr verwenden und dein Profil und andere Daten sind nicht mehr verfügbar. Du kannst dich immer noch anmelden, um eine Sicherung deiner Daten anzufordern, bis die Daten innerhalb von 30 Tagen vollständig gelöscht wurden. Allerdings werden wir einige Daten speichern, um zu verhindern, dass du die Sperrung umgehst.
|
||||
suspend: Du kannst dein Konto nicht mehr verwenden und dein Profil und weitere Daten sind nicht mehr verfügbar. Du kannst dich immer noch anmelden, um eine Sicherung deiner Daten anzufordern, bis die Daten innerhalb von 30 Tagen vollständig gelöscht wurden. Allerdings werden wir einige Daten behalten, um zu verhindern, dass du die Kontosperre umgehst.
|
||||
reason: 'Begründung:'
|
||||
statuses: 'Betroffene Beiträge:'
|
||||
subject:
|
||||
@@ -1893,8 +1893,8 @@ de:
|
||||
silence: Konto stummgeschaltet
|
||||
suspend: Konto gesperrt
|
||||
welcome:
|
||||
apps_android_action: Aus dem Google Play Store herunterladen
|
||||
apps_ios_action: Im App Store herunterladen
|
||||
apps_android_action: Bei Google Play (Android) herunterladen
|
||||
apps_ios_action: Im App Store (Apple) herunterladen
|
||||
apps_step: Lade unsere offiziellen Apps herunter.
|
||||
apps_title: Mastodon-Apps
|
||||
checklist_subtitle: 'Fangen wir an, diese neue soziale Dimension zu erkunden:'
|
||||
@@ -1902,13 +1902,13 @@ de:
|
||||
edit_profile_action: Personalisieren
|
||||
edit_profile_step: Mit einem vollständigen Profil interagieren andere eher mit dir.
|
||||
edit_profile_title: Personalisiere dein Profil
|
||||
explanation: Hier sind ein paar Tipps, um loszulegen
|
||||
explanation: Hier sind ein paar Tipps für den Start
|
||||
feature_action: Mehr erfahren
|
||||
feature_audience: Mastodon bietet dir eine einzigartige Möglichkeit, deine Reichweite ohne Mittelsperson zu verwalten. Auf deiner eigenen Infrastruktur bereitgestellt, ermöglicht Mastodon es dir, jedem anderen Mastodon-Server zu folgen und von jedem anderen Server aus gefolgt zu werden. Ebenso steht Mastodon unter deiner Kontrolle.
|
||||
feature_audience_title: Baue deine Reichweite mit Vertrauen auf
|
||||
feature_control: Du weißt am besten, was du auf deiner Startseite sehen möchtest. Keine Algorithmen oder Werbung, die deine Zeit verschwenden. Folge Nutzer*innen auf allen Mastodon-Servern von einem einzelnen Konto aus und empfange deren Beiträge in chronologischer Reihenfolge. Mache Mastodon zu deinem ganz persönlichen Fleckchen im Internet.
|
||||
feature_control_title: Behalte die Kontrolle über deine eigene Timeline
|
||||
feature_creativity: Mastodon unterstützt Audio-, Video- und Bildbeiträge, Beschreibungen, Umfragen, Inhaltswarnungen, animierte Avatare, benutzerdefinierte Emojis, das Zuschneiden von Vorschaubildern und vieles mehr, um dir zu helfen, dich online zu entfalten. Egal, ob du deine Kunst, deine Musik oder deinen Podcast veröffentlichst – Mastodon ist für dich da.
|
||||
feature_creativity: Mastodon unterstützt Audio-, Video- und Bildbeiträge, Bildbeschreibungen, Umfragen, Inhaltswarnungen, animierte Avatare, benutzerdefinierte Emojis, das Zuschneiden von Vorschaubildern und vieles mehr, um dir zu helfen, dich online zu entfalten. Egal, ob du deine Kunst, deine Musik oder deinen Podcast veröffentlichst – Mastodon ist für dich da.
|
||||
feature_creativity_title: Einzigartige Kreativität
|
||||
feature_moderation: Mastodon legt die Entscheidungskraft zurück in deine Hände. Jeder Server erstellt eigene Regeln und Vorschriften, die nur lokal, pro einzelnem Server durchgesetzt werden – und nicht von oben herab, wie es bei den kommerziellen sozialen Medien der Fall ist. Dadurch ist Mastodon viel anpassungsfähiger für verschiedene Gruppen von Menschen. Registriere dich bei einem Server, dessen Regeln du magst, oder hoste deinen eigenen Server.
|
||||
feature_moderation_title: Moderation so, wie sie sein sollte
|
||||
@@ -1916,7 +1916,7 @@ de:
|
||||
follow_step: Interessanten Profilen zu folgen ist das, was Mastodon ausmacht.
|
||||
follow_title: Personalisiere deine Startseite
|
||||
follows_subtitle: Folge bekannten Profilen
|
||||
follows_title: Empfohlene Profile
|
||||
follows_title: Wem folgen?
|
||||
follows_view_more: Weitere Profile zum Folgen entdecken
|
||||
hashtags_recent_count:
|
||||
one: "%{people} Profil in den vergangenen 2 Tagen"
|
||||
@@ -1926,7 +1926,7 @@ de:
|
||||
hashtags_view_more: Weitere angesagte Hashtags entdecken
|
||||
post_action: Verfassen
|
||||
post_step: Begrüße die Welt mit Text, Fotos, Videos oder Umfragen.
|
||||
post_title: Erstelle deinen ersten Beitrag
|
||||
post_title: Starte mit deinem ersten Beitrag
|
||||
share_action: Teilen
|
||||
share_step: Lass deine Freund*innen wissen, wie sie dich auf Mastodon finden können.
|
||||
share_title: Teile dein Mastodon-Profil
|
||||
@@ -1936,8 +1936,8 @@ de:
|
||||
users:
|
||||
follow_limit_reached: Du kannst nicht mehr als %{limit} Profilen folgen
|
||||
go_to_sso_account_settings: Kontoeinstellungen des Identitätsanbieters aufrufen
|
||||
invalid_otp_token: Ungültiger Code der Zwei-Faktor-Authentisierung
|
||||
otp_lost_help_html: Wenn du beides nicht mehr weißt, melde dich bitte bei uns unter der E-Mail-Adresse %{email}
|
||||
invalid_otp_token: Ungültiger Code der Zwei-Faktor-Authentisierung (2FA)
|
||||
otp_lost_help_html: Wenn du sowohl die E-Mail-Adresse als auch das Passwort nicht mehr weißt, melde dich bitte bei uns unter %{email}
|
||||
rate_limited: Zu viele Authentisierungsversuche. Bitte versuche es später noch einmal.
|
||||
seamless_external_login: Du bist über einen externen Dienst angemeldet, daher sind Passwort- und E-Mail-Einstellungen nicht verfügbar.
|
||||
signed_in_as: 'Angemeldet als:'
|
||||
@@ -1947,7 +1947,7 @@ de:
|
||||
hint_html: "<strong>Alle können ihre Identität auf Mastodon verifizieren.</strong> Basierend auf offenen Standards – jetzt und für immer kostenlos. Alles, was du brauchst, ist eine eigene Website. Wenn du von deinem Profil auf diese Website verlinkst, überprüfen wir, ob die Website zu deinem Profil zurückverlinkt, und zeigen einen visuellen Hinweis an."
|
||||
instructions_html: Kopiere den unten stehenden Code und füge ihn in den HTML-Code deiner Website ein. Trage anschließend die Adresse deiner Website in ein Zusatzfeld auf deinem Profil ein und speichere die Änderungen. Die Zusatzfelder befinden sich im Reiter „Profil bearbeiten“.
|
||||
verification: Verifizierung
|
||||
verified_links: Deine verifizierten Domains
|
||||
verified_links: Deine verifizierten Links
|
||||
website_verification: Verifizierung einer Website
|
||||
webauthn_credentials:
|
||||
add: Sicherheitsschlüssel hinzufügen
|
||||
|
||||
@@ -3,8 +3,8 @@ da:
|
||||
devise:
|
||||
confirmations:
|
||||
confirmed: Din e-mail er nu bekræftet.
|
||||
send_instructions: Du skulle om få minutter modtage en e-mailvejledning til, hvordan din e-mailadresse bekræftes. Tjek spammappen, hvis e-mailen ikke ser ud til at lande i indbakken.
|
||||
send_paranoid_instructions: Findes din e-mailadresse allerede i vores database, skulle du om få minutter modtage en e-mailvejledning til, hvordan din e-mailadresse bekræftes. Tjek spammappen, hvis e-mailen ikke ser ud til at lande i indbakken.
|
||||
send_instructions: Du vil inden for få minutter modtage en e-mail med instruktioner om, hvordan du bekræfter din e-mailadresse. Tjek din spam-mappe, hvis du ikke har modtaget denne e-mail.
|
||||
send_paranoid_instructions: Findes din e-mailadresse allerede i vores database, vil du om få minutter modtage en e-mailvejledning til, hvordan du bekræfter din e-mailadresse. Tjek din spam-mappe, hvis du ikke modtager denne e-mail.
|
||||
failure:
|
||||
already_authenticated: Du er allerede logget ind.
|
||||
inactive: Din konto er endnu ikke aktiveret.
|
||||
@@ -88,8 +88,8 @@ da:
|
||||
success: Godkendt fra %{kind}-konto.
|
||||
passwords:
|
||||
no_token: Denne side er kun tilgængelig via linket fra en e-mail til adgangskodenulstillings. Husk i den forbindelse at benytte den fuldstændige URL fra e-mailen.
|
||||
send_instructions: Er din e-mailadresse allerede registreret, e-mailes du et link til adgangskodenulstilling. Tjek spammappen, hvis e-mailen ikke ses i indbakken indenfor få minutter.
|
||||
send_paranoid_instructions: Er din e-mailadresse allerede registreret, e-mailes du et link til adgangskodenulstilling. Tjek spammappen, hvis e-mailen ikke ses i indbakken indenfor få minutter.
|
||||
send_instructions: Hvis din e-mailadresse findes i vores database, vil du inden for få minutter modtage et link til adgangskodenulstilling på din e-mailadresse. Tjek din spam-mappe, hvis du ikke har modtaget denne e-mail.
|
||||
send_paranoid_instructions: Hvis din e-mailadresse findes i vores database, vil du inden for få minutter modtage et link til adgangskodenulstilling på din e-mailadresse. Tjek din spam-mappe, hvis du ikke har modtaget denne e-mail.
|
||||
updated: Din adgangskode er skiftet, og du er nu logget ind.
|
||||
updated_not_active: Din adgangskode er skiftet.
|
||||
registrations:
|
||||
|
||||
@@ -27,7 +27,7 @@ de:
|
||||
subject: 'Mastodon: Anleitung zum Bestätigen deines Kontos auf %{instance}'
|
||||
title: Verifiziere deine E-Mail-Adresse
|
||||
email_changed:
|
||||
explanation: 'Die E-Mail-Adresse deines Kontos wird geändert zu:'
|
||||
explanation: 'Die E-Mail-Adresse deines Kontos wurde geändert zu:'
|
||||
extra: Wenn du deine E-Mail-Adresse nicht geändert hast, ist es wahrscheinlich, dass sich jemand Zugang zu deinem Konto verschafft hat. Bitte ändere sofort dein Passwort oder kontaktiere die Administrator*innen des Servers, wenn du aus deinem Konto ausgesperrt bist.
|
||||
subject: 'Mastodon: E-Mail-Adresse geändert'
|
||||
title: Neue E-Mail-Adresse
|
||||
|
||||
@@ -7,13 +7,13 @@ el:
|
||||
send_paranoid_instructions: Αν η διεύθυνση email σου υπάρχει στη βάση μας, θα λάβεις σε μερικά λεπτά ένα email με οδηγίες επιβεβαίωσης της διεύθυνσής σου. Παρακαλούμε έλεγξε το φάκελο με τα ανεπιθύμητα αν δεν το έχεις λάβει.
|
||||
failure:
|
||||
already_authenticated: Έχεις ήδη συνδεθεί.
|
||||
inactive: Ο λογαριασμός σου δεν έχει ενεργοποιηθεί ακόμα.
|
||||
inactive: Ο λογαριασμός σου δεν έχει ενεργοποιηθεί ακόμη.
|
||||
invalid: Λάθος %{authentication_keys} ή συνθηματικό.
|
||||
last_attempt: Έχεις μια ακόμα προσπάθεια πριν κλειδωθεί ο λογαριασμός σου.
|
||||
locked: Ο λογαριασμός σου κλειδώθηκε.
|
||||
not_found_in_database: Λάθος %{authentication_keys} ή συνθηματικό.
|
||||
omniauth_user_creation_failure: Σφάλμα δημιουργίας λογαριασμού για αυτήν την ταυτότητα.
|
||||
pending: Εκκρεμεί η έγκριση του λογαριασμού σου.
|
||||
pending: Εκκρεμεί ο έλεγχος του λογαριασμού σου.
|
||||
timeout: Η τρέχουσα σύνδεσή σου έληξε. Παρακαλούμε συνδέσου ξανά για να συνεχίσεις.
|
||||
unauthenticated: Πρέπει να συνδεθείς ή να εγγραφείς για να συνεχίσεις.
|
||||
unconfirmed: Πρέπει να επιβεβαιώσεις τη διεύθυνση email σου για να συνεχίσεις.
|
||||
@@ -22,7 +22,7 @@ el:
|
||||
action: Επιβεβαίωση διεύθυνσης email
|
||||
action_with_app: Επιβεβαίωση και επιστροφή στο %{app}
|
||||
explanation: Δημιούργησες έναν λογαριασμό στο %{host} με αυτή τη διεύθυνση email. Με ένα κλικ θα τον ενεργοποιήσεις. Αν δεν το έκανες εσύ, παρακαλούμε αγνόησε αυτό το email.
|
||||
explanation_when_pending: Έχεις υποβάλλει αίτηση πρόσκλησης στο %{host} με αυτή την ηλεκτρονική διεύθυνση email. Μόλις επιβεβαιώσεις το email σου, θα ελέγξουμε την αίτηση σου. Μέχρι τότε δε θα μπορείς να συνδεθείς. Αν απορριφθεί η αίτησή σου, τα στοιχεία σου θα αφαιρεθούν, άρα δε θα χρειαστεί να κάνεις κάτι επιπλέον. Αν δεν υπέβαλες εσύ την αίτηση, αγνόησε αυτό το email.
|
||||
explanation_when_pending: Έχεις υποβάλλει αίτηση πρόσκλησης στο %{host} με αυτή την διεύθυνση email. Μόλις επιβεβαιώσεις το email σου, θα ελέγξουμε την αίτηση σου. Μέχρι τότε δε θα μπορείς να συνδεθείς. Αν απορριφθεί η αίτησή σου, τα στοιχεία σου θα αφαιρεθούν, άρα δε θα χρειαστεί να κάνεις κάτι επιπλέον. Αν δεν υπέβαλες εσύ την αίτηση, αγνόησε αυτό το email.
|
||||
extra_html: Παρακαλούμε να διαβάσεις <a href="%{terms_path}">του κανόνες αυτού του κόμβου</a> και <a href="%{policy_path}">τους όρους χρήσης της υπηρεσίας μας</a>.
|
||||
subject: 'Mastodon: Οδηγίες επιβεβαίωσης για %{instance}'
|
||||
title: Επιβεβαίωσε διεύθυνση email
|
||||
@@ -95,9 +95,9 @@ el:
|
||||
registrations:
|
||||
destroyed: Αντίο! Ο λογαριασμός σου ακυρώθηκε με επιτυχία. Ελπίζουμε να σε ξαναδούμε σύντομα.
|
||||
signed_up: Καλώς ήρθες! Εγγράφηκες με επιτυχία.
|
||||
signed_up_but_inactive: Εγγράφηκες με επιτυχία. Όμως δε μπορέσαμε να σε συνδέσουμε γιατί ο λογαριασμός σου δεν έχει ενεργοποιηθεί ακόμα.
|
||||
signed_up_but_inactive: Εγγράφηκες με επιτυχία. Όμως δε μπορέσαμε να σε συνδέσουμε γιατί ο λογαριασμός σου δεν έχει ενεργοποιηθεί ακόμη.
|
||||
signed_up_but_locked: Εγγράφηκες με επιτυχία. Όμως δε μπορέσαμε να σε συνδέσουμε γιατί ο λογαριασμός σου είναι κλειδωμένος.
|
||||
signed_up_but_pending: Στάλθηκε στο email σου μήνυμα με ένα σύνδεσμο επιβεβαίωσης. Μόλις τον ακολουθήσεις θα ελέγξουμε την αίτηση σου. Θα ειδοποιήσεις εάν γίνει δεκτή.
|
||||
signed_up_but_pending: Στάλθηκε στο email σου μήνυμα με ένα σύνδεσμο επιβεβαίωσης. Αφότου τον ακολουθήσεις, θα ελέγξουμε την αίτησή σου. Θα ειδοποιηθείς εάν γίνει δεκτή.
|
||||
signed_up_but_unconfirmed: Σου στείλαμε ένα μήνυμα με σύνδεσμο επιβεβαίωσης στη διεύθυνση email σου. Παρακαλούμε ακολούθησε το σύνδεσμο για να ενεργοποιήσεις το λογαριασμό σου. Παρακαλούμε έλεγξε το φάκελο με τα ανεπιθύμητα μηνύματα σου αν δεν το λάβεις.
|
||||
update_needs_confirmation: Ενημέρωσες το λογαριασμό σου με επιτυχία αλλά χρειαζόμαστε να επιβεβαιώσουμε τη νέα διεύθυνση email σου. Παρακαλούμε έλεγξε τα email σου και ακολούθησε το σύνδεσμο για να την επιβεβαιώσεις. Παρακαλούμε έλεγξε το φάκελο με τα ανεπιθύμητα μηνύματα σου αν δεν το λάβεις.
|
||||
updated: Ο λογαριασμός σου επιβεβαιώθηκε με επιτυχία.
|
||||
|
||||
@@ -22,66 +22,66 @@ en-GB:
|
||||
action: Verify email address
|
||||
action_with_app: Confirm and return to %{app}
|
||||
explanation: You have created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email.
|
||||
explanation_when_pending: You applied for an invite to %{host} with this email address. Once you confirm your e-mail address, we will review your application. You can log in to change your details or delete your account, but you cannot access most of the functions until your account is approved. If your application is rejected, your data will be removed, so no further action will be required from you. If this wasn't you, please ignore this email.
|
||||
explanation_when_pending: You applied for an invite to %{host} with this email address. Once you confirm your email address, we will review your application. You can log in to change your details or delete your account, but you cannot access most of the functions until your account is approved. If your application is rejected, your data will be removed, so no further action will be required from you. If this wasn't you, please ignore this email.
|
||||
extra_html: Please also check out <a href="%{terms_path}">the rules of the server</a> and <a href="%{policy_path}">our terms of service</a>.
|
||||
subject: 'Mastodon: Confirmation instructions for %{instance}'
|
||||
subject: 'Mastodon: confirmation instructions for %{instance}'
|
||||
title: Verify email address
|
||||
email_changed:
|
||||
explanation: 'The email address for your account is being changed to:'
|
||||
extra: If you did not change your email, it is likely that someone has gained access to your account. Please change your password immediately or contact the server admin if you're locked out of your account.
|
||||
subject: 'Mastodon: Email changed'
|
||||
subject: 'Mastodon: email changed'
|
||||
title: New email address
|
||||
password_change:
|
||||
explanation: The password for your account has been changed.
|
||||
extra: If you did not change your password, it is likely that someone has gained access to your account. Please change your password immediately or contact the server admin if you're locked out of your account.
|
||||
subject: 'Mastodon: Password changed'
|
||||
subject: 'Mastodon: password changed'
|
||||
title: Password changed
|
||||
reconfirmation_instructions:
|
||||
explanation: Confirm the new address to change your email.
|
||||
extra: If this change wasn't initiated by you, please ignore this email. The email address for the Mastodon account won't change until you access the link above.
|
||||
subject: 'Mastodon: Confirm email for %{instance}'
|
||||
subject: 'Mastodon: confirm email for %{instance}'
|
||||
title: Verify email address
|
||||
reset_password_instructions:
|
||||
action: Change password
|
||||
explanation: You requested a new password for your account.
|
||||
extra: If you didn't request this, please ignore this email. Your password won't change until you access the link above and create a new one.
|
||||
subject: 'Mastodon: Reset password instructions'
|
||||
subject: 'Mastodon: reset password instructions'
|
||||
title: Password reset
|
||||
two_factor_disabled:
|
||||
explanation: Login is now possible using only e-mail address and password.
|
||||
subject: 'Mastodon: Two-factor authentication disabled'
|
||||
explanation: Login is now possible using only email address and password.
|
||||
subject: 'Mastodon: two-factor authentication disabled'
|
||||
subtitle: Two-factor authentication for your account has been disabled.
|
||||
title: 2FA disabled
|
||||
two_factor_enabled:
|
||||
explanation: A token generated by the paired TOTP app will be required for login.
|
||||
subject: 'Mastodon: Two-factor authentication enabled'
|
||||
subject: 'Mastodon: two-factor authentication enabled'
|
||||
subtitle: Two-factor authentication has been enabled for your account.
|
||||
title: 2FA enabled
|
||||
two_factor_recovery_codes_changed:
|
||||
explanation: The previous recovery codes have been invalidated and new ones generated.
|
||||
subject: 'Mastodon: Two-factor recovery codes re-generated'
|
||||
subject: 'Mastodon: two-factor recovery codes re-generated'
|
||||
subtitle: The previous recovery codes have been invalidated and new ones generated.
|
||||
title: 2FA recovery codes changed
|
||||
unlock_instructions:
|
||||
subject: 'Mastodon: Unlock instructions'
|
||||
subject: 'Mastodon: unlock instructions'
|
||||
webauthn_credential:
|
||||
added:
|
||||
explanation: The following security key has been added to your account
|
||||
subject: 'Mastodon: New security key'
|
||||
subject: 'Mastodon: new security key'
|
||||
title: A new security key has been added
|
||||
deleted:
|
||||
explanation: The following security key has been deleted from your account
|
||||
subject: 'Mastodon: Security key deleted'
|
||||
subject: 'Mastodon: security key deleted'
|
||||
title: One of your security keys has been deleted
|
||||
webauthn_disabled:
|
||||
explanation: Authentication with security keys has been disabled for your account.
|
||||
extra: Login is now possible using only the token generated by the paired TOTP app.
|
||||
subject: 'Mastodon: Authentication with security keys disabled'
|
||||
subject: 'Mastodon: authentication with security keys disabled'
|
||||
title: Security keys disabled
|
||||
webauthn_enabled:
|
||||
explanation: Security key authentication has been enabled for your account.
|
||||
extra: Your security key can now be used for login.
|
||||
subject: 'Mastodon: Security key authentication enabled'
|
||||
subject: 'Mastodon: security key authentication enabled'
|
||||
title: Security keys enabled
|
||||
omniauth_callbacks:
|
||||
failure: Could not authenticate you from %{kind} because “%{reason}”.
|
||||
|
||||
@@ -48,7 +48,7 @@ es-AR:
|
||||
subject: 'Mastodon: instrucciones para cambiar la contraseña'
|
||||
title: Cambiar contraseña
|
||||
two_factor_disabled:
|
||||
explanation: Ahora es posible iniciar sesión utilizando sólo la dirección de correo electrónico y la contraseña.
|
||||
explanation: Ahora es posible iniciar sesión utilizando solo la dirección de correo electrónico y la contraseña.
|
||||
subject: 'Mastodon: autenticación de dos factores, deshabilitada'
|
||||
subtitle: Se deshabilitó la autenticación de dos factores para tu cuenta.
|
||||
title: 2FA deshabilitada
|
||||
@@ -75,7 +75,7 @@ es-AR:
|
||||
title: Se eliminó una de tus llaves de seguridad
|
||||
webauthn_disabled:
|
||||
explanation: Se deshabilitó la autenticación con claves de seguridad para tu cuenta.
|
||||
extra: Ahora es posible iniciar sesión utilizando sólo la clave numérica ("token") generada por la aplicación TOTP emparejada.
|
||||
extra: Ahora es posible iniciar sesión utilizando solo la clave numérica ("token") generada por la aplicación TOTP emparejada.
|
||||
subject: 'Mastodon: autenticación con llaves de seguridad, deshabilitada'
|
||||
title: Llaves de seguridad deshabilitadas
|
||||
webauthn_enabled:
|
||||
|
||||
@@ -28,23 +28,23 @@ et:
|
||||
title: Kinnita e-postiaadress
|
||||
email_changed:
|
||||
explanation: 'Sinu konto e-postiaadress muudetakse:'
|
||||
extra: Kui sa ei muutnud oma e-posti, on tõenäoline, et kellelgi on ligipääs su kontole. Palun muuda koheselt oma salasõna. Kui oled aga oma kontost välja lukustatud, võta ühendust oma serveri administraatoriga.
|
||||
extra: Kui sa ei muutnud oma e-posti, on tõenäoline, et kellelgi on ligipääs su kontole. Palun muuda koheselt oma salasõna. Kui oled aga oma kontole ligipääsu kaotanud, palun võta kohe ühendust oma serveri haldajaga.
|
||||
subject: 'Mastodon: e-post muudetud'
|
||||
title: Uus e-postiaadress
|
||||
password_change:
|
||||
explanation: Konto salasõna on vahetatud.
|
||||
extra: Kui sa ei muutnud oma salasõna, on tõenäoline, et keegi on su kontole ligi pääsenud. Palun muuda viivitamata oma salasõna. Kui sa oma kontole ligi ei pääse, võta ühendust serveri haldajaga.
|
||||
subject: 'Mastodon: salasõna muudetud'
|
||||
title: Salasõna muudetud
|
||||
subject: 'Mastodon: salasõna on muudetud'
|
||||
title: Salasõna on muudetud
|
||||
reconfirmation_instructions:
|
||||
explanation: Kinnita uus aadress, et oma e-posti aadress muuta.
|
||||
extra: Kui see muudatus pole sinu poolt algatatud, palun eira seda kirja. Selle Mastodoni konto e-postiaadress ei muutu enne, kui vajutad üleval olevale lingile.
|
||||
subject: 'Mastodon: kinnita e-postiaadress %{instance} jaoks'
|
||||
title: Kinnita e-postiaadress
|
||||
reset_password_instructions:
|
||||
action: Salasõna muutmine
|
||||
explanation: Kontole on küsitud uut salasõna.
|
||||
extra: Kui see tuleb üllatusena, võib seda kirja eirata. Salasõna ei muutu enne ülaoleva lingi külastamist ja uue salasõna määramist.
|
||||
action: Muuda salasõna
|
||||
explanation: Sa palusid oma kasutajakontole luua uus salasõna.
|
||||
extra: Kui see tuleb üllatusena, võid seda kirja eirata. Salasõna ei muutu enne ülaoleva lingi külastamist ja uue salasõna sisestamist.
|
||||
subject: 'Mastodon: salasõna lähtestamisjuhendid'
|
||||
title: Salasõna lähtestamine
|
||||
two_factor_disabled:
|
||||
|
||||
@@ -46,7 +46,7 @@ fi:
|
||||
explanation: Pyysit tilillesi uuden salasanan.
|
||||
extra: Jos et tehnyt pyyntöä itse, voit jättää tämän viestin huomiotta. Salasanaasi ei vaihdeta, ennen kuin painat edellä olevaa linkkiä ja luot uuden salasanan.
|
||||
subject: 'Mastodon: ohjeet salasanan vaihtoon'
|
||||
title: Salasanan vaihto
|
||||
title: Salasanan palautus
|
||||
two_factor_disabled:
|
||||
explanation: Sisäänkirjautuminen on nyt mahdollista pelkällä sähköpostiosoitteella ja salasanalla.
|
||||
subject: 'Mastodon: kaksivaiheinen todennus poistettu käytöstä'
|
||||
|
||||
@@ -23,7 +23,7 @@ fr:
|
||||
action_with_app: Confirmer et retourner à %{app}
|
||||
explanation: Vous avez créé un compte sur %{host} avec cette adresse courriel. Vous êtes à un clic de l’activer. Si ce n’était pas vous, veuillez ignorer ce courriel.
|
||||
explanation_when_pending: Vous avez demandé à vous inscrire à %{host} avec cette adresse de courriel. Une fois que vous aurez confirmé cette adresse, nous étudierons votre demande. Vous ne pourrez pas vous connecter d’ici-là. Si votre demande est refusée, vos données seront supprimées du serveur, aucune action supplémentaire de votre part n’est donc requise. Si vous n’êtes pas à l’origine de cette demande, veuillez ignorer ce message.
|
||||
extra_html: Merci de consultez également <a href="%{terms_path}">les règles du serveur</a> et <a href="%{policy_path}">nos conditions d’utilisation</a>.
|
||||
extra_html: Veuillez également consulter <a href="%{terms_path}">les règles du serveur</a> et <a href="%{policy_path}">nos conditions d'utilisation</a>.
|
||||
subject: 'Mastodon : Merci de confirmer votre inscription sur %{instance}'
|
||||
title: Vérifiez l’adresse de courriel
|
||||
email_changed:
|
||||
|
||||
@@ -21,7 +21,7 @@ ko:
|
||||
confirmation_instructions:
|
||||
action: 이메일 확인
|
||||
action_with_app: 확인하고 %{app}으로 돌아가기
|
||||
explanation: 당신은 %{host}에서 이 이메일로 가입하셨습니다. 클릭만 하시면 계정이 활성화 됩니다. 만약 당신이 가입한 게 아니라면 이 메일을 무시해 주세요.
|
||||
explanation: "%{host}에서 이 이메일로 계정을 만드셨습니다. 한 번의 클릭만 하면 계정을 활성화합니다. 만약 당사자가 아니라면 이 이메일을 무시하시기 바랍니다."
|
||||
explanation_when_pending: 당신은 %{host}에 가입 요청을 하셨습니다. 이 이메일이 확인 되면 우리가 가입 요청을 리뷰하고 승인할 수 있습니다. 그 전까지는 로그인을 할 수 없습니다. 당신의 가입 요청이 거부 될 경우 당신에 대한 정보는 모두 삭제 되며 따로 요청 할 필요는 없습니다. 만약 당신이 가입 요청을 한 게 아니라면 이 메일을 무시해 주세요.
|
||||
extra_html: <a href="%{terms_path}">서버의 규칙</a>과 <a href="%{policy_path}">이용 약관</a>도 확인해 주세요.
|
||||
subject: '마스토돈: %{instance}에 대한 확인 메일'
|
||||
|
||||
@@ -9,8 +9,8 @@ lv:
|
||||
already_authenticated: Tu jau pieteicies.
|
||||
inactive: Tavs konts vēl nav aktivizēts.
|
||||
invalid: Nederīga %{authentication_keys} vai parole.
|
||||
last_attempt: Tev ir vēl viens mēģinājums, pirms tavs konts tiks bloķēts.
|
||||
locked: Tavs konts ir bloķēts.
|
||||
last_attempt: Tev ir vēl viens mēģinājums, pirms Tavs konts tiks slēgts.
|
||||
locked: Tavs konts ir slēgts.
|
||||
not_found_in_database: Nederīga %{authentication_keys} vai parole.
|
||||
omniauth_user_creation_failure: Kļūda šīs identitātes konta izveidošanā.
|
||||
pending: Tavs konts joprojām tiek pārskatīts.
|
||||
@@ -63,7 +63,7 @@ lv:
|
||||
subtitle: Iepriekšējie atkopes kodi tika padarīti par nederīgiem, un tika izveidoti jauni.
|
||||
title: 2FA atkopes kodi nomainīti
|
||||
unlock_instructions:
|
||||
subject: 'Mastodon: Norādījumi atbloķēšanai'
|
||||
subject: 'Mastodon: atslēgšanas norādes'
|
||||
webauthn_credential:
|
||||
added:
|
||||
explanation: Tavam kontam ir pievienota šāda drošības atslēga
|
||||
@@ -115,7 +115,7 @@ lv:
|
||||
confirmation_period_expired: jāapstiprina %{period} laikā, lūdzu, pieprasi jaunu
|
||||
expired: ir beidzies derīguma termiņš, lūdzu, pieprasi jaunu
|
||||
not_found: nav atrasts
|
||||
not_locked: nebija bloķēts
|
||||
not_locked: nebija slēgts
|
||||
not_saved:
|
||||
one: '1 kļūda liedza saglabāt šo %{resource}:'
|
||||
other: "%{count} kļūdas liedza saglabāt šo %{resource}:"
|
||||
|
||||
23
config/locales/devise.nan-TW.yml
Normal file
23
config/locales/devise.nan-TW.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
nan-TW:
|
||||
devise:
|
||||
failure:
|
||||
locked: Lí ê口座hőng鎖定ah。
|
||||
not_found_in_database: Bô ha̍p規定ê %{authentication_keys} á是密碼。
|
||||
pending: Lí ê口座iáu teh審查。
|
||||
timeout: Lí ê作業階段kàu期ah。請koh登入,繼續完成。
|
||||
mailer:
|
||||
confirmation_instructions:
|
||||
extra_html: Mā請斟酌讀<a href="%{terms_path}">服侍器規定</a>kap<a href="%{policy_path}">服務規定</a>。
|
||||
two_factor_disabled:
|
||||
title: 雙因素認證關掉ah
|
||||
two_factor_enabled:
|
||||
title: 雙因素認證啟用ah
|
||||
two_factor_recovery_codes_changed:
|
||||
title: 雙因素認證ê恢復碼改ah
|
||||
registrations:
|
||||
signed_up: 歡迎!Lí成功註冊ah。
|
||||
signed_up_but_inactive: Lí成功註冊ah。M̄-kú,你ê口座iáu-buē啟用,guán bē-tàng hōo lí登入。
|
||||
signed_up_but_locked: Lí成功註冊ah。M̄-kú,你ê口座hőng鎖定,guán bē-tàng hōo lí登入。
|
||||
signed_up_but_pending: 有確認連結ê訊息,已經寄kàu lí ê電子phue箱ah。Tshi̍h連結了後,guán ē審查你ê申請。Nā核准就通知lí。
|
||||
signed_up_but_unconfirmed: 有確認連結ê訊息,已經寄kàu lí ê電子phue箱ah。請跟tuè連結來啟用口座。Nā無收著,請檢查lí ê pùn-sò批資料giap-á。
|
||||
@@ -72,12 +72,12 @@ de:
|
||||
revoke: Bist du dir sicher?
|
||||
index:
|
||||
authorized_at: Autorisiert am %{date}
|
||||
description_html: Dies sind Anwendungen, die über die Programmierschnittstelle (API) auf dein Konto zugreifen können. Wenn es Anwendungen gibt, die du hier nicht zuordnen kannst oder wenn sich eine Anwendung verdächtig verhält, kannst du den Zugriff widerrufen.
|
||||
description_html: Dies sind Apps, die über die Programmierschnittstelle (API) auf dein Konto zugreifen können. Sollten hier Apps aufgeführt sein, die du nicht erkennst oder die sich verdächtig verhalten, solltest du den Zugriff schnellstmöglich widerrufen.
|
||||
last_used_at: Zuletzt verwendet am %{date}
|
||||
never_used: Nie verwendet
|
||||
scopes: Berechtigungen
|
||||
superapp: Intern
|
||||
title: Deine autorisierten Anwendungen
|
||||
title: Deine genehmigten Apps
|
||||
errors:
|
||||
messages:
|
||||
access_denied: Diese Anfrage wurde von den Inhaber*innen oder durch den Autorisierungsserver abgelehnt.
|
||||
@@ -101,7 +101,7 @@ de:
|
||||
temporarily_unavailable: Der Autorisierungs-Server ist aufgrund von zwischenzeitlicher Überlastung oder Wartungsarbeiten derzeit nicht in der Lage, die Anfrage zu bearbeiten.
|
||||
unauthorized_client: Der Client ist nicht dazu autorisiert, diese Anfrage mit dieser Methode auszuführen.
|
||||
unsupported_grant_type: Der Autorisierungs-Typ wird nicht vom Autorisierungs-Server unterstützt.
|
||||
unsupported_response_type: Der Autorisierungs-Server unterstützt diesen Antwort-Typ nicht.
|
||||
unsupported_response_type: Der Autorisierungsserver unterstützt dieses Antwortformat nicht.
|
||||
flash:
|
||||
applications:
|
||||
create:
|
||||
@@ -122,7 +122,7 @@ de:
|
||||
accounts: Konten
|
||||
admin/accounts: Kontenverwaltung
|
||||
admin/all: Alle administrativen Funktionen
|
||||
admin/reports: Meldungen verwalten
|
||||
admin/reports: Meldungen
|
||||
all: Voller Zugriff auf dein Mastodon-Konto
|
||||
blocks: Blockierungen
|
||||
bookmarks: Lesezeichen
|
||||
|
||||
@@ -97,11 +97,11 @@ el:
|
||||
revoked: Το διακριτικό πρόσβασης ανακλήθηκε
|
||||
unknown: Το διακριτικό πρόσβασης δεν είναι έγκυρο
|
||||
resource_owner_authenticator_not_configured: Η αναζήτηση του ιδιοκτήτη του πόρου απέτυχε επειδή το Doorkeeper.configure.resource_owner_authenticator δεν έχει ρυθμιστεί.
|
||||
server_error: Ο εξυπηρετητής έγκρισης αντιμετώπισε μια απροσδόκητη συνθήκη που τον απέτρεψε να ικανοποιήσει το αίτημα.
|
||||
temporarily_unavailable: Ο εξυπηρετητής έγκρισης προς το παρόν δεν είναι δυνατό να αναλάβει το αίτημα λόγω προσωρινής υπερφόρτωσης ή συντήρησής του.
|
||||
server_error: Ο διακομιστής έγκρισης αντιμετώπισε μια απροσδόκητη συνθήκη που τον απέτρεψε να ικανοποιήσει το αίτημα.
|
||||
temporarily_unavailable: Ο διακομιστής έγκρισης προς το παρόν δεν είναι δυνατό να αναλάβει το αίτημα λόγω προσωρινής υπερφόρτωσης ή συντήρησής του.
|
||||
unauthorized_client: Ο πελάτης δεν έχει άδεια να εκτελέσει αυτό το αίτημα χρησιμοποιώντας αυτή τη μέθοδο.
|
||||
unsupported_grant_type: Το είδος άδειας έγκρισης δεν υποστηρίζεται από τον εξυπηρετητή έγκρισης.
|
||||
unsupported_response_type: Ο εξυπηρετητής έγκρισης δεν υποστηρίζει αυτό το είδος απάντησης.
|
||||
unsupported_grant_type: Το είδος άδειας έγκρισης δεν υποστηρίζεται από τον διακομιστή έγκρισης.
|
||||
unsupported_response_type: Ο διακομιστής έγκρισης δεν υποστηρίζει αυτό το είδος απάντησης.
|
||||
flash:
|
||||
applications:
|
||||
create:
|
||||
@@ -137,7 +137,7 @@ el:
|
||||
mutes: Σιγάσεις
|
||||
notifications: Ειδοποιήσεις
|
||||
profile: Το προφίλ σου στο Mastodon
|
||||
push: Άμεσες ειδοποιήσεις
|
||||
push: Push ειδοποιήσεις
|
||||
reports: Αναφορές
|
||||
search: Αναζήτηση
|
||||
statuses: Αναρτήσεις
|
||||
@@ -158,22 +158,22 @@ el:
|
||||
admin:read:ip_blocks: ανάγνωση ευαίσθητων πληροφοριών όλων των αποκλεισμένων IP
|
||||
admin:read:reports: ανάγνωση ευαίσθητων πληροφοριών όλων των αναφορών και των αναφερομένων λογαριασμών
|
||||
admin:write: τροποποίηση όλων των δεδομένων στον διακομιστή
|
||||
admin:write:accounts: εκτέλεση συντονιστικών ενεργειών σε λογαριασμούς
|
||||
admin:write:accounts: εκτέλεση ενεργειών συντονισμού σε λογαριασμούς
|
||||
admin:write:canonical_email_blocks: εκτέλεση ενεργειών συντονισμού σε αποκλεισμένα email
|
||||
admin:write:domain_allows: εκτέλεση ενεργειών συντονισμού σε επιτρεπτούς τομείς
|
||||
admin:write:domain_blocks: εκτέλεση ενεργειών συντονισμού σε αποκλεισμένους τομείς
|
||||
admin:write:email_domain_blocks: εκτέλεση ενέργειες συντονισμού σε αποκλεισμένους τομείς email
|
||||
admin:write:email_domain_blocks: εκτέλεση ενεργειών συντονισμού σε αποκλεισμένους τομείς email
|
||||
admin:write:ip_blocks: εκτέλεση ενεργειών συντονισμού σε αποκλεισμένες IP
|
||||
admin:write:reports: εκτέλεση ενεργειών συντονισμού σε αναφορές
|
||||
crypto: χρήση κρυπτογράφησης από άκρο σε άκρο
|
||||
follow: τροποποίηση σχέσεων λογαριασμών
|
||||
follow: τροποποίηση σχέσεων λογαριασμού
|
||||
profile: ανάγνωση μόνο των πληροφοριών προφίλ του λογαριασμού σου
|
||||
push: λήψη των ειδοποιήσεων σου
|
||||
read: ανάγνωση όλων των στοιχείων του λογαριασμού σου
|
||||
push: λήψη των ειδοποιήσεων push σου
|
||||
read: ανάγνωση όλων των δεδομένων του λογαριασμού σου
|
||||
read:accounts: προβολή πληροφοριών λογαριασμών
|
||||
read:blocks: προβολή των αποκλεισμών σου
|
||||
read:bookmarks: προβολή των σελιδοδεικτών σου
|
||||
read:favourites: προβολή των αγαπημένα σου
|
||||
read:favourites: προβολή των αγαπημένων σου
|
||||
read:filters: προβολή των φίλτρων σου
|
||||
read:follows: προβολή αυτών που ακολουθείς
|
||||
read:lists: προβολή των λιστών σου
|
||||
@@ -181,18 +181,18 @@ el:
|
||||
read:notifications: προβολή των ειδοποιήσεων σου
|
||||
read:reports: προβολή των αναφορών σου
|
||||
read:search: αναζήτηση εκ μέρους σου
|
||||
read:statuses: να βλέπει όλες τις δημοσιεύσεις σου
|
||||
write: να αλλάζει όλα τα στοιχεία του λογαριασμού σου
|
||||
write:accounts: να αλλάζει το προφίλ σου
|
||||
write:blocks: να μπλοκάρει λογαριασμούς και τομείς
|
||||
read:statuses: προβολή όλων των αναρτήσεων
|
||||
write: τροποποίηση όλων των δεδομένων του λογαριασμού σου
|
||||
write:accounts: τροποποίηση του προφίλ σου
|
||||
write:blocks: αποκλεισμός λογαριασμών και τομέων
|
||||
write:bookmarks: προσθήκη σελιδοδεικτών
|
||||
write:conversations: σίγαση και διαγραφή συνομιλιών
|
||||
write:favourites: αγαπημένες αναρτήσεις
|
||||
write:filters: να δημιουργεί φίλτρα
|
||||
write:follows: ακολουθήστε ανθρώπους
|
||||
write:favourites: αγαπά αναρτήσεις
|
||||
write:filters: δημιουργία φίλτρων
|
||||
write:follows: ακολούθηση ατόμων
|
||||
write:lists: δημιουργία λιστών
|
||||
write:media: να ανεβάζει πολυμέσα
|
||||
write:mutes: να αποσιωπεί ανθρώπους και συζητήσεις
|
||||
write:notifications: να καθαρίζει τις ειδοποιήσεις σου
|
||||
write:reports: να καταγγέλλει άλλους ανθρώπους
|
||||
write:statuses: να κάνει δημοσιεύσεις
|
||||
write:mutes: σίγαση ατόμων και συνομιλιών
|
||||
write:notifications: καθαρισμός των ειδοποιήσεων σου
|
||||
write:reports: αναφορά άλλων ατόμων
|
||||
write:statuses: δημοσίευση αναρτήσεων
|
||||
|
||||
@@ -96,7 +96,7 @@ en-GB:
|
||||
expired: The access token expired
|
||||
revoked: The access token was revoked
|
||||
unknown: The access token is invalid
|
||||
resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
|
||||
resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfigured.
|
||||
server_error: The authorisation server encountered an unexpected condition which prevented it from fulfilling the request.
|
||||
temporarily_unavailable: The authorisation server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
|
||||
unauthorized_client: The client is not authorised to perform this request using this method.
|
||||
@@ -130,7 +130,7 @@ en-GB:
|
||||
crypto: End-to-end encryption
|
||||
favourites: Favourites
|
||||
filters: Filters
|
||||
follow: Follows, Mutes and Blocks
|
||||
follow: Follows, Mutes, and Blocks
|
||||
follows: Follows
|
||||
lists: Lists
|
||||
media: Media attachments
|
||||
|
||||
@@ -25,7 +25,7 @@ es-AR:
|
||||
edit: Editar
|
||||
submit: Enviar
|
||||
confirmations:
|
||||
destroy: "¿Estás seguro?"
|
||||
destroy: "¿Continuar?"
|
||||
edit:
|
||||
title: Editar aplicación
|
||||
form:
|
||||
@@ -69,7 +69,7 @@ es-AR:
|
||||
buttons:
|
||||
revoke: Revocar
|
||||
confirmations:
|
||||
revoke: "¿Estás seguro?"
|
||||
revoke: "¿Continuar?"
|
||||
index:
|
||||
authorized_at: Autorizado el %{date}
|
||||
description_html: Estas son aplicaciones que pueden acceder a tu cuenta usando la API. Si hay aplicaciones que no reconocés acá, o que funcionan de forma sospechosa, podés revocar su acceso.
|
||||
@@ -115,9 +115,9 @@ es-AR:
|
||||
notice: Aplicación revocada.
|
||||
grouped_scopes:
|
||||
access:
|
||||
read: Acceso de sólo lectura
|
||||
read: Acceso de solo lectura
|
||||
read/write: Acceso de lectura y escritura
|
||||
write: Acceso de sólo escritura
|
||||
write: Acceso de solo escritura
|
||||
title:
|
||||
accounts: Cuentas
|
||||
admin/accounts: Administración de cuentas
|
||||
|
||||
@@ -72,8 +72,8 @@ es-MX:
|
||||
revoke: "¿Está seguro?"
|
||||
index:
|
||||
authorized_at: Autorizado el %{date}
|
||||
description_html: Estas son aplicaciones que pueden acceder a tu cuenta utilizando la API. Si hay alguna aplicación que no reconozcas aquí, o una aplicación esta teniendo comportamientos extraños, puedes revocar el acceso.
|
||||
last_used_at: Usado por ultima vez el %{date}
|
||||
description_html: Estas son aplicaciones que pueden acceder a tu cuenta mediante la API. Si hay aplicaciones que no reconoces aquí, o si alguna aplicación no funciona correctamente, puedes revocar su acceso.
|
||||
last_used_at: Última vez utilizado el %{date}
|
||||
never_used: Nunca usado
|
||||
scopes: Permisos
|
||||
superapp: Interno
|
||||
@@ -82,7 +82,7 @@ es-MX:
|
||||
messages:
|
||||
access_denied: El propietario del recurso o servidor de autorización denegó la petición.
|
||||
credential_flow_not_configured: Las credenciales de contraseña del propietario del recurso falló debido a que Doorkeeper.configure.resource_owner_from_credentials está sin configurar.
|
||||
invalid_client: La autentificación del cliente falló ya que es un cliente desconocido, no está incluída la autentificación del cliente o el método de autentificación no es compatible.
|
||||
invalid_client: La autenticación del cliente falló debido a un cliente desconocido, no se incluyó la autenticación del cliente o el método de autenticación no es compatible.
|
||||
invalid_code_challenge_method: El método de desafío de código debe ser S256, «plain» no está soportado.
|
||||
invalid_grant: La concesión de autorización ofrecida es inválida, venció, se revocó, no coincide con la URI de redirección utilizada en la petición de autorización, o fue emitida para otro cliente.
|
||||
invalid_redirect_uri: La URI de redirección incluida no es válida.
|
||||
@@ -97,7 +97,7 @@ es-MX:
|
||||
revoked: El autentificador de acceso fue revocado
|
||||
unknown: El autentificador de acceso es inválido
|
||||
resource_owner_authenticator_not_configured: El propietario del recurso falló debido a que Doorkeeper.configure.resource_owner_authenticator está sin configurar.
|
||||
server_error: El servidor de la autorización entontró una condición inesperada que le impidió cumplir con la solicitud.
|
||||
server_error: El servidor de autorización encontró una condición inesperada que le impidió completar la solicitud.
|
||||
temporarily_unavailable: El servidor de la autorización es actualmente incapaz de manejar la petición debido a una sobrecarga temporal o un trabajo de mantenimiento del servidor.
|
||||
unauthorized_client: El cliente no está autorizado a realizar esta petición utilizando este método.
|
||||
unsupported_grant_type: El tipo de concesión de autorización no está soportado por el servidor de autorización.
|
||||
@@ -117,7 +117,7 @@ es-MX:
|
||||
access:
|
||||
read: Acceso de solo lectura
|
||||
read/write: Acceso de lectura y escritura
|
||||
write: Acceso de sólo escritura
|
||||
write: Acceso de solo escritura
|
||||
title:
|
||||
accounts: Cuentas
|
||||
admin/accounts: Administración de cuentas
|
||||
@@ -139,7 +139,7 @@ es-MX:
|
||||
profile: Tu perfil de Mastodon
|
||||
push: Notificaciones push
|
||||
reports: Reportes
|
||||
search: Busqueda
|
||||
search: Búsqueda
|
||||
statuses: Publicaciones
|
||||
layouts:
|
||||
admin:
|
||||
|
||||
@@ -130,11 +130,11 @@ et:
|
||||
crypto: Otspunktkrüpteerimine
|
||||
favourites: Lemmikud
|
||||
filters: Filtrid
|
||||
follow: Jälgitavad, Vaigistatud ja Blokeeritud
|
||||
follow: Jälgitavad, summutamised ja blokeerimised
|
||||
follows: Jälgimised
|
||||
lists: Loetelud
|
||||
media: Lisatud meedia
|
||||
mutes: Vaigistused
|
||||
mutes: Summutamised
|
||||
notifications: Teavitused
|
||||
profile: Sinu Mastodoni profiil
|
||||
push: Tõuketeated
|
||||
@@ -177,7 +177,7 @@ et:
|
||||
read:filters: näha su filtreid
|
||||
read:follows: näha su jälgimisi
|
||||
read:lists: näha su loetelusid
|
||||
read:mutes: näha su vaigistusi
|
||||
read:mutes: näha su summutamisi
|
||||
read:notifications: näha teateid
|
||||
read:reports: näha teavitusi
|
||||
read:search: otsida sinu nimel
|
||||
@@ -186,13 +186,13 @@ et:
|
||||
write:accounts: muuta profiili
|
||||
write:blocks: kontode ja domeenide blokeerimine
|
||||
write:bookmarks: lisada postitusele järjehoidja
|
||||
write:conversations: vaigista ja kustuta vestlused
|
||||
write:conversations: summuta ja kustuta vestlused
|
||||
write:favourites: lisada postitusi lemmikuks
|
||||
write:filters: luua filtreid
|
||||
write:follows: jälgida inimesi
|
||||
write:lists: luua loetelusid
|
||||
write:media: üles laadida meediafaile
|
||||
write:mutes: vaigista inimesi ja vestluseid
|
||||
write:mutes: summuta inimesi ja vestluseid
|
||||
write:notifications: tühjendada teateid
|
||||
write:reports: teavitada teistest inimestest
|
||||
write:statuses: avaldada postitusi
|
||||
|
||||
@@ -43,7 +43,7 @@ fi:
|
||||
new: Uusi sovellus
|
||||
scopes: Oikeudet
|
||||
show: Näytä
|
||||
title: Omat sovelluksesi
|
||||
title: Omat sovellukset
|
||||
new:
|
||||
title: Uusi sovellus
|
||||
show:
|
||||
@@ -127,7 +127,7 @@ fi:
|
||||
blocks: Estot
|
||||
bookmarks: Kirjanmerkit
|
||||
conversations: Keskustelut
|
||||
crypto: Päästä päähän -salaus
|
||||
crypto: Päästä päähän -salaus
|
||||
favourites: Suosikit
|
||||
filters: Suodattimet
|
||||
follow: Seurattavat, mykistykset ja estot
|
||||
@@ -165,7 +165,7 @@ fi:
|
||||
admin:write:email_domain_blocks: suorita moderointitoimia estetyille sähköpostiverkkotunnuksille
|
||||
admin:write:ip_blocks: suorita moderointitoimia estetyille IP-osoitteille
|
||||
admin:write:reports: suorita moderointitoimia raporteille
|
||||
crypto: käytä päästä päähän -salausta
|
||||
crypto: käytä päästä päähän -salausta
|
||||
follow: muokkaa tilin seurantasuhteita
|
||||
profile: lue vain tilisi profiilitietoja
|
||||
push: vastaanota puskuilmoituksesi
|
||||
|
||||
@@ -124,13 +124,13 @@ lv:
|
||||
admin/all: Visas administrēšanas funkcijas
|
||||
admin/reports: Ziņojumu pārvaldīšana
|
||||
all: Pilna piekļuve Tavam Mastodon kontam
|
||||
blocks: Bloķētie
|
||||
blocks: Liegtie
|
||||
bookmarks: Grāmatzīmes
|
||||
conversations: Sarunas
|
||||
crypto: Pilnīga šifrēšana
|
||||
favourites: Izlase
|
||||
filters: Filtri
|
||||
follow: Seko, apklusina un liedz
|
||||
follow: Sekojumi, apklusināšanas un liegumi
|
||||
follows: Seko
|
||||
lists: Saraksti
|
||||
media: Multividesu pielikumi
|
||||
@@ -184,7 +184,7 @@ lv:
|
||||
read:statuses: skatīt visus ierakstus
|
||||
write: labot visus sava konta datus
|
||||
write:accounts: labot manu profilu
|
||||
write:blocks: bloķēt kontus un domēnus
|
||||
write:blocks: liegt kontus un domēnus
|
||||
write:bookmarks: pievienotās grāmatzīmes
|
||||
write:conversations: apklusināt un dzēst sarunas
|
||||
write:favourites: iecienītākās ziņas
|
||||
|
||||
17
config/locales/doorkeeper.nan-TW.yml
Normal file
17
config/locales/doorkeeper.nan-TW.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
nan-TW:
|
||||
activerecord:
|
||||
attributes:
|
||||
doorkeeper/application:
|
||||
name: 應用程式ê名
|
||||
redirect_uri: 重轉ê URI
|
||||
scopes: 範圍
|
||||
website: 應用程式ê網站
|
||||
errors:
|
||||
models:
|
||||
doorkeeper/application:
|
||||
attributes:
|
||||
redirect_uri:
|
||||
invalid_uri: Tio̍h愛是合規定ê URI。
|
||||
relative_uri: Tio̍h愛是絕對ê URI。
|
||||
secured_uri: Tio̍h愛是HTTPS/SSL URI。
|
||||
@@ -60,6 +60,7 @@
|
||||
error:
|
||||
title: En feil oppstod
|
||||
new:
|
||||
prompt_html: "%{client_name} ønsker tilgang til kontoen din. <strong>Godkjenn denne forespørselen kun hvis du kjenner igjen og stoler på denne kilden.</strong>"
|
||||
review_permissions: Gå gjennom tillatelser
|
||||
title: Autorisasjon påkrevd
|
||||
show:
|
||||
@@ -134,6 +135,7 @@
|
||||
media: Mediavedlegg
|
||||
mutes: Dempinger
|
||||
notifications: Varslinger
|
||||
profile: Din Mastodon-profil
|
||||
push: Push-varslinger
|
||||
reports: Rapporteringer
|
||||
search: Søk
|
||||
|
||||
@@ -180,7 +180,7 @@ pt-BR:
|
||||
read:mutes: ver seus silenciados
|
||||
read:notifications: ver suas notificações
|
||||
read:reports: ver suas denúncias
|
||||
read:search: pesquisar em seu nome
|
||||
read:search: buscar em seu nome
|
||||
read:statuses: ver todos os toots
|
||||
write: alterar todos os dados da sua conta
|
||||
write:accounts: alterar seu perfil
|
||||
|
||||
@@ -125,7 +125,7 @@ pt-PT:
|
||||
admin/reports: Administração de denúncias
|
||||
all: Acesso total à sua conta Mastodon
|
||||
blocks: Bloqueios
|
||||
bookmarks: Marcadores
|
||||
bookmarks: Itens Salvos
|
||||
conversations: Conversas
|
||||
crypto: Encriptação ponta a ponta
|
||||
favourites: Favoritos
|
||||
@@ -172,7 +172,7 @@ pt-PT:
|
||||
read: ler todos os dados da tua conta
|
||||
read:accounts: ver as informações da conta
|
||||
read:blocks: ver os teus bloqueios
|
||||
read:bookmarks: ver os teus marcadores
|
||||
read:bookmarks: ver os seus itens salvos
|
||||
read:favourites: ver os teus favoritos
|
||||
read:filters: ver os teus filtros
|
||||
read:follows: ver quem segues
|
||||
@@ -185,7 +185,7 @@ pt-PT:
|
||||
write: alterar todos os dados da tua conta
|
||||
write:accounts: alterar o teu perfil
|
||||
write:blocks: bloquear contas e domínios
|
||||
write:bookmarks: marcar publicações
|
||||
write:bookmarks: salvar publicações
|
||||
write:conversations: ocultar e eliminar conversas
|
||||
write:favourites: assinalar como favoritas
|
||||
write:filters: criar filtros
|
||||
|
||||
@@ -130,11 +130,11 @@ vi:
|
||||
crypto: Mã hóa đầu cuối
|
||||
favourites: Lượt thích
|
||||
filters: Bộ lọc
|
||||
follow: Theo dõi, Ẩn và Chặn
|
||||
follow: Theo dõi, Phớt lờ và Chặn
|
||||
follows: Đang theo dõi
|
||||
lists: Danh sách
|
||||
media: Tập tin đính kèm
|
||||
mutes: Đã ẩn
|
||||
mutes: Đã phớt lờ
|
||||
notifications: Thông báo
|
||||
profile: Hồ sơ Mastodon của bạn
|
||||
push: Thông báo đẩy
|
||||
@@ -177,7 +177,7 @@ vi:
|
||||
read:filters: xem bộ lọc
|
||||
read:follows: xem những người theo dõi
|
||||
read:lists: xem danh sách
|
||||
read:mutes: xem những người đã ẩn
|
||||
read:mutes: xem những tài khoản đã phớt lờ
|
||||
read:notifications: xem thông báo
|
||||
read:reports: xem báo cáo của bạn
|
||||
read:search: tìm kiếm
|
||||
@@ -186,13 +186,13 @@ vi:
|
||||
write:accounts: sửa đổi trang hồ sơ
|
||||
write:blocks: chặn người và máy chủ
|
||||
write:bookmarks: sửa đổi những tút lưu
|
||||
write:conversations: ẩn và xóa thảo luận
|
||||
write:conversations: phớt lờ và xóa thảo luận
|
||||
write:favourites: thích tút
|
||||
write:filters: tạo bộ lọc
|
||||
write:follows: theo dõi ai đó
|
||||
write:lists: tạo danh sách
|
||||
write:media: tải lên tập tin
|
||||
write:mutes: ẩn người và thảo luận
|
||||
write:mutes: phớt lờ tài khoản và thảo luận
|
||||
write:notifications: xóa thông báo
|
||||
write:reports: báo cáo
|
||||
write:statuses: đăng tút
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user