New Crowdin Translations (automated) (#31671)
Co-authored-by: GitHub Actions <noreply@github.com>
This commit is contained in:
parent
1701b1fc80
commit
2f2b98c8cb
35 changed files with 519 additions and 27 deletions
|
@ -83,6 +83,7 @@ et:
|
|||
access_denied: Ressursi omanik või autoriseerimisserver lükkas taotluse tagasi.
|
||||
credential_flow_not_configured: Resource Owner Password Credentials vool ebaõnnestus, kuna Doorkeeper.configure.resource_owner_from_credentials ei ole seadistatud.
|
||||
invalid_client: Kliendi autentimine ebaõnnestus. Põhjus kas tundmatu klient, puudulik autentimine või toetamata autentimismeetod.
|
||||
invalid_code_challenge_method: Code challenge meetod peab olema S256,, plain ei ole toetatud.
|
||||
invalid_grant: Antud autoriseerimisluba on vale, aegunud, tagasi võetud, ei kattu kasutatud ümbersuunamise URLid või oli antud teisele kliendile.
|
||||
invalid_redirect_uri: Antud ümbersuunamise URL ei ole õige.
|
||||
invalid_request:
|
||||
|
|
|
@ -83,6 +83,7 @@ ja:
|
|||
access_denied: リソースの所有者または認証サーバーが要求を拒否しました。
|
||||
credential_flow_not_configured: リソース所有者のパスワード Doorkeeper.configure.resource_owner_from_credentials が設定されていないためクレデンシャルフローに失敗しました。
|
||||
invalid_client: 不明なクライアントであるか、クライアント情報が含まれていない、またはサポートされていない認証方法のため、クライアントの認証に失敗しました。
|
||||
invalid_code_challenge_method: code challenge methodはS256のみが利用可能です。plainはサポートされていません。
|
||||
invalid_grant: 指定された認証許可は無効であるか、期限切れ、取り消されている、リダイレクトURIの不一致、または別のクライアントに発行されています。
|
||||
invalid_redirect_uri: 無効なリダイレクトURIが含まれています。
|
||||
invalid_request:
|
||||
|
|
|
@ -31,6 +31,7 @@ en-GB:
|
|||
created_msg: Moderation note successfully created!
|
||||
destroyed_msg: Moderation note successfully destroyed!
|
||||
accounts:
|
||||
add_email_domain_block: Block email domain
|
||||
approve: Approve
|
||||
approved_msg: Successfully approved %{username}'s sign-up application
|
||||
are_you_sure: Are you sure?
|
||||
|
@ -57,6 +58,7 @@ en-GB:
|
|||
demote: Demote
|
||||
destroyed_msg: "%{username}'s data is now queued to be deleted imminently"
|
||||
disable: Freeze
|
||||
disable_sign_in_token_auth: Disable email token authentication
|
||||
disable_two_factor_authentication: Disable 2FA
|
||||
disabled: Frozen
|
||||
display_name: Display name
|
||||
|
@ -65,6 +67,7 @@ en-GB:
|
|||
email: Email
|
||||
email_status: Email status
|
||||
enable: Unfreeze
|
||||
enable_sign_in_token_auth: Enable email token authentication
|
||||
enabled: Enabled
|
||||
enabled_msg: Successfully unfroze %{username}'s account
|
||||
followers: Followers
|
||||
|
@ -129,6 +132,7 @@ en-GB:
|
|||
resubscribe: Resubscribe
|
||||
role: Role
|
||||
search: Search
|
||||
search_same_email_domain: Other users with the same email domain
|
||||
search_same_ip: Other users with the same IP
|
||||
security: Security
|
||||
security_measures:
|
||||
|
@ -169,10 +173,12 @@ en-GB:
|
|||
approve_appeal: Approve Appeal
|
||||
approve_user: Approve User
|
||||
assigned_to_self_report: Assign Report
|
||||
change_email_user: Change Email for User
|
||||
change_role_user: Change Role of User
|
||||
confirm_user: Confirm User
|
||||
create_account_warning: Create Warning
|
||||
create_announcement: Create Announcement
|
||||
create_canonical_email_block: Create Email Block
|
||||
create_custom_emoji: Create Custom Emoji
|
||||
create_domain_allow: Create Domain Allow
|
||||
create_domain_block: Create Domain Block
|
||||
|
@ -1081,6 +1087,7 @@ en-GB:
|
|||
setup:
|
||||
email_settings_hint_html: Click the link we sent you to verify %{email}. We'll wait right here.
|
||||
link_not_received: Didn't get a link?
|
||||
new_confirmation_instructions_sent: You will receive a new email with the confirmation link in a few minutes!
|
||||
title: Check your inbox
|
||||
sign_in:
|
||||
preamble_html: Log in with your <strong>%{domain}</strong> credentials. If your account is hosted on a different server, you will not be able to log in here.
|
||||
|
@ -1091,7 +1098,9 @@ en-GB:
|
|||
title: Let's get you set up on %{domain}.
|
||||
status:
|
||||
account_status: Account status
|
||||
confirming: Waiting for email confirmation to be completed.
|
||||
functional: Your account is fully operational.
|
||||
pending: Your application is pending review by our staff. This may take some time. You will receive an email if your application is approved.
|
||||
redirecting_to: Your account is inactive because it is currently redirecting to %{acct}.
|
||||
self_destruct: As %{domain} is closing down, you will only get limited access to your account.
|
||||
view_strikes: View past strikes against your account
|
||||
|
@ -1134,6 +1143,9 @@ en-GB:
|
|||
before: 'Before proceeding, please read these notes carefully:'
|
||||
caches: Content that has been cached by other servers may persist
|
||||
data_removal: Your posts and other data will be permanently removed
|
||||
email_change_html: You can <a href="%{path}">change your email address</a> without deleting your account
|
||||
email_contact_html: If it still doesn't arrive, you can email <a href="mailto:%{email}">%{email}</a> for help
|
||||
email_reconfirmation_html: If you are not receiving the confirmation email, you can <a href="%{path}">request it again</a>
|
||||
irreversible: You will not be able to restore or reactivate your account
|
||||
more_details_html: For more details, see the <a href="%{terms_path}">privacy policy</a>.
|
||||
username_available: Your username will become available again
|
||||
|
@ -1366,6 +1378,7 @@ en-GB:
|
|||
authentication_methods:
|
||||
otp: two-factor authentication app
|
||||
password: password
|
||||
sign_in_token: email security code
|
||||
webauthn: security keys
|
||||
description_html: If you see activity that you don't recognise, consider changing your password and enabling two-factor authentication.
|
||||
empty: No authentication history available
|
||||
|
@ -1376,6 +1389,16 @@ en-GB:
|
|||
unsubscribe:
|
||||
action: Yes, unsubscribe
|
||||
complete: Unsubscribed
|
||||
confirmation_html: Are you sure you want to unsubscribe from receiving %{type} for Mastodon on %{domain} to your email at %{email}? You can always re-subscribe from your <a href="%{settings_path}">email notification settings</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: favourite notification emails
|
||||
follow: follow notification emails
|
||||
follow_request: follow request emails
|
||||
mention: mention notification emails
|
||||
reblog: boost notification emails
|
||||
resubscribe_html: If you've unsubscribed by mistake, you can re-subscribe from your <a href="%{settings_path}">email notification settings</a>.
|
||||
success_html: You'll no longer receive %{type} for Mastodon on %{domain} to your email at %{email}.
|
||||
title: Unsubscribe
|
||||
media_attachments:
|
||||
validations:
|
||||
|
@ -1456,6 +1479,8 @@ en-GB:
|
|||
update:
|
||||
subject: "%{name} edited a post"
|
||||
notifications:
|
||||
administration_emails: Admin email notifications
|
||||
email_events: Events for email notifications
|
||||
email_events_hint: 'Select events that you want to receive notifications for:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1614,6 +1639,7 @@ en-GB:
|
|||
import: Import
|
||||
import_and_export: Import and export
|
||||
migrate: Account migration
|
||||
notifications: Email notifications
|
||||
preferences: Preferences
|
||||
profile: Profile
|
||||
relationships: Follows and followers
|
||||
|
@ -1860,6 +1886,7 @@ en-GB:
|
|||
invalid_otp_token: Invalid two-factor code
|
||||
otp_lost_help_html: If you lost access to both, you may get in touch with %{email}
|
||||
rate_limited: Too many authentication attempts, try again later.
|
||||
seamless_external_login: You are logged in via an external service, so password and email settings are not available.
|
||||
signed_in_as: 'Logged in as:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Tip:</strong> The link on your website can be invisible. The important part is <code>rel="me"</code> which prevents impersonation on websites with user-generated content. You can even use a <code>link</code> tag in the header of the page instead of <code>a</code>, but the HTML must be accessible without executing JavaScript.
|
||||
|
|
|
@ -215,6 +215,7 @@ et:
|
|||
update_custom_emoji: Uuendas kohandatud emotikoni
|
||||
update_domain_block: Uuenda domeenipiirangut
|
||||
update_ip_block: IP-reegli uuendamine
|
||||
update_report: Uuendamise raport
|
||||
update_status: Uuenda postitust
|
||||
update_user_role: Uuenda rolli
|
||||
actions:
|
||||
|
@ -445,6 +446,9 @@ et:
|
|||
title: Jälgimissoovitused
|
||||
unsuppress: Taasta jälgimissoovitused
|
||||
instances:
|
||||
audit_log:
|
||||
title: Viimatised auditi logid
|
||||
view_all: Vaata täielikke auditi logisid
|
||||
availability:
|
||||
description_html:
|
||||
one: Kui domeenile edastamine nurjub <strong>%{count} päeval</strong>, siis ei tehta enam edastamiskatseid, välja arvatud juhul, kui domeenilt <em>võetakse vastu</em> saadetis.
|
||||
|
@ -612,6 +616,7 @@ et:
|
|||
report: 'Teavitus #%{id}'
|
||||
reported_account: Teavitatud kontost
|
||||
reported_by: Teavitaja
|
||||
reported_with_application: Raporteeritud rakendusega
|
||||
resolved: Lahendatud
|
||||
resolved_msg: Teavituse lahendamine õnnestus!
|
||||
skip_to_actions: Otsuste juurde
|
||||
|
@ -850,7 +855,24 @@ et:
|
|||
action: Klõpsa lisainfo saamiseks siia
|
||||
message_html: "<strong>Objektihoidla on valesti seadistatud. Kasutajate privaatsus on ohustatud.</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: Pole trendis
|
||||
not_usable: Pole kasutatav
|
||||
pending_review: Ootab läbivaatust
|
||||
review_requested: Taodeldud läbivaatust
|
||||
reviewed: Läbivaadatud
|
||||
title: Olek
|
||||
trendable: Trendil
|
||||
unreviewed: Läbivaatamata
|
||||
usable: Kasutatav
|
||||
name: Nimi
|
||||
newest: Uusim
|
||||
oldest: Vanim
|
||||
open: Vaata avalikult
|
||||
reset: Lähtesta
|
||||
review: Vaata olek üle
|
||||
search: Otsi
|
||||
title: Märksõnad
|
||||
updated_msg: Sildi sätted edukalt uuendatud
|
||||
title: Administreerimine
|
||||
trends:
|
||||
|
|
|
@ -431,7 +431,7 @@ fr:
|
|||
no_file: Aucun fichier sélectionné
|
||||
export_domain_blocks:
|
||||
import:
|
||||
description_html: Vous êtes sur le point d'importer une liste de bloqueurs de domaine. Veuillez examiner cette liste très attentivement, surtout si vous ne l'avez pas créée vous-même.
|
||||
description_html: Vous êtes sur le point d'importer une liste de blocage de domaines. Veuillez examiner cette liste très attentivement, surtout si vous ne l'avez pas créée vous-même.
|
||||
existing_relationships_warning: Relations d'abonnement existantes
|
||||
private_comment_description_html: 'Pour vous aider à savoir d''où proviennent les blocages importés, ceux-ci seront créés avec le commentaire privé suivant : <q>%{comment}</q>'
|
||||
private_comment_template: Importé depuis %{source} le %{date}
|
||||
|
|
|
@ -31,6 +31,7 @@ ia:
|
|||
created_msg: Nota de moderation create con successo!
|
||||
destroyed_msg: Nota de moderation destruite con successo!
|
||||
accounts:
|
||||
add_email_domain_block: Blocar dominio de e-mail
|
||||
approve: Approbar
|
||||
approved_msg: Demanda de inscription de %{username} approbate con successo
|
||||
are_you_sure: Es tu secur?
|
||||
|
@ -57,6 +58,7 @@ ia:
|
|||
demote: Degradar
|
||||
destroyed_msg: Le datos de %{username} es ora in cauda pro lor imminente deletion
|
||||
disable: Gelar
|
||||
disable_sign_in_token_auth: Disactivar le authentication per token in e-mail
|
||||
disable_two_factor_authentication: Disactivar A2F
|
||||
disabled: Gelate
|
||||
display_name: Nomine a monstrar
|
||||
|
@ -65,6 +67,7 @@ ia:
|
|||
email: E-mail
|
||||
email_status: Stato de e-mail
|
||||
enable: Disgelar
|
||||
enable_sign_in_token_auth: Activar le authentication per token in e-mail
|
||||
enabled: Activate
|
||||
enabled_msg: Conto de %{username} disgelate con successo
|
||||
followers: Sequitores
|
||||
|
@ -129,6 +132,7 @@ ia:
|
|||
resubscribe: Resubscriber
|
||||
role: Rolo
|
||||
search: Cercar
|
||||
search_same_email_domain: Altere usatores con le mesme dominio de e-mail
|
||||
search_same_ip: Altere usatores con le mesme IP
|
||||
security: Securitate
|
||||
security_measures:
|
||||
|
@ -169,21 +173,26 @@ ia:
|
|||
approve_appeal: Approbar appello
|
||||
approve_user: Approbar usator
|
||||
assigned_to_self_report: Assignar reporto
|
||||
change_email_user: Cambiar e-mail pro le usator
|
||||
change_role_user: Cambiar le rolo del usator
|
||||
confirm_user: Confirmar le usator
|
||||
create_account_warning: Crear un advertimento
|
||||
create_announcement: Crear annuncio
|
||||
create_canonical_email_block: Crear blocada de e-mail
|
||||
create_custom_emoji: Crear emoji personalisate
|
||||
create_domain_allow: Crear permisso de dominio
|
||||
create_domain_block: Crear blocada de dominio
|
||||
create_email_domain_block: Crear blocada de dominio de e-mail
|
||||
create_ip_block: Crear un regula IP
|
||||
create_unavailable_domain: Crear dominio indisponibile
|
||||
create_user_role: Crear un rolo
|
||||
demote_user: Degradar usator
|
||||
destroy_announcement: Deler annuncio
|
||||
destroy_canonical_email_block: Deler blocada de e-mail
|
||||
destroy_custom_emoji: Deler emoji personalisate
|
||||
destroy_domain_allow: Deler permisso de dominio
|
||||
destroy_domain_block: Deler blocada de dominio
|
||||
destroy_email_domain_block: Deler blocada de dominio de e-mail
|
||||
destroy_instance: Purgar dominio
|
||||
destroy_ip_block: Deler le regula IP
|
||||
destroy_status: Deler message
|
||||
|
@ -191,8 +200,10 @@ ia:
|
|||
destroy_user_role: Destruer rolo
|
||||
disable_2fa_user: Disactivar A2F
|
||||
disable_custom_emoji: Disactivar emoji personalisate
|
||||
disable_sign_in_token_auth_user: Disactivar le authentication per token de e-mail pro le usator
|
||||
disable_user: Disactivar le usator
|
||||
enable_custom_emoji: Activar emoji personalisate
|
||||
enable_sign_in_token_auth_user: Activar le authentication per token de e-mail pro le usator
|
||||
enable_user: Activar le usator
|
||||
memorialize_account: Converter conto in memorial
|
||||
promote_user: Promover usator
|
||||
|
@ -222,20 +233,26 @@ ia:
|
|||
approve_appeal_html: "%{name} approbava appello del decision de moderation de %{target}"
|
||||
approve_user_html: "%{name} approbava inscription de %{target}"
|
||||
assigned_to_self_report_html: "%{name} assignava reporto %{target} a se mesme"
|
||||
change_email_user_html: "%{name} cambiava le adresse de e-mail address del usator %{target}"
|
||||
change_role_user_html: "%{name} cambiava rolo de %{target}"
|
||||
confirm_user_html: "%{name} confirmava le adresse de e-mail del. usator %{target}"
|
||||
create_account_warning_html: "%{name} inviava un advertimento a %{target}"
|
||||
create_announcement_html: "%{name} creava un nove annuncio %{target}"
|
||||
create_canonical_email_block_html: "%{name} blocava le e-mail con le hash %{target}"
|
||||
create_custom_emoji_html: "%{name} incargava le nove emoji %{target}"
|
||||
create_domain_allow_html: "%{name} permitteva federation con dominio %{target}"
|
||||
create_domain_block_html: "%{name} blocava dominio %{target}"
|
||||
create_email_domain_block_html: "%{name} blocava le dominio de e-mail %{target}"
|
||||
create_ip_block_html: "%{name} creava regula pro IP %{target}"
|
||||
create_unavailable_domain_html: "%{name} stoppava livration al dominio %{target}"
|
||||
create_user_role_html: "%{name} creava rolo de %{target}"
|
||||
demote_user_html: "%{name} degradava usator %{target}"
|
||||
destroy_announcement_html: "%{name} deleva annuncio %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} disblocava le e-mail con le hash %{target}"
|
||||
destroy_custom_emoji_html: "%{name} deleva emoji %{target}"
|
||||
destroy_domain_allow_html: "%{name} impediva le federation con dominio %{target}"
|
||||
destroy_domain_block_html: "%{name} disblocava dominio %{target}"
|
||||
destroy_email_domain_block_html: "%{name} disblocava le dominio de e-mail %{target}"
|
||||
destroy_instance_html: "%{name} purgava le dominio %{target}"
|
||||
destroy_ip_block_html: "%{name} deleva le regula pro IP %{target}"
|
||||
destroy_status_html: "%{name} removeva un message de %{target}"
|
||||
|
@ -243,8 +260,10 @@ ia:
|
|||
destroy_user_role_html: "%{name} deleva le rolo %{target}"
|
||||
disable_2fa_user_html: "%{name} disactivava le authentication a duo factores pro le usator %{target}"
|
||||
disable_custom_emoji_html: "%{name} disactivava le emoji %{target}"
|
||||
disable_sign_in_token_auth_user_html: "%{name} disactivava le authentication per token de e-mail pro %{target}"
|
||||
disable_user_html: "%{name} disactivava le apertura de session pro le usator %{target}"
|
||||
enable_custom_emoji_html: "%{name} activava le emoji %{target}"
|
||||
enable_sign_in_token_auth_user_html: "%{name} activava le authentication per token de e-mail pro %{target}"
|
||||
enable_user_html: "%{name} activava le apertura de session pro le usator %{target}"
|
||||
memorialize_account_html: "%{name} converteva le conto de %{target} in un pagina commemorative"
|
||||
promote_user_html: "%{name} promoveva le usator %{target}"
|
||||
|
@ -252,6 +271,7 @@ ia:
|
|||
reject_user_html: "%{name} refusava le inscription de %{target}"
|
||||
remove_avatar_user_html: "%{name} removeva le avatar de %{target}"
|
||||
reopen_report_html: "%{name} reaperiva le reporto %{target}"
|
||||
resend_user_html: "%{name} reinviava le e-mail de confirmation pro %{target}"
|
||||
reset_password_user_html: "%{name} reinitialisava le contrasigno del usator %{target}"
|
||||
resolve_report_html: "%{name} resolveva le reporto %{target}"
|
||||
sensitive_account_html: "%{name} marcava le multimedia de %{target} como sensibile"
|
||||
|
@ -412,6 +432,7 @@ ia:
|
|||
attempts_over_week:
|
||||
one: "%{count} tentativa de inscription in le ultime septimana"
|
||||
other: "%{count} tentativas de inscription in le ultime septimana"
|
||||
created_msg: Le dominio de e-mail ha essite blocate con successo
|
||||
delete: Deler
|
||||
dns:
|
||||
types:
|
||||
|
@ -420,8 +441,12 @@ ia:
|
|||
new:
|
||||
create: Adder un dominio
|
||||
resolve: Resolver dominio
|
||||
title: Blocar un nove dominio de e-mail
|
||||
no_email_domain_block_selected: Necun blocadas de dominio de e-mail ha essite cambiate perque necun ha essite seligite
|
||||
not_permitted: Non permittite
|
||||
resolved_dns_records_hint_html: Le nomine de dominio se resolve al sequente dominios MX, le quales ha le ultime responsibilitate pro le reception de e-mail. Blocar un dominio MX blocara le inscriptiones de qualcunque adresse de e-mail que usa le mesme dominio MX, mesmo si le nomine de dominio visibile es differente. <strong>Presta attention a evitar de blocar le grande fornitores de e-mail.</strong>
|
||||
resolved_through_html: Resolvite per %{domain}
|
||||
title: Dominios de e-mail blocate
|
||||
export_domain_allows:
|
||||
new:
|
||||
title: Importar permissiones de dominio
|
||||
|
@ -868,10 +893,15 @@ ia:
|
|||
allow: Permitter
|
||||
approved: Approbate
|
||||
confirm_allow: Es tu secur que tu vole permitter le etiquettas seligite?
|
||||
confirm_disallow: Es tu secur que tu vole cessar de permitter le etiquettas seligite?
|
||||
disallow: Refusar
|
||||
links:
|
||||
allow: Permitter ligamine
|
||||
allow_provider: Autorisar le publicator
|
||||
confirm_allow: Es tu secur que tu vole permitter le ligamines seligite?
|
||||
confirm_allow_provider: Es tu secur que tu vole permitter le fornitores seligite?
|
||||
confirm_disallow: Es tu secur que tu vole cessar de permitter le ligamines seligite?
|
||||
confirm_disallow_provider: Es tu secur que tu vole cessar de permitter le fornitores seligite?
|
||||
description_html: Istes es ligamines que es actualmente compartite multo per contos del quales tu servitor recipe messages. Illos pote adjutar tu usatores a discoperir lo que eveni in le mundo. Necun ligamine es monstrate publicamente usque tu autorisa le publicator. Tu pote tamben permitter o rejectar ligamines singule.
|
||||
disallow: Prohibir le ligamine
|
||||
disallow_provider: Prohibir le publicator
|
||||
|
@ -895,6 +925,8 @@ ia:
|
|||
statuses:
|
||||
allow: Permitter message
|
||||
allow_account: Permitter autor
|
||||
confirm_allow_account: Es tu secur que tu vole permitter le contos seligite?
|
||||
confirm_disallow_account: Es tu secur que tu vole cessar de permitter le contos seligite?
|
||||
description_html: Istes es le messages cognoscite sur tu servitor que al momento es multo compartite e marcate como favorite. Illos pote adjutar tu usatores nove e reveniente a trovar plus personas a sequer. Necun message es monstrate publicamente usque tu approba le autor, a condition que le autor permitte que su conto es suggerite a alteres. Tu pote tamben permitter o rejectar messages singule.
|
||||
disallow: Non permitter message
|
||||
disallow_account: Non permitter autor
|
||||
|
@ -1011,7 +1043,9 @@ ia:
|
|||
guide_link_text: Totes pote contribuer.
|
||||
sensitive_content: Contento sensibile
|
||||
application_mailer:
|
||||
notification_preferences: Cambiar preferentias de e-mail
|
||||
salutation: "%{name},"
|
||||
settings: 'Cambiar preferentias de e-mail: %{link}'
|
||||
unsubscribe: Desubscriber
|
||||
view: 'Visita:'
|
||||
view_profile: Vider profilo
|
||||
|
@ -1031,6 +1065,7 @@ ia:
|
|||
hint_html: Solo un altere cosa! Nos debe confirmar que tu es un humano (de sorta que nos pote mantener le spam foras!). Solve le CAPTCHA infra e clicca sur "Continuar".
|
||||
title: Controlo de securitate
|
||||
confirmations:
|
||||
awaiting_review: Tu adresse de e-mail es confirmate! Le personal de %{domain} ora revide tu registration. Tu recipera un e-mail si illes approba tu conto!
|
||||
awaiting_review_title: Tu inscription es in curso de revision
|
||||
clicking_this_link: cliccar sur iste ligamine
|
||||
login_link: aperir session
|
||||
|
@ -1038,6 +1073,7 @@ ia:
|
|||
redirect_to_app_html: Tu deberea haber essite redirigite al app <strong>%{app_name}</strong>. Si isto non ha evenite, tenta %{clicking_this_link} o retornar manualmente al app.
|
||||
registration_complete: Tu inscription sur %{domain} es ora concludite!
|
||||
welcome_title: Benvenite, %{name}!
|
||||
wrong_email_hint: Si ille adresse de e-mail non es correcte, tu pote cambiar lo in le parametros del conto.
|
||||
delete_account: Deler le conto
|
||||
delete_account_html: Si tu vole deler tu conto, tu pote <a href="%{path}">facer lo hic</a>. Te essera demandate un confirmation.
|
||||
description:
|
||||
|
@ -1058,6 +1094,7 @@ ia:
|
|||
or_log_in_with: O aperi session con
|
||||
privacy_policy_agreement_html: Io ha legite e accepta le <a href="<a href="%{privacy_policy_path}" target="_blank">politica de confidentialitate</a>
|
||||
progress:
|
||||
confirm: Confirmar e-mail
|
||||
details: Tu detalios
|
||||
review: Nostre revision
|
||||
rules: Accepta le regulas
|
||||
|
@ -1079,8 +1116,10 @@ ia:
|
|||
security: Securitate
|
||||
set_new_password: Definir un nove contrasigno
|
||||
setup:
|
||||
email_below_hint_html: Consulta tu dossier de spam, o requesta un altere ligamine de confirmation. Tu pote corriger tu adresse de e-mail si illo es errate.
|
||||
email_settings_hint_html: Clicca sur le ligamine que nos te ha inviate pro verificar %{email}. Nos te attendera hic.
|
||||
link_not_received: Necun ligamine recipite?
|
||||
new_confirmation_instructions_sent: Tu recipera un nove e-mail con le ligamine de confirmation in poc minutas!
|
||||
title: Consulta tu cassa de entrata
|
||||
sign_in:
|
||||
preamble_html: Aperi session con tu credentiales de <strong>%{domain}</strong>. Si tu conto es albergate sur un altere servitor, tu non potera aperir session hic.
|
||||
|
@ -1091,7 +1130,9 @@ ia:
|
|||
title: Lassa nos installar tu conto sur %{domain}.
|
||||
status:
|
||||
account_status: Stato del conto
|
||||
confirming: Attendente le termination del confirmation del adresse de e-mail.
|
||||
functional: Tu conto es completemente operative.
|
||||
pending: Tu demanda attende le revision per nostre personal. Isto pote prender alcun tempore. Tu recipera un e-mail si tu demanda es approbate.
|
||||
redirecting_to: Tu conto es inactive perque illo actualmente redirige a %{acct}.
|
||||
self_destruct: Perque %{domain} va clauder, tu solo habera accesso limitate a tu conto.
|
||||
view_strikes: Examinar le sanctiones passate contra tu conto
|
||||
|
@ -1134,6 +1175,9 @@ ia:
|
|||
before: 'Ante de continuar, per favor lege attentemente iste notas:'
|
||||
caches: Le contento que altere servitores ha immagazinate in cache pote persister
|
||||
data_removal: Tu messages e altere datos essera removite permanentemente
|
||||
email_change_html: Tu pote <a href="%{path}">cambiar tu adresse de e-mail</a> sin deler tu conto
|
||||
email_contact_html: Si illo ancora non arriva, tu pote inviar e-mail a <a href="mailto:%{email}">%{email}</a> pro peter adjuta
|
||||
email_reconfirmation_html: Si tu non recipe le e-mail de confirmation, tu pote <a href="%{path}>requestar lo de novo</a>
|
||||
irreversible: Tu non potera restaurar o reactivar tu conto
|
||||
more_details_html: Pro plus detalios, vide le <a href="%{terms_path}">politica de confidentialitate</a>.
|
||||
username_available: Tu nomine de usator essera disponibile novemente
|
||||
|
@ -1377,6 +1421,16 @@ ia:
|
|||
unsubscribe:
|
||||
action: Si, desubscriber
|
||||
complete: Desubscribite
|
||||
confirmation_html: Es tu secur de voler cancellar le subscription al %{type} de Mastodon sur %{domain} pro tu adresse de e-mail %{email}? Tu pote sempre resubscriber te a partir del <a href="%{settings_path}">parametros de notification in e-mail</a>.
|
||||
emails:
|
||||
notification_emails:
|
||||
favourite: notificationes de favorites in e-mail
|
||||
follow: notificationes de sequimento in e-mail
|
||||
follow_request: requestas de sequimento in e-mail
|
||||
mention: notificationes de mentiones in e-mail
|
||||
reblog: notificationes de impulsos in e-mail
|
||||
resubscribe_html: Si tu ha cancellate le subscription in error, tu pote resubscriber te a partir del <a href="%{settings_path}">parametros de notification in e-mail</a>.
|
||||
success_html: Tu non recipera plus %{type} pro Mastodon sur %{domain} a tu adresse de e-mail %{email}.
|
||||
title: Desubcriber
|
||||
media_attachments:
|
||||
validations:
|
||||
|
@ -1457,6 +1511,8 @@ ia:
|
|||
update:
|
||||
subject: "%{name} ha modificate un message"
|
||||
notifications:
|
||||
administration_emails: Notificationes per e-mail pro administratores
|
||||
email_events: Eventos pro notificationes per e-mail
|
||||
email_events_hint: 'Selige eventos pro le quales tu vole reciper notificationes:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1615,6 +1671,7 @@ ia:
|
|||
import: Importar
|
||||
import_and_export: Importar e exportar
|
||||
migrate: Migration de conto
|
||||
notifications: Notificationes per e-mail
|
||||
preferences: Preferentias
|
||||
profile: Profilo public
|
||||
relationships: Sequites e sequitores
|
||||
|
@ -1861,6 +1918,7 @@ ia:
|
|||
invalid_otp_token: Codice de duo factores non valide
|
||||
otp_lost_help_html: Si tu ha perdite le accesso a ambes, tu pote contactar %{email}
|
||||
rate_limited: Troppo de tentativas de authentication. Per favor reessaya plus tarde.
|
||||
seamless_external_login: Tu ha aperite session per medio de un servicio externe. Le parametros de contrasigno e de e-mail es dunque indisponibile.
|
||||
signed_in_as: 'Session aperite como:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>Consilio:</strong> Le ligamine sur tu sito web pote esser invisibile. Le parte importante es <code>rel="me"</code> que impedi le usurpation de identitate sur sitos web con contento generate per usatores. Tu pote mesmo usar un etiquetta <code>link</code> in le capite del pagina in vice de <code>a</code>, ma le codice HTML debe esser accessibile sin executar JavaScript.
|
||||
|
|
|
@ -29,6 +29,7 @@ ja:
|
|||
created_msg: モデレーションメモを書き込みました!
|
||||
destroyed_msg: モデレーションメモを削除しました!
|
||||
accounts:
|
||||
add_email_domain_block: メールのドメインをブロック
|
||||
approve: 承認
|
||||
approved_msg: "%{username}さんの登録申請を承認しました"
|
||||
are_you_sure: 本当に実行しますか?
|
||||
|
@ -55,6 +56,7 @@ ja:
|
|||
demote: 降格
|
||||
destroyed_msg: "%{username}さんのデータは完全に削除されるよう登録されました"
|
||||
disable: 無効化
|
||||
disable_sign_in_token_auth: メールトークン認証を無効化
|
||||
disable_two_factor_authentication: 二要素認証を無効にする
|
||||
disabled: 無効
|
||||
display_name: 表示名
|
||||
|
@ -63,6 +65,7 @@ ja:
|
|||
email: メールアドレス
|
||||
email_status: メールアドレスの状態
|
||||
enable: 有効化
|
||||
enable_sign_in_token_auth: メールトークン認証を有効化
|
||||
enabled: 有効
|
||||
enabled_msg: "%{username}の無効化を解除しました"
|
||||
followers: フォロワー数
|
||||
|
@ -126,6 +129,7 @@ ja:
|
|||
resubscribe: 再講読
|
||||
role: ロール
|
||||
search: 検索
|
||||
search_same_email_domain: 同じメールドメインを持つ他のユーザ
|
||||
search_same_ip: 同じIPのユーザーを検索
|
||||
security: 認証方法
|
||||
security_measures:
|
||||
|
@ -166,21 +170,26 @@ ja:
|
|||
approve_appeal: 抗議を承認
|
||||
approve_user: ユーザーの承認
|
||||
assigned_to_self_report: 通報の担当者に設定
|
||||
change_email_user: ユーザーのメールアドレスの変更
|
||||
change_role_user: ユーザーのロールを変更
|
||||
confirm_user: ユーザーの確認
|
||||
create_account_warning: 警告を作成
|
||||
create_announcement: お知らせを作成
|
||||
create_canonical_email_block: メールアドレスブロックの作成
|
||||
create_custom_emoji: カスタム絵文字を作成
|
||||
create_domain_allow: 連合を許可
|
||||
create_domain_block: ドメインブロックを作成
|
||||
create_email_domain_block: メールドメインブロックを作成
|
||||
create_ip_block: IPルールを作成
|
||||
create_unavailable_domain: 配送できないドメインを作成
|
||||
create_user_role: ロールを作成
|
||||
demote_user: ユーザーを降格
|
||||
destroy_announcement: お知らせを削除
|
||||
destroy_canonical_email_block: メールアドレスブロックの削除
|
||||
destroy_custom_emoji: カスタム絵文字を削除
|
||||
destroy_domain_allow: 連合許可を外す
|
||||
destroy_domain_block: ドメインブロックを削除
|
||||
destroy_email_domain_block: メールドメインブロックを削除
|
||||
destroy_instance: ドメインをブロックする
|
||||
destroy_ip_block: IPルールを削除
|
||||
destroy_status: 投稿を削除
|
||||
|
@ -188,8 +197,10 @@ ja:
|
|||
destroy_user_role: ロールを削除
|
||||
disable_2fa_user: 二要素認証を無効化
|
||||
disable_custom_emoji: カスタム絵文字を無効化
|
||||
disable_sign_in_token_auth_user: ユーザのメールトークン認証を無効化
|
||||
disable_user: ユーザーを無効化
|
||||
enable_custom_emoji: カスタム絵文字を有効化
|
||||
enable_sign_in_token_auth_user: ユーザのメールトークン認証を有効化
|
||||
enable_user: ユーザーを有効化
|
||||
memorialize_account: 追悼アカウント化
|
||||
promote_user: ユーザーを昇格
|
||||
|
@ -219,20 +230,26 @@ ja:
|
|||
approve_appeal_html: "%{name}さんが%{target}さんからの抗議を承認しました"
|
||||
approve_user_html: "%{name}さんが%{target}さんからの登録を承認しました"
|
||||
assigned_to_self_report_html: "%{name}さんが通報 %{target}を自身の担当に割り当てました"
|
||||
change_email_user_html: "%{name}さんが%{target}さんのメールアドレスを変更しました"
|
||||
change_role_user_html: "%{name}さんが%{target}さんのロールを変更しました"
|
||||
confirm_user_html: "%{name}さんが%{target}さんのメールアドレスを確認済みにしました"
|
||||
create_account_warning_html: "%{name}さんが%{target}さんに警告メールを送信しました"
|
||||
create_announcement_html: "%{name}さんが新しいお知らせ %{target}を作成しました"
|
||||
create_canonical_email_block_html: "%{name}さんがメールアドレス (ハッシュ値: %{target}) をブロックしました"
|
||||
create_custom_emoji_html: "%{name}さんがカスタム絵文字 %{target}を追加しました"
|
||||
create_domain_allow_html: "%{name}さんが%{target}の連合を許可しました"
|
||||
create_domain_block_html: "%{name}さんがドメイン %{target}をブロックしました"
|
||||
create_email_domain_block_html: "%{name}さんがメールドメイン %{target} をブロックしました"
|
||||
create_ip_block_html: "%{name}さんがIP %{target}のルールを作成しました"
|
||||
create_unavailable_domain_html: "%{name}がドメイン %{target}への配送を停止しました"
|
||||
create_user_role_html: "%{name}さんがロール『%{target}』を作成しました"
|
||||
demote_user_html: "%{name}さんが%{target}さんを降格しました"
|
||||
destroy_announcement_html: "%{name}さんがお知らせ %{target}を削除しました"
|
||||
destroy_canonical_email_block_html: "%{name}さんがメールアドレス (ハッシュ値: %{target}) のブロックを外しました"
|
||||
destroy_custom_emoji_html: "%{name}さんがカスタム絵文字『%{target}』を削除しました"
|
||||
destroy_domain_allow_html: "%{name}さんが%{target}の連合許可を外しました"
|
||||
destroy_domain_block_html: "%{name}さんがドメイン %{target}のブロックを外しました"
|
||||
destroy_email_domain_block_html: "%{name} がメールドメイン %{target} のブロックを外しました"
|
||||
destroy_instance_html: "%{name}さんがドメイン %{target}をブロックしました"
|
||||
destroy_ip_block_html: "%{name}さんが IP %{target}のルールを削除しました"
|
||||
destroy_status_html: "%{name}さんが%{target}さんの投稿を削除しました"
|
||||
|
@ -240,8 +257,10 @@ ja:
|
|||
destroy_user_role_html: "%{name}さんがロール『%{target}』を削除しました"
|
||||
disable_2fa_user_html: "%{name}さんが%{target}さんの二要素認証を無効化しました"
|
||||
disable_custom_emoji_html: "%{name}さんがカスタム絵文字 %{target}を無効化しました"
|
||||
disable_sign_in_token_auth_user_html: "%{name} が %{target} のメールトークン認証を無効化しました"
|
||||
disable_user_html: "%{name}さんが%{target}さんのログインを無効化しました"
|
||||
enable_custom_emoji_html: "%{name}さんがカスタム絵文字 %{target}を有効化しました"
|
||||
enable_sign_in_token_auth_user_html: "%{name} が %{target} のメールトークン認証を有効化しました"
|
||||
enable_user_html: "%{name}さんが%{target}さんのログインを有効化しました"
|
||||
memorialize_account_html: "%{name}さんが%{target}さんを追悼アカウントページに登録しました"
|
||||
promote_user_html: "%{name}さんが%{target}さんを昇格しました"
|
||||
|
@ -249,6 +268,7 @@ ja:
|
|||
reject_user_html: "%{name}さんが%{target}さんからの登録を拒否しました"
|
||||
remove_avatar_user_html: "%{name}さんが%{target}さんのアイコンを削除しました"
|
||||
reopen_report_html: "%{name}さんが通報 %{target}を未解決に戻しました"
|
||||
resend_user_html: "%{name}さんが %{target} の確認メールを再送信しました"
|
||||
reset_password_user_html: "%{name}さんが%{target}さんのパスワードをリセットしました"
|
||||
resolve_report_html: "%{name}さんが通報 %{target}を解決済みにしました"
|
||||
sensitive_account_html: "%{name}さんが%{target}さんのメディアを閲覧注意にマークしました"
|
||||
|
@ -443,6 +463,9 @@ ja:
|
|||
title: おすすめフォロー
|
||||
unsuppress: おすすめフォローを復元
|
||||
instances:
|
||||
audit_log:
|
||||
title: 最近の監査ログ
|
||||
view_all: 全ての監査ログを閲覧
|
||||
availability:
|
||||
description_html:
|
||||
other: ドメインへの配信が <strong>%{count}</strong> 日失敗した場合、そのドメイン<em>からの</em>配信を受信しない限り、それ以上の配信を行いません。
|
||||
|
@ -565,6 +588,7 @@ ja:
|
|||
resolve_description_html: 報告されたアカウントに対していかなる措置も取られず、ストライクも記録されず、報告は終了します。
|
||||
silence_description_html: このアカウントは、すでにフォローしている人、または手動で検索した人にしか見えないため、リーチが極端に制限されます。いつでも元に戻すことができます。このアカウントに対するすべての通報をクローズします。
|
||||
suspend_description_html: アカウントとそのすべての内容にアクセスできなくなり、最終的に削除され、やり取りは不可能になります。 30日以内であれば元に戻すことができます。このアカウントに対するすべての通報をクローズします。
|
||||
actions_description_html: このレポートへのアクションを決定してください。アカウントへ懲罰的な措置を取った場合、<strong>Span</strong>カテゴリが選択されている場合を除き、メール通知が送信されます。
|
||||
actions_description_remote_html: この通報を解決するためのアクションを選択してください。これは<strong>あなたの</strong>サーバーがこのリモートアカウントと通信し、そのコンテンツを処理する時のみ影響します。
|
||||
add_to_report: 通報にさらに追加
|
||||
already_suspended_badges:
|
||||
|
@ -629,6 +653,7 @@ ja:
|
|||
delete_data_html: 停止が解除されないまま30日経過すると、<strong>@%{acct}</strong>さんのプロフィールとコンテンツは削除されます
|
||||
preview_preamble_html: "<strong>@%{acct}</strong>さんに次の内容の警告を通知します:"
|
||||
record_strike_html: 今後、<strong>@%{acct}</strong>さんが違反行為をしたときにエスカレーションできるように、このアカウントに対するストライクを記録します
|
||||
send_email_html: "<strong>@%{acct}</strong>さんに警告メールを送信します"
|
||||
warning_placeholder: アクションを行使する追加の理由(オプション)
|
||||
target_origin: 報告されたアカウントの起源
|
||||
title: 通報
|
||||
|
@ -666,6 +691,7 @@ ja:
|
|||
manage_appeals: 抗議の管理
|
||||
manage_appeals_description: ユーザーはモデレーションアクションに対する抗議を確認できます
|
||||
manage_blocks: ブロックの管理
|
||||
manage_blocks_description: メールプロバイダとIPアドレスのブロックを許可
|
||||
manage_custom_emojis: カスタム絵文字を管理
|
||||
manage_custom_emojis_description: ユーザーがサーバー上のカスタム絵文字を管理できるようにします
|
||||
manage_federation: 連合の管理
|
||||
|
@ -683,6 +709,7 @@ ja:
|
|||
manage_taxonomies: 分類の管理
|
||||
manage_taxonomies_description: トレンドコンテンツの確認とハッシュタグの設定の更新
|
||||
manage_user_access: アクセス権を管理
|
||||
manage_user_access_description: 他のユーザの二段階認証の無効化、メールアドレスの変更、パスワードリセットを許可
|
||||
manage_users: ユーザーの管理
|
||||
manage_users_description: 他のユーザーの詳細情報を閲覧し、モデレーションを行うことができます。
|
||||
manage_webhooks: Webhookの管理
|
||||
|
@ -757,6 +784,7 @@ ja:
|
|||
destroyed_msg: ファイルを削除しました!
|
||||
software_updates:
|
||||
critical_update: "※緊急 (速やかに適用してください)"
|
||||
description: Mastodonサーバーはいつでも最新の状態を保ち、新しい機能や修正を利用できるようにしておくことをおすすめします。またセキュリティの問題が発生した場合は、速やかにMastodonをアップデートすることが大切です。Mastodonは30分おきにアップデートを確認し、通知設定に応じて新しいアップデートをメールで通知します。
|
||||
documentation_link: もっと見る
|
||||
release_notes: リリースノート
|
||||
title: 利用可能なアップデート
|
||||
|
@ -843,16 +871,39 @@ ja:
|
|||
action: ここを開いて詳細を確認してください
|
||||
message_html: "<strong>オブジェクトストレージが正しく設定されていません。ユーザーのプライバシーが危険な状態になっています。</strong>"
|
||||
tags:
|
||||
moderation:
|
||||
not_trendable: トレンド不許可
|
||||
not_usable: 使用不可
|
||||
pending_review: 審査を保留中
|
||||
review_requested: 審査待ち
|
||||
reviewed: 審査済
|
||||
title: ステータス
|
||||
trendable: トレンド許可済
|
||||
unreviewed: 未審査
|
||||
usable: 使用可能
|
||||
name: タグ名
|
||||
newest: 新しい順
|
||||
oldest: 古い順
|
||||
open: タグ検索を見る
|
||||
reset: リセット
|
||||
review: 審査状況
|
||||
search: 検索
|
||||
title: ハッシュタグ
|
||||
updated_msg: ハッシュタグ設定が更新されました
|
||||
title: 管理
|
||||
trends:
|
||||
allow: 許可
|
||||
approved: 承認
|
||||
confirm_allow: 本当に選択されたタグを許可しますか?
|
||||
confirm_disallow: 本当に選択されたタグを禁止しますか?
|
||||
disallow: 拒否
|
||||
links:
|
||||
allow: リンクの許可
|
||||
allow_provider: 発行者の承認
|
||||
confirm_allow: 本当に選択されたリンクを許可しますか?
|
||||
confirm_allow_provider: 本当に選択されたプロバイダを許可しますか?
|
||||
confirm_disallow: 本当に選択されたリンクを禁止しますか?
|
||||
confirm_disallow_provider: 本当に選択されたプロバイダを禁止しますか?
|
||||
description_html: これらは、多くのユーザーに共有されているリンクです。あなたのユーザーが世の中の動きを知るのに役立ちます。あなたが公開者を承認するまで、リンクは一般に表示されません。また、個別のリンクの許可・拒否も可能です。
|
||||
disallow: リンクの拒否
|
||||
disallow_provider: 発行者の拒否
|
||||
|
@ -875,6 +926,10 @@ ja:
|
|||
statuses:
|
||||
allow: 掲載を許可
|
||||
allow_account: 投稿者を許可
|
||||
confirm_allow: 本当に選択されたトゥートを許可しますか?
|
||||
confirm_allow_account: 本当に選択されたアカウントを許可しますか?
|
||||
confirm_disallow: 本当に選択されたトゥートを禁止しますか?
|
||||
confirm_disallow_account: 本当に選択されたアカウントを禁止しますか?
|
||||
description_html: これらは、このサーバーが知っている、たくさんシェアされ、お気に入り登録されている投稿です。新しいユーザーや久しぶりにアクセスするユーザーがフォローする人を探すのに役立ちます。あなたが投稿者を承認し、投稿者が許可するまで、表示されることはありません。また、個別の投稿を許可または拒否することもできます。
|
||||
disallow: 掲載を拒否
|
||||
disallow_account: 投稿者を拒否
|
||||
|
@ -989,7 +1044,9 @@ ja:
|
|||
guide_link_text: 誰でも参加することができます。
|
||||
sensitive_content: 閲覧注意コンテンツ
|
||||
application_mailer:
|
||||
notification_preferences: メール設定の変更
|
||||
salutation: "%{name}さん"
|
||||
settings: 'メール設定の変更: %{link}'
|
||||
unsubscribe: 購読解除
|
||||
view: 'リンク:'
|
||||
view_profile: プロフィールを表示
|
||||
|
@ -1009,6 +1066,7 @@ ja:
|
|||
hint_html: もう一つだけ!あなたが人間であることを確認する必要があります(スパムを防ぐためです!)。 以下のCAPTCHAを解き、「続ける」をクリックします。
|
||||
title: セキュリティチェック
|
||||
confirmations:
|
||||
awaiting_review: メールアドレスが確認できました。%{domain} のスタッフからの審査をお待ちください。承認された場合、メールにより連絡します。
|
||||
awaiting_review_title: 登録の審査待ちです
|
||||
clicking_this_link: このリンクを押す
|
||||
login_link: ログイン
|
||||
|
@ -1016,6 +1074,7 @@ ja:
|
|||
redirect_to_app_html: 自動的に<strong>%{app_name}</strong>に戻らなかった場合、%{clicking_this_link}か、手動でアプリを切り替えてください。
|
||||
registration_complete: "%{domain} へのアカウント登録が完了しました。"
|
||||
welcome_title: ようこそ、%{name}さん!
|
||||
wrong_email_hint: メールアドレスが正しくない場合は、アカウント設定画面で変更できます。
|
||||
delete_account: アカウントの削除
|
||||
delete_account_html: アカウントを削除したい場合、<a href="%{path}">こちら</a>から手続きが行えます。削除する前に、確認画面があります。
|
||||
description:
|
||||
|
@ -1036,6 +1095,7 @@ ja:
|
|||
or_log_in_with: または次のサービスでログイン
|
||||
privacy_policy_agreement_html: <a href="%{privacy_policy_path}" target="_blank">プライバシーポリシー</a>を読み、同意します
|
||||
progress:
|
||||
confirm: メールアドレスの確認
|
||||
details: ユーザー情報
|
||||
review: 承認
|
||||
rules: ルール
|
||||
|
@ -1057,8 +1117,10 @@ ja:
|
|||
security: セキュリティ
|
||||
set_new_password: 新しいパスワード
|
||||
setup:
|
||||
email_below_hint_html: 確認メールが迷惑メールフォルダに振り分けられていないか確認してください。メールアドレスを間違えた場合は、ここでメールアドレスの変更と確認メールの再送ができます。
|
||||
email_settings_hint_html: メールに記載のリンクを開いて %{email} を確認してください。
|
||||
link_not_received: 確認メールを受信できない場合は
|
||||
new_confirmation_instructions_sent: 確認用のリンクを記載した新しいメールを送信しました
|
||||
title: 確認メールを送信しました
|
||||
sign_in:
|
||||
preamble_html: "<strong>%{domain}</strong> の資格情報でサインインします。 あなたのアカウントが別のサーバーでホストされている場合は、ここでログインすることはできません。"
|
||||
|
@ -1069,7 +1131,9 @@ ja:
|
|||
title: さあ %{domain} でセットアップしましょう.
|
||||
status:
|
||||
account_status: アカウントの状態
|
||||
confirming: メールアドレスの確認が完了するのを待っています。
|
||||
functional: アカウントは完全に機能しています。
|
||||
pending: あなたの申請は現在サーバー管理者による審査待ちです。これにはしばらくかかります。申請が承認されるとメールが届きます。
|
||||
redirecting_to: アカウントは%{acct}に引っ越し設定されているため非アクティブになっています。
|
||||
self_destruct: "%{domain} は閉鎖されるため、今後このアカウントでは限られた操作しかできません。"
|
||||
view_strikes: 過去のストライクを表示
|
||||
|
@ -1112,6 +1176,9 @@ ja:
|
|||
before: '続行する前に、次の点を再度確認してください:'
|
||||
caches: 他のサーバーにコンテンツのキャッシュがずっと残る場合があります
|
||||
data_removal: あなたの投稿やその他のデータはこのサーバーから完全に削除されます
|
||||
email_change_html: アカウントを削除しなくても<a href="%{path}">メールアドレスを変更</a>できます
|
||||
email_contact_html: それでも届かない場合、<a href="mailto:%{email}">%{email}</a>までメールで問い合わせてください
|
||||
email_reconfirmation_html: 確認メールが届かない場合は<a href="%{path}">こちらから確認メールを再送</a>してみてください
|
||||
irreversible: 削除操作の撤回やアカウントの復活はできません
|
||||
more_details_html: 詳しくは<a href="%{terms_path}">プライバシーポリシー</a>をご覧ください。
|
||||
username_available: あなたのユーザー名は再利用できるようになります
|
||||
|
@ -1336,6 +1403,7 @@ ja:
|
|||
authentication_methods:
|
||||
otp: 二要素認証アプリ
|
||||
password: パスワード
|
||||
sign_in_token: メール認証
|
||||
webauthn: セキュリティキー
|
||||
description_html: 認識できないアクティビティが表示された場合は、パスワードの変更と二要素認証の有効化を検討してください。
|
||||
empty: 利用可能な認証履歴がありません
|
||||
|
@ -1436,6 +1504,8 @@ ja:
|
|||
update:
|
||||
subject: "%{name}さんが投稿を更新しました"
|
||||
notifications:
|
||||
administration_emails: 管理にかかわるメール通知
|
||||
email_events: メールによる通知
|
||||
email_events_hint: '受信する通知を選択:'
|
||||
number:
|
||||
human:
|
||||
|
@ -1834,6 +1904,7 @@ ja:
|
|||
invalid_otp_token: 二要素認証コードが間違っています
|
||||
otp_lost_help_html: どちらも使用できない場合、%{email}に連絡を取ると解決できるかもしれません
|
||||
rate_limited: 認証に失敗した回数が多すぎます。時間をおいてからログインしてください。
|
||||
seamless_external_login: あなたは外部サービスを介してログインしているため、パスワードとメールアドレスの設定は利用できません。
|
||||
signed_in_as: '下記でログイン中:'
|
||||
verification:
|
||||
extra_instructions_html: <strong>ワンポイント:</strong> webサイト上のプロフィールへのリンクは表示上見えなくてもかまいません。重要な部分は <code>rel="me"</code> で、これはユーザーが自由にリンクを作成可能なサイトを悪用してなりすまされるのを防ぐための情報です。<code>a</code> タグを配置する代わりに <code>link</code> タグをHTMLヘッダーに挿入することでも認証が可能です。ただし、HTMLにはJavaScriptを使わなくてもアクセスできるようにしてください。
|
||||
|
|
|
@ -440,8 +440,11 @@ lad:
|
|||
create: Adjusta domeno
|
||||
resolve: Rezolve domeno
|
||||
title: Bloka muevo domeno de posta
|
||||
no_email_domain_block_selected: No se tienen trokado blokos de domeno porke dinguno a sido eskojido
|
||||
not_permitted: Sin permiso
|
||||
resolved_dns_records_hint_html: El nombre de domeno rezolve los sigientes domenos MX, los kualos son responsavles en ultima instansya de achetar la posta elektronika. Blokar un domeno MX blokara los rejistros de kualkier adreso de posta elektronika ke utilize el mezmo domeno MX, inkluzo si el nombre de domeno vizivle es desferente. <strong>Tenga kudiado de no blokar los prinsipales domenos de posta elektronika.</strong>
|
||||
resolved_through_html: Rezolvido por %{domain}
|
||||
title: Domenos de posta blokados
|
||||
export_domain_allows:
|
||||
new:
|
||||
title: Importa permisos de domeno
|
||||
|
|
|
@ -582,6 +582,8 @@ lt:
|
|||
trending: Tendencinga
|
||||
with_media: Su medija
|
||||
system_checks:
|
||||
database_schema_check:
|
||||
message_html: Laukiama duomenų bazės perkėlimo. Paleisk juos, kad įsitikintum, jog programa veikia taip, kaip tikimasi.
|
||||
elasticsearch_health_yellow:
|
||||
message_html: Elasticsearch klasteris yra nesveikas (geltona būsena), galbūt norėsi išsiaiškinti priežastį
|
||||
elasticsearch_preset:
|
||||
|
@ -836,7 +838,7 @@ lt:
|
|||
title: Nepavyko saugumo patvirtinimas
|
||||
'429': Stabdomas
|
||||
'500':
|
||||
content: Atsiprašome, tačiau mūsų pusėje įvyko klaida.
|
||||
content: Atsiprašome, bet kažkas nutiko ne taip mūsų pusėje.
|
||||
title: Netinkamas puslapis
|
||||
noscript_html: Kad naudotumėtės Mastodon web aplikacija, prašome įsijungti JavaScript. Alternatyviai, pabandykite viena iš <a href="%{apps_path}">vietinių aplikacijų</a> Mastodon savo platformai.
|
||||
exports:
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
created_msg: Moderasjonsnotat laget uten problem!
|
||||
destroyed_msg: Moderasjonsnotat slettet uten problem!
|
||||
accounts:
|
||||
add_email_domain_block: Blokker e-postdomenet
|
||||
approve: Godkjenn
|
||||
approved_msg: Godkjent %{username} sin registreringsapplikasjon
|
||||
are_you_sure: Er du sikker?
|
||||
|
|
|
@ -314,6 +314,7 @@ et:
|
|||
listable: Luba sellel sildil ilmuda profiilide kataloogis
|
||||
name: Silt
|
||||
trendable: Luba sellel sildil trendida
|
||||
usable: Luba seda märksõna postitustes kasutada lokaalselt
|
||||
user:
|
||||
role: Roll
|
||||
time_zone: Ajavöönd
|
||||
|
|
|
@ -313,6 +313,7 @@ ia:
|
|||
listable: Permitter a iste hashtag apparer in le recercas e suggestiones
|
||||
name: Hashtag
|
||||
trendable: Permitter a iste hashtag de sub tendentias
|
||||
usable: Permitter al messages usar iste hashtag localmente
|
||||
user:
|
||||
role: Rolo
|
||||
time_zone: Fuso horari
|
||||
|
|
|
@ -314,6 +314,7 @@ ja:
|
|||
listable: 検索とディレクトリへの使用を許可する
|
||||
name: ハッシュタグ
|
||||
trendable: トレンドへの表示を許可する
|
||||
usable: このサーバーのユーザーがタグをつけて投稿することを許可する
|
||||
user:
|
||||
role: ロール
|
||||
time_zone: タイムゾーン
|
||||
|
|
|
@ -20,7 +20,7 @@ kab:
|
|||
irreversible: Tisuffaɣ i tessazedgeḍ ad ttwakksent i lebda, ula ma tekkseḍ imsizdeg-nni ar zdat
|
||||
locale: Tutlayt n ugrudem, imaylen d walɣuten yettudemren
|
||||
password: Seqdec ma drus 8 n yisekkilen
|
||||
setting_display_media_default: Ffer teywalt yettwacreḍ d tanafrit
|
||||
setting_display_media_default: Ffer imidyaten yettwacreḍ d infariyen
|
||||
setting_display_media_hide_all: Ffer yal tikkelt akk taywalt
|
||||
setting_display_media_show_all: Ffer yal tikkelt teywalt yettwacreḍ d tanafrit
|
||||
username: Tzemreḍ ad tesqedceḍ isekkilen, uṭṭunen akked yijerriden n wadda
|
||||
|
|
|
@ -85,7 +85,7 @@ uk:
|
|||
custom_css: Ви можете застосувати користувацькі стилі у вебверсії Mastodon.
|
||||
favicon: WEBP, PNG, GIF або JPG. Замінює стандартну піктограму Mastodon на власну.
|
||||
mascot: Змінює ілюстрацію в розширеному вебінтерфейсі.
|
||||
media_cache_retention_period: Медіафайли з дописів віддалених користувачів кешуються на вашому сервері. Якщо встановлено додатне значення, медіа буде видалено через вказану кількість днів. Якщо медіа-дані будуть запитані після видалення, вони будуть завантажені повторно, якщо вихідний вміст все ще доступний. Через обмеження на частоту опитування карток попереднього перегляду посилань на сторонніх сайтах, рекомендується встановити це значення не менше 14 днів, інакше картки попереднього перегляду посилань не будуть оновлюватися на вимогу раніше цього часу.
|
||||
media_cache_retention_period: Медіафайли з дописів віддалених користувачів кешуються на вашому сервері. Якщо встановлено додатне значення, медіа буде видалено через вказану кількість днів. Якщо медіадані будуть запитані після видалення, вони будуть завантажені повторно, якщо вихідний вміст все ще доступний. Через обмеження на частоту опитування карток попереднього перегляду посилань на сторонніх сайтах, рекомендується встановити це значення не менше 14 днів, інакше картки попереднього перегляду посилань не будуть оновлюватися на вимогу раніше цього часу.
|
||||
peers_api_enabled: Список доменів імен цього сервера з'явився у федівсесвіті. Сюди не входять дані чи ви пов'язані федерацією з цим сервером, а лише відомості, що вашому серверу відомо про нього. Його використовують служби, які збирають загальну статистику про федерації.
|
||||
profile_directory: У каталозі профілів перераховані всі користувачі, які погодились бути видимими.
|
||||
require_invite_text: Якщо реєстрація вимагає власноручного затвердження, зробіть текстове поле «Чому ви хочете приєднатися?» обов'язковим, а не додатковим
|
||||
|
|
|
@ -35,6 +35,7 @@ sk:
|
|||
created_msg: Poznámka moderátora bola úspešne vytvorená!
|
||||
destroyed_msg: Moderátorska poznámka bola úspešne zmazaná!
|
||||
accounts:
|
||||
add_email_domain_block: Blokuj emailovú doménu
|
||||
approve: Schváľ
|
||||
approved_msg: Úspešne schválená prihláška %{username}
|
||||
are_you_sure: Si si istý/á?
|
||||
|
@ -170,10 +171,12 @@ sk:
|
|||
approve_appeal: Schváľ námietku
|
||||
approve_user: Odobri užívateľa
|
||||
assigned_to_self_report: Priraď hlásenie
|
||||
change_email_user: Zmeň email pre užívateľa
|
||||
change_role_user: Zmeň užívateľskú rolu
|
||||
confirm_user: Potvrď užívateľa
|
||||
create_account_warning: Vytvor výstrahu
|
||||
create_announcement: Vytvor oboznámenie
|
||||
create_canonical_email_block: Vytvor blokovanie emailu
|
||||
create_custom_emoji: Vytvor vlastné emotikony
|
||||
create_domain_allow: Vytvor povolenie pre doménu
|
||||
create_domain_block: Vytvor zákaz domény
|
||||
|
@ -224,10 +227,13 @@ sk:
|
|||
change_role_user_html: "%{name} zmenil/a rolu pre %{target}"
|
||||
create_account_warning_html: "%{name} poslal/a upozornenie užívateľovi %{target}"
|
||||
create_announcement_html: "%{name} vytvoril/a nové oboznámenie %{target}"
|
||||
create_canonical_email_block_html: "%{name} zablokoval/a email s hašom %{target}"
|
||||
create_custom_emoji_html: "%{name} nahral/a novú emotikonu %{target}"
|
||||
create_domain_allow_html: "%{name} povolil/a federáciu s doménou %{target}"
|
||||
create_domain_block_html: "%{name} zablokoval/a doménu %{target}"
|
||||
create_email_domain_block_html: "%{name} zablokoval/a emailovú doménu %{target}"
|
||||
create_ip_block_html: "%{name} vytvoril/a pravidlo pre IP %{target}"
|
||||
create_unavailable_domain_html: "%{name} pozastavil/a doručovanie k doméne %{target}"
|
||||
create_user_role_html: "%{name} vytvoril/a rolu pre %{target}"
|
||||
demote_user_html: "%{name} degradoval/a užívateľa %{target}"
|
||||
destroy_announcement_html: "%{name} vymazal/a oboznámenie %{target}"
|
||||
|
|
|
@ -786,7 +786,7 @@ uk:
|
|||
desc_html: Це залежить від зовнішніх скриптів hCaptcha, що може становити загрозу безпеці та приватності. Крім того, <strong>це може зробити процес реєстрації значно менш доступним для деяких людей (особливо з обмеженими можливостями)</strong>. З цих причин, будь ласка, розгляньте альтернативні заходи, такі як реєстрація на основі схвалення або на основі запрошення.
|
||||
title: Вимагати нових користувачів розв'язувати CAPTCHA для підтвердження облікового запису
|
||||
content_retention:
|
||||
danger_zone: Зони небезпеки
|
||||
danger_zone: Небезпечна зона
|
||||
preamble: Контролюйте, як зберігаються користувацькі матеріали в Mastodon.
|
||||
title: Зберігання вмісту
|
||||
default_noindex:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue