* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Italian)
* feat(frontend): Add a link to profile to banner and avatar
Increase the area of links to click easily.
* chore(frontend): Change the link of notes count
Move to the notes tab for better userbility.
* feat(frontend): Add links to notes, followers and following
For easy transition to the shown information.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* style(frontend): Fix the linter error
Remove the duplicated space.
* refactor(frontend): Don't surround the banners with links
It may conflict with the follow buttons.
* docs(changelog): Move the changes to the latest version
This feature is not merged and will be released in the latest version.
Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com>
---------
Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): attempt to fix test
* fix
* Revert "fix(backend): attempt to fix test"
This reverts commit 67dff577c9.
* attempt to fix test
* Revert "fix"
This reverts commit cec3d2f5c6.
* fix
This workflow triggers a comment reply when an issue comment with '/request-release-review' is created, providing guidance for the release review process.
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Turkish)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Turkish)
* chore(locales): Add "setManually" and "_time.month"
Add Japanese locales to auto-generate other languages.
* feat(frontend): Add text fields to set lockdown duration manually
Choose from presets or set it manually.
* refactor(frontend): Make objects contains option's values and labels
When adding a new option, it needed to write two times.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* refactor(frontend): Manage state by MkSelect
The functions only initialize the values.
* refactor(frontend): Make the custom input as writable computed
Clean up the MkInput components.
* chore(locales): Switch to "custom"
A single word is better than sentence on this situation.
* refactor(frontend): Insert the custom button to presets
Users don't need to click multiple times to use prests.
* feat: preserve number of pages referencing the note
* chore: delete pages on account delete
* fix: notes on the pages are removed by CleanRemoteNotes
* test: add the simplest test for page embedded notes
* fix: section block is not considered
* fix: section block is not considered in migration
* chore: remove comments from columns
* revert unnecessary change
* add pageCount to webhook test
* fix type error on backend
* replace URL path for inlined SearchMarkers
The search index looks like:
```ts
[
{
id: 'foo', label: 'security',
path: '/settings/security', inlining: ['2fa'],
},
{
id: '2fa',
label: 'two-factor auth',
path: '/settings/2fa', // guessed wrong by the index generation
},
{
id: 'aaaa',
parentId: '2fa',
label: 'totp',
},
…
]
```
This file post-processes that index and re-parents the inlined
sections. Problem was, it left the (wrong) `path` untouched.
Replacing the `path` makes the search work fine.
* Update Changelog
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
* chore: apply several @Index and @ManyToOne to match actual migration code
* chore: several decorator updates with typeorm bug workaround with patches
* feat: add final cleanup migration
* dev: add .editorconfig settings for generated migrations
* chore: update dockerfile to build package with patches
* chore: update federation test compose to include patches
* chore: revert few dependency update
* chore: don't check disableRegistration on test env
* test: add test for checking migration script
* chore: set proxyRemoteFiles true in test config
* chore: enter invitation code in signup test
* fix: register send button is not disabled when invitationCode is not input
* chore: make NO ACTION on channel/reply/renote removal
* chore(docs): add description to show a possibility of reply null with replyId non-null
* fix: packing NoteDraft fails when reply / renote is removed
* feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
* feat(backend): Add display name to email
Make it clear who sent emails.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
Replaces separate 'effect' and 'crop' features with a unified 'imageEditing' feature in the uploader. Groups crop and effect actions under a new parent 'editImage' menu item, adds localization for 'editImage', and updates supported types accordingly.
Replaces the UploaderDialogFeatures type with UploaderFeatures in the select function and SelectFileOptions type to ensure consistency and correct type usage.
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Spanish)
* chore: change 3rd parameter of generateMutedUserQueryForNotes to options
* chore: allow specifying note column for note/block query
* chore: check for mute / block for renote of note with DB query
* chore: check for mute / block for renote of note with FTT
* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる
* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正
* fix missing default parameter
* Update is-user-related.ts
* test: add tests for mutes
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend): correct invalid schema format specifying only `required` for `anyOf`
* refactor(backend): make types derived from `allOf` or `anyOf` more strong
* fix rate limit check never ends
* fix: long term / short term limitがないときでもそれぞれ用のnew Limiterとlimiter.getが呼ばれる問題
* refactor: wrap ratelimiter with promise
* refactor: reimplement max/min with async
* refactor: reimplement limit with async
* refactor: do not check long term limit inside min
* refactor: check if there is rate limit inside min/max function
* refactor: remove unnecessary return in min/max function
* refactor: remove unnecessary max/min function
* refactor: return rate limit instead of throwing an object
* fix: レートリミットのfactorが二回適用されて二乗の効果がある問題を修正
* fix lint error
---------
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* chore: add ExportedAntenna type
* chore: use ExportedAntenna on export and fix schema
* fix: excludeNotesInSensitiveChannel is not included
* chore: revert unnecessary changes
* chore: add doc for future developer
* docs: update changelog
* chore(deps): update node.js to v22.15.0
* chore: determine Jest args from Node.js version
* fix
* fix: `import.meta.dirname` is not supported in v20.10.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
none of our endpoints will ever contain `..` (they might, maybe, at
some point, contain `.`, as in `something/get.html`?), so every
`Mk:api()` call to an endpoint that contains `..` can't work: let's
reject it outright
Co-authored-by: dakkar <dakkar@thenautilus.net>
* SP-2025-03.1 always wrap icon&thumbnail URLs
if they're not HTTP URLs, the frontend won't be able to display them
anyway (`<img src="mailto:…">` or '<div stile="background-image:
url(nntp:…)">` aren't going to work!), so let's always run them through the
media proxy, which will fail harder (fetching a `javascript:` URL
won't do anything in the backend, might do something in the frontend)
and will always protect the client's address in cases like `gemini:`
where the browser could try to fetch
* SP-2025-03.2 use object binding for more styles
interpolating a random (remote-controlled!) string into a `style`
attribute is a bad idea; using VueJS object binding, we should get
proper quoting and therefore safe parse failures instead of CSS
injections / XSS
* SP-2025-03.3 slightly more robust "self" URL handling
parse URLs instead of treating them as strings; this is still not
perfect, but the `URL` class only handles full URLs, not relative
ones, so there's so way to ask it "give me a URL object that
represents this resource relative to this base URL"
notice that passing very weird URLs to `MkUrl` and `MkUrlPreview` will
break the frontend (in dev mode) because there's an untrapped `new
URL(…)` that may explode; production builds seem to safely ignore the
error, though
---------
Co-authored-by: dakkar <dakkar@thenautilus.net>
* Exclude blocked instance note from most timelines
* Exclude blocked instance note from FTT timelines
* Exclude blocked instance note from featured
* fix type
* fix(ci): correct invalid condition for skipping Chromatic build
* fix: change to be triggered when frontend `package.json` is edited instead of lockfile
* chore: disable automatic rebase of frontend Renovate PRs
* enhance(backend): use composite index for ordering notes by user
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fixup! enhance(backend): use composite index for ordering notes by user
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* refactor: flatten search index
* chore: use Function() to simplify parsing attribute
* chore: remove comment handling
* chore: simplify processing SearchLabel and SearchKeyword element
* chore: use SearchLabel in mutedUsers
* chore: small improvements
* chore: remove a fallback path and simplify the entire code
* fix: result path is not correct
* chore: inline function
* fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題
* refactor: 通知の取得処理を Notification Service に移動
* feat: add function to parse additional part of id
* fix: 通知のページネーションが正しく動かない問題
Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。
* pnpm run build-misskey-js-with-types
* chore: XADDをretryするように
* fix: notifications-groupedでxrevrangeしているのを消し忘れていた
* enhance(frontend): include server hostname and port in 2fa recovery code filename
* chore(frontend): fix mistake(use `@` for indicate server hostname)
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* add condition to disable post button when CW text is empty
* standardize condition by using 1<= inserted of 0<
* unify CW text length condition to improve readability
* add missing CW state check
* fix state check, add empty/null check, improve max length validation
* simplify CW validation by removing minimum length check
* Update CHANGELOG
* remove CW text validation in post()
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(backend/object-storage): disable data integrity protections (MisskeyIO#895)
Cloudflare R2 does not support 'x-amz-checksum-*'
* Update Changelog
---------
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly.
[GHSA-6w2c-vf6f-xf26](https://github.com/misskey-dev/misskey/security/advisories/GHSA-6w2c-vf6f-xf26)
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Enhance: Add configuration option to disable all external redirects when responding to an ActivityPub lookup (config.disallowExternalApRedirect)
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fixup! fix(backend): Fix an issue where the origin of ActivityPub lookup response was not validated correctly.
* docs & one edge case
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* apply suggestions
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* remove stale frontend reference to _responseInvalidIdHostNotMatch
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* apply suggestions
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* fix: disallow corepack from fetching latest manager version instead use specified version in package.json
* Update Changelog
* fix?
* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows
* Revert "apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows"
This reverts commit 67f0dc31ad.
* apply COREPACK_DEFAULT_TO_LATEST: 0 to every github workflows (re)
* fix
* fix?
* revert: removing corepack enable
* test: set COREPACK_DEFAULT_TO_LATEST for federation tests
---------
Co-authored-by: Marie <github@yuugi.dev>
Co-authored-by: anatawa12 <anatawa12@icloud.com>
An error occurred while comparing backend memory usage. See [workflow logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.
@@ -258,6 +258,12 @@ Misskey uses Vue(v3) as its front-end framework.
- **When creating a new component, please use the Composition API (with [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref sugar](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.**
- Some of the existing components are implemented in the Options API, but it is an old implementation. Refactors that migrate those components to the Composition API are also welcome.
<img src="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>
@@ -7,6 +7,11 @@ bug report to the GitHub repository.
Thanks for helping make Misskey safe for everyone.
> [!note]
> CNA [requires](https://www.cve.org/ResourcesSupport/AllResources/CNARules#section_5-2_Description) that CVEs include a description in English for inclusion in the CVE Catalog.
>
> When creating a security advisory, all content must be written in English (it is acceptable to include a non-English description along with the English one).
## When create a patch
If you can also create a patch to fix the vulnerability, please create a PR on the private fork.
noteDeleteConfirm:"আপনি কি নোট ডিলিট করার ব্যাপারে নিশ্চিত?"
pinLimitExceeded:"আপনি আর কোন নোট পিন করতে পারবেন না"
intro:"Misskey এর ইন্সটলেশন সম্পন্ন হয়েছে!দয়া করে অ্যাডমিন ইউজার তৈরি করুন।"
done:"সম্পন্ন"
processing:"প্রক্রিয়াধীন..."
preview:"পূর্বরূপ দেখুন"
@@ -252,7 +251,6 @@ removeAreYouSure: "আপনি কি \"{x}\" সরানোর ব্যা
deleteAreYouSure:"আপনি কি \"{x}\" সরানোর ব্যাপারে নিশ্চিত?"
resetAreYouSure:"রিসেট করার ব্যাপারে নিশ্চিত?"
saved:"সংরক্ষিত হয়েছে"
messaging:"চ্যাট"
upload:"আপলোড"
keepOriginalUploading:"আসল ছবি রাখুন"
keepOriginalUploadingDescription:"ছবিটি আপলোড করার সময় আসল সংস্করণটি রাখুন। অপশনটি বন্ধ থাকলে, আপলোডের সময় ওয়েব প্রকাশনার জন্য ছবি ব্রাউজারে তৈরি করা হবে।"
@@ -265,7 +263,6 @@ uploadFromUrlMayTakeTime: "URL হতে আপলোড হতে কিছু
explore:"ঘুরে দেখুন"
messageRead:"পড়া"
noMoreHistory:"আর কোন ইতিহাস নেই"
startMessaging:"চ্যাট শুরু করুন"
nUsersRead:"{n} জন পড়েছেন"
agreeTo:"{0} এর প্রতি আমি সম্মত"
start:"শুরু করুন"
@@ -427,8 +424,6 @@ retype: "পুনঃ প্রবেশ"
noteOf:"{user} এর নোট"
quoteAttached:"উদ্ধৃত"
quoteQuestion:"উদ্ধৃতি হিসাবে সংযুক্ত করবেন?"
noMessagesYet:"কোন মেসেজ নেই"
newMessageExists:"নতুন মেসেজ পেয়েছেন"
onlyOneFileCanBeAttached:"আপনি মেসেজের সাথে সর্বোচ্চ একটি ফাইল যুক্ত করতে পারবেন"
introMisskey:"Vítejte! Misskey je otevřený a decentralizovaný microblogový servis.\n\"Poznámkami\" můžete sdílet co se zrovna děje se všemi ve Vašem okolí. 📡\nPomocí \"reakcí\" můžete sdílet své názory a pocity na ostatní poznámky. 👍\nPojďte objevovat nový svět! 🚀"
introMisskey:"Vítejte! Misskey je otevřená a decentralizovaná microblogovací služba.\n\"Poznámkami\" můžete sdílet co se zrovna děje se všemi ve Vašem okolí. 📡\nPomocí \"reakcí\" můžete sdílet své názory a pocity na ostatní poznámky. 👍\nPojďte objevovat nový svět! 🚀"
poweredByMisskeyDescription:"{name} je jeden ze serverů využívající open source platformu <b>Misskey<b> (nazývaná \"Misskey instance\")."
monthAndDay:"{day}. {month}."
search:"Vyhledávání"
reset:"Obnovit"
notifications:"Oznámení"
username:"Uživatelské jméno"
password:"Heslo"
initialPasswordForSetup:"Počáteční heslo pro nastavení"
initialPasswordIsIncorrect:"Počáteční heslo pro nastavení je nesprávné"
initialPasswordForSetupDescription:"Použijte heslo, které jste nastavili v konfiguračním souboru, pokud jste Misskey instalovali ručně.\nPokud užíváte Misskey hostovací službu, použijte poskytnuté heslo.\nPokud jste heslo nenastavovali, zanechte prázdné."
forgotPassword:"Zapomenuté heslo"
fetchingAsApObject:"Načítám data z Fediversu..."
ok:"Potvrdit"
@@ -15,7 +19,7 @@ gotIt: "Rozumím!"
cancel:"Zrušit"
noThankYou:"Ne děkuji"
enterUsername:"Zadej uživatelské jméno"
renotedBy:"{user} přeposla/a"
renotedBy:"{user} přeposlal*a"
noNotes:"Žádné poznámky"
noNotifications:"Žádná oznámení"
instance:"Instance"
@@ -45,6 +49,8 @@ pin: "Připnout"
unpin:"Odepnout"
copyContent:"Zkopírovat obsah"
copyLink:"Kopírovat odkaz"
copyRemoteLink:"Zkoprírovat vzdálený odkaz"
copyLinkRenote:"Zkopírovat odkaz renotu"
delete:"Smazat"
deleteAndEdit:"Smazat a upravit"
deleteAndEditConfirm:"Jste si jistí že chcete smazat tuto poznámku a editovat ji? Ztratíte tím všechny reakce, sdílení a odpovědi na ni."
@@ -59,6 +65,7 @@ copyFileId: "Kopírovat ID souboru"
keepOriginalUploadingDescription:"Conserve la version originale lors du téléchargement d'images. S'il est désactivé, le navigateur génère l'image pour la publication web lors du téléchargement."
@@ -290,7 +288,6 @@ uploadFromUrlMayTakeTime: "Le téléversement de votre fichier peut prendre un c
explore:"Découvrir"
messageRead:"Lu"
noMoreHistory:"Il n’y a plus d’historique"
startMessaging:"Commencer à discuter"
nUsersRead:"Lu par {n} personnes"
agreeTo:"J’accepte {0}"
agree:"Accepter"
@@ -477,8 +474,6 @@ retype: "Confirmation"
noteOf:"Notes de {user}"
quoteAttached:"Avec citation"
quoteQuestion:"Souhaitez-vous ajouter une citation ?"
noMessagesYet:"Pas encore de discussion"
newMessageExists:"Vous avez un nouveau message"
onlyOneFileCanBeAttached:"Vous ne pouvez joindre qu’un seul fichier au message"
signinRequired:"Veuillez vous connecter"
invitations:"Invitations"
@@ -764,7 +759,6 @@ thisIsExperimentalFeature: "Ceci est une fonctionnalité expérimentale. Il y a
developer:"Développeur"
makeExplorable:"Rendre le compte visible sur la page \"Découvrir\"."
makeExplorableDescription:"Si vous désactivez cette option, votre compte n'apparaîtra pas sur la page \"Découvrir\"."
showGapBetweenNotesInTimeline:"Afficher un écart entre les notes sur la Timeline"
duplicate:"Duliquer"
left:"Gauche"
center:"Centrer"
@@ -1213,9 +1207,7 @@ showAvatarDecorations: "Afficher les décorations d'avatar"
releaseToRefresh:"Relâcher pour rafraîchir"
refreshing:"Rafraîchissement..."
pullDownToRefresh:"Tirer vers le bas pour rafraîchir"
disableStreamingTimeline:"Désactiver les mises à jour en temps réel de la ligne du temps"
useGroupedNotifications:"Grouper les notifications"
signupPendingError:"Un problème est survenu lors de la vérification de votre adresse e-mail. Le lien a peut-être expiré."
cwNotationRequired:"Si « Masquer le contenu » est activé, une description doit être fournie."
doReaction:"Réagir"
code:"Code"
@@ -1277,6 +1269,26 @@ prohibitedWordsForNameOfUser: "Mots interdits pour les noms d'utilisateur·rices
lockdown:"Verrouiller"
pleaseSelectAccount:"Sélectionner un compte"
availableRoles:"Rôles disponibles"
postForm:"Formulaire de publication"
information:"Informations"
inMinutes:"min"
inDays:"j"
widgets:"Widgets"
presets:"Préréglage"
_imageEditing:
_vars:
filename:"Nom du fichier"
_imageFrameEditor:
header:"Entête"
font:"Police de caractères"
fontSerif:"Serif"
fontSansSerif:"Sans Serif"
_chat:
invitations:"Inviter"
noHistory:"Pas d'historique"
members:"Membres"
home:"Principal"
send:"Envoyer"
_abuseUserReport:
forward:"Transférer"
forwardDescription:"Transférer le signalement vers une instance distante en tant qu'anonyme."
@@ -1812,7 +1824,6 @@ _theme:
header:"Entête"
navBg:"Fond de la barre latérale"
navFg:"Texte de la barre latérale"
navHoverFg:"Texte de la barre latérale (survolé)"
navActive:"Texte de la barre latérale (actif)"
navIndicator:"Indicateur de barre latérale"
link:"Lien"
@@ -1834,12 +1845,8 @@ _theme:
buttonBg:"Arrière-plan du bouton"
buttonHoverBg:"Arrière-plan du bouton (survolé)"
inputBorder:"Cadre de la zone de texte"
driveFolderBg:"Arrière-plan du dossier de disque"
wallpaperOverlay:"Superposition de fond d'écran"
badge:"Badge"
messageBg:"Arrière plan de la discussion"
accentDarken:"Plus sombre"
accentLighten:"Plus clair"
fgHighlighted:"Texte mis en évidence"
_sfx:
note:"Nouvelle note"
@@ -1949,6 +1956,7 @@ _permissions:
"write:admin:unsuspend-user": "Lever la suspension d'un utilisateur"
"write:admin:meta": "Gérer les métadonnées de l'instance"
"write:admin:roles": "Gérer les rôles"
"write:chat": "Gérer les discussions"
_auth:
shareAccess:"Autoriser \"{name}\" à accéder à votre compte ?"
shareAccessAsk:"Voulez-vous vraiment autoriser cette application à accéder à votre compte?"
@@ -2038,6 +2046,9 @@ _postForm:
replyPlaceholder:"Répondre à cette note ..."
quotePlaceholder:"Citez cette note ..."
channelPlaceholder:"Publier au canal…"
_howToUse:
visibility_title:"Visibilité"
menu_title:"Menu"
_placeholders:
a:"Quoi de neuf ?"
b:"Il s'est passé quelque chose ?"
@@ -2118,9 +2129,6 @@ _pages:
newPage:"Créer une page"
editPage:"Modifier une page"
readPage:"Affichage de la source en cours"
created:"La page a été créée !"
updated:"La page a été mise à jour !"
deleted:"La page a été supprimée"
pageSetting:"Paramètres de la Page"
nameAlreadyExists:"L'URL de page spécifiée existe déjà"
invalidNameTitle:"L'URL de page spécifiée n’est pas valide"
checkVendorBeforeInstall:"Veuillez confirmer que le distributeur est fiable avant l'installation."
_plugin:
title:"Voulez-vous installer cette extension ?"
metaTitle:"Informations sur l'extension"
_theme:
title:"Voulez-vous installer ce thème ?"
metaTitle:"Informations sur le thème"
_meta:
base:"Palette de couleurs de base"
_vendorInfo:
@@ -2340,9 +2346,6 @@ _dataSaver:
_avatar:
title:"Animation d'avatars"
description:"Arrête l'animation d'avatars. Comme les images animées peuvent être plus volumineuses que les images normales, cela permet de réduire davantage le trafic de données."
_urlPreview:
title:"Vignettes d'aperçu des URL"
description:"Les vignettes d'aperçu des URL ne seront plus chargées."
_code:
title:"Mise en évidence du code"
description:"Si la notation de mise en évidence du code est utilisée, par exemple dans la MFM, elle ne sera pas chargée tant qu'elle n'aura pas été tapée. La mise en évidence du code nécessite le chargement du fichier de définition de chaque langue à mettre en évidence, mais comme ces fichiers ne sont plus chargés automatiquement, on peut s'attendre à une réduction du trafic de données."
@@ -2367,3 +2370,29 @@ _embedCodeGen:
_remoteLookupErrors:
_noSuchObject:
title:"Non trouvé"
_search:
searchScopeAll:"Tous"
searchScopeLocal:"Local"
searchScopeUser:"Spécifier l'utilisateur·rice"
_watermarkEditor:
driveFileTypeWarn:"Ce fichier n'est pas pris en charge"
@@ -5,9 +5,13 @@ introMisskey: "Selamat datang! Misskey adalah perangkat mikroblog tercatu bersif
poweredByMisskeyDescription:"{name} adalah sebuah layanan (instance) yang menggunakan platform sumber terbuka <b>Misskey</b>."
monthAndDay:"{day} {month}"
search:"Penelusuran"
reset:"Reset"
notifications:"Notifikasi"
username:"Nama Pengguna"
password:"Kata sandi"
initialPasswordForSetup:"Kata sandi untuk memulai konfigurasi awal"
initialPasswordIsIncorrect:"Kata sandi untuk memulai konfigurasi awal salah."
initialPasswordForSetupDescription:"Jika Anda menginstal Misskey sendiri, gunakan kata sandi yang Anda masukkan di berkas konfigurasi.\nJika Anda menggunakan layanan hosting Misskey, gunakan kata sandi yang diberikan.\nJika Anda belum mengatur kata sandi, biarkan kosong dan lanjutkan."
forgotPassword:"Lupa Kata Sandi"
fetchingAsApObject:"Mengambil data dari Fediverse..."
blockedInstancesDescription:"Daftar nama host dari instansi yang diperlukan untuk diblokir. Instansi yang didaftarkan tidak akan dapat berkomunikasi dengan instansi ini."
silencedInstances:"Instansi yang disenyapkan"
silencedInstancesDescription:"Daftar nama host dari instansi yang ingin kamu senyapkan. Semua akun dari instansi yang terdaftar akan diperlakukan sebagai disenyapkan. Hal ini membuat akun hanya dapat membuat permintaan mengikuti, dan tidak dapat menyebutkan akun lokal apabila tidak mengikuti. Hal ini tidak akan mempengaruhi instansi yang diblokir."
mediaSilencedInstances:"Server dengan media dibisukan"
mediaSilencedInstancesDescription:"Masukkan host server yang medianya ingin Anda bisukan, pisahkan dengan baris baru. Semua berkas dari akun di server ini akan dianggap sebagai sensitif dan emoji kustom tidak akan tersedia. Ini tidak akan membengaruhi server yang diblokir."
federationAllowedHosts:"Server yang membolehkan federasi"
muteAndBlock:"Bisukan / Blokir"
mutedUsers:"Pengguna yang dibisukan"
@@ -241,7 +250,6 @@ noUsers: "Tidak ada pengguna"
editProfile:"Sunting profil"
noteDeleteConfirm:"Apakah kamu yakin ingin menghapus catatan ini?"
pinLimitExceeded:"Kamu tidak dapat menyematkan catatan lagi"
intro:"Instalasi Misskey telah selesai! Mohon untuk membuat pengguna admin."
done:"Selesai"
processing:"Memproses"
preview:"Pratinjau"
@@ -280,7 +288,6 @@ deleteAreYouSure: "Apakah kamu yakin ingin menghapus \"{x}\"?"
resetAreYouSure:"Yakin mau atur ulang?"
areYouSure:"Apakah kamu yakin?"
saved:"Telah disimpan"
messaging:"Pesan"
upload:"Unggah"
keepOriginalUploading:"Simpan gambar asli"
keepOriginalUploadingDescription:"Simpan gambar yang diunggah sebagaimana gambar aslinya. Bila dimatikan, versi tampilan web akan dihasilkan pada saat diunggah."
@@ -293,7 +300,7 @@ uploadFromUrlMayTakeTime: "Membutuhkan beberapa waktu hingga pengunggahan selesa
permissionDeniedErrorDescription:"Akun ini tidak memiliki izin untuk melakukan aksi ini."
preset:"Prasetel"
selectFromPresets:"Pilih dari prasetel"
custom:"Penyesuaian"
achievements:"Pencapaian"
gotInvalidResponseError:"Respon peladen tidak valid"
gotInvalidResponseErrorDescription:"Peladen tidak dapat dijangkau atau sedang dalam perawatan. Mohon coba lagi nanti."
@@ -1046,7 +1053,7 @@ disableFederationConfirmWarn: "Mematikan federasi tidak membuat kiriman menjadi
disableFederationOk:"Matikan federasi"
invitationRequiredToRegister:"Instansi ini dalam mode undangan-saja. Kamu harus memasukkan kode undangan yang valid untuk mendaftar."
emailNotSupported:"Instansi ini tidak mendukung mengirim surel"
postToTheChannel:"Catat ke kanal"
postToTheChannel:"Buat Catatan ke Kanal"
cannotBeChangedLater:"Hal ini nantinya tidak dapat diubah lagi."
reactionAcceptance:"Penerimaan reaksi"
likeOnly:"Hanya suka"
@@ -1109,6 +1116,7 @@ preservedUsernamesDescription: "Daftar nama pengguna yang dicadangkan dipisah de
createNoteFromTheFile:"Buat catatan dari berkas ini"
archive:"Arsipkan"
archived:"Diarsipkan"
unarchive:"Batalkan pengarsipan"
channelArchiveConfirmTitle:"Yakin untuk mengarsipkan {name}?"
channelArchiveConfirmDescription:"Kanal yang diarsipkan tidak akan muncul pada daftar kanal atau hasil pencarian. Postingan baru juga tidak dapat ditambahkan lagi."
checkVendorBeforeInstall:"Pastikan sumber dari sumber daya ini terpercaya sebelum melakukan pemasangan."
_plugin:
title:"Apakah kamu ingin memasang plugin ini?"
metaTitle:"Informasi plugin"
_theme:
title:"Apakah kamu ingin memasang tema ini?"
metaTitle:"Informasi tema"
_meta:
base:"Skema warna dasar"
_vendorInfo:
@@ -2535,9 +2583,6 @@ _dataSaver:
_avatar:
title:"Gambar avatar"
description:"Hentikan animasi gambar avatar. Gambar animasi dapat berukuran lebih besar dari gambar biasa, berpotensi pada pengurangan lalu lintas data lebih jauh."
_urlPreview:
title:"Gambar kecil URL pratinjau"
description:"Gambar kecil URL pratinjau tidak akan dimuat lagi."
_code:
title:"Penyorotan kode"
description:"Jika notasi penyorotan kode digunakan di MFM, dll. Fungsi tersebut tidak akan dimuat apabila tidak diketuk. Penyorotan sintaks membutuhkan pengunduhan berkas definisi penyorotan untuk setiap bahasa pemrograman. Oleh sebab itu, menonaktifkan pemuatan otomatis dari berkas ini dilakukan untuk mengurangi jumlah komunikasi data."
@@ -5,6 +5,7 @@ introMisskey: "Welkom! Misskey is een open source, gedecentraliseerde microblogd
poweredByMisskeyDescription:"{name} is één van de services die door het open source platform <b>Misskey</b> wordt geleverd (het wordt ook wel een \"Misskey server genmoemd\")."
monthAndDay:"{day} {month}"
search:"Zoeken"
reset:"Herstellen"
notifications:"Meldingen"
username:"Gebruikersnaam"
password:"Wachtwoord"
@@ -48,6 +49,7 @@ pin: "Vastmaken aan profielpagina"
unpin:"Losmaken van profielpagina"
copyContent:"Kopiëren inhoud"
copyLink:"Kopiëren link"
copyRemoteLink:"Remote-link kopiëren"
copyLinkRenote:""
delete:"Verwijderen"
deleteAndEdit:"Verwijderen en bewerken"
@@ -63,6 +65,7 @@ copyFileId: "Kopieer veld ID"
copyFolderId:"Kopieer folder ID"
copyProfileUrl:"Kopieer profiel URL"
searchUser:"Zoeken een gebruiker"
searchThisUsersNotes:"Notities van deze gebruiker doorzoeken"
reply:"Antwoord"
loadMore:"Laad meer"
showMore:"Toon meer"
@@ -115,6 +118,8 @@ renotedToX: "Renoted naar {name}"
cantRenote:"Dit bericht kan niet worden herdeeld"
cantReRenote:"Een herdeling kan niet worden herdeeld"
quote:"Quote"
inChannelRenote:"Alleen-kanaal Renote"
inChannelQuote:"Alleen-kanaal Citaat"
renoteToChannel:"Renote naar kanaal"
renoteToOtherChannel:"Renote naar ander kanaal"
pinnedNote:"Vastgemaakte notitie"
@@ -129,14 +134,19 @@ emojiPicker: "Emoji kiezer"
pinnedEmojisForReactionSettingDescription:"Kies de emojis die als eerste getoond worden tijdens het reageren"
pinnedEmojisSettingDescription:"Kies de emojis die als eerste getoond worden tijdens het reageren"
emojiPickerDisplay:"Emoji kiezer weergave"
overwriteFromPinnedEmojisForReaction:"Overschrijven met reactieinstellingen"
overwriteFromPinnedEmojis:"Overschrijven met algemene instellingen"
reactionSettingDescription2:"Sleep om opnieuw te ordenen, Klik om te verwijderen, Druk op \"+\" om toe te voegen"
rememberNoteVisibility:"Vergeet niet de notitie zichtbaarheidsinstellingen"
attachCancel:"Verwijder bijlage"
deleteFile:"Bestand verwijderen"
markAsSensitive:"Markeren als NSFW"
unmarkAsSensitive:"Geen NSFW"
enterFileName:"Invoeren bestandsnaam"
mute:"Dempen"
unmute:"Stop dempen"
renoteMute:"Renotes dempen"
renoteUnmute:"Dempen Renotes opheffen"
block:"Blokkeren"
unblock:"Deblokkeren"
suspend:"Opschorten"
@@ -146,7 +156,11 @@ unblockConfirm: "Ben je zeker dat je deze account wil blokkeren?"
suspendConfirm:"Ben je zeker dat je deze account wil suspenderen?"
unsuspendConfirm:"Ben je zeker dat je deze account wil opnieuw aanstellen?"
selectList:"Kies een lijst."
editList:"Lijst bewerken"
selectChannel:"Kanaal selecteren"
selectAntenna:"Kies een antenne"
editAntenna:"Antenne bewerken"
createAntenna:"Antenne aanmaken"
selectWidget:"Kies een widget"
editWidgets:"Bewerk widgets"
editWidgetsExit:"Klaar"
@@ -158,6 +172,10 @@ emojiUrl: "URL emoji"
addEmoji:"Toevoegen emoji"
settingGuide:"Aanbevolen instellingen"
cacheRemoteFiles:"Externe bestanden cachen"
cacheRemoteFilesDescription:"Als deze instelling uitgeschakeld is worden bestanden altijd direct van remote servers geladen. Hiermee wordt opslagruimte bespaard, maar doordat er geen thumbnails worden gegenereerd, zal netwerkverkeer toenemen."
youCanCleanRemoteFilesCache:"Klik op de 🗑️ knop in de bestandsbeheerweergave om de cache te wissen."
cacheRemoteSensitiveFiles:"Gevoelige bestanden van externe instances in de cache bewaren"
cacheRemoteSensitiveFilesDescription:"Als deze instelling is uitgeschakeld, worden gevoelige bestanden op afstand direct vanuit de instantie op afstand geladen zonder caching."
flagAsBot:"Markeer dit account als een robot."
flagAsBotDescription:"Als dit account van een programma wordt beheerd, zet deze vlag aan. Het aanzetten helpt andere ontwikkelaars om bijvoorbeeld onbedoelde feedback loops te doorbreken of om Misskey meer geschikt te maken."
flagAsCat:"Markeer dit account als een kat."
@@ -166,8 +184,13 @@ flagShowTimelineReplies: "Toon antwoorden op de tijdlijn."
flagShowTimelineRepliesDescription:"Als je dit vlag aanzet, toont de tijdlijn ook antwoorden op andere en niet alleen jouw eigen notities."
autoAcceptFollowed:"Accepteer verzoeken om jezelf te volgen vanzelf als je de verzoeker al volgt."
addAccount:"Account toevoegen"
reloadAccountsList:"Accountlijst opnieuw laden"
loginFailed:"Aanmelding mislukt."
showOnRemote:"Toon op de externe instantie."
continueOnRemote:"Verder op remote server"
chooseServerOnMisskeyHub:"Kies een server van de Misskey Hub"
specifyServerHost:"Serverhost uitkiezen"
inputHostName:"Domein invullen"
general:"Algemeen"
wallpaper:"Achtergrond"
setWallpaper:"Achtergrond instellen"
@@ -178,6 +201,7 @@ followConfirm: "Weet je zeker dat je {name} wilt volgen?"
proxyAccount:"Proxy account"
proxyAccountDescription:"Een proxy-account is een account dat onder bepaalde voorwaarden fungeert als externe volger voor gebruikers. Als een gebruiker bijvoorbeeld een externe gebruiker aan de lijst toevoegt, wordt de activiteit van de externe gebruiker niet aan de server geleverd als geen lokale gebruiker die gebruiker volgt, dus het proxy-account volgt in plaats daarvan."
host:"Server"
selectSelf:"Mezelf kiezen"
selectUser:"Kies een gebruiker"
recipient:"Ontvanger"
annotation:"Reacties"
@@ -192,6 +216,8 @@ perHour: "Per uur"
perDay:"Per dag"
stopActivityDelivery:"Stop met versturen activiteiten"
blockThisInstance:"Blokkeer deze server"
silenceThisInstance:"Instantie dempen"
mediaSilenceThisInstance:"Media van deze server dempen"
clearCachedFilesConfirm:"Weet je zeker dat je alle externe bestanden in de cache wilt verwijderen?"
blockedInstances:"Geblokkeerde servers"
blockedInstancesDescription:"Maak een lijst van de servers die moeten worden geblokkeerd, gescheiden door regeleinden. Geblokkeerde servers kunnen niet meer communiceren met deze server."
silencedInstances:"Gedempte instanties"
silencedInstancesDescription:"Geef de hostnamen van de servers die je wil dempen op, elk op hun eigen regel. Alle accounts die bij de opgegeven servers horen worden als gedempt behandeld, kunnen alleen maar volgverzoeken maken, en kunnen lokale accounts niet vermelden als ze niet gevolgd worden. Geblokkeerde servers worden hier niet door beïnvloed."
mediaSilencedInstances:"Media-gedempte servers"
mediaSilencedInstancesDescription:"Geef de hostnamen van de servers die je wil media-dempen op, elk op hun eigen regel. Alle accounts die bij de opgegeven servers horen worden als gedempt behandeld, en kunnen geen eigen emojis gebruiken. Geblokkeerde servers worden hier niet door beïnvloed."
federationAllowedHosts:"Servers die mogen federeren "
federationAllowedHostsDescription:"Geef de hostnamen van de servers die mogen federeren op, elk op hun eigen regel."
muteAndBlock:"Gedempt en geblokkeerd"
mutedUsers:"Gedempte gebruikers"
blockedUsers:"Geblokkeerde gebruikers"
@@ -218,7 +250,6 @@ noUsers: "Er zijn geen gebruikers."
editProfile:"Bewerk Profiel"
noteDeleteConfirm:"Ben je zeker dat je dit bericht wil verwijderen?"
pinLimitExceeded:"Je kunt geen berichten meer vastprikken"
intro:"Installatie van Misskey geëindigd! Maak nu een beheerder aan."
removeAreYouSure:"Weet je zeker dat je \"{x}\" wil verwijderen?"
deleteAreYouSure:"Weet je zeker dat je \"{x}\" wil verwijderen?"
resetAreYouSure:"Resetten?"
areYouSure:"Weet je het zeker?"
saved:"Opgeslagen"
messaging:"Chat"
upload:"Uploaden"
keepOriginalUploading:"Origineel beeld behouden."
keepOriginalUploadingDescription:"Bewaar de originele versie bij het uploaden van afbeeldingen. Indien uitgeschakeld, wordt bij het uploaden een alternatieve versie voor webpublicatie genereert."
@@ -269,9 +300,13 @@ uploadFromUrlMayTakeTime: "Het kan even duren voordat het uploaden voltooid is."
remoteUserCaution:"Aangezien deze gebruiker van een externe server afkomstig is, kan de weergegeven informatie onvolledig zijn."
@@ -296,12 +331,15 @@ selectFile: "Kies een bestand"
selectFiles:"Selecteer bestanden"
selectFolder:"Kies een map"
selectFolders:"Kies mappen"
fileNotSelected:"Geen bestand geselecteerd"
renameFile:"Wijzig bestandsnaam"
folderName:"Mapnaam"
createFolder:"Map aanmaken"
renameFolder:"Map hernoemen"
deleteFolder:"Map verwijderen"
folder:"Map"
addFile:"Bestand toevoegen"
showFile:"Bestanden weergeven"
emptyDrive:"Jouw Drive is leeg."
emptyFolder:"Deze map is leeg"
unableToDelete:"Kan niet worden verwijderd"
@@ -314,6 +352,7 @@ copyUrl: "URL kopiëren"
rename:"Hernoemen"
avatar:"Avatar"
banner:"Banner"
displayOfSensitiveMedia:"Weergave van gevoelige media"
whenServerDisconnected:"Wanneer de verbinding met de server wordt onderbroken"
disconnectedFromServer:"Verbinding met de server onderbroken."
reload:"Verversen"
@@ -351,14 +390,20 @@ bannerUrl: "Banner URL"
backgroundImageUrl:"URL afbeelding"
basicInfo:"Basisinformatie"
pinnedUsers:"Vastgeprikte gebruikers"
pinnedUsersDescription:"Een lijst met gebruikersnamen, gescheiden door regeleinden, die moet worden vastgemaakt in het tabblad “Verkennen”"
pinnedPages:"Vastgeprikte pagina's"
pinnedPagesDescription:"Voer de paden in van de Pagina's die je aan de bovenste pagina van deze instantie wilt vastmaken, gescheiden door regeleinden."
pinnedClipId:"ID van de clip die moet worden vastgepind"
pinnedNotes:"Vastgemaakte notitie"
hcaptcha:"hCaptcha"
enableHcaptcha:"Inschakelen hCaptcha"
hcaptchaSiteKey:"Site sleutel"
hcaptchaSecretKey:"Geheime sleutel"
mcaptcha:"mCaptcha"
enableMcaptcha:"mCaptcha activeren"
mcaptchaSiteKey:"Site sleutel"
mcaptchaSecretKey:"Geheime sleutel"
mcaptchaInstanceUrl:"mCaptcha server-URL"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Inschakelen reCAPTCHA"
recaptchaSiteKey:"Site sleutel"
@@ -367,12 +412,21 @@ turnstile: "Tourniquet"
enableTurnstile:"Inschakelen tourniquet"
turnstileSiteKey:"Site sleutel"
turnstileSecretKey:"Geheime sleutel"
avoidMultiCaptchaConfirm:"Het gebruik van meerdere Captcha-systemen kan interferentie tussen deze systemen veroorzaken. Wil je de andere Captcha-systemen die momenteel actief zijn uitschakelen? Als je wilt dat ze ingeschakeld blijven, druk dan op annuleren."
antennas:"Antennes"
manageAntennas:"Antennes beheren"
name:"Naam"
antennaSource:"Bron antenne"
antennaKeywords:"Sleutelwoorden"
antennaExcludeKeywords:"Blokkeerwoorden"
antennaExcludeBots:"Bot-accounts uitsluiten"
antennaKeywordsDescription:"Scheid met spaties voor een EN-voorwaarde of met regeleinden voor een OF-voorwaarde."
notifyAntenna:"Houd een notificatie bij nieuwe notities"
withFileAntenna:"Alleen notities met bestanden"
excludeNotesInSensitiveChannel:"Sluit notities uit van gevoelige kanalen"
enableServiceworker:"Activeer pushmeldingen in de browser"
antennaUsersDescription:"Lijst één gebruikersnaam per regel"
caseSensitive:"Hoofdlettergevoelig"
withReplies:"Antwoorden toevoegen"
connectedTo:"De volgende accounts zijn verbonden"
notesAndReplies:"Berichten en reacties"
@@ -393,18 +447,30 @@ about: "Over"
aboutMisskey:"Over Misskey"
administrator:"Beheerder"
token:"Token"
2fa:"Twee factor authenticatie"
setupOf2fa:"Tweefactorauthenticatie instellen"
totp:"Verificatie-App"
totpDescription:"Log in via de verificatie-app met het eenmalige wachtwoord"
moderator:"Moderator"
moderation:"Moderatie"
moderationNote:"Moderatienotitie"
moderationNoteDescription:"Voer hier notities in. Deze zijn alleen zichtbaar voor de moderators."
addModerationNote:"Moderatienotitie toevoegen"
moderationLogs:"Moderatieprotocollen"
nUsersMentioned:"Vermeld door {n} gebruikers"
securityKeyAndPasskey:"Beveiligings- en pasjessleutels"
securityKey:"Beveiligingssleutel"
lastUsed:"Laatst gebruikt"
lastUsedAt:"Laatst gebruikt: {t}"
unregister:"Uitschrijven"
passwordLessLogin:"Inloggen zonder wachtwoord"
passwordLessLoginDescription:"Maakt aanmelden zonder wachtwoord mogelijk met een beveiligingstoken of -wachtsleutel"
resetPassword:"Wachtwoord terugzetten"
newPasswordIs:"Het nieuwe wachtwoord is „{password}”."
reduceUiAnimation:"Verminder beweging in de UI"
share:"Delen"
notFound:"Niet gevonden"
notFoundDescription:"Er is geen pagina gevonden onder deze URL."
uploadFolder:"Standaardmap voor uploaden"
markAsReadAllNotifications:"Markeer alle meldingen als gelezen"
markAsReadAllUnreadNotes:"Markeer alle berichten als gelezen"
@@ -423,7 +489,53 @@ retype: "Opnieuw invoeren"
noteOf:"Notitie van {user}"
quoteAttached:"Citaat"
quoteQuestion:"Toevoegen als citaat?"
attachAsFileQuestion:"De tekst op het klembord is te lang. Wilt u het als een tekstbestand bijvoegen?"
onlyOneFileCanBeAttached:"Per bericht kan slechts één bestand worden bijgevoegd"
signinRequired:"Gelieve te registreren of in te loggen om verder te gaan"
signinOrContinueOnRemote:"Ga naar je eigen instantie of registreer je/log in op deze server om door te gaan."
invitations:"Uitnodigen"
invitationCode:"Uitnodigingscode"
checking:"Wordt gecheckt ..."
available:"Beschikbaar"
unavailable:"Onbeschikbaar"
usernameInvalidFormat:"Je kunt kleine letters, hoofdletters, cijfers en onderstrepingstekens gebruiken."
tooShort:"Te kort"
tooLong:"Te lang"
weakPassword:"Zwak wachtwoord"
normalPassword:"Redelijke wachtwoord"
strongPassword:"Sterk wachtwoord"
passwordMatched:"Lucifers"
passwordNotMatched:"Komt niet overeen"
signinWith:"Aanmelden met {x}"
signinFailed:"Inloggen mislukt. Controleer gebruikersnaam en wachtwoord."
or:"Of"
language:"Taal"
uiLanguage:"Taal van gebruikersinterface"
aboutX:"Over {x}"
emojiStyle:"Emoji-stijl"
native:"Inheems"
menuStyle:"Menustijl"
style:"Stijl"
drawer:"Lade"
popup:"Pop-up"
showNoteActionsOnlyHover:"Toon notitiemenu alleen bij muisaanwijzer"
showReactionsCount:"Zie het aantal reacties op notities"
noHistory:"Geen geschiedenis gevonden"
signinHistory:"Inloggeschiedenis"
enableAdvancedMfm:"Uitgebreide MFM activeren"
enableAnimatedMfm:"Geanimeerde MFM activeren"
doing:"In uitvoering..."
category:"Categorie"
tags:"Aliassen"
docSource:"Broncode van dit document"
createAccount:"Gebruikersaccount maken"
existingAccount:"Bestaand gebruikersaccount"
regenerate:"Regenereer"
fontSize:"Lettergrootte"
mediaListWithOneImageAppearance:"Hoogte van medialijsten met slechts één afbeelding"
limitTo:"Beperken tot {x}"
noFollowRequests:"Je hebt geen lopende volgverzoeken"
openImageInNewTab:"Afbeeldingen in nieuw tabblad openen"
dashboard:"Overzicht"
local:"Lokaal"
remote:"Remote"
@@ -438,20 +550,395 @@ promote: "Promoot"
numberOfDays:"Aantal dagen"
hideThisNote:"Verberg deze notitie"
showFeaturedNotesInTimeline:"Laat featured notities in tijdlijn zien"
objectStorage:"Object Storage"
useObjectStorage:"Object Storage gebruiken"
objectStorageBaseUrl:"Basis-URL"
objectStorageBaseUrlDesc:"De URL die wordt gebruikt als referentie. Als je een CDN of proxy gebruikt, voer dan de URL daarvan in. Gebruik voor S3 ‘https://<bucket>.s3.amazonaws.com’. Gebruik voor GCS of vergelijkbaar ‘https://storage.googleapis.com/<bucket>’."
objectStorageBucket:"Bucket"
objectStorageBucketDesc:"Geef de bucketnaam op die bij je provider wordt gebruikt."
objectStoragePrefix:"Prefix"
objectStoragePrefixDesc:"Bestanden worden opgeslagen in de mappen onder deze prefix."
objectStorageEndpoint:"Endpoint"
objectStorageEndpointDesc:"Laat dit leeg als je AWS S3 gebruikt, anders geef je het eindpunt op als ‘<host>’ of ‘<host>:<port>’, afhankelijk van de service die je gebruikt."
objectStorageRegion:"Region"
objectStorageRegionDesc:"Voer een regio in zoals “xx-east-1”. Als je provider geen onderscheid maakt tussen regio's, voer dan “us-east-1” in. Laat leeg als je AWS-configuratiebestanden of omgevingsvariabelen gebruikt."
objectStorageUseSSL:"SSL gebruiken"
objectStorageUseSSLDesc:"Deactiveer dit als u geen HTTPS gebruikt voor API-verbindingen"
objectStorageUseProxy:"Verbinden via proxy"
objectStorageUseProxyDesc:"Deactiveer dit als u geen proxy wilt gebruiken voor verbindingen met de API"
objectStorageSetPublicRead:"Instellen op “public-read” op upload"
s3ForcePathStyleDesc:"Als s3ForcePathStyle is geactiveerd, moet de bucketnaam niet worden opgegeven in de hostnaam van de URL, maar in het pad van de URL. Deze optie moet mogelijk worden geactiveerd als services zoals een zelfbediende Minio-instantie worden gebruikt."
serverLogs:"Serverprotocollen"
deleteAll:"Alles verwijderen"
showFixedPostForm:"Het postingformulier bovenaan de tijdbalk weergeven"
showFixedPostFormInChannel:"Het postingformulier bovenaan de tijdbalk weergeven (Kanalen)"
withRepliesByDefaultForNewlyFollowed:"Toon replies van nieuw gevolgde gebruikers standaard in de tijdlijn"
newNoteRecived:"Er zijn nieuwe notities"
sounds:"Geluiden"
sound:"Geluid"
listen:"Luisteren"
none:"Niets"
showInPage:"Weergeven in een pagina"
popout:"Pop-Up"
volume:"Volume"
masterVolume:"Hoofdvolume"
notUseSound:"Geluid uitschakelen"
useSoundOnlyWhenActive:"Geluid alleen inschakelen wanneer Misskey actief is"
details:"Details"
renoteDetails:"Renote Details"
chooseEmoji:"Emoji selecteren"
unableToProcess:"De operatie kan niet worden voltooid."
recentUsed:"Recent gebruikt"
install:"Installeren"
uninstall:"Deinstalleren"
installedApps:"Geautoriseerde toepassingen"
nothing:"Niets te zien hier"
installedDate:"Geautoriseerd at"
lastUsedDate:"Laatst gebruikt at"
state:"Status"
sort:"Sorteren"
ascendingOrder:"Oplopende volgorde"
descendingOrder:"Aflopende volgorde"
scratchpad:"Testomgeving"
scratchpadDescription:"De testomgeving biedt een gebied voor AiScript experimenten. Daar kunt u AiScript schrijven en uitvoeren en de effecten ervan op Misskey controleren."
uiInspector:"UI-inspecteur"
uiInspectorDescription:"De lijst met servers van UI-componenten kan worden bekeken in de cache. De UI-component wordt gegenereerd door de functie Ui:C:"
output:"Uitvoer"
script:"Script"
disablePagesScript:"AiScript uitschakelen op pagina's"
updateRemoteUser:"Gebruikersinformatie bijwerken"
unsetUserAvatar:"Avatar verwijderen"
unsetUserAvatarConfirm:"Weet je zeker dat je je avatar wil verwijderen?"
unsetUserBanner:"Banner verwijderen"
unsetUserBannerConfirm:"Weet je zeker dat je je banner wil verwijderen?"
deleteAllFiles:"Alle bestanden verwijderen"
deleteAllFilesConfirm:"Wil je echt alle bestanden verwijderen?"
removeAllFollowing:"Ontvolg alle gevolgde gebruikers"
removeAllFollowingDescription:"Door dit uit te voeren worden alle accounts van {host} ontvolgd. Voer dit uit als de instantie bijvoorbeeld niet meer bestaat."
userSuspended:"Deze gebruiker is geschorst."
userSilenced:"Deze gebruiker is instantiebreed gedempt."
yourAccountSuspendedTitle:"Deze account is geschorst"
yourAccountSuspendedDescription:"Dit gebruikersaccount is geschorst omdat het de gebruiksvoorwaarden van deze server heeft geschonden. Neem contact op met de operator voor meer informatie. Maak geen nieuwe gebruikersaccount aan."
tokenRevoked:"Ongeldig token"
tokenRevokedDescription:"Het token is verlopen. Log opnieuw in."
accountDeleted:"Het gebruikersaccount is verwijderd"
accountDeletedDescription:"Deze account is verwijderd."
menu:"Menu"
divider:"Scheider"
addItem:"Element toevoegen"
rearrange:"Sorteren"
relays:"Relays"
addRelay:"Relay toevoegen"
inboxUrl:"Inbox-URL"
addedRelays:"Toegevoegd Relays"
serviceworkerInfo:"Moet worden geactiveerd voor pushmeldingen."
deletedNote:"Verwijderde notitie"
invisibleNote:"Privé notitie"
enableInfiniteScroll:"Automatisch meer laden"
visibility:"Zichtbaarheid"
poll:"Peiling"
useCw:"Inhoudswaarschuwing gebruiken"
enablePlayer:"Videospeler openen"
disablePlayer:"Videospeler sluiten"
expandTweet:"Notitie uitklappen"
themeEditor:"Thema-editor"
description:"Beschrijving"
describeFile:"Beschrijving toevoegen"
enterFileDescription:"Beschrijving invoeren"
author:"Auteur"
leaveConfirm:"Er zijn niet-opgeslagen wijzigingen. Wil je ze verwijderen?"
manage:"Beheer"
plugins:"Plugins"
preferencesBackups:"Instellingen Back-ups"
deck:"Dek"
undeck:"Dek verlaten"
useBlurEffectForModal:"Vervagingseffect gebruiken voor modals"
tokenRequested:"Toegang verlenen tot het gebruikersaccount"
pluginTokenRequestedDescription:"Deze plugin kan de hier geconfigureerde autorisaties gebruiken."
notificationType:"Type melding"
edit:"Bewerken"
emailServer:"Email-Server"
enableEmail:"Email distributie inschakelen"
emailConfigInfo:"Wordt gebruikt om je email te bevestigen tijdens het aanmelden of als je je wachtwoord bent vergeten"
email:"Email"
emailAddress:"Email adres"
smtpConfig:"SMTP-server configuratie"
smtpHost:"Server"
smtpPort:"Poort"
smtpUser:"Gebruikersnaam"
smtpPass:"Wachtwoord"
emptyToDisableSmtpAuth:"Laat gebruikersnaam en wachtwoord leeg om SMTP-authenticatie uit te schakelen."
smtpSecure:"Impliciet SSL/TLS gebruiken voor SMTP-verbindingen"
smtpSecureInfo:"Schakel dit uit bij gebruik van STARTTLS"
testEmail:"Emailversand testen"
wordMute:"Woord dempen"
wordMuteDescription:"Minimaliseert notities die het gespecificeerde woord of zin bevatten. Geminimaliseerde notities kunnen worden weergegeven door er op te klikken."
hardWordMute:"Harde woorddemping"
showMutedWord:"Gedempte woorden weergeven"
hardWordMuteDescription:"Verbert notities die het gespecificeerde woord of zin bevatten. In tegenstelling tot woorddemping wordt de notitie volledig verborgen."
regexpError:"Fout in reguliere expressie"
regexpErrorDescription:"Er is een fout opgetreden in de reguliere expressie op regel {line} van uw {tab} woord dempen:"
instanceMute:"Instantie dempers"
userSaysSomething:"{name} zei iets"
userSaysSomethingAbout:"{name} zei iets over '{word}'"
makeActive:"Activeren"
display:"Weergave"
copy:"Kopiëren"
copiedToClipboard:"Naar het klembord gekopieerd"
metrics:"Metrieken"
overview:"Overzicht"
logs:"Protocollen"
delayed:"Vertraagd"
database:"Database"
channel:"Kanalen"
create:"Creëer"
notificationSetting:"Instellingen meldingen"
notificationSettingDesc:"Selecteer het type meldingen dat moet worden weergegeven."
useGlobalSetting:"Globale instelling gebruiken"
useGlobalSettingDesc:"Als deze optie is ingeschakeld, worden de meldingsinstellingen van je account gebruikt. Als deze optie uitgeschakeld is, kunnen individuele configuraties worden gemaakt."
other:"Ander"
regenerateLoginToken:"Login token opnieuw genereren"
regenerateLoginTokenDescription:"Regenereren van het token dat intern wordt gebruikt om in te loggen. Dit is normaal gezien niet nodig. Alle apparaten worden afgemeld tijdens het regenereren."
theKeywordWhenSearchingForCustomEmoji:"Dit is het keyword dat gebruikt wordt bij het zoeken naar eigen emojis."
setMultipleBySeparatingWithSpace:"Scheid elementen met een spatie om meerdere instellingen te configureren."
fileIdOrUrl:"Bestands-ID of URL"
behavior:"Gedrag"
sample:"Voorbeeld"
abuseReports:"Meldt"
reportAbuse:"Meld"
reportAbuseRenote:"Meld renote"
reportAbuseOf:"Meld {name}"
fillAbuseReportDescription:"Vul s.v.p. de details in over deze melding. Geef, als het over een specifieke notitie gaat, ook de URL op."
abuseReported:"Uw rapport is verzonden. Hartelijk dank."
noCrawleDescription:"Vraag zoekmachines om je eigen profielpagina, notities, pagina's, enz. niet te indexeren."
lockedAccountInfo:"Tenzij je de zichtbaarheid van je notities instelt op “Alleen volgers”, zijn je notities zichtbaar voor iedereen, zelfs als je vereist dat volgers handmatig worden goedgekeurd."
alwaysMarkSensitive:"Markeer media standaard als gevoelig"
loadRawImages:"Toon altijd originele afbeeldingen in plaats van miniaturen"
disableShowingAnimatedImages:"Speel geen geanimeerde afbeeldingen af"
highlightSensitiveMedia:"Markeer gevoelige media"
verificationEmailSent:"Er is een bevestigingsmail naar uw e-mailadres verzonden. Ga naar de link in de e-mail om het verificatieproces te voltooien."
notSet:"Niet geconfigureerd"
emailVerified:"Emailadres bevestigd"
noteFavoritesCount:"Aantal notities gemarkeerd als favoriet"
pageLikesCount:"Aantal gelikete pagina's"
pageLikedCount:"Aantal ontvangen pagina-likes"
contact:"Contact"
useSystemFont:"Het standaardlettertype van het systeem gebruiken"
thisIsExperimentalFeature:"Dit is een experimentele functie. De functionaliteit kan worden gewijzigd en werkt mogelijk niet zoals bedoeld."
developer:"Ontwikkelaar"
makeExplorable:"Gebruikersaccount zichtbaar maken in “Verkennen”"
makeExplorableDescription:"Als deze optie is uitgeschakeld, is uw gebruikersaccount niet zichtbaar in het gedeelte “Verkennen”."
duplicate:"Dupliceren"
left:"Links"
center:"Center"
wide:"Breed"
narrow:"Smal"
reloadToApplySetting:"Deze instelling gaat pas in nadat de pagina herladen is. Nu herladen?"
needReloadToApply:"Deze instelling wordt van kracht nadat de pagina is vernieuwd."
showTitlebar:"Titelbalk weergeven"
clearCache:"Cache opschonen"
onlineUsersCount:"{n} Gebruikers zijn online"
nUsers:"{n} Gebruikers"
nNotes:"{n} Notities"
sendErrorReports:"Foutrapporten sturen"
sendErrorReportsDescription:"Als u deze optie inschakelt, wordt gedetailleerde foutinformatie met Misskey gedeeld wanneer zich een probleem voordoet. Dit helpt de kwaliteit van Misskey te verbeteren.\nDit omvat informatie zoals de versie van uw OS, welke browser u gebruikt, uw activiteit in Misskey, enz."
myTheme:"Mijn thema"
backgroundColor:"Achtergrondkleur"
accentColor:"Accentkleur"
textColor:"Tekstkleur"
saveAs:"Opslaan als…"
advanced:"Geavanceerd"
advancedSettings:"Geavanceerde instellingen"
value:"Waarde"
createdAt:"Aangemaakt at"
updatedAt:"Laatst gewijzigd at"
saveConfirm:"Wijzigingen opslaan?"
deleteConfirm:"Echt verwijderen?"
invalidValue:"Ongeldige waarde."
registry:"Registry"
closeAccount:"Gebruikersaccount sluiten"
currentVersion:"Huidige versie"
latestVersion:"Nieuwste versie"
youAreRunningUpToDateClient:"Je gebruikt de nieuwste versie van je client."
newVersionOfClientAvailable:"Er is een nieuwere versie van je client beschikbaar."
usageAmount:"Gebruik"
capacity:"Capaciteit"
inUse:"Gebruikt"
editCode:"Code bewerken"
apply:"Toepassen"
receiveAnnouncementFromInstance:"Meldingen ontvangen van deze instantie"
emailNotification:"E-mailmeldingen"
publish:"Publiceren"
inChannelSearch:"In kanaal zoeken"
useReactionPickerForContextMenu:"Open reactieselectie door rechts te klikken"
typingUsers:"{users} is/zijn aan het schrijven..."
jumpToSpecifiedDate:"Naar een specifieke datum springen"
showingPastTimeline:"Momenteel wordt een oude tijdlijn weergeven"
clear:"Terugkeren"
markAllAsRead:"Alles als gelezen markeren"
goBack:"Terug"
unlikeConfirm:"Wil je echt je like verwijderen?"
fullView:"Volledig zicht"
quitFullView:"Volledig zicht verlaten"
addDescription:"Beschrijving toevoegen"
userPagePinTip:"Je kunt hier notities tonen door “Vastmaken aan profiel” te selecteren in het menu van de individuele notities."
notSpecifiedMentionWarning:"Deze notitie bevat verwijzingen naar gebruikers die niet zijn geselecteerd als ontvangers"
info:"Over"
userInfo:"Gebruikersinformatie"
unknown:"Onbekend"
onlineStatus:"Online status"
hideOnlineStatus:"Online status verbergen"
hideOnlineStatusDescription:"Het verbergen van je online status vermindert het nut van functies zoals zoeken."
noMaintainerInformationWarning:"Operatorinformatie is niet geconfigureerd."
noInquiryUrlWarning:"Contact-URL niet opgegeven"
noBotProtectionWarning:"Bescherming tegen bots is niet geconfigureerd."
configure:"Configureer"
postToGallery:"Nieuw galerijbericht maken"
postToHashtag:"Post naar deze hashtag"
gallery:"Galerij"
recentPosts:"Recente berichten"
popularPosts:"Populair berichten"
shareWithNote:"Delen met notitie"
ads:"Advertenties"
expiration:"Deadline"
startingperiod:"Start"
memo:"Memo"
priority:"Prioriteit"
high:"Hoge"
middle:"Medium"
low:"Lage"
emailNotConfiguredWarning:"E-mailadres niet ingesteld."
ratio:"Verhouding"
previewNoteText:"Show voorproefje"
customCss:"Aangepaste CSS"
customCssWarn:"Gebruik deze instelling alleen als je weet wat het doet. Ongeldige invoer kan ertoe leiden dat de client niet meer normaal functioneert."
global:"Globaal"
squareAvatars:"Toon profielfoto's as vierkant"
sent:"Verzonden"
received:"Ontvangen"
searchResult:"Zoekresultaten"
hashtags:"Hashtags"
troubleshooting:"Probleemoplossing"
useBlurEffect:"Vervagingseffecten in de UI gebruike"
learnMore:"Meer leren"
misskeyUpdated:"Misskey is bijgewerkt!"
whatIsNew:"Wijzigingen tonen"
translate:"Vertalen"
translatedFrom:"Vertaald uit {x}"
accountDeletionInProgress:"De verwijdering van je gebruikersaccount wordt momenteel verwerkt."
usernameInfo:"Een naam die kan worden gebruikt om je gebruikersaccount op deze server te identificeren. Je kunt het alfabet (a~z, A~Z), cijfers (0~9) of underscores (_) gebruiken. Gebruikersnamen kunnen later niet worden gewijzigd."
aiChanMode:"Ai Mode"
devMode:"Ontwikkelaar modus"
keepCw:"Inhoudswaarschuwingen behouden"
pubSub:"Pub/Sub Gebruikersaccounts"
lastCommunication:"Laatste communicatie"
resolved:"Opgelost"
unresolved:"Onopgelost"
breakFollow:"Volger verwijderen"
breakFollowConfirm:"Deze volger echt weghalen?"
itsOn:"Ingeschakeld"
itsOff:"Uitgeschakeld"
on:"Op"
off:"Uit"
emailRequiredForSignup:"Vereist e-mailadres voor aanmelding"
@@ -459,20 +946,62 @@ pushNotificationAlreadySubscribed: "Pushberichtrn al ingeschakeld"
windowMaximize:"Maximaliseren"
windowRestore:"Herstellen"
loggedInAsBot:"Momenteel als bot ingelogd"
show:"Weergave"
correspondingSourceIsAvailable:"De bijbehorende broncode is beschikbaar bij {anchor}"
invalidParamErrorDescription:"De aanvraagparameters zijn ongeldig. Dit komt meestal door een bug, maar kan ook omdat de invoer te lang is of iets dergelijks."
collapseRenotes:"Renotes die je al gezien hebt, inklappen"
collapseRenotesDescription:"Klapt notities in waar je al op gereageerd hebt of die je al gerenotet hebt."
prohibitedWords:"Verboden woorden"
prohibitedWordsDescription:"Activeert een foutmelding als er geprobeerd wordt een notitie met de ingestelde woorden te plaatsen. Meerdere woorden kunnen worden ingesteld, elk op hun eigen regel."
hiddenTags:"Verborgen hashtags"
hiddenTagsDescription:"Selecteer tags die niet worden weergegeven in de trends. Meerdere tags kunnen worden geregistreerd, elk op hun eigen regel."
enableStatsForFederatedInstances:"Statistieken van remote servers ontvangen"
limitWidthOfReaction:"Limiteert de maximale breedte van reacties en geef ze verkleind weer"
audio:"Audio"
audioFiles:"Audio"
archived:"Gearchiveerd"
unarchive:"Dearchiveren"
lookupConfirm:"Weet je zeker dat je dit wil opzoeken?"
openTagPageConfirm:"Wil je deze hashtagpagina openen?"
specifyHost:"Specificeer host"
icon:"Avatar"
replies:"Antwoord"
replies:"Antwoorden"
renotes:"Herdelen"
followingOrFollower:"Gevolgd of volger"
confirmShowRepliesAll:"Dit is een onomkeerbare operatie. Weet je zeker dat reacties op anderen van iedereen die je volgt, wil weergeven in je tijdlijn?"
keepOriginalUploadingDescription:"Zapisuje oryginalnie przesłany obraz w niezmienionej postaci. Jeśli ta opcja jest wyłączona, po przesłaniu zostanie wygenerowana wersja do wyświetlenia w Internecie."
@@ -282,7 +280,6 @@ uploadFromUrlMayTakeTime: "Wysyłanie może chwilę potrwać."
explore:"Eksploruj"
messageRead:"Przeczytano"
noMoreHistory:"Nie ma dalszej historii"
startMessaging:"Rozpocznij czat"
nUsersRead:"przeczytano przez {n}"
agreeTo:"Wyrażam zgodę na {0}"
agree:"Zatwierdź"
@@ -466,8 +463,6 @@ retype: "Wprowadź ponownie"
noteOf:"Wpisy {user}"
quoteAttached:"Zacytowano"
quoteQuestion:"Czy na pewno chcesz umieścić cytat?"
noMessagesYet:"Nie napisano jeszcze wiadomości"
newMessageExists:"Masz nową wiadomość"
onlyOneFileCanBeAttached:"Możesz załączyć tylko jeden plik do wiadomości"
signinRequired:"Proszę się zalogować"
invitations:"Zaproś"
@@ -753,7 +748,6 @@ thisIsExperimentalFeature: "Ta funkcja jest eksperymentalna. Jej funkcjonalnoś
developer:"Programista"
makeExplorable:"Pokazuj konto na stronie „Eksploruj”"
makeExplorableDescription:"Jeżeli wyłączysz tę opcję, Twoje konto nie będzie wyświetlać się w sekcji „Eksploruj”."
showGapBetweenNotesInTimeline:"Pokazuj odstęp między wpisami na osi czasu."
duplicate:"Duplikuj"
left:"Lewo"
center:"Wyśsrodkuj"
@@ -1044,6 +1038,26 @@ flip: "Odwróć"
lastNDays:"W ciągu ostatnich {n} dni"
surrender:"Odrzuć"
gameRetry:"Spróbuj ponownie"
postForm:"Formularz tworzenia wpisu"
information:"Informacje"
inMinutes:"minuta"
inDays:"dzień"
widgets:"Widżety"
presets:"Konfiguracja"
_imageEditing:
_vars:
filename:"Nazwa pliku"
_imageFrameEditor:
header:"Nagłówek"
font:"Czcionka"
fontSerif:"Szeryfowa"
fontSansSerif:"Bezszeryfowa"
_chat:
invitations:"Zaproś"
noHistory:"Brak historii"
members:"Członkowie"
home:"Strona główna"
send:"Wyślij"
_delivery:
stop:"Zawieszono"
_type:
@@ -1208,7 +1222,6 @@ _theme:
header:"Nagłówek"
navBg:"Tło paska bocznego"
navFg:"Tekst paska bocznego"
navHoverFg:"Tekst paska bocznego (zbliżenie)"
navActive:"Tekst paska bocznego (aktywny)"
navIndicator:"Wskaźnik paska bocznego"
link:"Odnośnik"
@@ -1230,12 +1243,8 @@ _theme:
buttonBg:"Tło przycisku"
buttonHoverBg:"Tło przycisku (po najechaniu)"
inputBorder:"Obramowanie pola wejścia"
driveFolderBg:"Tło folderu na dysku"
wallpaperOverlay:"Nakładka tapety"
badge:"Odznaka"
messageBg:"Tło czatu"
accentDarken:"Akcent (ciemniejszy)"
accentLighten:"Akcent (jaśniejszy)"
fgHighlighted:"Wyróżniony tekst"
_sfx:
note:"Wpisy"
@@ -1300,6 +1309,7 @@ _permissions:
"write:gallery": "Edytuj swoją galerię"
"read:gallery-likes": "Wyświetlanie listy polubionych postów w galerii"
"write:gallery-likes": "Edytowanie listy polubionych postów w galerii"
"write:chat": "Tworzenie lub usuwanie wiadomości czatu"
keepOriginalUploadingDescription:"Ao fazer o upload de uma imagem, ela será mantida em sua versão original. Caso desative esta opção, o navegador irá gerar uma versão da imagem otimizada para publicação na web durante o upload."
@@ -297,10 +299,11 @@ uploadFromUrl: "Enviar por URL"
uploadFromUrlDescription:"URL do arquivo que você deseja enviar"
uploadFromUrlRequested:"Upload solicitado"
uploadFromUrlMayTakeTime:"Pode levar algum tempo para que o upload seja concluído."
uploadNFiles:"Enviar {n} arquivos"
explore:"Explorar"
messageRead:"Lida"
noMoreHistory:"Não existe histórico anterior"
startMessaging:"Iniciar conversação"
startChat:"Iniciar conversa"
nUsersRead:"{n} pessoas leram"
agreeTo:"Eu concordo com {0}"
agree:"Concordar"
@@ -325,6 +328,7 @@ dark: "Escuro"
lightThemes:"Tema claro"
darkThemes:"Tema escuro"
syncDeviceDarkMode:"Sincronize com o modo escuro do dispositivo"
switchDarkModeManuallyWhenSyncEnabledConfirm:"\"{x}\" está ativado. Você gostaria de desligar a sincronização e alterar manualmente?"
drive:"Drive"
fileName:"Nome do Ficheiro"
selectFile:"Selecione os arquivos"
@@ -423,6 +427,7 @@ antennaExcludeBots: "Ignorar contas de bot"
antennaKeywordsDescription:"Se você separá-lo com um espaço, será uma especificação AND, e se você separá-lo com uma quebra de linha, será uma especificação OR."
notifyAntenna:"Notificar novas notas"
withFileAntenna:"Apenas notas com arquivos anexados"
excludeNotesInSensitiveChannel:"Excluir notas de canais sensíveis"
enableServiceworker:"Ative as notificações push para o seu navegador"
antennaUsersDescription:"Especificar nomes de utilizador separados por quebras de linha"
caseSensitive:"Maiúsculas e minúsculas"
@@ -442,7 +447,7 @@ exploreUsersCount: "Há um utilizador de {count}"
exploreFediverse:"Explorar Fediverse"
popularTags:"Tags populares"
userList:"Listas"
about:"Informações"
about:"Sobre"
aboutMisskey:"Sobre Misskey"
administrator:"Administrador"
token:"Símbolo"
@@ -489,8 +494,6 @@ noteOf: "Publicação de {user}"
quoteAttached:"Com citação"
quoteQuestion:"Anexar como citação?"
attachAsFileQuestion:"O texto na área de transferência é muito longo. Você gostaria de anexá-lo como um arquivo de texto?"
noMessagesYet:"Sem conversas até o momento"
newMessageExists:"Há uma nova mensagem"
onlyOneFileCanBeAttached:"Apenas um arquivo pode ser anexado a uma mensagem"
signinRequired:"É necessário se inscrever ou fazer login antes de continuar"
signinOrContinueOnRemote:"Para continuar, você precisa mover o seu servidor ou entrar/cadastrar-se nesse servidor."
@@ -575,8 +578,10 @@ showFixedPostForm: "Exibir o formulário de postagem na parte superior da linha
showFixedPostFormInChannel:"Exibir o campo de postagem na parte superior da linha do tempo (canais)"
withRepliesByDefaultForNewlyFollowed:"Incluir respostas por usuários recém-seguidos na linha do tempo por padrão"
newNoteRecived:"Nova nota recebida"
newNote:"Nova Nota"
sounds:"Sons"
sound:"Sons"
notificationSoundSettings:"Configurações de som de notificações"
hardWordMuteDescription:"Esconder notas que contêm a palavra ou frase especificada. Diferente do silenciamento de palavras, a nota será completamente escondida."
regexpError:"Erro na expressão regular"
regexpErrorDescription:"Ocorreu um erro na expressão regular na linha {line} da palavra mutada {tab}:"
instanceMute:"Instâncias silenciadas"
userSaysSomething:"{name} disse algo"
userSaysSomethingAbout:"{name} disse algo sobre \"{word}\""
makeActive:"Ativar"
display:"Visualizar"
copy:"Copiar"
copiedToClipboard:"Copiado à área de transferência"
metrics:"Métricas"
overview:"Visão geral"
logs:"Logs"
@@ -779,7 +789,6 @@ thisIsExperimentalFeature: "Este é um recurso experimental. As funções podem
developer:"Programador"
makeExplorable:"Deixe a sua conta encontrável em \"Explorar\"."
makeExplorableDescription:"Se você desativá-lo, outros usuários não poderão encontrar a sua conta na aba Descoberta."
showGapBetweenNotesInTimeline:"Mostrar um espaço entre as notas na linha de tempo"
duplicate:"Duplicar"
left:"Esquerda"
center:"Centralizar"
@@ -787,6 +796,7 @@ wide: "Largo"
narrow:"Estreito"
reloadToApplySetting:"As configurações serão refletidas após recarregar a página. Deseja recarregar agora?"
needReloadToApply:"É necessário recarregar a página para refletir as alterações."
needToRestartServerToApply:"É necessário reiniciar o servidor para aplicar as mudanças."
showTitlebar:"Exibir barra de título"
clearCache:"Limpar o cache"
onlineUsersCount:"{n} Pessoas Online"
@@ -974,6 +984,7 @@ document: "Documentação"
numberOfPageCache:"Número de cache de página"
numberOfPageCacheDescription:"Aumentar isso melhora a conveniência, mas também resulta em maior carga e uso de memória."
logoutConfirm:"Gostaria de encerrar a sessão?"
logoutWillClearClientData:"Sair irá remover as configurações do cliente do navegador. Para redefinir as configurações ao entrar, você deve habilitar o backup automático de configurações."
lastActiveDate:"Última data de uso"
statusbar:"Barra de status"
pleaseSelect:"Por favor, selecione."
@@ -992,6 +1003,7 @@ failedToUpload: "Falha ao enviar"
cannotUploadBecauseInappropriate:"Esse arquivo não pôde ser enviado porque partes dele foram detectadas como potencialmente inapropriadas."
cannotUploadBecauseNoFreeSpace:"Envio falhou devido à falta de capacidade no Drive."
cannotUploadBecauseExceedsFileSizeLimit:"Não é possível realizar o upload deste arquivo porque ele excede o tamanho máximo permitido."
cannotUploadBecauseUnallowedFileType:"Não foi possível fazer o envio, pois o formato do arquivo não foi autorizado."
beta:"Beta"
enableAutoSensitive:"Marcar automaticamente como conteúdo sensível"
enableAutoSensitiveDescription:"Quando disponível, a marcação de mídia sensível será automaticamente atribuído ao conteúdo de mídia usando aprendizado de máquina. Mesmo que você desative essa função, em alguns servidores, isso pode ser configurado automaticamente."
hiddenTagsDescription:"Selecione tags que não serão exibidas na lista de destaques. Várias tags podem ser escolhidas, separadas por linha."
notesSearchNotAvailable:"A pesquisa de notas está indisponível."
usersSearchNotAvailable:"Pesquisa de usuário está indisponível."
license:"Licença"
unfavoriteConfirm:"Deseja realmente remover dos favoritos?"
myClips:"Meus clipes"
@@ -1231,9 +1245,8 @@ showAvatarDecorations: "Exibir decorações de avatar"
releaseToRefresh:"Solte para atualizar"
refreshing:"Atualizando..."
pullDownToRefresh:"Puxe para baixo para atualizar"
disableStreamingTimeline:"Desabilitar atualizações em tempo real da linha do tempo"
useGroupedNotifications:"Agrupar notificações"
signupPendingError:"Houve um problema ao verificar o endereço de email. O link pode ter expirado."
emailVerificationFailedError:"Houve um problema ao verificar seu endereço de email. O link pode ter expirado."
cwNotationRequired:"Se \"Esconder conteúdo\" está habilitado, uma descrição deve ser adicionada."
doReaction:"Adicionar reação"
code:"Código"
@@ -1301,6 +1314,212 @@ lockdown: "Lockdown"
pleaseSelectAccount:"Selecione uma conta"
availableRoles:"Cargos disponíveis"
acknowledgeNotesAndEnable:"Ative após compreender as precauções."
federationSpecified:"Esse servidor opera com uma lista branca de federação. Interagir com servidores diferentes daqueles designados pela administração não é permitido."
federationDisabled:"Federação está desabilitada nesse servidor. Você não pode interagir com usuários de outros servidores."
draft:"Rascunhos"
draftsAndScheduledNotes:"Rascunhos e notas agendadas."
confirmOnReact:"Confirmar ao reagir"
reactAreYouSure:"Você deseja adicionar uma reação \"{emoji}\"?"
markAsSensitiveConfirm:"Você deseja definir essa mídia como sensível?"
unmarkAsSensitiveConfirm:"Você deseja remover a definição dessa mídia como sensível?"
preferences:"Preferências"
accessibility:"Acessibilidade"
preferencesProfile:"Perfil de preferências"
copyPreferenceId:"Copiar ID de preferências"
resetToDefaultValue:"Reverter ao padrão"
overrideByAccount:"Sobrescrever pela conta"
untitled:"Sem título"
noName:"Sem nome"
skip:"Pular"
restore:"Redefinir"
syncBetweenDevices:"Sincronizar entre dispositivos"
preferenceSyncConflictTitle:"O valor configurado já existe no servidor."
preferenceSyncConflictText:"As preferências com a sincronização ativada irão salvar os seus valores no servidor. Porém, já existem valores no servidor. Qual conjunto de valores você deseja sobrescrever?"
preferenceSyncConflictChoiceMerge:"Combinar"
preferenceSyncConflictChoiceServer:"Valor configurado no servidor"
preferenceSyncConflictChoiceDevice:"Valor configurado no dispositivo"
preferenceSyncConflictChoiceCancel:"Cancelar a habilitação de sincronização"
paste:"Colar"
emojiPalette:"Paleta de emojis"
postForm:"Campo de postagem"
textCount:"Contagem de caracteres"
information:"Sobre"
chat:"Conversas"
directMessage:"Conversar com usuário"
directMessage_short:"Mensagem"
migrateOldSettings:"Migrar configurações antigas de cliente"
migrateOldSettings_description:"Isso deve ser feito automaticamente. Caso o processo de migração tenha falhado, você pode acioná-lo manualmente. As informações atuais de migração serão substituídas."
compress:"Comprimir"
right:"Direita"
bottom:"Inferior"
top:"Superior"
embed:"Embed"
settingsMigrating:"Configurações estão sendo migradas, aguarde... (Você pode migrar manualmente em Configurações→Outros→Migrar configurações antigas de cliente)"
readonly:"Ler apenas"
goToDeck:"Voltar ao Deck"
federationJobs:"Tarefas de Federação"
driveAboutTip:"No Drive, uma lista de arquivos enviados no passado será exibida. <br>\nVocê pode reutilizar esses arquivos anexando-os às notas, ou você pode enviar arquivos para publicar posteriormente. <br>\n<b>Cuidado ao excluir um arquivo, pois ele será removido de quaisquer outros lugares onde está sendo utilizado (notas, páginas, avatares, banners, etc.)</b><br>\nVocê também pode criar pastas para organizar seus arquivos."
scrollToClose:"Role a página para fechar"
advice:"Dica"
realtimeMode:"Modo tempo-real"
turnItOn:"Ativar"
turnItOff:"Desativar"
emojiMute:"Silenciar emoji"
emojiUnmute:"Reativar emoji"
muteX:"Silenciar {x}"
unmuteX:"Reativar {x}"
abort:"Abortar"
tip:"Dicas e Truques"
redisplayAllTips:"Mostrar todas as \"Dicas e Truques\" novamente"
hideAllTips:"Ocultas todas as \"Dicas e Truques\""
defaultImageCompressionLevel:"Nível de compressão de imagem padrão"
defaultImageCompressionLevel_description:"Alto, reduz o tamanho do arquivo mas, também, a qualidade da imagem.<br>Alto, reduz o tamanho do arquivo mas, também, a qualidade da imagem."
defaultCompressionLevel:"Nível padrão de compressão"
defaultCompressionLevel_description:"Menor compressão preserva a qualidade mas aumenta o tamanho do arquivo.<br>Maior compressão reduz o tamanho do arquivo mas diminui a qualidade."
inMinutes:"Minuto(s)"
inDays:"Dia(s)"
safeModeEnabled:"Modo seguro está habilitado"
pluginsAreDisabledBecauseSafeMode:"Todos os plugins estão desabilitados porque o modo seguro está habilitado."
customCssIsDisabledBecauseSafeMode:"CSS personalizado não está aplicado porque o modo seguro está habilitado."
themeIsDefaultBecauseSafeMode:"Enquanto o modo seguro estiver ativo, o tema padrão é utilizado. Desabilitar o modo seguro reverterá essas mudanças."
thankYouForTestingBeta:"Obrigado por nos ajudar a testar a versão beta!"
createUserSpecifiedNote:"Criar uma nota direta"
schedulePost:"Agendar publicação"
scheduleToPostOnX:"Agendar nota para {x}"
scheduledToPostOnX:"A nota está agendada para {x}"
schedule:"Agendar"
scheduled:"Agendado"
widgets:"Widgets"
presets:"Predefinições"
_imageEditing:
_vars:
filename:"Nome do Ficheiro"
_imageFrameEditor:
header:"Cabeçalho"
withQrCode:"Código QR"
font:"Fonte"
fontSerif:"Serif"
fontSansSerif:"Sans Serif"
quitWithoutSaveConfirm:"Descartar mudanças?"
_compression:
_quality:
high:"Qualidade alta"
medium:"Qualidade média"
low:"Qualidade baixa"
_size:
large:"Tamanho grande"
medium:"Tamanho médio"
small:"Tamanho pequeno"
_order:
newest:"Priorizar Mais Novos"
oldest:"Priorizar Mais Antigos"
_chat:
messages:"Mensagem"
noMessagesYet:"Ainda não há mensagens"
newMessage:"Nova mensagem"
individualChat:"Conversa Particular"
individualChat_description:"Ter uma conversa particular com outra pessoa."
roomChat:"Conversa de Grupo"
roomChat_description:"Uma sala de conversas com várias pessoas. Você pode adicionar pessoas que não permitem conversas privadas se elas aceitarem o convite."
createRoom:"Criar Sala"
inviteUserToChat:"Convide usuários para começar a conversar"
yourRooms:"Salas criadas"
joiningRooms:"Salas ingressadas"
invitations:"Convidar"
noInvitations:"Sem convites"
history:"Histórico"
noHistory:"Ainda não há histórico"
noRooms:"Nenhuma sala encontrada"
inviteUser:"Convidar Usuários"
sentInvitations:"Convites Enviados"
join:"Entrar"
ignore:"Ignorar"
leave:"Deixar sala"
members:"Membros"
searchMessages:"Pesquisar mensagens"
home:"Início"
send:"Enviar"
newline:"Nova linha"
muteThisRoom:"Silenciar sala"
deleteRoom:"Excluir sala"
chatNotAvailableForThisAccountOrServer:"Conversas não estão habilitadas nesse servidor ou para essa conta."
chatIsReadOnlyForThisAccountOrServer:"Conversas são apenas para leitura nesse servidor ou para essa conta. Não é possível escrever novas mensagens ou criar/ingressar novas conversas."
chatNotAvailableInOtherAccount:"A função de conversas está desabilitadas para o outro usuário."
cannotChatWithTheUser:"Não é possível conversar com esse usuário."
cannotChatWithTheUser_description:"Conversas estão indisponíveis ou o outro usuário não as habilitou."
youAreNotAMemberOfThisRoomButInvited:"Você não é um participante da sala, mas recebeu um convite. Por favor, aceite o convite para entrar."
doYouAcceptInvitation:"Aceita o convite?"
chatWithThisUser:"Conversar com usuário"
thisUserAllowsChatOnlyFromFollowers:"Esse usuário aceita conversar apenas com seguidores."
thisUserAllowsChatOnlyFromFollowing:"Esse usuário aceita conversar apenas com quem segue."
thisUserAllowsChatOnlyFromMutualFollowing:"Esse usuário aceita conversar apenas com seguidores mútuos."
thisUserNotAllowedChatAnyone:"Esse usuário não aceita conversar com ninguém."
chatAllowedUsers:"Com quem permitir conversas"
chatAllowedUsers_note:"Você pode conversar com qualquer um com quem tenha iniciado uma conversa independente dessa configuração."
_chatAllowedUsers:
everyone:"Todos"
followers:"Seus seguidores"
following:"Quem você segue"
mutual:"Seguidores mútuos"
none:"Ninguém"
_emojiPalette:
palettes:"Paleta"
enableSyncBetweenDevicesForPalettes:"Sincronizar paleta entre dispositivos"
paletteForMain:"Paleta principal"
paletteForReaction:"Paleta de reações"
_settings:
driveBanner:"Você consegue administrar e configurar o drive, conferir o seu uso e configurar as opções de envio de arquivos."
pluginBanner:"Você pode ampliar as funções do cliente com plugins. Você pode instalar plugins, configurar e administrar individualmente."
notificationsBanner:"Você pode configurar os tipos e intervalo das notificações do servidor, além de notificações push."
api:"API"
webhook:"Webhook"
serviceConnection:"Integração de serviço"
serviceConnectionBanner:"Administre e configure tokens de acesso e webhooks para interagir com aplicações e serviços externos."
accountData:"Dados da conta"
accountDataBanner:"Exportar e importar dados da conta."
muteAndBlockBanner:"Você pode configurar meios para esconder conteúdo e restringir ações de certos usuários."
accessibilityBanner:"Você pode personalizar o visual e comportamento do cliente, além de configurar modos de otimizar o uso."
privacyBanner:"Você pode configurar a privacidade da conta por meio da visibilidade do conteúdo, capacidade de descoberta e aprovação manual de seguidores."
securityBanner:"Você pode configurar a segurança da conta em ajustes como senha, meios de entrada, aplicativos de autenticação e chaves de acesso."
preferencesBanner:"Você pode configurar o comportamento geral do cliente segundo as suas preferências."
appearanceBanner:"Você pode configurar a aparência do cliente e ajustes de tela segundo as suas preferências."
soundsBanner:"Você pode configurar a reprodução de sons no cliente."
timelineAndNote:"Notas e linha do tempo"
makeEveryTextElementsSelectable:"Tornar todos os elementos de texto selecionáveis"
makeEveryTextElementsSelectable_description:"Habilitar isso pode reduzir a usabilidade em algumas situações"
useStickyIcons:"Fazer ícones acompanharem a rolagem da tela"
enableHighQualityImagePlaceholders:"Exibir prévias para imagens de alta qualidade"
uiAnimations:"Animações de UI"
showNavbarSubButtons:"Mostrar sub-botões na barra de navegação"
ifOn:"Quando ligado"
ifOff:"Quando desligado"
enableSyncThemesBetweenDevices:"Sincronizar temas instalados entre dispositivos"
enablePullToRefresh:"Puxe para atualizar"
enablePullToRefresh_description:"Quando estiver utilizando um mouse, arraste enquanto aperta a roda de rolagem."
realtimeMode_description:"Estabelece uma conexão com o servidor e atualiza o conteúdo em tempo real. Isso pode aumentar o tráfego e uso de memória."
contentsUpdateFrequency:"Frequência da obtenção de conteúdo"
contentsUpdateFrequency_description:"Quanto maior o valor, mais o conteúdo atualiza. Porém, há uma diminuição do desempenho e aumento do tráfego e consumo de memória."
contentsUpdateFrequency_description2:"Quando o modo tempo-real está ativado, o conteúdo é atualizado em tempo real, ignorando essa opção."
showUrlPreview:"Exibir prévia de URL"
showAvailableReactionsFirstInNote:"Exibir reações disponíveis no topo."
showPageTabBarBottom:"Mostrar barra de aba da página inferiormente"
_chat:
showSenderName:"Exibir nome de usuário do remetente"
sendOnEnter:"Pressionar Enter para enviar"
_preferencesProfile:
profileName:"Nome do perfil"
profileNameDescription:"Defina o nome que identifica esse dispositivo."
noBackupsFoundDescription:"Nenhum backup automático foi encontrado. Se você salvou um arquivo de backup manualmente, você pode importá-lo e restaurá-lo."
selectBackupToRestore:"Selecionar um backup para restaurar"
youNeedToNameYourProfileToEnableAutoBackup:"Um nome de perfil deve ser definido para habilitar o backup automático."
autoPreferencesBackupIsNotEnabledForThisDevice:"Backup automático de configurações não está habilitado no dispositivo."
backupFound:"Backup de configurações encontrado"
_accountSettings:
requireSigninToViewContents:"Exigir cadastro para ver o conteúdo"
requireSigninToViewContentsDescription1:"Exigir cadastro para ver todas as notas e outro conteúdo que você criou. Isso previne 'crawlers' de coletar os seus dados."
makeNotesHiddenBeforeDescription:"Com essa função ativada, apenas você poderá ver as notas anteriores à data e hora marcadas. Se isso for desativado, o status de publicação da nota será reestabelecido."
mayNotEffectForFederatedNotes:"Notas federadas a servidores remotos podem não ser afetadas."
mayNotEffectSomeSituations:"Essas restrições são simplificadas. Elas podem não ser aplicadas em algumas situações, como ao visualizar num servidor remoto ou durante a moderação."
notesHavePassedSpecifiedPeriod:"Notas que duraram um tempo específico."
notesOlderThanSpecifiedDateAndTime:"Notas antes do tempo específico."
_abuseUserReport:
@@ -1329,6 +1549,7 @@ _delivery:
manuallySuspended:"Suspenso manualmente"
goneSuspended:"Servidor foi suspenso devido ao seu apagamento"
autoSuspendedForNotResponding:"Servidor foi suspenso por não responder"
softwareSuspended:"Suspenso, pois esse software não está recebendo conteúdo"
_bubbleGame:
howToPlay:"Como jogar"
hold:"Próximos"
@@ -1455,11 +1676,37 @@ _serverSettings:
fanoutTimelineDbFallback:"\"Fallback\" ao banco de dados"
fanoutTimelineDbFallbackDescription:"Quando habilitado, a linha do tempo irá recuar ao banco de dados caso consultas adicionais sejam feitas e ela não estiver em cache. Quando desabilitado, o impacto no servidor será reduzido ao eliminar o recuo, mas limita a quantidade de linhas do tempo que podem ser recebidas."
reactionsBufferingDescription:"Quando ativado, o desempenho durante a criação de uma reação será melhorado substancialmente, reduzindo a carga do banco de dados. Porém, a o uso de memória do Redis irá aumentar."
remoteNotesCleaning:"Limpeza automática de notas remotas"
remoteNotesCleaning_description:"Quando habilitado, notas remotas obsoletas e não utilizadas serão periodicamente limpadas para previnir sobrecarga no banco de dados."
remoteNotesCleaningMaxProcessingDuration:"Maximizar tempo de processamento da limpeza"
remoteNotesCleaningExpiryDaysForEachNotes:"Mínimo de dias para retenção de notas"
inquiryUrl:"URL de inquérito"
inquiryUrlDescription:"Especifique um URL para um formulário de inquérito para a administração ou uma página web com informações de contato."
openRegistration:"Abrir a criação de contas"
openRegistrationWarning:"Abrir cadastros contém riscos. É recomendado apenas habilitá-los se houver um sistema de monitoramento contínuo e resolução imediata de problemas."
thisSettingWillAutomaticallyOffWhenModeratorsInactive:"Se nenhuma atividade da moderação for detectada por um tempo, essa configuração será desativada para prevenir spam."
deliverSuspendedSoftware:"Software Suspenso"
deliverSuspendedSoftwareDescription:"Você pode especificar uma faixa de nomes e versões do software de servidores para cancelar o envio de conteúdo por motivos como vulnerabilidades. Essa informação da versão é providenciada pelo servidor e pode não ser confiável. Uma faixa semver pode ser utilizada para especificar a versão, mas colocar '>= 2024.3.1' não incluirá versões personalizadas como '2024.3.1-custom.0'. Logo, é recomendado inserir uma especificação como '>= 2024.3.1-0'"
singleUserMode:"Modo de usuário único"
singleUserMode_description:"Se você é o único usuário desse servidor, habilitar esse modo irá otimizar a performance."
signToActivityPubGet:"Assinar solicitações GET do ActivityPub"
signToActivityPubGet_description:"Normalmente, isso deve ser habilitado. Desabilitar pode melhorar o desempenho na federação, mas também pode cortar a federação com alguns servidores."
proxyRemoteFiles:"Passar arquivos remotos por proxy"
proxyRemoteFiles_description:"Se habilitado, o servidor irá servir arquivos remotos através de um proxy. Isso é útil para gerar prévias de imagens e proteger a privacidade do usuário."
allowExternalApRedirect:"Permitir redirecionamento de conteúdo pelo ActivityPub"
allowExternalApRedirect_description:"Se habilitado, outros servidores podem solicitar conteúdo de terceiros através desse servidor, o que pode resultar em falsificação de conteúdo (spoofing)."
userGeneratedContentsVisibilityForVisitor:"Visibilidade de conteúdo dos usuários para visitantes"
userGeneratedContentsVisibilityForVisitor_description:"Isso é útil para prevenir problemas causados por conteúdo inapropriado de usuários remotos de servidores com pouca ou nenhuma moderação, que pode ser hospedado na internet a partir desse servidor."
userGeneratedContentsVisibilityForVisitor_description2:"Publicar todo o conteúdo do servidor para a internet pode ser arriscado. Isso é especialmente importante para visitantes que desconhecem a natureza distribuída do conteúdo na internet, pois eles podem acreditar que o conteúdo remoto é criado por usuários desse servidor."
restartServerSetupWizardConfirm_title:"Reiniciar o assistente de configuração?"
localOnly:"Conteúdo local é publicado, conteúdo remoto é privado"
none:"Tudo é privado"
_accountMigration:
moveFrom:"Migrar outra conta para essa"
moveFromSub:"Criar um 'alias' a outra conta"
@@ -1756,6 +2003,8 @@ _role:
descriptionOfIsExplorable:"Ao ativar, a lista de membros será pública na seção 'Explorar' e a linha do tempo do cargo ficará disponível."
displayOrder:"Ordenação"
descriptionOfDisplayOrder:"Quanto maior o número, maior a posição de destaque na interface do usuário."
preserveAssignmentOnMoveAccount:"Preservar a associação de cargos durante a migração"
preserveAssignmentOnMoveAccount_description:"Quando ligado, esse cargo será encaminhado para a conta final quando houver migração de um usuário."
canEditMembersByModerator:"Permitir a edição de membros deste cargo por moderadores"
descriptionOfCanEditMembersByModerator:"Quando ativado, os moderadores também poderão atribuir/remover usuários deste papel, além dos administradores. Quando desativado, apenas os administradores poderão fazê-lo."
canManageAvatarDecorations:"Gerenciar decorações de avatar"
driveCapacity:"Capacidade do drive"
maxFileSize:"Tamanho máximo de envio de arquivos"
alwaysMarkNsfw:"Sempre marcar arquivos como NSFW"
canUpdateBioMedia:"Permitir a edição de ícone ou imagem do banner."
pinMax:"Número máximo de notas fixadas"
@@ -1789,6 +2039,7 @@ _role:
descriptionOfRateLimitFactor:"Valores menores são menos restritivos, valores maiores são mais restritivos."
canHideAds:"Permitir ocultar anúncios"
canSearchNotes:"Permitir a busca de notas"
canSearchUsers:"Busca de usuário"
canUseTranslator:"Uso do tradutor"
avatarDecorationLimit:"Número máximo de decorações de avatar que podem ser aplicadas"
canImportAntennas:"Permitir importação de antenas"
@@ -1796,6 +2047,13 @@ _role:
canImportFollowing:"Permitir importação de usuários seguidos"
canImportMuting:"Permitir importação de silenciamentos"
canImportUserLists:"Permitir importação de listas"
chatAvailability:"Permitir Conversas"
uploadableFileTypes:"Tipos de arquivo enviáveis"
uploadableFileTypes_caption:"Especifica tipos MIME permitidos. Múltiplos tipos MIME podem ser especificados separando-os por linha. Curingas podem ser especificados com um asterisco (*). (exemplo, image/*)"
uploadableFileTypes_caption2:"Alguns tipos de arquivos podem não ser detectados. Para permiti-los, adicione {x} à especificação."
noteDraftLimit:"Limite de rascunhos possíveis"
scheduledNoteLimit:"Número máximo de notas agendadas simultâneas"
watermarkAvailable:"Disponibilidade da função de marca d'água"
_condition:
roleAssignedTo:"Atribuído a cargos manuais"
isLocal:"Usuário local"
@@ -1955,10 +2213,12 @@ _theme:
install:"Instalar um tema"
manage:"Gerenciar temas"
code:"Código do tema"
copyThemeCode:"Copiar código do tema"
description:"Descrição"
installed:"{name} foi instalado"
installedThemes:"Temas instalados"
builtinThemes:"Temas nativos"
instanceTheme:"Tema do servidor"
alreadyInstalled:"Esse tema já foi instalado"
invalid:"O formato desse tema é invalido"
make:"Fazer um tema"
@@ -1991,7 +2251,6 @@ _theme:
header:"Cabeçalho"
navBg:"Plano de fundo da barra lateral"
navFg:"Texto da barra lateral"
navHoverFg:"Texto da coluna lateral (Selecionado)"
navActive:"Texto da coluna lateral (Ativa)"
navIndicator:"Indicador da coluna lateral"
link:"Link"
@@ -2013,18 +2272,15 @@ _theme:
buttonBg:"Plano de fundo de botão"
buttonHoverBg:"Plano de fundo de botão (Selecionado)"
inputBorder:"Borda de campo digitável"
driveFolderBg:"Plano de fundo da pasta no Drive"
wallpaperOverlay:"Sobreposição do papel de parede."
badge:"Emblema"
messageBg:"Plano de fundo do chat"
accentDarken:"Cor de destaque (Escurecida)"
accentLighten:"Cor de destaque (Esclarecida)"
fgHighlighted:"Texto Destacado"
_sfx:
note:"Posts"
noteMy:"Própria nota"
notification:"Notificações"
reaction:"Ao selecionar uma reação"
chatMessage:"Mensagens em Conversas"
_soundSettings:
driveFile:"Usar um arquivo de áudio do Drive."
driveFileWarn:"Selecione um arquivo de áudio do Drive."
@@ -2057,6 +2313,7 @@ _time:
minute:"Minuto(s)"
hour:"Hora(s)"
day:"Dia(s)"
month:"Mês(es)"
_2fa:
alreadyRegistered:"Você já cadastrou um dispositivo de autenticação de dois fatores."
registerTOTP:"Cadastrar aplicativo autenticador"
@@ -2171,6 +2428,8 @@ _permissions:
"read:clip-favorite": "Ver Clipes favoritados"
"read:federation": "Ver dados de federação"
"write:report-abuse": "Reportar violação"
"write:chat": "Compor ou editar mensagens de chat"
"read:chat": "Navegar Conversas"
_auth:
shareAccessTitle:"Conceder permissões do aplicativo"
shareAccess:"Você gostaria de autorizar \"{name}\" para acessar essa conta?"
@@ -2229,6 +2488,7 @@ _widgets:
chooseList:"Selecione uma lista"
clicker:"Clicker"
birthdayFollowings:"Usuários de aniversário hoje"
chat:"Conversar com usuário"
_cw:
hide:"Esconder"
show:"Carregar mais"
@@ -2268,9 +2528,14 @@ _visibility:
disableFederation:"Defederar"
disableFederationDescription:"Não transmitir às outras instâncias"
_postForm:
quitInspiteOfThereAreUnuploadedFilesConfirm:"Há arquivos que não foram enviados, gostaria de descartá-los e fechar o editor?"
uploaderTip:"O arquivo ainda não foi enviado. No menu do arquivo, você pode renomear, cortar, adicionar uma marca d'água, comprimir ou descomprimir um arquivo. Arquivos serão enviados automaticamente ao publicar a nota."
replyPlaceholder:"Responder a essa nota..."
quotePlaceholder:"Citar essa nota..."
channelPlaceholder:"Postar em canal..."
_howToUse:
visibility_title:"Visibilidade"
menu_title:"Menu\n"
_placeholders:
a:"Como vão as coisas?"
b:"O que está rolando por aí?"
@@ -2357,9 +2622,6 @@ _pages:
newPage:"Criar uma Página"
editPage:"Editar essa Página"
readPage:"Ver a fonte dessa Página"
created:"Página criada com sucesso"
updated:"Página atualizada com sucesso"
deleted:"Página excluída com sucesso"
pageSetting:"Configurações da página"
nameAlreadyExists:"O URL de Página especificado já existe"
invalidNameTitle:"O URL de Página especificado é inválido"
@@ -2419,9 +2681,12 @@ _notification:
youReceivedFollowRequest:"Você recebeu um pedido de seguidor"
yourFollowRequestAccepted:"Seu pedido de seguidor foi aceito"
pollEnded:"Os resultados da enquete agora estão disponíveis"
scheduledNotePosted:"Nota agendada foi publicada"
scheduledNotePostFailed:"Não foi possível publicar nota agendada"
newNote:"Nova nota"
unreadAntennaNote:"Antena {name}"
roleAssigned:"Cargo dado"
chatRoomInvitationReceived:"Você foi convidado para uma conversa"
emptyPushNotificationMessage:"As notificações de alerta foram atualizadas"
achievementEarned:"Conquista desbloqueada"
testNotification:"Notificação teste"
@@ -2435,6 +2700,8 @@ _notification:
flushNotification:"Limpar notificações"
exportOfXCompleted:"Exportação de {x} foi concluída"
login:"Alguém entrou na conta"
createToken:"Uma token de acesso foi criada"
createTokenDescription:"Se você não faz ideia, exclua o token de acesso através de \"{text}\"."
_types:
all:"Todas"
note:"Novas notas"
@@ -2448,9 +2715,11 @@ _notification:
receiveFollowRequest:"Recebeu pedidos de seguidor"
followRequestAccepted:"Aceitou pedidos de seguidor"
roleAssigned:"Cargo dado"
chatRoomInvitationReceived:"Convite de conversa recebido"
achievementEarned:"Conquista desbloqueada"
exportCompleted:"A exportação foi concluída"
login:"Iniciar sessão"
createToken:"Criar token de acesso"
test:"Notificação teste"
app:"Notificações de aplicativos conectados"
_actions:
@@ -2460,6 +2729,9 @@ _notification:
_deck:
alwaysShowMainColumn:"Sempre mostrar a coluna principal"
columnAlign:"Alinhar colunas"
columnGap:"Margem entre colunas"
deckMenuPosition:"Posição do menu do deck"
navbarPosition:"Posição da barra de navegação"
addColumn:"Adicionar coluna"
newNoteNotificationSettings:"Opções de notificação para novas notas"
configureColumn:"Configurar coluna"
@@ -2478,6 +2750,7 @@ _deck:
useSimpleUiForNonRootPages:"Usar UI simples para páginas navegadas"
usedAsMinWidthWhenFlexible:"A largura mínima será usada para isso quando o \"Ajuste automático da largura\" estiver ativado"
flexible:"Ajuste automático da largura"
enableSyncBetweenDevicesForProfiles:"Habilitar sincronização das informações do perfil entre dispositivos"
_columns:
main:"Principal"
widgets:"Widgets"
@@ -2489,6 +2762,7 @@ _deck:
mentions:"Menções"
direct:"Notas diretas"
roleTimeline:"Linha do tempo do cargo"
chat:"Conversar com usuário"
_dialog:
charactersExceeded:"Você excedeu o limite de caracteres! Atualmente em {current} de {max}."
charactersBelow:"Você está abaixo do limite mínimo de caracteres! Atualmente em {current} of {min}."
@@ -2585,6 +2859,8 @@ _moderationLogTypes:
deletePage:"Remover página"
deleteFlash:"Remover Play"
deleteGalleryPost:"Remover a publicação da galeria"
deleteChatRoom:"Sala de Conversas Excluída"
updateProxyAccountDescription:"Atualizar descrição da conta de proxy"
_fileViewer:
title:"Detalhes do arquivo"
type:"Tipo de arquivo"
@@ -2592,16 +2868,15 @@ _fileViewer:
url:"URL"
uploadedAt:"Adicionado em"
attachedNotes:"Notas anexadas"
usage:"Usado"
thisPageCanBeSeenFromTheAuthor:"Essa página só pode ser vista pelo usuário que enviou esse arquivo."
_externalResourceInstaller:
title:"Instalar de site externo"
checkVendorBeforeInstall:"Tenha certeza de que o distribuidor desse recurso é confiável antes da instalação."
_plugin:
title:"Deseja instalar esse plugin?"
metaTitle:"Informações do plugin"
_theme:
title:"Deseja instalar esse tema?"
metaTitle:"Informações do tema"
_meta:
base:"Paleta de cores base"
_vendorInfo:
@@ -2641,9 +2916,12 @@ _dataSaver:
_avatar:
title:"Imagem do avatar"
description:"Parar animação de avatares. Imagens animadas podem ter um arquivo mais pesado do que imagens normais, potencialmente levando a reduções no tráfego de dados."
_urlPreview:
title:"Miniaturas na prévia de URLs"
description:"Miniaturas na prévia de URLs não serão mais carregadas."
_urlPreviewThumbnail:
title:"Esconder miniaturas em prévias de URL"
description:"Miniaturas em prévias de URL não serão carregadas."
_disableUrlPreview:
title:"Desabilitar prévias de URL"
description:"Desabilita a função de prévias de URL. Diferente das miniaturas, essa função impede o carregamento de toda informação do link."
_code:
title:"Destaque de código"
description:"Se as notações de formatação de código forem utilizadas em MFM, elas não irão carregar até serem selecionadas. Destaque de código exige baixar arquivos de alta definição para cada linguagem de programação. Logo, desabilitar o carregamento automático desses arquivos diminui a quantidade de informação comunicada."
@@ -2701,6 +2979,8 @@ _offlineScreen:
_urlPreviewSetting:
title:"Configurações da prévia de URL"
enable:"Habilitar prévia de URL"
allowRedirect:"Permitir redirecionamentos de URL em prévias."
allowRedirectDescription:"Se um URL tem um redirecionamento, você pode habilitar essa função para segui-lo e exibir a prévia do conteúdo redirecionado. Desabilitar isso irá economizar recursos, mas o conteúdo não será exibido."
timeout:"Tempo máximo para obter a prévia (ms)"
timeoutDescription:"Se demorar mais que esse valor para obter uma prévia, ela não será gerada."
maximumContentLength:"Content-Length máximo (em bytes)"
@@ -2721,6 +3001,62 @@ _contextMenu:
app:"Aplicativo"
appWithShift:"Aplicativo com a tecla shift"
native:"Nativo"
_gridComponent:
_error:
requiredValue:"Esse valor é necessário"
columnTypeNotSupport:"Validação de expressões regulares (RegEx) só é permitida em colunas type:text."
patternNotMatch:"Esse valor não se encaixa no padrão de {pattern}"
searchSettingCaption:"Definir critérios detalhados de busca."
searchLimit:"Limite de busca"
sortOrder:"Ordem de classificação"
registrationLogs:"Histórico de registros"
registrationLogsCaption:"Atualizações e remoções de emoji serão gravadas no histórico. Atualizar, remover, mover a uma nova página ou recarregar limpará o histórico"
alertEmojisRegisterFailedDescription:"Não foi possível atualizar ou remover emojis. Por favor, confira o histórico de registro para mais detalhes."
_logs:
showSuccessLogSwitch:"Exibir sucessos no histórico"
failureLogNothing:"Não há registro de falhas."
logNothing:"Não há registros."
_remote:
selectionRowDetail:"Detalhes da linha selecionada"
importSelectionRangesRows:"Importar linhas no intervalo"
importEmojisButton:"Importar Emojis selecionados"
confirmImportEmojisTitle:"Importar Emojis"
confirmImportEmojisDescription:"Importar {count} Emoji(s) recebidos de um servidor remoto. Por favor, preste atenção na licença do Emoji. Tem certeza que deseja continuar?"
_local:
tabTitleList:"Emojis registrados"
tabTitleRegister:"Registro de Emoji"
_list:
emojisNothing:"Não há Emojis registrados."
markAsDeleteTargetRows:"Marcar linhas selecionadas para remoção"
markAsDeleteTargetRanges:"Marcar linhas no intervalo para remoção"
alertUpdateEmojisNothingDescription:"Não há Emojis atualizados."
alertDeleteEmojisNothingDescription:"Não há Emojis marcados para remoção."
confirmResetDescription:"Todas as mudanças serão redefinidas."
confirmMovePageDesciption:"Mudanças foram feitas nos Emojis dessa página. Se você sair sem salvar, todas serão descartadas."
dialogSelectRoleTitle:"Buscar por cargo que pode usar esse Emoji"
_register:
uploadSettingTitle:"Configurações de envio"
uploadSettingDescription:"Nessa tela, você pode configurar o comportamento ao enviar Emojis."
directoryToCategoryLabel:"Transformar as pastas em categorias"
directoryToCategoryCaption:"Quando você arrastar um diretório, converter o caminho das pastas no campo \"categoria\"."
confirmRegisterEmojisDescription:"Registrando os Emojis da lista como novos Emojis personalizados. Deseja continuar? (Para evitar sobrecarga, apenas {count} Emoji(s) podem ser registrados em uma única operação)"
confirmClearEmojisDescription:"Descartando edições e limpando Emojis da lista. Deseja continuar?"
confirmUploadEmojisDescription:"Enviando {count} arquivo(s) arrastados ao drive. Deseja continuar?"
_embedCodeGen:
title:"Personalizar código do embed"
header:"Exibir cabeçalho"
@@ -2757,8 +3093,231 @@ _remoteLookupErrors:
_responseInvalid:
title:"Resposta inválida"
description:"Foi possível comunicar com o servidor, porém os dados obtidos foram incorretos."
_responseInvalidIdHostNotMatch:
description:"O domínio do endereço inserido difere do domínio do endereço final. Se você estiver pesquisando por um servidor de terceiros, tente buscar novamente com um endereço que pode ser obtido através do servidor original."
_noSuchObject:
title:"Não encontrado"
description:"O recurso solicitado não foi encontrado, confira o endereço."
_captcha:
verify:"Por favor, verifique o CAPTCHA"
testSiteKeyMessage:"Você pode conferir a prévia inserindo valores de teste para o site e chaves secretas.\nVeja a página seguinte para mais detalhes."
_error:
_requestFailed:
title:"O pedido do CAPTCHA falhou"
text:"Por favor, tente novamente ou verifique as configurações."
_verificationFailed:
title:"A validação do CAPTCHA falhou"
text:"Por favor, verifique se as configurações estão corretas."
_unknown:
title:"Erro CAPTCHA"
text:"Houve um erro inexperado."
_bootErrors:
title:"Falha ao carregar"
serverError:"Se o problema persistir após esperar um momento e recarregar, contate a administração da instância com o seguinte ID de erro."
solution:"O seguinte pode resolver o problema."
solution1:"Atualize seu navegador e sistema operacional para a última versão."
solution2:"Desative o bloqueador de anúncios"
solution3:"Limpe o cache do navegador"
solution4:"Defina dom.webaudio.enabled como verdadeiro no Navegador Tor"
otherOption:"Outras opções"
otherOption1:"Excluir ajustes de cliente e cache"
otherOption2:"Iniciar o cliente simples"
otherOption3:"Iniciar ferramenta de reparo"
otherOption4:"Abrir Misskey no modo seguro"
_search:
searchScopeAll:"Todos"
searchScopeLocal:"Local"
searchScopeServer:"Servidor específico"
searchScopeUser:"Usuário específico"
pleaseEnterServerHost:"Insira o endereço do servidor"
installCompleted:"Instalação do Misskey concluída!"
firstCreateAccount:"Para iniciar, crie uma conta de administrador."
accountCreated:"Conta de administrador foi criada!"
serverSetting:"Configurações de Servidor"
youCanEasilyConfigureOptimalServerSettingsWithThisWizard:"O assistente facilita a configuração do servidor."
settingsYouMakeHereCanBeChangedLater:"Configurações alteradas pelo assistente podem ser ajustadas posteriormente."
howWillYouUseMisskey:"Como você usará o Misskey?"
_use:
single:"Servidor de Usuário Único"
single_description:"Utilizar servidor sozinho."
single_youCanCreateMultipleAccounts:"Múltiplas contas podem ser criadas se necessário, mesmo operando como servidor de usuário único."
group:"Servidor de Grupo"
group_description:"Convide outros usuários confiáveis para utilizar com mais de um usuário"
open:"Servidor Público"
open_description:"Permitir registro de todos."
openServerAdvice:"Aceitar um número alto de pessoas desconhecidas pode envolve um risco. Recomendamos que você opere com um sistema de moderação confiável para resolver quaisquer problemas."
openServerAntiSpamAdvice:"Para prevenir que o seu servidor se torne alvo de spam, é essencial cuidar da segurança habilitando recursos antibot como o reCAPTCHA."
largeScaleServerAdvice:"Servidores de larga escala podem precisar de conhecimento avançado de infraestrutura, como balanceamento de carga e replicação de banco de dados."
doYouConnectToFediverse:"Você deseja conectar-se com o Fediverso?"
doYouConnectToFediverse_description1:"Quando conectado com uma rede distribuída de servidores (Fediverso), o conteúdo pode ser trocado com outros servidores."
doYouConnectToFediverse_description2:"Conectar com o Fediverso também é chamado de \"federação\""
youCanConfigureMoreFederationSettingsLater:"Configurações adicionais como especificar servidores para conectar-se com podem ser feitas posteriormente"
remoteContentsCleaning:"Limpeza automática de conteúdos recebidos"
remoteContentsCleaning_description:"A federação pode resultar em uma entrada contínua de conteúdo. Habilitar a limpeza automática removerá conteúdo obsoleto e não referenciado do servidor para economizar armazenamento."
adminInfo:"Informações da administração"
adminInfo_description:"Define as informações do administrador usadas para receber consultas."
adminInfo_mustBeFilled:"Deve ser preenchido se o servidor é público ou se a federação está ativa."
followingSettingsAreRecommended:"As configurações a seguir são recomendadas"
applyTheseSettings:"Aplicar essas configurações"
skipSettings:"Pular configuração"
settingsCompleted:"Instalação concluída!"
settingsCompleted_description:"Obrigado pelo seu tempo. Agora que tudo está pronto, você pode começar a utilizar o servidor."
settingsCompleted_description2:"As configurações do servidor podem ser alteradas no \"Painel de Controle\""
donationRequest:"Solicitação de Doação"
_donationRequest:
text1:"Misskey é software aberto desenvolvido por voluntários."
text2:"Nós apreciaríamos o seu apoio para podermos continuar o desenvolvimento desse software no futuro."
text3:"Também há benefícios especiais para apoiadores!"
_uploader:
editImage:"Editar Imagem"
compressedToX:"Comprimido para {x}"
savedXPercent:"Salvando {x}%"
abortConfirm:"Alguns arquivos não foram enviados, deseja abortar?"
doneConfirm:"Alguns arquivos não foram enviados, deseja continuar mesmo assim?"
maxFileSizeIsX:"O tamanho máximo de arquivos enviados é {x}"
allowedTypes:"Tipos de arquivo enviáveis"
tip:"O arquivo não foi enviado. Então, esse diálogo permite que você confirme, renomeie, comprima e recorte o arquivo antes de enviar. Quando estiver pronto, você pode enviar apertando o botão \"Enviar\"."
_clientPerformanceIssueTip:
title:"Dicas de desempenho"
makeSureDisabledAdBlocker:"Desative o seu bloqueador de anúncios"
makeSureDisabledAdBlocker_description:"Bloqueadores de anúncios podem afetar o desempenho. Certifique-se que eles não estão habilitados no seu sistema ou nos recursos/extensões do navegador. "
makeSureDisabledCustomCss_description:"Substituir o estilo da página pode afetar o desempenho. Certifique-se que o CSS personalizado ou extensões que modifiquem o estilo da página estejam desabilitados."
makeSureDisabledAddons:"Desabilite extensões"
makeSureDisabledAddons_description:"Algumas extensões podem afetar comportamentos do cliente e afetar o desempenho. Por favor, desative as extensões do seu navegador e veja se isso melhora a situação."
_clip:
tip:"Clip é uma função que permite organização das suas notas."
_userLists:
tip:"Listas podem conter qualquer usuário que você especificar em sua criação. A lista criada aparece como uma linha do tempo exibindo usuários selecionados."
watermark:"Marca d'água"
defaultPreset:"Predefinição Padrão"
_watermarkEditor:
tip:"Uma marca d'água, como informação de autoria, pode ser adicionada à imagem."
quitWithoutSaveConfirm:"Descartar mudanças?"
driveFileTypeWarn:"Esse arquivo não é compatível"
driveFileTypeWarnDescription:"Escolha um arquivo de imagem"
title:"Editar marca d'água"
cover:"Cobrir tudo"
repeat:"Espalhar pelo conteúdo"
opacity:"Opacidade"
scale:"Tamanho"
text:"Texto"
qr:"Código QR"
position:"Posição"
margin:"Margem"
type:"Tipo"
image:"imagem"
advanced:"Avançado"
angle:"Ângulo"
stripe:"Listras"
stripeWidth:"Largura da linha"
stripeFrequency:"Número de linhas"
polkadot:"Bolinhas"
checker:"Xadrez"
polkadotMainDotOpacity:"Opacidade da bolinha principal"
polkadotMainDotRadius:"Raio da bolinha principal"
polkadotSubDotOpacity:"Opacidade da bolinha secundária"
polkadotSubDotRadius:"Raio das bolinhas adicionais"
polkadotSubDotDivisions:"Número de bolinhas adicionais"
leaveBlankToAccountUrl:"Deixe em branco para utilizar URL da conta"
_imageEffector:
title:"Efeitos"
addEffect:"Adicionar efeitos"
discardChangesConfirm:"Tem certeza que deseja sair? Há mudanças não salvas."
nothingToConfigure:"Não há nada para configurar"
_fxs:
chromaticAberration:"Aberração cromática"
glitch:"Glitch"
mirror:"Espelho"
invert:"Inverter Cores"
grayscale:"Tons de Cinza"
blur:"Desfoque"
pixelate:"Pixelizar"
colorAdjust:"Correção de Cores"
colorClamp:"Compressão de Cores"
colorClampAdvanced:"Compressão Avançada de Cores"
distort:"Distorção"
threshold:"Limiarização Binária"
zoomLines:"Linhas de Ação"
stripe:"Listras"
polkadot:"Bolinhas"
checker:"Xadrez"
blockNoise:"Bloquear Ruído"
tearing:"Descontinuidade"
fill:"Preencher"
_fxProps:
angle:"Ângulo"
scale:"Tamanho"
size:"Tamanho"
radius:"Raio"
samples:"Número de amostras"
offset:"Posição"
color:"Cor"
opacity:"Opacidade"
normalize:"Normalizar"
amount:"Quantidade"
lightness:"Esclarecer"
contrast:"Contraste"
hue:"Matiz"
brightness:"Brilho"
saturation:"Saturação"
max:"Máximo"
min:"Mínimo"
direction:"Direção"
phase:"Fase"
frequency:"Frequência"
strength:"Força"
glitchChannelShift:"Mudança de canal"
seed:"Valor da semente"
redComponent:"Componente vermelho"
greenComponent:"Componente verde"
blueComponent:"Componente azul"
threshold:"Limiar"
centerX:"Centralizar X"
centerY:"Centralizar Y"
zoomLinesSmoothing:"Suavização"
zoomLinesSmoothingDescription:"Suavização e largura das linhas de zoom não podem ser utilizados simultaneamente."
zoomLinesThreshold:"Largura das linhas de zoom"
zoomLinesMaskSize:"Diâmetro do centro"
zoomLinesBlack:"Linhas pretas"
circle:"Circular"
drafts:"Rascunhos"
_drafts:
select:"Selecionar Rascunho"
cannotCreateDraftAnymore:"O número máximo de rascunhos foi excedido."
cannotCreateDraft:"Você não pode criar um rascunho com esse conteúdo."
delete:"Excluir Rascunho"
deleteAreYouSure:"Excluir rascunho?"
noDrafts:"Sem rascunhos"
replyTo:"Resposta a {user}"
quoteOf:"Citação à nota de {user}"
postTo:"Publicando em {channel}"
saveToDraft:"Salvar como Rascunho"
restoreFromDraft:"Restaurar de Rascunho"
restore:"Redefinir"
listDrafts:"Lista de Rascunhos"
schedule:"Agendar nota"
listScheduledNotes:"Lista de notas agendadas"
cancelSchedule:"Cancelar agendamento"
qr:"Código QR"
_qr:
showTabTitle:"Visualizar"
readTabTitle:"Escanear"
shareTitle:"{name} {acct}"
shareText:"Siga-me no Fediverso!"
chooseCamera:"Escolher câmera"
cannotToggleFlash:"Não foi possível ligar a lanterna"
introMisskey:"Добро пожаловать! Misskey — это децентрализованный сервис микроблогов с открытым исходным кодом.\nПишите «заметки» — делитесь со всеми происходящим вокруг или рассказывайте осебе 📡\nСтавьте «реакции» — выражайте свои чувства и эмоции от заметок других 👍\nОткройте для себя новый мир 🚀"
poweredByMisskeyDescription:"{name} –сервис на платформес открытым исходным кодом <b>Misskey</b>, называемый экземпляром Misskey."
poweredByMisskeyDescription:"{name} –один из инстансов (также называемый экземпляром Misskey), использующий платформус открытым исходным кодом <b>Misskey</b>."
monthAndDay:"{day}.{month}"
search:"Поиск"
reset:"Сброс"
notifications:"Уведомления"
username:"Имя пользователя"
password:"Пароль"
@@ -48,6 +49,7 @@ pin: "Закрепить в профиле"
unpin:"Открепить от профиля"
copyContent:"Скопировать содержимое"
copyLink:"Скопировать ссылку"
copyRemoteLink:"Скопировать ссылку на репост"
copyLinkRenote:"Скопировать ссылку на репост"
delete:"Удалить"
deleteAndEdit:"Удалить и отредактировать"
@@ -80,12 +82,12 @@ export: "Экспорт"
files:"Файлы"
download:"Скачать"
driveFileDeleteConfirm:"Удалить файл «{name}»? Заметки с ним также будут удалены."
unfollowConfirm:"Удалить из подписок пользователя {name}?"
unfollowConfirm:"Отписаться от {name}?"
exportRequested:"Вы запросили экспорт. Это может занять некоторое время. Результат будет добавлен на «Диск»."
importRequested:"Вы запросили импорт. Это может занять некоторое время."
@@ -235,7 +239,11 @@ clearCachedFilesConfirm: "Удалить все закэшированные ф
blockedInstances:"Заблокированные инстансы"
blockedInstancesDescription:"Введите список инстансов, которые хотите заблокировать. Они больше не смогут обмениваться с вашим инстансом."
silencedInstances:"Заглушённые инстансы"
silencedInstancesDescription:"Перечислите имена серверов, которые вы хотите отключить, разделив их новой строкой. Все учетные записи, принадлежащие к указанным в списке серверам, будут заблокированы и смогут отправлять запросы только на повторное использование и не смогут указывать локальные учетные записи, если они не будут отслеживаться. Это не повлияет на заблокированные серверы."
mediaSilencedInstances:"Заглушённые сервера"
mediaSilencedInstancesDescription:"Укажите названия серверов, для которых вы хотите отключить доступ к файлам, по одному серверу в строке. Все учетные записи, принадлежащие к перечисленным серверам, будут считаться конфиденциальными и не смогут использовать пользовательские эмодзи. Это никак не повлияет на заблокированные серверы."
keepOriginalUploadingDescription:"Сохраняет исходную версию при загрузке изображений. Если выключить, то при загрузке браузер генерирует изображение для публикации."
@@ -292,10 +299,11 @@ uploadFromUrl: "Загрузить по ссылке"
uploadFromUrlDescription:"Ссылка на файл, который хотите загрузить"
uploadFromUrlRequested:"Загрузка выбранного"
uploadFromUrlMayTakeTime:"Загрузка может занять некоторое время."
uploadNFiles:"Загрузить {n} файл"
explore:"Обзор"
messageRead:"Прочитали"
noMoreHistory:"История закончилась"
startMessaging:"Начать общение"
startChat:"Начать чат"
nUsersRead:"Прочитали {n}"
agreeTo:"Я соглашаюсь с {0}"
agree:"Согласен"
@@ -389,7 +397,7 @@ pinnedUsersDescription: "Перечислите по одному имени п
pinnedPages:"Закрепленные страницы"
pinnedPagesDescription:"Если хотите закрепить страницы на главной сайта, сюда можно добавить пути к ним, каждый в отдельной строке."
antennaKeywordsDescription:"Пишите слова через пробел в одной строке, чтобы ловить их появление вместе; на отдельных строках располагайте слова, или группы слов, чтобы ловить любые из них."
notifyAntenna:"Уведомлять о новых заметках"
withFileAntenna:"Только заметки с вложениями"
excludeNotesInSensitiveChannel:"Исключить заметки из конфиденциальных каналов"
enableServiceworker:"Включить ServiceWorker"
antennaUsersDescription:"Пишите каждое название аккаута на отдельной строке"
scratchpadDescription:"«Когтеточка» — это место для опытов с AiScript. Здесь можно писать программы, взаимодействующие с Misskey, запускать и смотреть что из этого получается."
uiInspectorDescription:"Вы можете просмотреть список экземпляров компонентов пользовательского интерфейса, существующих в памяти. Элементы пользовательского интерфейса генерируются с помощью серии функций Ui:C:."
output:"Выходы"
script:"Скрипт"
disablePagesScript:"Отключить скрипты на «Страницах»"
@@ -671,14 +688,19 @@ smtpSecure: "Использовать SSL/TLS для SMTP-соединений"
smtpSecureInfo:"Выключите при использовании STARTTLS."
testEmail:"Проверка доставки электронной почты"
wordMute:"Скрытие слов"
wordMuteDescription:"Сведите к минимуму записи, содержащие указанное утверждение. Нажмите на свернутую запись, чтобы отобразить ее."
hardWordMute:"Строгое скрытие слов"
showMutedWord:"Отображать слово без уведомления (звука)"
hardWordMuteDescription:"Скрыть заметки, содержащие указанное слово или фразу. В отличие от word mute, заметка будет полностью скрыта от просмотра."
regexpError:"Ошибка в регулярном выражении"
regexpErrorDescription:"В списке {tab} скрытых слов, в строке {line} обнаружена синтаксическая ошибка:"
instanceMute:"Глушение инстансов"
userSaysSomething:"{name} что-то сообщает"
userSaysSomethingAbout:"{name} что-то говорил о「{word}」"
deleteAccountConfirm:"Учётная запись будет безвозвратно удалена. Подтверждаете?"
incorrectPassword:"Пароль неверен."
incorrectTotp:"Введен неверный одноразовый пароль или срок его действия истек."
voteConfirm:"Отдать голос за «{choice}»?"
hide:"Спрятать"
useDrawerReactionPickerForMobile:"Выдвижная палитра на мобильном устройстве"
@@ -932,6 +956,9 @@ oneHour: "1 час"
oneDay:"1 день"
oneWeek:"1 неделя"
oneMonth:"1 месяц"
threeMonths:"3 месяца"
oneYear:"1 год"
threeDays:"3 дня"
reflectMayTakeTime:"Изменения могут занять время для отображения"
failedToFetchAccountInformation:"Не удалось получить информацию об аккаунте"
rateLimitExceeded:"Ограничение скорости превышено"
@@ -956,6 +983,7 @@ document: "Документ"
numberOfPageCache:"Количество сохранённых страниц в кэше"
numberOfPageCacheDescription:"Описание количества страниц в кэше"
logoutConfirm:"Вы хотите выйти из аккаунта?"
logoutWillClearClientData:"Когда вы выйдете из системы, информация о конфигурации клиента будет удалена из браузера.Чтобы иметь возможность восстановить информацию о вашей конфигурации при повторном входе в систему, пожалуйста, включите опцию автоматического резервного копирования в настройках."
lastActiveDate:"Последняя дата использования"
statusbar:"Статусбар"
pleaseSelect:"Пожалуйста, выберите"
@@ -1005,6 +1033,7 @@ neverShow: "Больше не показывать"
remindMeLater:"Напомнить позже"
didYouLikeMisskey:"Вам нравится Misskey?"
pleaseDonate:"Сайт {host} работает на Misskey. Это бесплатное программное обеспечение, и ваши пожертвования очень бы помогли продолжать его разработку!"
correspondingSourceIsAvailable:"Соответствующий исходный код можно найти по адресу {anchor} "
prohibitedWordsDescription:"Включает вывод ошибки при попытке опубликовать пост, содержащий указанное слово/набор слов.\nМножество слов может быть указано, разделяемые новой строкой."
prohibitedWordsDescription2:"Разделение пробелом создаёт спецификацию AND, а разделение косой чертой создаёт регулярное выражение."
hiddenTags:"Скрытые хештеги"
hiddenTagsDescription:"Установленные теги не будут отображаться в тренде, можно установить несколько тегов."
@@ -1070,6 +1100,7 @@ retryAllQueuesConfirmTitle: "Хотите попробовать ещё раз?"
retryAllQueuesConfirmText:"Нагрузка на сервер может увеличиться"
enableChartsForRemoteUser:"Создание диаграмм для удалённых пользователей"
enableChartsForFederatedInstances:"Создание диаграмм для удалённых серверов"
enableStatsForFederatedInstances:"Получить информацию об удаленном сервере"
showClipButtonInNoteFooter:"Показать кнопку добавления в подборку в меню действий с заметкой"
reactionsDisplaySize:"Размер реакций"
limitWidthOfReaction:"Ограничить максимальную ширину реакций и отображать их в уменьшенном размере."
@@ -1105,6 +1136,7 @@ preservedUsernames: "Зарезервированные имена пользо
preservedUsernamesDescription:"Перечислите зарезервированные имена пользователей, отделяя их строками. Они станут недоступны при создании учётной записи. Это ограничение не применяется при создании учётной записи администраторами. Также, уже существующие учётные записи останутся без изменений."
createNoteFromTheFile:"Создать заметку из этого файла"
archive:"Архив"
archived:"Архивировано"
unarchive:"Разархивировать"
channelArchiveConfirmTitle:"Переместить {name} в архив?"
channelArchiveConfirmDescription:"Архивированные каналы перестанут отображаться в списке каналов или результатах поиска. В них также нельзя будет добавлять новые записи."
@@ -1125,6 +1157,7 @@ rolesThatCanBeUsedThisEmojiAsReaction: "Роли тех, кому можно и
rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription:"Если здесь ничего не указать, в качестве реакции эту эмодзи сможет использовать каждый."
rolesThatCanBeUsedThisEmojiAsReactionPublicRoleWarn:"Эти роли должны быть общедоступными."
cancelReactionConfirm:"Вы действительно хотите удалить свою реакцию?"
changeReactionConfirm:"Вы действительно хотите удалить свою реакцию?"
noteOfThisUser:"Список заметок этого пользователя"
clipNoteLimitExceeded:"К этому клипу больше нельзя добавить заметки"
performance:"Производительность"
modified:"Изменено"
signinWithPasskey:"Войдите в систему, используя свой пароль"
unknownWebAuthnKey:"Неизвестный ключ"
passkeyVerificationFailed:"Ошибка проверка ключа доступа "
messageToFollower:"Сообщение подписчикам"
testCaptchaWarning:"Эта функция предназначена для тестирования CAPTCHA. <strong>Не использовать это в рабочей среде</strong>"
prohibitedWordsForNameOfUser:"Запрещенные слова (имя пользователя)"
prohibitedWordsForNameOfUserDescription:"Если имя пользователя содержит строку из этого списка, изменение имени пользователя будет запрещено. На пользователей с правами модератора это ограничение не распространяется. Имена пользователей также проверяются путём замены всех букв в нижнем регистре"
yourNameContainsProhibitedWords:"Имя, которое вы пытаетесь изменить, содержит запрещенную строку символов"
yourNameContainsProhibitedWordsDescription:"Имя содержит запрещённую строку символов. Если вы хотите использовать это имя, обратитесь к администратору сервера"
thisContentsAreMarkedAsSigninRequiredByAuthor:"Автор сообщения установил требование в виде авторизации для просмотра"
lockdown:"Доступ ограничен"
pleaseSelectAccount:"Выберите свой аккаунт"
availableRoles:"Доступные роли"
federationDisabled:"Федерация отключена для этого сервера. Вы не можете взаимодействовать с пользователями на других серверах."
draft:"Черновик"
markAsSensitiveConfirm:"Отметить контент как чувствительный?"
preferences:"Основное"
resetToDefaultValue:"Сбросить настройки до стандартных"
syncBetweenDevices:"Синхронизировать между устройствами"
postForm:"Форма отправки"
textCount:"Количество символов"
information:"Описание"
inMinutes:"мин"
inDays:"сут"
widgets:"Виджеты"
presets:"Шаблоны"
_imageEditing:
_vars:
filename:"Имя файла"
_imageFrameEditor:
header:"Заголовок"
font:"Шрифт"
fontSerif:"Антиква (с засечками)"
fontSansSerif:"Гротеск (без засечек)"
_chat:
invitations:"Пригласить"
noHistory:"История пока пуста"
members:"Участники"
home:"Главная"
send:"Отправить"
_settings:
webhook:"Вебхук"
preferencesBanner:"Вы можете настроить общее поведение клиента по вашим предпочтениям"
timelineAndNote:"Лента и заметки"
_chat:
showSenderName:"Показывать имя отправителя"
sendOnEnter:"Использовать Enter для отправки"
_delivery:
stop:"Заморожено"
_type:
@@ -1429,7 +1550,7 @@ _achievements:
description:"Нажато здесь"
_justPlainLucky:
title:"Чистая удача"
description:"Может достаться с вероятностью 0,01% каждые 10 секунд."
description:"Может достаться с вероятностью 0,005% каждые 10 секунд."
_setNameToSyuilo:
title:"Комплекс бога"
description:"Установлено «syuilo» в качестве имени"
@@ -1457,6 +1578,12 @@ _achievements:
title:"Brain Diver"
description:"Опубликована ссылка на песню «Brain Diver»"
flavor:"Мисски-Мисски Ла-Ту-Ма"
_bubbleGameExplodingHead:
title:"🤯"
description:"Самый большой объект в Bubble game"
_bubbleGameDoubleExplodingHead:
title:"Двойной🤯"
description:"Два самых больших объекта в Bubble game одновременно!"
_role:
new:"Новая роль"
edit:"Изменить роль"
@@ -1683,7 +1810,6 @@ _theme:
header:"Заголовок"
navBg:"Фон боковой панели"
navFg:"Текст на боковой панели"
navHoverFg:"Текст на боковой панели (под указателем)"
navActive:"Текст на боковой панели (активирован)"
navIndicator:"Индикатор на боковой панели"
link:"Ссылка"
@@ -1705,12 +1831,8 @@ _theme:
buttonBg:"Фон кнопки"
buttonHoverBg:"Текст кнопки"
inputBorder:"Рамка поля ввода"
driveFolderBg:"Фон папки «Диска»"
wallpaperOverlay:"Слой обоев"
badge:"Значок"
messageBg:"Фон беседы"
accentDarken:"Фон (затемнённый)"
accentLighten:"Фон (осветлённый)"
fgHighlighted:"Подсвеченный текст"
_sfx:
note:"Заметки"
@@ -1799,6 +1921,7 @@ _permissions:
"read:gallery-likes": "Просмотр списка понравившегося в галерее"
"write:gallery-likes": "Изменение списка понравившегося в галерее"
@@ -211,7 +211,6 @@ noUsers: "Det finns inga användare"
editProfile:"Redigera profil"
noteDeleteConfirm:"Är du säker på att du vill ta bort denna not?"
pinLimitExceeded:"Du kan inte fästa fler noter"
intro:"Misskey har installerats! Vänligen skapa en adminanvändare."
done:"Klar"
processing:"Bearbetar..."
preview:"Förhandsvisning"
@@ -249,7 +248,6 @@ removeAreYouSure: "Är du säker att du vill radera \"{x}\"?"
deleteAreYouSure:"Är du säker att du vill radera \"{x}\"?"
resetAreYouSure:"Vill du återställa?"
saved:"Sparad"
messaging:"Chatt"
upload:"Ladda upp"
keepOriginalUploading:"Behåll originalbild"
keepOriginalUploadingDescription:"Sparar den originellt uppladdade bilden i sitt i befintliga skick. Om avstängd, kommer en webbversion bli genererad vid uppladdning."
@@ -262,7 +260,6 @@ uploadFromUrlMayTakeTime: "Det kan ta tid tills att uppladdningen blir klar."
initialPasswordForSetup:"Початковий пароль для налаштування"
initialPasswordIsIncorrect:"Початковий пароль для налаштування неправильний"
initialPasswordForSetupDescription:"Використайте пароль, вказаний у конфігураційному файлі, якщо ви встановлювали Misskey власноруч.\nЯкщо використовуєте сервіси хостингу Misskey, використайте наданий пароль.\nЯкщо ви не маєте паролю, лишіть порожнім щоб продовжити. "
forgotPassword:"Я забув пароль"
fetchingAsApObject:"Отримуємо з федіверсу..."
ok:"OK"
@@ -45,6 +48,7 @@ pin: "Закріпити"
unpin:"Відкріпити"
copyContent:"Скопіювати контент"
copyLink:"Скопіювати посилання"
copyRemoteLink:"Копіювати віддалене посилання"
delete:"Видалити"
deleteAndEdit:"Видалити й редагувати"
deleteAndEditConfirm:"Ви впевнені, що хочете видалити цю нотатку та відредагувати її? Ви втратите всі реакції, поширення та відповіді на неї."
@@ -57,6 +61,7 @@ copyUserId: "Копіювати ID користувача"
copyNoteId:"блокнот ID користувача"
copyFileId:"Скопіювати ідентифікатор файлу."
searchUser:"Пошук користувачів"
searchThisUsersNotes:"Пошук нотаток користувача"
reply:"Відповісти"
loadMore:"Показати більше"
showMore:"Показати більше"
@@ -105,9 +110,11 @@ enterEmoji: "Введіть емодзі"
renote:"Поширити"
unrenote:"Відміна поширення"
renoted:"Поширити запис."
renotedToX:"Поширено до {name}"
cantRenote:"Неможливо поширити."
cantReRenote:"Поширення не можливо поширити."
quote:"Цитата"
inChannelRenote:"Поширено у канал"
pinnedNote:"Закріплений запис"
pinned:"Закріпити"
you:"Ви"
@@ -116,6 +123,7 @@ sensitive: "NSFW"
add:"Додати"
reaction:"Реакції"
reactions:"Реакції"
emojiPicker:"Вибір реакції"
reactionSettingDescription2:"Перемістити щоб змінити порядок, Клацнути мишою щоб видалити, Натиснути \"+\" щоб додати."
keepOriginalUploadingDescription:"Зберігає початково завантажене зображення як є. Якщо вимкнено, версія для відображення в Інтернеті буде створена під час завантаження."
@@ -259,7 +265,6 @@ uploadFromUrlMayTakeTime: "Завантаження може зайняти де
explore:"Огляд"
messageRead:"Прочитано"
noMoreHistory:"Подальшої історії немає"
startMessaging:"Розпочати діалог"
nUsersRead:"Прочитали {n}"
agreeTo:"Я погоджуюсь з {0}"
agreeBelow:"Я погоджуюся з наведеним нижче"
@@ -292,7 +297,9 @@ folderName: "Ім'я теки"
createFolder:"Створити теку"
renameFolder:"Перейменувати теку"
deleteFolder:"Видалити теку"
folder:"Тека"
addFile:"Додати файл"
showFile:"Показати файл"
emptyDrive:"Диск порожній"
emptyFolder:"Тека порожня"
unableToDelete:"Видалення неможливе"
@@ -305,6 +312,7 @@ copyUrl: "Копіювати URL"
rename:"Перейменувати"
avatar:"Аватар"
banner:"Банер"
displayOfSensitiveMedia:"Показ чутливого медіа"
whenServerDisconnected:"Коли зв’язок із сервером втрачено"
disconnectedFromServer:"Зв’язок із сервером було перервано"
reload:"Оновити"
@@ -351,8 +359,11 @@ hcaptcha: "hCaptcha"
enableHcaptcha:"Увімкнути hCaptcha"
hcaptchaSiteKey:"Ключ сайту"
hcaptchaSecretKey:"Секретний ключ"
mcaptcha:"MCaptcha"
enableMcaptcha:"Увімкнути MCaptcha"
mcaptchaSiteKey:"Ключ сайту"
mcaptchaSecretKey:"Секретний ключ"
mcaptchaInstanceUrl:"Посилання на сервер MCaptcha"
recaptcha:"reCAPTCHA"
enableRecaptcha:"Увімкнути reCAPTCHA"
recaptchaSiteKey:"Ключ сайту"
@@ -427,8 +438,6 @@ retype: "Введіть ще раз"
noteOf:"Нотатка {user}"
quoteAttached:"Цитата"
quoteQuestion:"Ви хочете додати цитату?"
noMessagesYet:"Ще немає повідомлень"
newMessageExists:"Є нові повідомлення"
onlyOneFileCanBeAttached:"До повідомлення можна вкласти лише один файл"
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.