`/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>
* add short leads to lists, antennas, and channels
* remove unused import
* add CHANGELOG.md
* hide separator when there is no item
* fix mistakes
* Update timeline.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update example.yml, add descriptions for some items
Add descriptions for "MeiliSearch" and "allowedPrivateNetworks"
* Update docker_example.yml
Add descriptions for "MeiliSearch" and "allowedPrivateNetworks"
* fix: unnecessary logging in FanoutTimelineEndpointService
* chore: TimelineOptions
* chore: add FanoutTimelineName type
* chore: forbid specifying both withReplies and withFiles since it's not implemented correctly
* chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService
* revert unintended changes
* use isReply in NoteCreateService
* fix: excludePureRenotes is not implemented
* fix: replies to me is excluded from local timeline
* chore(frontend): forbid enabling both withReplies and withFiles
* docs(changelog): インスタンスミュートが効かない問題の修正について言及
* ci: use generate-api-json to get api.json changes
* restore copying default.yml
* refactor: get api.json with single workflow
* ci: api.jsonのdiffをbackendが変更されたときのみ取るように
* feat(backend,misskey-js): hard mute storage in backend
* fix(backend,misskey-js): mute word record type
* chore(frontend): generalize XWordMute
* feat(frontend): configure hard mute
* feat(frontend): hard mute notes on the timelines
* lint(backend,frontend): fix lint failure
* chore(misskey-js): update api.md
* fix(backend): test failure
* chore(frontend): check word mute for reply
* chore: limit hard mute count
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (French)
* docs: Replace forum with Github Discussions
* Remove outdated forum link from CONTRIBUTING.md
* Remove outdated forum link from misskey-js/CONTRIBUTING.md
* Remove outdated forum link from misskey-js/docs/CONTRIBUTING.en.md
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore: make pure renote detection an function
* fix: we can renote pure renote
* docs(changelog): リノートをリノートできるのを修正
* fix: remaining debug log
* chore: move isPureRenote to misc
* chore: make isPureRenote type guard
* chore: use isPureRenote in other places
* fix CHANGELOG
* style: fix lint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Revert "remove save-pr-number"
This reverts commit 085f4bd769.
* Revert "Update report-api-diff.yml"
This reverts commit b73daf4c0e.
* Revert "Update report-api-diff.yml"
This reverts commit cbf2b5ad8a.
* Revert "try to get pull request id from github.event.workflow_run.pull_requests"
This reverts commit 07517ce501.
* initial commit for report-api-diff.yml
* add api-{base,head}.json into api-artifact
* try to get pull request id from github.event.workflow_run.pull_requests
* Update report-api-diff.yml
* Update report-api-diff.yml
* remove save-pr-number
* feat: endpoint to update all following
* feat(frontend): change show replies for all
* docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように
* fix: cancel not working
* chore: Pull Request時にapi.jsonのdiffを出力するworkflow
* refactor: job names
* fix: set repository to get api diff
* chore: set permission to workflow
* set sleep 30s (shorter)
* chore: set label of diff
* chore: more attempts to fetch misskey
* chore: add full diff output of api.js
* chore: save full-diff to Artifact
* chore: add message to download diff Artifact
* feat: add defaultWithReplies to MiUser
* feat: use defaultWithReplies when creating MiFollowing
* feat: update defaultWithReplies from API
* feat: return defaultWithReplies as a part of $i
* feat(frontend): configure defaultWithReplies
* docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように
* fix: typo
* style: fix lint failure
* chore: improve UI text
* chore: make optional params of UserFollowingService.follow() object
* chore: UserFollowingService.follow() accept withReplies
* chore: add withReplies to MiFollowRequest
* chore: process withReplies for follow request
* feat: accept withReplies on 'following/create' endpoint
* feat: store defaultWithReplies in client store
* Revert "feat: return defaultWithReplies as a part of $i"
This reverts commit f2cc4fe6
* Revert "feat: update defaultWithReplies from API"
This reverts commit 95e3cee6
* Revert "feat: add defaultWithReplies to MiUser"
This reverts commit 9f5ab14d70.
* feat: configuring withReplies in import-following
* feat(frontend): configure withReplies
* fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown
* fix(backend): withReplies of following/create not working
* fix(frontend): importFollowing error
* fix: withReplies is not working with follow import
* fix(frontend): use v-model
* style: fix lint
---------
Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* chore(frontend): renote of note in sensitive channel is now home renote by default.
* docs: センシティブチャンネルのNoteのReNoteはデフォルトでHome TLに流れるようになりました
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: add way to show renote in window / tab
* feat: report abuse for renote
* docs: Renote自体を通報できるように
* revert: make renote time link
* chore: add copy renote menu
* chore: remove copy/report renote from note menu
* fix: abuse menu without actual selection shown
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
According to RFC 6415 appendix-A.
The server
MUST include the HTTP "Content-Type" response header field with a
value of "application/json". Any other "Content-Type" value (or lack
thereof) indicates that the server does not support the JRD format.
"application/jrd+json" is only used by WebFinger (RFC 7033)
* fix(frontend): "メッセージを送信" の初期テキストを
あるサーバー A にいるとする。他のサーバー B のユーザー X へ
「メッセージを送信」しようとしたとする。その時に出てくる投稿
フォームには X へのメンションが最初から入っている。
しかし、そのメンションには B の情報が入っておらず、 A の
同名ユーザー X へのメンションとなってしまっている。
See https://github.com/misskey-dev/misskey/issues/11716
* Update CHANGELOG.md
* fix: aiscript version check of plugin
* Update CHANGELOG.md
* docs(CHANGELOG): remove 11420 issue link
* fix(frontend): Possibility of exception in non-semver version format
* fix: word mute is not applied to sub note
* chore: update changelog
* chore: run eslint fix
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(backend): add isSensitive to Channel
* feat(backend): support isSensitive in channel endpoints
* feat(frontend/channel-editor): support isSensitive in create/edit channel page
* feat(frontend/channel): show sensitive indicator for sensitive channels
* docs(changelog): add チャンネルをセンシティブ指定できるようになりました
* chore: license header for each file
* chore: add isSensitive of channel to Note object
* chore: Add the SPDX information to each file
Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.
* tweak format
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Uzbek)
* New translations ja-JP.yml (Uzbek)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Uzbek)
* New translations ja-JP.yml (Hungarian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Hungarian)
* New translations ja-JP.yml (Uzbek)
* New translations ja-JP.yml (Uzbek)
* New translations ja-JP.yml (Portuguese)
* fix(frontend): search user with trailing space
* fix(backend): search user with trailing space
* Update search.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Error message:
```
ReplyError: ERR value is not an integer or out of range script: 720d973b3877f92b4fb3285ced83c97cdd204979, on @user_script:209.
```
The whole error can be tracked back to one of the arguments, which is
`Infinity` in the codebase, but it has to be a number.
The documentation in bullmq says `0` is unlimited[^1], and bullmq tries to
parse the argument with `tonumber` which returns with `-9223372036854775808` if
the argument is `"Infinity"` which is out of bound.
```
127.0.0.1:6379> eval 'return tonumber(ARGV[3])' '2' 'slippy.xyz:queue:inbox:inbox:delayed' 'slippy.xyz:queue:inbox:inbox:events' 'slippy.xyz:queue:inbox:inbox:' '1687183763944' Infinity 'delayed'
(integer) -9223372036854775808
127.0.0.1:6379>
```
[^1]: https://github.com/taskforcesh/bullmq/blob/master/src/commands/cleanJobsInSet-2.lua#L10
Signed-off-by: Efertone <efertone@pm.me>
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Russian)
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in misskey.example) Please try with another misskey servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
-->
## 💡 Summary
<!-- Tell us what the bug is -->
## 🥰 Expected Behavior
<!--- Tell us what should happen -->
## 🤬 Actual Behavior
<!--
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
-->
## 📝 Steps to Reproduce
1.
2.
3.
## 📌 Environment
<!-- Tell us where on the platform it happens -->
<!-- DO NOT WRITE "latest". Please provide the specific version. -->
First, in order to avoid duplicate Issues, please search to see if the problem you found has already been reported.
Also, If you are NOT owner/admin of server, PLEASE DONT REPORT SERVER SPECIFIC ISSUES TO HERE! (e.g. feature XXX is not working in misskey.example) Please try with another misskey servers, and if your issue is only reproducible with specific server, contact your server's owner/admin first.
- type:textarea
attributes:
label:💡 Summary
description:Tell us what the bug is
validations:
required:true
- type:textarea
attributes:
label:🥰 Expected Behavior
description:Tell us what should happen
validations:
required:true
- type:textarea
attributes:
label:🤬 Actual Behavior
description:|
Tell us what happens instead of the expected behavior.
Please include errors from the developer console and/or server log files if you have access to them.
validations:
required:true
- type:textarea
attributes:
label:📝 Steps to Reproduce
placeholder:|
1.
2.
3.
validations:
required:false
- type:textarea
attributes:
label:💻 Frontend Environment
description:|
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
Examples:
* Model and OS of the device(s): MacBook Pro (14inch, 2021), macOS Ventura 13.4
* Browser: Chrome 113.0.5672.126
* Server URL: misskey.io
* Misskey: 13.x.x
value:|
* Model and OS of the device(s):
* Browser:
* Server URL:
* Misskey:
render:markdown
validations:
required:false
- type:textarea
attributes:
label:🛰 Backend Environment (for server admin)
description:|
Tell us where on the platform it happens
DO NOT WRITE "latest". Please provide the specific version.
If you are using a managed service, put that after the version.
Examples:
* Installation Method or Hosting Service: docker compose, k8s/docker, systemd, "Misskey install shell script", development environment
* Misskey: 13.x.x
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis: 7.x.x
* OS and Architecture: Ubuntu 22.04.2 LTS aarch64
value:|
* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:
render:markdown
validations:
required:false
- type:checkboxes
attributes:
label:Do you want to address this bug yourself?
options:
- label:Yes,I will patch the bug myself and send a pull request
body: 'Chromatic will skip testing but you may still have to [review the changes on Chromatic](https://www.chromatic.com/pullrequests?appId=6428f7d7b962f0b79f97d6e4).'
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
Examples of behavior that contributes to a positive environment for our
community include:
*Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
*Focusing on what is best for the community
* Showing empathy towards other community members
*Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
*Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the overall
community
Examples of unacceptable behavior by participants include:
Examples of unacceptable behavior include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* The use of sexualized language or imagery, and sexual attention or advances of
any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
* Publishing others' private information, such as a physical or email address,
without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
## Enforcement Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an officialsocial media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at syuilotan@yahoo.co.jp. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<syuilotan@yahoo.co.jp>.
All complaints will be reviewed and investigated promptly and fairly.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident.
## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction
**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.
### 2. Warning
**Community Impact**: A violation through a single incident or series of
actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or permanent
ban.
### 3. Temporary Ban
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.
### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within the
community.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
@@ -15,7 +15,7 @@ Before creating an issue, please check the following:
- To avoid duplication, please search for similar issues before creating a new issue.
- Do not use Issues to ask questions or troubleshooting.
- Issues should only be used to feature requests, suggestions, and bug tracking.
- Please ask questions or troubleshooting in~~the [Misskey Forum](https://forum.misskey.io/)~~ [GitHub Discussions](https://github.com/misskey-dev/misskey/discussions) or [Discord](https://discord.gg/Wp8gVStHW3).
- Please ask questions or troubleshooting in [GitHub Discussions](https://github.com/misskey-dev/misskey/discussions) or [Discord](https://discord.gg/Wp8gVStHW3).
> **Warning**
> Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged.
@@ -106,7 +106,7 @@ If your language is not listed in Crowdin, please open an issue.
- 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.
### Dev Container
Instead of running `pnpm` locally, you can use Dev Container to set up your development environment.
@@ -150,7 +154,7 @@ Prepare DB/Redis for testing.
```
docker compose -f packages/backend/test/docker-compose.yml up
```
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.
Run all test.
```
@@ -214,30 +218,13 @@ Misskey uses [Storybook](https://storybook.js.org/) for UI development.
**🌎 **[Misskey](https://misskey-hub.net/)** is an open source, decentralized social media platform that's free forever! 🚀**
---
<ahref="https://misskey-hub.net/instances.html">
<ahref="https://misskey-hub.net/servers/">
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/find_an-instance-acea31?logoColor=acea31&style=for-the-badge&logo=misskey&labelColor=363B40"alt="find an instance"/></a>
<imgsrc="https://custom-icon-badges.herokuapp.com/badge/create_an-instance-FBD53C?logoColor=FBD53C&style=for-the-badge&logo=server&labelColor=363B40"alt="create an instance"/></a>
<ahref="./CONTRIBUTING.md">
@@ -21,7 +21,7 @@
<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>
@@ -51,7 +51,7 @@ With Misskey's built in drive, you get cloud storage right in your social media,
## Documentation
Misskey Documentation can be found at [Misskey Hub](https://misskey-hub.net/), some of the links and graphics above also lead to specific portions of it.
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.
@@ -6,6 +6,7 @@ Also, the later tasks are more indefinite and are subject to change as developme
This is the phase we are at now. We need to make a high-maintenance environment that can withstand future development.
- ~~Make the number of type errors zero (backend)~~ → Done ✔️
- Make the number of type errors zero (frontend)
- Improve CI
- ~~Fix tests~~ → Done ✔️
- Fix random test failures - https://github.com/misskey-dev/misskey/issues/7985 and https://github.com/misskey-dev/misskey/issues/7986
@@ -22,7 +23,7 @@ This is the phase we are at now. We need to make a high-maintenance environment
Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually.
- Improve features for moderation
- OAuth2 support https://github.com/misskey-dev/misskey/issues/8262
-~~OAuth2 support https://github.com/misskey-dev/misskey/issues/8262~~ → Done ✔️
introMisskey:"اهلا بك! ميسكي هو منصة تدوين مصغر لا مركزية ومفتوحة المصدر.\nيمكنك مشاركة \"ملاحظات\" عن ما يجري حولك، وإخبار الجميع عن نفسك 📡\nتسمح لك \"الانفعالات\" بتعبير عن شعورك حول ملاحظات الآخرين 👍\nاكتشف عالمًا جديدًا 🚀"
poweredByMisskeyDescription:"{name} هو إحدى الخِدمات التي تستخدم المنصة مفتوحة المصدر <b>ميسكي</b> (يشار إليه كمثيل ميسكي)"
monthAndDay:"{day}/{month}"
search:"البحث"
notifications:"الإشعارات"
@@ -19,6 +20,7 @@ noNotes: "لم يُعثر على أية ملاحظات"
noNotifications:"ليس هناك أية اشعارات"
instance:"مثيل الخادم"
settings:"الاعدادات"
notificationSettings:"إعدادات الإشعارات"
basicSettings:"الاعدادات الأساسية"
otherSettings:"إعدادات أخرى"
openInWindow:"افتح في نافذة جديدة"
@@ -39,16 +41,23 @@ unfavorite: "إزالة من المفضلة"
favorited:"أُضيف إلى المفضلة."
alreadyFavorited:"تمت إضافته بالفعل إلى المفضلة."
cantFavorite:"تعذرت الإضافة إلى المفضلة."
pin:"دبّسها على الصفحة الشخصية"
unpin:"ألغ تدبيسها من ملفك الشخصي"
pin:"ثبتها على الصفحة الشخصية"
unpin:"فكها من ملفك الشخصي"
copyContent:"انسخ المحتوى"
copyLink:"انسخ الرابط"
delete:"حذف"
deleteAndEdit:"إزالة وإعادة الصياغة"
deleteAndEditConfirm:"أمتأكد من حذف الملاحظة؟ ستفقد كل مشاركاتها، والتفاعلات، والردود عليها."
addToList:"أضفه إلى قائمة"
addToAntenna:"أضف إلى هوائي"
sendMessage:"أرسل رسالة"
copyRSS:"انسخ رابط RSS"
copyUsername:"انسخ اسم المستخدم"
copyUserId:"انسخ معرف المستخدم"
copyNoteId:"انسخ معرف الملاحظة"
copyFileId:"انسخ معرّف الملف"
copyFolderId:"انسخ معرّف المجلد"
copyProfileUrl:"انسخ رابط الملف الشخصي"
searchUser:"ابحث عن مستخدمين"
reply:"رد"
loadMore:"عرض المزيد"
@@ -101,15 +110,16 @@ renoted: "أُعيد نشره"
cantRenote:"لا يمكن إعادة نشر الملاحظة"
cantReRenote:"لا يمكنك إعادة نشر ملاحظة معاد نشرها"
quote:"اقتبس"
pinnedNote:"ملاحظة مدبسة"
pinned:"دبّسها على الصفحة الشخصية"
inChannelRenote:"إعادة نشر في قناة"
inChannelQuote:"اقتباس في قناة"
pinnedNote:"ملاحظة مثبتة"
pinned:"ثبتها على الصفحة الشخصية"
you:"أنت"
clickToShow:"اضغط للعرض"
sensitive:"محتوى حساس"
add:"إضافة"
reaction:"التفاعلات"
reactions:"التفاعلات"
reactionSetting:"التفاعلات المراد عرضها في منتقي التفاعلات."
reactionSettingDescription2:"اسحب لترتيب ، انقر للحذف ، استخدم \"+\" للإضافة."
rememberNoteVisibility:"تذكر إعدادت مدى رؤية الملاحظات"
@@ -127,7 +139,10 @@ unblockConfirm: "أمتأكد من إلغاء حجب هذا الحساب؟"
suspendConfirm:"أمتأكد من تعليق الحساب؟"
unsuspendConfirm:"أمتأكد من إلغاء تعليق؟"
selectList:"اختر قائمة"
editList:"عدّل القائمة"
selectChannel:"اختر قناة"
selectAntenna:"اختر هوائيًا"
editAntenna:"عدّل الهوائي"
selectWidget:"اختر ودجة"
editWidgets:"عدّل الودجات"
editWidgetsExit:"تم"
@@ -139,6 +154,7 @@ emojiUrl: "رابط الإيموجي"
addEmoji:"إضافة إيموجي"
settingGuide:"الإعدادات المستحسنة"
cacheRemoteFiles:"خزن مؤقتا الملفات البعيدة"
cacheRemoteFilesDescription:"إذا عُطل هذا الإعداد، ستُحمل الملفات من المثيل البعيد، هذا سيقلل من المساحة المستغلة على القرص لكن سيزيد حجم تدفق البيانات وهذا لأن الصور المصغرة لن تولّد."
flagAsBot:"علّمه كحساب آلي"
flagAsBotDescription:"فعّل هذا الخيار إذا كان هذا الحساب يُدار عبر برمجية. إذا فُعل فسيكون بمثابة علامة للمطورين الآخرين لتجنب سلاسل لا متناهية من التفاعل بين حسابات الآلية وضبط أنظمة ميسكي للتعامل مع هذا الحساب كآلي."
objectStoragePrefixDesc:"ستُحفظ الملفات في مجلدات تحوي اسماءها هذه البادئة."
objectStorageEndpoint:"نقطة النهاية"
objectStorageRegion:"المنطقة"
objectStorageRegionDesc:"حدد منطقة مثل \"xx-east-1\". إذا كانت خدمتك لا تميز بين المناطق استخدم \"us-east-1\" أو اتركها فارغة إذا كنت تستخدم متغيرات البيئة أو ملفات ضبط AWS."
objectStorageUseSSL:"استخدم SSL"
objectStorageUseSSLDesc:"عطل هذا الخيار إذا لم ترد استخدام API عبر HTTPS"
objectStorageUseProxy:"اتصل عبر وكيل"
objectStorageUseProxyDesc:"عطل هذا الخيار إذا لم ترد استخدام API عبر وكيل"
objectStorageSetPublicRead:"عينها ك\"علنية\" عند الرفع"
serverLogs:"سجلات الخادم"
deleteAll:"حذف الكل"
showFixedPostForm:"أظهر نموذج الكتابة في أعلى الصفحة"
showFixedPostFormInChannel:"أظهر نموذج الكتابة في أعلى الخط الزمني (قنوات)"
newNoteRecived:"هناك ملاحظات جديدة"
sounds:"الرنات"
sound:"الرنات"
@@ -506,9 +537,12 @@ userSuspended: "عُلق هذا المستخدم."
userSilenced:"كُتم هذا المستخدم."
yourAccountSuspendedTitle:"هذا الحساب معلق"
yourAccountSuspendedDescription:"عُلق الحساب بسبب انتهاك شروط خدمة المثيل و ما شابه. إذا أردت معرفة التفصيل تواصل مع مدير المثيل. رجاءً لا تنشئ حساب جديد."
accountDeleted:"حُذف الحساب"
accountDeletedDescription:"حُذف هذا الحساب."
menu:"القائمة"
divider:"فاصل"
addItem:"إضافة عنصر"
rearrange:"أعد الترتيب"
relays:"المُرَحلات"
addRelay:"إضافة مُرحّل"
inboxUrl:"رابط صندوق الوارد"
@@ -531,6 +565,8 @@ author: "الكاتب"
leaveConfirm:"لديك تغييرات غير محفوظة. أتريد المتابعة دون حفظها؟"
manage:"إدارة "
plugins:"الإضافات"
preferencesBackups:"النُسخ الاحتياطية للإعدادات"
useBlurEffectForModal:"استخدم تأثير الطمس في المشروط"
useFullReactionPicker:"استخدم الحجم الكامل لمنتقي التفاعلات"
width:"العرض"
height:"الإرتفاع"
@@ -606,7 +642,9 @@ clip: "مِشبك"
createNew:"أنشِئ جديد"
optional:"اختياري"
createNewClip:"أنشئ مِشبكَا جديدًا"
confirmToUnclipAlreadyClippedNote:"هذه الملاحظة تنتمي للمشبك {name} سلفًا، أتريد حذفها منه⸮"
public:"علني"
private:"خاص"
i18nInfo:"يترجم متطوعون ميسكي إلى عدة لغات، يمكنك المساعدة عبر {link}"
manageAccessTokens:"إدارة رموز الوصول"
accountInfo:"معلومات الحساب"
@@ -627,6 +665,7 @@ driveFilesCount: "عدد الملفات في قرص التخزين"
driveUsage:"المستغل من قرص التخزين"
noCrawle:"ارفض فهرسة زاحف الويب"
noCrawleDescription:"يطلب من محركات البحث ألّا يُفهرسوا ملفك الشخصي وملاحظات وصفحاتك وما شابه."
lockedAccountInfo:"ستكون هذه الملاحظة مرئية للجميع مالم تحدد مرئتيها إلى \"للمتابعين فقط\""
alwaysMarkSensitive:"علّم افتراضيًا جميع ملاحظاتي كذات محتوى حساس"
loadRawImages:"حمّل الصور الأصلية بدلًا من المصغرات"
disableShowingAnimatedImages:"لا تشغّل الصور المتحركة"
@@ -640,10 +679,13 @@ contact: "التواصل"
useSystemFont:"استخدم الخط الافتراضية للنظام"
clips:"مشابك"
experimentalFeatures:"ميّزات اختبارية"
experimental:"اختباري"
developer:"المطور"
makeExplorable:"أظهر الحساب في صفحة \"استكشاف\""
makeExplorableDescription:"بتعطيل هذا الخيار لن يظهر حسابك في صفحة \"استكشاف\""
showGapBetweenNotesInTimeline:"أظهر فجوات بين المشاركات في الخيط الزمني"
left:"يسار"
center:"وسط"
wide:"عريض"
narrow:"رفيع"
reloadToApplySetting:"سيُطبق هذا الإعداد بعد إعادة تحميل الصفحة، أتريد إعادة تحميلها الآن؟"
@@ -661,6 +703,7 @@ accentColor: "طابع لوني"
textColor:"لون النص"
saveAs:"احفظ كـ..."
advanced:"متقدم"
advancedSettings:"إعدادات متقدمة"
value:"القيمة"
createdAt:"أُنشئ في"
updatedAt:"حُدّث في"
@@ -680,6 +723,7 @@ editCode: "حرر الشفرة"
apply:"تطبيق"
receiveAnnouncementFromInstance:"استلم إشعارات من هذا المثيل"
emailNotification:"إشعارات البريد الكتروني"
publish:"علني"
inChannelSearch:"ابحث عن قناة"
useReactionPickerForContextMenu:"افتح منتقي التفاعلات عند النقر بالزر الأيمن"
userPagePinTip:"لعرض ملاحظة هنا اختر \"دبسها على الصفحة الشخصية\" من قائمة تلك الملاحظة."
userPagePinTip:"لعرض ملاحظة هنا اختر \"ثبتها على الصفحة الشخصية\" من قائمة تلك الملاحظة."
notSpecifiedMentionWarning:"في الملاحظة ذكر لمستخدمين لن يستلموها."
info:"عن"
userInfo:"معلومات المستخدم"
@@ -719,12 +763,14 @@ noMaintainerInformationWarning: "لم تُضبط معلومات المدير"
noBotProtectionWarning:"لم تضبط الحماية من الحسابات الآلية"
configure:"اضبط"
postToGallery:"انشر في المعرض"
postToHashtag:"انشر بهذا الوسم"
gallery:"المعرض"
recentPosts:"المشاركات الحديثة"
popularPosts:"المشاركات المتداولة"
shareWithNote:"شاركه في ملاحظة"
ads:"الإعلانات"
expiration:"ينتهي استطلاع الرأي في"
startingperiod:"ابدأ"
memo:"تذكير"
priority:"الأولوية"
high:"عالية"
@@ -750,13 +796,18 @@ translate: "ترجم"
translatedFrom:"تُرجم من {x}"
accountDeletionInProgress:"حذف الحساب جارٍ"
usernameInfo:"الاسم الذي يميزك عن بافي مستخدمي هذا الخادم، يمكنك استخدام الحروف اللاتينية (a~z, A~Z) والأرقام (0~9) والشرطة السفلية (_). لا يمكنك تغييره بعد تسجيله."
enableAutoSensitiveDescription:"عند الاستطاعة يسمح باكتشاف المحتوى حساس NSFW تلقائيًا في الوسائط باستخدام تعلم الآلة ووسمها تبعًا لذلك. قد يكون هذا الخيار مفعلا من جهة الخادم وسيعمل حتى وان عُطل."
activeEmailValidationDescription:"يتحقق من صحة عنوان البريد الإلكتروني بشكل أكثر حزمًا وذلك عبر تحديد ما إذا كان عنوان بريد إلكتروني مؤقت وإمكانية التواصل معه. إذا لم يحدد هذا الخيار فسيتحقق من نسق عنوان البريد الإلكتروني."
invitationRequiredToRegister:"هذا المثيل للمدعوين فقط. لتسجيل فيه تحتاج رمزًا صالحًا."
postToTheChannel:"انشر في قناة"
cannotBeChangedLater:"لا يمكن تغييره لاحقًا."
reactionAcceptance:"قبول التفاعلات"
rolesAssignedToMe:"الأدوار المسندة إلي"
resetPasswordConfirm:"هل تريد إعادة تعيين كلمة السر؟"
license:"الرخصة"
unfavoriteConfirm:"أتريد إزالتها من المفضلة؟"
reactionsDisplaySize:"حجم التفاعلات"
limitWidthOfReaction:"تصغير حجم التفاعلات"
noteIdOrUrl:"معرف الملاحظة أو رابطها"
video:"فيديو"
videos:"فيديوهات"
dataSaver:"موفر البيانات"
accountMigration:"ترحيل الحساب"
accountMoved:"نقل هذا المستخدم حسابه:"
accountMovedShort:"رُحل هذا الحساب."
operationForbidden:"عملية ممنوعة"
forceShowAds:"أظهر الإعلانات التجارية دائما"
reactionsList:"التفاعلات"
renotesList:"إعادات النشر"
notificationDisplay:"إشعارات"
leftTop:"أعلى اليسار"
rightTop:"أعلى اليمين"
leftBottom:"أسفل اليسار"
rightBottom:"أسفل اليمين"
stackAxis:"اتجاه التكديس"
vertical:"عمودي"
horizontal:"جانبي"
position:"الموضع"
serverRules:"قوانين الخادم"
pleaseConfirmBelowBeforeSignup:"رجاءً وافق على ما يلي قبل التسجيل."
pleaseAgreeAllToContinue:"للمتابعة وافق على الحقول أعلاه."
continue:"متابعة"
preservedUsernames:"أسماء المستخدمين المحجوزة"
preservedUsernamesDescription:"قائمة بأسماء المستخدمين المحجوزة كلٌ في سطر. لن يُقبل التسجيل بهذه الأسماء وستبقى محصورة على التسجيل اليدوي بواسطة المديرين. لن يتأثر المستخدمون الذين يملكون هذه الأسماء سلفًا."
createNoteFromTheFile:"أنشئ ملاحظة من هذا الملف"
archive:"الأرشيف"
channelArchiveConfirmTitle:"أتريد أرشفت {name}؟"
channelArchiveConfirmDescription:"لن يمكنك نشر ملاحظات في القناة المأرشفة ولن تظهر في قائمة القنوات ولا في نتائج البحث."
thisChannelArchived:"أُرشفت هذه القناة."
displayOfNote:"عرض الملاحظة"
initialAccountSetting:"إعداد الملف الشخصي"
youFollowing:"متابَع"
preventAiLearning:"منع استخدام البيانات في تعليم الآلة"
options:"خيارات"
specifyUser:"مستخدم محدد"
failedToPreviewUrl:"تتعذر المعاينة"
update:"حدِّث"
rolesThatCanBeUsedThisEmojiAsReaction:"الأدوار التي يُسمح لأصحابها استخدام هذا اإيموجي في اللتفاعل"
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"إذا لم تحدد دورًا يمكن للجميع استخدام هذا الإيموجي في التفاعل."
rolesThatCanBeUsedThisEmojiAsReactionPublicRoleWarn:"يجب أن تكون الأدوار علنية."
headlineMisskey:"নোট ব্যাবহার করে সংযুক্ত নেটওয়ার্ক"
introMisskey:"স্বাগতম! মিসকি একটি ওপেন সোর্স, ডিসেন্ট্রালাইজড মাইক্রোব্লগিং পরিষেবা। \n\"নোট\" তৈরির মাধ্যমে যা ঘটছে তা সবার সাথে শেয়ার করুন 📡\n\"রিঅ্যাকশন\" গুলির মাধ্যমে যেকোনো নোট সম্পর্কে আপনার অনুভূতি ব্যাক্ত করতে পারেন 👍\nএকটি নতুন দুনিয়া ঘুরে দেখুন 🚀\n"
poweredByMisskeyDescription:"{name} হল ওপেন সোর্স প্ল্যাটফর্ম <b>Misskey</b>-এর সার্ভারগুলির একটি৷"
monthAndDay:"{day}/{month}"
search:"খুঁজুন"
notifications:"বিজ্ঞপ্তি"
@@ -12,12 +13,14 @@ fetchingAsApObject: "ফেডিভার্স থেকে খবর আন
ok:"ঠিক"
gotIt:"বুঝেছি"
cancel:"বাতিল"
noThankYou:"না, ধন্যবাদ"
enterUsername:"ইউজারনেম লিখুন"
renotedBy:"{user} রিনোট করেছেন"
noNotes:"কোন নোট নেই"
noNotifications:"কোনো বিজ্ঞপ্তি নেই"
instance:"ইন্সট্যান্স"
settings:"সেটিংস"
notificationSettings:"বিজ্ঞপ্তির সেটিংস"
basicSettings:"সাধারণ সেটিংস"
otherSettings:"অন্যান্য সেটিংস"
openInWindow:"নতুন উইন্ডোতে খুলা"
@@ -42,12 +45,20 @@ pin: "পিন করা"
unpin:"পিন সরান"
copyContent:"বিষয়বস্তু কপি করুন"
copyLink:"লিঙ্ক কপি করুন"
copyLinkRenote:"রিনোট লিঙ্ক কপি করুন"
delete:"মুছুন"
deleteAndEdit:"মুছুন এবং সম্পাদনা করুন"
deleteAndEditConfirm:"আপনি কি এই নোটটি মুছে এটি সম্পাদনা করার বিষয়ে নিশ্চিত? আপনি এটির সমস্ত রিঅ্যাকশন, রিনোট এবং জবাব হারাবেন।"
headlineMisskey:"Ein durch Notizen verbundenes Netzwerk"
introMisskey:"Willkommen! Misskey ist eine dezentralisierte Open-Source Microblogging-Platform.\nVerfasse „Notizen“ um mitzuteilen, was gerade passiert oder um Ereignisse mit anderen zu teilen. 📡\nMit „Reaktionen“ kannst du außerdem schnell deine Gefühle über Notizen anderer Benutzer zum Ausdruck bringen. 👍\nEine neue Welt wartet auf dich! 🚀"
poweredByMisskeyDescription:"{name} ist einer der durch die Open-Source-Plattform <b>Misskey</b> betriebenen Dienste (meist als \"Misskey-Instanz\" bezeichnet)."
poweredByMisskeyDescription:"{name} ist einer der durch die Open-Source-Plattform <b>Misskey</b> betriebenen Dienste."
monthAndDay:"{day}.{month}."
search:"Suchen"
notifications:"Benachrichtigungen"
@@ -45,13 +45,20 @@ pin: "An dein Profil anheften"
unpin:"Von deinem Profil lösen"
copyContent:"Inhalt kopieren"
copyLink:"Link kopieren"
copyLinkRenote:"Renote-Link kopieren"
delete:"Löschen"
deleteAndEdit:"Löschen und Bearbeiten"
deleteAndEditConfirm:"Möchtest du diese Notiz wirklich löschen und bearbeiten? Alle Reaktionen, Renotes und Antworten dieser Notiz werden verloren gehen."
addToList:"Zu Liste hinzufügen"
addToAntenna:"Zu Antenne hinzufügen"
sendMessage:"Nachricht senden"
copyRSS:"RSS kopieren"
copyUsername:"Benutzernamen kopieren"
copyUserId:"Benutzer-ID kopieren"
copyNoteId:"Notiz-ID kopieren"
copyFileId:"Datei-ID kopieren"
copyFolderId:"Ordner-ID kopieren"
copyProfileUrl:"Profil-URL kopieren"
searchUser:"Nach einem Benutzer suchen"
reply:"Antworten"
loadMore:"Mehr laden"
@@ -68,7 +75,7 @@ import: "Import"
export:"Export"
files:"Dateien"
download:"Herunterladen"
driveFileDeleteConfirm:"Möchtest du die Datei „{name}“ wirklich löschen? Sie wird in allen Inhalten, die sie verwenden, auch verschwinden."
driveFileDeleteConfirm:"Möchtest du die Datei „{name}“ wirklich löschen? Einige Inhalte, die diese Datei verwenden, werden auch verschwinden."
unfollowConfirm:"Möchtest du {name} wirklich nicht mehr folgen?"
exportRequested:"Du hast einen Export angefragt. Dies kann etwas Zeit in Anspruch nehmen. Sobald der Export abgeschlossen ist, wird er deiner Drive hinzugefügt."
importRequested:"Du hast einen Import angefragt. Dies kann etwas Zeit in Anspruch nehmen."
reactionSetting:"In der Reaktionsauswahl anzuzeigende Reaktionen"
emojiPicker:"Emoji auswählen"
pinnedEmojisForReactionSettingDescription:"Wähle die Emojis aus, um sie an zu pinnen"
reactionSettingDescription2:"Ziehe um Anzuordnen, klicke um zu löschen, drücke „+“ um hinzuzufügen"
rememberNoteVisibility:"Notizsichtbarkeit merken"
attachCancel:"Anhang entfernen"
markAsSensitive:"Als NSFW markieren"
unmarkAsSensitive:"Als nicht NSFW markieren"
deleteFile:"Datei gelöscht"
markAsSensitive:"Als sensibel markieren"
unmarkAsSensitive:"Als nicht sensibel markieren"
enterFileName:"Dateinamen eingeben"
mute:"Stummschalten"
unmute:"Stummschaltung aufheben"
@@ -134,8 +143,10 @@ unblockConfirm: "Möchtest du diese Blockierung wirklich aufheben?"
suspendConfirm:"Möchtest du diesen Benutzer wirklich sperren?"
unsuspendConfirm:"Möchtest du diesen Benutzer wirklich entsperren?"
selectList:"Liste auswählen"
editList:"Liste bearbeiten"
selectChannel:"Kanal auswählen"
selectAntenna:"Antenne auswählen"
editAntenna:"Antenne bearbeiten"
selectWidget:"Widget auswählen"
editWidgets:"Widgets bearbeiten"
editWidgetsExit:"Fertig"
@@ -148,6 +159,9 @@ addEmoji: "Emoji hinzufügen"
settingGuide:"Empfohlene Einstellung"
cacheRemoteFiles:"Dateien von fremden Instanzen im Cache speichern"
cacheRemoteFilesDescription:"Ist diese Einstellung deaktiviert, so werden Dateien fremder Instanzen direkt von dort geladen. Hierdurch wird Speicherplatz auf diesem Server gespart, aber durch fehlende Generierung von Vorschaubildern mehr Bandbreite verwendet."
youCanCleanRemoteFilesCache:"Klicke auf den 🗑️-Knopf der Dateiverwaltungsansicht, um den Cache zu leeren."
cacheRemoteSensitiveFiles:"Sensitive Dateien von fremden Instanzen im Cache speichern"
cacheRemoteSensitiveFilesDescription:"Ist diese Einstellung deaktiviert, so werden sensitive Dateien fremder Instanzen direkt von dort ohne Zwischenspeicherung geladen."
flagAsBot:"Als Bot markieren"
flagAsBotDescription:"Aktiviere diese Option, falls dieses Benutzerkonto durch ein Programm gesteuert wird. Falls aktiviert, agiert es als Flag für andere Entwickler zur Verhinderung von endlosen Kettenreaktionen mit anderen Bots und lässt Misskeys interne Systeme dieses Benutzerkonto als Bot behandeln."
flagAsCat:"Als Katze markieren"
@@ -183,6 +197,7 @@ perHour: "Pro Stunde"
perDay:"Pro Tag"
stopActivityDelivery:"Senden von Aktivitäten einstellen"
clearCachedFilesConfirm:"Sollen alle im Cache gespeicherten Dateien von anderen Instanzen wirklich gelöscht werden?"
blockedInstances:"Blockierte Instanzen"
blockedInstancesDescription:"Gib die Hostnamen der Instanzen, welche blockiert werden sollen, durch Zeilenumbrüche getrennt an. Blockierte Instanzen können mit dieser instanz nicht mehr kommunizieren."
silencedInstances:"Stummgeschaltete Instanzen"
silencedInstancesDescription:"Gib die Hostnamen der Instanzen, welche stummgeschaltet werden sollen, durch Zeilenumbrüche getrennt an. Alle Konten dieser Instanzen werden als stummgeschaltet behandelt, können nur noch Follow-Anfragen stellen und wenn nicht gefolgt keine lokalen Konten erwähnen. Blockierte Instanzen sind davon nicht betroffen."
muteAndBlock:"Stummschaltungen und Blockierungen"
mutedUsers:"Stummgeschaltete Benutzer"
blockedUsers:"Blockierte Benutzer"
@@ -220,7 +237,7 @@ noJobs: "Keine Jobs vorhanden"
fillAbuseReportDescription:"Bitte gib zusätzliche Informationen zu dieser Meldung an. Falls es sich um eine spezielle Notiz handelt, bitte gib dessen URL an."
abuseReported:"Deine Meldung wurde versendet. Vielen Dank."
noCrawleDescription:"Suchmaschinen bitten, die eigene Profilseite, Notizen, Seiten usw. nicht zu indexieren."
lockedAccountInfo:"Auch wenn du Follow-Anfragen auf manuelle Bestätigung setzt, wird jede deiner Notizen öffentlich sichtbar sein, sofern du ihre Notizsichtbarkeit nicht auf \"Nur Follower\" setzt."
alwaysMarkSensitive:"Medien standardmäßig als NSFW markieren"
alwaysMarkSensitive:"Medien standardmäßig als sensibel markieren"
loadRawImages:"Anstatt Vorschaubilder immer Originalbilder anzeigen"
disableShowingAnimatedImages:"Animierte Bilder nicht abspielen"
verificationEmailSent:"Eine Bestätigungsmail wurde an deine Email-Adresse versendet. Besuche den dort enthaltenen Link, um die Verifizierung abzuschließen."
accountDeletionInProgress:"Die Löschung deines Benutzerkontos ist momentan in Bearbeitung."
usernameInfo:"Ein Name, durch den dein Benutzerkonto auf diesem Server identifiziert werden kann. Du kannst das Alphabet (a~z, A~Z), Ziffern (0~9) oder Unterstriche (_) verwenden. Benutzernamen können später nicht geändert werden."
numberOfPageCacheDescription:"Das Erhöhen dieses Caches führt zu einer angenehmerern Benutzererfahrung, erhöht aber Serverlast und Arbeitsspeicherauslastung."
numberOfPageCacheDescription:"Das Erhöhen dieses Caches führt zu einer angenehmerern Benutzererfahrung, aber erhöht Last und Arbeitsspeicherauslastung auf dem Nutzergerät."
logoutConfirm:"Wirklich abmelden?"
lastActiveDate:"Zuletzt verwendet am"
statusbar:"Statusleiste"
@@ -906,16 +941,16 @@ type: "Art"
speed:"Geschwindigkeit"
slow:"Langsam"
fast:"Schnell"
sensitiveMediaDetection:"Erkennung von NSFW-Medien"
sensitiveMediaDetection:"Erkennung von sensiblen Medien"
localOnly:"Nur Lokal"
remoteOnly:"Nur für fremde Instanzen"
failedToUpload:"Hochladen fehlgeschlagen"
cannotUploadBecauseInappropriate:"Diese Datei kann nicht hochgeladen werden, da Anteile der Datei als möglicherweise NSFW festgestellt wurden."
cannotUploadBecauseInappropriate:"Diese Datei kann nicht hochgeladen werden, da Anteile der Datei als möglicherweise unangebracht festgestellt wurden."
cannotUploadBecauseNoFreeSpace:"Die Datei konnte nicht hochgeladen werden, da dein Drive-Speicherplatz aufgebraucht ist."
cannotUploadBecauseExceedsFileSizeLimit:"Diese Datei kann wegen Überschreitung der Maximalgröße nicht hochgeladen werden."
beta:"Beta"
enableAutoSensitive:"NSFW-Automarkierung"
enableAutoSensitiveDescription:"Setzt soweit möglich durch Verwendung von Machine Learning automatisch NSFW-Markierungen für Medien, die NSFW-Anteile beinhalten. Auch wenn du diese Option deaktiviert hast, ist sie möglicherweise auf Instanzebene aktiviert."
enableAutoSensitiveDescription:"Setzt soweit möglich durch Verwendung von Machine Learning automatisch Markierungen für sensible Medien. Auch wenn du diese Option deaktiviert hast, ist sie möglicherweise auf Instanzebene aktiviert."
activeEmailValidationDescription:"Aktivert strengere Überprüfung von E-Mail-Adressen, d.h. Testen auf Wegwerfadressen und darauf, ob mit der Adresse tatsächlich kommuniziert werden kann. Ist dies deaktiviert, so wird nur das Format der E-Mail überprüft."
youCannotCreateAnymore:"Du hast das Erstellungslimit erreicht."
cannotPerformTemporary:"Vorübergehend nicht verfügbar"
cannotPerformTemporaryDescription:"Diese Aktion ist wegen des Überschreitenes des Ausführungslimits temporär nicht verfügbar. Bitte versuche es nach einiger Zeit erneut."
@@ -985,11 +1021,16 @@ postToTheChannel: "In Kanal senden"
cannotBeChangedLater:"Kann später nicht mehr geändert werden."
reactionAcceptance:"Reaktionsannahme"
likeOnly:"Nur \"Gefällt mir\""
likeOnlyForRemote:"Nur \"Gefällt mir\" für fremde Instanzen"
likeOnlyForRemote:"Alle (Nur \"Gefällt mir\" für fremde Instanzen)"
nonSensitiveOnly:"Keine Sensitiven"
nonSensitiveOnlyForLocalLikeOnlyForRemote:"Keine Sensitiven (Nur \"Gefällt mir\" von fremden Instanzen)"
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."
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."
license:"Lizenz"
unfavoriteConfirm:"Wirklich aus Favoriten entfernen?"
@@ -1001,7 +1042,8 @@ retryAllQueuesConfirmText: "Dies wird zu einer temporären Erhöhung der Serverl
enableChartsForRemoteUser:"Diagramme für Nutzer fremder Instanzen erstellen"
enableChartsForFederatedInstances:"Diagramme für fremde Instanzen erstellen"
showClipButtonInNoteFooter:"\"Clip\" zum Notizmenu hinzufügen"
channelArchiveConfirmDescription:"Ein archivierter Kanal taucht nicht mehr in der Kanalliste oder in Suchergebnissen auf. Zudem können ihm keine Beiträge mehr hinzugefügt werden."
thisChannelArchived:"Dieser Kanal wurde archiviert."
displayOfNote:"Anzeige von Notizen"
displayOfNote:"Darstellung von Notizen"
initialAccountSetting:"Kontoeinrichtung"
youFollowing:"Gefolgt"
preventAiLearning:"Verwendung in machinellem Lernen (Generative bzw. Prediktive AI/KI) ablehnen"
preventAiLearningDescription:"Fordert Crawler auf, gepostetes Text- oder Bildmaterial usw. nicht in Datensätzen für maschinelles Lernen (Generative bzw. Prediktive AI/KI) zu verwenden. Dies wird durch das Hinzufügen einer \"noai\"-Flag in der HTML-Antwort des jeweiligen Inhalts erreicht. Da diese Flag jedoch ignoriert werden kann, ist eine vollständige Verhinderung hierdurch nicht möglich."
options:"Optionen"
specifyUser:"Spezifischer Benutzer"
failedToPreviewUrl:"Vorschau nicht anzeigbar"
update:"Aktualisieren"
rolesThatCanBeUsedThisEmojiAsReaction:"Rollen, die dieses Emoji als Reaktion verwenden können"
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"Sind keine Rollen angegeben, kann jeder dieses Emoji als Reaktion verwenden."
showRepliesToOthersInTimeline:"Antworten in Chronik anzeigen"
hideRepliesToOthersInTimeline:"Antworten nicht in Chronik anzeigen"
showRepliesToOthersInTimelineAll:"Antworten von allen momentan gefolgten Benutzern in Chronik anzeigen"
hideRepliesToOthersInTimelineAll:"Antworten von allen momentan gefolgten Benutzern nicht in Chronik anzeigen"
confirmShowRepliesAll:"Dies ist eine unwiderrufliche Aktion. Wirklich Antworten von allen momentan gefolgten Benutzern in der Chronik anzeigen?"
confirmHideRepliesAll:"Dies ist eine unwiderrufliche Aktion. Wirklich Antworten von allen momentan gefolgten Benutzern nicht in der Chronik anzeigen?"
externalServices:"Externe Dienste"
impressum:"Impressum"
impressumUrl:"Impressums-URL"
impressumDescription:"In manchen Ländern, wie Deutschland und dessen Umgebung, ist die Angabe von Betreiberinformationen (ein Impressum) bei kommerziellem Betrieb zwingend."
privacyPolicy:"Datenschutzerklärung"
privacyPolicyUrl:"Datenschutzerklärungs-URL"
tosAndPrivacyPolicy:"Nutzungsbedingungen und Datenschutzerklärung"
signupPendingError:"Beim Überprüfen der Mailadresse ist etwas schiefgelaufen. Der Link könnte abgelaufen sein."
cwNotationRequired:"Ist \"Inhaltswarnung verwenden\" aktiviert, muss eine Beschreibung gegeben werden."
doReaction:"Reagieren"
code:"Code"
lastNDays:"Letzten {n} Tage"
_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."
needConfirmationToReadDescription:"Ist dies aktiviert, so wird beim Markieren dieser Ankündigung als gelesen ein separates Bestätigungsfenster angezeigt. Auch wird sie von der \"Alle als gelesen markieren\"-Funktion ausgenommen."
end:"Ankündigung archivieren"
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."
dialogAnnouncementUxWarn:"Bei der Verwendung von mehr als zwei Meldungen im Dialog-Format wird um Vorsicht geboten, da dies negative Auswirkungen auf die UX haben kann."
silence:"Keine Benachrichtigung"
silenceDescription:"Wenn aktiviert, gibt diese Meldung keine Nachricht aus und muss nicht als \"gelesen\" markiert werden."
_initialAccountSetting:
accountCreated:"Dein Konto wurde erfolgreich erstellt!"
letsStartAccountSetup:"Lass uns nun dein Konto einrichten."
letsFillYourProfile:"Lass uns zuerst dein Profil einrichten."
profileSetting:"Profileinstellungen"
privacySetting:"Privatsphäreneinstellungen"
theseSettingsCanEditLater:"Diese Einstellungen kannst du jederzeit ändern."
youCanEditMoreSettingsInSettingsPageLater:"In den Einstellungen findest du noch viele weitere Optionen. Schau dort später mal vorbei."
followUsers:"Folge zuerst ein paar Nutzern, um deine Chronik zu füllen."
pushNotificationDescription:"Durch die Aktivierung von Push-Benachrichtigungen kannst du von {name} Benachrichtigungen direkt auf dein Gerät erhalten."
laterAreYouSure:"Die Kontoeinrichtung wirklich später erledigen?"
_initialTutorial:
launchTutorial:"Tutorial ansehen"
title:"Tutorial"
wellDone:"Gut gemacht!"
skipAreYouSure:"Möchtest du das Tutorial verlassen?"
_landing:
title:"Willkommen zum Tutorial"
description:"Hier kannst du sehen, wie Misskey funktioniert"
_note:
title:"Was sind Notizen?"
_serverRules:
description:"Eine Reihe von Regeln, die vor der Registrierung angezeigt werden. Eine Zusammenfassung der Nutzungsbedingungen anzuzeigen ist empfohlen."
_serverSettings:
iconUrl:"Icon-URL"
appIconDescription:"Gibt das zu verwendende Icon bei der Anzeige von {host} als App an."
appIconUsageExample:"Beispielsweise als PWA, oder bei Lesezeichen auf dem Startbildschirm von Smartphones"
appIconStyleRecommendation:"Da das Icon zu einem Kreis oder Quadrat zugeschnitten wird, wird ein Icon mit gefülltem Margin um den Inhalt herum empfohlen."
appIconResolutionMustBe:"Die Mindestauflösung ist {resolution}."
manifestJsonOverride:"Überschreiben von manifest.json"
shortName:"Abkürzung"
shortNameDescription:"Ein Kürzel für den Namen der Instanz, der angezeigt werden kann, falls der volle Instanzname lang ist."
fanoutTimelineDescription:"Ist diese Option aktiviert, kann eine erhebliche Verbesserung im Abrufen von Chroniken und eine Reduzierung der Datenbankbelastung erzielt werden, im Gegenzug zu einer Steigerung in der Speichernutzung von Redis. Bei geringem Serverspeicher oder Serverinstabilität kann diese Option deaktiviert werden."
_accountMigration:
moveFrom:"Von einem anderen Konto zu diesem migrieren"
moveFromSub:"Alias für ein anderes Konto erstellen"
@@ -1053,7 +1236,7 @@ _accountMigration:
migrationConfirm:"Dieses Konto wirklich zu {account} umziehen? Sobald der Umzug beginnt, kann er nicht rückgängig gemacht werden, und dieses Konto nicht wieder im ursprünglichen Zustand verwendet werden."
movedAndCannotBeUndone:"\nDieses Konto wurde migriert.\nDiese Aktion ist unwiderruflich."
postMigrationNote:"Dieses Konto wird 24 Stunden nach Abschluss der Migration allen Konten, denen es derzeit folgt, nicht mehr folgen.\n\nSowohl die Anzahl der Follower als auch die der Konten, denen dieses Konto folgt, wird dann auf Null gesetzt. Um zu vermeiden, dass Follower dieses Kontos dessen Beiträge, welche nur für Follower bestimmt sind, nicht mehr sehen können, werden sie diesem Konto jedoch weiterhin folgen."
movedTo:"Umzugsziel:"
movedTo:"Neues Konto:"
_achievements:
earnedAt:"Freigeschaltet am"
_types:
@@ -1293,6 +1476,9 @@ _achievements:
title:"Brain Diver"
description:"Sende den Link zu Brain Diver"
flavor:"Misskey-Misskey La-Tu-Ma"
_smashTestNotificationButton:
title:"Testüberfluss"
description:"Betätige den Benachrichtigungstest mehrfach innerhalb einer extrem kurzen Zeitspanne"
_role:
new:"Rolle erstellen"
edit:"Rolle bearbeiten"
@@ -1307,7 +1493,7 @@ _role:
condition:"Bedingung"
isConditionalRole:"Dies ist eine konditionale Rolle."
isPublic:"Öffentliche Rolle"
descriptionOfIsPublic:"Ist dies aktiviert, so kann jeder die Liste der Benutzer, die dieser Rolle zugewiesen sind, einsehen. Zusätzlich wird diese Rolle im Profil zugewiesener Benutzer angezeigt."
descriptionOfIsPublic:"Diese Rolle wird im Profil zugewiesener Benutzer angezeigt."
options:"Optionen"
policies:"Richtlinien"
baseRole:"Rollenvorlage"
@@ -1316,8 +1502,8 @@ _role:
iconUrl:"Icon-URL"
asBadge:"Als Abzeichen anzeigen"
descriptionOfAsBadge:"Ist dies aktiviert, so wird das Icon dieser Rolle an der Seite der Namen von Benutzern mit dieser Rolle angezeigt."
isExplorable:"Rollenchronik veröffentlichen"
descriptionOfIsExplorable:"Ist dies aktiviert, so ist die Rollenchronik dieser Rolle frei zugänglich. Die Chronik von Rollen, welche nicht öffentlich sind, wird auch bei Aktivierung nicht veröffentlicht."
isExplorable:"Benutzerliste veröffentlichen"
descriptionOfIsExplorable:"Ist dies aktiviert, so ist die Chronik dieser Rolle, sowie eine Liste der Benutzer mit dieser Rolle, frei zugänglich."
displayOrder:"Position"
descriptionOfDisplayOrder:"Je höher die Nummer, desto höher die UI-Position."
canEditMembersByModerator:"Moderatoren können Benutzern diese Rolle zuweisen"
@@ -1332,7 +1518,11 @@ _role:
ltlAvailable:"Kann auf die lokale Chronik zugreifen"
descriptionOfRateLimitFactor:"Je niedriger desto weniger restriktiv, je höher destro restriktiver."
canHideAds:"Kann Werbung ausblenden"
canSearchNotes:"Nutzung der Notizsuchfunktion"
canUseTranslator:"Verwendung des Übersetzers"
_condition:
isLocal:"Lokaler Benutzer"
isRemote:"Benutzer fremder Instanz"
@@ -1362,10 +1553,10 @@ _role:
or:"ODER-Bedingung"
not:"NICHT-Bedingung"
_sensitiveMediaDetection:
description:"Ermöglicht eine Erleichterung der Servermoderation durch die automatische Erkennungen von NSFW-Medien unter Verwendung von Machine Learning. Hierdurch wird die Serverlast etwas erhöht."
description:"Ermöglicht eine Erleichterung der Servermoderation durch die automatische Erkennungen von sensiblen Medien unter Verwendung von Machine Learning. Hierdurch wird die Serverlast etwas erhöht."
sensitivity:"Erkennungssensitivität"
sensitivityDescription:"Durch das Senken der Sensitivität kann die Anzahl an Fehlerkennungen (sog. false positives) reduziert werden. Durch ein Erhöhen dieser kann die Anzahl an verpassten Erkennungen (sog. false negatives) reduziert werden."
setSensitiveFlagAutomaticallyDescription:"Die Resultate der internen Erkennung werden beibehalten, auch wenn diese Option deaktiviert ist."
analyzeVideos:"Videoanalyse aktivieren"
analyzeVideosDescription:"Analysiert zusätzlich zu Bildern auch Videos. Die Last des Servers wird hierdurch etwas erhöht."
@@ -1394,6 +1585,11 @@ _ad:
back:"Zurück"
reduceFrequencyOfThisAd:"Diese Werbung weniger anzeigen"
hide:"Ausblenden"
timezoneinfo:"Der Wochentag wird durch die Serverzeitzone bestimmt."
adsSettings:"Werbeeinstellungen"
notesPerOneAd:"Werbeintervall während Echtzeitaktualisierung (Notizen pro Werbung)"
setZeroToDisable:"Setze dies auf 0, um Werbung während Echtzeitaktualisierung zu deaktivieren"
adsTooClose:"Durch den momentan sehr niedrigen Werbeintervall kann es zu einer starken Verschlechterung der Benutzererfahrung kommen."
_forgotPassword:
enterEmail:"Gib die Email-Adresse ein, mit der du dich registriert hast. An diese wird ein Link gesendet, mit dem du dein Passwort zurücksetzen kannst."
ifNoEmail:"Solltest du bei der Registrierung keine Email-Adresse angegeben haben, wende dich bitte an den Administrator."
@@ -1412,6 +1608,7 @@ _plugin:
install:"Plugins installieren"
installWarn:"Installiere bitte nur vertrauenswürdige Plugins."
manage:"Plugins verwalten"
viewSource:"Quelltext anzeigen"
_preferencesBackups:
list:"Erstellte Backups"
saveNew:"Neu erstellen"
@@ -1445,9 +1642,10 @@ _aboutMisskey:
donate:"An Misskey spenden"
morePatrons:"Wir schätzen ebenso die Unterstützung vieler anderer hier nicht gelisteter Personen sehr. Danke! 🥰"
patrons:"UnterstützerInnen"
_nsfw:
respect:"Als NSFW markierte Bilder verbergen"
ignore:"Als NSFW markierte Bilder nicht verbergen"
projectMembers:"Projektmitglieder"
_displayOfSensitiveMedia:
respect:"Sensible Medien verbergen"
ignore:"Sensible Medien anzeigen"
force:"Alle Medien verbergen"
_instanceTicker:
none:"Nie anzeigen"
@@ -1478,11 +1676,6 @@ _wordMute:
muteWords:"Stummgeschaltete Wörter"
muteWordsDescription:"Zum Nutzen einer \"UND\"-Verknüpfung Einträge mit Leerzeichen trennen, zum Nutzen einer \"ODER\"-Verknüpfung Einträge mit einem Zeilenumbruch trennen."
muteWordsDescription2:"Umgib Schlüsselworter mit Schrägstrichen, um Reguläre Ausdrücke zu verwenden."
softDescription:"Notizen, die die angegebenen Konditionen erfüllen, in der Chronik ausblenden."
hardDescription:"Verhindern, dass Notizen, die die angegebenen Konditionen erfüllen, der Chronik hinzugefügt werden. Zudem werden diese Notizen auch nicht der Chronik hinzugefügt, falls die Konditionen geändert werden."
soft:"Leicht"
hard:"Schwer"
mutedNotes:"Stummgeschaltete Notizen"
_instanceMute:
instanceMuteDescription:"Schaltet alle Notizen/Renotes stumm, die von den gelisteten Instanzen stammen, inklusive Antworten von Benutzern an einen Benutzer einer stummgeschalteten Instanz."
instanceMuteDescription2:"Instanzen getrennt durch Zeilenumbrüchen angeben"
@@ -1546,9 +1739,6 @@ _theme:
infoFg:"Text von Informationen"
infoWarnBg:"Hintergrund von Warnungen"
infoWarnFg:"Text von Warnungen"
cwBg:"Hintergrund des Inhaltswarnungsknopfs"
cwFg:"Text des Inhaltswarnungsknopfs"
cwHoverBg:"Hintergrund des Inhaltswarnungsknopfs (Mouseover)"
toastBg:"Hintergrund von Benachrichtigungen"
toastFg:"Text von Benachrichtigungen"
buttonBg:"Hintergrund von Schaltflächen"
@@ -1566,8 +1756,6 @@ _sfx:
note:"Notizen"
noteMy:"Meine Notizen"
notification:"Benachrichtigungen"
chat:"Chat"
chatBg:"Chat (Hintergrund)"
antenna:"Antennen"
channel:"Kanalbenachrichtigung"
_ago:
@@ -1589,19 +1777,18 @@ _time:
_2fa:
alreadyRegistered:"Du hast bereits ein Gerät für Zwei-Faktor-Authentifizierung registriert."
step1:"Installiere zuerst eine Authentifizierungsapp (z.B. {a} oder {b}) auf deinem Gerät."
step2:"Dann, scanne den angezeigten QR-Code mit deinem Gerät."
step2Click:"Durch Klicken dieses QR-Codes kannst du Verifikation mit deinem Security-Token oder einer App registrieren."
step2Url:"Nutzt du ein Desktopprogramm kannst du alternativ diese URL eingeben:"
step2Uri:"Nutzt du ein Desktopprogramm, gib folgende URI eingeben"
step3Title:"Authentifizierungsscode eingeben"
step3:"Gib zum Abschluss den Token ein, der von deiner App angezeigt wird."
step3:"Gib zum Abschluss den Code (Token) ein, der von deiner App angezeigt wird."
setupCompleted:"Einrichtung abgeschlossen"
step4:"Alle folgenden Anmeldeversuche werden ab sofort die Eingabe eines solchen Tokens benötigen."
securityKeyNotSupported:"Dein Browser unterstützt keine Security-Tokens."
securityKeyNotSupported:"Dein Browser unterstützt keine Hardware-Sicherheitsschlüssel."
registerTOTPBeforeKey:"Um einen Security-Token oder einen Passkey zu registrieren, musst du zuerst eine Authentifizierungs-App registrieren."
securityKeyInfo:"Du kannst neben Fingerabdruck- oder PIN-Authentifizierung auf deinem Gerät auch Anmeldung mit Hilfe eines FIDO2-kompatiblen Hardware-Sicherheitsschlüssels einrichten."
chromePasskeyNotSupported:"Chrome-Passkeys werden zur Zeit nicht unterstützt."
registerSecurityKey:"Security-Token oder Passkey registrieren"
registerSecurityKey:"Hardware-Sicherheitsschlüssel oder Passkey registrieren"
securityKeyName:"Schlüsselname eingeben"
tapSecurityKey:"Bitten folge den Anweisungen deines Browsers zur Registrierung"
removeKey:"Sicherheitsschlüssel entfernen"
@@ -1611,6 +1798,11 @@ _2fa:
renewTOTPConfirm:"Codes der bisherigen App werden hierdurch nutzlos"
renewTOTPOk:"Neu einrichten"
renewTOTPCancel:"Abbrechen"
checkBackupCodesBeforeCloseThisWizard:"Notiere bitte deine Backup-Codes, bevor du dieses Fenster schließt."
backupCodes:"Backup-Codes"
backupCodesDescription:"Verwende diese Codes, falls du nicht mehr auf deine App zur Zweifaktorauthentifizierung zugreifen kannst. Jeder Code kann nur einmal verwendet werden. Bewahre sie an einem sicheren Ort auf."
backupCodeUsedWarning:"Ein Backup-Code wurde verwendet. Falls du den Zugriff zu deiner Zweifaktorauthentifizierungsapp verloren hast, konfiguriere diese bitte möglichst bald erneut."
backupCodesExhaustedWarning:"Alle Backup-Codes wurden verwendet. Falls du den Zugang zu deiner Zweifaktorauthentifizierungsapp verlierst, wirst du dich nicht mehr in dieses Konto einloggen können. Bitte konfiguriere diese App erneut."
verifiedLinkDescription:"Gibst du hier eine URL ein, die einen Link zu deinem Profile enthält, wird neben diesem Feld ein Icon zur Besitzbestätigung angezeigt."
thisPageCanBeSeenFromTheAuthor:"Nur der Benutzer, der diese Datei hochgeladen hat, kann diese Seite sehen."
_externalResourceInstaller:
title:"Von externer Seite installieren"
checkVendorBeforeInstall:"Überprüfe vor Installation die Vertrauenswürdigkeit des Vertreibers."
_plugin:
title:"Möchtest du dieses Plugin installieren?"
metaTitle:"Plugininformation"
_theme:
title:"Möchten du dieses Farbschema installieren?"
metaTitle:"Farbschemainfo"
_meta:
base:"Farbschemavorlage"
_vendorInfo:
title:"Vertreiber"
endpoint:"Referenzierter Endpunkt"
hashVerify:"Hash-Verifikation"
_errors:
_invalidParams:
title:"Ungültige Parameter"
description:"Es fehlen Informationen zum Laden der externen Ressource. Überprüfe die übergebene URL."
_resourceTypeNotSupported:
title:"Diese Ressource wird nicht unterstützt"
description:"Dieser Ressourcentyp wird nicht unterstützt. Bitte kontaktiere den Seitenbesitzer."
_failedToFetch:
title:"Fehler beim Abrufen der Daten"
fetchErrorDescription:"Während der Kommunikation mit der externen Seite ist ein Fehler aufgetreten. Kontaktiere den Seitenbesitzer, falls ein erneutes Probieren dieses Problem nicht löst."
parseErrorDescription:"Während dem Auslesen der externen Daten ist ein Fehler aufgetreten. Kontaktiere den Seitenbesitzer."
_hashUnmatched:
title:"Datenverifizierung fehlgeschlagen"
description:"Die Integritätsprüfung der geladenen Daten ist fehlgeschlagen. Aus Sicherheitsgründen kann die Installation nicht fortgesetzt werden. Kontaktiere den Seitenbesitzer."
_pluginParseFailed:
title:"AiScript-Fehler"
description:"Die angeforderten Daten wurden erfolgreich abgerufen, jedoch trat während des AiScript-Parsings ein Fehler auf. Kontaktiere den Autor des Plugins. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_pluginInstallFailed:
title:"Das Plugin konnte nicht installiert werden"
description:"Während der Installation des Plugin ist ein Problem aufgetreten. Bitte versuche es erneut. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_themeParseFailed:
title:"Parsing des Farbschemas fehlgeschlagen"
description:"Die angeforderten Daten wurden erfolgreich abgerufen, jedoch trat während des Farbschema-Parsings ein Fehler auf. Kontaktiere den Autor des Farbschemas. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
_themeInstallFailed:
title:"Das Farbschema konnte nicht installiert werden"
description:"Während der Installation des Farbschemas ist ein Problem aufgetreten. Bitte versuche es erneut. Detaillierte Fehlerinformationen können über die Javascript-Konsole abgerufen werden."
@@ -134,8 +143,10 @@ unblockConfirm: "Are you sure that you want to unblock this account?"
suspendConfirm:"Are you sure that you want to suspend this account?"
unsuspendConfirm:"Are you sure that you want to unsuspend this account?"
selectList:"Select a list"
editList:"Edit list"
selectChannel:"Select a channel"
selectAntenna:"Select an antenna"
editAntenna:"Edit antenna"
selectWidget:"Select a widget"
editWidgets:"Edit widgets"
editWidgetsExit:"Done"
@@ -148,6 +159,9 @@ addEmoji: "Add an emoji"
settingGuide:"Recommended settings"
cacheRemoteFiles:"Cache remote files"
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."
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."
flagAsBot:"Mark this account as a bot"
flagAsBotDescription:"Enable this option if this account is controlled by a program. If enabled, it will act as a flag for other developers to prevent endless interaction chains with other bots and adjust Misskey's internal systems to treat this account as a bot."
flagAsCat:"Mark this account as a cat"
@@ -183,6 +197,7 @@ perHour: "Per Hour"
perDay:"Per Day"
stopActivityDelivery:"Stop sending activities"
blockThisInstance:"Block this instance"
silenceThisInstance:"Silence this instance"
operations:"Operations"
software:"Software"
version:"Version"
@@ -201,7 +216,9 @@ clearQueueConfirmText: "Any undelivered notes remaining in the queue will not be
clearCachedFiles:"Clear cache"
clearCachedFilesConfirm:"Are you sure that you want to delete all cached remote files?"
blockedInstances:"Blocked Instances"
blockedInstancesDescription:"List the hostnames of the instances that you want to block separated by linebreaks. Listed instances will no longer be able to communicate with this instance."
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."
smtpSecureInfo:"Turn this off when using STARTTLS"
testEmail:"Test email delivery"
wordMute:"Word mute"
hardWordMute:"Hard word mute"
regexpError:"Regular Expression error"
regexpErrorDescription:"An error occurred in the regular expression on line {line} of your {tab} word mutes:"
instanceMute:"Instance Mutes"
@@ -643,6 +674,7 @@ behavior: "Behavior"
sample:"Sample"
abuseReports:"Reports"
reportAbuse:"Report"
reportAbuseRenote:"Report renote"
reportAbuseOf:"Report {name}"
fillAbuseReportDescription:"Please fill in details regarding this report. If it is about a specific note, please include its URL."
abuseReported:"Your report has been sent. Thank you very much."
@@ -670,6 +702,7 @@ createNewClip: "Create new clip"
unclip:"Unclip"
confirmToUnclipAlreadyClippedNote:"This note is already part of the \"{name}\" clip. Do you want to remove it from this clip instead?"
public:"Public"
private:"Private"
i18nInfo:"Misskey is being translated into various languages by volunteers. You can help at {link}."
manageAccessTokens:"Manage access tokens"
accountInfo:"Account Info"
@@ -691,9 +724,10 @@ driveUsage: "Drive space usage"
noCrawle:"Reject crawler indexing"
noCrawleDescription:"Ask search engines to not index your profile page, notes, Pages, etc."
lockedAccountInfo:"Unless you set your note visiblity to \"Followers only\", your notes will be visible to anyone, even if you require followers to be manually approved."
alwaysMarkSensitive:"Mark as NSFW by default"
alwaysMarkSensitive:"Mark as sensitive by default"
loadRawImages:"Load original images instead of showing thumbnails"
disableShowingAnimatedImages:"Don't play animated images"
verificationEmailSent:"A verification email has been sent. Please follow the included link to complete verification."
notSet:"Not set"
emailVerified:"Email has been verified"
@@ -776,7 +810,7 @@ active: "Active"
offline:"Offline"
notRecommended:"Not recommended"
botProtection:"Bot Protection"
instanceBlocking:"Blocked Instances"
instanceBlocking:"Blocked/Silenced Instances"
selectAccount:"Select account"
switchAccount:"Switch account"
enabled:"Enabled"
@@ -790,6 +824,7 @@ noMaintainerInformationWarning: "Maintainer information is not configured."
noBotProtectionWarning:"Bot protection is not configured."
configure:"Configure"
postToGallery:"Create new gallery post"
postToHashtag:"Post to this hashtag"
gallery:"Gallery"
recentPosts:"Recent posts"
popularPosts:"Popular posts"
@@ -823,6 +858,7 @@ translatedFrom: "Translated from {x}"
accountDeletionInProgress:"Account deletion is currently in progress"
usernameInfo:"A name that identifies your account from others on this server. You can use the alphabet (a~z, A~Z), digits (0~9) or underscores (_). Usernames cannot be changed later."
emailRequiredForSignup:"Require email address for sign-up"
unread:"Unread"
filter:"Filter"
@@ -842,8 +880,8 @@ makeReactionsPublicDescription: "This will make the list of all your past reacti
classic:"Classic"
muteThread:"Mute thread"
unmuteThread:"Unmute thread"
ffVisibility:"Follows/Followers Visibility"
ffVisibilityDescription:"Allows you to configure who can see who you follow and who follows you."
followingVisibility:"Visibility of follows"
followersVisibility:"Visibility of followers"
continueThread:"View thread continuation"
deleteAccountConfirm:"This will irreversibly delete your account. Proceed?"
incorrectPassword:"Incorrect password."
@@ -893,7 +931,7 @@ typeToConfirm: "Please enter {x} to confirm"
deleteAccount:"Delete account"
document:"Documentation"
numberOfPageCache:"Number of cached pages"
numberOfPageCacheDescription:"Increasing this number will improve convenience for users but cause more server load as well as more memory to be used."
numberOfPageCacheDescription:"Increasing this number will improve convenience for but cause more load as more memory usage on the user's device."
logoutConfirm:"Really log out?"
lastActiveDate:"Last used at"
statusbar:"Status bar"
@@ -906,16 +944,16 @@ type: "Type"
speed:"Speed"
slow:"Slow"
fast:"Fast"
sensitiveMediaDetection:"Detection of NSFW media"
sensitiveMediaDetection:"Detection of sensitive media"
localOnly:"Local only"
remoteOnly:"Remote only"
failedToUpload:"Upload failed"
cannotUploadBecauseInappropriate:"This file could not be uploaded because parts of it have been detected as potentially NSFW."
cannotUploadBecauseInappropriate:"This file could not be uploaded because parts of it have been detected as potentially inappropriate."
cannotUploadBecauseNoFreeSpace:"Upload failed due to lack of Drive capacity."
cannotUploadBecauseExceedsFileSizeLimit:"This file cannot be uploaded as it exceeds the file size limit."
beta:"Beta"
enableAutoSensitive:"Automatic NSFW-Marking"
enableAutoSensitiveDescription:"Allows automatic detection and marking of NSFW media through Machine Learning where possible. Even if this option is disabled, it may be enabled instance-wide."
enableAutoSensitive:"Automatic marking as sensitive"
enableAutoSensitiveDescription:"Allows automatic detection and marking of sensitive media through Machine Learning where possible. Even if this option is disabled, it may be enabled instance-wide."
activeEmailValidationDescription:"Enables stricter validation of email addresses, which includes checking for disposable addresses and by whether it can actually be communicated with. When unchecked, only the format of the email is validated."
youCannotCreateAnymore:"You've hit the creation limit."
cannotPerformTemporary:"Temporarily unavailable"
cannotPerformTemporaryDescription:"This action cannot be performed temporarily due to exceeding the execution limit. Please wait for a while and then try again."
@@ -985,11 +1024,16 @@ postToTheChannel: "Post to channel"
cannotBeChangedLater:"This cannot be changed later."
reactionAcceptance:"Reaction Acceptance"
likeOnly:"Only likes"
likeOnlyForRemote:"Only likes for remote instances"
likeOnlyForRemote:"All (Only likes for remote instances)"
nonSensitiveOnly:"Non-sensitive only"
nonSensitiveOnlyForLocalLikeOnlyForRemote:"Non-sensitive only (Only likes from remote)"
rolesAssignedToMe:"Roles assigned to me"
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."
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."
license:"License"
unfavoriteConfirm:"Really remove from favorites?"
@@ -1001,7 +1045,8 @@ retryAllQueuesConfirmText: "This will temporarily increase the server load."
enableChartsForRemoteUser:"Generate remote user data charts"
enableChartsForFederatedInstances:"Generate remote instance data charts"
showClipButtonInNoteFooter:"Add \"Clip\" to note action menu"
largeNoteReactions:"Enlargen displayed reactions"
reactionsDisplaySize:"Reaction display size"
limitWidthOfReaction:"Limits the maximum width of reactions and display them in reduced size."
noteIdOrUrl:"Note ID or URL"
video:"Video"
videos:"Videos"
@@ -1025,7 +1070,7 @@ vertical: "Vertical"
horizontal:"Horizontal"
position:"Position"
serverRules:"Server rules"
pleaseConfirmBelowBeforeSignup:"Please confirm the below before signing up."
pleaseConfirmBelowBeforeSignup:"To register on this server, you must review and agree to the following:"
pleaseAgreeAllToContinue:"You must agree to all above fields to continue."
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."
displayOfNote:"Note display"
initialAccountSetting:"Profile setup"
youFollowing:"Followed"
preventAiLearning:"Reject usage in Machine Learning (Generative AI)"
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"
failedToPreviewUrl:"Could not preview"
update:"Update"
rolesThatCanBeUsedThisEmojiAsReaction:"Roles that can use this emoji as reaction"
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"If no roles are specified, anyone can use this emoji as reaction."
rolesThatCanBeUsedThisEmojiAsReactionPublicRoleWarn:"These roles must be public."
cancelReactionConfirm:"Really delete your reaction?"
changeReactionConfirm:"Really change your reaction?"
inviteLimitResetCycle:"This limit will reset to {limit} at {time}."
expirationDate:"Expiration date"
noExpirationDate:"No expiration"
inviteCodeUsedAt:"Invite code used at"
registeredUserUsingInviteCode:"Invite used by"
waitingForMailAuth:"Email verification pending"
inviteCodeCreator:"Invite created by"
usedAt:"Used at"
unused:"Unused"
used:"Used"
expired:"Expired"
doYouAgree:"Agree?"
beSureToReadThisAsItIsImportant:"Please read this important information."
iHaveReadXCarefullyAndAgree:"I have read the text \"{x}\" and agree."
dialog:"Dialog"
icon:"Icon"
forYou:"For you"
currentAnnouncements:"Current announcements"
pastAnnouncements:"Past announcements"
youHaveUnreadAnnouncements:"There are unread announcements."
useSecurityKey:"Please follow your browser's or device's instructions to use your security- or passkey."
replies:"Reply"
renotes:"Renotes"
loadReplies:"Show replies"
loadConversation:"Show conversation"
pinnedList:"Pinned list"
keepScreenOn:"Keep screen on"
verifiedLink:"Link ownership has been verified"
notifyNotes:"Notify about new notes"
unnotifyNotes:"Stop notifying about new notes"
authentication:"Authentication"
authenticationRequiredToContinue:"Please authenticate to continue"
dateAndTime:"Timestamp"
showRenotes:"Show renotes"
edited:"Edited"
notificationRecieveConfig:"Notification Settings"
mutualFollow:"Mutual follow"
fileAttachedOnly:"Only notes with files"
showRepliesToOthersInTimeline:"Show replies to others in timeline"
hideRepliesToOthersInTimeline:"Hide replies to others from timeline"
showRepliesToOthersInTimelineAll:"Show replies to others from everyone you follow in timeline"
hideRepliesToOthersInTimelineAll:"Hide replies to others from everyone you follow in timeline"
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"
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."
privacyPolicy:"Privacy Policy"
privacyPolicyUrl:"Privacy Policy URL"
tosAndPrivacyPolicy:"Terms of Service and Privacy Policy"
signupPendingError:"There was a problem verifying the email address. The link may have expired."
cwNotationRequired:"If \"Hide content\" is enabled, a description must be provided."
doReaction:"Add reaction"
code:"Code"
reloadRequiredToApplySettings:"Reloading is required to apply the settings."
decorate:"Decorate"
bubbleGame:"Bubble Game"
sfx:"Sound Effects"
replay:"Replay"
lastNDays:"Last {n} days"
_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."
needConfirmationToRead:"Require separate read confirmation"
needConfirmationToReadDescription:"A separate prompt to confirm marking this announcement as read will be displayed if enabled. This announcement will also be excluded from any \"Mark all as read\" functionality."
end:"Archive 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."
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."
_initialAccountSetting:
accountCreated:"Your account was successfully created!"
letsStartAccountSetup:"For starters, let's set up your profile."
letsFillYourProfile:"First, let's set up your profile."
profileSetting:"Profile settings"
privacySetting:"Privacy settings"
theseSettingsCanEditLater:"You can always change these settings later."
youCanEditMoreSettingsInSettingsPageLater:"There are many more settings you can configure from the \"Settings\" page. Be sure to visit it later."
followUsers:"Try following some users that interest you to build up your timeline."
pushNotificationDescription:"Enabling push notifications will allow you to receive notifications from {name} directly on your device."
youCanContinueTutorial:"You can proceed to a tutorial on how to use {name} (Misskey) or you can exit the setup here and start using it immediately."
startTutorial:"Start Tutorial"
skipAreYouSure:"Really skip profile setup?"
laterAreYouSure:"Really do profile setup later?"
_initialTutorial:
launchTutorial:"Start Tutorial"
title:"Tutorial"
wellDone:"Well done!"
skipAreYouSure:"Quit Tutorial?"
_landing:
title:"Welcome to the Tutorial"
description:"Here, you can learn the basics of using Misskey and its features."
_note:
title:"What is a Note?"
description:"Posts on Misskey are called 'Notes.' Notes are arranged chronologically on the timeline and are updated in real-time."
reply:"Click on this button to reply to a message. It's also possible to reply to replies, continuing the conversation like a thread."
renote:"You can share that note to your own timeline. You can also quote them with your comments."
reaction:"You can add reactions to the Note. More details will be explained on the next page."
menu:"You can view Note details, copy links, and perform various other actions."
_reaction:
title:"What are Reactions?"
description:"Notes can be reacted to with various emojis. Reactions allow you to express nuances that may not be conveyed with just a 'like.'"
letsTryReacting:"Reactions can be added by clicking the '+' button on the note. Try reacting to this sample note!"
reactToContinue:"Add a reaction to proceed."
reactNotification:"You'll receive real-time notifications when someone reacts to your note."
reactDone:"You can undo a reaction by pressing the '-' button."
_timeline:
title:"The Concept of Timelines"
description1:"Misskey provides multiple timelines based on usage (some may not be available depending on the server's policies)."
home:"You can view notes from accounts you follow."
local:"You can view notes from all users on this server."
social:"Notes from the Home and Local timelines will be displayed."
global:"You can view notes from all connected servers."
description2:"You can switch between timelines at the top of the screen at any time."
description3:"Additionally, there are list timelines and channel timelines. For more details, please refer to {link}."
_postNote:
title:"Note Posting Settings"
description1:"When posting a note on Misskey, various options are available. The posting form looks like this."
_visibility:
description:"You can limit who can view your note."
public:"Your note will be visible for all users."
home:"Public only on the Home timeline. People visiting your profile, via followers, and through renotes can see it."
followers:"Visible to followers only. Only followers can see it and no one else, and it cannot be renoted by others."
direct:"Visible only to specified users, and the recipient will be notified. It can be used as an alternative to direct messaging."
doNotSendConfidencialOnDirect1:"Be careful when sending sensitive information!"
doNotSendConfidencialOnDirect2:"Administrators of the server can see what you write. Be careful with sensitive information when sending direct notes to users on untrusted servers."
localOnly:"Posting with this flag will not federate the note to other servers. Users on other servers will not be able to view these notes directly, regardless of the display settings above."
_cw:
title:"Content Warning"
description:"Instead of the body, the content written in 'comments' field will be displayed. Pressing \"read more\" will reveal the body."
_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."
_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."
tryThisFile:"Try marking the image attached in this form as sensitive!"
_exampleNote:
note:"Oops, messed up opening the natto lid..."
method:"To mark an attachment as sensitive, click the file thumbnail, open the menu, and click \"Mark as Sensitive.\""
sensitiveSucceeded:"When attaching files, please set sensitivities in accordance with the server guidelines."
doItToContinue:"Mark the attachment file as sensitive to proceed."
_done:
title:"You've completed the tutorial! 🎉"
description:"The functions introduced here are just a small part. For a more detailed understanding of using Misskey, please refer to {link}."
_timelineDescription:
home:"In the Home timeline, you can see notes from accounts you follow."
local:"In the Local timeline, you can see notes from all users on this server."
social:"The Social timeline displays notes from both the Home and Local timelines."
global:"In the Global timeline, you can see notes from all connected servers."
_serverRules:
description:"A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended."
_serverSettings:
iconUrl:"Icon URL"
appIconDescription:"Specifies the icon to use when {host} is displayed as an app."
appIconUsageExample:"E.g. As PWA, or when displayed as a home screen bookmark on a phone"
appIconStyleRecommendation:"As the icon may be cropped to a square or circle, an icon with colored margin around the content is recommended."
appIconResolutionMustBe:"The minimum resolution is {resolution}."
manifestJsonOverride:"manifest.json Override"
shortName:"Short name"
shortNameDescription:"A shorthand for the instance's name that can be displayed if the full official name is long."
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."
_accountMigration:
moveFrom:"Migrate another account to this one"
moveFromSub:"Create alias to another account"
@@ -1053,7 +1304,7 @@ _accountMigration:
migrationConfirm:"Really migrate this account to {account}? Once started, this process cannot be stopped or taken back, and you will not be able to use this account in its original state anymore."
movedAndCannotBeUndone:"\nThis account has been migrated.\nMigration cannot be reversed."
postMigrationNote:"This account will unfollow all accounts it is currently following 24 hours after migration finishes.\nBoth the number of follows and followers will then become zero. To avoid your followers from being unable to see followers only posts of this account, they will however continue following this account."
movedTo:"Account to move to:"
movedTo:"New account:"
_achievements:
earnedAt:"Unlocked at"
_types:
@@ -1293,6 +1544,16 @@ _achievements:
title:"Brain Diver"
description:"Post the link to Brain Diver"
flavor:"Misskey-Misskey La-Tu-Ma"
_smashTestNotificationButton:
title:"Test overflow"
description:"Trigger the notification test repeatedly within an extremely short time"
_tutorialCompleted:
title:"Misskey Elementary Course Diploma"
description:"Tutorial completed"
_bubbleGameExplodingHead:
title:"🤯"
_bubbleGameDoubleExplodingHead:
title:"Double🤯"
_role:
new:"New role"
edit:"Edit role"
@@ -1303,12 +1564,14 @@ _role:
assignTarget:"Assignment type"
descriptionOfAssignTarget:"<b>Manual</b> to manually change who is part of this role and who is not.\n<b>Conditional</b> to have users be automatically assigned and removed from this role based on a condition."
manual:"Manual"
manualRoles:"Manual roles"
conditional:"Conditional"
conditionalRoles:"Conditional roles"
condition:"Condition"
isConditionalRole:"This is a conditional role."
isPublic:"Public role"
descriptionOfIsPublic:"Anyone will be able to view a list of users assigned to this role. In addition, this role will be displayed in the profiles of assigned users."
options:"Role options"
descriptionOfIsPublic:"This role will be displayed in the profiles of assigned users."
options:"Options"
policies:"Policies"
baseRole:"Role template"
useBaseValue:"Use role template value"
@@ -1316,8 +1579,8 @@ _role:
iconUrl:"Icon URL"
asBadge:"Show as badge"
descriptionOfAsBadge:"This role's icon will be displayed next to the username of users with this role if turned on."
isExplorable:"Role timeline is public"
descriptionOfIsExplorable:"This role's timeline will become publicly accessible if enabled. Timelines of non-public roles will not be made public even if set."
isExplorable:"Make role explorable"
descriptionOfIsExplorable:"This role's timeline and the list of users with this will be made public if enabled."
displayOrder:"Position"
descriptionOfDisplayOrder:"The higher the number, the higher its UI position."
canEditMembersByModerator:"Allow moderators to edit the list of members for this role"
descriptionOfRateLimitFactor:"Lower rate limits are less restrictive, higher ones more restrictive. "
canHideAds:"Can hide ads"
canSearchNotes:"Usage of note search"
canUseTranslator:"Translator usage"
_condition:
isLocal:"Local user"
isRemote:"Remote user"
@@ -1362,10 +1630,10 @@ _role:
or:"OR-Condition"
not:"NOT-Condition"
_sensitiveMediaDetection:
description:"Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server."
description:"Reduces the effort of server moderation through automatically recognizing sensitive media via Machine Learning. This will slightly increase the load on the server."
sensitivity:"Detection sensitivity"
sensitivityDescription:"Reducing the sensitivity will lead to fewer misdetections (false positives) whereas increasing it will lead to fewer missed detections (false negatives)."
setSensitiveFlagAutomatically:"Mark as NSFW"
setSensitiveFlagAutomatically:"Mark as sensitive"
setSensitiveFlagAutomaticallyDescription:"The results of the internal detection will be retained even if this option is turned off."
analyzeVideos:"Enable analysis of videos"
analyzeVideosDescription:"Analyzes videos in addition to images. This will slightly increase the load on the server."
@@ -1394,6 +1662,11 @@ _ad:
back:"Back"
reduceFrequencyOfThisAd:"Show this ad less"
hide:"Hide"
timezoneinfo:"The day of the week is determined from the server's timezone."
adsSettings:"Ad settings"
notesPerOneAd:"Real-time update ad placement interval (Notes per ad)"
setZeroToDisable:"Set this value to 0 to disable real-time update ads"
adsTooClose:"The current ad interval may significantly worsen the user experience due to being too low."
_forgotPassword:
enterEmail:"Enter the email address you used to register. A link with which you can reset your password will then be sent to it."
ifNoEmail:"If you did not use an email during registration, please contact the instance administrator instead."
@@ -1412,6 +1685,7 @@ _plugin:
install:"Install plugins"
installWarn:"Please do not install untrustworthy plugins."
manage:"Manage plugins"
viewSource:"View source"
_preferencesBackups:
list:"Created backups"
saveNew:"Save new backup"
@@ -1445,9 +1719,10 @@ _aboutMisskey:
donate:"Donate to Misskey"
morePatrons:"We also appreciate the support of many other helpers not listed here. Thank you! 🥰"
patrons:"Patrons"
_nsfw:
respect:"Hide NSFW media"
ignore:"Don't hide NSFW media"
projectMembers:"Project members"
_displayOfSensitiveMedia:
respect:"Hide media marked as sensitive"
ignore:"Display media marked as sensitive"
force:"Hide all media"
_instanceTicker:
none:"Never show"
@@ -1469,6 +1744,7 @@ _channel:
notesCount:"{n} Notes"
nameAndDescription:"Name and description"
nameOnly:"Name only"
allowRenoteToExternal:"Allow renote and quote outside the channel"
_menuDisplay:
sideFull:"Side"
sideIcon:"Side (Icons)"
@@ -1478,11 +1754,6 @@ _wordMute:
muteWords:"Muted words"
muteWordsDescription:"Separate with spaces for an AND condition or with line breaks for an OR condition."
muteWordsDescription2:"Surround keywords with slashes to use regular expressions."
softDescription:"Hide notes that fulfil the set conditions from the timeline."
hardDescription:"Prevents notes fulfilling the set conditions from being added to the timeline. In addition, these notes will not be added to the timeline even if the conditions are changed."
soft:"Soft"
hard:"Hard"
mutedNotes:"Muted notes"
_instanceMute:
instanceMuteDescription:"This will mute any notes/renotes from the listed instances, including those of users replying to a user from a muted instance."
instanceMuteDescription2:"Separate with newlines"
@@ -1546,9 +1817,6 @@ _theme:
infoFg:"Information text"
infoWarnBg:"Warning background"
infoWarnFg:"Warning text"
cwBg:"CW button background"
cwFg:"CW button text"
cwHoverBg:"CW button background (Hover)"
toastBg:"Notification background"
toastFg:"Notification text"
buttonBg:"Button background"
@@ -1566,10 +1834,16 @@ _sfx:
note:"New note"
noteMy:"Own note"
notification:"Notifications"
chat:"Chat"
chatBg:"Chat (Background)"
antenna:"Antennas"
channel:"Channel notifications"
reaction:"On choosing a reaction"
_soundSettings:
driveFile:"Use an audio file in Drive."
driveFileWarn:"Select an audio file from Drive."
driveFileTypeWarn:"This file is not supported"
driveFileTypeWarnDescription:"Select an audio file"
driveFileDurationWarn:"The audio is too long."
driveFileDurationWarnDescription:"Long audio may disrupt using Misskey. Still continue?"
_ago:
future:"Future"
justNow:"Just now"
@@ -1581,6 +1855,14 @@ _ago:
monthsAgo:"{n}mo ago"
yearsAgo:"{n}y ago"
invalid:"None"
_timeIn:
seconds:"In {n}s"
minutes:"In {n}m"
hours:"In {n}h"
days:"In {n}d"
weeks:"In {n}w"
months:"In {n}mo"
years:"In {n}y"
_time:
second:"Second(s)"
minute:"Minute(s)"
@@ -1589,18 +1871,17 @@ _time:
_2fa:
alreadyRegistered:"You have already registered a 2-factor authentication device."
registerTOTP:"Register authenticator app"
passwordToTOTP:"Enter your password"
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."
step2Url:"You can also enter this URL if you're using a desktop program:"
step2Uri:"Enter the following URI if you are using a desktop program"
step3Title:"Enter an authentication code"
step3:"Enter the token provided by your app to finish setup."
step3:"Enter the authentication code (token) provided by your app to finish setup."
setupCompleted:"Setup complete"
step4:"From now on, any future login attempts will ask for such a login token."
securityKeyNotSupported:"Your browser does not support security keys."
registerTOTPBeforeKey:"Please set up an authenticator app to register a security or pass key."
securityKeyInfo:"Besides fingerprint or PIN authentication, you can also setup authentication via hardware security keys that support FIDO2 to further secure your account."
chromePasskeyNotSupported:"Chrome passkeys are currently not supported."
registerSecurityKey:"Register a security or pass key"
securityKeyName:"Enter a key name"
tapSecurityKey:"Please follow your browser to register the security or pass key"
@@ -1611,6 +1892,11 @@ _2fa:
renewTOTPConfirm:"This will cause verification codes from your previous app to stop working"
renewTOTPOk:"Reconfigure"
renewTOTPCancel:"Cancel"
checkBackupCodesBeforeCloseThisWizard:"Before you close this window, please note the following backup codes."
backupCodes:"Backup codes"
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."
_permissions:
"read:account": "View your account information"
"write:account": "Edit your account information"
@@ -1632,10 +1918,10 @@ _permissions:
"read:reactions": "View your reactions"
"write:reactions": "Edit your reactions"
"write:votes": "Vote on a poll"
"read:pages": "View your pages"
"write:pages": "Edit or delete your pages"
"read:page-likes": "View your likes on pages"
"write:page-likes": "Edit your likes on pages"
"read:pages": "View your Pages"
"write:pages": "Edit or delete your Pages"
"read:page-likes": "View list of liked Pages"
"write:page-likes": "Edit list of liked Pages"
"read:user-groups": "View your user groups"
"write:user-groups": "Edit or delete your user groups"
"read:channels": "View your channels"
@@ -1644,6 +1930,10 @@ _permissions:
"write:gallery": "Edit your gallery"
"read:gallery-likes": "View your list of liked gallery posts"
"write:gallery-likes": "Edit your list of liked gallery posts"
shareAccess:"Would you like to authorize \"{name}\" to access this account?"
@@ -1659,6 +1949,7 @@ _antennaSources:
homeTimeline:"Notes from followed users"
users:"Notes from specific users"
userList:"Notes from a specified list of users"
userBlacklist:"All notes except for those of one or more specified users"
_weekday:
sunday:"Sunday"
monday:"Monday"
@@ -1697,6 +1988,7 @@ _widgets:
_userList:
chooseList:"Select a list"
clicker:"Clicker"
birthdayFollowings:"Users who celebrate their birthday today"
_cw:
hide:"Hide"
show:"Show content"
@@ -1758,15 +2050,18 @@ _profile:
metadataContent:"Content"
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."
_exportOrImport:
allNotes:"All notes"
favoritedNotes:"Favorite notes"
clips:"Clip"
followingList:"Followed users"
muteList:"Muted users"
blockingList:"Blocked users"
userLists:"User lists"
excludeMutingUsers:"Exclude muted users"
excludeInactiveUsers:"Exclude inactive users"
withReplies:"Include replies from imported users in the timeline"
_charts:
federation:"Federation"
apRequest:"Requests"
@@ -1876,11 +2171,21 @@ _notification:
youReceivedFollowRequest:"You've received a follow request"
yourFollowRequestAccepted:"Your follow request was accepted"
pollEnded:"Poll results have become available"
newNote:"New note"
unreadAntennaNote:"Antenna {name}"
roleAssigned:"Role given"
emptyPushNotificationMessage:"Push notifications have been updated"
thisPageCanBeSeenFromTheAuthor:"This page can only be seen by the user who uploaded this file."
_externalResourceInstaller:
title:"Install from external site"
checkVendorBeforeInstall:"Make sure the distributor of this resource is trustworthy before installation."
_plugin:
title:"Do you want to install this plugin?"
metaTitle:"Plugin information"
_theme:
title:"Do you want to install this theme?"
metaTitle:"Theme information"
_meta:
base:"Base color scheme"
_vendorInfo:
title:"Distributor information"
endpoint:"Referenced endpoint"
hashVerify:"Hash verification"
_errors:
_invalidParams:
title:"Invalid parameters"
description:"There is not enough information to load data from an external site. Please confirm the entered URL."
_resourceTypeNotSupported:
title:"This external resource is not supported"
description:"The type of this external resource is not supported. Please contact the site administrator."
_failedToFetch:
title:"Failed to fetch data"
fetchErrorDescription:"An error occurred communicating with the external site. If trying again does not fix this issue, please contact the site administrator."
parseErrorDescription:"An error occurred processing the data loaded from the external site. Please contact the site administrator."
_hashUnmatched:
title:"Data verification failed"
description:"An error occurred verifying the integrity of the fetched data. As a security measure, installation cannot continue. Please contact the site administrator."
_pluginParseFailed:
title:"AiScript Error"
description:"The requested data was fetched successfully, but an error occurred during AiScript parsing. Please contact the plugin author. Error details can be viewed in the Javascript console."
_pluginInstallFailed:
title:"Plugin installation failed"
description:"A problem occurred during plugin installation. Please try again. Error details can be viewed in the Javascript console."
_themeParseFailed:
title:"Theme parsing failed"
description:"The requested data was fetched successfully, but an error occurred during theme parsing. Please contact the theme author. Error details can be viewed in the Javascript console."
_themeInstallFailed:
title:"Failed to install theme"
description:"A problem occurred during theme installation. Please try again. Error details can be viewed in the Javascript console."
_dataSaver:
_media:
title:"Loading Media"
_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"
_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."
keepOriginalUploadingDescription:"이미지럴 올릴 때 온본얼 고대로 둡니다. 꺼모 올릴 때 브라우저서 웹 공개 이미지럴 맨겁니다."
fromDrive:"드라이브서"
fromUrl:"주소서"
uploadFromUrl:"주소 올리기"
uploadFromUrlDescription:"올리기할라넌 파일으 주소"
uploadFromUrlRequested:"올리기럴 요청햇십니다"
uploadFromUrlMayTakeTime:"올리기가 껕날라먼 시간이 쪼매 걸릴 깁니다."
explore:"살펴보기"
messageRead:"이럿어예"
noMoreHistory:"요카마 엣날 기록이 없십니다"
startMessaging:"대화하기"
nUsersRead:"{n}멩이 이럿십니다"
agreeTo:"{0}에 동이하기"
agree:"동이합니다"
agreeBelow:"밑으 내용에 동이합니다"
basicNotesBeforeCreateAccount:"주이할 내용"
termsOfService:"이용 약간"
start:"시작하기"
home:"덜머리"
remoteUserCaution:"웬겍 사용자넌 정보가 학실하지 아이할 수 잇십니다."
activity:"할동"
images:"이미지"
image:"이미지"
birthday:"생일"
yearsOld:"{age}살"
registeredDate:"맨건 날"
location:"장소"
theme:"테마"
themeForLightMode:"볽엄 모드서 설 테마"
themeForDarkMode:"어덥엄 모드서 설 테마"
light:"볽엄"
dark:"어덥엄"
lightThemes:"볽언 테마"
darkThemes:"어덥언 테마"
syncDeviceDarkMode:"디바이스 쪽 어덥엄 모드하고 같구로 마추기"
drive:"드라이브"
fileName:"파일 이럼"
selectFile:"파일 개리기"
selectFiles:"파일 개리기"
selectFolder:"폴더 개리기"
selectFolders:"폴더 개리기"
renameFile:"파일 이럼 바꾸기"
folderName:"폴더 이럼"
createFolder:"폴더 맨걸기"
renameFolder:"폴더 이럼 바꾸기"
deleteFolder:"폴더 뭉캐기"
folder:"폴더"
addFile:"파일 옇기"
emptyDrive:"드라이브가 비잇십니다"
emptyFolder:"폴더가 비잇십니다"
unableToDelete:"몬 뭉캡니다"
inputNewFileName:"새 파일 이럼얼 서 보이소"
inputNewDescription:"새 설멩얼 서 보이소"
inputNewFolderName:"새 폴더 이럼얼 서 보이소"
circularReferenceFolder:"엚길 폴더으 아래 폴더입니다."
hasChildFilesOrFolders:"요 폴더넌 아이 비잇어니께 몬 뭉캡니다."
copyUrl:"주소 복사하기"
rename:"이럼 바꾸기"
avatar:"아바타"
banner:"배너"
displayOfSensitiveMedia:"수ᇚ힌 옝상물 보기"
whenServerDisconnected:"서버하고 옌겔이 껂기모"
disconnectedFromServer:"서버하고 옌겔이 껂깃십니다"
reload:"새로곤침"
doNothing:"무시하기"
reloadConfirm:"새로곤침합니꺼?"
watch:"간심 갖기"
unwatch:"간심 고마 갖기"
accept:"받기"
reject:"아이 받기"
normal:"일반"
instanceName:"서버 이럼"
instanceDescription:"서버 소개"
maintainerName:"간리자 이럼"
maintainerEmail:"간리자 전자우펜"
tosUrl:"이용 약간 주소"
thisYear:"올개"
thisMonth:"요달"
today:"오올"
dayX:"{day}일"
monthX:"{month}월"
yearX:"{year}년"
pages:"바닥"
integration:"옌겔"
connectService:"옌겔하기"
disconnectService:"껂기"
enableLocalTimeline:"로컬 타임라인 키기"
enableGlobalTimeline:"글로벌 타임라인 키기"
disablingTimelinesInfo:"요 타임라인얼 꺼도 간리자하고 중재자넌 고대로 설 수 잇십니다."
registration:"맨걸기"
enableRegistration:"누라도 새로 맨걸 수 잇거로 하기"
invite:"초대하기"
driveCapacityPerLocalAccount:"로컬 사용자 하나마중 드라이브 커기"
driveCapacityPerRemoteAccount:"웬겍 사용자 하나마중 드라이브 커기"
inMb:"메가바이트 단이"
bannerUrl:"배너 이미지 주소"
backgroundImageUrl:"배겡 이미지 주소"
basicInfo:"기본 정보"
pinnedUsers:"붙인 사용자"
pinnedUsersDescription:"‘살펴보기’서 붙일라넌 사용자럴 줄 바꿈해서로 적십니다."
pinnedPages:"붙인 바닥"
pinnedPagesDescription:"서버으 대문서 붙일라넌 바닥으 겡로럴 줄 바꿈해서로 적십니다."
pinnedClipId:"붙일 클립으 아이디"
pinnedNotes:"붙인 노트"
hcaptcha:"에이치캡차"
enableHcaptcha:"에이치캡차 키기"
hcaptchaSiteKey:"사이트키"
hcaptchaSecretKey:"시크릿키"
mcaptchaSiteKey:"사이트키"
mcaptchaSecretKey:"시크릿키"
recaptcha:"리캡차"
enableRecaptcha:"리캡차 키기"
recaptchaSiteKey:"사이트키"
recaptchaSecretKey:"시크릿키"
turnstile:"턴스타일"
enableTurnstile:"턴스타일 키기"
turnstileSiteKey:"사이트키"
turnstileSecretKey:"시크릿키"
avoidMultiCaptchaConfirm:"오만 캡차럴 서모 간섭이 잇얼 깁니다. 다린 캡차를 껍니꺼? ‘아이예’럴 누질리모 오만 캡차럴 키 둘 수도 잇십니다."
antennas:"안테나"
manageAntennas:"안테나 간리"
name:"이럼"
antennaSource:"받얼 소스"
antennaKeywords:"받얼 검색어"
antennaExcludeKeywords:"수ᇚ훌 검색어"
antennaKeywordsDescription:"띠어서기럴 하모 ‘거라고’가 데고 줄 바꿈얼 하모 ‘아이먼’이 뎁니다"
notifyAntenna:"새 노트럴 알리기"
withFileAntenna:"파일이 붙언 노트마"
enableServiceworker:"브라우저서 알림 포시럴 키기"
antennaUsersDescription:"사용자 이럼얼 줄 바꿈해서로 섭니다"
caseSensitive:"대소문자럴 구벨하기"
withReplies:"답하기도 옇기"
connectedTo:"요 게정하고 옌겔데어 잇십니다"
notesAndReplies:"걸하고 답걸"
withFiles:"파일에 붙이기"
silence:"수ᇚ후기"
silenceConfirm:"수ᇚ훕니꺼?"
unsilence:"수ᇚ후기 어ᇝ애기"
unsilenceConfirm:"수ᇚ후기럴 어ᇝ앱니꺼?"
popularUsers:"소문난 사용자"
recentlyUpdatedUsers:"얼마 전에 걸 선 사용자"
recentlyRegisteredUsers:"얼마 전에 맨건 사용자"
recentlyDiscoveredUsers:"얼마 전에 찾언 사용자"
exploreUsersCount:"사용자 {count}멩이 잇십니다."
exploreFediverse:"옌합우주 탐험하기"
popularTags:"소문난 태그"
userList:"리스트"
about:"정보"
aboutMisskey:"Misskey넌예"
administrator:"간리자"
token:"학인 기호"
2fa:"두 단게 정멩"
setupOf2fa:"두 단게 정멩 설정"
totp:"정멩 앱"
totpDescription:"정멩 앱서 단헤용 비밀번호 서기"
moderator:"중재자"
moderation:"중재"
moderationNote:"중재 노트"
addModerationNote:"중재 노트 옇기"
moderationLogs:"중재 일지"
nUsersMentioned:"{n}멩이 이바구하고 잇어예"
securityKeyAndPasskey:"보안키·패스키"
securityKey:"보안키"
lastUsed:"마지막 쓰임"
lastUsedAt:"마지막 쓰임: {t}"
unregister:"맨걸기 무루기"
passwordLessLogin:"비밀번호 없시 로그인"
passwordLessLoginDescription:"비밀번호 말고 보안키나 패스키 같은 것만 써 가 로그인합니다."
resetPassword:"비밀번호 재설정"
newPasswordIs:"새 비밀번호는 \"{password}\" 입니다"
reduceUiAnimation:"화면 움직임 효과들을 수ᇚ후기"
share:"노누기"
notFound:"몬 찾앗십니다"
notFoundDescription:"고런 주소로 들어가는 하멘은 없십니다."
uploadFolder:"기본 업로드 위치"
markAsReadAllNotifications:"모든 알림 이럿다고 표시"
markAsReadAllUnreadNotes:"모든 글 이럿다고 표시"
markAsReadAllTalkMessages:"모든 대화 이럿다고 표시"
help:"도움말"
inputMessageHere:"여따가 메시지를 입력해주이소"
close:"닫기"
invites:"초대하기"
members:"멤버"
transfer:"양도"
title:"제목"
text:"글"
enable:"키기"
next:"다음"
retype:"다시 서기"
noteOf:"{user}님으 노트"
quoteAttached:"따옴"
quoteQuestion:"따와가 작성하겠십니까?"
noMessagesYet:"아직 대화가 없십니다"
newMessageExists:"새 메시지가 있십니다"
onlyOneFileCanBeAttached:"메시지엔 파일 하나까제밖에 몬 넣십니다"
invitations:"초대하기"
invitationCode:"초대장"
checking:"학인하고 잇십니다"
passwordMatched:"맞십니다"
passwordNotMatched:"안 맞십니다"
signinFailed:"로그인 몬 했십니다. 고 이름이랑 비밀번호 제대로 썼는가 확인해 주이소."
or:"아니면"
language:"언어"
uiLanguage:"UI 표시 언어"
aboutX:"{x}에 대해서"
emojiStyle:"이모지 모양"
native:"기본"
disableDrawer:"드로어 메뉴 쓰지 않기"
showNoteActionsOnlyHover:"마우스 올맀을 때만 노트 액션 버턴 보이기"
noHistory:"기록이 없십니다"
signinHistory:"로그인 기록"
enableAdvancedMfm:"복잡한 MFM 키기"
enableAnimatedMfm:"정신사나운 MFM 키기"
doing:"잠만예"
category:"카테고리"
tags:"태그"
docSource:"요 문서의 원본"
createAccount:"게정 맨걸기"
existingAccount:"원래 게정"
regenerate:"엎고 다시 맨걸기"
fontSize:"글자 크기"
mediaListWithOneImageAppearance:"사진 하나짜리 미디어 목록의 높이"
limitTo:"{x}로 제한"
noFollowRequests:"지둘리는 팔로우 요청이 없십니다"
openImageInNewTab:"새 탭서 사진 열기"
dashboard:"대시보드"
local:"로컬"
remote:"웬겍"
total:"합계"
weekOverWeekChanges:"저번주보다"
dayOverDayChanges:"어제보다"
appearance:"모냥"
clientSettings:"클라이언트 설정"
accountSettings:"게정 설정"
promotion:"선전"
promote:"선전하기"
numberOfDays:"며칠동안"
hideThisNote:"요 노트를 수ᇚ후기"
showFeaturedNotesInTimeline:"타임라인에다 추천 노트 보이기"
objectStorage:"오브젝트 스토리지"
useObjectStorage:"오브젝트 스토리지 키기"
objectStorageBaseUrl:"Base URL"
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>'처럼 넣십니다."
objectStorageRegion:"Region"
objectStorageRegionDesc:"'xx-east-1' 같은 region 이름을 옇어 주이소. 써먹을 서비스에 region 개념 같은 게 읎다! 카면은 대신에 'us-east-1'을 옇어 놓으이소. AWS 설정 파일이나 환경 변수를 갖다 끌어다 쓸 거면은 요는 비워 두이소."
objectStorageUseSSL:"SSL 쓰기"
objectStorageUseSSLDesc:"API 호출할 때 HTTPS 안 쓸거면은 꺼 두이소"
objectStorageUseProxy:"연결에 프락시 사용"
objectStorageUseProxyDesc:"오브젝트 스토리지 API 호출에 프락시 안 쓸 거면 꺼 두이소"
objectStorageSetPublicRead:"업로드할 때 'public-read' 설정하기"
s3ForcePathStyleDesc:"s3ForcePathStyle을 키면, 바께쓰 이름을 URL의 호스트명 말고 경로의 일부로써 취급합니다. 셀프 호스트 Minio 같은 걸 굴릴라믄 켜놔야 될 수도 있십니다."
serverLogs:"서버 로그"
deleteAll:"말캉 뭉캐기"
showFixedPostForm:"타임라인 우에 글 작성 칸 박기"
showFixedPostFormInChannel:"채널 타임라인 우에 글 작성 칸 박기"
withRepliesByDefaultForNewlyFollowed:"팔로우 할 때 기본적으로 답걸도 타임라인에 나오게 하기"
newNoteRecived:"새 노트 있어예"
sounds:"소리"
sound:"소리"
listen:"듣기"
none:"없음"
showInPage:"바닥서 보기"
popout:"새 창 열기"
volume:"음량"
masterVolume:"대빵 음량"
notUseSound:"음소거하기"
useSoundOnlyWhenActive:"Misskey가 활성화되어 있을 때만 소리 내기"
details:"좀 더"
chooseEmoji:"이모지 선택"
unableToProcess:"작업 다 몬 했십니다"
recentUsed:"최근 쓴 놈"
install:"설치"
uninstall:"삭제"
installedApps:"설치된 애플리케이션"
nothing:"뭣도 없어예"
installedDate:"설치한 날"
lastUsedDate:"마지막 사용"
state:"상태"
sort:"정렬하기"
ascendingOrder:"작은 순"
descendingOrder:"큰 순"
scratchpad:"스크래치 패드"
scratchpadDescription:"스크래치 패드는 AiScript를 끼적거리는 창입니더. Misskey랑 갖다 이리저리 상호작용하는 코드를 서가 굴리멘은 그 결과도 바로 확인할 수 있십니다."
output:"출력"
script:"스크립트"
disablePagesScript:"온갖 바닥서 AiScript를 쓰지 않음"
updateRemoteUser:"원겍 사용자 근황 알아오기"
unsetUserAvatar:"아바타 치우기"
unsetUserAvatarConfirm:"아바타 갖다 치울까예?"
unsetUserBanner:"배너 치우기"
unsetUserBannerConfirm:"배너 갖다 치울까예?"
deleteAllFiles:"파일 말캉 뭉캐기"
deleteAllFilesConfirm:"파일을 싸그리 다 뭉캐삐릴까예?"
removeAllFollowing:"팔로잉 말캉 무루기"
removeAllFollowingDescription:"{host} 서버랑 걸어놓은 모든 팔로잉을 무룹니다. 고 서버가 아예 없어지삐맀든가, 그런 경우에 하이소."
introMisskey:"Velkommen! Misskey er en desentralisert mikrobloggtjeneste med åpen kildekode.\nOpprett \"Notes\" for å dele tankene dine med alle rundt deg. 📡\nMed \"reaksjoner\" kan du også raskt gi uttrykk for hva du synes om alles Notes. 👍\nLa oss utforske en ny verden! 🚀"
monthAndDay:"{day}-{month}"
search:"Søk"
notifications:"Varsler"
username:"Brukernavn"
password:"Passord"
forgotPassword:"Glemt passord"
fetchingAsApObject:"Henter fra Fediverse..."
ok:"OK"
gotIt:"Skjønner"
cancel:"Avbryt"
noThankYou:"Avbryt"
noThankYou:"Ikke nå"
enterUsername:"Skriv inn brukernavn"
renotedBy:"Renotes av {user}"
noNotes:"Ingen Notes"
noNotifications:"Ingen varsler"
instance:"Server"
settings:"Innstillinger"
notificationSettings:"Varslingsinnstillinger"
basicSettings:"Grunnleggende innstillinger"
otherSettings:"Andre innstillinger"
openInWindow:"Åpne i vindu"
profile:"Profil"
timeline:"Tidslinje"
noAccountDescription:"Denne brukeren har ikke skrevet sin biografi ennå."
login:"Logg inn"
loggingIn:"Logget inn"
logout:"Logg ut"
@@ -24,17 +34,21 @@ uploading: "Laster opp"
save:"Lagre"
users:"Brukere"
addUser:"Legg til bruker"
favorite:"Favoritt"
favorite:"Legg til i favoritter"
favorites:"Favoritter"
unfavorite:"Fjern favoritt"
pin:"Fest"
unpin:"Opphev festing"
unfavorite:"Fjern fra favoritter"
favorited:"Lagt til i favoritter."
alreadyFavorited:"Allerede lagt til i favoritter."
cantFavorite:"Kunne ikke legge til i favoritter."
pin:"Fest til profil"
unpin:"Fjern fra profil"
copyContent:"Kopier innhold"
copyLink:"Kopier lenke"
delete:"Slett"
deleteAndEdit:"Slett og rediger"
deleteAndEditConfirm:"Er du sikker på at du vil slette denne Noten og redigere den? Du vil miste alle reaksjoner, Renotes og svar på den."
driveFileDeleteConfirm:"Er du sikker på at du vil slette \"{name}\"? Det vil også forsvinne fra alt innhold som bruker det."
unfollowConfirm:"Er du sikker på at du vil slutte å følge {name}?"
importRequested:"Du har bedt om import. Dette kan ta en stund."
lists:"Lister"
noLists:"Ingen lister"
following:"Følg"
note:"Note"
notes:"Notes"
following:"Følger"
followers:"Følgere"
followsYou:"Følger deg"
createList:"Opprett liste"
error:"Feil"
somethingHappened:"En feil har oppstått"
retry:"Prøv igjen"
pageLoadError:"Kunne ikke hente side."
serverIsDead:"Denne serveren svarer ikke. Vennligst vent en stund og prøv igjen."
enterListName:"Skriv inn et navn på listen"
privacy:"Personvern"
defaultNoteVisibility:"Standard synlighet"
follow:"Følg"
followRequest:"Følgeforespørsel"
followRequests:"Følgeforespørsel"
unfollow:"Avfølg"
followRequestPending:"Venter på godkjenning"
enterEmoji:"Skriv inn en emoji"
renote:"Renote"
renoted:"Renotet."
cantRenote:"Dette innlegget kan ikke renotes."
cantReRenote:"En Renote kan ikke renotes."
quote:"Sitat"
pinned:"Fest"
inChannelRenote:"Renote kun for kanal"
inChannelQuote:"Sitat kun for kanal"
pinnedNote:"Festet Note"
pinned:"Fest til profil"
you:"Du"
clickToShow:"Klikk for å vise"
add:"Legg til"
reaction:"Reaksjon"
reactions:"Reaksjoner"
reactionSettingDescription2:"Dra for å endre rekkefølgen, klikk for å slette, trykk \"+\" for å legge til."
rememberNoteVisibility:"Husk innstillingene for synlighet av Notes"
attachCancel:"Fjern vedlegg"
enterFileName:"Skriv inn filnavn"
mute:"Skjul"
unmute:"Vis"
renoteMute:"Skjul Renotes"
renoteUnmute:"Vis Renotes"
block:"Blokker"
unblock:"Opphev blokkering"
blockConfirm:"Blokker?"
selectList:"Velg liste"
selectChannel:"Velg kanal"
suspend:"Suspender"
blockConfirm:"Er du sikker på at du vil blokke denne kontoen?"
unblockConfirm:"Er du sikker på at du vil oppheve blokkeringen av denne kontoen?"
suspendConfirm:"Er du sikker på at du vil suspendere denne kontoen?"
selectList:"Velg en liste"
selectChannel:"Velg en kanal"
selectAntenna:"Velg en antenne"
selectWidget:"Velg en widget"
editWidgets:"Rediger widgeter"
editWidgetsExit:"Ferdig"
emoji:"Emoji"
emojis:"Emojier"
addEmoji:"Legg til emoji"
settingGuide:"Anbefalte innstillinger"
flagAsBot:"Merk denne kontoen som en bot"
flagAsBotDescription:"Aktiver dette alternativet hvis denne kontoen styres av et program. Hvis det er aktivert, vil det fungere som et flagg for andre utviklere for å forhindre endeløse interaksjonskjeder med andre roboter og justere Misskeys interne systemer til å behandle denne kontoen som en bot."
flagAsCat:"Merk denne kontoen som en katt"
flagAsCatDescription:"Aktiver dette alternativet for å merke denne kontoen som en katt."
flagShowTimelineReplies:"Vis svar i tidslinje"
addAccount:"Legg til konto"
selectUser:"Velg bruker"
instances:"Server"
reloadAccountsList:"Last inn kontoliste på nytt"
loginFailed:"Kunne ikke logge inn"
general:"Generelt"
searchWith:"Søk: {q}"
youHaveNoLists:"Du har ingen lister"
followConfirm:"Er du sikker på at du vil følge {name}?"
clearQueueConfirmTitle:"Er du sikker på at du vil tømme køen?"
blockedInstances:"Blokkerte severe"
blockedInstancesDescription:"Skriv opp vertsnavnene til serverne du vil blokkere, atskilt med linjeskift. Serverne i listen vil ikke lenger kunne kommunisere med denne serveren."
muteAndBlock:"Skjul og blokker"
mutedUsers:"Skjulte brukere"
blockedUsers:"Blokkerte brukere"
noUsers:"Det er ingen brukere"
editProfile:"Rediger profil"
noteDeleteConfirm:"Er du sikker på at du vil slette denne Noten?"
pinLimitExceeded:"Du kan ikke feste flere."
noCustomEmojis:"Ingen emoji"
intro:"Installasjonen av Misskey er ferdig! Vennligst opprett en administratorkonto."
done:"Ferdig"
default:"Standard"
defaultValueIs:"Standard: {value}"
noCustomEmojis:"Det er ingen emoji"
noJobs:"Det er ingen jobber"
blocked:"Blokkert"
suspended:"Suspendert"
all:"Alle"
notResponding:"Svarer ikke"
changePassword:"Endre passord"
security:"Sikkerhet"
retypedNotMatch:"Inngangene stemmer ikke overens."
currentPassword:"Nåværende passord"
newPassword:"Nytt passord"
newPasswordRetype:"Nytt passord (gjenta)"
attachFile:"Legg ved filer"
more:"Mer!"
noSuchUser:"Bruker ikke funnet"
announcements:"Kunngjøringer"
remove:"Slett"
removed:"Slettet"
removed:"Vellykket slettet"
removeAreYouSure:"Er du sikker på at du vil fjerne \"{x}\"?"
deleteAreYouSure:"Er du sikker på at du vil slette \"{x}\"?"
saved:"Lagret"
upload:"Laste opp"
keepOriginalUploading:"Behold originalbildet"
fromUrl:"Fra URL"
uploadFromUrl:"Last opp fra en URL"
uploadFromUrlDescription:"URL til filen du vil laste opp"
explore:"Utforsk"
messageRead:"Lest"
agree:"Jeg godtar"
nUsersRead:"lest av {n}"
agreeTo:"Jeg godtar {0}"
agree:"Godta"
agreeBelow:"Jeg godtar følgende"
basicNotesBeforeCreateAccount:"Viktige merknader"
termsOfService:"Vilkår for bruk"
home:"Hjem"
activity:"Aktivitet"
images:"Bilder"
image:"Bilder"
image:"Bilde"
birthday:"Bursdag"
yearsOld:"{age} år gammel"
theme:"Temaer"
light:"Lys"
dark:"Mørk"
lightThemes:"Lyse temaer"
darkThemes:"Mørke temaer"
syncDeviceDarkMode:"Synkroniser mørkmodus med enhetens innstillinger"
fileName:"Filnavn"
selectFile:"Velg fil"
selectFiles:"Velg fil"
selectFolder:"Velg mappe"
selectFolders:"Velg mappe"
selectFile:"Velg en fil"
selectFiles:"Velg filer"
selectFolder:"Velg en mappe"
selectFolders:"Velg mapper"
renameFile:"Endre filnavn"
folderName:"Mappenavn"
createFolder:"Opprett mappe"
createFolder:"Opprett en mappe"
renameFolder:"Endre mappenavn"
deleteFolder:"Slett mappe"
addFile:"Legg til fil"
deleteFolder:"Slett denne mappen"
addFile:"Legg til en fil"
emptyFolder:"Denne mappen er tom"
unableToDelete:"Kan ikke slette"
inputNewFileName:"Skriv inn et nytt filnavn"
inputNewDescription:"Skriv inn ny bildetekst"
inputNewFolderName:"Skriv inn et nytt mappenavn"
circularReferenceFolder:"Målmappen er en undermappe til mappen du ønsker å flytte."
hasChildFilesOrFolders:"Siden denne mappen ikke er tom, kan den ikke slettes."
copyUrl:"Kopier URL"
rename:"Endre navn"
doNothing:"Gjør ingenting"
avatar:"Avatar"
banner:"Banner"
doNothing:"Ignorer"
accept:"Tillatt"
reject:"Avslå"
instanceName:"Servernavn"
thisYear:"I år"
instanceDescription:"Serverbeskrivelse"
thisYear:"År"
thisMonth:"Måned"
today:"I dag"
dayX:"{day}"
monthX:"{month}"
yearX:"{year}"
pages:"Sider"
pinnedUsers:"Festete brukrere"
pinnedPages:"Festete sider"
integration:"Integrasjon"
enableLocalTimeline:"Aktiver lokal tidslinje"
enableGlobalTimeline:"Aktiver global tidslinje"
disablingTimelinesInfo:"Administratorer og Moderatorer vil alltid ha tilgang til alle tidslinjer, selv om de ikke er aktivert."
registration:"Registrer"
enableRegistration:"Aktiver registrering av nye brukere"
invite:"Inviter"
basicInfo:"Grunnleggende informasjon"
pinnedUsers:"Festede brukrere"
pinnedUsersDescription:"Liste over brukernavn atskilt med linjeskift som skal festes i \"Utforsk\" fanen."
pinnedPages:"Festede sider"
pinnedNotes:"Festet Note"
hcaptcha:"hCaptcha"
enableHcaptcha:"Aktiver hCaptcha"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Aktiver reCAPTCHA"
turnstile:"Turnstile"
enableTurnstile:"Aktiver Turnstile"
antennas:"Antenner"
name:"Navn"
antennaSource:"Antennekilde"
notifyAntenna:"Varsle om nye Notes"
withFileAntenna:"Bare Notes med filer"
notesAndReplies:"Notes og svar"
popularUsers:"Populære brukere"
exploreUsersCount:"Det finnes {count} brukere"
exploreFediverse:"Utforsk Fediverse"
userList:"Lister"
about:"Infomasjon"
about:"Informasjon"
aboutMisskey:"Om Misskey"
newPasswordIs:"Det nye passordet er \"{password}\"."
share:"Del"
notFound:"Ikke funnet"
markAsReadAllNotifications:"Merk alle varsler som lest"
markAsReadAllUnreadNotes:"Merk alle Notes som lest"
help:"Hjelp"
inputMessageHere:"Skriv inn melding her"
close:"Lukk"
invites:"Inviter"
members:"Medlemmer"
title:"Tittel"
text:"Tekst"
next:"Neste"
retype:"Gjenta"
quoteAttached:"Sitat"
noMessagesYet:"Ingen meldinger ennå"
newMessageExists:"Det er nye meldinger"
onlyOneFileCanBeAttached:"Du kan bare legge ved én fil i en melding"
invitations:"Inviter"
available:"Tilgjengelig"
unavailable:"Utilgjengelig"
tooShort:"For kort"
tooLong:"For langt"
weakPassword:"Svakt passord"
normalPassword:"Gjennomsnittlig passord"
strongPassword:"Sterkt passord"
signinWith:"Logg inn med {x}"
signinFailed:"Kunne ikke logge inn. Det oppgitte brukernavnet eller passordet er feil."
or:"eller"
language:"Språk"
aboutX:"Om {x}"
category:"Kategorier"
category:"Kategori"
createAccount:"Opprett konto"
openImageInNewTab:"Åpne bilder i ny fane"
clientSettings:"Klientinnstillinger"
accountSettings:"Kontoinnstillinger"
objectStorageRegion:"Region"
objectStorageUseSSL:"Bruk SSL"
objectStorageUseProxy:"Bruk Proxy"
deleteAll:"Slett alt"
newNoteRecived:"Det er nye Notes"
listen:"Lytt"
none:"Ingen"
volume:"Volum"
chooseEmoji:"Velg emoji"
recentUsed:"Sist brukte"
install:"Installer"
uninstall:"Avinstaller"
nothing:"Ingenting"
deleteAllFiles:"Slett alle filer"
deleteAllFilesConfirm:"Vil du slette alle filer?"
deleteAllFilesConfirm:"Er du sikker på at du vil slette alle filer?"
userSuspended:"Denne brukeren har blitt suspendert."
accountDeleted:"Kontoen blir slettet"
accountDeletedDescription:"Denne kontoen blir slettet"
accountDeletedDescription:"Denne kontoen har blitt slettet."
menu:"Meny"
poll:"Avstemning"
description:"Beskrivelse"
@@ -186,6 +349,7 @@ small: "Liten"
notificationType:"Varseltype"
edit:"Rediger"
email:"E-post"
smtpHost:"Vert"
smtpUser:"Brukernavn"
smtpPass:"Passord"
userSaysSomething:"{name} sa noe"
@@ -201,16 +365,25 @@ reportAbuse: "Rappoter"
send:"Send"
openInNewTab:"Åpne i ny fane"
waitingFor:"Venter på {x}"
random:"Tilfeldig"
system:"System"
desktop:"Skrivebord"
i18nInfo:"Misskey oversettes til flere språk av frivillige. Du kan hjelpe til på {link}."
followingCount:"Følger"
followersCount:"Følgere"
yes:"Ja"
no:"Nei"
contact:"Kontakt"
developer:"Utvikler"
makeExplorable:"Gjør konto synlig i \"Utforsk\""
makeExplorableDescription:"Hvis du slår av dette, vises ikke kontoen din i \"Utforsk\" delen."
left:"Venstre"
nNotes:"{n} Notes"
saveAs:"Lagre som"
value:"Verdi"
deleteConfirm:"Vil du slette?"
invalidValue:"Verdien er ugyldig."
closeAccount:"Avslutt konto"
emailNotification:"E-postvarsler"
inChannelSearch:"Søk i kanal"
clear:"Tøm"
@@ -224,16 +397,23 @@ accounts: "Kontoer"
switch:"Bytt"
gallery:"Galleri"
ads:"Annonser"
memo:"Notat"
high:"Høy"
low:"Lav"
sent:"Send"
sent:"Sendt"
received:"Mottatt"
learnMore:"Les mer"
misskeyUpdated:"Misskey har blitt oppdatert!"
translate:"Oversett"
translatedFrom:"Oversatt fra {x}"
unread:"Ulest"
manageAccounts:"Administrer konto"
classic:"Klassisk"
muteThread:"Skjul denne tråden"
unmuteThread:"Vis denne tråden"
continueThread:"Vis fortsettelse av tråden"
hide:"Skjul"
smartphone:"Smarttelefon"
tablet:"Nettbrett"
auto:"Automatisk"
size:"Størrelse"
@@ -249,10 +429,10 @@ check: "Sjekk"
deleteAccount:"Slett konto"
document:"Dokumenter"
logoutConfirm:"Vil du logge ut?"
pleaseSelect:"Vennligst velg"
pleaseSelect:"Velg et alternativ"
type:"Type"
beta:"Beta"
account:"Kontoer"
account:"Konto"
move:"Flytt"
pushNotification:"Push-varsler"
tools:"Verktøy"
@@ -268,16 +448,47 @@ role: "Rolle"
color:"Farge"
youCannotCreateAnymore:"Du kan ikke opprette flere."
introMisskey:"Bine ai venit! Misskey este un serviciu de microblogging open source și decentralizat.\nCreează \"note\" cu care să îți poți împărți gândurile cu oricine din jurul tău. 📡\nCu \"reacții\" îți poți expirma rapid părerea despre notele oricui. 👍\nHai să explorăm o lume nouă! 🚀"
poweredByMisskeyDescription:"{name} este unul dintre serviciile care se folosește de platforma open source <b>Misskey</b>."
monthAndDay:"{day}/{month}"
search:"Caută"
notifications:"Notificări"
@@ -12,12 +13,14 @@ fetchingAsApObject: "Se aduce din Fediverse..."
ok:"OK"
gotIt:"Am înțeles!"
cancel:"Anulează"
noThankYou:"Nu, mulțumesc."
enterUsername:"Introdu numele de utilizator"
renotedBy:"Re-notat de {user}"
noNotes:"Nicio notă"
noNotifications:"Nicio notificare"
instance:"Instanță"
settings:"Setări"
notificationSettings:"Setări notificări"
basicSettings:"Setări generale"
otherSettings:"Alte Setări"
openInWindow:"Deschide într-o fereastră"
@@ -42,12 +45,20 @@ pin: "Fixează pe profil"
unpin:"Anulati fixare"
copyContent:"Copiază conținutul"
copyLink:"Copiază link-ul"
copyLinkRenote:"Copiază linkul pentru renote"
delete:"Şterge"
deleteAndEdit:"Șterge și editează"
deleteAndEditConfirm:"Ești sigur că vrei să ștergi această notă și să o editezi? Vei pierde reacțiile, re-notele și răspunsurile acesteia."
addToList:"Adaugă în listă"
addToAntenna:"Adaugă la antenă"
sendMessage:"Trimite un mesaj"
copyRSS:"Copiază RSS"
copyUsername:"Copiază numele de utilizator"
copyUserId:"Copiază numele de utilizator"
copyNoteId:"Copiază ID-ul notiței"
copyFileId:"Copiază ID-ul fișierului"
copyFolderId:"Copiază ID-ul folderului"
copyProfileUrl:"Copiază URL profil"
searchUser:"Caută un utilizator"
reply:"Răspunde"
loadMore:"Incarcă mai mult"
@@ -100,6 +111,8 @@ renoted: "Re-notat."
cantRenote:"Această postare nu poate fi re-notată."
cantReRenote:"O re-notă nu poate fi re-notată."
quote:"Citează"
inChannelRenote:"Renotează în canal"
inChannelQuote:"Citează în canal"
pinnedNote:"Notă fixată"
pinned:"Fixat pe profil"
you:"Tu"
@@ -108,7 +121,6 @@ sensitive: "NSFW"
add:"Adaugă"
reaction:"Reacție"
reactions:"Reacție"
reactionSetting:"Reacții care să apară in selectorul de reacții"
reactionSettingDescription2:"Trage pentru a rearanja, apasă pe \"+\" pentru a adăuga."
rememberNoteVisibility:"Amintește setarea de vizibilitate a notelor"
attachCancel:"Înlătură atașament"
@@ -117,6 +129,8 @@ unmarkAsSensitive: "Demarchează ca NSFW"
enterFileName:"Introduceţi numele fişierului"
mute:"Amuțește"
unmute:"Înlătură amuțirea"
renoteMute:"Renotări pe modul silențios"
renoteUnmute:"Scoate renotările de pe modul silențios"
block:"Blochează"
unblock:"Deblochează"
suspend:"Suspendă"
@@ -126,7 +140,10 @@ unblockConfirm: "Ești sigur ca vrei să deblochezi acest cont?"
suspendConfirm:"Ești sigur ca vrei să suspendezi acest cont?"
unsuspendConfirm:"Ești sigur ca vrei să nu mai suspendezi acest cont?"
selectList:"Selectează o listă"
editList:"Editați lista"
selectChannel:"Selectaţi canalul"
selectAntenna:"Selectează o antenă"
editAntenna:"Editează antena"
selectWidget:"Selectați un widget"
editWidgets:"Editează widget-urile"
editWidgetsExit:"Terminat"
@@ -139,6 +156,7 @@ addEmoji: "Adaugă un emoji"
settingGuide:"Setări recomandate"
cacheRemoteFiles:"Ține fișierele externe in cache"
cacheRemoteFilesDescription:"Când această setare este dezactivată, fișierele externe sunt încărcate direct din instanța externă. Dezactivarea va scădea utilizarea spațiului de stocare, dar va crește traficul, deoarece thumbnail-urile nu vor fi generate."
youCanCleanRemoteFilesCache:"Poți goli cache-ul prin a apăsa pe butonul de 🗑️ din fereastra de gestionare a fișierelor."
flagAsBot:"Marchează acest cont ca bot"
flagAsBotDescription:"Activează această opțiune dacă acest cont este controlat de un program. Daca e activată, aceasta va juca rolul unui indicator pentru dezvoltatori pentru a preveni interacțiunea în lanțuri infinite cu ceilalți boți și ajustează sistemele interne al Misskey pentru a trata acest cont drept un bot."
flagAsCat:"Marchează acest cont ca pisică"
@@ -294,7 +312,6 @@ copyUrl: "Copiază URL"
rename:"Redenumește"
avatar:"Avatar"
banner:"Banner"
nsfw:"NSFW"
whenServerDisconnected:"Când pierzi conexiunea cu serverul"
disconnectedFromServer:"Conecțiunea cu serverul a fost pierdută"
reload:"Reîncarcă"
@@ -329,7 +346,6 @@ invite: "Invită"
driveCapacityPerLocalAccount:"Capacitatea Drive-ului per utilizator local"
driveCapacityPerRemoteAccount:"Capacitatea Drive-ului per utilizator extern"
inMb:"În megabytes"
iconUrl:"URL-ul iconiței"
bannerUrl:"URL-ul imaginii de banner"
backgroundImageUrl:"URL-ul imaginii de fundal"
basicInfo:"Informații de bază"
@@ -343,6 +359,8 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Activează hCaptcha"
hcaptchaSiteKey:"Site key"
hcaptchaSecretKey:"Secret key"
mcaptchaSiteKey:"Site key"
mcaptchaSecretKey:"Secret key"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Activează reCAPTCHA"
recaptchaSiteKey:"Site key"
@@ -395,7 +413,6 @@ share: "Distribuie"
notFound:"Nu a fost găsit"
notFoundDescription:"N-a fost găsită nicio pagină cu acest URL."
uploadFolder:"Folder implicit pentru încărcări"
cacheClear:"Golește cache-ul"
markAsReadAllNotifications:"Marchează toate notificările drept citit"
markAsReadAllUnreadNotes:"Marchează toate notele drept citit"
markAsReadAllTalkMessages:"Marchează toate mesajele drept citit"
introMisskey:"Добро пожаловать! Misskey — это децентрализованный сервис микроблогов с открытым исходным кодом.\nПишите «заметки» — делитесь со всеми происходящим вокруг или рассказывайте осебе 📡\nСтавьте «реакции» — выражайте свои чувства и эмоции от заметок других 👍\nОткройте для себя новый мир 🚀"
poweredByMisskeyDescription:"{name} –один из инстансов (также называемый экземпляром Misskey), использующий платформус открытым исходным кодом <b>Misskey</b>."
poweredByMisskeyDescription:"{name} –сервис на платформес открытым исходным кодом <b>Misskey</b>, называемый инстансом Misskey."
monthAndDay:"{day}.{month}"
search:"Поиск"
notifications:"Уведомления"
@@ -49,13 +49,19 @@ delete: "Удалить"
deleteAndEdit:"Удалить и отредактировать"
deleteAndEditConfirm:"Удалить эту заметку и создать отредактированную? Все реакции, ссылки и ответы на существующую будут будут потеряны."
@@ -123,8 +134,8 @@ unmarkAsSensitive: "Снять отметку «не для всех»"
enterFileName:"Введите имя файла"
mute:"Скрыть"
unmute:"Отменить скрытие"
renoteMute:"Заглушить репосты"
renoteUnmute:"Включить репосты"
renoteMute:"Скрыть репосты"
renoteUnmute:"Открыть репосты"
block:"Заблокировать"
unblock:"Разблокировать"
suspend:"Заморозить"
@@ -134,8 +145,10 @@ unblockConfirm: "Разблокировать этот аккаунт?"
suspendConfirm:"Заморозить этот аккаунт?"
unsuspendConfirm:"Разморозить этот аккаунт?"
selectList:"Выберите список"
editList:"Редактировать список"
selectChannel:"Выберите канал"
selectAntenna:"Выберите антенну"
editAntenna:"Редактировать антенну"
selectWidget:"Выберите виджет"
editWidgets:"Редактировать виджеты"
editWidgetsExit:"Готово"
@@ -148,6 +161,8 @@ addEmoji: "Добавить эмодзи"
settingGuide:"Рекомендуемые настройки"
cacheRemoteFiles:"Кешировать внешние файлы"
cacheRemoteFilesDescription:"Когда эта настройка отключена, файлы с других сайтов будут загружаться прямо оттуда. Это сэкономит место на сервере, но увеличит трафик, так как не будут создаваться эскизы."
cacheRemoteSensitiveFiles:"Кэшировать внешние файлы «не для всех»"
cacheRemoteSensitiveFilesDescription:"Если отключено, файлы «не для всех» загружаются непосредственно с удалённых серверов, не кэшируясь."
flagAsBot:"Аккаунт бота"
flagAsBotDescription:"Включите, если этот аккаунт управляется программой. Это позволит системе Misskey учитывать это, а также поможет разработчикам других ботов предотвратить бесконечные циклы взаимодействия."
mediaListWithOneImageAppearance:"Показывать список медиа только одним изображением"
limitTo:"Обрезать до {x}"
mediaListWithOneImageAppearance:"Вид изображения, если оно единственное в списке"
limitTo:"Ограничить до {x}"
noFollowRequests:"Нерассмотренные запросы на подписку отсутствуют"
openImageInNewTab:"Открыть изображение в новой вкладке"
dashboard:"Панель управления"
@@ -511,7 +528,7 @@ objectStorageUseSSLDesc: "Отключите, если не собираетес
objectStorageUseProxy:"Использовать прокси"
objectStorageUseProxyDesc:"Отключите, если не будете испоьзовать прокси для соединений по протоколу ObjectStorage."
objectStorageSetPublicRead:"Устанавливать public-read при загрузке на сервер"
s3ForcePathStyleDesc:"Включение s3ForcePathStyle принудительно указывает имя корзины как часть пути в URL-адресе вместо имени хоста. Может потребоваться активация при использовании таких вещей, как локальный Minio."
s3ForcePathStyleDesc:"Включение s3ForcePathStyle приводит к тому, что имя корзины указывается как часть пути в URL, а не в имени хоста. Может потребоваться включить при использовании локального Minio или чего-то подобного."
serverLogs:"Журнал сервера"
deleteAll:"Удалить всё"
showFixedPostForm:"Показывать поле для ввода новой заметки наверху ленты"
@@ -555,11 +572,12 @@ yourAccountSuspendedTitle: "Эта учетная запись заблокир
yourAccountSuspendedDescription:"Эта учетная запись была заблокирована из-за нарушения условий предоставления услуг сервера. Свяжитесь с администратором, если вы хотите узнать более подробную причину. Пожалуйста, не создавайте новую учетную запись."
tokenRevoked:"Токен недействителен"
tokenRevokedDescription:"Срок действия вашего токена входа истек. Пожалуйста, войдите снова."
accountDeleted:"Эта учетная запись удалена"
accountDeleted:"Учетная запись удалена"
accountDeletedDescription:"Эта учетная запись удалена"
menu:"Меню"
divider:"Линия-разделитель"
addItem:"Добавить элемент"
rearrange:"Сортировать по"
relays:"Ретрансляторы"
addRelay:"Добавить ретранслятор"
inboxUrl:"URL ящика входящих сообщений"
@@ -632,24 +650,26 @@ create: "Создать"
notificationSetting:"Настройки уведомлений"
notificationSettingDesc:"Выберите тип уведомлений для отображения"
useGlobalSettingDesc:"Если включено, будут использоваться настройки учётной записи. Если включить, этот виджет можно будет настроить индивидуально."
useGlobalSettingDesc:"Если включено, будут использоваться настройки учётной записи. Если отключить, этот виджет можно будет настроить индивидуально."
other:"Другие"
regenerateLoginToken:"Создать новый токен для входа"
regenerateLoginTokenDescription:"Создаёт новый токен, используемый внутри программы во время входа. Обычно в этом нет необходимости. При создании все устройства будут отключены."
theKeywordWhenSearchingForCustomEmoji:"Это ключевое слово будет использовано при поиске эмодзи."
setMultipleBySeparatingWithSpace:"Можно написать несколько через пробел"
fileIdOrUrl:"Идентификатор файла или ссылка"
behavior:"Поведение"
sample:"Пример"
abuseReports:"Жалобы"
reportAbuse:"Жалоба"
reportAbuseRenote:"Пожаловаться на репост"
reportAbuseOf:"Пожаловаться на пользователя {name}"
fillAbuseReportDescription:"Опишите, пожалуйста, причину жалобы подробнее. Если речь о конкретной заметке, будьте добры приложить ссылку на неё."
abuseReported:"Жалоба отправлена. Большое спасибо за информацию."
reporter:"Сообщивший"
reporteeOrigin:"О ком сообщено"
reporterOrigin:"Кто сообщил"
forwardReport:"Перенаправление отчета на инстант."
forwardReportIsAnonymous:"Удаленный инстант не сможет увидеть вашу информацию и будет отображаться как анонимная системная учетная запись."
forwardReport:"Отправить жалобу на инстанс автора."
forwardReportIsAnonymous:"Жалоба на удалённый инстанс будет отправлена анонимно. Вместо ваших данных у получателя будет отображена системная учётная запись."
send:"Отправить"
abuseMarkAsResolved:"Отметить жалобу как решённую"
confirmToUnclipAlreadyClippedNote:"Эта заметка уже есть в подборке «{name}». Удалить из этой подборки?"
public:"Общедоступно"
private:"Личное"
i18nInfo:"Misskey переводят на разные языки добровольцы со всего света. Ваша помощь тоже пригодится здесь: {link}."
manageAccessTokens:"Управление токенами доступа"
accountInfo:"Сведения об учётной записи"
@@ -704,7 +725,7 @@ useSystemFont: "Использовать шрифт, предлагаемый с
clips:"Подборки"
experimentalFeatures:"Экспериментальные функции"
experimental:"Экспериментальные"
thisIsExperimentalFeature:"Это экспериментальная функция. Технические характеристики могут измениться или он может работать неправильно."
thisIsExperimentalFeature:"Это экспериментальная функция. Её поведение, вероятно, поменяется в следующей версии, а ещё она может работать не так, как задумано."
developer:"Разработчик"
makeExplorable:"Опубликовать профиль в «Обзоре»."
makeExplorableDescription:"Если выключить, ваш профиль не будет показан в разделе «Обзор»."
@@ -789,6 +810,7 @@ noMaintainerInformationWarning: "Не заполнены сведения об
noBotProtectionWarning:"Ботозащита не настроена"
configure:"Настроить"
postToGallery:"Опубликовать в галерею"
postToHashtag:"Написать заметку с этим хэштегом"
gallery:"Галерея"
recentPosts:"Недавние публикации"
popularPosts:"Популярные публикации"
@@ -817,20 +839,23 @@ useBlurEffect: "Размытие в интерфейсе"
learnMore:"Подробнее"
misskeyUpdated:"Misskey обновился!"
whatIsNew:"Что новенького?"
translate:"Перевод"
translate:"Перевести"
translatedFrom:"Перевод. Язык оригинала — {x}"
accountDeletionInProgress:"В настоящее время выполняется удаление учетной записи"
usernameInfo:"Имя, которое отличает вашу учетную запись от других на этом сервере. Вы можете использовать алфавит (a~z, A~Z), цифры (0~9) или символы подчеркивания (_). Имена пользователей не могут быть изменены позже."
aiChanMode:"Режим Ай"
devMode:"Режим разработчика"
keepCw:"Сохраняйте Предупреждения о содержимом"
pubSub:"Учётные записи Pub/Sub"
lastCommunication:"Последнее сообщение"
resolved:"Решено"
unresolved:"Без решения"
breakFollow:"Отписка"
breakFollowConfirm:"Удалить из подписок пользователя ?"
breakFollowConfirm:"Действительно удалить этого подписчика?"
itsOn:"Включено"
itsOff:"Выключено"
on:"Вкл."
off:"Выкл."
emailRequiredForSignup:"Для регистрации учётной записи нужен адрес электронной почты"
sensitiveMediaDetection:"Распознание содержимого не для всех"
localOnly:"Локально"
remoteOnly:"Только удалённо"
failedToUpload:"Сбой выгрузки"
@@ -913,8 +936,8 @@ cannotUploadBecauseInappropriate: "Файл не может быть загру
cannotUploadBecauseNoFreeSpace:"Файл не может быть загружен, так как не осталось места на диске"
cannotUploadBecauseExceedsFileSizeLimit:"Файл не может быть загружен, так как он превышает лимит размера файла."
beta:"Бета"
enableAutoSensitive:"Автоматическое определение NSFW"
enableAutoSensitiveDescription:"Если доступно, используйте машинное обучение для автоматической установки флага NSFW на носителе. Даже если эта функция отключена, она может быть установлена автоматически в зависимости от инстанта."
enableAutoSensitive:"Автоматическое определение содержимого не для всех"
enableAutoSensitiveDescription:"Позволяет определять наличие содержимого не для всех при помощи искусственного интеллекта там, где это возможно. Даже если эту опцию отключить, она всё равно может быть включена на весь инстанс."
activeEmailValidationDescription:"Если включено, будет проводиться более строгая проверка адреса электронной почты, в том числе на то, что он действительный и не временный. Если же отключено, то проверяется только корректность написания адреса."
navbar:"Панель навигации"
shuffle:"Перемешать"
@@ -938,7 +961,7 @@ numberOfProfileView: "Количество профилей для просмо
like:"Нравится!"
unlike:"Отменить «нравится»"
numberOfLikes:"Количество лайков"
show:"Отображение"
show:"Показать"
neverShow:"Больше не показывать"
remindMeLater:"Напомнить позже"
didYouLikeMisskey:"Вам нравится Misskey?"
@@ -982,13 +1005,16 @@ invitationRequiredToRegister: "Этот сервер в настоящее вр
emailNotSupported:"Доставка почты не поддерживается на этом сервере"
postToTheChannel:"Отправить в канал"
cannotBeChangedLater:"Это нельзя изменить позже"
reactionAcceptance:"Принятие реакций"
likeOnly:"Только лайки"
likeOnlyForRemote:"Только лайки с удалённых серверов"
reactionAcceptance:"Допустимые реакции"
likeOnly:"Только «нравится!»"
likeOnlyForRemote:"Всё (с других серверов только «нравится!»)"
nonSensitiveOnly:"Только безопасные"
nonSensitiveOnlyForLocalLikeOnlyForRemote:"Только безопасные (с других серверов только «нравится!»)"
rolesAssignedToMe:"Мои роли"
resetPasswordConfirm:"Сбросить пароль?"
sensitiveWords:"Чувствительные слова"
sensitiveWordsDescription:"Установите общедоступный диапазон заметки, содержащей заданное слово, на домашний. Можно сделать несколько настроек, разделив их переносами строк."
sensitiveWordsDescription2:"Разделение пробелом создаёт спецификацию AND, а разделение косой чертой создаёт регулярное выражение."
@@ -999,13 +1025,81 @@ retryAllQueuesConfirmTitle: "Хотите попробовать ещё раз?"
retryAllQueuesConfirmText:"Нагрузка на сервер может увеличиться"
enableChartsForRemoteUser:"Создание диаграмм для удалённых пользователей"
enableChartsForFederatedInstances:"Создание диаграмм для удалённых серверов"
largeNoteReactions:"Показывать большие реакции на заметки"
noteIdOrUrl:"ID или ссылка на заметку"
video:"Видео"
videos:"Видео"
dataSaver:"Экономия трафика"
accountMigration:"Перенос учётной записи"
accountMoved:"Учётная запись перенесена"
accountMovedShort:"Эта учётная запись перемещена"
operationForbidden:"Это действие запрещено"
forceShowAds:"Всегда отображать рекламу"
addMemo:"Добавить памятку"
editMemo:"Изменить памятку"
reactionsList:"Список реакций"
renotesList:"Репосты"
notificationDisplay:"Отображение уведомлений"
leftTop:"Влево вверх"
rightTop:"Вправо вверх"
leftBottom:"Влево вниз"
rightBottom:"Вправо вниз"
vertical:"Вертикальная"
horizontal:"Сбоку"
position:"Позиция"
serverRules:"Правила сервера"
pleaseConfirmBelowBeforeSignup:"Для регистрации на данном сервере, необходимо согласится с нижеследующими положениями."
pleaseAgreeAllToContinue:"Чтобы продолжить, необходимо поставить отметки во всех полях \"согласен\"."
continue:"Продолжить"
preservedUsernames:"Зарезервированные имена пользователей"
preservedUsernamesDescription:"Перечислите зарезервированные имена пользователей, отделяя их строками. Они станут недоступны при создании учётной записи. Это ограничение не применяется при создании учётной записи администраторами. Также, уже существующие учётные записи останутся без изменений."
createNoteFromTheFile:"Создать заметку из этого файла"
archive:"Архив"
channelArchiveConfirmTitle:"Переместить {name} в архив?"
channelArchiveConfirmDescription:"Архивированные каналы перестанут отображаться в списке каналов или результатах поиска. В них также нельзя будет добавлять новые записи."
displayOfNote:"Отображение заметок"
initialAccountSetting:"Настройка профиля"
youFollowing:"Подписки"
preventAiLearning:"Отказаться от использования в машинном обучении (Генеративный ИИ)"
options:"Настройки ролей"
specifyUser:"Указанный пользователь"
failedToPreviewUrl:"Предварительный просмотр недоступен"
update:"Обновить"
rolesThatCanBeUsedThisEmojiAsReaction:"Роли тех, кому можно использовать эти эмодзи как реакцию"
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"Если здесь ничего не указать, в качестве реакции эту эмодзи сможет использовать каждый."
initialAccountSettingCompleted:"Первоначальная настройка успешно завершена!"
skipAreYouSure:"Пропустить настройку?"
_initialTutorial:
_note:
description:"Посты в Misskey называются 'Заметками.' Заметки отсортированы в хронологическом порядке в ленте и обновляются в режиме реального времени."
_timelineDescription:
home:"В персональной ленте располагаются заметки тех, на которых вы подписаны."
local:"Местная лента показывает заметки всех пользователей этого сайта."
social:"В социальной ленте собирается всё, что есть в персональной и местной лентах."
global:"В глобальную ленту попадает вообще всё со связанных инстансов."
_serverSettings:
iconUrl:"Адрес на иконку роли"
_achievements:
earnedAt:"Разблокировано в"
_types:
@@ -1177,6 +1271,9 @@ _achievements:
_client30min:
title:"Перерыв на обед"
description:"Прошло 30 минут с момента запуска клиента"
_client60min:
title:"Не наглядеться на Misskey"
description:"Misskey был открыт 60 минут подряд"
_noteDeletedWithin1min:
title:"Ой, нет!"
description:"Заметка удалена через минуту после публикации"
alwaysMarkNsfw:"Всегда отмечать файлы как «не для всех»"
pinMax:"Доступное количество закреплённых заметок"
antennaMax:"Доступное количество антенн"
wordMuteMax:"Доступное количество знаков в списке скрытия слов"
@@ -1306,7 +1404,7 @@ _sensitiveMediaDetection:
description:"Машинное обучение может быть использовано для автоматического обнаружения чувствительных медиа для модерации. Нагрузка на сервер увеличивается незначительно."
sensitivity:"Чувствительность обнаружения"
sensitivityDescription:"Более низкая чувствительность уменьшает количество ложных срабатываний (false positives). Повышение чувствительности уменьшает утечку при обнаружении (ложноотрицательные результаты)."
setSensitiveFlagAutomatically:"Установить флаг NSFW"
setSensitiveFlagAutomatically:"Обозначить как не для всех"
setSensitiveFlagAutomaticallyDescription:"Даже если этот параметр отключен, результат оценки сохраняется внутри системы."
analyzeVideos:"Анализировать видео?"
analyzeVideosDescription:"Анализируйте видео в дополнение к неподвижным изображениям. Нагрузка на сервер немного увеличивается."
@@ -1353,6 +1451,7 @@ _plugin:
install:"Установка расширений"
installWarn:"Пожалуйста, не устанавливайте расширения, которым не доверяете."
manage:"Управление расширениями"
viewSource:"Просмотр исходника"
_preferencesBackups:
list:"Существующие резервные копии"
saveNew:"Создать резервную копию"
@@ -1386,10 +1485,6 @@ _aboutMisskey:
donate:"Пожертвование на Misskey"
morePatrons:"Большое спасибо и многим другим, кто принял участие в этом проекте! 🥰"
patrons:"Материальная поддержка"
_nsfw:
respect:"Скрывать содержимое не для всех"
ignore:"Показывать содержимое не для всех"
force:"Скрывать вообще все файлы"
_instanceTicker:
none:"Не показывать"
remote:"Только для других сайтов"
@@ -1417,11 +1512,6 @@ _wordMute:
muteWords:"Скрыть слово"
muteWordsDescription:"Пишите слова через пробел в одной строке, чтобы фильтровать их появление вместе; а если хотите фильтровать любое из них, пишите в отдельных строках."
muteWordsDescription2:"Здесь можно использовать регулярные выражения — просто заключите их между двумя дробными чертами (/)."
softDescription:"Соответствующие условиям заметки будут спрятаны из вашей ленты."
hardDescription:"Соответстующие условиям заметки вообще не будут попадать в вашу ленту. Даже если вы поменяете условия, отсеенные таким образом заметки уже не появятся."
soft:"Мягко"
hard:"Жёстко"
mutedNotes:"Скрытые заметки"
_instanceMute:
instanceMuteDescription:"Заметки и репосты с указанных здесь инстансов, а также ответы пользователям оттуда же не будут отображаться."
instanceMuteDescription2:"Пишите каждый инстанс на отдельной строке"
@@ -1485,9 +1575,6 @@ _theme:
infoFg:"Текст сообщения"
infoWarnBg:"Фон предупреждения"
infoWarnFg:"Текст предупреждения"
cwBg:"Фон предупреждения о содержимом"
cwFg:"Текст предупреждения о содержимом"
cwHoverBg:"Фон предупреждения о содержимом (под указателем)"
toastBg:"Фон оповещения"
toastFg:"Текст оповещения"
buttonBg:"Фон кнопки"
@@ -1505,8 +1592,6 @@ _sfx:
note:"Заметки"
noteMy:"Собственные заметки"
notification:"Уведомления"
chat:"Сообщения"
chatBg:"Сообщения (фон)"
antenna:"Антенна"
channel:"Канал"
_ago:
@@ -1520,6 +1605,14 @@ _ago:
monthsAgo:"{n} мес. назад"
yearsAgo:"{n} г. назад"
invalid:"Ничего нет"
_timeIn:
seconds:"Через {n} с"
minutes:"Через {n} мин"
hours:"Через {n} ч"
days:"Через {n} сут"
weeks:"Через {n} нед."
months:"Через {n} мес."
years:"Через {n} г."
_time:
second:"с"
minute:"мин"
@@ -1528,18 +1621,15 @@ _time:
_2fa:
alreadyRegistered:"Двухфакторная аутентификация уже настроена."
step1:"Прежде всего, установите на устройство приложение для аутентификации, например, {a} или {b}."
step2:"Далее отсканируйте отображаемый QR-код при помощи приложения."
step2Click:"Нажав на QR-код, вы можете зарегистрироваться с помощью приложения для аутентификации или брелка для ключей, установленного на вашем устройстве."
step2Url:"Если пользуетесь приложением на компьютере, можете ввести в него эту строку (URL):"
step3Title:"Введите проверочный код"
step3:"И наконец, введите код, который покажет приложение."
step4:"Теперь при каждом входе на сайт вам нужно будет вводить код из приложения аналогичным образом."
securityKeyNotSupported:"Ваш браузер не поддерживает ключи безопасности."
registerTOTPBeforeKey:"Чтобы зарегистрировать ключ безопасности и пароль, сначала настройте приложение аутентификации."
securityKeyInfo:"Вы можете настроить вход с помощью аппаратного ключа безопасности, поддерживающего FIDO2, или отпечатка пальца или PIN-кода на устройстве."
chromePasskeyNotSupported:"В настоящее время Chrome не поддерживает пароль-ключи."
registerSecurityKey:"Зарегистрируйте ключ безопасности ・Passkey"
securityKeyName:"Введите имя для ключа"
tapSecurityKey:"Пожалуйста, следуйте инструкциям в вашем браузере, чтобы зарегистрировать свой ключ безопасности или пароль"
@@ -1609,7 +1699,7 @@ _weekday:
_widgets:
profile:"Профиль"
instanceInfo:"Информация об инстансе"
memo:"Напоминания"
memo:"Памятки"
notifications:"Уведомления"
timeline:"Лента"
calendar:"Календарь"
@@ -1638,7 +1728,7 @@ _widgets:
clicker:"Счётчик щелчков"
_cw:
hide:"Спрятать"
show:"Показать еще"
show:"Показать"
chars:"знаков: {count}"
files:"файлов: {count}"
_poll:
@@ -1700,6 +1790,7 @@ _profile:
_exportOrImport:
allNotes:"Все заметки\n"
favoritedNotes:"Избранное"
clips:"Подборка"
followingList:"Подписки"
muteList:"Скрытые"
blockingList:"Заблокированные"
@@ -1833,7 +1924,7 @@ _notification:
app:"Уведомления из приложений"
_actions:
followBack:"отвечает взаимной подпиской"
reply:"Ответить"
reply:"Ответ"
renote:"Репост"
_deck:
alwaysShowMainColumn:"Всегда показывать главную колонку"
@@ -1862,9 +1953,23 @@ _deck:
channel:"Каналы"
mentions:"Упоминания"
direct:"Личное"
roleTimeline:"История Ролей"
_dialog:
charactersExceeded:"Превышено максимальное количество символов! У вас {current} / из {max}"
charactersBelow:"Это ниже минимального количества символов! У вас {current} / из {min}"
_disabledTimeline:
title:"Лента отключена"
description:"Ваша текущая роль не позволяет пользоваться этой лентой."
morePatrons:"Takisto oceňujeme podporu mnoých ďalších, ktorí tu nie sú uvedení. Ďakujeme! 🥰"
patrons:"Prispievatelia"
_nsfw:
respect:"Skryť NSFW médiá"
ignore:"Neskrývať NSFW médiá"
force:"Skryť všetky médiá"
_instanceTicker:
none:"Nikdy nezobrazovať"
remote:"Zobraziť pre vzdialených používateľov"
@@ -1040,11 +1039,6 @@ _wordMute:
muteWords:"Umlčané slová"
muteWordsDescription:"Medzerami oddeľte pre podmienku AND a novými riadkami pre podmienku OR."
muteWordsDescription2:"Regulárne výrazy sa použijú keď použijete okolo lomítka."
softDescription:"Skryje poznámky z časovej osi, ktoré spĺňajú podmienky."
hardDescription:"Zabráni poznámky spĺňajúce množinu podmienok, aby boli pridané do časovej osi. Navyše tieto poznámky nepribudnú v časovej osi ani keď sa podmienky zmenia."
soft:"Mäkké"
hard:"Tvrdé"
mutedNotes:"Umlčané poznámky"
_instanceMute:
instanceMuteDescription:"Toto umlčí všetky poznámky/preposlania zo zoznamu serverov, vrátane tých, na ktoré používatelia odpovedajú z umlčaného servera."
step3:"Nastavenie dokončíte zadaním tokenu z vašej aplikácie."
step4:"Od teraz, všetky ďalšie prihlásenia budú vyžadovať prihlasovací token."
securityKeyInfo:"Okrem odtlačku prsta alebo PIN autentifikácie si môžete nastaviť autentifikáciu cez hardvérový bezpečnostný kľúč podporujúci FIDO2 a tak ešte viac zabezpečiť svoj účet."
passwordLessLoginDescription:"Tillåter lösenordsfri inloggning med endast en säkerhetsnyckel eller en passkey."
resetPassword:"Återställ Lösenord"
newPasswordIs:"Det nya lösenordet är \"{password}\""
share:"Dela"
help:"Hjälp"
close:"Stäng"
invites:"Inbjudan"
members:"Medlemmar"
transfer:"Överför"
text:"Text"
enable:"Aktivera"
next:"Nästa"
invitations:"Inbjudan"
invitationCode:"Inbjudningskod"
available:"Tillgängligt"
weakPassword:"Svagt Lösenord"
normalPassword:"Medel Lösenord"
strongPassword:"Starkt Lösenord"
signinFailed:"Kan inte logga in. Det angivna användarnamnet eller lösenordet är felaktigt."
or:"eller"
language:"Språk"
aboutX:"Om {x}"
category:"Kategori"
tags:"Taggar"
createAccount:"Skapa ett konto"
existingAccount:"Existerande konto"
regenerate:"Regenerera"
fontSize:"Textstorlek"
openImageInNewTab:"Öppna bild i ny flik"
clientSettings:"Klientinställningar"
accountSettings:"Kontoinställningar"
numberOfDays:"Antal dagar"
deleteAll:"Radera alla"
sounds:"Ljud"
sound:"Ljud"
listen:"Lyssna"
none:"Ingen"
volume:"Volym"
chooseEmoji:"Välj en emoji"
recentUsed:"Senast använd"
install:"Installera"
uninstall:"Avinstallera"
menu:"Meny"
serviceworkerInfo:"Måste vara aktiverad för pushnotiser."
enableInfiniteScroll:"Ladda mer automatiskt"
enablePlayer:"Öppna videospelare"
permission:"Behörigheter"
enableAll:"Aktivera alla"
edit:"Ändra"
enableEmail:"Aktivera epost-utskick"
email:"E-post"
smtpHost:"Värd"
smtpUser:"Användarnamn"
smtpPass:"Lösenord"
emptyToDisableSmtpAuth:"Lämna användarnamn och lösenord tomt för att avaktivera SMTP verifiering"
logs:"Logg"
channel:"kanal"
create:"Skapa"
other:"Mer"
send:"Skicka"
openInNewTab:"Öppna i ny flik"
createNew:"Skapa ny"
i18nInfo:"Misskey översätts till många olika språk av volontärer. Du kan hjälpa till med översättningen på {link}."
accountInfo:"Kontoinformation"
clips:"Klipp"
duplicate:"Duplicera"
reloadToApplySetting:"Inställningen tillämpas efter sidan laddas om. Vill du göra det nu?"
clearCache:"Rensa cache"
onlineUsersCount:"{n} användare är online"
nNotes:"{n} Noter"
backgroundColor:"Bakgrundsbild"
textColor:"Text"
youAreRunningUpToDateClient:"Klienten du använder är uppdaterat."
newVersionOfClientAvailable:"Ny version av klienten är tillgänglig."
publish:"Publicera"
typingUsers:"{users} skriver"
info:"Om"
enabled:"Aktiverad"
user:"Användare"
customCssWarn:"Den här inställningen borde bara ändrats av en som har rätta kunskaper. Om du ställer in det här fel så kan klienten sluta fungera rätt."
global:"Global"
squareAvatars:"Visa fyrkantiga profilbilder"
sent:"Skicka"
misskeyUpdated:"Misskey har uppdaterats!"
incorrectPassword:"Fel lösenord."
welcomeBackWithName:"Välkommen tillbaka, {name}"
clickToFinishEmailVerification:"Tryck på [{ok}] för att slutföra bekräftelsen på e-postadressen."
searchByGoogle:"Sök"
file:"Filer"
cannotUploadBecauseNoFreeSpace:"Kan inte ladda upp filen för att det finns inget lagringsutrymme kvar."
cannotUploadBecauseExceedsFileSizeLimit:"Kan inte ladda upp filen för att den är större än filstorleksgränsen."
enableAutoSensitive:"Automatisk NSFW markering"
enableAutoSensitiveDescription:"Tillåter automatiskt detektering och marketing av NSFW media genom Maskininlärning när möjligt. Även om denna inställningen är avaktiverad, kan det vara aktiverat på hela instansen."
pushNotification:"Pushnotiser"
@@ -381,12 +482,19 @@ pushNotificationNotSupported: "Din webbläsare eller instans har inte stöd för
windowMaximize:"Maximera"
windowMinimize:"Minimera"
windowRestore:"Återställ"
pleaseDonate:"Misskey är en gratis programvara som används på {host}. Donera gärna för att göra utvecklingen ständigt, tack!"
introMisskey:"Açık kaynaklı bir dağıtılmış mikroblog hizmeti olan Misskey'e hoş geldiniz.\nMisskey, neler olup bittiğini paylaşmak ve herkese sizden bahsetmek için \"notlar\" oluşturmanıza olanak tanıyan, açık kaynaklı, dağıtılmış bir mikroblog hizmetidir.\nHerkesin notlarına kendi tepkilerinizi hızlıca eklemek için \"Tepkiler\" özelliğini de kullanabilirsiniz👍.\nYeni bir dünyayı keşfedin🚀."
poweredByMisskeyDescription:"name}Açık kaynak bir platform\n<b>Misskey</b>Dünya'nın en sunucularında biri。"
monthAndDay:"{month}Ay {day}Gün"
search:"Arama"
notifications:"Bildirim"
username:"Kullanıcı Adı"
password:"Şifre"
forgotPassword:"şifremi unuttum"
fetchingAsApObject:"從聯邦宇宙取得中..."
ok:"TAMAM"
gotIt:"Anladım"
cancel:"İptal"
noThankYou:"Hayır, teşekkürler"
enterUsername:"Kullanıcı adınızı giriniz"
renotedBy:"{user} tarafından Renotelandı"
noNotes:"Notlar mevcut değil."
noNotifications:"Bildirim bulunmuyor"
instance:"Sunucu"
settings:"Ayarlar"
notificationSettings:"Bildirim Ayarları"
basicSettings:"Temel Ayarlar"
otherSettings:"Diğer Ayarlar"
openInWindow:"Bir pencere ile aç"
@@ -21,9 +28,11 @@ profile: "Profil"
timeline:"Zaman çizelgesi"
noAccountDescription:"Bu kullanıcı henüz biyografisini yazmadı"
login:"Giriş Yap "
loggingIn:"Oturum aç"
logout:"Çıkış Yap"
signup:"Kayıt Ol"
uploading:"Yükleniyor"
save:"Kaydet"
users:"Kullanıcı"
addUser:"Kullanıcı Ekle"
favorite:"Favoriler"
@@ -31,32 +40,419 @@ favorites: "Favoriler"
unfavorite:"Favorilerden Kaldır"
favorited:"Favorilerime eklendi."
alreadyFavorited:"Zaten favorilerinizde kayıtlı."
cantFavorite:"Favorilere kayıt yapılamadı"
pin:"Sabitlenmiş"
unpin:"Sabitlemeyi kaldır"
copyContent:"İçeriği kopyala"
copyLink:"Bağlantıyı Kopyala"
copyLinkRenote:"Turkish"
delete:"Sil"
deleteAndEdit:"Sil ve yeniden düzenle"
deleteAndEditConfirm:"Bu notu silip yeniden düzenlemek istiyor musunuz? Bu nota ilişkin tüm Tepkiler, Yeniden Notlar ve Yanıtlar da silinecektir."
addToList:"Listeye ekle"
addToAntenna:"Antene ekle"
sendMessage:"Mesaj Gönder"
copyRSS:"RSSKopyala"
copyUsername:"Kullanıcı Adını Kopyala"
copyUserId:"KullanıcıyıKopyala"
copyNoteId:"Kimlik notunu kopyala"
copyFileId:"Dosya ID'sini kopyala"
copyFolderId:"Klasör ID'sini kopyala"
copyProfileUrl:"Profil URL'sini kopyala"
searchUser:"Kullanıcıları ara"
reply:"yanıt"
loadMore:"Devamını yükle"
showMore:"Devamını yükle"
showLess:"Kapat"
youGotNewFollower:"seni takip etti"
receiveFollowRequest:"Takip isteği alındı"
followRequestAccepted:"Takip isteği kabul edildi"
mention:"Bahset"
mentions:"Bahsetmeler"
directNotes:"Kişisel mesajlar"
importAndExport:"İçeri/Dışarı aktar"
import:"İçeri aktar"
export:"Dışa aktar"
files:"Dosyalar"
download:"İndir"
driveFileDeleteConfirm:"\"{name}\" dosyası silinsin mi? Dosya kullanıldığı tüm notlardan kaybolacaktır."
unfollowConfirm:"{name} takipten çıkarılsın mı?"
exportRequested:"Dışa aktarım talep ettiniz. Bu biraz zaman alabilir. İşlem bitince Sürücünüze eklenecektir."
importRequested:"Dışa aktarım talep ettiniz. Bu işlem biraz zaman alabilir."
lists:"Listeler"
noLists:"Liste yok"
note:"not"
notes:"notlar"
following:"takipçi"
followers:"takipçi"
followsYou:"seni takip ediyor"
createList:"Liste oluştur"
manageLists:"Yönetici Listeleri"
error:"hata"
somethingHappened:"Bir hata oluştu"
retry:"Tekrar dene"
pageLoadError:"Sayfa yüklenemedi."
pageLoadErrorDescription:"Bu genelde ağ veya tarayıcı ön belleği hatalarından olur. Lütfen ön belleği temizlemeyi veya birkaç dakika beklemeyi ve sayfayı yenilemeyi deneyin."
serverIsDead:"Sunucu yanıt vermiyor. Birkaç dakika sonra tekrar deneyin."
youShouldUpgradeClient:"Sayfayı görüntülemek için yenileyin."
enterListName:"Liste ismi"
privacy:"Gizlilik"
makeFollowManuallyApprove:"Takip istekleri elle onaylansın"
defaultNoteVisibility:"Varsayılan görünürlük"
follow:"takipçi"
followRequest:"Takip isteği"
followRequests:"Takip istekleri"
unfollow:"takip etmeyi bırak"
followRequestPending:"Bekleyen Takip Etme Talebi"
enterEmoji:"Emoji Giriniz"
renote:"vazgeçme"
unrenote:"not alma"
renoted:"yeniden adlandırılmış"
cantRenote:"Ayrılamama"
cantReRenote:"not alabilirmiyim"
quote:"alıntı"
inChannelRenote:"Kanal içi Renote"
inChannelQuote:"Kanal içi Alıntı"
pinnedNote:"Sabitlenen"
pinned:"Sabitlenmiş"
you:"sen"
clickToShow:"Görüntülemek için tıkla"
sensitive:"Hassas içerik"
add:"Ekle"
reaction:"Tepkiler"
reactions:"Tepkiler"
reactionSettingDescription2:"Sıralamak için sürükleyin, silmek için tıklayın, eklemek için \"+\" tuşuna tıklayın."
cacheRemoteFiles:"Uzak dosyalar ön belleğe alınsın"
cacheRemoteFilesDescription:"Bu ayar açık olduğunda diğer sitelerin dosyaları doğrudan uzak sunucudan yüklenecektir. Bu ayarı kapatmak depolama kullanımını azaltacak ama küçük resimler oluşturulmadığından trafiği arttıracaktır."
youCanCleanRemoteFilesCache:""
cacheRemoteSensitiveFiles:"Hassas uzak dosyalar ön belleğe alınsın"
cacheRemoteSensitiveFilesDescription:"Bu ayar kapalı olduğunda hassas uzak dosyalar ön belleğe alınmadan doğrudan uzak sunucudan yüklenecektir."
flagAsBot:"Bot olarak işaretle"
flagAsBotDescription:"Bu seçeneği hesap bir program tarafından kontrol ediliyorsa işaretleyin. Bu, diğer geliştiricilerin sonsuz etkileşim zincirleri oluşturmasını engellemeye yardımcı olur ve Misskey'in iç sisteminin hesaba bir bot gibi davranmasını sağlar."
flagAsCat:"Kedi hesabı"
flagAsCatDescription:"Kedi hesabı"
flagShowTimelineReplies:"Zaman akışında notlara gelen cevapları göster"
flagShowTimelineRepliesDescription:"Açık olduğu durumda, zaman akışında kullanıcıların başkalarına verdiği cevaplar gözükür."
autoAcceptFollowed:"Takip edilen hesapların takip isteklerini kabul et"
addAccount:"Hesap ekle"
reloadAccountsList:"Hesap listesini güncelle"
loginFailed:"Giriş başarısız oldu"
showOnRemote:"Uzak sunucuda görüntüle"
general:"Genel"
wallpaper:"Duvar kağıdı"
setWallpaper:"Duvar kağıdını ayarla"
removeWallpaper:"Duvar kağıdını sil"
searchWith:"Arama: {q}"
youHaveNoLists:"Hiç listeniz yok"
followConfirm:"{name} takip edilsin mi?"
proxyAccount:"Vekil hesabı"
proxyAccountDescription:"Proxy hesabı, belirli koşullar altında kullanıcılar için uzaktan takipçi işlevi gören bir hesaptır. Örneğin, bir kullanıcı listeye bir uzak kullanıcı eklediğinde, o kullanıcıyı takip eden yerel bir kullanıcı yoksa uzak kullanıcının etkinliği örneğe teslim edilmeyecektir, dolayısıyla bunun yerine proxy hesabı takip edilecektir."
clearQueueConfirmText:"Sırada kalan hiçbir şey iletilmeyecek. Genelde bu işlem gerekli değildir."
clearCachedFiles:"Ön belleği temizle"
clearCachedFilesConfirm:"Ön belleğe alınmış tüm uzak sunucu dosyaları silinsin mi?"
blockedInstances:"Engellenen sunucular"
blockedInstancesDescription:"Engellemek istediğiniz sunucuların alan adlarını satır sonlarıyla ayırarak yazın. Yazılan sunucular bu sunucuyla iletişime geçemeyecek."
keepOriginalUploadingDescription:"Orijinal olarak yüklenen görüntüyü olduğu gibi kaydeder. Kapatılırsa, yükleme sırasında web'de görüntülenecek bir sürüm oluşturulur."
@@ -901,6 +908,11 @@ exploreOtherServers: "Знайти інший сервер"
letsLookAtTimeline:"Перегляд історії"
horizontal:"Збоку"
youFollowing:"Підписки"
icon:"Аватар"
replies:"Відповісти"
renotes:"Поширити"
flip:"Перевернути"
lastNDays:"Останні {n} днів"
_achievements:
earnedAt:"Відкрито"
_types:
@@ -1174,6 +1186,7 @@ _plugin:
install:"Встановити плагін"
installWarn:"Будь ласка, не встановлюйте плагінів, яким ви не довіряєте."
manage:"Керування плагінами"
viewSource:"Переглянути вихідний код"
_preferencesBackups:
list:"Створені бекапи"
saveNew:"Зберегти як новий"
@@ -1200,10 +1213,6 @@ _aboutMisskey:
donate:"Пожертвувати Misskey"
morePatrons:"Ми дуже цінуємо підтримку багатьох інших помічників, не перелічених тут. Дякуємо! 🥰"
patrons:"Підтримали"
_nsfw:
respect:"Приховувати NSFW медіа"
ignore:"Не приховувати NSFW медіа"
force:"Приховувати всі медіа файли"
_instanceTicker:
none:"Не відображати"
remote:"Відображати для віддалених користувачів"
@@ -1230,11 +1239,6 @@ _wordMute:
muteWords:"Заглушені слова"
muteWordsDescription:"Розділення ключових слів пробілами для \"І\" або з нової лінійки для \"АБО\""
muteWordsDescription2:"Для використання RegEx, ключові слова потрібно вписати поміж слешів \"/\"."
softDescription:"Приховати записи які відповідають критеріям зі стрічки подій."
hardDescription:"Приховати записи які відповідають критеріям зі стрічки подій. Також приховані записи не будуть додані до стрічки подій навіть якщо критерії буде змінено."
soft:"М'яко"
hard:"Жорстко"
mutedNotes:"Заблоковані нотатки"
_instanceMute:
instanceMuteDescription2:"Розділяйте новими рядками"
title:"Приховує нотатки з перелічених інстансів."
@@ -1292,9 +1296,6 @@ _theme:
infoFg:"Текст інформації"
infoWarnBg:"Фон попередження"
infoWarnFg:"Текст попередження"
cwBg:"Фон чутливого змісту"
cwFg:"Текст чутливого змісту"
cwHoverBg:"Фон чутливого змісту (при наведенні)"
toastBg:"Фон повідомлення"
toastFg:"Текст повідомлення"
buttonBg:"Фон кнопки"
@@ -1312,8 +1313,6 @@ _sfx:
note:"Нотатки"
noteMy:"Мої нотатки"
notification:"Сповіщення"
chat:"Чати"
chatBg:"Чати (фон)"
antenna:"Прийом антени"
channel:"Повідомлення каналу"
_ago:
@@ -1336,7 +1335,6 @@ _2fa:
alreadyRegistered:"Двофакторна автентифікація вже налаштована."
step1:"Спершу встановіть на свій пристрій програму автентифікації (наприклад {a} або {b})."
step2:"Потім відскануйте QR-код, який відображається на цьому екрані."
step2Url:"Ви також можете ввести цю URL-адресу, якщо використовуєте програму для ПК:"
step4:"Відтепер будь-які майбутні спроби входу вимагатимуть такого токена."
renewTOTPCancel:"Не зараз"
@@ -1473,6 +1471,7 @@ _profile:
changeBanner:"Змінити банер"
_exportOrImport:
allNotes:"Всі нотатки"
clips:"Добірка"
followingList:"Підписки"
muteList:"Ігнорувати"
blockingList:"Заблокувати"
@@ -1618,3 +1617,9 @@ _deck:
_webhookSettings:
name:"Ім'я"
active:"Увімкнено"
_moderationLogTypes:
suspend:"Призупинити"
resetPassword:"Скинути пароль"
_reversi:
total:"Всього"
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.