Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
<!-- ℹ お読みください / README
PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください:
Thank you for your PR! Before creating a PR, please check the contribution guide:
https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md
-->
## What
<!-- このPRで何をしたのか? どう変わるのか? -->
<!-- What did you do with this PR? How will it change things? -->
## Why
<!-- なぜそうするのか? どういう意図なのか? 何が困っているのか? -->
<!-- Why do you do it? What are your intentions? What is the problem? -->
## Additional info (optional)
<!-- テスト観点など -->
<!-- Test perspective, etc -->
## Checklist
- [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md)
- [ ] Test working in a local environment
- [ ] (If needed) Add story of storybook
- [ ] (If needed) Update CHANGELOG.md
- [ ] (If possible) Add tests
Reviewed-on: #24
Co-authored-by: eternal-flame-AD <yume@yumechi.jp>
Co-committed-by: eternal-flame-AD <yume@yumechi.jp>
* FEAT: Allow users to view pending follow requests they sent
This commit implements the `following/requests/sent` interface firstly
implemented on Firefish, and provides a UI interface to view the pending
follow requests users sent.
* ux: should not show follow requests tab when have no pending sent follow req
* fix default followreq tab
* fix default followreq tab
* restore missing hasPendingReceivedFollowRequest in navbar
* refactor
* use tabler icons
* tweak design
* Revert "ux: should not show follow requests tab when have no pending sent follow req"
This reverts commit e580b92c37f27c2849c6d27e22ca4c47086081bb.
* Update Changelog
* Update Changelog
* change tab titles
---------
Co-authored-by: Lhc_fl <lhcfl@outlook.com>
Co-authored-by: Hazelnoot <acomputerdog@gmail.com>
* fix: make sure mentions of local users get rendered correctly during AP delivery (resolves#645)
* Update Changelog
* indent
---------
Co-authored-by: Laura Hausmann <laura@hausmann.dev>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Check if time-based achievements are unlocked before initializing them in main-boot
(cherry picked from commit c0702fd92f70782005517c0065048ececa1ef287)
* Update Changelog
---------
Co-authored-by: Evan Paterakis <evan@geopjr.dev>
* fix(frontend): Make post form attachments accessible
Adds a role="button", tabindex, and @keydown to MkPostFormAttaches in
order to make it accessible to keyboard users.
* Fix for linter
* Add spacing in type signature
* Sign in with passkey (PoC)
* 💄 Added "Login with Passkey" Button
* refactor: Improve error response when WebAuthn challenge fails
* signinResponse should be placed under the SigninWithPasskeyResponse object.
* Frontend fix
* Fix: Rate limiting key for passkey signin
Use specific rate limiting key: 'signin-with-passkey' for passkey sign-in API to avoid collisions with signin rate-limit.
* Refactor: enhance Passkey sign-in flow and error handling
- Increased the rate limit for Passkey sign-in attempts to accommodate the two API calls needed per sign-in.
- Improved error messages and handling in both the `WebAuthnService` and the `SigninWithPasskeyApiService`, providing more context and better usability.
- Updated error messages to provide more specific and helpful details to the user.
These changes aim to enhance the Passkey sign-in experience by providing more robust error handling, improving security by limiting API calls, and delivering a more user-friendly interface.
* Refactor: Streamline 2FA flow and remove redundant Passkey button.
- Separate the flow of 1FA and 2FA.
- Remove duplicate passkey buttons
* Fix: Add error messages to MkSignin
* chore: Hide passkey button if the entered user does not use passkey login
* Update CHANGELOG.md
* Refactor: Rename functions and Add comments
* Update locales/ja-JP.yml
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Fix: Update translation
- update index.d.ts
- update ko-KR.yml, en-US.yml
- Fix: Reflect Changed i18n key on MkSignin
---------
Co-authored-by: Squarecat-meow <kw7551@gmail.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Only accept HTML `<link rel="alternate">` on success
(cherry picked from commit 6ea48be84abdab66301a957c27dd5d84886dfb36)
* Use `res.ok` instead of 200-299
(cherry picked from commit b667a68bd4eb916084658592d2942d521950005b)
* jsdomに戻す
* Update Changelog
* Revert "jsdomに戻す"
This reverts commit c03603611b74d16df52e77e44c558e958a82f3f4.
* 🎨
---------
Co-authored-by: Julia Johannesen <julia@insertdomain.name>
* chore(lint): Fix linting in misskey-reversi
(cherry picked from commit 894934a1a7743472b2d051e2690007ae373efd76)
* chore(lint): Fix linting in misskey-bubble-game
(cherry picked from commit 1ba9c37a8d5e4ae6a98494026b87f6f6439790c7)
* enhance(gh): add lint ci for misskey games packages
* enhance(gh): fix lint ci
* fix
* revert some changes that nothing to do with lint rules
* fix
* lint fixes
* refactor: strict type def
* lint fixes
* 🎨
* 🎨
---------
Co-authored-by: 4censord <mail@4censord.de>
* move rate-limit-exceeded error reporting, earlier
a rate-limit-exceeded error has `kind:'client'`, so the branch that
adds the `Retry-After` would never get taken
(cherry picked from commit 8a982c61c01909e7540ff1be9f019df07c3f0624)
* Update Changelog
* fix
* indent
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
* bump happy-dom, disable all JS&c when parsing
version 10 didn't quite support disabling all of that
I have tested that `MfmService` (the other code that uses `happy-dom`)
still works fine: the RSS feed for a user is generated correctly, with
HTML rendered from MFM
(cherry picked from commit 26e0412fbb91447c37e8fb06ffb0487346063bb8)
* Update Changelog
* lint
* fix possible memory leak
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
that Japanese string exactly matches that i18n key
(cherry picked from commit a408d32bb72ada9a4ad6bd1afe6e3fadb9b403db)
Co-authored-by: dakkar <dakkar@thenautilus.net>
* fix: pass current user into `InstanceEntityService.packMany`
(cherry picked from commit 858ba188768017764c61c4a5591bdf2524a850e7)
* Update Changelog
* origin
* Update Changelog
---------
Co-authored-by: Hazel K <acomputerdog@gmail.com>
* fix(backend): missing `visibility` param in packing flash
* fix(frontend): use `visibility` value got from API
* enhance(frontend): change preview appearance of private Play
* Update CHANGELOG.md
* refactor: add and use isJsonObject
* fix: readNotification message without body is not working
* docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題
* Update CHANGELOG.md
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix(backend): check visibility of following/followers of remote users
Resolves https://github.com/misskey-dev/misskey/issues/13362.
* test(backend): add tests for visibility of following/followers of remote users
* docs(changelog): update CHANGELOG.md
* feat: moderators can see following/followers of all users
* docs(changelog): update CHANGELOG.md
* refactor(backend): minor refactoring
`createPerson`と`if`の条件を統一するとともに、異常系の
処理をearly returnに追い出すための変更。
* feat(backend): moderators can see following/followers count of all users
As per https://github.com/misskey-dev/misskey/pull/14375#issuecomment-2275044908.
* chore: improve withReplies toggle for user following
* chore: improve withReplies toggle for list
* docs(changelog): フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正
* Fix CHANGELOG.md
* docs(changelog): update insertion position
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix: reply to my follower notes are not shown on the home timeline
* fix: reply to follower note by non-following is on social timeline
* docs: changelog
* test: add endpoint test for changes
* test(e2e): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる
* test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題
* test(e2e/timelines): try fixing typecheck error
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* chore(frontend): reorder assignments
* fix(frontend): visibleUserIds is not kept when deleteAndEdit
* fix(frontend): quoteId is not kept on draft
* fix(frontend): reactionAcceptance is not kept for draft/deleteAndEdit
* docs(changelog): update changelog
* fix: correct typos
* chore: convert indentation to tabs
* fix: missing lang
* chore: trim unnecessary whitespaces and newlines
* chore: use local path
* chore: use GFM alerts
* fix: missing use GFM alerts
* chore(misskey-js): Unchanged files with check annotationsで紛らわしい部分の警告を抑制 ロジック面は後で直す
* dummy change to see if the feature do not report them (to be reverted after the check)
* refactor: 型合わせ
* refactor: fix warnings from c22dd6358ba4e068c49be033a07d9fbb001f2347
* lint
* 型合わせ
* キャスト
* pnpm build-misskey-js-with-types
* Revert "dummy change to see if the feature do not report them (to be reverted after the check)"
This reverts commit 67072e3ca6e3e16342ca3b35feadcb41afcbe04f.
* eliminate reversiGame any
* move reversiGame types
* lint
* Update packages/misskey-js/src/streaming.ts
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* Update acct.ts
* run api extractor
* re-run api extractor
---------
Co-authored-by: Kisaragi Marine <kisaragi.effective@gmail.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): blurhashが無い場合に何も出力されないのを修正
* Update Changelog
* Update packages/frontend/src/components/MkImgWithBlurhash.vue
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* attempt to fix test
* Update packages/frontend/src/components/MkImgWithBlurhash.vue
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* attempt to ignore test
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(backend): Load settings via environment variables
If they're not loaded from the config file.
* chore(docker): Add hints for environment variables
It supports users to know about them.
* docs(changelog): Add the description about this change
Users can notice what's changed by this PR.
* style(backend): Fix code syntax
To pass the linter.
* feat(backend): mark an file as sensitive if the file was newly federated as sensitive
* docs(changelog): もともとセンシティブではないと連合されていたファイルがセンシティブとして連合された場合にセンシティブとしてそのファイルを扱うように
* fix: change way to update federated image
* Update packages/backend/src/core/DriveService.ts
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* update isSensitive of existing record object
---------
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* feat(backend): add /healthz endpoint
* feat(backend): also check meilisearch status if available
* style: header
* chore: no-store
* chore: healthcheck.sh
* style: format
* feat(backend): add `channelId` to `MiPoll` as a Denormalized field
* feat(backend): option to exclude polls in channels
* chore: exclude channel notes from featured polls
* docs(changelog): みつけるのアンケート欄にてチャンネルのアンケートが含まれてしまう問題を修正
* fix: missing license header
* fix: /i/notificationsがsinceIdのみのときに正しく動かない問題
Fix#10902 again
* chore: use exclusive range to fetch data
* fix: フィルタによって通知が0件だった場合でもリトライするように
* docs(changelog): `/i/notifications`に includeTypes`か`excludeTypes`を指定しているとき、通知が存在するのに空配列を返すことがある問題を修正
* feat: changing MkA behavior from MkMFM
* chore: open links in abuse comment in new window
* docs(changelog): 通報のコメント内のリンクをクリックした際、ウィンドウで開くように
* chore: use inject instead of prop drilling
* Revert "chore: use inject instead of prop drilling"
This reverts commit b4dd14eacf59c8079676aa6ab019fece67496d79.
* return 206 for every ranged response - fixes#494
(cherry picked from commit 92eec2178fd103e9ea2bcd646aacab1fb496a33b)
* detect size of remote files - fixes#494
without this, remote files are assumed to have size 0 (even if we just
downloaded them!) and the range-related code won't run
(cherry picked from commit 960f4fcff78a1f019c9a9377853fcd90dbfb7575)
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
* convert Cypress tests to TypeScript
this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy
for their fork https://github.com/cutiekey/cutiekey/pull/7
I just repacked their changes into a minimal set
* fix call to `window` in cypress tests
this error was spotted thanks to the TypeScript compiler:
```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.
33 cy.window(win => {
~~~~~~~~
Found 1 error in support/commands.ts:33
```
(again, @lunaisnotaboy did the actual work)
* chore: add workflow which checks if SPDX ID exists
* chore: add missing SPDX ID in some files
* chore: change trigger condition
* chore: trigger on push
* lint
* Never return broken notifications #409
Since notifications are stored in Redis, we can't expect relational
integrity: deleting a user will *not* delete notifications that
mention it.
But if we return notifications with missing bits (a `follow` without a
`user`, for example), the frontend will get very confused and throw an
exception while trying to render them.
This change makes sure we never expose those broken notifications. For
uniformity, I've applied the same logic to notes and roles mentioned
in notifications, even if nobody reported breakage in those cases.
Tested by creating a few types of notifications with a `notifierId`,
then deleting their user.
(cherry picked from commit 421f8d49e5d7a8dc3a798cc54716c767df8be3cb)
* Update Changelog
* Update CHANGELOG.md
* enhance: 通知がミュートを考慮するようにする
* enhance: 通知が凍結も考慮するようにする
* fix: notifierIdがない通知が消えてしまう問題
* Add tests (通知がミュートを考慮しているかどうか)
* fix: notifierIdがない通知が消えてしまう問題 (grouped)
* Remove unused import
* Fix: typo
* Revert "enhance: 通知が凍結も考慮するようにする"
This reverts commit b1e57e571dfd9a7d8b2430294473c2053cc3ea33.
* Revert API handling
* Remove unused imports
* enhance: Check if notifierId is valid in NotificationEntityService
* 通知作成時にpackしてnullになったらあとの処理をやめる
* Remove duplication of valid notifier check
* add filter notification is not null
* Revert "Remove duplication of valid notifier check"
This reverts commit 239a6952f717add53d52c3e701e7362eb1987645.
* Improve performance
* Fix packGrouped
* Refactor: 判定部分を共通化
* Fix condition
* use isNotNull
* Update CHANGELOG.md
* filterの改善
* Refactor: DONT REPEAT YOURSELF
Note: GroupedNotificationはNotificationの拡張なのでその例外だけ書けば基本的に共通の処理になり複雑な個別の処理は増えにくいと思われる
* Add groupedNotificationTypes
* Update misskey-js typedef
* Refactor: less sql calls
* refactor
* clean up
* filter notes to mark as read
* packed noteがmapなのでそちらを使う
* if (notesToRead.size > 0)
* if (notes.length === 0) return;
* fix
* Revert "if (notes.length === 0) return;"
This reverts commit 22e2324f9633bddba50769ef838bc5ddb4564c88.
* 🎨
* console.error
* err
* remove try-catch
* 不要なジェネリクスを除去
* Revert (既読処理をpack内で行うものを元に戻す)
* Clean
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/entities/NotificationEntityService.ts
* Update packages/backend/src/core/NotificationService.ts
* Clean
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor: use IdentifiableError instead of NoteCreateService.ContainsProhibitedWordsError
* fix: notes with prohibited words are reprocessed with delay
* docs(changelog): 禁止キーワードを含むノートがDelayed Queueに追加されて再処理される問題
* lint: fix lint errors
* fix: rethrowするべきなのにrethrowし忘れていたのを修正
* refactor(msjs): avoid any
* run api extractor
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
* keep cached avatar&banner when refresh fails to get new values
when the remote explicitly tells us a user image is gone, we remove
our cached value, but if we fail to get the image, we keep whatever
value we already have
this should minimise the problem of avatars randomly disappearing
* autogen bits
* pnpm run build-misskey-js-with-types
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* ignore `instance.actor` when checking if there are local users
We've seen this happen a few times:
* there was some AP software at $some_domain
* it gets replaced by Misskey
* before the first user can be created, an AP activity comes in
* Misskey resolves the activity
* to do this, it creates the `instance.actor` to sign its request
* now there *is* a local user, so the `meta` endpoint returns
`requireSetup:false`
* the admin is very confused
This commit factors out the check, and doesn't count the
`instance.actor` as a real user.
* autogen bits
`/users/:user`, `/@:user`, `/notes/:note` return different responses
depending on the request's `Accept:` header. If we don't consistently
return a `Vary: Accept` header, browsers and caching proxies will get
confused, and return AP representations when HTML was requested, or
vice versa.
Co-authored-by: dakkar <dakkar@thenautilus.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
- refinement the error message when trueMail validation fails
- the settings of trueMail are not displayed after saving
- changing how `Active Email Validation` is saved
* Optimize note model index
* enhance(backend): ANY()をやめる (MisskeyIO#239)
* add small e2e test drive endpoint
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix: running from docker is broken
* fix: dependencies of misskey-js not found from backend
* docs(changelog): Dockerでサーバーを起動できない問題を修正
* Update CHANGELOG.md
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* add short leads to lists, antennas, and channels
* remove unused import
* add CHANGELOG.md
* hide separator when there is no item
* fix mistakes
* Update timeline.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update example.yml, add descriptions for some items
Add descriptions for "MeiliSearch" and "allowedPrivateNetworks"
* Update docker_example.yml
Add descriptions for "MeiliSearch" and "allowedPrivateNetworks"
* fix: unnecessary logging in FanoutTimelineEndpointService
* chore: TimelineOptions
* chore: add FanoutTimelineName type
* chore: forbid specifying both withReplies and withFiles since it's not implemented correctly
* chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService
* revert unintended changes
* use isReply in NoteCreateService
* fix: excludePureRenotes is not implemented
* fix: replies to me is excluded from local timeline
* chore(frontend): forbid enabling both withReplies and withFiles
* docs(changelog): インスタンスミュートが効かない問題の修正について言及
* ci: use generate-api-json to get api.json changes
* restore copying default.yml
* refactor: get api.json with single workflow
* ci: api.jsonのdiffをbackendが変更されたときのみ取るように
* feat(backend,misskey-js): hard mute storage in backend
* fix(backend,misskey-js): mute word record type
* chore(frontend): generalize XWordMute
* feat(frontend): configure hard mute
* feat(frontend): hard mute notes on the timelines
* lint(backend,frontend): fix lint failure
* chore(misskey-js): update api.md
* fix(backend): test failure
* chore(frontend): check word mute for reply
* chore: limit hard mute count
This commit implements HTTP header and body validation to fix
[SIF-2023-002](https://advisory.silicon.moe/advisory/sif-2023-002/)
Signed-off-by: perillamint <perillamint@silicon.moe>
Co-authored-by: perillamint <perillamint@silicon.moe>
Co-authored-by: yunochi <yuno@yunochi.com>
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* docs: Replace forum with Github Discussions
* Remove outdated forum link from CONTRIBUTING.md
* Remove outdated forum link from misskey-js/CONTRIBUTING.md
* Remove outdated forum link from misskey-js/docs/CONTRIBUTING.en.md
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore: make pure renote detection an function
* fix: we can renote pure renote
* docs(changelog): リノートをリノートできるのを修正
* fix: remaining debug log
* chore: move isPureRenote to misc
* chore: make isPureRenote type guard
* chore: use isPureRenote in other places
* fix CHANGELOG
* style: fix lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Revert "remove save-pr-number"
This reverts commit 085f4bd76992fa0b3e4219a5c132b72f68c3d2cc.
* Revert "Update report-api-diff.yml"
This reverts commit b73daf4c0ec4240ea39b183a6b93f209b63e6d81.
* Revert "Update report-api-diff.yml"
This reverts commit cbf2b5ad8a7cba769446fa9bcf1f129c6f03db8c.
* Revert "try to get pull request id from github.event.workflow_run.pull_requests"
This reverts commit 07517ce501c12e75da03d325c23968d75ac37d00.
* initial commit for report-api-diff.yml
* add api-{base,head}.json into api-artifact
* try to get pull request id from github.event.workflow_run.pull_requests
* Update report-api-diff.yml
* Update report-api-diff.yml
* remove save-pr-number
* feat: endpoint to update all following
* feat(frontend): change show replies for all
* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように
* fix: cancel not working
* chore: Pull Request時にapi.jsonのdiffを出力するworkflow
* refactor: job names
* fix: set repository to get api diff
* chore: set permission to workflow
* set sleep 30s (shorter)
* chore: set label of diff
* chore: more attempts to fetch misskey
* chore: add full diff output of api.js
* chore: save full-diff to Artifact
* chore: add message to download diff Artifact
* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe6
* Revert "feat: update defaultWithReplies from API"
This reverts commit 95e3cee6
* Revert "feat: add defaultWithReplies to MiUser"
This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5.
* feat: configuring withReplies in import-following
* feat(frontend): configure withReplies
* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown
* fix(backend): withReplies of following/create not working
* fix(frontend): importFollowing error
* fix: withReplies is not working with follow import
* fix(frontend): use v-model
* style: fix lint
---------
Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in misskey.example) Please try with another misskey servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
-->
## 💡 Summary
<!-- Tell us what the bug is -->
## 🥰 Expected Behavior
<!--- Tell us what should happen -->
## 🤬 Actual Behavior
<!--
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
-->
## 📝 Steps to Reproduce
1.
2.
3.
## 📌 Environment
<!-- Tell us where on the platform it happens -->
<!-- DO NOT WRITE "latest". Please provide the specific version. -->
### 💻 Frontend
* Model and OS of the device(s):
<!-- Example: MacBook Pro (14inch, 2021), macOS Ventura 13.4 -->
* Browser:
<!-- Example: Chrome 113.0.5672.126 -->
* Server URL:
<!-- Example: misskey.io -->
* Misskey:
13.x.x
### 🛰 Backend (for server admin)
<!-- If you are using a managed service, put that after the version. -->
* Installation Method or Hosting Service: <!-- Example: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment -->
* Misskey: 13.x.x
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis: 7.x.x
* OS and Architecture: <!-- Example: Ubuntu 22.04.2 LTS aarch64 -->
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
Examples of behavior that contributes to a positive environment for our
community include:
* Using welcoming and inclusive language
* Demonstrating empathy and kindness toward other people
* Being respectful of differing viewpoints and experiences
* Being respectful of differing opinions, viewpoints, and experiences
* Gracefully accepting constructive criticism
* Giving and gracefully accepting constructive feedback
* Focusing on what is best for the community
* Accepting responsibility and apologizing to those affected by our mistakes,
* Showing empathy towards other community members
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
community
Examples of unacceptable behavior by participants include:
Examples of unacceptable behavior include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* The use of sexualized language or imagery, and sexual attention or advances of
* Trolling, insulting/derogatory comments, and personal or political attacks
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Publishing others' private information, such as a physical or email address,
* Other conduct which could reasonably be considered inappropriate in a professional setting
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
## Enforcement Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.
## Scope
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Enforcement
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at syuilotan@yahoo.co.jp. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<syuilotan@yahoo.co.jp>.
All complaints will be reviewed and investigated promptly and fairly.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident.
## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction
**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.
### 2. Warning
**Community Impact**: A violation through a single incident or series of
actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.
### 3. Temporary Ban
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.
### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community.
## Attribution
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
We're glad you're interested in contributing Misskey! In this document you will find the information you need to contribute to the project.
We're glad you're interested in contributing Misskey! In this document you will find the information you need to contribute to the project.
> **Note**
> [!NOTE]
> This project uses Japanese as its major language, **but you do not need to translate and write the Issues/PRs in Japanese.**
> This project uses Japanese as its major language, **but you do not need to translate and write the Issues/PRs in Japanese.**
> Also, you might receive comments on your Issue/PR in Japanese, but you do not need to reply to them in Japanese as well.\
> Also, you might receive comments on your Issue/PR in Japanese, but you do not need to reply to them in Japanese as well.\
> The accuracy of machine translation into Japanese is not high, so it will be easier for us to understand if you write it in the original language.
> The accuracy of machine translation into Japanese is not high, so it will be easier for us to understand if you write it in the original language.
@ -15,18 +15,33 @@ Before creating an issue, please check the following:
- To avoid duplication, please search for similar issues before creating a new issue.
- To avoid duplication, please search for similar issues before creating a new issue.
- Do not use Issues to ask questions or troubleshooting.
- Do not use Issues to ask questions or troubleshooting.
- Issues should only be used to feature requests, suggestions, and bug tracking.
- Issues should only be used to feature requests, suggestions, and bug tracking.
- Please ask questions or troubleshooting in~~the [Misskey Forum](https://forum.misskey.io/)~~ [GitHub Discussions](https://github.com/misskey-dev/misskey/discussions) or [Discord](https://discord.gg/Wp8gVStHW3).
- Please ask questions or troubleshooting in [GitHub Discussions](https://github.com/misskey-dev/misskey/discussions) or [Discord](https://discord.gg/Wp8gVStHW3).
> **Warning**
> [!WARNING]
> Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged.
> Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged.
## Before implementation
### Recommended discussing before implementation
We welcome your proposal.
When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one). Without this step, there is a high possibility that the PR will not be merged even if it is implemented.
When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one). Without this step, there is a high possibility that the PR will not be merged even if it is implemented.
At this point, you also need to clarify the goals of the PR you will create, and make sure that the other members of the team are aware of them.
At this point, you also need to clarify the goals of the PR you will create, and make sure that the other members of the team are aware of them.
PRs that do not have a clear set of do's and don'ts tend to be bloated and difficult to review.
PRs that do not have a clear set of do's and don'ts tend to be bloated and difficult to review.
Also, when you start implementation, assign yourself to the Issue (if you cannot do it yourself, ask another member to assign you). By expressing your intention to work the Issue, you can prevent conflicts in the work.
Also, when you start implementation, assign yourself to the Issue (if you cannot do it yourself, ask Committer to assign you).
By expressing your intention to work on the Issue, you can prevent conflicts in the work.
To the Committers: you should not assign someone on it before the Final Decision.
### How issues are triaged
The Committers may:
* close an issue that is not reproducible on latest stable release,
* merge an issue into another issue,
* split an issue into multiple issues,
* or re-open that has been closed for some reason which is not applicable anymore.
@syuilo reserves the Final Decision rights including whether the project will implement feature and how to implement, these rights are not always exercised.
## Well-known branches
## Well-known branches
- **`master`** branch is tracking the latest release and used for production purposes.
- **`master`** branch is tracking the latest release and used for production purposes.
@ -37,25 +52,45 @@ Also, when you start implementation, assign yourself to the Issue (if you cannot
## Creating a PR
## Creating a PR
Thank you for your PR! Before creating a PR, please check the following:
Thank you for your PR! Before creating a PR, please check the following:
- If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.
- If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.
- Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR.
- Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR.
- If there is an Issue which will be resolved by this PR, please include a reference to the Issue in the text.
- If there is an Issue which will be resolved by this PR, please include a reference to the Issue in the text.
- Please add the summary of the changes to [`CHANGELOG.md`](/CHANGELOG.md). However, this is not necessary for changes that do not affect the users, such as refactoring.
- Please add the summary of the changes to [`CHANGELOG.md`](/CHANGELOG.md). However, this is not necessary for changes that do not affect the users, such as refactoring.
- Check if there are any documents that need to be created or updated due to this change.
- Check if there are any documents that need to be created or updated due to this change.
- If you have added a feature or fixed a bug, please add a test case if possible.
- If you have added a feature or fixed a bug, please add a test case if possible.
- Please make sure that tests and Lint are passed in advance.
- Please make sure that tests and Lint are passed in advance.
- You can run it with `pnpm test` and `pnpm lint`. [See more info](#testing)
- You can run it with `pnpm test` and `pnpm lint`. [See more info](#testing)
- If this PR includes UI changes, please attach a screenshot in the text.
- If this PR includes UI changes, please attach a screenshot in the text.
Thanks for your cooperation 🤗
Thanks for your cooperation 🤗
### Additional things for ActivityPub payload changes
*This section is specific to misskey-dev implementation. Other fork or implementation may take different way. A significant difference is that non-"misskey-dev" extension is not described in the misskey-hub's document.*
If PR includes changes to ActivityPub payload, please reflect it in [misskey-hub's document](https://github.com/misskey-dev/misskey-hub-next/blob/master/content/ns.md) by sending PR.
The name of purporsed extension property (referred as "extended property" in later) to ActivityPub shall be prefixed by `_misskey_`. (i.e. `_misskey_quote`)
The extended property in `packages/backend/src/core/activitypub/type.ts`**must** be declared as optional because ActivityPub payloads that comes from older Misskey or other implementation may not contain it.
The extended property must be included in the context definition. Context is defined in `packages/backend/src/core/activitypub/misc/contexts.ts`.
The key shall be same as the name of extended property, and the value shall be same as "short IRI".
"Short IRI" is defined in misskey-hub's document, but usually takes form of `misskey:<name of extended property>`. (i.e. `misskey:_misskey_quote`)
One should not add property that has defined before by other implementation, or add custom variant value to "well-known" property.
## Reviewers guide
## Reviewers guide
Be willing to comment on the good points and not just the things you want fixed 💯
Be willing to comment on the good points and not just the things you want fixed 💯
@ -66,6 +101,22 @@ Be willing to comment on the good points and not just the things you want fixed
- Are there any omissions or gaps?
- Are there any omissions or gaps?
- Does it check for anomalies?
- Does it check for anomalies?
## Security Advisory
### For reporter
Thank you for your reporting!
If you can also create a patch to fix the vulnerability, please create a PR on the private fork.
> [!note]
> There is a GitHub bug that prevents merging if a PR not following the develop branch of upstream, so please keep follow the develop branch.
### For misskey-dev member
修正PRがdevelopに追従されていないとマージできないので、マージできなかったら
> Could you merge or rebase onto upstream develop branch?
などと伝える。
## Deploy
## Deploy
The `/deploy` command by issue comment can be used to deploy the contents of a PR to the preview environment.
The `/deploy` command by issue comment can be used to deploy the contents of a PR to the preview environment.
```
```
@ -77,7 +128,7 @@ An actual domain will be assigned so you can test the federation.
## Release
## Release
### Release Instructions
### Release Instructions
1. Commit version changes in the `develop` branch ([package.json](https://github.com/misskey-dev/misskey/blob/develop/package.json))
1. Commit version changes in the `develop` branch ([package.json](package.json))
2. Create a release PR.
2. Create a release PR.
- Into `master` from `develop` branch.
- Into `master` from `develop` branch.
- The title must be in the format `Release: x.y.z`.
- The title must be in the format `Release: x.y.z`.
@ -88,7 +139,7 @@ An actual domain will be assigned so you can test the federation.
- The target branch must be `master`
- The target branch must be `master`
- The tag name must be the version
- The tag name must be the version
> **Note**
> [!NOTE]
> Why this instruction is necessary:
> Why this instruction is necessary:
> - To perform final QA checks
> - To perform final QA checks
> - To distribute responsibility
> - To distribute responsibility
@ -101,26 +152,30 @@ You can improve our translations with your Crowdin account.
Your changes in Crowdin are automatically submitted as a PR (with the title "New Crowdin translations") to the repository.
Your changes in Crowdin are automatically submitted as a PR (with the title "New Crowdin translations") to the repository.
The owner [@syuilo](https://github.com/syuilo) merges the PR into the develop branch before the next release.
The owner [@syuilo](https://github.com/syuilo) merges the PR into the develop branch before the next release.
If your language is not listed in Crowdin, please open an issue.
If your language is not listed in Crowdin, please open an issue. We will add it to Crowdin.
For newly added languages, once the translation progress per language exceeds 70%, it will be officially introduced into Misskey and made available to users.
Before developing, you have to set up environment. Misskey requires Redis, PostgreSQL, and FFmpeg.
```
You would want to install Meilisearch to experiment related features. Technically, meilisearch is not strict requirement, but some features and tests require it.
pnpm dev
```
command.
There are a few ways to proceed.
- Server-side source files and automatically builds them if they are modified. Automatically start the server process(es).
#### Use system-wide software
- Vite HMR (just the `vite` command) is available. The behavior may be different from production.
You could install them in system-wide (such as from package manager).
- Service Worker is watched by esbuild.
#### Use `docker compose`
You could obtain middleware container by typing `docker compose -f $PROJECT_ROOT/compose.local-db.yml up -d`.
#### Use Devcontainer
Devcontainer also has necessary setting. This method can be done by connecting from VSCode.
### Dev Container
Instead of running `pnpm` locally, you can use Dev Container to set up your development environment.
Instead of running `pnpm` locally, you can use Dev Container to set up your development environment.
To use Dev Container, open the project directory on VSCode with Dev Containers installed.
To use Dev Container, open the project directory on VSCode with Dev Containers installed.
**Note:** If you are using Windows, please clone the repository with WSL. Using Git for Windows will result in broken files due to the difference in how newlines are handled.
**Note:** If you are using Windows, please clone the repository with WSL. Using Git for Windows will result in broken files due to the difference in how newlines are handled.
It will run the following command automatically inside the container.
It will run the following command automatically inside the container.
@ -132,38 +187,76 @@ pnpm build
pnpm migrate
pnpm migrate
```
```
After finishing the migration, run the `pnpm dev` command to start the development server.
After finishing the migration, you can proceed.
``` bash
### Start developing
During development, it is useful to use the
```
pnpm dev
pnpm dev
```
```
command.
- Server-side source files and automatically builds them if they are modified. Automatically start the server process(es).
- Vite HMR (just the `vite` command) is available. The behavior may be different from production.
- Service Worker is watched by esbuild.
- The front end can be viewed by accessing `http://localhost:5173`.
- The backend listens on the port configured with `port` in .config/default.yml.
If you have not changed it from the default, it will be "http://localhost:3000".
If "port" in .config/default.yml is set to something other than 3000, you need to change the proxy settings in packages/frontend/vite.config.local-dev.ts.
### `MK_DEV_PREFER=backend pnpm dev`
pnpm dev has another mode with `MK_DEV_PREFER=backend`.
```
MK_DEV_PREFER=backend pnpm dev
```
- This mode is closer to the production environment than the default mode.
- Vite runs behind the backend (the backend will proxy Vite at /vite).
- You can see Misskey by accessing `http://localhost:3000` (Replace `3000` with the port configured with `port` in .config/default.yml).
- To change the port of Vite, specify with `VITE_PORT` environment variable.
- HMR may not work in some environments such as Windows.
## Testing
## Testing
- Test codes are located in [`/packages/backend/test`](/packages/backend/test).
You can run non-backend tests by executing following commands:
```sh
### Run test
pnpm --filter frontend test
Create a config file.
pnpm --filter misskey-js test
```
```
Backend tests require manual preparation of servers. See the next section for more on this.
### Backend
There are three types of test codes for the backend:
- Unit tests: [`/packages/backend/test/unit`](/packages/backend/test/unit)
**🌎 **[Misskey](https://misskey-hub.net/)** is an open source, decentralized social media platform that's free forever! 🚀**
YumechiNoKuni is a fork of Misskey, with a focus on security, observability and reliability.
---
[mi.yumechi.jp](https://mi.yumechi.jp) is running this version.
<ahref="https://misskey-hub.net/instances.html">
[Learn more about Misskey](https://misskey-hub.net/)
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/find_an-instance-acea31?logoColor=acea31&style=for-the-badge&logo=misskey&labelColor=363B40"alt="find an instance"/></a>
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/create_an-instance-FBD53C?logoColor=FBD53C&style=for-the-badge&logo=server&labelColor=363B40"alt="create an instance"/></a>
<ahref="./CONTRIBUTING.md">
### Unique features
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/become_a-contributor-A371F7?logoColor=A371F7&style=for-the-badge&logo=git-merge&labelColor=363B40"alt="become a contributor"/></a>
<ahref="https://discord.gg/Wp8gVStHW3">
- Strict ActivityPub sanitization by whitelisting properties and normalizing all referential properties.
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/join_the-community-5865F2?logoColor=5865F2&style=for-the-badge&logo=discord&labelColor=363B40"alt="join the community"/></a>
- Strict Content Security Policy.
- Require TLSv1.2+ over port 443 for all ActivityPub requests.
- Strongly-typed inbox filtering in Rust.
- Reduce needless retries by marking more errors as permanent.
- Detailed prometheus metrics for slow requests, DB queries, AP processing, failed auths, etc.
- Disable unauthenticated media processing and use custom AppArmored media proxy.
- Enable active users in nodeinfo back.
- Advertise Git information over nodeinfo for better observability and easy tracking of the actual code running.
- Logical replication for the database over mTLS.
- More atomic operations in API handlers.
<ahref="https://www.patreon.com/syuilo">
### Picked from github.com/paricafe/misskey
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/become_a-patron-F96854?logoColor=F96854&style=for-the-badge&logo=patreon&labelColor=363B40"alt="become a patron"/></a>
Not on Misskey? No problem! Not only can Misskey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed!
- **Reactions**\
You can add emoji reactions to any post! No longer are you bound by a like button, show everyone exactly how you feel with the tap of a button.
- **Drive**\
With Misskey's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made!
- **Rich Web UI**\
Misskey has a rich and easy to use Web UI!
It is highly customizable, from changing the layout and adding widgets to making custom themes.
Furthermore, plugins can be created using AiScript, an original programming language.
- And much more...
</div>
<divstyle="clear: both;"></div>
## Documentation
Misskey Documentation can be found at [Misskey Hub](https://misskey-hub.net/), some of the links and graphics above also lead to specific portions of it.
Thanks to [Chromatic](https://www.chromatic.com/) for providing the visual testing platform that helps us review UI changes and catch visual regressions.
headlineMisskey:"নোট ব্যাবহার করে সংযুক্ত নেটওয়ার্ক"
headlineMisskey:"নোট ব্যাবহার করে সংযুক্ত নেটওয়ার্ক"
introMisskey:"স্বাগতম! মিসকি একটি ওপেন সোর্স, ডিসেন্ট্রালাইজড মাইক্রোব্লগিং পরিষেবা। \n\"নোট\" তৈরির মাধ্যমে যা ঘটছে তা সবার সাথে শেয়ার করুন 📡\n\"রিঅ্যাকশন\" গুলির মাধ্যমে যেকোনো নোট সম্পর্কে আপনার অনুভূতি ব্যাক্ত করতে পারেন 👍\nএকটি নতুন দুনিয়া ঘুরে দেখুন 🚀\n"
introMisskey:"স্বাগতম! মিসকি একটি ওপেন সোর্স, ডিসেন্ট্রালাইজড মাইক্রোব্লগিং পরিষেবা। \n\"নোট\" তৈরির মাধ্যমে যা ঘটছে তা সবার সাথে শেয়ার করুন 📡\n\"রিঅ্যাকশন\" গুলির মাধ্যমে যেকোনো নোট সম্পর্কে আপনার অনুভূতি ব্যাক্ত করতে পারেন 👍\nএকটি নতুন দুনিয়া ঘুরে দেখুন 🚀\n"
poweredByMisskeyDescription:"{name} হল ওপেন সোর্স প্ল্যাটফর্ম <b>Misskey</b>-এর সার্ভারগুলির একটি৷"
monthAndDay:"{day}/{month}"
monthAndDay:"{day}/{month}"
search:"খুঁজুন"
search:"খুঁজুন"
notifications:"বিজ্ঞপ্তি"
notifications:"বিজ্ঞপ্তি"
@ -12,12 +13,14 @@ fetchingAsApObject: "ফেডিভার্স থেকে খবর আন
ok:"ঠিক"
ok:"ঠিক"
gotIt:"বুঝেছি"
gotIt:"বুঝেছি"
cancel:"বাতিল"
cancel:"বাতিল"
noThankYou:"না, ধন্যবাদ"
enterUsername:"ইউজারনেম লিখুন"
enterUsername:"ইউজারনেম লিখুন"
renotedBy:"{user} রিনোট করেছেন"
renotedBy:"{user} রিনোট করেছেন"
noNotes:"কোন নোট নেই"
noNotes:"কোন নোট নেই"
noNotifications:"কোনো বিজ্ঞপ্তি নেই"
noNotifications:"কোনো বিজ্ঞপ্তি নেই"
instance:"ইন্সট্যান্স"
instance:"ইন্সট্যান্স"
settings:"সেটিংস"
settings:"সেটিংস"
notificationSettings:"বিজ্ঞপ্তির সেটিংস"
basicSettings:"সাধারণ সেটিংস"
basicSettings:"সাধারণ সেটিংস"
otherSettings:"অন্যান্য সেটিংস"
otherSettings:"অন্যান্য সেটিংস"
openInWindow:"নতুন উইন্ডোতে খুলা"
openInWindow:"নতুন উইন্ডোতে খুলা"
@ -42,12 +45,20 @@ pin: "পিন করা"
unpin:"পিন সরান"
unpin:"পিন সরান"
copyContent:"বিষয়বস্তু কপি করুন"
copyContent:"বিষয়বস্তু কপি করুন"
copyLink:"লিঙ্ক কপি করুন"
copyLink:"লিঙ্ক কপি করুন"
copyLinkRenote:"রিনোট লিঙ্ক কপি করুন"
delete:"মুছুন"
delete:"মুছুন"
deleteAndEdit:"মুছুন এবং সম্পাদনা করুন"
deleteAndEdit:"মুছুন এবং সম্পাদনা করুন"
deleteAndEditConfirm:"আপনি কি এই নোটটি মুছে এটি সম্পাদনা করার বিষয়ে নিশ্চিত? আপনি এটির সমস্ত রিঅ্যাকশন, রিনোট এবং জবাব হারাবেন।"
deleteAndEditConfirm:"আপনি কি এই নোটটি মুছে এটি সম্পাদনা করার বিষয়ে নিশ্চিত? আপনি এটির সমস্ত রিঅ্যাকশন, রিনোট এবং জবাব হারাবেন।"
sensitiveWordsDescription:"Viditelnost všech poznámek obsahujících některé z nakonfigurovaných slov bude automaticky nastavena na \"Domů\". Můžete jich uvést více tak, že je oddělíte pomocí řádků."
sensitiveWordsDescription:"Viditelnost všech poznámek obsahujících některé z nakonfigurovaných slov bude automaticky nastavena na \"Domů\". Můžete jich uvést více tak, že je oddělíte pomocí řádků."
sensitiveWordsDescription2:"Použití mezer vytvoří výrazy AND a obklopení klíčových slov lomítky je změní na regulární výraz."
sensitiveWordsDescription2:"Použití mezer vytvoří výrazy AND a obklopení klíčových slov lomítky je změní na regulární výraz."
prohibitedWordsDescription2:"Použití mezer vytvoří výrazy AND a obklopení klíčových slov lomítky je změní na regulární výraz."
notesSearchNotAvailable:"Vyhledávání poznámek je nedostupné."
notesSearchNotAvailable:"Vyhledávání poznámek je nedostupné."
license:"Licence"
license:"Licence"
unfavoriteConfirm:"Opravdu chcete odstranit z oblíbených?"
unfavoriteConfirm:"Opravdu chcete odstranit z oblíbených?"
@ -1095,6 +1088,16 @@ doYouAgree: "Souhlasíte?"
beSureToReadThisAsItIsImportant:"Přečtěte si prosím tyto důležité informace."
beSureToReadThisAsItIsImportant:"Přečtěte si prosím tyto důležité informace."
iHaveReadXCarefullyAndAgree:"Přečetl jsem si text \"{x}\" a souhlasím s ním."
iHaveReadXCarefullyAndAgree:"Přečetl jsem si text \"{x}\" a souhlasím s ním."
icon:"Avatar"
icon:"Avatar"
replies:"Odpovědět"
renotes:"Přeposlat"
sourceCode:"Zdrojový kód"
flip:"Otočit"
lastNDays:"Posledních {n} dnů"
surrender:"Zrušit"
_delivery:
stop:"Suspendováno"
_type:
none:"Publikuji"
_initialAccountSetting:
_initialAccountSetting:
accountCreated:"Váš účet byl úspěšně vytvořen!"
accountCreated:"Váš účet byl úspěšně vytvořen!"
letsStartAccountSetup:"Pro začátek si nastavte svůj profil."
letsStartAccountSetup:"Pro začátek si nastavte svůj profil."
@ -1107,11 +1110,12 @@ _initialAccountSetting:
pushNotificationDescription:"Povolení push oznámení vám umožní přijímat oznámení od {name} přímo ve vašem zařízení."
pushNotificationDescription:"Povolení push oznámení vám umožní přijímat oznámení od {name} přímo ve vašem zařízení."
description:"Soubor pravidel, která se zobrazí před registrací. Doporučuje se nastavit shrnutí podmínek služby."
description:"Soubor pravidel, která se zobrazí před registrací. Doporučuje se nastavit shrnutí podmínek služby."
_serverSettings:
iconUrl:"URL ikony"
_accountMigration:
_accountMigration:
moveFrom:"Migrace jiného účtu na tento účet"
moveFrom:"Migrace jiného účtu na tento účet"
moveFromSub:"Vytvořit alias na jiný účet"
moveFromSub:"Vytvořit alias na jiný účet"
@ -1489,6 +1493,7 @@ _plugin:
install:"Instalovat plugin"
install:"Instalovat plugin"
installWarn:"Neinstalujte nedůvěryhodné pluginy."
installWarn:"Neinstalujte nedůvěryhodné pluginy."
manage:"Správce pluginů"
manage:"Správce pluginů"
viewSource:"Zobrazit zdroj"
_preferencesBackups:
_preferencesBackups:
list:"Vytvořit backup"
list:"Vytvořit backup"
saveNew:"Uložit novou zálohu"
saveNew:"Uložit novou zálohu"
@ -1555,11 +1560,6 @@ _wordMute:
muteWords:"Ztlumená slova"
muteWords:"Ztlumená slova"
muteWordsDescription:"Podmínku AND oddělujte mezerami, podmínku OR oddělujte řádkovými zlomy."
muteWordsDescription:"Podmínku AND oddělujte mezerami, podmínku OR oddělujte řádkovými zlomy."
muteWordsDescription2:"Chcete-li použít regulární výrazy, obklopte klíčová slova lomítky."
muteWordsDescription2:"Chcete-li použít regulární výrazy, obklopte klíčová slova lomítky."
softDescription:"Skrýt poznámky, které splňují nastavené podmínky, z časové osy."
hardDescription:"Zabrání přidání poznámek splňujících nastavené podmínky na časovou osu. Kromě toho nebudou tyto poznámky přidány na časovou osu, ani když se podmínky změní."
soft:"Měkký"
hard:"Tvrdý"
mutedNotes:"Ztlumené poznámky"
_instanceMute:
_instanceMute:
instanceMuteDescription:"Tímhle se ztlumí všechny poznámky/poznámky z uvedených instancí, včetně poznámek uživatelů, kteří odpovídají uživateli ze ztlumené instance."
instanceMuteDescription:"Tímhle se ztlumí všechny poznámky/poznámky z uvedených instancí, včetně poznámek uživatelů, kteří odpovídají uživateli ze ztlumené instance."
instanceMuteDescription2:"Oddělte novými řádky"
instanceMuteDescription2:"Oddělte novými řádky"
@ -1623,15 +1623,11 @@ _theme:
infoFg:"Text informací"
infoFg:"Text informací"
infoWarnBg:"Pozadí varování"
infoWarnBg:"Pozadí varování"
infoWarnFg:"Text varování"
infoWarnFg:"Text varování"
cwBg:"Pozadí CW tlačítka"
cwFg:"Text CW tlačítka"
cwHoverBg:"Pozadí CW tlačítka (Hover)"
toastBg:"Pozadí oznámení"
toastBg:"Pozadí oznámení"
toastFg:"Text oznámení"
toastFg:"Text oznámení"
buttonBg:"Pozadí tlačítka"
buttonBg:"Pozadí tlačítka"
buttonHoverBg:"Pozadí tlačítka (Hover)"
buttonHoverBg:"Pozadí tlačítka (Hover)"
inputBorder:"Ohraničení vstupního pole"
inputBorder:"Ohraničení vstupního pole"
listItemHoverBg:"Pozadí položky seznamu (Hover)"
driveFolderBg:"Pozadí složky disku"
driveFolderBg:"Pozadí složky disku"
wallpaperOverlay:"Překrytí tapety"
wallpaperOverlay:"Překrytí tapety"
badge:"Odznak"
badge:"Odznak"
@ -1643,10 +1639,6 @@ _sfx:
note:"Poznámky"
note:"Poznámky"
noteMy:"Moje poznámka"
noteMy:"Moje poznámka"
notification:"Oznámení"
notification:"Oznámení"
chat:"Zprávy"
chatBg:"Chat (Pozadí)"
antenna:"Antény"
channel:"Oznámení kanálu"
_ago:
_ago:
future:"Budoucí"
future:"Budoucí"
justNow:"Teď"
justNow:"Teď"
@ -1663,23 +1655,11 @@ _time:
minute:"Minut"
minute:"Minut"
hour:"Hodin"
hour:"Hodin"
day:"Dnů"
day:"Dnů"
_timelineTutorial:
title:"Jak používat Misskey"
step1_1:"Toto je \"časová osa\". Zde se chronologicky zobrazují všechny \"poznámky\" odeslané na {name}."
step1_2:"Existuje několik různých časových plánů. Například \"Domácí časová osa\" bude obsahovat poznámky uživatelů, které sledujete, a \"Místní časová osa\" bude obsahovat poznámky všech uživatelů {name}."
step2_1:"Zkusme zveřejnit poznámku. Můžete tak učinit stisknutím tlačítka s ikonou tužky."
step2_2:"Co takhle napsat sebepředstavení, nebo jen \"Ahoj {name}!\", pokud se vám nechce?"
step3_1:"Dokončil jsi svou první poznámku?"
step3_2:"Na časové ose by se nyní měla zobrazit vaše první poznámka."
step4_1:"K poznámkám můžete také připojit \"Reakce\"."
step4_2:"Chcete-li připojit reakci, stiskněte na poznámce znaménko \"+\" a vyberte emoji, kterým chcete reagovat."
headlineMisskey:"Ein durch Notizen verbundenes Netzwerk"
headlineMisskey:"Ein durch Notizen verbundenes Netzwerk"
introMisskey:"Willkommen! Misskey ist eine dezentralisierte Open-Source Microblogging-Platform.\nVerfasse „Notizen“ um mitzuteilen, was gerade passiert oder um Ereignisse mit anderen zu teilen. 📡\nMit „Reaktionen“ kannst du außerdem schnell deine Gefühle über Notizen anderer Benutzer zum Ausdruck bringen. 👍\nEine neue Welt wartet auf dich! 🚀"
introMisskey:"Willkommen! Misskey ist eine dezentralisierte Open-Source Microblogging-Platform.\nVerfasse „Notizen“ um mitzuteilen, was gerade passiert oder um Ereignisse mit anderen zu teilen. 📡\nMit „Reaktionen“ kannst du außerdem schnell deine Gefühle über Notizen anderer Benutzer zum Ausdruck bringen. 👍\nEine neue Welt wartet auf dich! 🚀"
poweredByMisskeyDescription:"{name} ist einer der durch die Open-Source-Plattform <b>Misskey</b> betriebenen Dienste (meist als \"Misskey-Instanz\" bezeichnet)."
poweredByMisskeyDescription:"{name} ist einer der durch die Open-Source-Plattform <b>Misskey</b> betriebenen Dienste."
monthAndDay:"{day}.{month}."
monthAndDay:"{day}.{month}."
search:"Suchen"
search:"Suchen"
notifications:"Benachrichtigungen"
notifications:"Benachrichtigungen"
username:"Benutzername"
username:"Benutzername"
password:"Passwort"
password:"Passwort"
initialPasswordForSetup:"Initiales Passwort für die Einrichtung"
initialPasswordIsIncorrect:"Das initiale Passwort für die Einrichtung ist falsch"
initialPasswordForSetupDescription:"Verwende das in der Konfigurationsdatei angegebene Passwort, wenn du Misskey selbst installiert hast.\nWenn du einen Misskey-Hostingdienst o.ä. nutzt, verwende das dort angegebene Kennwort.\nWenn du kein Passwort festgelegt hast, lasse es leer, um fortzufahren."
forgotPassword:"Passwort vergessen"
forgotPassword:"Passwort vergessen"
fetchingAsApObject:"Wird aus dem Fediverse angefragt …"
fetchingAsApObject:"Wird aus dem Fediverse angefragt …"
ok:"OK"
ok:"OK"
@ -60,6 +63,7 @@ copyFileId: "Datei-ID kopieren"
copyFolderId:"Ordner-ID kopieren"
copyFolderId:"Ordner-ID kopieren"
copyProfileUrl:"Profil-URL kopieren"
copyProfileUrl:"Profil-URL kopieren"
searchUser:"Nach einem Benutzer suchen"
searchUser:"Nach einem Benutzer suchen"
searchThisUsersNotes:"Notizen dieses Benutzers suchen"
reply:"Antworten"
reply:"Antworten"
loadMore:"Mehr laden"
loadMore:"Mehr laden"
showMore:"Mehr anzeigen"
showMore:"Mehr anzeigen"
@ -75,7 +79,7 @@ import: "Import"
export:"Export"
export:"Export"
files:"Dateien"
files:"Dateien"
download:"Herunterladen"
download:"Herunterladen"
driveFileDeleteConfirm:"Möchtest du die Datei „{name}“ wirklich löschen? Sie wird in allen Inhalten, die sie verwenden, auch verschwinden."
driveFileDeleteConfirm:"Möchtest du die Datei „{name}“ wirklich löschen? Einige Inhalte, die diese Datei verwenden, werden auch verschwinden."
unfollowConfirm:"Möchtest du {name} wirklich nicht mehr folgen?"
unfollowConfirm:"Möchtest du {name} wirklich nicht mehr folgen?"
exportRequested:"Du hast einen Export angefragt. Dies kann etwas Zeit in Anspruch nehmen. Sobald der Export abgeschlossen ist, wird er deiner Drive hinzugefügt."
exportRequested:"Du hast einen Export angefragt. Dies kann etwas Zeit in Anspruch nehmen. Sobald der Export abgeschlossen ist, wird er deiner Drive hinzugefügt."
importRequested:"Du hast einen Import angefragt. Dies kann etwas Zeit in Anspruch nehmen."
importRequested:"Du hast einen Import angefragt. Dies kann etwas Zeit in Anspruch nehmen."
@ -108,11 +112,14 @@ enterEmoji: "Gib ein Emoji ein"
renote:"Renote"
renote:"Renote"
unrenote:"Renote zurücknehmen"
unrenote:"Renote zurücknehmen"
renoted:"Renote getätigt."
renoted:"Renote getätigt."
renotedToX:"Renoted zu {name}."
cantRenote:"Renote dieses Beitrags nicht möglich."
cantRenote:"Renote dieses Beitrags nicht möglich."
cantReRenote:"Renote einer Renote nicht möglich."
cantReRenote:"Renote einer Renote nicht möglich."
quote:"Zitieren"
quote:"Zitieren"
inChannelRenote:"Kanal-interner Renote"
inChannelRenote:"Kanal-interner Renote"
inChannelQuote:"Kanal-internes Zitat"
inChannelQuote:"Kanal-internes Zitat"
renoteToChannel:"Renote zu Kanal"
renoteToOtherChannel:"Renote zu anderem Kanal"
pinnedNote:"Angeheftete Notiz"
pinnedNote:"Angeheftete Notiz"
pinned:"Angeheftet"
pinned:"Angeheftet"
you:"Du"
you:"Du"
@ -121,10 +128,16 @@ sensitive: "Sensibel"
add:"Hinzufügen"
add:"Hinzufügen"
reaction:"Reaktionen"
reaction:"Reaktionen"
reactions:"Reaktionen"
reactions:"Reaktionen"
reactionSetting:"In der Reaktionsauswahl anzuzeigende Reaktionen"
emojiPicker:"Emoji auswählen"
pinnedEmojisForReactionSettingDescription:"Lege Emojis fest, die angepinnt werden sollen, um sie beim Reagieren als Erstes anzuzeigen."
pinnedEmojisSettingDescription:"Lege Emojis fest, die angepinnt werden sollen, um sie in der Emoji-Auswahl als Erstes anzuzeigen"
emojiPickerDisplay:"Anzeige der Emoji-Auswahl"
overwriteFromPinnedEmojisForReaction:"Überschreiben mit den Reaktions-Einstellungen"
overwriteFromPinnedEmojis:"Überschreiben mit den allgemeinen Einstellungen"
reactionSettingDescription2:"Ziehe um Anzuordnen, klicke um zu löschen, drücke „+“ um hinzuzufügen"
reactionSettingDescription2:"Ziehe um Anzuordnen, klicke um zu löschen, drücke „+“ um hinzuzufügen"
chooseServerOnMisskeyHub:"Wähle einen Server aus dem Misskey Hub"
inputHostName:"Gib die Domain an"
general:"Allgemein"
general:"Allgemein"
wallpaper:"Hintergrund"
wallpaper:"Hintergrund"
setWallpaper:"Hintergrund festlegen"
setWallpaper:"Hintergrund festlegen"
@ -179,8 +195,9 @@ searchWith: "Suchen: {q}"
youHaveNoLists:"Du hast keine Listen"
youHaveNoLists:"Du hast keine Listen"
followConfirm:"Möchtest du {name} wirklich folgen?"
followConfirm:"Möchtest du {name} wirklich folgen?"
proxyAccount:"Proxy-Benutzerkonto"
proxyAccount:"Proxy-Benutzerkonto"
proxyAccountDescription:"Ein Proxy-Benutzerkonto ist ein Benutzerkonto, das sich für Nutzer unter bestimmten Konditionen wie ein Follower aus einer fremden Instanz verhält. Zum Beispiel wird die Aktivität eines Nutzers aus einer fremden Instanz nicht an diese Instanz übermittelt, falls es keinen Benutzer dieser Instanz gibt, der diesem Nutzer aus fremder Instanz folgt. In diesem Fall folgt stattdessen das Proxy-Benutzerkonto."
proxyAccountDescription:"Ein Proxy-Konto ist ein Benutzerkonto, das unter bestimmten Bedingungen als Follower für Benutzer fremder Instanzen fungiert. Wenn zum Beispiel ein Benutzer einen Benutzer einer fremden Instanz zu einer Liste hinzufügt, werden die Aktivitäten des entfernten Benutzers nicht an die Instanz übermittelt, wenn kein lokaler Benutzer diesem Benutzer folgt; stattdessen folgt das Proxy-Konto."
host:"Hostname"
host:"Hostname"
selectSelf:"Mich auswählen"
selectUser:"Benutzer auswählen"
selectUser:"Benutzer auswählen"
recipient:"Empfänger"
recipient:"Empfänger"
annotation:"Anmerkung"
annotation:"Anmerkung"
@ -195,6 +212,8 @@ perHour: "Pro Stunde"
perDay:"Pro Tag"
perDay:"Pro Tag"
stopActivityDelivery:"Senden von Aktivitäten einstellen"
stopActivityDelivery:"Senden von Aktivitäten einstellen"
blockThisInstance:"Diese Instanz blockieren"
blockThisInstance:"Diese Instanz blockieren"
silenceThisInstance:"Instanz stummschalten"
mediaSilenceThisInstance:"Medien dieses Servers stummschalten"
clearCachedFilesConfirm:"Sollen alle im Cache gespeicherten Dateien von anderen Instanzen wirklich gelöscht werden?"
clearCachedFilesConfirm:"Sollen alle im Cache gespeicherten Dateien von anderen Instanzen wirklich gelöscht werden?"
blockedInstances:"Blockierte Instanzen"
blockedInstances:"Blockierte Instanzen"
blockedInstancesDescription:"Gib die Hostnamen der Instanzen, welche blockiert werden sollen, durch Zeilenumbrüche getrennt an. Blockierte Instanzen können mit dieser instanz nicht mehr kommunizieren."
blockedInstancesDescription:"Gib die Hostnamen der Instanzen, welche blockiert werden sollen, durch Zeilenumbrüche getrennt an. Blockierte Instanzen können mit dieser instanz nicht mehr kommunizieren."
silencedInstances:"Stummgeschaltete Instanzen"
silencedInstancesDescription:"Gib die Hostnamen der Instanzen, welche stummgeschaltet werden sollen, durch Zeilenumbrüche getrennt an. Alle Konten dieser Instanzen werden als stummgeschaltet behandelt, können nur noch Follow-Anfragen stellen und wenn nicht gefolgt keine lokalen Konten erwähnen. Blockierte Instanzen sind davon nicht betroffen."
mediaSilencedInstancesDescription:"Gib pro Zeile die Hostnamen der Server ein, dessen Medien du stummschalten möchtest. Alle Benutzerkonten der aufgeführten Server werden als sensibel behandelt und können keine benutzerdefinierten Emojis verwenden. Gesperrte Server sind davon nicht betroffen."
antennaKeywordsDescription:"Zum Nutzen einer \"UND\"-Verknüpfung Einträge mit Leerzeichen trennen, zum Nutzen einer \"ODER\"-Verknüpfung Einträge mit einem Zeilenumbruch trennen"
antennaKeywordsDescription:"Zum Nutzen einer \"UND\"-Verknüpfung Einträge mit Leerzeichen trennen, zum Nutzen einer \"ODER\"-Verknüpfung Einträge mit einem Zeilenumbruch trennen"
notifyAntenna:"Über neue Notizen benachrichtigen"
notifyAntenna:"Über neue Notizen benachrichtigen"
withFileAntenna:"Nur Notizen mit Dateien"
withFileAntenna:"Nur Notizen mit Dateien"
@ -419,6 +450,7 @@ moderator: "Moderator"
moderation:"Moderation"
moderation:"Moderation"
moderationNote:"Moderationsnotiz"
moderationNote:"Moderationsnotiz"
addModerationNote:"Moderationsnotiz hinzufügen"
addModerationNote:"Moderationsnotiz hinzufügen"
moderationLogs:"Moderationsprotokolle"
nUsersMentioned:"Von {n} Benutzern erwähnt"
nUsersMentioned:"Von {n} Benutzern erwähnt"
securityKeyAndPasskey:"Hardware-Sicherheitsschlüssel und Passkeys"
securityKeyAndPasskey:"Hardware-Sicherheitsschlüssel und Passkeys"
securityKey:"Hardware-Sicherheitsschlüssel"
securityKey:"Hardware-Sicherheitsschlüssel"
@ -426,7 +458,7 @@ lastUsed: "Zuletzt benutzt"
lastUsedAt:"Zuletzt verwendet: {t}"
lastUsedAt:"Zuletzt verwendet: {t}"
unregister:"Deaktivieren"
unregister:"Deaktivieren"
passwordLessLogin:"Passwortloses Anmelden"
passwordLessLogin:"Passwortloses Anmelden"
passwordLessLoginDescription:"Ermöglicht passwortfreies Einloggen, nur via Security-Token oder Passkey"
passwordLessLoginDescription:"Ermöglicht passwortloses Einloggen mit einem Security-Token oder Passkey"
resetPassword:"Passwort zurücksetzen"
resetPassword:"Passwort zurücksetzen"
newPasswordIs:"Das neue Passwort ist „{password}“"
newPasswordIs:"Das neue Passwort ist „{password}“"
reduceUiAnimation:"Animationen der Benutzeroberfläche reduzieren"
reduceUiAnimation:"Animationen der Benutzeroberfläche reduzieren"
@ -434,7 +466,6 @@ share: "Teilen"
notFound:"Nicht gefunden"
notFound:"Nicht gefunden"
notFoundDescription:"Es konnte keine Seite unter dieser URL gefunden werden."
notFoundDescription:"Es konnte keine Seite unter dieser URL gefunden werden."
uploadFolder:"Standardordner für Uploads"
uploadFolder:"Standardordner für Uploads"
cacheClear:"Cache leeren"
markAsReadAllNotifications:"Alle Benachrichtigungen als gelesen markieren"
markAsReadAllNotifications:"Alle Benachrichtigungen als gelesen markieren"
markAsReadAllUnreadNotes:"Alle Notizen als gelesen markieren"
markAsReadAllUnreadNotes:"Alle Notizen als gelesen markieren"
markAsReadAllTalkMessages:"Alle Chats als gelesen markieren"
markAsReadAllTalkMessages:"Alle Chats als gelesen markieren"
@ -452,6 +483,7 @@ retype: "Erneut eingeben"
noteOf:"Notiz von {user}"
noteOf:"Notiz von {user}"
quoteAttached:"Zitat"
quoteAttached:"Zitat"
quoteQuestion:"Als Zitat anhängen?"
quoteQuestion:"Als Zitat anhängen?"
attachAsFileQuestion:"Der Text in der Zwischenablage ist lang. Möchtest du ihn als Textdatei anhängen?"
noMessagesYet:"Noch keine Nachrichten vorhanden"
noMessagesYet:"Noch keine Nachrichten vorhanden"
newMessageExists:"Du hast eine neue Nachricht"
newMessageExists:"Du hast eine neue Nachricht"
onlyOneFileCanBeAttached:"Es kann pro Nachricht nur eine Datei angehängt werden"
onlyOneFileCanBeAttached:"Es kann pro Nachricht nur eine Datei angehängt werden"
@ -477,8 +509,11 @@ uiLanguage: "Sprache der Benutzeroberfläche"
scratchpadDescription:"Die Testumgebung bietet einen Bereich für AiScript-Experimente. Dort kannst du AiScript schreiben, ausführen sowie dessen Auswirkungen auf Misskey überprüfen."
scratchpadDescription:"Die Testumgebung bietet einen Bereich für AiScript-Experimente. Dort kannst du AiScript schreiben, ausführen sowie dessen Auswirkungen auf Misskey überprüfen."
uiInspector:"UI-Inspektor"
output:"Ausgabe"
output:"Ausgabe"
script:"Skript"
script:"Skript"
disablePagesScript:"AiScript auf Seiten deaktivieren"
disablePagesScript:"AiScript auf Seiten deaktivieren"
smtpSecureInfo:"Schalte dies aus, falls du STARTTLS verwendest."
smtpSecureInfo:"Schalte dies aus, falls du STARTTLS verwendest."
testEmail:"Emailversand testen"
testEmail:"Emailversand testen"
wordMute:"Wortstummschaltung"
wordMute:"Wortstummschaltung"
hardWordMute:"Harte Wort-Stummschaltung"
regexpError:"Fehler in einem regulären Ausdruck"
regexpError:"Fehler in einem regulären Ausdruck"
regexpErrorDescription:"Im regulären Ausdruck deiner {tab}en Wortstummschaltungen ist ein Fehler aufgetreten:"
regexpErrorDescription:"Im regulären Ausdruck deiner in Zeile {line} von {tab}en Wortstummschaltungen ist ein Fehler aufgetreten:"
instanceMute:"Instanzstummschaltungen"
instanceMute:"Instanzstummschaltungen"
userSaysSomething:"{name} hat etwas gesagt"
userSaysSomething:"{name} hat etwas gesagt"
makeActive:"Aktivieren"
makeActive:"Aktivieren"
@ -640,7 +685,7 @@ display: "Anzeigeart"
copy:"Kopieren"
copy:"Kopieren"
metrics:"Metriken"
metrics:"Metriken"
overview:"Übersicht"
overview:"Übersicht"
logs:"Logs"
logs:"Protokolle"
delayed:"Verzögert"
delayed:"Verzögert"
database:"Datenbank"
database:"Datenbank"
channel:"Kanäle"
channel:"Kanäle"
@ -652,6 +697,7 @@ useGlobalSettingDesc: "Ist diese Option aktiviert, werden die Benachrichtigungse
other:"Anderes"
other:"Anderes"
regenerateLoginToken:"Anmeldetoken regenerieren"
regenerateLoginToken:"Anmeldetoken regenerieren"
regenerateLoginTokenDescription:"Den zur Anmeldung intern verwendeten Token regenerieren. Normalerweise wird dies nicht benötigt. Bei Regeneration werden alle Geräte ausgeloggt."
regenerateLoginTokenDescription:"Den zur Anmeldung intern verwendeten Token regenerieren. Normalerweise wird dies nicht benötigt. Bei Regeneration werden alle Geräte ausgeloggt."
theKeywordWhenSearchingForCustomEmoji:"Das ist das Schlagwort beim Suchen von benutzerdefinierten Emojis."
setMultipleBySeparatingWithSpace:"Trenne Elemente durch ein Leerzeichen um mehrere Einstellungen zu kofigurieren."
setMultipleBySeparatingWithSpace:"Trenne Elemente durch ein Leerzeichen um mehrere Einstellungen zu kofigurieren."
fileIdOrUrl:"Datei-ID oder URL"
fileIdOrUrl:"Datei-ID oder URL"
behavior:"Verhalten"
behavior:"Verhalten"
@ -665,10 +711,7 @@ abuseReported: "Deine Meldung wurde versendet. Vielen Dank."
reporter:"Melder"
reporter:"Melder"
reporteeOrigin:"Herkunft des Gemeldeten"
reporteeOrigin:"Herkunft des Gemeldeten"
reporterOrigin:"Herkunft des Meldenden"
reporterOrigin:"Herkunft des Meldenden"
forwardReport:"Meldung an fremde Instanz weiterleiten"
forwardReportIsAnonymous:"Anstatt deines Benutzerkontos wird bei der fremden Instanz ein anonymes Systemkonto als Melder angezeigt."
send:"Senden"
send:"Senden"
abuseMarkAsResolved:"Meldung als gelöst markieren"
verificationEmailSent:"Eine Bestätigungsmail wurde an deine Email-Adresse versendet. Besuche den dort enthaltenen Link, um die Verifizierung abzuschließen."
verificationEmailSent:"Eine Bestätigungsmail wurde an deine Email-Adresse versendet. Besuche den dort enthaltenen Link, um die Verifizierung abzuschließen."
numberOfPageCacheDescription:"Das Erhöhen dieses Caches führt zu einer angenehmerern Benutzererfahrung, erhöht aber Serverlast und Arbeitsspeicherauslastung."
numberOfPageCacheDescription:"Das Erhöhen dieses Caches führt zu einer angenehmerern Benutzererfahrung, aber erhöht Last und Arbeitsspeicherauslastung auf dem Nutzergerät."
logoutConfirm:"Wirklich abmelden?"
logoutConfirm:"Wirklich abmelden?"
lastActiveDate:"Zuletzt verwendet am"
lastActiveDate:"Zuletzt verwendet am"
statusbar:"Statusleiste"
statusbar:"Statusleiste"
@ -965,6 +1013,7 @@ neverShow: "Nicht wieder anzeigen"
remindMeLater:"Vielleicht später"
remindMeLater:"Vielleicht später"
didYouLikeMisskey:"Gefällt dir Misskey?"
didYouLikeMisskey:"Gefällt dir Misskey?"
pleaseDonate:"Misskey ist die kostenlose Software, die von {host} verwendet wird. Wir würden uns über Spenden freuen, damit dessen Entwicklung weitergeführt werden kann!"
pleaseDonate:"Misskey ist die kostenlose Software, die von {host} verwendet wird. Wir würden uns über Spenden freuen, damit dessen Entwicklung weitergeführt werden kann!"
correspondingSourceIsAvailable:"Der entsprechende Quellcode ist verfügbar unter {anchor}"
youCannotCreateAnymore:"Du hast das Erstellungslimit erreicht."
youCannotCreateAnymore:"Du hast das Erstellungslimit erreicht."
cannotPerformTemporary:"Vorübergehend nicht verfügbar"
cannotPerformTemporary:"Vorübergehend nicht verfügbar"
cannotPerformTemporaryDescription:"Diese Aktion ist wegen des Überschreitenes des Ausführungslimits temporär nicht verfügbar. Bitte versuche es nach einiger Zeit erneut."
cannotPerformTemporaryDescription:"Diese Aktion ist wegen des Überschreitenes des Ausführungslimits temporär nicht verfügbar. Bitte versuche es nach einiger Zeit erneut."
sensitiveWordsDescription:"Die Notizsichtbarkeit aller Notizen, die diese Wörter enthalten, wird automatisch auf \"Startseite\" gesetzt. Durch Zeilenumbrüche können mehrere konfiguriert werden."
sensitiveWordsDescription:"Die Notizsichtbarkeit aller Notizen, die diese Wörter enthalten, wird automatisch auf \"Startseite\" gesetzt. Durch Zeilenumbrüche können mehrere konfiguriert werden."
sensitiveWordsDescription2:"Durch die Verwendung von Leerzeichen können AND-Verknüpfungen angegeben werden und durch das Umgeben von Schrägstrichen können reguläre Ausdrücke verwendet werden."
sensitiveWordsDescription2:"Durch die Verwendung von Leerzeichen können AND-Verknüpfungen angegeben werden und durch das Umgeben von Schrägstrichen können reguläre Ausdrücke verwendet werden."
prohibitedWords:"Verbotene Wörter"
prohibitedWordsDescription:"Aktiviert eine Fehlermeldung, wenn versucht wird, eine Notiz zu veröffentlichen, die das/die eingestellte(n) Wort(e) enthält. Mehrere Begriffe können durch Zeilenumbrüche getrennt festgelegt werden."
prohibitedWordsDescription2:"Durch die Verwendung von Leerzeichen können AND-Verknüpfungen angegeben werden und durch das Umgeben von Schrägstrichen können reguläre Ausdrücke verwendet werden."
hiddenTags:"Ausgeblendete Hashtags"
hiddenTagsDescription:"Die hier eingestellten Tags werden nicht mehr in den Trends angezeigt. Mit der Umschalttaste können mehrere ausgewählt werden."
notesSearchNotAvailable:"Die Notizsuche ist nicht verfügbar."
notesSearchNotAvailable:"Die Notizsuche ist nicht verfügbar."
license:"Lizenz"
license:"Lizenz"
unfavoriteConfirm:"Wirklich aus Favoriten entfernen?"
unfavoriteConfirm:"Wirklich aus Favoriten entfernen?"
enableChartsForFederatedInstances:"Diagramme für fremde Instanzen erstellen"
enableChartsForFederatedInstances:"Diagramme für fremde Instanzen erstellen"
showClipButtonInNoteFooter:"\"Clip\" zum Notizmenu hinzufügen"
showClipButtonInNoteFooter:"\"Clip\" zum Notizmenu hinzufügen"
reactionsDisplaySize:"Reaktionsanzeigegröße"
reactionsDisplaySize:"Reaktionsanzeigegröße"
limitWidthOfReaction:"Begrenze die Breite der Reaktion und zeige sie verkleinert an"
noteIdOrUrl:"Notiz-ID oder URL"
noteIdOrUrl:"Notiz-ID oder URL"
video:"Video"
video:"Video"
videos:"Videos"
videos:"Videos"
@ -1049,13 +1106,15 @@ vertical: "Vertikal"
horizontal:"Horizontal"
horizontal:"Horizontal"
position:"Position"
position:"Position"
serverRules:"Serverregeln"
serverRules:"Serverregeln"
pleaseConfirmBelowBeforeSignup:"Lies bitte Untenstehendes vor der Registration."
pleaseConfirmBelowBeforeSignup:"Lies bitte diese Informationen und stimme ihnen vor der Registration zu."
pleaseAgreeAllToContinue:"Zum Fortfahren muss allen obigen Feldern zugestimmt werden."
pleaseAgreeAllToContinue:"Zum Fortfahren muss allen obigen Feldern zugestimmt werden."
continue:"Fortfahren"
continue:"Fortfahren"
preservedUsernames:"Reservierte Benutzernamen"
preservedUsernames:"Reservierte Benutzernamen"
preservedUsernamesDescription:"Gib zu reservierende Benutzernamen durch Zeilenumbrüche getrennt an. Diese werden für die Registrierung gesperrt, können aber von Administratoren zur manuellen Erstellung von Konten verwendet werden. Existierende Konten, die diese Namen bereits verwenden, werden nicht beeinträchtigt."
preservedUsernamesDescription:"Gib zu reservierende Benutzernamen durch Zeilenumbrüche getrennt an. Diese werden für die Registrierung gesperrt, können aber von Administratoren zur manuellen Erstellung von Konten verwendet werden. Existierende Konten, die diese Namen bereits verwenden, werden nicht beeinträchtigt."
createNoteFromTheFile:"Notiz für diese Datei schreiben"
createNoteFromTheFile:"Notiz für diese Datei schreiben"
channelArchiveConfirmDescription:"Ein archivierter Kanal taucht nicht mehr in der Kanalliste oder in Suchergebnissen auf. Zudem können ihm keine Beiträge mehr hinzugefügt werden."
channelArchiveConfirmDescription:"Ein archivierter Kanal taucht nicht mehr in der Kanalliste oder in Suchergebnissen auf. Zudem können ihm keine Beiträge mehr hinzugefügt werden."
thisChannelArchived:"Dieser Kanal wurde archiviert."
thisChannelArchived:"Dieser Kanal wurde archiviert."
showRepliesToOthersInTimeline:"Antworten in Chronik anzeigen"
hideRepliesToOthersInTimeline:"Antworten nicht in Chronik anzeigen"
showRepliesToOthersInTimelineAll:"Antworten von allen momentan gefolgten Benutzern in Chronik anzeigen"
hideRepliesToOthersInTimelineAll:"Antworten von allen momentan gefolgten Benutzern nicht in Chronik anzeigen"
confirmShowRepliesAll:"Dies ist eine unwiderrufliche Aktion. Wirklich Antworten von allen momentan gefolgten Benutzern in der Chronik anzeigen?"
confirmHideRepliesAll:"Dies ist eine unwiderrufliche Aktion. Wirklich Antworten von allen momentan gefolgten Benutzern nicht in der Chronik anzeigen?"
externalServices:"Externe Dienste"
sourceCode:"Quellcode"
sourceCodeIsNotYetProvided:"Der Quellcode ist noch nicht verfügbar. Kontaktiere den Administrator, um das Problem zu lösen."
repositoryUrl:"Repository URL"
repositoryUrlOrTarballRequired:"Wenn du kein Repository veröffentlicht hast, musst du stattdessen einen Tarball bereitstellen. Siehe .config/example.yml für weitere Informationen."
impressum:"Impressum"
impressumUrl:"Impressums-URL"
impressumDescription:"In manchen Ländern, wie Deutschland und dessen Umgebung, ist die Angabe von Betreiberinformationen (ein Impressum) bei kommerziellem Betrieb zwingend."
privacyPolicy:"Datenschutzerklärung"
privacyPolicyUrl:"Datenschutzerklärungs-URL"
tosAndPrivacyPolicy:"Nutzungsbedingungen und Datenschutzerklärung"
keepOriginalFilenameDescription:"Wenn diese Einstellung deaktiviert ist, wird der Dateiname beim Hochladen automatisch durch eine zufällige Zeichenfolge ersetzt."
noDescription:"Keine Beschreibung vorhanden"
tryAgain:"Bitte später erneut versuchen"
confirmWhenRevealingSensitiveMedia:"Das Anzeigen von sensiblen Medien bestätigen"
sensitiveMediaRevealConfirm:"Es könnte sich um sensible Medien handeln. Möchtest du sie anzeigen?"
createdLists:"Erstellte Listen"
createdAntennas:"Erstellte Antennen"
fromX:"Von {x}"
genEmbedCode:"Einbettungscode generieren"
noteOfThisUser:"Notizen dieses Benutzers"
clipNoteLimitExceeded:"Zu diesem Clip können keine weiteren Notizen hinzugefügt werden."
discard:"Verwerfen"
thereAreNChanges:"Es gibt {n} Änderung(en)"
signinWithPasskey:"Mit Passkey anmelden"
passkeyVerificationFailed:"Die Passkey-Verifizierung ist fehlgeschlagen."
passkeyVerificationSucceededButPasswordlessLoginDisabled:"Die Verifizierung des Passkeys war erfolgreich, aber die passwortlose Anmeldung ist deaktiviert."
messageToFollower:"Nachricht an die Follower"
testCaptchaWarning:"Diese Funktion ist für CAPTCHA-Testzwecke gedacht.\n<strong>Nicht in einer Produktivumgebung verwenden.</strong>"
prohibitedWordsForNameOfUser:"Verbotene Begriffe für Benutzernamen"
prohibitedWordsForNameOfUserDescription:"Wenn eine Zeichenfolge aus dieser Liste im Namen eines Benutzers enthalten ist, wird der Benutzername abgelehnt. Benutzer mit Moderatorenrechten sind von dieser Einschränkung nicht betroffen."
yourNameContainsProhibitedWords:"Dein Name enthält einen verbotenen Begriff"
yourNameContainsProhibitedWordsDescription:"Der Name enthält eine verbotene Zeichenfolge. Wende dich an deinen Serveradministrator, wenn du diesen Namen verwenden möchtest."
pleaseSelectAccount:"Bitte Konto auswählen"
availableRoles:"Verfügbare Rollen"
_accountSettings:
requireSigninToViewContents:"Anmeldung erfordern, um Inhalte anzuzeigen"
requireSigninToViewContentsDescription1:"Erfordere eine Anmeldung, um alle Notizen und andere Inhalte anzuzeigen, die du erstellt hast. Dadurch wird verhindert, dass Crawler deine Informationen sammeln."
requireSigninToViewContentsDescription3:"Diese Einschränkungen gelten möglicherweise nicht für föderierte Inhalte von anderen Servern."
makeNotesFollowersOnlyBefore:"Macht frühere Notizen nur für Follower sichtbar"
mayNotEffectForFederatedNotes:"Dies hat möglicherweise keine Auswirkungen auf Notizen, die an andere Server föderiert werden."
_abuseUserReport:
forward:"Weiterleiten"
forwardDescription:"Leite die Meldung an einen entfernten Server als anonymes Systemkonto weiter."
accept:"Akzeptieren"
reject:"Ablehnen"
_delivery:
stop:"Gesperrt"
_type:
none:"Wird veröffentlicht"
manuallySuspended:"Manuell gesperrt"
_bubbleGame:
howToPlay:"Wie man spielt"
hold:"Halten"
_score:
score:"Spielstand"
scoreYen:"Verdienter Geldbetrag"
highScore:"Höchstpunktzahl"
maxChain:"Maximale Anzahl an Verkettungen"
yen:"{yen} Yen"
_howToPlay:
section1:"Passe die Position an und lasse das Objekt in das Spielfeld fallen."
section2:"Wenn sich zwei Objekte der gleichen Art berühren, verwandeln sie sich in ein anderes Objekt und du bekommst Punkte."
section3:"Das Spiel ist vorbei, wenn die Objekte aus dem Spielfeld herausragen. Versuche eine hohe Punktzahl zu erreichen, indem du die Objekte miteinander verschmelzt, ohne dass das Spielfeld überläuft!"
_announcement:
_announcement:
forExistingUsers:"Nur für existierende Nutzer"
forExistingUsers:"Nur für existierende Nutzer"
forExistingUsersDescription:"Ist diese Option aktiviert, wird diese Ankündigung nur Nutzern angezeigt, die zum Zeitpunkt der Ankündigung bereits registriert sind. Ist sie deaktiviert, wird sie auch Nutzern, die sich nach dessen Veröffentlichung registrieren, angezeigt."
forExistingUsersDescription:"Ist diese Option aktiviert, wird diese Ankündigung nur Nutzern angezeigt, die zum Zeitpunkt der Ankündigung bereits registriert sind. Ist sie deaktiviert, wird sie auch Nutzern, die sich nach dessen Veröffentlichung registrieren, angezeigt."
@ -1117,6 +1301,10 @@ _announcement:
tooManyActiveAnnouncementDescription:"Zu viele aktive Ankündigungen können die Benutzerfreundlichkeit verschlechtern. Es wird empfohlen, veraltete Ankündigungen zu archivieren."
tooManyActiveAnnouncementDescription:"Zu viele aktive Ankündigungen können die Benutzerfreundlichkeit verschlechtern. Es wird empfohlen, veraltete Ankündigungen zu archivieren."
readConfirmTitle:"Als gelesen markieren?"
readConfirmTitle:"Als gelesen markieren?"
readConfirmText:"Dies markiert den Inhalt von \"{title}\" als gelesen."
readConfirmText:"Dies markiert den Inhalt von \"{title}\" als gelesen."
shouldNotBeUsedToPresentPermanentInfo:"Es wird empfohlen, Ankündigungen für aktuelle und zeitlich begrenzte Neuigkeiten zu nutzen, statt für Informationen, die langfristig relevant sind."
dialogAnnouncementUxWarn:"Bei der Verwendung von mehr als zwei Meldungen im Dialog-Format wird um Vorsicht geboten, da dies negative Auswirkungen auf die UX haben kann."
silence:"Keine Benachrichtigung"
silenceDescription:"Wenn aktiviert, gibt diese Meldung keine Nachricht aus und muss nicht als \"gelesen\" markiert werden."
_initialAccountSetting:
_initialAccountSetting:
accountCreated:"Dein Konto wurde erfolgreich erstellt!"
accountCreated:"Dein Konto wurde erfolgreich erstellt!"
letsStartAccountSetup:"Lass uns nun dein Konto einrichten."
letsStartAccountSetup:"Lass uns nun dein Konto einrichten."
@ -1129,11 +1317,71 @@ _initialAccountSetting:
pushNotificationDescription:"Durch die Aktivierung von Push-Benachrichtigungen kannst du von {name} Benachrichtigungen direkt auf dein Gerät erhalten."
pushNotificationDescription:"Durch die Aktivierung von Push-Benachrichtigungen kannst du von {name} Benachrichtigungen direkt auf dein Gerät erhalten."
laterAreYouSure:"Die Kontoeinrichtung wirklich später erledigen?"
laterAreYouSure:"Die Kontoeinrichtung wirklich später erledigen?"
_initialTutorial:
launchTutorial:"Tutorial ansehen"
title:"Tutorial"
wellDone:"Gut gemacht!"
skipAreYouSure:"Möchtest du das Tutorial verlassen?"
_landing:
title:"Willkommen zum Tutorial"
description:"Hier kannst du sehen, wie Misskey funktioniert"
_note:
title:"Was sind Notizen?"
description:"Beiträge auf Misskey heißen \"Notizen\". Notizen werden chronologisch in der Chronik angeordnet und in Echtzeit aktualisiert."
reply:"Klicke auf diesen Button, um auf eine Nachricht zu antworten. Es ist auch möglich, auf Antworten zu antworten und die Unterhaltung wie einen Thread fortzusetzen."
_reaction:
title:"Was sind Reaktionen?"
description:"Auf Notizen kann mit verschiedenen Emojis reagiert werden. Reaktionen ermöglichen es dir, Nuancen auszudrücken, die mit einem einfachen „Gefällt mir“ vielleicht nicht ausgedrückt werden können."
letsTryReacting:"Reaktionen können durch Klicken auf die Schaltfläche „+“ in der Notiz hinzugefügt werden. Versuche, auf diese Beispielnotiz zu reagieren!"
reactToContinue:"Füge eine Reaktion hinzu, um fortzufahren."
reactNotification:"Du erhältst Echtzeit-Benachrichtigungen, wenn jemand auf deine Notiz reagiert."
reactDone:"Du kannst eine Reaktion zurücknehmen, indem du auf den '-' Button drückst."
_timeline:
title:"So funktionieren die Chroniken"
home:"Du kannst Beiträge von den Konten sehen, denen du folgst."
local:"Du kannst Beiträge aller Benutzer auf diesem Server sehen."
social:"Notizen von der Startseite und der lokalen Chronik werden angezeigt."
global:"Du kannst Notizen von allen föderierten Servern sehen."
description2:"Du kannst jederzeit am oberen Rand des Bildschirms zwischen den jeweiligen Chroniken wechseln."
_postNote:
_visibility:
description:"Du kannst einschränken, wer deine Notiz sehen kann."
public:"Deine Notiz wird für alle Nutzer sichtbar sein."
doNotSendConfidencialOnDirect1:"Sei vorsichtig, wenn du sensible Informationen verschickst!"
_cw:
title:"Inhaltswarnung"
_exampleNote:
note:"Ich hatte gerade einen Donut mit Schokoladenüberzug 🍩😋"
_howToMakeAttachmentsSensitive:
tryThisFile:"Versuche, das angehängte Bild als sensibel zu markieren!"
method:"Um einen Anhang als sensibel zu kennzeichnen, klicke auf das Vorschaubild der Datei, um das Menü zu öffnen, und klicke auf „Als sensibel markieren“."
sensitiveSucceeded:"Wenn du Dateien anhängst, stelle bitte die Sensibilität entsprechend der Serverrichtlinien ein."
doItToContinue:"Markiere die angehängte Datei als sensibel, um fortzufahren."
_done:
title:"Du hast das Tutorial abgeschlossen! 🎉"
description:"Die hier beschriebenen Funktionen sind nur ein kleiner Teil dessen, was Misskey zu bieten hat; um mehr darüber zu erfahren, wie du Misskey benutzen kannst, besuche bitte {link}."
_timelineDescription:
local:"In der lokalen Chronik siehst du Notizen von allen Benutzern auf diesem Server."
global:"In der globalen Chronik siehst du Notizen von allen föderierten Servern."
_serverRules:
_serverRules:
description:"Eine Reihe von Regeln, die vor der Registrierung angezeigt werden. Eine Zusammenfassung der Nutzungsbedingungen anzuzeigen ist empfohlen."
description:"Eine Reihe von Regeln, die vor der Registrierung angezeigt werden. Eine Zusammenfassung der Nutzungsbedingungen anzuzeigen ist empfohlen."
_serverSettings:
iconUrl:"Icon-URL"
appIconDescription:"Gibt das zu verwendende Icon bei der Anzeige von {host} als App an."
appIconUsageExample:"Beispielsweise als PWA, oder bei Lesezeichen auf dem Startbildschirm von Smartphones"
appIconStyleRecommendation:"Da das Icon zu einem Kreis oder Quadrat zugeschnitten wird, wird ein Icon mit gefülltem Margin um den Inhalt herum empfohlen."
appIconResolutionMustBe:"Die Mindestauflösung ist {resolution}."
manifestJsonOverride:"Überschreiben von manifest.json"
shortName:"Abkürzung"
shortNameDescription:"Ein Kürzel für den Namen der Instanz, der angezeigt werden kann, falls der volle Instanzname lang ist."
fanoutTimelineDescription:"Ist diese Option aktiviert, kann eine erhebliche Verbesserung im Abrufen von Chroniken und eine Reduzierung der Datenbankbelastung erzielt werden, im Gegenzug zu einer Steigerung in der Speichernutzung von Redis. Bei geringem Serverspeicher oder Serverinstabilität kann diese Option deaktiviert werden."
fanoutTimelineDbFallback:"Auf die Datenbank zurückfallen"
fanoutTimelineDbFallbackDescription:"Ist diese Option aktiviert, wird die Chronik auf zusätzliche Abfragen in der Datenbank zurückgreifen, wenn sich die Chronik nicht im Cache befindet. Eine Deaktivierung führt zu geringerer Serverlast, aber schränkt den Zeitraum der abrufbaren Chronik ein. "
thisSettingWillAutomaticallyOffWhenModeratorsInactive:"Wenn über einen bestimmten Zeitraum keine Moderatorenaktivität festgestellt wird, wird diese Einstellung automatisch deaktiviert, um Spam zu verhindern."
_accountMigration:
_accountMigration:
moveFrom:"Von einem anderen Konto zu diesem migrieren"
moveFrom:"Von einem anderen Konto zu diesem migrieren"
moveFromSub:"Alias für ein anderes Konto erstellen"
moveFromSub:"Alias für ein anderes Konto erstellen"
@ -1391,6 +1639,13 @@ _achievements:
_smashTestNotificationButton:
_smashTestNotificationButton:
title:"Testüberfluss"
title:"Testüberfluss"
description:"Betätige den Benachrichtigungstest mehrfach innerhalb einer extrem kurzen Zeitspanne"
description:"Betätige den Benachrichtigungstest mehrfach innerhalb einer extrem kurzen Zeitspanne"
_tutorialCompleted:
title:"Misskey Grundkurs-Diplom"
description:"Tutorial abgeschlossen"
_bubbleGameExplodingHead:
title:"🤯"
_bubbleGameDoubleExplodingHead:
title:"Doppel🤯"
_role:
_role:
new:"Rolle erstellen"
new:"Rolle erstellen"
edit:"Rolle bearbeiten"
edit:"Rolle bearbeiten"
@ -1401,7 +1656,9 @@ _role:
assignTarget:"Zuweisungsart"
assignTarget:"Zuweisungsart"
descriptionOfAssignTarget:"<b>Manuell</b> bedeutet, dass die Liste der Benutzer einer Rolle manuell verwaltet wird.\n<b>Konditional</b> bedeutet, dass die Liste der Benutzer einer Rolle durch eine Bedingung automatisch verwaltet wird."
descriptionOfAssignTarget:"<b>Manuell</b> bedeutet, dass die Liste der Benutzer einer Rolle manuell verwaltet wird.\n<b>Konditional</b> bedeutet, dass die Liste der Benutzer einer Rolle durch eine Bedingung automatisch verwaltet wird."
manual:"Manuell"
manual:"Manuell"
manualRoles:"Manuelle Rollen"
conditional:"Konditional"
conditional:"Konditional"
conditionalRoles:"Bedingte Rolle"
condition:"Bedingung"
condition:"Bedingung"
isConditionalRole:"Dies ist eine konditionale Rolle."
isConditionalRole:"Dies ist eine konditionale Rolle."
isPublic:"Öffentliche Rolle"
isPublic:"Öffentliche Rolle"
@ -1429,11 +1686,13 @@ _role:
gtlAvailable:"Kann auf die globale Chronik zugreifen"
gtlAvailable:"Kann auf die globale Chronik zugreifen"
ltlAvailable:"Kann auf die lokale Chronik zugreifen"
ltlAvailable:"Kann auf die lokale Chronik zugreifen"
noteEachClipsMax:"Maximale Anzahl an Notizen innerhalb eines Clips"
noteEachClipsMax:"Maximale Anzahl an Notizen innerhalb eines Clips"
userListMax:"Maximale Anzahl an Benutzern in einer Benutzerliste"
userListMax:"Maximale Anzahl an Benutzerlisten"
userEachUserListsMax:"Maximale Anzahl an Benutzerlisten"
userEachUserListsMax:"Maximale Anzahl an Benutzern in einer Benutzerliste"
rateLimitFactor:"Versuchsanzahl"
rateLimitFactor:"Versuchsanzahl"
descriptionOfRateLimitFactor:"Je niedriger desto weniger restriktiv, je höher destro restriktiver."
descriptionOfRateLimitFactor:"Je niedriger desto weniger restriktiv, je höher destro restriktiver."
canHideAds:"Kann Werbung ausblenden"
canHideAds:"Kann Werbung ausblenden"
canSearchNotes:"Nutzung der Notizsuchfunktion"
canSearchNotes:"Nutzung der Notizsuchfunktion"
canUseTranslator:"Verwendung des Übersetzers"
avatarDecorationLimit:"Maximale Anzahl an Profilbilddekorationen, die angebracht werden können"
canImportAntennas:"Importieren von Antennen erlauben"
_condition:
_condition:
isLocal:"Lokaler Benutzer"
isLocal:"Lokaler Benutzer"
isRemote:"Benutzer fremder Instanz"
isRemote:"Benutzer fremder Instanz"
isCat:"Katzen-Benutzer"
isBot:"Bot-Benutzer"
createdLessThan:"Kontoerstellung liegt weniger als X zurück"
createdLessThan:"Kontoerstellung liegt weniger als X zurück"
createdMoreThan:"Kontoerstellung liegt mehr als X zurück"
createdMoreThan:"Kontoerstellung liegt mehr als X zurück"
followersLessThanOrEq:"Hat X oder weniger Follower"
followersLessThanOrEq:"Hat X oder weniger Follower"
@ -1476,6 +1740,7 @@ _emailUnavailable:
disposable:"Wegwerf-Email-Adressen können nicht verwendet werden"
disposable:"Wegwerf-Email-Adressen können nicht verwendet werden"
mx:"Dieser Email-Server ist ungültig"
mx:"Dieser Email-Server ist ungültig"
smtp:"Dieser Email-Server antwortet nicht"
smtp:"Dieser Email-Server antwortet nicht"
banned:"Du kannst dich mit dieser E-Mail-Adresse nicht registrieren"
_ffVisibility:
_ffVisibility:
public:"Öffentlich"
public:"Öffentlich"
followers:"Nur für Follower sichtbar"
followers:"Nur für Follower sichtbar"
@ -1496,6 +1761,10 @@ _ad:
reduceFrequencyOfThisAd:"Diese Werbung weniger anzeigen"
reduceFrequencyOfThisAd:"Diese Werbung weniger anzeigen"
hide:"Ausblenden"
hide:"Ausblenden"
timezoneinfo:"Der Wochentag wird durch die Serverzeitzone bestimmt."
timezoneinfo:"Der Wochentag wird durch die Serverzeitzone bestimmt."
adsSettings:"Werbeeinstellungen"
notesPerOneAd:"Werbeintervall während Echtzeitaktualisierung (Notizen pro Werbung)"
setZeroToDisable:"Setze dies auf 0, um Werbung während Echtzeitaktualisierung zu deaktivieren"
adsTooClose:"Durch den momentan sehr niedrigen Werbeintervall kann es zu einer starken Verschlechterung der Benutzererfahrung kommen."
_forgotPassword:
_forgotPassword:
enterEmail:"Gib die Email-Adresse ein, mit der du dich registriert hast. An diese wird ein Link gesendet, mit dem du dein Passwort zurücksetzen kannst."
enterEmail:"Gib die Email-Adresse ein, mit der du dich registriert hast. An diese wird ein Link gesendet, mit dem du dein Passwort zurücksetzen kannst."
ifNoEmail:"Solltest du bei der Registrierung keine Email-Adresse angegeben haben, wende dich bitte an den Administrator."
ifNoEmail:"Solltest du bei der Registrierung keine Email-Adresse angegeben haben, wende dich bitte an den Administrator."
@ -1514,6 +1783,7 @@ _plugin:
install:"Plugins installieren"
install:"Plugins installieren"
installWarn:"Installiere bitte nur vertrauenswürdige Plugins."
installWarn:"Installiere bitte nur vertrauenswürdige Plugins."
manage:"Plugins verwalten"
manage:"Plugins verwalten"
viewSource:"Quelltext anzeigen"
_preferencesBackups:
_preferencesBackups:
list:"Erstellte Backups"
list:"Erstellte Backups"
saveNew:"Neu erstellen"
saveNew:"Neu erstellen"
@ -1547,6 +1817,7 @@ _aboutMisskey:
donate:"An Misskey spenden"
donate:"An Misskey spenden"
morePatrons:"Wir schätzen ebenso die Unterstützung vieler anderer hier nicht gelisteter Personen sehr. Danke! 🥰"
morePatrons:"Wir schätzen ebenso die Unterstützung vieler anderer hier nicht gelisteter Personen sehr. Danke! 🥰"
patrons:"UnterstützerInnen"
patrons:"UnterstützerInnen"
projectMembers:"Projektmitglieder"
_displayOfSensitiveMedia:
_displayOfSensitiveMedia:
respect:"Sensible Medien verbergen"
respect:"Sensible Medien verbergen"
ignore:"Sensible Medien anzeigen"
ignore:"Sensible Medien anzeigen"
@ -1580,11 +1851,6 @@ _wordMute:
muteWords:"Stummgeschaltete Wörter"
muteWords:"Stummgeschaltete Wörter"
muteWordsDescription:"Zum Nutzen einer \"UND\"-Verknüpfung Einträge mit Leerzeichen trennen, zum Nutzen einer \"ODER\"-Verknüpfung Einträge mit einem Zeilenumbruch trennen."
muteWordsDescription:"Zum Nutzen einer \"UND\"-Verknüpfung Einträge mit Leerzeichen trennen, zum Nutzen einer \"ODER\"-Verknüpfung Einträge mit einem Zeilenumbruch trennen."
muteWordsDescription2:"Umgib Schlüsselworter mit Schrägstrichen, um Reguläre Ausdrücke zu verwenden."
muteWordsDescription2:"Umgib Schlüsselworter mit Schrägstrichen, um Reguläre Ausdrücke zu verwenden."
softDescription:"Notizen, die die angegebenen Konditionen erfüllen, in der Chronik ausblenden."
hardDescription:"Verhindern, dass Notizen, die die angegebenen Konditionen erfüllen, der Chronik hinzugefügt werden. Zudem werden diese Notizen auch nicht der Chronik hinzugefügt, falls die Konditionen geändert werden."
soft:"Leicht"
hard:"Schwer"
mutedNotes:"Stummgeschaltete Notizen"
_instanceMute:
_instanceMute:
instanceMuteDescription:"Schaltet alle Notizen/Renotes stumm, die von den gelisteten Instanzen stammen, inklusive Antworten von Benutzern an einen Benutzer einer stummgeschalteten Instanz."
instanceMuteDescription:"Schaltet alle Notizen/Renotes stumm, die von den gelisteten Instanzen stammen, inklusive Antworten von Benutzern an einen Benutzer einer stummgeschalteten Instanz."
instanceMuteDescription2:"Instanzen getrennt durch Zeilenumbrüchen angeben"
instanceMuteDescription2:"Instanzen getrennt durch Zeilenumbrüchen angeben"
@ -1648,15 +1914,11 @@ _theme:
infoFg:"Text von Informationen"
infoFg:"Text von Informationen"
infoWarnBg:"Hintergrund von Warnungen"
infoWarnBg:"Hintergrund von Warnungen"
infoWarnFg:"Text von Warnungen"
infoWarnFg:"Text von Warnungen"
cwBg:"Hintergrund des Inhaltswarnungsknopfs"
cwFg:"Text des Inhaltswarnungsknopfs"
cwHoverBg:"Hintergrund des Inhaltswarnungsknopfs (Mouseover)"
toastBg:"Hintergrund von Benachrichtigungen"
toastBg:"Hintergrund von Benachrichtigungen"
toastFg:"Text von Benachrichtigungen"
toastFg:"Text von Benachrichtigungen"
buttonBg:"Hintergrund von Schaltflächen"
buttonBg:"Hintergrund von Schaltflächen"
buttonHoverBg:"Hintergrund von Schaltflächen (Mouseover)"
buttonHoverBg:"Hintergrund von Schaltflächen (Mouseover)"
inputBorder:"Rahmen von Eingabefeldern"
inputBorder:"Rahmen von Eingabefeldern"
listItemHoverBg:"Hintergrund von Listeneinträgen (Mouseover)"
driveFolderBg:"Hintergrund von Drive-Ordnern"
driveFolderBg:"Hintergrund von Drive-Ordnern"
wallpaperOverlay:"Hintergrundbild-Overlay"
wallpaperOverlay:"Hintergrundbild-Overlay"
badge:"Wappen"
badge:"Wappen"
@ -1668,10 +1930,12 @@ _sfx:
note:"Notizen"
note:"Notizen"
noteMy:"Meine Notizen"
noteMy:"Meine Notizen"
notification:"Benachrichtigungen"
notification:"Benachrichtigungen"
chat:"Chat"
_soundSettings:
chatBg:"Chat (Hintergrund)"
driveFile:"Audiodatei aus dem Drive verwenden"
antenna:"Antennen"
driveFileWarn:"Wähle eine Audiodatei aus dem Drive"
channel:"Kanalbenachrichtigung"
driveFileTypeWarn:"Diese Datei wird nicht unterstützt"
driveFileTypeWarnDescription:"Bitte wähle eine Audiodatei"
driveFileDurationWarn:"Audio zu lang."
_ago:
_ago:
future:"Zukunft"
future:"Zukunft"
justNow:"Gerade eben"
justNow:"Gerade eben"
@ -1688,26 +1952,14 @@ _time:
minute:"Minute(n)"
minute:"Minute(n)"
hour:"Stunde(n)"
hour:"Stunde(n)"
day:"Tag(en)"
day:"Tag(en)"
_timelineTutorial:
title:"Wie du Misskey verwendest"
step1_1:"Dieser Bildschirm ist die \"Chronik\". Hier werden alle \"Notizen\" von {name} angezeigt."
step1_2:"Es gibt einige verschiedene Chroniken. Beispielsweise werden in der \"Startseite\" alle Notizen von Nutzern, denen du folgst, angezeigt, und in der \"Lokalen Chronik\" werden Notizen aller Nutzer auf {name} angezeigt."
step2_1:"Lass uns als nächstes versuchen, eine Notiz zu schreiben. Dies kannst du tun, indem du auf den Knopf mit dem Stift-Icon drückst."
step2_2:"Stell dich den anderen vor oder schreibe einfach \"Hallo {name}!\", wenn du darauf keine Lust hast oder dir nichts einfällt."
step3_1:"Fertig mit dem Senden deiner ersten Notiz?"
step3_2:"Falls deine Notiz nun in deiner Chronik auftaucht, hast du alles richtig gemacht."
step4_1:"Notizen können zusätzlich mit \"Reaktionen\" ausgestattet werden."
step4_2:"Um eine Reaktion anzufügen, klicke auf das „+“-Symbol einer Notiz und wähle ein Emoji aus, mit dem du reagieren möchtest."
_2fa:
_2fa:
alreadyRegistered:"Du hast bereits ein Gerät für Zwei-Faktor-Authentifizierung registriert."
alreadyRegistered:"Du hast bereits ein Gerät für Zwei-Faktor-Authentifizierung registriert."
birthdayFollowings:"Nutzer, die heute Geburtstag haben"
_cw:
_cw:
hide:"Inhalt verbergen"
hide:"Inhalt verbergen"
show:"Inhalt anzeigen"
show:"Inhalt anzeigen"
@ -1879,15 +2150,18 @@ _profile:
metadataContent:"Inhalt"
metadataContent:"Inhalt"
changeAvatar:"Profilbild ändern"
changeAvatar:"Profilbild ändern"
changeBanner:"Banner ändern"
changeBanner:"Banner ändern"
verifiedLinkDescription:"Gibst du hier eine URL ein, die einen Link zu deinem Profile enthält, wird neben diesem Feld ein Icon zur Besitzbestätigung angezeigt."
thisPageCanBeSeenFromTheAuthor:"Nur der Benutzer, der diese Datei hochgeladen hat, kann diese Seite sehen."
_externalResourceInstaller:
title:"Von externer Seite installieren"
checkVendorBeforeInstall:"Überprüfe vor Installation die Vertrauenswürdigkeit des Vertreibers."
_plugin:
title:"Möchtest du dieses Plugin installieren?"
metaTitle:"Plugininformation"
_theme:
title:"Möchten du dieses Farbschema installieren?"
metaTitle:"Farbschemainfo"
_meta:
base:"Farbschemavorlage"
_vendorInfo:
title:"Vertreiber"
endpoint:"Referenzierter Endpunkt"
hashVerify:"Hash-Verifikation"
_errors:
_invalidParams:
title:"Ungültige Parameter"
description:"Es fehlen Informationen zum Laden der externen Ressource. Überprüfe die übergebene URL."
_resourceTypeNotSupported:
title:"Diese Ressource wird nicht unterstützt"
description:"Dieser Ressourcentyp wird nicht unterstützt. Bitte kontaktiere den Seitenbesitzer."
_failedToFetch:
title:"Fehler beim Abrufen der Daten"
fetchErrorDescription:"Während der Kommunikation mit der externen Seite ist ein Fehler aufgetreten. Kontaktiere den Seitenbesitzer, falls ein erneutes Probieren dieses Problem nicht löst."
parseErrorDescription:"Während dem Auslesen der externen Daten ist ein Fehler aufgetreten. Kontaktiere den Seitenbesitzer."
_hashUnmatched:
title:"Datenverifizierung fehlgeschlagen"
description:"Die Integritätsprüfung der geladenen Daten ist fehlgeschlagen. Aus Sicherheitsgründen kann die Installation nicht fortgesetzt werden. Kontaktiere den Seitenbesitzer."
_pluginParseFailed:
title:"AiScript-Fehler"
description:"Die angeforderten Daten wurden erfolgreich abgerufen, jedoch trat während des AiScript-Parsings ein Fehler auf. Kontaktiere den Autor des Plugins. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_pluginInstallFailed:
title:"Das Plugin konnte nicht installiert werden"
description:"Während der Installation des Plugin ist ein Problem aufgetreten. Bitte versuche es erneut. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_themeParseFailed:
title:"Parsing des Farbschemas fehlgeschlagen"
description:"Die angeforderten Daten wurden erfolgreich abgerufen, jedoch trat während des Farbschema-Parsings ein Fehler auf. Kontaktiere den Autor des Farbschemas. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_themeInstallFailed:
title:"Das Farbschema konnte nicht installiert werden"
description:"Während der Installation des Farbschemas ist ein Problem aufgetreten. Bitte versuche es erneut. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_reversi:
blackOrWhite:"Schwarz/Weiß"
rules:"Regeln"
black:"Schwarz"
white:"Weiß"
total:"Gesamt"
_offlineScreen:
header:"Verbindung zum Server nicht möglich"
_urlPreviewSetting:
title:"Einstellungen der URL-Vorschau"
enable:"URL-Vorschau aktivieren"
timeout:"Zeitüberschreitung beim Abrufen der Vorschau (ms)"
maxHeightDescription:"Der Wert 0 deaktiviert die Einstellung der maximalen Höhe. Gib einen Wert an, um zu verhindern, dass das Widget weiterhin vertikal vergrößert wird."
maxHeightWarn:"Die Begrenzung der maximalen Höhe ist deaktiviert (0). Wenn dies nicht beabsichtigt war, setze die maximale Höhe auf einen Wert fest."
applyToPreview:"Auf die Vorschau anwenden"
generateCode:"Einbettungscode generieren"
codeGenerated:"Der Code wurde generiert"
codeGeneratedDescription:"Füge den generierten Code in deine Website ein, um den Inhalt einzubetten."
_selfXssPrevention:
warning:"WARNUNG"
title:"„Füge in diesen Bereich etwas ein“ ist eine Betrugsmasche."
description1:"Wenn du hier etwas einfügst, könnte ein böswilliger Benutzer dein Konto übernehmen oder deine persönlichen Daten stehlen."
description3:"Weitere Informationen findest du hier. {link}"
clearCachedFilesConfirm:"¿Desea borrar todos los archivos remotos cacheados?"
clearCachedFilesConfirm:"¿Desea borrar todos los archivos remotos cacheados?"
blockedInstances:"Instancias bloqueadas"
blockedInstances:"Instancias bloqueadas"
blockedInstancesDescription:"Seleccione los hosts de las instancias que desea bloquear, separadas por una linea nueva. Las instancias bloqueadas no podrán comunicarse con esta instancia."
blockedInstancesDescription:"Seleccione los hosts de las instancias que desea bloquear, separadas por una linea nueva. Las instancias bloqueadas no podrán comunicarse con esta instancia."
silencedInstances:"Instancias silenciadas"
silencedInstancesDescription:"Listar los hostname de las instancias que quieres silenciar. Todas las cuentas de las instancias listadas serán tratadas como silenciadas, solo podrán hacer peticiones de seguimiento, y no podrán mencionar cuentas locales si no las siguen. Esto no afecta a las instancias bloqueadas."
muteAndBlock:"Silenciar y bloquear"
muteAndBlock:"Silenciar y bloquear"
mutedUsers:"Usuarios silenciados"
mutedUsers:"Usuarios silenciados"
blockedUsers:"Usuarios bloqueados"
blockedUsers:"Usuarios bloqueados"
@ -226,7 +246,7 @@ done: "Terminado"
processing:"Procesando"
processing:"Procesando"
preview:"Vista previa"
preview:"Vista previa"
default:"Predeterminado"
default:"Predeterminado"
defaultValueIs:"Predeterminado"
defaultValueIs:"Por defecto: {value}"
noCustomEmojis:"No hay emojis personalizados"
noCustomEmojis:"No hay emojis personalizados"
noJobs:"No hay trabajos"
noJobs:"No hay trabajos"
federating:"Federando"
federating:"Federando"
@ -258,6 +278,7 @@ removed: "Borrado"
removeAreYouSure:"¿Desea borrar \"{x}\"?"
removeAreYouSure:"¿Desea borrar \"{x}\"?"
deleteAreYouSure:"¿Desea borrar \"{x}\"?"
deleteAreYouSure:"¿Desea borrar \"{x}\"?"
resetAreYouSure:"¿Desea reestablecer?"
resetAreYouSure:"¿Desea reestablecer?"
areYouSure:"¿Estás conforme?"
saved:"Guardado"
saved:"Guardado"
messaging:"Chat"
messaging:"Chat"
upload:"Subir"
upload:"Subir"
@ -292,7 +313,7 @@ location: "Lugar"
theme:"Tema"
theme:"Tema"
themeForLightMode:"Tema para usar en Modo Linterna"
themeForLightMode:"Tema para usar en Modo Linterna"
themeForDarkMode:"Tema para usar en Modo Oscuro"
themeForDarkMode:"Tema para usar en Modo Oscuro"
light:"Linterna"
light:"Claro"
dark:"Oscuro"
dark:"Oscuro"
lightThemes:"Tema claro"
lightThemes:"Tema claro"
darkThemes:"Tema oscuro"
darkThemes:"Tema oscuro"
@ -308,6 +329,7 @@ folderName: "Nombre de la carpeta"
createFolder:"Crear carpeta"
createFolder:"Crear carpeta"
renameFolder:"Renombrar carpeta"
renameFolder:"Renombrar carpeta"
deleteFolder:"Borrar carpeta"
deleteFolder:"Borrar carpeta"
folder:"Carpeta"
addFile:"Agregar archivo"
addFile:"Agregar archivo"
emptyDrive:"El drive está vacío"
emptyDrive:"El drive está vacío"
emptyFolder:"La carpeta está vacía"
emptyFolder:"La carpeta está vacía"
@ -351,12 +373,10 @@ enableLocalTimeline: "Habilitar linea de tiempo local"
enableGlobalTimeline:"Habilitar linea de tiempo global"
enableGlobalTimeline:"Habilitar linea de tiempo global"
disablingTimelinesInfo:"Aunque se desactiven estas lineas de tiempo, por conveniencia el administrador y los moderadores pueden seguir usándolos"
disablingTimelinesInfo:"Aunque se desactiven estas lineas de tiempo, por conveniencia el administrador y los moderadores pueden seguir usándolos"
registration:"Registro"
registration:"Registro"
enableRegistration:"Permitir nuevos registros"
invite:"Invitar"
invite:"Invitar"
driveCapacityPerLocalAccount:"Capacidad del drive por usuario local"
driveCapacityPerLocalAccount:"Capacidad del drive por usuario local"
driveCapacityPerRemoteAccount:"Capacidad del drive por usuario remoto"
driveCapacityPerRemoteAccount:"Capacidad del drive por usuario remoto"
inMb:"En megabytes"
inMb:"En megabytes"
iconUrl:"URL de la imagen del avatar"
bannerUrl:"URL de la imagen del banner"
bannerUrl:"URL de la imagen del banner"
backgroundImageUrl:"URL de la imagen de fondo"
backgroundImageUrl:"URL de la imagen de fondo"
basicInfo:"Información básica"
basicInfo:"Información básica"
@ -370,6 +390,11 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Habilitar hCaptcha"
enableHcaptcha:"Habilitar hCaptcha"
hcaptchaSiteKey:"Clave del sitio"
hcaptchaSiteKey:"Clave del sitio"
hcaptchaSecretKey:"Clave secreta"
hcaptchaSecretKey:"Clave secreta"
mcaptcha:"mCaptcha"
enableMcaptcha:"Activar mCaptcha"
mcaptchaSiteKey:"Clave del sitio"
mcaptchaSecretKey:"Clave secreta"
mcaptchaInstanceUrl:"URL del servidor mCaptcha"
recaptcha:"reCAPTCHA"
recaptcha:"reCAPTCHA"
enableRecaptcha:"activar reCAPTCHA"
enableRecaptcha:"activar reCAPTCHA"
recaptchaSiteKey:"Clave del sitio"
recaptchaSiteKey:"Clave del sitio"
@ -385,6 +410,7 @@ name: "Nombre"
antennaSource:"Origen de la antena"
antennaSource:"Origen de la antena"
antennaKeywords:"Palabras clave para recibir"
antennaKeywords:"Palabras clave para recibir"
antennaExcludeKeywords:"Palabras clave para excluir"
antennaExcludeKeywords:"Palabras clave para excluir"
antennaExcludeBots:"Excluir bots"
antennaKeywordsDescription:"Separar con espacios es una declaración AND, separar con una linea nueva es una declaración OR"
antennaKeywordsDescription:"Separar con espacios es una declaración AND, separar con una linea nueva es una declaración OR"
notifyAntenna:"Notificar nueva nota"
notifyAntenna:"Notificar nueva nota"
withFileAntenna:"Sólo notas con archivos adjuntados"
withFileAntenna:"Sólo notas con archivos adjuntados"
totpDescription:"Ingresa una contaseña de un sólo uso usando la aplicación autenticadora"
totpDescription:"Ingresa una contaseña de un sólo uso usando la aplicación autenticadora"
moderator:"Moderador"
moderator:"Moderador"
moderation:"Moderación"
moderation:"Moderación"
moderationNote:"Nota de moderación"
addModerationNote:"Añadir nota de moderación"
moderationLogs:"Log de moderación"
nUsersMentioned:"{n} usuarios mencionados"
nUsersMentioned:"{n} usuarios mencionados"
securityKeyAndPasskey:"Clave de seguridad / clave de paso"
securityKeyAndPasskey:"Clave de seguridad / clave de paso"
securityKey:"Clave de seguridad"
securityKey:"Clave de seguridad"
@ -432,7 +461,6 @@ share: "Compartir"
notFound:"No se encuentra"
notFound:"No se encuentra"
notFoundDescription:"No se encontró la página correspondiente a la URL elegida"
notFoundDescription:"No se encontró la página correspondiente a la URL elegida"
uploadFolder:"Carpeta de subidas por defecto"
uploadFolder:"Carpeta de subidas por defecto"
cacheClear:"Borrar caché"
markAsReadAllNotifications:"Marcar todas las notificaciones como leídas"
markAsReadAllNotifications:"Marcar todas las notificaciones como leídas"
markAsReadAllUnreadNotes:"Marcar todas las notas como leídas"
markAsReadAllUnreadNotes:"Marcar todas las notas como leídas"
markAsReadAllTalkMessages:"Marcar todos los chats como leídos"
markAsReadAllTalkMessages:"Marcar todos los chats como leídos"
@ -475,8 +503,10 @@ uiLanguage: "Idioma de visualización de la interfaz"
aboutX:"Acerca de {x}"
aboutX:"Acerca de {x}"
emojiStyle:"Estilo de emoji"
emojiStyle:"Estilo de emoji"
native:"Nativo"
native:"Nativo"
disableDrawer:"No mostrar los menús en cajones"
menuStyle:"Diseño del menú"
style:"Diseño"
showNoteActionsOnlyHover:"Mostrar acciones de la nota sólo al pasar el cursor"
showNoteActionsOnlyHover:"Mostrar acciones de la nota sólo al pasar el cursor"
showReactionsCount:"Mostrar el número de reacciones en las notas"
noHistory:"No hay datos en el historial"
noHistory:"No hay datos en el historial"
signinHistory:"Historial de ingresos"
signinHistory:"Historial de ingresos"
enableAdvancedMfm:"Habilitar MFM avanzado"
enableAdvancedMfm:"Habilitar MFM avanzado"
@ -529,6 +559,7 @@ serverLogs: "Registros del servidor"
deleteAll:"Eliminar todos"
deleteAll:"Eliminar todos"
showFixedPostForm:"Mostrar el formulario de las entradas encima de la línea de tiempo"
showFixedPostForm:"Mostrar el formulario de las entradas encima de la línea de tiempo"
showFixedPostFormInChannel:"Mostrar el formulario de publicación por encima de la cronología (Canales)"
showFixedPostFormInChannel:"Mostrar el formulario de publicación por encima de la cronología (Canales)"
withRepliesByDefaultForNewlyFollowed:"Incluir por defecto respuestas de usuarios recién seguidos en la línea de tiempo"
newNoteRecived:"Tienes una nota nueva"
newNoteRecived:"Tienes una nota nueva"
sounds:"Sonidos"
sounds:"Sonidos"
sound:"Sonidos"
sound:"Sonidos"
@ -538,6 +569,8 @@ showInPage: "Mostrar en la página"
popout:"Popout"
popout:"Popout"
volume:"Volumen"
volume:"Volumen"
masterVolume:"Volumen principal"
masterVolume:"Volumen principal"
notUseSound:"Sin sonido"
useSoundOnlyWhenActive:"Sonar solo cuando Misskey esté activo"
details:"Detalles"
details:"Detalles"
chooseEmoji:"Elije un emoji"
chooseEmoji:"Elije un emoji"
unableToProcess:"La operación no se puede llevar a cabo"
unableToProcess:"La operación no se puede llevar a cabo"
@ -558,6 +591,10 @@ output: "Salida"
script:"Script"
script:"Script"
disablePagesScript:"Deshabilitar AiScript en Páginas"
disablePagesScript:"Deshabilitar AiScript en Páginas"
updateRemoteUser:"Actualizar información de usuario remoto"
updateRemoteUser:"Actualizar información de usuario remoto"
unsetUserAvatar:"Quitar avatar"
unsetUserAvatarConfirm:"¿Confirmas que quieres quitar tu avatar?"
unsetUserBanner:"Quitar banner"
unsetUserBannerConfirm:"¿Confirmas que quieres quitar tu banner?"
deleteAllFiles:"Borrar todos los archivos"
deleteAllFiles:"Borrar todos los archivos"
deleteAllFilesConfirm:"¿Desea borrar todos los archivos?"
deleteAllFilesConfirm:"¿Desea borrar todos los archivos?"
removeAllFollowing:"Retener todos los siguientes"
removeAllFollowing:"Retener todos los siguientes"
@ -608,6 +645,7 @@ medium: "Mediano"
small:"Pequeño"
small:"Pequeño"
generateAccessToken:"Generar token de acceso"
generateAccessToken:"Generar token de acceso"
permission:"Permisos"
permission:"Permisos"
adminPermission:"Permiso de administrador"
enableAll:"Activar todo"
enableAll:"Activar todo"
disableAll:"Desactivar todo"
disableAll:"Desactivar todo"
tokenRequested:"Permiso de acceso a la cuenta"
tokenRequested:"Permiso de acceso a la cuenta"
@ -629,6 +667,7 @@ smtpSecure: "Usar SSL/TLS implícito en la conexión SMTP"
smtpSecureInfo:"Apagar cuando se use STARTTLS"
smtpSecureInfo:"Apagar cuando se use STARTTLS"
testEmail:"Prueba de envío"
testEmail:"Prueba de envío"
wordMute:"Silenciar palabras"
wordMute:"Silenciar palabras"
hardWordMute:"Filtro de palabra fuerte"
regexpError:"Error de la expresión regular"
regexpError:"Error de la expresión regular"
regexpErrorDescription:"Ocurrió un error en la expresión regular en la linea {line} de las palabras muteadas {tab}"
regexpErrorDescription:"Ocurrió un error en la expresión regular en la linea {line} de las palabras muteadas {tab}"
instanceMute:"Instancias silenciadas"
instanceMute:"Instancias silenciadas"
@ -650,6 +689,7 @@ useGlobalSettingDesc: "Al activarse, se usará la configuración de notificacion
other:"Otro"
other:"Otro"
regenerateLoginToken:"Regenerar token de login"
regenerateLoginToken:"Regenerar token de login"
regenerateLoginTokenDescription:"Regenerar el token usado internamente durante el login. No siempre es necesario hacerlo. Al hacerlo de nuevo, se deslogueará en todos los dispositivos."
regenerateLoginTokenDescription:"Regenerar el token usado internamente durante el login. No siempre es necesario hacerlo. Al hacerlo de nuevo, se deslogueará en todos los dispositivos."
theKeywordWhenSearchingForCustomEmoji:"Palabra clave para buscar el emoji personalizado."
setMultipleBySeparatingWithSpace:"Puedes añadir mas de uno, separado por espacios."
setMultipleBySeparatingWithSpace:"Puedes añadir mas de uno, separado por espacios."
fileIdOrUrl:"Id del archivo o URL"
fileIdOrUrl:"Id del archivo o URL"
behavior:"Comportamiento"
behavior:"Comportamiento"
@ -663,10 +703,7 @@ abuseReported: "Se ha enviado el reporte. Muchas gracias."
reporter:"Reportador"
reporter:"Reportador"
reporteeOrigin:"Reportar a"
reporteeOrigin:"Reportar a"
reporterOrigin:"Origen del reporte"
reporterOrigin:"Origen del reporte"
forwardReport:"Transferir un informe a una instancia remota"
forwardReportIsAnonymous:"No puede ver su información de la instancia remota y aparecerá como una cuenta anónima del sistema"
send:"Enviar"
send:"Enviar"
abuseMarkAsResolved:"Marcar reporte como resuelto"
openInNewTab:"Abrir en una Nueva Pestaña"
openInNewTab:"Abrir en una Nueva Pestaña"
openInSideView:"Abrir en una vista al costado"
openInSideView:"Abrir en una vista al costado"
defaultNavigationBehaviour:"Navegación por defecto"
defaultNavigationBehaviour:"Navegación por defecto"
@ -709,6 +746,7 @@ lockedAccountInfo: "A menos que configures la visibilidad de tus notas como \"S
alwaysMarkSensitive:"Marcar los medios de comunicación como contenido sensible por defecto"
alwaysMarkSensitive:"Marcar los medios de comunicación como contenido sensible por defecto"
loadRawImages:"Cargar las imágenes originales en lugar de mostrar las miniaturas"
loadRawImages:"Cargar las imágenes originales en lugar de mostrar las miniaturas"
highlightSensitiveMedia:"Resaltar medios marcados como sensibles"
verificationEmailSent:"Se le ha enviado un correo electrónico de confirmación. Por favor, acceda al enlace proporcionado en el correo electrónico para completar la configuración."
verificationEmailSent:"Se le ha enviado un correo electrónico de confirmación. Por favor, acceda al enlace proporcionado en el correo electrónico para completar la configuración."
notSet:"Sin especificar"
notSet:"Sin especificar"
emailVerified:"Su dirección de correo electrónico ha sido verificada."
emailVerified:"Su dirección de correo electrónico ha sido verificada."
@ -861,8 +899,8 @@ makeReactionsPublicDescription: "Todas las reacciones que hayas hecho serán pú
classic:"Clásico"
classic:"Clásico"
muteThread:"Silenciar hilo"
muteThread:"Silenciar hilo"
unmuteThread:"Mostrar hilo"
unmuteThread:"Mostrar hilo"
ffVisibility:"Visibilidad de seguidores y seguidos"
followingVisibility:"Visibilidad de seguidos"
ffVisibilityDescription:"Puedes configurar quien puede ver a quienes sigues y quienes te siguen"
followersVisibility:"Visibilidad de seguidores"
continueThread:"Ver la continuación del hilo"
continueThread:"Ver la continuación del hilo"
deleteAccountConfirm:"La cuenta será borrada. ¿Está seguro?"
deleteAccountConfirm:"La cuenta será borrada. ¿Está seguro?"
incorrectPassword:"La contraseña es incorrecta"
incorrectPassword:"La contraseña es incorrecta"
@ -890,6 +928,9 @@ oneHour: "1 hora"
oneDay:"1 día"
oneDay:"1 día"
oneWeek:"1 semana"
oneWeek:"1 semana"
oneMonth:"1 mes"
oneMonth:"1 mes"
threeMonths:"Tres meses"
oneYear:"Un año"
threeDays:"Tres días"
reflectMayTakeTime:"Puede pasar un tiempo hasta que se reflejen los cambios"
reflectMayTakeTime:"Puede pasar un tiempo hasta que se reflejen los cambios"
failedToFetchAccountInformation:"No se pudo obtener información de la cuenta"
failedToFetchAccountInformation:"No se pudo obtener información de la cuenta"
rateLimitExceeded:"Se excedió el límite de peticiones"
rateLimitExceeded:"Se excedió el límite de peticiones"
@ -963,6 +1004,7 @@ neverShow: "No mostrar de nuevo"
remindMeLater:"Recordar después"
remindMeLater:"Recordar después"
didYouLikeMisskey:"¿Te gusta Misskey?"
didYouLikeMisskey:"¿Te gusta Misskey?"
pleaseDonate:"{host} usa el software gratuito Misskey. Por favor ¡Considera donar al proyecto principal para que podamos continuar!"
pleaseDonate:"{host} usa el software gratuito Misskey. Por favor ¡Considera donar al proyecto principal para que podamos continuar!"
correspondingSourceIsAvailable:"El código fuente correspondiente se encuentra disponible en {anchor}"
manageAvatarDecorations:"Administrar decoraciones de avatar"
youCannotCreateAnymore:"Has llegado al límite de creaciones."
youCannotCreateAnymore:"Has llegado al límite de creaciones."
cannotPerformTemporary:"Temporalmente no disponible"
cannotPerformTemporary:"Temporalmente no disponible"
cannotPerformTemporaryDescription:"Esta acción no se puede realizar porque se excedió el límite de ejecución. Espera un poco y prueba de nuevo."
cannotPerformTemporaryDescription:"Esta acción no se puede realizar porque se excedió el límite de ejecución. Espera un poco y prueba de nuevo."
@ -1012,6 +1055,11 @@ resetPasswordConfirm: "¿Realmente quieres cambiar la contraseña?"
sensitiveWords:"Palabras sensibles"
sensitiveWords:"Palabras sensibles"
sensitiveWordsDescription:"La visibilidad de todas las notas que contienen cualquiera de las palabras configuradas serán puestas en \"Inicio\" automáticamente. Puedes enumerás varias separándolas con saltos de línea"
sensitiveWordsDescription:"La visibilidad de todas las notas que contienen cualquiera de las palabras configuradas serán puestas en \"Inicio\" automáticamente. Puedes enumerás varias separándolas con saltos de línea"
sensitiveWordsDescription2:"Si se usan espacios se crearán expresiones AND y las palabras subsecuentes con barras inclinadas se convertirán en expresiones regulares."
sensitiveWordsDescription2:"Si se usan espacios se crearán expresiones AND y las palabras subsecuentes con barras inclinadas se convertirán en expresiones regulares."
prohibitedWords:"Palabras explícitas"
prohibitedWordsDescription:"Activa un error cuando se intenta publicar una nota que contiene una o varias palabras prohibidas. Se pueden establecer varias palabras, una por línea."
prohibitedWordsDescription2:"Si se usan espacios se crearán expresiones AND y las palabras subsecuentes con barras inclinadas se convertirán en expresiones regulares."
hiddenTags:"Hashtags ocultos"
hiddenTagsDescription:"Selecciona las etiquetas que no se mostrarán en tendencias. Una etiqueta por línea."
notesSearchNotAvailable:"No se puede buscar una nota"
notesSearchNotAvailable:"No se puede buscar una nota"
license:"Licencia"
license:"Licencia"
unfavoriteConfirm:"¿Desea quitar de favoritos?"
unfavoriteConfirm:"¿Desea quitar de favoritos?"
@ -1024,9 +1072,12 @@ enableChartsForRemoteUser: "Generar gráficas de usuarios remotos."
enableChartsForFederatedInstances:"Generar gráficos de servidores remotos"
enableChartsForFederatedInstances:"Generar gráficos de servidores remotos"
showClipButtonInNoteFooter:"Añadir \"Clip\" al menú de notas"
showClipButtonInNoteFooter:"Añadir \"Clip\" al menú de notas"
reactionsDisplaySize:"Tamaño de las reacciones"
reactionsDisplaySize:"Tamaño de las reacciones"
limitWidthOfReaction:"Limitar ancho de las reacciones"
noteIdOrUrl:"ID o URL de la nota"
noteIdOrUrl:"ID o URL de la nota"
video:"Video"
video:"Video"
videos:"Video"
videos:"Video"
audio:"Sonido"
audioFiles:"Sonido"
dataSaver:"Ahorro de datos"
dataSaver:"Ahorro de datos"
accountMigration:"Migración de cuenta"
accountMigration:"Migración de cuenta"
accountMoved:"Este usuario se movió a una nueva cuenta:"
accountMoved:"Este usuario se movió a una nueva cuenta:"
@ -1054,6 +1105,8 @@ preservedUsernames: "Nombre de usuario reservado"
preservedUsernamesDescription:"La lista de nombres de usuario para reservar tienen que separarse con saltos de línea.\nEstos estarán indisponibles durante la creación de cuentas, pero pueden ser usados para que los administradores puedan crear esas cuentas manualmente. Las cuentas existentes con esos nombres de usuario no se verán afectadas."
preservedUsernamesDescription:"La lista de nombres de usuario para reservar tienen que separarse con saltos de línea.\nEstos estarán indisponibles durante la creación de cuentas, pero pueden ser usados para que los administradores puedan crear esas cuentas manualmente. Las cuentas existentes con esos nombres de usuario no se verán afectadas."
createNoteFromTheFile:"Componer una nota desde éste archivo"
createNoteFromTheFile:"Componer una nota desde éste archivo"
archive:"Archivo"
archive:"Archivo"
archived:"Archivado"
unarchive:"Desarchivar"
channelArchiveConfirmTitle:"¿Seguro de archivar {name}?"
channelArchiveConfirmTitle:"¿Seguro de archivar {name}?"
channelArchiveConfirmDescription:"Un canal archivado no aparecerá en la lista de canales ni en los resultados. Las nuevas publicaciones tampoco serán añadidas."
channelArchiveConfirmDescription:"Un canal archivado no aparecerá en la lista de canales ni en los resultados. Las nuevas publicaciones tampoco serán añadidas."
youHaveUnreadAnnouncements:"Hay anuncios sin leer"
youHaveUnreadAnnouncements:"Hay anuncios sin leer"
useSecurityKey:"Por favor, sigue las instrucciones de tu dispositivo o navegador para usar tu clave de seguridad o tu clave de paso."
useSecurityKey:"Por favor, sigue las instrucciones de tu dispositivo o navegador para usar tu clave de seguridad o tu clave de paso."
replies:"Responder"
renotes:"Renotar"
loadReplies:"Ver respuestas"
loadConversation:"Ver conversación"
pinnedList:"Lista fijada"
keepScreenOn:"Mantener pantalla encendida"
verifiedLink:"Propiedad del enlace verificada"
notifyNotes:"Notificar nuevas notas"
unnotifyNotes:"Dejar de notificar nuevas notas"
authentication:"Autenticación"
authenticationRequiredToContinue:"Por favor, autentifícate para continuar"
dateAndTime:"Fecha y hora"
showRenotes:"Mostrar renotas"
edited:"Editado"
notificationRecieveConfig:"Ajustes de Notificaciones"
mutualFollow:"Os seguís mutuamente"
followingOrFollower:"Siguiendo o seguidor"
fileAttachedOnly:"Solo notas con archivos"
showRepliesToOthersInTimeline:"Mostrar respuestas a otros en la línea de tiempo"
hideRepliesToOthersInTimeline:"Ocultar respuestas a otros en la línea de tiempo"
showRepliesToOthersInTimelineAll:"Muestra tus respuestas a otros usuarios que sigues en la línea de tiempo"
hideRepliesToOthersInTimelineAll:"Ocultar tus respuestas a otros usuarios que sigues en la línea de tiempo"
confirmShowRepliesAll:"Esta operación es irreversible. ¿Confirmas que quieres mostrar tus respuestas a otros usuarios que sigues en tu línea de tiempo?"
confirmHideRepliesAll:"Esta operación es irreversible. ¿Confirmas que quieres ocultar tus respuestas a otros usuarios que sigues en tu línea de tiempo?"
externalServices:"Servicios Externos"
sourceCode:"Código fuente"
sourceCodeIsNotYetProvided:"El código fuente aún no está disponible. Contacta con el administrador para solucionarlo."
repositoryUrl:"URL del repositorio"
repositoryUrlDescription:"Si estás usando Misskey tal cual (sin cambios en el código fuente), entra en https://github.com/misskey-dev/misskey"
repositoryUrlOrTarballRequired:"Si no has publicado un repositorio aún, deberás publicar un tarball en su lugar. Mira el archivo .config/example.yml para más información."
feedback:"Comentarios"
feedbackUrl:"URL de comentarios"
impressum:"Impressum"
impressumUrl:"Impressum URL"
impressumDescription:"En algunos países, como Alemania, la inclusión del operador de datos (el Impressum) es requerido legalmente para sitios web comerciales."
privacyPolicy:"Política de Privacidad"
privacyPolicyUrl:"URL de la Política de Privacidad"
tosAndPrivacyPolicy:"Condiciones de Uso y Política de Privacidad"
avatarDecorations:"Decoraciones de avatar"
attach:"Acoplar"
detach:"Quitar"
detachAll:"Quitar todo"
angle:"Ángulo"
flip:"Echar de un capirotazo"
showAvatarDecorations:"Mostrar decoraciones de avatar"
releaseToRefresh:"Soltar para recargar"
refreshing:"Recargando..."
pullDownToRefresh:"Tira hacia abajo para recargar"
disableStreamingTimeline:"Desactivar actualizaciones en tiempo real de la línea de tiempo"
withSensitive:"Mostrar notas que contengan material sensible"
userSaysSomethingSensitive:"La publicación de {name} contiene material sensible"
enableHorizontalSwipe:"Deslice para cambiar de pestaña"
loading:"Cargando"
surrender:"detener"
gameRetry:"Reintentar"
notUsePleaseLeaveBlank:"Dejar en blanco si no se usa"
useTotp:"Introduce la contraseña de un solo uso"
useBackupCode:"Usar códigos de respaldo"
launchApp:"Ejecutar la app"
useNativeUIForVideoAudioPlayer:"Usar la interfaz del navegador cuando se reproduce audio y vídeo"
keepOriginalFilename:"Mantener el nombre original del archivo"
noDescription:"No hay descripción"
alwaysConfirmFollow:"Confirmar siempre cuando se sigue a alguien"
inquiry:"Contacto"
tryAgain:"Por favor , inténtalo de nuevo"
performance:"Rendimiento"
unknownWebAuthnKey:"Esto no se ha registrado llave maestra."
messageToFollower:"Mensaje a seguidores"
_abuseUserReport:
accept:"Acepte"
reject:"repudio"
_delivery:
stop:"Suspendido"
_type:
none:"Publicando"
_bubbleGame:
howToPlay:"Cómo jugar"
hold:"Mantener"
_score:
score:"Puntos"
scoreYen:"Cantidad de dinero ganada"
highScore:"Puntuación más alta"
maxChain:"Número máximo de cadenas"
yen:"{yen} Yenes"
estimatedQty:"{qty} Piezas"
scoreSweets:"{onigiriQtyWithUnit} Onigiris"
_howToPlay:
section1:"Ajuste la posición y deje caer el objeto en la caja"
section2:"Cuando dos objetos del mismo tipo se tocan, cambian a otro tipo y consigues puntos"
section3:"El juego termina cuando la caja se desborda de objetos. ¡Intenta conseguir una puntuación alta al juntar objetos mientras evitas desbordar la caja!"
_announcement:
_announcement:
forExistingUsers:"Solo para usuarios registrados"
forExistingUsers:"Solo para usuarios registrados"
forExistingUsersDescription:"Este anuncio solo se mostrará a aquellos usuarios registrados en el momento de su publicación. Si se deshabilita esta opción, aquellos usuarios que se registren tras su publicación también lo verán."
forExistingUsersDescription:"Este anuncio solo se mostrará a aquellos usuarios registrados en el momento de su publicación. Si se deshabilita esta opción, aquellos usuarios que se registren tras su publicación también lo verán."
@ -1115,6 +1282,10 @@ _announcement:
tooManyActiveAnnouncementDescription:"Tener demasiados anuncios activos empeora la experiencia de usuario. Por favor, considera archivar aquellos anuncios que hayan quedado obsoletos."
tooManyActiveAnnouncementDescription:"Tener demasiados anuncios activos empeora la experiencia de usuario. Por favor, considera archivar aquellos anuncios que hayan quedado obsoletos."
readConfirmTitle:"¿Marcar como leído?"
readConfirmTitle:"¿Marcar como leído?"
readConfirmText:"Esto marcará el contenido de \"{title}\" como leído."
readConfirmText:"Esto marcará el contenido de \"{title}\" como leído."
shouldNotBeUsedToPresentPermanentInfo:"Dado que puede impactar en la experiencia de usuario de forma significativa, es recomendable usar notificaciones en el flujo de información en vez de información persistente."
dialogAnnouncementUxWarn:"Mostrar dos o más notificaciones en formato diálogo a la vez puede impactar en la experiencia de usuario de forma significativa, úsalos con cuidado."
silence:"Silenciar notificaciones"
silenceDescription:"Si lo activas, no enviarás notificación sobre este anuncio y el usuario no tendrá que leerlo."
_initialAccountSetting:
_initialAccountSetting:
accountCreated:"¡La cuenta ha sido creada!"
accountCreated:"¡La cuenta ha sido creada!"
letsStartAccountSetup:"Para empezar, creemos tu perfil."
letsStartAccountSetup:"Para empezar, creemos tu perfil."
@ -1127,15 +1298,95 @@ _initialAccountSetting:
pushNotificationDescription:"Habilitar las notificaciones push te permitirá recibir notificaciones de {name} directamente en tu dispositivo."
pushNotificationDescription:"Habilitar las notificaciones push te permitirá recibir notificaciones de {name} directamente en tu dispositivo."
initialAccountSettingCompleted:"¡Configuración del perfil completada!"
initialAccountSettingCompleted:"¡Configuración del perfil completada!"
youCanContinueTutorial:"Puedes proceder a un tutorial sobre cómo usar {name} (Misskey) o puedes terminar la instalación aquí y empezar a usarlo ya mismo."
startTutorial:"Comenzar tutorial"
skipAreYouSure:"¿Realmente quieres saltarte la configuración del perfil?"
skipAreYouSure:"¿Realmente quieres saltarte la configuración del perfil?"
laterAreYouSure:"¿Realmente quieres configurar tu perfil después?"
laterAreYouSure:"¿Realmente quieres configurar tu perfil después?"
_initialTutorial:
launchTutorial:"Comenzar tutorial"
title:"Tutorial"
wellDone:"¡Bien hecho!"
skipAreYouSure:"¿Salir del tutorial?"
_landing:
title:"Bienvenid@ al tutorial"
description:"Aquí podrás aprender las nociones básicas sobre cómo usar Misskey y sus funciones."
_note:
title:"¿Qué es una nota?"
description:"Las publicaciones en Misskey se llaman 'Notas'. Las notas se ordenan de forma cronológica en la línea de tiempo y se actualizan en tiempo real."
reply:"Pulsa en este botón para contestar a un mensaje. También es posible contestar a otras contestaciones, continuando así la conversación como un hilo."
renote:"Puedes compartir esa nota en tu propia línea de tiempo. También puedes añadir una cita con tus comentarios."
reaction:"Puedes añadir reacciones a la Nota. Se explicarán más detalles en la siguiente página."
menu:"Puedes ver los detalles de la Nota, copiar enlaces, y realizar otras acciones."
_reaction:
title:"¿Qué son las reacciones?"
description:"Se puede reaccionar a las Notas con diferentes emojis. Las reacciones te permiten expresar matices que no se pueden transmitir con un simple 'me gusta'."
letsTryReacting:"Puedes añadir reacciones pulsando en el botón '+' de la nota. ¡Intenta reaccionar a esta nota de ejemplo!"
reactToContinue:"Añade una reacción para continuar."
reactNotification:"Recibirás notificaciones en tiempo real cuando alguien reaccione a tu nota."
reactDone:"Puedes deshacer una reacción pulsando en el botón '-'."
_timeline:
title:"El concepto de Línea de tiempo"
description1:"Misskey proporciona múltiples líneas de tiempo basadas en su uso (algunas pueden no estar disponibles dependiendo de las políticas de la instancia)."
home:"Puedes ver los posts de las cuentas que sigues."
local:"Puedes ver los posts de todos los usuarios de este servidor."
social:"Se ven los posts de la línea de tiempo de inicio junto con los de la línea de tiempo local."
global:"Puedes ver notas de todos los servidores conectados."
description2:"Puedes cambiar la línea de tiempo en la parte superior de la pantalla cuando quieras."
description3:"Además, hay listas de líneas de tiempo y listas de canales. Para más detalle, por favor visita este enlace: {link}"
_postNote:
title:"Ajustes de publicación de nota"
description1:"Cuando publicas una nota en Misskey, hay varias opciones disponibles. El formulario tiene este aspecto."
_visibility:
description:"Puedes limitar quién puede ver tu nota."
public:"Tu nota será visible para todos los usuarios."
home:"Publicar solo en la línea de tiempo de Inicio. La nota se verá en tu perfil, la verán tus seguidores y también cuando sea renotada."
followers:"Visible solo para seguidores. Sólo tus seguidores podrán ver la nota, y no podrá ser renotada por otras personas."
direct:"Visible sólo para usuarios específicos, y el destinatario será notificado. Puede usarse como alternativa a la mensajería directa."
doNotSendConfidencialOnDirect1:"¡Ten cuidado cuando vayas a enviar información sensible!"
doNotSendConfidencialOnDirect2:"Los administradores del servidor pueden leer lo que escribes. Ten cuidado cuando envíes información sensible en notas directas en servidores no confiables."
localOnly:"Publicando con esta opción seleccionada, la nota no se federará hacia otros servidores. Los usuarios de otros servidores no podrán ver estas notas directamente, sin importar los ajustes seleccionados más arriba."
_cw:
title:"Alerta de contenido (CW)"
description:"En lugar de mostrarse el contenido de la nota, se mostrará lo que escribas en el campo \"comentarios\". Pulsando en \"leer más\" desplegará el contenido de la nota."
_exampleNote:
cw:"¡Esto te hará tener hambre!"
note:"Acabo de comerme un donut de chocolate glaseado 🍩😋"
useCases:"Esto se usa cuando las normas del servidor lo requieren, o para ocultar spoilers o contenido sensible."
_howToMakeAttachmentsSensitive:
title:"¿Cómo puedo marcar adjuntos como contenido sensible?"
description:"Cuando las normas del servidor lo requieran, o el contenido lo requiera, marca la opción de \"contenido sensible\" para el adjunto."
tryThisFile:"¡Prueba a marcar la imagen adjunta como contenido sensible!"
_exampleNote:
note:"Ups, la he liado al abrir la tapa del natto..."
method:"Para marcar un adjunto como sensible, haz clic en la miniatura, abre el menú, y haz clic en \"Marcar como sensible\"."
sensitiveSucceeded:"Cuando adjuntes archivos, por favor, ten en cuenta las normas del servidor para marcarlos como contenido sensible."
doItToContinue:"Marca el archivo adjunto como sensible para continuar."
_done:
title:"¡Has completado el tutorial! 🎉"
description:"Las funciones que mostramos aquí son sólo una pequeña parte. Para más detalles sobre el funcionamiento de Misskey, pulsa en este enlace: {link}"
_timelineDescription:
home:"En la línea de tiempo de Inicio puedes ver las notas de las cuentas a las que sigues."
local:"En la línea de tiempo Local puedes ver las notas de todos los usuarios del servidor."
social:"En la línea de tiempo Social verás las notas de Inicio y Local a la vez."
global:"En la línea de tiempo Global verás las notas de todos los servidores conectados."
_serverRules:
_serverRules:
description:"Un conjunto de reglas que serán mostradas antes del registro. Configurar un sumario de términos de servicio es recomendado."
description:"Un conjunto de reglas que serán mostradas antes del registro. Configurar un sumario de términos de servicio es recomendado."
_serverSettings:
iconUrl:"URL del ícono"
appIconDescription:"Indica el icono que se va a usar cuando {host} se muestre como una app."
appIconUsageExample:"Por ejemplo, como PWA o cuando se muestre como un marcador en la pantalla inicial del dispositivo"
appIconStyleRecommendation:"Como el icono puede ser recortado como un cuadrado o un círculo, se recomienda un icono con un margen coloreado alrededor del contenido."
appIconResolutionMustBe:"La resolución mínima es {resolution}."
shortNameDescription:"Forma corta del nombre de la instancia que puede mostrarse si el nombre completo es demasiado largo."
fanoutTimelineDescription:"Incrementa el rendimiento de forma significativa cuando se obtienen las líneas de tiempo y reduce la carga en la base de datos. A cambio, el uso de la memoria en Redis incrementará. Considera desactivar esta opción en caso de que tu servidor tenga poca memoria o detectes inestabilidad."
fanoutTimelineDbFallback:"Cargar desde la base de datos"
fanoutTimelineDbFallbackDescription:"Cuando esta opción está habilitada, la carga de peticiones adicionales de la línea de tiempo se hará desde la base de datos cuando éstas no se encuentren en la caché. Al deshabilitar esta opción se reduce la carga del servidor, pero limita el número de líneas de tiempo que pueden obtenerse."
_accountMigration:
_accountMigration:
moveFrom:"Trasladar de otra cuenta a ésta"
moveFrom:"Trasladar de otra cuenta a ésta"
moveFromSub:"Crear un alias para otra cuenta."
moveFromSub:"Crear un alias para otra cuenta."
moveFromLabel:"Cuenta desde la que se realiza el traslado:"
moveFromLabel:"Cuenta desde la que se realiza el traslado #{n}"
moveFromDescription:"Si quieres transferir seguidores de otra cuenta a esta cuenta y trasladarlos, tendrás que crear un alias aquí. Asegúrate de crearlo antes de realizar el traslado. Introduce la cuenta desde la que estás moviendo los seguidores así: @person@instance.com"
moveFromDescription:"Si quieres transferir seguidores de otra cuenta a esta cuenta y trasladarlos, tendrás que crear un alias aquí. Asegúrate de crearlo antes de realizar el traslado. Introduce la cuenta desde la que estás moviendo los seguidores así: @person@instance.com"
moveTo:"Mover esta cuenta a una nueva"
moveTo:"Mover esta cuenta a una nueva"
moveToLabel:"Cuenta destino:"
moveToLabel:"Cuenta destino:"
@ -1386,6 +1637,19 @@ _achievements:
title:"Brain Diver"
title:"Brain Diver"
description:"Publicaste un vínculo a \"Brain Diver\""
description:"Publicaste un vínculo a \"Brain Diver\""
flavor:"Misskey-Misskey La-Tu-Ma"
flavor:"Misskey-Misskey La-Tu-Ma"
_smashTestNotificationButton:
title:"Sobrecarga de pruebas"
description:"Envía muchas notificaciones de prueba en un corto espacio de tiempo"
_tutorialCompleted:
title:"Diploma del Curso Básico de Misskey"
description:"Tutorial completado"
_bubbleGameExplodingHead:
title:"🤯"
description:"El objeto más grande en el juego de burbujas"
_bubbleGameDoubleExplodingHead:
title:"Doble 🤯"
description:"Dos de los objetos más grandes en el juego de burbujas al mismo tiempo"
flavor:"Puedes llenar el bento un poco de esta forma 🤯 🤯."
_role:
_role:
new:"Crear rol"
new:"Crear rol"
edit:"Editar rol"
edit:"Editar rol"
@ -1396,7 +1660,9 @@ _role:
assignTarget:"Asignar objetivo"
assignTarget:"Asignar objetivo"
descriptionOfAssignTarget:"<b>Manual</b> Para cambiar manualmente lo que se incluye en este rol.\n<b>Condicional</b> configura una condición, y los usuarios que cumplan la condición serán incluídos automáticamente."
descriptionOfAssignTarget:"<b>Manual</b> Para cambiar manualmente lo que se incluye en este rol.\n<b>Condicional</b> configura una condición, y los usuarios que cumplan la condición serán incluídos automáticamente."
manual:"manual"
manual:"manual"
manualRoles:"Roles manuales"
conditional:"condicional"
conditional:"condicional"
conditionalRoles:"Roles condicionales"
condition:"condición"
condition:"condición"
isConditionalRole:"Esto es un rol condicional"
isConditionalRole:"Esto es un rol condicional"
isPublic:"Publicar rol"
isPublic:"Publicar rol"
@ -1424,11 +1690,13 @@ _role:
gtlAvailable:"Explorar la línea de tiempo global"
gtlAvailable:"Explorar la línea de tiempo global"
ltlAvailable:"Explorar la línea de tiempo local"
ltlAvailable:"Explorar la línea de tiempo local"
canPublicNote:"Permitir la publicación"
canPublicNote:"Permitir la publicación"
mentionMax:"Número máximo de menciones en una nota"
canInvite:"Puede crear códigos de invitación"
canInvite:"Puede crear códigos de invitación"
inviteLimit:"Límite de invitaciones"
inviteLimit:"Límite de invitaciones"
inviteLimitCycle:"Enfriamiento del límite de invitaciones"
inviteLimitCycle:"Enfriamiento del límite de invitaciones"
inviteExpirationTime:"Intervalo de caducidad de invitaciones"
inviteExpirationTime:"Intervalo de caducidad de invitaciones"
canManageAvatarDecorations:"Administrar decoraciones de avatar"
driveCapacity:"Capacidad del drive"
driveCapacity:"Capacidad del drive"
alwaysMarkNsfw:"Siempre marcar archivos como NSFW"
alwaysMarkNsfw:"Siempre marcar archivos como NSFW"
pinMax:"Máximo de notas fijadas"
pinMax:"Máximo de notas fijadas"
@ -1443,9 +1711,16 @@ _role:
descriptionOfRateLimitFactor:"Límites más bajos son menos restrictivos, más altos menos restrictivos"
descriptionOfRateLimitFactor:"Límites más bajos son menos restrictivos, más altos menos restrictivos"
canHideAds:"Puede ocultar anuncios"
canHideAds:"Puede ocultar anuncios"
canSearchNotes:"Uso de la búsqueda de notas"
canSearchNotes:"Uso de la búsqueda de notas"
canUseTranslator:"Uso de traductor"
avatarDecorationLimit:"Número máximo de decoraciones de avatar"
_condition:
_condition:
roleAssignedTo:"Asignado a roles manuales"
isLocal:"Usuario local"
isLocal:"Usuario local"
isRemote:"Usuario remoto"
isRemote:"Usuario remoto"
isCat:"Usuarios Gato"
isBot:"Usuarios Bot"
isSuspended:"Usuario suspendido"
isLocked:"Cuentas privadas"
createdLessThan:"Menos de X han pasado desde la creación de la cuenta"
createdLessThan:"Menos de X han pasado desde la creación de la cuenta"
createdMoreThan:"Más de X han pasado desde la creación de la cuenta"
createdMoreThan:"Más de X han pasado desde la creación de la cuenta"
followersLessThanOrEq:"Tiene X o menos seguidores"
followersLessThanOrEq:"Tiene X o menos seguidores"
@ -1471,6 +1746,7 @@ _emailUnavailable:
disposable:"No es un correo reutilizable"
disposable:"No es un correo reutilizable"
mx:"Servidor de correo inválido"
mx:"Servidor de correo inválido"
smtp:"Servidor de correo no disponible"
smtp:"Servidor de correo no disponible"
banned:"Email no disponible"
_ffVisibility:
_ffVisibility:
public:"Publicar"
public:"Publicar"
followers:"Visible solo para seguidores"
followers:"Visible solo para seguidores"
@ -1491,6 +1767,10 @@ _ad:
reduceFrequencyOfThisAd:"Mostrar menos este anuncio."
reduceFrequencyOfThisAd:"Mostrar menos este anuncio."
hide:"No mostrar"
hide:"No mostrar"
timezoneinfo:"El día de la semana está determidado por la zona horaria del servidor."
timezoneinfo:"El día de la semana está determidado por la zona horaria del servidor."
adsSettings:"Ajustes de anuncios"
notesPerOneAd:"Intervalo de actualización de anuncios en tiempo real (Notas por cada anuncio)"
setZeroToDisable:"Establece este valor a 0 para deshabilitar la actualización de anuncios en tiempo real"
adsTooClose:"El intervalo de anuncios actual puede empeorar la experiencia del usuario por ser demasiado bajo."
_forgotPassword:
_forgotPassword:
enterEmail:"Ingrese el correo usado para registrar la cuenta. Se enviará un link para resetear la contraseña."
enterEmail:"Ingrese el correo usado para registrar la cuenta. Se enviará un link para resetear la contraseña."
ifNoEmail:"Si no utilizó un correo para crear la cuenta, contáctese con el administrador."
ifNoEmail:"Si no utilizó un correo para crear la cuenta, contáctese con el administrador."
@ -1509,6 +1789,8 @@ _plugin:
install:"Instalar plugins"
install:"Instalar plugins"
installWarn:"Por favor no instale plugins que no son de confianza"
installWarn:"Por favor no instale plugins que no son de confianza"
manage:"Gestionar plugins"
manage:"Gestionar plugins"
viewSource:"Ver la fuente"
viewLog:"Ver log"
_preferencesBackups:
_preferencesBackups:
list:"Respaldos creados"
list:"Respaldos creados"
saveNew:"Guardar nuevo respaldo"
saveNew:"Guardar nuevo respaldo"
@ -1538,10 +1820,13 @@ _aboutMisskey:
contributors:"Principales colaboradores"
contributors:"Principales colaboradores"
allContributors:"Todos los colaboradores"
allContributors:"Todos los colaboradores"
source:"Código fuente"
source:"Código fuente"
original:"Original"
thisIsModifiedVersion:"{name} usa una versión modificada de Misskey."
translation:"Traducir Misskey"
translation:"Traducir Misskey"
donate:"Donar a Misskey"
donate:"Donar a Misskey"
morePatrons:"Muchas más personas nos apoyan. Muchas gracias🥰"
morePatrons:"Muchas más personas nos apoyan. Muchas gracias🥰"
patrons:"Patrocinadores"
patrons:"Patrocinadores"
projectMembers:"Miembros del proyecto"
_displayOfSensitiveMedia:
_displayOfSensitiveMedia:
respect:"Esconder medios marcados como sensibles"
respect:"Esconder medios marcados como sensibles"
ignore:"Mostrar medios marcados como sensibles"
ignore:"Mostrar medios marcados como sensibles"
@ -1566,6 +1851,7 @@ _channel:
notesCount:"{n} notas"
notesCount:"{n} notas"
nameAndDescription:"Nombre y descripción"
nameAndDescription:"Nombre y descripción"
nameOnly:"Sólo nombre"
nameOnly:"Sólo nombre"
allowRenoteToExternal:"Permitir renotas y menciones fuera del canal"
_menuDisplay:
_menuDisplay:
sideFull:"Horizontal"
sideFull:"Horizontal"
sideIcon:"Horizontal (ícono)"
sideIcon:"Horizontal (ícono)"
@ -1575,11 +1861,6 @@ _wordMute:
muteWords:"Palabras que silenciar"
muteWords:"Palabras que silenciar"
muteWordsDescription:"Separar con espacios indica una declaracion And, separar con lineas nuevas indica una declaracion Or。"
muteWordsDescription:"Separar con espacios indica una declaracion And, separar con lineas nuevas indica una declaracion Or。"
muteWordsDescription2:"Encerrar las palabras clave entre numerales para usar expresiones regulares"
muteWordsDescription2:"Encerrar las palabras clave entre numerales para usar expresiones regulares"
softDescription:"Ocultar en la linea de tiempo las notas que cumplen las condiciones"
hardDescription:"Evitar que se agreguen a la linea de tiempo las notas que cumplen las condiciones. Las notas no agregadas seguirán quitadas aunque cambien las condiciones."
soft:"Suave"
hard:"Duro"
mutedNotes:"Notas silenciadas"
_instanceMute:
_instanceMute:
instanceMuteDescription:"Silencia todas las notas y reposts de la instancias seleccionadas, incluyendo respuestas a los usuarios de las mismas"
instanceMuteDescription:"Silencia todas las notas y reposts de la instancias seleccionadas, incluyendo respuestas a los usuarios de las mismas"
instanceMuteDescription2:"Separar por líneas"
instanceMuteDescription2:"Separar por líneas"
@ -1643,15 +1924,11 @@ _theme:
infoFg:"Texto de información"
infoFg:"Texto de información"
infoWarnBg:"Fondo de advertencias"
infoWarnBg:"Fondo de advertencias"
infoWarnFg:"Texto de advertencias"
infoWarnFg:"Texto de advertencias"
cwBg:"Fondo del botón CW"
cwFg:"Texto del botón CW"
cwHoverBg:"Fondo del botón CW (hover)"
toastBg:"Fondo de notificaciones"
toastBg:"Fondo de notificaciones"
toastFg:"Texto de notificaciones"
toastFg:"Texto de notificaciones"
buttonBg:"Fondo de botón"
buttonBg:"Fondo de botón"
buttonHoverBg:"Fondo de botón (hover)"
buttonHoverBg:"Fondo de botón (hover)"
inputBorder:"Borde de los campos de entrada"
inputBorder:"Borde de los campos de entrada"
listItemHoverBg:"Fondo de elemento de listas (hover)"
driveFolderBg:"Fondo de capeta del drive"
driveFolderBg:"Fondo de capeta del drive"
wallpaperOverlay:"Transparencia del fondo de pantalla"
wallpaperOverlay:"Transparencia del fondo de pantalla"
badge:"Medalla"
badge:"Medalla"
@ -1663,10 +1940,14 @@ _sfx:
note:"Notas"
note:"Notas"
noteMy:"Nota (a mí mismo)"
noteMy:"Nota (a mí mismo)"
notification:"Notificaciones"
notification:"Notificaciones"
chat:"Chat"
reaction:"Al seleccionar una reacción"
chatBg:"Chat (Fondo)"
_soundSettings:
antenna:"Antena receptora"
driveFile:"Usar un archivo de audio en Drive"
channel:"Notificaciones del canal"
driveFileWarn:"Selecciona un archivo de audio en Drive."
driveFileTypeWarn:"Este archivo es incompatible"
driveFileTypeWarnDescription:"Selecciona un archivo de audio"
driveFileDurationWarn:"La duración del audio es demasiado larga."
driveFileDurationWarnDescription:"Usar un audio de larga duración puede llegar a molestar mientras usas Misskey. ¿Quieres continuar?"
_ago:
_ago:
future:"Futuro"
future:"Futuro"
justNow:"Justo ahora"
justNow:"Justo ahora"
@ -1678,28 +1959,24 @@ _ago:
monthsAgo:"Hace {n} meses"
monthsAgo:"Hace {n} meses"
yearsAgo:"Hace {n} años"
yearsAgo:"Hace {n} años"
invalid:"No hay nada que ver aqui"
invalid:"No hay nada que ver aqui"
_timeIn:
seconds:"En {n} segundos"
minutes:"En {n}m"
hours:"En {n}h"
days:"En {n}d"
weeks:"En {n}sem."
months:"En {n}M"
years:"En {n} años"
_time:
_time:
second:"Segundos"
second:"Segundos"
minute:"Minutos"
minute:"Minutos"
hour:"Horas"
hour:"Horas"
day:"Días"
day:"Días"
_timelineTutorial:
title:"Cómo usar Misskey"
step1_1:"Ésta es la \"línea de tiempo\". Todas las \"notas\" que sean publicadas en {name} serán mostradas cronológicamente aquí."
step1_2:"Hay varias líneas de tiempo. Por ejemplo, la línea temporal \"Inicio\" contiene las notas de otros usuarios que sigues, y la línea \"Local\" contandrá las notas de todos los usuarios de {name}."
step2_1:"Ahora probemos publicar una nota. Puedes hacerlo presionando el botón que tiene un ícono de lápiz."
step2_2:"¿Qué tal si escribimos una introducción? o sólo un \"¡Hola {name}!\" ¿No te apetece?"
step3_1:"¿Terminaste de publicar tu primera nota?"
step3_2:"Tu primera nota ahora se mostrará en tu línea de tiempo."
step4_1:"También puedes añadir \"Reacciones\" a notas."
step4_2:"Para añadir una reacción selecciona el botón \"+\" en la nota y escoge el emoji que quieras para reaccionar."
_2fa:
_2fa:
alreadyRegistered:"Ya has completado la configuración."
alreadyRegistered:"Ya has completado la configuración."
registerTOTP:"Registrar aplicación autenticadora"
registerTOTP:"Registrar aplicación autenticadora"
passwordToTOTP:"Ingresa tu contraseña"
step1:"Primero, instale en su dispositivo la aplicación de autenticación {a} o {b} u otra."
step1:"Primero, instale en su dispositivo la aplicación de autenticación {a} o {b} u otra."
step2:"Luego, escanee con la aplicación el código QR mostrado en pantalla."
step2:"Luego, escanee con la aplicación el código QR mostrado en pantalla."
step2Click:"Clicking on this QR code will allow you to register 2FA to your security key or phone authenticator app.\nTocar este código QR te permitirá registrar la autenticación 2FA a tu llave de seguridad o aplicación autenticadora."
step2Uri:"Si usas una aplicación de escritorio, introduce en ella la siguiente URL."
step2Uri:"Si usas una aplicación de escritorio, introduce en ella la siguiente URL."
step3Title:"Ingresa un código de autenticación"
step3Title:"Ingresa un código de autenticación"
step3:"Para terminar, ingrese el token mostrado en la aplicación."
step3:"Para terminar, ingrese el token mostrado en la aplicación."
@ -1723,6 +2000,7 @@ _2fa:
backupCodesDescription:"En caso de que no puedas usar tu aplicación de autenticación, podrás usar los códigos de respaldo que figuran abajo para acceder a tu cuenta. Asegúrate de guardar en lugar seguro los códigos de respaldo. Cada uno de los códigos de respaldo es de un solo uso."
backupCodesDescription:"En caso de que no puedas usar tu aplicación de autenticación, podrás usar los códigos de respaldo que figuran abajo para acceder a tu cuenta. Asegúrate de guardar en lugar seguro los códigos de respaldo. Cada uno de los códigos de respaldo es de un solo uso."
backupCodeUsedWarning:"Has usado todos los códigos de respaldo. Si dejas de tener acceso a tu aplicación de autenticación, no podrás volver a iniciar sesión en tu cuenta. Por favor, reconfigura tu aplicación de autenticación lo antes posible."
backupCodeUsedWarning:"Has usado todos los códigos de respaldo. Si dejas de tener acceso a tu aplicación de autenticación, no podrás volver a iniciar sesión en tu cuenta. Por favor, reconfigura tu aplicación de autenticación lo antes posible."
backupCodesExhaustedWarning:"Has usado todos los códigos de respaldo. Si dejas de tener acceso a tu aplicación de autenticación, no podrás volver a iniciar sesión en la cuenta que figura arriba. Por favor, reconfigura tu aplicación de autenticación lo antes posible."
backupCodesExhaustedWarning:"Has usado todos los códigos de respaldo. Si dejas de tener acceso a tu aplicación de autenticación, no podrás volver a iniciar sesión en la cuenta que figura arriba. Por favor, reconfigura tu aplicación de autenticación lo antes posible."
moreDetailedGuideHere:"Guía detallada"
_permissions:
_permissions:
"read:account": "Ver información de la cuenta"
"read:account": "Ver información de la cuenta"
"write:account": "Editar información de la cuenta"
"write:account": "Editar información de la cuenta"
@ -1760,6 +2038,54 @@ _permissions:
"write:flash": "Editar Plays"
"write:flash": "Editar Plays"
"read:flash-likes": "Ver los Play que me gustan"
"read:flash-likes": "Ver los Play que me gustan"
"write:flash-likes": "Editar lista de Play que me gustan"
"write:flash-likes": "Editar lista de Play que me gustan"
"read:admin:abuse-user-reports": "Ver reportes de usuarios"
"write:admin:delete-account": "Eliminar cuentas de usuario"
"write:admin:delete-all-files-of-a-user": "Eliminar todos los archivos de un usuario"
"read:admin:index-stats": "Ver datos indexados"
"read:admin:table-stats": "Ver estadísticas de las tablas de la base de datos"
"read:admin:user-ips": "Ver dirección IP de usuario"
"read:admin:meta": "Ver metadatos de la instancia"
"write:admin:reset-password": "Restablecer contraseñas de usuario"
"write:admin:resolve-abuse-user-report": "Resolución de reportes de usuario"
"write:admin:send-email": "Enviar email"
"read:admin:server-info": "Ver información del servidor"
"read:admin:show-moderation-log": "Ver log de moderación"
"read:admin:show-user": "Ver información privada de usuario"
"write:admin:suspend-user": "Suspender cuentas de usuario"
"write:admin:unset-user-avatar": "Quitar avatares de usuario"
"write:admin:unset-user-banner": "Quitar banner de usuarios"
"write:admin:unsuspend-user": "Quitar suspensión de cuentas de usuario"
"write:admin:meta": "Edición de metadatos de la instancia"
"write:admin:user-note": "Moderación de notas"
"write:admin:roles": "Edición de roles de usuario"
"read:admin:roles": "Ver roles de usuario"
"write:admin:relays": "Edición de relays"
"read:admin:relays": "Ver relays"
"write:admin:invite-codes": "Edición de códigos de invitación"
"read:admin:invite-codes": "Ver códigos de invitación"
"write:admin:announcements": "Edición de anuncios"
"read:admin:announcements": "Ver anuncios"
"write:admin:avatar-decorations": "Edición de decoración de avatares"
"read:admin:avatar-decorations": "Ver decoraciones de avatar"
"write:admin:federation": "Edición de federación de instancias"
"write:admin:account": "Edición de cuentas de usuario"
"read:admin:account": "Ver cuentas de usuario"
"write:admin:emoji": "Edición de emojis"
"read:admin:emoji": "Ver emojis"
"write:admin:queue": "Edición de cola de tareas"
"read:admin:queue": "Ver cola de tareas"
"write:admin:promo": "Edición de promociones"
"write:admin:drive": "Edición de Drive de usuarios"
"read:admin:drive": "Ver Drive de usuarios"
"read:admin:stream": "Usar la API de Websocket para administradores"
"write:admin:ad": "Edición de anuncios"
"read:admin:ad": "Ver anuncios"
"write:invite-codes": "Crear códigos de invitación"
"read:invite-codes": "Ver códigos de invitación"
"write:clip-favorite": "Marcar me gusta en clips"
"read:clip-favorite": "Ver los clips que me gustan"
"read:federation": "Ver instancias federadas"
"write:report-abuse": "Crear reportes de usuario"
_auth:
_auth:
shareAccessTitle:"Permisos de la aplicación"
shareAccessTitle:"Permisos de la aplicación"
shareAccess:"¿Desea permitir el acceso a la cuenta \"{name}\"?"
shareAccess:"¿Desea permitir el acceso a la cuenta \"{name}\"?"
@ -1775,6 +2101,7 @@ _antennaSources:
homeTimeline:"Notas de los usuarios que sigues"
homeTimeline:"Notas de los usuarios que sigues"
users:"Notas de un usuario o varios"
users:"Notas de un usuario o varios"
userList:"Notas de los usuarios de una lista"
userList:"Notas de los usuarios de una lista"
userBlacklist:"Todas las notas excepto aquellas de uno o más usuarios especificados"
_weekday:
_weekday:
sunday:"Domingo"
sunday:"Domingo"
monday:"Lunes"
monday:"Lunes"
@ -1813,6 +2140,7 @@ _widgets:
_userList:
_userList:
chooseList:"Seleccione una lista"
chooseList:"Seleccione una lista"
clicker:"Cliqueador"
clicker:"Cliqueador"
birthdayFollowings:"Hoy cumplen años"
_cw:
_cw:
hide:"Ocultar"
hide:"Ocultar"
show:"Ver más"
show:"Ver más"
@ -1874,15 +2202,19 @@ _profile:
metadataContent:"Contenido"
metadataContent:"Contenido"
changeAvatar:"Cambiar avatar"
changeAvatar:"Cambiar avatar"
changeBanner:"Cambiar banner"
changeBanner:"Cambiar banner"
verifiedLinkDescription:"Introduciendo una URL que contiene un enlace a tu perfil, se puede mostrar un icono de verificación de propiedad al lado del campo."
avatarDecorationMax:"Puedes añadir un máximo de {max} decoraciones de avatar."
_exportOrImport:
_exportOrImport:
allNotes:"Todas las notas"
allNotes:"Todas las notas"
favoritedNotes:"Notas favoritas"
favoritedNotes:"Notas favoritas"
clips:"Clip"
followingList:"Siguiendo"
followingList:"Siguiendo"
muteList:"Silenciados"
muteList:"Silenciados"
blockingList:"Bloqueados"
blockingList:"Bloqueados"
userLists:"Listas"
userLists:"Listas"
excludeMutingUsers:"Excluir usuarios silenciados"
excludeMutingUsers:"Excluir usuarios silenciados"
excludeInactiveUsers:"Excluir usuarios inactivos"
excludeInactiveUsers:"Excluir usuarios inactivos"
withReplies:"Incluir respuestas de los usuarios importados en la línea de tiempo"
_charts:
_charts:
federation:"Federación"
federation:"Federación"
apRequest:"Pedidos"
apRequest:"Pedidos"
@ -1929,6 +2261,7 @@ _play:
title:"Título"
title:"Título"
script:"Script"
script:"Script"
summary:"Descripción"
summary:"Descripción"
visibilityDescription:"Poniéndola como privada significa que no será visible en tu perfil, pero cualquiera que tenga la URL aún podrá acceder a ella."
_pages:
_pages:
newPage:"Crear página"
newPage:"Crear página"
editPage:"Editar página"
editPage:"Editar página"
@ -1973,6 +2306,8 @@ _pages:
section:"Sección"
section:"Sección"
image:"Imagen"
image:"Imagen"
button:"Botón"
button:"Botón"
dynamic:"Bloques Dinámicos"
dynamicDescription:"Los bloques dinámicos están obsoletos. A partir de ahora, utiliza {play} por favor."
note:"Nota embebida"
note:"Nota embebida"
_note:
_note:
id:"Id de la nota"
id:"Id de la nota"
@ -1992,11 +2327,21 @@ _notification:
youReceivedFollowRequest:"Has mandado una solicitud de seguimiento"
youReceivedFollowRequest:"Has mandado una solicitud de seguimiento"
yourFollowRequestAccepted:"Tu solicitud de seguimiento fue aceptada"
yourFollowRequestAccepted:"Tu solicitud de seguimiento fue aceptada"
pollEnded:"Estan disponibles los resultados de la encuesta"
pollEnded:"Estan disponibles los resultados de la encuesta"
newNote:"Nueva nota"
unreadAntennaNote:"Antena {name}"
unreadAntennaNote:"Antena {name}"
roleAssigned:"Rol asignado"
emptyPushNotificationMessage:"Se han actualizado las notificaciones push"
emptyPushNotificationMessage:"Se han actualizado las notificaciones push"
achievementEarned:"Logro desbloqueado"
achievementEarned:"Logro desbloqueado"
testNotification:"Notificación de prueba"
checkNotificationBehavior:"Comprobar comportamiento de la notificación"
sendTestNotification:"Enviar notificación de prueba"
notificationWillBeDisplayedLikeThis:"Las notificaciones tendrán este aspecto"
reactedBySomeUsers:"{n} usuarios han reaccionado"
renotedBySomeUsers:"{n} usuarios han renotado"
followedBySomeUsers:"Seguido por {n} usuarios"
_types:
_types:
all:"Todo"
all:"Todo"
note:"Nuevas notas"
follow:"Siguiendo"
follow:"Siguiendo"
mention:"Menciones"
mention:"Menciones"
reply:"Respuestas"
reply:"Respuestas"
@ -2006,7 +2351,10 @@ _notification:
pollEnded:"La encuesta terminó"
pollEnded:"La encuesta terminó"
receiveFollowRequest:"Recibió una solicitud de seguimiento"
receiveFollowRequest:"Recibió una solicitud de seguimiento"
followRequestAccepted:"El seguimiento fue aceptado"
followRequestAccepted:"El seguimiento fue aceptado"
unsuspendRemoteInstance:"Suspensión de instancia remota retirada"
markSensitiveDriveFile:"Archivo marcado como sensible"
unmarkSensitiveDriveFile:"Archivo marcado como no sensible"
resolveAbuseReport:"Reporte resuelto"
createInvitation:"Generar invitación"
createAd:"Anuncio creado"
deleteAd:"Anuncio eliminado"
updateAd:"Anuncio actualizado"
createAvatarDecoration:"Decoración de avatar creada"
updateAvatarDecoration:"Decoración de avatar actualizada"
deleteAvatarDecoration:"Decoración de avatar eliminada"
unsetUserAvatar:"Quitar decoración de avatar de este usuario"
unsetUserBanner:"Quitar banner de este usuario"
_fileViewer:
title:"Detalles del archivo"
type:"Tipo de archivo"
size:"Tamaño del archivo"
url:"URL"
uploadedAt:"Subido el"
attachedNotes:"Notas adjuntas"
thisPageCanBeSeenFromTheAuthor:"Esta página solo puede ser vista por el autor."
_externalResourceInstaller:
title:"Instalar desde sitio externo"
checkVendorBeforeInstall:"Asegúrate de que el distribuidor de este recurso es de confianza antes de proceder a la instalación."
_plugin:
title:"¿Quieres instalar este plugin?"
metaTitle:"Información del plugin"
_theme:
title:"¿Quieres instalar este tema?"
metaTitle:"Información del tema"
_meta:
base:"Esquema de color base"
_vendorInfo:
title:"Información del distribuidor"
endpoint:"Terminal referenciada"
hashVerify:"Verificación de hash"
_errors:
_invalidParams:
title:"Parámetros inválidos"
description:"No hay información suficiente para cargar datos de un sitio externo. Por favor, confirma la URL introducida."
_resourceTypeNotSupported:
title:"Este recurso externo no es compatible"
description:"El tipo de este recurso externo no es compatible. Por favor, contacta con el administrador del sitio."
_failedToFetch:
title:"No se pudo obtener los datos"
fetchErrorDescription:"Ha ocurrido un error al comunicarse con el sitio externo. Si no se soluciona tras intentarlo otra vez, por favor, contacta con el administrador del sitio."
parseErrorDescription:"Ha ocurrido un error al procesar los datos obtenidos del sitio externo. Por favor, contacta con el administrador del sitio."
_hashUnmatched:
title:"Verificación de datos fallida"
description:"Ha ocurrido un error al verificar la integridad de los datos obtenidos. Por seguridad, la instalación no se puede realizar. Por favor, contacta con el administrador del sitio."
_pluginParseFailed:
title:"Error de AiScript"
description:"Los datos se han obtenido correctamente, pero ha ocurrido un error de AiScript al procesarlos. Por favor, contacta con el autor del plugin. Se pueden ver más detalles del error en la consola de Javascript."
_pluginInstallFailed:
title:"Instalación del plugin fallida."
description:"Ha ocurrido un problema al instalar el plugin. Por favor, inténtalo de nuevo. Se pueden ver más detalles del error en la consola de Javascript."
_themeParseFailed:
title:"Análisis del tema fallido"
description:"Los datos se han obtenido correctamente, pero ha ocurrido un error al analizar el tema. Por favor, contacta con el autor. Se pueden ver más detalles del error en la consola de Javascript."
_themeInstallFailed:
title:"Instalación de tema fallida"
description:"Ha ocurrido un problema al instalar el tema. Por favor, inténtalo de nuevo. Se pueden ver más detalles del error en la consola de Javascript."
_dataSaver:
_media:
title:"Cargando Multimedia"
description:"Desactiva la carga automática de imágenes y vídeos. Tendrás que tocar en las imágenes y vídeos ocultos para cargarlos."
_avatar:
title:"Avatares animados"
description:"Desactiva la animación de los avatares. Las imágenes animadas pueden llegar a ser de mayor tamaño que las normales, por lo que al desactivarlas puedes reducir el consumo de datos."
_urlPreview:
title:"Vista previa de URLs"
description:"Desactiva la carga de vistas previas de las URLs."
_code:
title:"Resaltar código"
description:"Si se usa resaltado de código en MFM, etc., no se cargará hasta pulsar en ello. El resaltado de sintaxis requiere la descarga de archivos de definición para cada lenguaje de programación. Debido a esto, al deshabilitar la carga automática de estos archivos reducirás el consumo de datos."
_hemisphere:
N:"Hemisferio norte"
S:"Hemisferio sur"
_reversi:
reversi:"Reversi"
rules:"Reglas"
won:"{name} ha ganado"
total:"Total"
_urlPreviewSetting:
timeout:"Timeout de la carga de vista previa de las URLs (ms)"