Compare commits
36 Commits
f141caf76c
...
85d0e1b252
Author | SHA1 | Date |
---|---|---|
ida schmidt | 85d0e1b252 | |
Cutls | 12c4ec0c83 | |
abcang | 9ef5532a7e | |
ThibG | 3babf8464b | |
koyu | cfe2d1cc4a | |
ThibG | 9027bfff0c | |
Eugen Rochko | 5f69eb89e2 | |
ThibG | 15b3eeb326 | |
Eugen Rochko | 13b06d4b3b | |
Eugen Rochko | 9d22ad8093 | |
Eugen Rochko | 3582fa5c17 | |
trwnh | d51201a75a | |
Eugen Rochko | 9683e1dcf8 | |
Eugen Rochko | 368a87755b | |
Eugen Rochko | bd9685f798 | |
Yamagishi Kazutoshi | 0a49b26793 | |
Eugen Rochko | 163ed91af3 | |
ThibG | b0cda7a504 | |
Eugen Rochko | 50af41a00d | |
Eugen Rochko | de5305a3a5 | |
Eugen Rochko | 3ec80c7aec | |
Eugen Rochko | 32ff78f749 | |
Eugen Rochko | 27719a4001 | |
Eugen Rochko | ab33c4df94 | |
Eugen Rochko | 234c729c52 | |
ThibG | 18b451c0e6 | |
Eugen Rochko | 2f90a38f44 | |
abcang | 07b057eabb | |
abcang | 059945c97c | |
ThibG | 860a77d45e | |
mayaeh | 05ad7d606c | |
ThibG | 7baedcb61e | |
Cutls | f31530b74d | |
Eugen Rochko | 7a39671d46 | |
Eugen Rochko | add4d4118c | |
Jeong Arm | 00d7bdcc2a |
|
@ -50,6 +50,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- **Add search syntax for operators and phrases** ([Gargron](https://github.com/tootsuite/mastodon/pull/11411))
|
- **Add search syntax for operators and phrases** ([Gargron](https://github.com/tootsuite/mastodon/pull/11411))
|
||||||
- **Add REST API for managing featured hashtags** ([noellabo](https://github.com/tootsuite/mastodon/pull/11778))
|
- **Add REST API for managing featured hashtags** ([noellabo](https://github.com/tootsuite/mastodon/pull/11778))
|
||||||
- **Add REST API for managing timeline read markers** ([Gargron](https://github.com/tootsuite/mastodon/pull/11762))
|
- **Add REST API for managing timeline read markers** ([Gargron](https://github.com/tootsuite/mastodon/pull/11762))
|
||||||
|
- Add `exclude_unreviewed` param to `GET /api/v2/search` REST API ([Gargron](https://github.com/tootsuite/mastodon/pull/11977))
|
||||||
- **Add ActivityPub secure mode** ([Gargron](https://github.com/tootsuite/mastodon/pull/11269), [ThibG](https://github.com/tootsuite/mastodon/pull/11332), [ThibG](https://github.com/tootsuite/mastodon/pull/11295))
|
- **Add ActivityPub secure mode** ([Gargron](https://github.com/tootsuite/mastodon/pull/11269), [ThibG](https://github.com/tootsuite/mastodon/pull/11332), [ThibG](https://github.com/tootsuite/mastodon/pull/11295))
|
||||||
- Add HTTP signatures to all outgoing ActivityPub GET requests ([Gargron](https://github.com/tootsuite/mastodon/pull/11284), [ThibG](https://github.com/tootsuite/mastodon/pull/11300))
|
- Add HTTP signatures to all outgoing ActivityPub GET requests ([Gargron](https://github.com/tootsuite/mastodon/pull/11284), [ThibG](https://github.com/tootsuite/mastodon/pull/11300))
|
||||||
- Add support for ActivityPub Audio activities ([ThibG](https://github.com/tootsuite/mastodon/pull/11189))
|
- Add support for ActivityPub Audio activities ([ThibG](https://github.com/tootsuite/mastodon/pull/11189))
|
||||||
|
@ -98,6 +99,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- Change Dockerfile ([Shleeble](https://github.com/tootsuite/mastodon/pull/11710), [ykzts](https://github.com/tootsuite/mastodon/pull/11768), [Shleeble](https://github.com/tootsuite/mastodon/pull/11707))
|
- Change Dockerfile ([Shleeble](https://github.com/tootsuite/mastodon/pull/11710), [ykzts](https://github.com/tootsuite/mastodon/pull/11768), [Shleeble](https://github.com/tootsuite/mastodon/pull/11707))
|
||||||
- Change supported Node versions to include v12 ([abcang](https://github.com/tootsuite/mastodon/pull/11706))
|
- Change supported Node versions to include v12 ([abcang](https://github.com/tootsuite/mastodon/pull/11706))
|
||||||
- Change Portuguese language from `pt` to `pt-PT` ([Gargron](https://github.com/tootsuite/mastodon/pull/11820))
|
- Change Portuguese language from `pt` to `pt-PT` ([Gargron](https://github.com/tootsuite/mastodon/pull/11820))
|
||||||
|
- Change domain block silence to always require approval on follow ([ThibG](https://github.com/tootsuite/mastodon/pull/11975))
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -172,6 +174,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- Fix URLs counting towards RTL detection ([ahangarha](https://github.com/tootsuite/mastodon/pull/11759))
|
- Fix URLs counting towards RTL detection ([ahangarha](https://github.com/tootsuite/mastodon/pull/11759))
|
||||||
- Fix unnecessary status re-rendering in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11211))
|
- Fix unnecessary status re-rendering in web UI ([ThibG](https://github.com/tootsuite/mastodon/pull/11211))
|
||||||
- Fix http_parser.rb gem not being compiled when no network available ([petabyteboy](https://github.com/tootsuite/mastodon/pull/11444))
|
- Fix http_parser.rb gem not being compiled when no network available ([petabyteboy](https://github.com/tootsuite/mastodon/pull/11444))
|
||||||
|
- Fix muted text color not applying to all text ([trwnh](https://github.com/tootsuite/mastodon/pull/11996))
|
||||||
|
- Fix follower/following lists resetting on back-navigation in web UI ([Gargron](https://github.com/tootsuite/mastodon/pull/11986))
|
||||||
|
|
||||||
## [2.9.3] - 2019-08-10
|
## [2.9.3] - 2019-08-10
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -10,6 +10,7 @@ class AccountsController < ApplicationController
|
||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
|
|
||||||
skip_around_action :set_locale, if: -> { request.format == :json }
|
skip_around_action :set_locale, if: -> { request.format == :json }
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def show
|
def show
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
|
|
@ -33,9 +33,9 @@ class ActivityPub::CollectionsController < ActivityPub::BaseController
|
||||||
def scope_for_collection
|
def scope_for_collection
|
||||||
case params[:id]
|
case params[:id]
|
||||||
when 'featured'
|
when 'featured'
|
||||||
@account.statuses.permitted_for(@account, signed_request_account).tap do |scope|
|
return Status.none if @account.blocking?(signed_request_account)
|
||||||
scope.merge!(@account.pinned_statuses)
|
|
||||||
end
|
@account.pinned_statuses
|
||||||
else
|
else
|
||||||
raise ActiveRecord::RecordNotFound
|
raise ActiveRecord::RecordNotFound
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
module Admin
|
module Admin
|
||||||
class RelaysController < BaseController
|
class RelaysController < BaseController
|
||||||
before_action :set_relay, except: [:index, :new, :create]
|
before_action :set_relay, except: [:index, :new, :create]
|
||||||
|
before_action :require_signatures_enabled!, only: [:new, :create, :enable]
|
||||||
|
|
||||||
def index
|
def index
|
||||||
authorize :relay, :update?
|
authorize :relay, :update?
|
||||||
|
@ -11,7 +12,7 @@ module Admin
|
||||||
|
|
||||||
def new
|
def new
|
||||||
authorize :relay, :update?
|
authorize :relay, :update?
|
||||||
@relay = Relay.new(inbox_url: Relay::PRESET_RELAY)
|
@relay = Relay.new
|
||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
|
@ -54,5 +55,9 @@ module Admin
|
||||||
def resource_params
|
def resource_params
|
||||||
params.require(:relay).permit(:inbox_url)
|
params.require(:relay).permit(:inbox_url)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def require_signatures_enabled!
|
||||||
|
redirect_to admin_relays_path, alert: I18n.t('admin.relays.signatures_not_enabled') if authorized_fetch_mode?
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -57,6 +57,8 @@ class Api::V1::Accounts::StatusesController < Api::BaseController
|
||||||
end
|
end
|
||||||
|
|
||||||
def pinned_scope
|
def pinned_scope
|
||||||
|
return Status.none if @account.blocking?(current_account)
|
||||||
|
|
||||||
@account.pinned_statuses
|
@account.pinned_statuses
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ class Api::V1::AccountsController < Api::BaseController
|
||||||
def follow
|
def follow
|
||||||
FollowService.new.call(current_user.account, @account, reblogs: truthy_param?(:reblogs))
|
FollowService.new.call(current_user.account, @account, reblogs: truthy_param?(:reblogs))
|
||||||
|
|
||||||
options = @account.locked? ? {} : { following_map: { @account.id => { reblogs: truthy_param?(:reblogs) } }, requested_map: { @account.id => false } }
|
options = @account.locked? || current_user.account.silenced? ? {} : { following_map: { @account.id => { reblogs: truthy_param?(:reblogs) } }, requested_map: { @account.id => false } }
|
||||||
|
|
||||||
render json: @account, serializer: REST::RelationshipSerializer, relationships: relationships(options)
|
render json: @account, serializer: REST::RelationshipSerializer, relationships: relationships(options)
|
||||||
end
|
end
|
||||||
|
|
|
@ -22,7 +22,7 @@ class Api::V2::SearchController < Api::BaseController
|
||||||
params[:q],
|
params[:q],
|
||||||
current_account,
|
current_account,
|
||||||
limit_param(RESULTS_LIMIT),
|
limit_param(RESULTS_LIMIT),
|
||||||
search_params.merge(resolve: truthy_param?(:resolve))
|
search_params.merge(resolve: truthy_param?(:resolve), exclude_unreviewed: truthy_param?(:exclude_unreviewed))
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
class CustomCssController < ApplicationController
|
class CustomCssController < ApplicationController
|
||||||
skip_before_action :store_current_location
|
skip_before_action :store_current_location
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
before_action :set_cache_headers
|
before_action :set_cache_headers
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,8 @@ class DirectoriesController < ApplicationController
|
||||||
before_action :set_tag, only: :show
|
before_action :set_tag, only: :show
|
||||||
before_action :set_accounts
|
before_action :set_accounts
|
||||||
|
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
render :index
|
render :index
|
||||||
end
|
end
|
||||||
|
|
|
@ -8,6 +8,7 @@ class FollowerAccountsController < ApplicationController
|
||||||
before_action :set_cache_headers
|
before_action :set_cache_headers
|
||||||
|
|
||||||
skip_around_action :set_locale, if: -> { request.format == :json }
|
skip_around_action :set_locale, if: -> { request.format == :json }
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
|
|
@ -8,6 +8,7 @@ class FollowingAccountsController < ApplicationController
|
||||||
before_action :set_cache_headers
|
before_action :set_cache_headers
|
||||||
|
|
||||||
skip_around_action :set_locale, if: -> { request.format == :json }
|
skip_around_action :set_locale, if: -> { request.format == :json }
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
class ManifestsController < ApplicationController
|
class ManifestsController < ApplicationController
|
||||||
skip_before_action :store_current_location
|
skip_before_action :store_current_location
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def show
|
def show
|
||||||
expires_in 3.minutes, public: true
|
expires_in 3.minutes, public: true
|
||||||
|
|
|
@ -4,6 +4,7 @@ class MediaController < ApplicationController
|
||||||
include Authorization
|
include Authorization
|
||||||
|
|
||||||
skip_before_action :store_current_location
|
skip_before_action :store_current_location
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
before_action :authenticate_user!, if: :whitelist_mode?
|
before_action :authenticate_user!, if: :whitelist_mode?
|
||||||
before_action :set_media_attachment
|
before_action :set_media_attachment
|
||||||
|
|
|
@ -4,6 +4,7 @@ class MediaProxyController < ApplicationController
|
||||||
include RoutingHelper
|
include RoutingHelper
|
||||||
|
|
||||||
skip_before_action :store_current_location
|
skip_before_action :store_current_location
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
before_action :authenticate_user!, if: :whitelist_mode?
|
before_action :authenticate_user!, if: :whitelist_mode?
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,8 @@ class RemoteFollowController < ApplicationController
|
||||||
|
|
||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
|
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@remote_follow = RemoteFollow.new(session_params)
|
@remote_follow = RemoteFollow.new(session_params)
|
||||||
end
|
end
|
||||||
|
|
|
@ -10,6 +10,8 @@ class RemoteInteractionController < ApplicationController
|
||||||
before_action :set_status
|
before_action :set_status
|
||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
|
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@remote_follow = RemoteFollow.new(session_params)
|
@remote_follow = RemoteFollow.new(session_params)
|
||||||
end
|
end
|
||||||
|
|
|
@ -0,0 +1,45 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class Settings::Migration::RedirectsController < Settings::BaseController
|
||||||
|
layout 'admin'
|
||||||
|
|
||||||
|
before_action :authenticate_user!
|
||||||
|
before_action :require_not_suspended!
|
||||||
|
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
|
def new
|
||||||
|
@redirect = Form::Redirect.new
|
||||||
|
end
|
||||||
|
|
||||||
|
def create
|
||||||
|
@redirect = Form::Redirect.new(resource_params.merge(account: current_account))
|
||||||
|
|
||||||
|
if @redirect.valid_with_challenge?(current_user)
|
||||||
|
current_account.update!(moved_to_account: @redirect.target_account)
|
||||||
|
ActivityPub::UpdateDistributionWorker.perform_async(current_account.id)
|
||||||
|
redirect_to settings_migration_path, notice: I18n.t('migrations.moved_msg', acct: current_account.moved_to_account.acct)
|
||||||
|
else
|
||||||
|
render :new
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
def destroy
|
||||||
|
if current_account.moved_to_account_id.present?
|
||||||
|
current_account.update!(moved_to_account: nil)
|
||||||
|
ActivityPub::UpdateDistributionWorker.perform_async(current_account.id)
|
||||||
|
end
|
||||||
|
|
||||||
|
redirect_to settings_migration_path, notice: I18n.t('migrations.cancelled_msg')
|
||||||
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def resource_params
|
||||||
|
params.require(:form_redirect).permit(:acct, :current_password, :current_username)
|
||||||
|
end
|
||||||
|
|
||||||
|
def require_not_suspended!
|
||||||
|
forbidden if current_account.suspended?
|
||||||
|
end
|
||||||
|
end
|
|
@ -18,24 +18,13 @@ class Settings::MigrationsController < Settings::BaseController
|
||||||
@migration = current_account.migrations.build(resource_params)
|
@migration = current_account.migrations.build(resource_params)
|
||||||
|
|
||||||
if @migration.save_with_challenge(current_user)
|
if @migration.save_with_challenge(current_user)
|
||||||
current_account.update!(moved_to_account: @migration.target_account)
|
MoveService.new.call(@migration)
|
||||||
ActivityPub::UpdateDistributionWorker.perform_async(current_account.id)
|
|
||||||
ActivityPub::MoveDistributionWorker.perform_async(@migration.id)
|
|
||||||
redirect_to settings_migration_path, notice: I18n.t('migrations.moved_msg', acct: current_account.moved_to_account.acct)
|
redirect_to settings_migration_path, notice: I18n.t('migrations.moved_msg', acct: current_account.moved_to_account.acct)
|
||||||
else
|
else
|
||||||
render :show
|
render :show
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def cancel
|
|
||||||
if current_account.moved_to_account_id.present?
|
|
||||||
current_account.update!(moved_to_account: nil)
|
|
||||||
ActivityPub::UpdateDistributionWorker.perform_async(current_account.id)
|
|
||||||
end
|
|
||||||
|
|
||||||
redirect_to settings_migration_path, notice: I18n.t('migrations.cancelled_msg')
|
|
||||||
end
|
|
||||||
|
|
||||||
helper_method :on_cooldown?
|
helper_method :on_cooldown?
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
|
@ -19,6 +19,7 @@ class StatusesController < ApplicationController
|
||||||
before_action :set_autoplay, only: :embed
|
before_action :set_autoplay, only: :embed
|
||||||
|
|
||||||
skip_around_action :set_locale, if: -> { request.format == :json }
|
skip_around_action :set_locale, if: -> { request.format == :json }
|
||||||
|
skip_before_action :require_functional!, only: [:show, :embed]
|
||||||
|
|
||||||
content_security_policy only: :embed do |p|
|
content_security_policy only: :embed do |p|
|
||||||
p.frame_ancestors(false)
|
p.frame_ancestors(false)
|
||||||
|
|
|
@ -13,6 +13,8 @@ class TagsController < ApplicationController
|
||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
before_action :set_instance_presenter
|
before_action :set_instance_presenter
|
||||||
|
|
||||||
|
skip_before_action :require_functional!
|
||||||
|
|
||||||
def show
|
def show
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html do
|
format.html do
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
module WellKnown
|
||||||
|
class NodeInfoController < ActionController::Base
|
||||||
|
include CacheConcern
|
||||||
|
|
||||||
|
before_action { response.headers['Vary'] = 'Accept' }
|
||||||
|
|
||||||
|
def index
|
||||||
|
expires_in 3.days, public: true
|
||||||
|
render_with_cache json: {}, serializer: NodeInfo::DiscoverySerializer, adapter: NodeInfo::Adapter, expires_in: 3.days, root: 'nodeinfo'
|
||||||
|
end
|
||||||
|
|
||||||
|
def show
|
||||||
|
expires_in 30.minutes, public: true
|
||||||
|
render_with_cache json: {}, serializer: NodeInfo::Serializer, adapter: NodeInfo::Adapter, expires_in: 30.minutes, root: 'nodeinfo'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
|
@ -1,6 +1,7 @@
|
||||||
import api, { getLinks } from '../api';
|
import api, { getLinks } from '../api';
|
||||||
import { fetchRelationships } from './accounts';
|
import { fetchRelationships } from './accounts';
|
||||||
import { importFetchedAccounts } from './importer';
|
import { importFetchedAccounts } from './importer';
|
||||||
|
import { openModal } from './modal';
|
||||||
|
|
||||||
export const BLOCKS_FETCH_REQUEST = 'BLOCKS_FETCH_REQUEST';
|
export const BLOCKS_FETCH_REQUEST = 'BLOCKS_FETCH_REQUEST';
|
||||||
export const BLOCKS_FETCH_SUCCESS = 'BLOCKS_FETCH_SUCCESS';
|
export const BLOCKS_FETCH_SUCCESS = 'BLOCKS_FETCH_SUCCESS';
|
||||||
|
@ -10,6 +11,8 @@ export const BLOCKS_EXPAND_REQUEST = 'BLOCKS_EXPAND_REQUEST';
|
||||||
export const BLOCKS_EXPAND_SUCCESS = 'BLOCKS_EXPAND_SUCCESS';
|
export const BLOCKS_EXPAND_SUCCESS = 'BLOCKS_EXPAND_SUCCESS';
|
||||||
export const BLOCKS_EXPAND_FAIL = 'BLOCKS_EXPAND_FAIL';
|
export const BLOCKS_EXPAND_FAIL = 'BLOCKS_EXPAND_FAIL';
|
||||||
|
|
||||||
|
export const BLOCKS_INIT_MODAL = 'BLOCKS_INIT_MODAL';
|
||||||
|
|
||||||
export function fetchBlocks() {
|
export function fetchBlocks() {
|
||||||
return (dispatch, getState) => {
|
return (dispatch, getState) => {
|
||||||
dispatch(fetchBlocksRequest());
|
dispatch(fetchBlocksRequest());
|
||||||
|
@ -83,3 +86,14 @@ export function expandBlocksFail(error) {
|
||||||
error,
|
error,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export function initBlockModal(account) {
|
||||||
|
return dispatch => {
|
||||||
|
dispatch({
|
||||||
|
type: BLOCKS_INIT_MODAL,
|
||||||
|
account,
|
||||||
|
});
|
||||||
|
|
||||||
|
dispatch(openModal('BLOCK'));
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
@ -234,7 +234,7 @@ export function uploadCompose(files) {
|
||||||
progress[i] = loaded;
|
progress[i] = loaded;
|
||||||
dispatch(uploadComposeProgress(progress.reduce((a, v) => a + v, 0), total));
|
dispatch(uploadComposeProgress(progress.reduce((a, v) => a + v, 0), total));
|
||||||
},
|
},
|
||||||
}).then(({ data }) => dispatch(uploadComposeSuccess(data)));
|
}).then(({ data }) => dispatch(uploadComposeSuccess(data, f)));
|
||||||
}).catch(error => dispatch(uploadComposeFail(error)));
|
}).catch(error => dispatch(uploadComposeFail(error)));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -289,10 +289,11 @@ export function uploadComposeProgress(loaded, total) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export function uploadComposeSuccess(media) {
|
export function uploadComposeSuccess(media, file) {
|
||||||
return {
|
return {
|
||||||
type: COMPOSE_UPLOAD_SUCCESS,
|
type: COMPOSE_UPLOAD_SUCCESS,
|
||||||
media: media,
|
media: media,
|
||||||
|
file: file,
|
||||||
skipLoading: true,
|
skipLoading: true,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -368,6 +369,7 @@ const fetchComposeSuggestionsTags = throttle((dispatch, getState, token) => {
|
||||||
q: token.slice(1),
|
q: token.slice(1),
|
||||||
resolve: false,
|
resolve: false,
|
||||||
limit: 4,
|
limit: 4,
|
||||||
|
exclude_unreviewed: true,
|
||||||
},
|
},
|
||||||
}).then(({ data }) => {
|
}).then(({ data }) => {
|
||||||
dispatch(readyComposeSuggestionsTags(token, data.hashtags));
|
dispatch(readyComposeSuggestionsTags(token, data.hashtags));
|
||||||
|
|
|
@ -14,6 +14,7 @@ import Icon from 'mastodon/components/icon';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
closed: { id: 'poll.closed', defaultMessage: 'Closed' },
|
closed: { id: 'poll.closed', defaultMessage: 'Closed' },
|
||||||
|
voted: { id: 'poll.voted', defaultMessage: 'You voted for this answer', description: 'Tooltip of the "voted" checkmark in polls' },
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeEmojiMap = record => record.get('emojis').reduce((obj, emoji) => {
|
const makeEmojiMap = record => record.get('emojis').reduce((obj, emoji) => {
|
||||||
|
@ -100,11 +101,12 @@ class Poll extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
renderOption (option, optionIndex, showResults) {
|
renderOption (option, optionIndex, showResults) {
|
||||||
const { poll, disabled } = this.props;
|
const { poll, disabled, intl } = this.props;
|
||||||
const percent = poll.get('votes_count') === 0 ? 0 : (option.get('votes_count') / poll.get('votes_count')) * 100;
|
const pollVotesCount = poll.get('voters_count') || poll.get('votes_count');
|
||||||
const leading = poll.get('options').filterNot(other => other.get('title') === option.get('title')).every(other => option.get('votes_count') > other.get('votes_count'));
|
const percent = pollVotesCount === 0 ? 0 : (option.get('votes_count') / pollVotesCount) * 100;
|
||||||
const active = !!this.state.selected[`${optionIndex}`];
|
const leading = poll.get('options').filterNot(other => other.get('title') === option.get('title')).every(other => option.get('votes_count') >= other.get('votes_count'));
|
||||||
const voted = option.get('voted') || (poll.get('own_votes') && poll.get('own_votes').includes(optionIndex));
|
const active = !!this.state.selected[`${optionIndex}`];
|
||||||
|
const voted = option.get('voted') || (poll.get('own_votes') && poll.get('own_votes').includes(optionIndex));
|
||||||
|
|
||||||
let titleEmojified = option.get('title_emojified');
|
let titleEmojified = option.get('title_emojified');
|
||||||
if (!titleEmojified) {
|
if (!titleEmojified) {
|
||||||
|
@ -134,7 +136,7 @@ class Poll extends ImmutablePureComponent {
|
||||||
|
|
||||||
{!showResults && <span className={classNames('poll__input', { checkbox: poll.get('multiple'), active })} />}
|
{!showResults && <span className={classNames('poll__input', { checkbox: poll.get('multiple'), active })} />}
|
||||||
{showResults && <span className='poll__number'>
|
{showResults && <span className='poll__number'>
|
||||||
{!!voted && <Icon id='check' className='poll__vote__mark' />}
|
{!!voted && <Icon id='check' className='poll__vote__mark' title={intl.formatMessage(messages.voted)} />}
|
||||||
{Math.round(percent)}%
|
{Math.round(percent)}%
|
||||||
</span>}
|
</span>}
|
||||||
|
|
||||||
|
@ -156,6 +158,14 @@ class Poll extends ImmutablePureComponent {
|
||||||
const showResults = poll.get('voted') || expired;
|
const showResults = poll.get('voted') || expired;
|
||||||
const disabled = this.props.disabled || Object.entries(this.state.selected).every(item => !item);
|
const disabled = this.props.disabled || Object.entries(this.state.selected).every(item => !item);
|
||||||
|
|
||||||
|
let votesCount = null;
|
||||||
|
|
||||||
|
if (poll.get('voters_count') !== null && poll.get('voters_count') !== undefined) {
|
||||||
|
votesCount = <FormattedMessage id='poll.total_people' defaultMessage='{count, plural, one {# person} other {# people}}' values={{ count: poll.get('voters_count') }} />;
|
||||||
|
} else {
|
||||||
|
votesCount = <FormattedMessage id='poll.total_votes' defaultMessage='{count, plural, one {# vote} other {# votes}}' values={{ count: poll.get('votes_count') }} />;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='poll'>
|
<div className='poll'>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -165,7 +175,7 @@ class Poll extends ImmutablePureComponent {
|
||||||
<div className='poll__footer'>
|
<div className='poll__footer'>
|
||||||
{!showResults && <button className='button button-secondary' disabled={disabled} onClick={this.handleVote}><FormattedMessage id='poll.vote' defaultMessage='Vote' /></button>}
|
{!showResults && <button className='button button-secondary' disabled={disabled} onClick={this.handleVote}><FormattedMessage id='poll.vote' defaultMessage='Vote' /></button>}
|
||||||
{showResults && !this.props.disabled && <span><button className='poll__link' onClick={this.handleRefresh}><FormattedMessage id='poll.refresh' defaultMessage='Refresh' /></button> · </span>}
|
{showResults && !this.props.disabled && <span><button className='poll__link' onClick={this.handleRefresh}><FormattedMessage id='poll.refresh' defaultMessage='Refresh' /></button> · </span>}
|
||||||
<FormattedMessage id='poll.total_votes' defaultMessage='{count, plural, one {# vote} other {# votes}}' values={{ count: poll.get('votes_count') }} />
|
{votesCount}
|
||||||
{poll.get('expires_at') && <span> · {timeRemaining}</span>}
|
{poll.get('expires_at') && <span> · {timeRemaining}</span>}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,17 +2,17 @@ import React, { PureComponent, Fragment } from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { IntlProvider, addLocaleData } from 'react-intl';
|
import { IntlProvider, addLocaleData } from 'react-intl';
|
||||||
import { getLocale } from '../locales';
|
import { List as ImmutableList, fromJS } from 'immutable';
|
||||||
import MediaGallery from '../components/media_gallery';
|
import { getLocale } from 'mastodon/locales';
|
||||||
import Video from '../features/video';
|
import { getScrollbarWidth } from 'mastodon/utils/scrollbar';
|
||||||
import Card from '../features/status/components/card';
|
import MediaGallery from 'mastodon/components/media_gallery';
|
||||||
import Poll from 'mastodon/components/poll';
|
import Poll from 'mastodon/components/poll';
|
||||||
import Hashtag from 'mastodon/components/hashtag';
|
import Hashtag from 'mastodon/components/hashtag';
|
||||||
|
import ModalRoot from 'mastodon/components/modal_root';
|
||||||
|
import MediaModal from 'mastodon/features/ui/components/media_modal';
|
||||||
|
import Video from 'mastodon/features/video';
|
||||||
|
import Card from 'mastodon/features/status/components/card';
|
||||||
import Audio from 'mastodon/features/audio';
|
import Audio from 'mastodon/features/audio';
|
||||||
import ModalRoot from '../components/modal_root';
|
|
||||||
import { getScrollbarWidth } from '../features/ui/components/modal_root';
|
|
||||||
import MediaModal from '../features/ui/components/media_modal';
|
|
||||||
import { List as ImmutableList, fromJS } from 'immutable';
|
|
||||||
|
|
||||||
const { localeData, messages } = getLocale();
|
const { localeData, messages } = getLocale();
|
||||||
addLocaleData(localeData);
|
addLocaleData(localeData);
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import React from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
import Status from '../components/status';
|
import Status from '../components/status';
|
||||||
import { makeGetStatus } from '../selectors';
|
import { makeGetStatus } from '../selectors';
|
||||||
|
@ -15,7 +14,6 @@ import {
|
||||||
pin,
|
pin,
|
||||||
unpin,
|
unpin,
|
||||||
} from '../actions/interactions';
|
} from '../actions/interactions';
|
||||||
import { blockAccount } from '../actions/accounts';
|
|
||||||
import {
|
import {
|
||||||
muteStatus,
|
muteStatus,
|
||||||
unmuteStatus,
|
unmuteStatus,
|
||||||
|
@ -24,9 +22,10 @@ import {
|
||||||
revealStatus,
|
revealStatus,
|
||||||
} from '../actions/statuses';
|
} from '../actions/statuses';
|
||||||
import { initMuteModal } from '../actions/mutes';
|
import { initMuteModal } from '../actions/mutes';
|
||||||
|
import { initBlockModal } from '../actions/blocks';
|
||||||
import { initReport } from '../actions/reports';
|
import { initReport } from '../actions/reports';
|
||||||
import { openModal } from '../actions/modal';
|
import { openModal } from '../actions/modal';
|
||||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
import { defineMessages, injectIntl } from 'react-intl';
|
||||||
import { boostModal, deleteModal } from '../initial_state';
|
import { boostModal, deleteModal } from '../initial_state';
|
||||||
import { showAlertForError } from '../actions/alerts';
|
import { showAlertForError } from '../actions/alerts';
|
||||||
|
|
||||||
|
@ -35,10 +34,8 @@ const messages = defineMessages({
|
||||||
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
||||||
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
||||||
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
||||||
blockConfirm: { id: 'confirmations.block.confirm', defaultMessage: 'Block' },
|
|
||||||
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
||||||
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
||||||
blockAndReport: { id: 'confirmations.block.block_and_report', defaultMessage: 'Block & Report' },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeMapStateToProps = () => {
|
const makeMapStateToProps = () => {
|
||||||
|
@ -138,16 +135,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
|
|
||||||
onBlock (status) {
|
onBlock (status) {
|
||||||
const account = status.get('account');
|
const account = status.get('account');
|
||||||
dispatch(openModal('CONFIRM', {
|
dispatch(initBlockModal(account));
|
||||||
message: <FormattedMessage id='confirmations.block.message' defaultMessage='Are you sure you want to block {name}?' values={{ name: <strong>@{account.get('acct')}</strong> }} />,
|
|
||||||
confirm: intl.formatMessage(messages.blockConfirm),
|
|
||||||
onConfirm: () => dispatch(blockAccount(account.get('id'))),
|
|
||||||
secondary: intl.formatMessage(messages.blockAndReport),
|
|
||||||
onSecondary: () => {
|
|
||||||
dispatch(blockAccount(account.get('id')));
|
|
||||||
dispatch(initReport(account, status));
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onReport (status) {
|
onReport (status) {
|
||||||
|
|
|
@ -5,7 +5,6 @@ import Header from '../components/header';
|
||||||
import {
|
import {
|
||||||
followAccount,
|
followAccount,
|
||||||
unfollowAccount,
|
unfollowAccount,
|
||||||
blockAccount,
|
|
||||||
unblockAccount,
|
unblockAccount,
|
||||||
unmuteAccount,
|
unmuteAccount,
|
||||||
pinAccount,
|
pinAccount,
|
||||||
|
@ -16,6 +15,7 @@ import {
|
||||||
directCompose,
|
directCompose,
|
||||||
} from '../../../actions/compose';
|
} from '../../../actions/compose';
|
||||||
import { initMuteModal } from '../../../actions/mutes';
|
import { initMuteModal } from '../../../actions/mutes';
|
||||||
|
import { initBlockModal } from '../../../actions/blocks';
|
||||||
import { initReport } from '../../../actions/reports';
|
import { initReport } from '../../../actions/reports';
|
||||||
import { openModal } from '../../../actions/modal';
|
import { openModal } from '../../../actions/modal';
|
||||||
import { blockDomain, unblockDomain } from '../../../actions/domain_blocks';
|
import { blockDomain, unblockDomain } from '../../../actions/domain_blocks';
|
||||||
|
@ -25,9 +25,7 @@ import { List as ImmutableList } from 'immutable';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
unfollowConfirm: { id: 'confirmations.unfollow.confirm', defaultMessage: 'Unfollow' },
|
unfollowConfirm: { id: 'confirmations.unfollow.confirm', defaultMessage: 'Unfollow' },
|
||||||
blockConfirm: { id: 'confirmations.block.confirm', defaultMessage: 'Block' },
|
|
||||||
blockDomainConfirm: { id: 'confirmations.domain_block.confirm', defaultMessage: 'Hide entire domain' },
|
blockDomainConfirm: { id: 'confirmations.domain_block.confirm', defaultMessage: 'Hide entire domain' },
|
||||||
blockAndReport: { id: 'confirmations.block.block_and_report', defaultMessage: 'Block & Report' },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeMapStateToProps = () => {
|
const makeMapStateToProps = () => {
|
||||||
|
@ -64,16 +62,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
if (account.getIn(['relationship', 'blocking'])) {
|
if (account.getIn(['relationship', 'blocking'])) {
|
||||||
dispatch(unblockAccount(account.get('id')));
|
dispatch(unblockAccount(account.get('id')));
|
||||||
} else {
|
} else {
|
||||||
dispatch(openModal('CONFIRM', {
|
dispatch(initBlockModal(account));
|
||||||
message: <FormattedMessage id='confirmations.block.message' defaultMessage='Are you sure you want to block {name}?' values={{ name: <strong>@{account.get('acct')}</strong> }} />,
|
|
||||||
confirm: intl.formatMessage(messages.blockConfirm),
|
|
||||||
onConfirm: () => dispatch(blockAccount(account.get('id'))),
|
|
||||||
secondary: intl.formatMessage(messages.blockAndReport),
|
|
||||||
onSecondary: () => {
|
|
||||||
dispatch(blockAccount(account.get('id')));
|
|
||||||
dispatch(initReport(account));
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,9 @@ class Favourites extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
componentWillMount () {
|
||||||
this.props.dispatch(fetchFavourites(this.props.params.statusId));
|
if (!this.props.accountIds) {
|
||||||
|
this.props.dispatch(fetchFavourites(this.props.params.statusId));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps (nextProps) {
|
componentWillReceiveProps (nextProps) {
|
||||||
|
|
|
@ -40,8 +40,10 @@ class Followers extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
componentWillMount () {
|
||||||
this.props.dispatch(fetchAccount(this.props.params.accountId));
|
if (!this.props.accountIds) {
|
||||||
this.props.dispatch(fetchFollowers(this.props.params.accountId));
|
this.props.dispatch(fetchAccount(this.props.params.accountId));
|
||||||
|
this.props.dispatch(fetchFollowers(this.props.params.accountId));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps (nextProps) {
|
componentWillReceiveProps (nextProps) {
|
||||||
|
|
|
@ -40,8 +40,10 @@ class Following extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
componentWillMount () {
|
||||||
this.props.dispatch(fetchAccount(this.props.params.accountId));
|
if (!this.props.accountIds) {
|
||||||
this.props.dispatch(fetchFollowing(this.props.params.accountId));
|
this.props.dispatch(fetchAccount(this.props.params.accountId));
|
||||||
|
this.props.dispatch(fetchFollowing(this.props.params.accountId));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps (nextProps) {
|
componentWillReceiveProps (nextProps) {
|
||||||
|
|
|
@ -77,16 +77,14 @@ class GettingStarted extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
const { myAccount, fetchFollowRequests, multiColumn } = this.props;
|
const { fetchFollowRequests, multiColumn } = this.props;
|
||||||
|
|
||||||
if (!multiColumn && window.innerWidth >= NAVIGATION_PANEL_BREAKPOINT) {
|
if (!multiColumn && window.innerWidth >= NAVIGATION_PANEL_BREAKPOINT) {
|
||||||
this.context.router.history.replace('/timelines/home');
|
this.context.router.history.replace('/timelines/home');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (myAccount.get('locked')) {
|
fetchFollowRequests();
|
||||||
fetchFollowRequests();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
|
@ -134,7 +132,7 @@ class GettingStarted extends ImmutablePureComponent {
|
||||||
|
|
||||||
height += 48*3;
|
height += 48*3;
|
||||||
|
|
||||||
if (myAccount.get('locked')) {
|
if (myAccount.get('locked') || unreadFollowRequests > 0) {
|
||||||
navItems.push(<ColumnLink key={i++} icon='user-plus' text={intl.formatMessage(messages.follow_requests)} badge={badgeDisplay(unreadFollowRequests, 40)} to='/follow_requests' />);
|
navItems.push(<ColumnLink key={i++} icon='user-plus' text={intl.formatMessage(messages.follow_requests)} badge={badgeDisplay(unreadFollowRequests, 40)} to='/follow_requests' />);
|
||||||
height += 48;
|
height += 48;
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ class FilterBar extends React.PureComponent {
|
||||||
onClick={this.onClick('mention')}
|
onClick={this.onClick('mention')}
|
||||||
title={intl.formatMessage(tooltips.mentions)}
|
title={intl.formatMessage(tooltips.mentions)}
|
||||||
>
|
>
|
||||||
<Icon id='at' fixedWidth />
|
<Icon id='reply-all' fixedWidth />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={selectedFilter === 'favourite' ? 'active' : ''}
|
className={selectedFilter === 'favourite' ? 'active' : ''}
|
||||||
|
|
|
@ -27,7 +27,9 @@ class Reblogs extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
componentWillMount () {
|
||||||
this.props.dispatch(fetchReblogs(this.props.params.statusId));
|
if (!this.props.accountIds) {
|
||||||
|
this.props.dispatch(fetchReblogs(this.props.params.statusId));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillReceiveProps(nextProps) {
|
componentWillReceiveProps(nextProps) {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import React from 'react';
|
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
import DetailedStatus from '../components/detailed_status';
|
import DetailedStatus from '../components/detailed_status';
|
||||||
import { makeGetStatus } from '../../../selectors';
|
import { makeGetStatus } from '../../../selectors';
|
||||||
|
@ -15,7 +14,6 @@ import {
|
||||||
pin,
|
pin,
|
||||||
unpin,
|
unpin,
|
||||||
} from '../../../actions/interactions';
|
} from '../../../actions/interactions';
|
||||||
import { blockAccount } from '../../../actions/accounts';
|
|
||||||
import {
|
import {
|
||||||
muteStatus,
|
muteStatus,
|
||||||
unmuteStatus,
|
unmuteStatus,
|
||||||
|
@ -24,9 +22,10 @@ import {
|
||||||
revealStatus,
|
revealStatus,
|
||||||
} from '../../../actions/statuses';
|
} from '../../../actions/statuses';
|
||||||
import { initMuteModal } from '../../../actions/mutes';
|
import { initMuteModal } from '../../../actions/mutes';
|
||||||
|
import { initBlockModal } from '../../../actions/blocks';
|
||||||
import { initReport } from '../../../actions/reports';
|
import { initReport } from '../../../actions/reports';
|
||||||
import { openModal } from '../../../actions/modal';
|
import { openModal } from '../../../actions/modal';
|
||||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
import { defineMessages, injectIntl } from 'react-intl';
|
||||||
import { boostModal, deleteModal } from '../../../initial_state';
|
import { boostModal, deleteModal } from '../../../initial_state';
|
||||||
import { showAlertForError } from '../../../actions/alerts';
|
import { showAlertForError } from '../../../actions/alerts';
|
||||||
|
|
||||||
|
@ -35,10 +34,8 @@ const messages = defineMessages({
|
||||||
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
||||||
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
||||||
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
||||||
blockConfirm: { id: 'confirmations.block.confirm', defaultMessage: 'Block' },
|
|
||||||
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
||||||
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
||||||
blockAndReport: { id: 'confirmations.block.block_and_report', defaultMessage: 'Block & Report' },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeMapStateToProps = () => {
|
const makeMapStateToProps = () => {
|
||||||
|
@ -138,16 +135,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
|
|
||||||
onBlock (status) {
|
onBlock (status) {
|
||||||
const account = status.get('account');
|
const account = status.get('account');
|
||||||
dispatch(openModal('CONFIRM', {
|
dispatch(initBlockModal(account));
|
||||||
message: <FormattedMessage id='confirmations.block.message' defaultMessage='Are you sure you want to block {name}?' values={{ name: <strong>@{account.get('acct')}</strong> }} />,
|
|
||||||
confirm: intl.formatMessage(messages.blockConfirm),
|
|
||||||
onConfirm: () => dispatch(blockAccount(account.get('id'))),
|
|
||||||
secondary: intl.formatMessage(messages.blockAndReport),
|
|
||||||
onSecondary: () => {
|
|
||||||
dispatch(blockAccount(account.get('id')));
|
|
||||||
dispatch(initReport(account, status));
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onReport (status) {
|
onReport (status) {
|
||||||
|
|
|
@ -23,7 +23,6 @@ import {
|
||||||
mentionCompose,
|
mentionCompose,
|
||||||
directCompose,
|
directCompose,
|
||||||
} from '../../actions/compose';
|
} from '../../actions/compose';
|
||||||
import { blockAccount } from '../../actions/accounts';
|
|
||||||
import {
|
import {
|
||||||
muteStatus,
|
muteStatus,
|
||||||
unmuteStatus,
|
unmuteStatus,
|
||||||
|
@ -32,6 +31,7 @@ import {
|
||||||
revealStatus,
|
revealStatus,
|
||||||
} from '../../actions/statuses';
|
} from '../../actions/statuses';
|
||||||
import { initMuteModal } from '../../actions/mutes';
|
import { initMuteModal } from '../../actions/mutes';
|
||||||
|
import { initBlockModal } from '../../actions/blocks';
|
||||||
import { initReport } from '../../actions/reports';
|
import { initReport } from '../../actions/reports';
|
||||||
import { makeGetStatus } from '../../selectors';
|
import { makeGetStatus } from '../../selectors';
|
||||||
import { ScrollContainer } from 'react-router-scroll-4';
|
import { ScrollContainer } from 'react-router-scroll-4';
|
||||||
|
@ -39,7 +39,7 @@ import ColumnBackButton from '../../components/column_back_button';
|
||||||
import ColumnHeader from '../../components/column_header';
|
import ColumnHeader from '../../components/column_header';
|
||||||
import StatusContainer from '../../containers/status_container';
|
import StatusContainer from '../../containers/status_container';
|
||||||
import { openModal } from '../../actions/modal';
|
import { openModal } from '../../actions/modal';
|
||||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
import { defineMessages, injectIntl } from 'react-intl';
|
||||||
import ImmutablePureComponent from 'react-immutable-pure-component';
|
import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||||
import { HotKeys } from 'react-hotkeys';
|
import { HotKeys } from 'react-hotkeys';
|
||||||
import { boostModal, deleteModal } from '../../initial_state';
|
import { boostModal, deleteModal } from '../../initial_state';
|
||||||
|
@ -52,13 +52,11 @@ const messages = defineMessages({
|
||||||
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
deleteMessage: { id: 'confirmations.delete.message', defaultMessage: 'Are you sure you want to delete this status?' },
|
||||||
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
redraftConfirm: { id: 'confirmations.redraft.confirm', defaultMessage: 'Delete & redraft' },
|
||||||
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
redraftMessage: { id: 'confirmations.redraft.message', defaultMessage: 'Are you sure you want to delete this status and re-draft it? Favourites and boosts will be lost, and replies to the original post will be orphaned.' },
|
||||||
blockConfirm: { id: 'confirmations.block.confirm', defaultMessage: 'Block' },
|
|
||||||
revealAll: { id: 'status.show_more_all', defaultMessage: 'Show more for all' },
|
revealAll: { id: 'status.show_more_all', defaultMessage: 'Show more for all' },
|
||||||
hideAll: { id: 'status.show_less_all', defaultMessage: 'Show less for all' },
|
hideAll: { id: 'status.show_less_all', defaultMessage: 'Show less for all' },
|
||||||
detailedStatus: { id: 'status.detailed_status', defaultMessage: 'Detailed conversation view' },
|
detailedStatus: { id: 'status.detailed_status', defaultMessage: 'Detailed conversation view' },
|
||||||
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
replyConfirm: { id: 'confirmations.reply.confirm', defaultMessage: 'Reply' },
|
||||||
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
replyMessage: { id: 'confirmations.reply.message', defaultMessage: 'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?' },
|
||||||
blockAndReport: { id: 'confirmations.block.block_and_report', defaultMessage: 'Block & Report' },
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeMapStateToProps = () => {
|
const makeMapStateToProps = () => {
|
||||||
|
@ -296,19 +294,9 @@ class Status extends ImmutablePureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
handleBlockClick = (status) => {
|
handleBlockClick = (status) => {
|
||||||
const { dispatch, intl } = this.props;
|
const { dispatch } = this.props;
|
||||||
const account = status.get('account');
|
const account = status.get('account');
|
||||||
|
dispatch(initBlockModal(account));
|
||||||
dispatch(openModal('CONFIRM', {
|
|
||||||
message: <FormattedMessage id='confirmations.block.message' defaultMessage='Are you sure you want to block {name}?' values={{ name: <strong>@{account.get('acct')}</strong> }} />,
|
|
||||||
confirm: intl.formatMessage(messages.blockConfirm),
|
|
||||||
onConfirm: () => dispatch(blockAccount(account.get('id'))),
|
|
||||||
secondary: intl.formatMessage(messages.blockAndReport),
|
|
||||||
onSecondary: () => {
|
|
||||||
dispatch(blockAccount(account.get('id')));
|
|
||||||
dispatch(initReport(account, status));
|
|
||||||
},
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
handleReport = (status) => {
|
handleReport = (status) => {
|
||||||
|
|
|
@ -0,0 +1,103 @@
|
||||||
|
import React from 'react';
|
||||||
|
import { connect } from 'react-redux';
|
||||||
|
import PropTypes from 'prop-types';
|
||||||
|
import { injectIntl, FormattedMessage } from 'react-intl';
|
||||||
|
import { makeGetAccount } from '../../../selectors';
|
||||||
|
import Button from '../../../components/button';
|
||||||
|
import { closeModal } from '../../../actions/modal';
|
||||||
|
import { blockAccount } from '../../../actions/accounts';
|
||||||
|
import { initReport } from '../../../actions/reports';
|
||||||
|
|
||||||
|
|
||||||
|
const makeMapStateToProps = () => {
|
||||||
|
const getAccount = makeGetAccount();
|
||||||
|
|
||||||
|
const mapStateToProps = state => ({
|
||||||
|
account: getAccount(state, state.getIn(['blocks', 'new', 'account_id'])),
|
||||||
|
});
|
||||||
|
|
||||||
|
return mapStateToProps;
|
||||||
|
};
|
||||||
|
|
||||||
|
const mapDispatchToProps = dispatch => {
|
||||||
|
return {
|
||||||
|
onConfirm(account) {
|
||||||
|
dispatch(blockAccount(account.get('id')));
|
||||||
|
},
|
||||||
|
|
||||||
|
onBlockAndReport(account) {
|
||||||
|
dispatch(blockAccount(account.get('id')));
|
||||||
|
dispatch(initReport(account));
|
||||||
|
},
|
||||||
|
|
||||||
|
onClose() {
|
||||||
|
dispatch(closeModal());
|
||||||
|
},
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
export default @connect(makeMapStateToProps, mapDispatchToProps)
|
||||||
|
@injectIntl
|
||||||
|
class BlockModal extends React.PureComponent {
|
||||||
|
|
||||||
|
static propTypes = {
|
||||||
|
account: PropTypes.object.isRequired,
|
||||||
|
onClose: PropTypes.func.isRequired,
|
||||||
|
onBlockAndReport: PropTypes.func.isRequired,
|
||||||
|
onConfirm: PropTypes.func.isRequired,
|
||||||
|
intl: PropTypes.object.isRequired,
|
||||||
|
};
|
||||||
|
|
||||||
|
componentDidMount() {
|
||||||
|
this.button.focus();
|
||||||
|
}
|
||||||
|
|
||||||
|
handleClick = () => {
|
||||||
|
this.props.onClose();
|
||||||
|
this.props.onConfirm(this.props.account);
|
||||||
|
}
|
||||||
|
|
||||||
|
handleSecondary = () => {
|
||||||
|
this.props.onClose();
|
||||||
|
this.props.onBlockAndReport(this.props.account);
|
||||||
|
}
|
||||||
|
|
||||||
|
handleCancel = () => {
|
||||||
|
this.props.onClose();
|
||||||
|
}
|
||||||
|
|
||||||
|
setRef = (c) => {
|
||||||
|
this.button = c;
|
||||||
|
}
|
||||||
|
|
||||||
|
render () {
|
||||||
|
const { account } = this.props;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className='modal-root__modal block-modal'>
|
||||||
|
<div className='block-modal__container'>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage
|
||||||
|
id='confirmations.block.message'
|
||||||
|
defaultMessage='Are you sure you want to block {name}?'
|
||||||
|
values={{ name: <strong>@{account.get('acct')}</strong> }}
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className='block-modal__action-bar'>
|
||||||
|
<Button onClick={this.handleCancel} className='block-modal__cancel-button'>
|
||||||
|
<FormattedMessage id='confirmation_modal.cancel' defaultMessage='Cancel' />
|
||||||
|
</Button>
|
||||||
|
<Button onClick={this.handleSecondary} className='confirmation-modal__secondary-button'>
|
||||||
|
<FormattedMessage id='confirmations.block.block_and_report' defaultMessage='Block & Report' />
|
||||||
|
</Button>
|
||||||
|
<Button onClick={this.handleClick} ref={this.setRef}>
|
||||||
|
<FormattedMessage id='confirmations.block.confirm' defaultMessage='Block' />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -173,7 +173,17 @@ class FocalPointModal extends ImmutablePureComponent {
|
||||||
langPath: `${assetHost}/ocr/lang-data`,
|
langPath: `${assetHost}/ocr/lang-data`,
|
||||||
});
|
});
|
||||||
|
|
||||||
worker.recognize(media.get('url'))
|
let media_url = media.get('file');
|
||||||
|
|
||||||
|
if (window.URL && URL.createObjectURL) {
|
||||||
|
try {
|
||||||
|
media_url = URL.createObjectURL(media.get('file'));
|
||||||
|
} catch (error) {
|
||||||
|
console.error(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
worker.recognize(media_url)
|
||||||
.progress(({ progress }) => this.setState({ progress }))
|
.progress(({ progress }) => this.setState({ progress }))
|
||||||
.finally(() => worker.terminate())
|
.finally(() => worker.terminate())
|
||||||
.then(({ text }) => this.setState({ description: removeExtraLineBreaks(text), dirty: true, detecting: false }))
|
.then(({ text }) => this.setState({ description: removeExtraLineBreaks(text), dirty: true, detecting: false }))
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import Base from '../../../components/modal_root';
|
import { getScrollbarWidth } from 'mastodon/utils/scrollbar';
|
||||||
|
import Base from 'mastodon/components/modal_root';
|
||||||
import BundleContainer from '../containers/bundle_container';
|
import BundleContainer from '../containers/bundle_container';
|
||||||
import BundleModalError from './bundle_modal_error';
|
import BundleModalError from './bundle_modal_error';
|
||||||
import ModalLoading from './modal_loading';
|
import ModalLoading from './modal_loading';
|
||||||
|
@ -12,6 +13,7 @@ import ConfirmationModal from './confirmation_modal';
|
||||||
import FocalPointModal from './focal_point_modal';
|
import FocalPointModal from './focal_point_modal';
|
||||||
import {
|
import {
|
||||||
MuteModal,
|
MuteModal,
|
||||||
|
BlockModal,
|
||||||
ReportModal,
|
ReportModal,
|
||||||
EmbedModal,
|
EmbedModal,
|
||||||
ListEditor,
|
ListEditor,
|
||||||
|
@ -24,6 +26,7 @@ const MODAL_COMPONENTS = {
|
||||||
'BOOST': () => Promise.resolve({ default: BoostModal }),
|
'BOOST': () => Promise.resolve({ default: BoostModal }),
|
||||||
'CONFIRM': () => Promise.resolve({ default: ConfirmationModal }),
|
'CONFIRM': () => Promise.resolve({ default: ConfirmationModal }),
|
||||||
'MUTE': MuteModal,
|
'MUTE': MuteModal,
|
||||||
|
'BLOCK': BlockModal,
|
||||||
'REPORT': ReportModal,
|
'REPORT': ReportModal,
|
||||||
'ACTIONS': () => Promise.resolve({ default: ActionsModal }),
|
'ACTIONS': () => Promise.resolve({ default: ActionsModal }),
|
||||||
'EMBED': EmbedModal,
|
'EMBED': EmbedModal,
|
||||||
|
@ -32,28 +35,6 @@ const MODAL_COMPONENTS = {
|
||||||
'LIST_ADDER':ListAdder,
|
'LIST_ADDER':ListAdder,
|
||||||
};
|
};
|
||||||
|
|
||||||
let cachedScrollbarWidth = null;
|
|
||||||
|
|
||||||
export const getScrollbarWidth = () => {
|
|
||||||
if (cachedScrollbarWidth !== null) {
|
|
||||||
return cachedScrollbarWidth;
|
|
||||||
}
|
|
||||||
|
|
||||||
const outer = document.createElement('div');
|
|
||||||
outer.style.visibility = 'hidden';
|
|
||||||
outer.style.overflow = 'scroll';
|
|
||||||
document.body.appendChild(outer);
|
|
||||||
|
|
||||||
const inner = document.createElement('div');
|
|
||||||
outer.appendChild(inner);
|
|
||||||
|
|
||||||
const scrollbarWidth = outer.offsetWidth - inner.offsetWidth;
|
|
||||||
cachedScrollbarWidth = scrollbarWidth;
|
|
||||||
outer.parentNode.removeChild(outer);
|
|
||||||
|
|
||||||
return scrollbarWidth;
|
|
||||||
};
|
|
||||||
|
|
||||||
export default class ModalRoot extends React.PureComponent {
|
export default class ModalRoot extends React.PureComponent {
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
|
|
|
@ -11,7 +11,6 @@ import { toggleHideNotifications } from '../../../actions/mutes';
|
||||||
|
|
||||||
const mapStateToProps = state => {
|
const mapStateToProps = state => {
|
||||||
return {
|
return {
|
||||||
isSubmitting: state.getIn(['reports', 'new', 'isSubmitting']),
|
|
||||||
account: state.getIn(['mutes', 'new', 'account']),
|
account: state.getIn(['mutes', 'new', 'account']),
|
||||||
notifications: state.getIn(['mutes', 'new', 'notifications']),
|
notifications: state.getIn(['mutes', 'new', 'notifications']),
|
||||||
};
|
};
|
||||||
|
@ -38,7 +37,6 @@ export default @connect(mapStateToProps, mapDispatchToProps)
|
||||||
class MuteModal extends React.PureComponent {
|
class MuteModal extends React.PureComponent {
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
isSubmitting: PropTypes.bool.isRequired,
|
|
||||||
account: PropTypes.object.isRequired,
|
account: PropTypes.object.isRequired,
|
||||||
notifications: PropTypes.bool.isRequired,
|
notifications: PropTypes.bool.isRequired,
|
||||||
onClose: PropTypes.func.isRequired,
|
onClose: PropTypes.func.isRequired,
|
||||||
|
@ -81,11 +79,16 @@ class MuteModal extends React.PureComponent {
|
||||||
values={{ name: <strong>@{account.get('acct')}</strong> }}
|
values={{ name: <strong>@{account.get('acct')}</strong> }}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<p className='mute-modal__explanation'>
|
||||||
<label htmlFor='mute-modal__hide-notifications-checkbox'>
|
<FormattedMessage
|
||||||
|
id='confirmations.mute.explanation'
|
||||||
|
defaultMessage='This will hide posts from them and posts mentioning them, but it will still allow them to see your posts follow you.'
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
<div className='setting-toggle'>
|
||||||
|
<Toggle id='mute-modal__hide-notifications-checkbox' checked={notifications} onChange={this.toggleNotifications} />
|
||||||
|
<label className='setting-toggle__label' htmlFor='mute-modal__hide-notifications-checkbox'>
|
||||||
<FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
|
<FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
|
||||||
{' '}
|
|
||||||
<Toggle id='mute-modal__hide-notifications-checkbox' checked={notifications} onChange={this.toggleNotifications} />
|
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -106,6 +106,10 @@ export function MuteModal () {
|
||||||
return import(/* webpackChunkName: "modals/mute_modal" */'../components/mute_modal');
|
return import(/* webpackChunkName: "modals/mute_modal" */'../components/mute_modal');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function BlockModal () {
|
||||||
|
return import(/* webpackChunkName: "modals/block_modal" */'../components/block_modal');
|
||||||
|
}
|
||||||
|
|
||||||
export function ReportModal () {
|
export function ReportModal () {
|
||||||
return import(/* webpackChunkName: "modals/report_modal" */'../components/report_modal');
|
return import(/* webpackChunkName: "modals/report_modal" */'../components/report_modal');
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"account.cancel_follow_request": "إلغاء طلب المتابَعة",
|
"account.cancel_follow_request": "إلغاء طلب المتابَعة",
|
||||||
"account.direct": "رسالة خاصة إلى @{name}",
|
"account.direct": "رسالة خاصة إلى @{name}",
|
||||||
"account.domain_blocked": "النطاق مخفي",
|
"account.domain_blocked": "النطاق مخفي",
|
||||||
"account.edit_profile": "تعديل الملف الشخصي",
|
"account.edit_profile": "تعديل الملف التعريفي",
|
||||||
"account.endorse": "أوصِ به على صفحتك",
|
"account.endorse": "أوصِ به على صفحتك",
|
||||||
"account.follow": "تابِع",
|
"account.follow": "تابِع",
|
||||||
"account.followers": "متابعون",
|
"account.followers": "متابعون",
|
||||||
|
@ -30,11 +30,11 @@
|
||||||
"account.posts_with_replies": "التبويقات و الردود",
|
"account.posts_with_replies": "التبويقات و الردود",
|
||||||
"account.report": "ابلِغ عن @{name}",
|
"account.report": "ابلِغ عن @{name}",
|
||||||
"account.requested": "في انتظار الموافقة. اضْغَطْ/ي لإلغاء طلب المتابعة",
|
"account.requested": "في انتظار الموافقة. اضْغَطْ/ي لإلغاء طلب المتابعة",
|
||||||
"account.share": "مشاركة حساب @{name}",
|
"account.share": "شارك ملف تعريف @{name}",
|
||||||
"account.show_reblogs": "اعرض ترقيات @{name}",
|
"account.show_reblogs": "اعرض ترقيات @{name}",
|
||||||
"account.unblock": "إلغاء الحظر عن @{name}",
|
"account.unblock": "إلغاء الحظر عن @{name}",
|
||||||
"account.unblock_domain": "فك الخْفى عن {domain}",
|
"account.unblock_domain": "فك الخْفى عن {domain}",
|
||||||
"account.unendorse": "أزل ترويجه مِن الملف الشخصي",
|
"account.unendorse": "أزل ترويجه مِن الملف التعريفي",
|
||||||
"account.unfollow": "إلغاء المتابعة",
|
"account.unfollow": "إلغاء المتابعة",
|
||||||
"account.unmute": "إلغاء الكتم عن @{name}",
|
"account.unmute": "إلغاء الكتم عن @{name}",
|
||||||
"account.unmute_notifications": "إلغاء كتم إخطارات @{name}",
|
"account.unmute_notifications": "إلغاء كتم إخطارات @{name}",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "الحسابات المحجوبة",
|
"column.blocks": "الحسابات المحجوبة",
|
||||||
"column.community": "الخيط العام المحلي",
|
"column.community": "الخيط العام المحلي",
|
||||||
"column.direct": "الرسائل المباشرة",
|
"column.direct": "الرسائل المباشرة",
|
||||||
"column.directory": "Browse profiles",
|
"column.directory": "استعرض الملفات التعريفية",
|
||||||
"column.domain_blocks": "النطاقات المخفية",
|
"column.domain_blocks": "النطاقات المخفية",
|
||||||
"column.favourites": "المفضلة",
|
"column.favourites": "المفضلة",
|
||||||
"column.follow_requests": "طلبات المتابعة",
|
"column.follow_requests": "طلبات المتابعة",
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"column.notifications": "الإخطارات",
|
"column.notifications": "الإخطارات",
|
||||||
"column.pins": "التبويقات المثبتة",
|
"column.pins": "التبويقات المثبتة",
|
||||||
"column.public": "الخيط العام الموحد",
|
"column.public": "الخيط العام الموحد",
|
||||||
"column.status": "Toot",
|
"column.status": "تبويق",
|
||||||
"column_back_button.label": "العودة",
|
"column_back_button.label": "العودة",
|
||||||
"column_header.hide_settings": "إخفاء الإعدادات",
|
"column_header.hide_settings": "إخفاء الإعدادات",
|
||||||
"column_header.moveLeft_settings": "نقل القائمة إلى اليسار",
|
"column_header.moveLeft_settings": "نقل القائمة إلى اليسار",
|
||||||
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "الرد في الحين سوف يُعيد كتابة الرسالة التي أنت بصدد كتابتها. متأكد من أنك تريد المواصلة؟",
|
"confirmations.reply.message": "الرد في الحين سوف يُعيد كتابة الرسالة التي أنت بصدد كتابتها. متأكد من أنك تريد المواصلة؟",
|
||||||
"confirmations.unfollow.confirm": "إلغاء المتابعة",
|
"confirmations.unfollow.confirm": "إلغاء المتابعة",
|
||||||
"confirmations.unfollow.message": "متأكد من أنك تريد إلغاء متابعة {name} ؟",
|
"confirmations.unfollow.message": "متأكد من أنك تريد إلغاء متابعة {name} ؟",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "احذف المحادثة",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "اعتبرها كمقروءة",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "اعرض المحادثة",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "بـ {names}",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "From known fediverse",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "From {domain} only",
|
||||||
"directory.new_arrivals": "الوافدون الجُدد",
|
"directory.new_arrivals": "الوافدون الجُدد",
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
"emoji_button.symbols": "رموز",
|
"emoji_button.symbols": "رموز",
|
||||||
"emoji_button.travel": "الأماكن والسفر",
|
"emoji_button.travel": "الأماكن والسفر",
|
||||||
"empty_column.account_timeline": "ليس هناك تبويقات!",
|
"empty_column.account_timeline": "ليس هناك تبويقات!",
|
||||||
"empty_column.account_unavailable": "الملف الشخصي غير متوفر",
|
"empty_column.account_unavailable": "الملف التعريفي غير متوفر",
|
||||||
"empty_column.blocks": "لم تقم بحظر أي مستخدِم بعد.",
|
"empty_column.blocks": "لم تقم بحظر أي مستخدِم بعد.",
|
||||||
"empty_column.community": "الخط العام المحلي فارغ. أكتب شيئا ما للعامة كبداية!",
|
"empty_column.community": "الخط العام المحلي فارغ. أكتب شيئا ما للعامة كبداية!",
|
||||||
"empty_column.direct": "لم تتلق أية رسالة خاصة مباشِرة بعد. سوف يتم عرض الرسائل المباشرة هنا إن قمت بإرسال واحدة أو تلقيت البعض منها.",
|
"empty_column.direct": "لم تتلق أية رسالة خاصة مباشِرة بعد. سوف يتم عرض الرسائل المباشرة هنا إن قمت بإرسال واحدة أو تلقيت البعض منها.",
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
"follow_request.authorize": "ترخيص",
|
"follow_request.authorize": "ترخيص",
|
||||||
"follow_request.reject": "رفض",
|
"follow_request.reject": "رفض",
|
||||||
"getting_started.developers": "المُطوِّرون",
|
"getting_started.developers": "المُطوِّرون",
|
||||||
"getting_started.directory": "دليل المستخدِمين والمستخدِمات",
|
"getting_started.directory": "دليل الصفحات التعريفية",
|
||||||
"getting_started.documentation": "الدليل",
|
"getting_started.documentation": "الدليل",
|
||||||
"getting_started.heading": "استعدّ للبدء",
|
"getting_started.heading": "استعدّ للبدء",
|
||||||
"getting_started.invite": "دعوة أشخاص",
|
"getting_started.invite": "دعوة أشخاص",
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
"introduction.interactions.reply.text": "يمكنكم الرد على تبويقاتكم و تبويقات الآخرين على شكل سلسلة محادثة.",
|
"introduction.interactions.reply.text": "يمكنكم الرد على تبويقاتكم و تبويقات الآخرين على شكل سلسلة محادثة.",
|
||||||
"introduction.welcome.action": "هيا بنا!",
|
"introduction.welcome.action": "هيا بنا!",
|
||||||
"introduction.welcome.headline": "الخطوات الأولى",
|
"introduction.welcome.headline": "الخطوات الأولى",
|
||||||
"introduction.welcome.text": "مرحبا بكم على الفديفرس! بعد لحظات قليلة ، سيكون بمقدوركم بث رسائل والتحدث إلى أصدقائكم عبر تشكيلة واسعة من الخوادم المختلفة. هذا الخادم ، {domain} ، يستضيف ملفكم الشخصي ، لذا يجب تذكر اسمه جيدا.",
|
"introduction.welcome.text": "مرحبا بكم على الفديفرس! بعد لحظات قليلة ، سيكون بمقدوركم بث رسائل والتحدث إلى أصدقائكم عبر تشكيلة واسعة من الخوادم المختلفة. هذا الخادم ، {domain} ، يستضيف صفحتكم التعريفية ، لذا يجب تذكر اسمه جيدا.",
|
||||||
"keyboard_shortcuts.back": "للعودة",
|
"keyboard_shortcuts.back": "للعودة",
|
||||||
"keyboard_shortcuts.blocked": "لفتح قائمة المستخدمين المحظورين",
|
"keyboard_shortcuts.blocked": "لفتح قائمة المستخدمين المحظورين",
|
||||||
"keyboard_shortcuts.boost": "للترقية",
|
"keyboard_shortcuts.boost": "للترقية",
|
||||||
|
@ -214,10 +214,10 @@
|
||||||
"keyboard_shortcuts.local": "لفتح الخيط العام المحلي",
|
"keyboard_shortcuts.local": "لفتح الخيط العام المحلي",
|
||||||
"keyboard_shortcuts.mention": "لذِكر الناشر",
|
"keyboard_shortcuts.mention": "لذِكر الناشر",
|
||||||
"keyboard_shortcuts.muted": "لفتح قائمة المستخدِمين المكتومين",
|
"keyboard_shortcuts.muted": "لفتح قائمة المستخدِمين المكتومين",
|
||||||
"keyboard_shortcuts.my_profile": "لفتح ملفك الشخصي",
|
"keyboard_shortcuts.my_profile": "لفتح ملفك التعريفي",
|
||||||
"keyboard_shortcuts.notifications": "لفتح عمود الإشعارات",
|
"keyboard_shortcuts.notifications": "لفتح عمود الإشعارات",
|
||||||
"keyboard_shortcuts.pinned": "لفتح قائمة التبويقات المدبسة",
|
"keyboard_shortcuts.pinned": "لفتح قائمة التبويقات المدبسة",
|
||||||
"keyboard_shortcuts.profile": "لفتح رابط الناشر",
|
"keyboard_shortcuts.profile": "لفتح الملف التعريفي للناشر",
|
||||||
"keyboard_shortcuts.reply": "للردّ",
|
"keyboard_shortcuts.reply": "للردّ",
|
||||||
"keyboard_shortcuts.requests": "لفتح قائمة طلبات المتابعة",
|
"keyboard_shortcuts.requests": "لفتح قائمة طلبات المتابعة",
|
||||||
"keyboard_shortcuts.search": "للتركيز على البحث",
|
"keyboard_shortcuts.search": "للتركيز على البحث",
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
"navigation_bar.direct": "الرسائل المباشِرة",
|
"navigation_bar.direct": "الرسائل المباشِرة",
|
||||||
"navigation_bar.discover": "اكتشف",
|
"navigation_bar.discover": "اكتشف",
|
||||||
"navigation_bar.domain_blocks": "النطاقات المخفية",
|
"navigation_bar.domain_blocks": "النطاقات المخفية",
|
||||||
"navigation_bar.edit_profile": "تعديل الملف الشخصي",
|
"navigation_bar.edit_profile": "عدّل الملف التعريفي",
|
||||||
"navigation_bar.favourites": "المفضلة",
|
"navigation_bar.favourites": "المفضلة",
|
||||||
"navigation_bar.filters": "الكلمات المكتومة",
|
"navigation_bar.filters": "الكلمات المكتومة",
|
||||||
"navigation_bar.follow_requests": "طلبات المتابعة",
|
"navigation_bar.follow_requests": "طلبات المتابعة",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "تحديث",
|
"poll.refresh": "تحديث",
|
||||||
"poll.total_votes": "{count, plural, one {# صوت} other {# أصوات}}",
|
"poll.total_votes": "{count, plural, one {# صوت} other {# أصوات}}",
|
||||||
"poll.vote": "صَوّت",
|
"poll.vote": "صَوّت",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "إضافة استطلاع للرأي",
|
"poll_button.add_poll": "إضافة استطلاع للرأي",
|
||||||
"poll_button.remove_poll": "إزالة استطلاع الرأي",
|
"poll_button.remove_poll": "إزالة استطلاع الرأي",
|
||||||
"privacy.change": "اضبط خصوصية المنشور",
|
"privacy.change": "اضبط خصوصية المنشور",
|
||||||
|
@ -355,7 +356,7 @@
|
||||||
"status.mute": "أكتم @{name}",
|
"status.mute": "أكتم @{name}",
|
||||||
"status.mute_conversation": "كتم المحادثة",
|
"status.mute_conversation": "كتم المحادثة",
|
||||||
"status.open": "وسع هذه المشاركة",
|
"status.open": "وسع هذه المشاركة",
|
||||||
"status.pin": "تدبيس على الملف الشخصي",
|
"status.pin": "دبّسه على الصفحة التعريفية",
|
||||||
"status.pinned": "تبويق مثبَّت",
|
"status.pinned": "تبويق مثبَّت",
|
||||||
"status.read_more": "اقرأ المزيد",
|
"status.read_more": "اقرأ المزيد",
|
||||||
"status.reblog": "رَقِّي",
|
"status.reblog": "رَقِّي",
|
||||||
|
@ -375,7 +376,7 @@
|
||||||
"status.show_thread": "الكشف عن المحادثة",
|
"status.show_thread": "الكشف عن المحادثة",
|
||||||
"status.uncached_media_warning": "غير متوفر",
|
"status.uncached_media_warning": "غير متوفر",
|
||||||
"status.unmute_conversation": "فك الكتم عن المحادثة",
|
"status.unmute_conversation": "فك الكتم عن المحادثة",
|
||||||
"status.unpin": "فك التدبيس من الملف الشخصي",
|
"status.unpin": "فك التدبيس من الصفحة التعريفية",
|
||||||
"suggestions.dismiss": "إلغاء الاقتراح",
|
"suggestions.dismiss": "إلغاء الاقتراح",
|
||||||
"suggestions.header": "يمكن أن يهمك…",
|
"suggestions.header": "يمكن أن يهمك…",
|
||||||
"tabs_bar.federated_timeline": "الموحَّد",
|
"tabs_bar.federated_timeline": "الموحَّد",
|
||||||
|
@ -404,7 +405,7 @@
|
||||||
"upload_modal.detect_text": "Detect text from picture",
|
"upload_modal.detect_text": "Detect text from picture",
|
||||||
"upload_modal.edit_media": "تعديل الوسائط",
|
"upload_modal.edit_media": "تعديل الوسائط",
|
||||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
||||||
"upload_modal.preview_label": "Preview ({ratio})",
|
"upload_modal.preview_label": "معاينة ({ratio})",
|
||||||
"upload_progress.label": "يرفع...",
|
"upload_progress.label": "يرفع...",
|
||||||
"video.close": "إغلاق الفيديو",
|
"video.close": "إغلاق الفيديو",
|
||||||
"video.exit_fullscreen": "الخروج من وضع الشاشة المليئة",
|
"video.exit_fullscreen": "الخروج من وضع الشاشة المليئة",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "বদলেছে কিনা দেখতে",
|
"poll.refresh": "বদলেছে কিনা দেখতে",
|
||||||
"poll.total_votes": "{count, plural, one {# ভোট} other {# ভোট}}",
|
"poll.total_votes": "{count, plural, one {# ভোট} other {# ভোট}}",
|
||||||
"poll.vote": "ভোট",
|
"poll.vote": "ভোট",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "একটা নির্বাচন যোগ করতে",
|
"poll_button.add_poll": "একটা নির্বাচন যোগ করতে",
|
||||||
"poll_button.remove_poll": "নির্বাচন বাদ দিতে",
|
"poll_button.remove_poll": "নির্বাচন বাদ দিতে",
|
||||||
"privacy.change": "লেখার গোপনীয়তা অবস্থা ঠিক করতে",
|
"privacy.change": "লেখার গোপনীয়তা অবস্থা ঠিক করতে",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Actualitza",
|
"poll.refresh": "Actualitza",
|
||||||
"poll.total_votes": "{count, plural, one {# vot} other {# vots}}",
|
"poll.total_votes": "{count, plural, one {# vot} other {# vots}}",
|
||||||
"poll.vote": "Vota",
|
"poll.vote": "Vota",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Afegeix una enquesta",
|
"poll_button.add_poll": "Afegeix una enquesta",
|
||||||
"poll_button.remove_poll": "Elimina l'enquesta",
|
"poll_button.remove_poll": "Elimina l'enquesta",
|
||||||
"privacy.change": "Ajusta l'estat de privacitat",
|
"privacy.change": "Ajusta l'estat de privacitat",
|
||||||
|
|
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "Risponde avà sguasserà u missaghju chì scrivite. Site sicuru·a chì vulete cuntinuà?",
|
"confirmations.reply.message": "Risponde avà sguasserà u missaghju chì scrivite. Site sicuru·a chì vulete cuntinuà?",
|
||||||
"confirmations.unfollow.confirm": "Disabbunassi",
|
"confirmations.unfollow.confirm": "Disabbunassi",
|
||||||
"confirmations.unfollow.message": "Site sicuru·a ch'ùn vulete più siguità @{name}?",
|
"confirmations.unfollow.message": "Site sicuru·a ch'ùn vulete più siguità @{name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Sguassà a cunversazione",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Marcà cum'è lettu",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Vede a cunversazione",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Cù {names}",
|
||||||
"directory.federated": "Da u fediverse cunisciutu",
|
"directory.federated": "Da u fediverse cunisciutu",
|
||||||
"directory.local": "Solu da {domain}",
|
"directory.local": "Solu da {domain}",
|
||||||
"directory.new_arrivals": "Ultimi arrivi",
|
"directory.new_arrivals": "Ultimi arrivi",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Attualizà",
|
"poll.refresh": "Attualizà",
|
||||||
"poll.total_votes": "{count, plural, one {# votu} other {# voti}}",
|
"poll.total_votes": "{count, plural, one {# votu} other {# voti}}",
|
||||||
"poll.vote": "Vutà",
|
"poll.vote": "Vutà",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Aghjunghje",
|
"poll_button.add_poll": "Aghjunghje",
|
||||||
"poll_button.remove_poll": "Toglie u scandagliu",
|
"poll_button.remove_poll": "Toglie u scandagliu",
|
||||||
"privacy.change": "Mudificà a cunfidenzialità di u statutu",
|
"privacy.change": "Mudificà a cunfidenzialità di u statutu",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Obnovit",
|
"poll.refresh": "Obnovit",
|
||||||
"poll.total_votes": "{count, plural, one {# hlas} few {# hlasy} many {# hlasu} other {# hlasů}}",
|
"poll.total_votes": "{count, plural, one {# hlas} few {# hlasy} many {# hlasu} other {# hlasů}}",
|
||||||
"poll.vote": "Hlasovat",
|
"poll.vote": "Hlasovat",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Přidat anketu",
|
"poll_button.add_poll": "Přidat anketu",
|
||||||
"poll_button.remove_poll": "Odstranit anketu",
|
"poll_button.remove_poll": "Odstranit anketu",
|
||||||
"privacy.change": "Změnit soukromí tootu",
|
"privacy.change": "Změnit soukromí tootu",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"account.block": "Blocio @{name}",
|
"account.block": "Blocio @{name}",
|
||||||
"account.block_domain": "Cuddio popeth rhag {domain}",
|
"account.block_domain": "Cuddio popeth rhag {domain}",
|
||||||
"account.blocked": "Blociwyd",
|
"account.blocked": "Blociwyd",
|
||||||
"account.cancel_follow_request": "Cancel follow request",
|
"account.cancel_follow_request": "Canslo cais dilyn",
|
||||||
"account.direct": "Neges breifat @{name}",
|
"account.direct": "Neges breifat @{name}",
|
||||||
"account.domain_blocked": "Parth wedi ei guddio",
|
"account.domain_blocked": "Parth wedi ei guddio",
|
||||||
"account.edit_profile": "Golygu proffil",
|
"account.edit_profile": "Golygu proffil",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"account.follows.empty": "Nid yw'r defnyddiwr hwn yn dilyn unrhyw un eto.",
|
"account.follows.empty": "Nid yw'r defnyddiwr hwn yn dilyn unrhyw un eto.",
|
||||||
"account.follows_you": "Yn eich dilyn chi",
|
"account.follows_you": "Yn eich dilyn chi",
|
||||||
"account.hide_reblogs": "Cuddio bwstiau o @{name}",
|
"account.hide_reblogs": "Cuddio bwstiau o @{name}",
|
||||||
"account.last_status": "Last active",
|
"account.last_status": "Gweithredol olaf",
|
||||||
"account.link_verified_on": "Gwiriwyd perchnogaeth y ddolen yma ar {date}",
|
"account.link_verified_on": "Gwiriwyd perchnogaeth y ddolen yma ar {date}",
|
||||||
"account.locked_info": "Mae'r statws preifatrwydd cyfrif hwn wedi'i osod i gloi. Mae'r perchennog yn adolygu'r sawl sy'n gallu eu dilyn.",
|
"account.locked_info": "Mae'r statws preifatrwydd cyfrif hwn wedi'i osod i gloi. Mae'r perchennog yn adolygu'r sawl sy'n gallu eu dilyn.",
|
||||||
"account.media": "Cyfryngau",
|
"account.media": "Cyfryngau",
|
||||||
|
@ -38,11 +38,11 @@
|
||||||
"account.unfollow": "Dad-ddilyn",
|
"account.unfollow": "Dad-ddilyn",
|
||||||
"account.unmute": "Dad-dawelu @{name}",
|
"account.unmute": "Dad-dawelu @{name}",
|
||||||
"account.unmute_notifications": "Dad-dawelu hysbysiadau o @{name}",
|
"account.unmute_notifications": "Dad-dawelu hysbysiadau o @{name}",
|
||||||
"alert.rate_limited.message": "Please retry after {retry_time, time, medium}.",
|
"alert.rate_limited.message": "Ceisiwch eto ar ôl {retry_time, time, medium}.",
|
||||||
"alert.rate_limited.title": "Rate limited",
|
"alert.rate_limited.title": "Cyfradd gyfyngedig",
|
||||||
"alert.unexpected.message": "Digwyddodd gwall annisgwyl.",
|
"alert.unexpected.message": "Digwyddodd gwall annisgwyl.",
|
||||||
"alert.unexpected.title": "Wps!",
|
"alert.unexpected.title": "Wps!",
|
||||||
"autosuggest_hashtag.per_week": "{count} per week",
|
"autosuggest_hashtag.per_week": "{count} yr wythnos",
|
||||||
"boost_modal.combo": "Mae modd gwasgu {combo} er mwyn sgipio hyn tro nesa",
|
"boost_modal.combo": "Mae modd gwasgu {combo} er mwyn sgipio hyn tro nesa",
|
||||||
"bundle_column_error.body": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
"bundle_column_error.body": "Aeth rhywbeth o'i le tra'n llwytho'r elfen hon.",
|
||||||
"bundle_column_error.retry": "Ceisiwch eto",
|
"bundle_column_error.retry": "Ceisiwch eto",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "Defnyddwyr a flociwyd",
|
"column.blocks": "Defnyddwyr a flociwyd",
|
||||||
"column.community": "Ffrwd lleol",
|
"column.community": "Ffrwd lleol",
|
||||||
"column.direct": "Negeseuon preifat",
|
"column.direct": "Negeseuon preifat",
|
||||||
"column.directory": "Browse profiles",
|
"column.directory": "Pori proffiliau",
|
||||||
"column.domain_blocks": "Parthau cuddiedig",
|
"column.domain_blocks": "Parthau cuddiedig",
|
||||||
"column.favourites": "Ffefrynnau",
|
"column.favourites": "Ffefrynnau",
|
||||||
"column.follow_requests": "Ceisiadau dilyn",
|
"column.follow_requests": "Ceisiadau dilyn",
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
"confirmations.domain_block.confirm": "Cuddio parth cyfan",
|
"confirmations.domain_block.confirm": "Cuddio parth cyfan",
|
||||||
"confirmations.domain_block.message": "A ydych yn hollol, hollol sicr eich bod am flocio y {domain} cyfan? Yn y nifer helaeth o achosion mae blocio neu tawelu ambell gyfrif yn ddigonol ac yn well. Ni fyddwch yn gweld cynnwys o'r parth hwnnw mewn unrhyw ffrydiau cyhoeddus na chwaith yn eich hysbysiadau. Bydd hyn yn cael gwared o'ch dilynwyr o'r parth hwnnw.",
|
"confirmations.domain_block.message": "A ydych yn hollol, hollol sicr eich bod am flocio y {domain} cyfan? Yn y nifer helaeth o achosion mae blocio neu tawelu ambell gyfrif yn ddigonol ac yn well. Ni fyddwch yn gweld cynnwys o'r parth hwnnw mewn unrhyw ffrydiau cyhoeddus na chwaith yn eich hysbysiadau. Bydd hyn yn cael gwared o'ch dilynwyr o'r parth hwnnw.",
|
||||||
"confirmations.logout.confirm": "Allgofnodi",
|
"confirmations.logout.confirm": "Allgofnodi",
|
||||||
"confirmations.logout.message": "Are you sure you want to log out?",
|
"confirmations.logout.message": "Ydych chi'n siŵr eich bod am allgofnodi?",
|
||||||
"confirmations.mute.confirm": "Tawelu",
|
"confirmations.mute.confirm": "Tawelu",
|
||||||
"confirmations.mute.message": "Ydych chi'n sicr eich bod am ddistewi {name}?",
|
"confirmations.mute.message": "Ydych chi'n sicr eich bod am ddistewi {name}?",
|
||||||
"confirmations.redraft.confirm": "Dileu & ailddrafftio",
|
"confirmations.redraft.confirm": "Dileu & ailddrafftio",
|
||||||
|
@ -111,14 +111,14 @@
|
||||||
"confirmations.reply.message": "Bydd ateb nawr yn cymryd lle y neges yr ydych yn cyfansoddi ar hyn o bryd. Ydych chi'n sicr yr ydych am barhau?",
|
"confirmations.reply.message": "Bydd ateb nawr yn cymryd lle y neges yr ydych yn cyfansoddi ar hyn o bryd. Ydych chi'n sicr yr ydych am barhau?",
|
||||||
"confirmations.unfollow.confirm": "Dad-ddilynwch",
|
"confirmations.unfollow.confirm": "Dad-ddilynwch",
|
||||||
"confirmations.unfollow.message": "Ydych chi'n sicr eich bod am ddad-ddilyn {name}?",
|
"confirmations.unfollow.message": "Ydych chi'n sicr eich bod am ddad-ddilyn {name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Dileu sgwrs",
|
||||||
"conversation.mark_as_read": "Nodi fel wedi'i ddarllen",
|
"conversation.mark_as_read": "Nodi fel wedi'i ddarllen",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Gweld sgwrs",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Gyda {names}",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "O ffedysawd hysbys",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "O {domain} yn unig",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "Newydd-ddyfodiaid",
|
||||||
"directory.recently_active": "Recently active",
|
"directory.recently_active": "Yn weithredol yn ddiweddar",
|
||||||
"embed.instructions": "Mewnblannwch y tŵt hwn ar eich gwefan drwy gopïo'r côd isod.",
|
"embed.instructions": "Mewnblannwch y tŵt hwn ar eich gwefan drwy gopïo'r côd isod.",
|
||||||
"embed.preview": "Dyma sut olwg fydd arno:",
|
"embed.preview": "Dyma sut olwg fydd arno:",
|
||||||
"emoji_button.activity": "Gweithgarwch",
|
"emoji_button.activity": "Gweithgarwch",
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"home.column_settings.basic": "Syml",
|
"home.column_settings.basic": "Syml",
|
||||||
"home.column_settings.show_reblogs": "Dangos bŵstiau",
|
"home.column_settings.show_reblogs": "Dangos bŵstiau",
|
||||||
"home.column_settings.show_replies": "Dangos ymatebion",
|
"home.column_settings.show_replies": "Dangos ymatebion",
|
||||||
"home.column_settings.update_live": "Update in real-time",
|
"home.column_settings.update_live": "Diweddariad mewn amser real",
|
||||||
"intervals.full.days": "{number, plural, one {# ddydd} other {# o ddyddiau}}",
|
"intervals.full.days": "{number, plural, one {# ddydd} other {# o ddyddiau}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# awr} other {# o oriau}}",
|
"intervals.full.hours": "{number, plural, one {# awr} other {# o oriau}}",
|
||||||
"intervals.full.minutes": "{number, plural, one {# funud} other {# o funudau}}",
|
"intervals.full.minutes": "{number, plural, one {# funud} other {# o funudau}}",
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
"lists.new.title_placeholder": "Teitl rhestr newydd",
|
"lists.new.title_placeholder": "Teitl rhestr newydd",
|
||||||
"lists.search": "Chwilio ymysg pobl yr ydych yn ei ddilyn",
|
"lists.search": "Chwilio ymysg pobl yr ydych yn ei ddilyn",
|
||||||
"lists.subheading": "Eich rhestrau",
|
"lists.subheading": "Eich rhestrau",
|
||||||
"load_pending": "{count, plural, one {# new item} other {# new items}}",
|
"load_pending": "{count, plural, one {# eitem newydd} other {# eitemau newydd}}",
|
||||||
"loading_indicator.label": "Llwytho...",
|
"loading_indicator.label": "Llwytho...",
|
||||||
"media_gallery.toggle_visible": "Toglo gwelededd",
|
"media_gallery.toggle_visible": "Toglo gwelededd",
|
||||||
"missing_indicator.label": "Heb ei ganfod",
|
"missing_indicator.label": "Heb ei ganfod",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"navigation_bar.preferences": "Dewisiadau",
|
"navigation_bar.preferences": "Dewisiadau",
|
||||||
"navigation_bar.public_timeline": "Ffrwd y ffederasiwn",
|
"navigation_bar.public_timeline": "Ffrwd y ffederasiwn",
|
||||||
"navigation_bar.security": "Diogelwch",
|
"navigation_bar.security": "Diogelwch",
|
||||||
"notification.and_n_others": "and {count, plural, one {# other} other {# others}}",
|
"notification.and_n_others": "a {count, plural, one {# arall} other {# eraill}}",
|
||||||
"notification.favourite": "hoffodd {name} eich tŵt",
|
"notification.favourite": "hoffodd {name} eich tŵt",
|
||||||
"notification.follow": "dilynodd {name} chi",
|
"notification.follow": "dilynodd {name} chi",
|
||||||
"notification.mention": "Soniodd {name} amdanoch chi",
|
"notification.mention": "Soniodd {name} amdanoch chi",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Adnewyddu",
|
"poll.refresh": "Adnewyddu",
|
||||||
"poll.total_votes": "{count, plural, one {# bleidlais} other {# o bleidleisiau}}",
|
"poll.total_votes": "{count, plural, one {# bleidlais} other {# o bleidleisiau}}",
|
||||||
"poll.vote": "Pleidleisio",
|
"poll.vote": "Pleidleisio",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Ychwanegu pleidlais",
|
"poll_button.add_poll": "Ychwanegu pleidlais",
|
||||||
"poll_button.remove_poll": "Tynnu pleidlais",
|
"poll_button.remove_poll": "Tynnu pleidlais",
|
||||||
"privacy.change": "Addasu preifatrwdd y tŵt",
|
"privacy.change": "Addasu preifatrwdd y tŵt",
|
||||||
|
@ -334,7 +335,7 @@
|
||||||
"search_results.accounts": "Pobl",
|
"search_results.accounts": "Pobl",
|
||||||
"search_results.hashtags": "Hanshnodau",
|
"search_results.hashtags": "Hanshnodau",
|
||||||
"search_results.statuses": "Tŵtiau",
|
"search_results.statuses": "Tŵtiau",
|
||||||
"search_results.statuses_fts_disabled": "Searching toots by their content is not enabled on this Mastodon server.",
|
"search_results.statuses_fts_disabled": "Nid yw chwilio Tŵtiau yn ôl eu cynnwys wedi'i alluogi ar y gweinydd Mastodon hwn.",
|
||||||
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
|
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
|
||||||
"status.admin_account": "Agor rhyngwyneb goruwchwylio ar gyfer @{name}",
|
"status.admin_account": "Agor rhyngwyneb goruwchwylio ar gyfer @{name}",
|
||||||
"status.admin_status": "Agor y tŵt yn y rhyngwyneb goruwchwylio",
|
"status.admin_status": "Agor y tŵt yn y rhyngwyneb goruwchwylio",
|
||||||
|
@ -373,7 +374,7 @@
|
||||||
"status.show_more": "Dangos mwy",
|
"status.show_more": "Dangos mwy",
|
||||||
"status.show_more_all": "Dangos mwy i bawb",
|
"status.show_more_all": "Dangos mwy i bawb",
|
||||||
"status.show_thread": "Dangos edefyn",
|
"status.show_thread": "Dangos edefyn",
|
||||||
"status.uncached_media_warning": "Not available",
|
"status.uncached_media_warning": "Dim ar gael",
|
||||||
"status.unmute_conversation": "Dad-dawelu sgwrs",
|
"status.unmute_conversation": "Dad-dawelu sgwrs",
|
||||||
"status.unpin": "Dadbinio o'r proffil",
|
"status.unpin": "Dadbinio o'r proffil",
|
||||||
"suggestions.dismiss": "Diswyddo",
|
"suggestions.dismiss": "Diswyddo",
|
||||||
|
@ -389,7 +390,7 @@
|
||||||
"time_remaining.moments": "Munudau ar ôl",
|
"time_remaining.moments": "Munudau ar ôl",
|
||||||
"time_remaining.seconds": "{number, plural, one {# eiliad} other {# o eiliadau}} ar ôl",
|
"time_remaining.seconds": "{number, plural, one {# eiliad} other {# o eiliadau}} ar ôl",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} yn siarad",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} yn siarad",
|
||||||
"trends.trending_now": "Trending now",
|
"trends.trending_now": "Yn tueddu nawr",
|
||||||
"ui.beforeunload": "Mi fyddwch yn colli eich drafft os gadewch Mastodon.",
|
"ui.beforeunload": "Mi fyddwch yn colli eich drafft os gadewch Mastodon.",
|
||||||
"upload_area.title": "Llusgwch & gollwing i uwchlwytho",
|
"upload_area.title": "Llusgwch & gollwing i uwchlwytho",
|
||||||
"upload_button.label": "Ychwanegwch gyfryngau (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Ychwanegwch gyfryngau (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||||
|
@ -398,13 +399,13 @@
|
||||||
"upload_form.description": "Disgrifio i'r rheini a nam ar ei golwg",
|
"upload_form.description": "Disgrifio i'r rheini a nam ar ei golwg",
|
||||||
"upload_form.edit": "Golygu",
|
"upload_form.edit": "Golygu",
|
||||||
"upload_form.undo": "Dileu",
|
"upload_form.undo": "Dileu",
|
||||||
"upload_modal.analyzing_picture": "Analyzing picture…",
|
"upload_modal.analyzing_picture": "Dadansoddi llun…",
|
||||||
"upload_modal.apply": "Apply",
|
"upload_modal.apply": "Gweithredu",
|
||||||
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
"upload_modal.description_placeholder": "Mae ei phen bach llawn jocs, 'run peth a fy nghot golff, rhai dyddiau",
|
||||||
"upload_modal.detect_text": "Detect text from picture",
|
"upload_modal.detect_text": "Canfod testun o'r llun",
|
||||||
"upload_modal.edit_media": "Edit media",
|
"upload_modal.edit_media": "Golygu cyfryngau",
|
||||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
"upload_modal.hint": "Cliciwch neu llusgwch y cylch ar y rhagolwg i ddewis y canolbwynt a fydd bob amser i'w weld ar bob mân-lunau.",
|
||||||
"upload_modal.preview_label": "Preview ({ratio})",
|
"upload_modal.preview_label": "Rhagolwg ({ratio})",
|
||||||
"upload_progress.label": "Uwchlwytho...",
|
"upload_progress.label": "Uwchlwytho...",
|
||||||
"video.close": "Cau fideo",
|
"video.close": "Cau fideo",
|
||||||
"video.exit_fullscreen": "Gadael sgrîn llawn",
|
"video.exit_fullscreen": "Gadael sgrîn llawn",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Opdatér",
|
"poll.refresh": "Opdatér",
|
||||||
"poll.total_votes": "{count, plural, one {# stemme} other {# stemmer}}",
|
"poll.total_votes": "{count, plural, one {# stemme} other {# stemmer}}",
|
||||||
"poll.vote": "Stem",
|
"poll.vote": "Stem",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Tilføj en afstemning",
|
"poll_button.add_poll": "Tilføj en afstemning",
|
||||||
"poll_button.remove_poll": "Fjern afstemning",
|
"poll_button.remove_poll": "Fjern afstemning",
|
||||||
"privacy.change": "Skift status visningsindstillinger",
|
"privacy.change": "Skift status visningsindstillinger",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Aktualisieren",
|
"poll.refresh": "Aktualisieren",
|
||||||
"poll.total_votes": "{count, plural, one {# Stimme} other {# Stimmen}}",
|
"poll.total_votes": "{count, plural, one {# Stimme} other {# Stimmen}}",
|
||||||
"poll.vote": "Abstimmen",
|
"poll.vote": "Abstimmen",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Eine Umfrage erstellen",
|
"poll_button.add_poll": "Eine Umfrage erstellen",
|
||||||
"poll_button.remove_poll": "Umfrage entfernen",
|
"poll_button.remove_poll": "Umfrage entfernen",
|
||||||
"privacy.change": "Sichtbarkeit des Beitrags anpassen",
|
"privacy.change": "Sichtbarkeit des Beitrags anpassen",
|
||||||
|
|
|
@ -233,6 +233,11 @@
|
||||||
"defaultMessage": "Closed",
|
"defaultMessage": "Closed",
|
||||||
"id": "poll.closed"
|
"id": "poll.closed"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"defaultMessage": "You voted for this answer",
|
||||||
|
"description": "Tooltip of the \"voted\" checkmark in polls",
|
||||||
|
"id": "poll.voted"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"defaultMessage": "Vote",
|
"defaultMessage": "Vote",
|
||||||
"id": "poll.vote"
|
"id": "poll.vote"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"account.add_or_remove_from_list": "Προσθήκη ή Αφαίρεση από λίστες",
|
"account.add_or_remove_from_list": "Προσθήκη ή Αφαίρεση από λίστες",
|
||||||
"account.badges.bot": "Μποτ",
|
"account.badges.bot": "Μποτ",
|
||||||
"account.block": "Αποκλισμός @{name}",
|
"account.block": "Αποκλεισμός @{name}",
|
||||||
"account.block_domain": "Απόκρυψε τα πάντα από το {domain}",
|
"account.block_domain": "Απόκρυψε τα πάντα από το {domain}",
|
||||||
"account.blocked": "Αποκλεισμένος/η",
|
"account.blocked": "Αποκλεισμένος/η",
|
||||||
"account.cancel_follow_request": "Ακύρωση αιτήματος παρακολούθησης",
|
"account.cancel_follow_request": "Ακύρωση αιτήματος παρακολούθησης",
|
||||||
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "Απαντώντας τώρα θα αντικαταστήσεις το κείμενο που ήδη γράφεις. Σίγουρα θέλεις να συνεχίσεις;",
|
"confirmations.reply.message": "Απαντώντας τώρα θα αντικαταστήσεις το κείμενο που ήδη γράφεις. Σίγουρα θέλεις να συνεχίσεις;",
|
||||||
"confirmations.unfollow.confirm": "Διακοπή παρακολούθησης",
|
"confirmations.unfollow.confirm": "Διακοπή παρακολούθησης",
|
||||||
"confirmations.unfollow.message": "Σίγουρα θες να πάψεις να ακολουθείς τον/την {name};",
|
"confirmations.unfollow.message": "Σίγουρα θες να πάψεις να ακολουθείς τον/την {name};",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Διαγραφή συζήτησης",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Σήμανση ως αναγνωσμένο",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Προβολή συνομιλίας",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Με {names}",
|
||||||
"directory.federated": "Από το γνωστό fediverse",
|
"directory.federated": "Από το γνωστό fediverse",
|
||||||
"directory.local": "Μόνο από {domain}",
|
"directory.local": "Μόνο από {domain}",
|
||||||
"directory.new_arrivals": "Νέες αφίξεις",
|
"directory.new_arrivals": "Νέες αφίξεις",
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"emoji_button.objects": "Αντικείμενα",
|
"emoji_button.objects": "Αντικείμενα",
|
||||||
"emoji_button.people": "Άνθρωποι",
|
"emoji_button.people": "Άνθρωποι",
|
||||||
"emoji_button.recent": "Δημοφιλή",
|
"emoji_button.recent": "Δημοφιλή",
|
||||||
"emoji_button.search": "Αναζήτηση…",
|
"emoji_button.search": "Αναζήτηση...",
|
||||||
"emoji_button.search_results": "Αποτελέσματα αναζήτησης",
|
"emoji_button.search_results": "Αποτελέσματα αναζήτησης",
|
||||||
"emoji_button.symbols": "Σύμβολα",
|
"emoji_button.symbols": "Σύμβολα",
|
||||||
"emoji_button.travel": "Ταξίδια & Τοποθεσίες",
|
"emoji_button.travel": "Ταξίδια & Τοποθεσίες",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Ανανέωση",
|
"poll.refresh": "Ανανέωση",
|
||||||
"poll.total_votes": "{count, plural, one {# ψήφος} other {# ψήφοι}}",
|
"poll.total_votes": "{count, plural, one {# ψήφος} other {# ψήφοι}}",
|
||||||
"poll.vote": "Ψήφισε",
|
"poll.vote": "Ψήφισε",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Προσθήκη δημοσκόπησης",
|
"poll_button.add_poll": "Προσθήκη δημοσκόπησης",
|
||||||
"poll_button.remove_poll": "Αφαίρεση δημοσκόπησης",
|
"poll_button.remove_poll": "Αφαίρεση δημοσκόπησης",
|
||||||
"privacy.change": "Προσαρμογή ιδιωτικότητας δημοσίευσης",
|
"privacy.change": "Προσαρμογή ιδιωτικότητας δημοσίευσης",
|
||||||
|
@ -392,7 +393,7 @@
|
||||||
"trends.trending_now": "Δημοφιλή τώρα",
|
"trends.trending_now": "Δημοφιλή τώρα",
|
||||||
"ui.beforeunload": "Το προσχέδιό σου θα χαθεί αν φύγεις από το Mastodon.",
|
"ui.beforeunload": "Το προσχέδιό σου θα χαθεί αν φύγεις από το Mastodon.",
|
||||||
"upload_area.title": "Drag & drop για να ανεβάσεις",
|
"upload_area.title": "Drag & drop για να ανεβάσεις",
|
||||||
"upload_button.label": "Πρόσθεσε πολυμέσα (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Πρόσθεσε πολυμέσα ({formats})",
|
||||||
"upload_error.limit": "Υπέρβαση ορίου μεγέθους ανεβασμένων αρχείων.",
|
"upload_error.limit": "Υπέρβαση ορίου μεγέθους ανεβασμένων αρχείων.",
|
||||||
"upload_error.poll": "Στις δημοσκοπήσεις δεν επιτρέπεται η μεταφόρτωση αρχείου.",
|
"upload_error.poll": "Στις δημοσκοπήσεις δεν επιτρέπεται η μεταφόρτωση αρχείου.",
|
||||||
"upload_form.description": "Περιέγραψε για όσους & όσες έχουν προβλήματα όρασης",
|
"upload_form.description": "Περιέγραψε για όσους & όσες έχουν προβλήματα όρασης",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Aktualigi",
|
"poll.refresh": "Aktualigi",
|
||||||
"poll.total_votes": "{count, plural, one {# voĉdono} other {# voĉdonoj}}",
|
"poll.total_votes": "{count, plural, one {# voĉdono} other {# voĉdonoj}}",
|
||||||
"poll.vote": "Voĉdoni",
|
"poll.vote": "Voĉdoni",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Aldoni balotenketon",
|
"poll_button.add_poll": "Aldoni balotenketon",
|
||||||
"poll_button.remove_poll": "Forigi balotenketon",
|
"poll_button.remove_poll": "Forigi balotenketon",
|
||||||
"privacy.change": "Agordi mesaĝan privatecon",
|
"privacy.change": "Agordi mesaĝan privatecon",
|
||||||
|
|
|
@ -0,0 +1,419 @@
|
||||||
|
{
|
||||||
|
"account.add_or_remove_from_list": "Agregar o quitar de las listas",
|
||||||
|
"account.badges.bot": "Bot",
|
||||||
|
"account.block": "Bloquear a @{name}",
|
||||||
|
"account.block_domain": "Ocultar todo de {domain}",
|
||||||
|
"account.blocked": "Bloqueado",
|
||||||
|
"account.cancel_follow_request": "Cancelar la solicitud de seguimiento",
|
||||||
|
"account.direct": "Mensaje directo a @{name}",
|
||||||
|
"account.domain_blocked": "Dominio oculto",
|
||||||
|
"account.edit_profile": "Editar perfil",
|
||||||
|
"account.endorse": "Destacar en el perfil",
|
||||||
|
"account.follow": "Seguir",
|
||||||
|
"account.followers": "Seguidores",
|
||||||
|
"account.followers.empty": "Todavía nadie sigue a este usuario.",
|
||||||
|
"account.follows": "Sigue",
|
||||||
|
"account.follows.empty": "Todavía este usuario no sigue a nadie.",
|
||||||
|
"account.follows_you": "Te sigue",
|
||||||
|
"account.hide_reblogs": "Ocultar retoots de @{name}",
|
||||||
|
"account.last_status": "Última actividad",
|
||||||
|
"account.link_verified_on": "La propiedad de este enlace fue verificada el {date}",
|
||||||
|
"account.locked_info": "El estado de privacidad de esta cuenta está establecido como bloqueado. El propietario manualmente revisa quién puede seguirle.",
|
||||||
|
"account.media": "Medios",
|
||||||
|
"account.mention": "Mencionar a @{name}",
|
||||||
|
"account.moved_to": "{name} se ha muó a:",
|
||||||
|
"account.mute": "Silenciar a @{name}",
|
||||||
|
"account.mute_notifications": "Silenciar notificaciones de @{name}",
|
||||||
|
"account.muted": "Silenciado",
|
||||||
|
"account.never_active": "Nunca",
|
||||||
|
"account.posts": "Toots",
|
||||||
|
"account.posts_with_replies": "Toots con respuestas",
|
||||||
|
"account.report": "Denunciar a @{name}",
|
||||||
|
"account.requested": "Esperando aprobación. Hacé clic para cancelar la solicitud de seguimiento.",
|
||||||
|
"account.share": "Compartir el perfil de @{name}",
|
||||||
|
"account.show_reblogs": "Mostrar retoots de @{name}",
|
||||||
|
"account.unblock": "Desbloquear a @{name}",
|
||||||
|
"account.unblock_domain": "Mostrar {domain}",
|
||||||
|
"account.unendorse": "No destacar en el perfil",
|
||||||
|
"account.unfollow": "Dejar de seguir",
|
||||||
|
"account.unmute": "Dejar de silenciar a @{name}",
|
||||||
|
"account.unmute_notifications": "Dejar de silenciar las notificaciones de @{name}",
|
||||||
|
"alert.rate_limited.message": "Por favor, reintentá después de las {retry_time, time, medium}.",
|
||||||
|
"alert.rate_limited.title": "Tarifa limitada",
|
||||||
|
"alert.unexpected.message": "Ocurrió un error inesperado.",
|
||||||
|
"alert.unexpected.title": "¡Epa!",
|
||||||
|
"autosuggest_hashtag.per_week": "{count} por semana",
|
||||||
|
"boost_modal.combo": "Podés hacer clic en {combo} para saltar esto la próxima vez",
|
||||||
|
"bundle_column_error.body": "Algo salió mal al cargar este componente.",
|
||||||
|
"bundle_column_error.retry": "Intentá de nuevo",
|
||||||
|
"bundle_column_error.title": "Error de red",
|
||||||
|
"bundle_modal_error.close": "Cerrar",
|
||||||
|
"bundle_modal_error.message": "Algo salió mal al cargar este componente.",
|
||||||
|
"bundle_modal_error.retry": "Intentá de nuevo",
|
||||||
|
"column.blocks": "Usuarios bloqueados",
|
||||||
|
"column.community": "Línea temporal local",
|
||||||
|
"column.direct": "Mensajes directos",
|
||||||
|
"column.directory": "Explorar perfiles",
|
||||||
|
"column.domain_blocks": "Dominios ocultos",
|
||||||
|
"column.favourites": "Favoritos",
|
||||||
|
"column.follow_requests": "Solicitudes de seguimiento",
|
||||||
|
"column.home": "Principal",
|
||||||
|
"column.lists": "Listas",
|
||||||
|
"column.mutes": "Usuarios silenciados",
|
||||||
|
"column.notifications": "Notificaciones",
|
||||||
|
"column.pins": "Toots fijados",
|
||||||
|
"column.public": "Línea temporal federada",
|
||||||
|
"column.status": "Toot",
|
||||||
|
"column_back_button.label": "Volver",
|
||||||
|
"column_header.hide_settings": "Ocultar configuración",
|
||||||
|
"column_header.moveLeft_settings": "Mover columna a la izquierda",
|
||||||
|
"column_header.moveRight_settings": "Mover columna a la derecha",
|
||||||
|
"column_header.pin": "Fijar",
|
||||||
|
"column_header.show_settings": "Mostrar configuración",
|
||||||
|
"column_header.unpin": "Dejar de fijar",
|
||||||
|
"column_subheading.settings": "Configuración",
|
||||||
|
"community.column_settings.media_only": "Sólo medios",
|
||||||
|
"compose_form.direct_message_warning": "Este toot sólo será enviado a los usuarios mencionados.",
|
||||||
|
"compose_form.direct_message_warning_learn_more": "Aprendé más",
|
||||||
|
"compose_form.hashtag_warning": "Este toot no se mostrará bajo hashtags porque no es público. Sólo los toots públicos se pueden buscar por hashtag.",
|
||||||
|
"compose_form.lock_disclaimer": "Tu cuenta no está {locked}. Todos pueden seguirte para ver tus toots marcados como \"sólo para seguidores\".",
|
||||||
|
"compose_form.lock_disclaimer.lock": "bloqueada",
|
||||||
|
"compose_form.placeholder": "¿Qué onda?",
|
||||||
|
"compose_form.poll.add_option": "Agregá una opción",
|
||||||
|
"compose_form.poll.duration": "Duración de la encuesta",
|
||||||
|
"compose_form.poll.option_placeholder": "Opción {number}",
|
||||||
|
"compose_form.poll.remove_option": "Quitá esta opción",
|
||||||
|
"compose_form.publish": "Tootear",
|
||||||
|
"compose_form.publish_loud": "¡{publish}!",
|
||||||
|
"compose_form.sensitive.hide": "Marcar medio como sensible",
|
||||||
|
"compose_form.sensitive.marked": "El medio se marcó como sensible",
|
||||||
|
"compose_form.sensitive.unmarked": "El medio no está marcado como sensible",
|
||||||
|
"compose_form.spoiler.marked": "El texto está oculto detrás de la advertencia",
|
||||||
|
"compose_form.spoiler.unmarked": "El texto no está oculto",
|
||||||
|
"compose_form.spoiler_placeholder": "Escribí tu advertencia acá",
|
||||||
|
"confirmation_modal.cancel": "Cancelar",
|
||||||
|
"confirmations.block.block_and_report": "Bloquear y denunciar",
|
||||||
|
"confirmations.block.confirm": "Bloquear",
|
||||||
|
"confirmations.block.message": "¿Estás seguro que querés bloquear a {name}?",
|
||||||
|
"confirmations.delete.confirm": "Eliminar",
|
||||||
|
"confirmations.delete.message": "¿Estás seguro que querés eliminar este estado?",
|
||||||
|
"confirmations.delete_list.confirm": "Eliminar",
|
||||||
|
"confirmations.delete_list.message": "¿Estás seguro que querés eliminar permanentemente esta lista?",
|
||||||
|
"confirmations.domain_block.confirm": "Ocultar dominio entero",
|
||||||
|
"confirmations.domain_block.message": "¿Estás completamente seguro que querés bloquear el {domain} entero? En la mayoría de los casos, unos cuantos bloqueos y silenciados puntuales son suficientes y preferibles. No vas a ver contenido de ese dominio en ninguna de tus líneas temporales o en tus notificaciones. Tus seguidores de ese dominio serán quitados.",
|
||||||
|
"confirmations.logout.confirm": "Cerrar sesión",
|
||||||
|
"confirmations.logout.message": "¿Estás seguro que querés cerrar la sesión?",
|
||||||
|
"confirmations.mute.confirm": "Silenciar",
|
||||||
|
"confirmations.mute.message": "¿Estás seguro que querés silenciar a {name}?",
|
||||||
|
"confirmations.redraft.confirm": "Eliminar toot original y editarlo",
|
||||||
|
"confirmations.redraft.message": "¿Estás seguro que querés eliminar este estado y volverlo a editarlo? Se perderán las veces marcadas como favoritos y los retoots, y las respuestas a la publicación original quedarán huérfanas.",
|
||||||
|
"confirmations.reply.confirm": "Responder",
|
||||||
|
"confirmations.reply.message": "Responder ahora sobreescribirá el mensaje que estás redactando actualmente. ¿Estás seguro que querés seguir?",
|
||||||
|
"confirmations.unfollow.confirm": "Dejar de seguir",
|
||||||
|
"confirmations.unfollow.message": "¿Estás seguro que querés dejar de seguir a {name}?",
|
||||||
|
"conversation.delete": "Eliminar conversación",
|
||||||
|
"conversation.mark_as_read": "Marcar como leído",
|
||||||
|
"conversation.open": "Ver conversación",
|
||||||
|
"conversation.with": "Con {names}",
|
||||||
|
"directory.federated": "Desde fediverso conocido",
|
||||||
|
"directory.local": "Sólo de {domain}",
|
||||||
|
"directory.new_arrivals": "Recién llegados",
|
||||||
|
"directory.recently_active": "Recientemente activo",
|
||||||
|
"embed.instructions": "Insertá este toot a tu sitio web copiando el código de abajo.",
|
||||||
|
"embed.preview": "Así es cómo se verá:",
|
||||||
|
"emoji_button.activity": "Actividad",
|
||||||
|
"emoji_button.custom": "Personalizado",
|
||||||
|
"emoji_button.flags": "Banderas",
|
||||||
|
"emoji_button.food": "Comida y bebida",
|
||||||
|
"emoji_button.label": "Insertar emoji",
|
||||||
|
"emoji_button.nature": "Naturaleza",
|
||||||
|
"emoji_button.not_found": "¡¡No emojos!! (╯°□°)╯︵ ┻━┻",
|
||||||
|
"emoji_button.objects": "Objetos",
|
||||||
|
"emoji_button.people": "Gente",
|
||||||
|
"emoji_button.recent": "Usados frecuentemente",
|
||||||
|
"emoji_button.search": "Buscar…",
|
||||||
|
"emoji_button.search_results": "Resultados de búsqueda",
|
||||||
|
"emoji_button.symbols": "Símbolos",
|
||||||
|
"emoji_button.travel": "Viajes y lugares",
|
||||||
|
"empty_column.account_timeline": "¡No hay toots aquí!",
|
||||||
|
"empty_column.account_unavailable": "Perfil no disponible",
|
||||||
|
"empty_column.blocks": "Todavía no bloqueaste a ningún usuario.",
|
||||||
|
"empty_column.community": "La línea temporal local está vacía. ¡Escribí algo en modo público para que se empiece a correr la bola!",
|
||||||
|
"empty_column.direct": "Todavía no tenés ningún mensaje directo. Cuando enviés o recibás uno, se mostrará acá.",
|
||||||
|
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||||
|
"empty_column.favourited_statuses": "Todavía no tenés toots favoritos. Cuando marqués uno como favorito, se mostrará acá.",
|
||||||
|
"empty_column.favourites": "Todavía nadie marcó este toot como favorito. Cuando alguien lo haga, se mostrará acá.",
|
||||||
|
"empty_column.follow_requests": "Todavía no tenés ninguna solicitud de seguimiento. Cuando recibás una, se mostrará acá.",
|
||||||
|
"empty_column.hashtag": "Todavía no hay nada con esta etiqueta.",
|
||||||
|
"empty_column.home": "¡Tu línea temporal principal está vacía! Visitá {public} o usá la búsqueda para comenzar y encontrar a otros usuarios.",
|
||||||
|
"empty_column.home.public_timeline": "la línea temporal pública",
|
||||||
|
"empty_column.list": "Todavía no hay nada en esta lista. Cuando miembros de esta lista envíen nuevos toots, se mostrarán acá.",
|
||||||
|
"empty_column.lists": "Todavía no tienes ninguna lista. Cuando creés una, se mostrará acá.",
|
||||||
|
"empty_column.mutes": "Todavía no silenciaste a ningún usuario.",
|
||||||
|
"empty_column.notifications": "Todavía no tenés ninguna notificación. Interactuá con otros para iniciar la conversación.",
|
||||||
|
"empty_column.public": "¡Naranja! Escribí algo públicamente, o seguí usuarios manualmente de otros servidores para ir llenando esta línea temporal.",
|
||||||
|
"follow_request.authorize": "Autorizar",
|
||||||
|
"follow_request.reject": "Rechazar",
|
||||||
|
"getting_started.developers": "Desarrolladores",
|
||||||
|
"getting_started.directory": "Directorio de perfiles",
|
||||||
|
"getting_started.documentation": "Documentación",
|
||||||
|
"getting_started.heading": "Introducción",
|
||||||
|
"getting_started.invite": "Invitar usuarios",
|
||||||
|
"getting_started.open_source_notice": "Mastodon es software libre. Podés contribuir o informar errores en {github}.",
|
||||||
|
"getting_started.security": "Seguridad",
|
||||||
|
"getting_started.terms": "Términos del servicio",
|
||||||
|
"hashtag.column_header.tag_mode.all": "y {additional}",
|
||||||
|
"hashtag.column_header.tag_mode.any": "o {additional}",
|
||||||
|
"hashtag.column_header.tag_mode.none": "sin {additional}",
|
||||||
|
"hashtag.column_settings.select.no_options_message": "No se encontraron sugerencias",
|
||||||
|
"hashtag.column_settings.select.placeholder": "Introducí etiquetas…",
|
||||||
|
"hashtag.column_settings.tag_mode.all": "Todas estas",
|
||||||
|
"hashtag.column_settings.tag_mode.any": "Cualquiera de estas",
|
||||||
|
"hashtag.column_settings.tag_mode.none": "Ninguna de estas",
|
||||||
|
"hashtag.column_settings.tag_toggle": "Incluir etiquetas adicionales para esta columna",
|
||||||
|
"home.column_settings.basic": "Básico",
|
||||||
|
"home.column_settings.show_reblogs": "Mostrar retoots",
|
||||||
|
"home.column_settings.show_replies": "Mostrar respuestas",
|
||||||
|
"home.column_settings.update_live": "Actualizar en tiempo real",
|
||||||
|
"intervals.full.days": "{number, plural, one {# día} other {# días}}",
|
||||||
|
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||||
|
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||||
|
"introduction.federation.action": "Siguiente",
|
||||||
|
"introduction.federation.federated.headline": "Federado",
|
||||||
|
"introduction.federation.federated.text": "Los toots públicos de otros servidores del fediverso aparecerán en la línea temporal federada.",
|
||||||
|
"introduction.federation.home.headline": "Principal",
|
||||||
|
"introduction.federation.home.text": "Los toots de las personas que seguíss aparecerán en tu línea temporal principal. ¡Podés seguir a cualquiera en cualquier servidor!",
|
||||||
|
"introduction.federation.local.headline": "Local",
|
||||||
|
"introduction.federation.local.text": "Los toots públicos de las personas en el mismo servidor aparecerán en la línea temporal local.",
|
||||||
|
"introduction.interactions.action": "¡Terminar tutorial!",
|
||||||
|
"introduction.interactions.favourite.headline": "Favorito",
|
||||||
|
"introduction.interactions.favourite.text": "Podés guardar un toot para más tarde, y hacerle saber al autor que te gustó, marcándolo como favorito.",
|
||||||
|
"introduction.interactions.reblog.headline": "Retootear",
|
||||||
|
"introduction.interactions.reblog.text": "Podés compartir los toots de otras personas con tus seguidores retooteando los mismos.",
|
||||||
|
"introduction.interactions.reply.headline": "Responder",
|
||||||
|
"introduction.interactions.reply.text": "Podés responder a tus propios toots y los de otras personas, que se encadenarán juntos en una conversación.",
|
||||||
|
"introduction.welcome.action": "¡Dale!",
|
||||||
|
"introduction.welcome.headline": "Primeros pasos",
|
||||||
|
"introduction.welcome.text": "¡Bienvenido al fediverso! En unos pocos minutos, vas a poder transmitir mensajes y hablar con tus amigos a través de una amplia variedad de servidores. Pero este servidor, {domain}, es especial: aloja tu perfil, así que acordate de su nombre.",
|
||||||
|
"keyboard_shortcuts.back": "para volver",
|
||||||
|
"keyboard_shortcuts.blocked": "para abrir la lista de usuarios bloqueados",
|
||||||
|
"keyboard_shortcuts.boost": "para retootear",
|
||||||
|
"keyboard_shortcuts.column": "para enfocar un estado en una de las columnas",
|
||||||
|
"keyboard_shortcuts.compose": "para enfocar el área de texto de redacción",
|
||||||
|
"keyboard_shortcuts.description": "Descripción",
|
||||||
|
"keyboard_shortcuts.direct": "para abrir columna de mensajes directos",
|
||||||
|
"keyboard_shortcuts.down": "para bajar en la lista",
|
||||||
|
"keyboard_shortcuts.enter": "para abrir el estado",
|
||||||
|
"keyboard_shortcuts.favourite": "para marcar como favorito",
|
||||||
|
"keyboard_shortcuts.favourites": "para abrir la lista de favoritos",
|
||||||
|
"keyboard_shortcuts.federated": "para abrir la línea temporal federada",
|
||||||
|
"keyboard_shortcuts.heading": "Atajos de teclado",
|
||||||
|
"keyboard_shortcuts.home": "para abrir la línea temporal principal",
|
||||||
|
"keyboard_shortcuts.hotkey": "Combinación",
|
||||||
|
"keyboard_shortcuts.legend": "para mostrar este texto",
|
||||||
|
"keyboard_shortcuts.local": "para abrir la línea temporal local",
|
||||||
|
"keyboard_shortcuts.mention": "para mencionar al autor",
|
||||||
|
"keyboard_shortcuts.muted": "abrir la lista de usuarios silenciados",
|
||||||
|
"keyboard_shortcuts.my_profile": "para abrir tu perfil",
|
||||||
|
"keyboard_shortcuts.notifications": "para abrir la columna de notificaciones",
|
||||||
|
"keyboard_shortcuts.pinned": "para abrir lista de toots fijados",
|
||||||
|
"keyboard_shortcuts.profile": "para abrir el perfil del autor",
|
||||||
|
"keyboard_shortcuts.reply": "para responder",
|
||||||
|
"keyboard_shortcuts.requests": "para abrir la lista de solicitudes de seguimiento",
|
||||||
|
"keyboard_shortcuts.search": "para enfocar la búsqueda",
|
||||||
|
"keyboard_shortcuts.start": "para abrir la columna \"Introducción\"",
|
||||||
|
"keyboard_shortcuts.toggle_hidden": "para mostrar/ocultar el texto detrás de la advertencia de contenido",
|
||||||
|
"keyboard_shortcuts.toggle_sensitivity": "para mostrar/ocultar los medios",
|
||||||
|
"keyboard_shortcuts.toot": "para comenzar un toot nuevo",
|
||||||
|
"keyboard_shortcuts.unfocus": "para quitar el enfoque del área de texto de redacción o de búsqueda",
|
||||||
|
"keyboard_shortcuts.up": "para subir en la lista",
|
||||||
|
"lightbox.close": "Cerrar",
|
||||||
|
"lightbox.next": "Siguiente",
|
||||||
|
"lightbox.previous": "Anterior",
|
||||||
|
"lightbox.view_context": "Ver contexto",
|
||||||
|
"lists.account.add": "Agregar a lista",
|
||||||
|
"lists.account.remove": "Quitar de lista",
|
||||||
|
"lists.delete": "Eliminar lista",
|
||||||
|
"lists.edit": "Editar lista",
|
||||||
|
"lists.edit.submit": "Cambiar título",
|
||||||
|
"lists.new.create": "Agregar lista",
|
||||||
|
"lists.new.title_placeholder": "Nuevo título de lista",
|
||||||
|
"lists.search": "Buscar entre la gente que seguís",
|
||||||
|
"lists.subheading": "Tus listas",
|
||||||
|
"load_pending": "{count, plural, one {# nuevo elemento} other {# nuevos elementos}}",
|
||||||
|
"loading_indicator.label": "Cargando…",
|
||||||
|
"media_gallery.toggle_visible": "Cambiar visibilidad",
|
||||||
|
"missing_indicator.label": "No se encontró",
|
||||||
|
"missing_indicator.sublabel": "No se encontró este recurso",
|
||||||
|
"mute_modal.hide_notifications": "¿Querés ocultar las notificaciones de este usuario?",
|
||||||
|
"navigation_bar.apps": "Aplicaciones móviles",
|
||||||
|
"navigation_bar.blocks": "Usuarios bloqueados",
|
||||||
|
"navigation_bar.community_timeline": "Línea temporal local",
|
||||||
|
"navigation_bar.compose": "Redactar un nuevo toot",
|
||||||
|
"navigation_bar.direct": "Mensajes directos",
|
||||||
|
"navigation_bar.discover": "Descubrir",
|
||||||
|
"navigation_bar.domain_blocks": "Dominios ocultos",
|
||||||
|
"navigation_bar.edit_profile": "Editar perfil",
|
||||||
|
"navigation_bar.favourites": "Favoritos",
|
||||||
|
"navigation_bar.filters": "Palabras silenciadas",
|
||||||
|
"navigation_bar.follow_requests": "Solicitudes de seguimiento",
|
||||||
|
"navigation_bar.follows_and_followers": "Personas seguidas y seguidores",
|
||||||
|
"navigation_bar.info": "Acerca de este servidor",
|
||||||
|
"navigation_bar.keyboard_shortcuts": "Atajos",
|
||||||
|
"navigation_bar.lists": "Listas",
|
||||||
|
"navigation_bar.logout": "Cerrar sesión",
|
||||||
|
"navigation_bar.mutes": "Usuarios silenciados",
|
||||||
|
"navigation_bar.personal": "Personal",
|
||||||
|
"navigation_bar.pins": "Toots fijados",
|
||||||
|
"navigation_bar.preferences": "Configuración",
|
||||||
|
"navigation_bar.public_timeline": "Línea temporal federada",
|
||||||
|
"navigation_bar.security": "Seguridad",
|
||||||
|
"notification.and_n_others": "y {count, plural, one {# otro} other {# otros}}",
|
||||||
|
"notification.favourite": "{name} marcó tu estado como favorito",
|
||||||
|
"notification.follow": "{name} te empezó a seguir",
|
||||||
|
"notification.mention": "{name} te mencionó",
|
||||||
|
"notification.poll": "Finalizó una encuesta en la que votaste",
|
||||||
|
"notification.reblog": "{name} retooteó tu estado",
|
||||||
|
"notifications.clear": "Limpiar notificaciones",
|
||||||
|
"notifications.clear_confirmation": "¿Estás seguro que querés limpiar todas tus notificaciones permanentemente?",
|
||||||
|
"notifications.column_settings.alert": "Notificaciones de escritorio",
|
||||||
|
"notifications.column_settings.favourite": "Favoritos:",
|
||||||
|
"notifications.column_settings.filter_bar.advanced": "Mostrar todas las categorías",
|
||||||
|
"notifications.column_settings.filter_bar.category": "Barra de filtrado rápido",
|
||||||
|
"notifications.column_settings.filter_bar.show": "Mostrar",
|
||||||
|
"notifications.column_settings.follow": "Nuevos seguidores:",
|
||||||
|
"notifications.column_settings.mention": "Menciones:",
|
||||||
|
"notifications.column_settings.poll": "Resultados de la encuesta:",
|
||||||
|
"notifications.column_settings.push": "Notificaciones push",
|
||||||
|
"notifications.column_settings.reblog": "Retoots:",
|
||||||
|
"notifications.column_settings.show": "Mostrar en columna",
|
||||||
|
"notifications.column_settings.sound": "Reproducir sonido",
|
||||||
|
"notifications.filter.all": "Todas",
|
||||||
|
"notifications.filter.boosts": "Retoots",
|
||||||
|
"notifications.filter.favourites": "Favoritos",
|
||||||
|
"notifications.filter.follows": "Seguidores",
|
||||||
|
"notifications.filter.mentions": "Menciones",
|
||||||
|
"notifications.filter.polls": "Resultados de la encuesta",
|
||||||
|
"notifications.group": "{count} notificaciones",
|
||||||
|
"poll.closed": "Cerrada",
|
||||||
|
"poll.refresh": "Refrescar",
|
||||||
|
"poll.total_votes": "{count, plural, one {# voto} other {# votos}}",
|
||||||
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
|
"poll_button.add_poll": "Add a poll",
|
||||||
|
"poll_button.remove_poll": "Remove poll",
|
||||||
|
"privacy.change": "Adjust status privacy",
|
||||||
|
"privacy.direct.long": "Post to mentioned users only",
|
||||||
|
"privacy.direct.short": "Direct",
|
||||||
|
"privacy.private.long": "Post to followers only",
|
||||||
|
"privacy.private.short": "Followers-only",
|
||||||
|
"privacy.public.long": "Post to public timelines",
|
||||||
|
"privacy.public.short": "Public",
|
||||||
|
"privacy.unlisted.long": "Do not show in public timelines",
|
||||||
|
"privacy.unlisted.short": "Unlisted",
|
||||||
|
"regeneration_indicator.label": "Loading…",
|
||||||
|
"regeneration_indicator.sublabel": "Your home feed is being prepared!",
|
||||||
|
"relative_time.days": "{number}d",
|
||||||
|
"relative_time.hours": "{number}h",
|
||||||
|
"relative_time.just_now": "now",
|
||||||
|
"relative_time.minutes": "{number}m",
|
||||||
|
"relative_time.seconds": "{number}s",
|
||||||
|
"reply_indicator.cancel": "Cancel",
|
||||||
|
"report.forward": "Forward to {target}",
|
||||||
|
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||||
|
"report.hint": "The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:",
|
||||||
|
"report.placeholder": "Additional comments",
|
||||||
|
"report.submit": "Submit",
|
||||||
|
"report.target": "Report {target}",
|
||||||
|
"search.placeholder": "Search",
|
||||||
|
"search_popout.search_format": "Advanced search format",
|
||||||
|
"search_popout.tips.full_text": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
|
||||||
|
"search_popout.tips.hashtag": "hashtag",
|
||||||
|
"search_popout.tips.status": "status",
|
||||||
|
"search_popout.tips.text": "Simple text returns matching display names, usernames and hashtags",
|
||||||
|
"search_popout.tips.user": "user",
|
||||||
|
"search_results.accounts": "People",
|
||||||
|
"search_results.hashtags": "Hashtags",
|
||||||
|
"search_results.statuses": "Toots",
|
||||||
|
"search_results.statuses_fts_disabled": "Searching toots by their content is not enabled on this Mastodon server.",
|
||||||
|
"search_results.total": "{count, number} {count, plural, one {result} other {results}}",
|
||||||
|
"status.admin_account": "Open moderation interface for @{name}",
|
||||||
|
"status.admin_status": "Open this status in the moderation interface",
|
||||||
|
"status.block": "Block @{name}",
|
||||||
|
"status.cancel_reblog_private": "Unboost",
|
||||||
|
"status.cannot_reblog": "This post cannot be boosted",
|
||||||
|
"status.copy": "Copy link to status",
|
||||||
|
"status.delete": "Delete",
|
||||||
|
"status.detailed_status": "Detailed conversation view",
|
||||||
|
"status.direct": "Direct message @{name}",
|
||||||
|
"status.embed": "Embed",
|
||||||
|
"status.favourite": "Favourite",
|
||||||
|
"status.filtered": "Filtered",
|
||||||
|
"status.load_more": "Load more",
|
||||||
|
"status.media_hidden": "Media hidden",
|
||||||
|
"status.mention": "Mention @{name}",
|
||||||
|
"status.more": "More",
|
||||||
|
"status.mute": "Mute @{name}",
|
||||||
|
"status.mute_conversation": "Mute conversation",
|
||||||
|
"status.open": "Expand this status",
|
||||||
|
"status.pin": "Pin on profile",
|
||||||
|
"status.pinned": "Pinned toot",
|
||||||
|
"status.read_more": "Read more",
|
||||||
|
"status.reblog": "Boost",
|
||||||
|
"status.reblog_private": "Boost to original audience",
|
||||||
|
"status.reblogged_by": "{name} boosted",
|
||||||
|
"status.reblogs.empty": "No one has boosted this toot yet. When someone does, they will show up here.",
|
||||||
|
"status.redraft": "Delete & re-draft",
|
||||||
|
"status.reply": "Reply",
|
||||||
|
"status.replyAll": "Reply to thread",
|
||||||
|
"status.report": "Report @{name}",
|
||||||
|
"status.sensitive_warning": "Sensitive content",
|
||||||
|
"status.share": "Share",
|
||||||
|
"status.show_less": "Show less",
|
||||||
|
"status.show_less_all": "Show less for all",
|
||||||
|
"status.show_more": "Show more",
|
||||||
|
"status.show_more_all": "Show more for all",
|
||||||
|
"status.show_thread": "Show thread",
|
||||||
|
"status.uncached_media_warning": "Not available",
|
||||||
|
"status.unmute_conversation": "Unmute conversation",
|
||||||
|
"status.unpin": "Unpin from profile",
|
||||||
|
"suggestions.dismiss": "Dismiss suggestion",
|
||||||
|
"suggestions.header": "You might be interested in…",
|
||||||
|
"tabs_bar.federated_timeline": "Federated",
|
||||||
|
"tabs_bar.home": "Home",
|
||||||
|
"tabs_bar.local_timeline": "Local",
|
||||||
|
"tabs_bar.notifications": "Notifications",
|
||||||
|
"tabs_bar.search": "Search",
|
||||||
|
"time_remaining.days": "{number, plural, one {# day} other {# days}} left",
|
||||||
|
"time_remaining.hours": "{number, plural, one {# hour} other {# hours}} left",
|
||||||
|
"time_remaining.minutes": "{number, plural, one {# minute} other {# minutes}} left",
|
||||||
|
"time_remaining.moments": "Moments remaining",
|
||||||
|
"time_remaining.seconds": "{number, plural, one {# second} other {# seconds}} left",
|
||||||
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} talking",
|
||||||
|
"trends.trending_now": "Trending now",
|
||||||
|
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
|
||||||
|
"upload_area.title": "Drag & drop to upload",
|
||||||
|
"upload_button.label": "Add media ({formats})",
|
||||||
|
"upload_error.limit": "File upload limit exceeded.",
|
||||||
|
"upload_error.poll": "File upload not allowed with polls.",
|
||||||
|
"upload_form.description": "Describe for the visually impaired",
|
||||||
|
"upload_form.edit": "Edit",
|
||||||
|
"upload_form.undo": "Delete",
|
||||||
|
"upload_modal.analyzing_picture": "Analyzing picture…",
|
||||||
|
"upload_modal.apply": "Apply",
|
||||||
|
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
||||||
|
"upload_modal.detect_text": "Detect text from picture",
|
||||||
|
"upload_modal.edit_media": "Edit media",
|
||||||
|
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
||||||
|
"upload_modal.preview_label": "Preview ({ratio})",
|
||||||
|
"upload_progress.label": "Uploading...",
|
||||||
|
"video.close": "Close video",
|
||||||
|
"video.exit_fullscreen": "Exit full screen",
|
||||||
|
"video.expand": "Expand video",
|
||||||
|
"video.fullscreen": "Full screen",
|
||||||
|
"video.hide": "Hide video",
|
||||||
|
"video.mute": "Mute sound",
|
||||||
|
"video.pause": "Pause",
|
||||||
|
"video.play": "Play",
|
||||||
|
"video.unmute": "Unmute sound"
|
||||||
|
}
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Actualizar",
|
"poll.refresh": "Actualizar",
|
||||||
"poll.total_votes": "{count, plural, one {# voto} other {# votos}}",
|
"poll.total_votes": "{count, plural, one {# voto} other {# votos}}",
|
||||||
"poll.vote": "Votar",
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Añadir una encuesta",
|
"poll_button.add_poll": "Añadir una encuesta",
|
||||||
"poll_button.remove_poll": "Eliminar encuesta",
|
"poll_button.remove_poll": "Eliminar encuesta",
|
||||||
"privacy.change": "Ajustar privacidad",
|
"privacy.change": "Ajustar privacidad",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Värskenda",
|
"poll.refresh": "Värskenda",
|
||||||
"poll.total_votes": "{count, plural, one {# hääl} other {# hääli}}",
|
"poll.total_votes": "{count, plural, one {# hääl} other {# hääli}}",
|
||||||
"poll.vote": "Hääleta",
|
"poll.vote": "Hääleta",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Lisa küsitlus",
|
"poll_button.add_poll": "Lisa küsitlus",
|
||||||
"poll_button.remove_poll": "Eemalda küsitlus",
|
"poll_button.remove_poll": "Eemalda küsitlus",
|
||||||
"privacy.change": "Muuda staatuse privaatsust",
|
"privacy.change": "Muuda staatuse privaatsust",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Berritu",
|
"poll.refresh": "Berritu",
|
||||||
"poll.total_votes": "{count, plural, one {boto #} other {# boto}}",
|
"poll.total_votes": "{count, plural, one {boto #} other {# boto}}",
|
||||||
"poll.vote": "Bozkatu",
|
"poll.vote": "Bozkatu",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Gehitu inkesta bat",
|
"poll_button.add_poll": "Gehitu inkesta bat",
|
||||||
"poll_button.remove_poll": "Kendu inkesta",
|
"poll_button.remove_poll": "Kendu inkesta",
|
||||||
"privacy.change": "Doitu mezuaren pribatutasuna",
|
"privacy.change": "Doitu mezuaren pribatutasuna",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "بهروزرسانی",
|
"poll.refresh": "بهروزرسانی",
|
||||||
"poll.total_votes": "{count, plural, one {# رأی} other {# رأی}}",
|
"poll.total_votes": "{count, plural, one {# رأی} other {# رأی}}",
|
||||||
"poll.vote": "رأی",
|
"poll.vote": "رأی",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "افزودن نظرسنجی",
|
"poll_button.add_poll": "افزودن نظرسنجی",
|
||||||
"poll_button.remove_poll": "حذف نظرسنجی",
|
"poll_button.remove_poll": "حذف نظرسنجی",
|
||||||
"privacy.change": "تنظیم حریم خصوصی نوشتهها",
|
"privacy.change": "تنظیم حریم خصوصی نوشتهها",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Säädä tuuttauksen näkyvyyttä",
|
"privacy.change": "Säädä tuuttauksen näkyvyyttä",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"account.unmute": "Ne plus masquer @{name}",
|
"account.unmute": "Ne plus masquer @{name}",
|
||||||
"account.unmute_notifications": "Réactiver les notifications de @{name}",
|
"account.unmute_notifications": "Réactiver les notifications de @{name}",
|
||||||
"alert.rate_limited.message": "Veuillez réessayer après {retry_time, time, medium}.",
|
"alert.rate_limited.message": "Veuillez réessayer après {retry_time, time, medium}.",
|
||||||
"alert.rate_limited.title": "Taux limité",
|
"alert.rate_limited.title": "Débit limité",
|
||||||
"alert.unexpected.message": "Une erreur inattendue s’est produite.",
|
"alert.unexpected.message": "Une erreur inattendue s’est produite.",
|
||||||
"alert.unexpected.title": "Oups !",
|
"alert.unexpected.title": "Oups !",
|
||||||
"autosuggest_hashtag.per_week": "{count} par semaine",
|
"autosuggest_hashtag.per_week": "{count} par semaine",
|
||||||
|
@ -70,12 +70,12 @@
|
||||||
"column_header.moveRight_settings": "Déplacer la colonne vers la droite",
|
"column_header.moveRight_settings": "Déplacer la colonne vers la droite",
|
||||||
"column_header.pin": "Épingler",
|
"column_header.pin": "Épingler",
|
||||||
"column_header.show_settings": "Afficher les paramètres",
|
"column_header.show_settings": "Afficher les paramètres",
|
||||||
"column_header.unpin": "Retirer",
|
"column_header.unpin": "Désépingler",
|
||||||
"column_subheading.settings": "Paramètres",
|
"column_subheading.settings": "Paramètres",
|
||||||
"community.column_settings.media_only": "Média uniquement",
|
"community.column_settings.media_only": "Média uniquement",
|
||||||
"compose_form.direct_message_warning": "Ce pouet sera uniquement envoyé aux personnes mentionnées. Cependant, l’administration de votre instance et des instances réceptrices pourront inspecter ce message.",
|
"compose_form.direct_message_warning": "Ce pouet sera uniquement envoyé aux personnes mentionnées. Cependant, l’administration de votre instance et des instances réceptrices pourront inspecter ce message.",
|
||||||
"compose_form.direct_message_warning_learn_more": "En savoir plus",
|
"compose_form.direct_message_warning_learn_more": "Plus d'informations",
|
||||||
"compose_form.hashtag_warning": "Ce pouet ne sera pas listé dans les recherches par hashtag car sa visibilité est réglée sur \"non listé\". Seuls les pouets avec une visibilité \"publique\" peuvent être recherchés par hashtag.",
|
"compose_form.hashtag_warning": "Ce pouet ne sera pas listé dans les recherches par mot-clé car sa visibilité est réglée sur \"non listé\". Seuls les pouets avec une visibilité \"publique\" peuvent être recherchés par mot-clé.",
|
||||||
"compose_form.lock_disclaimer": "Votre compte n’est pas {locked}. Tout le monde peut vous suivre et voir vos pouets privés.",
|
"compose_form.lock_disclaimer": "Votre compte n’est pas {locked}. Tout le monde peut vous suivre et voir vos pouets privés.",
|
||||||
"compose_form.lock_disclaimer.lock": "verrouillé",
|
"compose_form.lock_disclaimer.lock": "verrouillé",
|
||||||
"compose_form.placeholder": "Qu’avez-vous en tête ?",
|
"compose_form.placeholder": "Qu’avez-vous en tête ?",
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
"compose_form.publish_loud": "{publish} !",
|
"compose_form.publish_loud": "{publish} !",
|
||||||
"compose_form.sensitive.hide": "Marquer le média comme sensible",
|
"compose_form.sensitive.hide": "Marquer le média comme sensible",
|
||||||
"compose_form.sensitive.marked": "Média marqué comme sensible",
|
"compose_form.sensitive.marked": "Média marqué comme sensible",
|
||||||
"compose_form.sensitive.unmarked": "Média non marqué comme sensible",
|
"compose_form.sensitive.unmarked": "Le média n'est pas marqué comme sensible",
|
||||||
"compose_form.spoiler.marked": "Le texte est caché derrière un avertissement",
|
"compose_form.spoiler.marked": "Le texte est caché derrière un avertissement",
|
||||||
"compose_form.spoiler.unmarked": "Le texte n’est pas caché",
|
"compose_form.spoiler.unmarked": "Le texte n’est pas caché",
|
||||||
"compose_form.spoiler_placeholder": "Écrivez ici votre avertissement",
|
"compose_form.spoiler_placeholder": "Écrivez ici votre avertissement",
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
"confirmations.logout.confirm": "Déconnexion",
|
"confirmations.logout.confirm": "Déconnexion",
|
||||||
"confirmations.logout.message": "Êtes-vous sûr de vouloir vous déconnecter ?",
|
"confirmations.logout.message": "Êtes-vous sûr de vouloir vous déconnecter ?",
|
||||||
"confirmations.mute.confirm": "Masquer",
|
"confirmations.mute.confirm": "Masquer",
|
||||||
"confirmations.mute.message": "Confirmez-vous le masquage de {name} ?",
|
"confirmations.mute.message": "Êtes-vous sûr·e de vouloir masquer {name} ?",
|
||||||
"confirmations.redraft.confirm": "Effacer et ré-écrire",
|
"confirmations.redraft.confirm": "Effacer et ré-écrire",
|
||||||
"confirmations.redraft.message": "Êtes-vous sûr·e de vouloir effacer ce statut pour le ré-écrire ? Ses partages ainsi que ses mises en favori seront perdu·e·s et ses réponses seront orphelines.",
|
"confirmations.redraft.message": "Êtes-vous sûr·e de vouloir effacer ce statut pour le ré-écrire ? Ses partages ainsi que ses mises en favori seront perdu·e·s et ses réponses seront orphelines.",
|
||||||
"confirmations.reply.confirm": "Répondre",
|
"confirmations.reply.confirm": "Répondre",
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
"empty_column.lists": "Vous n’avez pas encore de liste. Lorsque vous en créerez une, elle apparaîtra ici.",
|
"empty_column.lists": "Vous n’avez pas encore de liste. Lorsque vous en créerez une, elle apparaîtra ici.",
|
||||||
"empty_column.mutes": "Vous n’avez pas encore mis d'utilisateur·rice·s en silence.",
|
"empty_column.mutes": "Vous n’avez pas encore mis d'utilisateur·rice·s en silence.",
|
||||||
"empty_column.notifications": "Vous n’avez pas encore de notification. Interagissez avec d’autres personnes pour débuter la conversation.",
|
"empty_column.notifications": "Vous n’avez pas encore de notification. Interagissez avec d’autres personnes pour débuter la conversation.",
|
||||||
"empty_column.public": "Il n’y a rien ici ! Écrivez quelque chose publiquement, ou bien suivez manuellement des personnes d’autres instances pour remplir le fil public",
|
"empty_column.public": "Il n’y a rien ici ! Écrivez quelque chose publiquement, ou bien suivez manuellement des personnes d’autres instances pour le remplir",
|
||||||
"follow_request.authorize": "Accepter",
|
"follow_request.authorize": "Accepter",
|
||||||
"follow_request.reject": "Rejeter",
|
"follow_request.reject": "Rejeter",
|
||||||
"getting_started.developers": "Développeur·euse·s",
|
"getting_started.developers": "Développeur·euse·s",
|
||||||
|
@ -166,12 +166,12 @@
|
||||||
"hashtag.column_header.tag_mode.any": "ou {additional}",
|
"hashtag.column_header.tag_mode.any": "ou {additional}",
|
||||||
"hashtag.column_header.tag_mode.none": "sans {additional}",
|
"hashtag.column_header.tag_mode.none": "sans {additional}",
|
||||||
"hashtag.column_settings.select.no_options_message": "Aucune suggestion trouvée",
|
"hashtag.column_settings.select.no_options_message": "Aucune suggestion trouvée",
|
||||||
"hashtag.column_settings.select.placeholder": "Ajouter des hashtags…",
|
"hashtag.column_settings.select.placeholder": "Ajouter des mots-clés…",
|
||||||
"hashtag.column_settings.tag_mode.all": "Tous ces éléments",
|
"hashtag.column_settings.tag_mode.all": "Tous ces éléments",
|
||||||
"hashtag.column_settings.tag_mode.any": "Au moins un de ces éléments",
|
"hashtag.column_settings.tag_mode.any": "Au moins un de ces éléments",
|
||||||
"hashtag.column_settings.tag_mode.none": "Aucun de ces éléments",
|
"hashtag.column_settings.tag_mode.none": "Aucun de ces éléments",
|
||||||
"hashtag.column_settings.tag_toggle": "Inclure des tags additionnels dans cette colonne",
|
"hashtag.column_settings.tag_toggle": "Inclure des mots-clés additionnels dans cette colonne",
|
||||||
"home.column_settings.basic": "Basique",
|
"home.column_settings.basic": "Base",
|
||||||
"home.column_settings.show_reblogs": "Afficher les partages",
|
"home.column_settings.show_reblogs": "Afficher les partages",
|
||||||
"home.column_settings.show_replies": "Afficher les réponses",
|
"home.column_settings.show_replies": "Afficher les réponses",
|
||||||
"home.column_settings.update_live": "Mettre à jour en temps réel",
|
"home.column_settings.update_live": "Mettre à jour en temps réel",
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
"keyboard_shortcuts.blocked": "pour ouvrir une liste d’utilisateur·rice·s bloqué·e·s",
|
"keyboard_shortcuts.blocked": "pour ouvrir une liste d’utilisateur·rice·s bloqué·e·s",
|
||||||
"keyboard_shortcuts.boost": "pour partager",
|
"keyboard_shortcuts.boost": "pour partager",
|
||||||
"keyboard_shortcuts.column": "pour focaliser un statut dans l’une des colonnes",
|
"keyboard_shortcuts.column": "pour focaliser un statut dans l’une des colonnes",
|
||||||
"keyboard_shortcuts.compose": "pour centrer la zone de rédaction",
|
"keyboard_shortcuts.compose": "pour focaliser la zone de rédaction",
|
||||||
"keyboard_shortcuts.description": "Description",
|
"keyboard_shortcuts.description": "Description",
|
||||||
"keyboard_shortcuts.direct": "pour ouvrir une colonne des messages directs",
|
"keyboard_shortcuts.direct": "pour ouvrir une colonne des messages directs",
|
||||||
"keyboard_shortcuts.down": "pour descendre dans la liste",
|
"keyboard_shortcuts.down": "pour descendre dans la liste",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Actualiser",
|
"poll.refresh": "Actualiser",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Voter",
|
"poll.vote": "Voter",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Ajouter un sondage",
|
"poll_button.add_poll": "Ajouter un sondage",
|
||||||
"poll_button.remove_poll": "Supprimer le sondage",
|
"poll_button.remove_poll": "Supprimer le sondage",
|
||||||
"privacy.change": "Ajuster la confidentialité du message",
|
"privacy.change": "Ajuster la confidentialité du message",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Actualizar",
|
"poll.refresh": "Actualizar",
|
||||||
"poll.total_votes": "{count, plural, one {# voto} outros {# votos}}",
|
"poll.total_votes": "{count, plural, one {# voto} outros {# votos}}",
|
||||||
"poll.vote": "Votar",
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Engadir sondaxe",
|
"poll_button.add_poll": "Engadir sondaxe",
|
||||||
"poll_button.remove_poll": "Eliminar sondaxe",
|
"poll_button.remove_poll": "Eliminar sondaxe",
|
||||||
"privacy.change": "Axustar a intimidade do estado",
|
"privacy.change": "Axustar a intimidade do estado",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "שינוי פרטיות ההודעה",
|
"privacy.change": "שינוי פרטיות ההודעה",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Podesi status privatnosti",
|
"privacy.change": "Podesi status privatnosti",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"account.block": "@{name} letiltása",
|
"account.block": "@{name} letiltása",
|
||||||
"account.block_domain": "Minden elrejtése innen: {domain}",
|
"account.block_domain": "Minden elrejtése innen: {domain}",
|
||||||
"account.blocked": "Letiltva",
|
"account.blocked": "Letiltva",
|
||||||
"account.cancel_follow_request": "Cancel follow request",
|
"account.cancel_follow_request": "Követési kérelem törlése",
|
||||||
"account.direct": "Közvetlen üzenet @{name} számára",
|
"account.direct": "Közvetlen üzenet @{name} számára",
|
||||||
"account.domain_blocked": "Rejtett domain",
|
"account.domain_blocked": "Rejtett domain",
|
||||||
"account.edit_profile": "Profil szerkesztése",
|
"account.edit_profile": "Profil szerkesztése",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"account.follows.empty": "Ez a felhasználó még senkit sem követ.",
|
"account.follows.empty": "Ez a felhasználó még senkit sem követ.",
|
||||||
"account.follows_you": "Követ téged",
|
"account.follows_you": "Követ téged",
|
||||||
"account.hide_reblogs": "@{name} megtolásainak némítása",
|
"account.hide_reblogs": "@{name} megtolásainak némítása",
|
||||||
"account.last_status": "Last active",
|
"account.last_status": "Utoljára aktív",
|
||||||
"account.link_verified_on": "A linket ellenőriztük: {date}",
|
"account.link_verified_on": "A linket ellenőriztük: {date}",
|
||||||
"account.locked_info": "Ez a fiók zárt. A tulaj engedélyezi, ki követheti őt.",
|
"account.locked_info": "Ez a fiók zárt. A tulaj engedélyezi, ki követheti őt.",
|
||||||
"account.media": "Média",
|
"account.media": "Média",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"account.mute": "@{name} némítása",
|
"account.mute": "@{name} némítása",
|
||||||
"account.mute_notifications": "@{name} értesítéseinek némítása",
|
"account.mute_notifications": "@{name} értesítéseinek némítása",
|
||||||
"account.muted": "Némítva",
|
"account.muted": "Némítva",
|
||||||
"account.never_active": "Never",
|
"account.never_active": "Soha",
|
||||||
"account.posts": "Tülkölés",
|
"account.posts": "Tülkölés",
|
||||||
"account.posts_with_replies": "Tülkölés válaszokkal",
|
"account.posts_with_replies": "Tülkölés válaszokkal",
|
||||||
"account.report": "@{name} jelentése",
|
"account.report": "@{name} jelentése",
|
||||||
|
@ -38,11 +38,11 @@
|
||||||
"account.unfollow": "Követés vége",
|
"account.unfollow": "Követés vége",
|
||||||
"account.unmute": "@{name} némítás feloldása",
|
"account.unmute": "@{name} némítás feloldása",
|
||||||
"account.unmute_notifications": "@{name} némított értesítéseinek feloldása",
|
"account.unmute_notifications": "@{name} némított értesítéseinek feloldása",
|
||||||
"alert.rate_limited.message": "Please retry after {retry_time, time, medium}.",
|
"alert.rate_limited.message": "Kérlek, próbáld újra {retry_time, time, medium}.",
|
||||||
"alert.rate_limited.title": "Rate limited",
|
"alert.rate_limited.title": "Forgalomkorlátozás",
|
||||||
"alert.unexpected.message": "Váratlan hiba történt.",
|
"alert.unexpected.message": "Váratlan hiba történt.",
|
||||||
"alert.unexpected.title": "Hoppá!",
|
"alert.unexpected.title": "Hoppá!",
|
||||||
"autosuggest_hashtag.per_week": "{count} per week",
|
"autosuggest_hashtag.per_week": "{count}/hét",
|
||||||
"boost_modal.combo": "Hogy átugord ezt következő alkalommal, használd {combo}",
|
"boost_modal.combo": "Hogy átugord ezt következő alkalommal, használd {combo}",
|
||||||
"bundle_column_error.body": "Hiba történt a komponens betöltése közben.",
|
"bundle_column_error.body": "Hiba történt a komponens betöltése közben.",
|
||||||
"bundle_column_error.retry": "Próbáld újra",
|
"bundle_column_error.retry": "Próbáld újra",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "Letiltott felhasználók",
|
"column.blocks": "Letiltott felhasználók",
|
||||||
"column.community": "Helyi idővonal",
|
"column.community": "Helyi idővonal",
|
||||||
"column.direct": "Közvetlen üzenetek",
|
"column.direct": "Közvetlen üzenetek",
|
||||||
"column.directory": "Browse profiles",
|
"column.directory": "Profilok böngészése",
|
||||||
"column.domain_blocks": "Rejtett domainek",
|
"column.domain_blocks": "Rejtett domainek",
|
||||||
"column.favourites": "Kedvencek",
|
"column.favourites": "Kedvencek",
|
||||||
"column.follow_requests": "Követési kérelmek",
|
"column.follow_requests": "Követési kérelmek",
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"column.notifications": "Értesítések",
|
"column.notifications": "Értesítések",
|
||||||
"column.pins": "Kitűzött tülkök",
|
"column.pins": "Kitűzött tülkök",
|
||||||
"column.public": "Nyilvános idővonal",
|
"column.public": "Nyilvános idővonal",
|
||||||
"column.status": "Toot",
|
"column.status": "Tülk",
|
||||||
"column_back_button.label": "Vissza",
|
"column_back_button.label": "Vissza",
|
||||||
"column_header.hide_settings": "Beállítások elrejtése",
|
"column_header.hide_settings": "Beállítások elrejtése",
|
||||||
"column_header.moveLeft_settings": "Oszlop elmozdítása balra",
|
"column_header.moveLeft_settings": "Oszlop elmozdítása balra",
|
||||||
|
@ -101,8 +101,8 @@
|
||||||
"confirmations.delete_list.message": "Biztos, hogy véglegesen törölni szeretnéd ezt a listát?",
|
"confirmations.delete_list.message": "Biztos, hogy véglegesen törölni szeretnéd ezt a listát?",
|
||||||
"confirmations.domain_block.confirm": "Teljes domain elrejtése",
|
"confirmations.domain_block.confirm": "Teljes domain elrejtése",
|
||||||
"confirmations.domain_block.message": "Egészen biztos, hogy le szeretnéd tiltani a teljes {domain}-t? A legtöbb esetben néhány célzott tiltás vagy némítás elegendő és kívánatosabb megoldás. Semmilyen tartalmat nem fogsz látni ebből a domainből se idővonalakon, se értesítésekben. Az ebben a domainben lévő követőidet is eltávolítjuk.",
|
"confirmations.domain_block.message": "Egészen biztos, hogy le szeretnéd tiltani a teljes {domain}-t? A legtöbb esetben néhány célzott tiltás vagy némítás elegendő és kívánatosabb megoldás. Semmilyen tartalmat nem fogsz látni ebből a domainből se idővonalakon, se értesítésekben. Az ebben a domainben lévő követőidet is eltávolítjuk.",
|
||||||
"confirmations.logout.confirm": "Log out",
|
"confirmations.logout.confirm": "Kijelentkezés",
|
||||||
"confirmations.logout.message": "Are you sure you want to log out?",
|
"confirmations.logout.message": "Biztosan ki akar jelentkezni?",
|
||||||
"confirmations.mute.confirm": "Némítás",
|
"confirmations.mute.confirm": "Némítás",
|
||||||
"confirmations.mute.message": "Biztos, hogy némítani szeretnéd {name}?",
|
"confirmations.mute.message": "Biztos, hogy némítani szeretnéd {name}?",
|
||||||
"confirmations.redraft.confirm": "Törlés és újraírás",
|
"confirmations.redraft.confirm": "Törlés és újraírás",
|
||||||
|
@ -111,14 +111,14 @@
|
||||||
"confirmations.reply.message": "Ha most válaszolsz, ez felülírja a most szerkesztés alatt álló üzenetet. Mégis ezt szeretnéd?",
|
"confirmations.reply.message": "Ha most válaszolsz, ez felülírja a most szerkesztés alatt álló üzenetet. Mégis ezt szeretnéd?",
|
||||||
"confirmations.unfollow.confirm": "Követés visszavonása",
|
"confirmations.unfollow.confirm": "Követés visszavonása",
|
||||||
"confirmations.unfollow.message": "Biztos, hogy vissza szeretnéd vonni {name} követését?",
|
"confirmations.unfollow.message": "Biztos, hogy vissza szeretnéd vonni {name} követését?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Beszélgetés törlése",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Megjelölés olvasottként",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Beszélgetés megtekintése",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "{names}-el/al",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "Az ismert fediverzumból",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "Csak {domain}-ból/ből",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "Új csatlakozók",
|
||||||
"directory.recently_active": "Recently active",
|
"directory.recently_active": "Nemrég aktív",
|
||||||
"embed.instructions": "Ágyazd be ezt a tülköt a weboldaladba az alábbi kód kimásolásával.",
|
"embed.instructions": "Ágyazd be ezt a tülköt a weboldaladba az alábbi kód kimásolásával.",
|
||||||
"embed.preview": "Így fog kinézni:",
|
"embed.preview": "Így fog kinézni:",
|
||||||
"emoji_button.activity": "Aktivitás",
|
"emoji_button.activity": "Aktivitás",
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"home.column_settings.basic": "Alapértelmezések",
|
"home.column_settings.basic": "Alapértelmezések",
|
||||||
"home.column_settings.show_reblogs": "Megtolások mutatása",
|
"home.column_settings.show_reblogs": "Megtolások mutatása",
|
||||||
"home.column_settings.show_replies": "Válaszok mutatása",
|
"home.column_settings.show_replies": "Válaszok mutatása",
|
||||||
"home.column_settings.update_live": "Update in real-time",
|
"home.column_settings.update_live": "Frissítés valós időben",
|
||||||
"intervals.full.days": "{number, plural, one {# nap} other {# nap}}",
|
"intervals.full.days": "{number, plural, one {# nap} other {# nap}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# óra} other {# óra}}",
|
"intervals.full.hours": "{number, plural, one {# óra} other {# óra}}",
|
||||||
"intervals.full.minutes": "{number, plural, one {# perc} other {# perc}}",
|
"intervals.full.minutes": "{number, plural, one {# perc} other {# perc}}",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"navigation_bar.preferences": "Beállítások",
|
"navigation_bar.preferences": "Beállítások",
|
||||||
"navigation_bar.public_timeline": "Föderációs idővonal",
|
"navigation_bar.public_timeline": "Föderációs idővonal",
|
||||||
"navigation_bar.security": "Biztonság",
|
"navigation_bar.security": "Biztonság",
|
||||||
"notification.and_n_others": "and {count, plural, one {# other} other {# others}}",
|
"notification.and_n_others": "és {count, plural, one {# másik} other {# másik}}",
|
||||||
"notification.favourite": "{name} kedvencnek jelölte egy tülködet",
|
"notification.favourite": "{name} kedvencnek jelölte egy tülködet",
|
||||||
"notification.follow": "{name} követ téged",
|
"notification.follow": "{name} követ téged",
|
||||||
"notification.mention": "{name} megemlített",
|
"notification.mention": "{name} megemlített",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Frissítés",
|
"poll.refresh": "Frissítés",
|
||||||
"poll.total_votes": "{count, plural, one {# szavazat} other {# szavazat}}",
|
"poll.total_votes": "{count, plural, one {# szavazat} other {# szavazat}}",
|
||||||
"poll.vote": "Szavazás",
|
"poll.vote": "Szavazás",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Új szavazás",
|
"poll_button.add_poll": "Új szavazás",
|
||||||
"poll_button.remove_poll": "Szavazás törlése",
|
"poll_button.remove_poll": "Szavazás törlése",
|
||||||
"privacy.change": "Tülk láthatóságának módosítása",
|
"privacy.change": "Tülk láthatóságának módosítása",
|
||||||
|
@ -373,7 +374,7 @@
|
||||||
"status.show_more": "Többet",
|
"status.show_more": "Többet",
|
||||||
"status.show_more_all": "Többet mindenhol",
|
"status.show_more_all": "Többet mindenhol",
|
||||||
"status.show_thread": "Szál mutatása",
|
"status.show_thread": "Szál mutatása",
|
||||||
"status.uncached_media_warning": "Not available",
|
"status.uncached_media_warning": "Nem elérhető",
|
||||||
"status.unmute_conversation": "Beszélgetés némításának kikapcsolása",
|
"status.unmute_conversation": "Beszélgetés némításának kikapcsolása",
|
||||||
"status.unpin": "Kitűzés eltávolítása a profilodról",
|
"status.unpin": "Kitűzés eltávolítása a profilodról",
|
||||||
"suggestions.dismiss": "Javaslat elvetése",
|
"suggestions.dismiss": "Javaslat elvetése",
|
||||||
|
@ -389,22 +390,22 @@
|
||||||
"time_remaining.moments": "Pillanatok vannak hátra",
|
"time_remaining.moments": "Pillanatok vannak hátra",
|
||||||
"time_remaining.seconds": "{number, plural, one {# másodperc} other {# másodperc}} van hátra",
|
"time_remaining.seconds": "{number, plural, one {# másodperc} other {# másodperc}} van hátra",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {résztvevő} other {résztvevő}} beszélget",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {résztvevő} other {résztvevő}} beszélget",
|
||||||
"trends.trending_now": "Trending now",
|
"trends.trending_now": "Most trendi",
|
||||||
"ui.beforeunload": "A piszkozatod el fog veszni, ha elhagyod a Mastodon-t.",
|
"ui.beforeunload": "A piszkozatod el fog veszni, ha elhagyod a Mastodon-t.",
|
||||||
"upload_area.title": "Húzd ide a feltöltéshez",
|
"upload_area.title": "Húzd ide a feltöltéshez",
|
||||||
"upload_button.label": "Média hozzáadása (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Média hozzáadása (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||||
"upload_error.limit": "Túllépted a fájl feltöltési limitet.",
|
"upload_error.limit": "Túllépted a fájl feltöltési limitet.",
|
||||||
"upload_error.poll": "Szavazásnál nem lehet fájlt feltölteni.",
|
"upload_error.poll": "Szavazásnál nem lehet fájlt feltölteni.",
|
||||||
"upload_form.description": "Leírás látáskorlátozottak számára",
|
"upload_form.description": "Leírás látáskorlátozottak számára",
|
||||||
"upload_form.edit": "Edit",
|
"upload_form.edit": "Szerkesztés",
|
||||||
"upload_form.undo": "Mégsem",
|
"upload_form.undo": "Mégsem",
|
||||||
"upload_modal.analyzing_picture": "Analyzing picture…",
|
"upload_modal.analyzing_picture": "Kép elemzése…",
|
||||||
"upload_modal.apply": "Apply",
|
"upload_modal.apply": "Alkalmazás",
|
||||||
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
"upload_modal.description_placeholder": "A gyors, barna róka átugrik a lusta kutya fölött",
|
||||||
"upload_modal.detect_text": "Detect text from picture",
|
"upload_modal.detect_text": "Szöveg felismerése a képről",
|
||||||
"upload_modal.edit_media": "Edit media",
|
"upload_modal.edit_media": "Média szerkesztése",
|
||||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
"upload_modal.hint": "Kattints vagy húzd a kört az előnézetben arra a fókuszpontra, mely minden megjelenített bélyegképen látható kell, legyen.",
|
||||||
"upload_modal.preview_label": "Preview ({ratio})",
|
"upload_modal.preview_label": "Előnézet ({ratio})",
|
||||||
"upload_progress.label": "Feltöltés...",
|
"upload_progress.label": "Feltöltés...",
|
||||||
"video.close": "Videó bezárása",
|
"video.close": "Videó bezárása",
|
||||||
"video.exit_fullscreen": "Kilépés teljes képernyőből",
|
"video.exit_fullscreen": "Kilépés teljes képernyőből",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Կարգավորել թթի գաղտնիությունը",
|
"privacy.change": "Կարգավորել թթի գաղտնիությունը",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Tentukan privasi status",
|
"privacy.change": "Tentukan privasi status",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Aranjar privateso di mesaji",
|
"privacy.change": "Aranjar privateso di mesaji",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"account.follows.empty": "Questo utente non segue ancora nessuno.",
|
"account.follows.empty": "Questo utente non segue ancora nessuno.",
|
||||||
"account.follows_you": "Ti segue",
|
"account.follows_you": "Ti segue",
|
||||||
"account.hide_reblogs": "Nascondi condivisioni da @{name}",
|
"account.hide_reblogs": "Nascondi condivisioni da @{name}",
|
||||||
"account.last_status": "Last active",
|
"account.last_status": "Ultima attività",
|
||||||
"account.link_verified_on": "La proprietà di questo link è stata controllata il {date}",
|
"account.link_verified_on": "La proprietà di questo link è stata controllata il {date}",
|
||||||
"account.locked_info": "Il livello di privacy di questo account è impostato a \"bloccato\". Il proprietario esamina manualmente le richieste di seguirlo.",
|
"account.locked_info": "Il livello di privacy di questo account è impostato a \"bloccato\". Il proprietario esamina manualmente le richieste di seguirlo.",
|
||||||
"account.media": "Media",
|
"account.media": "Media",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"account.mute": "Silenzia @{name}",
|
"account.mute": "Silenzia @{name}",
|
||||||
"account.mute_notifications": "Silenzia notifiche da @{name}",
|
"account.mute_notifications": "Silenzia notifiche da @{name}",
|
||||||
"account.muted": "Silenziato",
|
"account.muted": "Silenziato",
|
||||||
"account.never_active": "Never",
|
"account.never_active": "Mai",
|
||||||
"account.posts": "Toot",
|
"account.posts": "Toot",
|
||||||
"account.posts_with_replies": "Toot e risposte",
|
"account.posts_with_replies": "Toot e risposte",
|
||||||
"account.report": "Segnala @{name}",
|
"account.report": "Segnala @{name}",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "Utenti bloccati",
|
"column.blocks": "Utenti bloccati",
|
||||||
"column.community": "Timeline locale",
|
"column.community": "Timeline locale",
|
||||||
"column.direct": "Messaggi diretti",
|
"column.direct": "Messaggi diretti",
|
||||||
"column.directory": "Browse profiles",
|
"column.directory": "Sfoglia profili",
|
||||||
"column.domain_blocks": "Domini nascosti",
|
"column.domain_blocks": "Domini nascosti",
|
||||||
"column.favourites": "Apprezzati",
|
"column.favourites": "Apprezzati",
|
||||||
"column.follow_requests": "Richieste di amicizia",
|
"column.follow_requests": "Richieste di amicizia",
|
||||||
|
@ -101,8 +101,8 @@
|
||||||
"confirmations.delete_list.message": "Sei sicuro di voler cancellare definitivamente questa lista?",
|
"confirmations.delete_list.message": "Sei sicuro di voler cancellare definitivamente questa lista?",
|
||||||
"confirmations.domain_block.confirm": "Nascondi intero dominio",
|
"confirmations.domain_block.confirm": "Nascondi intero dominio",
|
||||||
"confirmations.domain_block.message": "Sei davvero sicuro che vuoi bloccare l'intero {domain}? Nella maggior parte dei casi, pochi blocchi o silenziamenti mirati sono sufficienti e preferibili. Non vedrai nessun contenuto di quel dominio né nelle timeline pubbliche né nelle notifiche. I tuoi seguaci di quel dominio saranno eliminati.",
|
"confirmations.domain_block.message": "Sei davvero sicuro che vuoi bloccare l'intero {domain}? Nella maggior parte dei casi, pochi blocchi o silenziamenti mirati sono sufficienti e preferibili. Non vedrai nessun contenuto di quel dominio né nelle timeline pubbliche né nelle notifiche. I tuoi seguaci di quel dominio saranno eliminati.",
|
||||||
"confirmations.logout.confirm": "Log out",
|
"confirmations.logout.confirm": "Esci",
|
||||||
"confirmations.logout.message": "Are you sure you want to log out?",
|
"confirmations.logout.message": "Sei sicuro di voler uscire?",
|
||||||
"confirmations.mute.confirm": "Silenzia",
|
"confirmations.mute.confirm": "Silenzia",
|
||||||
"confirmations.mute.message": "Sei sicuro di voler silenziare {name}?",
|
"confirmations.mute.message": "Sei sicuro di voler silenziare {name}?",
|
||||||
"confirmations.redraft.confirm": "Cancella e riscrivi",
|
"confirmations.redraft.confirm": "Cancella e riscrivi",
|
||||||
|
@ -111,14 +111,14 @@
|
||||||
"confirmations.reply.message": "Se rispondi ora, il messaggio che stai componendo sarà sovrascritto. Sei sicuro di voler continuare?",
|
"confirmations.reply.message": "Se rispondi ora, il messaggio che stai componendo sarà sovrascritto. Sei sicuro di voler continuare?",
|
||||||
"confirmations.unfollow.confirm": "Smetti di seguire",
|
"confirmations.unfollow.confirm": "Smetti di seguire",
|
||||||
"confirmations.unfollow.message": "Sei sicuro che non vuoi più seguire {name}?",
|
"confirmations.unfollow.message": "Sei sicuro che non vuoi più seguire {name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Elimina conversazione",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Segna come letto",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Visualizza conversazione",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Con {names}",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "Da un fediverso noto",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "Solo da {domain}",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "Nuovi arrivi",
|
||||||
"directory.recently_active": "Recently active",
|
"directory.recently_active": "Attivo di recente",
|
||||||
"embed.instructions": "Inserisci questo status nel tuo sito copiando il codice qui sotto.",
|
"embed.instructions": "Inserisci questo status nel tuo sito copiando il codice qui sotto.",
|
||||||
"embed.preview": "Ecco come apparirà:",
|
"embed.preview": "Ecco come apparirà:",
|
||||||
"emoji_button.activity": "Attività",
|
"emoji_button.activity": "Attività",
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"home.column_settings.basic": "Semplice",
|
"home.column_settings.basic": "Semplice",
|
||||||
"home.column_settings.show_reblogs": "Mostra post condivisi",
|
"home.column_settings.show_reblogs": "Mostra post condivisi",
|
||||||
"home.column_settings.show_replies": "Mostra risposte",
|
"home.column_settings.show_replies": "Mostra risposte",
|
||||||
"home.column_settings.update_live": "Update in real-time",
|
"home.column_settings.update_live": "Aggiorna in tempo reale",
|
||||||
"intervals.full.days": "{number, plural, one {# giorno} other {# giorni}}",
|
"intervals.full.days": "{number, plural, one {# giorno} other {# giorni}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# ora} other {# ore}}",
|
"intervals.full.hours": "{number, plural, one {# ora} other {# ore}}",
|
||||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}",
|
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minuti}}",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"navigation_bar.preferences": "Impostazioni",
|
"navigation_bar.preferences": "Impostazioni",
|
||||||
"navigation_bar.public_timeline": "Timeline federata",
|
"navigation_bar.public_timeline": "Timeline federata",
|
||||||
"navigation_bar.security": "Sicurezza",
|
"navigation_bar.security": "Sicurezza",
|
||||||
"notification.and_n_others": "and {count, plural, one {# other} other {# others}}",
|
"notification.and_n_others": "e {count, plural, one {# other} other {# others}}",
|
||||||
"notification.favourite": "{name} ha apprezzato il tuo post",
|
"notification.favourite": "{name} ha apprezzato il tuo post",
|
||||||
"notification.follow": "{name} ha iniziato a seguirti",
|
"notification.follow": "{name} ha iniziato a seguirti",
|
||||||
"notification.mention": "{name} ti ha menzionato",
|
"notification.mention": "{name} ti ha menzionato",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Aggiorna",
|
"poll.refresh": "Aggiorna",
|
||||||
"poll.total_votes": "{count, plural, one {# voto} other {# voti}}",
|
"poll.total_votes": "{count, plural, one {# voto} other {# voti}}",
|
||||||
"poll.vote": "Vota",
|
"poll.vote": "Vota",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Aggiungi un sondaggio",
|
"poll_button.add_poll": "Aggiungi un sondaggio",
|
||||||
"poll_button.remove_poll": "Rimuovi sondaggio",
|
"poll_button.remove_poll": "Rimuovi sondaggio",
|
||||||
"privacy.change": "Modifica privacy del post",
|
"privacy.change": "Modifica privacy del post",
|
||||||
|
@ -373,7 +374,7 @@
|
||||||
"status.show_more": "Mostra di più",
|
"status.show_more": "Mostra di più",
|
||||||
"status.show_more_all": "Mostra di più per tutti",
|
"status.show_more_all": "Mostra di più per tutti",
|
||||||
"status.show_thread": "Mostra thread",
|
"status.show_thread": "Mostra thread",
|
||||||
"status.uncached_media_warning": "Not available",
|
"status.uncached_media_warning": "Non disponibile",
|
||||||
"status.unmute_conversation": "Annulla silenzia conversazione",
|
"status.unmute_conversation": "Annulla silenzia conversazione",
|
||||||
"status.unpin": "Non fissare in cima al profilo",
|
"status.unpin": "Non fissare in cima al profilo",
|
||||||
"suggestions.dismiss": "Elimina suggerimento",
|
"suggestions.dismiss": "Elimina suggerimento",
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "ブロックしたユーザー",
|
"column.blocks": "ブロックしたユーザー",
|
||||||
"column.community": "ローカルタイムライン",
|
"column.community": "ローカルタイムライン",
|
||||||
"column.direct": "ダイレクトメッセージ",
|
"column.direct": "ダイレクトメッセージ",
|
||||||
"column.directory": "プロフィールを見る",
|
"column.directory": "ディレクトリ",
|
||||||
"column.domain_blocks": "非表示にしたドメイン",
|
"column.domain_blocks": "非表示にしたドメイン",
|
||||||
"column.favourites": "お気に入り",
|
"column.favourites": "お気に入り",
|
||||||
"column.follow_requests": "フォローリクエスト",
|
"column.follow_requests": "フォローリクエスト",
|
||||||
|
@ -113,8 +113,8 @@
|
||||||
"confirmations.unfollow.message": "本当に{name}さんのフォローを解除しますか?",
|
"confirmations.unfollow.message": "本当に{name}さんのフォローを解除しますか?",
|
||||||
"conversation.delete": "このやりとりを削除",
|
"conversation.delete": "このやりとりを削除",
|
||||||
"conversation.mark_as_read": "既読にする",
|
"conversation.mark_as_read": "既読にする",
|
||||||
"conversation.open": "会話を表示する",
|
"conversation.open": "会話を表示",
|
||||||
"conversation.with": "{names} を付ける",
|
"conversation.with": "{names}",
|
||||||
"directory.federated": "既知の連合より",
|
"directory.federated": "既知の連合より",
|
||||||
"directory.local": "{domain} のみ",
|
"directory.local": "{domain} のみ",
|
||||||
"directory.new_arrivals": "新着順",
|
"directory.new_arrivals": "新着順",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"navigation_bar.preferences": "ユーザー設定",
|
"navigation_bar.preferences": "ユーザー設定",
|
||||||
"navigation_bar.public_timeline": "連合タイムライン",
|
"navigation_bar.public_timeline": "連合タイムライン",
|
||||||
"navigation_bar.security": "セキュリティ",
|
"navigation_bar.security": "セキュリティ",
|
||||||
"notification.and_n_others": "と、その他 {count, plural, one {#} other {#}}",
|
"notification.and_n_others": "と、他 {count} 件",
|
||||||
"notification.favourite": "{name}さんがあなたのトゥートをお気に入りに登録しました",
|
"notification.favourite": "{name}さんがあなたのトゥートをお気に入りに登録しました",
|
||||||
"notification.follow": "{name}さんにフォローされました",
|
"notification.follow": "{name}さんにフォローされました",
|
||||||
"notification.mention": "{name}さんがあなたに返信しました",
|
"notification.mention": "{name}さんがあなたに返信しました",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "更新",
|
"poll.refresh": "更新",
|
||||||
"poll.total_votes": "{count}票",
|
"poll.total_votes": "{count}票",
|
||||||
"poll.vote": "投票",
|
"poll.vote": "投票",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "アンケートを追加",
|
"poll_button.add_poll": "アンケートを追加",
|
||||||
"poll_button.remove_poll": "アンケートを削除",
|
"poll_button.remove_poll": "アンケートを削除",
|
||||||
"privacy.change": "公開範囲を変更",
|
"privacy.change": "公開範囲を変更",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "სტატუსის კონფიდენციალურობის მითითება",
|
"privacy.change": "სტატუსის კონფიდენციალურობის მითითება",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Жаңарту",
|
"poll.refresh": "Жаңарту",
|
||||||
"poll.total_votes": "{count, plural, one {# дауыс} other {# дауыс}}",
|
"poll.total_votes": "{count, plural, one {# дауыс} other {# дауыс}}",
|
||||||
"poll.vote": "Дауыс беру",
|
"poll.vote": "Дауыс беру",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Сауалнама қосу",
|
"poll_button.add_poll": "Сауалнама қосу",
|
||||||
"poll_button.remove_poll": "Сауалнаманы өшіру",
|
"poll_button.remove_poll": "Сауалнаманы өшіру",
|
||||||
"privacy.change": "Құпиялылықты реттеу",
|
"privacy.change": "Құпиялылықты реттеу",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "새로고침",
|
"poll.refresh": "새로고침",
|
||||||
"poll.total_votes": "{count} 표",
|
"poll.total_votes": "{count} 표",
|
||||||
"poll.vote": "투표",
|
"poll.vote": "투표",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "투표 추가",
|
"poll_button.add_poll": "투표 추가",
|
||||||
"poll_button.remove_poll": "투표 삭제",
|
"poll_button.remove_poll": "투표 삭제",
|
||||||
"privacy.change": "포스트의 프라이버시 설정을 변경",
|
"privacy.change": "포스트의 프라이버시 설정을 변경",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "Door nu te reageren overschrijf je de toot die je op dit moment aan het schrijven bent. Weet je zeker dat je verder wil gaan?",
|
"confirmations.reply.message": "Door nu te reageren overschrijf je de toot die je op dit moment aan het schrijven bent. Weet je zeker dat je verder wil gaan?",
|
||||||
"confirmations.unfollow.confirm": "Ontvolgen",
|
"confirmations.unfollow.confirm": "Ontvolgen",
|
||||||
"confirmations.unfollow.message": "Weet je het zeker dat je {name} wilt ontvolgen?",
|
"confirmations.unfollow.message": "Weet je het zeker dat je {name} wilt ontvolgen?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Gesprek verwijderen",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Als gelezen markeren",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Gesprek tonen",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Met {names}",
|
||||||
"directory.federated": "Fediverse (wat bekend is)",
|
"directory.federated": "Fediverse (wat bekend is)",
|
||||||
"directory.local": "Alleen {domain}",
|
"directory.local": "Alleen {domain}",
|
||||||
"directory.new_arrivals": "Nieuwe accounts",
|
"directory.new_arrivals": "Nieuwe accounts",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Vernieuwen",
|
"poll.refresh": "Vernieuwen",
|
||||||
"poll.total_votes": "{count, plural, one {# stem} other {# stemmen}}",
|
"poll.total_votes": "{count, plural, one {# stem} other {# stemmen}}",
|
||||||
"poll.vote": "Stemmen",
|
"poll.vote": "Stemmen",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Poll toevoegen",
|
"poll_button.add_poll": "Poll toevoegen",
|
||||||
"poll_button.remove_poll": "Poll verwijderen",
|
"poll_button.remove_poll": "Poll verwijderen",
|
||||||
"privacy.change": "Zichtbaarheid toot aanpassen",
|
"privacy.change": "Zichtbaarheid toot aanpassen",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Adjust status privacy",
|
"privacy.change": "Adjust status privacy",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Justér synlighet",
|
"privacy.change": "Justér synlighet",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Actualizar",
|
"poll.refresh": "Actualizar",
|
||||||
"poll.total_votes": "{count, plural, one {# vòte} other {# vòtes}}",
|
"poll.total_votes": "{count, plural, one {# vòte} other {# vòtes}}",
|
||||||
"poll.vote": "Votar",
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Ajustar un sondatge",
|
"poll_button.add_poll": "Ajustar un sondatge",
|
||||||
"poll_button.remove_poll": "Levar lo sondatge",
|
"poll_button.remove_poll": "Levar lo sondatge",
|
||||||
"privacy.change": "Ajustar la confidencialitat del messatge",
|
"privacy.change": "Ajustar la confidencialitat del messatge",
|
||||||
|
|
|
@ -101,8 +101,8 @@
|
||||||
"confirmations.delete_list.message": "Czy na pewno chcesz bezpowrotnie usunąć tą listę?",
|
"confirmations.delete_list.message": "Czy na pewno chcesz bezpowrotnie usunąć tą listę?",
|
||||||
"confirmations.domain_block.confirm": "Ukryj wszysyko z domeny",
|
"confirmations.domain_block.confirm": "Ukryj wszysyko z domeny",
|
||||||
"confirmations.domain_block.message": "Czy na pewno chcesz zablokować całą domenę {domain}? Zwykle lepszym rozwiązaniem jest blokada lub wyciszenie kilku użytkowników.",
|
"confirmations.domain_block.message": "Czy na pewno chcesz zablokować całą domenę {domain}? Zwykle lepszym rozwiązaniem jest blokada lub wyciszenie kilku użytkowników.",
|
||||||
"confirmations.logout.confirm": "Log out",
|
"confirmations.logout.confirm": "Wyloguj",
|
||||||
"confirmations.logout.message": "Are you sure you want to log out?",
|
"confirmations.logout.message": "Czy na pewno chcesz się wylogować?",
|
||||||
"confirmations.mute.confirm": "Wycisz",
|
"confirmations.mute.confirm": "Wycisz",
|
||||||
"confirmations.mute.message": "Czy na pewno chcesz wyciszyć {name}?",
|
"confirmations.mute.message": "Czy na pewno chcesz wyciszyć {name}?",
|
||||||
"confirmations.redraft.confirm": "Usuń i przeredaguj",
|
"confirmations.redraft.confirm": "Usuń i przeredaguj",
|
||||||
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "W ten sposób utracisz wpis który obecnie tworzysz. Czy na pewno chcesz to zrobić?",
|
"confirmations.reply.message": "W ten sposób utracisz wpis który obecnie tworzysz. Czy na pewno chcesz to zrobić?",
|
||||||
"confirmations.unfollow.confirm": "Przestań śledzić",
|
"confirmations.unfollow.confirm": "Przestań śledzić",
|
||||||
"confirmations.unfollow.message": "Czy na pewno zamierzasz przestać śledzić {name}?",
|
"confirmations.unfollow.message": "Czy na pewno zamierzasz przestać śledzić {name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Usuń rozmowę",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Oznacz jako przeczytane",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Zobacz rozmowę",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Z {names}",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "From known fediverse",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "From {domain} only",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "New arrivals",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Odśwież",
|
"poll.refresh": "Odśwież",
|
||||||
"poll.total_votes": "{count, plural, one {# głos} few {# głosy} many {# głosów} other {# głosów}}",
|
"poll.total_votes": "{count, plural, one {# głos} few {# głosy} many {# głosów} other {# głosów}}",
|
||||||
"poll.vote": "Zagłosuj",
|
"poll.vote": "Zagłosuj",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Dodaj głosowanie",
|
"poll_button.add_poll": "Dodaj głosowanie",
|
||||||
"poll_button.remove_poll": "Usuń głosowanie",
|
"poll_button.remove_poll": "Usuń głosowanie",
|
||||||
"privacy.change": "Dostosuj widoczność wpisów",
|
"privacy.change": "Dostosuj widoczność wpisów",
|
||||||
|
@ -396,7 +397,7 @@
|
||||||
"upload_error.limit": "Przekroczono limit plików do wysłania.",
|
"upload_error.limit": "Przekroczono limit plików do wysłania.",
|
||||||
"upload_error.poll": "Dołączanie plików nie dozwolone z głosowaniami.",
|
"upload_error.poll": "Dołączanie plików nie dozwolone z głosowaniami.",
|
||||||
"upload_form.description": "Wprowadź opis dla niewidomych i niedowidzących",
|
"upload_form.description": "Wprowadź opis dla niewidomych i niedowidzących",
|
||||||
"upload_form.edit": "Edit",
|
"upload_form.edit": "Edytuj",
|
||||||
"upload_form.undo": "Usuń",
|
"upload_form.undo": "Usuń",
|
||||||
"upload_modal.analyzing_picture": "Analyzing picture…",
|
"upload_modal.analyzing_picture": "Analyzing picture…",
|
||||||
"upload_modal.apply": "Zastosuj",
|
"upload_modal.apply": "Zastosuj",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"account.follows.empty": "Esse usuário não segue ninguém no momento.",
|
"account.follows.empty": "Esse usuário não segue ninguém no momento.",
|
||||||
"account.follows_you": "Segue você",
|
"account.follows_you": "Segue você",
|
||||||
"account.hide_reblogs": "Esconder compartilhamentos de @{name}",
|
"account.hide_reblogs": "Esconder compartilhamentos de @{name}",
|
||||||
"account.last_status": "Last active",
|
"account.last_status": "Última atividade",
|
||||||
"account.link_verified_on": "A posse desse link foi verificada em {date}",
|
"account.link_verified_on": "A posse desse link foi verificada em {date}",
|
||||||
"account.locked_info": "Essa conta está trancada. Se você a seguir sua solicitação será revisada manualmente.",
|
"account.locked_info": "Essa conta está trancada. Se você a seguir sua solicitação será revisada manualmente.",
|
||||||
"account.media": "Mídia",
|
"account.media": "Mídia",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"column.blocks": "Usuários bloqueados",
|
"column.blocks": "Usuários bloqueados",
|
||||||
"column.community": "Local",
|
"column.community": "Local",
|
||||||
"column.direct": "Mensagens diretas",
|
"column.direct": "Mensagens diretas",
|
||||||
"column.directory": "Browse profiles",
|
"column.directory": "Explorar perfis",
|
||||||
"column.domain_blocks": "Domínios escondidos",
|
"column.domain_blocks": "Domínios escondidos",
|
||||||
"column.favourites": "Favoritos",
|
"column.favourites": "Favoritos",
|
||||||
"column.follow_requests": "Seguidores pendentes",
|
"column.follow_requests": "Seguidores pendentes",
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"column.notifications": "Notificações",
|
"column.notifications": "Notificações",
|
||||||
"column.pins": "Postagens fixadas",
|
"column.pins": "Postagens fixadas",
|
||||||
"column.public": "Global",
|
"column.public": "Global",
|
||||||
"column.status": "Toot",
|
"column.status": "Publicar",
|
||||||
"column_back_button.label": "Voltar",
|
"column_back_button.label": "Voltar",
|
||||||
"column_header.hide_settings": "Esconder configurações",
|
"column_header.hide_settings": "Esconder configurações",
|
||||||
"column_header.moveLeft_settings": "Mover coluna para a esquerda",
|
"column_header.moveLeft_settings": "Mover coluna para a esquerda",
|
||||||
|
@ -101,8 +101,8 @@
|
||||||
"confirmations.delete_list.message": "Você tem certeza que quer deletar permanentemente a lista?",
|
"confirmations.delete_list.message": "Você tem certeza que quer deletar permanentemente a lista?",
|
||||||
"confirmations.domain_block.confirm": "Esconder o domínio inteiro",
|
"confirmations.domain_block.confirm": "Esconder o domínio inteiro",
|
||||||
"confirmations.domain_block.message": "Você quer mesmo bloquear {domain} inteiro? Na maioria dos casos, silenciar ou bloquear alguns usuários é o suficiente e o recomendado. Você não vai ver conteúdo desse domínio em nenhuma das timelines públicas ou nas suas notificações. Seus seguidores desse domínio serão removidos.",
|
"confirmations.domain_block.message": "Você quer mesmo bloquear {domain} inteiro? Na maioria dos casos, silenciar ou bloquear alguns usuários é o suficiente e o recomendado. Você não vai ver conteúdo desse domínio em nenhuma das timelines públicas ou nas suas notificações. Seus seguidores desse domínio serão removidos.",
|
||||||
"confirmations.logout.confirm": "Log out",
|
"confirmations.logout.confirm": "Sair",
|
||||||
"confirmations.logout.message": "Are you sure you want to log out?",
|
"confirmations.logout.message": "Tem certeza que deseja encerrar a sessão?",
|
||||||
"confirmations.mute.confirm": "Silenciar",
|
"confirmations.mute.confirm": "Silenciar",
|
||||||
"confirmations.mute.message": "Você tem certeza de que quer silenciar {name}?",
|
"confirmations.mute.message": "Você tem certeza de que quer silenciar {name}?",
|
||||||
"confirmations.redraft.confirm": "Apagar & usar como rascunho",
|
"confirmations.redraft.confirm": "Apagar & usar como rascunho",
|
||||||
|
@ -113,11 +113,11 @@
|
||||||
"confirmations.unfollow.message": "Você tem certeza de que quer deixar de seguir {name}?",
|
"confirmations.unfollow.message": "Você tem certeza de que quer deixar de seguir {name}?",
|
||||||
"conversation.delete": "Excluir conversa",
|
"conversation.delete": "Excluir conversa",
|
||||||
"conversation.mark_as_read": "Marcar como lida",
|
"conversation.mark_as_read": "Marcar como lida",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Ver conversa",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "Com {names}",
|
||||||
"directory.federated": "De fediverso conhecido",
|
"directory.federated": "De fediverso conhecido",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "From {domain} only",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "Acabaram de chegar",
|
||||||
"directory.recently_active": "Reverta esta propriedade para seu valor padrão",
|
"directory.recently_active": "Reverta esta propriedade para seu valor padrão",
|
||||||
"embed.instructions": "Incorpore esta postagem em seu site copiando o código abaixo.",
|
"embed.instructions": "Incorpore esta postagem em seu site copiando o código abaixo.",
|
||||||
"embed.preview": "Aqui está uma previsão de como ficará:",
|
"embed.preview": "Aqui está uma previsão de como ficará:",
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"home.column_settings.basic": "Básico",
|
"home.column_settings.basic": "Básico",
|
||||||
"home.column_settings.show_reblogs": "Mostrar compartilhamentos",
|
"home.column_settings.show_reblogs": "Mostrar compartilhamentos",
|
||||||
"home.column_settings.show_replies": "Mostrar as respostas",
|
"home.column_settings.show_replies": "Mostrar as respostas",
|
||||||
"home.column_settings.update_live": "Update in real-time",
|
"home.column_settings.update_live": "Atualizar em tempo real",
|
||||||
"intervals.full.days": "{number, plural, one {# dia} other {# dias}}",
|
"intervals.full.days": "{number, plural, one {# dia} other {# dias}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
"intervals.full.hours": "{number, plural, one {# hora} other {# horas}}",
|
||||||
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
"intervals.full.minutes": "{number, plural, one {# minuto} other {# minutos}}",
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
"lists.new.title_placeholder": "Novo título da lista",
|
"lists.new.title_placeholder": "Novo título da lista",
|
||||||
"lists.search": "Procurar entre as pessoas que você segue",
|
"lists.search": "Procurar entre as pessoas que você segue",
|
||||||
"lists.subheading": "Suas listas",
|
"lists.subheading": "Suas listas",
|
||||||
"load_pending": "{count, plural, one {# new item} other {# new items}}",
|
"load_pending": "{count, plural, one {# novo item} other {# novos items}}",
|
||||||
"loading_indicator.label": "Carregando...",
|
"loading_indicator.label": "Carregando...",
|
||||||
"media_gallery.toggle_visible": "Esconder/Mostrar",
|
"media_gallery.toggle_visible": "Esconder/Mostrar",
|
||||||
"missing_indicator.label": "Não encontrado",
|
"missing_indicator.label": "Não encontrado",
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"navigation_bar.preferences": "Preferências",
|
"navigation_bar.preferences": "Preferências",
|
||||||
"navigation_bar.public_timeline": "Global",
|
"navigation_bar.public_timeline": "Global",
|
||||||
"navigation_bar.security": "Segurança",
|
"navigation_bar.security": "Segurança",
|
||||||
"notification.and_n_others": "and {count, plural, one {# other} other {# others}}",
|
"notification.and_n_others": "and {count, plural, one {# outro} other {# outros}}",
|
||||||
"notification.favourite": "{name} adicionou a sua postagem aos favoritos",
|
"notification.favourite": "{name} adicionou a sua postagem aos favoritos",
|
||||||
"notification.follow": "{name} te seguiu",
|
"notification.follow": "{name} te seguiu",
|
||||||
"notification.mention": "{name} te mencionou",
|
"notification.mention": "{name} te mencionou",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Atualizar",
|
"poll.refresh": "Atualizar",
|
||||||
"poll.total_votes": "{count, plural, one {# voto} other {# votos}}",
|
"poll.total_votes": "{count, plural, one {# voto} other {# votos}}",
|
||||||
"poll.vote": "Votar",
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Adicionar uma enquete",
|
"poll_button.add_poll": "Adicionar uma enquete",
|
||||||
"poll_button.remove_poll": "Remover enquete",
|
"poll_button.remove_poll": "Remover enquete",
|
||||||
"privacy.change": "Ajustar a privacidade da mensagem",
|
"privacy.change": "Ajustar a privacidade da mensagem",
|
||||||
|
@ -334,7 +335,7 @@
|
||||||
"search_results.accounts": "Pessoas",
|
"search_results.accounts": "Pessoas",
|
||||||
"search_results.hashtags": "Hashtags",
|
"search_results.hashtags": "Hashtags",
|
||||||
"search_results.statuses": "Toots",
|
"search_results.statuses": "Toots",
|
||||||
"search_results.statuses_fts_disabled": "Searching toots by their content is not enabled on this Mastodon server.",
|
"search_results.statuses_fts_disabled": "Pesquisar toots por seu conteúdo não está habilitado neste servidor Mastodon.",
|
||||||
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
|
"search_results.total": "{count, number} {count, plural, one {resultado} other {resultados}}",
|
||||||
"status.admin_account": "Abrir interface de moderação para @{name}",
|
"status.admin_account": "Abrir interface de moderação para @{name}",
|
||||||
"status.admin_status": "Abrir esse status na interface de moderação",
|
"status.admin_status": "Abrir esse status na interface de moderação",
|
||||||
|
@ -389,18 +390,18 @@
|
||||||
"time_remaining.moments": "Momentos restantes",
|
"time_remaining.moments": "Momentos restantes",
|
||||||
"time_remaining.seconds": "{number, plural, one {# segundo restante} other {# segundos restantes}}",
|
"time_remaining.seconds": "{number, plural, one {# segundo restante} other {# segundos restantes}}",
|
||||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {pessoa} other {pessoas}} falando sobre",
|
"trends.count_by_accounts": "{count} {rawCount, plural, one {pessoa} other {pessoas}} falando sobre",
|
||||||
"trends.trending_now": "Trending now",
|
"trends.trending_now": "Em alta no momento",
|
||||||
"ui.beforeunload": "Seu rascunho será perdido se você sair do Mastodon.",
|
"ui.beforeunload": "Seu rascunho será perdido se você sair do Mastodon.",
|
||||||
"upload_area.title": "Arraste e solte para enviar",
|
"upload_area.title": "Arraste e solte para enviar",
|
||||||
"upload_button.label": "Adicionar mídia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Adicionar mídia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
||||||
"upload_error.limit": "Limite de envio de arquivos excedido.",
|
"upload_error.limit": "Limite de envio de arquivos excedido.",
|
||||||
"upload_error.poll": "Envio de arquivos não é permitido com enquetes.",
|
"upload_error.poll": "Envio de arquivos não é permitido com enquetes.",
|
||||||
"upload_form.description": "Descreva a imagem para deficientes visuais",
|
"upload_form.description": "Descreva a imagem para deficientes visuais",
|
||||||
"upload_form.edit": "Edit",
|
"upload_form.edit": "Editar",
|
||||||
"upload_form.undo": "Remover",
|
"upload_form.undo": "Remover",
|
||||||
"upload_modal.analyzing_picture": "Analisando imagem…",
|
"upload_modal.analyzing_picture": "Analisando imagem…",
|
||||||
"upload_modal.apply": "Apply",
|
"upload_modal.apply": "Aplicar",
|
||||||
"upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
|
"upload_modal.description_placeholder": "Grave e cabisbaixo, o filho justo zelava pela querida mãe doente",
|
||||||
"upload_modal.detect_text": "Detectar texto da imagem",
|
"upload_modal.detect_text": "Detectar texto da imagem",
|
||||||
"upload_modal.edit_media": "Edit media",
|
"upload_modal.edit_media": "Edit media",
|
||||||
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
"upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Recarregar",
|
"poll.refresh": "Recarregar",
|
||||||
"poll.total_votes": "{contar, plural, um {# vote} outro {# votes}}",
|
"poll.total_votes": "{contar, plural, um {# vote} outro {# votes}}",
|
||||||
"poll.vote": "Votar",
|
"poll.vote": "Votar",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Adicionar votação",
|
"poll_button.add_poll": "Adicionar votação",
|
||||||
"poll_button.remove_poll": "Remover votação",
|
"poll_button.remove_poll": "Remover votação",
|
||||||
"privacy.change": "Ajustar a privacidade da mensagem",
|
"privacy.change": "Ajustar a privacidade da mensagem",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Cine vede asta",
|
"privacy.change": "Cine vede asta",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Обновить",
|
"poll.refresh": "Обновить",
|
||||||
"poll.total_votes": "{count, plural, one {# голос} few {# голоса} many {# голосов} other {# голосов}}",
|
"poll.total_votes": "{count, plural, one {# голос} few {# голоса} many {# голосов} other {# голосов}}",
|
||||||
"poll.vote": "Голосовать",
|
"poll.vote": "Голосовать",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Добавить опрос",
|
"poll_button.add_poll": "Добавить опрос",
|
||||||
"poll_button.remove_poll": "Удалить опрос",
|
"poll_button.remove_poll": "Удалить опрос",
|
||||||
"privacy.change": "Изменить видимость статуса",
|
"privacy.change": "Изменить видимость статуса",
|
||||||
|
|
|
@ -111,10 +111,10 @@
|
||||||
"confirmations.reply.message": "Odpovedaním akurát teraz prepíšeš správu, ktorú máš práve rozpísanú. Si si istý/á, že chceš pokračovať?",
|
"confirmations.reply.message": "Odpovedaním akurát teraz prepíšeš správu, ktorú máš práve rozpísanú. Si si istý/á, že chceš pokračovať?",
|
||||||
"confirmations.unfollow.confirm": "Nesleduj",
|
"confirmations.unfollow.confirm": "Nesleduj",
|
||||||
"confirmations.unfollow.message": "Naozaj chceš prestať sledovať {name}?",
|
"confirmations.unfollow.message": "Naozaj chceš prestať sledovať {name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "Vymaž konverzáciu",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "Označ za prečítané",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "Ukáž konverzáciu",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "S {names}",
|
||||||
"directory.federated": "Zo známého fedivesmíru",
|
"directory.federated": "Zo známého fedivesmíru",
|
||||||
"directory.local": "Iba z {domain}",
|
"directory.local": "Iba z {domain}",
|
||||||
"directory.new_arrivals": "Nové príchody",
|
"directory.new_arrivals": "Nové príchody",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Obnov",
|
"poll.refresh": "Obnov",
|
||||||
"poll.total_votes": "{count, plural, one {# hlas} few {# hlasov} many {# hlasov} other {# hlasov}}",
|
"poll.total_votes": "{count, plural, one {# hlas} few {# hlasov} many {# hlasov} other {# hlasov}}",
|
||||||
"poll.vote": "Hlasuj",
|
"poll.vote": "Hlasuj",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Pridaj anketu",
|
"poll_button.add_poll": "Pridaj anketu",
|
||||||
"poll_button.remove_poll": "Odstráň anketu",
|
"poll_button.remove_poll": "Odstráň anketu",
|
||||||
"privacy.change": "Uprav súkromie príspevku",
|
"privacy.change": "Uprav súkromie príspevku",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Osveži",
|
"poll.refresh": "Osveži",
|
||||||
"poll.total_votes": "{count, plural,one {# glas} other {# glasov}}",
|
"poll.total_votes": "{count, plural,one {# glas} other {# glasov}}",
|
||||||
"poll.vote": "Glasuj",
|
"poll.vote": "Glasuj",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Dodaj anketo",
|
"poll_button.add_poll": "Dodaj anketo",
|
||||||
"poll_button.remove_poll": "Odstrani anketo",
|
"poll_button.remove_poll": "Odstrani anketo",
|
||||||
"privacy.change": "Prilagodi zasebnost statusa",
|
"privacy.change": "Prilagodi zasebnost statusa",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Rregulloni privatësi gjendje",
|
"privacy.change": "Rregulloni privatësi gjendje",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Podesi status privatnosti",
|
"privacy.change": "Podesi status privatnosti",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Refresh",
|
"poll.refresh": "Refresh",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Vote",
|
"poll.vote": "Vote",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Подеси статус приватности",
|
"privacy.change": "Подеси статус приватности",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Ladda om",
|
"poll.refresh": "Ladda om",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "Rösta",
|
"poll.vote": "Rösta",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Add a poll",
|
"poll_button.add_poll": "Add a poll",
|
||||||
"poll_button.remove_poll": "Remove poll",
|
"poll_button.remove_poll": "Remove poll",
|
||||||
"privacy.change": "Justera sekretess",
|
"privacy.change": "Justera sekretess",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "பத்துயிர்ப்ப?ட்டு",
|
"poll.refresh": "பத்துயிர்ப்ப?ட்டு",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} மற்ற {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} மற்ற {# votes}}",
|
||||||
"poll.vote": "வாக்களி",
|
"poll.vote": "வாக்களி",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "வாக்கெடுப்பைச் சேர்க்கவும்",
|
"poll_button.add_poll": "வாக்கெடுப்பைச் சேர்க்கவும்",
|
||||||
"poll_button.remove_poll": "வாக்கெடுப்பை அகற்று",
|
"poll_button.remove_poll": "வாக்கெடுப்பை அகற்று",
|
||||||
"privacy.change": "நிலை தனியுரிமை",
|
"privacy.change": "நிலை தனியுரிமை",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "నవీకరించు",
|
"poll.refresh": "నవీకరించు",
|
||||||
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
"poll.total_votes": "{count, plural, one {# vote} other {# votes}}",
|
||||||
"poll.vote": "ఎన్నుకోండి",
|
"poll.vote": "ఎన్నుకోండి",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "ఒక ఎన్నికను చేర్చు",
|
"poll_button.add_poll": "ఒక ఎన్నికను చేర్చు",
|
||||||
"poll_button.remove_poll": "ఎన్నికను తొలగించు",
|
"poll_button.remove_poll": "ఎన్నికను తొలగించు",
|
||||||
"privacy.change": "స్టేటస్ గోప్యతను సర్దుబాటు చేయండి",
|
"privacy.change": "స్టేటస్ గోప్యతను సర్దుబాటు చేయండి",
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"column.notifications": "การแจ้งเตือน",
|
"column.notifications": "การแจ้งเตือน",
|
||||||
"column.pins": "โพสต์ที่ปักหมุด",
|
"column.pins": "โพสต์ที่ปักหมุด",
|
||||||
"column.public": "เส้นเวลาที่ติดต่อกับภายนอก",
|
"column.public": "เส้นเวลาที่ติดต่อกับภายนอก",
|
||||||
"column.status": "Toot",
|
"column.status": "โพสต์",
|
||||||
"column_back_button.label": "ย้อนกลับ",
|
"column_back_button.label": "ย้อนกลับ",
|
||||||
"column_header.hide_settings": "ซ่อนการตั้งค่า",
|
"column_header.hide_settings": "ซ่อนการตั้งค่า",
|
||||||
"column_header.moveLeft_settings": "ย้ายคอลัมน์ไปทางซ้าย",
|
"column_header.moveLeft_settings": "ย้ายคอลัมน์ไปทางซ้าย",
|
||||||
|
@ -111,12 +111,12 @@
|
||||||
"confirmations.reply.message": "การตอบกลับตอนนี้จะเขียนทับข้อความที่คุณกำลังเขียน คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?",
|
"confirmations.reply.message": "การตอบกลับตอนนี้จะเขียนทับข้อความที่คุณกำลังเขียน คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?",
|
||||||
"confirmations.unfollow.confirm": "เลิกติดตาม",
|
"confirmations.unfollow.confirm": "เลิกติดตาม",
|
||||||
"confirmations.unfollow.message": "คุณแน่ใจหรือไม่ว่าต้องการเลิกติดตาม {name}?",
|
"confirmations.unfollow.message": "คุณแน่ใจหรือไม่ว่าต้องการเลิกติดตาม {name}?",
|
||||||
"conversation.delete": "Delete conversation",
|
"conversation.delete": "ลบการสนทนา",
|
||||||
"conversation.mark_as_read": "Mark as read",
|
"conversation.mark_as_read": "ทำเครื่องหมายว่าอ่านแล้ว",
|
||||||
"conversation.open": "View conversation",
|
"conversation.open": "ดูการสนทนา",
|
||||||
"conversation.with": "With {names}",
|
"conversation.with": "กับ {names}",
|
||||||
"directory.federated": "From known fediverse",
|
"directory.federated": "จากเฟดิเวิร์สที่รู้จัก",
|
||||||
"directory.local": "From {domain} only",
|
"directory.local": "จาก {domain} เท่านั้น",
|
||||||
"directory.new_arrivals": "New arrivals",
|
"directory.new_arrivals": "New arrivals",
|
||||||
"directory.recently_active": "Recently active",
|
"directory.recently_active": "Recently active",
|
||||||
"embed.instructions": "ฝังสถานะนี้ในเว็บไซต์ของคุณโดยคัดลอกโค้ดด้านล่าง",
|
"embed.instructions": "ฝังสถานะนี้ในเว็บไซต์ของคุณโดยคัดลอกโค้ดด้านล่าง",
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
"home.column_settings.basic": "พื้นฐาน",
|
"home.column_settings.basic": "พื้นฐาน",
|
||||||
"home.column_settings.show_reblogs": "แสดงการดัน",
|
"home.column_settings.show_reblogs": "แสดงการดัน",
|
||||||
"home.column_settings.show_replies": "แสดงการตอบกลับ",
|
"home.column_settings.show_replies": "แสดงการตอบกลับ",
|
||||||
"home.column_settings.update_live": "Update in real-time",
|
"home.column_settings.update_live": "อัปเดตตามเวลาจริง",
|
||||||
"intervals.full.days": "{number, plural, other {# วัน}}",
|
"intervals.full.days": "{number, plural, other {# วัน}}",
|
||||||
"intervals.full.hours": "{number, plural, other {# ชั่วโมง}}",
|
"intervals.full.hours": "{number, plural, other {# ชั่วโมง}}",
|
||||||
"intervals.full.minutes": "{number, plural, other {# นาที}}",
|
"intervals.full.minutes": "{number, plural, other {# นาที}}",
|
||||||
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "รีเฟรช",
|
"poll.refresh": "รีเฟรช",
|
||||||
"poll.total_votes": "{count, plural, other {# การลงคะแนน}}",
|
"poll.total_votes": "{count, plural, other {# การลงคะแนน}}",
|
||||||
"poll.vote": "ลงคะแนน",
|
"poll.vote": "ลงคะแนน",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "เพิ่มโพล",
|
"poll_button.add_poll": "เพิ่มโพล",
|
||||||
"poll_button.remove_poll": "เอาโพลออก",
|
"poll_button.remove_poll": "เอาโพลออก",
|
||||||
"privacy.change": "ปรับเปลี่ยนความเป็นส่วนตัวของสถานะ",
|
"privacy.change": "ปรับเปลี่ยนความเป็นส่วนตัวของสถานะ",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Yenile",
|
"poll.refresh": "Yenile",
|
||||||
"poll.total_votes": "{count, plural, one {# oy} other {# oy}}",
|
"poll.total_votes": "{count, plural, one {# oy} other {# oy}}",
|
||||||
"poll.vote": "Oy ver",
|
"poll.vote": "Oy ver",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Bir anket ekleyin",
|
"poll_button.add_poll": "Bir anket ekleyin",
|
||||||
"poll_button.remove_poll": "Anket kaldır",
|
"poll_button.remove_poll": "Anket kaldır",
|
||||||
"privacy.change": "Gönderi gizliliğini ayarla",
|
"privacy.change": "Gönderi gizliliğini ayarla",
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
"poll.refresh": "Оновити",
|
"poll.refresh": "Оновити",
|
||||||
"poll.total_votes": "{count, plural, one {# голос} few {# голоси} many {# голосів} other {# голосів}}",
|
"poll.total_votes": "{count, plural, one {# голос} few {# голоси} many {# голосів} other {# голосів}}",
|
||||||
"poll.vote": "Проголосувати",
|
"poll.vote": "Проголосувати",
|
||||||
|
"poll.voted": "You voted for this answer",
|
||||||
"poll_button.add_poll": "Додати опитування",
|
"poll_button.add_poll": "Додати опитування",
|
||||||
"poll_button.remove_poll": "Видалити опитування",
|
"poll_button.remove_poll": "Видалити опитування",
|
||||||
"privacy.change": "Змінити видимість допису",
|
"privacy.change": "Змінити видимість допису",
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[
|
||||||
|
]
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue