Merge commit '9e245d147bcb2c72cc552ff8c276a1c34e2f686d' into glitch-soc/merge-upstream
Conflicts: - `app/views/settings/profiles/show.html.haml`: Upstream redesigned the settings page, where glitch-soc had changes because of the ability to set some custom limits. Went with upstream's design while keeping our custom limits. - `yarn.lock`: Upstream updated dependencies textually close to a glitch-soc-only dependency. Updated the dependnencies as well.pull/62/head
commit
6c99479ef4
|
@ -69,7 +69,7 @@ services:
|
||||||
hard: -1
|
hard: -1
|
||||||
|
|
||||||
libretranslate:
|
libretranslate:
|
||||||
image: libretranslate/libretranslate:v1.3.10
|
image: libretranslate/libretranslate:v1.3.11
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- lt-data:/home/libretranslate/.local
|
- lt-data:/home/libretranslate/.local
|
||||||
|
|
|
@ -56,7 +56,6 @@ Lint/AmbiguousBlockAssociation:
|
||||||
- 'spec/controllers/settings/two_factor_authentication/otp_authentication_controller_spec.rb'
|
- 'spec/controllers/settings/two_factor_authentication/otp_authentication_controller_spec.rb'
|
||||||
- 'spec/services/activitypub/process_status_update_service_spec.rb'
|
- 'spec/services/activitypub/process_status_update_service_spec.rb'
|
||||||
- 'spec/services/post_status_service_spec.rb'
|
- 'spec/services/post_status_service_spec.rb'
|
||||||
- 'spec/workers/scheduler/accounts_statuses_cleanup_scheduler_spec.rb'
|
|
||||||
|
|
||||||
# Configuration parameters: AllowComments, AllowEmptyLambdas.
|
# Configuration parameters: AllowComments, AllowEmptyLambdas.
|
||||||
Lint/EmptyBlock:
|
Lint/EmptyBlock:
|
||||||
|
@ -202,14 +201,9 @@ Naming/VariableNumber:
|
||||||
- 'db/migrate/20190820003045_update_statuses_index.rb'
|
- 'db/migrate/20190820003045_update_statuses_index.rb'
|
||||||
- 'db/migrate/20190823221802_add_local_index_to_statuses.rb'
|
- 'db/migrate/20190823221802_add_local_index_to_statuses.rb'
|
||||||
- 'db/migrate/20200119112504_add_public_index_to_statuses.rb'
|
- 'db/migrate/20200119112504_add_public_index_to_statuses.rb'
|
||||||
- 'spec/controllers/activitypub/followers_synchronizations_controller_spec.rb'
|
|
||||||
- 'spec/lib/feed_manager_spec.rb'
|
|
||||||
- 'spec/models/account_spec.rb'
|
- 'spec/models/account_spec.rb'
|
||||||
- 'spec/models/concerns/account_interactions_spec.rb'
|
|
||||||
- 'spec/models/custom_emoji_filter_spec.rb'
|
|
||||||
- 'spec/models/domain_block_spec.rb'
|
- 'spec/models/domain_block_spec.rb'
|
||||||
- 'spec/models/user_spec.rb'
|
- 'spec/models/user_spec.rb'
|
||||||
- 'spec/services/activitypub/fetch_featured_collection_service_spec.rb'
|
|
||||||
|
|
||||||
# This cop supports unsafe autocorrection (--autocorrect-all).
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
||||||
Performance/UnfreezeString:
|
Performance/UnfreezeString:
|
||||||
|
@ -361,7 +355,6 @@ RSpec/LetSetup:
|
||||||
- 'spec/services/suspend_account_service_spec.rb'
|
- 'spec/services/suspend_account_service_spec.rb'
|
||||||
- 'spec/services/unallow_domain_service_spec.rb'
|
- 'spec/services/unallow_domain_service_spec.rb'
|
||||||
- 'spec/services/unsuspend_account_service_spec.rb'
|
- 'spec/services/unsuspend_account_service_spec.rb'
|
||||||
- 'spec/workers/scheduler/accounts_statuses_cleanup_scheduler_spec.rb'
|
|
||||||
- 'spec/workers/scheduler/user_cleanup_scheduler_spec.rb'
|
- 'spec/workers/scheduler/user_cleanup_scheduler_spec.rb'
|
||||||
|
|
||||||
RSpec/MessageChain:
|
RSpec/MessageChain:
|
||||||
|
|
51
Gemfile.lock
51
Gemfile.lock
|
@ -97,26 +97,26 @@ GEM
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
awrence (1.2.1)
|
awrence (1.2.1)
|
||||||
aws-eventstream (1.2.0)
|
aws-eventstream (1.2.0)
|
||||||
aws-partitions (1.772.0)
|
aws-partitions (1.780.0)
|
||||||
aws-sdk-core (3.174.0)
|
aws-sdk-core (3.175.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.651.0)
|
aws-partitions (~> 1, >= 1.651.0)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
jmespath (~> 1, >= 1.6.1)
|
jmespath (~> 1, >= 1.6.1)
|
||||||
aws-sdk-kms (1.65.0)
|
aws-sdk-kms (1.67.0)
|
||||||
aws-sdk-core (~> 3, >= 3.174.0)
|
aws-sdk-core (~> 3, >= 3.174.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
aws-sdk-s3 (1.123.0)
|
aws-sdk-s3 (1.125.0)
|
||||||
aws-sdk-core (~> 3, >= 3.174.0)
|
aws-sdk-core (~> 3, >= 3.174.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.4)
|
aws-sigv4 (~> 1.4)
|
||||||
aws-sigv4 (1.5.2)
|
aws-sigv4 (1.5.2)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
bcrypt (3.1.18)
|
bcrypt (3.1.18)
|
||||||
better_errors (2.9.1)
|
better_errors (2.10.1)
|
||||||
coderay (>= 1.0.0)
|
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
|
rouge (>= 1.0.0)
|
||||||
better_html (2.0.1)
|
better_html (2.0.1)
|
||||||
actionview (>= 6.0)
|
actionview (>= 6.0)
|
||||||
activesupport (>= 6.0)
|
activesupport (>= 6.0)
|
||||||
|
@ -154,7 +154,7 @@ GEM
|
||||||
sshkit (~> 1.3)
|
sshkit (~> 1.3)
|
||||||
capistrano-yarn (2.0.2)
|
capistrano-yarn (2.0.2)
|
||||||
capistrano (~> 3.0)
|
capistrano (~> 3.0)
|
||||||
capybara (3.39.1)
|
capybara (3.39.2)
|
||||||
addressable
|
addressable
|
||||||
matrix
|
matrix
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
|
@ -174,7 +174,6 @@ GEM
|
||||||
chunky_png (1.4.0)
|
chunky_png (1.4.0)
|
||||||
climate_control (0.2.0)
|
climate_control (0.2.0)
|
||||||
cocoon (1.2.15)
|
cocoon (1.2.15)
|
||||||
coderay (1.1.3)
|
|
||||||
color_diff (0.1)
|
color_diff (0.1)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
|
@ -229,7 +228,7 @@ GEM
|
||||||
erubi (1.12.0)
|
erubi (1.12.0)
|
||||||
et-orbi (1.2.7)
|
et-orbi (1.2.7)
|
||||||
tzinfo
|
tzinfo
|
||||||
excon (0.99.0)
|
excon (0.100.0)
|
||||||
fabrication (2.30.0)
|
fabrication (2.30.0)
|
||||||
faker (3.2.0)
|
faker (3.2.0)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
|
@ -319,7 +318,7 @@ GEM
|
||||||
httplog (1.6.2)
|
httplog (1.6.2)
|
||||||
rack (>= 2.0)
|
rack (>= 2.0)
|
||||||
rainbow (>= 2.0.0)
|
rainbow (>= 2.0.0)
|
||||||
i18n (1.13.0)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
i18n-tasks (1.0.12)
|
i18n-tasks (1.0.12)
|
||||||
activesupport (>= 4.0.2)
|
activesupport (>= 4.0.2)
|
||||||
|
@ -355,7 +354,7 @@ GEM
|
||||||
json-schema (4.0.0)
|
json-schema (4.0.0)
|
||||||
addressable (>= 2.8)
|
addressable (>= 2.8)
|
||||||
jsonapi-renderer (0.2.2)
|
jsonapi-renderer (0.2.2)
|
||||||
jwt (2.7.0)
|
jwt (2.7.1)
|
||||||
kaminari (1.2.2)
|
kaminari (1.2.2)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
kaminari-actionview (= 1.2.2)
|
kaminari-actionview (= 1.2.2)
|
||||||
|
@ -414,12 +413,12 @@ GEM
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.2)
|
mini_portile2 (2.8.2)
|
||||||
minitest (5.18.0)
|
minitest (5.18.0)
|
||||||
msgpack (1.7.0)
|
msgpack (1.7.1)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.3.0)
|
multipart-post (2.3.0)
|
||||||
net-http (0.3.2)
|
net-http (0.3.2)
|
||||||
uri
|
uri
|
||||||
net-imap (0.3.4)
|
net-imap (0.3.6)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-ldap (0.18.0)
|
net-ldap (0.18.0)
|
||||||
|
@ -436,7 +435,7 @@ GEM
|
||||||
nokogiri (1.15.2)
|
nokogiri (1.15.2)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
oj (3.14.3)
|
oj (3.15.0)
|
||||||
omniauth (1.9.2)
|
omniauth (1.9.2)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
|
@ -496,7 +495,7 @@ GEM
|
||||||
pundit (2.3.0)
|
pundit (2.3.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
raabro (1.4.0)
|
raabro (1.4.0)
|
||||||
racc (1.7.0)
|
racc (1.7.1)
|
||||||
rack (2.2.7)
|
rack (2.2.7)
|
||||||
rack-attack (6.6.1)
|
rack-attack (6.6.1)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
|
@ -548,13 +547,13 @@ GEM
|
||||||
thor (~> 1.0)
|
thor (~> 1.0)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
rdf (3.2.10)
|
rdf (3.2.11)
|
||||||
link_header (~> 0.0, >= 0.0.8)
|
link_header (~> 0.0, >= 0.0.8)
|
||||||
rdf-normalize (0.5.1)
|
rdf-normalize (0.6.0)
|
||||||
rdf (~> 3.2)
|
rdf (~> 3.2)
|
||||||
redcarpet (3.6.0)
|
redcarpet (3.6.0)
|
||||||
redis (4.8.1)
|
redis (4.8.1)
|
||||||
redis-namespace (1.10.0)
|
redis-namespace (1.11.0)
|
||||||
redis (>= 4)
|
redis (>= 4)
|
||||||
redlock (1.3.2)
|
redlock (1.3.2)
|
||||||
redis (>= 3.0.0, < 6.0)
|
redis (>= 3.0.0, < 6.0)
|
||||||
|
@ -566,6 +565,7 @@ GEM
|
||||||
railties (>= 5.2)
|
railties (>= 5.2)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rotp (6.2.2)
|
rotp (6.2.2)
|
||||||
|
rouge (4.1.2)
|
||||||
rpam2 (4.0.2)
|
rpam2 (4.0.2)
|
||||||
rqrcode (2.2.0)
|
rqrcode (2.2.0)
|
||||||
chunky_png (~> 1.0)
|
chunky_png (~> 1.0)
|
||||||
|
@ -606,6 +606,8 @@ GEM
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-capybara (2.18.0)
|
rubocop-capybara (2.18.0)
|
||||||
rubocop (~> 1.41)
|
rubocop (~> 1.41)
|
||||||
|
rubocop-factory_bot (2.23.1)
|
||||||
|
rubocop (~> 1.33)
|
||||||
rubocop-performance (1.18.0)
|
rubocop-performance (1.18.0)
|
||||||
rubocop (>= 1.7.0, < 2.0)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
|
@ -613,16 +615,17 @@ GEM
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.33.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
rubocop-rspec (2.19.0)
|
rubocop-rspec (2.22.0)
|
||||||
rubocop (~> 1.33)
|
rubocop (~> 1.33)
|
||||||
rubocop-capybara (~> 2.17)
|
rubocop-capybara (~> 2.17)
|
||||||
|
rubocop-factory_bot (~> 2.22)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-saml (1.13.0)
|
ruby-saml (1.15.0)
|
||||||
nokogiri (>= 1.10.5)
|
nokogiri (>= 1.13.10)
|
||||||
rexml
|
rexml
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
rufus-scheduler (3.8.2)
|
rufus-scheduler (3.9.1)
|
||||||
fugit (~> 1.1, >= 1.1.6)
|
fugit (~> 1.1, >= 1.1.6)
|
||||||
safety_net_attestation (0.4.0)
|
safety_net_attestation (0.4.0)
|
||||||
jwt (~> 2.0)
|
jwt (~> 2.0)
|
||||||
|
@ -681,13 +684,13 @@ GEM
|
||||||
attr_required (>= 0.0.5)
|
attr_required (>= 0.0.5)
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.10.0)
|
temple (0.10.2)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
terrapin (0.6.0)
|
terrapin (0.6.0)
|
||||||
climate_control (>= 0.0.3, < 1.0)
|
climate_control (>= 0.0.3, < 1.0)
|
||||||
thor (1.2.2)
|
thor (1.2.2)
|
||||||
tilt (2.1.0)
|
tilt (2.2.0)
|
||||||
timeout (0.3.2)
|
timeout (0.3.2)
|
||||||
tpm-key_attestation (0.12.0)
|
tpm-key_attestation (0.12.0)
|
||||||
bindata (~> 2.4)
|
bindata (~> 2.4)
|
||||||
|
|
|
@ -45,7 +45,7 @@ class Api::V1::ConversationsController < Api::BaseController
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
.to_a_paginated_by_id(limit_param(LIMIT), **params_slice(:max_id, :since_id, :min_id))
|
.to_a_paginated_by_id(limit_param(LIMIT), params_slice(:max_id, :since_id, :min_id))
|
||||||
end
|
end
|
||||||
|
|
||||||
def insert_pagination_headers
|
def insert_pagination_headers
|
||||||
|
|
|
@ -88,8 +88,10 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController
|
||||||
def after_confirmation_path_for(_resource_name, user)
|
def after_confirmation_path_for(_resource_name, user)
|
||||||
if user.created_by_application && truthy_param?(:redirect_to_app)
|
if user.created_by_application && truthy_param?(:redirect_to_app)
|
||||||
user.created_by_application.confirmation_redirect_uri
|
user.created_by_application.confirmation_redirect_uri
|
||||||
|
elsif user_signed_in?
|
||||||
|
web_url('start')
|
||||||
else
|
else
|
||||||
super
|
new_user_session_path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class Settings::VerificationsController < Settings::BaseController
|
||||||
|
before_action :set_account
|
||||||
|
|
||||||
|
def show
|
||||||
|
@verified_links = @account.fields.select(&:verified?)
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def set_account
|
||||||
|
@account = current_account
|
||||||
|
end
|
||||||
|
end
|
|
@ -46,7 +46,7 @@ export default class Upload extends ImmutablePureComponent {
|
||||||
const y = ((focusY / -2) + .5) * 100;
|
const y = ((focusY / -2) + .5) * 100;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='compose-form__upload' tabIndex={0} role='button'>
|
<div className='compose-form__upload'>
|
||||||
<Motion defaultStyle={{ scale: 0.8 }} style={{ scale: spring(1, { stiffness: 180, damping: 12 }) }}>
|
<Motion defaultStyle={{ scale: 0.8 }} style={{ scale: spring(1, { stiffness: 180, damping: 12 }) }}>
|
||||||
{({ scale }) => (
|
{({ scale }) => (
|
||||||
<div className='compose-form__upload-thumbnail' style={{ transform: `scale(${scale})`, backgroundImage: `url(${media.get('preview_url')})`, backgroundPosition: `${x}% ${y}%` }}>
|
<div className='compose-form__upload-thumbnail' style={{ transform: `scale(${scale})`, backgroundImage: `url(${media.get('preview_url')})`, backgroundPosition: `${x}% ${y}%` }}>
|
||||||
|
|
|
@ -393,11 +393,6 @@ class UI extends PureComponent {
|
||||||
navigator.serviceWorker.addEventListener('message', this.handleServiceWorkerPostMessage);
|
navigator.serviceWorker.addEventListener('message', this.handleServiceWorkerPostMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
// On first launch, redirect to the follow recommendations page
|
|
||||||
if (signedIn && this.props.firstLaunch) {
|
|
||||||
this.context.router.history.replace('/start');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (signedIn) {
|
if (signedIn) {
|
||||||
this.props.dispatch(fetchMarkers());
|
this.props.dispatch(fetchMarkers());
|
||||||
this.props.dispatch(expandHomeTimeline());
|
this.props.dispatch(expandHomeTimeline());
|
||||||
|
|
|
@ -43,22 +43,21 @@ class AccountConversation < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def to_a_paginated_by_id(limit, min_id: nil, max_id: nil, since_id: nil, preload_participants: true)
|
def to_a_paginated_by_id(limit, options = {})
|
||||||
array = begin
|
array = begin
|
||||||
if min_id
|
if options[:min_id]
|
||||||
paginate_by_min_id(limit, min_id, max_id).reverse
|
paginate_by_min_id(limit, options[:min_id], options[:max_id]).reverse
|
||||||
else
|
else
|
||||||
paginate_by_max_id(limit, max_id, since_id).to_a
|
paginate_by_max_id(limit, options[:max_id], options[:since_id]).to_a
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if preload_participants
|
# Preload participants
|
||||||
participant_ids = array.flat_map(&:participant_account_ids)
|
participant_ids = array.flat_map(&:participant_account_ids)
|
||||||
accounts_by_id = Account.where(id: participant_ids).index_by(&:id)
|
accounts_by_id = Account.where(id: participant_ids).index_by(&:id)
|
||||||
|
|
||||||
array.each do |conversation|
|
array.each do |conversation|
|
||||||
conversation.participant_accounts = conversation.participant_account_ids.filter_map { |id| accounts_by_id[id] }
|
conversation.participant_accounts = conversation.participant_account_ids.filter_map { |id| accounts_by_id[id] }
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
array
|
array
|
||||||
|
|
|
@ -26,6 +26,7 @@ class Admin::AccountAction
|
||||||
alias include_statuses? include_statuses
|
alias include_statuses? include_statuses
|
||||||
|
|
||||||
validates :type, :target_account, :current_account, presence: true
|
validates :type, :target_account, :current_account, presence: true
|
||||||
|
validates :type, inclusion: { in: TYPES }
|
||||||
|
|
||||||
def initialize(attributes = {})
|
def initialize(attributes = {})
|
||||||
@send_email_notification = true
|
@send_email_notification = true
|
||||||
|
@ -71,6 +72,10 @@ class Admin::AccountAction
|
||||||
TYPES - %w(none disable)
|
TYPES - %w(none disable)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def i18n_scope
|
||||||
|
:activerecord
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('settings.featured_tags')
|
= t('settings.featured_tags')
|
||||||
|
|
||||||
%p= t('featured_tags.hint_html')
|
- content_for :heading do
|
||||||
|
%h2= t('settings.profile')
|
||||||
%hr.spacer/
|
= render partial: 'settings/shared/profile_navigation'
|
||||||
|
|
||||||
= simple_form_for @featured_tag, url: settings_featured_tags_path do |f|
|
= simple_form_for @featured_tag, url: settings_featured_tags_path do |f|
|
||||||
= render 'shared/error_messages', object: @featured_tag
|
= render 'shared/error_messages', object: @featured_tag
|
||||||
|
|
||||||
|
%p.lead= t('featured_tags.hint_html')
|
||||||
|
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.input :name, wrapper: :with_block_label, hint: safe_join([t('simple_form.hints.featured_tag.name'), safe_join(@recently_used_tags.map { |tag| link_to("##{tag.display_name}", settings_featured_tags_path(featured_tag: { name: tag.name }), method: :post) }, ', ')], ' ')
|
= f.input :name, wrapper: :with_block_label, hint: safe_join([t('simple_form.hints.featured_tag.name'), safe_join(@recently_used_tags.map { |tag| link_to("##{tag.display_name}", settings_featured_tags_path(featured_tag: { name: tag.name }), method: :post) }, ', ')], ' ')
|
||||||
|
|
||||||
|
|
|
@ -1,76 +1,76 @@
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= t('settings.edit_profile')
|
= t('settings.edit_profile')
|
||||||
|
|
||||||
- content_for :heading_actions do
|
- content_for :heading do
|
||||||
= button_tag t('generic.save_changes'), class: 'button', form: 'edit_profile'
|
%h2= t('settings.profile')
|
||||||
|
= render partial: 'settings/shared/profile_navigation'
|
||||||
|
|
||||||
= simple_form_for @account, url: settings_profile_path, html: { method: :put, id: 'edit_profile' } do |f|
|
= simple_form_for @account, url: settings_profile_path, html: { method: :put, id: 'edit_profile' } do |f|
|
||||||
= render 'shared/error_messages', object: @account
|
= render 'shared/error_messages', object: @account
|
||||||
|
|
||||||
.fields-row
|
%p.lead= t('edit_profile.hint_html')
|
||||||
.fields-row__column.fields-group.fields-row__column-6
|
|
||||||
= f.input :display_name, wrapper: :with_label, input_html: { maxlength: Account::MAX_DISPLAY_NAME_LENGTH, data: { default: @account.username } }, hint: false
|
%h4= t('edit_profile.basic_information')
|
||||||
= f.input :note, wrapper: :with_label, input_html: { maxlength: Account::MAX_NOTE_LENGTH }, hint: false
|
|
||||||
|
|
||||||
.fields-row
|
.fields-row
|
||||||
.fields-row__column.fields-row__column-6
|
.fields-row__column.fields-row__column-6
|
||||||
= render 'application/card', account: @account
|
.fields-group
|
||||||
|
= f.input :display_name, wrapper: :with_block_label, input_html: { maxlength: Account::MAX_DISPLAY_NAME_LENGTH, data: { default: @account.username } }
|
||||||
|
|
||||||
.fields-row__column.fields-group.fields-row__column-6
|
.fields-group
|
||||||
= f.input :header, wrapper: :with_label, input_html: { accept: AccountHeader::IMAGE_MIME_TYPES.join(',') }, hint: picture_hint(t('simple_form.hints.defaults.header', dimensions: '1500x500', size: number_to_human_size(AccountHeader::LIMIT)), @account.header)
|
= f.input :note, wrapper: :with_block_label, input_html: { maxlength: Account::MAX_NOTE_LENGTH }
|
||||||
|
|
||||||
= f.input :avatar, wrapper: :with_label, input_html: { accept: AccountAvatar::IMAGE_MIME_TYPES.join(',') }, hint: picture_hint(t('simple_form.hints.defaults.avatar', dimensions: '400x400', size: number_to_human_size(AccountAvatar::LIMIT)), @account.avatar)
|
|
||||||
|
|
||||||
%hr.spacer/
|
|
||||||
|
|
||||||
.fields-group
|
|
||||||
= f.input :locked, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.locked')
|
|
||||||
|
|
||||||
.fields-group
|
|
||||||
= f.input :bot, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.bot')
|
|
||||||
|
|
||||||
.fields-group
|
|
||||||
= f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable'), recommended: true
|
|
||||||
|
|
||||||
.fields-group
|
|
||||||
= f.input :hide_collections, as: :boolean, wrapper: :with_label, label: t('simple_form.labels.defaults.setting_hide_network'), hint: t('simple_form.hints.defaults.setting_hide_network')
|
|
||||||
|
|
||||||
%hr.spacer/
|
|
||||||
|
|
||||||
.fields-row
|
|
||||||
.fields-row__column.fields-group.fields-row__column-6
|
.fields-row__column.fields-group.fields-row__column-6
|
||||||
.input.with_block_label
|
.input.with_block_label
|
||||||
%label= t('simple_form.labels.defaults.fields')
|
%label= t('simple_form.labels.defaults.fields')
|
||||||
%span.hint= t('simple_form.hints.defaults.fields', count: Account::DEFAULT_FIELDS_SIZE)
|
%span.hint= t('simple_form.hints.account.fields')
|
||||||
|
|
||||||
= f.simple_fields_for :fields do |fields_f|
|
= f.simple_fields_for :fields do |fields_f|
|
||||||
.row
|
.row
|
||||||
= fields_f.input :name, placeholder: t('simple_form.labels.account.fields.name'), input_html: { maxlength: 255 }
|
= fields_f.input :name, placeholder: t('simple_form.labels.account.fields.name'), input_html: { maxlength: 255 }
|
||||||
= fields_f.input :value, placeholder: t('simple_form.labels.account.fields.value'), input_html: { maxlength: 255 }
|
= fields_f.input :value, placeholder: t('simple_form.labels.account.fields.value'), input_html: { maxlength: 255 }
|
||||||
|
|
||||||
.fields-row__column.fields-group.fields-row__column-6
|
.fields-row
|
||||||
%h6= t('verification.verification')
|
.fields-row__column.fields-row__column-6
|
||||||
%p.hint= t('verification.explanation_html')
|
.fields-group
|
||||||
|
= f.input :avatar, wrapper: :with_block_label, input_html: { accept: AccountAvatar::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.avatar', dimensions: '400x400', size: number_to_human_size(AccountAvatar::LIMIT))
|
||||||
|
|
||||||
.input-copy
|
- if @account.avatar.present?
|
||||||
.input-copy__wrapper
|
.fields-row__column.fields-row__column-6
|
||||||
%input{ type: :text, maxlength: '999', spellcheck: 'false', readonly: 'true', value: link_to('Mastodon', ActivityPub::TagManager.instance.url_for(@account), rel: 'me').to_str }
|
.fields-group
|
||||||
%button{ type: :button }= t('generic.copy')
|
= image_tag @account.avatar.url, class: 'fields-group__thumbnail', width: 90, height: 90
|
||||||
|
= link_to settings_profile_picture_path('avatar'), data: { method: :delete }, class: 'link-button link-button--destructive' do
|
||||||
|
= fa_icon 'trash fw'
|
||||||
|
= t('generic.delete')
|
||||||
|
|
||||||
|
.fields-row
|
||||||
|
.fields-row__column.fields-row__column-6
|
||||||
|
.fields-group
|
||||||
|
= f.input :header, wrapper: :with_block_label, input_html: { accept: AccountHeader::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.header', dimensions: '1500x500', size: number_to_human_size(AccountHeader::LIMIT))
|
||||||
|
|
||||||
|
- if @account.header.present?
|
||||||
|
.fields-row__column.fields-row__column-6
|
||||||
|
.fields-group
|
||||||
|
= image_tag @account.header.url, class: 'fields-group__thumbnail'
|
||||||
|
= link_to settings_profile_picture_path('header'), data: { method: :delete }, class: 'link-button link-button--destructive' do
|
||||||
|
= fa_icon 'trash fw'
|
||||||
|
= t('generic.delete')
|
||||||
|
|
||||||
|
%h4= t('edit_profile.safety_and_privacy')
|
||||||
|
|
||||||
|
.fields-group
|
||||||
|
= f.input :discoverable, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.discoverable'), recommended: true
|
||||||
|
|
||||||
|
.fields-group
|
||||||
|
= f.input :locked, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.locked')
|
||||||
|
|
||||||
|
.fields-group
|
||||||
|
= f.input :hide_collections, as: :boolean, wrapper: :with_label, label: t('simple_form.labels.defaults.setting_hide_network'), hint: t('simple_form.hints.defaults.setting_hide_network')
|
||||||
|
|
||||||
|
%h4= t('edit_profile.other')
|
||||||
|
|
||||||
|
.fields-group
|
||||||
|
= f.input :bot, as: :boolean, wrapper: :with_label, hint: t('simple_form.hints.defaults.bot')
|
||||||
|
|
||||||
.actions
|
.actions
|
||||||
= f.button :button, t('generic.save_changes'), type: :submit
|
= f.button :button, t('generic.save_changes'), type: :submit
|
||||||
|
|
||||||
%hr/
|
|
||||||
|
|
||||||
%h6= t('auth.migrate_account')
|
|
||||||
%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)
|
|
||||||
|
|
||||||
%hr.spacer/
|
|
||||||
|
|
||||||
%h6= t 'migrations.incoming_migrations'
|
|
||||||
%p.muted-hint= t('migrations.incoming_migrations_html', path: settings_aliases_path)
|
|
||||||
|
|
||||||
%hr.spacer/
|
|
||||||
|
|
||||||
%h6= t('auth.delete_account')
|
|
||||||
%p.muted-hint= t('auth.delete_account_html', path: settings_delete_path)
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
%ul.no-list
|
|
||||||
- if controller_name != 'profiles'
|
|
||||||
%li= link_to t('settings.edit_profile'), settings_profile_path
|
|
||||||
- if controller_name != 'preferences'
|
|
||||||
%li= link_to t('settings.preferences'), settings_preferences_path
|
|
||||||
- if controller_name != 'registrations'
|
|
||||||
%li= link_to t('auth.change_password'), edit_user_registration_path
|
|
||||||
- if controller_name != 'two_factor_authentications'
|
|
||||||
%li= link_to t('settings.two_factor_authentication'), settings_two_factor_authentication_path
|
|
||||||
%li= link_to t('settings.back'), root_path
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
.content__heading__tabs
|
||||||
|
= render_navigation renderer: :links do |primary|
|
||||||
|
:ruby
|
||||||
|
primary.item :profile, safe_join([fa_icon('user fw'), t('settings.edit_profile')]), settings_profile_path
|
||||||
|
primary.item :verification, safe_join([fa_icon('check fw'), t('verification.verification')]), settings_verification_path
|
||||||
|
primary.item :featured_tags, safe_join([fa_icon('hashtag fw'), t('settings.featured_tags')]), settings_featured_tags_path
|
|
@ -0,0 +1,30 @@
|
||||||
|
- content_for :page_title do
|
||||||
|
= t('verification.verification')
|
||||||
|
|
||||||
|
- content_for :heading do
|
||||||
|
%h2= t('settings.profile')
|
||||||
|
= render partial: 'settings/shared/profile_navigation'
|
||||||
|
|
||||||
|
.simple_form
|
||||||
|
%p.lead= t('verification.hint_html')
|
||||||
|
|
||||||
|
%h4= t('verification.here_is_how')
|
||||||
|
|
||||||
|
%p.lead= t('verification.instructions_html')
|
||||||
|
|
||||||
|
.input-copy.lead
|
||||||
|
.input-copy__wrapper
|
||||||
|
%input{ type: :text, maxlength: '999', spellcheck: 'false', readonly: 'true', value: link_to('Mastodon', ActivityPub::TagManager.instance.url_for(@account), rel: 'me').to_str }
|
||||||
|
%button{ type: :button }= t('generic.copy')
|
||||||
|
|
||||||
|
%p.lead= t('verification.extra_instructions_html')
|
||||||
|
|
||||||
|
- if @verified_links.any?
|
||||||
|
%h4= t('verification.verified_links')
|
||||||
|
|
||||||
|
%ul.lead
|
||||||
|
- @verified_links.each do |field|
|
||||||
|
%li
|
||||||
|
%span.verified-badge
|
||||||
|
= fa_icon 'check', class: 'verified-badge__mark'
|
||||||
|
%span= field.value
|
|
@ -12,6 +12,9 @@ module.exports = (api) => {
|
||||||
debug: false,
|
debug: false,
|
||||||
include: [
|
include: [
|
||||||
'transform-numeric-separator',
|
'transform-numeric-separator',
|
||||||
|
'transform-optional-chaining',
|
||||||
|
'transform-nullish-coalescing-operator',
|
||||||
|
'transform-class-properties',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,8 +27,6 @@ module.exports = (api) => {
|
||||||
plugins: [
|
plugins: [
|
||||||
['formatjs'],
|
['formatjs'],
|
||||||
'preval',
|
'preval',
|
||||||
'@babel/plugin-transform-optional-chaining',
|
|
||||||
'@babel/plugin-transform-nullish-coalescing-operator',
|
|
||||||
],
|
],
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,6 @@ en:
|
||||||
glitch_only: glitch-soc
|
glitch_only: glitch-soc
|
||||||
hints:
|
hints:
|
||||||
defaults:
|
defaults:
|
||||||
fields: You can have up to %{count} items displayed as a table on your profile
|
|
||||||
setting_default_content_type_html: When writing toots, assume they are written in raw HTML, unless specified otherwise
|
setting_default_content_type_html: When writing toots, assume they are written in raw HTML, unless specified otherwise
|
||||||
setting_default_content_type_markdown: When writing toots, assume they are using Markdown for rich text formatting, unless specified otherwise
|
setting_default_content_type_markdown: When writing toots, assume they are using Markdown for rich text formatting, unless specified otherwise
|
||||||
setting_default_content_type_plain: When writing toots, assume they are plain text with no special formatting, unless specified otherwise (default Mastodon behavior)
|
setting_default_content_type_plain: When writing toots, assume they are plain text with no special formatting, unless specified otherwise (default Mastodon behavior)
|
||||||
|
|
|
@ -940,7 +940,6 @@ an:
|
||||||
your_token: Lo tuyo token d'acceso
|
your_token: Lo tuyo token d'acceso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar una cuenta
|
apply_for_account: Solicitar una cuenta
|
||||||
change_password: Clau
|
|
||||||
delete_account: Borrar cuenta
|
delete_account: Borrar cuenta
|
||||||
delete_account_html: Si deseya eliminar la suya cuenta, puede <a href="%{path}">proceder aquí</a>. Será pediu d'una confirmación.
|
delete_account_html: Si deseya eliminar la suya cuenta, puede <a href="%{path}">proceder aquí</a>. Será pediu d'una confirmación.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -990,7 +990,6 @@ ar:
|
||||||
your_token: رمز نفاذك
|
your_token: رمز نفاذك
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: اطلُب حسابًا
|
apply_for_account: اطلُب حسابًا
|
||||||
change_password: الكلمة السرية
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: إذا كان عنوان البريد الإلكتروني هذا غير صحيح، يمكنك تغييره في إعدادات الحساب.
|
wrong_email_hint: إذا كان عنوان البريد الإلكتروني هذا غير صحيح، يمكنك تغييره في إعدادات الحساب.
|
||||||
delete_account: حذف الحساب
|
delete_account: حذف الحساب
|
||||||
|
|
|
@ -449,7 +449,6 @@ ast:
|
||||||
warning: Ten munchu curiáu con estos datos, ¡enxamás nun los compartas con naide!
|
warning: Ten munchu curiáu con estos datos, ¡enxamás nun los compartas con naide!
|
||||||
your_token: El pase d'accesu
|
your_token: El pase d'accesu
|
||||||
auth:
|
auth:
|
||||||
change_password: Contraseña
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si la direición de corréu electrónicu nun ye correuta, pues camudala na configuración de la cuenta.
|
wrong_email_hint: Si la direición de corréu electrónicu nun ye correuta, pues camudala na configuración de la cuenta.
|
||||||
delete_account: Desaniciu de la cuenta
|
delete_account: Desaniciu de la cuenta
|
||||||
|
|
|
@ -1015,7 +1015,6 @@ be:
|
||||||
your_token: Ваш токен доступу
|
your_token: Ваш токен доступу
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Пакінуць заяўку
|
apply_for_account: Пакінуць заяўку
|
||||||
change_password: Пароль
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Калі гэты адрас электроннай пошты памылковы, вы можаце змяніць яго ў наладах уліковага запісу.
|
wrong_email_hint: Калі гэты адрас электроннай пошты памылковы, вы можаце змяніць яго ў наладах уліковага запісу.
|
||||||
delete_account: Выдаліць уліковы запіс
|
delete_account: Выдаліць уліковы запіс
|
||||||
|
@ -1768,7 +1767,6 @@ be:
|
||||||
seamless_external_login: Вы ўвайшлі праз знешні сэрвіс, таму налады пароля і эл. пошты недаступныя.
|
seamless_external_login: Вы ўвайшлі праз знешні сэрвіс, таму налады пароля і эл. пошты недаступныя.
|
||||||
signed_in_as: 'Увайшлі як:'
|
signed_in_as: 'Увайшлі як:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Вы можаце <strong>пацвердзіць сябе як уладальніка спасылак у метададзеных вашага профілю</strong>. Для гэтага спасылка на вэб-сайт павінна ўтрымліваць спасылку на ваш профіль Mastodon. Пасля дадавання спасылка, вам спатрэбіцца вярнуцца і перазахаваць свой профіль, каб усё адбыдося. Зваротная спасылка <strong>павінна</strong> мець атрыбут <code>rel="me"</code>. Тэкставы змест спасылкі не мае значэння. Вось прыклад:'
|
|
||||||
verification: Верыфікацыя
|
verification: Верыфікацыя
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Дадаць новы ключ бяспекі
|
add: Дадаць новы ключ бяспекі
|
||||||
|
|
|
@ -979,7 +979,6 @@ bg:
|
||||||
your_token: Вашият код за достъп
|
your_token: Вашият код за достъп
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Заявка за акаунт
|
apply_for_account: Заявка за акаунт
|
||||||
change_password: Парола
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Ако този адрес на е-поща не е правилен, то може да го промените в настройки на акаунта.
|
wrong_email_hint: Ако този адрес на е-поща не е правилен, то може да го промените в настройки на акаунта.
|
||||||
delete_account: Изтриване на акаунта
|
delete_account: Изтриване на акаунта
|
||||||
|
@ -1704,7 +1703,6 @@ bg:
|
||||||
seamless_external_login: Влезли сте чрез външна услуга, така че настройките за парола и имейл не са налични.
|
seamless_external_login: Влезли сте чрез външна услуга, така че настройките за парола и имейл не са налични.
|
||||||
signed_in_as: 'Влезли като:'
|
signed_in_as: 'Влезли като:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Може да <strong>потвърдите себе си като собственик на връзките в метаданните на профила си</strong>. За целта свързаният уебсайт трябва да съдържа обратна връзка към профилa ви в Mastodon. След добавянето на връзката, може да се наложи да се върнете тук и да запазите пак профила си, за да влезе в сила потвърждаването. Връзката обратно <strong>трябва</strong> да има атрибут <code>rel="me"</code>. Текстовото съдържание на връзката няма значение. Ето пример:'
|
|
||||||
verification: Проверка
|
verification: Проверка
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Добавяне на нов ключ за сигурност
|
add: Добавяне на нов ключ за сигурност
|
||||||
|
|
|
@ -288,7 +288,6 @@ br:
|
||||||
view: 'Sellet :'
|
view: 'Sellet :'
|
||||||
view_status: Gwelet ar c'hannad
|
view_status: Gwelet ar c'hannad
|
||||||
auth:
|
auth:
|
||||||
change_password: Ger-tremen
|
|
||||||
delete_account: Dilemel ar gont
|
delete_account: Dilemel ar gont
|
||||||
login: Mont tre
|
login: Mont tre
|
||||||
logout: Digennaskañ
|
logout: Digennaskañ
|
||||||
|
|
|
@ -979,7 +979,6 @@ ca:
|
||||||
your_token: El teu identificador d'accés
|
your_token: El teu identificador d'accés
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Sol·licitar un compte
|
apply_for_account: Sol·licitar un compte
|
||||||
change_password: Contrasenya
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si aquesta adreça de correu electrònic no és correcte, pots canviar-la en els ajustos del compte.
|
wrong_email_hint: Si aquesta adreça de correu electrònic no és correcte, pots canviar-la en els ajustos del compte.
|
||||||
delete_account: Elimina el compte
|
delete_account: Elimina el compte
|
||||||
|
@ -1704,7 +1703,6 @@ ca:
|
||||||
seamless_external_login: Has iniciat sessió via un servei extern per tant els ajustos de contrasenya i correu electrònic no estan disponibles.
|
seamless_external_login: Has iniciat sessió via un servei extern per tant els ajustos de contrasenya i correu electrònic no estan disponibles.
|
||||||
signed_in_as: 'Sessió iniciada com a:'
|
signed_in_as: 'Sessió iniciada com a:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Pots <strong>verificar-te com a propietari dels enllaços a les metadades del teu perfil</strong>. Per això, el lloc web enllaçat ha de contenir un enllaç al teu perfil de Mastodon. Després d''afegir l''enllaç, podries necessitar tornar aquí a desar el teu perfil per a fer efectiva la verificació. El vincle <strong>ha de</strong> tenir l''atribut <code>rel="me"</code>. El contingut del text de l''enllaç no importa. Aquí tens un exemple:'
|
|
||||||
verification: Verificació
|
verification: Verificació
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Afegir nova clau de seguretat
|
add: Afegir nova clau de seguretat
|
||||||
|
|
|
@ -587,7 +587,6 @@ ckb:
|
||||||
warning: زۆر ئاگاداربە لەم داتایە. هەرگیز لەگەڵ کەس دا هاوبەشی مەکە!
|
warning: زۆر ئاگاداربە لەم داتایە. هەرگیز لەگەڵ کەس دا هاوبەشی مەکە!
|
||||||
your_token: کۆدی دەستپێگەیشتنی ئێوە
|
your_token: کۆدی دەستپێگەیشتنی ئێوە
|
||||||
auth:
|
auth:
|
||||||
change_password: تێپەڕوشە
|
|
||||||
delete_account: سڕینەوەی هەژمارە
|
delete_account: سڕینەوەی هەژمارە
|
||||||
delete_account_html: گەر هەرەکتە هەژمارەکەت بسڕیتەوە، لە <a href="%{path}">لەم قوناغانە</a> بڕۆیتە پێشەوە. داوای پەسەند کردنتان لێدەگیرێت.
|
delete_account_html: گەر هەرەکتە هەژمارەکەت بسڕیتەوە، لە <a href="%{path}">لەم قوناغانە</a> بڕۆیتە پێشەوە. داوای پەسەند کردنتان لێدەگیرێت.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -553,7 +553,6 @@ co:
|
||||||
warning: Abbadate à quessi dati. Ùn i date à nisunu!
|
warning: Abbadate à quessi dati. Ùn i date à nisunu!
|
||||||
your_token: Rigenerà a fiscia d’accessu
|
your_token: Rigenerà a fiscia d’accessu
|
||||||
auth:
|
auth:
|
||||||
change_password: Chjave d’accessu
|
|
||||||
delete_account: Sguassà u contu
|
delete_account: Sguassà u contu
|
||||||
delete_account_html: S’è voi vulete toglie u vostru contu <a href="%{path}">ghjè quì</a>. Duverete cunfirmà a vostra scelta.
|
delete_account_html: S’è voi vulete toglie u vostru contu <a href="%{path}">ghjè quì</a>. Duverete cunfirmà a vostra scelta.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1015,7 +1015,6 @@ cs:
|
||||||
your_token: Váš přístupový token
|
your_token: Váš přístupový token
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Požádat o účet
|
apply_for_account: Požádat o účet
|
||||||
change_password: Heslo
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Pokud není e-mail správný, můžete si ho změnit v nastavení účtu.
|
wrong_email_hint: Pokud není e-mail správný, můžete si ho změnit v nastavení účtu.
|
||||||
delete_account: Odstranit účet
|
delete_account: Odstranit účet
|
||||||
|
@ -1768,7 +1767,6 @@ cs:
|
||||||
seamless_external_login: Jste přihlášeni přes externí službu, nastavení hesla a e-mailu proto nejsou dostupná.
|
seamless_external_login: Jste přihlášeni přes externí službu, nastavení hesla a e-mailu proto nejsou dostupná.
|
||||||
signed_in_as: 'Přihlášeni jako:'
|
signed_in_as: 'Přihlášeni jako:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Můžete se <strong>ověřit jako vlastník odkazů v metadatech profilu</strong>. Pro tento účel musí stránka v odkazu obsahovat odkaz zpět na váš profil na Mastodonu. Po přidání odkazu budete potřebovat vrátit se sem a znovu uložit profil, aby se ověření provedlo. Odkaz zpět <strong>musí</strong> mít atribut <code>rel="me"</code>. Na textu odkazu nezáleží. Zde je příklad:'
|
|
||||||
verification: Ověření
|
verification: Ověření
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Přidat nový bezpečnostní klíč
|
add: Přidat nový bezpečnostní klíč
|
||||||
|
|
|
@ -1051,7 +1051,6 @@ cy:
|
||||||
your_token: Eich tocyn mynediad
|
your_token: Eich tocyn mynediad
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Gofyn am gyfrif
|
apply_for_account: Gofyn am gyfrif
|
||||||
change_password: Cyfrinair
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Os nad yw'r cyfeiriad e-bost hwnnw'n gywir, gallwch ei newid yng ngosodiadau'r cyfrif.
|
wrong_email_hint: Os nad yw'r cyfeiriad e-bost hwnnw'n gywir, gallwch ei newid yng ngosodiadau'r cyfrif.
|
||||||
delete_account: Dileu cyfrif
|
delete_account: Dileu cyfrif
|
||||||
|
@ -1832,7 +1831,6 @@ cy:
|
||||||
seamless_external_login: Yr ydych wedi'ch mewngofnodi drwy wasanaeth allanol, felly nid yw gosodiadau cyfrinair ac e-bost ar gael.
|
seamless_external_login: Yr ydych wedi'ch mewngofnodi drwy wasanaeth allanol, felly nid yw gosodiadau cyfrinair ac e-bost ar gael.
|
||||||
signed_in_as: 'Wedi mewngofnodi fel:'
|
signed_in_as: 'Wedi mewngofnodi fel:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Gallwch <strong>wirio eich hun fel perchennog y dolenni ym metadata eich proffil</strong> . Ar gyfer gwneud hynny, rhaid i''r wefan gysylltiedig gynnwys dolen yn ôl i''ch proffil Mastodon. Ar ôl ychwanegu''r ddolen efallai y bydd angen i chi ddod yn ôl yma ac ail-gadw''ch proffil er mwyn i''r dilysiad ddod i rym. <strong>Rhaid</strong> i''r ddolen yn ôl gael priodoledd <code>rêl="me"</code>. Nid yw cynnwys testun y ddolen o bwys. Dyma enghraifft:'
|
|
||||||
verification: Dilysu
|
verification: Dilysu
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Ychwanegu allwedd ddiogelwch newydd
|
add: Ychwanegu allwedd ddiogelwch newydd
|
||||||
|
|
|
@ -979,7 +979,6 @@ da:
|
||||||
your_token: Dit adgangstoken
|
your_token: Dit adgangstoken
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Anmod om en konto
|
apply_for_account: Anmod om en konto
|
||||||
change_password: Adgangskode
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Er denne e-mailadresse ikke korrekt, kan den ændres i kontoindstillinger.
|
wrong_email_hint: Er denne e-mailadresse ikke korrekt, kan den ændres i kontoindstillinger.
|
||||||
delete_account: Slet konto
|
delete_account: Slet konto
|
||||||
|
@ -1704,7 +1703,6 @@ da:
|
||||||
seamless_external_login: Du er logget ind via en ekstern tjeneste, så adgangskode- og e-mailindstillinger er utilgængelige.
|
seamless_external_login: Du er logget ind via en ekstern tjeneste, så adgangskode- og e-mailindstillinger er utilgængelige.
|
||||||
signed_in_as: 'Logget ind som:'
|
signed_in_as: 'Logget ind som:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Man kan <strong>bekræfte sig selv som ejer af linkene i profilmetadataene</strong>. For at gøre dette, skal det linkede websted indeholde et link tilbage til Mastodon-profilen. Efter tilføjelse af linket, skal man muligvis returnere hertil og gemme sin profil igen, før bekræftelsen effektueres. Returlinket <strong>skal</strong> have en <code>rel="me"</code>-attribut. Linkets tekstindhold er ligegyldigt. Her er et eksempel:'
|
|
||||||
verification: Bekræftelse
|
verification: Bekræftelse
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Tilføj ny sikkerhedsnøgle
|
add: Tilføj ny sikkerhedsnøgle
|
||||||
|
|
|
@ -979,7 +979,6 @@ de:
|
||||||
your_token: Dein Zugangs-Token
|
your_token: Dein Zugangs-Token
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Konto beantragen
|
apply_for_account: Konto beantragen
|
||||||
change_password: Passwort
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Sollte diese E-Mail-Adresse nicht korrekt sein, kannst du sie in den Kontoeinstellungen ändern.
|
wrong_email_hint: Sollte diese E-Mail-Adresse nicht korrekt sein, kannst du sie in den Kontoeinstellungen ändern.
|
||||||
delete_account: Konto löschen
|
delete_account: Konto löschen
|
||||||
|
@ -1704,7 +1703,6 @@ de:
|
||||||
seamless_external_login: Du bist über einen externen Dienst angemeldet, daher sind Passwort- und E-Mail-Einstellungen nicht verfügbar.
|
seamless_external_login: Du bist über einen externen Dienst angemeldet, daher sind Passwort- und E-Mail-Einstellungen nicht verfügbar.
|
||||||
signed_in_as: 'Angemeldet als:'
|
signed_in_as: 'Angemeldet als:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: "Du kannst <strong>bestätigen, dass die Links in deinen Profil-Metadaten dir gehören</strong>. Dafür muss die verlinkte Website einen Link zurück auf dein Mastodon-Profil enthalten. \nNach dem Hinzufügen des Links musst du möglicherweise hierhin zurückkommen und dein Profil erneut speichern, um dass die Verifikation wirksam wird. Der Link zurück <strong>muss</strong> ein <code>rel=\"me\"</code>-Attribut enthalten. Der Linktext ist dabei egal. Hier ist ein Beispiel:"
|
|
||||||
verification: Verifizierung
|
verification: Verifizierung
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Sicherheitsschlüssel hinzufügen
|
add: Sicherheitsschlüssel hinzufügen
|
||||||
|
|
|
@ -979,7 +979,6 @@ el:
|
||||||
your_token: Το διακριτικό πρόσβασής σου
|
your_token: Το διακριτικό πρόσβασής σου
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Ζήτα έναν λογαριασμό
|
apply_for_account: Ζήτα έναν λογαριασμό
|
||||||
change_password: Συνθηματικό
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Εάν αυτή η διεύθυνση email δεν είναι σωστή, μπορείς να την αλλάξεις στις ρυθμίσεις λογαριασμού.
|
wrong_email_hint: Εάν αυτή η διεύθυνση email δεν είναι σωστή, μπορείς να την αλλάξεις στις ρυθμίσεις λογαριασμού.
|
||||||
delete_account: Διαγραφή λογαριασμού
|
delete_account: Διαγραφή λογαριασμού
|
||||||
|
@ -1704,7 +1703,6 @@ el:
|
||||||
seamless_external_login: Επειδή έχεις συνδεθεί μέσω τρίτης υπηρεσίας, οι ρυθμίσεις συνθηματικού και email δεν είναι διαθέσιμες.
|
seamless_external_login: Επειδή έχεις συνδεθεί μέσω τρίτης υπηρεσίας, οι ρυθμίσεις συνθηματικού και email δεν είναι διαθέσιμες.
|
||||||
signed_in_as: 'Έχεις συνδεθεί ως:'
|
signed_in_as: 'Έχεις συνδεθεί ως:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Μπορείς να <strong>επαληθεύσεις τον εαυτό σου ως ιδιοκτήτη των συνδέσμων που εμφανίζεις στα μεταδεδομένα του προφίλ σου</strong>. Για να συμβεί αυτό, ο συνδεδεμένος ιστότοπος πρέπει να περιέχει ένα σύνδεσμο που να επιστρέφει προς το προφίλ σου στο Mastodon. Ο σύνδεσμος επιστροφής <strong>πρέπει</strong> να περιέχει την ιδιότητα <code>rel="me"</code>. Το περιεχόμενο του κειμένου δεν έχει σημασία. Για παράδειγμα:'
|
|
||||||
verification: Πιστοποίηση
|
verification: Πιστοποίηση
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Προσθήκη νέου κλειδιού ασφαλείας
|
add: Προσθήκη νέου κλειδιού ασφαλείας
|
||||||
|
|
|
@ -979,7 +979,6 @@ en-GB:
|
||||||
your_token: Your access token
|
your_token: Your access token
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Request an account
|
apply_for_account: Request an account
|
||||||
change_password: Password
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
||||||
delete_account: Delete account
|
delete_account: Delete account
|
||||||
|
@ -1704,7 +1703,6 @@ en-GB:
|
||||||
seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
|
seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
|
||||||
signed_in_as: 'Signed in as:'
|
signed_in_as: 'Signed in as:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'You can <strong>verify yourself as the owner of the links in your profile metadata</strong>. For that, the linked website must contain a link back to your Mastodon profile. After adding the link you may need to come back here and re-save your profile for the verification to take effect. The link back <strong>must</strong> have a <code>rel="me"</code> attribute. The text content of the link does not matter. Here is an example:'
|
|
||||||
verification: Verification
|
verification: Verification
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Add new security key
|
add: Add new security key
|
||||||
|
|
|
@ -996,7 +996,6 @@ en:
|
||||||
help_html: If you have issues solving the CAPTCHA, you can get in touch with us through %{email} and we can assist you.
|
help_html: If you have issues solving the CAPTCHA, you can get in touch with us through %{email} and we can assist you.
|
||||||
hint_html: Just one more thing! We need to confirm you're a human (this is so we can keep the spam out!). Solve the CAPTCHA below and click "Continue".
|
hint_html: Just one more thing! We need to confirm you're a human (this is so we can keep the spam out!). Solve the CAPTCHA below and click "Continue".
|
||||||
title: Security check
|
title: Security check
|
||||||
change_password: Password
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
wrong_email_hint: If that e-mail address is not correct, you can change it in account settings.
|
||||||
delete_account: Delete account
|
delete_account: Delete account
|
||||||
|
@ -1150,6 +1149,11 @@ en:
|
||||||
your_appeal_rejected: Your appeal has been rejected
|
your_appeal_rejected: Your appeal has been rejected
|
||||||
domain_validator:
|
domain_validator:
|
||||||
invalid_domain: is not a valid domain name
|
invalid_domain: is not a valid domain name
|
||||||
|
edit_profile:
|
||||||
|
basic_information: Basic information
|
||||||
|
hint_html: "<strong>Customize what people see on your public profile and next to your posts.</strong> Other people are more likely to follow you back and interact with you when you have a filled out profile and a profile picture."
|
||||||
|
other: Other
|
||||||
|
safety_and_privacy: Safety and privacy
|
||||||
errors:
|
errors:
|
||||||
'400': The request you submitted was invalid or malformed.
|
'400': The request you submitted was invalid or malformed.
|
||||||
'403': You don't have permission to view this page.
|
'403': You don't have permission to view this page.
|
||||||
|
@ -1187,7 +1191,7 @@ en:
|
||||||
add_new: Add new
|
add_new: Add new
|
||||||
errors:
|
errors:
|
||||||
limit: You have already featured the maximum number of hashtags
|
limit: You have already featured the maximum number of hashtags
|
||||||
hint_html: "<strong>What are featured hashtags?</strong> They are displayed prominently on your public profile and allow people to browse your public posts specifically under those hashtags. They are a great tool for keeping track of creative works or long-term projects."
|
hint_html: "<strong>Feature your most important hashtags on your profile.</strong> A great tool for keeping track of your creative works and long-term projects, featured hashtags are displayed prominently on your profile and allow quick access to your own posts."
|
||||||
filters:
|
filters:
|
||||||
contexts:
|
contexts:
|
||||||
account: Profiles
|
account: Profiles
|
||||||
|
@ -1585,7 +1589,7 @@ en:
|
||||||
migrate: Account migration
|
migrate: Account migration
|
||||||
notifications: Notifications
|
notifications: Notifications
|
||||||
preferences: Preferences
|
preferences: Preferences
|
||||||
profile: Profile
|
profile: Public profile
|
||||||
relationships: Follows and followers
|
relationships: Follows and followers
|
||||||
statuses_cleanup: Automated post deletion
|
statuses_cleanup: Automated post deletion
|
||||||
strikes: Moderation strikes
|
strikes: Moderation strikes
|
||||||
|
@ -1779,8 +1783,12 @@ en:
|
||||||
seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
|
seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
|
||||||
signed_in_as: 'Signed in as:'
|
signed_in_as: 'Signed in as:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'You can <strong>verify yourself as the owner of the links in your profile metadata</strong>. For that, the linked website must contain a link back to your Mastodon profile. After adding the link you may need to come back here and re-save your profile for the verification to take effect. The link back <strong>must</strong> have a <code>rel="me"</code> attribute. The text content of the link does not matter. Here is an example:'
|
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.
|
||||||
|
here_is_how: Here's how
|
||||||
|
hint_html: "<strong>Verifying your identity on Mastodon is for everyone.</strong> Based on open web standards, now and forever free. All you need is a personal website that people recognize you by. When you link to this website from your profile, we will check that the website links back to your profile and show a visual indicator on it."
|
||||||
|
instructions_html: Copy and paste the code below into the HTML of your website. Then add the address of your website into one of the extra fields on your profile from the "Edit profile" tab and save changes.
|
||||||
verification: Verification
|
verification: Verification
|
||||||
|
verified_links: Your verified links
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Add new security key
|
add: Add new security key
|
||||||
create:
|
create:
|
||||||
|
|
|
@ -971,7 +971,6 @@ eo:
|
||||||
your_token: Via alira ĵetono
|
your_token: Via alira ĵetono
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Peti konton
|
apply_for_account: Peti konton
|
||||||
change_password: Pasvorto
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Se tiu retpoŝtadreso ne estas ĝusta, vi povas ŝanĝi ĝin en la agordoj pri la konto.
|
wrong_email_hint: Se tiu retpoŝtadreso ne estas ĝusta, vi povas ŝanĝi ĝin en la agordoj pri la konto.
|
||||||
delete_account: Forigi konton
|
delete_account: Forigi konton
|
||||||
|
@ -1683,7 +1682,6 @@ eo:
|
||||||
seamless_external_login: Vi estas ensalutinta per ekstera servo, do pasvortaj kaj retadresaj agordoj ne estas disponeblaj.
|
seamless_external_login: Vi estas ensalutinta per ekstera servo, do pasvortaj kaj retadresaj agordoj ne estas disponeblaj.
|
||||||
signed_in_as: 'Salutinta kiel:'
|
signed_in_as: 'Salutinta kiel:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Vi povas <strong>pruvi, ke vi estas la posedanto de la ligiloj en viaj profilaj metadatumoj</strong>. Por fari tion, la alligita retejo devas enhavi ligilon reen al via Mastodon-profilo. La religilo <strong>devas</strong> havi la atributon <code>rel="me"</code>. Ne gravas la teksta enhavo de la religilo. Jen ekzemplo:'
|
|
||||||
verification: Kontrolo
|
verification: Kontrolo
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Aldoni novan sekurecan ŝlosilon
|
add: Aldoni novan sekurecan ŝlosilon
|
||||||
|
|
|
@ -979,7 +979,6 @@ es-AR:
|
||||||
your_token: Tu clave de acceso
|
your_token: Tu clave de acceso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar una cuenta
|
apply_for_account: Solicitar una cuenta
|
||||||
change_password: Contraseña
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, podés cambiarla en la configuración de la cuenta.
|
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, podés cambiarla en la configuración de la cuenta.
|
||||||
delete_account: Eliminar cuenta
|
delete_account: Eliminar cuenta
|
||||||
|
@ -1704,7 +1703,6 @@ es-AR:
|
||||||
seamless_external_login: Iniciaste sesión desde un servicio externo, así que la configuración de contraseña y correo electrónico no están disponibles.
|
seamless_external_login: Iniciaste sesión desde un servicio externo, así que la configuración de contraseña y correo electrónico no están disponibles.
|
||||||
signed_in_as: 'Iniciaste sesión como:'
|
signed_in_as: 'Iniciaste sesión como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Podés <strong>verificarte a vos mismo como el propietario de los enlaces en los metadatos de tu perfil</strong>. Para eso, el sitio web del enlace debe contener un enlace de vuelta a tu perfil de Mastodon. Después de agregar el enlace, puede que tengás que volver acá y volver a guardar los cambios en tu perfil para que la verificación surta efecto. El enlace en tu sitio <strong>debe</strong> tener un atributo <code>rel="me"</code>. El contenido del texto del enlace no importa. Acá tenés un ejemplo:'
|
|
||||||
verification: Verificación
|
verification: Verificación
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Agregar nueva llave de seguridad
|
add: Agregar nueva llave de seguridad
|
||||||
|
|
|
@ -979,7 +979,6 @@ es-MX:
|
||||||
your_token: Tu token de acceso
|
your_token: Tu token de acceso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar una cuenta
|
apply_for_account: Solicitar una cuenta
|
||||||
change_password: Contraseña
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, puedes cambiarla en la configuración de la cuenta.
|
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, puedes cambiarla en la configuración de la cuenta.
|
||||||
delete_account: Borrar cuenta
|
delete_account: Borrar cuenta
|
||||||
|
@ -1704,7 +1703,6 @@ es-MX:
|
||||||
seamless_external_login: Has iniciado sesión desde un servicio externo, así que los ajustes de contraseña y correo no están disponibles.
|
seamless_external_login: Has iniciado sesión desde un servicio externo, así que los ajustes de contraseña y correo no están disponibles.
|
||||||
signed_in_as: 'Sesión iniciada como:'
|
signed_in_as: 'Sesión iniciada como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Puedes <strong>verificarte a ti mismo como el dueño de los links en los metadatos de tu perfil</strong>. Para eso, el sitio enlazado debe contener un enlace a tu perfil de Mastodon. Después de añadir el enlace, necesitarás regresar aquí y volver a guardar tu perfil para que la verificación tenga efecto. El enlace en tu sitio <strong>debe</strong> tener un atributo <code>rel="me"</code>. El texto del contenido del enlace no importa. Aquí un ejemplo:'
|
|
||||||
verification: Verificación
|
verification: Verificación
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Agregar nueva clave de seguridad
|
add: Agregar nueva clave de seguridad
|
||||||
|
|
|
@ -979,7 +979,6 @@ es:
|
||||||
your_token: Tu token de acceso
|
your_token: Tu token de acceso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar una cuenta
|
apply_for_account: Solicitar una cuenta
|
||||||
change_password: Contraseña
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, puedes cambiarla en la configuración de la cuenta.
|
wrong_email_hint: Si esa dirección de correo electrónico no es correcta, puedes cambiarla en la configuración de la cuenta.
|
||||||
delete_account: Borrar cuenta
|
delete_account: Borrar cuenta
|
||||||
|
@ -1704,7 +1703,6 @@ es:
|
||||||
seamless_external_login: Has iniciado sesión desde un servicio externo, así que los ajustes de contraseña y correo no están disponibles.
|
seamless_external_login: Has iniciado sesión desde un servicio externo, así que los ajustes de contraseña y correo no están disponibles.
|
||||||
signed_in_as: 'Sesión iniciada como:'
|
signed_in_as: 'Sesión iniciada como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Puedes <strong>verificarte a ti mismo como propietario de los enlaces en los metadatos de tu perfil</strong>. Para ello, el sitio web vinculado debe contener un enlace a tu perfil de Mastodon. Después de añadir el enlace, es posible que debas volver aquí y volver a guardar tu perfil para que la verificación surta efecto. El enlace de tu sitio <strong>debe</strong> tener un atributo <code>rel="me"</code>. El contenido textual del enlace no tiene relevancia. Aquí un ejemplo:'
|
|
||||||
verification: Verificación
|
verification: Verificación
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Agregar nueva clave de seguridad
|
add: Agregar nueva clave de seguridad
|
||||||
|
|
|
@ -979,7 +979,6 @@ et:
|
||||||
your_token: Su juurdepääsutunnus
|
your_token: Su juurdepääsutunnus
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Konto taotluse esitamine
|
apply_for_account: Konto taotluse esitamine
|
||||||
change_password: Salasõna
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Kui see e-postiaadress pole korrektne, saad seda kontosätetes muuta.
|
wrong_email_hint: Kui see e-postiaadress pole korrektne, saad seda kontosätetes muuta.
|
||||||
delete_account: Konto kustutamine
|
delete_account: Konto kustutamine
|
||||||
|
@ -1709,7 +1708,6 @@ et:
|
||||||
seamless_external_login: Välise teenuse kaudu sisse logides pole salasõna ja e-posti sätted saadaval.
|
seamless_external_login: Välise teenuse kaudu sisse logides pole salasõna ja e-posti sätted saadaval.
|
||||||
signed_in_as: 'Sisse logitud kasutajana:'
|
signed_in_as: 'Sisse logitud kasutajana:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Saad <strong>kinnitada ennast oma profiili metaandmete veebiviidete omanikuna.</strong> Selleks peab lingitud veebilehel olema viide tagasi sinu Mastodoni profiilile. Pärast lingi lisamist pead võib-olla siia tagasi tulema ja oma profiili uuesti salvestama, et kinnitus jõustuks. Tagasiviide <strong>peab</strong> sisaldama <code>rel="me"</code> atribuuti. Lingi tekstiline sisu ei ole oluline. Siin on näide:'
|
|
||||||
verification: Kinnitamine
|
verification: Kinnitamine
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Uue turvavõtme lisamine
|
add: Uue turvavõtme lisamine
|
||||||
|
|
|
@ -981,7 +981,6 @@ eu:
|
||||||
your_token: Zure sarbide token-a
|
your_token: Zure sarbide token-a
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Kontu bat eskatu
|
apply_for_account: Kontu bat eskatu
|
||||||
change_password: Pasahitza
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Helbide-elektroniko hori zuzena ez bada, kontuaren ezarpenetan alda dezakezu.
|
wrong_email_hint: Helbide-elektroniko hori zuzena ez bada, kontuaren ezarpenetan alda dezakezu.
|
||||||
delete_account: Ezabatu kontua
|
delete_account: Ezabatu kontua
|
||||||
|
@ -1706,7 +1705,6 @@ eu:
|
||||||
seamless_external_login: Kanpo zerbitzu baten bidez hasi duzu saioa, beraz pasahitza eta e-mail ezarpenak ez daude eskuragarri.
|
seamless_external_login: Kanpo zerbitzu baten bidez hasi duzu saioa, beraz pasahitza eta e-mail ezarpenak ez daude eskuragarri.
|
||||||
signed_in_as: 'Saioa honela hasita:'
|
signed_in_as: 'Saioa honela hasita:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: '<strong>Zure profileko metadatuetako esteken jabe zarela egiazta</strong> dezakezu. Horretarako, webguneak zure Mastodoneko profilaren esteka eduki behar du. Esteka webgunean erantsi ondoren, aldaketak berriro gorde beharko dituzu egiaztapena burutu ahal izateko. Estekak <code>rel="me"</code> atributua eduki <strong>behar</strong> du. Estekaren testu-edukia ez da aintzat hartzen. Hemen duzu adibide bat:'
|
|
||||||
verification: Egiaztaketa
|
verification: Egiaztaketa
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Gehitu segurtasun gako berria
|
add: Gehitu segurtasun gako berria
|
||||||
|
|
|
@ -819,7 +819,6 @@ fa:
|
||||||
your_token: کد دسترسی شما
|
your_token: کد دسترسی شما
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: درخواست یک حساب
|
apply_for_account: درخواست یک حساب
|
||||||
change_password: گذرواژه
|
|
||||||
delete_account: پاککردن حساب
|
delete_account: پاککردن حساب
|
||||||
delete_account_html: اگر میخواهید حساب خود را پاک کنید، از <a href="%{path}">اینجا</a> پیش بروید. از شما درخواست تأیید خواهد شد.
|
delete_account_html: اگر میخواهید حساب خود را پاک کنید، از <a href="%{path}">اینجا</a> پیش بروید. از شما درخواست تأیید خواهد شد.
|
||||||
description:
|
description:
|
||||||
|
@ -1474,7 +1473,6 @@ fa:
|
||||||
seamless_external_login: شما با یک سرویس خارج از مجموعه وارد شدهاید، به همین دلیل تنظیمات ایمیل و گذرواژه برای شما در دسترس نیست.
|
seamless_external_login: شما با یک سرویس خارج از مجموعه وارد شدهاید، به همین دلیل تنظیمات ایمیل و گذرواژه برای شما در دسترس نیست.
|
||||||
signed_in_as: 'واردشده به نام:'
|
signed_in_as: 'واردشده به نام:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'میتوانید <strong>خودتان را به عنوان مالک پیوندهای درون فرادادههای نمایهتان تأیید کنید</strong>. برای این کار پایگاه وب پیوند شده باید پیوند بازگشتی به حساب ماستودونتان داشته باشد. شاید لازم باشد پس از افزودن پیوند برای اعمال تآیید به اینجا بازگشته و نمایهتان را دوباره ذخیره کنید. پیوند بازگشتی <strong>باید</strong> مقدار <code>rel="me"</code> را داشته باشد. محتوای متنی پیوند مهم نیست. یک نمونه در اینجا آورده شده:'
|
|
||||||
verification: تأیید
|
verification: تأیید
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: افزودن کلید امنیتی
|
add: افزودن کلید امنیتی
|
||||||
|
|
|
@ -979,7 +979,6 @@ fi:
|
||||||
your_token: Pääsytunnus
|
your_token: Pääsytunnus
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Pyydä tiliä
|
apply_for_account: Pyydä tiliä
|
||||||
change_password: Salasana
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Jos sähköpostiosoite ei ole oikein, voit muuttaa sen tilin asetuksista.
|
wrong_email_hint: Jos sähköpostiosoite ei ole oikein, voit muuttaa sen tilin asetuksista.
|
||||||
delete_account: Poista tili
|
delete_account: Poista tili
|
||||||
|
@ -1704,7 +1703,6 @@ fi:
|
||||||
seamless_external_login: Olet kirjautunut ulkoisen palvelun kautta, joten salasana- ja sähköpostiasetukset eivät ole käytettävissä.
|
seamless_external_login: Olet kirjautunut ulkoisen palvelun kautta, joten salasana- ja sähköpostiasetukset eivät ole käytettävissä.
|
||||||
signed_in_as: 'Kirjautunut tilillä:'
|
signed_in_as: 'Kirjautunut tilillä:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Voit <strong>vahvistaa olevasi profiilisi metatietojen sisältämien linkkien omistaja</strong>. Tätä varten linkitetyn verkkosivuston täytyy sisältää paluulinkki Mastodon-profiiliisi. Paluulinkillä <strong>täytyy</strong> olla määre <code>rel="me"</code>. Linkin tekstisisällöllä ei ole merkitystä. Tässä esimerkki:'
|
|
||||||
verification: Vahvistus
|
verification: Vahvistus
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Lisää uusi suojausavain
|
add: Lisää uusi suojausavain
|
||||||
|
|
|
@ -979,7 +979,6 @@ fo:
|
||||||
your_token: Títt atgongdstekn
|
your_token: Títt atgongdstekn
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Bið um eina kontu
|
apply_for_account: Bið um eina kontu
|
||||||
change_password: Loyniorð
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Um hesin teldupoststaðurin ikki er rættur, so kanst tú broyta hann í kontustillingunum.
|
wrong_email_hint: Um hesin teldupoststaðurin ikki er rættur, so kanst tú broyta hann í kontustillingunum.
|
||||||
delete_account: Strika kontu
|
delete_account: Strika kontu
|
||||||
|
@ -1704,7 +1703,6 @@ fo:
|
||||||
seamless_external_login: Tú er ritað/ur inn umvegis eina uttanhýsis tænastu, so loyniorð og teldupoststillingar eru ikki tøkar.
|
seamless_external_login: Tú er ritað/ur inn umvegis eina uttanhýsis tænastu, so loyniorð og teldupoststillingar eru ikki tøkar.
|
||||||
signed_in_as: 'Ritað/ur inn sum:'
|
signed_in_as: 'Ritað/ur inn sum:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Tú kanst <strong>vátta teg sjálva/n sum eigara av leinkjunum í metadátunum á vanganum hjá tær</strong>. Til tess má leinkjaða vevstaðið innihalda eitt leinki aftur til Mastodon vangan hjá tær. Eftir at tú hevur lagt leinkið afturat, so er møguliga neyðugt at koma aftur her og goyma vangan hjá tær av nýggjum fyri at fáa góðkenningina at rigga. Leinkið <strong>má</strong> hava eina <code>rel="me"</code> viðseting. Tekstinnihaldið í leikinum er óviðkomandi. Her er eitt dømi:'
|
|
||||||
verification: Váttan
|
verification: Váttan
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Legg nýggjan trygdarlykil afturat
|
add: Legg nýggjan trygdarlykil afturat
|
||||||
|
|
|
@ -977,7 +977,6 @@ fr-QC:
|
||||||
your_token: Votre jeton d’accès
|
your_token: Votre jeton d’accès
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Demander un compte
|
apply_for_account: Demander un compte
|
||||||
change_password: Mot de passe
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si cette adresse de courriel est incorrecte, vous pouvez la modifier dans vos paramètres de compte.
|
wrong_email_hint: Si cette adresse de courriel est incorrecte, vous pouvez la modifier dans vos paramètres de compte.
|
||||||
delete_account: Supprimer le compte
|
delete_account: Supprimer le compte
|
||||||
|
@ -1688,7 +1687,6 @@ fr-QC:
|
||||||
seamless_external_login: Vous êtes connecté via un service externe, donc les paramètres concernant le mot de passe et le courriel ne sont pas disponibles.
|
seamless_external_login: Vous êtes connecté via un service externe, donc les paramètres concernant le mot de passe et le courriel ne sont pas disponibles.
|
||||||
signed_in_as: 'Connecté·e en tant que :'
|
signed_in_as: 'Connecté·e en tant que :'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Vous pouvez <strong>vous vérifier en tant que propriétaire des liens dans les métadonnées de votre profil</strong>. Pour cela, le site web lié doit contenir un lien vers votre profil Mastodon. Le lien de retour <strong>doit</strong> avoir un attribut <code>rel="me"</code> . Le texte du lien n’a pas d’importance. Voici un exemple :'
|
|
||||||
verification: Vérification
|
verification: Vérification
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Ajouter une nouvelle clé de sécurité
|
add: Ajouter une nouvelle clé de sécurité
|
||||||
|
|
|
@ -977,7 +977,6 @@ fr:
|
||||||
your_token: Votre jeton d’accès
|
your_token: Votre jeton d’accès
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Demander un compte
|
apply_for_account: Demander un compte
|
||||||
change_password: Mot de passe
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Si cette adresse de courriel est incorrecte, vous pouvez la modifier dans vos paramètres de compte.
|
wrong_email_hint: Si cette adresse de courriel est incorrecte, vous pouvez la modifier dans vos paramètres de compte.
|
||||||
delete_account: Supprimer le compte
|
delete_account: Supprimer le compte
|
||||||
|
@ -1688,7 +1687,6 @@ fr:
|
||||||
seamless_external_login: Vous êtes connecté via un service externe, donc les paramètres concernant le mot de passe et le courriel ne sont pas disponibles.
|
seamless_external_login: Vous êtes connecté via un service externe, donc les paramètres concernant le mot de passe et le courriel ne sont pas disponibles.
|
||||||
signed_in_as: 'Connecté·e en tant que :'
|
signed_in_as: 'Connecté·e en tant que :'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Vous pouvez <strong>vous vérifier en tant que propriétaire des liens dans les métadonnées de votre profil</strong>. Pour cela, le site web lié doit contenir un lien vers votre profil Mastodon. Le lien de retour <strong>doit</strong> avoir un attribut <code>rel="me"</code> . Le texte du lien n’a pas d’importance. Voici un exemple :'
|
|
||||||
verification: Vérification
|
verification: Vérification
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Ajouter une nouvelle clé de sécurité
|
add: Ajouter une nouvelle clé de sécurité
|
||||||
|
|
|
@ -979,7 +979,6 @@ fy:
|
||||||
your_token: Jo tagongskoade
|
your_token: Jo tagongskoade
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Account oanfreegje
|
apply_for_account: Account oanfreegje
|
||||||
change_password: Wachtwurd
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: As it e-mailadres net korrekt is, kinne jo dat wizigje yn de accountynstellingen.
|
wrong_email_hint: As it e-mailadres net korrekt is, kinne jo dat wizigje yn de accountynstellingen.
|
||||||
delete_account: Account fuortsmite
|
delete_account: Account fuortsmite
|
||||||
|
@ -1704,7 +1703,6 @@ fy:
|
||||||
seamless_external_login: Jo binne oanmeld fia in eksterne tsjinst, dêrom binne wachtwurden en e-mailynstellingen net beskikber.
|
seamless_external_login: Jo binne oanmeld fia in eksterne tsjinst, dêrom binne wachtwurden en e-mailynstellingen net beskikber.
|
||||||
signed_in_as: 'Oanmeld as:'
|
signed_in_as: 'Oanmeld as:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Jo kinne <strong>josels ferifiearje as de eigener fan de keppelingen yn de metadata fan jo profyl</strong>. Hjirfoar moat op de keppele website in keppeling werom nei jo Mastodon-profyl stean. Nei it tafoegjen fan de keppeling moatte jo miskien hjir werom komme en jo profyl opnij bewarje om de ferifikaasje te befêstigjen. Dizze keppeling <strong>moat</strong> it <code>rel="me"</code>-attribút befetsje. De omskriuwing fan de keppeling makket net út. Hjir is in foarbyld:'
|
|
||||||
verification: Ferifikaasje
|
verification: Ferifikaasje
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Nije befeiligingskaai tafoegje
|
add: Nije befeiligingskaai tafoegje
|
||||||
|
|
|
@ -322,7 +322,6 @@ ga:
|
||||||
delete_statuses: a gcuid postálacha a scrios
|
delete_statuses: a gcuid postálacha a scrios
|
||||||
none: rabhadh
|
none: rabhadh
|
||||||
auth:
|
auth:
|
||||||
change_password: Pasfhocal
|
|
||||||
delete_account: Scrios cuntas
|
delete_account: Scrios cuntas
|
||||||
login: Logáil isteach
|
login: Logáil isteach
|
||||||
logout: Logáil Amach
|
logout: Logáil Amach
|
||||||
|
|
|
@ -1013,7 +1013,6 @@ gd:
|
||||||
your_token: An tòcan inntrigidh agad
|
your_token: An tòcan inntrigidh agad
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Iarr cunntas
|
apply_for_account: Iarr cunntas
|
||||||
change_password: Facal-faire
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Mur eil an seòladh puist-d seo mar bu chòir, ’s urrainn dhut atharrachadh ann an roghainnean a’ chunntais.
|
wrong_email_hint: Mur eil an seòladh puist-d seo mar bu chòir, ’s urrainn dhut atharrachadh ann an roghainnean a’ chunntais.
|
||||||
delete_account: Sguab às an cunntas
|
delete_account: Sguab às an cunntas
|
||||||
|
@ -1752,7 +1751,6 @@ gd:
|
||||||
seamless_external_login: Rinn thu clàradh a-steach le seirbheis on taobh a-muigh, mar sin chan eil roghainnean an fhacail-fhaire ’s a’ phuist-d ri làimh dhut.
|
seamless_external_login: Rinn thu clàradh a-steach le seirbheis on taobh a-muigh, mar sin chan eil roghainnean an fhacail-fhaire ’s a’ phuist-d ri làimh dhut.
|
||||||
signed_in_as: 'Chlàraich thu a-steach mar:'
|
signed_in_as: 'Chlàraich thu a-steach mar:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: '’S urrainn dhut <strong>dearbhadh gur e seilbheadair nan ceanglaichean ann am meata-dàta na pròifil agad a th’ annad</strong>. Airson sin a dhèanamh, feumaidh ceangal air ais dhan phròifil Mastodon a bhith aig an làrach-lìn cheangailte. Nuair a bhios tu air a’ cheangal a chur ris, dh’fhaoidte gum bi agad ri tilleadh an-seo agus a’ phròifil agad a shàbhaladh a-rithist mus obraich an dearbhadh. <strong>Feumaidh</strong> buadh <code>rel="me"</code> a bhith aig a’ cheangal air ais. Chan eil e gu diofar dè an t-susbaint a tha ann an teacsa a’ cheangail. Seo ball-eisimpleir dhut:'
|
|
||||||
verification: Dearbhadh
|
verification: Dearbhadh
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Cuir iuchair tèarainteachd ùr ris
|
add: Cuir iuchair tèarainteachd ùr ris
|
||||||
|
|
|
@ -979,7 +979,6 @@ gl:
|
||||||
your_token: O seu testemuño de acceso
|
your_token: O seu testemuño de acceso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicita unha conta
|
apply_for_account: Solicita unha conta
|
||||||
change_password: Contrasinal
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Se o enderezo de email non é correcto, podes cambialo nos axustes da conta.
|
wrong_email_hint: Se o enderezo de email non é correcto, podes cambialo nos axustes da conta.
|
||||||
delete_account: Eliminar conta
|
delete_account: Eliminar conta
|
||||||
|
@ -1704,7 +1703,6 @@ gl:
|
||||||
seamless_external_login: Accedeches a través dun servizo externo, polo que os axustes de contrasinal e email non están dispoñibles.
|
seamless_external_login: Accedeches a través dun servizo externo, polo que os axustes de contrasinal e email non están dispoñibles.
|
||||||
signed_in_as: 'Rexistrada como:'
|
signed_in_as: 'Rexistrada como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Podes <strong>validarte a ti mesma como a dona das ligazóns nos metadatos do perfil</strong>. Para isto, o sitio web ligado debe conter unha ligazón de retorno ao perfil de Mastodon. Despois de engadir a ligazón tes que volver aquí e volver a gardar o teu perfil para que a verificación tome efecto. A ligazón de retorno <strong>ten que</strong> ter un atributo <code>rel="me"</code>. O texto da ligazón non ten importancia. Aquí tes un exemplo:'
|
|
||||||
verification: Validación
|
verification: Validación
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Engadir nova chave de seguridade
|
add: Engadir nova chave de seguridade
|
||||||
|
|
|
@ -1015,7 +1015,6 @@ he:
|
||||||
your_token: אסימון הגישה שלך
|
your_token: אסימון הגישה שלך
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: הגשת בקשה לחשבון
|
apply_for_account: הגשת בקשה לחשבון
|
||||||
change_password: סיסמה
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: אם כתובת הדואל הזו איננה נכונה, ניתן לשנות אותה בעמוד ההגדרות.
|
wrong_email_hint: אם כתובת הדואל הזו איננה נכונה, ניתן לשנות אותה בעמוד ההגדרות.
|
||||||
delete_account: מחיקת חשבון
|
delete_account: מחיקת חשבון
|
||||||
|
@ -1768,7 +1767,6 @@ he:
|
||||||
seamless_external_login: את.ה מחובר דרך שירות חיצוני, לכן אפשרויות הסיסמא והדוא"ל לא מאופשרות.
|
seamless_external_login: את.ה מחובר דרך שירות חיצוני, לכן אפשרויות הסיסמא והדוא"ל לא מאופשרות.
|
||||||
signed_in_as: 'מחובר בתור:'
|
signed_in_as: 'מחובר בתור:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'תוכל/י <strong>לאמת את עצמך כבעל/ת הקישורים שבפרופיל שלך</strong>. לשם כך, על האתר המקושר להכיל קישור חוזר לפרופיל המסטודון שלך. אחרי הוספת הקישור ניתן לשוב לפה ולשמור מחדש את הפרופיל כדי להפעיל את אימות הקישור. הקישור החוזר <strong>חייב</strong> להכיל בקוד ה-HTML שלו את התכונה <code>rel="me"</code>. התוכן הטקסטואלי של הקישור לא משנה. הנה דוגמא:'
|
|
||||||
verification: אימות
|
verification: אימות
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: הוספת מפתח אבטחה חדש
|
add: הוספת מפתח אבטחה חדש
|
||||||
|
|
|
@ -16,5 +16,3 @@ hi:
|
||||||
platforms:
|
platforms:
|
||||||
kai_os: काइ ओएस
|
kai_os: काइ ओएस
|
||||||
unknown_platform: अनजान प्लेटफॉर्म
|
unknown_platform: अनजान प्लेटफॉर्म
|
||||||
verification:
|
|
||||||
explanation_html: 'आप अपने <strong> प्रोफाइल में इस्तेमाल किए गए लिंक वेरिफाई कर सकते हैं</strong>। इसके लिए आपके वेबसाइट पर आपके मॅस्टोडॉन प्रोफाइल का लिंक होना चाहिए। वेरिफिकेशन पूरा करने के लिए लिंक जोड़ने के बाद यहाँ वापस आकर अपना प्रोफाइल पुनः सेव करें। लिंक बैक में <code>rel="me"</code> अट्रीब्यूट <strong>ज़रूर</strong> होना चाहिए। लिंक पर लिखे टेक्स्ट से कोई मतलब नहीं। ये रहा उदाहरण:'
|
|
||||||
|
|
|
@ -979,7 +979,6 @@ hu:
|
||||||
your_token: Hozzáférési kulcsod
|
your_token: Hozzáférési kulcsod
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Fiók kérése
|
apply_for_account: Fiók kérése
|
||||||
change_password: Jelszó
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Ha az emailcím nem helyes, a fiókbeállításokban megváltoztathatod.
|
wrong_email_hint: Ha az emailcím nem helyes, a fiókbeállításokban megváltoztathatod.
|
||||||
delete_account: Felhasználói fiók törlése
|
delete_account: Felhasználói fiók törlése
|
||||||
|
@ -1704,7 +1703,6 @@ hu:
|
||||||
seamless_external_login: Külső szolgáltatáson keresztül jelentkeztél be, így a jelszó és e-mail beállítások nem elérhetőek.
|
seamless_external_login: Külső szolgáltatáson keresztül jelentkeztél be, így a jelszó és e-mail beállítások nem elérhetőek.
|
||||||
signed_in_as: Bejelentkezve mint
|
signed_in_as: Bejelentkezve mint
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'A profilodon <strong>hitelesítheted magad, mint az itt található hivatkozások tulajdonosa</strong>. Ehhez a hivatkozott weboldalnak tartalmaznia kell egy visszahivatkozást a Mastodon-profilodra. A hivatkozás hozzáadása után lehet, hogy vissza kell ide térned, és újra mentened kell a profilodat, hogy az ellenőrzés életbe lépjen. A visszahivatkozásnak <strong>tartalmaznia kell</strong> a <code>rel="me"</code> attribútumot. A hivatkozás szövege bármi lehet. Itt egy példa:'
|
|
||||||
verification: Hitelesítés
|
verification: Hitelesítés
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Biztonsági kulcs hozzáadása
|
add: Biztonsági kulcs hozzáadása
|
||||||
|
|
|
@ -462,7 +462,6 @@ hy:
|
||||||
regenerate_token: Ստեղծել նոր հասանելիութեան կտրոն
|
regenerate_token: Ստեղծել նոր հասանելիութեան կտրոն
|
||||||
your_token: Քո մուտքի բանալին
|
your_token: Քո մուտքի բանալին
|
||||||
auth:
|
auth:
|
||||||
change_password: Գաղտնաբառ
|
|
||||||
delete_account: Ջնջել հաշիվը
|
delete_account: Ջնջել հաշիվը
|
||||||
description:
|
description:
|
||||||
prefix_sign_up: Գրանցուի՛ր Մաստոդոնում հենց այսօր
|
prefix_sign_up: Գրանցուի՛ր Մաստոդոնում հենց այսօր
|
||||||
|
|
|
@ -918,7 +918,6 @@ id:
|
||||||
your_token: Token akses Anda
|
your_token: Token akses Anda
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Permintaan akun
|
apply_for_account: Permintaan akun
|
||||||
change_password: Kata sandi
|
|
||||||
delete_account: Hapus akun
|
delete_account: Hapus akun
|
||||||
delete_account_html: Jika Anda ingin menghapus akun Anda, Anda dapat <a href="%{path}">memproses ini</a>. Anda akan dikonfirmasi.
|
delete_account_html: Jika Anda ingin menghapus akun Anda, Anda dapat <a href="%{path}">memproses ini</a>. Anda akan dikonfirmasi.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -896,7 +896,6 @@ io:
|
||||||
warning: Sorgemez per ca informi. Ne partigez kun irgu!
|
warning: Sorgemez per ca informi. Ne partigez kun irgu!
|
||||||
your_token: Vua acesficho
|
your_token: Vua acesficho
|
||||||
auth:
|
auth:
|
||||||
change_password: Pasvorto
|
|
||||||
delete_account: Efacez konto
|
delete_account: Efacez konto
|
||||||
delete_account_html: Se vu volas efacar vua konto, vu povas <a href="%{path}">irar hike</a>. Vu demandesos konfirmar.
|
delete_account_html: Se vu volas efacar vua konto, vu povas <a href="%{path}">irar hike</a>. Vu demandesos konfirmar.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -979,7 +979,6 @@ is:
|
||||||
your_token: Aðgangsteiknið þitt
|
your_token: Aðgangsteiknið þitt
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Biðja um notandaaðgang
|
apply_for_account: Biðja um notandaaðgang
|
||||||
change_password: Lykilorð
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Ef það tölvupóstfang er ekki rétt geturðu breytt því í stillingum notandaaðgangsins.
|
wrong_email_hint: Ef það tölvupóstfang er ekki rétt geturðu breytt því í stillingum notandaaðgangsins.
|
||||||
delete_account: Eyða notandaaðgangi
|
delete_account: Eyða notandaaðgangi
|
||||||
|
@ -1704,7 +1703,6 @@ is:
|
||||||
seamless_external_login: Innskráning þín er í gegnum utanaðkomandi þjónustu, þannig að stillingar fyrir lykilorð og tölvupóst eru ekki aðgengilegar.
|
seamless_external_login: Innskráning þín er í gegnum utanaðkomandi þjónustu, þannig að stillingar fyrir lykilorð og tölvupóst eru ekki aðgengilegar.
|
||||||
signed_in_as: 'Skráð inn sem:'
|
signed_in_as: 'Skráð inn sem:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Þú getur <strong>sannvottað sjálfa/n þig sem eiganda tenglanna í notandasniðinu þinu</strong>. Til að það virki, þarf tilvísaða vefsvæðið að innihalda tengil til baka á notandasnið þitt á Mastodon. Eftir að tenglinum hefur verið bætt inn, gætirðu þurft að koma aftur hingað og vista aftur notandasniðið þitt áður en sannvottunin fer að virka. Tengillinn til baka <strong>verður</strong> að innihalda <code>rel="me"</code> eigindi. Efni textans í tenglinum skiptir ekki máli. Hér er dæmi:'
|
|
||||||
verification: Sannprófun
|
verification: Sannprófun
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Bæta við nýjum öryggislykli
|
add: Bæta við nýjum öryggislykli
|
||||||
|
|
|
@ -981,7 +981,6 @@ it:
|
||||||
your_token: Il tuo token di accesso
|
your_token: Il tuo token di accesso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Richiedi un account
|
apply_for_account: Richiedi un account
|
||||||
change_password: Password
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Se l'indirizzo e-mail non è corretto, puoi modificarlo nelle impostazioni dell'account.
|
wrong_email_hint: Se l'indirizzo e-mail non è corretto, puoi modificarlo nelle impostazioni dell'account.
|
||||||
delete_account: Elimina account
|
delete_account: Elimina account
|
||||||
|
@ -1706,7 +1705,6 @@ it:
|
||||||
seamless_external_login: Hai effettuato l'accesso tramite un servizio esterno, quindi le impostazioni di password e e-mail non sono disponibili.
|
seamless_external_login: Hai effettuato l'accesso tramite un servizio esterno, quindi le impostazioni di password e e-mail non sono disponibili.
|
||||||
signed_in_as: 'Hai effettuato l''accesso come:'
|
signed_in_as: 'Hai effettuato l''accesso come:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Puoi <strong>verificarti come proprietario dei link nei metadati del tuo profilo</strong>. Per questo, il sito web collegato deve contenere un collegamento al tuo profilo Mastodon. Dopo aver aggiunto il collegamento, potrebbe essere necessario tornare qui e salvare nuovamente il profilo affinché la verifica abbia effetto. Il link di ritorno <strong>deve</strong> avere un attributo <code>rel="me"</code>. Il contenuto del testo del collegamento non ha importanza. Ecco un esempio:'
|
|
||||||
verification: Verifica
|
verification: Verifica
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Aggiungi una nuova chiave di sicurezza
|
add: Aggiungi una nuova chiave di sicurezza
|
||||||
|
|
|
@ -961,7 +961,6 @@ ja:
|
||||||
your_token: アクセストークン
|
your_token: アクセストークン
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: アカウントのリクエスト
|
apply_for_account: アカウントのリクエスト
|
||||||
change_password: パスワード
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: メールアドレスが正しくない場合は、アカウント設定で変更できます。
|
wrong_email_hint: メールアドレスが正しくない場合は、アカウント設定で変更できます。
|
||||||
delete_account: アカウントの削除
|
delete_account: アカウントの削除
|
||||||
|
@ -1674,7 +1673,6 @@ ja:
|
||||||
seamless_external_login: あなたは外部サービスを介してログインしているため、パスワードとメールアドレスの設定は利用できません。
|
seamless_external_login: あなたは外部サービスを介してログインしているため、パスワードとメールアドレスの設定は利用できません。
|
||||||
signed_in_as: '下記でログイン中:'
|
signed_in_as: '下記でログイン中:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: <strong>プロフィール補足情報のリンクの所有者であることを認証できます</strong>。認証するには、リンク先のウェブサイトにMastodonプロフィールへのリンクを追加してください。リンクを追加後、このページで変更の保存を再実行すると認証が反映されます。プロフィールへのリンクには<code>rel="me"</code>属性を<strong>かならず</strong>付与してください。リンク内のテキストは自由に記述できます。以下は一例です:
|
|
||||||
verification: 認証
|
verification: 認証
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: セキュリティキーを追加
|
add: セキュリティキーを追加
|
||||||
|
|
|
@ -216,7 +216,6 @@ ka:
|
||||||
warning: იყავით ძალიან ფრთხილად ამ მონაცემთან. არასდროს გააზიაროთ ეს!
|
warning: იყავით ძალიან ფრთხილად ამ მონაცემთან. არასდროს გააზიაროთ ეს!
|
||||||
your_token: თქვენი წვდომის ტოკენი
|
your_token: თქვენი წვდომის ტოკენი
|
||||||
auth:
|
auth:
|
||||||
change_password: პაროლი
|
|
||||||
delete_account: ანგარიშის გაუქმება
|
delete_account: ანგარიშის გაუქმება
|
||||||
delete_account_html: თუ გსურთ გააუქმოთ თქვენი ანგარიში, შეგიძლიათ <a href="%{path}">გააგრძელოთ აქ</a>. საჭირო იქნება დამოწმება.
|
delete_account_html: თუ გსურთ გააუქმოთ თქვენი ანგარიში, შეგიძლიათ <a href="%{path}">გააგრძელოთ აქ</a>. საჭირო იქნება დამოწმება.
|
||||||
forgot_password: დაგავიწყდათ პაროლი?
|
forgot_password: დაგავიწყდათ პაროლი?
|
||||||
|
|
|
@ -441,7 +441,6 @@ kab:
|
||||||
token_regenerated: Ajuṭu n unekcum yettusirew i tikkelt-nniḍen akken iwata
|
token_regenerated: Ajuṭu n unekcum yettusirew i tikkelt-nniḍen akken iwata
|
||||||
your_token: Ajiṭun-ik·im n unekcum
|
your_token: Ajiṭun-ik·im n unekcum
|
||||||
auth:
|
auth:
|
||||||
change_password: Awal uffir
|
|
||||||
delete_account: Kkes amiḍan
|
delete_account: Kkes amiḍan
|
||||||
description:
|
description:
|
||||||
prefix_invited_by_user: "@%{name} inced-ik·ikem ad ternuḍ ɣer uqeddac-a n Mastodon!"
|
prefix_invited_by_user: "@%{name} inced-ik·ikem ad ternuḍ ɣer uqeddac-a n Mastodon!"
|
||||||
|
|
|
@ -335,7 +335,6 @@ kk:
|
||||||
warning: Be very carеful with this data. Never share it with anyone!
|
warning: Be very carеful with this data. Never share it with anyone!
|
||||||
your_token: Your access tokеn
|
your_token: Your access tokеn
|
||||||
auth:
|
auth:
|
||||||
change_password: Құпиясөз
|
|
||||||
delete_account: Аккаунт өшіру
|
delete_account: Аккаунт өшіру
|
||||||
delete_account_html: Аккаунтыңызды жойғыңыз келсе, <a href="%{path}">мына жерді</a> басыңыз. Сізден растау сұралатын болады.
|
delete_account_html: Аккаунтыңызды жойғыңыз келсе, <a href="%{path}">мына жерді</a> басыңыз. Сізден растау сұралатын болады.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -963,7 +963,6 @@ ko:
|
||||||
your_token: 액세스 토큰
|
your_token: 액세스 토큰
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: 가입 요청하기
|
apply_for_account: 가입 요청하기
|
||||||
change_password: 암호
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: 만약 이메일 주소가 올바르지 않다면, 계정 설정에서 수정할 수 있습니다.
|
wrong_email_hint: 만약 이메일 주소가 올바르지 않다면, 계정 설정에서 수정할 수 있습니다.
|
||||||
delete_account: 계정 삭제
|
delete_account: 계정 삭제
|
||||||
|
@ -1674,7 +1673,6 @@ ko:
|
||||||
seamless_external_login: 외부 서비스를 이용해 로그인했으므로 이메일과 암호는 설정할 수 없습니다.
|
seamless_external_login: 외부 서비스를 이용해 로그인했으므로 이메일과 암호는 설정할 수 없습니다.
|
||||||
signed_in_as: '다음과 같이 로그인 중:'
|
signed_in_as: '다음과 같이 로그인 중:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: '<strong>내 프로필 메타데이터에 담긴 링크의 소유 여부를 검증</strong>할 수 있습니다. 이를 위해서 반드시 링크한 웹사이트에 Mastodon 프로필에 대한 역링크가 포함되어야 합니다. 링크를 추가한 후 이곳으로 돌아와서 프로필을 다시 저장해야 인증을 적용할 수 있습니다. 돌아오는 링크에는 <strong>반드시</strong> <code>rel="me"</code> 속성이 있어야 합니다. 링크의 텍스트 콘텐트는 중요하지 않습니다. 다음 예제를 참고하세요:'
|
|
||||||
verification: 검증
|
verification: 검증
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: 보안 키 추가
|
add: 보안 키 추가
|
||||||
|
|
|
@ -937,7 +937,6 @@ ku:
|
||||||
your_token: Nîşana gihîştinê te
|
your_token: Nîşana gihîştinê te
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Ajimêrekê bixwaze
|
apply_for_account: Ajimêrekê bixwaze
|
||||||
change_password: Borînpeyv
|
|
||||||
delete_account: Ajimêr jê bibe
|
delete_account: Ajimêr jê bibe
|
||||||
delete_account_html: Ku tu dixwazî ajimêra xwe jê bibe, tu dikarî <a href="%{path}">li vir bidomîne</a>. Ji te tê xwestin ku were pejirandin.
|
delete_account_html: Ku tu dixwazî ajimêra xwe jê bibe, tu dikarî <a href="%{path}">li vir bidomîne</a>. Ji te tê xwestin ku were pejirandin.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -254,7 +254,6 @@ lt:
|
||||||
warning: Būkite atsargūs su šia informacija. Niekada jos nesidalinkite!
|
warning: Būkite atsargūs su šia informacija. Niekada jos nesidalinkite!
|
||||||
your_token: Jūsų prieigos žetonas
|
your_token: Jūsų prieigos žetonas
|
||||||
auth:
|
auth:
|
||||||
change_password: Slaptažodis
|
|
||||||
delete_account: Ištrinti paskyrą
|
delete_account: Ištrinti paskyrą
|
||||||
delete_account_html: Jeigu norite ištrinti savo paskyrą, galite eiti <a href="%{path}">čia</a>. Jūsų prašys patvirtinti pasirinkimą.
|
delete_account_html: Jeigu norite ištrinti savo paskyrą, galite eiti <a href="%{path}">čia</a>. Jūsų prašys patvirtinti pasirinkimą.
|
||||||
forgot_password: Pamiršote slaptažodį?
|
forgot_password: Pamiršote slaptažodį?
|
||||||
|
|
|
@ -997,7 +997,6 @@ lv:
|
||||||
your_token: Tavs piekļuves marķieris
|
your_token: Tavs piekļuves marķieris
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Pieprasīt kontu
|
apply_for_account: Pieprasīt kontu
|
||||||
change_password: Parole
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Ja šī e-pasta adrese nav pareiza, varat to mainīt konta iestatījumos.
|
wrong_email_hint: Ja šī e-pasta adrese nav pareiza, varat to mainīt konta iestatījumos.
|
||||||
delete_account: Dzēst kontu
|
delete_account: Dzēst kontu
|
||||||
|
@ -1736,7 +1735,6 @@ lv:
|
||||||
seamless_external_login: Tu esi pieteicies, izmantojot ārēju pakalpojumu, tāpēc paroles un e-pasta iestatījumi nav pieejami.
|
seamless_external_login: Tu esi pieteicies, izmantojot ārēju pakalpojumu, tāpēc paroles un e-pasta iestatījumi nav pieejami.
|
||||||
signed_in_as: 'Pierakstījies kā:'
|
signed_in_as: 'Pierakstījies kā:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Tu vari <strong>apstiprināt sevi kā sava profila metadatos esošo saišu īpašnieku</strong>. Lai to izdarītu, saistītajā vietnē ir jābūt saitei uz tavu Mastodon profilu. Pēc saites pievienošanas tev, iespējams, vajadzēs atgriezties šeit un atkārtoti saglabāt savu profilu, lai pārbaude stātos spēkā. Atpakaļsaitē <strong>jābūt</strong> atribūtam <code>rel="me"</code>. Saites teksta saturam nav nozīmes. Šeit ir piemērs:'
|
|
||||||
verification: Pārbaude
|
verification: Pārbaude
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Pievienot jaunu drošības atslēgu
|
add: Pievienot jaunu drošības atslēgu
|
||||||
|
|
|
@ -752,7 +752,6 @@ ms:
|
||||||
view_profile: Lihat profil
|
view_profile: Lihat profil
|
||||||
view_status: Lihat hantaran
|
view_status: Lihat hantaran
|
||||||
auth:
|
auth:
|
||||||
change_password: Kata laluan
|
|
||||||
delete_account: Padam akaun
|
delete_account: Padam akaun
|
||||||
description:
|
description:
|
||||||
prefix_sign_up: Daftar pada Mastodon hari ini!
|
prefix_sign_up: Daftar pada Mastodon hari ini!
|
||||||
|
|
|
@ -965,7 +965,6 @@ my:
|
||||||
your_token: သင့် အသုံးပြုခွင့်တိုကင်
|
your_token: သင့် အသုံးပြုခွင့်တိုကင်
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: အကောင့်တစ်ခုတောင်းဆိုပါ
|
apply_for_account: အကောင့်တစ်ခုတောင်းဆိုပါ
|
||||||
change_password: စကားဝှက်
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: ထိုအီးမေးလ်လိပ်စာ မမှန်ပါက အကောင့်သတ်မှတ်ချက်များတွင် ပြောင်းလဲနိုင်သည်။
|
wrong_email_hint: ထိုအီးမေးလ်လိပ်စာ မမှန်ပါက အကောင့်သတ်မှတ်ချက်များတွင် ပြောင်းလဲနိုင်သည်။
|
||||||
delete_account: အကောင့်ဖျက်ပါ
|
delete_account: အကောင့်ဖျက်ပါ
|
||||||
|
@ -1678,7 +1677,6 @@ my:
|
||||||
seamless_external_login: ပြင်ပဝန်ဆောင်မှုမှတစ်ဆင့် အကောင့်ဝင်ထားသောကြောင့် စကားဝှက်နှင့် အီးမေးလ်သတ်မှတ်ချက်များကို မရနိုင်ပါ။
|
seamless_external_login: ပြင်ပဝန်ဆောင်မှုမှတစ်ဆင့် အကောင့်ဝင်ထားသောကြောင့် စကားဝှက်နှင့် အီးမေးလ်သတ်မှတ်ချက်များကို မရနိုင်ပါ။
|
||||||
signed_in_as: အဖြစ် အကောင့်ဝင်ခဲ့သည် -
|
signed_in_as: အဖြစ် အကောင့်ဝင်ခဲ့သည် -
|
||||||
verification:
|
verification:
|
||||||
explanation_html: သင်သည် <strong>သင့်ပရိုဖိုင်မက်တာဒေတာရှိ လင့်ခ်များ၏ ပိုင်ရှင်အဖြစ် သင်ကိုယ်တိုင် အတည်ပြုနိုင်သည်</strong>။ ယင်းအတွက် လင့်ခ်ချိတ်ထားသော ဝဘ်ဆိုက်တွင် သင်၏ Mastodon ပရိုဖိုင်သို့ ပြန်သွားရန် လင့်ခ်တစ်ခု ပါရှိရပါမည်။ လင့်ခ်ထည့်သွင်းပြီးနောက် ဤနေရာသို့ပြန်လာရန်နှင့် အတည်ပြုနိုင်ရန်အတွက် သင့်ပရိုဖိုင်ကို ပြန်လည်သိမ်းဆည်းရန် လိုအပ်နိုင်ပါသည်။ နောက်ပြန်လင့်ခ်တွင် <code>rel="me"</code> ရည်ညွှန်းချက် <strong>ပါရှိရပါမည်</strong>။ လင့်ခ် စာသားအကြောင်းအရာမှာ အရေးမကြီးပါ။ ဤတွင် ဥပမာတစ်ခုရှိပါသည် -
|
|
||||||
verification: စိစစ်ခြင်း
|
verification: စိစစ်ခြင်း
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: လုံခြုံရေးကီးအသစ်ထည့်ပါ
|
add: လုံခြုံရေးကီးအသစ်ထည့်ပါ
|
||||||
|
|
|
@ -979,7 +979,6 @@ nl:
|
||||||
your_token: Jouw toegangscode
|
your_token: Jouw toegangscode
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Account aanvragen
|
apply_for_account: Account aanvragen
|
||||||
change_password: Wachtwoord
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Als dat e-mailadres niet correct is, kun je het wijzigen in je accountinstellingen.
|
wrong_email_hint: Als dat e-mailadres niet correct is, kun je het wijzigen in je accountinstellingen.
|
||||||
delete_account: Account verwijderen
|
delete_account: Account verwijderen
|
||||||
|
@ -1704,7 +1703,6 @@ nl:
|
||||||
seamless_external_login: Je bent ingelogd via een externe dienst, daarom zijn wachtwoorden en e-mailinstellingen niet beschikbaar.
|
seamless_external_login: Je bent ingelogd via een externe dienst, daarom zijn wachtwoorden en e-mailinstellingen niet beschikbaar.
|
||||||
signed_in_as: 'Ingelogd als:'
|
signed_in_as: 'Ingelogd als:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Je kunt <strong>jezelf verifiëren als de eigenaar van de links in de metadata van jouw profiel</strong>. Hiervoor moet op de gelinkte website een link terug naar jouw Mastodonprofiel staan. Na het toevoegen van de link moet je hier mogelijk terugkomen en je profiel opnieuw bewaren om de verificatie te bevestigen. Deze link <strong>moet</strong> het <code>rel="me"</code>-attribuut bevatten. De omschrijving van de link maakt niet uit. Hier is een voorbeeld:'
|
|
||||||
verification: Verificatie
|
verification: Verificatie
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Nieuwe beveiligingssleutel toevoegen
|
add: Nieuwe beveiligingssleutel toevoegen
|
||||||
|
|
|
@ -965,7 +965,6 @@ nn:
|
||||||
your_token: Tilgangsnykelen din
|
your_token: Tilgangsnykelen din
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Søk om ein konto
|
apply_for_account: Søk om ein konto
|
||||||
change_password: Passord
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Viss epostadressa er feil, kan du endra ho i kontoinnstillingane.
|
wrong_email_hint: Viss epostadressa er feil, kan du endra ho i kontoinnstillingane.
|
||||||
delete_account: Slett konto
|
delete_account: Slett konto
|
||||||
|
|
|
@ -928,7 +928,6 @@
|
||||||
your_token: Din tilgangsnøkkel
|
your_token: Din tilgangsnøkkel
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Be om en konto
|
apply_for_account: Be om en konto
|
||||||
change_password: Passord
|
|
||||||
delete_account: Slett konto
|
delete_account: Slett konto
|
||||||
delete_account_html: Hvis du ønsker å slette kontoen din, kan du <a href="%{path}">gå hit</a>. Du vil bli spurt om bekreftelse.
|
delete_account_html: Hvis du ønsker å slette kontoen din, kan du <a href="%{path}">gå hit</a>. Du vil bli spurt om bekreftelse.
|
||||||
description:
|
description:
|
||||||
|
@ -1636,7 +1635,6 @@
|
||||||
seamless_external_login: Du er logget inn via en ekstern tjeneste, så passord og e-post innstillinger er ikke tilgjengelige.
|
seamless_external_login: Du er logget inn via en ekstern tjeneste, så passord og e-post innstillinger er ikke tilgjengelige.
|
||||||
signed_in_as: 'Innlogget som:'
|
signed_in_as: 'Innlogget som:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Du kan <strong>bekrefte at du selv eier lenkene i din profilmetadata</strong>. For å gjøre det, må det tillenkede nettstedet inneholde en lenke som fører tilbake til Mastodon-profilen din. Etter å ha laget den lenken må du kanskje komme tilbake hit og lagre profilen på ny, for at verifisering skal kunne gjennomføres. Lenken tilbake <strong>må</strong> ha en <code>rel="me"</code>-attributt. Tekstinnholdet til lenken er irrelevant. Her er et eksempel:'
|
|
||||||
verification: Bekreftelse
|
verification: Bekreftelse
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Legg til ny sikkerhetsnøkkel
|
add: Legg til ny sikkerhetsnøkkel
|
||||||
|
|
|
@ -475,7 +475,6 @@ oc:
|
||||||
warning: Mèfi ! Agachatz de partejar aquela donada amb degun !
|
warning: Mèfi ! Agachatz de partejar aquela donada amb degun !
|
||||||
your_token: Vòstre geton d’accès
|
your_token: Vòstre geton d’accès
|
||||||
auth:
|
auth:
|
||||||
change_password: Senhal
|
|
||||||
delete_account: Suprimir lo compte
|
delete_account: Suprimir lo compte
|
||||||
delete_account_html: Se volètz suprimir vòstre compte, podètz <a href="%{path}">o far aquí</a>. Vos demandarem que confirmetz.
|
delete_account_html: Se volètz suprimir vòstre compte, podètz <a href="%{path}">o far aquí</a>. Vos demandarem que confirmetz.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1015,7 +1015,6 @@ pl:
|
||||||
your_token: Twój token dostępu
|
your_token: Twój token dostępu
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Poproś o założenie konta
|
apply_for_account: Poproś o założenie konta
|
||||||
change_password: Hasło
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Jeśli ten adres e-mail nie jest poprawny, możesz go zmienić w ustawieniach konta.
|
wrong_email_hint: Jeśli ten adres e-mail nie jest poprawny, możesz go zmienić w ustawieniach konta.
|
||||||
delete_account: Usunięcie konta
|
delete_account: Usunięcie konta
|
||||||
|
@ -1768,7 +1767,6 @@ pl:
|
||||||
seamless_external_login: Zalogowano z użyciem zewnętrznej usługi, więc ustawienia hasła i adresu e-mail nie są dostępne.
|
seamless_external_login: Zalogowano z użyciem zewnętrznej usługi, więc ustawienia hasła i adresu e-mail nie są dostępne.
|
||||||
signed_in_as: 'Zalogowano jako:'
|
signed_in_as: 'Zalogowano jako:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Możesz <strong>zweryfikować siebie jako właściciela stron, do których odnośniki znajdują się w metadanych</strong>. Aby to zrobić, strona musi zawierać odnośnik do Twojego profilu na Mastodonie. Odnośnik <strong>musi</strong> zawierać atrybut <code>rel="me"</code>. Jego zawartość nie ma znaczenia. Przykład:'
|
|
||||||
verification: Weryfikacja
|
verification: Weryfikacja
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Dodaj nowy klucz bezpieczeństwa
|
add: Dodaj nowy klucz bezpieczeństwa
|
||||||
|
|
|
@ -979,7 +979,6 @@ pt-BR:
|
||||||
your_token: Seu código de acesso
|
your_token: Seu código de acesso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar uma conta
|
apply_for_account: Solicitar uma conta
|
||||||
change_password: Senha
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Se esse endereço de e-mail não estiver correto, você pode alterá-lo nas configurações da conta.
|
wrong_email_hint: Se esse endereço de e-mail não estiver correto, você pode alterá-lo nas configurações da conta.
|
||||||
delete_account: Excluir conta
|
delete_account: Excluir conta
|
||||||
|
@ -1704,7 +1703,6 @@ pt-BR:
|
||||||
seamless_external_login: Você entrou usando um serviço externo, então configurações de e-mail e senha não estão disponíveis.
|
seamless_external_login: Você entrou usando um serviço externo, então configurações de e-mail e senha não estão disponíveis.
|
||||||
signed_in_as: 'Entrou como:'
|
signed_in_as: 'Entrou como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Você pode <strong>se verificar como proprietário dos links nos metadados do seu perfil</strong>. Para isso, o site vinculado deve conter um link de volta para o seu perfil de Mastodon. Depois de adicionar o link, talvez você precise voltar aqui e salvar novamente o seu perfil para que a verificação tenha efeito. O link de volta <strong>deve</strong> ter um atributo <code>rel="me"</code>. O conteúdo do texto do link não importa. Aqui está um exemplo:'
|
|
||||||
verification: Verificação
|
verification: Verificação
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Adicionar nova chave de segurança
|
add: Adicionar nova chave de segurança
|
||||||
|
|
|
@ -979,7 +979,6 @@ pt-PT:
|
||||||
your_token: O teu token de acesso
|
your_token: O teu token de acesso
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Solicitar uma conta
|
apply_for_account: Solicitar uma conta
|
||||||
change_password: Palavra-passe
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Se esse endereço de e-mail não estiver correto, você pode alterá-lo nas configurações da conta.
|
wrong_email_hint: Se esse endereço de e-mail não estiver correto, você pode alterá-lo nas configurações da conta.
|
||||||
delete_account: Eliminar conta
|
delete_account: Eliminar conta
|
||||||
|
@ -1704,7 +1703,6 @@ pt-PT:
|
||||||
seamless_external_login: Tu estás ligado via um serviço externo. Por isso, as configurações da palavra-passe e do e-mail não estão disponíveis.
|
seamless_external_login: Tu estás ligado via um serviço externo. Por isso, as configurações da palavra-passe e do e-mail não estão disponíveis.
|
||||||
signed_in_as: 'Registado como:'
|
signed_in_as: 'Registado como:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Pode <strong>comprovar que é o dono das hiperligações nos metadados do seu perfil</strong>. Para isso, a página para a qual a hiperligação aponta tem de conter uma outra para o seu perfil do Mastodon. Após adicionar a hiperligação, poderá ter de voltar aqui e voltar a guardar o seu perfil para que a verificação produza efeito. Essa hiperligação <strong>tem</strong> de ter um atributo <code>rel="me"</code>. O conteúdo do texto não é importante. Eis um exemplo:'
|
|
||||||
verification: Verificação
|
verification: Verificação
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Adicionar nova chave de segurança
|
add: Adicionar nova chave de segurança
|
||||||
|
|
|
@ -423,7 +423,6 @@ ro:
|
||||||
warning: Fiți foarte atent cu aceste date. Nu le împărtășiți niciodată cu cineva!
|
warning: Fiți foarte atent cu aceste date. Nu le împărtășiți niciodată cu cineva!
|
||||||
your_token: Token-ul tău de acces
|
your_token: Token-ul tău de acces
|
||||||
auth:
|
auth:
|
||||||
change_password: Parolă
|
|
||||||
delete_account: Șterge contul
|
delete_account: Șterge contul
|
||||||
delete_account_html: Dacă vrei să ștergi acest cont <a href="%{path}">poți începe aici</a>. Va trebui să confirmi această acțiune.
|
delete_account_html: Dacă vrei să ștergi acest cont <a href="%{path}">poți începe aici</a>. Va trebui să confirmi această acțiune.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1015,7 +1015,6 @@ ru:
|
||||||
your_token: Ваш токен доступа
|
your_token: Ваш токен доступа
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Запросить аккаунт
|
apply_for_account: Запросить аккаунт
|
||||||
change_password: Пароль
|
|
||||||
confirmations:
|
confirmations:
|
||||||
wrong_email_hint: Если этот адрес электронной почты неверен, вы можете изменить его в настройках аккаунта.
|
wrong_email_hint: Если этот адрес электронной почты неверен, вы можете изменить его в настройках аккаунта.
|
||||||
delete_account: Удалить учётную запись
|
delete_account: Удалить учётную запись
|
||||||
|
@ -1768,7 +1767,6 @@ ru:
|
||||||
seamless_external_login: Вы залогинены через сторонний сервис, поэтому настройки e-mail и пароля недоступны.
|
seamless_external_login: Вы залогинены через сторонний сервис, поэтому настройки e-mail и пароля недоступны.
|
||||||
signed_in_as: 'Выполнен вход под именем:'
|
signed_in_as: 'Выполнен вход под именем:'
|
||||||
verification:
|
verification:
|
||||||
explanation_html: 'Вы можете <strong>подтвердить владение</strong> любой из ссылок в таблице. Для этого страница по ссылке должна содержать обратную ссылку на ваш профиль Mastodon, а у самой ссылки <strong>должен</strong> атрибут <code>rel="me"</code>. Текст ссылки значения не имеет. Вот пример:'
|
|
||||||
verification: Верификация ссылок
|
verification: Верификация ссылок
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Добавить новый ключ безопасности
|
add: Добавить новый ключ безопасности
|
||||||
|
|
|
@ -507,7 +507,6 @@ sc:
|
||||||
warning: Dae cara a custos datos. Non ddos cumpartzas mai cun nemos!
|
warning: Dae cara a custos datos. Non ddos cumpartzas mai cun nemos!
|
||||||
your_token: S'identificadore tuo de atzessu
|
your_token: S'identificadore tuo de atzessu
|
||||||
auth:
|
auth:
|
||||||
change_password: Crae
|
|
||||||
delete_account: Cantzella su contu
|
delete_account: Cantzella su contu
|
||||||
delete_account_html: Si boles cantzellare su contu, ddu podes <a href="%{path}">fàghere inoghe</a>. T'amus a dimandare una cunfirmatzione.
|
delete_account_html: Si boles cantzellare su contu, ddu podes <a href="%{path}">fàghere inoghe</a>. T'amus a dimandare una cunfirmatzione.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -930,7 +930,6 @@ sco:
|
||||||
your_token: Yer access token
|
your_token: Yer access token
|
||||||
auth:
|
auth:
|
||||||
apply_for_account: Request a accoont
|
apply_for_account: Request a accoont
|
||||||
change_password: Passwird
|
|
||||||
delete_account: Delete accoont
|
delete_account: Delete accoont
|
||||||
delete_account_html: If ye'r wantin tae delete yer accoont, ye kin <a href="%{path}">dae it here</a>. Ye'll get asked fir confirmation.
|
delete_account_html: If ye'r wantin tae delete yer accoont, ye kin <a href="%{path}">dae it here</a>. Ye'll get asked fir confirmation.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -773,7 +773,6 @@ si:
|
||||||
warning: මෙම දත්ත සමඟ ඉතා ප්රවේශම් වන්න. එය කිසි විටෙක කිසිවෙකු සමඟ බෙදා නොගන්න!
|
warning: මෙම දත්ත සමඟ ඉතා ප්රවේශම් වන්න. එය කිසි විටෙක කිසිවෙකු සමඟ බෙදා නොගන්න!
|
||||||
your_token: ඔබේ ප්රවේශ ටෝකනය
|
your_token: ඔබේ ප්රවේශ ටෝකනය
|
||||||
auth:
|
auth:
|
||||||
change_password: මුර පදය
|
|
||||||
delete_account: ගිණුම මකන්න
|
delete_account: ගිණුම මකන්න
|
||||||
delete_account_html: ඔබට ඔබගේ ගිණුම මකා දැමීමට අවශ්ය නම්, ඔබට <a href="%{path}">මෙතැනින් ඉදිරියට යා හැක</a>. තහවුරු කිරීම සඳහා ඔබෙන් අසනු ඇත.
|
delete_account_html: ඔබට ඔබගේ ගිණුම මකා දැමීමට අවශ්ය නම්, ඔබට <a href="%{path}">මෙතැනින් ඉදිරියට යා හැක</a>. තහවුරු කිරීම සඳහා ඔබෙන් අසනු ඇත.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -39,7 +39,6 @@ an:
|
||||||
digest: Solo ninviau dimpués d'un largo periodo d'inactividat y nomás si has recibiu mensaches personals entre la tuya ausencia
|
digest: Solo ninviau dimpués d'un largo periodo d'inactividat y nomás si has recibiu mensaches personals entre la tuya ausencia
|
||||||
discoverable: Permite que la tuya cuenta sía descubierta per extranyos a traviés de recomendacions, tendencias y atras caracteristicas
|
discoverable: Permite que la tuya cuenta sía descubierta per extranyos a traviés de recomendacions, tendencias y atras caracteristicas
|
||||||
email: Se le ninviará un correu de confirmación
|
email: Se le ninviará un correu de confirmación
|
||||||
fields: Puetz tener dica 4 elementos amostrando-se como una tabla en o tuyo perfil
|
|
||||||
header: PNG, GIF u JPG. Maximo %{size}. Será escalau a %{dimensions}px
|
header: PNG, GIF u JPG. Maximo %{size}. Será escalau a %{dimensions}px
|
||||||
inbox_url: Copia la URL d'a pachina prencipal d'o relés que quiers utilizar
|
inbox_url: Copia la URL d'a pachina prencipal d'o relés que quiers utilizar
|
||||||
irreversible: Las publicacions filtradas desapareixerán irreversiblement, mesmo si este filtro ye eliminau mas abance
|
irreversible: Las publicacions filtradas desapareixerán irreversiblement, mesmo si este filtro ye eliminau mas abance
|
||||||
|
|
|
@ -39,7 +39,6 @@ ar:
|
||||||
digest: تُرسَل إليك بعد مُضيّ مدة مِن خمول نشاطك و فقط إذا ما تلقيت رسائل شخصية مباشِرة أثناء فترة غيابك مِن الشبكة
|
digest: تُرسَل إليك بعد مُضيّ مدة مِن خمول نشاطك و فقط إذا ما تلقيت رسائل شخصية مباشِرة أثناء فترة غيابك مِن الشبكة
|
||||||
discoverable: السماح للغرباء اكتشاف حسابك من خلال التوصيات والمتداولة وغيرها من الميزات
|
discoverable: السماح للغرباء اكتشاف حسابك من خلال التوصيات والمتداولة وغيرها من الميزات
|
||||||
email: سوف تتلقى رسالة إلكترونية للتأكيد
|
email: سوف تتلقى رسالة إلكترونية للتأكيد
|
||||||
fields: يُمكنك عرض 4 عناصر على شكل جدول في صفحتك التعريفية
|
|
||||||
header: ملف PNG أو GIF أو JPG. حجمه على أقصى تصدير %{size}. سيتم تصغيره إلى %{dimensions}px
|
header: ملف PNG أو GIF أو JPG. حجمه على أقصى تصدير %{size}. سيتم تصغيره إلى %{dimensions}px
|
||||||
inbox_url: نسخ العنوان الذي تريد استخدامه مِن صفحة الاستقبال للمُرحَّل
|
inbox_url: نسخ العنوان الذي تريد استخدامه مِن صفحة الاستقبال للمُرحَّل
|
||||||
irreversible: المنشورات التي تم تصفيتها ستختفي لا محالة حتى و إن تمت إزالة عامِل التصفية لاحقًا
|
irreversible: المنشورات التي تم تصفيتها ستختفي لا محالة حتى و إن تمت إزالة عامِل التصفية لاحقًا
|
||||||
|
|
|
@ -19,7 +19,6 @@ ast:
|
||||||
bot: Avisa a otres persones de qu'esta cuenta fai principalmente aiciones automatizaes ya de que ye posible que nun tean supervisaes
|
bot: Avisa a otres persones de qu'esta cuenta fai principalmente aiciones automatizaes ya de que ye posible que nun tean supervisaes
|
||||||
digest: Namás s'unvia dempués d'un periodu llongu d'inactividá ya namás si recibiesti dalgún mensaxe personal demientres la to ausencia
|
digest: Namás s'unvia dempués d'un periodu llongu d'inactividá ya namás si recibiesti dalgún mensaxe personal demientres la to ausencia
|
||||||
discoverable: Permite que persones desconocíes descubran la to cuenta pente recomendaciones, tendencies ya otres funciones
|
discoverable: Permite que persones desconocíes descubran la to cuenta pente recomendaciones, tendencies ya otres funciones
|
||||||
fields: Pues tener hasta 4 elementos qu'apaecen nuna tabla dientro del to perfil
|
|
||||||
header: Ficheros PNG, GIF o JPG de %{size} como muncho. La semeya va redimensionase a %{dimensions} px
|
header: Ficheros PNG, GIF o JPG de %{size} como muncho. La semeya va redimensionase a %{dimensions} px
|
||||||
irreversible: Los artículos peñeraos desapaecen de forma irreversible, magar que la peñera se quite dempués
|
irreversible: Los artículos peñeraos desapaecen de forma irreversible, magar que la peñera se quite dempués
|
||||||
locale: La llingua de la interfaz, los mensaxes per corréu electrónicu ya los avisos push
|
locale: La llingua de la interfaz, los mensaxes per corréu electrónicu ya los avisos push
|
||||||
|
|
|
@ -39,7 +39,6 @@ be:
|
||||||
digest: Будзе даслана толькі пасля доўгага перыяду неактыўнасці і толькі калі вы атрымалі асабістыя паведамленні падчас вашай адсутнасці
|
digest: Будзе даслана толькі пасля доўгага перыяду неактыўнасці і толькі калі вы атрымалі асабістыя паведамленні падчас вашай адсутнасці
|
||||||
discoverable: Дазволіць незнаёмым людзям знаходзіць ваш уліковы запіс праз рэкамендацыі, трэнды і іншыя функцыі
|
discoverable: Дазволіць незнаёмым людзям знаходзіць ваш уліковы запіс праз рэкамендацыі, трэнды і іншыя функцыі
|
||||||
email: Пацвярджэнне будзе выслана па электроннай пошце
|
email: Пацвярджэнне будзе выслана па электроннай пошце
|
||||||
fields: У вашаму профілі можа быць паказана да 4 элементаў у выглядзе табліцы
|
|
||||||
header: PNG, GIF ці JPG. Не больш за %{size}. Будзе сціснуты да памеру %{dimensions}} пікселяў
|
header: PNG, GIF ці JPG. Не больш за %{size}. Будзе сціснуты да памеру %{dimensions}} пікселяў
|
||||||
inbox_url: Капіраваць URL са старонкі рэтранслятара, якім вы хочаце карыстацца
|
inbox_url: Капіраваць URL са старонкі рэтранслятара, якім вы хочаце карыстацца
|
||||||
irreversible: Адфільтраваныя пасты прападуць незваротна, нават калі фільтр потым будзе выдалены
|
irreversible: Адфільтраваныя пасты прападуць незваротна, нават калі фільтр потым будзе выдалены
|
||||||
|
|
|
@ -39,7 +39,6 @@ bg:
|
||||||
digest: Изпраща се само след дълъг период на бездействие и само ако сте получили лични съобщения във ваше отсъствие
|
digest: Изпраща се само след дълъг период на бездействие и само ако сте получили лични съобщения във ваше отсъствие
|
||||||
discoverable: Позволяване на странници да откриват вашия акаунт чрез препоръки, нашумели и други неща
|
discoverable: Позволяване на странници да откриват вашия акаунт чрез препоръки, нашумели и други неща
|
||||||
email: Ще ви се изпрати имейл за потвърждение
|
email: Ще ви се изпрати имейл за потвърждение
|
||||||
fields: Може да добавите до 4 елемента в таблицата към профила си
|
|
||||||
header: PNG, GIF или JPG. До най-много %{size}. Ще се смали до %{dimensions} пиксела
|
header: PNG, GIF или JPG. До най-много %{size}. Ще се смали до %{dimensions} пиксела
|
||||||
inbox_url: Копирайте URL адреса на заглавната страница на предаващия сървър, който искат да използвате
|
inbox_url: Копирайте URL адреса на заглавната страница на предаващия сървър, който искат да използвате
|
||||||
irreversible: Филтрираните публикации ще изчезнат безвъзвратно, дори филтърът да бъде премахнат по-късно
|
irreversible: Филтрираните публикации ще изчезнат безвъзвратно, дори филтърът да бъде премахнат по-късно
|
||||||
|
|
|
@ -39,7 +39,6 @@ ca:
|
||||||
digest: Només s'envia després d'un llarg període d'inactivitat i només si has rebut algun missatge personal durant la teva absència
|
digest: Només s'envia després d'un llarg període d'inactivitat i només si has rebut algun missatge personal durant la teva absència
|
||||||
discoverable: Permet que el teu compte sigui descobert per desconeguts a través de recomanacions, etiquetes i altres característiques
|
discoverable: Permet que el teu compte sigui descobert per desconeguts a través de recomanacions, etiquetes i altres característiques
|
||||||
email: Se t'enviarà un correu electrònic de confirmació
|
email: Se t'enviarà un correu electrònic de confirmació
|
||||||
fields: Pots tenir fins a 4 elements que es mostren com a taula al teu perfil
|
|
||||||
header: PNG, GIF o JPG de com a màxim %{size}. S'escalarà a %{dimensions}px
|
header: PNG, GIF o JPG de com a màxim %{size}. S'escalarà a %{dimensions}px
|
||||||
inbox_url: Copia l'URL de la pàgina principal del relay que vols usar
|
inbox_url: Copia l'URL de la pàgina principal del relay que vols usar
|
||||||
irreversible: Els tuts filtrats desapareixeran de manera irreversible, fins i tot si el filtre es retira més tard
|
irreversible: Els tuts filtrats desapareixeran de manera irreversible, fins i tot si el filtre es retira més tard
|
||||||
|
|
|
@ -32,7 +32,6 @@ ckb:
|
||||||
current_username: بۆ دڵنیابوون، تکایە ناوی بەکارهێنەری ئەم هەژمارەیە بنووسە
|
current_username: بۆ دڵنیابوون، تکایە ناوی بەکارهێنەری ئەم هەژمارەیە بنووسە
|
||||||
digest: تەنیا دوای ماوەیەکی زۆر لە بێ چالاکیدەنێردرێت و تەنیا ئەگەر نامەیەکی کەسیت بۆ نووسرابێت
|
digest: تەنیا دوای ماوەیەکی زۆر لە بێ چالاکیدەنێردرێت و تەنیا ئەگەر نامەیەکی کەسیت بۆ نووسرابێت
|
||||||
email: ئیمەیڵێکی پشتڕاستکردنەوەت بۆ دەنێردرێت
|
email: ئیمەیڵێکی پشتڕاستکردنەوەت بۆ دەنێردرێت
|
||||||
fields: دەتوانیت تا ٤بڕگەت هەبێت کە وەک خشتەیەک لەسەر پرۆفایلەکەت پیشان بدرێت
|
|
||||||
header: PNG, GIF یان JPG. لە زۆربەی %{size}. دەبێتە ئەندازەیەکی کەمکراوە بۆ %{dimensions}پیکسێڵ
|
header: PNG, GIF یان JPG. لە زۆربەی %{size}. دەبێتە ئەندازەیەکی کەمکراوە بۆ %{dimensions}پیکسێڵ
|
||||||
inbox_url: نیشانەی پەڕەی سەرەکی ئەو رێڵە کە هەرەکتە بەکاریببەیت ڕوونووس دەکات
|
inbox_url: نیشانەی پەڕەی سەرەکی ئەو رێڵە کە هەرەکتە بەکاریببەیت ڕوونووس دەکات
|
||||||
irreversible: توتە فلتەرکراوەکە بە شێوەیەکی نەگەڕاو فرەدەدرێن، تەنانەت ئەگەر فلتەردواتر لاببرێت
|
irreversible: توتە فلتەرکراوەکە بە شێوەیەکی نەگەڕاو فرەدەدرێن، تەنانەت ئەگەر فلتەردواتر لاببرێت
|
||||||
|
|
|
@ -30,7 +30,6 @@ co:
|
||||||
current_username: Per cunfirmà, entrate u cugnome di questu contu
|
current_username: Per cunfirmà, entrate u cugnome di questu contu
|
||||||
digest: Solu mandatu dopu à una longa perioda d’inattività, è solu s’elli ci sò novi missaghji diretti
|
digest: Solu mandatu dopu à una longa perioda d’inattività, è solu s’elli ci sò novi missaghji diretti
|
||||||
email: Avete da riceve un'e-mail di cunfirmazione
|
email: Avete da riceve un'e-mail di cunfirmazione
|
||||||
fields: Pudete avè fin’à 4 elementi mustrati cum’un tavulone nant’à u vostru prufile
|
|
||||||
header: Furmatu PNG, GIF o JPG. %{size} o menu. Sarà ridottu à %{dimensions}px
|
header: Furmatu PNG, GIF o JPG. %{size} o menu. Sarà ridottu à %{dimensions}px
|
||||||
inbox_url: Cupiate l'URL di a pagina d'accolta di u ripetitore chì vulete utilizà
|
inbox_url: Cupiate l'URL di a pagina d'accolta di u ripetitore chì vulete utilizà
|
||||||
irreversible: I statuti filtrati saranu sguassati di manera irreversibile, ancu s'ellu hè toltu u filtru
|
irreversible: I statuti filtrati saranu sguassati di manera irreversibile, ancu s'ellu hè toltu u filtru
|
||||||
|
|
|
@ -39,7 +39,6 @@ cs:
|
||||||
digest: Odesíláno pouze po dlouhé době nečinnosti a pouze, pokud jste během své nepřítomnosti obdrželi osobní zprávy
|
digest: Odesíláno pouze po dlouhé době nečinnosti a pouze, pokud jste během své nepřítomnosti obdrželi osobní zprávy
|
||||||
discoverable: Umožnit, aby mohli váš účet objevit neznámí lidé pomocí doporučení, trendů a dalších funkcí
|
discoverable: Umožnit, aby mohli váš účet objevit neznámí lidé pomocí doporučení, trendů a dalších funkcí
|
||||||
email: Bude vám poslán potvrzovací e-mail
|
email: Bude vám poslán potvrzovací e-mail
|
||||||
fields: Na svém profilu můžete mít zobrazeny až 4 položky jako tabulku
|
|
||||||
header: PNG, GIF či JPG. Maximálně %{size}. Bude zmenšen na %{dimensions} px
|
header: PNG, GIF či JPG. Maximálně %{size}. Bude zmenšen na %{dimensions} px
|
||||||
inbox_url: Zkopírujte URL z hlavní stránky mostu, který chcete použít
|
inbox_url: Zkopírujte URL z hlavní stránky mostu, který chcete použít
|
||||||
irreversible: Filtrované příspěvky nenávratně zmizí, i pokud bude filtr později odstraněn
|
irreversible: Filtrované příspěvky nenávratně zmizí, i pokud bude filtr později odstraněn
|
||||||
|
|
|
@ -39,7 +39,6 @@ cy:
|
||||||
digest: Ond yn cael eu hanfon ar ôl cyfnod hir o anweithgarwch ac ond os ydych wedi derbyn unrhyw negeseuon personol yn eich absenoldeb
|
digest: Ond yn cael eu hanfon ar ôl cyfnod hir o anweithgarwch ac ond os ydych wedi derbyn unrhyw negeseuon personol yn eich absenoldeb
|
||||||
discoverable: Caniatáu i'ch cyfrif gael ei ddarganfod gan ddieithriaid trwy argymhellion, pynciau llosg a nodweddion eraill
|
discoverable: Caniatáu i'ch cyfrif gael ei ddarganfod gan ddieithriaid trwy argymhellion, pynciau llosg a nodweddion eraill
|
||||||
email: Byddwch yn derbyn e-bost cadarnhau
|
email: Byddwch yn derbyn e-bost cadarnhau
|
||||||
fields: Mae modd i chi ddangos hyd at 4 eitem fel tabl ar eich proffil
|
|
||||||
header: PNG, GIF neu JPG. %{size} ar y mwyaf. Bydd yn cael ei israddio i %{dimensions}px
|
header: PNG, GIF neu JPG. %{size} ar y mwyaf. Bydd yn cael ei israddio i %{dimensions}px
|
||||||
inbox_url: Copïwch yr URL o dudalen flaen y relái yr ydych am ei ddefnyddio
|
inbox_url: Copïwch yr URL o dudalen flaen y relái yr ydych am ei ddefnyddio
|
||||||
irreversible: Bydd postiadau wedi'u hidlo'n diflannu'n ddiwrthdro, hyd yn oed os caiff yr hidlydd ei dynnu'n ddiweddarach
|
irreversible: Bydd postiadau wedi'u hidlo'n diflannu'n ddiwrthdro, hyd yn oed os caiff yr hidlydd ei dynnu'n ddiweddarach
|
||||||
|
|
|
@ -39,7 +39,6 @@ da:
|
||||||
digest: Sendes kun efter en lang inaktivitetsperiode, og kun hvis du har modtaget personlige beskeder under fraværet
|
digest: Sendes kun efter en lang inaktivitetsperiode, og kun hvis du har modtaget personlige beskeder under fraværet
|
||||||
discoverable: Tillad kontoen at blive fundet af fremmede via anbefalinger og øvrige funktioner
|
discoverable: Tillad kontoen at blive fundet af fremmede via anbefalinger og øvrige funktioner
|
||||||
email: En bekræftelses-e-mail fremsendes
|
email: En bekræftelses-e-mail fremsendes
|
||||||
fields: Profilen kan have op til 4 elementer vist som en tabel
|
|
||||||
header: PNG, GIF eller JPG. Maks. %{size}. Auto-nedskaleres til %{dimensions}px
|
header: PNG, GIF eller JPG. Maks. %{size}. Auto-nedskaleres til %{dimensions}px
|
||||||
inbox_url: Kopiér URL'en fra forsiden af den videreformidler, der skal anvendes
|
inbox_url: Kopiér URL'en fra forsiden af den videreformidler, der skal anvendes
|
||||||
irreversible: Filtrerede indlæg forsvinder permanent, selv hvis filteret senere fjernes
|
irreversible: Filtrerede indlæg forsvinder permanent, selv hvis filteret senere fjernes
|
||||||
|
|
|
@ -39,7 +39,6 @@ de:
|
||||||
digest: Wenn du eine längere Zeit inaktiv bist oder du in deiner Abwesenheit eine Direktnachricht erhalten hast
|
digest: Wenn du eine längere Zeit inaktiv bist oder du in deiner Abwesenheit eine Direktnachricht erhalten hast
|
||||||
discoverable: Erlaube deinem Konto, durch Empfehlungen, Trends und andere Funktionen von Fremden entdeckt zu werden
|
discoverable: Erlaube deinem Konto, durch Empfehlungen, Trends und andere Funktionen von Fremden entdeckt zu werden
|
||||||
email: Du wirst eine E-Mail zur Verifizierung dieser E-Mail-Adresse erhalten
|
email: Du wirst eine E-Mail zur Verifizierung dieser E-Mail-Adresse erhalten
|
||||||
fields: Du kannst bis zu vier Metadaten auf deinem Profil anzeigen lassen, die als Tabelle dargestellt werden
|
|
||||||
header: PNG, GIF oder JPG. Höchstens %{size} groß. Wird auf %{dimensions} px verkleinert
|
header: PNG, GIF oder JPG. Höchstens %{size} groß. Wird auf %{dimensions} px verkleinert
|
||||||
inbox_url: Kopiere die URL von der Startseite des gewünschten Relays
|
inbox_url: Kopiere die URL von der Startseite des gewünschten Relays
|
||||||
irreversible: Bereinigte Beiträge verschwinden unwiderruflich für dich, auch dann, wenn dieser Filter zu einem späteren wieder entfernt wird
|
irreversible: Bereinigte Beiträge verschwinden unwiderruflich für dich, auch dann, wenn dieser Filter zu einem späteren wieder entfernt wird
|
||||||
|
|
|
@ -39,7 +39,6 @@ el:
|
||||||
digest: Αποστέλλεται μόνο μετά από μακρά περίοδο αδράνειας και μόνο αν έχεις λάβει προσωπικά μηνύματα κατά την απουσία σου
|
digest: Αποστέλλεται μόνο μετά από μακρά περίοδο αδράνειας και μόνο αν έχεις λάβει προσωπικά μηνύματα κατά την απουσία σου
|
||||||
discoverable: Επέτρεψε στον λογαριασμό σου να ανακαλυφθεί από αγνώστους μέσω συστάσεων, τάσεων και άλλων χαρακτηριστικών
|
discoverable: Επέτρεψε στον λογαριασμό σου να ανακαλυφθεί από αγνώστους μέσω συστάσεων, τάσεων και άλλων χαρακτηριστικών
|
||||||
email: Θα σου σταλεί email επιβεβαίωσης
|
email: Θα σου σταλεί email επιβεβαίωσης
|
||||||
fields: Μπορείς να έχεις έως 4 σημειώσεις σε μορφή πίνακα στο προφίλ σου
|
|
||||||
header: PNG, GIF ή JPG. Έως %{size}. Θα περιοριστεί σε διάσταση %{dimensions}px
|
header: PNG, GIF ή JPG. Έως %{size}. Θα περιοριστεί σε διάσταση %{dimensions}px
|
||||||
inbox_url: Αντέγραψε το URL της αρχικής σελίδας του ανταποκριτή που θέλεις να χρησιμοποιήσεις
|
inbox_url: Αντέγραψε το URL της αρχικής σελίδας του ανταποκριτή που θέλεις να χρησιμοποιήσεις
|
||||||
irreversible: Οι φιλτραρισμένες αναρτήσεις θα εξαφανιστούν αμετάκλητα, ακόμα και αν το φίλτρο αργότερα αφαιρεθεί
|
irreversible: Οι φιλτραρισμένες αναρτήσεις θα εξαφανιστούν αμετάκλητα, ακόμα και αν το φίλτρο αργότερα αφαιρεθεί
|
||||||
|
|
|
@ -39,7 +39,6 @@ en-GB:
|
||||||
digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence
|
digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence
|
||||||
discoverable: Allow your account to be discovered by strangers through recommendations, trends and other features
|
discoverable: Allow your account to be discovered by strangers through recommendations, trends and other features
|
||||||
email: You will be sent a confirmation e-mail
|
email: You will be sent a confirmation e-mail
|
||||||
fields: You can have up to 4 items displayed as a table on your profile
|
|
||||||
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
||||||
inbox_url: Copy the URL from the frontpage of the relay you want to use
|
inbox_url: Copy the URL from the frontpage of the relay you want to use
|
||||||
irreversible: Filtered posts will disappear irreversibly, even if filter is later removed
|
irreversible: Filtered posts will disappear irreversibly, even if filter is later removed
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
en:
|
en:
|
||||||
simple_form:
|
simple_form:
|
||||||
hints:
|
hints:
|
||||||
|
account:
|
||||||
|
display_name: Your full name or your fun name.
|
||||||
|
fields: Your homepage, pronouns, age, anything you want.
|
||||||
|
note: 'You can @mention other people or #hashtags.'
|
||||||
account_alias:
|
account_alias:
|
||||||
acct: Specify the username@domain of the account you want to move from
|
acct: Specify the username@domain of the account you want to move from
|
||||||
account_migration:
|
account_migration:
|
||||||
|
@ -39,7 +43,6 @@ en:
|
||||||
digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence
|
digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence
|
||||||
discoverable: Allow your account to be discovered by strangers through recommendations, trends and other features
|
discoverable: Allow your account to be discovered by strangers through recommendations, trends and other features
|
||||||
email: You will be sent a confirmation e-mail
|
email: You will be sent a confirmation e-mail
|
||||||
fields: You can have up to 4 items displayed as a table on your profile
|
|
||||||
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
||||||
inbox_url: Copy the URL from the frontpage of the relay you want to use
|
inbox_url: Copy the URL from the frontpage of the relay you want to use
|
||||||
irreversible: Filtered posts will disappear irreversibly, even if filter is later removed
|
irreversible: Filtered posts will disappear irreversibly, even if filter is later removed
|
||||||
|
@ -167,7 +170,7 @@ en:
|
||||||
text: Explain why this decision should be reversed
|
text: Explain why this decision should be reversed
|
||||||
defaults:
|
defaults:
|
||||||
autofollow: Invite to follow your account
|
autofollow: Invite to follow your account
|
||||||
avatar: Avatar
|
avatar: Profile picture
|
||||||
bot: This is an automated account
|
bot: This is an automated account
|
||||||
chosen_languages: Filter languages
|
chosen_languages: Filter languages
|
||||||
confirm_new_password: Confirm new password
|
confirm_new_password: Confirm new password
|
||||||
|
@ -179,8 +182,8 @@ en:
|
||||||
display_name: Display name
|
display_name: Display name
|
||||||
email: E-mail address
|
email: E-mail address
|
||||||
expires_in: Expire after
|
expires_in: Expire after
|
||||||
fields: Profile metadata
|
fields: Extra fields
|
||||||
header: Header
|
header: Header picture
|
||||||
honeypot: "%{label} (do not fill in)"
|
honeypot: "%{label} (do not fill in)"
|
||||||
inbox_url: URL of the relay inbox
|
inbox_url: URL of the relay inbox
|
||||||
irreversible: Drop instead of hide
|
irreversible: Drop instead of hide
|
||||||
|
|
|
@ -39,7 +39,6 @@ eo:
|
||||||
digest: Sendita nur post longa tempo de neaktiveco, kaj nur se vi ricevis personan mesaĝon en via foresto
|
digest: Sendita nur post longa tempo de neaktiveco, kaj nur se vi ricevis personan mesaĝon en via foresto
|
||||||
discoverable: Permesi vian konton esti malkovrita de fremduloj per rekomendoj, tendencoj kaj aliaj funkcioj
|
discoverable: Permesi vian konton esti malkovrita de fremduloj per rekomendoj, tendencoj kaj aliaj funkcioj
|
||||||
email: Vi ricevos konfirman retpoŝton
|
email: Vi ricevos konfirman retpoŝton
|
||||||
fields: Vi povas havi ĝis 4 tabelajn elementojn en via profilo
|
|
||||||
header: Formato PNG, GIF aŭ JPG. Ĝis %{size}. Estos malgrandigita al %{dimensions}px
|
header: Formato PNG, GIF aŭ JPG. Ĝis %{size}. Estos malgrandigita al %{dimensions}px
|
||||||
inbox_url: Kopiu la URL de la ĉefpaĝo de la ripetilo, kiun vi volas uzi
|
inbox_url: Kopiu la URL de la ĉefpaĝo de la ripetilo, kiun vi volas uzi
|
||||||
irreversible: La filtritaj mesaĝoj malaperos por eterne, eĉ se la filtrilo poste estas forigita
|
irreversible: La filtritaj mesaĝoj malaperos por eterne, eĉ se la filtrilo poste estas forigita
|
||||||
|
|
|
@ -39,7 +39,6 @@ es-AR:
|
||||||
digest: Sólo enviado tras un largo periodo de inactividad, y sólo si recibiste mensajes personales en tu ausencia
|
digest: Sólo enviado tras un largo periodo de inactividad, y sólo si recibiste mensajes personales en tu ausencia
|
||||||
discoverable: Permití que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras funciones
|
discoverable: Permití que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras funciones
|
||||||
email: Se te enviará un correo electrónico de confirmación
|
email: Se te enviará un correo electrónico de confirmación
|
||||||
fields: Podés tener hasta 4 elementos mostrados en una tabla en tu perfil
|
|
||||||
header: 'PNG, GIF o JPG. Máximo: %{size}. Será subescalado a %{dimensions} píxeles.'
|
header: 'PNG, GIF o JPG. Máximo: %{size}. Será subescalado a %{dimensions} píxeles.'
|
||||||
inbox_url: Copiá la dirección web desde la página principal del relé que querés usar
|
inbox_url: Copiá la dirección web desde la página principal del relé que querés usar
|
||||||
irreversible: Los mensajes filtrados desaparecerán irreversiblemente, incluso si este filtro es eliminado después
|
irreversible: Los mensajes filtrados desaparecerán irreversiblemente, incluso si este filtro es eliminado después
|
||||||
|
|
|
@ -39,7 +39,6 @@ es-MX:
|
||||||
digest: Solo enviado tras un largo periodo de inactividad y solo si has recibido mensajes personales durante tu ausencia
|
digest: Solo enviado tras un largo periodo de inactividad y solo si has recibido mensajes personales durante tu ausencia
|
||||||
discoverable: Permite que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras características
|
discoverable: Permite que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras características
|
||||||
email: Se le enviará un correo de confirmación
|
email: Se le enviará un correo de confirmación
|
||||||
fields: Puedes tener hasta 4 elementos mostrándose como una tabla en tu perfil
|
|
||||||
header: PNG, GIF o JPG. Máximo %{size}. Será escalado a %{dimensions}px
|
header: PNG, GIF o JPG. Máximo %{size}. Será escalado a %{dimensions}px
|
||||||
inbox_url: Copia la URL de la página principal del relés que quieres utilizar
|
inbox_url: Copia la URL de la página principal del relés que quieres utilizar
|
||||||
irreversible: Los toots filtrados desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
irreversible: Los toots filtrados desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
||||||
|
|
|
@ -39,7 +39,6 @@ es:
|
||||||
digest: Solo enviado tras un largo periodo de inactividad y solo si has recibido mensajes personales durante tu ausencia
|
digest: Solo enviado tras un largo periodo de inactividad y solo si has recibido mensajes personales durante tu ausencia
|
||||||
discoverable: Permite que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras características
|
discoverable: Permite que tu cuenta sea descubierta por extraños a través de recomendaciones, tendencias y otras características
|
||||||
email: Se le enviará un correo de confirmación
|
email: Se le enviará un correo de confirmación
|
||||||
fields: Puedes tener hasta 4 elementos mostrándose como una tabla en tu perfil
|
|
||||||
header: PNG, GIF o JPG. Máximo %{size}. Será escalado a %{dimensions}px
|
header: PNG, GIF o JPG. Máximo %{size}. Será escalado a %{dimensions}px
|
||||||
inbox_url: Copia la URL de la página principal del relés que quieres utilizar
|
inbox_url: Copia la URL de la página principal del relés que quieres utilizar
|
||||||
irreversible: Las publicaciones filtradas desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
irreversible: Las publicaciones filtradas desaparecerán irreversiblemente, incluso si este filtro es eliminado más adelante
|
||||||
|
|
|
@ -39,7 +39,6 @@ et:
|
||||||
digest: Saadetakse ainult pärast pikka tegevusetuse perioodi ja ainult siis, kui on saadetud otsesõnumeid
|
digest: Saadetakse ainult pärast pikka tegevusetuse perioodi ja ainult siis, kui on saadetud otsesõnumeid
|
||||||
discoverable: Konto on leitav võhivõõraste jaoks soovituste ja trendide sirvimise teel vm sarnaste vahenditega
|
discoverable: Konto on leitav võhivõõraste jaoks soovituste ja trendide sirvimise teel vm sarnaste vahenditega
|
||||||
email: Sulle saadetakse e-posti teel kinnituskiri
|
email: Sulle saadetakse e-posti teel kinnituskiri
|
||||||
fields: Saad oma profiilil tabelina kuvada kuni 4 asja
|
|
||||||
header: PNG, GIF või JPG. Kõige rohkem %{size}. Vähendatakse %{dimensions} pikslini
|
header: PNG, GIF või JPG. Kõige rohkem %{size}. Vähendatakse %{dimensions} pikslini
|
||||||
inbox_url: Kopeeri soovitud vahendaja avalehe URL
|
inbox_url: Kopeeri soovitud vahendaja avalehe URL
|
||||||
irreversible: Filtreeritud postitused kaovad taastamatult, isegi kui filter on hiljem eemaldatud
|
irreversible: Filtreeritud postitused kaovad taastamatult, isegi kui filter on hiljem eemaldatud
|
||||||
|
|
|
@ -39,7 +39,6 @@ eu:
|
||||||
digest: Jarduerarik gabeko epe luze bat eta gero mezu pertsonalen bat jaso baduzu, besterik ez
|
digest: Jarduerarik gabeko epe luze bat eta gero mezu pertsonalen bat jaso baduzu, besterik ez
|
||||||
discoverable: Baimendu zure kontua ezezagunek aurkitu ahal izatea gomendio, joera eta beste ezaugarrien bidez
|
discoverable: Baimendu zure kontua ezezagunek aurkitu ahal izatea gomendio, joera eta beste ezaugarrien bidez
|
||||||
email: Baieztapen e-mail bat bidaliko zaizu
|
email: Baieztapen e-mail bat bidaliko zaizu
|
||||||
fields: 4 elementu bistaratu ditzakezu taula batean zure profilean
|
|
||||||
header: PNG, GIF edo JPG. Gehienez %{size}. %{dimensions}px eskalara txikituko da
|
header: PNG, GIF edo JPG. Gehienez %{size}. %{dimensions}px eskalara txikituko da
|
||||||
inbox_url: Kopiatu erabili nahi duzun errelearen hasiera orriaren URLa
|
inbox_url: Kopiatu erabili nahi duzun errelearen hasiera orriaren URLa
|
||||||
irreversible: Iragazitako tootak betirako galduko dira, geroago iragazkia kentzen baduzu ere
|
irreversible: Iragazitako tootak betirako galduko dira, geroago iragazkia kentzen baduzu ere
|
||||||
|
|
|
@ -39,7 +39,6 @@ fa:
|
||||||
digest: تنها وقتی فرستاده میشود که مدتی طولانی فعالیتی نداشته باشید و در این مدت برای شما پیغام خصوصیای نوشته شده باشد
|
digest: تنها وقتی فرستاده میشود که مدتی طولانی فعالیتی نداشته باشید و در این مدت برای شما پیغام خصوصیای نوشته شده باشد
|
||||||
discoverable: اجازه دهید حسابتان از طریق پیشنهادها، پرطرفدارها و سایر قابلیتها، توسط افراد غریبه قابل کشف باشد
|
discoverable: اجازه دهید حسابتان از طریق پیشنهادها، پرطرفدارها و سایر قابلیتها، توسط افراد غریبه قابل کشف باشد
|
||||||
email: به شما ایمیل تأییدی فرستاده خواهد شد
|
email: به شما ایمیل تأییدی فرستاده خواهد شد
|
||||||
fields: شما میتوانید تا چهار مورد را در یک جدول در نمایهٔ خود نمایش دهید
|
|
||||||
header: یکی از قالبهای PNG یا GIF یا JPG. بیشترین اندازه %{size}. تصویر به اندازهٔ %{dimensions} پیکسل تبدیل خواهد شد
|
header: یکی از قالبهای PNG یا GIF یا JPG. بیشترین اندازه %{size}. تصویر به اندازهٔ %{dimensions} پیکسل تبدیل خواهد شد
|
||||||
inbox_url: نشانی صفحهٔ اصلی رلهای را که میخواهید به کار ببرید کپی کنید
|
inbox_url: نشانی صفحهٔ اصلی رلهای را که میخواهید به کار ببرید کپی کنید
|
||||||
irreversible: فرستههای پالوده به طور برگشتناپذیری ناپدید میشوند، حتا اگر بعدها پالایه برداشته شود
|
irreversible: فرستههای پالوده به طور برگشتناپذیری ناپدید میشوند، حتا اگر بعدها پالایه برداشته شود
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue