* 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 c03603611b.
* 🎨
---------
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 c22dd6358b
* 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 67072e3ca6.
* 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 b4dd14eacf.
* 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 b1e57e571d.
* 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 239a6952f7.
* 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 22e2324f96.
* 🎨
* 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>
(Cherry-picked from https://github.com/nafu-at/misskey/commit/b89c2af6945c6a9f9f10e83f54d2bcf0f240b0b4, https://github.com/nafu-at/misskey/commit/8a7d710c6acb83f50c83f050bd1423c764d60a99)
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.**
> 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.
@ -17,16 +17,31 @@ Before creating an issue, please check the following:
- Issues should only be used to feature requests, suggestions, and bug tracking.
- 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.
## 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.
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.
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
- **`master`** branch is tracking the latest release and used for production purposes.
@ -49,9 +64,29 @@ Thank you for your PR! Before creating a PR, please check the following:
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
Be willing to comment on the good points and not just the things you want fixed 💯
@ -77,7 +112,7 @@ An actual domain will be assigned so you can test the federation.
## Release
### 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.
- Into `master` from `develop` branch.
- The title must be in the format `Release: x.y.z`.
@ -88,7 +123,7 @@ An actual domain will be assigned so you can test the federation.
- The target branch must be `master`
- The tag name must be the version
> **Note**
> [!NOTE]
> Why this instruction is necessary:
> - To perform final QA checks
> - To distribute responsibility
@ -101,28 +136,28 @@ 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.
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.
```
pnpm dev
```
You would want to install Meilisearch to experiment related features. Technically, meilisearch is not strict requirement, but some features and tests require it.
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).
- 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.
#### Use system-wide software
You could install them in system-wide (such as from package manager).
#### 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.
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.
@ -136,38 +171,76 @@ pnpm build
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
```
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
- Test codes are located in [`/packages/backend/test`](/packages/backend/test).
### Run test
Create a config file.
You can run non-backend tests by executing following commands:
```sh
pnpm --filter frontend test
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! 🚀**
**🌎 **Misskey** is an open source, federated social media platform that's free forever! 🚀**
[Learn more](https://misskey-hub.net/)
---
@ -22,45 +24,14 @@
<ahref="https://www.patreon.com/syuilo">
<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/docs/), 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.
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."
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é."
license:"Licence"
unfavoriteConfirm:"Opravdu chcete odstranit z oblíbených?"
@ -1092,7 +1091,14 @@ iHaveReadXCarefullyAndAgree: "Přečetl jsem si text \"{x}\" a souhlasím s ním
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:
accountCreated:"Váš účet byl úspěšně vytvořen!"
letsStartAccountSetup:"Pro začátek si nastavte svůj profil."
@ -1623,7 +1629,6 @@ _theme:
buttonBg:"Pozadí tlačítka"
buttonHoverBg:"Pozadí tlačítka (Hover)"
inputBorder:"Ohraničení vstupního pole"
listItemHoverBg:"Pozadí položky seznamu (Hover)"
driveFolderBg:"Pozadí složky disku"
wallpaperOverlay:"Překrytí tapety"
badge:"Odznak"
@ -1635,8 +1640,6 @@ _sfx:
note:"Poznámky"
noteMy:"Moje poznámka"
notification:"Oznámení"
antenna:"Antény"
channel:"Oznámení kanálu"
_ago:
future:"Budoucí"
justNow:"Teď"
@ -1658,7 +1661,6 @@ _2fa:
registerTOTP:"Registrovat aplikaci autentizátoru"
step1:"Nejprve si do zařízení nainstalujte aplikaci pro ověřování (například {a} nebo {b})."
step2:"Poté naskenujte QR kód zobrazený na této obrazovce."
step2Click:"Kliknutím na tento QR kód můžete zaregistrovat 2FA do bezpečnostního klíče nebo aplikace autentizace telefonu."
step3Title:"Zadejte ověřovací kód"
step3:"Pro dokončení nastavení zadejte token poskytnutý vaší aplikací."
step4:"Od této chvíle budou všechny budoucí pokusy o přihlášení vyžadovat tento přihlašovací token."
@ -1712,7 +1714,7 @@ _auth:
shareAccessTitle:"Udělovat oprávnění k aplikacím"
shareAccess:"Chcete autorizovat \"{name}\" pro přístup k tomuto účtu?"
shareAccessAsk:"Opravdu chcete této aplikaci povolit přístup k vašemu účtu?"
permission:"{jméno} požaduje tato oprávnění"
permission:"{name} požaduje tato oprávnění"
permissionAsk:"Tato aplikace požaduje následující oprávnění"
pleaseGoBack:"Vraťte se prosím zpět do aplikace"
callback:"Návrat k aplikaci"
@ -1825,6 +1827,7 @@ _profile:
_exportOrImport:
allNotes:"Všechny poznámky"
favoritedNotes:"Oblíbené poznámky"
clips:"Oříznout"
followingList:"Sledovaní"
muteList:"Ztlumit"
blockingList:"Zablokovat"
@ -1935,7 +1938,7 @@ _notification:
youGotMention:"{name} vás zmínil"
youGotReply:"{name} vám odpověděl"
youGotQuote:"{name} vás citoval"
youRenoted:"Poznámka od {jméno}"
youRenoted:"Poznámka od {name}"
youWereFollowed:"Máte nového následovníka"
youReceivedFollowRequest:"Obdrželi jste žádost o sledování"
yourFollowRequestAccepted:"Vaše žádost o sledování byla přijata"
@ -1955,6 +1958,7 @@ _notification:
receiveFollowRequest:"Obdržené žádosti o sledování"
followRequestAccepted:"Přijaté žádosti o sledování"
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"
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"
rememberNoteVisibility:"Notizsichtbarkeit merken"
attachCancel:"Anhang entfernen"
deleteFile:"Datei gelöscht"
markAsSensitive:"Als sensibel markieren"
unmarkAsSensitive:"Als nicht sensibel markieren"
enterFileName:"Dateinamen eingeben"
@ -178,7 +184,7 @@ searchWith: "Suchen: {q}"
youHaveNoLists:"Du hast keine Listen"
followConfirm:"Möchtest du {name} wirklich folgen?"
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."
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."
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."
@ -1144,6 +1154,7 @@ hideRepliesToOthersInTimelineAll: "Antworten von allen momentan gefolgten Benutz
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"
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."
@ -1165,6 +1176,15 @@ signupPendingError: "Beim Überprüfen der Mailadresse ist etwas schiefgelaufen.
cwNotationRequired:"Ist \"Inhaltswarnung verwenden\" aktiviert, muss eine Beschreibung gegeben werden."
doReaction:"Reagieren"
code:"Code"
decorate:"Dekorieren"
addMfmFunction:"MFM hinzufügen"
sfx:"Soundeffekte"
lastNDays:"Letzten {n} Tage"
surrender:"Abbrechen"
_delivery:
stop:"Gesperrt"
_type:
none:"Wird veröffentlicht"
_announcement:
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."
@ -1174,6 +1194,7 @@ _announcement:
tooManyActiveAnnouncementDescription:"Zu viele aktive Ankündigungen können die Benutzerfreundlichkeit verschlechtern. Es wird empfohlen, veraltete Ankündigungen zu archivieren."
readConfirmTitle:"Als gelesen markieren?"
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."
@ -1203,6 +1224,24 @@ _initialTutorial:
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?"
reactToContinue:"Füge eine Reaktion hinzu, um fortzufahren."
reactNotification:"Du erhältst Echtzeit-Benachrichtigungen, wenn jemand auf deine Notiz reagiert."
_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"
_done:
title:"Du hast das Tutorial abgeschlossen! 🎉"
_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:
description:"Eine Reihe von Regeln, die vor der Registrierung angezeigt werden. Eine Zusammenfassung der Nutzungsbedingungen anzuzeigen ist empfohlen."
_serverSettings:
@ -1215,6 +1254,8 @@ _serverSettings:
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. "
_accountMigration:
moveFrom:"Von einem anderen Konto zu diesem migrieren"
moveFromSub:"Alias für ein anderes Konto erstellen"
@ -1472,6 +1513,8 @@ _achievements:
_smashTestNotificationButton:
title:"Testüberfluss"
description:"Betätige den Benachrichtigungstest mehrfach innerhalb einer extrem kurzen Zeitspanne"
_tutorialCompleted:
description:"Tutorial abgeschlossen"
_role:
new:"Rolle erstellen"
edit:"Rolle bearbeiten"
@ -1482,7 +1525,9 @@ _role:
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."
manual:"Manuell"
manualRoles:"Manuelle Rollen"
conditional:"Konditional"
conditionalRoles:"Bedingte Rolle"
condition:"Bedingung"
isConditionalRole:"Dies ist eine konditionale Rolle."
isPublic:"Öffentliche Rolle"
@ -1524,13 +1569,14 @@ _role:
webhookMax:"Maximale Anzahl an Webhooks"
clipMax:"Maximale Anzahl an Clips"
noteEachClipsMax:"Maximale Anzahl an Notizen innerhalb eines Clips"
userListMax:"Maximale Anzahl an Benutzern in einer Benutzerliste"
userEachUserListsMax:"Maximale Anzahl an Benutzerlisten"
userListMax:"Maximale Anzahl an Benutzerlisten"
userEachUserListsMax:"Maximale Anzahl an Benutzern in einer Benutzerliste"
rateLimitFactor:"Versuchsanzahl"
descriptionOfRateLimitFactor:"Je niedriger desto weniger restriktiv, je höher destro restriktiver."
canHideAds:"Kann Werbung ausblenden"
canSearchNotes:"Nutzung der Notizsuchfunktion"
canUseTranslator:"Verwendung des Übersetzers"
avatarDecorationLimit:"Maximale Anzahl an Profilbilddekorationen, die angebracht werden können"
_condition:
isLocal:"Lokaler Benutzer"
isRemote:"Benutzer fremder Instanz"
@ -1559,6 +1605,7 @@ _emailUnavailable:
disposable:"Wegwerf-Email-Adressen können nicht verwendet werden"
mx:"Dieser Email-Server ist ungültig"
smtp:"Dieser Email-Server antwortet nicht"
banned:"Du kannst dich mit dieser E-Mail-Adresse nicht registrieren"
_ffVisibility:
public:"Öffentlich"
followers:"Nur für Follower sichtbar"
@ -1737,7 +1784,6 @@ _theme:
buttonBg:"Hintergrund von Schaltflächen"
buttonHoverBg:"Hintergrund von Schaltflächen (Mouseover)"
inputBorder:"Rahmen von Eingabefeldern"
listItemHoverBg:"Hintergrund von Listeneinträgen (Mouseover)"
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."
initialPasswordForSetup:"Initial password for setup"
initialPasswordIsIncorrect:"Initial password for setup is incorrect"
initialPasswordForSetupDescription:"Use the password you entered in the configuration file if you installed Misskey yourself.\n If you are using a Misskey hosting service, use the password provided.\n If you have not set a password, leave it blank to continue."
forgotPassword:"Forgot password"
fetchingAsApObject:"Fetching from the Fediverse..."
ok:"OK"
@ -60,6 +63,7 @@ copyFileId: "Copy file ID"
copyFolderId:"Copy folder ID"
copyProfileUrl:"Copy profile URL"
searchUser:"Search for a user"
searchThisUsersNotes:"Search this user’s notes"
reply:"Reply"
loadMore:"Load more"
showMore:"Show more"
@ -108,11 +112,14 @@ enterEmoji: "Enter an emoji"
renote:"Renote"
unrenote:"Remove renote"
renoted:"Renoted."
renotedToX:"Renoted to {name}."
cantRenote:"This post can't be renoted."
cantReRenote:"A renote can't be renoted."
quote:"Quote"
inChannelRenote:"Channel-only Renote"
inChannelQuote:"Channel-only Quote"
renoteToChannel:"Renote to channel"
renoteToOtherChannel:"Renote to other channel"
pinnedNote:"Pinned note"
pinned:"Pin to profile"
you:"You"
@ -122,10 +129,15 @@ add: "Add"
reaction:"Reactions"
reactions:"Reactions"
emojiPicker:"Emoji picker"
pinnedEmojisForReactionSettingDescription:"Set the emojis to be pinned and displayed when reacting."
pinnedEmojisSettingDescription:"Set the emojis to be pinned and displayed when viewing emoji picker."
emojiPickerDisplay:"Emoji picker display"
overwriteFromPinnedEmojisForReaction:"Override from reaction settings"
overwriteFromPinnedEmojis:"Override from general settings"
reactionSettingDescription2:"Drag to reorder, click to delete, press \"+\" to add."
cacheRemoteFilesDescription:"When this setting is disabled, remote files are loaded directly from the remote instance. Disabling this will decrease storage usage, but increase traffic, as thumbnails will not be generated."
cacheRemoteFilesDescription:"When this setting is disabled, remote files are loaded directly from the remote servers. Disabling this will decrease storage usage, but increase traffic, as thumbnails will not be generated."
youCanCleanRemoteFilesCache:"You can clear the cache by clicking the 🗑️ button in the file management view."
cacheRemoteSensitiveFilesDescription:"When this setting is disabled, sensitive remote files are loaded directly from the remote instance without caching."
@ -172,6 +185,10 @@ addAccount: "Add account"
reloadAccountsList:"Reload account list"
loginFailed:"Failed to sign in"
showOnRemote:"View on remote instance"
continueOnRemote:"Continue on a remote server"
chooseServerOnMisskeyHub:"Choose a server from the Misskey Hub"
specifyServerHost:"Specify a server host directly"
inputHostName:"Enter the domain"
general:"General"
wallpaper:"Wallpaper"
setWallpaper:"Set wallpaper"
@ -182,6 +199,7 @@ followConfirm: "Are you sure that you want to follow {name}?"
proxyAccount:"Proxy account"
proxyAccountDescription:"A proxy account is an account that acts as a remote follower for users under certain conditions. For example, when a user adds a remote user to the list, the remote user's activity will not be delivered to the instance if no local user is following that user, so the proxy account will follow instead."
host:"Host"
selectSelf:"Select myself"
selectUser:"Select a user"
recipient:"Recipient"
annotation:"Comments"
@ -197,6 +215,7 @@ perDay: "Per Day"
stopActivityDelivery:"Stop sending activities"
blockThisInstance:"Block this instance"
silenceThisInstance:"Silence this instance"
mediaSilenceThisInstance:"Media-silence this server"
operations:"Operations"
software:"Software"
version:"Version"
@ -217,7 +236,11 @@ clearCachedFilesConfirm: "Are you sure that you want to delete all cached remote
blockedInstances:"Blocked Instances"
blockedInstancesDescription:"List the hostnames of the instances you want to block separated by linebreaks. Listed instances will no longer be able to communicate with this instance."
silencedInstances:"Silenced instances"
silencedInstancesDescription:"List the hostnames of the instances that you want to silence. All accounts of the listed instances will be treated as silenced, can only make follow requests, and cannot mention local accounts if not followed. This will not affect blocked instances."
silencedInstancesDescription:"List the host names of the servers that you want to silence, separated by a new line. All accounts belonging to the listed servers will be treated as silenced, and can only make follow requests, and cannot mention local accounts if not followed. This will not affect the blocked servers."
mediaSilencedInstances:"Media-silenced servers"
mediaSilencedInstancesDescription:"List the host names of the servers that you want to media-silence, separated by a new line. All accounts belonging to the listed servers will be treated as sensitive, and can't use custom emojis. This will not affect the blocked servers."
showNoteActionsOnlyHover:"Only show note actions on hover"
showReactionsCount:"See the number of reactions in notes"
noHistory:"No history available"
signinHistory:"Login history"
enableAdvancedMfm:"Enable advanced MFM"
@ -564,6 +601,8 @@ ascendingOrder: "Ascending"
descendingOrder:"Descending"
scratchpad:"Scratchpad"
scratchpadDescription:"The Scratchpad provides an environment for AiScript experiments. You can write, execute, and check the results of it interacting with Misskey in it."
uiInspector:"UI inspector"
uiInspectorDescription:"You can see the UI component server list on memory. UI component will be generated by Ui:C: function."
output:"Output"
script:"Script"
disablePagesScript:"Disable AiScript on Pages"
@ -622,6 +661,7 @@ medium: "Medium"
small:"Small"
generateAccessToken:"Generate access token"
permission:"Permissions"
adminPermission:"Admin Permissions"
enableAll:"Enable all"
disableAll:"Disable all"
tokenRequested:"Grant access to account"
@ -638,7 +678,7 @@ smtpHost: "Host"
smtpPort:"Port"
smtpUser:"Username"
smtpPass:"Password"
emptyToDisableSmtpAuth:"Leave username and password empty to disable SMTP verification"
emptyToDisableSmtpAuth:"Leave username and password empty to disable SMTP authentication"
smtpSecure:"Use implicit SSL/TLS for SMTP connections"
smtpSecureInfo:"Turn this off when using STARTTLS"
testEmail:"Test email delivery"
@ -665,6 +705,7 @@ useGlobalSettingDesc: "If turned on, your account's notification settings will b
other:"Other"
regenerateLoginToken:"Regenerate login token"
regenerateLoginTokenDescription:"Regenerates the token used internally during login. Normally this action is not necessary. If regenerated, all devices will be logged out."
theKeywordWhenSearchingForCustomEmoji:"This is the keyword when searching for custom emojis."
setMultipleBySeparatingWithSpace:"Separate multiple entries with spaces."
fileIdOrUrl:"File ID or URL"
behavior:"Behavior"
@ -678,10 +719,7 @@ abuseReported: "Your report has been sent. Thank you very much."
reporter:"Reporter"
reporteeOrigin:"Reportee Origin"
reporterOrigin:"Reporter Origin"
forwardReport:"Forward report to remote instance"
forwardReportIsAnonymous:"Instead of your account, an anonymous system account will be displayed as reporter at the remote instance."
collapseRenotesDescription:"Collapse notes that you've reacted to or renoted before."
internalServerError:"Internal Server Error"
internalServerErrorDescription:"The server has run into an unexpected error."
copyErrorInfo:"Copy error details"
@ -1029,6 +1074,9 @@ resetPasswordConfirm: "Really reset your password?"
sensitiveWords:"Sensitive words"
sensitiveWordsDescription:"The visibility of all notes containing any of the configured words will be set to \"Home\" automatically. You can list multiple by separating them via line breaks."
sensitiveWordsDescription2:"Using spaces will create AND expressions and surrounding keywords with slashes will turn them into a regular expression."
prohibitedWords:"Prohibited words"
prohibitedWordsDescription:"Enables an error when attempting to post a note containing the set word(s). Multiple words can be set, separated by a new line."
prohibitedWordsDescription2:"Using spaces will create AND expressions and surrounding keywords with slashes will turn them into a regular expression."
hiddenTags:"Hidden hashtags"
hiddenTagsDescription:"Select tags which will not shown on trend list.\nMultiple tags could be registered by lines."
notesSearchNotAvailable:"Note search is unavailable."
preservedUsernamesDescription:"List usernames to reserve separated by linebreaks. These will become unable during normal account creation, but can be used by administrators to manually create accounts. Already existing accounts using these usernames will not be affected."
createNoteFromTheFile:"Compose note from this file"
channelArchiveConfirmDescription:"An archived channel won't appear in the channel list or search results anymore. New posts can also not be added to it anymore."
thisChannelArchived:"This channel has been archived."
preventAiLearningDescription:"Requests crawlers to not use posted text or image material etc. in machine learning (Predictive / Generative AI) data sets. This is achieved by adding a \"noai\" HTML-Response flag to the respective content. A complete prevention can however not be achieved through this flag, as it may simply be ignored."
options:"Options"
specifyUser:"Specific user"
lookupConfirm:"Do you want to look up?"
openTagPageConfirm:"Do you want to open a hashtag page?"
specifyHost:"Specific host"
failedToPreviewUrl:"Could not preview"
update:"Update"
rolesThatCanBeUsedThisEmojiAsReaction:"Roles that can use this emoji as reaction"
@ -1142,6 +1198,7 @@ showRenotes: "Show renotes"
edited:"Edited"
notificationRecieveConfig:"Notification Settings"
mutualFollow:"Mutual follow"
followingOrFollower:"Following or follower"
fileAttachedOnly:"Only notes with files"
showRepliesToOthersInTimeline:"Show replies to others in timeline"
hideRepliesToOthersInTimeline:"Hide replies to others from timeline"
@ -1150,6 +1207,13 @@ hideRepliesToOthersInTimelineAll: "Hide replies to others from everyone you foll
confirmShowRepliesAll:"This operation is irreversible. Would you really like to show replies to others from everyone you follow in your timeline?"
confirmHideRepliesAll:"This operation is irreversible. Would you really like to hide replies to others from everyone you follow in your timeline?"
externalServices:"External Services"
sourceCode:"Source code"
sourceCodeIsNotYetProvided:"Source code is not yet available. Contact the administrator to fix this problem."
repositoryUrl:"Repository URL"
repositoryUrlDescription:"If you are using Misskey as is (without any changes to the source code), enter https://github.com/misskey-dev/misskey"
repositoryUrlOrTarballRequired:"If you have not published a repository, you must provide a tarball instead. See .config/example.yml for more information."
feedback:"Feedback"
feedbackUrl:"Feedback URL"
impressum:"Impressum"
impressumUrl:"Impressum URL"
impressumDescription:"In some countries, like germany, the inclusion of operator contact information (an Impressum) is legally required for commercial websites."
@ -1159,6 +1223,7 @@ tosAndPrivacyPolicy: "Terms of Service and Privacy Policy"
avatarDecorations:"Avatar decorations"
attach:"Attach"
detach:"Remove"
detachAll:"Remove All"
angle:"Angle"
flip:"Flip"
showAvatarDecorations:"Show avatar decorations"
@ -1172,7 +1237,110 @@ cwNotationRequired: "If \"Hide content\" is enabled, a description must be provi
doReaction:"Add reaction"
code:"Code"
reloadRequiredToApplySettings:"Reloading is required to apply the settings."
remainingN:"Remaining: {n}"
overwriteContentConfirm:"Are you sure you want to overwrite the current content?"
withSensitive:"Include notes with sensitive files"
userSaysSomethingSensitive:"Post by {name} contains sensitive content"
enableHorizontalSwipe:"Swipe to switch tabs"
loading:"Loading"
surrender:"Cancel"
gameRetry:"Retry"
notUsePleaseLeaveBlank:"Leave blank if not used"
useTotp:"Enter the One-Time Password"
useBackupCode:"Use the backup codes"
launchApp:"Launch the app"
useNativeUIForVideoAudioPlayer:"Use UI of browser when play video and audio"
keepOriginalFilename:"Keep original file name"
keepOriginalFilenameDescription:"If you turn off this setting, files names will be replaced with random string automatically when you upload files."
noDescription:"There is no explanation"
alwaysConfirmFollow:"Always confirm when following"
inquiry:"Contact"
tryAgain:"Please try again later"
confirmWhenRevealingSensitiveMedia:"Confirm when revealing sensitive media"
sensitiveMediaRevealConfirm:"This might be a sensitive media. Are you sure to reveal?"
createdLists:"Created lists"
createdAntennas:"Created antennas"
fromX:"From {x}"
genEmbedCode:"Generate embed code"
noteOfThisUser:"Notes by this user"
clipNoteLimitExceeded:"No more notes can be added to this clip."
performance:"Performance"
modified:"Modified"
discard:"Discard"
thereAreNChanges:"There are {n} change(s)"
signinWithPasskey:"Sign in with Passkey"
unknownWebAuthnKey:"Unknown Passkey"
passkeyVerificationFailed:"Passkey verification has failed."
passkeyVerificationSucceededButPasswordlessLoginDisabled:"Passkey verification has succeeded but password-less login is disabled."
messageToFollower:"Message to followers"
target:"Target"
testCaptchaWarning:"This function is intended for CAPTCHA testing purposes.\n<strong>Do not use in a production environment.</strong>"
prohibitedWordsForNameOfUser:"Prohibited words for user names"
prohibitedWordsForNameOfUserDescription:"If any of the strings in this list are included in the user's name, the name will be denied. Users with moderator privileges are not affected by this restriction."
yourNameContainsProhibitedWords:"Your name contains prohibited words"
yourNameContainsProhibitedWordsDescription:"If you wish to use this name, please contact your server administrator."
thisContentsAreMarkedAsSigninRequiredByAuthor:"Set by the author to require login to view"
lockdown:"Lockdown"
pleaseSelectAccount:"Select an account"
_accountSettings:
requireSigninToViewContents:"Require sign-in to view contents"
requireSigninToViewContentsDescription1:"Require login to view all notes and other content you have created. This will have the effect of preventing crawlers from collecting your information."
requireSigninToViewContentsDescription2:"Content will not be displayed in URL previews (OGP), embedded in web pages, or on servers that don't support note quotes."
requireSigninToViewContentsDescription3:"These restrictions may not apply to federated content from other remote servers."
makeNotesFollowersOnlyBefore:"Make past notes to be displayed only to followers"
makeNotesFollowersOnlyBeforeDescription:"While this feature is enabled, only followers can see notes past the set date and time or have been visible for a set time. When it is deactivated, the note publication status will also be restored."
makeNotesHiddenBefore:"Make past notes private"
makeNotesHiddenBeforeDescription:"While this feature is enabled, notes that are past the set date and time or have been visible only to you. When it is deactivated, the note publication status will also be restored."
mayNotEffectForFederatedNotes:"Notes federated to a remote server may not be effective."
notesHavePassedSpecifiedPeriod:"Note that the specified time has passed"
notesOlderThanSpecifiedDateAndTime:"Notes before the specified date and time"
_abuseUserReport:
forward:"Forward"
forwardDescription:"Forward the report to a remote server as an anonymous system account."
resolve:"Resolve"
accept:"Accept"
reject:"Reject"
resolveTutorial:"If the report is legitimate in content, select \"Accept\" to mark the case as resolved in the affirmative.\nIf the content of the report is not legitimate, select \"Reject\" to mark the case as resolved in the negative."
_delivery:
status:"Delivery status"
stop:"Suspended"
resume:"Delivery resume"
_type:
none:"Publishing"
manuallySuspended:"Manually suspended"
goneSuspended:"Server is suspended due to server deletion"
autoSuspendedForNotResponding:"Server is suspended due to no responding"
_bubbleGame:
howToPlay:"How to play"
hold:"Hold"
_score:
score:"Score"
scoreYen:"Amount of money earned"
highScore:"High score"
maxChain:"Maximum number of chains"
yen:"{yen} Yen"
estimatedQty:"{qty} Pieces"
scoreSweets:"{onigiriQtyWithUnit} Onigiri"
_howToPlay:
section1:"Adjust the position and drop the object into the box."
section2:"When two objects of the same type touch each other, they will change into a different object and you score points."
section3:"The game is over when objects overflow from the box. Aim for a high score by fusing objects together while you avoid overflowing the box!"
_announcement:
forExistingUsers:"Existing users only"
forExistingUsersDescription:"This announcement will only be shown to users existing at the point of publishment if enabled. If disabled, those newly signing up after it has been posted will also see it."
@ -1182,7 +1350,7 @@ _announcement:
tooManyActiveAnnouncementDescription:"Having too many active announcements may worsen the user experience. Please consider archiving announcements that have become obsolete."
readConfirmTitle:"Mark as read?"
readConfirmText:"This will mark the contents of \"{title}\" as read."
shouldNotBeUsedToPresentPermanentInfo:"As it may significantly impact the user experience for new users, it is recommended to use notifications in the flow information rather than stock information."
shouldNotBeUsedToPresentPermanentInfo:"It's best to use announcements to publish fresh and time-bound information, not for information that will be relevant in the long term."
dialogAnnouncementUxWarn:"Having two or more dialog-style notifications simultaneously can significantly impact the user experience, so please use them carefully."
silence:"No notification"
silenceDescription:"Turning this on will skip the notification of this announcement and the user won't need to read it."
@ -1251,7 +1419,7 @@ _initialTutorial:
_exampleNote:
cw:"This will surely make you hungry!"
note:"Just had a chocolate-glazed donut 🍩😋"
useCases:"This is used when following the server guidelines for necessary notes or for self-restriction of spoiler or sensitive text."
useCases:"This is used when following the server guidelines, for necessary notes, or for self-restriction of spoiler or sensitive text."
_howToMakeAttachmentsSensitive:
title:"How to Mark Attachments as Sensitive?"
description:"For attachments that are required by server guidelines or that should not be left intact, add a \"sensitive\" flag."
@ -1283,6 +1451,10 @@ _serverSettings:
fanoutTimelineDescription:"Greatly increases performance of timeline retrieval and reduces load on the database when enabled. In exchange, memory usage of Redis will increase. Consider disabling this in case of low server memory or server instability."
fanoutTimelineDbFallback:"Fallback to database"
fanoutTimelineDbFallbackDescription:"When enabled, the timeline will fall back to the database for additional queries if the timeline is not cached. Disabling it further reduces the server load by eliminating the fallback process, but limits the range of timelines that can be retrieved."
reactionsBufferingDescription:"When enabled, performance during reaction creation will be greatly improved, reducing the load on the database. However, Redis memory usage will increase."
inquiryUrl:"Inquiry URL"
inquiryUrlDescription:"Specify a URL for the inquiry form to the server maintainer or a web page for the contact information."
thisSettingWillAutomaticallyOffWhenModeratorsInactive:"If no moderator activity is detected for a while, this setting will be automatically turned off to prevent spam."
_accountMigration:
moveFrom:"Migrate another account to this one"
moveFromSub:"Create alias to another account"
@ -1543,6 +1715,13 @@ _achievements:
_tutorialCompleted:
title:"Misskey Elementary Course Diploma"
description:"Tutorial completed"
_bubbleGameExplodingHead:
title:"🤯"
description:"The biggest object in the bubble game"
_bubbleGameDoubleExplodingHead:
title:"Double🤯"
description:"Two of the biggest objects in the bubble game at the same time"
flavor:"You can fill a lunch box like this 🤯 🤯 a bit."
canUpdateBioMedia:"Can edit an icon or a banner image"
pinMax:"Maximum number of pinned notes"
antennaMax:"Maximum number of antennas"
wordMuteMax:"Maximum number of characters allowed in word mutes"
@ -1604,9 +1785,21 @@ _role:
canHideAds:"Can hide ads"
canSearchNotes:"Usage of note search"
canUseTranslator:"Translator usage"
avatarDecorationLimit:"Maximum number of avatar decorations that can be applied"
canImportAntennas:"Allow importing antennas"
canImportBlocking:"Allow importing blocking"
canImportFollowing:"Allow importing following"
canImportMuting:"Allow importing muting"
canImportUserLists:"Allow importing lists"
_condition:
roleAssignedTo:"Assigned to manual roles"
isLocal:"Local user"
isRemote:"Remote user"
isCat:"Cat Users"
isBot:"Bot Users"
isSuspended:"Suspended user"
isLocked:"Private accounts"
isExplorable:"Effective user of \"make an account discoverable\""
createdLessThan:"Less than X has passed since account creation"
createdMoreThan:"More than X has passed since account creation"
followersLessThanOrEq:"Has X or fewer followers"
@ -1632,6 +1825,7 @@ _emailUnavailable:
disposable:"Disposable email addresses may not be used"
mx:"This email server is invalid"
smtp:"This email server is not responding"
banned:"You cannot register with this email address"
_ffVisibility:
public:"Public"
followers:"Visible to followers only"
@ -1675,6 +1869,7 @@ _plugin:
installWarn:"Please do not install untrustworthy plugins."
manage:"Manage plugins"
viewSource:"View source"
viewLog:"Show log"
_preferencesBackups:
list:"Created backups"
saveNew:"Save new backup"
@ -1704,6 +1899,8 @@ _aboutMisskey:
contributors:"Main contributors"
allContributors:"All contributors"
source:"Source code"
original:"Original"
thisIsModifiedVersion:"{name} uses a modified version of the original Misskey."
translation:"Translate Misskey"
donate:"Donate to Misskey"
morePatrons:"We also appreciate the support of many other helpers not listed here. Thank you! 🥰"
@ -1811,7 +2008,6 @@ _theme:
buttonBg:"Button background"
buttonHoverBg:"Button background (Hover)"
inputBorder:"Input field border"
listItemHoverBg:"List item background (Hover)"
driveFolderBg:"Drive folder background"
wallpaperOverlay:"Wallpaper overlay"
badge:"Badge"
@ -1823,8 +2019,6 @@ _sfx:
note:"New note"
noteMy:"Own note"
notification:"Notifications"
antenna:"Antennas"
channel:"Channel notifications"
reaction:"On choosing a reaction"
_soundSettings:
driveFile:"Use an audio file in Drive."
@ -1833,6 +2027,7 @@ _soundSettings:
driveFileTypeWarnDescription:"Select an audio file"
driveFileDurationWarn:"The audio is too long."
driveFileDurationWarnDescription:"Long audio may disrupt using Misskey. Still continue?"
driveFileError:"It couldn't load the sound. Please change the setting."
_ago:
future:"Future"
justNow:"Just now"
@ -1862,7 +2057,6 @@ _2fa:
registerTOTP:"Register authenticator app"
step1:"First, install an authentication app (such as {a} or {b}) on your device."
step2:"Then, scan the QR code displayed on this screen."
step2Click:"Clicking on this QR code will allow you to register 2FA to your security key or phone authenticator app."
step2Uri:"Enter the following URI if you are using a desktop program"
step3Title:"Enter an authentication code"
step3:"Enter the authentication code (token) provided by your app to finish setup."
@ -1886,6 +2080,7 @@ _2fa:
backupCodesDescription:"You can use these codes to gain access to your account in case of becoming unable to use your two-factor authentificator app. Each can only be used once. Please keep them in a safe place."
backupCodeUsedWarning:"A backup code has been used. Please reconfigure two-factor authentification as soon as possible if you are no longer able to use it."
backupCodesExhaustedWarning:"All backup codes have been used. Should you lose access to your two-factor authentification app, you will be unable to access this account. Please reconfigure two-factor authentification."
moreDetailedGuideHere:"Here is detailed guide"
_permissions:
"read:account": "View your account information"
"write:account": "Edit your account information"
@ -1923,6 +2118,54 @@ _permissions:
"write:flash": "Edit Plays"
"read:flash-likes": "View list of liked Plays"
"write:flash-likes": "Edit list of liked Plays"
"read:admin:abuse-user-reports": "View user reports"
"write:admin:delete-account": "Delete user account"
"write:admin:delete-all-files-of-a-user": "Delete all files of a user"
"read:admin:index-stats": "View database index stats"
shareAccess:"Would you like to authorize \"{name}\" to access this account?"
@ -1931,8 +2174,11 @@ _auth:
permissionAsk:"This application requests the following permissions"
pleaseGoBack:"Please go back to the application"
callback:"Returning to the application"
accepted:"Access granted"
denied:"Access denied"
scopeUser:"Operate as the following user"
pleaseLogin:"Please log in to authorize applications."
byClickingYouWillBeRedirectedToThisUrl:"When access is granted, you will automatically be redirected to the following URL"
_antennaSources:
all:"All notes"
homeTimeline:"Notes from followed users"
@ -2040,9 +2286,14 @@ _profile:
changeAvatar:"Change avatar"
changeBanner:"Change banner"
verifiedLinkDescription:"By entering an URL that contains a link to your profile here, an ownership verification icon can be displayed next to the field."
avatarDecorationMax:"You can add up to {max} decorations."
followedMessage:"Message when you are followed"
followedMessageDescription:"You can set a short message to be displayed to the recipient when they follow you."
followedMessageDescriptionForLockedAccount:"If you have set up that follow requests require approval, this will be displayed when you grant a follow request."
_exportOrImport:
allNotes:"All notes"
favoritedNotes:"Favorite notes"
clips:"Clip"
followingList:"Followed users"
muteList:"Muted users"
blockingList:"Blocked users"
@ -2096,6 +2347,7 @@ _play:
title:"Title"
script:"Script"
summary:"Description"
visibilityDescription:"Putting it private means it won't be visible on your profile, but anyone that has the URL can still access it."
_pages:
newPage:"Create a new Page"
editPage:"Edit this Page"
@ -2130,6 +2382,7 @@ _pages:
eyeCatchingImageSet:"Set thumbnail"
eyeCatchingImageRemove:"Delete thumbnail"
chooseBlock:"Add a block"
enterSectionTitle:"Enter a section title"
selectType:"Select a type"
contentBlocks:"Content"
inputBlocks:"Input"
@ -2140,6 +2393,8 @@ _pages:
section:"Section"
image:"Images"
button:"Button"
dynamic:"Dynamic Blocks"
dynamicDescription:"This block has been abolished. Please use {play} from now on."
note:"Embedded note"
_note:
id:"Note ID"
@ -2169,8 +2424,12 @@ _notification:
sendTestNotification:"Send test notification"
notificationWillBeDisplayedLikeThis:"Notifications look like this"
reactedBySomeUsers:"{n} users reacted"
likedBySomeUsers:"{n} users liked your note"
renotedBySomeUsers:"Renote from {n} users"
followedBySomeUsers:"Followed by {n} users"
flushNotification:"Clear notifications"
exportOfXCompleted:"Export of {x} has been completed"
login:"Someone logged in"
_types:
all:"All"
note:"New notes"
@ -2185,6 +2444,9 @@ _notification:
followRequestAccepted:"Accepted follow requests"
roleAssigned:"Role given"
achievementEarned:"Achievement unlocked"
exportCompleted:"The export has been completed"
login:"Sign In"
test:"Notification test"
app:"Notifications from linked apps"
_actions:
followBack:"followed you back"
@ -2194,6 +2456,7 @@ _deck:
alwaysShowMainColumn:"Always show main column"
columnAlign:"Align columns"
addColumn:"Add column"
newNoteNotificationSettings:"Notification setting for new notes"
configureColumn:"Column settings"
swapLeft:"Swap with the left column"
swapRight:"Swap with the right column"
@ -2232,9 +2495,10 @@ _drivecleaner:
orderByCreatedAtAsc:"Ascending Dates"
_webhookSettings:
createWebhook:"Create Webhook"
modifyWebhook:"Modify Webhook"
name:"Name"
secret:"Secret"
events:"Webhook Events"
trigger:"Trigger"
active:"Enabled"
_events:
follow:"When following a user"
@ -2244,6 +2508,29 @@ _webhookSettings:
renote:"When renoted"
reaction:"When receiving a reaction"
mention:"When being mentioned"
_systemEvents:
abuseReport:"When received a new report"
abuseReportResolved:"When resolved report"
userCreated:"When user is created"
inactiveModeratorsWarning:"When moderators have been inactive for a while"
inactiveModeratorsInvitationOnlyChanged:"When a moderator has been inactive for a while, and the server is changed to invitation-only"
deleteConfirm:"Are you sure you want to delete the Webhook?"
testRemarks:"Click the button to the right of the switch to send a test Webhook with dummy data."
_abuseReport:
_notificationRecipient:
createRecipient:"Add a recipient for reports"
modifyRecipient:"Edit a recipient for reports"
recipientType:"Notification type"
_recipientType:
mail:"Email"
webhook:"Webhook"
_captions:
mail:"Send the email to moderators' email addresses when you receive reports."
webhook:"Send a notification to System Webhook when you receive or resolve reports."
keywords:"Keywords"
notifiedUser:"Users to notify"
notifiedWebhook:"Webhook to use"
deleteConfirm:"Are you sure that you want to delete the notification recipient?"
description:"Prevents images/videos from being loaded automatically. Hidden images/videos will be loaded when tapped."
_avatar:
title:"Avatar image"
description:"Stop avatar image animation. Animated images can be larger in file size than normal images, potentially leading to further reductions in data traffic."
_urlPreview:
title:"URL preview thumbnails"
description:"URL preview thumbnail images will no longer be loaded."
_code:
title:"Code highlighting"
description:"If code highlighting notations are used in MFM, etc., they will not load until tapped. Syntax highlighting requires downloading the highlight definition files for each programming language. Therefore, disabling the automatic loading of these files is expected to reduce the amount of communication data."
_hemisphere:
N:"Northern Hemisphere"
S:"Southern Hemisphere"
caption:"Used in some client settings to determine season."
_reversi:
reversi:"Reversi"
gameSettings:"Game settings"
chooseBoard:"Choose a board"
blackOrWhite:"Black/White"
blackIs:"{name} is playing Black"
rules:"Rules"
thisGameIsStartedSoon:"The game will begin shortly"
waitingForOther:"Waiting for opponent's turn"
waitingForMe:"Waiting for your turn"
waitingBoth:"Get ready"
ready:"Ready"
cancelReady:"Not ready"
opponentTurn:"Opponent's turn"
myTurn:"Your turn"
turnOf:"It's {name}'s turn"
pastTurnOf:"{name}'s turn"
surrender:"Surrender"
surrendered:"Surrendered"
timeout:"Out of time"
drawn:"Draw"
won:"{name} wins"
black:"Black"
white:"White"
total:"Total"
turnCount:"Turn {count}"
myGames:"My rounds"
allGames:"All rounds"
ended:"Ended"
playing:"Currently playing"
isLlotheo:"The one with fewer stones wins (Llotheo)"
loopedMap:"Looping map"
canPutEverywhere:"Tiles are placeable everywhere"
timeLimitForEachTurn:"Time limit for turn"
freeMatch:"Free Match"
lookingForPlayer:"Finding opponent..."
gameCanceled:"The game has been cancelled."
shareToTlTheGameWhenStart:"Share Game to timeline when started"
iStartedAGame:"The game has begun! #MisskeyReversi"
opponentHasSettingsChanged:"The opponent has changed their settings."
maximumContentLengthDescription:"If Content-Length is higher than this value, the preview won't be generated."
requireContentLength:"Generate the preview only if you could get Content-Length"
requireContentLengthDescription:"If other server doesn't return Content-Length, the preview won't be generated."
userAgent:"User-Agent"
userAgentDescription:"Sets the User-Agent to be used when retrieving previews. If left blank, the default User-Agent will be used."
summaryProxy:"Proxy endpoints that generate previews"
summaryProxyDescription:"Not Misskey itself, but generate previews using Summaly Proxy."
summaryProxyDescription2:"The following parameters are linked to the proxy as a query string. If the proxy does not support them, the values are ignored."
_mediaControls:
pip:"Picture in Picture"
playbackRate:"Playback Speed"
loop:"Loop playback"
_contextMenu:
title:"Context menu"
app:"Application"
appWithShift:"Application with shift key"
native:"Native"
_embedCodeGen:
title:"Customize embed code"
header:"Show header"
autoload:"Automatically load more (deprecated)"
maxHeight:"Max height"
maxHeightDescription:"Setting it to 0 disables the max height setting. Specify some value to prevent the widget from continuing to expand vertically."
maxHeightWarn:"The max height limit is disabled (0). If this was not intended, set the max height to some value."
previewIsNotActual:"The display differs from the actual embedding because it exceeds the range displayed on the preview screen."
rounded:"Make it rounded"
border:"Add a border to the outer frame"
applyToPreview:"Apply to the preview"
generateCode:"Generate embed code"
codeGenerated:"The code has been generated"
codeGeneratedDescription:"Paste the generated code into your website to embed the content."
@ -130,6 +136,7 @@ overwriteFromPinnedEmojis: "Sobreescribir los emojis fijados"
reactionSettingDescription2:"Arrastre para reordenar, click para borrar, apriete la tecla + para añadir."
rememberNoteVisibility:"Recordar visibilidad"
attachCancel:"Quitar adjunto"
deleteFile:"Archivo eliminado"
markAsSensitive:"Marcar como sensible"
unmarkAsSensitive:"Desmarcar como sensible"
enterFileName:"Ingrese el nombre del archivo"
@ -150,6 +157,7 @@ editList: "Editar lista"
selectChannel:"Seleccionar canal"
selectAntenna:"Seleccionar antena"
editAntenna:"Editar antena"
createAntenna:"Crear una antena"
selectWidget:"Seleccionar widget"
editWidgets:"Editar widgets"
editWidgetsExit:"Terminar edición"
@ -176,6 +184,10 @@ addAccount: "Agregar Cuenta"
reloadAccountsList:"Recargar lista de cuentas"
loginFailed:"Error al iniciar sesión."
showOnRemote:"Ver en una instancia remota"
continueOnRemote:"Ver en una instancia remota"
chooseServerOnMisskeyHub:"Elegir un servidor en Misskey Hub"
specifyServerHost:"Especifica una instancia directamente"
inputHostName:"Introduzca el dominio"
general:"General"
wallpaper:"Fondo de pantalla"
setWallpaper:"Establecer fondo de pantalla"
@ -234,7 +246,7 @@ done: "Terminado"
processing:"Procesando"
preview:"Vista previa"
default:"Predeterminado"
defaultValueIs:"Predeterminado"
defaultValueIs:"Por defecto: {value}"
noCustomEmojis:"No hay emojis personalizados"
noJobs:"No hay trabajos"
federating:"Federando"
@ -301,7 +313,7 @@ location: "Lugar"
theme:"Tema"
themeForLightMode:"Tema para usar en Modo Linterna"
themeForDarkMode:"Tema para usar en Modo Oscuro"
light:"Linterna"
light:"Claro"
dark:"Oscuro"
lightThemes:"Tema claro"
darkThemes:"Tema oscuro"
@ -379,6 +391,11 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Habilitar hCaptcha"
hcaptchaSiteKey:"Clave del sitio"
hcaptchaSecretKey:"Clave secreta"
mcaptcha:"mCaptcha"
enableMcaptcha:"Activar mCaptcha"
mcaptchaSiteKey:"Clave del sitio"
mcaptchaSecretKey:"Clave secreta"
mcaptchaInstanceUrl:"URL del servidor mCaptcha"
recaptcha:"reCAPTCHA"
enableRecaptcha:"activar reCAPTCHA"
recaptchaSiteKey:"Clave del sitio"
@ -394,6 +411,7 @@ name: "Nombre"
antennaSource:"Origen de la antena"
antennaKeywords:"Palabras clave para recibir"
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"
notifyAntenna:"Notificar nueva nota"
withFileAntenna:"Sólo notas con archivos adjuntados"
@ -486,8 +504,10 @@ uiLanguage: "Idioma de visualización de la interfaz"
aboutX:"Acerca de {x}"
emojiStyle:"Estilo de emoji"
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"
showReactionsCount:"Mostrar el número de reacciones en las notas"
noHistory:"No hay datos en el historial"
signinHistory:"Historial de ingresos"
enableAdvancedMfm:"Habilitar MFM avanzado"
@ -626,6 +646,7 @@ medium: "Mediano"
small:"Pequeño"
generateAccessToken:"Generar token de acceso"
permission:"Permisos"
adminPermission:"Permiso de administrador"
enableAll:"Activar todo"
disableAll:"Desactivar todo"
tokenRequested:"Permiso de acceso a la cuenta"
@ -669,6 +690,7 @@ useGlobalSettingDesc: "Al activarse, se usará la configuración de notificacion
other:"Otro"
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."
theKeywordWhenSearchingForCustomEmoji:"Palabra clave para buscar el emoji personalizado."
setMultipleBySeparatingWithSpace:"Puedes añadir mas de uno, separado por espacios."
fileIdOrUrl:"Id del archivo o URL"
behavior:"Comportamiento"
@ -682,10 +704,7 @@ abuseReported: "Se ha enviado el reporte. Muchas gracias."
reporter:"Reportador"
reporteeOrigin:"Reportar a"
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"
abuseMarkAsResolved:"Marcar reporte como resuelto"
openInNewTab:"Abrir en una Nueva Pestaña"
openInSideView:"Abrir en una vista al costado"
defaultNavigationBehaviour:"Navegación por defecto"
@ -910,6 +929,9 @@ oneHour: "1 hora"
oneDay:"1 día"
oneWeek:"1 semana"
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"
failedToFetchAccountInformation:"No se pudo obtener información de la cuenta"
rateLimitExceeded:"Se excedió el límite de peticiones"
@ -983,6 +1005,7 @@ neverShow: "No mostrar de nuevo"
remindMeLater:"Recordar después"
didYouLikeMisskey:"¿Te gusta Misskey?"
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}"
roles:"Roles"
role:"Rol"
noRole:"Rol no encontrado"
@ -1033,6 +1056,9 @@ resetPasswordConfirm: "¿Realmente quieres cambiar la contraseña?"
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"
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"
@ -1051,6 +1077,8 @@ limitWidthOfReaction: "Limitar ancho de las reacciones"
noteIdOrUrl:"ID o URL de la nota"
video:"Video"
videos:"Video"
audio:"Sonido"
audioFiles:"Sonido"
dataSaver:"Ahorro de datos"
accountMigration:"Migración de cuenta"
accountMoved:"Este usuario se movió a una nueva cuenta:"
@ -1078,6 +1106,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."
createNoteFromTheFile:"Componer una nota desde éste archivo"
archive:"Archivo"
archived:"Archivado"
unarchive:"Desarchivar"
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."
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"
@ -1154,6 +1185,13 @@ hideRepliesToOthersInTimelineAll: "Ocultar tus respuestas a otros usuarios que s
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."
@ -1181,6 +1219,61 @@ remainingN: "Faltan: {n}"
overwriteContentConfirm:"¿Quieres sustituir todo el contenido actual?"
seasonalScreenEffect:"Efectos de pantalla asociados a estaciones"
decorate:"Decorar"
addMfmFunction:"Añadir función MFM"
enableQuickAddMfmFunction:"Activar acceso rápido para añadir funciones MFM"
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:
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."
@ -1294,7 +1387,7 @@ _serverSettings:
_accountMigration:
moveFrom:"Trasladar de otra cuenta a ésta"
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"
moveTo:"Mover esta cuenta a una nueva"
moveToLabel:"Cuenta destino:"
@ -1551,6 +1644,13 @@ _achievements:
_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:
new:"Crear rol"
edit:"Editar rol"
@ -1591,6 +1691,7 @@ _role:
gtlAvailable:"Explorar la línea de tiempo global"
ltlAvailable:"Explorar la línea de tiempo local"
canPublicNote:"Permitir la publicación"
mentionMax:"Número máximo de menciones en una nota"
canInvite:"Puede crear códigos de invitación"
inviteLimit:"Límite de invitaciones"
inviteLimitCycle:"Enfriamiento del límite de invitaciones"
@ -1614,8 +1715,13 @@ _role:
canUseTranslator:"Uso de traductor"
avatarDecorationLimit:"Número máximo de decoraciones de avatar"
_condition:
roleAssignedTo:"Asignado a roles manuales"
isLocal:"Usuario local"
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"
createdMoreThan:"Más de X han pasado desde la creación de la cuenta"
followersLessThanOrEq:"Tiene X o menos seguidores"
@ -1685,6 +1791,7 @@ _plugin:
installWarn:"Por favor no instale plugins que no son de confianza"
manage:"Gestionar plugins"
viewSource:"Ver la fuente"
viewLog:"Ver log"
_preferencesBackups:
list:"Respaldos creados"
saveNew:"Guardar nuevo respaldo"
@ -1714,6 +1821,8 @@ _aboutMisskey:
contributors:"Principales colaboradores"
allContributors:"Todos los colaboradores"
source:"Código fuente"
original:"Original"
thisIsModifiedVersion:"{name} usa una versión modificada de Misskey."
translation:"Traducir Misskey"
donate:"Donar a Misskey"
morePatrons:"Muchas más personas nos apoyan. Muchas gracias🥰"
@ -1821,7 +1930,6 @@ _theme:
buttonBg:"Fondo de botón"
buttonHoverBg:"Fondo de botón (hover)"
inputBorder:"Borde de los campos de entrada"
listItemHoverBg:"Fondo de elemento de listas (hover)"
driveFolderBg:"Fondo de capeta del drive"
wallpaperOverlay:"Transparencia del fondo de pantalla"
badge:"Medalla"
@ -1833,8 +1941,6 @@ _sfx:
note:"Notas"
noteMy:"Nota (a mí mismo)"
notification:"Notificaciones"
antenna:"Antena receptora"
channel:"Notificaciones del canal"
reaction:"Al seleccionar una reacción"
_soundSettings:
driveFile:"Usar un archivo de audio en Drive"
@ -1872,7 +1978,6 @@ _2fa:
registerTOTP:"Registrar aplicación autenticadora"
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."
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."
step3Title:"Ingresa un código de autenticación"
step3:"Para terminar, ingrese el token mostrado en la aplicación."
@ -1896,6 +2001,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."
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."
moreDetailedGuideHere:"Guía detallada"
_permissions:
"read:account": "Ver información de la cuenta"
"write:account": "Editar información de la cuenta"
@ -1933,6 +2039,54 @@ _permissions:
"write:flash": "Editar Plays"
"read:flash-likes": "Ver los 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:
shareAccessTitle:"Permisos de la aplicación"
shareAccess:"¿Desea permitir el acceso a la cuenta \"{name}\"?"
@ -2054,6 +2208,7 @@ _profile:
_exportOrImport:
allNotes:"Todas las notas"
favoritedNotes:"Notas favoritas"
clips:"Clip"
followingList:"Siguiendo"
muteList:"Silenciados"
blockingList:"Bloqueados"
@ -2107,6 +2262,7 @@ _play:
title:"Título"
script:"Script"
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:
newPage:"Crear página"
editPage:"Editar página"
@ -2151,6 +2307,8 @@ _pages:
section:"Sección"
image:"Imagen"
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:
id:"Id de la nota"
@ -2196,6 +2354,8 @@ _notification:
followRequestAccepted:"El seguimiento fue aceptado"
roleAssigned:"Rol asignado"
achievementEarned:"Logro desbloqueado"
login:"Iniciar sesión"
test:"Pruebas de nofiticaciones"
app:"Notificaciones desde aplicaciones"
_actions:
followBack:"Te sigue de vuelta"
@ -2245,7 +2405,6 @@ _webhookSettings:
createWebhook:"Crear Webhook"
name:"Nombre"
secret:"Secreto"
events:"Eventos de webhook"
active:"Activado"
_events:
follow:"Cuando se sigue a alguien"
@ -2255,6 +2414,14 @@ _webhookSettings:
renote:"Cuando reciba un \"re-note\""
reaction:"Cuando se recibe una reacción"
mention:"Cuando hay una mención"
_systemEvents:
userCreated:"Cuando se crea el usuario."
_abuseReport:
_notificationRecipient:
_recipientType:
mail:"Correo"
webhook:"Webhook"
keywords:"Palabras Clave"
_moderationLogTypes:
createRole:"Rol creado"
deleteRole:"Rol eliminado"
@ -2353,3 +2520,19 @@ _dataSaver:
_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)"
introMisskey:"Bienvenue! Misskey est un service de microblogage décentralisé, libre et ouvert.\nÉcrivez des «notes» et partagez ce qui se passe à l’instant présent, autour de vous avec les autres 📡\nLa fonction «réactions», vous permet également d’ajouter une réaction rapide aux notes des autres utilisateur·rice·s 👍\nExplorons un nouveau monde 🚀"
poweredByMisskeyDescription:"{nom} est l'un des services propulsés par la plateforme ouverte <b>Misskey</b> (appelée \"instance Misskey\")."
poweredByMisskeyDescription:"{name} est l'un des services propulsés par la plateforme ouverte <b>Misskey</b> (appelée \"instance Misskey\")."
monthAndDay:"{day}/{month}"
search:"Rechercher"
notifications:"Notifications"
@ -129,7 +129,8 @@ overwriteFromPinnedEmojisForReaction: "Remplacer par les émojis épinglés pour
overwriteFromPinnedEmojis:"Remplacer par les émojis épinglés globalement"
reactionSettingDescription2:"Déplacer pour réorganiser, cliquer pour effacer, utiliser « + » pour ajouter."
rememberNoteVisibility:"Se souvenir de la visibilité des notes"
attachCancel:"Supprimer le fichier attaché"
attachCancel:"Supprimer le fichier joint"
deleteFile:"Fichier supprimé"
markAsSensitive:"Marquer comme sensible"
unmarkAsSensitive:"Supprimer le marquage comme sensible"
enterFileName:"Entrer le nom du fichier"
@ -168,7 +169,7 @@ cacheRemoteSensitiveFilesDescription: "Si vous désactivez ce paramètre, les fi
flagAsBot:"Ce compte est un robot"
flagAsBotDescription:"Si ce compte est géré de manière automatisée, choisissez cette option. Si elle est activée, elle agira comme un marqueur pour les autres développeurs afin d'éviter des chaînes d'interaction sans fin avec d'autres robots et d'ajuster les systèmes internes de Misskey pour traiter ce compte comme un robot."
flagAsCat:"Ce compte est un chat"
flagAsCatDescription:"Activer l'option \" Je suis un chat \" pour ce compte."
flagAsCatDescription:"Miaou miaou miaou ?"
flagShowTimelineReplies:"Afficher les réponses dans le fil"
flagShowTimelineRepliesDescription:"Affiche les réponses des utilisateurs aux notes des autres utilisateurs dans la timeline si cette option est activée."
autoAcceptFollowed:"Accepter automatiquement les demandes d’abonnement venant d’utilisateur·rice·s que vous suivez"
@ -379,6 +380,11 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Activer hCaptcha"
hcaptchaSiteKey:"Clé du site"
hcaptchaSecretKey:"Clé secrète"
mcaptcha:"mCaptcha"
enableMcaptcha:"Activer mCaptcha"
mcaptchaSiteKey:"Clé du site"
mcaptchaSecretKey:"Clé secrète"
mcaptchaInstanceUrl:"URL de l'instance de mCaptcha"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Activer reCAPTCHA"
recaptchaSiteKey:"Clé du site"
@ -394,9 +400,10 @@ name: "Nom"
antennaSource:"Source de l’antenne"
antennaKeywords:"Mots clés à recevoir"
antennaExcludeKeywords:"Mots clés à exclure"
antennaExcludeBots:"Exclure les comptes robot"
antennaKeywordsDescription:"Séparer avec des espaces pour la condition AND. Séparer avec un saut de ligne pour une condition OR."
notifyAntenna:"Me notifier pour les nouvelles notes"
withFileAntenna:"Notes ayant des attachements uniquement"
withFileAntenna:"Notes ayant des fichiers joints uniquement"
enableServiceworker:"Activer ServiceWorker"
antennaUsersDescription:"Saisissez un seul nom d’utilisateur·rice par ligne"
caseSensitive:"Sensible à la casse"
@ -486,8 +493,8 @@ uiLanguage: "Langue d’affichage de l’interface"
aboutX:"À propos de {x}"
emojiStyle:"Style des émojis"
native:"Natif"
disableDrawer:"Les menus ne s'affichent pas dans le tiroir"
showNoteActionsOnlyHover:"Afficher les actions de note uniquement au survol"
showReactionsCount:"Afficher le nombre de réactions des notes"
noHistory:"Pas d'historique"
signinHistory:"Historique de connexion"
enableAdvancedMfm:"Activer la MFM avancée"
@ -520,7 +527,7 @@ hideThisNote: "Masquer cette note"
showFeaturedNotesInTimeline:"Afficher les notes des Tendances dans le fil d'actualité"
objectStorage:"Stockage d'objets"
useObjectStorage:"Utiliser le stockage d'objets"
objectStorageBaseUrl:"Base URL"
objectStorageBaseUrl:"URL de base"
objectStorageBaseUrlDesc:"Préfixe d’URL utilisé pour construire l’URL vers le référencement d’objet (média). Spécifiez son URL si vous utilisez un CDN ou un proxy, sinon spécifiez l’adresse accessible au public selon le guide de service que vous allez utiliser. P.ex. 'https://<bucket>.s3.amazonaws.com' pour AWS S3 et 'https://storage.googleapis.com/<bucket>' pour GCS."
objectStorageBucket:"Bucket"
objectStorageBucketDesc:"Veuillez spécifier le nom du compartiment utilisé sur le service configuré."
@ -535,6 +542,7 @@ objectStorageUseSSLDesc: "Désactivez cette option si vous n'utilisez pas HTTPS
objectStorageUseProxy:"Se connecter via proxy"
objectStorageUseProxyDesc:"Désactivez cette option si vous n'utilisez pas de proxy pour la connexion API"
objectStorageSetPublicRead:"Régler sur « public » lors de l'envoi"
s3ForcePathStyleDesc:"Si s3ForcePathStyle est activé, le nom du compartiment doit être spécifié comme une partie du chemin de l'URL plutôt que le nom d'hôte. Il faudra peut-être l'activer lors de l'utilisation d'une instance de Minio autohébergée, etc."
serverLogs:"Journal du serveur"
deleteAll:"Supprimer tout"
showFixedPostForm:"Afficher le formulaire de publication en haut du fil d'actualité"
@ -625,6 +633,7 @@ medium: "Moyen"
small:"Petit"
generateAccessToken:"Générer un jeton d'accès"
permission:"Autorisations"
adminPermission:"Droits de l'administrateur"
enableAll:"Tout activer"
disableAll:"Tout désactiver"
tokenRequested:"Autoriser l'accès au compte"
@ -648,7 +657,7 @@ testEmail: "Tester la distribution de courriel"
wordMute:"Filtre de mots"
hardWordMute:"Filtre de mots dur"
regexpError:"Erreur d’expression régulière"
regexpErrorDescription:"Une erreur s'est produite dans l'expression régulière sur la ligne {ligne} de votre mot muet {tab} :"
regexpErrorDescription:"Une erreur s'est produite dans l'expression régulière sur la ligne {line} de votre mot muet {tab} :"
instanceMute:"Instance en sourdine"
userSaysSomething:"{name} a dit quelque chose"
makeActive:"Activer"
@ -668,6 +677,7 @@ useGlobalSettingDesc: "S'il est activé, les paramètres de notification de votr
other:"Autre"
regenerateLoginToken:"Régénérer le jeton de connexion"
regenerateLoginTokenDescription:"Générer un nouveau jeton d'authentification. Cette opération ne devrait pas être nécessaire ; lors de la génération d'un nouveau jeton, tous les appareils seront déconnectés. "
theKeywordWhenSearchingForCustomEmoji:"Ce mot-clé est utilisé lors de la recherche des émojis personnalisés."
setMultipleBySeparatingWithSpace:"Vous pouvez en définir plusieurs, en les séparant par des espaces."
fileIdOrUrl:"ID du fichier ou URL"
behavior:"Comportement"
@ -681,10 +691,7 @@ abuseReported: "Le rapport est envoyé. Merci."
reporter:"Signalé par"
reporteeOrigin:"Origine du signalement"
reporterOrigin:"Signalé par"
forwardReport:"Transférer le signalement à l’instance distante"
forwardReportIsAnonymous:"L'instance distante ne sera pas en mesure de voir vos informations et apparaîtra comme un compte anonyme du système."
send:"Envoyer"
abuseMarkAsResolved:"Marquer le signalement comme résolu"
openInNewTab:"Ouvrir dans un nouvel onglet"
openInSideView:"Ouvrir en vue latérale"
defaultNavigationBehaviour:"Navigation par défaut"
@ -696,7 +703,7 @@ system: "Système"
switchUi:"Modifier l'interface utilisateur"
desktop:"Bureau"
clip:"Clip"
createNew:"Créer nouveau"
createNew:"Créer"
optional:"Facultatif"
createNewClip:"Créer un nouveau clip"
unclip:"Supprimer le clip"
@ -982,6 +989,7 @@ neverShow: "Ne plus afficher"
remindMeLater:"Peut-être plus tard"
didYouLikeMisskey:"Avez-vous aimé Misskey ?"
pleaseDonate:"Misskey est le logiciel libre utilisé par {host}. Merci de faire un don pour que nous puissions continuer à le développer !"
correspondingSourceIsAvailable:"Le code source correspondant est disponible à {anchor}"
roles:"Rôles"
role:"Rôles"
noRole:"Aucun rôle"
@ -996,6 +1004,7 @@ youCannotCreateAnymore: "Vous avez atteint la limite de création."
cannotPerformTemporaryDescription:"Temporairement indisponible puisque le nombre d'opérations dépasse la limite. Veuillez patienter un peu, puis réessayer."
invalidParamError:"Paramètres invalides"
invalidParamErrorDescription:"Les paramètres de la requête sont invalides. Il s'agit généralement d'un bogue, mais cela peut aussi être causé par un excès de caractères ou quelque chose de similaire."
permissionDeniedError:"Opération refusée"
permissionDeniedErrorDescription:"Ce compte n'a pas la permission d'effectuer cette opération."
internalServerErrorDescription:"Une erreur inattendue s'est produite sur le serveur."
copyErrorInfo:"Copier les détails de l’erreur"
joinThisServer:"S'inscrire à cette instance"
exploreOtherServers:"Trouver une autre instance"
@ -1028,12 +1038,20 @@ nonSensitiveOnlyForLocalLikeOnlyForRemote: "Non sensibles seulement (mentions j'
rolesAssignedToMe:"Rôles attribués à moi"
resetPasswordConfirm:"Souhaitez-vous réinitialiser votre mot de passe?"
sensitiveWords:"Mots sensibles"
sensitiveWordsDescription:"Définir la visibilité des notes contenant un mot défini ici au fil principal automatiquement. Vous pouvez définir plusieurs valeurs en les séparant par des sauts de ligne."
sensitiveWordsDescription2:"Séparer par une espace pour créer une expression AND ; entourer de barres obliques pour créer une expression régulière."
prohibitedWords:"Mots interdits"
prohibitedWordsDescription:"Publier une note contenant un mot défini ici produira une erreur. Vous pouvez définir plusieurs valeurs en les séparant par des sauts de ligne."
prohibitedWordsDescription2:"Séparer par une espace pour créer une expression AND ; entourer de barres obliques pour créer une expression régulière."
hiddenTags:"Hashtags cachés"
hiddenTagsDescription:"Les hashtags définis ne s'afficheront pas dans les tendances. Vous pouvez définir plusieurs hashtags en faisant un saut de ligne."
notesSearchNotAvailable:"La recherche de notes n'est pas disponible."
license:"Licence"
unfavoriteConfirm:"Vraiment supprimer des favoris ?"
myClips:"Mes clips"
drivecleaner:"Nettoyeur du Disque"
retryAllQueuesNow:"Réessayer tous les fils d'attente immédiatement"
retryAllQueuesConfirmTitle:"Vraiment réessayer ?"
retryAllQueuesConfirmText:"Cela peut augmenter temporairement la charge du serveur."
enableChartsForRemoteUser:"Générer les graphiques pour les utilisateurs distants"
enableChartsForFederatedInstances:"Générer les graphiques pour les instances distantes"
@ -1043,6 +1061,8 @@ limitWidthOfReaction: "Limiter la largeur maximale des réactions et les affiche
noteIdOrUrl:"Identifiant de la note ou URL"
video:"Vidéo"
videos:"Vidéos"
audio:"Audio"
audioFiles:"Fichiers audio"
dataSaver:"Économiseur de données"
accountMigration:"Migration de compte"
accountMoved:"Cet·te utilisateur·rice a migré son compte vers :"
@ -1067,9 +1087,13 @@ pleaseConfirmBelowBeforeSignup: "Pour vous inscrire sur cette instance, vous dev
pleaseAgreeAllToContinue:"Pour continuer, veuillez accepter tous les champs ci-dessus."
preservedUsernamesDescription:"Énumérez les noms d'utilisateur à réserver, séparés par des nouvelles lignes. Les noms d'utilisateur spécifiés ici ne seront plus utilisables lors de la création d'un compte, sauf la création manuelle par un administrateur. De plus, les comptes existants ne seront pas affectés."
createNoteFromTheFile:"Rédiger une note de ce fichier"
channelArchiveConfirmDescription:"Une fois archivé, le canal n'apparaîtra plus dans la liste des canaux ni dans les résultats de recherche, et la publication des nouvelles notes sera impossible."
thisChannelArchived:"Ce canal a été archivé."
displayOfNote:"Affichage de la note"
initialAccountSetting:"Configuration initiale du profil"
enableServerMachineStats:"Publier les statistiques du matériel du serveur"
enableIdenticonGeneration:"Générer les identicons des utilisateurs"
turnOffToImprovePerformance:"Désactiver peut améliorer la performance."
createInviteCode:"Créer un code d'invitation"
createWithOptions:"Options"
createCount:"Quantité à créer"
inviteCodeCreated:"Code d'invitation créé"
inviteLimitExceeded:"Vous avez atteint la limite de codes d'invitation que vous pouvez générer."
createLimitRemaining:"Codes d'invitation pouvant être créés:{limit} restants"
inviteLimitResetCycle:"Vous pouvez créer jusqu'à {limit} codes d'invitation en {time}."
expirationDate:"Date d’expiration"
noExpirationDate:"Ne pas expirer"
inviteCodeUsedAt:"Code d'invitation utilisé à"
registeredUserUsingInviteCode:"Code d'invitation utilisé par"
waitingForMailAuth:"En attente de la vérification de l'adresse courriel"
inviteCodeCreator:"Créateur·rice de ce code d'invitation"
usedAt:"Utilisé le"
@ -1095,17 +1136,23 @@ used: "Utilisé"
expired:"Expiré"
doYouAgree:"Êtes-vous d’accord?"
beSureToReadThisAsItIsImportant:"Assurez-vous de le lire; c'est important."
iHaveReadXCarefullyAndAgree:"J'ai lu le contenu de « {x} » et donne mon accord."
dialog:"Dialogue"
icon:"Avatar"
forYou:"Pour vous"
currentAnnouncements:"Annonces actuelles"
pastAnnouncements:"Annonces passées"
replies:"Répondre"
renotes:"Renoter"
youHaveUnreadAnnouncements:"Il y a des annonces non lues."
useSecurityKey:"Suivez les instructions de votre navigateur ou de votre appareil pour utiliser une clé de sécurité ou une clé d'accès."
replies:"Réponses"
renotes:"Renotes"
loadReplies:"Inclure les réponses"
loadConversation:"Afficher la conversation"
pinnedList:"Liste épinglée"
keepScreenOn:"Garder l'écran toujours allumé"
verifiedLink:"Votre propriété de ce lien a été vérifiée"
notifyNotes:"Notifier à propos des nouvelles notes"
unnotifyNotes:"Ne pas notifier pour la publication des notes"
authentication:"Authentification"
authenticationRequiredToContinue:"Veuillez vous authentifier pour continuer"
dateAndTime:"Date et heure"
@ -1113,6 +1160,8 @@ showRenotes: "Afficher les renotes"
edited:"Modifié"
notificationRecieveConfig:"Paramètres des notifications"
mutualFollow:"Abonnement mutuel"
followingOrFollower:"Abonnement ou abonné"
fileAttachedOnly:"Avec fichiers joints seulement"
showRepliesToOthersInTimeline:"Afficher les réponses aux autres dans le fil"
hideRepliesToOthersInTimeline:"Masquer les réponses aux autres dans le fil"
showRepliesToOthersInTimelineAll:"Afficher les réponses de toutes les personnes que vous suivez dans le fil"
@ -1120,6 +1169,12 @@ hideRepliesToOthersInTimelineAll: "Masquer les réponses de toutes les personnes
confirmShowRepliesAll:"Cette opération est irréversible. Voulez-vous vraiment afficher les réponses de toutes les personnes que vous suivez dans le fil ?"
confirmHideRepliesAll:"Cette opération est irréversible. Voulez-vous vraiment masquer les réponses de toutes les personnes que vous suivez dans le fil ?"
externalServices:"Services externes"
sourceCode:"Code source"
sourceCodeIsNotYetProvided:"Le code source n'est pas encore disponible. Veuillez signaler ce problème aux administrateurs."
repositoryUrl:"URL du dépôt"
repositoryUrlDescription:"Entrez l'URL du dépôt où se trouve le code source ici. Si vous utilisez Misskey tel quel (sans changer le code source), entrez https://github.com/misskey-dev/misskey"
feedback:"Commentaires"
feedbackUrl:"URL pour les commentaires"
impressum:"Impressum"
impressumUrl:"URL de l'impressum"
impressumDescription:"Dans certains pays comme l'Allemagne, il est obligatoire d'afficher les informations sur l'opérateur d'un site (un impressum)."
overwriteContentConfirm:"Voulez-vous remplacer le contenu actuel ?"
seasonalScreenEffect:"Effet d'écran saisonnier"
decorate:"Décorer"
addMfmFunction:"Insérer MFM"
enableQuickAddMfmFunction:"Afficher le sélecteur de MFM avancé"
bubbleGame:"Jeu de bulles"
sfx:"Effets sonores"
soundWillBePlayed:"Le son sera joué"
showReplay:"Voir le replay"
replay:"Rediffusion"
replaying:"En cours de rediffusion"
endReplay:"Arrêter la rediffusion"
copyReplayData:"Copier les données de la rediffusion"
ranking:"Classement"
lastNDays:"Derniers {n} jours"
backToTitle:"Retourner au titre"
hemisphere:"Votre région"
withSensitive:"Afficher les notes contenant des fichiers joints sensibles"
userSaysSomethingSensitive:"Note de {name} contenant des fichiers joints sensibles"
enableHorizontalSwipe:"Glisser pour changer d'onglet"
loading:"Chargement en cours"
surrender:"Annuler"
gameRetry:"Réessayer"
launchApp:"Lancer l'app"
inquiry:"Contact"
_delivery:
status:"Statut de la diffusion"
stop:"Suspendu·e"
_type:
none:"Publié"
_bubbleGame:
howToPlay:"Comment jouer"
hold:"Réserver"
_score:
score:"Score"
scoreYen:"Montant gagné"
highScore:"Meilleur score"
maxChain:"Nombre maximum de chaînes"
yen:"{yen} yens"
estimatedQty:"{qty} pièces"
_announcement:
forExistingUsers:"Pour les utilisateurs existants seulement"
needConfirmationToRead:"Exiger la confirmation de la lecture"
needConfirmationToReadDescription:"Si activé, afficher un dialogue de confirmation quand l'annonce est marquée comme lue. Aussi, elle sera exclue de « marquer tout comme lu » ."
end:"Archiver l'annonce"
tooManyActiveAnnouncementDescription:"Un grand nombre d'annonces actives peut baisser l'expérience utilisateur. Considérez d'archiver les annonces obsolètes."
readConfirmTitle:"Marquer comme lu ?"
readConfirmText:"Cela marquera le contenu de « {title} » comme lu."
shouldNotBeUsedToPresentPermanentInfo:"Puisque cela pourrait nuire considérablement à l'expérience utilisateur pour les nouveaux utilisateurs, il est recommandé d'utiliser les annonces pour afficher des informations temporaires plutôt que des informations persistantes."
dialogAnnouncementUxWarn:"Avoir deux ou plus annonces de style dialogue en même temps pourrait nuire considérablement à l'expérience utilisateur. Veuillez les utiliser avec caution."
silence:"Ne pas me notifier"
silenceDescription:"Si activée, vous ne recevrez pas de notifications sur les annonces et n'aurez pas besoin de les marquer comme lues."
_initialAccountSetting:
accountCreated:"Votre compte a été créé avec succès !"
letsStartAccountSetup:"Procédons au réglage initial du compte."
letsFillYourProfile:"Commençons par configurer votre profil !"
profileSetting:"Paramètres du profil"
privacySetting:"Paramètres de confidentialité"
initialAccountSettingCompleted:"Configuration du profil terminée avec succès !"
youCanContinueTutorial:"Vous pouvez procéder au tutoriel sur l'utilisation de {nom}(Misskey) ou vous arrêter ici et commencer à l'utiliser immédiatement."
youCanContinueTutorial:"Vous pouvez procéder au tutoriel sur l'utilisation de {name}(Misskey) ou vous arrêter ici et commencer à l'utiliser immédiatement."
startTutorial:"Démarrer le tutoriel"
skipAreYouSure:"Désirez-vous ignorer la configuration du profil ?"
_initialTutorial:
@ -1221,7 +1322,7 @@ _initialTutorial:
doItToContinue:"Marquez le fichier joint comme sensible pour procéder."
_done:
title:"Le tutoriel est terminé ! 🎉"
description:"Les fonctionnalités introduites ici ne sont que quelques-unes. Pour savoir plus sur l'utilisation de Misskey, veuillez consulter {lien}."
description:"Les fonctionnalités introduites ici ne sont que quelques-unes. Pour savoir plus sur l'utilisation de Misskey, veuillez consulter {link}."
_timelineDescription:
home:"Sur le fil principal, vous pouvez voir les notes des utilisateurs auxquels vous êtes abonné·e."
local:"Sur le fil local, vous pouvez voir les notes de tous les utilisateurs sur cette instance."
@ -1242,6 +1343,7 @@ _accountMigration:
startMigration:"Migrer"
movedTo:"Compte vers lequel vous migrez :"
_achievements:
earnedAt:"Date d'obtention"
_types:
_notes1:
title:"Je viens tout juste de configurer mon msky"
@ -1282,10 +1384,13 @@ _achievements:
title:"Régulier III"
description:"Se connecter pour un total de 400 jours"
_login500:
title:"Expert I"
description:"Se connecter pour un total de 500 jours"
_login600:
title:"Expert II"
description:"Se connecter pour un total de 600 jours"
_login700:
title:"Expert III"
description:"Se connecter pour un total de 700 jours"
_login800:
description:"Se connecter pour un total de 800 jours"
@ -1378,11 +1483,14 @@ _role:
edit:"Modifier le rôle"
name:"Nom du rôle"
description:"Description du rôle"
permission:"Rôle et autorisations"
permission:"Autorisations du rôle"
assignTarget:"Attribuer"
manual:"Manuel"
manualRoles:"Rôles manuels"
conditional:"Conditionnel"
conditionalRoles:"Rôles conditionnels"
condition:"Condition"
isConditionalRole:"Ceci est un rôle conditionnel."
isPublic:"Rôle public"
options:"Options"
policies:"Stratégies"
@ -1593,7 +1701,6 @@ _theme:
buttonBg:"Arrière-plan du bouton"
buttonHoverBg:"Arrière-plan du bouton (survolé)"
inputBorder:"Cadre de la zone de texte"
listItemHoverBg:"Arrière-plan d'item de liste (survolé)"
driveFolderBg:"Arrière-plan du dossier de disque"
wallpaperOverlay:"Superposition de fond d'écran"
badge:"Badge"
@ -1605,8 +1712,6 @@ _sfx:
note:"Nouvelle note"
noteMy:"Ma note"
notification:"Notifications"
antenna:"Réception de l’antenne"
channel:"Notifications de canal"
reaction:"Lors de la sélection de la réaction"
_soundSettings:
driveFile:"Utiliser un effet sonore sur le Disque"
@ -1799,6 +1904,7 @@ _profile:
avatarDecorationMax:"Vous pouvez mettre au plus {max} décorations d'avatar."
_exportOrImport:
allNotes:"Toutes les notes"
clips:"Clip"
followingList:"Abonnements"
muteList:"Comptes masqués"
blockingList:"Comptes bloqués"
@ -1909,7 +2015,7 @@ _notification:
unreadAntennaNote:"Antenne {name}"
roleAssigned:"Rôle attribué"
emptyPushNotificationMessage:"Les notifications push ont été mises à jour"
achievementEarned:"Accomplissement"
achievementEarned:"Accomplissement déverrouillé"
testNotification:"Tester la notification"
reactedBySomeUsers:"{n} utilisateur·rice·s ont réagi"
renotedBySomeUsers:"{n} utilisateur·rice·s ont renoté"
description:"Si la notation de mise en évidence du code est utilisée, par exemple dans la MFM, elle ne sera pas chargée tant qu'elle n'aura pas été tapée. La mise en évidence du code nécessite le chargement du fichier de définition de chaque langue à mettre en évidence, mais comme ces fichiers ne sont plus chargés automatiquement, on peut s'attendre à une réduction du trafic de données."
chooseServerOnMisskeyHub:"Pilih peladen dari Misskey Hub"
specifyServerHost:"Tentukan domain peladen"
inputHostName:"Masukkan nama domain"
general:"Umum"
wallpaper:"Wallpaper"
setWallpaper:"Atur wallpaper"
@ -184,6 +196,7 @@ followConfirm: "Apakah kamu yakin ingin mengikuti {name}?"
proxyAccount:"Akun proksi"
proxyAccountDescription:"Akun proksi merupakan sebuah akun yang bertindak sebagai pengikut instansi luar untuk pengguna dalam kondisi tertentu. Sebagai contoh, ketika pengguna menambahkan seorang pengguna instansi luar ke dalam daftar, aktivitas dari pengguna instansi luar tidak akan disampaikan ke instansi apabila tidak ada pengguna lokal yang mengikuti pengguna tersebut, dengan begitu akun proksilah yang akan mengikutinya."
blockedInstancesDescription:"Daftar nama host dari instansi yang diperlukan untuk diblokir. Instansi yang didaftarkan tidak akan dapat berkomunikasi dengan instansi ini."
silencedInstances:"Instansi yang disenyapkan"
silencedInstancesDescription:"Daftar nama host dari instansi yang ingin kamu senyapkan. Semua akun dari instansi yang terdaftar akan diperlakukan sebagai disenyapkan. Hal ini membuat akun hanya dapat membuat permintaan mengikuti, dan tidak dapat menyebutkan akun lokal apabila tidak mengikuti. Hal ini tidak akan mempengaruhi instansi yang diblokir."
federationAllowedHosts:"Server yang membolehkan federasi"
muteAndBlock:"Bisukan / Blokir"
mutedUsers:"Pengguna yang dibisukan"
blockedUsers:"Pengguna yang diblokir"
@ -310,6 +324,7 @@ selectFile: "Pilih berkas"
selectFiles:"Pilih berkas"
selectFolder:"Pilih folder"
selectFolders:"Pilih folder"
fileNotSelected:"Tidak ada file yang dipilih"
renameFile:"Ubah nama berkas"
folderName:"Nama folder"
createFolder:"Buat folder"
@ -317,6 +332,7 @@ renameFolder: "Ubah nama folder"
deleteFolder:"Hapus folder"
folder:"Folder"
addFile:"Tambahkan berkas"
showFile:"Tampilkan berkas"
emptyDrive:"Drive kosong"
emptyFolder:"Folder kosong"
unableToDelete:"Tidak dapat menghapus"
@ -377,6 +393,11 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Nyalakan hCaptcha"
hcaptchaSiteKey:"Site Key"
hcaptchaSecretKey:"Secret Key"
mcaptcha:"mCaptcha"
enableMcaptcha:"Nyalakan mCaptcha"
mcaptchaSiteKey:"Site key"
mcaptchaSecretKey:"Secret Key"
mcaptchaInstanceUrl:"URL instansi mCaptcha"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Nyalakan reCAPTCHA"
recaptchaSiteKey:"Site key"
@ -392,6 +413,7 @@ name: "Nama"
antennaSource:"Sumber Antenna"
antennaKeywords:"Kata kunci yang diterima"
antennaExcludeKeywords:"Kata kunci yang dikecualikan"
antennaExcludeBots:"Kecualikan akun bot"
antennaKeywordsDescription:"Pisahkan dengan spasi untuk kondisi AND. Pisahkan dengan baris baru untuk kondisi OR."
notifyAntenna:"Beritahu untuk catatan baru"
withFileAntenna:"Hanya tampilkan catatan dengan berkas yang dilampirkan"
@ -459,6 +481,7 @@ retype: "Masukkan ulang"
noteOf:"Catatan milik {user}"
quoteAttached:"Dikutip"
quoteQuestion:"Apakah kamu ingin menambahkan kutipan?"
attachAsFileQuestion:"Teks dalam papan klip terlalu panjang. Apakah kamu ingin melampirkannya sebagai berkas teks?"
noMessagesYet:"Tidak ada pesan"
newMessageExists:"Kamu mendapatkan pesan baru"
onlyOneFileCanBeAttached:"Kamu hanya dapat melampirkan satu berkas ke dalam pesan"
showNoteActionsOnlyHover:"Hanya tampilkan aksi catatan saat ditunjuk"
showReactionsCount:"Lihat jumlah reaksi dalam catatan"
noHistory:"Tidak ada riwayat"
signinHistory:"Riwayat masuk"
enableAdvancedMfm:"Nyalakan MFM tingkat lanjut"
@ -624,6 +649,7 @@ medium: "Sedang"
small:"Kecil"
generateAccessToken:"Buat token akses"
permission:"Izin"
adminPermission:"Wewenang Izin Admin"
enableAll:"Aktifkan semua"
disableAll:"Nonaktifkan semua"
tokenRequested:"Berikan ijin akses ke akun"
@ -667,6 +693,7 @@ useGlobalSettingDesc: "Jika dinyalakan, setelan notifikasi akun kamu akan diguna
other:"Lainnya"
regenerateLoginToken:"Perbarui token login"
regenerateLoginTokenDescription:"Perbarui token yang digunakan secara internal saat login. Normalnya aksi ini tidak diperlukan. Jika diperbarui, semua perangkat akan dilogout."
theKeywordWhenSearchingForCustomEmoji:"Kata kunci ini digunakan untuk mencari emoji kustom yang dicari."
setMultipleBySeparatingWithSpace:"Kamu dapat menyetel banyak dengan memisahkannya menggunakan spasi."
fileIdOrUrl:"File-ID atau URL"
behavior:"Perilaku"
@ -680,10 +707,7 @@ abuseReported: "Laporan kamu telah dikirimkan. Terima kasih."
reporter:"Pelapor"
reporteeOrigin:"Yang dilaporkan"
reporterOrigin:"Pelapor"
forwardReport:"Teruskan laporan ke instansi luar"
forwardReportIsAnonymous:"Untuk melindungi privasi akun kamu, akun anonim dari sistem akan digunakan sebagai pelapor pada instansi luar."
send:"Kirim"
abuseMarkAsResolved:"Tandai laporan sebagai selesai"
openInNewTab:"Buka di tab baru"
openInSideView:"Buka di tampilan samping"
defaultNavigationBehaviour:"Navigasi bawaan"
@ -879,6 +903,8 @@ makeReactionsPublicDescription: "Pengaturan ini akan membuat daftar dari semua r
classic:"Klasik"
muteThread:"Bisukan thread"
unmuteThread:"Suarakan thread"
followingVisibility:"Visibilitas mengikuti"
followersVisibility:"Visibilitas pengikut"
continueThread:"Lihat lanjutan thread"
deleteAccountConfirm:"Akun akan dihapus. Apakah kamu yakin?"
incorrectPassword:"Kata sandi salah."
@ -906,6 +932,9 @@ oneHour: "1 Jam"
oneDay:"1 Hari"
oneWeek:"1 Bulan"
oneMonth:"satu bulan"
threeMonths:"3 bulan"
oneYear:"1 tahun"
threeDays:"3 hari"
reflectMayTakeTime:"Mungkin perlu beberapa saat untuk dicerminkan."
failedToFetchAccountInformation:"Gagal untuk mendapatkan informasi akun"
didYouLikeMisskey:"Apakah kamu mulai menyukai Misskey?"
pleaseDonate:"{host} menggunakan perangkat lunak bebas yaitu Misskey. Kami sangat mengapresiasi sekali donasi dari kamu agar pengembangan Misskey tetap dapat berlanjut!"
correspondingSourceIsAvailable:"Sumber kode terkait tersedia di {anchor}"
roles:"Peran"
role:"Peran"
noRole:"Peran tidak temukan"
@ -1029,6 +1059,9 @@ resetPasswordConfirm: "Yakin untuk mereset kata sandimu?"
sensitiveWords:"Kata sensitif"
sensitiveWordsDescription:"Visibilitas dari semua catatan mengandung kata yang telah diatur akan dijadikan \"Beranda\" secara otomatis. Kamu dapat mendaftarkan kata tersebut lebih dari satu dengan menuliskannya di baris baru."
sensitiveWordsDescription2:"Menggunakan spasi akan membuat ekspresi AND dan kata kunci disekitarnya dengan garis miring akan mengubahnya menjadi ekspresi reguler."
prohibitedWords:"Kata yang dilarang"
prohibitedWordsDescription:"Menyalakan kesalahan ketika mencoba untuk memposting catatan dengan set kata-kata yang termasuk. Beberapa kata dapat diatur dan dipisahkan dengan baris baru."
prohibitedWordsDescription2:"Menggunakan spasi akan membuat ekspresi AND dan kata kunci disekitarnya dengan garis miring akan mengubahnya menjadi ekspresi reguler."
hiddenTags:"Tagar tersembunyi"
hiddenTagsDescription:"Pilih tanda yang mana akan tidak diperlihatkan dalam daftar tren.\nTanda lebih dari satu dapat didaftarkan dengan tiap baris."
notesSearchNotAvailable:"Pencarian catatan tidak tersedia."
@ -1047,6 +1080,8 @@ limitWidthOfReaction: "Batasi lebar maksimum reaksi dan tampilkan dalam ukuran t
noteIdOrUrl:"ID catatan atau URL"
video:"Video"
videos:"Video"
audio:"Suara"
audioFiles:"Berkas Suara"
dataSaver:"Penghemat data"
accountMigration:"Pemindahan akun"
accountMoved:"Pengguna ini telah berpindah ke akun baru:"
@ -1074,6 +1109,7 @@ preservedUsernames: "Nama pengguna tercadangkan"
preservedUsernamesDescription:"Daftar nama pengguna yang dicadangkan dipisah dengan baris baru. Nama pengguna berikut akan tidak dapat dipakai pada pembuatan akun normal, namun dapat digunakan oleh admin untuk membuat akun baru. Akun yang sudah ada dengan menggunakan nama pengguna ini tidak akan terpengaruh."
createNoteFromTheFile:"Buat catatan dari berkas ini"
archive:"Arsipkan"
archived:"Diarsipkan"
channelArchiveConfirmTitle:"Yakin untuk mengarsipkan {name}?"
channelArchiveConfirmDescription:"Kanal yang diarsipkan tidak akan muncul pada daftar kanal atau hasil pencarian. Postingan baru juga tidak dapat ditambahkan lagi."
thisChannelArchived:"Kanal ini telah diarsipkan."
@ -1084,6 +1120,7 @@ preventAiLearning: "Tolak penggunaan Pembelajaran Mesin (AI Generatif)"
preventAiLearningDescription:"Minta perayap web untuk tidak menggunakan materi teks atau gambar yang telah diposting ke dalam set data Pembelajaran Mesin (Prediktif / Generatif). Hal ini dicapai dengan menambahkan flag HTML-Response \"noai\" ke masing-masing konten. Pencegahan penuh mungkin tidak dapat dicapai dengan flag ini, karena juga dapat diabaikan begitu saja."
options:"Opsi peran"
specifyUser:"Pengguna spesifik"
openTagPageConfirm:"Apakah ingin membuka laman tagar?"
failedToPreviewUrl:"Tidak dapat dipratinjau"
update:"Perbarui"
rolesThatCanBeUsedThisEmojiAsReaction:"Peran yang dapat menggunakan emoji ini sebagai reaksi"
showRepliesToOthersInTimeline:"Tampilkan balasan ke pengguna lain dalam lini masa"
hideRepliesToOthersInTimeline:"Sembunyikan balasan ke orang lain dari lini masa"
@ -1150,6 +1188,13 @@ hideRepliesToOthersInTimelineAll: "Sembuyikan balasan ke lainnya dari semua oran
confirmShowRepliesAll:"Operasi ini tidak dapat diubah. Apakah kamu yakin untuk menampilkan balasan ke lainnya dari semua orang yang kamu ikuti di lini masa?"
confirmHideRepliesAll:"Operasi ini tidak dapat diubah. Apakah kamu yakin untuk menyembunyikan balasan ke lainnya dari semua orang yang kamu ikuti di lini masa?"
externalServices:"Layanan eksternal"
sourceCode:"Sumber kode"
sourceCodeIsNotYetProvided:"Sumber kode belum tersedia. Hubungi admin untuk memperbaiki masalah ini."
repositoryUrl:"URL Repositori"
repositoryUrlDescription:"Jika kamu menggunakan Misskey begitu saja (tanpa ada perubahan dalam kode sumber), masukkan https://github.com/misskey-dev/misskey"
repositoryUrlOrTarballRequired:"Apabila kamu masih mempublikasikan repositori, kamu setidaknya harus menyediakan berkas tarball. Lihat .config/example.yml untuk informasi lebih lanjut."
feedback:"Umpan balik"
feedbackUrl:"URL Umpan balik"
impressum:"Impressum"
impressumUrl:"Tautan Impressum"
impressumDescription:"Pada beberapa negara seperti Jerman, inklusi dari informasi kontak operator (sebuah Impressum) diperlukan secara legal untuk situs web komersil."
reloadRequiredToApplySettings:"Muat ulang diperlukan untuk menerapkan pengaturan."
remainingN:"Sisa : {n}"
overwriteContentConfirm:"Apakah kamu yakin untuk menimpa konten saat ini?"
seasonalScreenEffect:"Efek layar musiman"
decorate:"Dekor"
addMfmFunction:"Tambahkan dekorasi"
enableQuickAddMfmFunction:"Tampilkan pemilih MFM tingkat lanjut"
bubbleGame:"Bubble Game"
sfx:"Efek Suara"
soundWillBePlayed:"Suara yang akan dimainkan"
showReplay:"Lihat tayangan ulang"
replay:"Tayangan ulang"
replaying:"Menayangkan Ulang"
endReplay:"Keluat dari tayangan ulang"
copyReplayData:"Salin data tayangan ulang"
ranking:"Peringkat"
lastNDays:"{n} hari terakhir"
backToTitle:"Ke Judul"
hemisphere:"Letak kamu tinggal"
withSensitive:"Lampirkan catatan dengan berkas sensitif"
userSaysSomethingSensitive:"Postingan oleh {name} mengandung konten sensitif"
enableHorizontalSwipe:"Geser untuk mengganti tab"
loading:"Memuat..."
surrender:"Batalkan"
gameRetry:"Coba lagi"
notUsePleaseLeaveBlank:"Kosongi bila tidak digunakan"
useTotp:"Gunakan TOTP"
useBackupCode:"Gunakan kode cadangan"
launchApp:"Luncurkan Aplikasi"
useNativeUIForVideoAudioPlayer:"Gunakan antarmuka peramban ketika memainkan video dan audio"
keepOriginalFilename:"Simpan nama berkas asli"
keepOriginalFilenameDescription:"Apabila pengaturan ini dimatikan, nama berkas akan diganti dengan string acak secara otomatis ketika kamu mengunggah berkas."
noDescription:"Tidak ada deskripsi"
alwaysConfirmFollow:"Selalu konfirmasi ketika mengikuti"
inquiry:"Hubungi kami"
tryAgain:"Silahkan coba lagi."
createdLists:"Senarai yang dibuat"
createdAntennas:"Antena yang dibuat"
fromX:"Dari {x}"
noteOfThisUser:"Catatan oleh pengguna ini"
clipNoteLimitExceeded:"Klip ini tak bisa ditambahi lagi catatan."
performance:"Kinerja"
modified:"Diubah"
thereAreNChanges:"Ada {n} perubahan"
prohibitedWordsForNameOfUser:"Kata yang dilarang untuk nama pengguna"
_abuseUserReport:
accept:"Setuju"
reject:"Tolak"
_delivery:
status:"Status pengiriman"
stop:"Ditangguhkan"
resume:"Lanjutkan pengiriman"
_type:
none:"Sedang menyiarkan langsung"
manuallySuspended:"Ditangguhkan manual"
goneSuspended:"Sedang ditangguhkan untuk penghapusan peladen"
autoSuspendedForNotResponding:"Sedang ditangguhkan karena peladen tidak menjawab"
_bubbleGame:
howToPlay:"Cara bermain"
hold:"Tahan"
_score:
score:"Skor"
scoreYen:"Jumlah uang didapat"
highScore:"Skor tertinggi"
maxChain:"Jumlah skor berantai"
yen:"{yen} Yen"
estimatedQty:"{qty} buah"
scoreSweets:"{onigiriQtyWithUnit} onigiri"
_howToPlay:
section1:"Atur posisi dan jatuhkan obyek ke dalam kotak."
section2:"Ketika dua obyek menyentuh tipe yang sama satu sama lain, obyek tersebut akan berganti dan kamu mendapatkan poin skor."
section3:"Permainan berakhir jika obyek memenuhi kotak. Capai skor tertinggi dengan menggabungkan obyek bersama sambil menghindari obyek tersebut memenuhi kotak permainan!"
_announcement:
forExistingUsers:"Hanya pengguna yang telah ada"
forExistingUsersDescription:"Pengumuman ini akan dimunculkan ke pengguna yang sudah ada dari titik waktu publikasi jika dinyalakan. Apabila dimatikan, mereka yang baru mendaftar setelah publikasi ini akan juga melihatnya."
@ -1184,7 +1298,10 @@ _announcement:
tooManyActiveAnnouncementDescription:"Terlalu banyak pengumuman dapat memperburuk pengalaman pengguna. Mohon pertimbangkan untuk mengarsipkan pengumuman yang sudah usang/tidak relevan."
readConfirmTitle:"Tandai telah dibaca?"
readConfirmText:"Aksi ini akan menandai konten dari \"{title}\" telah dibaca."
shouldNotBeUsedToPresentPermanentInfo:"Karena dapat berdampak pada pengalaman pengguna untuk pengguna baru, sangat direkomendasikan untuk menggunakan notifikasi secara mengalir daripada tetap."
dialogAnnouncementUxWarn:"Memiliki dua atau lebih gaya dialog notifikasi secara bersamaan dapat berdampak signifikan pada pengalaman pengguna, mohon untuk menggunakannya dengan hati-hati."
silence:"Tiada notifikasi"
silenceDescription:"Apabila diaktifkan, notifikasi dari pengumuman ini akan dilewatkan dan pengguna tidak perlu membacanya."
youCanContinueTutorial:"Kamu dapat menjutkan ke tutorial dalam bagaimana menggunakan {name} (Misskey) atau kamu dapat keluar dari pemasangan ini dan langsung menggunakannya segera."
startTutorial:"Mulai Tutorial"
skipAreYouSure:"Yakin melewati atur profil?"
laterAreYouSure:"Yakin banget untuk atur profil nanti?"
@ -1210,24 +1328,63 @@ _initialTutorial:
description:"Di sini kamu dapat mempelajari dasar-dasar dari penggunaan Misskey dan fitur-fiturnya."
_note:
title:"Apa itu Catatan?"
description:"Postingan di Misskey disebut sebagai 'Catatan'. Catatan ditampilkan secara kronologis pada lini masa dan dimutakhirkan secara real-time."
reply:"Klik pada tombol ini untuk membalas ke sebuah pesan. Bisa juga untuk membalas ke sebuah balasan dan melanjutkannya seperti percakapan selayaknya utas."
renote:"Kamu dapat membagikan catatan ke lini masa milikmu. Kamu juga dapat mengutipnya dengan komentarmu."
reaction:"Kamu dapat menambahkan reaksi ke Catatan. Detil lebih lanjut akan dijelaskan di halaman berikutnya."
menu:"Kamu dapat melihat detil catatan, menyalin tautan, dan melakukan aksi lainnya."
_reaction:
title:"Apa itu Reaksi?"
description:"Catatan dapat direaksi dengan berbagai emoji. Reaksi memperbolehkan kamu untuk mengekspresikan nuansa yang tidak dapat disampaikan hanya dengan sebuah \"suka\"."
letsTryReacting:"Reaksi dapat ditambahkan dengan mengklik tombol '+' pada catatan. Coba lakukan mereaksi contoh catatan ini!"
reactToContinue:"Tambahkan reaksi untuk melanjutkan."
reactNotification:"Kamu akan menerima notifikasi real0time ketika seseorang mereaksi catatan kamu."
reactDone:"Kamu dapat mengurungkan reaksi dengan menekan tombol '-'."
_timeline:
title:"Konsep Lini Masa"
description1:"Misskey menyediakan berbagai lini masa sesuai dengan penggunaan (beberapa mungkin tidak tersedia karena bergantung dengan kebijakan peladen)."
home:"Kamu dapat melihat catatan dari akun yang kamu ikuti."
local:"Kamu dapat melihat catatan dari semua pengguna yang ada pada peladen ini."
social:"Catatan dari linimasa Beranda dan Lokal akan ditampilkan."
global:"Kamu dapat melihat catatan dari semua peladen yang terhubung."
description2:"Kamu dapat mengganti linimasa di bagian atas layar kamu kapan saja."
description3:"Sebagai tambahan, terdapat juga linimasa daftar dan linimasa kanal. Untuk detil lebih lanjut, silahkan melihat ke tautan berikut: {link}."
_postNote:
title:"Pengaturan posting Catatan"
description1:"Ketika memposting catatan ke Misskey, terdapat beberapa opsi yang tersedia. Form posting terlihat seperti ini."
_visibility:
description:"Kamu dapat membatasi siapa yang dapat melihat catatan kamu."
public:"Perlihatkan catatan ke semua pengguna."
home:"Hanya publik ke lini masa Beranda. Pengguna yang mengunjungi profilmu melalui pengikut dan renote dapat melihatnya."
followers:"Perlihatkan ke pengikut saja. Hanya pengikut yang dapat melihat postinganmu dan tidak dapat direnote oleh siapapun."
direct:"Hanya perlihatkan ke pengguna spesifik dan penerima akan diberi tahu. Dapat juga digunakan sebagai alternatif dari pesan langsung."
doNotSendConfidencialOnDirect1:"Hati-hati ketika mengirim informasi yang sensitif!"
doNotSendConfidencialOnDirect2:"Admin dari peladen dapat melihat apa yang kamu tulis. Hati-hati dengan informasi sensitif ketika mengirimkan catatan langsung kepada pengguna pada peladen yang tidak dipercaya."
localOnly:"Memposting dengan opsi ini tidak akan memfederasi catatan ke peladen lain. Pengguna pada peladen lain tidak akan dapat melihat catatan ini secara langsung, meskipun dengan pengaturan visibilitas yang sudah diatur di atas."
_cw:
title:"Peringatan Konten (CW)"
description:"Alih-alih isinya, konten yang ditulis dalam kolom 'komentar' akan ditampilkan. Menekan 'Selebihnya' akan menampilkan isi konten."
_exampleNote:
cw:"Peringatan: Bikin Lapar!"
note:"Baru aja makan donat berlapis coklat 🍩😋"
useCases:"Fungsi ini digunakan ketika mengikutik panduan peladen untuk catatan yang dibutuhkan atau untuk membatasi diri dari teks sensitif atau spoiler."
_howToMakeAttachmentsSensitive:
title:"Bagaimana menandai lampiran sebagai sensitif?"
description:"Fungsi ini digunakan untuk lampiran yang dibutuhkan oleh panduan peladen atau sesuatu yang seharusnya tidak boleh dibiarkan begitu saja dengan cara menambahkan penanda \"sensitif\"."
tryThisFile:"Coba tandai gambar yang dilampirkan pada form ini sebagai sensitif!"
_exampleNote:
note:"Ups, kesalahan banget buka penutup wadah natto..."
method:"Untuk menandai lampiran sebagai sensitif, klik gambar pada berkas, buka menu, lalu klik \"Tandai sebagai sensitif\"."
sensitiveSucceeded:"Ketika melampirkan berkas, mohon atur sensitifitas sesuai dengan panduan peladen."
doItToContinue:"Tandai berkas terlampir sebagai sensitif untuk melanjutkan."
_done:
title:"Kamu telah menyelesaikan tutorial! 🎉"
description:"Fungsi yang diperkenalkan di sini merupakan sebagian kecil dari fitur yang ada. Untuk pemahaman lebih detil dalam menggunakan Misskey, kamu dapat merujuk ke {link}."
_timelineDescription:
home:"Pada linimasa Beranda, kamu dapat melihat catatan dari akun yang kamu ikuti."
local:"Pada linimasa Lokal, kamu dapat melihat catatan dari semua pengguna yang ada pada peladen ini."
social:"Linimasa sosial menampilkan catatan dari kedua linimasa Beranda dan Lokal."
global:"Pada linimasa Global, kamu dapat melihat catatan dari semua peladen yang terhubung."
_serverRules:
description:"Daftar peraturan akan ditampilkan sebelum pendaftaran. Mengatur ringkasan dari Syarat dan Ketentuan sangat direkomendasikan."
_serverSettings:
@ -1239,6 +1396,9 @@ _serverSettings:
manifestJsonOverride:"Ambil alih manifest.json"
shortName:"Nama pendek"
shortNameDescription:"Inisial untuk nama instansi yang dapat ditampilkan apabila nama lengkap resmi terlalu panjang."
fanoutTimelineDescription:"Dapat meningkatkan performa dalam pengambilan data linimasa dan mengurangi beban pada database ketika dinyalakan. Sebagai gantinya, penggunaan memory pada Redis akan meningkan. Pertimbangkan untuk menonaktifkan fitur ini jika mengalami kekurangan memori pada server atau menyebabkan server tidak stabil."
fanoutTimelineDbFallback:"Fallback ke database"
fanoutTimelineDbFallbackDescription:"Ketika diaktifkan, lini masa akan fallback ke database untuk melakukan kueri tambahan apabila linimasa tidak disimpan dalam cache. Menonaktifkan ini dapat mengurangi beban server dengan mengeliminasi proses fallback, namun dapat berakibat membatasi jarak data dari lini masa yang dapat diambil."
_accountMigration:
moveFrom:"Pindahkan akun lain ke akun ini"
moveFromSub:"Buat alias ke akun lain"
@ -1496,6 +1656,16 @@ _achievements:
_smashTestNotificationButton:
title:"Tes overflow"
description:"Picu tes notifikasi secara berulang dalam waktu yang sangat pendek"
_tutorialCompleted:
title:"Ijazah Sekolah Dasar Misskey"
description:"Tutorial selesai"
_bubbleGameExplodingHead:
title:"🤯"
description:"Obyek paling terbesar di permainan gelembung"
_bubbleGameDoubleExplodingHead:
title:"Ganda 🤯"
description:"Dua dari obyek paling terbesar pada permainan gelembung di waktu yang sama"
flavor:"Kamu dapat mengisi kotak makan siang seperti ini 🤯 🤯."
_role:
new:"Buat peran"
edit:"Sunting peran"
@ -1506,7 +1676,9 @@ _role:
assignTarget:"Tipe tugas"
descriptionOfAssignTarget:"<b>Manual</b> untuk mengganti secara manual siapa yang mendapatkan peran ini dan siapa yang tidak.\n<b>Kondisional</b> untuk pengguna secara otomatis dimasukkan atau dihapus dari peran berdasarkan kondisi yang ditentukan."
manual:"Manual"
manualRoles:"Peran manual"
conditional:"Kondisional"
conditionalRoles:"Peran kondisional"
condition:"Kondisi"
isConditionalRole:"Ini adalah peran kondisional"
isPublic:"Publikkan Peran"
@ -1534,6 +1706,7 @@ _role:
gtlAvailable:"Dapat melihat lini masa global"
ltlAvailable:"Dapat melihat lini masa lokal"
canPublicNote:"Dapat mengirim catatan publik"
mentionMax:"Jumlah maksimum sebutan dalam sebuah catatan"
canInvite:"Dapat membuat kode undangan instansi"
inviteLimit:"Batas jumlah undangan"
inviteLimitCycle:"Interval Penerbitan Kode Undangan"
@ -1555,9 +1728,18 @@ _role:
canHideAds:"Dapat menyembunyikan iklan"
canSearchNotes:"Penggunaan pencarian catatan"
canUseTranslator:"Penggunaan penerjemah"
avatarDecorationLimit:"Jumlah maksimum dekorasi avatar yang dapat diterapkan"
canImportAntennas:"Izinkan mengimpor antena"
canImportUserLists:"Izinkan mengimpor senarai"
_condition:
roleAssignedTo:"Ditugaskan ke peran manual"
isLocal:"Pengguna lokal"
isRemote:"Pengguna remote"
isCat:"Pengguna Kucing"
isBot:"Pengguna Bot"
isSuspended:"Pengguna yang ditangguhkan"
isLocked:"Akun privat"
isExplorable:"Pengguna efektif yang akunnya dapat dicari"
createdLessThan:"Telah berlalu kurang dari X sejak pembuatan akun"
createdMoreThan:"Telah berlalu lebih dari X sejak pembuatan akun"
followersLessThanOrEq:"Memiliki pengikut X atau kurang dari tersebut"
@ -1583,8 +1765,9 @@ _emailUnavailable:
disposable:"Alamat surel temporer tidak dapat digunakan"
mx:"Peladen alamat surel ini tidak valid"
smtp:"Peladen alamat surel ini tidak merespon"
banned:"Kamu tidak dapat mendaftar dengan alamat surel ini"
_ffVisibility:
public:"Terbitkan"
public:"Publik"
followers:"Tampil untuk pengikut saja"
private:"Tersembunyi"
_signup:
@ -1626,6 +1809,7 @@ _plugin:
installWarn:"Mohon jangan memasang plugin yang tidak dapat dipercayai."
manage:"Manajemen plugin"
viewSource:"Lihat sumber"
viewLog:"Tampilkan log"
_preferencesBackups:
list:"Cadangan yang dibuat"
saveNew:"Simpan cadangan baru"
@ -1655,10 +1839,13 @@ _aboutMisskey:
contributors:"Kontributor utama"
allContributors:"Seluruh kontributor"
source:"Sumber kode"
original:"Asli"
thisIsModifiedVersion:"{name} menggunakan versi modifikasi dari Misskey yang asli."
translation:"Terjemahkan Misskey"
donate:"Donasi ke Misskey"
morePatrons:"Kami sangat mengapresiasi dukungan dari banyak penolong lain yang tidak tercantum disini. Terima kasih! 🥰"
patrons:"Pendukung"
projectMembers:"Anggota proyek"
_displayOfSensitiveMedia:
respect:"Sembunyikan media yang ditandai sensitif"
ignore:"Tampilkan media yang ditandai sensitif"
@ -1683,6 +1870,7 @@ _channel:
notesCount:"terdapat {n} catatan"
nameAndDescription:"Nama dan deskripsi"
nameOnly:"Hanya nama"
allowRenoteToExternal:"Perbolehkan catat ulang dan kutipan di luar dari kanal"
_menuDisplay:
sideFull:"Horisontal"
sideIcon:"Horisontal (Ikon)"
@ -1760,7 +1948,6 @@ _theme:
buttonBg:"Latar belakang tombol"
buttonHoverBg:"Latar belakang tombol (Mengambang)"
inputBorder:"Batas bidang masukan"
listItemHoverBg:"Latar belakang daftar item (Mengambang)"
driveFolderBg:"Latar belakang folder drive"
wallpaperOverlay:"Lapisan wallpaper"
badge:"Lencana"
@ -1772,8 +1959,15 @@ _sfx:
note:"Catatan"
noteMy:"Catatan (Saya)"
notification:"Notifikasi"
antenna:"Penerimaan Antenna"
channel:"Notifikasi Kanal"
reaction:"Ketika memilih reaksi"
_soundSettings:
driveFile:"Menggunakan berkas audio dalam Drive"
driveFileWarn:"Pilih berkas audio dari Drive"
driveFileTypeWarn:"Berkas ini tidak didukung"
driveFileTypeWarnDescription:"Pilih berkas audio"
driveFileDurationWarn:"Audio ini terlalu panjang"
driveFileDurationWarnDescription:"Audio panjang dapat mengganggu penggunaan Misskey. Masih ingin melanjutkan?"
driveFileError:"Tak bisa memuat audio. Mohon ubah pengaturan"
_ago:
future:"Masa depan"
justNow:"Baru saja"
@ -1785,6 +1979,14 @@ _ago:
monthsAgo:"{n} bulan lalu"
yearsAgo:"{n} tahun lalu"
invalid:"Tidak ada sama sekali disini"
_timeIn:
seconds:"dalam {n} detik"
minutes:"dalam {n} menit"
hours:"dalam {n} jam"
days:"dalam {n} hari"
weeks:"dalam {n} minggu"
months:"dalam {n} bulan"
years:"dalam {n} tahun"
_time:
second:"detik"
minute:"menit"
@ -1795,7 +1997,6 @@ _2fa:
registerTOTP:"Daftarkan aplikasi autentikator"
step1:"Pertama, pasang aplikasi autentikasi (seperti {a} atau {b}) di perangkat kamu."
step2:"Lalu, pindai kode QR yang ada di layar."
step2Click:"Mengeklik kode QR ini akan membolehkanmu untuk mendaftarkan 2FA ke security-key atau aplikasi autentikator ponsel."
step2Uri:"Masukkan URI berikut jika kamu menggunakan program desktop"
step3Title:"Masukkan kode autentikasi"
step3:"Masukkan token yang telah disediakan oleh aplikasimu untuk menyelesaikan pemasangan."
@ -1819,6 +2020,7 @@ _2fa:
backupCodesDescription:"Kamu dapat menggunakan kode ini untuk mendapatkan akses ke akun kamu apabila berada dalam situasi tidak dapat menggunakan aplikasi autentikasi 2-faktor yang kamu miliki. Setiap kode hanya dapat digunakan satu kali. Mohon simpan kode ini di tempat yang aman."
backupCodeUsedWarning:"Kode cadangan telah digunakan. Mohon mengatur ulang autentikasi 2-faktor secepatnya apabila kamu sudah tidak dapat menggunakannya lagi."
backupCodesExhaustedWarning:"Semua kode cadangan telah digunakan. Apabila kamu kehilangan akses pada aplikasi autentikasi 2-faktor milikmu, kamu tidak dapat mengakses akun ini lagi. Mohon atur ulang autentikasi 2-faktor kamu."
moreDetailedGuideHere:"Berikut panduan detilnya"
_permissions:
"read:account": "Lihat informasi akun"
"write:account": "Sunting informasi akun"
@ -1856,6 +2058,54 @@ _permissions:
"write:flash": "Sunting Play"
"read:flash-likes": "Lihat daftar Play yang disukai"
"write:flash-likes": "Sunting daftar Play yang disukai"
shareAccess:"Apakah kamu ingin mengijinkan \"{name}\" untuk mengakses akun ini?"
@ -1910,6 +2160,7 @@ _widgets:
_userList:
chooseList:"Pilih daftar"
clicker:"Pengeklik"
birthdayFollowings:"Pengguna yang merayakan hari ulang tahunnya hari ini"
_cw:
hide:"Sembunyikan"
show:"Lihat konten"
@ -1972,9 +2223,11 @@ _profile:
changeAvatar:"Ubah avatar"
changeBanner:"Ubah header"
verifiedLinkDescription:"Dengan memasukkan URL yang mengandung tautan ke profil kamu di sini, ikon verifikasi kepemilikan dapat ditampilkan di sebelah kolom ini."
avatarDecorationMax:"Dapat ditambahkan hingga {max} dekorasi."
_exportOrImport:
allNotes:"Semua catatan"
favoritedNotes:"Catatan favorit"
clips:"Klip"
followingList:"Ikuti"
muteList:"Bisukan"
blockingList:"Blokir"
@ -2028,6 +2281,7 @@ _play:
title:"Judul"
script:"Script"
summary:"Deskripsi"
visibilityDescription:"Membuat catatan ini privat berarti tidak akan terlihat pada profil kamu, namun siapapun yang memiliki URL dari catatan ini akan dapat mengaksesnya."
_pages:
newPage:"Buat halaman baru"
editPage:"Sunting halaman"
@ -2072,6 +2326,8 @@ _pages:
section:"Bagian"
image:"Gambar"
button:"Tombol"
dynamic:"Blok Dinamis"
dynamicDescription:"Blok ini telah dihapus. Mohon gunakan {play} dari sekarang."
thisPageCanBeSeenFromTheAuthor:"Halaman ini hanya dapat dilihat oleh pengguna yang mengunggah bekas ini."
_externalResourceInstaller:
title:"Pasang dari situs eksternal"
checkVendorBeforeInstall:"Pastikan sumber dari sumber daya ini terpercaya sebelum melakukan pemasangan."
_plugin:
title:"Apakah kamu ingin memasang plugin ini?"
metaTitle:"Informasi plugin"
_theme:
title:"Apakah kamu ingin memasang tema ini?"
metaTitle:"Informasi tema"
_meta:
base:"Skema warna dasar"
_vendorInfo:
title:"Informasi sumber"
endpoint:"Referensi Endpoint"
hashVerify:"Verifikasi hash"
_errors:
_invalidParams:
title:"Parameter tidak valid"
description:"Tidak cukup informasi untuk memuat data dari situs eksternal. Mohon konfirmasi kembali URL yang dimasukkan."
_resourceTypeNotSupported:
title:"Sumber daya eksternal ini tidak didukung"
description:"Tipe sumber daya eksternal ini tidak didukung. Mohon kontak administrator dari situs tersebut."
_failedToFetch:
title:"Gagal memuat data"
fetchErrorDescription:"Kesalahan terjadi ketika menghubungkan dengan situs eksternal. Jika percobaan kembali tidak dapat memperbaiki masalah ini, mohon hubungi administrator dari situs tersebut."
parseErrorDescription:"Kesalahan terjadi dalam memproses data yang dimuat dari situs eksternal. Mohon hubungi administrator dari situs tersebut."
_hashUnmatched:
title:"Verifikasi data gagal"
description:"Kesalahan terjadi dalam memverifikasi integritas data yang diambil. Sebagai pencegahan keamanan, pemasangan tidak dapat dilanjutkan. Mohon hubungi administrator dari situs tersebut."
_pluginParseFailed:
title:"Kesalahan AiScript"
description:"Data yang diminta telah diambil dengan sukses, namun kesalahan terjadi ketika AiScript melakukan parsing. Mohon hubungi pembuat plugin. Detil kesalahan dapat dilihat pada konsol Javascript."
_pluginInstallFailed:
title:"Pemasangan plugin gagal"
description:"Kesalahan terjadi ketika pemasangan plugin. Mohon coba lagi. Detil kesalahan dapat dilihat pada konsol Javascript."
_themeParseFailed:
title:"Parsing tema gagal"
description:"Data yang diminta telah diambil dengan sukses, namun kesalahan terjadi ketika tema melakukan parsing. Mohon hubungi pembuat tema. Detil kesalahan dapat dilihat pada konsol Javascript."
_themeInstallFailed:
title:"Pemasangan tema gagal"
description:"Kesalahan terjadi ketika pemasangan tema. Mohon coba lagi. Detil kesalahan dapat dilihat pada konsol Javascript."
_dataSaver:
_media:
title:"Memuat media"
description:"Mencegah gambar/video dimuat secara otomatis. Menyembunyikan gambar/video dan akan dimuat ketika diketuk."
_avatar:
title:"Gambar avatar"
description:"Hentikan animasi gambar avatar. Gambar animasi dapat berukuran lebih besar dari gambar biasa, berpotensi pada pengurangan lalu lintas data lebih jauh."
_urlPreview:
title:"Gambar kecil URL pratinjau"
description:"Gambar kecil URL pratinjau tidak akan dimuat lagi."
_code:
title:"Penyorotan kode"
description:"Jika notasi penyorotan kode digunakan di MFM, dll. Fungsi tersebut tidak akan dimuat apabila tidak diketuk. Penyorotan sintaks membutuhkan pengunduhan berkas definisi penyorotan untuk setiap bahasa pemrograman. Oleh sebab itu, menonaktifkan pemuatan otomatis dari berkas ini dilakukan untuk mengurangi jumlah komunikasi data."
_hemisphere:
N:"Bumi belahan utara"
S:"Bumi belahan selatan"
caption:"Digunakan dalam beberapa pengaturan klien untuk menentukan musim."
_reversi:
reversi:"Reversi"
gameSettings:"Pengaturan permainan"
chooseBoard:"Pilih papan"
blackOrWhite:"Hitam/Putih"
blackIs:"{name} bermain sebagai Hitam"
rules:"Aturan"
thisGameIsStartedSoon:"Permainan akan segera dimulai"
waitingForOther:"Menunggu langkah giliran dari lawan"
waitingForMe:"Menungguh langkah giliran dari kamu"
waitingBoth:"Bersiap"
ready:"Siap"
cancelReady:"Belum siap"
opponentTurn:"Giliran lawan"
myTurn:"Giliran kamu"
turnOf:"Giliran {name}"
pastTurnOf:"Giliran {name}"
surrender:"Menyerah"
surrendered:"Telah menyerah"
timeout:"Waktu habis"
drawn:"Seri"
won:"{name} menang"
black:"Hitam"
white:"Putih"
total:"Jumlah"
turnCount:"Langkah ke {count}"
myGames:"Rondeku"
allGames:"Semua ronde"
ended:"Selesai"
playing:"Sedang bermain"
isLlotheo:"Pemain dengan batu yang sedikit menang (Llotheo)"
loopedMap:"Peta melingkar"
canPutEverywhere:"Keping dapat ditaruh dimana saja"
timeLimitForEachTurn:"Batas waktu untuk gantian"
freeMatch:"Pertandingan bebas"
lookingForPlayer:"Mencari lawan..."
gameCanceled:"Permainan ini telah dibatalkan."
shareToTlTheGameWhenStart:"Bagikan permainan ke lini masa ketika dimulai"
iStartedAGame:"Permainan telah dimulai! #MisskeyReversi"
opponentHasSettingsChanged:"Lawan telah mengganti pengaturan mereka."
maximumContentLengthDescription:"Apabila Content-Length lebih besar dari nilai ini, pratinjau tidak akan dibuat."
requireContentLength:"Buat pratinjau hanya ketika Content-Length dapat didapatkan"
requireContentLengthDescription:"Apabila peladen lain tidak memberika Content-Length, pratinjau tidak akan dibuat."
userAgent:"User-Agent"
userAgentDescription:"Atur User-Agent yang digunakan untuk mengambil pratinjau. Apabila dibiarkan kosong, User-Agent bawaan akan digunakan."
summaryProxy:"Titik akhir proksi yang membuat pratinjau"
summaryProxyDescription:"Bukan untuk Misskey, namun untuk menghasilkan pratinjau menggunakan Summaly Proxy."
summaryProxyDescription2:"Parameter berikut tertautkan dengan proksi sebagai string kueri. Apabila proksi tidak mendukung tersebut, nilai di dalamnya diabaikan."
objectStorageBaseUrlDesc:"오브젝트 (미디어) 참조 링크 만들 때 쓰는 URL임다. CDN 내지 프락시를 쓴다 카멘은 그 URL을 갖다 늫고, 아이면 써먹을 서비스네 가이드를 봐봐가 공개적으로 접근할 수 있는 주소를 여 넣어 주이소. 그니께, 내가 AWS S3을 쓴다 카면은 'https://<bucket>.s3.amazonaws.com', GCS를 쓴다 카면 'https://storage.googleapis.com/<bucket>' 처럼 쓰믄 되입니더."
objectStorageBucket:"Bucket"
objectStorageBucketDesc:"써먹을 서비스의 바께쓰 이름을 여 써 주이소."
objectStorageEndpointDesc:"AWS S3을 쓸라멘 요는 비워두고, 아이멘은 그 서비스 가이드에 맞게 endpoint를 넣어 주이소. '<host>' 내지 '<host>:<port>'처럼 넣십니다."
objectStorageEndpointDesc:"AWS S3넌 비아 두고 다런 것언 거 서비스으 엔드포인트럴 서 주이소. ‘<host>’나 ‘<host>:<port>’맨치로 섭니다."
objectStorageRegion:"Region"
objectStorageRegionDesc:"'xx-east-1' 같은 region 이름을 옇어 주이소. 써먹을 서비스에 region 개념 같은 게 읎다! 카면은 대신에 'us-east-1'을 옇어 놓으이소. AWS 설정 파일이나 환경 변수를 갖다 끌어다 쓸 거면은 요는 비워 두이소."
objectStorageRegionDesc:"‘xx-east-1’맨치로 리전 이럼얼 서 주이소. 설 서비스에 리전 개넴이 어ᇝ어먼 ‘us-east-1’라고 해 두이소. 에이더블유에스 설정 파일이나 환겡 벤수가 이ᇇ어면 비아 두이소."
objectStorageUseSSL:"SSL 쓰기"
objectStorageUseSSLDesc:"API 호출할 때 HTTPS 안 쓸거면은 꺼 두이소"
objectStorageUseProxy:"연결에 프락시 사용"
@ -529,21 +534,21 @@ newNoteRecived: "새 노트 있어예"
sounds:"소리"
sound:"소리"
listen:"듣기"
none:"없음"
none:"어ᇝ엄"
showInPage:"바닥서 보기"
popout:"새 창 열기"
volume:"음량"
masterVolume:"대빵 음량"
notUseSound:"음소거하기"
useSoundOnlyWhenActive:"Misskey가 활성화되어 있을 때만 소리 내기"
@ -128,8 +147,10 @@ unblockConfirm: "Czy na pewno chcesz odblokować to konto?"
suspendConfirm:"Czy na pewno chcesz zawiesić to konto?"
unsuspendConfirm:"Czy na pewno chcesz cofnąć zawieszenie tego konta?"
selectList:"Wybierz listę"
editList:"Edytuj listę"
selectChannel:"Wybierz kanał"
selectAntenna:"Wybierz Antennę"
editAntenna:"Edytuj antenę"
selectWidget:"Wybierz widżet"
editWidgets:"Edytuj widżety"
editWidgetsExit:"Gotowe"
@ -142,11 +163,15 @@ addEmoji: "Dodaj emoji"
settingGuide:"Proponowana konfiguracja"
cacheRemoteFiles:"Przechowuj zdalne pliki w pamięci podręcznej"
cacheRemoteFilesDescription:"Gdy ta opcja jest wyłączona, zdalne pliki są ładowane bezpośrednio ze zdalnych instancji. Wyłączenie the opcji zmniejszy użycie powierzchni dyskowej, ale zwiększy transfer, ponieważ miniaturki nie będą generowane."
youCanCleanRemoteFilesCache:"Możesz wyczyścić cache poprzez kliknięcie przycisku 🗑️ w widoku menedżera plików."
cacheRemoteSensitiveFiles:"Przechowuj wrażliwe zdalne pliki w pamięci podręcznej"
cacheRemoteSensitiveFilesDescription:"Gdy ta opcja jest wyłączona, wrażliwe pliki zdalne są wczytywane bezpośrednio ze zdalnej instancji bez cacheowania."
flagAsBot:"To konto jest botem"
flagAsBotDescription:"Jeżeli ten kanał jest kontrolowany przez jakiś program, ustaw tę opcję. Jeżeli włączona, będzie działać jako flaga informująca innych programistów, aby zapobiegać nieskończonej interakcji z różnymi botami i dostosowywać wewnętrzne systemy Misskey, traktując konto jako bota."
flagAsCat:"To konto jest kotem"
flagAsCatDescription:"Przełącz tę opcję, aby konto było oznaczone jako kot."
flagShowTimelineReplies:"Pokazuj odpowiedzi na osi czasu"
flagShowTimelineRepliesDescription:"Gdy włączone, pokazuje odpowiedzi użytkowników na notatki innych użytkowników w osi czasu."
autoAcceptFollowed:"Automatycznie przyjmuj prośby o możliwość obserwacji od użytkowników, których obserwujesz"
clearCachedFilesConfirm:"Czy na pewno chcesz usunąć wszystkie zdalne pliki z pamięci podręcznej?"
blockedInstances:"Zablokowane instancje"
blockedInstancesDescription:"Wypisz nazwy hostów instancji, które powinny zostać zablokowane. Wypisane instancje nie będą mogły dłużej komunikować się z tą instancją."
silencedInstances:"Wyciszone instancje"
silencedInstancesDescription:"Wypisz nazwy hostów instancji, które chcesz wyciszyć. Wszystkie konta wymienionych instancji będą traktowane jako wyciszone, będą mogły jedynie wysyłać prośby o obserwację i nie będą mogły wspominać kont lokalnych, jeśli nie będą obserwowane. Nie będzie to miało wpływu na zablokowane instancje."
removeAreYouSure:"Czy na pewno chcesz usunąć „{x}”?"
deleteAreYouSure:"Czy na pewno chcesz usunąć „{x}”?"
resetAreYouSure:"Czy na pewno chcesz zresetować?"
areYouSure:"Na pewno?"
saved:"Zapisano"
messaging:"Wiadomości"
upload:"Wyślij"
keepOriginalUploading:"Zachowaj oryginalny obraz"
keepOriginalUploadingDescription:"Zapisuje oryginalnie przesłany obraz w niezmienionej postaci. Jeśli ta opcja jest wyłączona, po przesłaniu zostanie wygenerowana wersja do wyświetlenia w Internecie."
fromDrive:"Z dysku"
fromUrl:"Z adresu URL"
uploadFromUrl:"Wyślij z adresu URL"
@ -255,7 +285,10 @@ noMoreHistory: "Nie ma dalszej historii"
startMessaging:"Rozpocznij czat"
nUsersRead:"przeczytano przez {n}"
agreeTo:"Wyrażam zgodę na {0}"
agree:"Zatwierdź"
agreeBelow:"Zaakceptuj poniżej"
basicNotesBeforeCreateAccount:"Ważne notatki"
termsOfService:"Warunki usługi"
start:"Rozpocznij"
home:"Strona główna"
remoteUserCaution:"Te informacje mogą nie być aktualne, ponieważ użytkownik pochodzi ze zdalnej instancji."
showNoteActionsOnlyHover:"Pokazuj akcje notatek tylko po najechaniu myszką"
showReactionsCount:"Wyświetl liczbę reakcji na notatkę"
noHistory:"Brak historii"
signinHistory:"Historia logowania"
enableAdvancedMfm:"Włącz zaawansowane MFM"
enableAnimatedMfm:"Włącz animowane MFM"
doing:"Przetwarzanie..."
category:"Kategoria"
tags:"Tagi"
@ -459,6 +506,8 @@ createAccount: "Utwórz konto"
existingAccount:"Istniejące konto"
regenerate:"Wygeneruj ponownie"
fontSize:"Rozmiar czcionki"
mediaListWithOneImageAppearance:"Wysokość list multimediów z tylko jednym obrazem"
limitTo:"Limituj do {x}"
noFollowRequests:"Nie masz żadnych oczekujących próśb o możliwość obserwacji"
openImageInNewTab:"Otwórz obraz w nowej karcie"
dashboard:"Kokpit"
@ -478,6 +527,7 @@ showFeaturedNotesInTimeline: "Pokazuj wyróżnione wpisy w osi czasu"
objectStorage:"Pamięć obiektowa"
useObjectStorage:"Używaj pamięci obiektowej"
objectStorageBaseUrl:"Podstawowy URL"
objectStorageBaseUrlDesc:"Adres URL używany jako odniesienie. Podaj adres URL swojego CDN lub Proxy, gdy używasz któregokolwiek z nich.\nDla S3 użyj 'https://<bucket>.s3.amazonaws.com' a dla GCS lub równej usługi użyj 'https://storage.googleapis.com/<bucket>', itd."
objectStorageBucket:"Bucket"
objectStorageBucketDesc:"Podaj nazwę „wiadra” używaną przez konfigurowaną usługę."
objectStorageUseSSLDesc:"Wyłącz, jeżeli nie zamierzasz używać HTTPS dla połączenia z API"
objectStorageUseProxy:"Połącz przez proxy"
objectStorageUseProxyDesc:"Wyłącz, jeżeli nie zamierzasz używać proxy dla połączenia z pamięcią blokową"
objectStorageSetPublicRead:"Ustaw opcję \"public-read\" przy przesyłaniu"
s3ForcePathStyleDesc:"Jeśli opcja s3ForcePathStyle jest włączona, nazwa Bucket'u musi być zawarta w ścieżce adresu URL, a nie w nazwie hosta adresu URL. Włączenie tego ustawienia może być konieczne w przypadku użycia usług takich jak self-hosted instancja Minio."
serverLogs:"Dziennik zdarzeń"
deleteAll:"Usuń wszystkie"
showFixedPostForm:"Wyświetlaj formularz tworzenia wpisu w górnej części osi czasu"
showFixedPostFormInChannel:"Wyświetl formularz postowania w górnej części osi czasu (Kanały)"
withRepliesByDefaultForNewlyFollowed:"Domyślnie uwzględnij odpowiedzi nowo obserwowanych użytkowników w osi czasu"
newNoteRecived:"Masz nowy wpis"
sounds:"Dźwięk"
sound:"Dźwięki"
@ -502,6 +556,8 @@ showInPage: "Pokaż na stronie"
popout:"Popout"
volume:"Głośność"
masterVolume:"Głośność główna"
notUseSound:"Wyłącz dźwięk"
useSoundOnlyWhenActive:"Puszczaj dźwięki tylko, gdy Misskey jest aktywne."
details:"Szczegóły"
chooseEmoji:"Wybierz emoji"
unableToProcess:"Nie udało się dokończyć działania."
@ -522,6 +578,10 @@ output: "Wyjście"
script:"Skrypt"
disablePagesScript:"Wyłącz AiScript na Stronach"
updateRemoteUser:"Aktualizuj zdalne dane o użytkowniku"
unsetUserAvatar:"Usuń awatar"
unsetUserAvatarConfirm:"Czy na pewno chcesz usunąć awatar tego użytkownika?"
unsetUserBanner:"Usuń baner"
unsetUserBannerConfirm:"Czy na pewno chcesz usunąć baner?"
deleteAllFiles:"Usuń wszystkie pliki"
deleteAllFilesConfirm:"Czy na pewno chcesz usunąć wszystkie pliki?"
regenerateLoginTokenDescription:"Regeneruje token używany wewnętrznie podczas logowania. Zazwyczaj nie jest to konieczne. Po regeneracji wszystkie urządzenia zostaną wylogowane."
theKeywordWhenSearchingForCustomEmoji:"To jest słowo kluczowe używane podczas wyszukiwania customowych Emoji."
setMultipleBySeparatingWithSpace:"Możesz ustawić wiele, oddzielając je spacjami."
fileIdOrUrl:"ID pliku albo URL"
behavior:"Zachowanie"
sample:"Przykład"
abuseReports:"Zgłoszenia"
reportAbuse:"Zgłoś"
reportAbuseRenote:"Zgłoś renote"
reportAbuseOf:"Zgłoś {name}"
fillAbuseReportDescription:"Wypełnij szczegóły zgłoszenia. Jeżeli dotyczy ono określonego wpisu, uwzględnij jego adres URL."
abuseReported:"Twoje zgłoszenie zostało wysłane. Dziękujemy."
reporter:"Zgłaszający"
reporteeOrigin:"Pochodzenie zgłoszonego"
reporterOrigin:"Pochodzenie zgłaszającego"
forwardReport:"Przekaż zgłoszenie do innej instancji"
send:"Wyślij"
abuseMarkAsResolved:"Oznacz zgłoszenie jako rozwiązane"
openInNewTab:"Otwórz w nowej karcie"
openInSideView:"Otwórz w bocznym widoku"
defaultNavigationBehaviour:"Domyślne zachowanie nawigacji"
@ -666,6 +732,7 @@ lockedAccountInfo: "Dopóki nie ustawisz widoczności wpisu na \"Obserwujący\",
alwaysMarkSensitive:"Oznacz domyślnie jako NSFW"
loadRawImages:"Wyświetlaj zdjęcia w załącznikach w całości zamiast miniatur"
verificationEmailSent:"Wiadomość weryfikacyjna została wysłana. Odwiedź uwzględniony odnośnik, aby ukończyć weryfikację."
notSet:"Nie ustawiono"
emailVerified:"Adres e-mail został potwierdzony"
@ -676,6 +743,8 @@ contact: "Kontakt"
useSystemFont:"Używaj domyślnej czcionki systemu"
clips:"Klipy"
experimentalFeatures:"Eksperymentalne funkcje"
experimental:"Eksperymentalne"
thisIsExperimentalFeature:"Ta funkcja jest eksperymentalna. Jej funkcjonalność może ulec zmianie, i może ona nie funkcjonować tak, jak zamierzono."
developer:"Programista"
makeExplorable:"Pokazuj konto na stronie „Eksploruj”"
makeExplorableDescription:"Jeżeli wyłączysz tę opcję, Twoje konto nie będzie wyświetlać się w sekcji „Eksploruj”."
@ -693,12 +762,14 @@ onlineUsersCount: "{n} osób jest online"
nUsers:"{n} użytkowników"
nNotes:"{n} wpisów"
sendErrorReports:"Wyślij raporty o błędach"
sendErrorReportsDescription:"Gdy włączone, jeśli wystąpi problem, szczegółowe informacje o błędach będą udostępniane Misskey, pomagając ulepszyć jakość Misskey.\nBędzie to zawierało informacje takie jak wersja twojego systemu operacyjnego, jakiej przeglądarki używasz, twoja aktywność w Misskey, itd."
myTheme:"Mój motyw"
backgroundColor:"Tło"
accentColor:"Akcent"
textColor:"Tekst"
saveAs:"Zapisz jako…"
advanced:"Zaawansowane"
advancedSettings:"Zaawansowane ustawienia"
value:"Wartość"
createdAt:"Utworzono"
updatedAt:"Zaktualizowano"
@ -758,12 +829,14 @@ noMaintainerInformationWarning: "Informacje o administratorze nie są skonfiguro
noBotProtectionWarning:"Zabezpieczenie przed botami nie jest skonfigurowane."
configure:"Skonfiguruj"
postToGallery:"Opublikuj w galerii"
postToHashtag:"Postuj do tego hashtagu"
gallery:"Galeria"
recentPosts:"Ostatnie wpisy"
popularPosts:"Popularne wpisy"
shareWithNote:"Udostępnij z wpisem"
ads:"Reklamy"
expiration:"Ankieta kończy się"
startingperiod:"Początek"
memo:"Notatki"
priority:"Priorytet"
high:"Wysoki"
@ -790,13 +863,19 @@ translatedFrom: "Przetłumaczone z {x}"
accountDeletionInProgress:"Trwa usuwanie konta"
usernameInfo:"Nazwa, która identyfikuje Twoje konto spośród innych na tym serwerze. Możesz użyć alfabetu (a~z, A~Z), cyfr (0~9) lub podkreślników (_). Nazwy użytkownika nie mogą być później zmieniane."
aiChanMode:"Tryb Ai"
devMode:"Tryb programisty"
keepCw:"Zostaw ostrzeżenia o zawartości"
pubSub:"Konta Pub/Sub"
lastCommunication:"Ostatnia komunikacja"
resolved:"Rozwiązane"
unresolved:"Nierozwiązane"
breakFollow:"Usuń obserwującego"
breakFollowConfirm:"Czy na pewno usunąć tego obserwującego?"
itsOn:"Włączone"
itsOff:"Wyłączone"
on:"Włączone"
off:"Wyłączone"
emailRequiredForSignup:"Wymagaj adresu e-mail do rejestracji"
unread:"Nieodczytane"
filter:"Filtr"
controlPanel:"Panel sterowania"
@ -806,6 +885,8 @@ makeReactionsPublicDescription: "To spowoduje, że lista wszystkich Twoich dotyc
classic:"Klasyczny"
muteThread:"Wycisz wątek"
unmuteThread:"Wyłącz wyciszenie wątku"
followingVisibility:"Widoczność obserwacji"
followersVisibility:"Widoczność obserwujących"
continueThread:"Pokaż kontynuację wątku"
deleteAccountConfirm:"Spowoduje to nieodwracalne usunięcie Twojego konta. Kontynuować?"
enableAutoSensitiveDescription:"Umożliwia automatyczne wykrywanie i oznaczanie zawartości NSFW za pomocą uczenia maszynowego. Nawet jeśli ta opcja jest wyłączona, może być włączona w całej instancji."
activeEmailValidationDescription:"Włącza bardziej restrykcyjną walidację adresów e-mail, co obejmuje sprawdzanie adresów jednorazowych i czy komunikacja z tym adresem jest możliwa. Gdy wyłączone, tylko format adresu e-mail jest sprawdzany."
navbar:"Pasek nawigacyjny"
shuffle:"Mieszaj"
account:"Konta"
move:"Przenieś"
pushNotification:"Powiadomienia"
@ -861,21 +968,74 @@ pushNotificationAlreadySubscribed: "Powiadomienia push są włączone"
pushNotificationNotSupported:"Przeglądarka lub instancja nie obsługuje powiadomień push"
sendPushNotificationReadMessage:"Usuń powiadomienia push po przeczytaniu powiadomień i wiadomości."
sendPushNotificationReadMessageCaption:"Chwilowo pojawi się powiadomienie \"{emptyPushNotificationMessage}\". Może wzrosnąć zużycie baterii urządzenia."
windowMaximize:"Maksymalizuj"
windowMinimize:"Minimalizuj"
windowRestore:"Przywróć"
caption:"Legenda"
loggedInAsBot:"Jesteś obecnie zalogowany/a jako bot"
tools:"Narzędzia"
cannotLoad:"Nie można wczytać"
numberOfProfileView:"Wyświetlenia profilu"
like:"Polub"
unlike:"Usuń polubienie"
numberOfLikes:"Liczba polubień"
show:"Wyświetlanie"
neverShow:"Nie pokazuj ponownie"
remindMeLater:"Przypomnij później"
didYouLikeMisskey:"Czy Misskey się tobie spodobało?"
pleaseDonate:"{host} używa darmowego oprogramowania — Misskey. Bylibyśmy bardzo wdzięczni za datki, które pozwolą na kontynuację rozwoju Misskey!"
correspondingSourceIsAvailable:"Odpowiedni kod źródłowy jest dostępny pod {anchor}."
description:"Zmniejsza wysiłek związany z moderacją serwera dzięki automatycznemu rozpoznawaniu zawartości NSFW za pomocą uczenia maszynowego. To nieznacznie zwiększy obciążenie serwera."
setSensitiveFlagAutomatically:"Oznacz jako NSFW"
@ -1045,7 +1205,6 @@ _theme:
buttonBg:"Tło przycisku"
buttonHoverBg:"Tło przycisku (po najechaniu)"
inputBorder:"Obramowanie pola wejścia"
listItemHoverBg:"Tło elementu listy (po najechaniu)"
driveFolderBg:"Tło folderu na dysku"
wallpaperOverlay:"Nakładka tapety"
badge:"Odznaka"
@ -1057,8 +1216,6 @@ _sfx:
note:"Wpisy"
noteMy:"Mój wpis"
notification:"Powiadomienia"
antenna:"Anteny"
channel:"Powiadomienia kanału"
_ago:
future:"W przyszłości"
justNow:"Przed chwilą"
@ -1232,6 +1389,7 @@ _profile:
_exportOrImport:
allNotes:"Wszystkie wpisy"
favoritedNotes:"Ulubione wpisy"
clips:"Klip"
followingList:"Obserwowani"
muteList:"Wycisz"
blockingList:"Zablokuj"
@ -1347,6 +1505,7 @@ _notification:
reaction:"Reakcja"
receiveFollowRequest:"Otrzymano prośbę o możliwość obserwacji"
followRequestAccepted:"Przyjęto prośbę o możliwość obserwacji"
introMisskey:"Добро пожаловать! Misskey — это децентрализованный сервис микроблогов с открытым исходным кодом.\nПишите «заметки» — делитесь со всеми происходящим вокруг или рассказывайте осебе 📡\nСтавьте «реакции» — выражайте свои чувства и эмоции от заметок других 👍\nОткройте для себя новый мир 🚀"
poweredByMisskeyDescription:"{name} – сервис на платформе с открытым исходным кодом <b>Misskey</b>, называемый инстансом Misskey."
poweredByMisskeyDescription:"{name} – сервис на платформе с открытым исходным кодом <b>Misskey</b>, называемый экземпляром Misskey."
monthAndDay:"{day}.{month}"
search:"Поиск"
notifications:"Уведомления"
username:"Имя пользователя"
password:"Пароль"
initialPasswordForSetup:"Пароль для начала настройки"
initialPasswordIsIncorrect:"Пароль для запуска настройки неверен"
initialPasswordForSetupDescription:"Если вы установили Misskey самостоятельно, используйте пароль, который вы указали в файле конфигурации.\nЕсли вы используете что-то вроде хостинга Misskey, используйте предоставленный пароль.\nЕсли вы не установили пароль, оставьте его пустым и продолжайте."
forgotPassword:"Забыли пароль?"
fetchingAsApObject:"Приём с других сайтов"
ok:"Окей"
ok:"Подтвердить"
gotIt:"Ясно!"
cancel:"Отмена"
noThankYou:"Нет, спасибо"
enterUsername:"Введите имя пользователя"
renotedBy:"{user} делится"
renotedBy:"{user} репостнул(а)"
noNotes:"Нет ни одной заметки"
noNotifications:"Нет ни одного уведомления"
instance:"Инстанс"
noNotifications:"Нет уведомлений"
instance:"Экземпляр"
settings:"Настройки"
notificationSettings:"Настройки уведомлений"
basicSettings:"Основные настройки"
@ -45,22 +48,24 @@ pin: "Закрепить в профиле"
unpin:"Открепить от профиля"
copyContent:"Скопировать содержимое"
copyLink:"Скопировать ссылку"
copyLinkRenote:"Скопировать ссылку на репост"
delete:"Удалить"
deleteAndEdit:"Удалить и отредактировать"
deleteAndEditConfirm:"Удалить эту заметку и создать отредактированную? Все реакции, ссылки и ответы на существующую будут будут потеряны."
deleteAndEditConfirm:"Удалить этот пост и отредактировать заново? Все реакции, репосты и ответы на него также будут удалены."
addToList:"Добавить в список"
addToAntenna:"Добавить к антенне"
sendMessage:"Отправить сообщение"
copyRSS:"Скопировать RSS"
copyUsername:"Скопировать имя пользователя"
copyUserId:"Скопировать ID пользователя"
copyNoteId:"Скопировать ID заметки"
copyNoteId:"Скопировать ID поста"
copyFileId:"Скопировать ID файла"
copyFolderId:"Скопировать ID папки"
copyProfileUrl:"Скопировать URL профиля "
copyProfileUrl:"Скопировать ссылку на профиль"
searchUser:"Поиск людей"
searchThisUsersNotes:"Искать по заметкам пользователя"
reply:"Ответ"
loadMore:"Показать еще"
loadMore:"Загрузить ещё"
showMore:"Показать ещё"
showLess:"Закрыть"
youGotNewFollower:"Новый подписчик"
@ -107,11 +112,14 @@ enterEmoji: "Введите эмодзи"
renote:"Репост"
unrenote:"Отмена репоста"
renoted:"Репост совершён."
renotedToX:"Репостнуть в {name}."
cantRenote:"Это нельзя репостить."
cantReRenote:"Невозможно репостить репост."
quote:"Цитата"
inChannelRenote:"В канале"
inChannelQuote:"Заметки в канале"
renoteToChannel:"Репостнуть в канал"
renoteToOtherChannel:"Репостнуть в другой канал"
pinnedNote:"Закреплённая заметка"
pinned:"Закрепить в профиле"
you:"Вы"
@ -129,13 +137,14 @@ overwriteFromPinnedEmojis: "Заменить на эмодзи из общего
cacheRemoteFilesDescription:"Когда эта настройка отключена, файлы с других сайтов будут загружаться прямо оттуда. Это сэкономит место на сервере, но увеличит трафик, так как не будут создаваться эскизы."
cacheRemoteSensitiveFilesDescription:"Описание удаленных внешних файлов в кэше"
youCanCleanRemoteFilesCache:"Вы можете очистить кэш, нажав на кнопку 🗑️ в меню управления файлами."
cacheRemoteSensitiveFiles:"Кэшировать внешние файлы «не для всех»"
cacheRemoteSensitiveFilesDescription:"Если отключено, файлы «не для всех» загружаются непосредственно с удалённых серверов, не кэшируясь."
flagAsBot:"Аккаунт бота"
flagAsBotDescription:"Включите, если этот аккаунт управляется программой. Это позволит системе Misskey учитывать это, а также поможет разработчикам других ботов предотвратить бесконечные циклы взаимодействия."
reloadAccountsList:"Обновить список учётных записей"
loginFailed:"Неудачная попытка входа"
showOnRemote:"Перейти к оригиналу на сайт"
continueOnRemote:"Продолжить на удалённом сервере"
chooseServerOnMisskeyHub:"Выбрать сервер с Misskey Hub"
specifyServerHost:"Укажите сервер напрямую"
inputHostName:"Введите домен"
general:"Общее"
wallpaper:"Обои"
setWallpaper:"Установить обои"
@ -184,6 +199,7 @@ followConfirm: "Подписаться на {name}?"
proxyAccount:"Учётная запись прокси"
proxyAccountDescription:"Учетная запись прокси предназначена служить подписчиком на пользователей с других сайтов. Например, если пользователь добавит кого-то с другого сайта а список, деятельность того не отобразится, пока никто с этого же сайта не подписан на него. Чтобы это стало возможным, на него подписывается прокси."
keepOriginalUploadingDescription:"Сохраняет исходную версию при загрузке изображений. Если выключить, то при загрузке браузер генерирует изображение для публикации."
fromDrive:"С«диска»"
fromDrive:"СДиска"
fromUrl:"По ссылке"
uploadFromUrl:"Загрузить по ссылке"
uploadFromUrlDescription:"Ссылка на файл, который хотите загрузить"
antennaKeywordsDescription:"Пишите слова через пробел в одной строке, чтобы ловить их появление вместе; на отдельных строках располагайте слова, или группы слов, чтобы ловить любые из них."
mediaListWithOneImageAppearance:"Показывать список медиа только одним изображением"
limitTo:"Обрезать до {x}"
mediaListWithOneImageAppearance:"Вид изображения, если оно единственное в списке"
limitTo:"Ограничить до {x}"
noFollowRequests:"Нерассмотренные запросы на подписку отсутствуют"
openImageInNewTab:"Открыть изображение в новой вкладке"
dashboard:"Панель управления"
@ -525,7 +560,7 @@ objectStorageUseSSLDesc: "Отключите, если не собираетес
objectStorageUseProxy:"Использовать прокси"
objectStorageUseProxyDesc:"Отключите, если не будете испоьзовать прокси для соединений по протоколу ObjectStorage."
objectStorageSetPublicRead:"Устанавливать public-read при загрузке на сервер"
s3ForcePathStyleDesc:"Включение s3ForcePathStyle принудительно указывает имя корзины как часть пути в URL-адресе вместо имени хоста. Может потребоваться активация при использовании таких вещей, как локальный Minio."
s3ForcePathStyleDesc:"Включение s3ForcePathStyle приводит к тому, что имя корзины указывается как часть пути в URL, а не в имени хоста. Может потребоваться включить при использовании локального Minio или чего-то подобного."
serverLogs:"Журнал сервера"
deleteAll:"Удалить всё"
showFixedPostForm:"Показывать поле для ввода новой заметки наверху ленты"
useSoundOnlyWhenActive:"Воспроизводить звук только когда Misskey активен."
details:"Подробнее"
chooseEmoji:"Выберите эмодзи"
unableToProcess:"Не удаётся завершить операцию"
@ -559,6 +596,10 @@ output: "Выходы"
script:"Скрипт"
disablePagesScript:"Отключить скрипты на «Страницах»"
updateRemoteUser:"Обновить данные пользователя сего сервера"
unsetUserAvatar:"Убрать аватар"
unsetUserAvatarConfirm:"Вы точно хотите убрать аватар?"
unsetUserBanner:"Убрать баннер"
unsetUserBannerConfirm:"Вы точно хотите убрать баннер?"
deleteAllFiles:"Удалить все файлы"
deleteAllFilesConfirm:"Вы хотите удалить все файлы?"
removeAllFollowing:"Удалить всех подписчиков"
@ -569,7 +610,7 @@ yourAccountSuspendedTitle: "Эта учетная запись заблокир
yourAccountSuspendedDescription:"Эта учетная запись была заблокирована из-за нарушения условий предоставления услуг сервера. Свяжитесь с администратором, если вы хотите узнать более подробную причину. Пожалуйста, не создавайте новую учетную запись."
tokenRevoked:"Токен недействителен"
tokenRevokedDescription:"Срок действия вашего токена входа истек. Пожалуйста, войдите снова."
accountDeleted:"Эта учетная запись удалена"
accountDeleted:"Учетная запись удалена"
accountDeletedDescription:"Эта учетная запись удалена"
menu:"Меню"
divider:"Линия-разделитель"
@ -588,7 +629,7 @@ poll: "Опрос"
useCw:"Скрывать содержимое под предупреждением"
enablePlayer:"Включить проигрыватель"
disablePlayer:"Выключить проигрыватель"
expandTweet:"Развернуть твит"
expandTweet:"Развернуть заметку"
themeEditor:"Редактор темы оформления"
description:"Описание"
describeFile:"Добавить подпись"
@ -600,7 +641,7 @@ plugins: "Расширения"
preferencesBackups:"Резервная копия"
deck:"Пульт"
undeck:"Покинуть пульт"
useBlurEffectForModal:"Размывка под формой поверх всего"
useBlurEffectForModal:"Размытие за формой ввода заметки"
useFullReactionPicker:"Полнофункциональный выбор реакций"
width:"Ширина"
height:"Высота"
@ -609,6 +650,7 @@ medium: "Средне"
small:"Мелко"
generateAccessToken:"Создать токен доступа"
permission:"Разрешения"
adminPermission:"Доступ администратора"
enableAll:"Включить все"
disableAll:"Выключить всё"
tokenRequested:"Открыть доступ к учётной записи"
@ -630,6 +672,7 @@ smtpSecure: "Использовать SSL/TLS для SMTP-соединений"
smtpSecureInfo:"Выключите при использовании STARTTLS."
testEmail:"Проверка доставки электронной почты"
wordMute:"Скрытие слов"
hardWordMute:"Строгое скрытие слов"
regexpError:"Ошибка в регулярном выражении"
regexpErrorDescription:"В списке {tab} скрытых слов, в строке {line} обнаружена синтаксическая ошибка:"
instanceMute:"Глушение инстансов"
@ -651,6 +694,7 @@ useGlobalSettingDesc: "Если включено, будут использов
other:"Другие"
regenerateLoginToken:"Создать новый токен для входа"
regenerateLoginTokenDescription:"Создаёт новый токен, используемый внутри программы во время входа. Обычно в этом нет необходимости. При создании все устройства будут отключены."
theKeywordWhenSearchingForCustomEmoji:"Это ключевое слово будет использовано при поиске эмодзи."
setMultipleBySeparatingWithSpace:"Можно написать несколько через пробел"
fileIdOrUrl:"Идентификатор файла или ссылка"
behavior:"Поведение"
@ -664,10 +708,7 @@ abuseReported: "Жалоба отправлена. Большое спасибо
reporter:"Сообщивший"
reporteeOrigin:"О ком сообщено"
reporterOrigin:"Кто сообщил"
forwardReport:"Отправить жалобу на инстанс автора."
forwardReportIsAnonymous:"Жалоба на удалённый инстанс будет отправлена анонимно. Вместо ваших данных у получателя будет отображена системная учётная запись."
send:"Отправить"
abuseMarkAsResolved:"Отметить жалобу как решённую"
openInNewTab:"Открыть в новой вкладке"
openInSideView:"Открывать в боковой колонке"
defaultNavigationBehaviour:"Поведение навигации по умолчанию"
@ -710,6 +751,7 @@ lockedAccountInfo: "Даже если вы вручную подтверждае
alwaysMarkSensitive:"Отмечать файлы как «содержимое не для всех» по умолчанию"
loadRawImages:"Сразу показывать изображения в полном размере"
highlightSensitiveMedia:"Выделять содержимое не для всех"
verificationEmailSent:"Вам отправлено письмо для подтверждения. Пройдите, пожалуйста, по ссылке из письма, чтобы завершить проверку."
notSet:"Не настроено"
emailVerified:"Адрес электронной почты подтверждён."
@ -721,13 +763,13 @@ useSystemFont: "Использовать шрифт, предлагаемый с
clips:"Подборки"
experimentalFeatures:"Экспериментальные функции"
experimental:"Экспериментальные"
thisIsExperimentalFeature:"Это экспериментальная функция. Технические характеристики могут измениться или он может работать неправильно."
thisIsExperimentalFeature:"Это экспериментальная функция. Её поведение, вероятно, поменяется в следующей версии, а ещё она может работать не так, как задумано."
developer:"Разработчик"
makeExplorable:"Опубликовать профиль в «Обзоре»."
makeExplorableDescription:"Если выключить, ваш профиль не будет показан в разделе «Обзор»."
showGapBetweenNotesInTimeline:"Показывать разделитель между заметками в ленте"
duplicate:"Дубликат"
left:"Влево"
left:"Слева"
center:"По центру"
wide:"Толстый"
narrow:"Тонкий"
@ -806,7 +848,7 @@ noMaintainerInformationWarning: "Не заполнены сведения об
noBotProtectionWarning:"Ботозащита не настроена"
configure:"Настроить"
postToGallery:"Опубликовать в галерею"
postToHashtag:"Опубликовать постс этим хештегом"
postToHashtag:"Написать заметкус этим хештегом"
gallery:"Галерея"
recentPosts:"Недавние публикации"
popularPosts:"Популярные публикации"
@ -823,35 +865,35 @@ emailNotConfiguredWarning: "Не указан адрес электронной
ratio:"Соотношение"
previewNoteText:"Предварительный просмотр"
customCss:"Индивидуальный CSS"
customCssWarn:"Используйте эту настройку только если знаете, что делаете. Ошибки здесь чреваты тем, что сайт перестанет нормально работать у вас."
customCssWarn:"Используйте эту настройку только если знаете, что делаете. Ошибки здесь чреваты тем, что у вас перестанет нормально работать сайт."
global:"Всеобщая"
squareAvatars:"Квадратные аватарки"
sent:"Отправить"
received:"Получено"
searchResult:"Результаты поиска"
hashtags:"Хэштег"
hashtags:"Хештеги"
troubleshooting:"Разрешение проблем"
useBlurEffect:"Размытие в интерфейсе"
learnMore:"Подробнее"
misskeyUpdated:"Misskey обновился!"
whatIsNew:"Что новенького?"
translate:"Перевод"
translate:"Перевести"
translatedFrom:"Перевод. Язык оригинала — {x}"
accountDeletionInProgress:"В настоящее время выполняется удаление учетной записи"
usernameInfo:"Имя, которое отличает вашу учетную запись от других на этом сервере. Вы можете использовать алфавит (a~z, A~Z), цифры (0~9) или символы подчеркивания (_). Имена пользователей не могут быть изменены позже."
aiChanMode:"Режим Ай"
devMode:"Режим разработчика"
keepCw:"Сохраняйте Предупреждения о содержимом"
keepCw:"Сохраняйте предупреждения о содержимом"
pubSub:"Учётные записи Pub/Sub"
lastCommunication:"Последнее сообщение"
resolved:"Решено"
unresolved:"Без решения"
breakFollow:"Отписка"
breakFollowConfirm:"Удалить из подписок пользователя ?"
breakFollowConfirm:"Действительно удалить этого подписчика?"
itsOn:"Включено"
itsOff:"Выключено"
on:"Вкл"
off:"Выкл"
on:"Вкл."
off:"Выкл."
emailRequiredForSignup:"Для регистрации учётной записи нужен адрес электронной почты"
cannotPerformTemporaryDescription:"Это действие временно невозможно выполнить из-за превышения лимита выполнения."
@ -987,7 +1032,8 @@ thisPostMayBeAnnoying: "Это сообщение может быть непри
thisPostMayBeAnnoyingHome:"Этот пост может быть отправлен на главную"
thisPostMayBeAnnoyingCancel:"Этот пост не может быть отменен."
thisPostMayBeAnnoyingIgnore:"Этот пост может быть проигнорирован "
collapseRenotes:"Свернуть репосты"
collapseRenotes:"Сворачивать увиденные репосты"
collapseRenotesDescription:"Сворачивать посты с которыми вы взаимодействовали."
internalServerError:"Внутренняя ошибка сервера"
internalServerErrorDescription:"Внутри сервера произошла непредвиденная ошибка."
copyErrorInfo:"Скопировать код ошибки"
@ -1001,15 +1047,20 @@ invitationRequiredToRegister: "Этот сервер в настоящее вр
emailNotSupported:"Доставка почты не поддерживается на этом сервере"
postToTheChannel:"Отправить в канал"
cannotBeChangedLater:"Это нельзя изменить позже"
reactionAcceptance:"Принятие реакций"
likeOnly:"Только лайки"
likeOnlyForRemote:"Только лайки с удалённых серверов"
nonSensitiveOnly:"Безопасный серфинг"
reactionAcceptance:"Допустимые реакции"
likeOnly:"Только «нравится!»"
likeOnlyForRemote:"Всё (с других серверов только «нравится!»)"
nonSensitiveOnly:"Только безопасные"
nonSensitiveOnlyForLocalLikeOnlyForRemote:"Только безопасные (с других серверов только «нравится!»)"
rolesAssignedToMe:"Мои роли"
resetPasswordConfirm:"Сбросить пароль?"
sensitiveWords:"Чувствительные слова"
sensitiveWordsDescription:"Установите общедоступный диапазон заметки, содержащей заданное слово, на домашний. Можно сделать несколько настроек, разделив их переносами строк."
sensitiveWordsDescription2:"Разделение пробелом создаёт спецификацию AND, а разделение косой чертой создаёт регулярное выражение."
prohibitedWords:"Запрещённые слова"
prohibitedWordsDescription:"Включает вывод ошибки при попытке опубликовать пост, содержащий указанное слово/набор слов.\nМножество слов может быть указано, разделяемые новой строкой."
prohibitedWordsDescription2:"Разделение пробелом создаёт спецификацию AND, а разделение косой чертой создаёт регулярное выражение."
@ -1020,26 +1071,32 @@ retryAllQueuesConfirmTitle: "Хотите попробовать ещё раз?"
retryAllQueuesConfirmText:"Нагрузка на сервер может увеличиться"
enableChartsForRemoteUser:"Создание диаграмм для удалённых пользователей"
enableChartsForFederatedInstances:"Создание диаграмм для удалённых серверов"
showClipButtonInNoteFooter:"Показать кнопку добавления в подборку в меню действий с заметкой"
reactionsDisplaySize:"Размер реакций"
limitWidthOfReaction:"Ограничить максимальную ширину реакций и отображать их в уменьшенном размере."
noteIdOrUrl:"ID или ссылка на заметку"
video:"Видео"
videos:"Видео"
audio:"Звук"
audioFiles:"Звуковые файлы"
dataSaver:"Экономия трафика"
accountMigration:"Перенести учётную запись"
accountMoved:"Учетная запись перенесена"
accountMigration:"Перенос учётной записи"
accountMoved:"Учётная запись перенесена"
accountMovedShort:"Эта учётная запись перемещена"
operationForbidden:"Эта операция невозможна."
operationForbidden:"Это действие запрещено"
forceShowAds:"Всегда отображать рекламу"
addMemo:"Добавить заметку"
editMemo:"Редактировать заметку"
reactionsList:"Реакции"
addMemo:"Добавить памятку"
editMemo:"Изменить памятку"
reactionsList:"Список реакций"
renotesList:"Репосты"
notificationDisplay:"Отображение уведомления"
leftTop:"Верхний левый угол"
rightTop:"Сверху справа"
leftBottom:"Снизу слева"
rightBottom:"Снизу справа"
vertical:"Вертикальная"
horizontal:"Сбоку"
notificationDisplay:"Отображение уведомлений"
leftTop:"Слева вверху"
rightTop:"Справа сверху"
leftBottom:"Слева внизу"
rightBottom:"Справа внизу"
stackAxis:"Положение уведомлений"
vertical:"Вертикально"
horizontal:"Горизонтально"
position:"Позиция"
serverRules:"Правила сервера"
pleaseConfirmBelowBeforeSignup:"Для регистрации на данном сервере, необходимо согласится с нижеследующими положениями."
@ -1051,49 +1108,114 @@ createNoteFromTheFile: "Создать заметку из этого файла
archive:"Архив"
channelArchiveConfirmTitle:"Переместить {name} в архив?"
channelArchiveConfirmDescription:"Архивированные каналы перестанут отображаться в списке каналов или результатах поиска. В них также нельзя будет добавлять новые записи."
thisChannelArchived:"Этот канал находится в архиве."
displayOfNote:"Отображение заметок"
initialAccountSetting:"Настройка профиля"
youFollowing:"Подписки"
preventAiLearning:"Отказаться от использования в машинном обучении (Генеративный ИИ)"
preventAiLearningDescription:"Запросить краулеров не использовать опубликованный текст или изображения и т.д. для машинного обучения (Прогнозирующий / Генеративный ИИ) датасетов. Это достигается путём добавления \"noai\" HTTP-заголовка в ответ на соответствующий контент. Полного предотвращения через этот заголовок не избежать, так как он может быть просто проигнорирован."
options:"Настройки ролей"
specifyUser:"Указанный пользователь"
openTagPageConfirm:"Открыть страницу этого хештега?"
specifyHost:"Указать сайт"
failedToPreviewUrl:"Предварительный просмотр недоступен"
update:"Обновить"
rolesThatCanBeUsedThisEmojiAsReaction:"Роли тех, кому можно использовать эти эмодзи как реакцию"
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"Если здесь ничего не указать, в качестве реакции эту эмодзи сможет использовать каждый."
rolesThatCanBeUsedThisEmojiAsReactionPublicRoleWarn:"Эти роли должны быть общедоступными."
cancelReactionConfirm:"Вы действительно хотите удалить свою реакцию?"
initialAccountSettingCompleted:"Первоначальная настройка успешно завершена!"
startTutorial:"Пройти Обучение"
skipAreYouSure:"Пропустить настройку?"
_initialTutorial:
launchTutorial:"Пройти обучение"
_note:
description:"Посты в Misskey называются 'Заметками.' Заметки отсортированы в хронологическом порядке в ленте и обновляются в режиме реального времени."
_reaction:
reactToContinue:"Добавьте реакцию, чтобы продолжить."
_postNote:
_visibility:
public:"Твоя заметка будет видна всем."
doNotSendConfidencialOnDirect2:"Администратор целевого сервера может видеть что вы отправляете. Будьте осторожны с конфиденциальной информацией, когда отправляете личные заметки пользователям с ненадёжных серверов."
_timelineDescription:
home:"В персональной ленте располагаются заметки тех, на которых вы подписаны."
local:"Местная лента показывает заметки всех пользователей этого сайта."
local:"Местная лента показывает заметки всех пользователей этого экземпляра."
social:"В социальной ленте собирается всё, что есть в персональной и местной лентах."
global:"В глобальную ленту попадает вообще всё со связанных инстансов."
global:"В глобальную ленту попадает вообще всё со связанных экземпляров."
_serverSettings:
iconUrl:"Адрес на иконку роли"
_accountMigration:
moveFrom:"Перенести другую учётную запись сюда"
moveTo:"Перенести учётную запись на другой сервер"
moveAccountDescription:"Это действие перенесёт ваш аккаунт на другой сервер.\n・Подписчики с этого аккаунта автоматически подпишутся на новый\n・Этот аккаунт отпишется от всех пользователей, на которых подписан сейчас\n・Вы не сможете создавать новые заметки и т.д. на этом аккаунте\n\nТогда как перенос подписчиков происходит автоматически, вы должны будете подготовиться, сделав некоторые шаги, чтобы перенести список пользователей, на которых вы подписаны. Чтобы сделать это, экспортируйте список подписчиков в файл, который затем импортируете на новом аккаунте в меню настроек. То же самое необходимо будет сделать со списками, также как и со скрытыми и заблокированными пользователями.\n\n(Это объяснение применяется к Misskey v13.12.0 и выше. Другое ActivityPub программное обеспечение, такое, как Mastodon, может работать по-другому."
startMigration:"Перенести"
movedAndCannotBeUndone:"Аккаунт был перемещён. Это действие необратимо."
alwaysMarkNsfw:"Всегда отмечать файлы как «не для всех»"
pinMax:"Доступное количество закреплённых заметок"
@ -1479,6 +1602,11 @@ _aboutMisskey:
donate:"Пожертвование на Misskey"
morePatrons:"Большое спасибо и многим другим, кто принял участие в этом проекте! 🥰"
patrons:"Материальная поддержка"
projectMembers:"Участники проекта"
_displayOfSensitiveMedia:
respect:"Скрывать содержимое не для всех"
ignore:"Показывать содержимое не для всех"
force:"Скрывать всё содержимое"
_instanceTicker:
none:"Не показывать"
remote:"Только для других сайтов"
@ -1507,7 +1635,7 @@ _wordMute:
muteWordsDescription:"Пишите слова через пробел в одной строке, чтобы фильтровать их появление вместе; а если хотите фильтровать любое из них, пишите в отдельных строках."
muteWordsDescription2:"Здесь можно использовать регулярные выражения — просто заключите их между двумя дробными чертами (/)."
_instanceMute:
instanceMuteDescription:"Заметки и репосты с указанных здесь инстансов, а также ответы пользователям оттуда же не будут отображаться."
instanceMuteDescription:"Любые активности, затрагивающие инстансы из данного списка, будут скрыты."
instanceMuteDescription2:"Пишите каждый инстанс на отдельной строке"
title:"Скрывает заметки с заданных инстансов."
heading:"Список скрытых инстансов"
@ -1556,7 +1684,7 @@ _theme:
navActive:"Текст на боковой панели (активирован)"
navIndicator:"Индикатор на боковой панели"
link:"Ссылка"
hashtag:"Хэштег"
hashtag:"Хештег"
mention:"Упоминание"
mentionMe:"Упоминания вас"
renote:"Репост"
@ -1574,7 +1702,6 @@ _theme:
buttonBg:"Фон кнопки"
buttonHoverBg:"Текст кнопки"
inputBorder:"Рамка поля ввода"
listItemHoverBg:"Фон пункта списка (под указателем)"
step1:"Прежде всего, установите на устройство приложение для аутентификации, например, {a} или {b}."
step2:"Далее отсканируйте отображаемый QR-код при помощи приложения."
step2Click:"Нажав на QR-код, вы можете зарегистрироваться с помощью приложения для аутентификации или брелка для ключей, установленного на вашем устройстве."
step3Title:"Введите проверочный код"
step3:"И наконец, введите код, который покажет приложение."
step4:"Теперь при каждом входе на сайт вам нужно будет вводить код из приложения аналогичным образом."
@ -1667,6 +1795,7 @@ _permissions:
"write:gallery": "Редактирование галереи"
"read:gallery-likes": "Просмотр списка понравившегося в галерее"
"write:gallery-likes": "Изменение списка понравившегося в галерее"