Migrate more strings to translation keys (#11680)

This commit is contained in:
Michael Telatynski 2023-09-29 08:49:26 +01:00 committed by GitHub
parent 8014cebb20
commit 6af4335db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 6739 additions and 5973 deletions

View file

@ -364,7 +364,7 @@ describe("Cryptography", function () {
.should("contain", "test unencrypted")
.find(".mx_EventTile_e2eIcon")
.should("have.class", "mx_EventTile_e2eIcon_warning")
.should("have.attr", "aria-label", "Unencrypted");
.should("have.attr", "aria-label", "Not encrypted");
/* Should show no padlock for an unverified user */
// bob sends a valid event

View file

@ -58,7 +58,7 @@ export default class DisableEventIndexDialog extends React.Component<IProps, ISt
public render(): React.ReactNode {
return (
<BaseDialog onFinished={this.props.onFinished} title={_t("Are you sure?")}>
<BaseDialog onFinished={this.props.onFinished} title={_t("common|are_you_sure")}>
{_t("settings|security|message_search_disable_warning")}
{this.state.disabling ? <Spinner /> : <div />}
<DialogButtons

View file

@ -861,7 +861,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
case Phase.PassphraseConfirm:
return _t("settings|key_backup|setup_secure_backup|title_confirm_phrase");
case Phase.ConfirmSkip:
return _t("Are you sure?");
return _t("common|are_you_sure");
case Phase.ShowKey:
return _t("settings|key_backup|setup_secure_backup|title_save_key");
case Phase.Storing:

View file

@ -240,7 +240,7 @@ const Tile: React.FC<ITileProps> = ({
let joinedSection: ReactElement | undefined;
if (joinedRoom) {
joinedSection = <div className="mx_SpaceHierarchy_roomTile_joined">{_t("Joined")}</div>;
joinedSection = <div className="mx_SpaceHierarchy_roomTile_joined">{_t("common|joined")}</div>;
}
let suggestedSection: ReactElement | undefined;

View file

@ -77,7 +77,7 @@ export default class CompleteSecurity extends React.Component<IProps, IState> {
title = _t("Device verified");
} else if (phase === Phase.ConfirmSkip) {
icon = <span className="mx_CompleteSecurity_headerIcon mx_E2EIcon_warning" />;
title = _t("Are you sure?");
title = _t("common|are_you_sure");
} else if (phase === Phase.Busy) {
icon = <span className="mx_CompleteSecurity_headerIcon mx_E2EIcon_warning" />;
title = _t("Verify this device");

View file

@ -346,7 +346,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
public async renderConfirmLogoutDevicesDialog(): Promise<boolean> {
const { finished } = Modal.createDialog(QuestionDialog, {
title: _t("Warning!"),
title: _t("common|warning"),
description: (
<div>
<p>

View file

@ -676,7 +676,7 @@ export default class MessageContextMenu extends React.Component<IProps, IState>
viewInRoomButton = (
<IconizedContextMenuOption
iconClassName="mx_MessageContextMenu_iconViewInRoom"
label={_t("View in room")}
label={_t("timeline|mab|view_in_room")}
onClick={this.viewInRoom}
/>
);

View file

@ -265,7 +265,7 @@ const RoomContextMenu: React.FC<IProps> = ({ room, onFinished, ...props }) => {
RightPanelStore.instance.pushCard({ phase: RightPanelPhases.FilePanel }, false);
onFinished();
}}
label={_t("Files")}
label={_t("right_panel|files_button")}
iconClassName="mx_RoomTile_iconFiles"
/>
);
@ -286,7 +286,7 @@ const RoomContextMenu: React.FC<IProps> = ({ room, onFinished, ...props }) => {
RightPanelStore.instance.pushCard({ phase: RightPanelPhases.PinnedMessages }, false);
onFinished();
}}
label={_t("Pinned")}
label={_t("right_panel|pinned_messages_button")}
iconClassName="mx_RoomTile_iconPins"
>
{pinCount > 0 && <span className="mx_IconizedContextMenu_sublabel">{pinCount}</span>}
@ -306,7 +306,7 @@ const RoomContextMenu: React.FC<IProps> = ({ room, onFinished, ...props }) => {
RightPanelStore.instance.setCard({ phase: RightPanelPhases.RoomSummary }, false);
onFinished();
}}
label={_t("Widgets")}
label={_t("right_panel|widgets_section")}
iconClassName="mx_RoomTile_iconWidgets"
/>
);
@ -323,7 +323,7 @@ const RoomContextMenu: React.FC<IProps> = ({ room, onFinished, ...props }) => {
Modal.createDialog(ExportDialog, { room });
onFinished();
}}
label={_t("Export chat")}
label={_t("right_panel|export_chat_button")}
iconClassName="mx_RoomTile_iconExport"
/>
);

View file

@ -109,7 +109,7 @@ const ThreadListContextMenu: React.FC<ThreadListContextMenuProps> = ({
{isMainSplitTimelineShown && (
<IconizedContextMenuOption
onClick={(e) => viewInRoom(e)}
label={_t("View in room")}
label={_t("timeline|mab|view_in_room")}
iconClassName="mx_ThreadPanel_viewInRoom"
/>
)}
@ -117,7 +117,7 @@ const ThreadListContextMenu: React.FC<ThreadListContextMenuProps> = ({
<IconizedContextMenuOption
data-testid="copy-thread-link"
onClick={(e) => copyLinkToThread(e)}
label={_t("Copy link to thread")}
label={_t("timeline|mab|copy_link_thread")}
iconClassName="mx_ThreadPanel_copyLinkToThread"
/>
)}

View file

@ -130,7 +130,7 @@ const Entry: React.FC<IEntryProps> = ({ room, type, content, matrixClient: cli,
} else {
className = "mx_ForwardList_sendFailed";
disabled = true;
title = _t("Failed to send");
title = _t("timeline|send_state_failed");
icon = <NotificationBadge notification={StaticNotificationState.RED_EXCLAMATION} />;
}

View file

@ -1062,7 +1062,7 @@ export default class InviteDialog extends React.PureComponent<Props, IInviteDial
showMore = (
<div className="mx_InviteDialog_section_showMore">
<AccessibleButton onClick={showMoreFn} kind="link">
{_t("Show more")}
{_t("common|show_more")}
</AccessibleButton>
</div>
);

View file

@ -176,7 +176,7 @@ export default class LogoutDialog extends React.Component<IProps, IState> {
"When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.",
)}
</p>
<p>{_t("Back up your keys before signing out to avoid losing them.")}</p>
<p>{_t("encryption|setup_secure_backup|explainer")}</p>
</div>
);

View file

@ -208,7 +208,7 @@ class RoomSettingsDialog extends React.Component<IProps, IState> {
tabs.push(
new Tab(
RoomSettingsTab.PollHistory,
_td("Poll history"),
_td("right_panel|polls_button"),
"mx_RoomSettingsDialog_pollsIcon",
<PollHistoryTab room={this.state.room} onFinished={() => this.props.onFinished(true)} />,
),

View file

@ -61,7 +61,7 @@ export class EditableItem extends React.Component<IItemProps, IItemState> {
if (this.state.verifyRemove) {
return (
<div className="mx_EditableItem">
<span className="mx_EditableItem_promptText">{_t("Are you sure?")}</span>
<span className="mx_EditableItem_promptText">{_t("common|are_you_sure")}</span>
<AccessibleButton
onClick={this.onActuallyRemove}
kind="primary_sm"

View file

@ -58,7 +58,7 @@ export default class InviteReason extends React.PureComponent<IProps, IState> {
{this.props.htmlReason ? sanitizedHtmlNode(this.props.htmlReason) : this.props.reason}
</div>
<AccessibleButton kind="link_inline" className="mx_InviteReason_view" onClick={this.onViewClick}>
{_t("View message")}
{_t("common|view_message")}
</AccessibleButton>
</div>
);

View file

@ -23,7 +23,7 @@ import { IBodyProps } from "./IBodyProps";
function getErrorMessage(mxEvent?: MatrixEvent): string {
return mxEvent?.isEncryptedDisabledForUnverifiedDevices
? _t("The sender has blocked you from receiving this message")
: _t("Unable to decrypt message");
: _t("threads|unable_to_decrypt");
}
// A placeholder element for messages that could not be decrypted

View file

@ -155,7 +155,7 @@ export default class MKeyVerificationRequest extends React.Component<IProps> {
} else if (request.phase === VerificationPhase.Cancelled) {
stateLabel = this.cancelledLabel(request.cancellingUserId!);
} else if (request.accepting) {
stateLabel = _t("Accepting…");
stateLabel = _t("encryption|verification|accepting");
} else if (request.declining) {
stateLabel = _t("Declining…");
}

View file

@ -549,7 +549,7 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
// aria-live=off to not have this read out automatically as navigating around timeline, gets repetitive.
return (
<Toolbar className="mx_MessageActionBar" aria-label={_t("Message Actions")} aria-live="off">
<Toolbar className="mx_MessageActionBar" aria-label={_t("timeline|mab|label")} aria-live="off">
{toolbarOpts}
</Toolbar>
);

View file

@ -62,7 +62,7 @@ export const PollHistory: React.FC<PollHistoryProps> = ({ room, matrixClient, pe
const title = focusedPoll ? (
<PollDetailHeader filter={filter} onNavigateBack={() => setFocusedPollId(null)} />
) : (
_t("Poll history")
_t("right_panel|polls_button")
);
return (

View file

@ -51,15 +51,15 @@ const EncryptionInfo: React.FC<IProps> = ({
}: IProps) => {
let content: JSX.Element;
if (waitingForOtherParty && isSelfVerification) {
content = <div>{_t("To proceed, please accept the verification request on your other device.")}</div>;
content = <div>{_t("encryption|verification|self_verification_hint")}</div>;
} else if (waitingForOtherParty || waitingForNetwork) {
let text: string;
if (waitingForOtherParty) {
text = _t("Waiting for %(displayName)s to accept…", {
text = _t("encryption|verification|waiting_for_user_accept", {
displayName: (member as User).displayName || (member as RoomMember).name || member.userId,
});
} else {
text = _t("Accepting…");
text = _t("encryption|verification|accepting");
}
content = <PendingActionSpinner text={text} />;
} else {
@ -69,7 +69,7 @@ const EncryptionInfo: React.FC<IProps> = ({
className="mx_UserInfo_wideButton mx_UserInfo_startVerification"
onClick={onStartVerification}
>
{_t("Start Verification")}
{_t("encryption|verification|start_button")}
</AccessibleButton>
);
}
@ -78,23 +78,15 @@ const EncryptionInfo: React.FC<IProps> = ({
if (isRoomEncrypted) {
description = (
<div>
<p>{_t("Messages in this room are end-to-end encrypted.")}</p>
<p>
{_t(
"Your messages are secured and only you and the recipient have the unique keys to unlock them.",
)}
</p>
<p>{_t("user_info|room_encrypted")}</p>
<p>{_t("user_info|room_encrypted_detail")}</p>
</div>
);
} else {
description = (
<div>
<p>{_t("Messages in this room are not end-to-end encrypted.")}</p>
<p>
{_t(
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.",
)}
</p>
<p>{_t("user_info|room_unencrypted")}</p>
<p>{_t("user_info|room_unencrypted_detail")}</p>
</div>
);
}
@ -110,13 +102,9 @@ const EncryptionInfo: React.FC<IProps> = ({
{description}
</div>
<div className="mx_UserInfo_container">
<h3>{_t("Verify User")}</h3>
<h3>{_t("user_info|verify_button")}</h3>
<div>
<p>
{_t(
"For extra security, verify this user by checking a one-time code on both of your devices.",
)}
</p>
<p>{_t("user_info|verify_explainer")}</p>
<p>{_t("encryption|verification|in_person")}</p>
{content}
</div>

View file

@ -78,15 +78,15 @@ const EncryptionPanel: React.FC<IProps> = (props: IProps) => {
) {
Modal.createDialog(ErrorDialog, {
headerImage: require("../../../../res/img/e2e/warning-deprecated.svg").default,
title: _t("Your messages are not secure"),
title: _t("encryption|messages_not_secure|title"),
description: (
<div>
{_t("One of the following may be compromised:")}
{_t("encryption|messages_not_secure|heading")}
<ul>
<li>{_t("Your homeserver")}</li>
<li>{_t("The homeserver the user you're verifying is connected to")}</li>
<li>{_t("Yours, or the other users' internet connection")}</li>
<li>{_t("Yours, or the other users' session")}</li>
<li>{_t("encryption|messages_not_secure|cause_1")}</li>
<li>{_t("encryption|messages_not_secure|cause_2")}</li>
<li>{_t("encryption|messages_not_secure|cause_3")}</li>
<li>{_t("encryption|messages_not_secure|cause_4")}</li>
</ul>
</div>
),
@ -117,8 +117,8 @@ const EncryptionPanel: React.FC<IProps> = (props: IProps) => {
Modal.createDialog(ErrorDialog, {
headerImage: require("../../../../res/img/e2e/warning.svg").default,
title: _t("Error starting verification"),
description: _t("We were unable to start a chat with the other user."),
title: _t("encryption|verification|error_starting_title"),
description: _t("encryption|verification|error_starting_description"),
});
return;
}

View file

@ -94,7 +94,7 @@ const PinnedMessagesHeaderButton: React.FC<IHeaderButtonProps> = ({ room, isHigh
return (
<HeaderButton
name="pinnedMessagesButton"
title={_t("Pinned messages")}
title={_t("right_panel|pinned_messages|title")}
isHighlighted={isHighlighted}
isUnread={!!unreadIndicator}
onClick={onClick}
@ -114,7 +114,12 @@ const TimelineCardHeaderButton: React.FC<IHeaderButtonProps> = ({ room, isHighli
unreadIndicator = <UnreadIndicator color={color} />;
}
return (
<HeaderButton name="timelineCardButton" title={_t("Chat")} isHighlighted={isHighlighted} onClick={onClick}>
<HeaderButton
name="timelineCardButton"
title={_t("right_panel|video_room_chat|title")}
isHighlighted={isHighlighted}
onClick={onClick}
>
{unreadIndicator}
</HeaderButton>
);
@ -304,7 +309,7 @@ export default class LegacyRoomHeaderButtons extends HeaderButtons<IProps> {
<HeaderButton
key="roomSummaryButton"
name="roomSummaryButton"
title={_t("Room info")}
title={_t("right_panel|room_summary_card|title")}
isHighlighted={this.isPhase(ROOM_INFO_PHASES)}
onClick={this.onRoomSummaryClicked}
/>,

View file

@ -178,10 +178,10 @@ const PinnedMessagesCard: React.FC<IProps> = ({ room, onClose, permalinkCreator
</div>
<Heading size="4" className="mx_PinnedMessagesCard_empty_header">
{_t("Nothing pinned, yet")}
{_t("right_panel|pinned_messages|empty")}
</Heading>
{_t(
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.",
"right_panel|pinned_messages|explainer",
{},
{
b: (sub) => <b>{sub}</b>,
@ -223,7 +223,7 @@ const PinnedMessagesCard: React.FC<IProps> = ({ room, onClose, permalinkCreator
header={
<div className="mx_BaseCard_header_title">
<Heading size="4" className="mx_BaseCard_header_title_heading">
{_t("Pinned messages")}
{_t("right_panel|pinned_messages|title")}
</Heading>
</div>
}

View file

@ -149,7 +149,7 @@ const AppRow: React.FC<IAppRowProps> = ({ app, room }) => {
let pinTitle: string;
if (cannotPin) {
pinTitle = _t("You can only pin up to %(count)s widgets", { count: MAX_PINNED });
pinTitle = _t("right_panel|pinned_messages|limits", { count: MAX_PINNED });
} else {
pinTitle = isPinned ? _t("action|unpin") : _t("action|pin");
}
@ -167,9 +167,9 @@ const AppRow: React.FC<IAppRowProps> = ({ app, room }) => {
let openTitle = "";
if (isPinned) {
openTitle = _t("Unpin this widget to view it in this panel");
openTitle = _t("widget|unpin_to_view_right_panel");
} else if (isMaximised) {
openTitle = _t("Close this widget to view it in this panel");
openTitle = _t("widget|close_to_view_right_panel");
}
const classes = classNames("mx_BaseCard_Button mx_RoomSummaryCard_Button", {
@ -237,19 +237,19 @@ const AppsSection: React.FC<IAppsSectionProps> = ({ room }) => {
if (realApps.length > 0 && WidgetLayoutStore.instance.canCopyLayoutToRoom(room)) {
copyLayoutBtn = (
<AccessibleButton kind="link" onClick={() => WidgetLayoutStore.instance.copyLayoutToRoom(room)}>
{_t("Set my room layout for everyone")}
{_t("widget|set_room_layout")}
</AccessibleButton>
);
}
return (
<Group className="mx_RoomSummaryCard_appsGroup" title={_t("Widgets")}>
<Group className="mx_RoomSummaryCard_appsGroup" title={_t("right_panel|widgets_section")}>
{realApps.map((app) => (
<AppRow key={app.id} app={app} room={room} />
))}
{copyLayoutBtn}
<AccessibleButton kind="link" onClick={onManageIntegrations}>
{realApps.length > 0 ? _t("Edit widgets, bridges & bots") : _t("Add widgets, bridges & bots")}
{realApps.length > 0 ? _t("right_panel|edit_integrations") : _t("right_panel|add_integrations")}
</AccessibleButton>
</Group>
);
@ -310,7 +310,7 @@ const RoomSummaryCard: React.FC<IProps> = ({ room, permalinkCreator, onClose, on
<div className="mx_RoomSummaryCard_avatar" role="presentation">
<RoomAvatar room={room} size="54px" viewAvatarOnClick />
<TextWithTooltip
tooltip={isRoomEncrypted ? _t("common|encrypted") : _t("Not encrypted")}
tooltip={isRoomEncrypted ? _t("common|encrypted") : _t("common|unencrypted")}
class={classNames("mx_RoomSummaryCard_e2ee", {
mx_RoomSummaryCard_e2ee_normal: isRoomEncrypted,
mx_RoomSummaryCard_e2ee_warning: isRoomEncrypted && e2eStatus === E2EStatus.Warning,
@ -350,28 +350,28 @@ const RoomSummaryCard: React.FC<IProps> = ({ room, permalinkCreator, onClose, on
onSearchClick?.();
}}
>
{_t("Search")}
{_t("right_panel|search_button")}
</Button>
)}
{!isVideoRoom && (
<Button className="mx_RoomSummaryCard_icon_files" onClick={onRoomFilesClick}>
{_t("Files")}
{_t("right_panel|files_button")}
</Button>
)}
{!isVideoRoom && (
<Button className="mx_RoomSummaryCard_icon_poll" onClick={onRoomPollHistoryClick}>
{_t("Poll history")}
{_t("right_panel|polls_button")}
</Button>
)}
{pinningEnabled && !isVideoRoom && (
<Button className="mx_RoomSummaryCard_icon_pins" onClick={onRoomPinsClick}>
{_t("Pinned")}
{_t("right_panel|pinned_messages_button")}
{pinCount > 0 && <span className="mx_BaseCard_Button_sublabel">{pinCount}</span>}
</Button>
)}
{!isVideoRoom && (
<Button className="mx_RoomSummaryCard_icon_export" onClick={onRoomExportClick}>
{_t("Export chat")}
{_t("right_panel|export_chat_button")}
</Button>
)}
<Button
@ -379,10 +379,10 @@ const RoomSummaryCard: React.FC<IProps> = ({ room, permalinkCreator, onClose, on
className="mx_RoomSummaryCard_icon_share"
onClick={onShareRoomClick}
>
{_t("Share room")}
{_t("right_panel|share_button")}
</Button>
<Button className="mx_RoomSummaryCard_icon_settings" onClick={onRoomSettingsClick}>
{_t("Room settings")}
{_t("right_panel|settings_button")}
</Button>
</Group>

View file

@ -195,7 +195,7 @@ export default class TimelineCard extends React.Component<IProps, IState> {
return (
<div className="mx_BaseCard_header_title">
<Heading size="4" className="mx_BaseCard_header_title_heading">
{_t("Chat")}
{_t("right_panel|video_room_chat|title")}
</Heading>
</div>
);

View file

@ -283,12 +283,12 @@ function DevicesSection({
}
}
expandCountCaption = _t("%(count)s verified sessions", { count: expandSectionDevices.length });
expandHideCaption = _t("Hide verified sessions");
expandHideCaption = _t("user_info|hide_verified_sessions");
expandIconClasses += " mx_E2EIcon_verified";
} else {
expandSectionDevices = devices;
expandCountCaption = _t("%(count)s sessions", { count: devices.length });
expandHideCaption = _t("Hide sessions");
expandHideCaption = _t("user_info|hide_sessions");
expandIconClasses += " mx_E2EIcon_normal";
}
@ -381,14 +381,8 @@ export const UserOptionsSection: React.FC<{
const ignore = useCallback(async () => {
const name = (member instanceof User ? member.displayName : member.name) || member.userId;
const { finished } = Modal.createDialog(QuestionDialog, {
title: _t("Ignore %(user)s", { user: name }),
description: (
<div>
{_t(
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?",
)}
</div>
),
title: _t("user_info|ignore_confirm_title", { user: name }),
description: <div>{_t("user_info|ignore_confirm_description")}</div>,
button: _t("action|ignore"),
});
const [confirmed] = await finished;
@ -438,7 +432,7 @@ export const UserOptionsSection: React.FC<{
if (room?.getEventReadUpTo(member.userId)) {
readReceiptButton = (
<AccessibleButton kind="link" onClick={onReadReceiptButton} className="mx_UserInfo_field">
{_t("Jump to read receipt")}
{_t("user_info|jump_to_rr_button")}
</AccessibleButton>
);
}
@ -497,7 +491,7 @@ export const UserOptionsSection: React.FC<{
const shareUserButton = (
<AccessibleButton kind="link" onClick={onShareUserClick} className="mx_UserInfo_field">
{_t("Share Link to User")}
{_t("user_info|share_button")}
</AccessibleButton>
);
@ -520,19 +514,15 @@ export const UserOptionsSection: React.FC<{
export const warnSelfDemote = async (isSpace: boolean): Promise<boolean> => {
const { finished } = Modal.createDialog(QuestionDialog, {
title: _t("Demote yourself?"),
title: _t("user_info|demote_self_confirm_title"),
description: (
<div>
{isSpace
? _t(
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.",
)
: _t(
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.",
)}
? _t("user_info|demote_self_confirm_description_space")
: _t("user_info|demote_self_confirm_room")}
</div>
),
button: _t("Demote"),
button: _t("user_info|demote_button"),
});
const [confirmed] = await finished;
@ -544,7 +534,7 @@ const GenericAdminToolsContainer: React.FC<{
}> = ({ children }) => {
return (
<div className="mx_UserInfo_container">
<h3>{_t("Admin Tools")}</h3>
<h3>{_t("user_info|admin_tools_section")}</h3>
<div className="mx_UserInfo_buttons">{children}</div>
</div>
);
@ -631,15 +621,15 @@ export const RoomKickButton = ({
member,
action: room.isSpaceRoom()
? member.membership === "invite"
? _t("Disinvite from space")
: _t("Remove from space")
? _t("user_info|disinvite_button_space")
: _t("user_info|kick_button_space")
: member.membership === "invite"
? _t("Disinvite from room")
: _t("Remove from room"),
? _t("user_info|disinvite_button_room")
: _t("user_info|kick_button_room"),
title:
member.membership === "invite"
? _t("Disinvite from %(roomName)s", { roomName: room.name })
: _t("Remove from %(roomName)s", { roomName: room.name }),
? _t("user_info|disinvite_button_room_name", { roomName: room.name })
: _t("user_info|kick_button_room_name", { roomName: room.name }),
askReason: member.membership === "join",
danger: true,
};
@ -664,9 +654,9 @@ export const RoomKickButton = ({
child.currentState.hasSufficientPowerLevelFor("kick", myMember.powerLevel)
);
},
allLabel: _t("Remove them from everything I'm able to"),
specificLabel: _t("Remove them from specific things I'm able to"),
warningMessage: _t("They'll still be able to access whatever you're not an admin of."),
allLabel: _t("user_info|kick_button_space_everything"),
specificLabel: _t("user_info|kick_space_specific"),
warningMessage: _t("user_info|kick_space_warning"),
},
"mx_ConfirmSpaceUserActionDialog_wrapper",
));
@ -690,7 +680,7 @@ export const RoomKickButton = ({
function (err) {
logger.error("Kick error: " + err);
Modal.createDialog(ErrorDialog, {
title: _t("Failed to remove user"),
title: _t("user_info|error_kicking_user"),
description: err && err.message ? err.message : "Operation failed",
});
},
@ -702,11 +692,11 @@ export const RoomKickButton = ({
const kickLabel = room.isSpaceRoom()
? member.membership === "invite"
? _t("Disinvite from space")
: _t("Remove from space")
? _t("user_info|disinvite_button_space")
: _t("user_info|kick_button_space")
: member.membership === "invite"
? _t("Disinvite from room")
: _t("Remove from room");
? _t("user_info|disinvite_button_room")
: _t("user_info|kick_button_room");
return (
<AccessibleButton
@ -740,7 +730,7 @@ const RedactMessagesButton: React.FC<IBaseProps> = ({ member }) => {
className="mx_UserInfo_field mx_UserInfo_destructive"
onClick={onRedactAllMessages}
>
{_t("Remove recent messages")}
{_t("user_info|redact_button")}
</AccessibleButton>
);
};
@ -763,14 +753,14 @@ export const BanToggleButton = ({
member,
action: room.isSpaceRoom()
? isBanned
? _t("Unban from space")
: _t("Ban from space")
? _t("user_info|unban_button_space")
: _t("user_info|ban_button_space")
: isBanned
? _t("Unban from room")
: _t("Ban from room"),
? _t("user_info|unban_button_room")
: _t("user_info|ban_button_room"),
title: isBanned
? _t("Unban from %(roomName)s", { roomName: room.name })
: _t("Ban from %(roomName)s", { roomName: room.name }),
? _t("user_info|unban_room_confirm_title", { roomName: room.name })
: _t("user_info|ban_room_confirm_title", { roomName: room.name }),
askReason: !isBanned,
danger: !isBanned,
};
@ -808,15 +798,9 @@ export const BanToggleButton = ({
child.currentState.hasSufficientPowerLevelFor("ban", myMember.powerLevel)
);
},
allLabel: isBanned
? _t("Unban them from everything I'm able to")
: _t("Ban them from everything I'm able to"),
specificLabel: isBanned
? _t("Unban them from specific things I'm able to")
: _t("Ban them from specific things I'm able to"),
warningMessage: isBanned
? _t("They won't be able to access whatever you're not an admin of.")
: _t("They'll still be able to access whatever you're not an admin of."),
allLabel: isBanned ? _t("user_info|unban_space_everything") : _t("user_info|ban_space_everything"),
specificLabel: isBanned ? _t("user_info|unban_space_specific") : _t("user_info|ban_space_specific"),
warningMessage: isBanned ? _t("user_info|unban_space_warning") : _t("user_info|kick_space_warning"),
},
"mx_ConfirmSpaceUserActionDialog_wrapper",
));
@ -849,7 +833,7 @@ export const BanToggleButton = ({
logger.error("Ban error: " + err);
Modal.createDialog(ErrorDialog, {
title: _t("common|error"),
description: _t("Failed to ban user"),
description: _t("user_info|error_ban_user"),
});
},
)
@ -858,9 +842,9 @@ export const BanToggleButton = ({
});
};
let label = room.isSpaceRoom() ? _t("Ban from space") : _t("Ban from room");
let label = room.isSpaceRoom() ? _t("user_info|ban_button_space") : _t("user_info|ban_button_room");
if (isBanned) {
label = room.isSpaceRoom() ? _t("Unban from space") : _t("Unban from room");
label = room.isSpaceRoom() ? _t("user_info|unban_button_space") : _t("user_info|unban_button_room");
}
const classes = classNames("mx_UserInfo_field", {
@ -931,7 +915,7 @@ const MuteToggleButton: React.FC<IBaseRoomProps> = ({
logger.error("Mute error: " + err);
Modal.createDialog(ErrorDialog, {
title: _t("common|error"),
description: _t("Failed to mute user"),
description: _t("user_info|error_mute_user"),
});
},
)
@ -1179,14 +1163,12 @@ export const PowerLevelEditor: React.FC<{
const myPower = powerLevelEvent.getContent().users[myUserId || ""];
if (myPower && parseInt(myPower) <= powerLevel && myUserId !== target) {
const { finished } = Modal.createDialog(QuestionDialog, {
title: _t("Warning!"),
title: _t("common|warning"),
description: (
<div>
{_t(
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.",
)}
{_t("user_info|promote_warning")}
<br />
{_t("Are you sure?")}
{_t("common|are_you_sure")}
</div>
),
button: _t("action|continue"),
@ -1348,15 +1330,9 @@ const BasicUserInfo: React.FC<{
const onSynapseDeactivate = useCallback(async () => {
const { finished } = Modal.createDialog(QuestionDialog, {
title: _t("Deactivate user?"),
description: (
<div>
{_t(
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?",
)}
</div>
),
button: _t("Deactivate user"),
title: _t("user_info|deactivate_confirm_title"),
description: <div>{_t("user_info|deactivate_confirm_description")}</div>,
button: _t("user_info|deactivate_confirm_action"),
danger: true,
});
@ -1371,7 +1347,7 @@ const BasicUserInfo: React.FC<{
const description = err instanceof Error ? err.message : _t("invite|failed_generic");
Modal.createDialog(ErrorDialog, {
title: _t("Failed to deactivate user"),
title: _t("user_info|error_deactivate"),
description,
});
}
@ -1390,7 +1366,7 @@ const BasicUserInfo: React.FC<{
className="mx_UserInfo_field mx_UserInfo_destructive"
onClick={onSynapseDeactivate}
>
{_t("Deactivate user")}
{_t("user_info|deactivate_confirm_action")}
</AccessibleButton>
);
}
@ -1404,7 +1380,7 @@ const BasicUserInfo: React.FC<{
<div className="mx_UserInfo_container">
<h3>
{_t(
"Role in <RoomName/>",
"user_info|role_label",
{},
{
RoomName: () => <b>{room.name}</b>,
@ -1449,10 +1425,10 @@ const BasicUserInfo: React.FC<{
if (!cryptoEnabled) {
text = _t("This client does not support end-to-end encryption.");
} else if (room && !room.isSpaceRoom()) {
text = _t("Messages in this room are not end-to-end encrypted.");
text = _t("user_info|room_unencrypted");
}
} else if (!room.isSpaceRoom()) {
text = _t("Messages in this room are end-to-end encrypted.");
text = _t("user_info|room_encrypted");
}
let verifyButton;

View file

@ -180,10 +180,8 @@ export default class AliasSettings extends React.Component<IProps, IState> {
.catch((err) => {
logger.error(err);
Modal.createDialog(ErrorDialog, {
title: _t("Error updating main address"),
description: _t(
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.",
),
title: _t("room_settings|general|error_updating_canonical_alias_title"),
description: _t("room_settings|general|error_updating_canonical_alias_description"),
});
this.setState({ canonicalAlias: oldAlias });
})
@ -219,10 +217,8 @@ export default class AliasSettings extends React.Component<IProps, IState> {
// TODO: Add error handling based upon server validation
logger.error(err);
Modal.createDialog(ErrorDialog, {
title: _t("Error updating main address"),
description: _t(
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.",
),
title: _t("room_settings|general|error_updating_canonical_alias_title"),
description: _t("room_settings|general|error_updating_alias_description"),
});
})
.finally(() => {
@ -254,10 +250,8 @@ export default class AliasSettings extends React.Component<IProps, IState> {
.catch((err) => {
logger.error(err);
Modal.createDialog(ErrorDialog, {
title: _t("Error creating address"),
description: _t(
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.",
),
title: _t("room_settings|general|error_creating_alias_title"),
description: _t("room_settings|general|error_creating_alias_description"),
});
});
};
@ -280,14 +274,12 @@ export default class AliasSettings extends React.Component<IProps, IState> {
logger.error(err);
let description;
if (err.errcode === "M_FORBIDDEN") {
description = _t("You don't have permission to delete the address.");
description = _t("room_settings|general|error_deleting_alias_description_forbidden");
} else {
description = _t(
"There was an error removing that address. It may no longer exist or a temporary error occurred.",
);
description = _t("room_settings|general|error_deleting_alias_description");
}
Modal.createDialog(ErrorDialog, {
title: _t("Error removing address"),
title: _t("room_settings|general|error_deleting_alias_title"),
description,
});
});
@ -350,7 +342,7 @@ export default class AliasSettings extends React.Component<IProps, IState> {
disabled={this.state.updatingCanonicalAlias || !this.props.canSetCanonicalAlias}
element="select"
id="canonicalAlias"
label={_t("Main address")}
label={_t("room_settings|general|canonical_alias_field_label")}
>
<option value="" key="unset">
{_t("not specified")}
@ -388,9 +380,11 @@ export default class AliasSettings extends React.Component<IProps, IState> {
onItemAdded={this.onLocalAliasAdded}
onItemRemoved={this.onLocalAliasDeleted}
noItemsLabel={
isSpaceRoom ? _t("This space has no local addresses") : _t("This room has no local addresses")
isSpaceRoom
? _t("room_settings|general|no_aliases_space")
: _t("room_settings|general|no_aliases_room")
}
placeholder={_t("Local address")}
placeholder={_t("room_settings|general|local_alias_field_label")}
domain={localDomain}
/>
);
@ -400,14 +394,14 @@ export default class AliasSettings extends React.Component<IProps, IState> {
<>
<SettingsFieldset
data-testid="published-address-fieldset"
legend={_t("Published Addresses")}
legend={_t("room_settings|general|published_aliases_section")}
description={
<>
{isSpaceRoom
? _t("Published addresses can be used by anyone on any server to join your space.")
: _t("Published addresses can be used by anyone on any server to join your room.")}
? _t("room_settings|general|published_aliases_explainer_space")
: _t("room_settings|general|published_aliases_explainer_room")}
&nbsp;
{_t("To publish an address, it needs to be set as a local address first.")}
{_t("room_settings|general|published_aliases_description")}
</>
}
>
@ -434,30 +428,24 @@ export default class AliasSettings extends React.Component<IProps, IState> {
onItemAdded={this.onAltAliasAdded}
onItemRemoved={this.onAltAliasDeleted}
suggestionsListId="mx_AliasSettings_altRecommendations"
itemsLabel={_t("Other published addresses:")}
noItemsLabel={_t("No other published addresses yet, add one below")}
placeholder={_t("New published address (e.g. #alias:server)")}
itemsLabel={_t("room_settings|general|aliases_items_label")}
noItemsLabel={_t("room_settings|general|aliases_no_items_label")}
placeholder={_t("room_settings|general|new_alias_placeholder")}
roomId={this.props.roomId}
/>
</SettingsFieldset>
<SettingsFieldset
data-testid="local-address-fieldset"
legend={_t("Local Addresses")}
legend={_t("room_settings|general|local_aliases_section")}
description={
isSpaceRoom
? _t(
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)",
{ localDomain },
)
: _t(
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)",
{ localDomain },
)
? _t("room_settings|general|local_aliases_explainer_space", { localDomain })
: _t("room_settings|general|local_aliases_explainer_room", { localDomain })
}
>
<details onToggle={this.onLocalAliasesToggled} open={this.state.detailsOpen}>
<summary className="mx_AliasSettings_localAddresses">
{this.state.detailsOpen ? _t("room_list|show_less") : _t("Show more")}
{this.state.detailsOpen ? _t("room_list|show_less") : _t("common|show_more")}
</summary>
{localAliasesList}
</details>

View file

@ -248,7 +248,7 @@ export default class RoomProfileSettings extends React.Component<IProps, IState>
<div className="mx_ProfileSettings_profile">
<div className="mx_ProfileSettings_profile_controls">
<Field
label={_t("Room Name")}
label={_t("room_settings|general|name_field_label")}
type="text"
value={this.state.displayName}
autoComplete="off"
@ -261,7 +261,7 @@ export default class RoomProfileSettings extends React.Component<IProps, IState>
"mx_ProfileSettings_profile_controls_topic--room",
)}
id="profileTopic" // See: NewRoomIntro.tsx
label={_t("Room Topic")}
label={_t("room_settings|general|topic_field_label")}
disabled={!this.state.canSetTopic}
type="text"
value={this.state.topic}
@ -273,7 +273,7 @@ export default class RoomProfileSettings extends React.Component<IProps, IState>
<AvatarSetting
avatarUrl={this.state.avatarUrl ?? undefined}
avatarName={this.state.displayName || this.props.roomId}
avatarAltText={_t("Room avatar")}
avatarAltText={_t("room_settings|general|avatar_field_label")}
uploadAvatar={this.state.canSetAvatar ? this.uploadAvatar : undefined}
removeAvatar={this.state.canSetAvatar ? this.removeAvatar : undefined}
/>

View file

@ -33,14 +33,14 @@ export enum E2EState {
}
const crossSigningUserTitles: { [key in E2EState]?: TranslationKey } = {
[E2EState.Warning]: _td("This user has not verified all of their sessions."),
[E2EState.Normal]: _td("You have not verified this user."),
[E2EState.Verified]: _td("You have verified this user. This user has verified all of their sessions."),
[E2EState.Warning]: _td("encryption|cross_signing_user_warning"),
[E2EState.Normal]: _td("encryption|cross_signing_user_normal"),
[E2EState.Verified]: _td("encryption|cross_signing_user_verified"),
};
const crossSigningRoomTitles: { [key in E2EState]?: TranslationKey } = {
[E2EState.Warning]: _td("Someone is using an unknown session"),
[E2EState.Normal]: _td("This room is end-to-end encrypted"),
[E2EState.Verified]: _td("Everyone in this room is verified"),
[E2EState.Warning]: _td("encryption|cross_signing_room_warning"),
[E2EState.Normal]: _td("encryption|cross_signing_room_normal"),
[E2EState.Verified]: _td("encryption|cross_signing_room_verified"),
};
interface Props {

View file

@ -482,7 +482,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
room={room}
threadId={this.props.editState?.getEvent()?.getThread()?.id}
initialCaret={this.props.editState.getCaret() ?? undefined}
label={_t("Edit message")}
label={_t("composer|edit_composer_label")}
onChange={this.onChange}
/>
<div className="mx_EditMessageComposer_buttons">

View file

@ -512,12 +512,12 @@ export class UnwrappedEventTile extends React.Component<EventTileProps, IState>
if (this.props.highlightLink) {
return (
<a className="mx_ThreadSummary_icon" href={this.props.highlightLink}>
{_t("From a thread")}
{_t("timeline|thread_info_basic")}
</a>
);
}
return <p className="mx_ThreadSummary_icon">{_t("From a thread")}</p>;
return <p className="mx_ThreadSummary_icon">{_t("timeline|thread_info_basic")}</p>;
}
}
@ -741,25 +741,23 @@ export class UnwrappedEventTile extends React.Component<EventTileProps, IState>
break;
case EventShieldReason.UNVERIFIED_IDENTITY:
shieldReasonMessage = _t("Encrypted by an unverified user.");
shieldReasonMessage = _t("encryption|event_shield_reason_unverified_identity");
break;
case EventShieldReason.UNSIGNED_DEVICE:
shieldReasonMessage = _t("Encrypted by a device not verified by its owner.");
shieldReasonMessage = _t("encryption|event_shield_reason_unsigned_device");
break;
case EventShieldReason.UNKNOWN_DEVICE:
shieldReasonMessage = _t("Encrypted by an unknown or deleted device.");
shieldReasonMessage = _t("encryption|event_shield_reason_unknown_device");
break;
case EventShieldReason.AUTHENTICITY_NOT_GUARANTEED:
shieldReasonMessage = _t(
"The authenticity of this encrypted message can't be guaranteed on this device.",
);
shieldReasonMessage = _t("encryption|event_shield_reason_authenticity_not_guaranteed");
break;
case EventShieldReason.MISMATCHED_SENDER_KEY:
shieldReasonMessage = _t("Encrypted by an unverified session");
shieldReasonMessage = _t("encryption|event_shield_reason_mismatched_sender_key");
break;
}
@ -936,7 +934,7 @@ export class UnwrappedEventTile extends React.Component<EventTileProps, IState>
logger.warn(`Event type not supported: type:${eventType} isState:${mxEvent.isState()}`);
return (
<div className="mx_EventTile mx_EventTile_info mx_MNoticeBody">
<div className="mx_EventTile_line">{_t("This event could not be displayed")}</div>
<div className="mx_EventTile_line">{_t("timeline|error_no_renderer")}</div>
</div>
);
}
@ -1468,16 +1466,12 @@ const SafeEventTile = forwardRef<UnwrappedEventTile, EventTileProps>((props, ref
export default SafeEventTile;
function E2ePadlockUnencrypted(props: Omit<IE2ePadlockProps, "title" | "icon">): JSX.Element {
return <E2ePadlock title={_t("Unencrypted")} icon={E2ePadlockIcon.Warning} {...props} />;
return <E2ePadlock title={_t("common|unencrypted")} icon={E2ePadlockIcon.Warning} {...props} />;
}
function E2ePadlockDecryptionFailure(props: Omit<IE2ePadlockProps, "title" | "icon">): JSX.Element {
return (
<E2ePadlock
title={_t("This message could not be decrypted")}
icon={E2ePadlockIcon.DecryptionFailure}
{...props}
/>
<E2ePadlock title={_t("timeline|undecryptable_tooltip")} icon={E2ePadlockIcon.DecryptionFailure} {...props} />
);
}
@ -1556,13 +1550,13 @@ function SentReceipt({ messageState }: ISentReceiptProps): JSX.Element {
nonCssBadge = <NotificationBadge notification={StaticNotificationState.RED_EXCLAMATION} />;
}
let label = _t("Sending your message…");
let label = _t("timeline|send_state_sending");
if (messageState === "encrypting") {
label = _t("Encrypting your message…");
label = _t("timeline|send_state_encrypting");
} else if (isSent) {
label = _t("Your message was sent");
label = _t("timeline|send_state_sent");
} else if (isFailed) {
label = _t("Failed to send");
label = _t("timeline|send_state_failed");
}
const [{ showTooltip, hideTooltip }, tooltip] = useTooltip({
id: tooltipId,

View file

@ -31,11 +31,11 @@ export function EventTileThreadToolbar({
copyLinkToThread: (evt: ButtonEvent) => void;
}): JSX.Element {
return (
<Toolbar className="mx_MessageActionBar" aria-label={_t("Message Actions")} aria-live="off">
<Toolbar className="mx_MessageActionBar" aria-label={_t("timeline|mab|label")} aria-live="off">
<RovingAccessibleTooltipButton
className="mx_MessageActionBar_iconButton"
onClick={viewInRoom}
title={_t("View in room")}
title={_t("timeline|mab|view_in_room")}
key="view_in_room"
>
<ViewInRoomIcon />
@ -43,7 +43,7 @@ export function EventTileThreadToolbar({
<RovingAccessibleTooltipButton
className="mx_MessageActionBar_iconButton"
onClick={copyLinkToThread}
title={_t("Copy link to thread")}
title={_t("timeline|mab|copy_link_thread")}
key="copy_link_to_thread"
>
<LinkIcon />

View file

@ -39,7 +39,7 @@ const JumpToBottomButton: React.FC<IProps> = (props) => {
<div className={className}>
<AccessibleButton
className="mx_JumpToBottomButton_scrollDown"
title={_t("Scroll to most recent messages")}
title={_t("room|jump_to_bottom_button")}
onClick={props.onScrollToBottomClick}
/>
{badge}

View file

@ -118,7 +118,7 @@ export default class PinnedEventTile extends React.Component<IProps> {
</span>
<AccessibleButton onClick={this.onTileClicked} kind="link">
{_t("View message")}
{_t("common|view_message")}
</AccessibleButton>
</div>
</div>

View file

@ -120,9 +120,7 @@ export default class ReplyTile extends React.PureComponent<IProps> {
const { mxEvent } = this.props;
logger.warn(`Event type not supported: type:${mxEvent.getType()} isState:${mxEvent.isState()}`);
return (
<div className="mx_ReplyTile mx_ReplyTile_info mx_MNoticeBody">
{_t("This event could not be displayed")}
</div>
<div className="mx_ReplyTile mx_ReplyTile_info mx_MNoticeBody">{_t("timeline|error_no_renderer")}</div>
);
}

View file

@ -184,7 +184,7 @@ const RoomPreviewCard: FC<IProps> = ({ room, onJoinButtonClicked, onRejectButton
joinButtons = (
<AccessibleButton kind="primary" onClick={viewLabs}>
{_t("Show Labs settings")}
{_t("room|show_labs_settings")}
</AccessibleButton>
);
}

View file

@ -41,7 +41,7 @@ export const RoomTileCallSummary: FC<Props> = ({ call }) => {
break;
case ConnectionState.Connected:
case ConnectionState.Disconnecting:
text = _t("Joined");
text = _t("common|joined");
active = true;
break;
}

View file

@ -71,11 +71,7 @@ export default class RoomUpgradeWarningBar extends React.PureComponent<IProps, I
let doUpgradeWarnings = (
<div>
<div className="mx_RoomUpgradeWarningBar_body">
<p>
{_t(
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",
)}
</p>
<p>{_t("room|upgrade_warning_bar")}</p>
<p>
{_t(
"room_settings|advanced|room_upgrade_warning",
@ -98,7 +94,7 @@ export default class RoomUpgradeWarningBar extends React.PureComponent<IProps, I
if (this.state.upgraded) {
doUpgradeWarnings = (
<div className="mx_RoomUpgradeWarningBar_body">
<p>{_t("This room has already been upgraded.")}</p>
<p>{_t("room|upgrade_warning_bar_upgraded")}</p>
</div>
);
}
@ -108,7 +104,7 @@ export default class RoomUpgradeWarningBar extends React.PureComponent<IProps, I
<div className="mx_RoomUpgradeWarningBar_wrapped">
<div className="mx_RoomUpgradeWarningBar_header">
{_t(
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.",
"room|upgrade_warning_bar_unstable",
{},
{
roomVersion: () => <code>{this.props.room.getVersion()}</code>,
@ -117,9 +113,7 @@ export default class RoomUpgradeWarningBar extends React.PureComponent<IProps, I
)}
</div>
{doUpgradeWarnings}
<div className="mx_RoomUpgradeWarningBar_small">
{_t("Only room administrators will see this warning")}
</div>
<div className="mx_RoomUpgradeWarningBar_small">{_t("room|upgrade_warning_bar_admins")}</div>
</div>
</div>
);

View file

@ -104,7 +104,7 @@ export default class SearchBar extends React.Component<IProps, IState> {
aria-checked={this.state.scope === SearchScope.Room}
role="radio"
>
{_t("This Room")}
{_t("room|search|this_room")}
</AccessibleButton>
<AccessibleButton
className={allRoomsClasses}
@ -112,7 +112,7 @@ export default class SearchBar extends React.Component<IProps, IState> {
aria-checked={this.state.scope === SearchScope.All}
role="radio"
>
{_t("All Rooms")}
{_t("room|search|all_rooms")}
</AccessibleButton>
</div>
<div className="mx_SearchBar_input mx_textinput">
@ -120,9 +120,11 @@ export default class SearchBar extends React.Component<IProps, IState> {
ref={this.searchTerm}
type="text"
autoFocus={true}
placeholder={_t("Search…")}
placeholder={_t("room|search|field_placeholder")}
aria-label={
this.state.scope === SearchScope.Room ? _t("Search this room") : _t("Search all rooms")
this.state.scope === SearchScope.Room
? _t("room|search|this_room_button")
: _t("room|search|all_rooms_button")
}
onKeyDown={this.onSearchChange}
/>

View file

@ -94,7 +94,7 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
return this.scalarClient;
})
.catch((e) => {
this.imError(_td("Failed to connect to integration manager"), e);
this.imError(_td("integration_manager|error_connecting_heading"), e);
});
} else {
IntegrationManagers.sharedInstance().openNoManagerDialog();
@ -213,8 +213,8 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
private defaultStickerpickerContent(): JSX.Element {
return (
<AccessibleButton onClick={this.launchManageIntegrations} className="mx_Stickers_contentPlaceholder">
<p>{_t("You don't currently have any stickerpacks enabled")}</p>
<p className="mx_Stickers_addLink">{_t("Add some now")}</p>
<p>{_t("stickers|empty")}</p>
<p className="mx_Stickers_addLink">{_t("stickers|empty_add_prompt")}</p>
<img src={require("../../../../res/img/stickerpack-placeholder.png")} alt="" />
</AccessibleButton>
);

View file

@ -106,10 +106,8 @@ export default class ThirdPartyMemberInfo extends React.Component<IProps, IState
this.setState({ invited: true });
Modal.createDialog(ErrorDialog, {
title: _t("Failed to revoke invite"),
description: _t(
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.",
),
title: _t("user_info|error_revoke_3pid_invite_title"),
description: _t("user_info|error_revoke_3pid_invite_description"),
});
});
@ -122,9 +120,9 @@ export default class ThirdPartyMemberInfo extends React.Component<IProps, IState
if (this.state.canKick && this.state.invited) {
adminTools = (
<div className="mx_MemberInfo_container">
<h3>{_t("Admin Tools")}</h3>
<h3>{_t("user_info|admin_tools_section")}</h3>
<AccessibleButton className="mx_MemberInfo_field" onClick={this.onKickClick}>
{_t("Revoke invite")}
{_t("user_info|revoke_invite")}
</AccessibleButton>
</div>
);
@ -153,7 +151,7 @@ export default class ThirdPartyMemberInfo extends React.Component<IProps, IState
<h2>{this.state.displayName}</h2>
</div>
<div className="mx_MemberInfo_container mx_MemberInfo_container--profile">
{_t("Invited by %(sender)s", { sender: this.state.senderName })}
{_t("user_info|invited_by", { sender: this.state.senderName })}
</div>
{adminTools}
</div>

View file

@ -59,7 +59,7 @@ const ThreadSummary: React.FC<IProps> = ({ mxEvent, thread, ...props }) => {
});
PosthogTrackers.trackInteraction("WebRoomTimelineThreadSummaryButton", ev);
}}
aria-label={_t("Open thread")}
aria-label={_t("threads|open_thread")}
>
<span className="mx_ThreadSummary_replies_amount">{countSection}</span>
<ThreadMessagePreview thread={thread} showDisplayname={!roomContext.narrow} />
@ -111,9 +111,9 @@ export const ThreadMessagePreview: React.FC<IPreviewProps> = ({ thread, showDisp
{lastReply.isDecryptionFailure() ? (
<div
className="mx_ThreadSummary_content mx_DecryptionFailureBody"
title={_t("Unable to decrypt message")}
title={_t("threads|unable_to_decrypt")}
>
<span className="mx_ThreadSummary_message-preview">{_t("Unable to decrypt message")}</span>
<span className="mx_ThreadSummary_message-preview">{_t("threads|unable_to_decrypt")}</span>
</div>
) : (
<div className="mx_ThreadSummary_content" title={preview}>

View file

@ -30,7 +30,7 @@ export default class TopUnreadMessagesBar extends React.PureComponent<IProps> {
<div className="mx_TopUnreadMessagesBar">
<AccessibleButton
className="mx_TopUnreadMessagesBar_scrollUp"
title={_t("Jump to first unread message.")}
title={_t("room|jump_read_marker")}
onClick={this.props.onScrollUpClick}
/>
<AccessibleButton

View file

@ -180,14 +180,10 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
// The "microphone access error" dialogs are used a lot, so let's functionify them
const accessError = (): void => {
Modal.createDialog(ErrorDialog, {
title: _t("Unable to access your microphone"),
title: _t("voip|unable_to_access_audio_input_title"),
description: (
<>
<p>
{_t(
"We were unable to access your microphone. Please check your browser settings and try again.",
)}
</p>
<p>{_t("voip|unable_to_access_audio_input_description")}</p>
</>
),
});
@ -199,14 +195,10 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
const devices = await MediaDeviceHandler.getDevices();
if (!devices?.[MediaDeviceKindEnum.AudioInput]?.length) {
Modal.createDialog(ErrorDialog, {
title: _t("No microphone found"),
title: _t("voip|no_audio_input_title"),
description: (
<>
<p>
{_t(
"We didn't find a microphone on your device. Please check your settings and try again.",
)}
</p>
<p>{_t("voip|no_audio_input_description")}</p>
</>
),
});
@ -273,9 +265,9 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
let stopBtn;
let deleteButton;
if (this.state.recordingPhase === RecordingState.Started) {
let tooltip = _t("Send voice message");
let tooltip = _t("composer|send_voice_message");
if (!!this.state.recorder) {
tooltip = _t("Stop recording");
tooltip = _t("composer|stop_voice_message");
}
stopBtn = (
@ -316,7 +308,7 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
notification={StaticNotificationState.forSymbol("!", NotificationColor.Red)}
/>
</span>
<span className="text-warning">{_t("Failed to send")}</span>
<span className="text-warning">{_t("timeline|send_state_failed")}</span>
</span>
);
}

View file

@ -71,7 +71,7 @@ export const LinkModal: React.FC<LinkModalProps> = ({
return (
<BaseDialog
className="mx_LinkModal"
title={isEditing ? _t("Edit link") : _t("Create a link")}
title={isEditing ? _t("composer|link_modal|title_edit") : _t("composer|link_modal|title_create")}
hasCancel={true}
onFinished={onFinished}
>
@ -96,7 +96,7 @@ export const LinkModal: React.FC<LinkModalProps> = ({
<Field
required={true}
autoFocus={true}
label={_t("Text")}
label={_t("composer|link_modal|text_field_label")}
value={fields.text}
className="mx_LinkModal_Field"
placeholder=""
@ -108,7 +108,7 @@ export const LinkModal: React.FC<LinkModalProps> = ({
<Field
required={true}
autoFocus={!hasText}
label={_t("Link")}
label={_t("composer|link_modal|link_field_label")}
value={fields.link}
className="mx_LinkModal_Field"
placeholder=""

View file

@ -346,14 +346,12 @@ export default class SecureBackupPanel extends React.PureComponent<{}, IState> {
<SettingsSubsectionText>
{_t("settings|security|key_backup_inactive_warning", {}, { b: (sub) => <b>{sub}</b> })}
</SettingsSubsectionText>
<SettingsSubsectionText>
{_t("Back up your keys before signing out to avoid losing them.")}
</SettingsSubsectionText>
<SettingsSubsectionText>{_t("encryption|setup_secure_backup|explainer")}</SettingsSubsectionText>
</>
);
actions.push(
<AccessibleButton key="setup" kind="primary" onClick={this.startNewBackup}>
{_t("Set up")}
{_t("encryption|setup_secure_backup|title")}
</AccessibleButton>,
);
}

View file

@ -2,7 +2,6 @@
"Create new room": "إنشاء غرفة جديدة",
"Send": "إرسال",
"Unavailable": "غير متوفر",
"All Rooms": "كل الغُرف",
"Changelog": "سِجل التغييرات",
"Thank you!": "شكرًا !",
"Sun": "الأحد",
@ -79,7 +78,6 @@
"Download %(text)s": "تحميل %(text)s",
"Decrypt %(text)s": "فك تشفير %(text)s",
"Error decrypting attachment": "تعذر فك تشفير المرفق",
"Message Actions": "إجراءات الرسائل",
"The encryption used by this room isn't supported.": "التشفير الذي تستخدمه هذه الغرفة غير مدعوم.",
"Encryption not enabled": "التشفير غير مفعل",
"Ignored attempt to disable encryption": "تم تجاهل محاولة تعطيل التشفير",
@ -99,39 +97,8 @@
"Start verification again from the notification.": "ابدأ التحقق مرة أخرى من الإشعار.",
"You've successfully verified %(displayName)s!": "لقد تحققت بنجاح من %(displayName)s!",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "لقد تحققت بنجاح من %(deviceName)s (%(deviceId)s)!",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "قم بتعيين العناوين لهذه الغرفة حتى يتمكن المستخدمون من العثور على هذه الغرفة من خلال خادمك الوسيط (%(localDomain)s)",
"Local Addresses": "عناوين محلية",
"New published address (e.g. #alias:server)": "عنوان منشور جديد (على سبيل المثال #alias:server)",
"No other published addresses yet, add one below": "لا توجد عناوين أخرى منشورة بعد ، أضف واحدًا أدناه",
"Other published addresses:": "عناوين منشورة أخرى:",
"Published Addresses": "العناوين المنشورة",
"Local address": "العنوان المحلي",
"This room has no local addresses": "هذه الغرفة ليس لها عناوين محلية",
"not specified": "غير محدد",
"Main address": "العنوان الرئيسي",
"Error removing address": "تعذرت إزالة العنوان",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "تعذرت إزالة ذاك العنوان. ربما لم يعد موجودًا أو حدث خطأ مؤقت.",
"You don't have permission to delete the address.": "ليس لديك الصلاحية لحذف العنوان.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "تعذر إنشاء ذاك العنوان. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"Error creating address": "تعذر إنشاء العنوان",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "حدث خطأ أثناء تحديث العناوين البديلة للغرفة. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "حدث خطأ أثناء تحديث العنوان الرئيسي للغرفة. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"Error updating main address": "تعذر تحديث العنوان الرئيسي",
"Jump to first unread message.": "الانتقال إلى أول رسالة غير مقروءة.",
"Invited by %(sender)s": "دُعيت من %(sender)s",
"Revoke invite": "إبطال الدعوة",
"Admin Tools": "أدوات المدير",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "تعذر إبطال الدعوة. قد يواجه الخادم مشكلة مؤقتة أو ليس لديك صلاحيات كافية لإلغاء الدعوة.",
"Failed to revoke invite": "تعذر إبطال الدعوة",
"Add some now": "أضف البعض الآن",
"You don't currently have any stickerpacks enabled": "ليس لديك حاليًا أي حزم ملصقات ممكّنة",
"Failed to connect to integration manager": "تعذر الاتصال بمدير التكامل",
"Search…": "بحث …",
"This Room": "هذه الغرفة",
"Only room administrators will see this warning": "لن يرى هذا التحذير سوى مديرو الغرفة",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "هذه الغرفة تشغل إصدار الغرفة <roomVersion /> ، والذي عده الخادم الوسيط هذا بأنه<i> غير مستقر </i>.",
"This room has already been upgraded.": "سبق وأن تمت ترقية هذه الغرفة.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "ستؤدي ترقية هذه الغرفة إلى إغلاق النسخة الحالية للغرفة وإنشاء غرفة تمت ترقيتها بنفس الاسم.",
"unknown error code": "رمز خطأٍ غير معروف",
"Join Room": "انضم للغرفة",
"(~%(count)s results)": {
@ -147,14 +114,9 @@
"one": "وواحدة أخرى...",
"other": "و %(count)s أخر..."
},
"Scroll to most recent messages": "انتقل إلى أحدث الرسائل",
"The authenticity of this encrypted message can't be guaranteed on this device.": "لا يمكن ضمان موثوقية هذه الرسالة المشفرة على هذا الجهاز.",
"Encrypted by a deleted session": "مشفرة باتصال محذوف",
"Unencrypted": "غير مشفر",
"Encrypted by an unverified session": "مشفرة باتصال لم يتم التحقق منه",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "للإبلاغ عن مشكلة أمنية متعلقة بMatrix ، يرجى قراءة <a>سياسة الإفصاح الأمني</a> في Matrix.org.",
"Deactivate account": "تعطيل الحساب",
"Back up your keys before signing out to avoid losing them.": "أضف مفاتيحك للاحتياطي قبل تسجيل الخروج لتتجنب ضياعها.",
"Backup version:": "نسخة الاحتياطي:",
"This backup is trusted because it has been restored on this session": "هذا الاحتياطي موثوق به لأنه تمت استعادته في هذا الاتصال",
"You've successfully verified your device!": "لقد نجحت في التحقق من جهازك!",
@ -166,15 +128,6 @@
"Ask %(displayName)s to scan your code:": "اطلب من %(displayName)s مسح رمزك:",
"Verify by scanning": "تحقق بالمسح",
"This client does not support end-to-end encryption.": "لا يدعم هذا العميل التشفير من طرف إلى طرف.",
"Failed to deactivate user": "تعذر إلغاء نشاط المستخدم",
"Deactivate user": "إلغاء نشاط المستخدم",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "سيؤدي إلغاء نشاط هذا المستخدم إلى تسجيل خروجهم ومنعهم من تسجيل الدخول مرة أخرى. بالإضافة إلى ذلك ، سيغادرون جميع الغرف التي يتواجدون فيها. لا يمكن التراجع عن هذا الإجراء. هل أنت متأكد أنك تريد إلغاء نشاط هذا المستخدم؟",
"Deactivate user?": "إلغاء نشاط المستخدم؟",
"Are you sure?": "هل متأكد أنت؟",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "لن تكون قادرًا على التراجع عن هذا التغيير لأنك ترقي المستخدم ليكون له نفس مستوى الطاقة لديك.",
"Failed to mute user": "تعذر كتم المستخدم",
"Failed to ban user": "تعذر حذف المستخدم",
"Remove recent messages": "احذف الرسائل الحديثة",
"Remove %(count)s messages": {
"one": "احذف رسالة واحدة",
"other": "احذف %(count)s رسائل"
@ -183,58 +136,18 @@
"Remove recent messages by %(user)s": "قم بإزالة رسائل %(user)s الأخيرة",
"Try scrolling up in the timeline to see if there are any earlier ones.": "حاول الصعود في المخطط الزمني لمعرفة ما إذا كانت هناك سابقات.",
"No recent messages by %(user)s found": "لم يتم العثور على رسائل حديثة من %(user)s",
"Demote": "تخفيض",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "لن تتمكن من التراجع عن هذا التغيير لأنك تقوم بتخفيض رتبتك ، إذا كنت آخر مستخدم ذي امتياز في الغرفة ، فسيكون من المستحيل استعادة الامتيازات.",
"Demote yourself?": "خفض مرتبة نفسك؟",
"Share Link to User": "مشاركة رابط للمستخدم",
"Jump to read receipt": "انتقل لإيصال قراءة",
"Hide sessions": "اخف الاتصالات",
"%(count)s sessions": {
"one": "%(count)s اتصال",
"other": "%(count)s اتصالات"
},
"Hide verified sessions": "اخف الاتصالات المحققة",
"%(count)s verified sessions": {
"one": "اتصال واحد محقق",
"other": "%(count)s اتصالات محققة"
},
"Room settings": "إعدادات الغرفة",
"Share room": "شارك الغرفة",
"Not encrypted": "غير مشفر",
"Add widgets, bridges & bots": "إضافة عناصر الواجهة والجسور والروبوتات",
"Edit widgets, bridges & bots": "تعديل عناصر الواجهة والجسور والروبوتات",
"Widgets": "عناصر الواجهة",
"You can only pin up to %(count)s widgets": {
"other": "تثبيت عناصر واجهة المستخدم ممكن إلى %(count)s بحدٍ أعلى"
},
"Your homeserver": "خادمك الوسيط",
"One of the following may be compromised:": "قد يتم اختراق أي مما يلي:",
"Your messages are not secure": "رسائلك ليست آمنة",
"For extra security, verify this user by checking a one-time code on both of your devices.": "لمزيد من الأمان ، تحقق من هذا المستخدم عن طريق التحقق من رمز لمرة واحدة على كلا الجهازين.",
"Verify User": "تحقق من المستخدم",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "في الغرف المشفرة ، يتم تأمين رسائلك ولا يمتلك أحد سواك أنت والمتلقي المفاتيح الفريدة لفتحها.",
"Messages in this room are not end-to-end encrypted.": "الرسائل الموجودة في هذه الغرفة غير مشفرة من طرف إلى طرف.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "رسائلك مؤمنة وليس لأحد المفاتيح الفريدة لفكها إلا أنت والمتلقي.",
"Messages in this room are end-to-end encrypted.": "يتم تشفير الرسائل الموجودة في هذه الغرفة بين الطرفين.",
"Start Verification": "ابدأ التحقق",
"Accepting…": "جارٍ القبول …",
"Waiting for %(displayName)s to accept…": "بانتظار %(displayName)s ليقبل …",
"Room avatar": "صورة الغرفة",
"Room Topic": "موضوع الغرفة",
"Room Name": "اسم الغرفة",
"Set up": "تأسيس",
"Warning!": "إنذار!",
"Show more": "أظهر أكثر",
"Dog": "كلب",
"IRC display name width": "عرض الاسم الظاهر لIRC",
"This event could not be displayed": "تعذر عرض هذا الحدث",
"Edit message": "تعديل الرسالة",
"Everyone in this room is verified": "تم التحقق من جميع من في هذه الغرفة",
"This room is end-to-end encrypted": "هذه الغرفة مشفرة من طرف إلى طرف",
"Someone is using an unknown session": "شخص ما يستخدم اتصالاً غير معروف",
"You have verified this user. This user has verified all of their sessions.": "لقد تحققت من هذا المستخدم. لقد تحقق هذا المستخدم من جميع اتصالاته.",
"You have not verified this user.": "أنت لم تتحقق من هذا المستخدم.",
"This user has not verified all of their sessions.": "هذا المستخدم لم يتحقق من جميع اتصالاته.",
"Ok": "حسنا",
"Your homeserver has exceeded one of its resource limits.": "لقد تجاوز خادمك أحد حدود موارده.",
"Your homeserver has exceeded its user limit.": "لقد تجاوز خادمك حد عدد المستخدمين.",
@ -450,7 +363,10 @@
"authentication": "المصادقة",
"rooms": "الغرف",
"low_priority": "أولوية منخفضة",
"historical": "تاريخي"
"historical": "تاريخي",
"unencrypted": "غير مشفر",
"show_more": "أظهر أكثر",
"are_you_sure": "هل متأكد أنت؟"
},
"action": {
"continue": "واصِل",
@ -542,7 +458,8 @@
"no_perms_notice": "ليس لديك إذن للنشر في هذه الغرفة",
"poll_button_no_perms_title": "التصريح مطلوب",
"format_italics": "مائل",
"replying_title": "الرد"
"replying_title": "الرد",
"edit_composer_label": "تعديل الرسالة"
},
"power_level": {
"default": "المبدئي",
@ -887,6 +804,10 @@
},
"url_preview": {
"close": "إغلاق المعاينة"
},
"error_no_renderer": "تعذر عرض هذا الحدث",
"mab": {
"label": "إجراءات الرسائل"
}
},
"slash_command": {
@ -1084,7 +1005,27 @@
"url_preview_explainer": "عندما يضع شخص ما عنوان URL في رسالته ، يمكن عرض معاينة عنوان URL لإعطاء مزيد من المعلومات حول هذا الرابط مثل العنوان والوصف وصورة من موقع الويب.",
"url_previews_section": "معاينة الروابط",
"aliases_section": "عناوين الغرف",
"other_section": "أخرى"
"other_section": "أخرى",
"error_updating_canonical_alias_title": "تعذر تحديث العنوان الرئيسي",
"error_updating_canonical_alias_description": "حدث خطأ أثناء تحديث العنوان الرئيسي للغرفة. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"error_updating_alias_description": "حدث خطأ أثناء تحديث العناوين البديلة للغرفة. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"error_creating_alias_title": "تعذر إنشاء العنوان",
"error_creating_alias_description": "تعذر إنشاء ذاك العنوان. قد لا يسمح به الخادم أو حدث فشل مؤقت.",
"error_deleting_alias_description_forbidden": "ليس لديك الصلاحية لحذف العنوان.",
"error_deleting_alias_description": "تعذرت إزالة ذاك العنوان. ربما لم يعد موجودًا أو حدث خطأ مؤقت.",
"error_deleting_alias_title": "تعذرت إزالة العنوان",
"canonical_alias_field_label": "العنوان الرئيسي",
"no_aliases_room": "هذه الغرفة ليس لها عناوين محلية",
"local_alias_field_label": "العنوان المحلي",
"published_aliases_section": "العناوين المنشورة",
"aliases_items_label": "عناوين منشورة أخرى:",
"aliases_no_items_label": "لا توجد عناوين أخرى منشورة بعد ، أضف واحدًا أدناه",
"new_alias_placeholder": "عنوان منشور جديد (على سبيل المثال #alias:server)",
"local_aliases_section": "عناوين محلية",
"local_aliases_explainer_room": "قم بتعيين العناوين لهذه الغرفة حتى يتمكن المستخدمون من العثور على هذه الغرفة من خلال خادمك الوسيط (%(localDomain)s)",
"name_field_label": "اسم الغرفة",
"topic_field_label": "موضوع الغرفة",
"avatar_field_label": "صورة الغرفة"
},
"advanced": {
"unfederated": "لا يمكن الوصول إلى هذه الغرفة بواسطة خوادم Matrix البعيدة",
@ -1125,7 +1066,10 @@
"waiting_other_user": "بانتظار %(displayName)s للتحقق…",
"cancelling": "جارٍ الإلغاء…",
"unverified_sessions_toast_reject": "لاحقاً",
"unverified_session_toast_title": "تسجيل دخول جديد. هل كان ذاك أنت؟"
"unverified_session_toast_title": "تسجيل دخول جديد. هل كان ذاك أنت؟",
"waiting_for_user_accept": "بانتظار %(displayName)s ليقبل …",
"accepting": "جارٍ القبول …",
"start_button": "ابدأ التحقق"
},
"cancel_entering_passphrase_title": "هل تريد إلغاء إدخال عبارة المرور؟",
"cancel_entering_passphrase_description": "هل أنت متأكد من أنك تريد إلغاء إدخال عبارة المرور؟",
@ -1139,7 +1083,24 @@
"cross_signing_ready": "التوقيع المتبادل جاهز للاستخدام.",
"cross_signing_untrusted": "يحتوي حسابك على هوية توقيع متبادل في وحدة تخزين سرية ، لكن هذا الاتصال لم يثق به بعد.",
"cross_signing_not_ready": "لم يتم إعداد التوقيع المتبادل.",
"not_supported": "<غير معتمد>"
"not_supported": "<غير معتمد>",
"setup_secure_backup": {
"explainer": "أضف مفاتيحك للاحتياطي قبل تسجيل الخروج لتتجنب ضياعها.",
"title": "تأسيس"
},
"cross_signing_user_warning": "هذا المستخدم لم يتحقق من جميع اتصالاته.",
"cross_signing_user_normal": "أنت لم تتحقق من هذا المستخدم.",
"cross_signing_user_verified": "لقد تحققت من هذا المستخدم. لقد تحقق هذا المستخدم من جميع اتصالاته.",
"cross_signing_room_warning": "شخص ما يستخدم اتصالاً غير معروف",
"cross_signing_room_normal": "هذه الغرفة مشفرة من طرف إلى طرف",
"cross_signing_room_verified": "تم التحقق من جميع من في هذه الغرفة",
"event_shield_reason_authenticity_not_guaranteed": "لا يمكن ضمان موثوقية هذه الرسالة المشفرة على هذا الجهاز.",
"event_shield_reason_mismatched_sender_key": "مشفرة باتصال لم يتم التحقق منه",
"messages_not_secure": {
"title": "رسائلك ليست آمنة",
"heading": "قد يتم اختراق أي مما يلي:",
"cause_1": "خادمك الوسيط"
}
},
"emoji": {
"category_frequently_used": "كثيرة الاستعمال",
@ -1419,7 +1380,18 @@
"peek_join_prompt": "أنت تعاين %(roomName)s. تريد الانضمام إليها؟",
"no_peek_join_prompt": "لا يمكن معاينة %(roomName)s. هل تريد الانضمام إليها؟",
"not_found_title_name": "الغرفة %(roomName)s ليست موجودة.",
"inaccessible_name": "لا يمكن الوصول إلى %(roomName)s في الوقت الحالي."
"inaccessible_name": "لا يمكن الوصول إلى %(roomName)s في الوقت الحالي.",
"jump_to_bottom_button": "انتقل إلى أحدث الرسائل",
"upgrade_warning_bar": "ستؤدي ترقية هذه الغرفة إلى إغلاق النسخة الحالية للغرفة وإنشاء غرفة تمت ترقيتها بنفس الاسم.",
"upgrade_warning_bar_upgraded": "سبق وأن تمت ترقية هذه الغرفة.",
"upgrade_warning_bar_unstable": "هذه الغرفة تشغل إصدار الغرفة <roomVersion /> ، والذي عده الخادم الوسيط هذا بأنه<i> غير مستقر </i>.",
"upgrade_warning_bar_admins": "لن يرى هذا التحذير سوى مديرو الغرفة",
"search": {
"this_room": "هذه الغرفة",
"all_rooms": "كل الغُرف",
"field_placeholder": "بحث …"
},
"jump_read_marker": "الانتقال إلى أول رسالة غير مقروءة."
},
"space": {
"context_menu": {
@ -1537,5 +1509,49 @@
"invited_list_heading": "مدعو",
"filter_placeholder": "تصفية أعضاء الغرفة",
"power_label": "%(userName)s (قوة %(powerLevelNumber)s)"
},
"stickers": {
"empty": "ليس لديك حاليًا أي حزم ملصقات ممكّنة",
"empty_add_prompt": "أضف البعض الآن"
},
"user_info": {
"error_revoke_3pid_invite_title": "تعذر إبطال الدعوة",
"error_revoke_3pid_invite_description": "تعذر إبطال الدعوة. قد يواجه الخادم مشكلة مؤقتة أو ليس لديك صلاحيات كافية لإلغاء الدعوة.",
"admin_tools_section": "أدوات المدير",
"revoke_invite": "إبطال الدعوة",
"invited_by": "دُعيت من %(sender)s",
"room_encrypted": "يتم تشفير الرسائل الموجودة في هذه الغرفة بين الطرفين.",
"room_encrypted_detail": "رسائلك مؤمنة وليس لأحد المفاتيح الفريدة لفكها إلا أنت والمتلقي.",
"room_unencrypted": "الرسائل الموجودة في هذه الغرفة غير مشفرة من طرف إلى طرف.",
"room_unencrypted_detail": "في الغرف المشفرة ، يتم تأمين رسائلك ولا يمتلك أحد سواك أنت والمتلقي المفاتيح الفريدة لفتحها.",
"verify_button": "تحقق من المستخدم",
"verify_explainer": "لمزيد من الأمان ، تحقق من هذا المستخدم عن طريق التحقق من رمز لمرة واحدة على كلا الجهازين.",
"hide_verified_sessions": "اخف الاتصالات المحققة",
"hide_sessions": "اخف الاتصالات",
"jump_to_rr_button": "انتقل لإيصال قراءة",
"share_button": "مشاركة رابط للمستخدم",
"demote_self_confirm_title": "خفض مرتبة نفسك؟",
"demote_self_confirm_room": "لن تتمكن من التراجع عن هذا التغيير لأنك تقوم بتخفيض رتبتك ، إذا كنت آخر مستخدم ذي امتياز في الغرفة ، فسيكون من المستحيل استعادة الامتيازات.",
"demote_button": "تخفيض",
"redact_button": "احذف الرسائل الحديثة",
"error_ban_user": "تعذر حذف المستخدم",
"error_mute_user": "تعذر كتم المستخدم",
"promote_warning": "لن تكون قادرًا على التراجع عن هذا التغيير لأنك ترقي المستخدم ليكون له نفس مستوى الطاقة لديك.",
"deactivate_confirm_title": "إلغاء نشاط المستخدم؟",
"deactivate_confirm_description": "سيؤدي إلغاء نشاط هذا المستخدم إلى تسجيل خروجهم ومنعهم من تسجيل الدخول مرة أخرى. بالإضافة إلى ذلك ، سيغادرون جميع الغرف التي يتواجدون فيها. لا يمكن التراجع عن هذا الإجراء. هل أنت متأكد أنك تريد إلغاء نشاط هذا المستخدم؟",
"deactivate_confirm_action": "إلغاء نشاط المستخدم",
"error_deactivate": "تعذر إلغاء نشاط المستخدم"
},
"right_panel": {
"pinned_messages": {
"limits": {
"other": "تثبيت عناصر واجهة المستخدم ممكن إلى %(count)s بحدٍ أعلى"
}
},
"widgets_section": "عناصر الواجهة",
"edit_integrations": "تعديل عناصر الواجهة والجسور والروبوتات",
"add_integrations": "إضافة عناصر الواجهة والجسور والروبوتات",
"share_button": "شارك الغرفة",
"settings_button": "إعدادات الغرفة"
}
}

View file

@ -24,9 +24,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"Moderator": "Moderator",
"not specified": "qeyd edilmədi",
"Failed to ban user": "İstifadəçini bloklamağı bacarmadı",
"Failed to mute user": "İstifadəçini kəsməyi bacarmadı",
"Are you sure?": "Siz əminsiniz?",
"Join Room": "Otağa girmək",
"unknown error code": "naməlum səhv kodu",
"Failed to forget room %(errCode)s": "Otağı unutmağı bacarmadı: %(errCode)s",
@ -76,7 +73,8 @@
"profile": "Profil",
"authentication": "Müəyyənləşdirilmə",
"low_priority": "Əhəmiyyətsizlər",
"historical": "Arxiv"
"historical": "Arxiv",
"are_you_sure": "Siz əminsiniz?"
},
"action": {
"continue": "Davam etmək",
@ -357,5 +355,9 @@
"member_list": {
"invited_list_heading": "Dəvət edilmişdir",
"filter_placeholder": "İştirakçılara görə axtarış"
},
"user_info": {
"error_ban_user": "İstifadəçini bloklamağı bacarmadı",
"error_mute_user": "İstifadəçini kəsməyi bacarmadı"
}
}

View file

@ -31,12 +31,6 @@
"AM": "AM",
"Restricted": "Ограничен",
"Moderator": "Модератор",
"Failed to ban user": "Неуспешно блокиране на потребителя",
"Failed to mute user": "Неуспешно заглушаване на потребителя",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "След като си намалите нивото на достъп, няма да можете да възвърнете тази промяна. Ако сте последния потребител с привилегии в тази стая, ще бъде невъзможно да възвърнете привилегии си.",
"Are you sure?": "Сигурни ли сте?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Няма да можете да възвърнете тази промяна, тъй като повишавате този потребител до същото ниво на достъп като Вашето.",
"Admin Tools": "Инструменти на администратора",
"and %(count)s others...": {
"other": "и %(count)s други...",
"one": "и още един..."
@ -50,13 +44,10 @@
"one": "(~%(count)s резултат)"
},
"Join Room": "Присъединяване към стаята",
"Jump to first unread message.": "Отиди до първото непрочетено съобщение.",
"not specified": "неопределен",
"This room has no local addresses": "Тази стая няма локални адреси",
"Error decrypting attachment": "Грешка при разшифроване на прикачен файл",
"Decrypt %(text)s": "Разшифровай %(text)s",
"Download %(text)s": "Изтегли %(text)s",
"Jump to read receipt": "Отиди до потвърждението за прочитане",
"Invalid file%(extra)s": "Невалиден файл%(extra)s",
"Error decrypting image": "Грешка при разшифроване на снимка",
"Error decrypting video": "Грешка при разшифроване на видео",
@ -106,21 +97,17 @@
"Session ID": "Идентификатор на сесията",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "На път сте да бъдете отведени до друг сайт, където можете да удостоверите профила си за използване с %(integrationsUrl)s. Искате ли да продължите?",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Ако преди сте използвали по-нова версия на %(brand)s, Вашата сесия може да не бъде съвместима с текущата версия. Затворете този прозорец и се върнете в по-новата версия.",
"You don't currently have any stickerpacks enabled": "В момента нямате включени пакети със стикери",
"Sunday": "Неделя",
"Today": "Днес",
"Friday": "Петък",
"Changelog": "Списък на промените",
"Failed to send logs: ": "Неуспешно изпращане на логове: ",
"This Room": "В тази стая",
"Unavailable": "Не е наличен",
"Filter results": "Филтриране на резултати",
"Search…": "Търсене…",
"Tuesday": "Вторник",
"Preparing to send logs": "Подготовка за изпращане на логове",
"Saturday": "Събота",
"Monday": "Понеделник",
"All Rooms": "Във всички стаи",
"Wednesday": "Сряда",
"You cannot delete this message. (%(code)s)": "Това съобщение не може да бъде изтрито. (%(code)s)",
"Thursday": "Четвъртък",
@ -132,18 +119,12 @@
"Send Logs": "Изпрати логове",
"We encountered an error trying to restore your previous session.": "Възникна грешка при възстановяване на предишната Ви сесия.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Изчистване на запазените данни в браузъра може да поправи проблема, но ще Ви изкара от профила и ще направи шифрованите съобщения нечетими.",
"Share Link to User": "Сподели връзка с потребител",
"Share room": "Сподели стаята",
"Share Room": "Споделяне на стая",
"Link to most recent message": "Създай връзка към най-новото съобщение",
"Share User": "Споделяне на потребител",
"Share Room Message": "Споделяне на съобщение от стая",
"Link to selected message": "Създай връзка към избраното съобщение",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Не можете да изпращате съобщения докато не прегледате и се съгласите с <consentLink>нашите правила и условия</consentLink>.",
"Demote yourself?": "Понижете себе си?",
"Demote": "Понижение",
"This event could not be displayed": "Това събитие не може да бъде показано",
"Only room administrators will see this warning": "Само администратори на стаята виждат това предупреждение",
"Upgrade Room Version": "Обнови версията на стаята",
"Create a new room with the same name, description and avatar": "Създадем нова стая със същото име, описание и снимка",
"Update any local room aliases to point to the new room": "Обновим всички локални адреси на стаята да сочат към новата",
@ -161,8 +142,6 @@
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Ако другата версия на %(brand)s все още е отворена в друг таб, моля затворете я. Използването на %(brand)s на един адрес във версии с постепенно и без постепенно зареждане ще причини проблеми.",
"Incompatible local cache": "Несъвместим локален кеш",
"Clear cache and resync": "Изчисти кеша и ресинхронизирай",
"Add some now": "Добави сега",
"Set up": "Настрой",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "За да избегнете загубата на чат история, трябва да експортирате ключовете на стаята преди да излезете от профила си. Ще трябва да се върнете към по-новата версия на %(brand)s за да направите това",
"Incompatible Database": "Несъвместима база данни",
"Continue With Encryption Disabled": "Продължи с изключено шифроване",
@ -178,10 +157,6 @@
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Не бяга открити профили за изброените по-долу Matrix идентификатори. Желаете ли да ги поканите въпреки това?",
"Invite anyway and never warn me again": "Покани въпреки това и не питай отново",
"Invite anyway": "Покани въпреки това",
"Main address": "Основен адрес",
"Room avatar": "Снимка на стаята",
"Room Name": "Име на стаята",
"Room Topic": "Тема на стаята",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Потвърди потребителя и го маркирай като доверен. Доверяването на потребители Ви дава допълнително спокойствие при използване на съобщения шифровани от край-до-край.",
"Incoming Verification Request": "Входяща заявка за потвърждение",
"Email (optional)": "Имейл (незадължително)",
@ -251,7 +226,6 @@
"Couldn't load page": "Страницата не можа да бъде заредена",
"Your password has been reset.": "Паролата беше анулирана.",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Шифрованите съобщения са защитени с шифроване от край до край. Само Вие и получателят (получателите) имате ключове за четенето им.",
"Back up your keys before signing out to avoid losing them.": "Направете резервно копие на ключовете преди изход от профила, за да не ги загубите.",
"Start using Key Backup": "Включи резервни копия за ключовете",
"I don't want my encrypted messages": "Не искам шифрованите съобщения",
"Manually export keys": "Експортирай ключове ръчно",
@ -259,17 +233,9 @@
"Are you sure you want to sign out?": "Сигурни ли сте, че искате да излезете от профила?",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Внимание</b>: настройването на резервно копие на ключовете трябва да се прави само от доверен компютър.",
"Scissors": "Ножици",
"Error updating main address": "Грешка при обновяване на основния адрес",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Случи се грешка при обновяването на основния адрес за стаята. Може да не е позволено от сървъра, или да се е случила друга временна грешка.",
"Room Settings - %(roomName)s": "Настройки на стая - %(roomName)s",
"Could not load user profile": "Неуспешно зареждане на потребителския профил",
"Power level": "Ниво на достъп",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Тази стая използва версия на стая <roomVersion />, която сървърът счита за <i>нестабилна</i>.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Обновяването на тази стая ще изключи текущата стая и ще създаде обновена стая със същото име.",
"Failed to revoke invite": "Неуспешно оттегляне на поканата",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Поканата не можа да бъде оттеглена. Или има временен проблем със сървъра, или нямате достатъчно права за да оттеглите поканата.",
"Revoke invite": "Оттегли поканата",
"Invited by %(sender)s": "Поканен от %(sender)s",
"Notes": "Бележки",
"Sign out and remove encryption keys?": "Излизане и премахване на ключовете за шифроване?",
"To help us prevent this in future, please <a>send us logs</a>.": "За да ни помогнете да предотвратим това в бъдеще, моля <a>изпратете логове</a>.",
@ -288,9 +254,7 @@
"Cancel All": "Откажи всички",
"Upload Error": "Грешка при качване",
"Remember my selection for this widget": "Запомни избора ми за това приспособление",
"This room has already been upgraded.": "Тази стая вече е била обновена.",
"edited": "редактирано",
"Edit message": "Редактирай съобщението",
"Some characters not allowed": "Някои символи не са позволени",
"Failed to get autodiscovery configuration from server": "Неуспешно автоматично откриване на конфигурацията за сървъра",
"Invalid base_url for m.homeserver": "Невалиден base_url в m.homeserver",
@ -310,9 +274,6 @@
"Be found by phone or email": "Бъдете открит по телефон или имейл",
"Deactivate account": "Деактивиране на акаунт",
"Command Help": "Помощ за команди",
"Deactivate user?": "Деактивиране на потребителя?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Деактивирането на потребителя ще ги изхвърли от профила и няма да им позволи да влязат пак. Също така, ще напуснат всички стаи, в които са. Действието е необратимо. Сигурните ли сте, че искате да деактивирате този потребител?",
"Deactivate user": "Деактивирай потребителя",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Използвайте сървър за самоличност за да каните по имейл. <default>Използвайте сървъра за самоличност по подразбиране (%(defaultIdentityServerName)s)</default> или настройте друг в <settings>Настройки</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Използвайте сървър за самоличност за да каните по имейл. Управлявайте в <settings>Настройки</settings>.",
"No recent messages by %(user)s found": "Не са намерени скорошни съобщения от %(user)s",
@ -323,13 +284,9 @@
"other": "Премахни %(count)s съобщения",
"one": "Премахни 1 съобщение"
},
"Remove recent messages": "Премахни скорошни съобщения",
"e.g. my-room": "например my-room",
"Close dialog": "Затвори прозореца",
"Failed to deactivate user": "Неуспешно деактивиране на потребител",
"This client does not support end-to-end encryption.": "Този клиент не поддържа шифроване от край до край.",
"Messages in this room are not end-to-end encrypted.": "Съобщенията в тази стая не са шифровани от край до край.",
"Message Actions": "Действия със съобщението",
"Show image": "Покажи снимката",
"Cancel search": "Отмени търсенето",
"You verified %(name)s": "Потвърдихте %(name)s",
@ -341,14 +298,11 @@
"%(name)s cancelled": "%(name)s отказа",
"%(name)s wants to verify": "%(name)s иска да извърши потвърждение",
"You sent a verification request": "Изпратихте заявка за потвърждение",
"Unencrypted": "Нешифровано",
"Failed to connect to integration manager": "Неуспешна връзка с мениджъра на интеграции",
"Hide verified sessions": "Скрий потвърдените сесии",
"%(count)s verified sessions": {
"other": "%(count)s потвърдени сесии",
"one": "1 потвърдена сесия"
},
"Messages in this room are end-to-end encrypted.": "Съобщенията в тази стая са шифровани от край-до-край.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Игнорирали сте този потребител, така че съобщението им е скрито. <a>Покажи така или иначе.</a>",
"Language Dropdown": "Падащо меню за избор на език",
"Integrations are disabled": "Интеграциите са изключени",
@ -361,7 +315,6 @@
"Country Dropdown": "Падащо меню за избор на държава",
"Verification Request": "Заявка за потвърждение",
"Recent Conversations": "Скорошни разговори",
"Show more": "Покажи повече",
"Direct Messages": "Директни съобщения",
"Failed to find the following users": "Неуспешно откриване на следните потребители",
"The following users might not exist or are invalid, and cannot be invited: %(csvNames)s": "Следните потребители не съществуват или са невалидни и не могат да бъдат поканени: %(csvNames)s",
@ -371,38 +324,11 @@
"Lock": "Заключи",
"This backup is trusted because it has been restored on this session": "Това резервно копие е доверено, защото е било възстановено в текущата сесия",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "За да съобщените за проблем със сигурността свързан с Matrix, прочетете <a>Политиката за споделяне на проблеми със сигурността</a> на Matrix.org.",
"This user has not verified all of their sessions.": "Този потребител не е верифицирал всичките си сесии.",
"You have not verified this user.": "Не сте верифицирали този потребител.",
"You have verified this user. This user has verified all of their sessions.": "Верифицирали сте този потребител. Този потребител е верифицирал всичките си сесии.",
"Someone is using an unknown session": "Някой използва непозната сесия",
"This room is end-to-end encrypted": "Тази стая е шифрована от-край-до-край",
"Everyone in this room is verified": "Всички в тази стая са верифицирани",
"Encrypted by an unverified session": "Шифровано от неверифицирана сесия",
"Encrypted by a deleted session": "Шифровано от изтрита сесия",
"Scroll to most recent messages": "Отиди до най-скорошните съобщения",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Възникна грешка при обновяване на алтернативните адреси на стаята. Или не е позволено от сървъра или се е случила временна грешка.",
"Local address": "Локален адрес",
"Published Addresses": "Публикувани адреси",
"Other published addresses:": "Други публикувани адреси:",
"No other published addresses yet, add one below": "Все още няма други публикувани адреси, добавете такъв по-долу",
"New published address (e.g. #alias:server)": "Нов публикуван адрес (напр. #alias:server)",
"Local Addresses": "Локални адреси",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Настройте адреси за тази стая, така че потребителите да могат да намерят стаята през вашия сървър (%(localDomain)s)",
"Waiting for %(displayName)s to accept…": "Изчаква се %(displayName)s да приеме…",
"Accepting…": "Приемане…",
"Start Verification": "Започни верификация",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Съобщенията ви са защитени и само вие и получателят имате уникалните ключове за да ги отключите.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "В шифровани стаи, съобщенията ви са защитени и само вие и получателят имате уникалните ключове за да ги отключите.",
"Verify User": "Потвърди потребителя",
"For extra security, verify this user by checking a one-time code on both of your devices.": "За допълнителна сигурност, потвърдете този потребител като проверите еднократен код на устройствата ви.",
"Your messages are not secure": "Съобщенията ви не са защитени",
"One of the following may be compromised:": "Едно от следните неща може да е било компрометирано:",
"Your homeserver": "Сървърът ви",
"%(count)s sessions": {
"other": "%(count)s сесии",
"one": "%(count)s сесия"
},
"Hide sessions": "Скрий сесиите",
"Verify by scanning": "Верифицирай чрез сканиране",
"Ask %(displayName)s to scan your code:": "Попитайте %(displayName)s да сканира вашия код:",
"If you can't scan the code above, verify by comparing unique emoji.": "Ако не можете да сканирате кода по-горе, верифицирайте сравнявайки уникални емоджита.",
@ -473,11 +399,6 @@
"Your homeserver has exceeded its user limit.": "Надвишен е лимитът за потребители на сървъра ви.",
"Your homeserver has exceeded one of its resource limits.": "Беше надвишен някой от лимитите на сървъра.",
"Ok": "Добре",
"Error creating address": "Неуспешно създаване на адрес",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Възникна грешка при създаването на този адрес. Или не е позволен от сървъра или е временен проблем.",
"You don't have permission to delete the address.": "Нямате права да изтриете адреса.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Възникна грешка при премахването на този адрес. Или не съществува вече или е временен проблем.",
"Error removing address": "Грешка при премахването на адреса",
"Room address": "Адрес на стаята",
"This address is available to use": "Адресът е наличен за ползване",
"This address is already in use": "Адресът вече се използва",
@ -490,7 +411,6 @@
"Switch theme": "Смени темата",
"Confirm encryption setup": "Потвърждение на настройки за шифроване",
"Click the button below to confirm setting up encryption.": "Кликнете бутона по-долу за да потвърдите настройването на шифроване.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Автентичността на това шифровано съобщение не може да бъде гарантирана на това устройство.",
"Message preview": "Преглед на съобщението",
"This room is public": "Тази стая е публична",
"Unable to set up keys": "Неуспешна настройка на ключовете",
@ -532,14 +452,7 @@
"Join the conference from the room information card on the right": "Присъединете се към конференцията от информацията за стаята в дясно",
"Join the conference at the top of this room": "Присъединете се към конференцията в горната част на стаята",
"Ignored attempt to disable encryption": "Опитът за изключване на шифроването беше игнориран",
"Room settings": "Настройки на стаята",
"Not encrypted": "Не е шифровано",
"Add widgets, bridges & bots": "Добави приспособления, мостове и ботове",
"Edit widgets, bridges & bots": "Промени приспособления, мостове и ботове",
"Widgets": "Приспособления",
"You can only pin up to %(count)s widgets": {
"other": "Може да закачите максимум %(count)s приспособления"
},
"Backup version:": "Версия на резервното копие:",
"Anguilla": "Ангила",
"British Indian Ocean Territory": "Британска територия в Индийския океан",
@ -871,7 +784,10 @@
"low_priority": "Нисък приоритет",
"historical": "Архив",
"go_to_settings": "Отиди в Настройки",
"setup_secure_messages": "Настрой Защитени Съобщения"
"setup_secure_messages": "Настрой Защитени Съобщения",
"unencrypted": "Нешифровано",
"show_more": "Покажи повече",
"are_you_sure": "Сигурни ли сте?"
},
"action": {
"continue": "Продължи",
@ -1051,7 +967,8 @@
"no_perms_notice": "Нямате разрешение да публикувате в тази стая",
"poll_button_no_perms_title": "Необходимо е разрешение",
"format_italics": "Наклонено",
"replying_title": "Отговаря"
"replying_title": "Отговаря",
"edit_composer_label": "Редактирай съобщението"
},
"Code": "Код",
"power_level": {
@ -1580,6 +1497,10 @@
},
"url_preview": {
"close": "Затвори прегледа"
},
"error_no_renderer": "Това събитие не може да бъде показано",
"mab": {
"label": "Действия със съобщението"
}
},
"slash_command": {
@ -1785,7 +1706,27 @@
"url_preview_explainer": "Когато се сподели URL връзка в съобщение, може да бъде показан URL преглед даващ повече информация за връзката (заглавие, описание и картинка от уебсайта).",
"url_previews_section": "URL прегледи",
"aliases_section": "Адреси на стаята",
"other_section": "Други"
"other_section": "Други",
"error_updating_canonical_alias_title": "Грешка при обновяване на основния адрес",
"error_updating_canonical_alias_description": "Случи се грешка при обновяването на основния адрес за стаята. Може да не е позволено от сървъра, или да се е случила друга временна грешка.",
"error_updating_alias_description": "Възникна грешка при обновяване на алтернативните адреси на стаята. Или не е позволено от сървъра или се е случила временна грешка.",
"error_creating_alias_title": "Неуспешно създаване на адрес",
"error_creating_alias_description": "Възникна грешка при създаването на този адрес. Или не е позволен от сървъра или е временен проблем.",
"error_deleting_alias_description_forbidden": "Нямате права да изтриете адреса.",
"error_deleting_alias_description": "Възникна грешка при премахването на този адрес. Или не съществува вече или е временен проблем.",
"error_deleting_alias_title": "Грешка при премахването на адреса",
"canonical_alias_field_label": "Основен адрес",
"no_aliases_room": "Тази стая няма локални адреси",
"local_alias_field_label": "Локален адрес",
"published_aliases_section": "Публикувани адреси",
"aliases_items_label": "Други публикувани адреси:",
"aliases_no_items_label": "Все още няма други публикувани адреси, добавете такъв по-долу",
"new_alias_placeholder": "Нов публикуван адрес (напр. #alias:server)",
"local_aliases_section": "Локални адреси",
"local_aliases_explainer_room": "Настройте адреси за тази стая, така че потребителите да могат да намерят стаята през вашия сървър (%(localDomain)s)",
"name_field_label": "Име на стаята",
"topic_field_label": "Тема на стаята",
"avatar_field_label": "Снимка на стаята"
},
"advanced": {
"unfederated": "Тази стая не е достъпна за отдалечени Matrix сървъри",
@ -1829,7 +1770,10 @@
"unverified_sessions_toast_description": "Прегледайте, за да уверите, че профилът ви е в безопастност",
"unverified_sessions_toast_reject": "По-късно",
"unverified_session_toast_title": "Нов вход. Вие ли бяхте това?",
"request_toast_detail": "%(deviceId)s от %(ip)s"
"request_toast_detail": "%(deviceId)s от %(ip)s",
"waiting_for_user_accept": "Изчаква се %(displayName)s да приеме…",
"accepting": "Приемане…",
"start_button": "Започни верификация"
},
"old_version_detected_title": "Бяха открити стари криптографски данни",
"old_version_detected_description": "Засечени са данни от по-стара версия на %(brand)s. Това ще доведе до неправилна работа на криптографията от край до край в по-старата версия. Шифрованите от край до край съобщения, които са били обменени наскоро (при използването на по-стара версия), може да не успеят да бъдат разшифровани в тази версия. Това също може да доведе до неуспех в обмяната на съобщения в тази версия. Ако имате проблеми, излезте и влезте отново в профила си. За да запазите историята на съобщенията, експортирайте и импортирайте отново Вашите ключове.",
@ -1860,6 +1804,23 @@
"description_1": "Тази сесия откри, че вашата фраза за сигурност и ключ за защитени съобщения бяха премахнати.",
"description_2": "Ако сте направили това без да искате, може да настройте защитени съобщения за тази сесия, което ще зашифрова наново историята на съобщенията използвайки новия метод за възстановяване.",
"warning": "Ако не сте премахнали метода за възстановяване, е възможно нападател да се опитва да получи достъп до акаунта Ви. Променете паролата на акаунта и настройте нов метод за възстановяване веднага от Настройки."
},
"setup_secure_backup": {
"explainer": "Направете резервно копие на ключовете преди изход от профила, за да не ги загубите.",
"title": "Настрой"
},
"cross_signing_user_warning": "Този потребител не е верифицирал всичките си сесии.",
"cross_signing_user_normal": "Не сте верифицирали този потребител.",
"cross_signing_user_verified": "Верифицирали сте този потребител. Този потребител е верифицирал всичките си сесии.",
"cross_signing_room_warning": "Някой използва непозната сесия",
"cross_signing_room_normal": "Тази стая е шифрована от-край-до-край",
"cross_signing_room_verified": "Всички в тази стая са верифицирани",
"event_shield_reason_authenticity_not_guaranteed": "Автентичността на това шифровано съобщение не може да бъде гарантирана на това устройство.",
"event_shield_reason_mismatched_sender_key": "Шифровано от неверифицирана сесия",
"messages_not_secure": {
"title": "Съобщенията ви не са защитени",
"heading": "Едно от следните неща може да е било компрометирано:",
"cause_1": "Сървърът ви"
}
},
"emoji": {
@ -2169,7 +2130,18 @@
"peek_join_prompt": "Предварителен преглед на %(roomName)s. Желаете ли да се влезете?",
"no_peek_join_prompt": "%(roomName)s не може да бъде прегледана предварително. Желаете ли да се влезете?",
"not_found_title_name": "%(roomName)s не съществува.",
"inaccessible_name": "%(roomName)s не е достъпна към този момент."
"inaccessible_name": "%(roomName)s не е достъпна към този момент.",
"jump_to_bottom_button": "Отиди до най-скорошните съобщения",
"upgrade_warning_bar": "Обновяването на тази стая ще изключи текущата стая и ще създаде обновена стая със същото име.",
"upgrade_warning_bar_upgraded": "Тази стая вече е била обновена.",
"upgrade_warning_bar_unstable": "Тази стая използва версия на стая <roomVersion />, която сървърът счита за <i>нестабилна</i>.",
"upgrade_warning_bar_admins": "Само администратори на стаята виждат това предупреждение",
"search": {
"this_room": "В тази стая",
"all_rooms": "Във всички стаи",
"field_placeholder": "Търсене…"
},
"jump_read_marker": "Отиди до първото непрочетено съобщение."
},
"file_panel": {
"guest_note": "Трябва да се <a>регистрирате</a>, за да използвате тази функционалност",
@ -2363,5 +2335,49 @@
"invited_list_heading": "Поканен",
"filter_placeholder": "Филтриране на членовете",
"power_label": "%(userName)s (ниво на достъп %(powerLevelNumber)s)"
},
"stickers": {
"empty": "В момента нямате включени пакети със стикери",
"empty_add_prompt": "Добави сега"
},
"user_info": {
"error_revoke_3pid_invite_title": "Неуспешно оттегляне на поканата",
"error_revoke_3pid_invite_description": "Поканата не можа да бъде оттеглена. Или има временен проблем със сървъра, или нямате достатъчно права за да оттеглите поканата.",
"admin_tools_section": "Инструменти на администратора",
"revoke_invite": "Оттегли поканата",
"invited_by": "Поканен от %(sender)s",
"room_encrypted": "Съобщенията в тази стая са шифровани от край-до-край.",
"room_encrypted_detail": "Съобщенията ви са защитени и само вие и получателят имате уникалните ключове за да ги отключите.",
"room_unencrypted": "Съобщенията в тази стая не са шифровани от край до край.",
"room_unencrypted_detail": "В шифровани стаи, съобщенията ви са защитени и само вие и получателят имате уникалните ключове за да ги отключите.",
"verify_button": "Потвърди потребителя",
"verify_explainer": "За допълнителна сигурност, потвърдете този потребител като проверите еднократен код на устройствата ви.",
"hide_verified_sessions": "Скрий потвърдените сесии",
"hide_sessions": "Скрий сесиите",
"jump_to_rr_button": "Отиди до потвърждението за прочитане",
"share_button": "Сподели връзка с потребител",
"demote_self_confirm_title": "Понижете себе си?",
"demote_self_confirm_room": "След като си намалите нивото на достъп, няма да можете да възвърнете тази промяна. Ако сте последния потребител с привилегии в тази стая, ще бъде невъзможно да възвърнете привилегии си.",
"demote_button": "Понижение",
"redact_button": "Премахни скорошни съобщения",
"error_ban_user": "Неуспешно блокиране на потребителя",
"error_mute_user": "Неуспешно заглушаване на потребителя",
"promote_warning": "Няма да можете да възвърнете тази промяна, тъй като повишавате този потребител до същото ниво на достъп като Вашето.",
"deactivate_confirm_title": "Деактивиране на потребителя?",
"deactivate_confirm_description": "Деактивирането на потребителя ще ги изхвърли от профила и няма да им позволи да влязат пак. Също така, ще напуснат всички стаи, в които са. Действието е необратимо. Сигурните ли сте, че искате да деактивирате този потребител?",
"deactivate_confirm_action": "Деактивирай потребителя",
"error_deactivate": "Неуспешно деактивиране на потребител"
},
"right_panel": {
"pinned_messages": {
"limits": {
"other": "Може да закачите максимум %(count)s приспособления"
}
},
"widgets_section": "Приспособления",
"edit_integrations": "Промени приспособления, мостове и ботове",
"add_integrations": "Добави приспособления, мостове и ботове",
"share_button": "Сподели стаята",
"settings_button": "Настройки на стаята"
}
}

View file

@ -32,13 +32,6 @@
"Moderator": "Moderador",
"Send": "Envia",
"This room is not public. You will not be able to rejoin without an invite.": "Aquesta sala no és pública. No podreu tronar a entrar sense invitació.",
"Failed to ban user": "No s'ha pogut expulsar l'usuari",
"Failed to mute user": "No s'ha pogut silenciar l'usuari",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "No podràs desfer aquest canvi ja que t'estàs baixant de rang, si ets l'últim usuari de la sala amb privilegis, et serà impossible recuperar-los.",
"Are you sure?": "Estàs segur?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "No podràs desfer aquest canvi ja que estàs donant a l'usuari el mateix nivell d'autoritat que el teu.",
"Jump to read receipt": "Vés a l'últim missatge llegit",
"Admin Tools": "Eines d'administració",
"and %(count)s others...": {
"other": "i %(count)s altres...",
"one": "i un altre..."
@ -53,9 +46,7 @@
"one": "(~%(count)s resultat)"
},
"Join Room": "Entra a la sala",
"Jump to first unread message.": "Salta al primer missatge no llegit.",
"not specified": "sense especificar",
"This room has no local addresses": "Aquesta sala no té adreces locals",
"Error decrypting attachment": "Error desxifrant fitxer adjunt",
"Decrypt %(text)s": "Desxifra %(text)s",
"Download %(text)s": "Baixa %(text)s",
@ -107,15 +98,12 @@
"Friday": "Divendres",
"Changelog": "Registre de canvis",
"Failed to send logs: ": "No s'han pogut enviar els logs: ",
"This Room": "Aquesta sala",
"Unavailable": "No disponible",
"Filter results": "Resultats del filtre",
"Search…": "Cerca…",
"Tuesday": "Dimarts",
"Preparing to send logs": "Preparant l'enviament de logs",
"Saturday": "Dissabte",
"Monday": "Dilluns",
"All Rooms": "Totes les sales",
"Wednesday": "Dimecres",
"You cannot delete this message. (%(code)s)": "No podeu eliminar aquest missatge. (%(code)s)",
"Thursday": "Dijous",
@ -129,16 +117,8 @@
"Upload Error": "Error de pujada",
"A connection error occurred while trying to contact the server.": "S'ha produït un error de connexió mentre s'intentava connectar al servidor.",
"%(brand)s encountered an error during upload of:": "%(brand)s ha trobat un error durant la pujada de:",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "S'ha produït un error en actualitzar l'adreça principal de la sala. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"Error updating main address": "Error actualitzant adreça principal",
"Error creating address": "Error creant adreça",
"Error removing address": "Error eliminant adreça",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "S'ha produït un error en eliminar l'adreça. Pot ser que ja no existeixi o que s'hagi produït un error temporal.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "S'ha produït un error en crear l'adreça. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "S'ha produït un error en actualitzar l'adreça alternativa de la sala. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"Power level": "Nivell d'autoritat",
"e.g. my-room": "p.e. la-meva-sala",
"New published address (e.g. #alias:server)": "Nova adreça publicada (p.e. #alias:server)",
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Prèviament has fet servir %(brand)s a %(host)s amb la càrrega mandrosa de membres activada. En aquesta versió la càrrega mandrosa està desactivada. Com que la memòria cau local no és compatible entre les dues versions, %(brand)s necessita tornar a sincronitzar el teu compte.",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Utilitza un servidor d'identitat per poder convidar per correu electrònic. <default>Utilitza el predeterminat (%(defaultIdentityServerName)s)</default> o gestiona'l a <settings>Configuració</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Utilitza un servidor d'identitat per poder convidar per correu electrònic. Gestiona'l a <settings>Configuració</settings>.",
@ -147,7 +127,6 @@
"Room Settings - %(roomName)s": "Configuració de sala - %(roomName)s",
"Confirm this user's session by comparing the following with their User Settings:": "Confirma aquesta sessió d'usuari comparant amb la seva configuració d'usuari, el següent:",
"Confirm by comparing the following with the User Settings in your other session:": "Confirma comparant el següent amb la configuració d'usuari de la teva altra sessió:",
"Room settings": "Configuració de sala",
"To continue, use Single Sign On to prove your identity.": "Per continuar, utilitza la inscripció única SSO (per demostrar la teva identitat).",
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Confirma la desactivació del teu compte mitjançant la inscripció única SSO (per demostrar la teva identitat).",
"common": {
@ -184,7 +163,8 @@
"rooms": "Sales",
"low_priority": "Baixa prioritat",
"historical": "Històric",
"go_to_settings": "Ves a Configuració"
"go_to_settings": "Ves a Configuració",
"are_you_sure": "Estàs segur?"
},
"action": {
"continue": "Continua",
@ -600,7 +580,16 @@
"default_url_previews_on": "Les previsualitzacions dels URL estan habilitades per defecte per als membres d'aquesta sala.",
"default_url_previews_off": "Les previsualitzacions dels URL estan inhabilitades per defecte per als membres d'aquesta sala.",
"url_previews_section": "Previsualitzacions dels URL",
"other_section": "Altres"
"other_section": "Altres",
"error_updating_canonical_alias_title": "Error actualitzant adreça principal",
"error_updating_canonical_alias_description": "S'ha produït un error en actualitzar l'adreça principal de la sala. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"error_updating_alias_description": "S'ha produït un error en actualitzar l'adreça alternativa de la sala. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"error_creating_alias_title": "Error creant adreça",
"error_creating_alias_description": "S'ha produït un error en crear l'adreça. Pot ser que el servidor no ho permeti o que s'hagi produït un error temporal.",
"error_deleting_alias_description": "S'ha produït un error en eliminar l'adreça. Pot ser que ja no existeixi o que s'hagi produït un error temporal.",
"error_deleting_alias_title": "Error eliminant adreça",
"no_aliases_room": "Aquesta sala no té adreces locals",
"new_alias_placeholder": "Nova adreça publicada (p.e. #alias:server)"
},
"advanced": {
"unfederated": "Aquesta sala no és accessible per a servidors de Matrix remots"
@ -710,7 +699,13 @@
"3pid_invite_no_is_subtitle": "Per rebre invitacions directament a %(brand)s, utilitza un servidor d'identitat a Configuració.",
"invite_email_mismatch_suggestion": "Per rebre invitacions directament a %(brand)s, comparteix aquest correu electrònic a Configuració.",
"not_found_title_name": "La sala %(roomName)s no existeix.",
"inaccessible_name": "La sala %(roomName)s no és accessible en aquest moment."
"inaccessible_name": "La sala %(roomName)s no és accessible en aquest moment.",
"search": {
"this_room": "Aquesta sala",
"all_rooms": "Totes les sales",
"field_placeholder": "Cerca…"
},
"jump_read_marker": "Salta al primer missatge no llegit."
},
"file_panel": {
"guest_note": "Per poder utilitzar aquesta funcionalitat has de <a>registrar-te</a>",
@ -824,5 +819,16 @@
"invited_list_heading": "Convidat",
"filter_placeholder": "Filtra els membres de la sala",
"power_label": "%(userName)s (autoritat %(powerLevelNumber)s)"
},
"user_info": {
"admin_tools_section": "Eines d'administració",
"jump_to_rr_button": "Vés a l'últim missatge llegit",
"demote_self_confirm_room": "No podràs desfer aquest canvi ja que t'estàs baixant de rang, si ets l'últim usuari de la sala amb privilegis, et serà impossible recuperar-los.",
"error_ban_user": "No s'ha pogut expulsar l'usuari",
"error_mute_user": "No s'ha pogut silenciar l'usuari",
"promote_warning": "No podràs desfer aquest canvi ja que estàs donant a l'usuari el mateix nivell d'autoritat que el teu."
},
"right_panel": {
"settings_button": "Configuració de sala"
}
}

View file

@ -1,6 +1,5 @@
{
"Home": "Domov",
"Jump to first unread message.": "Přejít na první nepřečtenou zprávu.",
"Sun": "Ne",
"Mon": "Po",
"Tue": "Út",
@ -25,7 +24,6 @@
"Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s",
"A new password must be entered.": "Musíte zadat nové heslo.",
"An error has occurred.": "Nastala chyba.",
"Are you sure?": "Opravdu?",
"Are you sure you want to leave the room '%(roomName)s'?": "Opravdu chcete opustit místnost '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "Opravdu chcete odmítnout pozvání?",
"Custom level": "Vlastní úroveň",
@ -33,8 +31,6 @@
"Download %(text)s": "Stáhnout %(text)s",
"Email address": "E-mailová adresa",
"Error decrypting attachment": "Chyba při dešifrování přílohy",
"Failed to ban user": "Nepodařilo se vykázat uživatele",
"Failed to mute user": "Ztlumení uživatele se nezdařilo",
"Failed to reject invitation": "Nepodařilo se odmítnout pozvání",
"Failed to reject invite": "Nepodařilo se odmítnout pozvánku",
"and %(count)s others...": {
@ -48,11 +44,9 @@
"AM": "dop.",
"PM": "odp.",
"No more results": "Žádné další výsledky",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Tuto změnu nepůjde vrátit zpět, protože tomuto uživateli nastavujete stejnou úroveň oprávnění, jakou máte vy.",
"Return to login screen": "Vrátit k přihlašovací obrazovce",
"Server may be unavailable, overloaded, or search timed out :(": "Server může být nedostupný, přetížený nebo vyhledávání vypršelo :(",
"Session ID": "ID sezení",
"This room has no local addresses": "Tato místnost nemá žádné místní adresy",
"Warning!": "Upozornění!",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Pokusili jste se načíst bod v časové ose místnosti, ale pro zobrazení zpráv z daného časového úseku nemáte oprávnění.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Pokusili jste se načíst bod na časové ose místnosti, ale nepodařilo se ho najít.",
@ -65,11 +59,9 @@
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s",
"Admin Tools": "Nástroje pro správce",
"Delete Widget": "Smazat widget",
"Error decrypting image": "Chyba při dešifrování obrázku",
"Error decrypting video": "Chyba při dešifrování videa",
"Jump to read receipt": "Přejít na poslední potvrzení o přečtení",
"You seem to be uploading files, are you sure you want to quit?": "Zřejmě právě nahráváte soubory. Chcete přesto odejít?",
"You seem to be in a call, are you sure you want to quit?": "Zřejmě máte probíhající hovor. Chcete přesto odejít?",
"Unnamed room": "Nepojmenovaná místnost",
@ -106,28 +98,17 @@
"Today": "Dnes",
"Friday": "Pátek",
"Changelog": "Seznam změn",
"This Room": "Tato místnost",
"Unavailable": "Nedostupné",
"Filter results": "Filtrovat výsledky",
"Tuesday": "Úterý",
"Saturday": "Sobota",
"Monday": "Pondělí",
"All Rooms": "Všechny místnosti",
"You cannot delete this message. (%(code)s)": "Tuto zprávu nemůžete smazat. (%(code)s)",
"Thursday": "Čtvrtek",
"Search…": "Hledat…",
"Yesterday": "Včera",
"Wednesday": "Středa",
"Thank you!": "Děkujeme vám!",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"This event could not be displayed": "Tato událost nemohla být zobrazena",
"Demote yourself?": "Snížit Vaši vlastní hodnost?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Tuto změnu nebudete moci vzít zpět, protože snižujete svoji vlastní hodnost, jste-li poslední privilegovaný uživatel v místnosti, bude nemožné vaši současnou hodnost získat zpět.",
"Demote": "Degradovat",
"Share Link to User": "Sdílet odkaz na uživatele",
"Share room": "Sdílet místnost",
"Only room administrators will see this warning": "Toto upozornění uvidí jen správci místnosti",
"You don't currently have any stickerpacks enabled": "Momentálně nemáte aktivní žádné balíčky s nálepkami",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Není možné načíst událost, na kterou se odpovídalo. Buď neexistuje, nebo nemáte oprávnění ji zobrazit.",
"<a>In reply to</a> <pill>": "<a>V odpovědi na</a> <pill>",
"Preparing to send logs": "Příprava na odeslání záznamů",
@ -159,11 +140,7 @@
"The room upgrade could not be completed": "Nepodařilo se dokončit aktualizaci místnosti",
"Upgrade this room to version %(version)s": "Aktualizace místnosti na verzi %(version)s",
"General failure": "Nějaká chyba",
"Room Name": "Název místnosti",
"Room Topic": "Téma místnosti",
"Room avatar": "Avatar místnosti",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Šifrované zprávy jsou zabezpečené koncovým šifrováním. Klíče pro jejich dešifrování máte jen vy a příjemci zpráv.",
"Back up your keys before signing out to avoid losing them.": "Před odhlášením si zazálohujte klíče abyste o ně nepřišli.",
"Start using Key Backup": "Začít používat zálohu klíčů",
"Dog": "Pes",
"Cat": "Kočka",
@ -226,8 +203,6 @@
"Anchor": "Kotva",
"Headphones": "Sluchátka",
"Folder": "Desky",
"Add some now": "Přidat nějaké",
"Main address": "Hlavní adresa",
"The following users may not exist": "Následující uživatel možná neexistuje",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nepovedlo se najít profily následujících Matrix ID - chcete je stejně pozvat?",
"Invite anyway and never warn me again": "Stejně je pozvat a nikdy mě nevarujte znovu",
@ -246,7 +221,6 @@
"No backup found!": "Nenalezli jsme žádnou zálohu!",
"Failed to decrypt %(failedCount)s sessions!": "Nepovedlo se rozšifrovat %(failedCount)s sezení!",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Uporoznění</b>: záloha by měla být prováděna na důvěryhodném počítači.",
"Set up": "Nastavit",
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Na adrese %(host)s už jste použili %(brand)s se zapnutou volbou načítání členů místností až při prvním zobrazení. V této verzi je načítání členů až při prvním zobrazení vypnuté. Protože je s tímto nastavením lokální vyrovnávací paměť nekompatibilní, %(brand)s potřebuje znovu synchronizovat údaje z vašeho účtu.",
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s teď používá 3-5× méně paměti, protože si informace o ostatních uživatelích načítá až když je potřebuje. Prosím počkejte na dokončení synchronizace se serverem!",
"This homeserver would like to make sure you are not a robot.": "Domovský server se potřebuje přesvědčit, že nejste robot.",
@ -257,21 +231,11 @@
"Couldn't load page": "Nepovedlo se načíst stránku",
"Your password has been reset.": "Heslo bylo resetováno.",
"Scissors": "Nůžky",
"Error updating main address": "Nepovedlo se změnit hlavní adresu",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Nastala chyba při pokusu o nastavení hlavní adresy místnosti. Mohl to zakázat server, nebo to může být dočasná chyba.",
"Power level": "Úroveň oprávnění",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Abyste po odhlášení nepřišli o přístup k historii šifrovaných konverzací, měli byste si před odhlášením exportovat šifrovací klíče místností. Prosím vraťte se k novější verzi %(brand)su a exportujte si klíče",
"Room Settings - %(roomName)s": "Nastavení místnosti - %(roomName)s",
"Could not load user profile": "Nepovedlo se načíst profil uživatele",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Aktualizace místnosti uzavře její aktuální verzi a vyrobí novou místnost se stejným názvem a novou verzí.",
"This room has already been upgraded.": "Tato místnost byla již aktualizována.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Tato místnost běží na verzi <roomVersion />, což domovský server označuje za <i>nestabilní</i>.",
"Failed to revoke invite": "Pozvání se nepovedlo zrušit",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Pozvání se nepovedlo zrušit. Mohlo dojít k dočasnému problému nebo na to nemáte dostatečná práva.",
"Revoke invite": "Zrušit pozvání",
"Invited by %(sender)s": "Pozván od uživatele %(sender)s",
"edited": "upraveno",
"Edit message": "Upravit zprávu",
"Notes": "Poznámky",
"Sign out and remove encryption keys?": "Odhlásit a odstranit šifrovací klíče?",
"To help us prevent this in future, please <a>send us logs</a>.": "Abychom tomu mohli pro příště předejít, <a>pošlete nám prosím záznamy</a>.",
@ -317,14 +281,7 @@
"other": "Odstranit %(count)s zpráv",
"one": "Odstranit zprávu"
},
"Deactivate user?": "Deaktivovat uživatele?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Deaktivování uživatele ho odhlásí a zabrání mu v opětovném přihlášení. Navíc bude odstraněn ze všech místností. Akci nelze vzít zpět. Opravdu chcete uživatele deaktivovat?",
"Deactivate user": "Deaktivovat uživatele",
"Remove recent messages": "Odstranit nedávné zprávy",
"Failed to deactivate user": "Deaktivace uživatele se nezdařila",
"This client does not support end-to-end encryption.": "Tento klient nepodporuje koncové šifrování.",
"Messages in this room are not end-to-end encrypted.": "Zprávy nejsou koncově šifrované.",
"Message Actions": "Akce zprávy",
"Show image": "Zobrazit obrázek",
"You verified %(name)s": "Ověřili jste %(name)s",
"You cancelled verifying %(name)s": "Zrušili jste ověření %(name)s",
@ -340,9 +297,7 @@
"e.g. my-room": "např. moje-mistnost",
"Upload all": "Nahrát vše",
"Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu",
"Unencrypted": "Nezašifrované",
"Failed to connect to integration manager": "Nepovedlo se připojit ke správci integrací",
"Messages in this room are end-to-end encrypted.": "Zprávy jsou v této místnosti koncově šifrované.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Tohoto uživatele ignorujete, takže jsou jeho zprávy skryté. <a>Přesto zobrazit.</a>",
"Integrations are disabled": "Integrace jsou zakázané",
"Integrations not allowed": "Integrace nejsou povolené",
@ -352,7 +307,6 @@
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Toto obvykle ovlivňuje pouze zpracovávání místnosti na serveru. Pokud máte problém s %(brand)sem, <a>nahlaste nám ho prosím</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Místnost bude povýšena z verze <oldVersion /> na verzi <newVersion />.",
"Verification Request": "Požadavek na ověření",
"Hide verified sessions": "Skrýt ověřené relace",
"%(count)s verified sessions": {
"other": "%(count)s ověřených relací",
"one": "1 ověřená relace"
@ -360,30 +314,13 @@
"Language Dropdown": "Menu jazyků",
"Country Dropdown": "Menu států",
"Lock": "Zámek",
"Show more": "Více",
"This backup is trusted because it has been restored on this session": "Záloze věříme, protože už byla v této relaci načtena",
"This user has not verified all of their sessions.": "Tento uživatel zatím neověřil všechny své relace.",
"You have not verified this user.": "Tohoto uživatele jste neověřili.",
"You have verified this user. This user has verified all of their sessions.": "Tohoto uživatele jste ověřili a on ověřil všechny své relace.",
"Someone is using an unknown session": "Někdo používá neznámou relaci",
"This room is end-to-end encrypted": "Místnost je koncově šifrovaná",
"Everyone in this room is verified": "V této místnosti jsou všichni ověřeni",
"Encrypted by an unverified session": "Šifrované neověřenou relací",
"Encrypted by a deleted session": "Šifrované smazanou relací",
"Direct Messages": "Přímé zprávy",
"Waiting for %(displayName)s to accept…": "Čekáme, než %(displayName)s výzvu přijme…",
"Start Verification": "Zahájit ověření",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Vaše zprávy jsou zabezpečené - pouze vy a jejich příjemci máte klíče potřebné k jejich přečtení.",
"Verify User": "Ověřit uživatele",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Pro lepší bezpečnost, ověřte uživatele zkontrolováním jednorázového kódu na vašich zařízeních.",
"Your messages are not secure": "Vaše zprávy nejsou zabezpečené",
"One of the following may be compromised:": "Něco z následujích věcí může být kompromitováno:",
"Your homeserver": "Váš domovský server",
"%(count)s sessions": {
"other": "%(count)s relací",
"one": "%(count)s relace"
},
"Hide sessions": "Skrýt relace",
"Verify by emoji": "Ověřit pomocí emoji",
"Verify by comparing unique emoji.": "Ověření porovnáním několika emoji.",
"Ask %(displayName)s to scan your code:": "Požádejte uživatele %(displayName)s o naskenování tohoto kódu pro vaše ověření:",
@ -413,17 +350,6 @@
"Verify by scanning": "Ověřte naskenováním",
"You declined": "Odmítli jste",
"%(name)s declined": "%(name)s odmítl(a)",
"Accepting…": "Přijímání…",
"Scroll to most recent messages": "Přejít na poslední zprávy",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Nepovedlo se změnit alternativní adresy místnosti. Možná to server neumožňuje a nebo je to dočasná chyba.",
"Local address": "Lokální adresa",
"Published Addresses": "Publikovaná adresa",
"Other published addresses:": "Další publikované adresy:",
"No other published addresses yet, add one below": "Zatím žádné další publikované adresy, přidejte nějakou níže",
"New published address (e.g. #alias:server)": "Nové publikované adresy (například #alias:server)",
"Local Addresses": "Lokální Adresy",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Nastavit adresy pro tuto místnost, aby uživatelé mohli místnost najít zkrze váš domovský server (%(localDomain)s)",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "V šifrovaných místnostech jsou vaše zprávy bezpečné a pouze vy a příjemce má klíče k jejich rozšifrování.",
"Verify all users in a room to ensure it's secure.": "Ověřit všechny uživatele v místnosti, abyste se přesvědčili o bezpečnosti.",
"Enter a server name": "Zadejte jméno serveru",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Pro hlášení bezpečnostních problémů s Matrixem si prosím přečtěte <a>naší Bezpečnostní politiku</a> (anglicky).",
@ -456,11 +382,6 @@
"Your homeserver has exceeded one of its resource limits.": "Na vašem domovském serveru byl překročen limit systémových požadavků.",
"Ok": "Ok",
"This room is public": "Tato místnost je veřejná",
"Error creating address": "Chyba při tvorbě adresy",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Při vytváření adresy došlo k chybě. Mohl to zakázat server, nebo mohlo dojít k dočasnému selhání.",
"You don't have permission to delete the address.": "Nemáte oprávnění adresu smazat.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Při odstraňování adresy došlo k chybě. Adresa již nemusí ekzistovat, nebo mohlo dojít k dočasné chybě.",
"Error removing address": "Chyba při odstraňování adresy",
"Edited at %(date)s": "Upraveno %(date)s",
"Click to view edits": "Klikněte pro zobrazení úprav",
"Room address": "Adresa místnosti",
@ -474,7 +395,6 @@
"Signature upload success": "Podpis úspěšně nahrán",
"Signature upload failed": "Podpis se nepodařilo nahrát",
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Je-li jiná verze programu %(brand)s stále otevřená na jiné kartě, tak ji prosím zavřete, neboť užívání programu %(brand)s stejným hostitelem se zpožděným nahráváním současně povoleným i zakázaným bude působit problémy.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Pravost této šifrované zprávy nelze na tomto zařízení ověřit.",
"Preparing to download logs": "Příprava na stažení záznamů",
"a new cross-signing key signature": "nový klíč pro křížový podpis",
"a key signature": "podpis klíče",
@ -491,9 +411,6 @@
"Afghanistan": "Afgánistán",
"United States": "Spojené Státy",
"United Kingdom": "Spojené Království",
"Add widgets, bridges & bots": "Přidat widgety, propojení a boty",
"Widgets": "Widgety",
"Room settings": "Nastavení místnosti",
"Use the <a>Desktop app</a> to see all encrypted files": "Pro zobrazení všech šifrovaných souborů použijte <a>desktopovou aplikaci</a>",
"Backup version:": "Verze zálohy:",
"Switch theme": "Přepnout téma",
@ -789,10 +706,6 @@
"Your firewall or anti-virus is blocking the request.": "Váš firewall nebo antivirový program blokuje požadavek.",
"The server (%(serverName)s) took too long to respond.": "Serveru (%(serverName)s) trvalo příliš dlouho, než odpověděl.",
"Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "Váš server neodpovídá na některé vaše požadavky. Níže jsou některé z nejpravděpodobnějších důvodů.",
"You can only pin up to %(count)s widgets": {
"other": "Můžete připnout až %(count)s widgetů"
},
"Edit widgets, bridges & bots": "Upravujte widgety, propojení a boty",
"a device cross-signing signature": "zařízení používající křížový podpis",
"This widget would like to:": "Tento widget by chtěl:",
"Modal Widget": "Modální widget",
@ -817,7 +730,6 @@
"Incorrect Security Phrase": "Nesprávná bezpečnostní fráze",
"Security Key mismatch": "Neshoda bezpečnostního klíče",
"Wrong Security Key": "Špatný bezpečnostní klíč",
"Set my room layout for everyone": "Nastavit všem rozložení mé místnosti",
"Remember this": "Zapamatujte si toto",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Widget ověří vaše uživatelské ID, ale nebude za vás moci provádět akce:",
"Allow this widget to verify your identity": "Povolte tomuto widgetu ověřit vaši identitu",
@ -833,8 +745,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Pozvěte někoho pomocí jeho jména, e-mailové adresy, uživatelského jména (například <userId/>) nebo <a>sdílejte tento prostor</a>.",
"Create a new room": "Vytvořit novou místnost",
"Space selection": "Výběr prostoru",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Tuto změnu nebudete moci vrátit zpět, protože budete degradováni, pokud jste posledním privilegovaným uživatelem v daném prostoru, nebude možné znovu získat oprávnění.",
"Your message was sent": "Zpráva byla odeslána",
"Leave space": "Opusit prostor",
"Create a space": "Vytvořit prostor",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Toto obvykle ovlivňuje pouze to, jak je místnost zpracována na serveru. Pokud máte problémy s %(brand)s, nahlaste prosím chybu.",
@ -866,7 +776,6 @@
"Reset everything": "Resetovat vše",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Zapomněli nebo ztratili jste všechny metody obnovy? <a>Resetovat vše</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Pokud tak učiníte, nezapomeňte, že žádná z vašich zpráv nebude smazána, ale vyhledávání může být na několik okamžiků zpomaleno během opětovného vytvoření indexu",
"View message": "Zobrazit zprávu",
"You can select all or individual messages to retry or delete": "Můžete vybrat všechny nebo jednotlivé zprávy, které chcete zkusit poslat znovu nebo odstranit",
"Sending": "Odesílání",
"Retry all": "Zkusit všechny znovu",
@ -877,7 +786,6 @@
"one": "Zobrazit jednoho člena",
"other": "Zobrazit všech %(count)s členů"
},
"Failed to send": "Odeslání se nezdařilo",
"Want to add a new room instead?": "Chcete místo toho přidat novou místnost?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Přidávání místnosti...",
@ -886,10 +794,6 @@
"Not all selected were added": "Ne všechny vybrané byly přidány",
"You are not allowed to view this server's rooms list": "Namáte oprávnění zobrazit seznam místností tohoto serveru",
"Error processing voice message": "Chyba při zpracování hlasové zprávy",
"We didn't find a microphone on your device. Please check your settings and try again.": "Ve vašem zařízení nebyl nalezen žádný mikrofon. Zkontrolujte prosím nastavení a zkuste to znovu.",
"No microphone found": "Nebyl nalezen žádný mikrofon",
"We were unable to access your microphone. Please check your browser settings and try again.": "Nepodařilo se získat přístup k vašemu mikrofonu . Zkontrolujte prosím nastavení prohlížeče a zkuste to znovu.",
"Unable to access your microphone": "Nelze získat přístup k mikrofonu",
"Search names and descriptions": "Hledat názvy a popisy",
"You may contact me if you have any follow up questions": "V případě dalších dotazů se na mě můžete obrátit",
"To leave the beta, visit your settings.": "Chcete-li opustit beta verzi, jděte do nastavení.",
@ -900,16 +804,8 @@
"Message preview": "Náhled zprávy",
"Sent": "Odesláno",
"You don't have permission to do this": "K tomu nemáte povolení",
"Pinned messages": "Připnuté zprávy",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Pokud máte oprávnění, otevřete nabídku na libovolné zprávě a výběrem možnosti <b>Připnout</b> je sem vložte.",
"Nothing pinned, yet": "Zatím není nic připnuto",
"Please provide an address": "Uveďte prosím adresu",
"Message search initialisation failed, check <a>your settings</a> for more information": "Inicializace vyhledávání zpráv se nezdařila, zkontrolujte <a>svá nastavení</a>",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Nastavte adresy pro tento prostor, aby jej uživatelé mohli najít prostřednictvím domovského serveru (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Chcete-li adresu zveřejnit, je třeba ji nejprve nastavit jako místní adresu.",
"Published addresses can be used by anyone on any server to join your room.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vaší místnosti.",
"Published addresses can be used by anyone on any server to join your space.": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.",
"This space has no local addresses": "Tento prostor nemá žádné místní adresy",
"Unnamed audio": "Nepojmenovaný audio soubor",
"Error processing audio message": "Došlo k chybě při zpracovávání hlasové zprávy",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Váš %(brand)s neumožňuje použít správce integrací. Kontaktujte prosím správce.",
@ -953,13 +849,10 @@
"Decrypting": "Dešifrování",
"Missed call": "Zmeškaný hovor",
"Call declined": "Hovor odmítnut",
"Stop recording": "Zastavit nahrávání",
"Send voice message": "Odeslat hlasovou zprávu",
"Unknown failure: %(reason)s": "Neznámá chyba: %(reason)s",
"Rooms and spaces": "Místnosti a prostory",
"Results": "Výsledky",
"Some encryption parameters have been changed.": "Byly změněny některé parametry šifrování.",
"Role in <RoomName/>": "Role v <RoomName/>",
"To join a space you'll need an invite.": "Pro připojení k prostoru potřebujete pozvánku.",
"Would you like to leave the rooms in this space?": "Chcete odejít z místností v tomto prostoru?",
"You are about to leave <spaceName/>.": "Odcházíte z <spaceName/>.",
@ -968,40 +861,21 @@
"Leave all rooms": "Odejít ze všech místností",
"MB": "MB",
"In reply to <a>this message</a>": "V odpovědi na <a>tuto zprávu</a>",
"Export chat": "Exportovat chat",
"Really reset verification keys?": "Opravdu chcete resetovat ověřovací klíče?",
"Skip verification for now": "Prozatím přeskočit ověřování",
"They won't be able to access whatever you're not an admin of.": "Nebudou mít přístup ke všemu, čeho nejste správcem.",
"Unban them from specific things I'm able to": "Zrušit jejich vykázání z konkrétních míst, kde mám oprávnění",
"Unban them from everything I'm able to": "Zrušit jejich vykázání všude, kde mám oprávnění",
"Ban them from specific things I'm able to": "Vykázat je z konkrétních míst, ze kterých jsem schopen",
"Ban them from everything I'm able to": "Vykázat je všude, kde mohu",
"Ban from %(roomName)s": "Vykázat z %(roomName)s",
"Unban from %(roomName)s": "Zrušit vykázání z %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Stále budou mít přístup ke všemu, čeho nejste správcem.",
"Disinvite from %(roomName)s": "Zrušit pozvánku do %(roomName)s",
"Downloading": "Stahování",
"%(count)s reply": {
"one": "%(count)s odpověď",
"other": "%(count)s odpovědí"
},
"View in room": "Zobrazit v místnosti",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Zadejte bezpečnostní frázi nebo <button>použijte bezpečnostní klíč</button> pro pokračování.",
"Joined": "Připojeno",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Obnovte přístup ke svému účtu a šifrovací klíče uložené v této relaci. Bez nich nebudete moci číst všechny své zabezpečené zprávy v žádné relaci.",
"Joining": "Připojování",
"If you can't see who you're looking for, send them your invite link below.": "Pokud nevidíte, koho hledáte, pošlete mu odkaz na pozvánku níže.",
"In encrypted rooms, verify all users to ensure it's secure.": "V šifrovaných místnostech ověřte všechny uživatele, abyste zajistili bezpečnost komunikace.",
"Yours, or the other users' session": "Vaše relace nebo relace ostatních uživatelů",
"Yours, or the other users' internet connection": "Vaše internetové připojení nebo připojení ostatních uživatelů",
"The homeserver the user you're verifying is connected to": "Domovský server, ke kterému je ověřovaný uživatel připojen",
"Copy link to thread": "Kopírovat odkaz na vlákno",
"Thread options": "Možnosti vláken",
"Reply in thread": "Odpovědět ve vlákně",
"Forget": "Zapomenout",
"Files": "Soubory",
"Close this widget to view it in this panel": "Zavřít tento widget a zobrazit ho na tomto panelu",
"Unpin this widget to view it in this panel": "Odepnout tento widget a zobrazit ho na tomto panelu",
"Based on %(count)s votes": {
"one": "Na základě %(count)s hlasu",
"other": "Na základě %(count)s hlasů"
@ -1022,7 +896,6 @@
"Moderation": "Moderování",
"Messaging": "Zprávy",
"Spaces you know that contain this space": "Prostory, které znáte obsahující tento prostor",
"Chat": "Chat",
"Recently viewed": "Nedávno zobrazené",
"%(count)s votes cast. Vote to see the results": {
"other": "%(count)s hlasů. Hlasujte a podívejte se na výsledky",
@ -1061,14 +934,7 @@
"Verify other device": "Ověřit jiné zařízení",
"You cancelled verification on your other device.": "Ověřování na jiném zařízení jste zrušili.",
"Almost there! Is your other device showing the same shield?": "Už to skoro je! Zobrazuje vaše druhé zařízení stejný štít?",
"To proceed, please accept the verification request on your other device.": "Pro pokračování, přijměte žádost o ověření na svém dalším zařízení.",
"From a thread": "Z vlákna",
"Could not fetch location": "Nepodařilo se zjistit polohu",
"Remove from room": "Odebrat z místnosti",
"Failed to remove user": "Nepodařilo se odebrat uživatele",
"Remove them from specific things I'm able to": "Odebrat je z konkrétních míst, kam mohu",
"Remove them from everything I'm able to": "Odebrat je ze všeho, kde mohu",
"Remove from %(roomName)s": "Odebrat z %(roomName)s",
"Message pending moderation": "Zpráva čeká na moderaci",
"Message pending moderation: %(reason)s": "Zpráva čeká na moderaci: %(reason)s",
"Pick a date to jump to": "Vyberte datum, na které chcete přejít",
@ -1085,8 +951,6 @@
"Can't edit poll": "Nelze upravit hlasování",
"Results will be visible when the poll is ended": "Výsledky se zobrazí po ukončení hlasování",
"Search Dialog": "Dialogové okno hledání",
"Pinned": "Připnuto",
"Open thread": "Otevřít vlákno",
"What location type do you want to share?": "Jaký typ polohy chcete sdílet?",
"Drop a Pin": "Zvolená poloha",
"My live location": "Moje poloha živě",
@ -1118,13 +982,6 @@
"Live location enabled": "Poloha živě povolena",
"Live location error": "Chyba polohy živě",
"Live until %(expiryTime)s": "Živě do %(expiryTime)s",
"Ban from room": "Vykázat z místnosti",
"Unban from room": "Zrušit vykázání z místnosti",
"Ban from space": "Vykázat z prostoru",
"Unban from space": "Zrušit vykázání z prostoru",
"Remove from space": "Odebrat z prostoru",
"Disinvite from room": "Zrušit pozvánku do místnosti",
"Disinvite from space": "Zrušit pozvánku do prostoru",
"No live locations": "Žádné polohy živě",
"Close sidebar": "Zavřít postranní panel",
"View List": "Zobrazit seznam",
@ -1149,7 +1006,6 @@
"Cameras": "Kamery",
"Output devices": "Výstupní zařízení",
"Input devices": "Vstupní zařízení",
"Show Labs settings": "Zobrazit nastavení Experimentálních funkcí",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Vaše zpráva nebyla odeslána, protože tento domovský server byl zablokován jeho správcem. Pokud chcete pokračovat v používání služby, <a>kontaktujte správce služby</a>.",
"An error occurred whilst sharing your live location, please try again": "Při sdílení vaší polohy živě došlo k chybě, zkuste to prosím znovu",
"An error occurred whilst sharing your live location": "Při sdílení vaší polohy živě došlo k chybě",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s nebo %(recoveryFile)s",
"Video call ended": "Videohovor ukončen",
"%(name)s started a video call": "%(name)s zahájil(a) videohovor",
"Room info": "Informace o místnosti",
"Completing set up of your new device": "Dokončování nastavení nového zařízení",
"Waiting for device to sign in": "Čekání na přihlášení zařízení",
"Review and approve the sign in": "Zkontrolovat a schválit přihlášení",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Příliš mnoho pokusů v krátkém čase. Zkuste to znovu po %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Příliš mnoho pokusů v krátkém čase. Před dalším pokusem nějakou dobu počkejte.",
"Thread root ID: %(threadRootId)s": "ID kořenového vlákna: %(threadRootId)s",
"We were unable to start a chat with the other user.": "Nepodařilo se zahájit chat s druhým uživatelem.",
"Error starting verification": "Chyba při zahájení ověření",
"<w>WARNING:</w> <description/>": "<w>UPOZORNĚNÍ:</w> <description/>",
"Unable to decrypt message": "Nepodařilo se dešifrovat zprávu",
"This message could not be decrypted": "Tuto zprávu se nepodařilo dešifrovat",
" in <strong>%(room)s</strong>": " v <strong>%(room)s</strong>",
"Text": "Text",
"Create a link": "Vytvořit odkaz",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Hlasovou zprávu nelze spustit, protože právě nahráváte živé vysílání. Ukončete prosím živé vysílání, abyste mohli začít nahrávat hlasovou zprávu.",
"Can't start voice message": "Nelze spustit hlasovou zprávu",
"Edit link": "Upravit odkaz",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Všechny zprávy a pozvánky od tohoto uživatele budou skryty. Opravdu je chcete ignorovat?",
"Ignore %(user)s": "Ignorovat %(user)s",
"unknown": "neznámé",
"Declining…": "Odmítání…",
"There are no past polls in this room": "V této místnosti nejsou žádná minulá hlasování",
@ -1247,8 +1093,6 @@
"Checking…": "Kontrola…",
"Waiting for partner to confirm…": "Čekání na potvrzení partnerem…",
"Adding…": "Přidání…",
"Encrypting your message…": "Šifrování zprávy…",
"Sending your message…": "Odeslání zprávy…",
"Starting export process…": "Zahájení procesu exportu…",
"Loading polls": "Načítání hlasování",
"The sender has blocked you from receiving this message": "Odesílatel vám zablokoval přijetí této zprávy",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Server vrátil %(statusCode)s s kódem chyby %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Nepodařilo se nám najít událost od data %(dateString)s. Zkuste zvolit dřívější datum.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Při pokusu o vyhledání a přechod na zadané datum došlo k chybě sítě. Váš domovský server může být nefunkční nebo došlo jen k dočasnému problému s internetovým připojením. Zkuste to prosím znovu. Pokud tento problém přetrvává, obraťte se na správce domovského serveru.",
"Poll history": "Historie hlasování",
"Start DM anyway": "Zahájit přímou zprávu i přesto",
"Start DM anyway and never warn me again": "Zahájit přímou zprávu i přesto a nikdy už mě nevarovat",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Není možné najít uživatelské profily pro níže uvedené Matrix ID - chcete přesto založit DM?",
"Search all rooms": "Vyhledávat ve všech místnostech",
"Search this room": "Vyhledávat v této místnosti",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Jakmile se pozvaní uživatelé připojí k %(brand)s, budete moci chatovat a místnost bude koncově šifrovaná",
"Waiting for users to join %(brand)s": "Čekání na připojení uživatelů k %(brand)s",
"Note that removing room changes like this could undo the change.": "Upozorňujeme, že odstranění takových změn v místnosti by mohlo vést ke zrušení změny.",
@ -1414,7 +1255,12 @@
"low_priority": "Nízká priorita",
"historical": "Historické",
"go_to_settings": "Přejít do nastavení",
"setup_secure_messages": "Nastavit bezpečné obnovení zpráv"
"setup_secure_messages": "Nastavit bezpečné obnovení zpráv",
"unencrypted": "Nezašifrované",
"view_message": "Zobrazit zprávu",
"joined": "Připojeno",
"show_more": "Více",
"are_you_sure": "Opravdu?"
},
"action": {
"continue": "Pokračovat",
@ -1751,9 +1597,17 @@
"formatting_toolbar_label": "Formátování",
"format_italics": "Kurzívou",
"format_insert_link": "Vložit odkaz",
"replying_title": "Odpovídá"
"replying_title": "Odpovídá",
"edit_composer_label": "Upravit zprávu",
"send_voice_message": "Odeslat hlasovou zprávu",
"stop_voice_message": "Zastavit nahrávání",
"link_modal": {
"title_edit": "Upravit odkaz",
"title_create": "Vytvořit odkaz",
"text_field_label": "Text",
"link_field_label": "Odkaz"
}
},
"Link": "Odkaz",
"Code": "Kód",
"power_level": {
"default": "Výchozí",
@ -2853,7 +2707,19 @@
"one": "Viděl %(count)s člověk",
"other": "Vidělo %(count)s lidí"
},
"read_receipts_label": "Potvrzení o přečtení"
"read_receipts_label": "Potvrzení o přečtení",
"thread_info_basic": "Z vlákna",
"error_no_renderer": "Tato událost nemohla být zobrazena",
"undecryptable_tooltip": "Tuto zprávu se nepodařilo dešifrovat",
"send_state_sending": "Odeslání zprávy…",
"send_state_encrypting": "Šifrování zprávy…",
"send_state_sent": "Zpráva byla odeslána",
"send_state_failed": "Odeslání se nezdařilo",
"mab": {
"label": "Akce zprávy",
"view_in_room": "Zobrazit v místnosti",
"copy_link_thread": "Kopírovat odkaz na vlákno"
}
},
"slash_command": {
"spoiler": "Odešle danou zprávu jako spoiler",
@ -3075,7 +2941,11 @@
"other": "%(count)s osob se připojilo"
},
"unknown_person": "neznámá osoba",
"connecting": "Spojování"
"connecting": "Spojování",
"unable_to_access_audio_input_title": "Nelze získat přístup k mikrofonu",
"unable_to_access_audio_input_description": "Nepodařilo se získat přístup k vašemu mikrofonu . Zkontrolujte prosím nastavení prohlížeče a zkuste to znovu.",
"no_audio_input_title": "Nebyl nalezen žádný mikrofon",
"no_audio_input_description": "Ve vašem zařízení nebyl nalezen žádný mikrofon. Zkontrolujte prosím nastavení a zkuste to znovu."
},
"Other": "Další možnosti",
"room_settings": {
@ -3200,7 +3070,32 @@
"save": "Uložit změny",
"leave_space": "Opustit prostor",
"aliases_section": "Adresy místnosti",
"other_section": "Další možnosti"
"other_section": "Další možnosti",
"error_updating_canonical_alias_title": "Nepovedlo se změnit hlavní adresu",
"error_updating_canonical_alias_description": "Nastala chyba při pokusu o nastavení hlavní adresy místnosti. Mohl to zakázat server, nebo to může být dočasná chyba.",
"error_updating_alias_description": "Nepovedlo se změnit alternativní adresy místnosti. Možná to server neumožňuje a nebo je to dočasná chyba.",
"error_creating_alias_title": "Chyba při tvorbě adresy",
"error_creating_alias_description": "Při vytváření adresy došlo k chybě. Mohl to zakázat server, nebo mohlo dojít k dočasnému selhání.",
"error_deleting_alias_description_forbidden": "Nemáte oprávnění adresu smazat.",
"error_deleting_alias_description": "Při odstraňování adresy došlo k chybě. Adresa již nemusí ekzistovat, nebo mohlo dojít k dočasné chybě.",
"error_deleting_alias_title": "Chyba při odstraňování adresy",
"canonical_alias_field_label": "Hlavní adresa",
"no_aliases_space": "Tento prostor nemá žádné místní adresy",
"no_aliases_room": "Tato místnost nemá žádné místní adresy",
"local_alias_field_label": "Lokální adresa",
"published_aliases_section": "Publikovaná adresa",
"published_aliases_explainer_space": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vašemu prostoru.",
"published_aliases_explainer_room": "Zveřejněné adresy může použít kdokoli na jakémkoli serveru, aby se připojil k vaší místnosti.",
"published_aliases_description": "Chcete-li adresu zveřejnit, je třeba ji nejprve nastavit jako místní adresu.",
"aliases_items_label": "Další publikované adresy:",
"aliases_no_items_label": "Zatím žádné další publikované adresy, přidejte nějakou níže",
"new_alias_placeholder": "Nové publikované adresy (například #alias:server)",
"local_aliases_section": "Lokální Adresy",
"local_aliases_explainer_space": "Nastavte adresy pro tento prostor, aby jej uživatelé mohli najít prostřednictvím domovského serveru (%(localDomain)s)",
"local_aliases_explainer_room": "Nastavit adresy pro tuto místnost, aby uživatelé mohli místnost najít zkrze váš domovský server (%(localDomain)s)",
"name_field_label": "Název místnosti",
"topic_field_label": "Téma místnosti",
"avatar_field_label": "Avatar místnosti"
},
"advanced": {
"unfederated": "Tato místnost není přístupná vzdáleným Matrix serverům",
@ -3305,7 +3200,13 @@
"verification_skip_warning": "Bez ověření nebudete mít přístup ke všem svým zprávám a můžete se ostatním jevit jako nedůvěryhodní.",
"verify_later": "Ověřím se později",
"verify_reset_warning_1": "Resetování ověřovacích klíčů nelze vrátit zpět. Po jejich resetování nebudete mít přístup ke starým zašifrovaným zprávám a všem přátelům, kteří vás dříve ověřili, se zobrazí bezpečnostní varování, dokud se u nich znovu neověříte.",
"verify_reset_warning_2": "Pokračujte pouze v případě, že jste si jisti, že jste ztratili všechna ostatní zařízení a bezpečnostní klíč."
"verify_reset_warning_2": "Pokračujte pouze v případě, že jste si jisti, že jste ztratili všechna ostatní zařízení a bezpečnostní klíč.",
"self_verification_hint": "Pro pokračování, přijměte žádost o ověření na svém dalším zařízení.",
"waiting_for_user_accept": "Čekáme, než %(displayName)s výzvu přijme…",
"accepting": "Přijímání…",
"start_button": "Zahájit ověření",
"error_starting_title": "Chyba při zahájení ověření",
"error_starting_description": "Nepodařilo se zahájit chat s druhým uživatelem."
},
"old_version_detected_title": "Nalezeny starší šifrované datové zprávy",
"old_version_detected_description": "Byla zjištěna data ze starší verze %(brand)s. To bude mít za následek nefunkčnost koncové kryptografie ve starší verzi. Koncově šifrované zprávy vyměněné nedávno při používání starší verze nemusí být v této verzi dešifrovatelné. To může také způsobit selhání zpráv vyměňovaných s touto verzí. Pokud narazíte na problémy, odhlaste se a znovu se přihlaste. Chcete-li zachovat historii zpráv, exportujte a znovu importujte klíče.",
@ -3338,6 +3239,26 @@
"description_1": "Tato relace zjistila, že byla odstraněna vaše bezpečnostní fráze a klíč pro zabezpečené zprávy.",
"description_2": "Pokud se vám to stalo neúmyslně, můžete znovu nastavit zálohu zpráv pro tuto relaci. To znovu zašifruje historii zpráv novým způsobem.",
"warning": "Pokud jste způsob obnovy neodstranili vy, mohou se pokoušet k vašemu účtu dostat útočníci. Změňte si raději ihned heslo a nastavte nový způsob obnovy v Nastavení."
},
"setup_secure_backup": {
"explainer": "Před odhlášením si zazálohujte klíče abyste o ně nepřišli.",
"title": "Nastavit"
},
"cross_signing_user_warning": "Tento uživatel zatím neověřil všechny své relace.",
"cross_signing_user_normal": "Tohoto uživatele jste neověřili.",
"cross_signing_user_verified": "Tohoto uživatele jste ověřili a on ověřil všechny své relace.",
"cross_signing_room_warning": "Někdo používá neznámou relaci",
"cross_signing_room_normal": "Místnost je koncově šifrovaná",
"cross_signing_room_verified": "V této místnosti jsou všichni ověřeni",
"event_shield_reason_authenticity_not_guaranteed": "Pravost této šifrované zprávy nelze na tomto zařízení ověřit.",
"event_shield_reason_mismatched_sender_key": "Šifrované neověřenou relací",
"messages_not_secure": {
"title": "Vaše zprávy nejsou zabezpečené",
"heading": "Něco z následujích věcí může být kompromitováno:",
"cause_1": "Váš domovský server",
"cause_2": "Domovský server, ke kterému je ověřovaný uživatel připojen",
"cause_3": "Vaše internetové připojení nebo připojení ostatních uživatelů",
"cause_4": "Vaše relace nebo relace ostatních uživatelů"
}
},
"emoji": {
@ -3694,7 +3615,10 @@
"error_loading": "Chyba při načítání widgetu",
"error_mixed_content": "Chyba - Smíšený obsah",
"unmaximise": "Zrušit maximalizaci",
"popout": "Otevřít widget v novém okně"
"popout": "Otevřít widget v novém okně",
"unpin_to_view_right_panel": "Odepnout tento widget a zobrazit ho na tomto panelu",
"close_to_view_right_panel": "Zavřít tento widget a zobrazit ho na tomto panelu",
"set_room_layout": "Nastavit všem rozložení mé místnosti"
},
"feedback": {
"sent": "Zpětná vazba byla odeslána",
@ -3788,7 +3712,9 @@
"show_all_threads": "Zobrazit všechna vlákna",
"empty_explainer": "Vlákna pomáhají udržovat konverzace k tématu a snadno je sledovat.",
"empty_tip": "<b>Tip:</b> Použijte \"%(replyInThread)s\" při najetí na zprávu.",
"empty_heading": "Udržujte diskuse organizované pomocí vláken"
"empty_heading": "Udržujte diskuse organizované pomocí vláken",
"open_thread": "Otevřít vlákno",
"unable_to_decrypt": "Nepodařilo se dešifrovat zprávu"
},
"theme": {
"light_high_contrast": "Světlý vysoký kontrast",
@ -4048,7 +3974,21 @@
"knock_cancel_action": "Zrušit žádost",
"join_failed_needs_invite": "Pro zobrazení %(roomName)s potřebujete pozvánku",
"view_failed_enable_video_rooms": "Pro zobrazení, povolte prosím nejprve video místnosti v Experimentálních funkcích",
"join_failed_enable_video_rooms": "Pro vstup, povolte prosím nejprve video místnosti v Experimentálních funkcích"
"join_failed_enable_video_rooms": "Pro vstup, povolte prosím nejprve video místnosti v Experimentálních funkcích",
"jump_to_bottom_button": "Přejít na poslední zprávy",
"show_labs_settings": "Zobrazit nastavení Experimentálních funkcí",
"upgrade_warning_bar": "Aktualizace místnosti uzavře její aktuální verzi a vyrobí novou místnost se stejným názvem a novou verzí.",
"upgrade_warning_bar_upgraded": "Tato místnost byla již aktualizována.",
"upgrade_warning_bar_unstable": "Tato místnost běží na verzi <roomVersion />, což domovský server označuje za <i>nestabilní</i>.",
"upgrade_warning_bar_admins": "Toto upozornění uvidí jen správci místnosti",
"search": {
"this_room": "Tato místnost",
"all_rooms": "Všechny místnosti",
"field_placeholder": "Hledat…",
"this_room_button": "Vyhledávat v této místnosti",
"all_rooms_button": "Vyhledávat ve všech místnostech"
},
"jump_read_marker": "Přejít na první nepřečtenou zprávu."
},
"file_panel": {
"guest_note": "Pro využívání této funkce se <a>zaregistrujte</a>",
@ -4273,5 +4213,87 @@
"invited_list_heading": "Pozvaní",
"filter_placeholder": "Najít člena místnosti",
"power_label": "%(userName)s (oprávnění %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Momentálně nemáte aktivní žádné balíčky s nálepkami",
"empty_add_prompt": "Přidat nějaké"
},
"user_info": {
"error_revoke_3pid_invite_title": "Pozvání se nepovedlo zrušit",
"error_revoke_3pid_invite_description": "Pozvání se nepovedlo zrušit. Mohlo dojít k dočasnému problému nebo na to nemáte dostatečná práva.",
"admin_tools_section": "Nástroje pro správce",
"revoke_invite": "Zrušit pozvání",
"invited_by": "Pozván od uživatele %(sender)s",
"room_encrypted": "Zprávy jsou v této místnosti koncově šifrované.",
"room_encrypted_detail": "Vaše zprávy jsou zabezpečené - pouze vy a jejich příjemci máte klíče potřebné k jejich přečtení.",
"room_unencrypted": "Zprávy nejsou koncově šifrované.",
"room_unencrypted_detail": "V šifrovaných místnostech jsou vaše zprávy bezpečné a pouze vy a příjemce má klíče k jejich rozšifrování.",
"verify_button": "Ověřit uživatele",
"verify_explainer": "Pro lepší bezpečnost, ověřte uživatele zkontrolováním jednorázového kódu na vašich zařízeních.",
"hide_verified_sessions": "Skrýt ověřené relace",
"hide_sessions": "Skrýt relace",
"ignore_confirm_title": "Ignorovat %(user)s",
"ignore_confirm_description": "Všechny zprávy a pozvánky od tohoto uživatele budou skryty. Opravdu je chcete ignorovat?",
"jump_to_rr_button": "Přejít na poslední potvrzení o přečtení",
"share_button": "Sdílet odkaz na uživatele",
"demote_self_confirm_title": "Snížit Vaši vlastní hodnost?",
"demote_self_confirm_description_space": "Tuto změnu nebudete moci vrátit zpět, protože budete degradováni, pokud jste posledním privilegovaným uživatelem v daném prostoru, nebude možné znovu získat oprávnění.",
"demote_self_confirm_room": "Tuto změnu nebudete moci vzít zpět, protože snižujete svoji vlastní hodnost, jste-li poslední privilegovaný uživatel v místnosti, bude nemožné vaši současnou hodnost získat zpět.",
"demote_button": "Degradovat",
"disinvite_button_space": "Zrušit pozvánku do prostoru",
"kick_button_space": "Odebrat z prostoru",
"disinvite_button_room": "Zrušit pozvánku do místnosti",
"kick_button_room": "Odebrat z místnosti",
"disinvite_button_room_name": "Zrušit pozvánku do %(roomName)s",
"kick_button_room_name": "Odebrat z %(roomName)s",
"kick_button_space_everything": "Odebrat je ze všeho, kde mohu",
"kick_space_specific": "Odebrat je z konkrétních míst, kam mohu",
"kick_space_warning": "Stále budou mít přístup ke všemu, čeho nejste správcem.",
"error_kicking_user": "Nepodařilo se odebrat uživatele",
"redact_button": "Odstranit nedávné zprávy",
"unban_button_space": "Zrušit vykázání z prostoru",
"ban_button_space": "Vykázat z prostoru",
"unban_button_room": "Zrušit vykázání z místnosti",
"ban_button_room": "Vykázat z místnosti",
"unban_room_confirm_title": "Zrušit vykázání z %(roomName)s",
"ban_room_confirm_title": "Vykázat z %(roomName)s",
"unban_space_everything": "Zrušit jejich vykázání všude, kde mám oprávnění",
"ban_space_everything": "Vykázat je všude, kde mohu",
"unban_space_specific": "Zrušit jejich vykázání z konkrétních míst, kde mám oprávnění",
"ban_space_specific": "Vykázat je z konkrétních míst, ze kterých jsem schopen",
"unban_space_warning": "Nebudou mít přístup ke všemu, čeho nejste správcem.",
"error_ban_user": "Nepodařilo se vykázat uživatele",
"error_mute_user": "Ztlumení uživatele se nezdařilo",
"promote_warning": "Tuto změnu nepůjde vrátit zpět, protože tomuto uživateli nastavujete stejnou úroveň oprávnění, jakou máte vy.",
"deactivate_confirm_title": "Deaktivovat uživatele?",
"deactivate_confirm_description": "Deaktivování uživatele ho odhlásí a zabrání mu v opětovném přihlášení. Navíc bude odstraněn ze všech místností. Akci nelze vzít zpět. Opravdu chcete uživatele deaktivovat?",
"deactivate_confirm_action": "Deaktivovat uživatele",
"error_deactivate": "Deaktivace uživatele se nezdařila",
"role_label": "Role v <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Připnuté zprávy",
"empty": "Zatím není nic připnuto",
"explainer": "Pokud máte oprávnění, otevřete nabídku na libovolné zprávě a výběrem možnosti <b>Připnout</b> je sem vložte.",
"limits": {
"other": "Můžete připnout až %(count)s widgetů"
}
},
"video_room_chat": {
"title": "Chat"
},
"room_summary_card": {
"title": "Informace o místnosti"
},
"widgets_section": "Widgety",
"edit_integrations": "Upravujte widgety, propojení a boty",
"add_integrations": "Přidat widgety, propojení a boty",
"files_button": "Soubory",
"polls_button": "Historie hlasování",
"pinned_messages_button": "Připnuto",
"export_chat_button": "Exportovat chat",
"share_button": "Sdílet místnost",
"settings_button": "Nastavení místnosti"
}
}

View file

@ -38,15 +38,12 @@
"Today": "I dag",
"Friday": "Fredag",
"Changelog": "Ændringslog",
"This Room": "Dette rum",
"Unavailable": "Utilgængelig",
"Filter results": "Filtrér resultater",
"Search…": "Søg…",
"Tuesday": "Tirsdag",
"Saturday": "Lørdag",
"Monday": "Mandag",
"Send": "Send",
"All Rooms": "Alle rum",
"You cannot delete this message. (%(code)s)": "Du kan ikke slette denne besked. (%(code)s)",
"Thursday": "Torsdag",
"Yesterday": "I går",
@ -58,10 +55,7 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s",
"%(items)s and %(lastItem)s": "%(items)s og %(lastItem)s",
"Headphones": "Hovedtelefoner",
"Show more": "Vis mere",
"Add a new server": "Tilføj en ny server",
"Local address": "Lokal adresse",
"This room has no local addresses": "Dette rum har ingen lokal adresse",
"France": "Frankrig",
"Finland": "Finland",
"Egypt": "Egypten",
@ -342,7 +336,8 @@
"user_avatar": "Profil billede",
"rooms": "Rum",
"low_priority": "Lav prioritet",
"historical": "Historisk"
"historical": "Historisk",
"show_more": "Vis mere"
},
"action": {
"continue": "Fortsæt",
@ -793,7 +788,9 @@
"encryption_permanent": "Efter aktivering er det ikke muligt at slå kryptering fra."
},
"general": {
"other_section": "Andre"
"other_section": "Andre",
"no_aliases_room": "Dette rum har ingen lokal adresse",
"local_alias_field_label": "Lokal adresse"
},
"notifications": {
"custom_sound_prompt": "Sæt en ny brugerdefineret lyd"
@ -853,7 +850,12 @@
"favourite": "Favorit",
"low_priority": "Lav prioritet"
},
"invite_this_room": "Inviter til dette rum"
"invite_this_room": "Inviter til dette rum",
"search": {
"this_room": "Dette rum",
"all_rooms": "Alle rum",
"field_placeholder": "Søg…"
}
},
"items_and_n_others": {
"other": "<Items/> og %(count)s andre",

View file

@ -39,23 +39,18 @@
"other": "und %(count)s weitere …",
"one": "und ein weiterer …"
},
"Are you sure?": "Bist du sicher?",
"Decrypt %(text)s": "%(text)s entschlüsseln",
"Download %(text)s": "%(text)s herunterladen",
"Failed to ban user": "Verbannen des Benutzers fehlgeschlagen",
"Failed to mute user": "Stummschalten des Nutzers fehlgeschlagen",
"Failed to reject invite": "Ablehnen der Einladung ist fehlgeschlagen",
"Join Room": "Raum betreten",
"not specified": "nicht angegeben",
"No more results": "Keine weiteren Ergebnisse",
"Search failed": "Suche ist fehlgeschlagen",
"Server may be unavailable, overloaded, or search timed out :(": "Der Server ist entweder nicht verfügbar, überlastet oder die Suche wurde wegen Zeitüberschreitung abgebrochen :(",
"This room has no local addresses": "Dieser Raum hat keine lokale Adresse",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Dir fehlt die Berechtigung, diese alten Nachrichten zu lesen.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Das Laden einer bestimmten Stelle im Verlauf des Raumes zu laden ist gescheitert, da sie nicht gefunden wurde.",
"You seem to be in a call, are you sure you want to quit?": "Du scheinst in einem Gespräch zu sein, bist du sicher, dass du aufhören willst?",
"You seem to be uploading files, are you sure you want to quit?": "Du scheinst Dateien hochzuladen. Bist du sicher schließen zu wollen?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.",
"Failed to load timeline position": "Laden der Verlaufsposition fehlgeschlagen",
"%(items)s and %(lastItem)s": "%(items)s und %(lastItem)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s",
@ -70,7 +65,6 @@
"Add an Integration": "Eine Integration hinzufügen",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Wenn du zuvor eine aktuellere Version von %(brand)s verwendet hast, ist deine Sitzung eventuell inkompatibel mit dieser Version. Bitte schließe dieses Fenster und kehre zur aktuelleren Version zurück.",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Um dein Konto für die Verwendung von %(integrationsUrl)s zu authentifizieren, wirst du jetzt auf die Website eines Drittanbieters weitergeleitet. Möchtest du fortfahren?",
"Jump to first unread message.": "Zur ersten ungelesenen Nachricht springen.",
"Are you sure you want to leave the room '%(roomName)s'?": "Bist du sicher, dass du den Raum „%(roomName)s“ verlassen möchtest?",
"Custom level": "Selbstdefiniertes Berechtigungslevel",
"Uploading %(filename)s": "%(filename)s wird hochgeladen",
@ -80,7 +74,6 @@
},
"Create new room": "Neuer Raum",
"Home": "Startseite",
"Admin Tools": "Administrationswerkzeuge",
"(~%(count)s results)": {
"one": "(~%(count)s Ergebnis)",
"other": "(~%(count)s Ergebnisse)"
@ -88,7 +81,6 @@
"This will allow you to reset your password and receive notifications.": "Dies ermöglicht es dir, dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.",
"AM": "a. m.",
"PM": "p. m.",
"Jump to read receipt": "Zur Lesebestätigung springen",
"Unnamed room": "Unbenannter Raum",
"And %(count)s more...": {
"other": "Und %(count)s weitere …"
@ -103,16 +95,13 @@
"collapse": "Verbergen",
"expand": "Erweitern",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Du wirst nicht in der Lage sein, die Änderung zurückzusetzen, da du dich degradierst. Wenn du der letze Nutzer mit Berechtigungen bist, wird es unmöglich sein die Privilegien zurückzubekommen.",
"<a>In reply to</a> <pill>": "<a>Als Antwort auf</a> <pill>",
"This room is not public. You will not be able to rejoin without an invite.": "Dieser Raum ist nicht öffentlich. Du wirst ihn nicht ohne erneute Einladung betreten können.",
"You don't currently have any stickerpacks enabled": "Keine Sticker-Pakete aktiviert",
"Sunday": "Sonntag",
"Today": "Heute",
"Friday": "Freitag",
"Changelog": "Änderungsprotokoll",
"Failed to send logs: ": "Senden von Protokolldateien fehlgeschlagen: ",
"This Room": "In diesem Raum",
"Unavailable": "Nicht verfügbar",
"Filter results": "Ergebnisse filtern",
"Tuesday": "Dienstag",
@ -121,9 +110,7 @@
"Monday": "Montag",
"Wednesday": "Mittwoch",
"You cannot delete this message. (%(code)s)": "Diese Nachricht kann nicht gelöscht werden. (%(code)s)",
"All Rooms": "In allen Räumen",
"Thursday": "Donnerstag",
"Search…": "Suchen…",
"Logs sent": "Protokolldateien gesendet",
"Yesterday": "Gestern",
"Thank you!": "Danke!",
@ -132,18 +119,12 @@
"Clear Storage and Sign Out": "Speicher leeren und abmelden",
"We encountered an error trying to restore your previous session.": "Wir haben ein Problem beim Wiederherstellen deiner vorherigen Sitzung festgestellt.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Den Browser-Speicher zu löschen kann das Problem lösen, wird dich aber abmelden und verschlüsselte Nachrichten unlesbar machen.",
"Share Link to User": "Link zu Benutzer teilen",
"Share room": "Raum teilen",
"Share Room": "Raum teilen",
"Link to most recent message": "Link zur aktuellsten Nachricht",
"Share User": "Teile Benutzer",
"Share Room Message": "Raumnachricht teilen",
"Link to selected message": "Link zur ausgewählten Nachricht",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Du kannst keine Nachrichten senden bis du <consentLink>unsere Geschäftsbedingungen</consentLink> gelesen und akzeptiert hast.",
"Demote yourself?": "Dein eigenes Berechtigungslevel herabsetzen?",
"Demote": "Zurückstufen",
"This event could not be displayed": "Dieses Ereignis konnte nicht angezeigt werden",
"Only room administrators will see this warning": "Nur Raumadministratoren werden diese Nachricht sehen",
"Upgrade Room Version": "Raumversion aktualisieren",
"Create a new room with the same name, description and avatar": "Einen neuen Raum mit demselben Namen, Beschreibung und Profilbild erstellen",
"Update any local room aliases to point to the new room": "Alle lokalen Raumaliase aktualisieren, damit sie auf den neuen Raum zeigen",
@ -161,13 +142,11 @@
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Wenn %(brand)s mit der alten Version in einem anderen Tab geöffnet ist, schließe dies bitte, da das parallele Nutzen von %(brand)s auf demselben Host mit aktivierten und deaktivierten verzögertem Laden, Probleme verursachen wird.",
"Incompatible local cache": "Inkompatibler lokaler Zwischenspeicher",
"Clear cache and resync": "Zwischenspeicher löschen und erneut synchronisieren",
"Add some now": "Jetzt hinzufügen",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Um zu vermeiden, dass dein Verlauf verloren geht, musst du deine Raumschlüssel exportieren, bevor du dich abmeldest. Dazu musst du auf die neuere Version von %(brand)s zurückgehen",
"Incompatible Database": "Inkompatible Datenbanken",
"Continue With Encryption Disabled": "Mit deaktivierter Verschlüsselung fortfahren",
"Unable to restore backup": "Konnte Schlüsselsicherung nicht wiederherstellen",
"No backup found!": "Keine Schlüsselsicherung gefunden!",
"Set up": "Einrichten",
"Unable to load commit detail: %(msg)s": "Konnte Übermittlungsdetails nicht laden: %(msg)s",
"Unable to load backup status": "Konnte Sicherungsstatus nicht laden",
"Failed to decrypt %(failedCount)s sessions!": "Konnte %(failedCount)s Sitzungen nicht entschlüsseln!",
@ -239,13 +218,8 @@
"Anchor": "Anker",
"Headphones": "Kopfhörer",
"Folder": "Ordner",
"Main address": "Primäre Adresse",
"Room avatar": "Raumbild",
"Room Name": "Raumname",
"Room Topic": "Raumthema",
"Incoming Verification Request": "Eingehende Verifikationsanfrage",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Verschlüsselte Nachrichten sind mit Ende-zu-Ende-Verschlüsselung gesichert. Nur du und der/die Empfänger haben die Schlüssel um diese Nachrichten zu lesen.",
"Back up your keys before signing out to avoid losing them.": "Um deine Schlüssel nicht zu verlieren, musst du sie vor der Abmeldung sichern.",
"Start using Key Backup": "Beginne Schlüsselsicherung zu nutzen",
"Are you sure you want to sign out?": "Bist du sicher, dass du dich abmelden möchtest?",
"Manually export keys": "Schlüssel manuell exportieren",
@ -259,40 +233,29 @@
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Warnung</b>: Du solltest die Schlüsselsicherung nur auf einem vertrauenswürdigen Gerät einrichten.",
"Join millions for free on the largest public server": "Schließe dich kostenlos auf dem größten öffentlichen Server Millionen von Menschen an",
"Scissors": "Schere",
"Error updating main address": "Fehler beim Aktualisieren der Hauptadresse",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Es gab ein Problem beim Aktualisieren der Raum-Hauptadresse. Es kann sein, dass der Server dies verbietet oder ein temporäres Problem aufgetreten ist.",
"Power level": "Berechtigungsstufe",
"Room Settings - %(roomName)s": "Raumeinstellungen - %(roomName)s",
"Could not load user profile": "Konnte Nutzerprofil nicht laden",
"edited": "bearbeitet",
"Edit message": "Nachricht bearbeiten",
"Upload files": "Dateien hochladen",
"Upload all": "Alle hochladen",
"Cancel All": "Alle abbrechen",
"Upload Error": "Fehler beim Hochladen",
"Failed to revoke invite": "Einladung konnte nicht zurückgezogen werden",
"Revoke invite": "Einladung zurückziehen",
"Invited by %(sender)s": "%(sender)s eingeladen",
"Deactivate account": "Benutzerkonto deaktivieren",
"Lock": "Schloss",
"Direct Messages": "Direktnachrichten",
"Recently Direct Messaged": "Zuletzt kontaktiert",
"Command Help": "Befehl Hilfe",
"To help us prevent this in future, please <a>send us logs</a>.": "Um uns zu helfen, dies in Zukunft zu vermeiden, <a>sende uns bitte die Protokolldateien</a>.",
"This user has not verified all of their sessions.": "Dieser Benutzer hat nicht alle seine Sitzungen verifiziert.",
"You have verified this user. This user has verified all of their sessions.": "Du hast diesen Nutzer verifiziert. Der Nutzer hat alle seine Sitzungen verifiziert.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Die Aktualisierung dieses Raums deaktiviert die aktuelle Instanz des Raums und erstellt einen aktualisierten Raum mit demselben Namen.",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) hat sich zu einer neuen Sitzung angemeldet, ohne sie zu verifizieren:",
"%(count)s verified sessions": {
"other": "%(count)s verifizierte Sitzungen",
"one": "Eine verifizierte Sitzung"
},
"Hide verified sessions": "Verifizierte Sitzungen ausblenden",
"%(count)s sessions": {
"other": "%(count)s Sitzungen",
"one": "%(count)s Sitzung"
},
"Hide sessions": "Sitzungen ausblenden",
"Encryption not enabled": "Verschlüsselung nicht aktiviert",
"You verified %(name)s": "Du hast %(name)s verifiziert",
"You cancelled verifying %(name)s": "Du hast die Verifizierung von %(name)s abgebrochen",
@ -303,7 +266,6 @@
"%(name)s wants to verify": "%(name)s will eine Verifizierung",
"Session name": "Sitzungsname",
"Sign out and remove encryption keys?": "Abmelden und Verschlüsselungsschlüssel entfernen?",
"Messages in this room are not end-to-end encrypted.": "Nachrichten in diesem Raum sind nicht Ende-zu-Ende verschlüsselt.",
"Ask %(displayName)s to scan your code:": "Bitte %(displayName)s, deinen Code zu scannen:",
"Verify by emoji": "Mit Emojis verifizieren",
"Verify by comparing unique emoji.": "Durch den Vergleich einzigartiger Emojis verifizieren.",
@ -313,11 +275,7 @@
"other": "%(count)s Nachrichten entfernen",
"one": "Eine Nachricht entfernen"
},
"Remove recent messages": "Kürzlich gesendete Nachrichten entfernen",
"Show more": "Mehr zeigen",
"This backup is trusted because it has been restored on this session": "Dieser Sicherung wird vertraut, da sie während dieser Sitzung wiederhergestellt wurde",
"Encrypted by an unverified session": "Von einer nicht verifizierten Sitzung verschlüsselt",
"Unencrypted": "Unverschlüsselt",
"Encrypted by a deleted session": "Von einer gelöschten Sitzung verschlüsselt",
"The encryption used by this room isn't supported.": "Die von diesem Raum verwendete Verschlüsselung wird nicht unterstützt.",
"e.g. my-room": "z. B. mein-raum",
@ -331,42 +289,12 @@
"Clear all data": "Alle Daten löschen",
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Bestätige die Deaktivierung deines Kontos, indem du deine Identität mithilfe deines Single-Sign-On-Anbieters nachweist.",
"Confirm account deactivation": "Deaktivierung des Kontos bestätigen",
"Someone is using an unknown session": "Jemand verwendet eine unbekannte Sitzung",
"This room is end-to-end encrypted": "Dieser Raum ist Ende-zu-Ende verschlüsselt",
"Verify your other session using one of the options below.": "Verifiziere deine andere Sitzung mit einer der folgenden Optionen.",
"You signed in to a new session without verifying it:": "Du hast dich in einer neuen Sitzung angemeldet ohne sie zu verifizieren:",
"You have not verified this user.": "Du hast diesen Nutzer nicht verifiziert.",
"Everyone in this room is verified": "Alle in diesem Raum sind verifiziert",
"Scroll to most recent messages": "Zur neusten Nachricht springen",
"No recent messages by %(user)s found": "Keine neuen Nachrichten von %(user)s gefunden",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Versuche nach oben zu scrollen, um zu sehen ob sich dort frühere Nachrichten befinden.",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Dies kann bei vielen Nachrichten einige Zeit dauern. Bitte lade die Anwendung in dieser Zeit nicht neu.",
"Deactivate user?": "Konto deaktivieren?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Beim Deaktivieren wirst du abgemeldet und ein erneutes Anmelden verhindert. Zusätzlich wirst du aus allen Räumen entfernt. Diese Aktion kann nicht rückgängig gemacht werden. Bist du sicher, dass du dieses Konto deaktivieren willst?",
"Deactivate user": "Konto deaktivieren",
"Failed to deactivate user": "Benutzer konnte nicht deaktiviert werden",
"This room has already been upgraded.": "Dieser Raum wurde bereits aktualisiert.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Dieser Raum läuft mit der Raumversion <roomVersion />, welche dieser Heim-Server als <i>instabil</i> markiert hat.",
"Failed to connect to integration manager": "Fehler beim Verbinden mit dem Integrations-Server",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Die Einladung konnte nicht zurückgezogen werden. Der Server hat möglicherweise ein vorübergehendes Problem oder du hast nicht ausreichende Berechtigungen, um die Einladung zurückzuziehen.",
"Local address": "Lokale Adresse",
"Published Addresses": "Öffentliche Adresse",
"Other published addresses:": "Andere öffentliche Adressen:",
"No other published addresses yet, add one below": "Keine anderen öffentlichen Adressen vorhanden. Du kannst weiter unten eine hinzufügen",
"New published address (e.g. #alias:server)": "Neue öffentliche Adresse (z. B. #alias:server)",
"Local Addresses": "Lokale Adressen",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Erstelle Adressen für diesen Raum, damit andere Benutzer den Raum auf deinem Heim-Server (%(localDomain)s) finden können",
"Waiting for %(displayName)s to accept…": "Warte auf die Annahme von %(displayName)s …",
"Accepting…": "Annehmen…",
"Start Verification": "Verifizierung starten",
"Messages in this room are end-to-end encrypted.": "Nachrichten in diesem Raum sind Ende-zu-Ende verschlüsselt.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Diese Nachricht ist verschlüsselt. Nur Sie und der Empfänger haben den Schlüssel, um die Nachricht zu entschlüsseln.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Nachrichten in verschlüsselten Räumen können nur von dir und vom Empfänger gelesen werden.",
"Verify User": "Nutzer verifizieren",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Für zusätzliche Sicherheit, verifiziere diesen Nutzer, durch Vergleichen eines Einmal-Codes auf euren beiden Geräten.",
"Your messages are not secure": "Deine Nachrichten sind nicht sicher",
"One of the following may be compromised:": "Eines der folgenden könnte kompromittiert sein:",
"Your homeserver": "Dein Heim-Server",
"This client does not support end-to-end encryption.": "Diese Anwendung unterstützt keine Ende-zu-Ende-Verschlüsselung.",
"Verify by scanning": "Verifizierung durch Scannen eines QR-Codes",
"If you can't scan the code above, verify by comparing unique emoji.": "Wenn du obigen Code nicht erfassen kannst, verifiziere stattdessen durch den Vergleich von Emojis.",
@ -377,7 +305,6 @@
"Verification timed out.": "Verifikationsanfrage abgelaufen.",
"%(displayName)s cancelled verification.": "%(displayName)s hat die Verifikationsanfrage abgelehnt.",
"You cancelled verification.": "Du hast die Verifikation abgebrochen.",
"Message Actions": "Nachrichtenaktionen",
"Show image": "Bild anzeigen",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Du blockierst diesen Benutzer, deshalb werden seine Nachrichten nicht angezeigt. <a>Trotzdem anzeigen.</a>",
"You accepted": "Du hast angenommen",
@ -468,7 +395,6 @@
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Um diesen Raum zu aktualisieren, muss die aktuelle Instanz des Raums geschlossen und an ihrer Stelle ein neuer Raum erstellt werden. Um den Raummitgliedern die bestmögliche Erfahrung zu bieten, werden wir:",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Eine Raumaktualisierung ist ein komplexer Vorgang, der üblicherweise empfohlen wird, wenn ein Raum aufgrund von Fehlern, fehlenden Funktionen oder Sicherheitslücken instabil ist.",
"Some session data, including encrypted message keys, is missing. Sign out and sign in to fix this, restoring keys from backup.": "Einige Sitzungsdaten, einschließlich der Verschlüsselungsschlüssel, fehlen. Melde dich ab, wieder an und stelle die Schlüssel aus der Sicherung wieder her um dies zu beheben.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Es gab einen Fehler beim Ändern des Raumalias. Entweder erlaubt es der Server nicht oder es gab ein temporäres Problem.",
"You've successfully verified your device!": "Du hast dein Gerät erfolgreich verifiziert!",
"To continue, use Single Sign On to prove your identity.": "Zum Fortfahren, nutze „Single Sign-On“ um deine Identität zu bestätigen.",
"Confirm to continue": "Bestätige um fortzufahren",
@ -479,19 +405,13 @@
"Your homeserver has exceeded its user limit.": "Dein Heim-Server hat den Benutzergrenzwert erreicht.",
"Your homeserver has exceeded one of its resource limits.": "Dein Heim-Server hat einen seiner Ressourcengrenzwerte erreicht.",
"Ok": "Ok",
"Error creating address": "Fehler beim Anlegen der Adresse",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Es gab einen Fehler beim Anlegen der Adresse. Entweder erlaubt es der Server nicht oder es gab ein temporäres Problem.",
"You don't have permission to delete the address.": "Du hast nicht die Berechtigung, die Adresse zu löschen.",
"Error removing address": "Fehler beim Löschen der Adresse",
"Room address": "Raumadresse",
"This address is available to use": "Diese Adresse ist verfügbar",
"This address is already in use": "Diese Adresse wird bereits verwendet",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Beim Entfernen dieser Adresse ist ein Fehler aufgetreten. Vielleicht existiert sie nicht mehr oder es kam zu einem temporären Fehler.",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Du hast für diese Sitzung zuvor eine neuere Version von %(brand)s verwendet. Um diese Version mit Ende-zu-Ende-Verschlüsselung wieder zu benutzen, musst du dich erst ab- und dann wieder anmelden.",
"Switch theme": "Design wechseln",
"Message preview": "Nachrichtenvorschau",
"Looks good!": "Sieht gut aus!",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Die Echtheit dieser verschlüsselten Nachricht kann auf diesem Gerät nicht garantiert werden.",
"Wrong file type": "Falscher Dateityp",
"This room is public": "Dieser Raum ist öffentlich",
"Edited at %(date)s": "Geändert am %(date)s",
@ -515,11 +435,7 @@
"Preparing to download logs": "Bereite das Herunterladen der Protokolle vor",
"Information": "Information",
"Not encrypted": "Nicht verschlüsselt",
"Room settings": "Raumeinstellungen",
"Backup version:": "Version der Sicherung:",
"Widgets": "Widgets",
"Edit widgets, bridges & bots": "Widgets, Brücken und Bots bearbeiten",
"Add widgets, bridges & bots": "Widgets, Brücken und Bots hinzufügen",
"Start a conversation with someone using their name or username (like <userId/>).": "Starte ein Gespräch unter Verwendung des Namen oder Benutzernamens des Gegenübers (z. B. <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Lade jemanden mittels Name oder Benutzername (z. B. <userId/>) ein oder <a>teile diesen Raum</a>.",
"Unable to set up keys": "Schlüssel können nicht eingerichtet werden",
@ -533,9 +449,6 @@
"Video conference updated by %(senderName)s": "Videokonferenz wurde von %(senderName)s aktualisiert",
"Video conference started by %(senderName)s": "Videokonferenz von %(senderName)s gestartet",
"Ignored attempt to disable encryption": "Versuch, die Verschlüsselung zu deaktivieren, wurde ignoriert",
"You can only pin up to %(count)s widgets": {
"other": "Du kannst nur %(count)s Widgets anheften"
},
"Data on this screen is shared with %(widgetDomain)s": "Daten auf diesem Bildschirm werden mit %(widgetDomain)s geteilt",
"Modal Widget": "Modales Widget",
"Uzbekistan": "Usbekistan",
@ -818,7 +731,6 @@
"Access your secure message history and set up secure messaging by entering your Security Key.": "Greife auf deinen verschlüsselten Nachrichtenverlauf zu und richte die sichere Kommunikation ein, indem du deinen Sicherheitsschlüssel eingibst.",
"If you've forgotten your Security Phrase you can <button1>use your Security Key</button1> or <button2>set up new recovery options</button2>": "Wenn du deine Sicherheitsphrase vergessen hast, kannst du <button1>deinen Sicherheitsschlüssel nutzen</button1> oder <button2>neue Wiederherstellungsoptionen einrichten</button2>",
"Security Key mismatch": "Nicht übereinstimmende Sicherheitsschlüssel",
"Set my room layout for everyone": "Dein Raumlayout für alle setzen",
"Remember this": "Dies merken",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Das Widget überprüft deine Nutzer-ID, kann jedoch keine Aktionen für dich ausführen:",
"Allow this widget to verify your identity": "Erlaube diesem Widget deine Identität zu überprüfen",
@ -828,7 +740,6 @@
},
"Create a new room": "Neuen Raum erstellen",
"Create a space": "Neuen Space erstellen",
"Your message was sent": "Die Nachricht wurde gesendet",
"Leave space": "Space verlassen",
"<inviter/> invites you": "Du wirst von <inviter/> eingeladen",
"No results found": "Keine Ergebnisse",
@ -846,7 +757,6 @@
"You may want to try a different search or check for typos.": "Versuche es mit etwas anderem oder prüfe auf Tippfehler.",
"You don't have permission": "Du hast dazu keine Berechtigung",
"This space is not public. You will not be able to rejoin without an invite.": "Du wirst diesen privaten Space nur mit einer Einladung wieder betreten können.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Das Entfernen von Rechten kann nicht rückgängig gemacht werden. Falls sie dir niemand anderer zurückgeben kann, kannst du sie nie wieder erhalten.",
"Edit devices": "Sitzungen anzeigen",
"We couldn't create your DM.": "Wir konnten deine Direktnachricht nicht erstellen.",
"Add existing rooms": "Bestehende Räume hinzufügen",
@ -866,8 +776,6 @@
"Only do this if you have no other device to complete verification with.": "Verwende es nur, wenn du kein Gerät, mit dem du dich verifizieren kannst, bei dir hast.",
"Reset everything": "Alles zurücksetzen",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Hast du alle Wiederherstellungsmethoden vergessen? <a>Setze sie hier zurück</a>",
"View message": "Nachricht anzeigen",
"Failed to send": "Fehler beim Senden",
"View all %(count)s members": {
"other": "Alle %(count)s Mitglieder anzeigen",
"one": "Mitglied anzeigen"
@ -886,10 +794,6 @@
"other": "Räume hinzufügen … (%(progress)s von %(count)s)"
},
"You are not allowed to view this server's rooms list": "Du darfst diese Raumliste nicht sehen",
"We didn't find a microphone on your device. Please check your settings and try again.": "Es konnte kein Mikrofon gefunden werden. Überprüfe deine Einstellungen und versuche es erneut.",
"No microphone found": "Kein Mikrofon gefunden",
"We were unable to access your microphone. Please check your browser settings and try again.": "Fehler beim Zugriff auf dein Mikrofon. Überprüfe deine Browsereinstellungen und versuche es nochmal.",
"Unable to access your microphone": "Fehler beim Zugriff auf Mikrofon",
"Search names and descriptions": "Nach Name und Beschreibung filtern",
"Not all selected were added": "Nicht alle Ausgewählten konnten hinzugefügt werden",
"Add reaction": "Reaktion hinzufügen",
@ -897,18 +801,10 @@
"To leave the beta, visit your settings.": "Du kannst die Beta in den Einstellungen deaktivieren.",
"Some suggestions may be hidden for privacy.": "Einige Vorschläge könnten aus Gründen der Privatsphäre ausgeblendet sein.",
"Or send invite link": "Oder versende einen Einladungslink",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Sofern du die Berechtigung hast, öffne das Menü einer Nachricht und wähle <b>Anheften</b>, um sie hier aufzubewahren.",
"Search for rooms or people": "Räume oder Leute suchen",
"Sent": "Gesendet",
"You don't have permission to do this": "Du bist dazu nicht berechtigt",
"Pinned messages": "Angeheftete Nachrichten",
"Nothing pinned, yet": "Es ist nichts angepinnt. Noch nicht.",
"Please provide an address": "Bitte gib eine Adresse an",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Füge Adressen für diesen Space hinzu, damit andere Leute ihn über deinen Heim-Server (%(localDomain)s) finden können",
"To publish an address, it needs to be set as a local address first.": "Damit du die Adresse veröffentlichen kannst, musst du sie zuerst als lokale Adresse hinzufügen.",
"Published addresses can be used by anyone on any server to join your room.": "Veröffentlichte Adressen erlauben jedem, den Raum zu betreten.",
"Published addresses can be used by anyone on any server to join your space.": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.",
"This space has no local addresses": "Dieser Space hat keine lokale Adresse",
"Message search initialisation failed, check <a>your settings</a> for more information": "Initialisierung der Suche fehlgeschlagen, für weitere Informationen öffne <a>deine Einstellungen</a>",
"Unnamed audio": "Unbenannte Audiodatei",
"Unable to copy a link to the room to the clipboard.": "Der Link zum Raum konnte nicht kopiert werden.",
@ -931,8 +827,6 @@
"Add existing space": "Existierenden Space hinzufügen",
"Decrypting": "Entschlüsseln",
"Unknown failure: %(reason)s": "Unbekannter Fehler: %(reason)s",
"Stop recording": "Aufnahme beenden",
"Send voice message": "Sprachnachricht senden",
"Automatically invite members from this room to the new one": "Mitglieder automatisch in den neuen Raum einladen",
"Search spaces": "Spaces durchsuchen",
"Select spaces": "Spaces wählen",
@ -952,7 +846,6 @@
"You're removing all spaces. Access will default to invite only": "Du entfernst alle Spaces. Der Zutritt wird auf den Standard (Privat) zurückgesetzt",
"Decide which spaces can access this room. If a space is selected, its members can find and join <RoomName/>.": "Entscheide, welche Spaces auf den Raum zugreifen können. Mitglieder ausgewählter Spaces können <RoomName/> betreten.",
"Their device couldn't start the camera or microphone": "Mikrofon oder Kamera des Gesprächspartners konnte nicht gestartet werden",
"Role in <RoomName/>": "Rolle in <RoomName/>",
"Results": "Ergebnisse",
"Rooms and spaces": "Räume und Spaces",
"To join a space you'll need an invite.": "Um einen Space zu betreten, brauchst du eine Einladung.",
@ -967,39 +860,26 @@
},
"Skip verification for now": "Verifizierung vorläufig überspringen",
"Really reset verification keys?": "Willst du deine Verifizierungsschlüssel wirklich zurücksetzen?",
"Joined": "Beigetreten",
"View in room": "Im Raum anzeigen",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Um fortzufahren gib die Sicherheitsphrase ein oder <button>verwende deinen Sicherheitsschlüssel</button>.",
"Would you like to leave the rooms in this space?": "Willst du die Räume in diesem Space verlassen?",
"MB": "MB",
"In reply to <a>this message</a>": "Antwort auf <a>diese Nachricht</a>",
"Downloading": "Herunterladen",
"No answer": "Keine Antwort",
"Unban from %(roomName)s": "Von %(roomName)s entbannen",
"Disinvite from %(roomName)s": "Einladung für %(roomName)s zurückziehen",
"Export chat": "Unterhaltung exportieren",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Zugriff auf dein Konto wiederherstellen und in dieser Sitzung gespeicherte Verschlüsselungs-Schlüssel wiederherstellen. Ohne diese wirst du nicht all deine verschlüsselten Nachrichten lesen können.",
"Joining": "Trete bei",
"Copy link to thread": "Link zu Thread kopieren",
"Thread options": "Thread-Optionen",
"These are likely ones other room admins are a part of.": "Das sind vermutliche solche, in denen andere Raumadministratoren Mitglieder sind.",
"If you can't see who you're looking for, send them your invite link below.": "Wenn du die gesuchte Person nicht findest, sende ihr den Einladungslink zu.",
"Add a space to a space you manage.": "Einen Space zu einem Space den du verwaltest hinzufügen.",
"Ban from %(roomName)s": "Aus %(roomName)s verbannen",
"Yours, or the other users' session": "Die Sitzung von dir oder dem anderen Nutzer",
"Yours, or the other users' internet connection": "Die Internetverbindung von dir oder dem anderen Nutzer",
"The homeserver the user you're verifying is connected to": "Der Heim-Server der Person, die du verifizierst",
"Could not connect media": "Konnte Medien nicht verbinden",
"In encrypted rooms, verify all users to ensure it's secure.": "Verifiziere alle Benutzer in verschlüsselten Räumen, um die Sicherheit zu garantieren.",
"They'll still be able to access whatever you're not an admin of.": "Die Person wird weiterhin Zutritt zu Bereichen haben, in denen du nicht administrierst.",
"Reply in thread": "In Thread antworten",
"Forget": "Vergessen",
"Files": "Dateien",
"%(count)s votes": {
"one": "%(count)s Stimme",
"other": "%(count)s Stimmen"
},
"Chat": "Unterhaltung",
"Recently viewed": "Kürzlich besucht",
"Developer": "Entwickler",
"Experimental": "Experimentell",
@ -1041,26 +921,13 @@
},
"Sorry, your vote was not registered. Please try again.": "Wir konnten deine Stimme leider nicht erfassen. Versuche es bitte erneut.",
"Vote not registered": "Stimme nicht erfasst",
"Ban them from specific things I'm able to": "In ausgewählten Räumen und Spaces bannen",
"Unban them from specific things I'm able to": "In ausgewählten Räumen und Spaces entbannen",
"Ban them from everything I'm able to": "Überall wo ich die Rechte dazu habe bannen",
"Unban them from everything I'm able to": "Überall wo ich die Rechte dazu habe, entbannen",
"Messaging": "Kommunikation",
"Close this widget to view it in this panel": "Widget schließen und in diesem Panel anzeigen",
"Unpin this widget to view it in this panel": "Widget nicht mehr anheften und in diesem Panel anzeigen",
"This groups your chats with members of this space. Turning this off will hide those chats from your view of %(spaceName)s.": "Gruppiere Unterhaltungen mit Mitgliedern dieses Spaces. Diese Option zu deaktivieren, wird die Unterhaltungen aus %(spaceName)s ausblenden.",
"Including you, %(commaSeparatedMembers)s": "Mit dir, %(commaSeparatedMembers)s",
"Device verified": "Gerät verifiziert",
"Could not fetch location": "Standort konnte nicht abgerufen werden",
"You cancelled verification on your other device.": "Verifizierung am anderen Gerät abgebrochen.",
"Almost there! Is your other device showing the same shield?": "Fast geschafft! Zeigen beide Geräte das selbe Wappen an?",
"Remove from room": "Aus Raum entfernen",
"Failed to remove user": "Fehler beim entfernen des Nutzers",
"Remove from %(roomName)s": "Aus %(roomName)s entfernen",
"From a thread": "Aus einem Thread",
"Remove them from specific things I'm able to": "Person aus gewählten, mir möglichen, Bereichen entfernen",
"Remove them from everything I'm able to": "Person aus allen, mir möglichen Bereichen entfernen",
"To proceed, please accept the verification request on your other device.": "Akzeptiere die Verifizierungsanfrage am anderen Gerät, um fortzufahren.",
"Verify this device": "Dieses Gerät verifizieren",
"Unable to verify this device": "Gerät konnte nicht verifiziert werden",
"Verify other device": "Anderes Gerät verifizieren",
@ -1079,14 +946,11 @@
"Feedback sent! Thanks, we appreciate it!": "Rückmeldung gesendet! Danke, wir wissen es zu schätzen!",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s und %(space2Name)s",
"Use <arrows/> to scroll": "Benutze <arrows/> zum scrollen",
"Pinned": "Angeheftet",
"Open thread": "Thread anzeigen",
"Search Dialog": "Suchdialog",
"Join %(roomAddress)s": "%(roomAddress)s betreten",
"Results will be visible when the poll is ended": "Ergebnisse werden nach Abschluss der Umfrage sichtbar",
"Sorry, you can't edit a poll after votes have been cast.": "Du kannst Umfragen nicht bearbeiten, sobald Stimmen abgegeben wurden.",
"Can't edit poll": "Umfrage kann nicht bearbeitet werden",
"They won't be able to access whatever you're not an admin of.": "Die Person wird keinen Zutritt zu Bereichen haben, in denen du nicht administrierst.",
"Click": "Klick",
"Expand quotes": "Zitate ausklappen",
"Collapse quotes": "Zitate einklappen",
@ -1106,13 +970,6 @@
},
"%(displayName)s's live location": "Echtzeit-Standort von %(displayName)s",
"View live location": "Echtzeit-Standort anzeigen",
"Ban from room": "Bannen",
"Unban from room": "Entbannen",
"Ban from space": "Bannen",
"Unban from space": "Entbannen",
"Disinvite from room": "Einladung zurückziehen",
"Remove from space": "Aus Space entfernen",
"Disinvite from space": "Einladung zurückziehen",
"%(count)s participants": {
"one": "1 Teilnehmer",
"other": "%(count)s Teilnehmer"
@ -1176,7 +1033,6 @@
"Who will you chat to the most?": "Mit wem wirst du am meisten schreiben?",
"We're creating a room with %(names)s": "Wir erstellen einen Raum mit %(names)s",
"Messages in this chat will be end-to-end encrypted.": "Nachrichten in dieser Unterhaltung werden Ende-zu-Ende-verschlüsselt.",
"Show Labs settings": "Zeige die \"Labor\" Einstellungen",
"Online community members": "Online Community-Mitglieder",
"You don't have permission to share locations": "Dir fehlt die Berechtigung, Echtzeit-Standorte freigeben zu dürfen",
"Start a group chat": "Gruppenunterhaltung beginnen",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s oder %(recoveryFile)s",
"Video call ended": "Videoanruf beendet",
"%(name)s started a video call": "%(name)s hat einen Videoanruf begonnen",
"Room info": "Raum-Info",
"Completing set up of your new device": "Schließe Anmeldung deines neuen Gerätes ab",
"Waiting for device to sign in": "Warte auf Anmeldung des Gerätes",
"Review and approve the sign in": "Überprüfe und genehmige die Anmeldung",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Zu viele Versuche in zu kurzer Zeit. Versuche es erneut nach %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Zu viele Versuche in zu kurzer Zeit. Warte ein wenig, bevor du es erneut versuchst.",
"Thread root ID: %(threadRootId)s": "Thread-Ursprungs-ID: %(threadRootId)s",
"Error starting verification": "Verifizierungbeginn fehlgeschlagen",
"We were unable to start a chat with the other user.": "Der Unterhaltungsbeginn mit dem anderen Benutzer war uns nicht möglich.",
"<w>WARNING:</w> <description/>": "<w>WARNUNG:</w> <description/>",
"Unable to decrypt message": "Nachrichten-Entschlüsselung nicht möglich",
"This message could not be decrypted": "Diese Nachricht konnte nicht enschlüsselt werden",
" in <strong>%(room)s</strong>": " in <strong>%(room)s</strong>",
"Text": "Text",
"Create a link": "Link erstellen",
"Can't start voice message": "Kann Sprachnachricht nicht beginnen",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Du kannst keine Sprachnachricht beginnen, da du im Moment eine Echtzeitübertragung aufzeichnest. Bitte beende deine Sprachübertragung, um ein Gespräch zu beginnen.",
"Edit link": "Link bearbeiten",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Alle Nachrichten und Einladungen der Person werden verborgen. Bist du sicher, dass du sie ignorieren möchtest?",
"Ignore %(user)s": "%(user)s ignorieren",
"unknown": "unbekannt",
"Declining…": "Ablehnen …",
"There are no past polls in this room": "In diesem Raum gibt es keine abgeschlossenen Umfragen",
@ -1247,8 +1093,6 @@
"Enable '%(manageIntegrations)s' in Settings to do this.": "Aktiviere „%(manageIntegrations)s“ in den Einstellungen, um dies zu tun.",
"Waiting for partner to confirm…": "Warte auf Bestätigung des Gesprächspartners …",
"Adding…": "Füge hinzu …",
"Encrypting your message…": "Verschlüssele deine Nachricht …",
"Sending your message…": "Sende deine Nachricht …",
"Starting export process…": "Beginne Exportvorgang …",
"Loading polls": "Lade Umfragen",
"The sender has blocked you from receiving this message": "Der Absender hat dich vom Erhalt dieser Nachricht ausgeschlossen",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Der Server gab %(statusCode)s mit dem Fehlercode %(errorCode)s zurück",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Wir konnten kein Ereignis nach dem %(dateString)s finden. Versuche, einen früheren Zeitpunkt zu wählen.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Während des Versuchs, zum Datum zu springen, trat ein Netzwerkfehler auf. Möglicherweise ist dein Heim-Server nicht erreichbar oder es liegt ein temporäres Problem mit deiner Internetverbindung vor. Bitte versuche es erneut. Falls dieser Fehler weiterhin auftritt, kontaktiere bitte deine Heim-Server-Administration.",
"Poll history": "Umfrageverlauf",
"Start DM anyway": "Dennoch DM beginnen",
"Start DM anyway and never warn me again": "Dennoch DM beginnen und mich nicht mehr warnen",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Konnte keine Profile für die folgenden Matrix-IDs finden möchtest du dennoch eine Direktnachricht beginnen?",
"Search all rooms": "Alle Räume durchsuchen",
"Search this room": "Diesen Raum durchsuchen",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Sobald eingeladene Benutzer %(brand)s beigetreten sind, werdet ihr euch unterhalten können und der Raum wird Ende-zu-Ende-verschlüsselt sein",
"Waiting for users to join %(brand)s": "Warte darauf, dass Benutzer %(brand)s beitreten",
"Are you sure you wish to remove (delete) this event?": "Möchtest du dieses Ereignis wirklich entfernen (löschen)?",
@ -1414,7 +1255,12 @@
"low_priority": "Niedrige Priorität",
"historical": "Archiv",
"go_to_settings": "Gehe zu Einstellungen",
"setup_secure_messages": "Richte sichere Nachrichten ein"
"setup_secure_messages": "Richte sichere Nachrichten ein",
"unencrypted": "Unverschlüsselt",
"view_message": "Nachricht anzeigen",
"joined": "Beigetreten",
"show_more": "Mehr zeigen",
"are_you_sure": "Bist du sicher?"
},
"action": {
"continue": "Fortfahren",
@ -1751,9 +1597,17 @@
"formatting_toolbar_label": "Formatierung",
"format_italics": "Kursiv",
"format_insert_link": "Link einfügen",
"replying_title": "Antwortet"
"replying_title": "Antwortet",
"edit_composer_label": "Nachricht bearbeiten",
"send_voice_message": "Sprachnachricht senden",
"stop_voice_message": "Aufnahme beenden",
"link_modal": {
"title_edit": "Link bearbeiten",
"title_create": "Link erstellen",
"text_field_label": "Text",
"link_field_label": "Link"
}
},
"Link": "Link",
"Code": "Code",
"power_level": {
"default": "Standard",
@ -2853,7 +2707,19 @@
"one": "Von %(count)s Person gesehen",
"other": "Von %(count)s Personen gesehen"
},
"read_receipts_label": "Lesebestätigungen"
"read_receipts_label": "Lesebestätigungen",
"thread_info_basic": "Aus einem Thread",
"error_no_renderer": "Dieses Ereignis konnte nicht angezeigt werden",
"undecryptable_tooltip": "Diese Nachricht konnte nicht enschlüsselt werden",
"send_state_sending": "Sende deine Nachricht …",
"send_state_encrypting": "Verschlüssele deine Nachricht …",
"send_state_sent": "Die Nachricht wurde gesendet",
"send_state_failed": "Fehler beim Senden",
"mab": {
"label": "Nachrichtenaktionen",
"view_in_room": "Im Raum anzeigen",
"copy_link_thread": "Link zu Thread kopieren"
}
},
"slash_command": {
"spoiler": "Die gegebene Nachricht als Spoiler senden",
@ -3075,7 +2941,11 @@
"other": "%(count)s Personen beigetreten"
},
"unknown_person": "unbekannte Person",
"connecting": "Verbinden"
"connecting": "Verbinden",
"unable_to_access_audio_input_title": "Fehler beim Zugriff auf Mikrofon",
"unable_to_access_audio_input_description": "Fehler beim Zugriff auf dein Mikrofon. Überprüfe deine Browsereinstellungen und versuche es nochmal.",
"no_audio_input_title": "Kein Mikrofon gefunden",
"no_audio_input_description": "Es konnte kein Mikrofon gefunden werden. Überprüfe deine Einstellungen und versuche es erneut."
},
"Other": "Sonstiges",
"room_settings": {
@ -3200,7 +3070,32 @@
"save": "Speichern",
"leave_space": "Space verlassen",
"aliases_section": "Raumadressen",
"other_section": "Sonstiges"
"other_section": "Sonstiges",
"error_updating_canonical_alias_title": "Fehler beim Aktualisieren der Hauptadresse",
"error_updating_canonical_alias_description": "Es gab ein Problem beim Aktualisieren der Raum-Hauptadresse. Es kann sein, dass der Server dies verbietet oder ein temporäres Problem aufgetreten ist.",
"error_updating_alias_description": "Es gab einen Fehler beim Ändern des Raumalias. Entweder erlaubt es der Server nicht oder es gab ein temporäres Problem.",
"error_creating_alias_title": "Fehler beim Anlegen der Adresse",
"error_creating_alias_description": "Es gab einen Fehler beim Anlegen der Adresse. Entweder erlaubt es der Server nicht oder es gab ein temporäres Problem.",
"error_deleting_alias_description_forbidden": "Du hast nicht die Berechtigung, die Adresse zu löschen.",
"error_deleting_alias_description": "Beim Entfernen dieser Adresse ist ein Fehler aufgetreten. Vielleicht existiert sie nicht mehr oder es kam zu einem temporären Fehler.",
"error_deleting_alias_title": "Fehler beim Löschen der Adresse",
"canonical_alias_field_label": "Primäre Adresse",
"no_aliases_space": "Dieser Space hat keine lokale Adresse",
"no_aliases_room": "Dieser Raum hat keine lokale Adresse",
"local_alias_field_label": "Lokale Adresse",
"published_aliases_section": "Öffentliche Adresse",
"published_aliases_explainer_space": "Veröffentlichte Adressen erlauben jedem, den Space zu betreten.",
"published_aliases_explainer_room": "Veröffentlichte Adressen erlauben jedem, den Raum zu betreten.",
"published_aliases_description": "Damit du die Adresse veröffentlichen kannst, musst du sie zuerst als lokale Adresse hinzufügen.",
"aliases_items_label": "Andere öffentliche Adressen:",
"aliases_no_items_label": "Keine anderen öffentlichen Adressen vorhanden. Du kannst weiter unten eine hinzufügen",
"new_alias_placeholder": "Neue öffentliche Adresse (z. B. #alias:server)",
"local_aliases_section": "Lokale Adressen",
"local_aliases_explainer_space": "Füge Adressen für diesen Space hinzu, damit andere Leute ihn über deinen Heim-Server (%(localDomain)s) finden können",
"local_aliases_explainer_room": "Erstelle Adressen für diesen Raum, damit andere Benutzer den Raum auf deinem Heim-Server (%(localDomain)s) finden können",
"name_field_label": "Raumname",
"topic_field_label": "Raumthema",
"avatar_field_label": "Raumbild"
},
"advanced": {
"unfederated": "Dieser Raum ist von Personen auf anderen Matrix-Servern nicht betretbar",
@ -3305,7 +3200,13 @@
"verification_skip_warning": "Ohne dich zu verifizieren wirst du keinen Zugriff auf alle deine Nachrichten haben und könntest für andere als nicht vertrauenswürdig erscheinen.",
"verify_later": "Später verifizieren",
"verify_reset_warning_1": "Das Zurücksetzen deiner Sicherheitsschlüssel kann nicht rückgängig gemacht werden. Nach dem Zurücksetzen wirst du alte Nachrichten nicht mehr lesen können un Freunde, die dich vorher verifiziert haben werden Sicherheitswarnungen bekommen, bis du dich erneut mit ihnen verifizierst.",
"verify_reset_warning_2": "Bitte fahre nur fort, wenn du sicher bist, dass du alle anderen Geräte und deinen Sicherheitsschlüssel verloren hast."
"verify_reset_warning_2": "Bitte fahre nur fort, wenn du sicher bist, dass du alle anderen Geräte und deinen Sicherheitsschlüssel verloren hast.",
"self_verification_hint": "Akzeptiere die Verifizierungsanfrage am anderen Gerät, um fortzufahren.",
"waiting_for_user_accept": "Warte auf die Annahme von %(displayName)s …",
"accepting": "Annehmen…",
"start_button": "Verifizierung starten",
"error_starting_title": "Verifizierungbeginn fehlgeschlagen",
"error_starting_description": "Der Unterhaltungsbeginn mit dem anderen Benutzer war uns nicht möglich."
},
"old_version_detected_title": "Alte Kryptografiedaten erkannt",
"old_version_detected_description": "Es wurden Daten von einer älteren Version von %(brand)s entdeckt. Dies wird zu Fehlern in der Ende-zu-Ende-Verschlüsselung der älteren Version geführt haben. Ende-zu-Ende verschlüsselte Nachrichten, die ausgetauscht wruden, während die ältere Version genutzt wurde, werden in dieser Version nicht entschlüsselbar sein. Es kann auch zu Fehlern mit Nachrichten führen, die mit dieser Version versendet werden. Wenn du Probleme feststellst, melde dich ab und wieder an. Um die Historie zu behalten, ex- und reimportiere deine Schlüssel.",
@ -3338,6 +3239,26 @@
"description_1": "In dieser Sitzung wurde festgestellt, dass deine Sicherheitsphrase und dein Schlüssel für sichere Nachrichten entfernt wurden.",
"description_2": "Wenn du dies versehentlich getan hast, kannst du in dieser Sitzung \"sichere Nachrichten\" einrichten, die den Nachrichtenverlauf dieser Sitzung mit einer neuen Wiederherstellungsmethode erneut verschlüsseln.",
"warning": "Wenn du die Wiederherstellungsmethode nicht gelöscht hast, kann ein Angreifer versuchen, Zugang zu deinem Konto zu bekommen. Ändere dein Passwort und richte sofort eine neue Wiederherstellungsmethode in den Einstellungen ein."
},
"setup_secure_backup": {
"explainer": "Um deine Schlüssel nicht zu verlieren, musst du sie vor der Abmeldung sichern.",
"title": "Einrichten"
},
"cross_signing_user_warning": "Dieser Benutzer hat nicht alle seine Sitzungen verifiziert.",
"cross_signing_user_normal": "Du hast diesen Nutzer nicht verifiziert.",
"cross_signing_user_verified": "Du hast diesen Nutzer verifiziert. Der Nutzer hat alle seine Sitzungen verifiziert.",
"cross_signing_room_warning": "Jemand verwendet eine unbekannte Sitzung",
"cross_signing_room_normal": "Dieser Raum ist Ende-zu-Ende verschlüsselt",
"cross_signing_room_verified": "Alle in diesem Raum sind verifiziert",
"event_shield_reason_authenticity_not_guaranteed": "Die Echtheit dieser verschlüsselten Nachricht kann auf diesem Gerät nicht garantiert werden.",
"event_shield_reason_mismatched_sender_key": "Von einer nicht verifizierten Sitzung verschlüsselt",
"messages_not_secure": {
"title": "Deine Nachrichten sind nicht sicher",
"heading": "Eines der folgenden könnte kompromittiert sein:",
"cause_1": "Dein Heim-Server",
"cause_2": "Der Heim-Server der Person, die du verifizierst",
"cause_3": "Die Internetverbindung von dir oder dem anderen Nutzer",
"cause_4": "Die Sitzung von dir oder dem anderen Nutzer"
}
},
"emoji": {
@ -3694,7 +3615,10 @@
"error_loading": "Fehler beim Laden des Widgets",
"error_mixed_content": "Fehler - Uneinheitlicher Inhalt",
"unmaximise": "Maximieren rückgängig machen",
"popout": "Widget in eigenem Fenster öffnen"
"popout": "Widget in eigenem Fenster öffnen",
"unpin_to_view_right_panel": "Widget nicht mehr anheften und in diesem Panel anzeigen",
"close_to_view_right_panel": "Widget schließen und in diesem Panel anzeigen",
"set_room_layout": "Dein Raumlayout für alle setzen"
},
"feedback": {
"sent": "Rückmeldung gesendet",
@ -3788,7 +3712,9 @@
"show_all_threads": "Alle Threads anzeigen",
"empty_explainer": "Threads helfen dabei, dass deine Konversationen beim Thema und leicht nachverfolgbar bleiben.",
"empty_tip": "<b>Tipp:</b> Nutze “%(replyInThread)s” beim Schweben über eine Nachricht.",
"empty_heading": "Organisiere Diskussionen mit Threads"
"empty_heading": "Organisiere Diskussionen mit Threads",
"open_thread": "Thread anzeigen",
"unable_to_decrypt": "Nachrichten-Entschlüsselung nicht möglich"
},
"theme": {
"light_high_contrast": "Hell kontrastreich",
@ -4048,7 +3974,21 @@
"knock_cancel_action": "Anfrage abbrechen",
"join_failed_needs_invite": "Um %(roomName)s zu betrachten, benötigst du eine Einladung",
"view_failed_enable_video_rooms": "Zum Anzeigen, aktiviere bitte Videoräume in den Laboreinstellungen",
"join_failed_enable_video_rooms": "Zum Betreten, aktiviere bitte Videoräume in den Laboreinstellungen"
"join_failed_enable_video_rooms": "Zum Betreten, aktiviere bitte Videoräume in den Laboreinstellungen",
"jump_to_bottom_button": "Zur neusten Nachricht springen",
"show_labs_settings": "Zeige die \"Labor\" Einstellungen",
"upgrade_warning_bar": "Die Aktualisierung dieses Raums deaktiviert die aktuelle Instanz des Raums und erstellt einen aktualisierten Raum mit demselben Namen.",
"upgrade_warning_bar_upgraded": "Dieser Raum wurde bereits aktualisiert.",
"upgrade_warning_bar_unstable": "Dieser Raum läuft mit der Raumversion <roomVersion />, welche dieser Heim-Server als <i>instabil</i> markiert hat.",
"upgrade_warning_bar_admins": "Nur Raumadministratoren werden diese Nachricht sehen",
"search": {
"this_room": "In diesem Raum",
"all_rooms": "In allen Räumen",
"field_placeholder": "Suchen…",
"this_room_button": "Diesen Raum durchsuchen",
"all_rooms_button": "Alle Räume durchsuchen"
},
"jump_read_marker": "Zur ersten ungelesenen Nachricht springen."
},
"file_panel": {
"guest_note": "Du musst dich <a>registrieren</a>, um diese Funktionalität nutzen zu können",
@ -4273,5 +4213,87 @@
"invited_list_heading": "Eingeladen",
"filter_placeholder": "Raummitglieder filtern",
"power_label": "%(userName)s (Berechtigungslevel %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Keine Sticker-Pakete aktiviert",
"empty_add_prompt": "Jetzt hinzufügen"
},
"user_info": {
"error_revoke_3pid_invite_title": "Einladung konnte nicht zurückgezogen werden",
"error_revoke_3pid_invite_description": "Die Einladung konnte nicht zurückgezogen werden. Der Server hat möglicherweise ein vorübergehendes Problem oder du hast nicht ausreichende Berechtigungen, um die Einladung zurückzuziehen.",
"admin_tools_section": "Administrationswerkzeuge",
"revoke_invite": "Einladung zurückziehen",
"invited_by": "%(sender)s eingeladen",
"room_encrypted": "Nachrichten in diesem Raum sind Ende-zu-Ende verschlüsselt.",
"room_encrypted_detail": "Diese Nachricht ist verschlüsselt. Nur Sie und der Empfänger haben den Schlüssel, um die Nachricht zu entschlüsseln.",
"room_unencrypted": "Nachrichten in diesem Raum sind nicht Ende-zu-Ende verschlüsselt.",
"room_unencrypted_detail": "Nachrichten in verschlüsselten Räumen können nur von dir und vom Empfänger gelesen werden.",
"verify_button": "Nutzer verifizieren",
"verify_explainer": "Für zusätzliche Sicherheit, verifiziere diesen Nutzer, durch Vergleichen eines Einmal-Codes auf euren beiden Geräten.",
"hide_verified_sessions": "Verifizierte Sitzungen ausblenden",
"hide_sessions": "Sitzungen ausblenden",
"ignore_confirm_title": "%(user)s ignorieren",
"ignore_confirm_description": "Alle Nachrichten und Einladungen der Person werden verborgen. Bist du sicher, dass du sie ignorieren möchtest?",
"jump_to_rr_button": "Zur Lesebestätigung springen",
"share_button": "Link zu Benutzer teilen",
"demote_self_confirm_title": "Dein eigenes Berechtigungslevel herabsetzen?",
"demote_self_confirm_description_space": "Das Entfernen von Rechten kann nicht rückgängig gemacht werden. Falls sie dir niemand anderer zurückgeben kann, kannst du sie nie wieder erhalten.",
"demote_self_confirm_room": "Du wirst nicht in der Lage sein, die Änderung zurückzusetzen, da du dich degradierst. Wenn du der letze Nutzer mit Berechtigungen bist, wird es unmöglich sein die Privilegien zurückzubekommen.",
"demote_button": "Zurückstufen",
"disinvite_button_space": "Einladung zurückziehen",
"kick_button_space": "Aus Space entfernen",
"disinvite_button_room": "Einladung zurückziehen",
"kick_button_room": "Aus Raum entfernen",
"disinvite_button_room_name": "Einladung für %(roomName)s zurückziehen",
"kick_button_room_name": "Aus %(roomName)s entfernen",
"kick_button_space_everything": "Person aus allen, mir möglichen Bereichen entfernen",
"kick_space_specific": "Person aus gewählten, mir möglichen, Bereichen entfernen",
"kick_space_warning": "Die Person wird weiterhin Zutritt zu Bereichen haben, in denen du nicht administrierst.",
"error_kicking_user": "Fehler beim entfernen des Nutzers",
"redact_button": "Kürzlich gesendete Nachrichten entfernen",
"unban_button_space": "Entbannen",
"ban_button_space": "Bannen",
"unban_button_room": "Entbannen",
"ban_button_room": "Bannen",
"unban_room_confirm_title": "Von %(roomName)s entbannen",
"ban_room_confirm_title": "Aus %(roomName)s verbannen",
"unban_space_everything": "Überall wo ich die Rechte dazu habe, entbannen",
"ban_space_everything": "Überall wo ich die Rechte dazu habe bannen",
"unban_space_specific": "In ausgewählten Räumen und Spaces entbannen",
"ban_space_specific": "In ausgewählten Räumen und Spaces bannen",
"unban_space_warning": "Die Person wird keinen Zutritt zu Bereichen haben, in denen du nicht administrierst.",
"error_ban_user": "Verbannen des Benutzers fehlgeschlagen",
"error_mute_user": "Stummschalten des Nutzers fehlgeschlagen",
"promote_warning": "Du kannst diese Änderung nicht rückgängig machen, da der Nutzer dieselbe Berechtigungsstufe wie du selbst erhalten wird.",
"deactivate_confirm_title": "Konto deaktivieren?",
"deactivate_confirm_description": "Beim Deaktivieren wirst du abgemeldet und ein erneutes Anmelden verhindert. Zusätzlich wirst du aus allen Räumen entfernt. Diese Aktion kann nicht rückgängig gemacht werden. Bist du sicher, dass du dieses Konto deaktivieren willst?",
"deactivate_confirm_action": "Konto deaktivieren",
"error_deactivate": "Benutzer konnte nicht deaktiviert werden",
"role_label": "Rolle in <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Angeheftete Nachrichten",
"empty": "Es ist nichts angepinnt. Noch nicht.",
"explainer": "Sofern du die Berechtigung hast, öffne das Menü einer Nachricht und wähle <b>Anheften</b>, um sie hier aufzubewahren.",
"limits": {
"other": "Du kannst nur %(count)s Widgets anheften"
}
},
"video_room_chat": {
"title": "Unterhaltung"
},
"room_summary_card": {
"title": "Raum-Info"
},
"widgets_section": "Widgets",
"edit_integrations": "Widgets, Brücken und Bots bearbeiten",
"add_integrations": "Widgets, Brücken und Bots hinzufügen",
"files_button": "Dateien",
"polls_button": "Umfrageverlauf",
"pinned_messages_button": "Angeheftet",
"export_chat_button": "Unterhaltung exportieren",
"share_button": "Raum teilen",
"settings_button": "Raumeinstellungen"
}
}

View file

@ -3,7 +3,6 @@
"unknown error code": "άγνωστος κωδικός σφάλματος",
"A new password must be entered.": "Ο νέος κωδικός πρόσβασης πρέπει να εισαχθεί.",
"An error has occurred.": "Παρουσιάστηκε ένα σφάλμα.",
"Are you sure?": "Είστε σίγουροι;",
"Are you sure you want to leave the room '%(roomName)s'?": "Είστε σίγουροι ότι θέλετε να αποχωρήσετε από το δωμάτιο '%(roomName)s';",
"Are you sure you want to reject the invitation?": "Είστε σίγουροι ότι θέλετε να απορρίψετε την πρόσκληση;",
"%(items)s and %(lastItem)s": "%(items)s και %(lastItem)s",
@ -16,22 +15,18 @@
"Download %(text)s": "Λήψη %(text)s",
"Email address": "Ηλεκτρονική διεύθυνση",
"Error decrypting attachment": "Σφάλμα κατά την αποκρυπτογράφηση της επισύναψης",
"Failed to mute user": "Δεν ήταν δυνατή η σίγαση του χρήστη",
"Failed to reject invite": "Δεν ήταν δυνατή η απόρριψη της πρόσκλησης",
"Failed to reject invitation": "Δεν ήταν δυνατή η απόρριψη της πρόσκλησης",
"Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.",
"Join Room": "Είσοδος σε δωμάτιο",
"Moderator": "Συντονιστής",
"New passwords must match each other.": "Οι νέοι κωδικοί πρόσβασης πρέπει να ταιριάζουν.",
"No more results": "Δεν υπάρχουν άλλα αποτελέσματα",
"Search failed": "Η αναζήτηση απέτυχε",
"Create new room": "Δημιουργία νέου δωματίου",
"Admin Tools": "Εργαλεία διαχειριστή",
"Home": "Αρχική",
"Reject invitation": "Απόρριψη πρόσκλησης",
"Return to login screen": "Επιστροφή στην οθόνη σύνδεσης",
"Session ID": "Αναγνωριστικό συνεδρίας",
"This room has no local addresses": "Αυτό το δωμάτιο δεν έχει τοπικές διευθύνσεις",
"Warning!": "Προειδοποίηση!",
"Sun": "Κυρ",
"Mon": "Δευ",
@ -63,7 +58,6 @@
"Error decrypting image": "Σφάλμα κατά την αποκρυπτογράφηση της εικόνας",
"Error decrypting video": "Σφάλμα κατά την αποκρυπτογράφηση του βίντεο",
"Add an Integration": "Προσθήκη ενσωμάτωσης",
"Failed to ban user": "Δεν ήταν δυνατό ο αποκλεισμός του χρήστη",
"Invalid file%(extra)s": "Μη έγκυρο αρχείο %(extra)s",
"not specified": "μη καθορισμένο",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Παρακαλούμε ελέγξτε την ηλεκτρονική σας αλληλογραφία και κάντε κλικ στον σύνδεσμο που περιέχει. Μόλις γίνει αυτό, κάντε κλίκ στο κουμπί συνέχεια.",
@ -78,7 +72,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Connectivity to the server has been lost.": "Χάθηκε η συνδεσιμότητα στον διακομιστή.",
"You seem to be uploading files, are you sure you want to quit?": "Φαίνεται ότι αποστέλετε αρχεία, είστε βέβαιοι ότι θέλετε να αποχωρήσετε;",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Δεν θα μπορέσετε να αναιρέσετε αυτήν την αλλαγή καθώς προωθείτε τον χρήστη να έχει το ίδιο επίπεδο δύναμης με τον εαυτό σας.",
"Sent messages will be stored until your connection has returned.": "Τα απεσταλμένα μηνύματα θα αποθηκευτούν μέχρι να αακτηθεί η σύνδεσή σας.",
"Failed to load timeline position": "Δεν ήταν δυνατή η φόρτωση της θέσης του χρονολόγιου",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Προσπαθήσατε να φορτώσετε ένα συγκεκριμένο σημείο στο χρονολόγιο του δωματίου, αλλά δεν έχετε δικαίωμα να δείτε το εν λόγω μήνυμα.",
@ -90,18 +83,15 @@
"Today": "Σήμερα",
"Friday": "Παρασκευή",
"Changelog": "Αλλαγές",
"This Room": "Στο δωμάτιο",
"Unavailable": "Μη διαθέσιμο",
"Send": "Αποστολή",
"Tuesday": "Τρίτη",
"Unnamed room": "Ανώνυμο δωμάτιο",
"Saturday": "Σάββατο",
"Monday": "Δευτέρα",
"All Rooms": "Όλα τα δωμάτια",
"Wednesday": "Τετάρτη",
"You cannot delete this message. (%(code)s)": "Δεν μπορείτε να διαγράψετε αυτό το μήνυμα. (%(code)s)",
"Thursday": "Πέμπτη",
"Search…": "Αναζήτηση…",
"Yesterday": "Χθές",
"AM": "ΠΜ",
"PM": "ΜΜ",
@ -372,22 +362,10 @@
"other": "%(spaceName)s και άλλα %(count)s",
"one": "%(spaceName)s και %(count)s άλλο"
},
"Send voice message": "Στείλτε φωνητικό μήνυμα",
"Scroll to most recent messages": "Κύλιση στα πιο πρόσφατα μηνύματα",
"Failed to send": "Αποτυχία αποστολής",
"Your message was sent": "Το μήνυμά σας στάλθηκε",
"Edit message": "Επεξεργασία μηνύματος",
"Everyone in this room is verified": "Όλοι σε αυτό το δωμάτιο έχουν επαληθευτεί",
"This room is end-to-end encrypted": "Αυτό το δωμάτιο έχει κρυπτογράφηση από άκρο σε άκρο",
"Someone is using an unknown session": "Κάποιος χρησιμοποιεί μια άγνωστη συνεδρία",
"You have verified this user. This user has verified all of their sessions.": "Έχετε επαληθεύσει αυτόν τον χρήστη. Αυτός ο χρήστης έχει επαληθεύσει όλες τις συνεδρίες του.",
"You have not verified this user.": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.",
"This user has not verified all of their sessions.": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.",
"Backup version:": "Έκδοση αντιγράφου ασφαλείας:",
"Developer": "Προγραμματιστής",
"Experimental": "Πειραματικό",
"Themes": "Θέματα",
"Widgets": "Μικροεφαρμογές",
"Messaging": "Μηνύματα",
"Your homeserver has exceeded one of its resource limits.": "Ο κεντρικός σας διακομιστής έχει υπερβεί ένα από τα όρια πόρων του.",
"IRC display name width": "Πλάτος εμφανιζόμενου ονόματος IRC",
@ -455,7 +433,6 @@
"Ball": "Μπάλα",
"Trophy": "Τρόπαιο",
"Rocket": "Πύραυλος",
"Back up your keys before signing out to avoid losing them.": "Δημιουργήστε αντίγραφα ασφαλείας των κλειδιών σας πριν αποσυνδεθείτε για να μην τα χάσετε.",
"This backup is trusted because it has been restored on this session": "Αυτό το αντίγραφο ασφαλείας είναι αξιόπιστο επειδή έχει αποκατασταθεί σε αυτήν τη συνεδρία",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Για να αναφέρετε ένα ζήτημα ασφάλειας που σχετίζεται με το Matrix, διαβάστε την <a>Πολιτική Γνωστοποίησης Ασφαλείας</a> του Matrix.org.",
"Deactivate account": "Απενεργοποίηση λογαριασμού",
@ -473,11 +450,7 @@
"Can't edit poll": "Αδυναμία επεξεργασίας δημοσκόπησης",
"You sent a verification request": "Στείλατε ένα αίτημα επαλήθευσης",
"Recently viewed": "Προβλήθηκε πρόσφατα",
"View message": "Προβολή μηνύματος",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Η αυθεντικότητα αυτού του κρυπτογραφημένου μηνύματος δεν είναι εγγυημένη σε αυτήν τη συσκευή.",
"Encrypted by a deleted session": "Κρυπτογραφήθηκε από μια διαγραμμένη συνεδρία",
"Unencrypted": "Μη κρυπτογραφημένο",
"Message Actions": "Ενέργειες μηνυμάτων",
"Your homeserver doesn't seem to support this feature.": "Ο διακομιστής σας δε φαίνεται να υποστηρίζει αυτήν τη δυνατότητα.",
"If they don't match, the security of your communication may be compromised.": "Εάν δεν ταιριάζουν, η ασφάλεια της επικοινωνίας σας μπορεί να τεθεί σε κίνδυνο.",
"Session key": "Κλειδί συνεδρίας",
@ -509,11 +482,6 @@
"Clear cache and resync": "Εκκαθάριση προσωρινής μνήμης και επανασυγχρονισμός",
"Enter Security Phrase": "Εισαγάγετε τη Φράση Ασφαλείας",
"Moderation": "Συντονισμός",
"Encrypted by an unverified session": "Κρυπτογραφήθηκε από μια μη επαληθευμένη συνεδρία",
"Copy link to thread": "Αντιγραφή συνδέσμου στο νήμα εκτέλεσης",
"View in room": "Δείτε στο δωμάτιο",
"This event could not be displayed": "Δεν ήταν δυνατή η εμφάνιση αυτού του συμβάντος",
"From a thread": "Από ένα νήμα εκτέλεσης",
"Continuing without email": "Συνέχεια χωρίς email",
"Upgrade Room Version": "Αναβάθμιση Έκδοσης Δωματίου",
"Upgrade this room to version %(version)s": "Αναβαθμίστε αυτό το δωμάτιο στην έκδοση %(version)s",
@ -624,11 +592,8 @@
"Send Logs": "Αποστολή Αρχείων καταγραφής",
"Clear Storage and Sign Out": "Εκκαθάριση Χώρου αποθήκευσης και Αποσύνδεση",
"Sign out and remove encryption keys?": "Αποσύνδεση και κατάργηση κλειδιών κρυπτογράφησης;",
"Room Topic": "Θέμα Δωματίου",
"Room Name": "Όνομα Δωματίου",
"Failed to send logs: ": "Αποτυχία αποστολής αρχείων καταγραφής: ",
"Thank you!": "Ευχαριστώ!",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Δε θα μπορείτε να αναιρέσετε αυτήν την ενέργεια καθώς υποβιβάζετε τον εαυτό σας, εάν είστε ο τελευταίος προνομιούχος χρήστης στο δωμάτιο, θα είναι αδύνατο να ανακτήσετε τα προνόμια.",
"expand": "επέκταση",
"collapse": "σύμπτηξη",
"%(name)s wants to verify": "%(name)s θέλει να επαληθεύσει",
@ -660,43 +625,10 @@
"Encryption not enabled": "Η κρυπτογράφηση δεν ενεργοποιήθηκε",
"Ignored attempt to disable encryption": "Αγνοήθηκε προσπάθεια απενεργοποίησης κρυπτογράφησης",
"Some encryption parameters have been changed.": "Ορισμένες παράμετροι κρυπτογράφησης έχουν αλλάξει.",
"Messages in this room are not end-to-end encrypted.": "Τα μηνύματα σε αυτό το δωμάτιο δεν είναι κρυπτογραφημένα από άκρο σε άκρο.",
"Messages in this room are end-to-end encrypted.": "Τα μηνύματα σε αυτό το δωμάτιο είναι κρυπτογραφημένα από άκρο σε άκρο.",
"Accepting…": "Αποδοχή …",
"To proceed, please accept the verification request on your other device.": "Για να συνεχίσετε, αποδεχτείτε το αίτημα επαλήθευσης στην άλλη συσκευή σας.",
"Room avatar": "Εικόνα δωματίου",
"Show more": "Δείτε περισσότερα",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Ορίστε διευθύνσεις για αυτόν τον χώρο, ώστε οι χρήστες να μπορούν να τον βρίσκουν μέσω του κεντρικού σας διακομιστή (%(localDomain)s)",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Ορίστε διευθύνσεις για αυτό το δωμάτιο, ώστε οι χρήστες να μπορούν να το βρίσκουν μέσω του κεντρικού σας διακομιστή (%(localDomain)s)",
"Local Addresses": "Τοπική Διεύθυνση",
"New published address (e.g. #alias:server)": "Νέα δημοσιευμένη διεύθυνση (π.χ. #alias:server)",
"No other published addresses yet, add one below": "Δεν υπάρχουν δημοσιευμένες διευθύνσεις, προσθέστε μία παρακάτω",
"Other published addresses:": "Άλλες δημοσιευμένες διευθύνσεις:",
"To publish an address, it needs to be set as a local address first.": "Για να δημοσιεύσετε μια διεύθυνση, πρέπει πρώτα να οριστεί ως τοπική.",
"Published addresses can be used by anyone on any server to join your room.": "Οι δημοσιευμένες διευθύνσεις μπορούν να χρησιμοποιηθούν από οποιονδήποτε σε οποιονδήποτε διακομιστή για να συμμετάσχει στο δωμάτιό σας.",
"Published addresses can be used by anyone on any server to join your space.": "Οι δημοσιευμένες διευθύνσεις μπορούν να χρησιμοποιηθούν από οποιονδήποτε σε οποιονδήποτε διακομιστή για να συμμετάσχει στο χώρο σας.",
"Published Addresses": "Δημοσιευμένες Διευθύνσεις",
"Local address": "Τοπική διεύθυνση",
"This space has no local addresses": "Αυτός ο χώρος δεν έχει τοπικές διευθύνσεις",
"Main address": "Κύρια διεύθυνση",
"Error removing address": "Σφάλμα διαγραφής διεύθυνσης",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Παρουσιάστηκε σφάλμα κατά την κατάργηση αυτής της διεύθυνσης. Μπορεί να μην υπάρχει πλέον ή να παρουσιάστηκε προσωρινό σφάλμα.",
"You don't have permission to delete the address.": "Δεν έχετε άδεια να διαγράψετε τη διεύθυνση.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία αυτής της διεύθυνσης. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να έχει παρουσιαστεί προσωρινή αποτυχία.",
"Error creating address": "Σφάλμα δημιουργίας διεύθυνσης",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση των εναλλακτικών διευθύνσεων του δωματίου. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να έχει παρουσιαστεί προσωρινή αποτυχία.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση της κύριας διεύθυνσης του δωματίου. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να συνέβηκε σφάλμα.",
"Error updating main address": "Σφάλμα κατά την ενημέρωση της κύριας διεύθυνσης",
"Stop recording": "Διακοπή εγγραφής",
"We didn't find a microphone on your device. Please check your settings and try again.": "Δε βρέθηκε μικρόφωνο στη συσκευή σας. Παρακαλώ ελέγξτε τις ρυθμίσεις σας και δοκιμάστε ξανά.",
"Unable to access your microphone": "Αδυναμία πρόσβασης μικροφώνου",
"Open thread": "Άνοιγμα νήματος",
"%(count)s reply": {
"one": "%(count)s απάντηση",
"other": "%(count)s απαντήσεις"
},
"No microphone found": "Δε βρέθηκε μικρόφωνο",
"We were unable to access your microphone. Please check your browser settings and try again.": "Δεν ήταν δυνατή η πρόσβαση στο μικρόφωνο σας. Ελέγξτε τις ρυθμίσεις του προγράμματος περιήγησης σας και δοκιμάστε ξανά.",
"MB": "MB",
"End Poll": "Τερματισμός δημοσκόπησης",
"Server did not require any authentication": "Ο διακομιστής δεν απαίτησε κάποιο έλεγχο ταυτότητας",
@ -775,69 +707,15 @@
"Verify by scanning": "Επαλήθευση με σάρωση",
"Edit devices": "Επεξεργασία συσκευών",
"This client does not support end-to-end encryption.": "Αυτό το πρόγραμμα-πελάτης δεν υποστηρίζει κρυπτογράφηση από άκρο σε άκρο.",
"Role in <RoomName/>": "Ρόλος στο <RoomName/>",
"Failed to deactivate user": "Η απενεργοποίηση χρήστη απέτυχε",
"Deactivate user": "Απενεργοποίηση χρήστη",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Η απενεργοποίηση αυτού του χρήστη θα τον αποσυνδεθεί και θα αποτραπεί η επανασύνδεσή του. Επιπλέον, θα αποχωρήσει από όλα τα δωμάτια στα οποία συμμετέχει. Αυτή η ενέργεια δεν μπορεί να αντιστραφεί. Είστε βέβαιοι ότι θέλετε να απενεργοποιήσετε αυτόν τον χρήστη;",
"Deactivate user?": "Απενεργοποίηση χρήστη;",
"Remove recent messages": "Κατάργηση πρόσφατων μηνυμάτων",
"Remove from room": "Αφαίρεση από το δωμάτιο",
"Failed to remove user": "Αποτυχία κατάργησης χρήστη",
"Remove from %(roomName)s": "Κατάργηση από %(roomName)s",
"Disinvite from %(roomName)s": "Κατάργηση πρόσκλησης από %(roomName)s",
"Demote": "Υποβιβασμός",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Δε θα μπορείτε να αναιρέσετε αυτήν την ενέργεια καθώς υποβιβάζετε τον εαυτό σας, εάν είστε ο τελευταίος προνομιούχος χρήστης στο δωμάτιο, θα είναι αδύνατο να ανακτήσετε τα προνόμια.",
"Share Link to User": "Κοινή χρήση Συνδέσμου με Χρήστη",
"Jump to read receipt": "Μετάβαση στο αποδεικτικό ανάγνωσης",
"Hide sessions": "Απόκρυψη συνεδριών",
"%(count)s sessions": {
"one": "%(count)s συνεδρία",
"other": "%(count)s συνεδρίες"
},
"Hide verified sessions": "Απόκρυψη επαληθευμένων συνεδριών",
"%(count)s verified sessions": {
"one": "1 επαληθευμένη συνεδρία",
"other": "%(count)s επαληθευμένες συνεδρίες"
},
"Room settings": "Ρυθμίσεις δωματίου",
"Share room": "Κοινή χρήση δωματίου",
"Export chat": "Εξαγωγή συνομιλίας",
"Pinned": "Καρφιτσωμένο",
"Files": "Αρχεία",
"Not encrypted": "Μη κρυπτογραφημένο",
"Add widgets, bridges & bots": "Προσθήκη μικροεφαρμογών, γεφυρών & bots",
"Edit widgets, bridges & bots": "Επεξεργασία μικροεφαρμογών, γεφυρών & bots",
"Set my room layout for everyone": "Ορίστε τη διάταξη του δωματίου μου για όλους",
"Close this widget to view it in this panel": "Κλείστε αυτήν τη μικροεφαρμογή για να την προβάλετε σε αυτόν τον πίνακα",
"Unpin this widget to view it in this panel": "Ξεκαρφιτσώστε αυτήν τη μικροεφαρμογή για να την προβάλετε σε αυτόν τον πίνακα",
"You can only pin up to %(count)s widgets": {
"other": "Μπορείτε να καρφιτσώσετε μόνο έως %(count)s μικρεοεφαρμογές"
},
"Chat": "Συνομιλία",
"Pinned messages": "Καρφιτσωμένα μηνύματα",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Εάν έχετε δικαιώματα, ανοίξτε το μενού σε οποιοδήποτε μήνυμα και επιλέξτε <b>Καρφίτσωμα</b> για να τα κολλήσετε εδώ.",
"Nothing pinned, yet": "Δεν έχει καρφιτσωθεί κάτι ακόμα",
"Yours, or the other users' session": "Η δική σας ή η συνεδρία άλλων χρηστών",
"Yours, or the other users' internet connection": "Η δική σας ή η σύνδεση στο διαδίκτυο των άλλων χρηστών",
"The homeserver the user you're verifying is connected to": "Ο κεντρικός διακομιστής στον οποίο είναι συνδεδεμένος ο χρήστης που επαληθεύετε",
"Your homeserver": "Ο κεντρικός σας διακομιστής",
"One of the following may be compromised:": "Ένα από τα παρακάτω μπορεί να τεθεί σε κίνδυνο:",
"Your messages are not secure": "Τα μηνύματά σας δεν είναι ασφαλή",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Για επιπλέον ασφάλεια, επαληθεύστε αυτόν τον χρήστη ελέγχοντας έναν κωδικό μίας χρήσης και στις δύο συσκευές σας.",
"Verify User": "Επαλήθευση Χρήστη",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Σε κρυπτογραφημένα δωμάτια, τα μηνύματά σας είναι ασφαλή και μόνο εσείς και ο παραλήπτης έχετε τα μοναδικά κλειδιά για να τα ξεκλειδώσετε.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Τα μηνύματά σας είναι ασφαλή και μόνο εσείς και ο παραλήπτης έχετε τα μοναδικά κλειδιά για να τα ξεκλειδώσετε.",
"Start Verification": "Έναρξη επαλήθευσης",
"Waiting for %(displayName)s to accept…": "Αναμονή αποδοχής από %(displayName)s…",
"Invited by %(sender)s": "Προσκεκλημένος από %(sender)s",
"Revoke invite": "Ανάκληση πρόσκλησης",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Δεν ήταν δυνατή η ανάκληση της πρόσκλησης. Ο διακομιστής μπορεί να αντιμετωπίζει ένα προσωρινό πρόβλημα ή δεν έχετε επαρκή δικαιώματα για να ανακαλέσετε την πρόσκληση.",
"Failed to revoke invite": "Αποτυχία ανάκλησης πρόσκλησης",
"You don't currently have any stickerpacks enabled": "Προς το παρόν δεν έχετε ενεργοποιημένο κάποιο πακέτο αυτοκόλλητων",
"Add some now": "Προσθέστε μερικά τώρα",
"Only room administrators will see this warning": "Μόνο οι διαχειριστές δωματίων θα βλέπουν αυτήν την προειδοποίηση",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Αυτό το δωμάτιο τρέχει την έκδοση <roomVersion />, την οποία ο κεντρικός διακομιστής έχει επισημάνει ως <i>ασταθής</i>.",
"This room has already been upgraded.": "Αυτό το δωμάτιο έχει ήδη αναβαθμιστεί.",
"Sending": "Αποστολή",
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.": "Μπορείτε να χρησιμοποιήσετε τις προσαρμοσμένες επιλογές διακομιστή για να συνδεθείτε σε άλλους διακομιστές Matrix, καθορίζοντας μια διαφορετική διεύθυνση URL του κεντρικού διακομιστή. Αυτό σας επιτρέπει να χρησιμοποιείτε το %(brand)s με έναν υπάρχοντα λογαριασμό Matrix σε διαφορετικό τοπικό διακομιστή.",
"Message preview": "Προεπισκόπηση μηνύματος",
@ -917,18 +795,6 @@
"%(brand)s could not send your location. Please try again later.": "Το %(brand)s δεν μπόρεσε να στείλει την τοποθεσία σας. Παρακαλώ δοκιμάστε ξανά αργότερα.",
"We couldn't send your location": "Αδυναμία αποστολής της τοποθεσίας σας",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Έχετε αγνοήσει αυτόν τον χρήστη, επομένως τα μηνύματα του είναι κρυφά. <a>Εμφάνιση ούτως ή άλλως.</a>",
"They won't be able to access whatever you're not an admin of.": "Δε θα μπορούν να έχουν πρόσβαση σε λειτουργίες δεν είστε διαχειριστής.",
"Ban them from specific things I'm able to": "Αποκλεισμός από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"Unban them from specific things I'm able to": "Ακύρωση αποκλεισμού από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"Ban them from everything I'm able to": "Αποκλεισμός από οτιδήποτε έχω δικαίωμα",
"Unban them from everything I'm able to": "Ακύρωση αποκλεισμού από οτιδήποτε έχω δικαίωμα",
"Ban from %(roomName)s": "Αποκλεισμός από %(roomName)s",
"Unban from %(roomName)s": "Ακύρωση αποκλεισμού από %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Θα εξακολουθούν να έχουν πρόσβαση σε οτιδήποτε λειτουργίες δεν είστε διαχειριστής.",
"Remove them from specific things I'm able to": "Αφαιρέστε τους από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"Remove them from everything I'm able to": "Αφαιρέστε τους από οτιδήποτε έχω δικαίωμα",
"Demote yourself?": "Υποβιβάστε τον εαυτό σας;",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Η αναβάθμιση αυτού του δωματίου θα τερματίσει το δωμάτιο και θα δημιουργήσει ένα αναβαθμισμένο δωμάτιο με το ίδιο όνομα.",
"Spanner": "Γερμανικό κλειδί",
"Your password has been reset.": "Ο κωδικός πρόσβασής σας επαναφέρθηκε.",
"Skip verification for now": "Παράβλεψη επαλήθευσης προς το παρόν",
@ -1070,8 +936,6 @@
"a new cross-signing key signature": "μια νέα υπογραφή κλειδιού διασταυρούμενης υπογραφής",
"a new master key signature": "μια νέα υπογραφή κύριου κλειδιού",
"We couldn't create your DM.": "Δεν μπορέσαμε να δημιουργήσουμε το DM σας.",
"Set up": "Εγκατάσταση",
"Joined": "Συνδέθηκε",
"Joining": "Συνδέετε",
"Avatar": "Avatar",
"Forget": "Ξεχάστε",
@ -1133,16 +997,10 @@
"You will no longer be able to log in": "Δεν θα μπορείτε πλέον να συνδεθείτε",
"Confirm that you would like to deactivate your account. If you proceed:": "Επιβεβαιώστε ότι θέλετε να απενεργοποιήσετε τον λογαριασμό σας. Εάν προχωρήσετε:",
"Add new server…": "Προσθήκη νέου διακομιστή…",
"Ban from space": "Αποκλεισμός από τον χώρο",
"Unban from space": "Αναίρεση αποκλεισμού από τον χώρο",
"Disinvite from room": "Ακύρωση πρόσκλησης από το δωμάτιο",
"Remove from space": "Αφαίρεση από τον χώρο",
"Disinvite from space": "Ακύρωση πρόσκλησης από τον χώρο",
"%(count)s participants": {
"one": "1 συμμετέχων",
"other": "%(count)s συμμετέχοντες"
},
"Show Labs settings": "Εμφάνιση ρυθμίσεων Labs",
"common": {
"about": "Σχετικά με",
"analytics": "Αναλυτικά δεδομένα",
@ -1245,7 +1103,12 @@
"low_priority": "Χαμηλής προτεραιότητας",
"historical": "Ιστορικό",
"go_to_settings": "Μετάβαση στις Ρυθμίσεις",
"setup_secure_messages": "Ρύθμιση ασφαλών μηνυμάτων"
"setup_secure_messages": "Ρύθμιση ασφαλών μηνυμάτων",
"unencrypted": "Μη κρυπτογραφημένο",
"view_message": "Προβολή μηνύματος",
"joined": "Συνδέθηκε",
"show_more": "Δείτε περισσότερα",
"are_you_sure": "Είστε σίγουροι;"
},
"action": {
"continue": "Συνέχεια",
@ -1514,7 +1377,10 @@
"poll_button": "Ψηφοφορία",
"format_italics": "Πλάγια",
"format_insert_link": "Εισαγωγή συνδέσμου",
"replying_title": "Απαντώντας"
"replying_title": "Απαντώντας",
"edit_composer_label": "Επεξεργασία μηνύματος",
"send_voice_message": "Στείλτε φωνητικό μήνυμα",
"stop_voice_message": "Διακοπή εγγραφής"
},
"Code": "Κωδικός",
"power_level": {
@ -2350,6 +2216,15 @@
"read_receipt_title": {
"one": "Αναγνώστηκε από %(count)s άτομο",
"other": "Αναγνώστηκε από %(count)s άτομα"
},
"thread_info_basic": "Από ένα νήμα εκτέλεσης",
"error_no_renderer": "Δεν ήταν δυνατή η εμφάνιση αυτού του συμβάντος",
"send_state_sent": "Το μήνυμά σας στάλθηκε",
"send_state_failed": "Αποτυχία αποστολής",
"mab": {
"label": "Ενέργειες μηνυμάτων",
"view_in_room": "Δείτε στο δωμάτιο",
"copy_link_thread": "Αντιγραφή συνδέσμου στο νήμα εκτέλεσης"
}
},
"slash_command": {
@ -2538,7 +2413,11 @@
"screenshare_window": "Παράθυρο εφαρμογής",
"screenshare_title": "Κοινή χρήση περιεχομένου",
"unknown_person": "άγνωστο άτομο",
"connecting": "Συνδέεται"
"connecting": "Συνδέεται",
"unable_to_access_audio_input_title": "Αδυναμία πρόσβασης μικροφώνου",
"unable_to_access_audio_input_description": "Δεν ήταν δυνατή η πρόσβαση στο μικρόφωνο σας. Ελέγξτε τις ρυθμίσεις του προγράμματος περιήγησης σας και δοκιμάστε ξανά.",
"no_audio_input_title": "Δε βρέθηκε μικρόφωνο",
"no_audio_input_description": "Δε βρέθηκε μικρόφωνο στη συσκευή σας. Παρακαλώ ελέγξτε τις ρυθμίσεις σας και δοκιμάστε ξανά."
},
"Other": "Άλλα",
"room_settings": {
@ -2653,7 +2532,32 @@
"save": "Αποθήκευση Αλλαγών",
"leave_space": "Αποχώρηση από τον Χώρο",
"aliases_section": "Διευθύνσεις δωματίων",
"other_section": "Άλλα"
"other_section": "Άλλα",
"error_updating_canonical_alias_title": "Σφάλμα κατά την ενημέρωση της κύριας διεύθυνσης",
"error_updating_canonical_alias_description": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση της κύριας διεύθυνσης του δωματίου. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να συνέβηκε σφάλμα.",
"error_updating_alias_description": "Παρουσιάστηκε σφάλμα κατά την ενημέρωση των εναλλακτικών διευθύνσεων του δωματίου. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να έχει παρουσιαστεί προσωρινή αποτυχία.",
"error_creating_alias_title": "Σφάλμα δημιουργίας διεύθυνσης",
"error_creating_alias_description": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία αυτής της διεύθυνσης. Ενδέχεται να μην επιτρέπεται από τον διακομιστή ή να έχει παρουσιαστεί προσωρινή αποτυχία.",
"error_deleting_alias_description_forbidden": "Δεν έχετε άδεια να διαγράψετε τη διεύθυνση.",
"error_deleting_alias_description": "Παρουσιάστηκε σφάλμα κατά την κατάργηση αυτής της διεύθυνσης. Μπορεί να μην υπάρχει πλέον ή να παρουσιάστηκε προσωρινό σφάλμα.",
"error_deleting_alias_title": "Σφάλμα διαγραφής διεύθυνσης",
"canonical_alias_field_label": "Κύρια διεύθυνση",
"no_aliases_space": "Αυτός ο χώρος δεν έχει τοπικές διευθύνσεις",
"no_aliases_room": "Αυτό το δωμάτιο δεν έχει τοπικές διευθύνσεις",
"local_alias_field_label": "Τοπική διεύθυνση",
"published_aliases_section": "Δημοσιευμένες Διευθύνσεις",
"published_aliases_explainer_space": "Οι δημοσιευμένες διευθύνσεις μπορούν να χρησιμοποιηθούν από οποιονδήποτε σε οποιονδήποτε διακομιστή για να συμμετάσχει στο χώρο σας.",
"published_aliases_explainer_room": "Οι δημοσιευμένες διευθύνσεις μπορούν να χρησιμοποιηθούν από οποιονδήποτε σε οποιονδήποτε διακομιστή για να συμμετάσχει στο δωμάτιό σας.",
"published_aliases_description": "Για να δημοσιεύσετε μια διεύθυνση, πρέπει πρώτα να οριστεί ως τοπική.",
"aliases_items_label": "Άλλες δημοσιευμένες διευθύνσεις:",
"aliases_no_items_label": "Δεν υπάρχουν δημοσιευμένες διευθύνσεις, προσθέστε μία παρακάτω",
"new_alias_placeholder": "Νέα δημοσιευμένη διεύθυνση (π.χ. #alias:server)",
"local_aliases_section": "Τοπική Διεύθυνση",
"local_aliases_explainer_space": "Ορίστε διευθύνσεις για αυτόν τον χώρο, ώστε οι χρήστες να μπορούν να τον βρίσκουν μέσω του κεντρικού σας διακομιστή (%(localDomain)s)",
"local_aliases_explainer_room": "Ορίστε διευθύνσεις για αυτό το δωμάτιο, ώστε οι χρήστες να μπορούν να το βρίσκουν μέσω του κεντρικού σας διακομιστή (%(localDomain)s)",
"name_field_label": "Όνομα Δωματίου",
"topic_field_label": "Θέμα Δωματίου",
"avatar_field_label": "Εικόνα δωματίου"
},
"advanced": {
"unfederated": "Αυτό το δωμάτιο δεν είναι προσβάσιμο από απομακρυσμένους διακομιστές Matrix",
@ -2738,7 +2642,11 @@
"verification_success_without_backup": "Η νέα σας συσκευή έχει πλέον επαληθευτεί. Οι άλλοι χρήστες θα τη δουν ως αξιόπιστη.",
"verification_skip_warning": "Χωρίς επαλήθευση, δε θα έχετε πρόσβαση σε όλα τα μηνύματά σας και ενδέχεται να φαίνεστε ως αναξιόπιστος στους άλλους.",
"verify_later": "Θα επαληθεύσω αργότερα",
"verify_reset_warning_1": "Δεν είναι δυνατή η αναίρεση της επαναφοράς των κλειδιών επαλήθευσης. Μετά την επαναφορά, δε θα έχετε πρόσβαση σε παλιά κρυπτογραφημένα μηνύματα και όλοι οι φίλοι που σας έχουν προηγουμένως επαληθεύσει θα βλέπουν προειδοποιήσεις ασφαλείας μέχρι να επαληθεύσετε ξανά μαζί τους."
"verify_reset_warning_1": "Δεν είναι δυνατή η αναίρεση της επαναφοράς των κλειδιών επαλήθευσης. Μετά την επαναφορά, δε θα έχετε πρόσβαση σε παλιά κρυπτογραφημένα μηνύματα και όλοι οι φίλοι που σας έχουν προηγουμένως επαληθεύσει θα βλέπουν προειδοποιήσεις ασφαλείας μέχρι να επαληθεύσετε ξανά μαζί τους.",
"self_verification_hint": "Για να συνεχίσετε, αποδεχτείτε το αίτημα επαλήθευσης στην άλλη συσκευή σας.",
"waiting_for_user_accept": "Αναμονή αποδοχής από %(displayName)s…",
"accepting": "Αποδοχή …",
"start_button": "Έναρξη επαλήθευσης"
},
"old_version_detected_title": "Εντοπίστηκαν παλιά δεδομένα κρυπτογράφησης",
"old_version_detected_description": "Έχουν εντοπιστεί δεδομένα από μια παλαιότερη έκδοση του %(brand)s. Αυτό θα έχει προκαλέσει δυσλειτουργία της κρυπτογράφησης από άκρο σε άκρο στην παλαιότερη έκδοση. Τα κρυπτογραφημένα μηνύματα από άκρο σε άκρο που ανταλλάχθηκαν πρόσφατα κατά τη χρήση της παλαιότερης έκδοσης ενδέχεται να μην μπορούν να αποκρυπτογραφηθούν σε αυτήν την έκδοση. Αυτό μπορεί επίσης να προκαλέσει την αποτυχία των μηνυμάτων που ανταλλάσσονται με αυτήν την έκδοση. Εάν αντιμετωπίζετε προβλήματα, αποσυνδεθείτε και συνδεθείτε ξανά. Για να διατηρήσετε το ιστορικό μηνυμάτων, εξάγετε και εισαγάγετε ξανά τα κλειδιά σας.",
@ -2771,6 +2679,26 @@
"description_1": "Αυτή η συνεδρία εντόπισε ότι η φράση ασφαλείας σας και το κλειδί για τα ασφαλή μηνύματα σας έχουν αφαιρεθεί.",
"description_2": "Εάν το κάνατε κατά λάθος, μπορείτε να ρυθμίσετε τα Ασφαλή Μηνύματα σε αυτήν τη συνεδρία, τα οποία θα κρυπτογραφούν εκ νέου το ιστορικό μηνυμάτων αυτής της συνεδρίας με μια νέα μέθοδο ανάκτησης.",
"warning": "Εάν δεν καταργήσατε τη μέθοδο ανάκτησης, ένας εισβολέας μπορεί να προσπαθεί να αποκτήσει πρόσβαση στον λογαριασμό σας. Αλλάξτε τον κωδικό πρόσβασης του λογαριασμού σας και ορίστε μια νέα μέθοδο ανάκτησης αμέσως στις Ρυθμίσεις."
},
"setup_secure_backup": {
"explainer": "Δημιουργήστε αντίγραφα ασφαλείας των κλειδιών σας πριν αποσυνδεθείτε για να μην τα χάσετε.",
"title": "Εγκατάσταση"
},
"cross_signing_user_warning": "Αυτός ο χρήστης δεν έχει επαληθεύσει όλες τις συνεδρίες του.",
"cross_signing_user_normal": "Δεν έχετε επαληθεύσει αυτόν τον χρήστη.",
"cross_signing_user_verified": "Έχετε επαληθεύσει αυτόν τον χρήστη. Αυτός ο χρήστης έχει επαληθεύσει όλες τις συνεδρίες του.",
"cross_signing_room_warning": "Κάποιος χρησιμοποιεί μια άγνωστη συνεδρία",
"cross_signing_room_normal": "Αυτό το δωμάτιο έχει κρυπτογράφηση από άκρο σε άκρο",
"cross_signing_room_verified": "Όλοι σε αυτό το δωμάτιο έχουν επαληθευτεί",
"event_shield_reason_authenticity_not_guaranteed": "Η αυθεντικότητα αυτού του κρυπτογραφημένου μηνύματος δεν είναι εγγυημένη σε αυτήν τη συσκευή.",
"event_shield_reason_mismatched_sender_key": "Κρυπτογραφήθηκε από μια μη επαληθευμένη συνεδρία",
"messages_not_secure": {
"title": "Τα μηνύματά σας δεν είναι ασφαλή",
"heading": "Ένα από τα παρακάτω μπορεί να τεθεί σε κίνδυνο:",
"cause_1": "Ο κεντρικός σας διακομιστής",
"cause_2": "Ο κεντρικός διακομιστής στον οποίο είναι συνδεδεμένος ο χρήστης που επαληθεύετε",
"cause_3": "Η δική σας ή η σύνδεση στο διαδίκτυο των άλλων χρηστών",
"cause_4": "Η δική σας ή η συνεδρία άλλων χρηστών"
}
},
"emoji": {
@ -3095,7 +3023,10 @@
"cookie_warning": "Αυτή η μικροεφαρμογή μπορεί να χρησιμοποιεί cookies.",
"error_loading": "Σφάλμα φόρτωσης Μικροεφαρμογής",
"error_mixed_content": "Σφάλμα - Μικτό περιεχόμενο",
"popout": "Αναδυόμενη μικροεφαρμογή"
"popout": "Αναδυόμενη μικροεφαρμογή",
"unpin_to_view_right_panel": "Ξεκαρφιτσώστε αυτήν τη μικροεφαρμογή για να την προβάλετε σε αυτόν τον πίνακα",
"close_to_view_right_panel": "Κλείστε αυτήν τη μικροεφαρμογή για να την προβάλετε σε αυτόν τον πίνακα",
"set_room_layout": "Ορίστε τη διάταξη του δωματίου μου για όλους"
},
"feedback": {
"sent": "Τα σχόλια στάλθηκαν",
@ -3158,7 +3089,8 @@
"empty_has_threads_tip": "Απαντήστε σε ένα νήμα εκτέλεσης που βρίσκεται σε εξέλιξη ή χρησιμοποιήστε το \"%(replyInThread)s\" όταν τοποθετείτε το δείκτη του ποντικιού πάνω από ένα μήνυμα για να ξεκινήσετε ένα νέο.",
"show_all_threads": "Εμφάνιση όλων των νημάτων",
"empty_explainer": "Τα νήματα σας βοηθούν να οργανώνετε και να παρακολουθείτε καλύτερα τις συνομιλίες σας.",
"empty_heading": "Διατηρήστε τις συζητήσεις οργανωμένες με νήματα"
"empty_heading": "Διατηρήστε τις συζητήσεις οργανωμένες με νήματα",
"open_thread": "Άνοιγμα νήματος"
},
"theme": {
"light_high_contrast": "Ελαφριά υψηλή αντίθεση",
@ -3374,7 +3306,19 @@
"inaccessible_subtitle_2": "Το %(errcode)s επιστράφηκε κατά την προσπάθεια πρόσβασης στο δωμάτιο ή στο χώρο. Εάν πιστεύετε ότι βλέπετε αυτό το μήνυμα κατά λάθος, <issueLink>υποβάλετε μια αναφορά σφάλματος</issueLink>.",
"join_failed_needs_invite": "Για να δείτε το %(roomName)s, χρειάζεστε μια πρόσκληση",
"view_failed_enable_video_rooms": "Για προβολή, ενεργοποιήστε πρώτα τις αίθουσες βίντεο στο Labs",
"join_failed_enable_video_rooms": "Για να συμμετέχετε, ενεργοποιήστε πρώτα τις αίθουσες βίντεο στο Labs"
"join_failed_enable_video_rooms": "Για να συμμετέχετε, ενεργοποιήστε πρώτα τις αίθουσες βίντεο στο Labs",
"jump_to_bottom_button": "Κύλιση στα πιο πρόσφατα μηνύματα",
"show_labs_settings": "Εμφάνιση ρυθμίσεων Labs",
"upgrade_warning_bar": "Η αναβάθμιση αυτού του δωματίου θα τερματίσει το δωμάτιο και θα δημιουργήσει ένα αναβαθμισμένο δωμάτιο με το ίδιο όνομα.",
"upgrade_warning_bar_upgraded": "Αυτό το δωμάτιο έχει ήδη αναβαθμιστεί.",
"upgrade_warning_bar_unstable": "Αυτό το δωμάτιο τρέχει την έκδοση <roomVersion />, την οποία ο κεντρικός διακομιστής έχει επισημάνει ως <i>ασταθής</i>.",
"upgrade_warning_bar_admins": "Μόνο οι διαχειριστές δωματίων θα βλέπουν αυτήν την προειδοποίηση",
"search": {
"this_room": "Στο δωμάτιο",
"all_rooms": "Όλα τα δωμάτια",
"field_placeholder": "Αναζήτηση…"
},
"jump_read_marker": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα."
},
"file_panel": {
"guest_note": "Πρέπει να <a>εγγραφείτε</a> για να χρησιμοποιήσετε αυτή την λειτουργία",
@ -3563,5 +3507,79 @@
"invited_list_heading": "Προσκλήθηκε",
"filter_placeholder": "Φιλτράρισμα μελών",
"power_label": "%(userName)s (δύναμη %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Προς το παρόν δεν έχετε ενεργοποιημένο κάποιο πακέτο αυτοκόλλητων",
"empty_add_prompt": "Προσθέστε μερικά τώρα"
},
"user_info": {
"error_revoke_3pid_invite_title": "Αποτυχία ανάκλησης πρόσκλησης",
"error_revoke_3pid_invite_description": "Δεν ήταν δυνατή η ανάκληση της πρόσκλησης. Ο διακομιστής μπορεί να αντιμετωπίζει ένα προσωρινό πρόβλημα ή δεν έχετε επαρκή δικαιώματα για να ανακαλέσετε την πρόσκληση.",
"admin_tools_section": "Εργαλεία διαχειριστή",
"revoke_invite": "Ανάκληση πρόσκλησης",
"invited_by": "Προσκεκλημένος από %(sender)s",
"room_encrypted": "Τα μηνύματα σε αυτό το δωμάτιο είναι κρυπτογραφημένα από άκρο σε άκρο.",
"room_encrypted_detail": "Τα μηνύματά σας είναι ασφαλή και μόνο εσείς και ο παραλήπτης έχετε τα μοναδικά κλειδιά για να τα ξεκλειδώσετε.",
"room_unencrypted": "Τα μηνύματα σε αυτό το δωμάτιο δεν είναι κρυπτογραφημένα από άκρο σε άκρο.",
"room_unencrypted_detail": "Σε κρυπτογραφημένα δωμάτια, τα μηνύματά σας είναι ασφαλή και μόνο εσείς και ο παραλήπτης έχετε τα μοναδικά κλειδιά για να τα ξεκλειδώσετε.",
"verify_button": "Επαλήθευση Χρήστη",
"verify_explainer": "Για επιπλέον ασφάλεια, επαληθεύστε αυτόν τον χρήστη ελέγχοντας έναν κωδικό μίας χρήσης και στις δύο συσκευές σας.",
"hide_verified_sessions": "Απόκρυψη επαληθευμένων συνεδριών",
"hide_sessions": "Απόκρυψη συνεδριών",
"jump_to_rr_button": "Μετάβαση στο αποδεικτικό ανάγνωσης",
"share_button": "Κοινή χρήση Συνδέσμου με Χρήστη",
"demote_self_confirm_title": "Υποβιβάστε τον εαυτό σας;",
"demote_self_confirm_description_space": "Δε θα μπορείτε να αναιρέσετε αυτήν την ενέργεια καθώς υποβιβάζετε τον εαυτό σας, εάν είστε ο τελευταίος προνομιούχος χρήστης στο δωμάτιο, θα είναι αδύνατο να ανακτήσετε τα προνόμια.",
"demote_self_confirm_room": "Δε θα μπορείτε να αναιρέσετε αυτήν την ενέργεια καθώς υποβιβάζετε τον εαυτό σας, εάν είστε ο τελευταίος προνομιούχος χρήστης στο δωμάτιο, θα είναι αδύνατο να ανακτήσετε τα προνόμια.",
"demote_button": "Υποβιβασμός",
"disinvite_button_space": "Ακύρωση πρόσκλησης από τον χώρο",
"kick_button_space": "Αφαίρεση από τον χώρο",
"disinvite_button_room": "Ακύρωση πρόσκλησης από το δωμάτιο",
"kick_button_room": "Αφαίρεση από το δωμάτιο",
"disinvite_button_room_name": "Κατάργηση πρόσκλησης από %(roomName)s",
"kick_button_room_name": "Κατάργηση από %(roomName)s",
"kick_button_space_everything": "Αφαιρέστε τους από οτιδήποτε έχω δικαίωμα",
"kick_space_specific": "Αφαιρέστε τους από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"kick_space_warning": "Θα εξακολουθούν να έχουν πρόσβαση σε οτιδήποτε λειτουργίες δεν είστε διαχειριστής.",
"error_kicking_user": "Αποτυχία κατάργησης χρήστη",
"redact_button": "Κατάργηση πρόσφατων μηνυμάτων",
"unban_button_space": "Αναίρεση αποκλεισμού από τον χώρο",
"ban_button_space": "Αποκλεισμός από τον χώρο",
"unban_room_confirm_title": "Ακύρωση αποκλεισμού από %(roomName)s",
"ban_room_confirm_title": "Αποκλεισμός από %(roomName)s",
"unban_space_everything": "Ακύρωση αποκλεισμού από οτιδήποτε έχω δικαίωμα",
"ban_space_everything": "Αποκλεισμός από οτιδήποτε έχω δικαίωμα",
"unban_space_specific": "Ακύρωση αποκλεισμού από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"ban_space_specific": "Αποκλεισμός από συγκεκριμένες λειτουργίες που έχω δικαίωμα",
"unban_space_warning": "Δε θα μπορούν να έχουν πρόσβαση σε λειτουργίες δεν είστε διαχειριστής.",
"error_ban_user": "Δεν ήταν δυνατό ο αποκλεισμός του χρήστη",
"error_mute_user": "Δεν ήταν δυνατή η σίγαση του χρήστη",
"promote_warning": "Δεν θα μπορέσετε να αναιρέσετε αυτήν την αλλαγή καθώς προωθείτε τον χρήστη να έχει το ίδιο επίπεδο δύναμης με τον εαυτό σας.",
"deactivate_confirm_title": "Απενεργοποίηση χρήστη;",
"deactivate_confirm_description": "Η απενεργοποίηση αυτού του χρήστη θα τον αποσυνδεθεί και θα αποτραπεί η επανασύνδεσή του. Επιπλέον, θα αποχωρήσει από όλα τα δωμάτια στα οποία συμμετέχει. Αυτή η ενέργεια δεν μπορεί να αντιστραφεί. Είστε βέβαιοι ότι θέλετε να απενεργοποιήσετε αυτόν τον χρήστη;",
"deactivate_confirm_action": "Απενεργοποίηση χρήστη",
"error_deactivate": "Η απενεργοποίηση χρήστη απέτυχε",
"role_label": "Ρόλος στο <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Καρφιτσωμένα μηνύματα",
"empty": "Δεν έχει καρφιτσωθεί κάτι ακόμα",
"explainer": "Εάν έχετε δικαιώματα, ανοίξτε το μενού σε οποιοδήποτε μήνυμα και επιλέξτε <b>Καρφίτσωμα</b> για να τα κολλήσετε εδώ.",
"limits": {
"other": "Μπορείτε να καρφιτσώσετε μόνο έως %(count)s μικρεοεφαρμογές"
}
},
"video_room_chat": {
"title": "Συνομιλία"
},
"widgets_section": "Μικροεφαρμογές",
"edit_integrations": "Επεξεργασία μικροεφαρμογών, γεφυρών & bots",
"add_integrations": "Προσθήκη μικροεφαρμογών, γεφυρών & bots",
"files_button": "Αρχεία",
"pinned_messages_button": "Καρφιτσωμένο",
"export_chat_button": "Εξαγωγή συνομιλίας",
"share_button": "Κοινή χρήση δωματίου",
"settings_button": "Ρυθμίσεις δωματίου"
}
}

View file

@ -795,7 +795,9 @@
"deselect_all": "Deselect all",
"select_all": "Select all",
"emoji": "Emoji",
"unencrypted": "Not encrypted",
"sticker": "Sticker",
"view_message": "View message",
"public_room": "Public room",
"video_room": "Video room",
"public_space": "Public space",
@ -807,13 +809,16 @@
"historical": "Historical",
"loading": "Loading…",
"appearance": "Appearance",
"joined": "Joined",
"stickerpack": "Stickerpack",
"show_more": "Show more",
"about": "About",
"trusted": "Trusted",
"not_trusted": "Not trusted",
"message": "Message",
"unmute": "Unmute",
"mute": "Mute",
"are_you_sure": "Are you sure?",
"security": "Security",
"verification_cancelled": "Verification cancelled",
"encryption_enabled": "Encryption enabled",
@ -1007,6 +1012,10 @@
"maximise": "Fill screen",
"expand": "Return to call",
"on_hold": "%(name)s on hold",
"unable_to_access_audio_input_title": "Unable to access your microphone",
"unable_to_access_audio_input_description": "We were unable to access your microphone. Please check your browser settings and try again.",
"no_audio_input_title": "No microphone found",
"no_audio_input_description": "We didn't find a microphone on your device. Please check your settings and try again.",
"screenshare_monitor": "Share entire screen",
"screenshare_window": "Application window",
"screenshare_title": "Share content"
@ -1129,6 +1138,9 @@
"no_name": "Unknown App",
"error_hangup_title": "Connection lost",
"error_hangup_description": "You were disconnected from the call. (Error: %(message)s)",
"unpin_to_view_right_panel": "Unpin this widget to view it in this panel",
"close_to_view_right_panel": "Close this widget to view it in this panel",
"set_room_layout": "Set my room layout for everyone",
"shared_data_name": "Your display name",
"shared_data_avatar": "Your profile picture URL",
"shared_data_mxid": "Your user ID",
@ -1205,6 +1217,12 @@
"request_toast_detail": "%(deviceId)s from %(ip)s",
"request_toast_decline_counter": "Ignore (%(counter)s)",
"request_toast_accept": "Verify Session",
"self_verification_hint": "To proceed, please accept the verification request on your other device.",
"waiting_for_user_accept": "Waiting for %(displayName)s to accept…",
"accepting": "Accepting…",
"start_button": "Start Verification",
"error_starting_title": "Error starting verification",
"error_starting_description": "We were unable to start a chat with the other user.",
"no_support_qr_emoji": "The device you are trying to verify doesn't support scanning a QR code or emoji verification, which is what %(brand)s supports. Try with a different client.",
"qr_prompt": "Scan this unique code",
"sas_prompt": "Compare unique emoji",
@ -1235,6 +1253,29 @@
"cross_signing_untrusted": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.",
"cross_signing_not_ready": "Cross-signing is not set up.",
"not_supported": "<not supported>",
"setup_secure_backup": {
"explainer": "Back up your keys before signing out to avoid losing them.",
"title": "Set up"
},
"cross_signing_user_warning": "This user has not verified all of their sessions.",
"cross_signing_user_normal": "You have not verified this user.",
"cross_signing_user_verified": "You have verified this user. This user has verified all of their sessions.",
"cross_signing_room_warning": "Someone is using an unknown session",
"cross_signing_room_normal": "This room is end-to-end encrypted",
"cross_signing_room_verified": "Everyone in this room is verified",
"event_shield_reason_unverified_identity": "Encrypted by an unverified user.",
"event_shield_reason_unsigned_device": "Encrypted by a device not verified by its owner.",
"event_shield_reason_unknown_device": "Encrypted by an unknown or deleted device.",
"event_shield_reason_authenticity_not_guaranteed": "The authenticity of this encrypted message can't be guaranteed on this device.",
"event_shield_reason_mismatched_sender_key": "Encrypted by an unverified session",
"messages_not_secure": {
"title": "Your messages are not secure",
"heading": "One of the following may be compromised:",
"cause_1": "Your homeserver",
"cause_2": "The homeserver the user you're verifying is connected to",
"cause_3": "Yours, or the other users' internet connection",
"cause_4": "Yours, or the other users' session"
},
"old_version_detected_title": "Old cryptography data detected",
"old_version_detected_description": "Data from an older version of %(brand)s has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.",
"verification_requested_toast_title": "Verification requested",
@ -1498,6 +1539,13 @@
"m.call.hangup": {
"dm": "Call ended"
},
"thread_info_basic": "From a thread",
"error_no_renderer": "This event could not be displayed",
"undecryptable_tooltip": "This message could not be decrypted",
"send_state_sending": "Sending your message…",
"send_state_encrypting": "Encrypting your message…",
"send_state_sent": "Your message was sent",
"send_state_failed": "Failed to send",
"no_permission_messages_before_invite": "You don't have permission to view messages from before you were invited.",
"no_permission_messages_before_join": "You don't have permission to view messages from before you joined.",
"encrypted_historical_messages_unavailable": "Encrypted messages before this point are unavailable.",
@ -1514,6 +1562,11 @@
"one": "Seen by %(count)s person"
},
"read_receipts_label": "Read receipts",
"mab": {
"label": "Message Actions",
"view_in_room": "View in room",
"copy_link_thread": "Copy link to thread"
},
"reactions": {
"label": "%(reactors)s reacted with %(content)s",
"tooltip": "<reactors/><reactedWith>reacted with %(shortName)s</reactedWith>"
@ -1784,6 +1837,7 @@
"error_join_title": "Failed to join",
"error_join_403": "You need an invite to access this room.",
"error_cancel_knock_title": "Failed to cancel",
"jump_to_bottom_button": "Scroll to most recent messages",
"header": {
"video_call_button_jitsi": "Video call (Jitsi)",
"video_call_button_ec": "Video call (%(brand)s)",
@ -1887,6 +1941,19 @@
"join_failed_needs_invite": "To view %(roomName)s, you need an invite",
"view_failed_enable_video_rooms": "To view, please enable video rooms in Labs first",
"join_failed_enable_video_rooms": "To join, please enable video rooms in Labs first",
"show_labs_settings": "Show Labs settings",
"upgrade_warning_bar": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",
"upgrade_warning_bar_upgraded": "This room has already been upgraded.",
"upgrade_warning_bar_unstable": "This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.",
"upgrade_warning_bar_admins": "Only room administrators will see this warning",
"search": {
"this_room": "This Room",
"all_rooms": "All Rooms",
"field_placeholder": "Search…",
"this_room_button": "Search this room",
"all_rooms_button": "Search all rooms"
},
"jump_read_marker": "Jump to first unread message.",
"edit_topic": "Edit topic",
"read_topic": "Click to read topic",
"drop_file_prompt": "Drop file here to upload",
@ -2253,6 +2320,31 @@
"leave_space": "Leave Space",
"aliases_section": "Room Addresses",
"other_section": "Other",
"error_updating_canonical_alias_title": "Error updating main address",
"error_updating_canonical_alias_description": "There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.",
"error_updating_alias_description": "There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.",
"error_creating_alias_title": "Error creating address",
"error_creating_alias_description": "There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.",
"error_deleting_alias_description_forbidden": "You don't have permission to delete the address.",
"error_deleting_alias_description": "There was an error removing that address. It may no longer exist or a temporary error occurred.",
"error_deleting_alias_title": "Error removing address",
"canonical_alias_field_label": "Main address",
"no_aliases_space": "This space has no local addresses",
"no_aliases_room": "This room has no local addresses",
"local_alias_field_label": "Local address",
"published_aliases_section": "Published Addresses",
"published_aliases_explainer_space": "Published addresses can be used by anyone on any server to join your space.",
"published_aliases_explainer_room": "Published addresses can be used by anyone on any server to join your room.",
"published_aliases_description": "To publish an address, it needs to be set as a local address first.",
"aliases_items_label": "Other published addresses:",
"aliases_no_items_label": "No other published addresses yet, add one below",
"new_alias_placeholder": "New published address (e.g. #alias:server)",
"local_aliases_section": "Local Addresses",
"local_aliases_explainer_space": "Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)",
"local_aliases_explainer_room": "Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)",
"name_field_label": "Room Name",
"topic_field_label": "Room Topic",
"avatar_field_label": "Room avatar",
"publish_toggle": "Publish this room to the public in %(domain)s's room directory?",
"user_url_previews_default_on": "You have <a>enabled</a> URL previews by default.",
"user_url_previews_default_off": "You have <a>disabled</a> URL previews by default.",
@ -2657,8 +2749,6 @@
"manage_title": "Manage integrations",
"explainer": "Integration managers receive configuration data, and can modify widgets, send room invites, and set power levels on your behalf."
},
"Back up your keys before signing out to avoid losing them.": "Back up your keys before signing out to avoid losing them.",
"Set up": "Set up",
"identity_server": {
"url_not_https": "Identity server URL must be HTTPS",
"error_invalid": "Not a valid identity server (status code %(code)s)",
@ -2707,47 +2797,8 @@
"twemoji_colr": "The <colr>twemoji-colr</colr> font is © <author>Mozilla Foundation</author> used under the terms of <terms>Apache 2.0</terms>.",
"twemoji": "The <twemoji>Twemoji</twemoji> emoji art is © <author>Twitter, Inc and other contributors</author> used under the terms of <terms>CC-BY 4.0</terms>."
},
"This user has not verified all of their sessions.": "This user has not verified all of their sessions.",
"You have not verified this user.": "You have not verified this user.",
"You have verified this user. This user has verified all of their sessions.": "You have verified this user. This user has verified all of their sessions.",
"Someone is using an unknown session": "Someone is using an unknown session",
"This room is end-to-end encrypted": "This room is end-to-end encrypted",
"Everyone in this room is verified": "Everyone in this room is verified",
"Edit message": "Edit message",
"From a thread": "From a thread",
"Encrypted by an unverified user.": "Encrypted by an unverified user.",
"Encrypted by a device not verified by its owner.": "Encrypted by a device not verified by its owner.",
"Encrypted by an unknown or deleted device.": "Encrypted by an unknown or deleted device.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "The authenticity of this encrypted message can't be guaranteed on this device.",
"Encrypted by an unverified session": "Encrypted by an unverified session",
"This event could not be displayed": "This event could not be displayed",
" in <strong>%(room)s</strong>": " in <strong>%(room)s</strong>",
"Unencrypted": "Unencrypted",
"This message could not be decrypted": "This message could not be decrypted",
"Sending your message…": "Sending your message…",
"Encrypting your message…": "Encrypting your message…",
"Your message was sent": "Your message was sent",
"Failed to send": "Failed to send",
"Scroll to most recent messages": "Scroll to most recent messages",
"(~%(count)s results)": {
"other": "(~%(count)s results)",
"one": "(~%(count)s result)"
},
"%(count)s participants": {
"other": "%(count)s participants",
"one": "1 participant"
},
"and %(count)s others...": {
"other": "and %(count)s others...",
"one": "and one other..."
},
"member_list": {
"invite_button_no_perms_tooltip": "You do not have permission to invite users",
"invited_list_heading": "Invited",
"filter_placeholder": "Filter room members",
"power_label": "%(userName)s (power %(powerLevelNumber)s)"
},
"composer": {
"edit_composer_label": "Edit message",
"send_button_title": "Send message",
"placeholder_thread_encrypted": "Reply to encrypted thread…",
"placeholder_thread": "Reply to thread…",
@ -2773,6 +2824,8 @@
"format_code_block": "Code block",
"format_insert_link": "Insert link",
"replying_title": "Replying",
"send_voice_message": "Send voice message",
"stop_voice_message": "Stop recording",
"format_italic": "Italic",
"format_underline": "Underline",
"format_unordered_list": "Bulleted list",
@ -2781,6 +2834,12 @@
"format_decrease_indent": "Indent decrease",
"format_inline_code": "Code",
"format_link": "Link",
"link_modal": {
"title_edit": "Edit link",
"title_create": "Create a link",
"text_field_label": "Text",
"link_field_label": "Link"
},
"autocomplete": {
"command_description": "Commands",
"command_a11y": "Command Autocomplete",
@ -2794,7 +2853,25 @@
"user_a11y": "User Autocomplete"
}
},
"View message": "View message",
" in <strong>%(room)s</strong>": " in <strong>%(room)s</strong>",
"(~%(count)s results)": {
"other": "(~%(count)s results)",
"one": "(~%(count)s result)"
},
"%(count)s participants": {
"other": "%(count)s participants",
"one": "1 participant"
},
"and %(count)s others...": {
"other": "and %(count)s others...",
"one": "and one other..."
},
"member_list": {
"invite_button_no_perms_tooltip": "You do not have permission to invite users",
"invited_list_heading": "Invited",
"filter_placeholder": "Filter room members",
"power_label": "%(userName)s (power %(powerLevelNumber)s)"
},
"presence": {
"busy": "Busy",
"online_for": "Online for %(duration)s",
@ -2858,162 +2935,116 @@
},
"unknown error code": "unknown error code",
"<inviter/> invites you": "<inviter/> invites you",
"Show Labs settings": "Show Labs settings",
"Joined": "Joined",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.",
"This room has already been upgraded.": "This room has already been upgraded.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.",
"Only room administrators will see this warning": "Only room administrators will see this warning",
"This Room": "This Room",
"All Rooms": "All Rooms",
"Search…": "Search…",
"Search this room": "Search this room",
"Search all rooms": "Search all rooms",
"Failed to connect to integration manager": "Failed to connect to integration manager",
"You don't currently have any stickerpacks enabled": "You don't currently have any stickerpacks enabled",
"Add some now": "Add some now",
"Failed to revoke invite": "Failed to revoke invite",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.",
"Admin Tools": "Admin Tools",
"Revoke invite": "Revoke invite",
"Invited by %(sender)s": "Invited by %(sender)s",
"stickers": {
"empty": "You don't currently have any stickerpacks enabled",
"empty_add_prompt": "Add some now"
},
"user_info": {
"error_revoke_3pid_invite_title": "Failed to revoke invite",
"error_revoke_3pid_invite_description": "Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.",
"admin_tools_section": "Admin Tools",
"revoke_invite": "Revoke invite",
"invited_by": "Invited by %(sender)s",
"room_encrypted": "Messages in this room are end-to-end encrypted.",
"room_encrypted_detail": "Your messages are secured and only you and the recipient have the unique keys to unlock them.",
"room_unencrypted": "Messages in this room are not end-to-end encrypted.",
"room_unencrypted_detail": "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.",
"verify_button": "Verify User",
"verify_explainer": "For extra security, verify this user by checking a one-time code on both of your devices.",
"hide_verified_sessions": "Hide verified sessions",
"hide_sessions": "Hide sessions",
"ignore_confirm_title": "Ignore %(user)s",
"ignore_confirm_description": "All messages and invites from this user will be hidden. Are you sure you want to ignore them?",
"jump_to_rr_button": "Jump to read receipt",
"share_button": "Share Link to User",
"demote_self_confirm_title": "Demote yourself?",
"demote_self_confirm_description_space": "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.",
"demote_self_confirm_room": "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.",
"demote_button": "Demote",
"disinvite_button_space": "Disinvite from space",
"kick_button_space": "Remove from space",
"disinvite_button_room": "Disinvite from room",
"kick_button_room": "Remove from room",
"disinvite_button_room_name": "Disinvite from %(roomName)s",
"kick_button_room_name": "Remove from %(roomName)s",
"kick_button_space_everything": "Remove them from everything I'm able to",
"kick_space_specific": "Remove them from specific things I'm able to",
"kick_space_warning": "They'll still be able to access whatever you're not an admin of.",
"error_kicking_user": "Failed to remove user",
"redact_button": "Remove recent messages",
"unban_button_space": "Unban from space",
"ban_button_space": "Ban from space",
"unban_button_room": "Unban from room",
"ban_button_room": "Ban from room",
"unban_room_confirm_title": "Unban from %(roomName)s",
"ban_room_confirm_title": "Ban from %(roomName)s",
"unban_space_everything": "Unban them from everything I'm able to",
"ban_space_everything": "Ban them from everything I'm able to",
"unban_space_specific": "Unban them from specific things I'm able to",
"ban_space_specific": "Ban them from specific things I'm able to",
"unban_space_warning": "They won't be able to access whatever you're not an admin of.",
"error_ban_user": "Failed to ban user",
"error_mute_user": "Failed to mute user",
"promote_warning": "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.",
"deactivate_confirm_title": "Deactivate user?",
"deactivate_confirm_description": "Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?",
"deactivate_confirm_action": "Deactivate user",
"error_deactivate": "Failed to deactivate user",
"role_label": "Role in <RoomName/>"
},
"%(count)s reply": {
"other": "%(count)s replies",
"one": "%(count)s reply"
},
"Open thread": "Open thread",
"Unable to decrypt message": "Unable to decrypt message",
"Jump to first unread message.": "Jump to first unread message.",
"Unable to access your microphone": "Unable to access your microphone",
"We were unable to access your microphone. Please check your browser settings and try again.": "We were unable to access your microphone. Please check your browser settings and try again.",
"No microphone found": "No microphone found",
"We didn't find a microphone on your device. Please check your settings and try again.": "We didn't find a microphone on your device. Please check your settings and try again.",
"Send voice message": "Send voice message",
"Stop recording": "Stop recording",
"Edit link": "Edit link",
"Create a link": "Create a link",
"Text": "Text",
"Link": "Link",
"Message Actions": "Message Actions",
"View in room": "View in room",
"Copy link to thread": "Copy link to thread",
"Error updating main address": "Error updating main address",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.",
"Error creating address": "Error creating address",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.",
"You don't have permission to delete the address.": "You don't have permission to delete the address.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "There was an error removing that address. It may no longer exist or a temporary error occurred.",
"Error removing address": "Error removing address",
"Main address": "Main address",
"not specified": "not specified",
"This space has no local addresses": "This space has no local addresses",
"This room has no local addresses": "This room has no local addresses",
"Local address": "Local address",
"Published Addresses": "Published Addresses",
"Published addresses can be used by anyone on any server to join your space.": "Published addresses can be used by anyone on any server to join your space.",
"Published addresses can be used by anyone on any server to join your room.": "Published addresses can be used by anyone on any server to join your room.",
"To publish an address, it needs to be set as a local address first.": "To publish an address, it needs to be set as a local address first.",
"Other published addresses:": "Other published addresses:",
"No other published addresses yet, add one below": "No other published addresses yet, add one below",
"New published address (e.g. #alias:server)": "New published address (e.g. #alias:server)",
"Local Addresses": "Local Addresses",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)",
"Show more": "Show more",
"Room Name": "Room Name",
"Room Topic": "Room Topic",
"Room avatar": "Room avatar",
"To proceed, please accept the verification request on your other device.": "To proceed, please accept the verification request on your other device.",
"Waiting for %(displayName)s to accept…": "Waiting for %(displayName)s to accept…",
"Accepting…": "Accepting…",
"Start Verification": "Start Verification",
"Messages in this room are end-to-end encrypted.": "Messages in this room are end-to-end encrypted.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Your messages are secured and only you and the recipient have the unique keys to unlock them.",
"Messages in this room are not end-to-end encrypted.": "Messages in this room are not end-to-end encrypted.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.",
"Verify User": "Verify User",
"For extra security, verify this user by checking a one-time code on both of your devices.": "For extra security, verify this user by checking a one-time code on both of your devices.",
"Your messages are not secure": "Your messages are not secure",
"One of the following may be compromised:": "One of the following may be compromised:",
"Your homeserver": "Your homeserver",
"The homeserver the user you're verifying is connected to": "The homeserver the user you're verifying is connected to",
"Yours, or the other users' internet connection": "Yours, or the other users' internet connection",
"Yours, or the other users' session": "Yours, or the other users' session",
"Error starting verification": "Error starting verification",
"We were unable to start a chat with the other user.": "We were unable to start a chat with the other user.",
"Pinned messages": "Pinned messages",
"Chat": "Chat",
"Room info": "Room info",
"Nothing pinned, yet": "Nothing pinned, yet",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.",
"You can only pin up to %(count)s widgets": {
"other": "You can only pin up to %(count)s widgets"
"threads": {
"open_thread": "Open thread",
"unable_to_decrypt": "Unable to decrypt message",
"all_threads": "All threads",
"all_threads_description": "Shows all threads from current room",
"my_threads": "My threads",
"my_threads_description": "Shows all threads you've participated in",
"show_thread_filter": "Show:",
"empty_has_threads_tip": "Reply to an ongoing thread or use “%(replyInThread)s” when hovering over a message to start a new one.",
"show_all_threads": "Show all threads",
"empty_explainer": "Threads help keep your conversations on-topic and easy to track.",
"empty_tip": "<b>Tip:</b> Use “%(replyInThread)s” when hovering over a message.",
"empty_heading": "Keep discussions organised with threads"
},
"not specified": "not specified",
"right_panel": {
"pinned_messages": {
"title": "Pinned messages",
"empty": "Nothing pinned, yet",
"explainer": "If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.",
"limits": {
"other": "You can only pin up to %(count)s widgets"
}
},
"video_room_chat": {
"title": "Chat"
},
"room_summary_card": {
"title": "Room info"
},
"widgets_section": "Widgets",
"edit_integrations": "Edit widgets, bridges & bots",
"add_integrations": "Add widgets, bridges & bots",
"search_button": "Search",
"files_button": "Files",
"polls_button": "Poll history",
"pinned_messages_button": "Pinned",
"export_chat_button": "Export chat",
"share_button": "Share room",
"settings_button": "Room settings"
},
"Unpin this widget to view it in this panel": "Unpin this widget to view it in this panel",
"Close this widget to view it in this panel": "Close this widget to view it in this panel",
"Set my room layout for everyone": "Set my room layout for everyone",
"Widgets": "Widgets",
"Edit widgets, bridges & bots": "Edit widgets, bridges & bots",
"Add widgets, bridges & bots": "Add widgets, bridges & bots",
"Not encrypted": "Not encrypted",
"Search": "Search",
"Files": "Files",
"Poll history": "Poll history",
"Pinned": "Pinned",
"Export chat": "Export chat",
"Share room": "Share room",
"Room settings": "Room settings",
"%(count)s verified sessions": {
"other": "%(count)s verified sessions",
"one": "1 verified session"
},
"Hide verified sessions": "Hide verified sessions",
"%(count)s sessions": {
"other": "%(count)s sessions",
"one": "%(count)s session"
},
"Hide sessions": "Hide sessions",
"Ignore %(user)s": "Ignore %(user)s",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "All messages and invites from this user will be hidden. Are you sure you want to ignore them?",
"Jump to read receipt": "Jump to read receipt",
"Share Link to User": "Share Link to User",
"Demote yourself?": "Demote yourself?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.",
"Demote": "Demote",
"Disinvite from space": "Disinvite from space",
"Remove from space": "Remove from space",
"Disinvite from room": "Disinvite from room",
"Remove from room": "Remove from room",
"Disinvite from %(roomName)s": "Disinvite from %(roomName)s",
"Remove from %(roomName)s": "Remove from %(roomName)s",
"Remove them from everything I'm able to": "Remove them from everything I'm able to",
"Remove them from specific things I'm able to": "Remove them from specific things I'm able to",
"They'll still be able to access whatever you're not an admin of.": "They'll still be able to access whatever you're not an admin of.",
"Failed to remove user": "Failed to remove user",
"Remove recent messages": "Remove recent messages",
"Unban from space": "Unban from space",
"Ban from space": "Ban from space",
"Unban from room": "Unban from room",
"Ban from room": "Ban from room",
"Unban from %(roomName)s": "Unban from %(roomName)s",
"Ban from %(roomName)s": "Ban from %(roomName)s",
"Unban them from everything I'm able to": "Unban them from everything I'm able to",
"Ban them from everything I'm able to": "Ban them from everything I'm able to",
"Unban them from specific things I'm able to": "Unban them from specific things I'm able to",
"Ban them from specific things I'm able to": "Ban them from specific things I'm able to",
"They won't be able to access whatever you're not an admin of.": "They won't be able to access whatever you're not an admin of.",
"Failed to ban user": "Failed to ban user",
"Failed to mute user": "Failed to mute user",
"Warning!": "Warning!",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.",
"Are you sure?": "Are you sure?",
"Deactivate user?": "Deactivate user?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?",
"Deactivate user": "Deactivate user",
"Failed to deactivate user": "Failed to deactivate user",
"Role in <RoomName/>": "Role in <RoomName/>",
"This client does not support end-to-end encryption.": "This client does not support end-to-end encryption.",
"Edit devices": "Edit devices",
"Verify by scanning": "Verify by scanning",
@ -3846,18 +3877,6 @@
"Results": "Results",
"Rooms and spaces": "Rooms and spaces",
"Search names and descriptions": "Search names and descriptions",
"threads": {
"all_threads": "All threads",
"all_threads_description": "Shows all threads from current room",
"my_threads": "My threads",
"my_threads_description": "Shows all threads you've participated in",
"show_thread_filter": "Show:",
"empty_has_threads_tip": "Reply to an ongoing thread or use “%(replyInThread)s” when hovering over a message to start a new one.",
"show_all_threads": "Show all threads",
"empty_explainer": "Threads help keep your conversations on-topic and easy to track.",
"empty_tip": "<b>Tip:</b> Use “%(replyInThread)s” when hovering over a message.",
"empty_heading": "Keep discussions organised with threads"
},
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Tried to load a specific point in this room's timeline, but was unable to find it.",
"Failed to load timeline position": "Failed to load timeline position",

View file

@ -8,7 +8,6 @@
},
"A new password must be entered.": "A new password must be entered.",
"An error has occurred.": "An error has occurred.",
"Are you sure?": "Are you sure?",
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "Are you sure you want to reject the invitation?",
"Custom level": "Custom level",
@ -16,15 +15,12 @@
"Download %(text)s": "Download %(text)s",
"Email address": "Email address",
"Error decrypting attachment": "Error decrypting attachment",
"Failed to ban user": "Failed to ban user",
"Failed to forget room %(errCode)s": "Failed to forget room %(errCode)s",
"Failed to load timeline position": "Failed to load timeline position",
"Failed to mute user": "Failed to mute user",
"Failed to reject invite": "Failed to reject invite",
"Failed to reject invitation": "Failed to reject invitation",
"Invalid file%(extra)s": "Invalid file%(extra)s",
"Join Room": "Join Room",
"Jump to first unread message.": "Jump to first unread message.",
"Moderator": "Moderator",
"New passwords must match each other.": "New passwords must match each other.",
"not specified": "not specified",
@ -35,7 +31,6 @@
"Search failed": "Search failed",
"Server may be unavailable, overloaded, or search timed out :(": "Server may be unavailable, overloaded, or search timed out :(",
"Session ID": "Session ID",
"This room has no local addresses": "This room has no local addresses",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Tried to load a specific point in this room's timeline, but was unable to find it.",
"unknown error code": "unknown error code",
@ -43,7 +38,6 @@
"Warning!": "Warning!",
"You seem to be in a call, are you sure you want to quit?": "You seem to be in a call, are you sure you want to quit?",
"You seem to be uploading files, are you sure you want to quit?": "You seem to be uploading files, are you sure you want to quit?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.",
"Sun": "Sun",
"Mon": "Mon",
"Tue": "Tue",
@ -75,7 +69,6 @@
"Error decrypting video": "Error decrypting video",
"Add an Integration": "Add an Integration",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?",
"Admin Tools": "Admin Tools",
"Create new room": "Create new room",
"Home": "Home",
"Uploading %(filename)s": "Uploading %(filename)s",
@ -92,14 +85,11 @@
"Today": "Today",
"Friday": "Friday",
"Changelog": "Changelog",
"This Room": "This Room",
"Unavailable": "Unavailable",
"Tuesday": "Tuesday",
"Search…": "Search…",
"Unnamed room": "Unnamed room",
"Saturday": "Saturday",
"Monday": "Monday",
"All Rooms": "All Rooms",
"Wednesday": "Wednesday",
"Send": "Send",
"You cannot delete this message. (%(code)s)": "You cannot delete this message. (%(code)s)",
@ -141,7 +131,8 @@
"authentication": "Authentication",
"rooms": "Rooms",
"low_priority": "Low priority",
"historical": "Historical"
"historical": "Historical",
"are_you_sure": "Are you sure?"
},
"action": {
"continue": "Continue",
@ -496,7 +487,13 @@
"forget_room_button": "Forget room"
},
"not_found_title_name": "%(roomName)s does not exist.",
"inaccessible_name": "%(roomName)s is not accessible at this time."
"inaccessible_name": "%(roomName)s is not accessible at this time.",
"search": {
"this_room": "This Room",
"all_rooms": "All Rooms",
"field_placeholder": "Search…"
},
"jump_read_marker": "Jump to first unread message."
},
"file_panel": {
"guest_note": "You must <a>register</a> to use this functionality",
@ -526,7 +523,8 @@
"user_url_previews_default_on": "You have <a>enabled</a> URL previews by default.",
"user_url_previews_default_off": "You have <a>disabled</a> URL previews by default.",
"url_previews_section": "URL Previews",
"other_section": "Other"
"other_section": "Other",
"no_aliases_room": "This room has no local addresses"
},
"advanced": {
"unfederated": "This room is not accessible by remote Matrix servers"
@ -600,5 +598,11 @@
"invited_list_heading": "Invited",
"filter_placeholder": "Filter room members",
"power_label": "%(userName)s (power %(powerLevelNumber)s)"
},
"user_info": {
"admin_tools_section": "Admin Tools",
"error_ban_user": "Failed to ban user",
"error_mute_user": "Failed to mute user",
"promote_warning": "You will not be able to undo this change as you are promoting the user to have the same power level as yourself."
}
}

View file

@ -27,13 +27,7 @@
"Restricted": "Limigita",
"Moderator": "Ĉambrestro",
"Send": "Sendi",
"Failed to ban user": "Malsukcesis forbari uzanton",
"Failed to mute user": "Malsukcesis silentigi uzanton",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Tiun ĉi ŝanĝon vi ne povos malfari, ĉar vi donas al la uzanto la saman povnivelon, kiun havas vi mem.",
"Are you sure?": "Ĉu vi certas?",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Vi estas direktota al ekstera retejo por aŭtentikigi vian konton por uzo kun %(integrationsUrl)s. Ĉu vi volas daŭrigi tion?",
"Jump to read receipt": "Salti al legokonfirmo",
"Admin Tools": "Estriloj",
"and %(count)s others...": {
"other": "kaj %(count)s aliaj…",
"one": "kaj unu alia…"
@ -50,9 +44,7 @@
"Join Room": "Aliĝi al ĉambro",
"unknown error code": "nekonata kodo de eraro",
"Failed to forget room %(errCode)s": "Malsukcesis forgesi ĉambron %(errCode)s",
"Jump to first unread message.": "Salti al unua nelegita mesaĝo.",
"not specified": "nespecifita",
"This room has no local addresses": "Ĉi tiu ĉambro ne havas lokajn adresojn",
"Error decrypting attachment": "Malĉifro de aldonaĵo eraris",
"Decrypt %(text)s": "Malĉifri %(text)s",
"Download %(text)s": "Elŝuti %(text)s",
@ -107,16 +99,13 @@
"Today": "Hodiaŭ",
"Friday": "Vendredo",
"Changelog": "Protokolo de ŝanĝoj",
"This Room": "Ĉi tiu ĉambro",
"Unavailable": "Nedisponebla",
"Filter results": "Filtri rezultojn",
"Tuesday": "Mardo",
"Search…": "Serĉi…",
"Saturday": "Sabato",
"Monday": "Lundo",
"Wednesday": "Merkredo",
"You cannot delete this message. (%(code)s)": "Vi ne povas forigi tiun ĉi mesaĝon. (%(code)s)",
"All Rooms": "Ĉiuj ĉambroj",
"Thursday": "Ĵaŭdo",
"Yesterday": "Hieraŭ",
"Thank you!": "Dankon!",
@ -183,12 +172,6 @@
"Anchor": "Ankro",
"Headphones": "Kapaŭdilo",
"Folder": "Dosierujo",
"Share Link to User": "Kunhavigi ligilon al uzanto",
"Share room": "Kunhavigi ĉambron",
"Main address": "Ĉefa adreso",
"Room avatar": "Profilbildo de ĉambro",
"Room Name": "Nomo de ĉambro",
"Room Topic": "Temo de ĉambro",
"Invite anyway": "Tamen inviti",
"Updating %(brand)s": "Ĝisdatigante %(brand)s",
"Room Settings - %(roomName)s": "Agordoj de ĉambro %(roomName)s",
@ -201,27 +184,12 @@
"Could not load user profile": "Ne povis enlegi profilon de uzanto",
"Your password has been reset.": "Vi reagordis vian pasvorton.",
"General failure": "Ĝenerala fiasko",
"Set up": "Agordi",
"Santa": "Kristnaska viro",
"Thumbs up": "Dikfingro supren",
"Paperclip": "Paperkuntenilo",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Ĉifritaj mesaĝoj estas sekurigitaj per tutvoja ĉifrado. Nur vi kaj la ricevonto(j) havas la ŝlosilojn necesajn por legado.",
"Back up your keys before signing out to avoid losing them.": "Savkopiu viajn ŝlosilojn antaŭ adiaŭo, por ilin ne perdi.",
"This event could not be displayed": "Ĉi tiu okazo ne povis montriĝi",
"This room is not public. You will not be able to rejoin without an invite.": "Ĉi tiu ĉambro ne estas publika. Vi ne povos re-aliĝi sen invito.",
"Revoke invite": "Nuligi inviton",
"Invited by %(sender)s": "Invitita de %(sender)s",
"Error updating main address": "Ĝisdatigo de la ĉefa adreso eraris",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Ĝisdatigo de la ĉefa adreso de la ĉambro eraris. Aŭ la servilo tion ne permesas, aŭ io misfunkciis.",
"edited": "redaktita",
"Edit message": "Redakti mesaĝon",
"This room has already been upgraded.": "Ĉi tiu ĉambro jam gradaltiĝis.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Ĉi tiu ĉambro uzas ĉambran version <roomVersion />, kiun la hejmservilo markis kiel <i>nestabilan</i>.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Gradaltigo de la ĉambro forigos la nunan ĉambron kaj kreos novan kun la sama nomo.",
"You don't currently have any stickerpacks enabled": "Vi havas neniujn ŝaltitajn glumarkarojn",
"Add some now": "Iujn aldoni",
"Failed to revoke invite": "Malsukcesis senvalidigi inviton",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Ne povis senvalidigi inviton. Aŭ la servilo nun trairas problemon, aŭ vi ne havas sufiĉajn permesojn.",
"Continue With Encryption Disabled": "Pluigi sen ĉifrado",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Kontrolu ĉi tiun uzanton por marki ĝin fidata. Fidado devas vin trankviligi dum uzado de tutvoja ĉifrado.",
"Incoming Verification Request": "Venas kontrolpeto",
@ -266,7 +234,6 @@
"Removing…": "Forigante…",
"I don't want my encrypted messages": "Mi ne volas miajn ĉifritajn mesaĝojn",
"No backup found!": "Neniu savkopio troviĝis!",
"Only room administrators will see this warning": "Nur administrantoj de ĉambro vidos ĉi tiun averton",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Ne povas enlegi la responditan okazon; aŭ ĝi ne ekzistas, aŭ vi ne rajtas vidi ĝin.",
"Clear all data": "Vakigi ĉiujn datumojn",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Por eviti perdon de via babila historio, vi devas elporti la ŝlosilojn de viaj ĉambroj antaŭ adiaŭo. Por tio vi bezonos reveni al la pli nova versio de %(brand)s",
@ -294,9 +261,6 @@
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Vi ne povas sendi mesaĝojn ĝis vi tralegos kaj konsentos <consentLink>niajn uzokondiĉojn</consentLink>.",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Via mesaĝo ne sendiĝis, ĉar tiu ĉi hejmservilo atingis sian monatan limon de aktivaj uzantoj. Bonvolu <a>kontakti vian administranton de servo</a> por plue uzadi la servon.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Via mesaĝo ne sendiĝis, ĉar tiu ĉi hejmservilo atingis rimedan limon. Bonvolu <a>kontakti vian administranton de servo</a> por plue uzadi la servon.",
"Demote yourself?": "Ĉu malrangaltigi vin mem?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.",
"Demote": "Malrangaltigi",
"Power level": "Povnivelo",
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Gradaltigo de ĉi tiu ĉambro bezonas fermi ĝin, kaj krei novan por anstataŭi ĝin. Por plejbonigi sperton de la ĉambranoj, ni:",
"Invalid homeserver discovery response": "Nevalida eltrova respondo de hejmservilo",
@ -316,15 +280,8 @@
"other": "Forigi %(count)s mesaĝojn",
"one": "Forigi 1 mesaĝon"
},
"Deactivate user?": "Ĉu malaktivigi uzanton?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Malaktivigo de ĉi tiu uzanto adiaŭigos ĝin, kaj malebligos, ke ĝi resalutu. Plie, ĝi foriros de ĉiuj enataj ĉambroj. Tiu ago ne povas malfariĝi. Ĉu vi certe volas malaktivigi ĉi tiun uzanton?",
"Deactivate user": "Malaktivigi uzanton",
"Remove recent messages": "Forigi freŝajn mesaĝojn",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Provu rulumi supren tra la historio por kontroli, ĉu ne estas iuj pli fruaj.",
"Failed to deactivate user": "Malsukcesis malaktivigi uzanton",
"This client does not support end-to-end encryption.": "Ĉi tiu kliento ne subtenas tutvojan ĉifradon.",
"Messages in this room are not end-to-end encrypted.": "Mesaĝoj en ĉi tiu ĉambro ne estas tutvoje ĉifrataj.",
"Message Actions": "Mesaĝaj agoj",
"Show image": "Montri bildon",
"You verified %(name)s": "Vi kontrolis %(name)s",
"You cancelled verifying %(name)s": "Vi nuligis kontrolon de %(name)s",
@ -342,48 +299,26 @@
"Close dialog": "Fermi interagujon",
"Command Help": "Helpo pri komando",
"Lock": "Seruro",
"This room is end-to-end encrypted": "Ĉi tiu ĉambro uzas tutvojan ĉifradon",
"Everyone in this room is verified": "Ĉiu en la ĉambro estas kontrolita",
"Unencrypted": "Neĉifrita",
"Direct Messages": "Individuaj ĉambroj",
"Failed to connect to integration manager": "Malsukcesis konekton al kunigilo",
"Verify User": "Kontroli uzanton",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Por plia sekureco, kontrolu ĉi tiun uzanton per unufoja kodo aperonta sur ambaŭ el viaj aparatoj.",
"Start Verification": "Komenci kontrolon",
"Integrations are disabled": "Kunigoj estas malŝaltitaj",
"Integrations not allowed": "Kunigoj ne estas permesitaj",
"Upgrade private room": "Gradaltigi privatan ĉambron",
"Upgrade public room": "Gradaltigi publikan ĉambron",
"Show more": "Montri pli",
"Not Trusted": "Nefidata",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) salutis novan salutaĵon ne kontrolante ĝin:",
"Ask this user to verify their session, or manually verify it below.": "Petu, ke ĉi tiu la uzanto kontrolu sian salutaĵon, aŭ kontrolu ĝin permane sube.",
"This backup is trusted because it has been restored on this session": "Ĉi tiu savkopio estas fidata, ĉar ĝi estis rehavita en ĉi tiu salutaĵo",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Por raparto de sekureca problemo rilata al Matrix, bonvolu legi la <a>Eldiran Politikon pri Sekureco</a> de Matrix.org.",
"This user has not verified all of their sessions.": "Ĉi tiu uzanto ne kontrolis ĉiomon da siaj salutaĵoj.",
"You have not verified this user.": "Vi ne kontrolis tiun ĉi uzanton.",
"You have verified this user. This user has verified all of their sessions.": "Vi kontrolis tiun ĉi uzanton. Ĝi kontrolis ĉiomon da siaj salutaĵoj.",
"Someone is using an unknown session": "Iu uzas nekonatan salutaĵon",
"Encrypted by an unverified session": "Ĉifrita de nekontrolita salutaĵo",
"Encrypted by a deleted session": "Ĉifrita de forigita salutaĵo",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Eraris ĝisdatigo de la alternativaj adresoj de la ĉambro. Eble la servilo ne permesas tion, aŭ io dumtempe ne funkcias.",
"Waiting for %(displayName)s to accept…": "Atendante akcepton de %(displayName)s…",
"Accepting…": "Akceptante…",
"Messages in this room are end-to-end encrypted.": "Mesaĝoj en ĉi tiu ĉambro estas tutvoje ĉifrataj.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Viaj mesaĝoj estas sekurigitaj, kaj nur vi kaj la ricevanto posedas la unikan ŝlosilojn, kiuj ilin povas malĉifri.",
"Your messages are not secure": "Viaj mesaĝoj ne estas sekuraj",
"One of the following may be compromised:": "Unu el la jenaj eble estas malkonfidencigita:",
"Your homeserver": "Via hejmservilo",
"%(count)s verified sessions": {
"other": "%(count)s kontrolitaj salutaĵoj",
"one": "1 kontrolita salutaĵo"
},
"Hide verified sessions": "Kaŝi kontrolitajn salutaĵojn",
"%(count)s sessions": {
"other": "%(count)s salutaĵoj",
"one": "%(count)s salutaĵo"
},
"Hide sessions": "Kaŝi salutaĵojn",
"Verify by scanning": "Kontroli per skanado",
"Ask %(displayName)s to scan your code:": "Petu de %(displayName)s skani vian kodon:",
"Verify by emoji": "Kontroli per bildsignoj",
@ -417,14 +352,6 @@
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Vi gradaltigos ĉi tiun ĉambron de <oldVersion /> al <newVersion />.",
"Verification Request": "Kontrolpeto",
"Country Dropdown": "Landa falmenuo",
"Scroll to most recent messages": "Rulumi al plej freŝaj mesaĝoj",
"Local address": "Loka adreso",
"Published Addresses": "Publikigitaj adresoj",
"Other published addresses:": "Aliaj publikigitaj adresoj:",
"No other published addresses yet, add one below": "Ankoraŭ neniuj aliaj publikigitaj adresoj; aldonu iun sube",
"New published address (e.g. #alias:server)": "Nova publikigita adreso (ekz. #kromnomo:servilo)",
"Local Addresses": "Lokaj adresoj",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Agordu adresojn por ĉi tiu ĉambro, por ke uzantoj povu ĝin trovi per via hejmservilo (%(localDomain)s)",
"Enter a server name": "Enigu nomon de servilo",
"Looks good": "Ŝajnas en ordo",
"Can't find this server or its room list": "Ne povas trovi ĉi tiun servilon aŭ ĝian liston de ĉambroj",
@ -444,7 +371,6 @@
"Confirm by comparing the following with the User Settings in your other session:": "Konfirmu per komparo de la sekva kun la agardoj de uzanto en via alia salutaĵo:",
"Confirm this user's session by comparing the following with their User Settings:": "Konfirmu la salutaĵon de ĉi tiu uzanto per komparo de la sekva kun ĝiaj agordoj de uzanto:",
"If they don't match, the security of your communication may be compromised.": "Se ili ne akordas, la sekureco de via komunikado eble estas rompita.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "En ĉifritaj ĉambroj, viaj mesaĝoj estas sekurigitaj, kaj nur vi kaj la ricevanto havas la unikajn malĉifrajn ŝlosilojn.",
"Verify all users in a room to ensure it's secure.": "Kontrolu ĉiujn uzantojn en ĉambro por certigi, ke ĝi sekuras.",
"You signed in to a new session without verifying it:": "Vi salutis novan salutaĵon sen kontrolo:",
"Verify your other session using one of the options below.": "Kontrolu vian alian salutaĵon per unu el la ĉi-subaj elektebloj.",
@ -477,11 +403,6 @@
"Confirm encryption setup": "Konfirmi agordon de ĉifrado",
"Click the button below to confirm setting up encryption.": "Klaku sube la butonon por konfirmi agordon de ĉifrado.",
"IRC display name width": "Larĝo de vidiga nomo de IRC",
"Error creating address": "Eraris kreado de adreso",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Eraris kreado de tiu adreso. Eble ĝi ne estas permesata de la servilo, aŭ okazis portempa fiasko.",
"You don't have permission to delete the address.": "Vi ne rajtas forigi la adreson.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Eraris forigo de la adreso. Eble ĝi ne plu ekzistas, aŭ okazis portempa eraro.",
"Error removing address": "Eraris forigo de adreso",
"Room address": "Adreso de ĉambro",
"This address is available to use": "Ĉi tiu adreso estas uzebla",
"This address is already in use": "Ĉi tiu adreso jam estas uzata",
@ -489,7 +410,6 @@
"Your homeserver has exceeded its user limit.": "Via hejmservilo atingis sian limon de uzantoj.",
"Your homeserver has exceeded one of its resource limits.": "Via hejmservilo atingis iun limon de rimedoj.",
"Ok": "Bone",
"The authenticity of this encrypted message can't be guaranteed on this device.": "La aŭtentikeco de ĉi tiu ĉifrita mesaĝo ne povas esti garantiita sur ĉi tiu aparato.",
"Message preview": "Antaŭrigardo al mesaĝo",
"Wrong file type": "Neĝusta dosiertipo",
"Looks good!": "Ŝajnas bona!",
@ -527,14 +447,7 @@
"Join the conference from the room information card on the right": "Aliĝu al la grupa voko per la dekstraflanka karto kun informoj pri ĉambro",
"Join the conference at the top of this room": "Aliĝu al la grupa voko supre je la ĉambro",
"Ignored attempt to disable encryption": "Malatentis provon malŝalti ĉifradon",
"Room settings": "Agordoj de ĉambro",
"Not encrypted": "Neĉifrita",
"Add widgets, bridges & bots": "Aldonu fenestraĵojn, pontojn, kaj robotojn",
"Edit widgets, bridges & bots": "Redakti fenestraĵojn, pontojn, kaj robotojn",
"Widgets": "Fenestraĵoj",
"You can only pin up to %(count)s widgets": {
"other": "Vi povas fiksi maksimume %(count)s fenestraĵojn"
},
"Backup version:": "Repaŝa versio:",
"Data on this screen is shared with %(widgetDomain)s": "Datumoj sur tiu ĉi ekrano estas havigataj al %(widgetDomain)s",
"Uzbekistan": "Uzbekujo",
@ -818,7 +731,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Invitu iun per ĝia nomo, retpoŝtadreso, uzantonomo (ekz. <userId/>), aŭ <a>konigu ĉi tiun ĉambron</a>.",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Komencu interparolon kun iu per ĝia nomo, retpoŝtadreso, aŭ uzantonomo (ekz. <userId/>).",
"A call can only be transferred to a single user.": "Voko povas transdoniĝi nur al unu uzanto.",
"Set my room layout for everyone": "Agordi al ĉiuj mian aranĝon de ĉambro",
"Open dial pad": "Malfermi ciferplaton",
"Dial pad": "Ciferplato",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Ĉi tiu kutime influas nur traktadon de la ĉambro servil-flanke. Se vi spertas problemojn pri via %(brand)s, bonvolu raporti eraron.",
@ -842,15 +754,12 @@
"Create a new room": "Krei novan ĉambron",
"Space selection": "Elekto de aro",
"Edit devices": "Redakti aparatojn",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Vi ne povos malfari ĉi tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta altranga uzanto de la aro, vi ne plu povos rehavi viajn rajtojn.",
"Your message was sent": "Via mesaĝo sendiĝis",
"Leave space": "Forlasi aron",
"Create a space": "Krei aron",
"You may want to try a different search or check for typos.": "Eble vi provu serĉi alion, aŭ kontroli je mistajpoj.",
"You don't have permission": "Vi ne rajtas",
"Invited people will be able to read old messages.": "Invititoj povos legi malnovajn mesaĝojn.",
"Add existing rooms": "Aldoni jamajn ĉambrojn",
"View message": "Montri mesaĝon",
"%(count)s people you know have already joined": {
"one": "%(count)s persono, kiun vi konas, jam aliĝis",
"other": "%(count)s personoj, kiujn vi konas, jam aliĝis"
@ -860,7 +769,6 @@
"one": "Montri 1 anon",
"other": "Montri ĉiujn %(count)s anojn"
},
"Failed to send": "Malsukcesis sendi",
"We couldn't create your DM.": "Ni ne povis krei vian individuan ĉambron.",
"You may contact me if you have any follow up questions": "Vi povas min kontakti okaze de pliaj demandoj",
"To leave the beta, visit your settings.": "Por foriri de la prova versio, iru al viaj agordoj.",
@ -873,10 +781,6 @@
"You are not allowed to view this server's rooms list": "Vi ne rajtas vidi liston de ĉambroj de tu ĉi servilo",
"Add reaction": "Aldoni reagon",
"Error processing voice message": "Eraris traktado de voĉmesaĝo",
"We didn't find a microphone on your device. Please check your settings and try again.": "Ni ne trovis mikrofonon en via aparato. Bonvolu kontroli viajn agordojn kaj reprovi.",
"No microphone found": "Neniu mikrofono troviĝis",
"We were unable to access your microphone. Please check your browser settings and try again.": "Ni ne povis aliri vian mikrofonon. Bonvolu kontroli la agordojn de via foliumilo kaj reprovi.",
"Unable to access your microphone": "Ne povas aliri vian mikrofonon",
"Modal Widget": "Reĝima fenestraĵo",
"Consult first": "Unue konsulti",
"Search names and descriptions": "Serĉi nomojn kaj priskribojn",
@ -896,12 +800,6 @@
"You most likely do not want to reset your event index store": "Plej verŝajne, vi ne volas restarigi vian deponejon de indeksoj de okazoj",
"Reset event store?": "Ĉu restarigi deponejon de okazoj?",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Via %(brand)so ne permesas al vi uzi kunigilon por tio. Bonvolu kontakti administranton.",
"This space has no local addresses": "Ĉi tiu aro ne havas lokajn adresojn",
"Stop recording": "Malŝalti registradon",
"Send voice message": "Sendi voĉmesaĝon",
"To publish an address, it needs to be set as a local address first.": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.",
"Published addresses can be used by anyone on any server to join your room.": "Publikigitajn adresojn povas uzi ajna persono sur ajna servilo por aliĝi al via ĉambro.",
"Published addresses can be used by anyone on any server to join your space.": "Publikigitajn adresojn povas uzi ajna persono sur ajna servilo por aliĝi al via aro.",
"Unable to copy a link to the room to the clipboard.": "Ne povas kopii ligilon al ĉambro al tondujo.",
"Unable to copy room link": "Ne povas kopii ligilon al ĉambro",
"Error downloading audio": "Eraris elŝuto de sondosiero",
@ -951,10 +849,6 @@
"Missed call": "Nerespondita voko",
"Call back": "Revoki",
"Call declined": "Voko rifuziĝis",
"Pinned messages": "Fiksitaj mesaĝoj",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Se vi havas la bezonajn permesojn, malfermu la menuon sur ajna mesaĝo, kaj klaku al <b>Fiksi</b> por meti ĝin ĉi tien.",
"Nothing pinned, yet": "Ankoraŭ nenio fiksita",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Agordu adresojn por ĉi tiu aro, por ke uzantoj trovu ĝin per via hejmservilo (%(localDomain)s)",
"To join a space you'll need an invite.": "Por aliĝi al aro, vi bezonas inviton.",
"Rooms and spaces": "Ĉambroj kaj aroj",
"Results": "Rezultoj",
@ -964,7 +858,6 @@
"Leave all rooms": "Foriri de ĉiuj ĉambroj",
"Don't leave any rooms": "Foriru de neniuj ĉambroj",
"Some encryption parameters have been changed.": "Ŝanĝiĝis iuj parametroj de ĉifrado.",
"Role in <RoomName/>": "Rolo en <RoomName/>",
"Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "Ĉu vi certas, ke vi volas fini ĉi tiun balotenketon? Ĉi tio montros la finajn rezultojn de la balotenketo kaj malhelpos personojn povi voĉdoni.",
"End Poll": "Finu Balotenketon",
"Sorry, the poll did not end. Please try again.": "Pardonu, la balotenketo ne finiĝis. Bonvolu reprovi.",
@ -989,8 +882,6 @@
"Confirm new password": "Konfirmu novan pasvorton",
"Sign out of all devices": "Elsaluti en ĉiuj aparatoj",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Vi estis elsalutita el ĉiuj aparatoj kaj ne plu ricevos puŝajn sciigojn. Por reŝalti sciigojn, ensalutu denove sur ĉiu aparato.",
"Export chat": "Eksporti babilejon",
"Files": "Dosieroj",
"Close sidebar": "Fermu la flanka kolumno",
"Public rooms": "Publikajn ĉambrojn",
"Developer": "Programisto",
@ -1091,7 +982,11 @@
"low_priority": "Malpli gravaj",
"historical": "Estintaj",
"go_to_settings": "Iri al agordoj",
"setup_secure_messages": "Agordi Sekurajn mesaĝojn"
"setup_secure_messages": "Agordi Sekurajn mesaĝojn",
"unencrypted": "Neĉifrita",
"view_message": "Montri mesaĝon",
"show_more": "Montri pli",
"are_you_sure": "Ĉu vi certas?"
},
"action": {
"continue": "Daŭrigi",
@ -1329,7 +1224,10 @@
"poll_button_no_perms_title": "Necesas permeso",
"poll_button": "Balotenketo",
"format_italics": "Kursive",
"replying_title": "Respondante"
"replying_title": "Respondante",
"edit_composer_label": "Redakti mesaĝon",
"send_voice_message": "Sendi voĉmesaĝon",
"stop_voice_message": "Malŝalti registradon"
},
"Code": "Kodo",
"power_level": {
@ -2061,6 +1959,12 @@
"other": "Montri %(count)s aliajn antaŭrigardojn"
},
"close": "Fermi antaŭrigardon"
},
"error_no_renderer": "Ĉi tiu okazo ne povis montriĝi",
"send_state_sent": "Via mesaĝo sendiĝis",
"send_state_failed": "Malsukcesis sendi",
"mab": {
"label": "Mesaĝaj agoj"
}
},
"slash_command": {
@ -2257,7 +2161,11 @@
"screenshare_window": "Fenestro de aplikaĵo",
"screenshare_title": "Havigi enhavon",
"unknown_person": "nekonata persono",
"connecting": "Konektante"
"connecting": "Konektante",
"unable_to_access_audio_input_title": "Ne povas aliri vian mikrofonon",
"unable_to_access_audio_input_description": "Ni ne povis aliri vian mikrofonon. Bonvolu kontroli la agordojn de via foliumilo kaj reprovi.",
"no_audio_input_title": "Neniu mikrofono troviĝis",
"no_audio_input_description": "Ni ne trovis mikrofonon en via aparato. Bonvolu kontroli viajn agordojn kaj reprovi."
},
"Other": "Alia",
"room_settings": {
@ -2367,7 +2275,32 @@
"save": "Konservi ŝanĝojn",
"leave_space": "Forlasi aron",
"aliases_section": "Adresoj de ĉambro",
"other_section": "Alia"
"other_section": "Alia",
"error_updating_canonical_alias_title": "Ĝisdatigo de la ĉefa adreso eraris",
"error_updating_canonical_alias_description": "Ĝisdatigo de la ĉefa adreso de la ĉambro eraris. Aŭ la servilo tion ne permesas, aŭ io misfunkciis.",
"error_updating_alias_description": "Eraris ĝisdatigo de la alternativaj adresoj de la ĉambro. Eble la servilo ne permesas tion, aŭ io dumtempe ne funkcias.",
"error_creating_alias_title": "Eraris kreado de adreso",
"error_creating_alias_description": "Eraris kreado de tiu adreso. Eble ĝi ne estas permesata de la servilo, aŭ okazis portempa fiasko.",
"error_deleting_alias_description_forbidden": "Vi ne rajtas forigi la adreson.",
"error_deleting_alias_description": "Eraris forigo de la adreso. Eble ĝi ne plu ekzistas, aŭ okazis portempa eraro.",
"error_deleting_alias_title": "Eraris forigo de adreso",
"canonical_alias_field_label": "Ĉefa adreso",
"no_aliases_space": "Ĉi tiu aro ne havas lokajn adresojn",
"no_aliases_room": "Ĉi tiu ĉambro ne havas lokajn adresojn",
"local_alias_field_label": "Loka adreso",
"published_aliases_section": "Publikigitaj adresoj",
"published_aliases_explainer_space": "Publikigitajn adresojn povas uzi ajna persono sur ajna servilo por aliĝi al via aro.",
"published_aliases_explainer_room": "Publikigitajn adresojn povas uzi ajna persono sur ajna servilo por aliĝi al via ĉambro.",
"published_aliases_description": "Por ke adreso publikiĝu, ĝi unue devas esti loka adreso.",
"aliases_items_label": "Aliaj publikigitaj adresoj:",
"aliases_no_items_label": "Ankoraŭ neniuj aliaj publikigitaj adresoj; aldonu iun sube",
"new_alias_placeholder": "Nova publikigita adreso (ekz. #kromnomo:servilo)",
"local_aliases_section": "Lokaj adresoj",
"local_aliases_explainer_space": "Agordu adresojn por ĉi tiu aro, por ke uzantoj trovu ĝin per via hejmservilo (%(localDomain)s)",
"local_aliases_explainer_room": "Agordu adresojn por ĉi tiu ĉambro, por ke uzantoj povu ĝin trovi per via hejmservilo (%(localDomain)s)",
"name_field_label": "Nomo de ĉambro",
"topic_field_label": "Temo de ĉambro",
"avatar_field_label": "Profilbildo de ĉambro"
},
"advanced": {
"unfederated": "Ĉi tiu ĉambro ne atingeblas por foraj serviloj de Matrix",
@ -2441,7 +2374,10 @@
"verification_success_with_backup": "Via nova aparato nun estas kontrolita. Ĝi havas aliron al viaj ĉifritaj mesaĝoj, kaj aliaj vidos ĝin kiel fidinda.",
"verification_success_without_backup": "Via nova aparato nun estas kontrolita. Aliaj vidos ĝin kiel fidinda.",
"verification_skip_warning": "Sen kontrolado, vi ne havos aliron al ĉiuj viaj mesaĝoj kaj povas aperi kiel nefidinda al aliaj.",
"verify_later": "Kontrolu poste"
"verify_later": "Kontrolu poste",
"waiting_for_user_accept": "Atendante akcepton de %(displayName)s…",
"accepting": "Akceptante…",
"start_button": "Komenci kontrolon"
},
"old_version_detected_title": "Malnovaj datumoj de ĉifroteĥnikaro troviĝis",
"old_version_detected_description": "Datumoj el malnova versio de %(brand)s troviĝis. Ĉi tio malfunkciigos tutvojan ĉifradon en la malnova versio. Tutvoje ĉifritaj mesaĝoj interŝanĝitaj freŝtempe per la malnova versio eble ne malĉifreblos. Tio povas kaŭzi malsukceson ankaŭ al mesaĝoj interŝanĝitaj kun tiu ĉi versio. Se vin trafos problemoj, adiaŭu kaj resalutu. Por reteni mesaĝan historion, elportu kaj reenportu viajn ŝlosilojn.",
@ -2474,6 +2410,23 @@
"description_1": "Tiu ĉi salutaĵo trovis, ke viaj Sekureca frazo kaj ŝlosilo por Sekuraj mesaĝoj foriĝis.",
"description_2": "Se vi faris tion akcidente, vi povas agordi Sekurajn mesaĝojn en ĉi tiu salutaĵo, kio reĉifros la historion de mesaj de ĉi tiu salutaĵo kun nova rehava metodo.",
"warning": "Se vi ne forigis la rehavan metodon, eble atakanto provas aliri vian konton. Vi tuj ŝanĝu la pasvorton de via konto, kaj agordu novan rehavan metodon en la agordoj."
},
"setup_secure_backup": {
"explainer": "Savkopiu viajn ŝlosilojn antaŭ adiaŭo, por ilin ne perdi.",
"title": "Agordi"
},
"cross_signing_user_warning": "Ĉi tiu uzanto ne kontrolis ĉiomon da siaj salutaĵoj.",
"cross_signing_user_normal": "Vi ne kontrolis tiun ĉi uzanton.",
"cross_signing_user_verified": "Vi kontrolis tiun ĉi uzanton. Ĝi kontrolis ĉiomon da siaj salutaĵoj.",
"cross_signing_room_warning": "Iu uzas nekonatan salutaĵon",
"cross_signing_room_normal": "Ĉi tiu ĉambro uzas tutvojan ĉifradon",
"cross_signing_room_verified": "Ĉiu en la ĉambro estas kontrolita",
"event_shield_reason_authenticity_not_guaranteed": "La aŭtentikeco de ĉi tiu ĉifrita mesaĝo ne povas esti garantiita sur ĉi tiu aparato.",
"event_shield_reason_mismatched_sender_key": "Ĉifrita de nekontrolita salutaĵo",
"messages_not_secure": {
"title": "Viaj mesaĝoj ne estas sekuraj",
"heading": "Unu el la jenaj eble estas malkonfidencigita:",
"cause_1": "Via hejmservilo"
}
},
"emoji": {
@ -2787,7 +2740,8 @@
"cookie_warning": "Ĉi tiu fenestraĵo povas uzi kuketojn.",
"error_loading": "Eraris enlegado de fenestraĵo",
"error_mixed_content": "Eraris Miksita enhavo",
"popout": "Fenestrigi fenestraĵon"
"popout": "Fenestrigi fenestraĵon",
"set_room_layout": "Agordi al ĉiuj mian aranĝon de ĉambro"
},
"feedback": {
"sent": "Prikomentoj sendiĝis",
@ -3043,7 +2997,18 @@
"peek_join_prompt": "Vi antaŭrigardas ĉambron %(roomName)s. Ĉu vi volas aliĝi?",
"no_peek_join_prompt": "Vi ne povas antaŭrigardi ĉambron %(roomName)s. Ĉu vi al ĝi volas aliĝi?",
"not_found_title_name": "%(roomName)s ne ekzistas.",
"inaccessible_name": "%(roomName)s ne estas atingebla nun."
"inaccessible_name": "%(roomName)s ne estas atingebla nun.",
"jump_to_bottom_button": "Rulumi al plej freŝaj mesaĝoj",
"upgrade_warning_bar": "Gradaltigo de la ĉambro forigos la nunan ĉambron kaj kreos novan kun la sama nomo.",
"upgrade_warning_bar_upgraded": "Ĉi tiu ĉambro jam gradaltiĝis.",
"upgrade_warning_bar_unstable": "Ĉi tiu ĉambro uzas ĉambran version <roomVersion />, kiun la hejmservilo markis kiel <i>nestabilan</i>.",
"upgrade_warning_bar_admins": "Nur administrantoj de ĉambro vidos ĉi tiun averton",
"search": {
"this_room": "Ĉi tiu ĉambro",
"all_rooms": "Ĉiuj ĉambroj",
"field_placeholder": "Serĉi…"
},
"jump_read_marker": "Salti al unua nelegita mesaĝo."
},
"file_panel": {
"guest_note": "Vi devas <a>registriĝî</a> por uzi tiun ĉi funkcion",
@ -3237,5 +3202,56 @@
"invited_list_heading": "Invititaj",
"filter_placeholder": "Filtri ĉambranojn",
"power_label": "%(userName)s (povnivelo je %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Vi havas neniujn ŝaltitajn glumarkarojn",
"empty_add_prompt": "Iujn aldoni"
},
"user_info": {
"error_revoke_3pid_invite_title": "Malsukcesis senvalidigi inviton",
"error_revoke_3pid_invite_description": "Ne povis senvalidigi inviton. Aŭ la servilo nun trairas problemon, aŭ vi ne havas sufiĉajn permesojn.",
"admin_tools_section": "Estriloj",
"revoke_invite": "Nuligi inviton",
"invited_by": "Invitita de %(sender)s",
"room_encrypted": "Mesaĝoj en ĉi tiu ĉambro estas tutvoje ĉifrataj.",
"room_encrypted_detail": "Viaj mesaĝoj estas sekurigitaj, kaj nur vi kaj la ricevanto posedas la unikan ŝlosilojn, kiuj ilin povas malĉifri.",
"room_unencrypted": "Mesaĝoj en ĉi tiu ĉambro ne estas tutvoje ĉifrataj.",
"room_unencrypted_detail": "En ĉifritaj ĉambroj, viaj mesaĝoj estas sekurigitaj, kaj nur vi kaj la ricevanto havas la unikajn malĉifrajn ŝlosilojn.",
"verify_button": "Kontroli uzanton",
"verify_explainer": "Por plia sekureco, kontrolu ĉi tiun uzanton per unufoja kodo aperonta sur ambaŭ el viaj aparatoj.",
"hide_verified_sessions": "Kaŝi kontrolitajn salutaĵojn",
"hide_sessions": "Kaŝi salutaĵojn",
"jump_to_rr_button": "Salti al legokonfirmo",
"share_button": "Kunhavigi ligilon al uzanto",
"demote_self_confirm_title": "Ĉu malrangaltigi vin mem?",
"demote_self_confirm_description_space": "Vi ne povos malfari ĉi tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta altranga uzanto de la aro, vi ne plu povos rehavi viajn rajtojn.",
"demote_self_confirm_room": "Vi ne povos malfari tiun ŝanĝon, ĉar vi malrangaltigas vin mem; se vi estas la lasta povohava uzanto en la ĉambro, estos neeble vian povon rehavi.",
"demote_button": "Malrangaltigi",
"redact_button": "Forigi freŝajn mesaĝojn",
"error_ban_user": "Malsukcesis forbari uzanton",
"error_mute_user": "Malsukcesis silentigi uzanton",
"promote_warning": "Tiun ĉi ŝanĝon vi ne povos malfari, ĉar vi donas al la uzanto la saman povnivelon, kiun havas vi mem.",
"deactivate_confirm_title": "Ĉu malaktivigi uzanton?",
"deactivate_confirm_description": "Malaktivigo de ĉi tiu uzanto adiaŭigos ĝin, kaj malebligos, ke ĝi resalutu. Plie, ĝi foriros de ĉiuj enataj ĉambroj. Tiu ago ne povas malfariĝi. Ĉu vi certe volas malaktivigi ĉi tiun uzanton?",
"deactivate_confirm_action": "Malaktivigi uzanton",
"error_deactivate": "Malsukcesis malaktivigi uzanton",
"role_label": "Rolo en <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Fiksitaj mesaĝoj",
"empty": "Ankoraŭ nenio fiksita",
"explainer": "Se vi havas la bezonajn permesojn, malfermu la menuon sur ajna mesaĝo, kaj klaku al <b>Fiksi</b> por meti ĝin ĉi tien.",
"limits": {
"other": "Vi povas fiksi maksimume %(count)s fenestraĵojn"
}
},
"widgets_section": "Fenestraĵoj",
"edit_integrations": "Redakti fenestraĵojn, pontojn, kaj robotojn",
"add_integrations": "Aldonu fenestraĵojn, pontojn, kaj robotojn",
"files_button": "Dosieroj",
"export_chat_button": "Eksporti babilejon",
"share_button": "Kunhavigi ĉambron",
"settings_button": "Agordoj de ĉambro"
}
}

View file

@ -6,24 +6,19 @@
},
"A new password must be entered.": "Debes ingresar una contraseña nueva.",
"An error has occurred.": "Un error ha ocurrido.",
"Are you sure?": "¿Estás seguro?",
"Are you sure you want to reject the invitation?": "¿Estás seguro que quieres rechazar la invitación?",
"Decrypt %(text)s": "Descifrar %(text)s",
"Download %(text)s": "Descargar %(text)s",
"Email address": "Dirección de correo electrónico",
"Error decrypting attachment": "Error al descifrar adjunto",
"Failed to ban user": "Bloqueo del usuario falló",
"Failed to forget room %(errCode)s": "No se pudo olvidar la sala %(errCode)s",
"Failed to load timeline position": "Fallo al cargar el historial",
"Failed to mute user": "No se pudo silenciar al usuario",
"Failed to reject invite": "Falló al rechazar invitación",
"Failed to reject invitation": "Falló al rechazar la invitación",
"Invalid file%(extra)s": "Archivo inválido %(extra)s",
"Join Room": "Unirme a la sala",
"Admin Tools": "Herramientas de administración",
"Custom level": "Nivel personalizado",
"Home": "Inicio",
"Jump to first unread message.": "Ir al primer mensaje no leído.",
"Create new room": "Crear una nueva sala",
"Unable to restore session": "No se puede recuperar la sesión",
"Search failed": "Falló la búsqueda",
@ -37,7 +32,6 @@
"Please check your email and click on the link it contains. Once this is done, click continue.": "Por favor, consulta tu correo electrónico y haz clic en el enlace que contiene. Una vez hecho esto, haz clic en continuar.",
"Reject invitation": "Rechazar invitación",
"Return to login screen": "Regresar a la pantalla de inicio de sesión",
"This room has no local addresses": "Esta sala no tiene direcciones locales",
"unknown error code": "Código de error desconocido",
"This will allow you to reset your password and receive notifications.": "Esto te permitirá reiniciar tu contraseña y recibir notificaciones.",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Se ha intentado cargar cierto punto en la cronología de esta sala, pero no tiene permiso para ver el mensaje solicitado.",
@ -53,7 +47,6 @@
"PM": "PM",
"You seem to be in a call, are you sure you want to quit?": "Parece estar en medio de una llamada, ¿esta seguro que desea salir?",
"You seem to be uploading files, are you sure you want to quit?": "Pareces estar subiendo archivos, ¿seguro que quieres salir?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "No podrás deshacer este cambio porque estás promoviendo al usuario para tener el mismo nivel de autoridad que tú.",
"Sun": "dom.",
"Mon": "lun.",
"Tue": "mar.",
@ -78,18 +71,15 @@
"Friday": "Viernes",
"Changelog": "Registro de cambios",
"Failed to send logs: ": "Error al enviar registros: ",
"This Room": "Esta sala",
"Unavailable": "No disponible",
"Filter results": "Filtrar resultados",
"Tuesday": "Martes",
"Search…": "Buscar…",
"Preparing to send logs": "Preparando para enviar registros",
"Unnamed room": "Sala sin nombre",
"Saturday": "Sábado",
"Monday": "Lunes",
"Send": "Enviar",
"Thank you!": "¡Gracias!",
"All Rooms": "Todas las salas",
"You cannot delete this message. (%(code)s)": "No puedes eliminar este mensaje. (%(code)s)",
"Thursday": "Jueves",
"Logs sent": "Registros enviados",
@ -100,12 +90,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s %(day)s de %(monthName)s de %(fullYear)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s %(day)s de %(monthName)s del %(fullYear)s a las %(time)s",
"Restricted": "Restringido",
"This event could not be displayed": "No se ha podido mostrar este evento",
"Demote yourself?": "¿Quitarte permisos a ti mismo?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "No podrás deshacer este cambio ya que estás quitándote permisos a ti mismo, si eres el último usuario con privilegios de la sala te resultará imposible recuperarlos.",
"Demote": "Quitar permisos",
"Jump to read receipt": "Saltar al último mensaje sin leer",
"Share Link to User": "Compartir enlace al usuario",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
"%(duration)sh": "%(duration)sh",
@ -114,8 +98,6 @@
"other": "(~%(count)s resultados)",
"one": "(~%(count)s resultado)"
},
"Share room": "Compartir la sala",
"You don't currently have any stickerpacks enabled": "Actualmente no tienes ningún paquete de pegatinas activado",
"Error decrypting image": "Error al descifrar imagen",
"Error decrypting video": "Error al descifrar el vídeo",
"Add an Integration": "Añadir una Integración",
@ -143,7 +125,6 @@
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "No puedes enviar ningún mensaje hasta que revises y estés de acuerdo con <consentLink>nuestros términos y condiciones</consentLink>.",
"Connectivity to the server has been lost.": "Se ha perdido la conexión con el servidor.",
"Sent messages will be stored until your connection has returned.": "Los mensajes enviados se almacenarán hasta que vuelva la conexión.",
"Only room administrators will see this warning": "Sólo los administradores de la sala verán esta advertencia",
"Upgrade Room Version": "Actualizar Versión de la Sala",
"Create a new room with the same name, description and avatar": "Crear una sala nueva con el mismo nombre, descripción y avatar",
"Update any local room aliases to point to the new room": "Actualizar los alias locales de la sala para que apunten a la nueva",
@ -156,7 +137,6 @@
"Upgrade this room to version %(version)s": "Actualiza esta sala a la versión %(version)s",
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s ahora utiliza de 3 a 5 veces menos memoria, porque solo carga información sobre otros usuarios cuando es necesario. Por favor, ¡aguarda mientras volvemos a sincronizar con el servidor!",
"Updating %(brand)s": "Actualizando %(brand)s",
"Room Topic": "Asunto de la sala",
"Dog": "Perro",
"Cat": "Gato",
"Lion": "León",
@ -219,12 +199,7 @@
"Headphones": "Auriculares",
"Folder": "Carpeta",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Los mensajes cifrados son seguros con el cifrado punto a punto. Solo tú y el/los destinatario/s tiene/n las claves para leer estos mensajes.",
"Back up your keys before signing out to avoid losing them.": "Haz copia de seguridad de tus claves antes de cerrar sesión para evitar perderlas.",
"Start using Key Backup": "Comenzar a usar la copia de claves",
"Add some now": "Añadir alguno ahora",
"Main address": "Dirección principal",
"Room avatar": "Avatar de la sala",
"Room Name": "Nombre de sala",
"The following users may not exist": "Puede que estos usuarios no existan",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "No se pudieron encontrar perfiles para los IDs Matrix listados a continuación, ¿Quieres invitarles igualmente?",
"Invite anyway and never warn me again": "Invitar igualmente, y no preguntar más en el futuro",
@ -238,7 +213,6 @@
"Incoming Verification Request": "Petición de verificación entrante",
"Scissors": "Tijeras",
"Lock": "Bloquear",
"Show more": "Ver más",
"Something went wrong trying to invite the users.": "Algo ha salido mal al intentar invitar a los usuarios.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "No se pudo invitar a esos usuarios. Por favor, revisa los usuarios que quieres invitar e inténtalo de nuevo.",
"Failed to find the following users": "No se encontró a los siguientes usuarios",
@ -288,15 +262,7 @@
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) inició una nueva sesión sin verificarla:",
"Ask this user to verify their session, or manually verify it below.": "Pídele al usuario que verifique su sesión, o verifícala manualmente a continuación.",
"Not Trusted": "No es de confianza",
"Set up": "Configurar",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Para informar de un problema de seguridad relacionado con Matrix, lee la <a>Política de divulgación de seguridad</a> de Matrix.org.",
"This user has not verified all of their sessions.": "Este usuario no ha verificado todas sus sesiones.",
"You have not verified this user.": "No has verificado a este usuario.",
"You have verified this user. This user has verified all of their sessions.": "Usted ha verificado este usuario. Este usuario ha verificado todas sus sesiones.",
"Someone is using an unknown session": "Alguien está usando una sesión desconocida",
"This room is end-to-end encrypted": "Esta sala usa cifrado de extremo a extremo",
"Everyone in this room is verified": "Todos los participantes en esta sala están verificados",
"Edit message": "Editar mensaje",
"Language Dropdown": "Lista selección de idiomas",
"Power level": "Nivel de poder",
"e.g. my-room": "p.ej. mi-sala",
@ -339,10 +305,7 @@
"a device cross-signing signature": "una firma para la firma cruzada de dispositivos",
"a key signature": "un firma de clave",
"%(brand)s encountered an error during upload of:": "%(brand)s encontró un error durante la carga de:",
"Encrypted by an unverified session": "Cifrado por una sesión no verificada",
"Unencrypted": "Sin cifrar",
"Encrypted by a deleted session": "Cifrado por una sesión eliminada",
"Scroll to most recent messages": "Ir a los mensajes más recientes",
"No recent messages by %(user)s found": "No se han encontrado mensajes recientes de %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Intente desplazarse hacia arriba en la línea de tiempo para ver si hay alguna anterior.",
"Remove recent messages by %(user)s": "Eliminar mensajes recientes de %(user)s",
@ -351,52 +314,16 @@
"other": "Eliminar %(count)s mensajes",
"one": "Eliminar 1 mensaje"
},
"Deactivate user?": "¿Desactivar usuario?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Desactivar este usuario le cerrará la sesión y desconectará. No podrá volver a iniciar sesión. Además, saldrá de todas las salas a que se había unido. Esta acción no puede deshacerse. ¿Desactivar este usuario?",
"Deactivate user": "Desactivar usuario",
"Failed to deactivate user": "Error en desactivar usuario",
"Remove recent messages": "Eliminar mensajes recientes",
"Direct Messages": "Mensajes directos",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Actualizar esta sala cerrará la instancia actual de la sala y creará una sala actualizada con el mismo nombre.",
"This room has already been upgraded.": "Esta sala ya ha sido actualizada.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Esta sala está ejecutando la versión de sala <roomVersion />, la cual ha sido marcado por este servidor base como <i>inestable</i>.",
"Failed to connect to integration manager": "Error al conectarse con el administrador de integración",
"Failed to revoke invite": "Error al revocar la invitación",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "No se logró revocar la invitación. El servidor puede sufrir un problema temporal o usted no tiene los permisos suficientes para revocar la invitación.",
"Revoke invite": "Revocar invitación",
"Invited by %(sender)s": "Invitado por %(sender)s",
"Error updating main address": "Error al actualizar la dirección principal",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Hubo un error al actualizar la dirección principal de la sala. Posiblemente el servidor no lo permita o se produjo un error temporal.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Hubo un error al actualizar la dirección alternativa de la sala. Posiblemente el servidor no lo permita o se produjo un error temporal.",
"Local address": "Dirección local",
"Published Addresses": "Direcciones publicadas",
"Other published addresses:": "Otras direcciones publicadas:",
"No other published addresses yet, add one below": "Todavía no hay direcciones publicadas, puedes añadir una más abajo",
"New published address (e.g. #alias:server)": "Nueva dirección publicada (p.ej.. #alias:servidor)",
"Local Addresses": "Direcciones locales",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Define las direcciones de esta sala para que los usuarios puedan encontrarla a través de tu servidor base (%(localDomain)s)",
"Waiting for %(displayName)s to accept…": "Esperando a que %(displayName)s acepte…",
"Accepting…": "Aceptando…",
"Start Verification": "Iniciar verificación",
"Messages in this room are end-to-end encrypted.": "Los mensajes de esta sala están cifrados de extremo a extremo.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Los mensajes son seguros y sólo tú y el destinatario tienen las claves únicas para desbloquearlos.",
"Messages in this room are not end-to-end encrypted.": "Los mensajes en esta sala no están cifrados de extremo a extremo.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "En las salas cifradas, tus mensajes están seguros y solo tú y el destinatario tienen las claves únicas para desbloquearlos.",
"Verify User": "Verificar usuario",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Para mayor seguridad, verifica a este usuario comprobando un código temporal vez dos de tus dispositivos.",
"Your messages are not secure": "Los mensajes no son seguros",
"One of the following may be compromised:": "Uno de los siguientes puede estar comprometido:",
"Your homeserver": "Tu servidor base",
"%(count)s verified sessions": {
"other": "%(count)s sesiones verificadas",
"one": "1 sesión verificada"
},
"Hide verified sessions": "Ocultar sesiones verificadas",
"%(count)s sessions": {
"other": "%(count)s sesiones",
"one": "%(count)s sesión"
},
"Hide sessions": "Ocultar sesiones",
"This client does not support end-to-end encryption.": "Este cliente no es compatible con el cifrado de extremo a extremo.",
"Verify by scanning": "Verificar mediante escaneo",
"Ask %(displayName)s to scan your code:": "Pídele a %(displayName)s que escanee tu código:",
@ -414,7 +341,6 @@
"You cancelled verification.": "Has cancelado la verificación.",
"Encryption not enabled": "El cifrado no está activado",
"The encryption used by this room isn't supported.": "El cifrado usado por esta sala no es compatible.",
"Message Actions": "Acciones de mensaje",
"Show image": "Ver imagen",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Ha ignorado a esta cuenta, así que su mensaje está oculto. <a>Ver de todos modos.</a>",
"You verified %(name)s": "Has verificado a %(name)s",
@ -473,16 +399,9 @@
"Ok": "Ok",
"Your homeserver has exceeded its user limit.": "Tú servidor ha excedido su limite de usuarios.",
"Your homeserver has exceeded one of its resource limits.": "Tú servidor ha excedido el limite de sus recursos.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "La autenticidad de este mensaje cifrado no puede ser garantizada en este dispositivo.",
"IRC display name width": "Ancho del nombre de visualización de IRC",
"Backup version:": "Versión de la copia de seguridad:",
"Error creating address": "Error al crear la dirección",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Hubo un error al crear esa dirección. Es posible que el servidor no lo permita o que haya ocurrido una falla temporal.",
"You don't have permission to delete the address.": "No tienes permiso para borrar la dirección.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Se produjo un error al eliminar esa dirección. Puede que ya no exista o se haya producido un error temporal.",
"Error removing address": "Error al eliminar la dirección",
"Not encrypted": "Sin cifrar",
"Room settings": "Configuración de la sala",
"You've successfully verified your device!": "¡Ha verificado correctamente su dispositivo!",
"Edited at %(date)s": "Última vez editado: %(date)s",
"Click to view edits": "Haz clic para ver las ediciones",
@ -521,13 +440,6 @@
"Join the conference from the room information card on the right": "Únete a la conferencia desde el panel de información de la sala de la derecha",
"Join the conference at the top of this room": "Únete a la conferencia en la parte de arriba de la sala",
"Ignored attempt to disable encryption": "Se ha ignorado un intento de desactivar el cifrado",
"Add widgets, bridges & bots": "Añadir accesorios, puentes y bots",
"Edit widgets, bridges & bots": "Editar accesorios, puentes y bots",
"Widgets": "Accesorios",
"Set my room layout for everyone": "Hacer que todo el mundo use mi disposición de sala",
"You can only pin up to %(count)s widgets": {
"other": "Solo puedes anclar hasta %(count)s accesorios"
},
"This looks like a valid Security Key!": "¡Parece que es una clave de seguridad válida!",
"Not a valid Security Key": "No es una clave de seguridad válida",
"Zimbabwe": "Zimbabue",
@ -821,7 +733,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Invitar a alguien usando su nombre, dirección de correo, nombre de usuario (ej.: <userId/>) o <a>compartiendo la sala</a>.",
"Start a conversation with someone using their name or username (like <userId/>).": "Empieza una conversación con alguien usando su nombre o nombre de usuario (como <userId/>).",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Empieza una conversación con alguien usando su nombre, correo electrónico o nombre de usuario (como <userId/>).",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "No podrás deshacer esto, ya que te estás quitando tus permisos. Si eres la última persona con permisos en este usuario, no será posible recuperarlos.",
"%(count)s members": {
"one": "%(count)s miembro",
"other": "%(count)s miembros"
@ -834,7 +745,6 @@
"Invite someone using their name, username (like <userId/>) or <a>share this space</a>.": "Invita a más gente usando su nombre, nombre de usuario (ej.: <userId/>) o <a>compartiendo el enlace a este espacio</a>.",
"Create a new room": "Crear una sala nueva",
"Space selection": "Selección de espacio",
"Your message was sent": "Mensaje enviado",
"Leave space": "Salir del espacio",
"Create a space": "Crear un espacio",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "Esto solo afecta normalmente a cómo el servidor procesa la sala. Si estás teniendo problemas con %(brand)s, por favor, infórmanos del problema.",
@ -871,13 +781,11 @@
"Only do this if you have no other device to complete verification with.": "Solo haz esto si no tienes ningún otro dispositivo con el que completar la verificación.",
"Reset everything": "Restablecer todo",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Si lo haces, ten en cuenta que ninguno de tus mensajes serán eliminados, pero la experiencia de búsqueda será peor durante unos momentos mientras recreamos el índice",
"View message": "Ver mensaje",
"Including %(commaSeparatedMembers)s": "Incluyendo %(commaSeparatedMembers)s",
"View all %(count)s members": {
"one": "Ver 1 miembro",
"other": "Ver los %(count)s miembros"
},
"Failed to send": "No se ha podido mandar",
"Want to add a new room instead?": "¿Quieres añadir una sala nueva en su lugar?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"other": "Añadiendo salas… (%(progress)s de %(count)s)",
@ -886,10 +794,6 @@
"Not all selected were added": "No se han añadido todas las seleccionadas",
"You are not allowed to view this server's rooms list": "No tienes permiso para ver la lista de salas de este servidor",
"Error processing voice message": "Ha ocurrido un error al procesar el mensaje de voz",
"We didn't find a microphone on your device. Please check your settings and try again.": "No hemos encontrado un micrófono en tu dispositivo. Por favor, revisa tus ajustes e inténtalo de nuevo.",
"No microphone found": "Micrófono no detectado",
"We were unable to access your microphone. Please check your browser settings and try again.": "No hemos podido acceder a tu micrófono. Por favor, comprueba los ajustes de tu navegador e inténtalo de nuevo.",
"Unable to access your microphone": "No se ha podido acceder a tu micrófono",
"Search names and descriptions": "Buscar por nombre y descripción",
"You may contact me if you have any follow up questions": "Os podéis poner en contacto conmigo si tenéis alguna pregunta",
"To leave the beta, visit your settings.": "Para salir de la beta, ve a tus ajustes.",
@ -900,16 +804,8 @@
"Message preview": "Vista previa del mensaje",
"Sent": "Enviado",
"You don't have permission to do this": "No tienes permisos para hacer eso",
"Pinned messages": "Mensajes fijados",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Si tienes permisos, abre el menú de cualquier mensaje y selecciona <b>Fijar</b> para colocarlo aquí.",
"Nothing pinned, yet": "Ningún mensaje fijado… todavía",
"Please provide an address": "Por favor, elige una dirección",
"Message search initialisation failed, check <a>your settings</a> for more information": "Ha fallado el sistema de búsqueda de mensajes. Comprueba <a>tus ajustes</a> para más información",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Elige una dirección para este espacio y los usuarios de tu servidor base (%(localDomain)s) podrán encontrarlo a través del buscador",
"To publish an address, it needs to be set as a local address first.": "Para publicar una dirección, primero debe ser añadida como dirección local.",
"Published addresses can be used by anyone on any server to join your room.": "Las direcciones publicadas pueden usarse por cualquiera para unirse a tu sala, independientemente de su servidor base.",
"Published addresses can be used by anyone on any server to join your space.": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.",
"This space has no local addresses": "Este espacio no tiene direcciones locales",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Tu aplicación %(brand)s no te permite usar un gestor de integración para hacer esto. Por favor, contacta con un administrador.",
"Unable to copy a link to the room to the clipboard.": "No se ha podido copiar el enlace a la sala.",
"Unable to copy room link": "No se ha podido copiar el enlace a la sala",
@ -953,13 +849,10 @@
"Decrypting": "Descifrando",
"Missed call": "Llamada perdida",
"Call declined": "Llamada rechazada",
"Stop recording": "Dejar de grabar",
"Send voice message": "Enviar un mensaje de voz",
"Unknown failure: %(reason)s": "Fallo desconocido: %(reason)s",
"Rooms and spaces": "Salas y espacios",
"Results": "Resultados",
"Some encryption parameters have been changed.": "Algunos parámetros del cifrado han cambiado.",
"Role in <RoomName/>": "Rol en <RoomName/>",
"To join a space you'll need an invite.": "Para unirte a un espacio, necesitas que te inviten a él.",
"Don't leave any rooms": "No salir de ninguna sala",
"Leave all rooms": "Salir de todas las salas",
@ -968,33 +861,17 @@
"You are about to leave <spaceName/>.": "Estás a punto de salirte de <spaceName/>.",
"MB": "MB",
"In reply to <a>this message</a>": "En respuesta a <a>este mensaje</a>",
"Export chat": "Exportar conversación",
"Skip verification for now": "Saltar la verificación por ahora",
"Really reset verification keys?": "¿De verdad quieres restablecer las claves de verificación?",
"They won't be able to access whatever you're not an admin of.": "No podrán acceder a donde no tengas permisos de administración.",
"Downloading": "Descargando",
"Unban them from specific things I'm able to": "Quitar veto de algunos sitios donde tenga los permisos suficientes",
"Ban them from specific things I'm able to": "Vetar de algunos sitios donde tenga los permisos suficientes",
"Ban them from everything I'm able to": "Vetar de todos los sitios donde tenga los permisos suficientes",
"Unban them from everything I'm able to": "Quitar veto de todos los sitios donde tenga los permisos suficientes",
"Ban from %(roomName)s": "Vetar de %(roomName)s",
"Unban from %(roomName)s": "Quitar veto de %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Podrán seguir accediendo a donde no tengas permisos de administración.",
"Disinvite from %(roomName)s": "Anular la invitación a %(roomName)s",
"%(count)s reply": {
"one": "%(count)s respuesta",
"other": "%(count)s respuestas"
},
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Escribe tu frase de seguridad o <button>usa tu clave de seguridad</button> para continuar.",
"View in room": "Ver en la sala",
"Joining": "Uniéndote",
"In encrypted rooms, verify all users to ensure it's secure.": "En salas cifradas, verifica a todos los usuarios para asegurarte de que es segura.",
"Yours, or the other users' session": "Tu sesión o la de la otra persona",
"Yours, or the other users' internet connection": "Tu conexión a internet o la de la otra persona",
"The homeserver the user you're verifying is connected to": "El servidor base del usuario al que estás invitando",
"If you can't see who you're looking for, send them your invite link below.": "Si no encuentras a quien buscas, envíale tu enlace de invitación que encontrarás abajo.",
"Joined": "Te has unido",
"Copy link to thread": "Copiar enlace al hilo",
"Thread options": "Ajustes del hilo",
"Reply in thread": "Responder en hilo",
"Forget": "Olvidar",
@ -1011,7 +888,6 @@
"Experimental": "Experimentos",
"Themes": "Temas",
"Moderation": "Moderación",
"Files": "Archivos",
"Recent searches": "Búsquedas recientes",
"To search messages, look for this icon at the top of a room <icon/>": "Para buscar contenido de mensajes, usa este icono en la parte de arriba de una sala: <icon/>",
"Other searches": "Otras búsquedas",
@ -1039,7 +915,6 @@
},
"Sorry, your vote was not registered. Please try again.": "Lo sentimos, no se ha podido registrar el voto. Inténtalo otra vez.",
"Vote not registered": "Voto no emitido",
"Chat": "Conversación",
"Based on %(count)s votes": {
"other": "%(count)s votos",
"one": "%(count)s voto"
@ -1059,15 +934,6 @@
"toggle event": "activar o desactivar el evento",
"You cancelled verification on your other device.": "Has cancelado la verificación en tu otro dispositivo.",
"Almost there! Is your other device showing the same shield?": "¡Ya casi estás! ¿Ves el mismo escudo en el otro dispositivo?",
"Remove from room": "Sacar de la sala",
"Failed to remove user": "No se ha podido sacar al usuario",
"Remove them from specific things I'm able to": "Sacarle de algunos sitios en concreto",
"Remove them from everything I'm able to": "Sacarle de todos los sitios en los que pueda",
"Remove from %(roomName)s": "Sacar de %(roomName)s",
"Close this widget to view it in this panel": "Cierra este accesorio para verlo en este panel",
"Unpin this widget to view it in this panel": "Deja de fijar este accesorio para verlo en este panel",
"To proceed, please accept the verification request on your other device.": "Para continuar, acepta la solicitud de verificación en tu otro dispositivo.",
"From a thread": "Desde un hilo",
"Message pending moderation": "Mensaje esperando revisión",
"Message pending moderation: %(reason)s": "Mensaje esperando revisión: %(reason)s",
"Pick a date to jump to": "Elige la fecha a la que saltar",
@ -1080,7 +946,6 @@
"%(space1Name)s and %(space2Name)s": "%(space1Name)s y %(space2Name)s",
"This address does not point at this room": "La dirección no apunta a esta sala",
"Missing room name or separator e.g. (my-room:domain.org)": "Falta el nombre de la sala o el separador (ej.: mi-sala:dominio.org)",
"Pinned": "Fijado",
"Search Dialog": "Ventana de búsqueda",
"Join %(roomAddress)s": "Unirte a %(roomAddress)s",
"What location type do you want to share?": "¿Qué ubicación quieres compartir?",
@ -1092,7 +957,6 @@
"Results will be visible when the poll is ended": "Los resultados podrán verse cuando la encuesta termine",
"Sorry, you can't edit a poll after votes have been cast.": "Lo siento, no puedes editar una encuesta después de que alguien haya votado en ella.",
"Can't edit poll": "Encuesta no editable",
"Open thread": "Abrir hilo",
"Can't create a thread from an event with an existing relation": "No ha sido posible crear un hilo a partir de un evento con una relación existente",
"You are sharing your live location": "Estás compartiendo tu ubicación en tiempo real",
"Click": "Clic",
@ -1117,13 +981,6 @@
"Live location ended": "La ubicación en tiempo real ha terminado",
"Live until %(expiryTime)s": "En directo hasta %(expiryTime)s",
"View live location": "Ver ubicación en tiempo real",
"Ban from room": "Vetar de la sala",
"Unban from room": "Dejar de vetar de la sala",
"Ban from space": "Vetar del espacio",
"Unban from space": "Dejar de vetar del espacio",
"Disinvite from room": "Retirar la invitación a la sala",
"Remove from space": "Quitar del espacio",
"Disinvite from space": "Retirar la invitación al espacio",
"An error occurred while stopping your live location, please try again": "Ha ocurrido un error al dejar de compartir tu ubicación en tiempo real. Por favor, inténtalo de nuevo",
"An error occurred while stopping your live location": "Ha ocurrido un error al dejar de compartir tu ubicación en tiempo real",
"Close sidebar": "Cerrar barra lateral",
@ -1148,7 +1005,6 @@
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Tu mensaje no se ha enviado porque este servidor base ha sido bloqueado por su administrador. Por favor, <a>contacta con el administrador</a> de tu servicio para seguir usándolo.",
"Cameras": "Cámaras",
"Open room": "Abrir sala",
"Show Labs settings": "Ver ajustes de los experimentos",
"Unread email icon": "Icono de email sin leer",
"An error occurred whilst sharing your live location, please try again": "Ha ocurrido un error al compartir tu ubicación en tiempo real. Por favor, inténtalo de nuevo",
"An error occurred whilst sharing your live location": "Ocurrió un error mientras se compartía tu ubicación en tiempo real",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s o %(recoveryFile)s",
"Video call ended": "Videollamada terminada",
"%(name)s started a video call": "%(name)s comenzó una videollamada",
"Room info": "Info. de la sala",
"Completing set up of your new device": "Terminando de configurar tu nuevo dispositivo",
"Waiting for device to sign in": "Esperando a que el dispositivo inicie sesión",
"Review and approve the sign in": "Revisar y aprobar inicio de sesión",
@ -1219,12 +1074,6 @@
"Too many attempts in a short time. Wait some time before trying again.": "Demasiados intentos en poco tiempo. Espera un poco antes de volverlo a intentar.",
"Thread root ID: %(threadRootId)s": "ID del hilo raíz: %(threadRootId)s",
"<w>WARNING:</w> <description/>": "<w>ADVERTENCIA :</w> <description/>",
"Unable to decrypt message": "No se ha podido descifrar el mensaje",
"We were unable to start a chat with the other user.": "No se ha podido iniciar una conversación con el otro usuario.",
"Error starting verification": "Error al empezar la verificación",
"Text": "Texto",
"Create a link": "Crear un enlace",
"This message could not be decrypted": "No se ha podido descifrar este mensaje",
" in <strong>%(room)s</strong>": " en <strong>%(room)s</strong>",
"Connecting…": "Conectando…",
"Scan QR code": "Escanear código QR",
@ -1243,13 +1092,6 @@
"Load more polls": "Cargar más encuestas",
"Loading polls": "Cargando encuestas",
"Active polls": "Encuestas activas",
"Ignore %(user)s": "Ignorar a %(user)s",
"Poll history": "Historial de encuestas",
"Edit link": "Editar enlace",
"Search all rooms": "Buscar en todas las salas",
"Search this room": "Buscar en esta sala",
"Encrypting your message…": "Cifrando tu mensaje…",
"Sending your message…": "Enviando tu mensaje…",
"unknown": "desconocido",
"Starting export process…": "Iniciando el proceso de exportación…",
"Ended a poll": "Cerró una encuesta",
@ -1383,7 +1225,12 @@
"low_priority": "Prioridad baja",
"historical": "Historial",
"go_to_settings": "Ir a la configuración",
"setup_secure_messages": "Configurar mensajes seguros"
"setup_secure_messages": "Configurar mensajes seguros",
"unencrypted": "Sin cifrar",
"view_message": "Ver mensaje",
"joined": "Te has unido",
"show_more": "Ver más",
"are_you_sure": "¿Estás seguro?"
},
"action": {
"continue": "Continuar",
@ -1707,9 +1554,17 @@
"formatting_toolbar_label": "Formato",
"format_italics": "Cursiva",
"format_insert_link": "Insertar enlace",
"replying_title": "Respondiendo"
"replying_title": "Respondiendo",
"edit_composer_label": "Editar mensaje",
"send_voice_message": "Enviar un mensaje de voz",
"stop_voice_message": "Dejar de grabar",
"link_modal": {
"title_edit": "Editar enlace",
"title_create": "Crear un enlace",
"text_field_label": "Texto",
"link_field_label": "Enlace"
}
},
"Link": "Enlace",
"Code": "Código",
"power_level": {
"default": "Por defecto",
@ -2719,7 +2574,19 @@
"one": "%(count)s persona lo ha visto",
"other": "%(count)s personas lo han visto"
},
"read_receipts_label": "Acuses de recibo"
"read_receipts_label": "Acuses de recibo",
"thread_info_basic": "Desde un hilo",
"error_no_renderer": "No se ha podido mostrar este evento",
"undecryptable_tooltip": "No se ha podido descifrar este mensaje",
"send_state_sending": "Enviando tu mensaje…",
"send_state_encrypting": "Cifrando tu mensaje…",
"send_state_sent": "Mensaje enviado",
"send_state_failed": "No se ha podido mandar",
"mab": {
"label": "Acciones de mensaje",
"view_in_room": "Ver en la sala",
"copy_link_thread": "Copiar enlace al hilo"
}
},
"slash_command": {
"spoiler": "Envía el mensaje como un spoiler",
@ -2931,7 +2798,11 @@
"other": "%(count)s personas unidas"
},
"unknown_person": "persona desconocida",
"connecting": "Conectando"
"connecting": "Conectando",
"unable_to_access_audio_input_title": "No se ha podido acceder a tu micrófono",
"unable_to_access_audio_input_description": "No hemos podido acceder a tu micrófono. Por favor, comprueba los ajustes de tu navegador e inténtalo de nuevo.",
"no_audio_input_title": "Micrófono no detectado",
"no_audio_input_description": "No hemos encontrado un micrófono en tu dispositivo. Por favor, revisa tus ajustes e inténtalo de nuevo."
},
"Other": "Otros",
"room_settings": {
@ -3054,7 +2925,32 @@
"save": "Guardar cambios",
"leave_space": "Salir del espacio",
"aliases_section": "Direcciones de la sala",
"other_section": "Otros"
"other_section": "Otros",
"error_updating_canonical_alias_title": "Error al actualizar la dirección principal",
"error_updating_canonical_alias_description": "Hubo un error al actualizar la dirección principal de la sala. Posiblemente el servidor no lo permita o se produjo un error temporal.",
"error_updating_alias_description": "Hubo un error al actualizar la dirección alternativa de la sala. Posiblemente el servidor no lo permita o se produjo un error temporal.",
"error_creating_alias_title": "Error al crear la dirección",
"error_creating_alias_description": "Hubo un error al crear esa dirección. Es posible que el servidor no lo permita o que haya ocurrido una falla temporal.",
"error_deleting_alias_description_forbidden": "No tienes permiso para borrar la dirección.",
"error_deleting_alias_description": "Se produjo un error al eliminar esa dirección. Puede que ya no exista o se haya producido un error temporal.",
"error_deleting_alias_title": "Error al eliminar la dirección",
"canonical_alias_field_label": "Dirección principal",
"no_aliases_space": "Este espacio no tiene direcciones locales",
"no_aliases_room": "Esta sala no tiene direcciones locales",
"local_alias_field_label": "Dirección local",
"published_aliases_section": "Direcciones publicadas",
"published_aliases_explainer_space": "Los espacios publicados pueden usarse por cualquiera, independientemente de su servidor base.",
"published_aliases_explainer_room": "Las direcciones publicadas pueden usarse por cualquiera para unirse a tu sala, independientemente de su servidor base.",
"published_aliases_description": "Para publicar una dirección, primero debe ser añadida como dirección local.",
"aliases_items_label": "Otras direcciones publicadas:",
"aliases_no_items_label": "Todavía no hay direcciones publicadas, puedes añadir una más abajo",
"new_alias_placeholder": "Nueva dirección publicada (p.ej.. #alias:servidor)",
"local_aliases_section": "Direcciones locales",
"local_aliases_explainer_space": "Elige una dirección para este espacio y los usuarios de tu servidor base (%(localDomain)s) podrán encontrarlo a través del buscador",
"local_aliases_explainer_room": "Define las direcciones de esta sala para que los usuarios puedan encontrarla a través de tu servidor base (%(localDomain)s)",
"name_field_label": "Nombre de sala",
"topic_field_label": "Asunto de la sala",
"avatar_field_label": "Avatar de la sala"
},
"advanced": {
"unfederated": "Esta sala no es accesible desde otros servidores de Matrix",
@ -3151,7 +3047,13 @@
"verification_success_without_backup": "Has verificado tu nuevo dispositivo. El resto verá que es de confianza.",
"verification_skip_warning": "Si decides no verificar, no tendrás acceso a todos tus mensajes y puede que le aparezcas a los demás como «no confiado».",
"verify_later": "La verificaré en otro momento",
"verify_reset_warning_1": "Una vez restableces las claves de verificación, no lo podrás deshacer. Después de restablecerlas, no podrás acceder a los mensajes cifrados antiguos, y cualquier persona que te haya verificado verá avisos de seguridad hasta que vuelvas a hacer la verificación con ella."
"verify_reset_warning_1": "Una vez restableces las claves de verificación, no lo podrás deshacer. Después de restablecerlas, no podrás acceder a los mensajes cifrados antiguos, y cualquier persona que te haya verificado verá avisos de seguridad hasta que vuelvas a hacer la verificación con ella.",
"self_verification_hint": "Para continuar, acepta la solicitud de verificación en tu otro dispositivo.",
"waiting_for_user_accept": "Esperando a que %(displayName)s acepte…",
"accepting": "Aceptando…",
"start_button": "Iniciar verificación",
"error_starting_title": "Error al empezar la verificación",
"error_starting_description": "No se ha podido iniciar una conversación con el otro usuario."
},
"old_version_detected_title": "Se detectó información de criptografía antigua",
"old_version_detected_description": "Se detectó una versión más antigua de %(brand)s. Esto habrá provocado que la criptografía de extremo a extremo funcione incorrectamente en la versión más antigua. Los mensajes cifrados de extremo a extremo intercambiados recientemente mientras usaba la versión más antigua puede que no sean descifrables con esta versión. Esto también puede hacer que fallen con la más reciente. Si experimenta problemas, desconecte y vuelva a ingresar. Para conservar el historial de mensajes, exporte y vuelva a importar sus claves.",
@ -3184,6 +3086,26 @@
"description_1": "Esta sesión ha detectado que tu frase de seguridad y clave para mensajes seguros ha sido eliminada.",
"description_2": "Si hizo esto accidentalmente, puede configurar Mensajes seguros en esta sesión que volverá a cifrar el historial de mensajes de esta sesión con un nuevo método de recuperación.",
"warning": "Si no eliminó el método de recuperación, es posible que un atacante esté intentando acceder a su cuenta. Cambie la contraseña de su cuenta y configure un nuevo método de recuperación inmediatamente en Configuración."
},
"setup_secure_backup": {
"explainer": "Haz copia de seguridad de tus claves antes de cerrar sesión para evitar perderlas.",
"title": "Configurar"
},
"cross_signing_user_warning": "Este usuario no ha verificado todas sus sesiones.",
"cross_signing_user_normal": "No has verificado a este usuario.",
"cross_signing_user_verified": "Usted ha verificado este usuario. Este usuario ha verificado todas sus sesiones.",
"cross_signing_room_warning": "Alguien está usando una sesión desconocida",
"cross_signing_room_normal": "Esta sala usa cifrado de extremo a extremo",
"cross_signing_room_verified": "Todos los participantes en esta sala están verificados",
"event_shield_reason_authenticity_not_guaranteed": "La autenticidad de este mensaje cifrado no puede ser garantizada en este dispositivo.",
"event_shield_reason_mismatched_sender_key": "Cifrado por una sesión no verificada",
"messages_not_secure": {
"title": "Los mensajes no son seguros",
"heading": "Uno de los siguientes puede estar comprometido:",
"cause_1": "Tu servidor base",
"cause_2": "El servidor base del usuario al que estás invitando",
"cause_3": "Tu conexión a internet o la de la otra persona",
"cause_4": "Tu sesión o la de la otra persona"
}
},
"emoji": {
@ -3521,7 +3443,10 @@
"error_loading": "Error al cargar el accesorio",
"error_mixed_content": "Error - Contenido mezclado",
"unmaximise": "Dejar de maximizar",
"popout": "Abrir accesorio en una ventana emergente"
"popout": "Abrir accesorio en una ventana emergente",
"unpin_to_view_right_panel": "Deja de fijar este accesorio para verlo en este panel",
"close_to_view_right_panel": "Cierra este accesorio para verlo en este panel",
"set_room_layout": "Hacer que todo el mundo use mi disposición de sala"
},
"feedback": {
"sent": "Comentarios enviados",
@ -3607,7 +3532,9 @@
"show_all_threads": "Ver todos los hilos",
"empty_explainer": "Los hilos ayudan a mantener tus conversaciones centradas y a que sean fáciles de seguir.",
"empty_tip": "<b>Consejo:</b> Usa «%(replyInThread)s» mientras pasas el ratón sobre un mensaje.",
"empty_heading": "Organiza los temas de conversación en hilos"
"empty_heading": "Organiza los temas de conversación en hilos",
"open_thread": "Abrir hilo",
"unable_to_decrypt": "No se ha podido descifrar el mensaje"
},
"theme": {
"light_high_contrast": "Claro con contraste alto",
@ -3853,7 +3780,21 @@
"inaccessible_subtitle_2": "El código de error %(errcode)s fue devuelto cuando se intentaba acceder a la sala o espacio. Si crees que este mensaje es un error, por favor, <issueLink> envía un reporte de bug </issueLink>.",
"join_failed_needs_invite": "Para ver %(roomName)s necesitas una invitación",
"view_failed_enable_video_rooms": "Para verla, activa las salas de vídeos en la sección de experimentos de los ajustes",
"join_failed_enable_video_rooms": "Para unirse, por favor activa las salas de vídeo en Labs primero"
"join_failed_enable_video_rooms": "Para unirse, por favor activa las salas de vídeo en Labs primero",
"jump_to_bottom_button": "Ir a los mensajes más recientes",
"show_labs_settings": "Ver ajustes de los experimentos",
"upgrade_warning_bar": "Actualizar esta sala cerrará la instancia actual de la sala y creará una sala actualizada con el mismo nombre.",
"upgrade_warning_bar_upgraded": "Esta sala ya ha sido actualizada.",
"upgrade_warning_bar_unstable": "Esta sala está ejecutando la versión de sala <roomVersion />, la cual ha sido marcado por este servidor base como <i>inestable</i>.",
"upgrade_warning_bar_admins": "Sólo los administradores de la sala verán esta advertencia",
"search": {
"this_room": "Esta sala",
"all_rooms": "Todas las salas",
"field_placeholder": "Buscar…",
"this_room_button": "Buscar en esta sala",
"all_rooms_button": "Buscar en todas las salas"
},
"jump_read_marker": "Ir al primer mensaje no leído."
},
"file_panel": {
"guest_note": "<a>Regístrate</a> para usar esta funcionalidad",
@ -4068,5 +4009,86 @@
"invited_list_heading": "Invitado",
"filter_placeholder": "Filtrar miembros de la sala",
"power_label": "%(userName)s (nivel de permisos %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Actualmente no tienes ningún paquete de pegatinas activado",
"empty_add_prompt": "Añadir alguno ahora"
},
"user_info": {
"error_revoke_3pid_invite_title": "Error al revocar la invitación",
"error_revoke_3pid_invite_description": "No se logró revocar la invitación. El servidor puede sufrir un problema temporal o usted no tiene los permisos suficientes para revocar la invitación.",
"admin_tools_section": "Herramientas de administración",
"revoke_invite": "Revocar invitación",
"invited_by": "Invitado por %(sender)s",
"room_encrypted": "Los mensajes de esta sala están cifrados de extremo a extremo.",
"room_encrypted_detail": "Los mensajes son seguros y sólo tú y el destinatario tienen las claves únicas para desbloquearlos.",
"room_unencrypted": "Los mensajes en esta sala no están cifrados de extremo a extremo.",
"room_unencrypted_detail": "En las salas cifradas, tus mensajes están seguros y solo tú y el destinatario tienen las claves únicas para desbloquearlos.",
"verify_button": "Verificar usuario",
"verify_explainer": "Para mayor seguridad, verifica a este usuario comprobando un código temporal vez dos de tus dispositivos.",
"hide_verified_sessions": "Ocultar sesiones verificadas",
"hide_sessions": "Ocultar sesiones",
"ignore_confirm_title": "Ignorar a %(user)s",
"jump_to_rr_button": "Saltar al último mensaje sin leer",
"share_button": "Compartir enlace al usuario",
"demote_self_confirm_title": "¿Quitarte permisos a ti mismo?",
"demote_self_confirm_description_space": "No podrás deshacer esto, ya que te estás quitando tus permisos. Si eres la última persona con permisos en este usuario, no será posible recuperarlos.",
"demote_self_confirm_room": "No podrás deshacer este cambio ya que estás quitándote permisos a ti mismo, si eres el último usuario con privilegios de la sala te resultará imposible recuperarlos.",
"demote_button": "Quitar permisos",
"disinvite_button_space": "Retirar la invitación al espacio",
"kick_button_space": "Quitar del espacio",
"disinvite_button_room": "Retirar la invitación a la sala",
"kick_button_room": "Sacar de la sala",
"disinvite_button_room_name": "Anular la invitación a %(roomName)s",
"kick_button_room_name": "Sacar de %(roomName)s",
"kick_button_space_everything": "Sacarle de todos los sitios en los que pueda",
"kick_space_specific": "Sacarle de algunos sitios en concreto",
"kick_space_warning": "Podrán seguir accediendo a donde no tengas permisos de administración.",
"error_kicking_user": "No se ha podido sacar al usuario",
"redact_button": "Eliminar mensajes recientes",
"unban_button_space": "Dejar de vetar del espacio",
"ban_button_space": "Vetar del espacio",
"unban_button_room": "Dejar de vetar de la sala",
"ban_button_room": "Vetar de la sala",
"unban_room_confirm_title": "Quitar veto de %(roomName)s",
"ban_room_confirm_title": "Vetar de %(roomName)s",
"unban_space_everything": "Quitar veto de todos los sitios donde tenga los permisos suficientes",
"ban_space_everything": "Vetar de todos los sitios donde tenga los permisos suficientes",
"unban_space_specific": "Quitar veto de algunos sitios donde tenga los permisos suficientes",
"ban_space_specific": "Vetar de algunos sitios donde tenga los permisos suficientes",
"unban_space_warning": "No podrán acceder a donde no tengas permisos de administración.",
"error_ban_user": "Bloqueo del usuario falló",
"error_mute_user": "No se pudo silenciar al usuario",
"promote_warning": "No podrás deshacer este cambio porque estás promoviendo al usuario para tener el mismo nivel de autoridad que tú.",
"deactivate_confirm_title": "¿Desactivar usuario?",
"deactivate_confirm_description": "Desactivar este usuario le cerrará la sesión y desconectará. No podrá volver a iniciar sesión. Además, saldrá de todas las salas a que se había unido. Esta acción no puede deshacerse. ¿Desactivar este usuario?",
"deactivate_confirm_action": "Desactivar usuario",
"error_deactivate": "Error en desactivar usuario",
"role_label": "Rol en <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Mensajes fijados",
"empty": "Ningún mensaje fijado… todavía",
"explainer": "Si tienes permisos, abre el menú de cualquier mensaje y selecciona <b>Fijar</b> para colocarlo aquí.",
"limits": {
"other": "Solo puedes anclar hasta %(count)s accesorios"
}
},
"video_room_chat": {
"title": "Conversación"
},
"room_summary_card": {
"title": "Info. de la sala"
},
"widgets_section": "Accesorios",
"edit_integrations": "Editar accesorios, puentes y bots",
"add_integrations": "Añadir accesorios, puentes y bots",
"files_button": "Archivos",
"polls_button": "Historial de encuestas",
"pinned_messages_button": "Fijado",
"export_chat_button": "Exportar conversación",
"share_button": "Compartir la sala",
"settings_button": "Configuración de la sala"
}
}

View file

@ -17,8 +17,6 @@
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
"Ask this user to verify their session, or manually verify it below.": "Palu nimetatud kasutajal verifitseerida see sessioon või tee seda alljärgnevaga käsitsi.",
"Direct Messages": "Isiklikud sõnumid",
"All Rooms": "Kõik jututoad",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Krüptitud jututubades sinu sõnumid on turvatud ning vaid sinul ja sõnumi saajal on unikaalsed võtmed nende kuvamiseks.",
"Verification timed out.": "Verifitseerimine aegus.",
"%(displayName)s cancelled verification.": "%(displayName)s tühistas verifitseerimise.",
"You cancelled verification.": "Sina tühistasid verifitseerimise.",
@ -40,7 +38,6 @@
"other": "Eemalda %(count)s sõnumit",
"one": "Eemalda 1 sõnum"
},
"Remove recent messages": "Eemalda hiljutised sõnumid",
"Sign out and remove encryption keys?": "Logi välja ja eemalda krüptimisvõtmed?",
"Upload files (%(current)s of %(total)s)": "Laadin faile üles (%(current)s / %(total)s)",
"Upload files": "Laadi failid üles",
@ -54,8 +51,6 @@
"Home": "Avaleht",
"You seem to be uploading files, are you sure you want to quit?": "Tundub, et sa parasjagu laadid faile üles. Kas sa kindlasti soovid väljuda?",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Kui soovid teatada Matrix'iga seotud turvaveast, siis palun tutvu enne Matrix.org <a>Turvalisuse avalikustamise juhendiga</a>.",
"Share Link to User": "Jaga viidet kasutaja kohta",
"Admin Tools": "Haldustoimingud",
"Filter results": "Filtreeri tulemusi",
"Share Room": "Jaga jututuba",
"Link to most recent message": "Viide kõige viimasele sõnumile",
@ -69,10 +64,8 @@
"Your browser likely removed this data when running low on disk space.": "On võimalik et sinu brauser kustutas need andmed, sest kõvakettaruumist jäi puudu.",
"Find others by phone or email": "Leia teisi kasutajaid telefoninumbri või e-posti aadressi alusel",
"Be found by phone or email": "Ole leitav telefoninumbri või e-posti aadressi alusel",
"Encrypted by an unverified session": "Krüptitud verifitseerimata sessiooni poolt",
"Encryption not enabled": "Krüptimine ei ole kasutusel",
"The encryption used by this room isn't supported.": "Selles jututoas kasutatud krüptimine ei ole toetatud.",
"Message Actions": "Tegevused sõnumitega",
"Error decrypting attachment": "Viga manuse dekrüptimisel",
"Decrypt %(text)s": "Dekrüpti %(text)s",
"Download %(text)s": "Laadi alla %(text)s",
@ -111,12 +104,9 @@
"one": "(~%(count)s tulemus)"
},
"Join Room": "Liitu jututoaga",
"Share room": "Jaga jututuba",
"New published address (e.g. #alias:server)": "Uus avaldatud aadess (näiteks #alias:server)",
"e.g. my-room": "näiteks minu-jututuba",
"Can't find this server or its room list": "Ei leia seda serverit ega tema jututubade loendit",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Üritasin laadida teatud hetke selle jututoa ajajoonelt, kuid ei suutnud seda leida.",
"This Room": "See jututuba",
"Sun": "Pühapäev",
"Mon": "Esmaspäev",
"Tue": "Teisipäev",
@ -127,33 +117,17 @@
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Search…": "Otsi…",
"Cancel search": "Tühista otsing",
"Search failed": "Otsing ebaõnnestus",
"Server may be unavailable, overloaded, or search timed out :(": "Server kas pole leitav, on ülekoormatud või otsing aegus :(",
"No more results": "Rohkem otsingutulemusi pole",
"Are you sure?": "Kas sa oled kindel?",
"Jump to read receipt": "Hüppa lugemisteatise juurde",
"Server did not require any authentication": "Server ei nõudnud mitte mingisugust autentimist",
"Recent Conversations": "Hiljutised vestlused",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Sinu sõnumit ei saadetud, kuna see koduserver on saavutanud igakuise aktiivsete kasutajate piiri. Teenuse kasutamiseks palun <a>võta ühendust serveri haldajaga</a>.",
"This room is end-to-end encrypted": "See jututuba on läbivalt krüptitud",
"Everyone in this room is verified": "Kõik kasutajad siin nututoas on verifitseeritud",
"Edit message": "Muuda sõnumit",
"Unencrypted": "Krüptimata",
"Encrypted by a deleted session": "Krüptitud kustutatud sessiooni poolt",
"Scroll to most recent messages": "Mine viimaste sõnumite juurde",
"No recent messages by %(user)s found": "Kasutajalt %(user)s ei leitud hiljutisi sõnumeid",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Vaata kas ajajoonel ülespool leidub varasemaid sõnumeid.",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Kui sõnumeid on väga palju, siis võib nüüd aega kuluda. Oodates palun ära tee ühtegi päringut ega andmevärskendust.",
"Failed to mute user": "Kasutaja summutamine ebaõnnestus",
"This user has not verified all of their sessions.": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.",
"You have not verified this user.": "Sa ei ole seda kasutajat verifitseerinud.",
"You have verified this user. This user has verified all of their sessions.": "Sa oled selle kasutaja verifitseerinud. See kasutaja on verifitseerinud kõik nende sessioonid.",
"Someone is using an unknown session": "Keegi kasutab tundmatut sessiooni",
"This event could not be displayed": "Seda sündmust ei õnnestunud kuvada",
"Room Name": "Jututoa nimi",
"Room Topic": "Jututoa teema",
"Room Settings - %(roomName)s": "Jututoa seadistused - %(roomName)s",
"General failure": "Üldine viga",
"Start verification again from their profile.": "Alusta verifitseerimist uuesti nende profiilist.",
@ -222,8 +196,6 @@
"Anchor": "Ankur",
"Headphones": "Kõrvaklapid",
"Folder": "Kaust",
"Set up": "Võta kasutusele",
"Show more": "Näita rohkem",
"Warning!": "Hoiatus!",
"Close dialog": "Sulge dialoog",
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Meeldetuletus: sinu brauser ei ole toetatud ja seega rakenduse kasutuskogemus võib olla ennustamatu.",
@ -242,23 +214,8 @@
"Couldn't load page": "Lehe laadimine ei õnnestunud",
"Are you sure you want to leave the room '%(roomName)s'?": "Kas oled kindel, et soovid lahkuda jututoast „%(roomName)s“?",
"Failed to connect to integration manager": "Ühendus integratsioonihalduriga ei õnnestunud",
"You don't currently have any stickerpacks enabled": "Sul pole ühtegi kleepsupakki kasutusel",
"Add some now": "Lisa nüüd mõned",
"Failed to revoke invite": "Kutse tühistamine ei õnnestunud",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kutse tühistamine ei õnnestunud. Serveri töös võib olla ajutine tõrge või sul pole piisavalt õigusi kutse tühistamiseks.",
"Revoke invite": "Tühista kutse",
"Invited by %(sender)s": "Kutsutud %(sender)s poolt",
"Jump to first unread message.": "Mine esimese lugemata sõnumi juurde.",
"Error updating main address": "Viga põhiaadressi uuendamisel",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Jututoa põhiaadressi uuendamisel tekkis viga. See kas pole serveris lubatud või tekkis mingi ajutine viga.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Jututoa lisaaadressi uuendamisel tekkis viga. See kas pole serveris lubatud või tekkis mingi ajutine viga.",
"Main address": "Põhiaadress",
"not specified": "määratlemata",
"unknown error code": "tundmatu veakood",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Selle jututoa versiooni uuendamine sulgeb tema praeguse instantsi ja loob sama nimega uuendatud jututoa.",
"This room has already been upgraded.": "See jututuba on juba uuendatud.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Selle jututoa versioon on <roomVersion /> ning see koduserver on tema märkinud <i>ebastabiilseks</i>.",
"Only room administrators will see this warning": "Vaid administraatorid näevad seda hoiatust",
"Logs sent": "Logikirjed saadetud",
"Thank you!": "Suur tänu!",
"Preparing to send logs": "Valmistun logikirjete saatmiseks",
@ -362,11 +319,6 @@
"Switch theme": "Vaheta teemat",
"Restricted": "Piiratud õigustega kasutaja",
"Moderator": "Moderaator",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Sa ei saa seda muudatust hiljem tagasi pöörata, sest annad teisele kasutajale samad õigused, mis sinul on.",
"Deactivate user?": "Kas deaktiveerime kasutajakonto?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Kasutaja deaktiveerimisel logitakse ta automaatselt välja ning ei lubata enam sisse logida. Lisaks lahkub ta kõikidest jututubadest, mille liige ta parasjagu on. Seda tegevust ei saa tagasi pöörata. Kas sa oled ikka kindel, et soovid selle kasutaja kõijkalt eemaldada?",
"Deactivate user": "Deaktiveeri kasutaja",
"Failed to deactivate user": "Kasutaja deaktiveerimine ei õnnestunud",
"This client does not support end-to-end encryption.": "See klient ei toeta läbivat krüptimist.",
"Delete Widget": "Kustuta vidin",
"Language Dropdown": "Keelevalik",
@ -374,28 +326,10 @@
"Your homeserver has exceeded one of its resource limits.": "Sinu koduserver on ületanud ühe oma ressursipiirangutest.",
"Ok": "Sobib",
"IRC display name width": "IRC kuvatava nime laius",
"Back up your keys before signing out to avoid losing them.": "Vältimaks nende kaotamist, varunda krüptovõtmed enne väljalogimist.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Selle krüptitud sõnumi autentsus pole selles seadmes tagatud.",
"and %(count)s others...": {
"other": "ja %(count)s muud...",
"one": "ja üks muu..."
},
"Error creating address": "Viga aadressi loomisel",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Aadressi loomisel tekkis viga. See kas on serveri poolt keelatud või tekkis ajutine tõrge.",
"You don't have permission to delete the address.": "Sinul pole õigusi selle aadressi kustutamiseks.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Selle aadressi kustutamisel tekkis viga. See kas juba on kustutatud või tekkis ajutine tõrge.",
"Error removing address": "Viga aadresi kustutamisel",
"This room has no local addresses": "Sellel jututoal puuduvad kohalikud aadressid",
"Local address": "Kohalik aadress",
"Published Addresses": "Avaldatud aadressid",
"Other published addresses:": "Muud avaldatud aadressid:",
"No other published addresses yet, add one below": "Ühtegi muud aadressi pole veel avaldatud, lisa üks alljärgnevalt",
"Local Addresses": "Kohalikud aadressid",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Et muud kasutajad saaks seda jututuba leida sinu koduserveri (%(localDomain)s) kaudu, lisa sellele jututoale aadresse",
"Demote yourself?": "Kas vähendad enda õigusi?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Kuna sa vähendad enda õigusi, siis sul ei pruugi hiljem olla võimalik seda muutust tagasi pöörata. Kui sa juhtumisi oled viimane haldusõigustega kasutaja jututoas, siis hiljem on võimatu samu õigusi tagasi saada.",
"Demote": "Vähenda enda õigusi",
"Failed to ban user": "Kasutaja ligipääsu keelamine ei õnnestunud",
"Almost there! Is %(displayName)s showing the same shield?": "Peaaegu valmis! Kas %(displayName)s kuvab sama kilpi?",
"Verify all users in a room to ensure it's secure.": "Tagamaks, et jututuba on turvaline, verifitseeri kõik selle kasutajad.",
"You've successfully verified your device!": "Sinu seadme verifitseerimine oli edukas!",
@ -452,9 +386,6 @@
"Restoring keys from backup": "Taastan võtmed varundusest",
"%(completed)s of %(total)s keys restored": "%(completed)s / %(total)s võtit taastatud",
"Unable to load backup status": "Varunduse oleku laadimine ei õnnestunud",
"Verify User": "Verifitseeri kasutaja",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Lisaturvalisus mõttes verifitseeri see kasutaja võrreldes selleks üheks korraks loodud koodi mõlemas seadmes.",
"Your messages are not secure": "Sinu sõnumid ei ole turvatud",
"Return to login screen": "Mine tagasi sisselogimisvaatele",
"Invalid homeserver discovery response": "Vigane vastus koduserveri tuvastamise päringule",
"Failed to get autodiscovery configuration from server": "Serveri automaattuvastuse seadistuste laadimine ei õnnestunud",
@ -467,25 +398,14 @@
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Krüptitud sõnumid kasutavad läbivat krüptimist. Ainult sinul ja saaja(te)l on võtmed selliste sõnumite lugemiseks.",
"Deactivate account": "Deaktiveeri kasutajakonto",
"This room is public": "See jututuba on avalik",
"Room avatar": "Jututoa tunnuspilt ehk avatar",
"Waiting for %(displayName)s to accept…": "Ootan, et %(displayName)s nõustuks…",
"Accepting…": "Nõustun …",
"Start Verification": "Alusta verifitseerimist",
"Messages in this room are end-to-end encrypted.": "See jututuba on läbivalt krüptitud.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Sinu sõnumid on turvatud ning ainult sinul ja saaja(te)l on unikaalsed võtmed selliste sõnumite lugemiseks.",
"Messages in this room are not end-to-end encrypted.": "See jututuba ei ole läbivalt krüptitud.",
"One of the following may be compromised:": "Üks järgnevatest võib olla sattunud valedesse kätesse:",
"Your homeserver": "Sinu koduserver",
"%(count)s verified sessions": {
"other": "%(count)s verifitseeritud sessiooni",
"one": "1 verifitseeritud sessioon"
},
"Hide verified sessions": "Peida verifitseeritud sessioonid",
"%(count)s sessions": {
"other": "%(count)s sessiooni",
"one": "%(count)s sessioon"
},
"Hide sessions": "Peida sessioonid",
"Verify by scanning": "Verifitseeri skaneerides",
"Ask %(displayName)s to scan your code:": "Palu, et %(displayName)s skaneeriks sinu koodi:",
"If you can't scan the code above, verify by comparing unique emoji.": "Kui sa ei saa skaneerida eespool kuvatud koodi, siis verifitseeri unikaalsete emoji'de võrdlemise teel.",
@ -515,13 +435,9 @@
"Preparing to download logs": "Valmistun logikirjete allalaadimiseks",
"Information": "Teave",
"Not encrypted": "Krüptimata",
"Room settings": "Jututoa seadistused",
"Backup version:": "Varukoopia versioon:",
"Start a conversation with someone using their name or username (like <userId/>).": "Alusta vestlust kasutades teise osapoole nime või kasutajanime (näiteks <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Kutsu kedagi tema nime, kasutajanime (nagu <userId/>) alusel või <a>jaga seda jututuba</a>.",
"Widgets": "Vidinad",
"Edit widgets, bridges & bots": "Muuda vidinaid, võrgusildu ja roboteid",
"Add widgets, bridges & bots": "Lisa vidinaid, võrgusildu ja roboteid",
"Unable to set up keys": "Krüptovõtmete kasutuselevõtmine ei õnnestu",
"Use the <a>Desktop app</a> to see all encrypted files": "Kõikide krüptitud failide vaatamiseks kasuta <a>Element Desktop</a> rakendust",
"Use the <a>Desktop app</a> to search encrypted messages": "Otsinguks krüptitud sõnumite hulgast kasuta <a>Element Desktop</a> rakendust",
@ -533,9 +449,6 @@
"Video conference updated by %(senderName)s": "%(senderName)s uuendas video rühmakõne",
"Video conference started by %(senderName)s": "%(senderName)s alustas video rühmakõnet",
"Ignored attempt to disable encryption": "Eirasin katset lõpetada krüptimise kasutamine",
"You can only pin up to %(count)s widgets": {
"other": "Sa saad kinnitada kuni %(count)s vidinat"
},
"Data on this screen is shared with %(widgetDomain)s": "Andmeid selles vaates jagatakse %(widgetDomain)s serveriga",
"Modal Widget": "Modaalne vidin",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Kutsu teist osapoolt tema nime, e-posti aadressi, kasutajanime (nagu <userId/>) alusel või <a>jaga seda jututuba</a>.",
@ -818,7 +731,6 @@
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "Ei õnnestu saada ligipääsu turvahoidlale. Palun kontrolli, et sa oleksid sisestanud õige turvafraasi.",
"Invalid Security Key": "Vigane turvavõti",
"Wrong Security Key": "Vale turvavõti",
"Set my room layout for everyone": "Kasuta minu jututoa paigutust kõigi jaoks",
"Remember this": "Jäta see meelde",
"The widget will verify your user ID, but won't be able to perform actions for you:": "See vidin verifitseerib sinu kasutajatunnuse, kuid ta ei saa sinu nimel toiminguid teha:",
"Allow this widget to verify your identity": "Luba sellel vidinal sinu isikut verifitseerida",
@ -830,8 +742,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Kutsu teist osapoolt tema nime, e-posti aadressi, kasutajanime (nagu <userId/>) alusel või <a>jaga seda kogukonnakeskust</a>.",
"Create a new room": "Loo uus jututuba",
"Space selection": "Kogukonnakeskuse valik",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Kuna sa vähendad enda õigusi, siis sul ei pruugi hiljem olla võimalik seda muutust tagasi pöörata. Kui sa juhtumisi oled viimane haldusõigustega kasutaja kogukonnakeskuses, siis hiljem on võimatu samu õigusi tagasi saada.",
"Your message was sent": "Sinu sõnum sai saadetud",
"Leave space": "Lahku kogukonnakeskusest",
"Create a space": "Loo kogukonnakeskus",
"%(count)s members": {
@ -867,7 +777,6 @@
"Reset everything": "Alusta kõigega algusest",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Unustasid või oled kaotanud kõik võimalused ligipääsu taastamiseks? <a>Lähtesta kõik ühe korraga</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Kui sa siiski soovid seda teha, siis sinu sõnumeid me ei kustuta, aga seniks kuni sõnumite indeks taustal uuesti luuakse, toimib otsing aeglaselt ja ebatõhusalt",
"View message": "Vaata sõnumit",
"You can select all or individual messages to retry or delete": "Sa võid valida kas kõik või mõned sõnumid kas kustutamiseks või uuesti saatmiseks",
"Sending": "Saadan",
"Retry all": "Proovi kõikidega uuesti",
@ -878,7 +787,6 @@
"one": "Vaata üht liiget",
"other": "Vaata kõiki %(count)s liiget"
},
"Failed to send": "Saatmine ei õnnestunud",
"Want to add a new room instead?": "Kas sa selle asemel soovid lisada jututuba?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Lisan jututuba...",
@ -887,27 +795,15 @@
"Not all selected were added": "Kõiki valituid me ei lisanud",
"You are not allowed to view this server's rooms list": "Sul puuduvad õigused selle serveri jututubade loendi vaatamiseks",
"Error processing voice message": "Viga häälsõnumi töötlemisel",
"We didn't find a microphone on your device. Please check your settings and try again.": "Me ei suutnud sinu seadmest leida mikrofoni. Palun kontrolli seadistusi ja proovi siis uuesti.",
"No microphone found": "Mikrofoni ei leidu",
"We were unable to access your microphone. Please check your browser settings and try again.": "Meil puudub ligipääs sinu mikrofonile. Palun kontrolli oma veebibrauseri seadistusi ja proovi uuesti.",
"Unable to access your microphone": "Puudub ligipääs mikrofonile",
"Search names and descriptions": "Otsi nimede ja kirjelduste seast",
"You may contact me if you have any follow up questions": "Kui sul on lisaküsimusi, siis vastan neile hea meelega",
"To leave the beta, visit your settings.": "Beetaversiooni saad välja lülitada rakenduse seadistustest.",
"Add reaction": "Lisa reaktsioon",
"Or send invite link": "Või saada kutse link",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Kui sul on vastavad õigused olemas, siis ava sõnumi juuresolev menüü ning püsisõnumi tekitamiseks vali <b>Klammerda</b>.",
"Pinned messages": "Klammerdatud sõnumid",
"Nothing pinned, yet": "Klammerdatud sõnumeid veel pole",
"Some suggestions may be hidden for privacy.": "Mõned soovitused võivad privaatsusseadistuste tõttu olla peidetud.",
"Search for rooms or people": "Otsi jututubasid või inimesi",
"Sent": "Saadetud",
"You don't have permission to do this": "Sul puuduvad selleks toiminguks õigused",
"To publish an address, it needs to be set as a local address first.": "Aadressi avaldamiseks peab ta esmalt olema määratud kohalikuks aadressiks.",
"Published addresses can be used by anyone on any server to join your room.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu jututoaga.",
"Published addresses can be used by anyone on any server to join your space.": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.",
"This space has no local addresses": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Selleks et teised kasutajad saaks seda kogukonda leida oma koduserveri kaudu (%(localDomain)s) seadista talle aadressid",
"Message search initialisation failed, check <a>your settings</a> for more information": "Sõnumite otsingu ettevalmistamine ei õnnestunud, lisateavet leiad <a>rakenduse seadistustest</a>",
"Please provide an address": "Palun sisesta aadress",
"Unnamed audio": "Nimetu helifail",
@ -946,8 +842,6 @@
"You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.": "Mõnedes jututubades või kogukondades oled sa ainus haldaja. Kuna sa nüüd soovid neist lahkuda, siis jäävad nad haldajata.",
"Call declined": "Osapool keeldus kõnest",
"Missed call": "Vastamata kõne",
"Send voice message": "Saada häälsõnum",
"Stop recording": "Lõpeta salvestamine",
"Unknown failure: %(reason)s": "Tundmatu viga: %(reason)s",
"Rooms and spaces": "Jututoad ja kogukonnad",
"Results": "Tulemused",
@ -959,7 +853,6 @@
"Connection failed": "Ühendus ebaõnnestus",
"Could not connect media": "Meediaseadme ühendamine ei õnnestunud",
"Some encryption parameters have been changed.": "Mõned krüptimise parameetrid on muutunud.",
"Role in <RoomName/>": "Roll jututoas <RoomName/>",
"To join a space you'll need an invite.": "Kogukonnakeskusega liitumiseks vajad kutset.",
"Would you like to leave the rooms in this space?": "Kas sa soovid lahkuda ka selle kogukonna jututubadest?",
"You are about to leave <spaceName/>.": "Sa oled lahkumas <spaceName/> kogukonnast.",
@ -968,40 +861,21 @@
"Don't leave any rooms": "Ära lahku ühestki jututoast",
"MB": "MB",
"In reply to <a>this message</a>": "Vastuseks <a>sellele sõnumile</a>",
"Export chat": "Ekspordi vestlus",
"Skip verification for now": "Jäta verifitseerimine praegu vahele",
"Really reset verification keys?": "Kas tõesti kustutame kõik verifitseerimisvõtmed?",
"They won't be able to access whatever you're not an admin of.": "Kasutaja ei saa ligi kohtadele, kus sul pole peakasutaja õigusi.",
"Ban them from specific things I'm able to": "Määra kasutajale suhtluskeeld valitud kohtades, kust ma saan",
"Unban them from specific things I'm able to": "Eemalda kasutajalt suhtluskeeld valitud kohtadest, kust ma saan",
"Ban them from everything I'm able to": "Määra kasutajale suhtluskeeld kõikjal, kus ma saan",
"Unban them from everything I'm able to": "Eemalda kasutajalt suhtluskeeld kõikjalt, kust ma saan",
"Ban from %(roomName)s": "Määra suhtluskeeld %(roomName)s jututoas",
"Unban from %(roomName)s": "Eemalda suhtluskeeld %(roomName)s jututoas",
"They'll still be able to access whatever you're not an admin of.": "Kasutaja saab jätkuvalt ligi kohtadele, kus sul pole peakasutaja õigusi.",
"Disinvite from %(roomName)s": "Võta tagasi %(roomName)s jututoa kutse",
"Downloading": "Laadin alla",
"%(count)s reply": {
"one": "%(count)s vastus",
"other": "%(count)s vastust"
},
"View in room": "Vaata jututoas",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Jätkamiseks sisesta oma turvafraas või <button>kasuta oma turvavõtit</button>.",
"Joined": "Liitunud",
"Joining": "Liitun",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Taasta ligipääs oma kontole ning selles sessioonis salvestatud krüptivõtmetele. Ilma nende võtmeteta sa ei saa lugeda krüptitud sõnumeid mitte üheski oma sessioonis.",
"If you can't see who you're looking for, send them your invite link below.": "Kui sa ei leia otsitavaid, siis saada neile kutse.",
"In encrypted rooms, verify all users to ensure it's secure.": "Krüptitud jututubades turvalisuse tagamiseks verifitseeri kõik kasutajad.",
"Yours, or the other users' session": "Sinu või teise kasutaja sessioon",
"Yours, or the other users' internet connection": "Sinu või teise kasutaja internetiühendus",
"The homeserver the user you're verifying is connected to": "Sinu poolt verifitseeritava kasutaja koduserver",
"Copy link to thread": "Kopeeri jutulõnga link",
"Thread options": "Jutulõnga valikud",
"Reply in thread": "Vasta jutulõngas",
"Forget": "Unusta",
"Files": "Failid",
"Close this widget to view it in this panel": "Sellel paneelil kuvamiseks sulge see vidin",
"Unpin this widget to view it in this panel": "Sellel paneelil kuvamiseks eemalda vidin lemmikutest",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s ja veel %(count)s kogukond",
"other": "%(spaceName)s ja muud %(count)s kogukonda"
@ -1028,7 +902,6 @@
"other": "%(count)s häält antud. Tulemuste nägemiseks tee oma valik"
},
"No votes cast": "Hääletanuid ei ole",
"Chat": "Vestle",
"Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "Kas sa oled kindel, et soovid lõpetada küsitlust? Sellega on tulemused lõplikud ja rohkem osaleda ei saa.",
"End Poll": "Lõpeta küsitlus",
"Sorry, the poll did not end. Please try again.": "Vabandust, aga küsitlus jäi lõpetamata. Palun proovi uuesti.",
@ -1061,14 +934,7 @@
"Verify other device": "Verifitseeri oma teine seade",
"You cancelled verification on your other device.": "Sina tühistasid verifitseerimise oma teises seadmes.",
"Almost there! Is your other device showing the same shield?": "Peaaegu valmis! Kas sinu teine seade kuvab sama kilpi?",
"To proceed, please accept the verification request on your other device.": "Jätkamaks palun võta vastu verifitseerimispalve oma teises seadmes.",
"From a thread": "Jutulõngast",
"Could not fetch location": "Asukoha tuvastamine ei õnnestunud",
"Remove from room": "Eemalda jututoast",
"Failed to remove user": "Kasutaja eemaldamine ebaõnnestus",
"Remove them from specific things I'm able to": "Eemalda kasutaja valitud kohtadest, kust ma saan",
"Remove them from everything I'm able to": "Eemalda kasutaja kõikjalt, kust ma saan",
"Remove from %(roomName)s": "Eemalda %(roomName)s jututoast",
"Message pending moderation": "Sõnum on modereerimise ootel",
"Message pending moderation: %(reason)s": "Sõnum on modereerimise ootel: %(reason)s",
"Pick a date to jump to": "Vali kuupäev, mida soovid vaadata",
@ -1085,14 +951,12 @@
"Join %(roomAddress)s": "Liitu %(roomAddress)s jututoaga",
"Results will be visible when the poll is ended": "Tulemused on näha siis, kui küsitlus on lõppenud",
"Search Dialog": "Otsinguvaade",
"Open thread": "Ava jutulõng",
"What location type do you want to share?": "Missugust asukohta sa soovid jagada?",
"Drop a Pin": "Märgi nööpnõelaga",
"My live location": "Minu asukoht reaalajas",
"My current location": "Minu praegune asukoht",
"%(brand)s could not send your location. Please try again later.": "%(brand)s ei saanud sinu asukohta edastada. Palun proovi hiljem uuesti.",
"We couldn't send your location": "Sinu asukoha saatmine ei õnnestunud",
"Pinned": "Klammerdatud",
"Expand quotes": "Näita viidatud sisu",
"Collapse quotes": "Peida viidatud sisu",
"Click": "Klõpsi",
@ -1118,13 +982,6 @@
"Live location enabled": "Reaalajas asukoha jagamine on kasutusel",
"Live location error": "Viga asukoha jagamisel reaalajas",
"Live until %(expiryTime)s": "Kuvamine toimib kuni %(expiryTime)s",
"Ban from room": "Määra suhtluskeeld jututoas",
"Unban from room": "Eemalda suhtluskeeld jututoas",
"Ban from space": "Määra suhtluskeeld kogukonnas",
"Unban from space": "Eemalda suhtluskeeld kogukonnas",
"Remove from space": "Eemalda sellest kogukonnast",
"Disinvite from room": "Eemalda kutse jututuppa",
"Disinvite from space": "Eemalda kutse kogukonda",
"No live locations": "Reaalajas asukohad puuduvad",
"Close sidebar": "Sulge külgpaan",
"View List": "Vaata loendit",
@ -1150,7 +1007,6 @@
"Output devices": "Väljundseadmed",
"Input devices": "Sisendseadmed",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Sinu sõnumit ei saadetud, kuna see koduserver blokeeritud serveri haldaja poolt. Teenuse kasutamiseks palun <a>võta ühendust serveri haldajaga</a>.",
"Show Labs settings": "Näita seadistusi",
"An error occurred whilst sharing your live location, please try again": "Asukoha reaalajas jagamisel tekkis viga, palun proovi mõne hetke pärast uuesti",
"An error occurred whilst sharing your live location": "Sinu asukoha jagamisel reaalajas tekkis viga",
"Unread email icon": "Lugemata e-kirja ikoon",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s või %(recoveryFile)s",
"Video call ended": "Videokõne on lõppenud",
"%(name)s started a video call": "%(name)s algatas videokõne",
"Room info": "Jututoa teave",
"Completing set up of your new device": "Lõpetame uue seadme seadistamise",
"Waiting for device to sign in": "Ootame, et teine seade logiks võrku",
"Review and approve the sign in": "Vaata üle ja kinnita sisselogimine Matrixi'i võrku",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Liiga palju päringuid napis ajavahemikus. Enne uuesti proovimist palun oota %(timeout)s sekundit.",
"Too many attempts in a short time. Wait some time before trying again.": "Liiga palju päringuid napis ajavahemikus. Enne uuesti proovimist palun oota veidi.",
"Thread root ID: %(threadRootId)s": "Jutulõnga esimese kirje tunnus: %(threadRootId)s",
"We were unable to start a chat with the other user.": "Meil ei õnnestunud alustada vestlust teise kasutajaga.",
"Error starting verification": "Viga verifitseerimise alustamisel",
"<w>WARNING:</w> <description/>": "<w>HOIATUS:</w> <description/>",
"Unable to decrypt message": "Sõnumi dekrüptimine ei õnnestunud",
"This message could not be decrypted": "Seda sõnumit ei õnnestunud dekrüptida",
" in <strong>%(room)s</strong>": " <strong>%(room)s</strong> jututoas",
"Text": "Tekst",
"Create a link": "Tee link",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Kuna sa hetkel salvestad ringhäälingukõnet, siis häälsõnumi salvestamine või esitamine ei õnnestu. Selleks palun lõpeta ringhäälingukõne.",
"Can't start voice message": "Häälsõnumi salvestamine või esitamine ei õnnestu",
"Edit link": "Muuda linki",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Kõik selle kasutaja sõnumid ja kutsed saava olema peidetud. Kas sa oled kindel, et soovid teda eirata?",
"Ignore %(user)s": "Eira kasutajat %(user)s",
"unknown": "teadmata",
"Declining…": "Keeldumisel…",
"There are no past polls in this room": "Selles jututoas pole varasemaid küsitlusi",
@ -1247,8 +1093,6 @@
"Checking…": "Kontrollin…",
"Waiting for partner to confirm…": "Ootan teise osapoole kinnitust…",
"Adding…": "Lisan…",
"Encrypting your message…": "Krüptin sinu sõnumit…",
"Sending your message…": "Saadan sinu sõnumit…",
"Starting export process…": "Alustame eksportimist…",
"Loading polls": "Laadin küsitlusi",
"Due to decryption errors, some votes may not be counted": "Dekrüptimisvigade tõttu jääb osa hääli lugemata",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Päringu vastus koduserverilt: viga %(statusCode)s, veakood %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Alates %(dateString)s ei leidnud me sündmusi ega teateid. Palun proovi valida varasem kuupäev.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Valitud kuupäeva vaate otsimisel ja avamisel tekkis võrguühenduse viga. Kas näiteks sinu koduserver hetkel ei tööta või on ajutisi katkestusi sinu internetiühenduses. Palun proovi mõne aja pärast uuesti. Kui viga kordub veel hiljemgi, siis palun suhtle oma koduserveri haldajaga.",
"Poll history": "Küsitluste ajalugu",
"Start DM anyway": "Ikkagi alusta vestlust",
"Start DM anyway and never warn me again": "Alusta siiski ja ära hoiata mind enam",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Allpool loetletud Matrix'i kasutajatunnustele ei leidunud profiile. Kas sa ikkagi tahaksid nendega vestlust alustada?",
"Search all rooms": "Otsi kõikidest jututubadest",
"Search this room": "Otsi sellest jututoast",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Kui kutse saanud kasutajad on liitunud %(brand)s'ga, siis saad sa nendega suhelda ja jututuba on läbivalt krüptitud",
"Waiting for users to join %(brand)s": "Kasutajate liitumise ootel %(brand)s'ga",
"Are you sure you wish to remove (delete) this event?": "Kas sa oled kindel, et soovid kustutada selle sündmuse?",
@ -1414,7 +1255,12 @@
"low_priority": "Vähetähtis",
"historical": "Ammune",
"go_to_settings": "Ava seadistused",
"setup_secure_messages": "Võta kasutusele krüptitud sõnumid"
"setup_secure_messages": "Võta kasutusele krüptitud sõnumid",
"unencrypted": "Krüptimata",
"view_message": "Vaata sõnumit",
"joined": "Liitunud",
"show_more": "Näita rohkem",
"are_you_sure": "Kas sa oled kindel?"
},
"action": {
"continue": "Jätka",
@ -1750,9 +1596,17 @@
"formatting_toolbar_label": "Vormindame andmeid",
"format_italics": "Kaldkiri",
"format_insert_link": "Lisa link",
"replying_title": "Vastan"
"replying_title": "Vastan",
"edit_composer_label": "Muuda sõnumit",
"send_voice_message": "Saada häälsõnum",
"stop_voice_message": "Lõpeta salvestamine",
"link_modal": {
"title_edit": "Muuda linki",
"title_create": "Tee link",
"text_field_label": "Tekst",
"link_field_label": "Link"
}
},
"Link": "Link",
"Code": "Kood",
"power_level": {
"default": "Tavaline",
@ -2852,7 +2706,19 @@
"one": "Seda nägi %(count)s lugeja",
"other": "Seda nägid %(count)s lugejat"
},
"read_receipts_label": "Lugemisteatised"
"read_receipts_label": "Lugemisteatised",
"thread_info_basic": "Jutulõngast",
"error_no_renderer": "Seda sündmust ei õnnestunud kuvada",
"undecryptable_tooltip": "Seda sõnumit ei õnnestunud dekrüptida",
"send_state_sending": "Saadan sinu sõnumit…",
"send_state_encrypting": "Krüptin sinu sõnumit…",
"send_state_sent": "Sinu sõnum sai saadetud",
"send_state_failed": "Saatmine ei õnnestunud",
"mab": {
"label": "Tegevused sõnumitega",
"view_in_room": "Vaata jututoas",
"copy_link_thread": "Kopeeri jutulõnga link"
}
},
"slash_command": {
"spoiler": "Saadab selle sõnumi rõõmurikkujana",
@ -3074,7 +2940,11 @@
"one": "%(count)s osaleja liitus"
},
"unknown_person": "tundmatu isik",
"connecting": "Kõne on ühendamisel"
"connecting": "Kõne on ühendamisel",
"unable_to_access_audio_input_title": "Puudub ligipääs mikrofonile",
"unable_to_access_audio_input_description": "Meil puudub ligipääs sinu mikrofonile. Palun kontrolli oma veebibrauseri seadistusi ja proovi uuesti.",
"no_audio_input_title": "Mikrofoni ei leidu",
"no_audio_input_description": "Me ei suutnud sinu seadmest leida mikrofoni. Palun kontrolli seadistusi ja proovi siis uuesti."
},
"Other": "Muud",
"room_settings": {
@ -3199,7 +3069,32 @@
"save": "Salvesta muutused",
"leave_space": "Lahku kogukonnakeskusest",
"aliases_section": "Jututubade aadressid",
"other_section": "Muud"
"other_section": "Muud",
"error_updating_canonical_alias_title": "Viga põhiaadressi uuendamisel",
"error_updating_canonical_alias_description": "Jututoa põhiaadressi uuendamisel tekkis viga. See kas pole serveris lubatud või tekkis mingi ajutine viga.",
"error_updating_alias_description": "Jututoa lisaaadressi uuendamisel tekkis viga. See kas pole serveris lubatud või tekkis mingi ajutine viga.",
"error_creating_alias_title": "Viga aadressi loomisel",
"error_creating_alias_description": "Aadressi loomisel tekkis viga. See kas on serveri poolt keelatud või tekkis ajutine tõrge.",
"error_deleting_alias_description_forbidden": "Sinul pole õigusi selle aadressi kustutamiseks.",
"error_deleting_alias_description": "Selle aadressi kustutamisel tekkis viga. See kas juba on kustutatud või tekkis ajutine tõrge.",
"error_deleting_alias_title": "Viga aadresi kustutamisel",
"canonical_alias_field_label": "Põhiaadress",
"no_aliases_space": "Sellel kogukonnakeskusel puuduvad kohalikud aadressid",
"no_aliases_room": "Sellel jututoal puuduvad kohalikud aadressid",
"local_alias_field_label": "Kohalik aadress",
"published_aliases_section": "Avaldatud aadressid",
"published_aliases_explainer_space": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu kogukonnakeskusega.",
"published_aliases_explainer_room": "Avaldatud aadresse saab igaüks igast serverist kasutada liitumiseks sinu jututoaga.",
"published_aliases_description": "Aadressi avaldamiseks peab ta esmalt olema määratud kohalikuks aadressiks.",
"aliases_items_label": "Muud avaldatud aadressid:",
"aliases_no_items_label": "Ühtegi muud aadressi pole veel avaldatud, lisa üks alljärgnevalt",
"new_alias_placeholder": "Uus avaldatud aadess (näiteks #alias:server)",
"local_aliases_section": "Kohalikud aadressid",
"local_aliases_explainer_space": "Selleks et teised kasutajad saaks seda kogukonda leida oma koduserveri kaudu (%(localDomain)s) seadista talle aadressid",
"local_aliases_explainer_room": "Et muud kasutajad saaks seda jututuba leida sinu koduserveri (%(localDomain)s) kaudu, lisa sellele jututoale aadresse",
"name_field_label": "Jututoa nimi",
"topic_field_label": "Jututoa teema",
"avatar_field_label": "Jututoa tunnuspilt ehk avatar"
},
"advanced": {
"unfederated": "See jututuba ei ole leitav teiste Matrix'i serverite jaoks",
@ -3298,7 +3193,13 @@
"verification_skip_warning": "Ilma verifitseerimiseta sul puudub ligipääs kõikidele oma sõnumitele ning teised ei näe sinu kasutajakontot usaldusväärsena.",
"verify_later": "Ma verifitseerin hiljem",
"verify_reset_warning_1": "Verifitseerimisvõtmete kustutamist ei saa hiljem tagasi võtta. Peale seda sul puudub ligipääs vanadele krüptitud sõnumitele ja kõik sinu verifitseeritud sõbrad-tuttavad näevad turvahoiatusi seni kuni sa uuesti nad verifitseerid.",
"verify_reset_warning_2": "Palun jätka ainult siis, kui sa oled kaotanud ligipääsu kõikidele oma seadmetele ning oma turvavõtmele."
"verify_reset_warning_2": "Palun jätka ainult siis, kui sa oled kaotanud ligipääsu kõikidele oma seadmetele ning oma turvavõtmele.",
"self_verification_hint": "Jätkamaks palun võta vastu verifitseerimispalve oma teises seadmes.",
"waiting_for_user_accept": "Ootan, et %(displayName)s nõustuks…",
"accepting": "Nõustun …",
"start_button": "Alusta verifitseerimist",
"error_starting_title": "Viga verifitseerimise alustamisel",
"error_starting_description": "Meil ei õnnestunud alustada vestlust teise kasutajaga."
},
"old_version_detected_title": "Tuvastasin andmed, mille puhul on kasutatud vanemat tüüpi krüptimist",
"old_version_detected_description": "%(brand)s vanema versiooni andmed on tuvastatud. See kindlasti põhjustab läbiva krüptimise tõrke vanemas versioonis. Läbivalt krüptitud sõnumid, mida on vanema versiooni kasutamise ajal hiljuti vahetatud, ei pruugi selles versioonis olla dekrüptitavad. See võib põhjustada vigu ka selle versiooniga saadetud sõnumite lugemisel. Kui teil tekib probleeme, logige välja ja uuesti sisse. Sõnumite ajaloo säilitamiseks eksportige ja uuesti importige oma krüptovõtmed.",
@ -3331,6 +3232,26 @@
"description_1": "Oleme tuvastanud, et selles sessioonis ei leidu turvafraasi ega krüptitud sõnumite turvavõtit.",
"description_2": "Kui sa tegid seda juhuslikult, siis sa võid selles sessioonis uuesti seadistada sõnumite krüptimise, mille tulemusel krüptime uuesti kõik sõnumid ja loome uue taastamise meetodi.",
"warning": "Kui sa ei ole ise taastamise meetodeid eemaldanud, siis võib olla tegemist ründega sinu konto vastu. Palun vaheta koheselt oma kasutajakonto salasõna ning määra seadistustes uus taastemeetod."
},
"setup_secure_backup": {
"explainer": "Vältimaks nende kaotamist, varunda krüptovõtmed enne väljalogimist.",
"title": "Võta kasutusele"
},
"cross_signing_user_warning": "See kasutaja ei ole verifitseerinud kõiki oma sessioone.",
"cross_signing_user_normal": "Sa ei ole seda kasutajat verifitseerinud.",
"cross_signing_user_verified": "Sa oled selle kasutaja verifitseerinud. See kasutaja on verifitseerinud kõik nende sessioonid.",
"cross_signing_room_warning": "Keegi kasutab tundmatut sessiooni",
"cross_signing_room_normal": "See jututuba on läbivalt krüptitud",
"cross_signing_room_verified": "Kõik kasutajad siin nututoas on verifitseeritud",
"event_shield_reason_authenticity_not_guaranteed": "Selle krüptitud sõnumi autentsus pole selles seadmes tagatud.",
"event_shield_reason_mismatched_sender_key": "Krüptitud verifitseerimata sessiooni poolt",
"messages_not_secure": {
"title": "Sinu sõnumid ei ole turvatud",
"heading": "Üks järgnevatest võib olla sattunud valedesse kätesse:",
"cause_1": "Sinu koduserver",
"cause_2": "Sinu poolt verifitseeritava kasutaja koduserver",
"cause_3": "Sinu või teise kasutaja internetiühendus",
"cause_4": "Sinu või teise kasutaja sessioon"
}
},
"emoji": {
@ -3687,7 +3608,10 @@
"error_loading": "Viga vidina laadimisel",
"error_mixed_content": "Viga - erinev sisu",
"unmaximise": "Lõpeta täisvaate kasutamine",
"popout": "Ava rakendus eraldi aknas"
"popout": "Ava rakendus eraldi aknas",
"unpin_to_view_right_panel": "Sellel paneelil kuvamiseks eemalda vidin lemmikutest",
"close_to_view_right_panel": "Sellel paneelil kuvamiseks sulge see vidin",
"set_room_layout": "Kasuta minu jututoa paigutust kõigi jaoks"
},
"feedback": {
"sent": "Tagasiside on saadetud",
@ -3781,7 +3705,9 @@
"show_all_threads": "Näita kõiki jutulõngasid",
"empty_explainer": "Jutulõngad aitavad hoida vestlused teemakohastena ning mugavalt loetavatena.",
"empty_tip": "<b>Soovitus:</b> Sõnumi kohal avanevast valikust kasuta „%(replyInThread)s“ võimalust.",
"empty_heading": "Halda vestlusi jutulõngadena"
"empty_heading": "Halda vestlusi jutulõngadena",
"open_thread": "Ava jutulõng",
"unable_to_decrypt": "Sõnumi dekrüptimine ei õnnestunud"
},
"theme": {
"light_high_contrast": "Hele ja väga kontrastne",
@ -4041,7 +3967,21 @@
"knock_cancel_action": "Tühista liitumissoov",
"join_failed_needs_invite": "%(roomName)s jututoaga tutvumiseks vajad sa kutset",
"view_failed_enable_video_rooms": "Jututoa nägemiseks võta seadistustest katsete lehelt videotoad kasutusele",
"join_failed_enable_video_rooms": "Liitumiseks võta seadistustest katsete lehelt videotoad kasutusele"
"join_failed_enable_video_rooms": "Liitumiseks võta seadistustest katsete lehelt videotoad kasutusele",
"jump_to_bottom_button": "Mine viimaste sõnumite juurde",
"show_labs_settings": "Näita seadistusi",
"upgrade_warning_bar": "Selle jututoa versiooni uuendamine sulgeb tema praeguse instantsi ja loob sama nimega uuendatud jututoa.",
"upgrade_warning_bar_upgraded": "See jututuba on juba uuendatud.",
"upgrade_warning_bar_unstable": "Selle jututoa versioon on <roomVersion /> ning see koduserver on tema märkinud <i>ebastabiilseks</i>.",
"upgrade_warning_bar_admins": "Vaid administraatorid näevad seda hoiatust",
"search": {
"this_room": "See jututuba",
"all_rooms": "Kõik jututoad",
"field_placeholder": "Otsi…",
"this_room_button": "Otsi sellest jututoast",
"all_rooms_button": "Otsi kõikidest jututubadest"
},
"jump_read_marker": "Mine esimese lugemata sõnumi juurde."
},
"file_panel": {
"guest_note": "Selle funktsionaalsuse kasutamiseks pead sa <a>registreeruma</a>",
@ -4266,5 +4206,87 @@
"invited_list_heading": "Kutsutud",
"filter_placeholder": "Filtreeri jututoa liikmeid",
"power_label": "%(userName)s (õigused %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Sul pole ühtegi kleepsupakki kasutusel",
"empty_add_prompt": "Lisa nüüd mõned"
},
"user_info": {
"error_revoke_3pid_invite_title": "Kutse tühistamine ei õnnestunud",
"error_revoke_3pid_invite_description": "Kutse tühistamine ei õnnestunud. Serveri töös võib olla ajutine tõrge või sul pole piisavalt õigusi kutse tühistamiseks.",
"admin_tools_section": "Haldustoimingud",
"revoke_invite": "Tühista kutse",
"invited_by": "Kutsutud %(sender)s poolt",
"room_encrypted": "See jututuba on läbivalt krüptitud.",
"room_encrypted_detail": "Sinu sõnumid on turvatud ning ainult sinul ja saaja(te)l on unikaalsed võtmed selliste sõnumite lugemiseks.",
"room_unencrypted": "See jututuba ei ole läbivalt krüptitud.",
"room_unencrypted_detail": "Krüptitud jututubades sinu sõnumid on turvatud ning vaid sinul ja sõnumi saajal on unikaalsed võtmed nende kuvamiseks.",
"verify_button": "Verifitseeri kasutaja",
"verify_explainer": "Lisaturvalisus mõttes verifitseeri see kasutaja võrreldes selleks üheks korraks loodud koodi mõlemas seadmes.",
"hide_verified_sessions": "Peida verifitseeritud sessioonid",
"hide_sessions": "Peida sessioonid",
"ignore_confirm_title": "Eira kasutajat %(user)s",
"ignore_confirm_description": "Kõik selle kasutaja sõnumid ja kutsed saava olema peidetud. Kas sa oled kindel, et soovid teda eirata?",
"jump_to_rr_button": "Hüppa lugemisteatise juurde",
"share_button": "Jaga viidet kasutaja kohta",
"demote_self_confirm_title": "Kas vähendad enda õigusi?",
"demote_self_confirm_description_space": "Kuna sa vähendad enda õigusi, siis sul ei pruugi hiljem olla võimalik seda muutust tagasi pöörata. Kui sa juhtumisi oled viimane haldusõigustega kasutaja kogukonnakeskuses, siis hiljem on võimatu samu õigusi tagasi saada.",
"demote_self_confirm_room": "Kuna sa vähendad enda õigusi, siis sul ei pruugi hiljem olla võimalik seda muutust tagasi pöörata. Kui sa juhtumisi oled viimane haldusõigustega kasutaja jututoas, siis hiljem on võimatu samu õigusi tagasi saada.",
"demote_button": "Vähenda enda õigusi",
"disinvite_button_space": "Eemalda kutse kogukonda",
"kick_button_space": "Eemalda sellest kogukonnast",
"disinvite_button_room": "Eemalda kutse jututuppa",
"kick_button_room": "Eemalda jututoast",
"disinvite_button_room_name": "Võta tagasi %(roomName)s jututoa kutse",
"kick_button_room_name": "Eemalda %(roomName)s jututoast",
"kick_button_space_everything": "Eemalda kasutaja kõikjalt, kust ma saan",
"kick_space_specific": "Eemalda kasutaja valitud kohtadest, kust ma saan",
"kick_space_warning": "Kasutaja saab jätkuvalt ligi kohtadele, kus sul pole peakasutaja õigusi.",
"error_kicking_user": "Kasutaja eemaldamine ebaõnnestus",
"redact_button": "Eemalda hiljutised sõnumid",
"unban_button_space": "Eemalda suhtluskeeld kogukonnas",
"ban_button_space": "Määra suhtluskeeld kogukonnas",
"unban_button_room": "Eemalda suhtluskeeld jututoas",
"ban_button_room": "Määra suhtluskeeld jututoas",
"unban_room_confirm_title": "Eemalda suhtluskeeld %(roomName)s jututoas",
"ban_room_confirm_title": "Määra suhtluskeeld %(roomName)s jututoas",
"unban_space_everything": "Eemalda kasutajalt suhtluskeeld kõikjalt, kust ma saan",
"ban_space_everything": "Määra kasutajale suhtluskeeld kõikjal, kus ma saan",
"unban_space_specific": "Eemalda kasutajalt suhtluskeeld valitud kohtadest, kust ma saan",
"ban_space_specific": "Määra kasutajale suhtluskeeld valitud kohtades, kust ma saan",
"unban_space_warning": "Kasutaja ei saa ligi kohtadele, kus sul pole peakasutaja õigusi.",
"error_ban_user": "Kasutaja ligipääsu keelamine ei õnnestunud",
"error_mute_user": "Kasutaja summutamine ebaõnnestus",
"promote_warning": "Sa ei saa seda muudatust hiljem tagasi pöörata, sest annad teisele kasutajale samad õigused, mis sinul on.",
"deactivate_confirm_title": "Kas deaktiveerime kasutajakonto?",
"deactivate_confirm_description": "Kasutaja deaktiveerimisel logitakse ta automaatselt välja ning ei lubata enam sisse logida. Lisaks lahkub ta kõikidest jututubadest, mille liige ta parasjagu on. Seda tegevust ei saa tagasi pöörata. Kas sa oled ikka kindel, et soovid selle kasutaja kõijkalt eemaldada?",
"deactivate_confirm_action": "Deaktiveeri kasutaja",
"error_deactivate": "Kasutaja deaktiveerimine ei õnnestunud",
"role_label": "Roll jututoas <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Klammerdatud sõnumid",
"empty": "Klammerdatud sõnumeid veel pole",
"explainer": "Kui sul on vastavad õigused olemas, siis ava sõnumi juuresolev menüü ning püsisõnumi tekitamiseks vali <b>Klammerda</b>.",
"limits": {
"other": "Sa saad kinnitada kuni %(count)s vidinat"
}
},
"video_room_chat": {
"title": "Vestle"
},
"room_summary_card": {
"title": "Jututoa teave"
},
"widgets_section": "Vidinad",
"edit_integrations": "Muuda vidinaid, võrgusildu ja roboteid",
"add_integrations": "Lisa vidinaid, võrgusildu ja roboteid",
"files_button": "Failid",
"polls_button": "Küsitluste ajalugu",
"pinned_messages_button": "Klammerdatud",
"export_chat_button": "Ekspordi vestlus",
"share_button": "Jaga jututuba",
"settings_button": "Jututoa seadistused"
}
}

View file

@ -7,17 +7,13 @@
"Return to login screen": "Itzuli saio hasierarako pantailara",
"Email address": "E-mail helbidea",
"A new password must be entered.": "Pasahitz berri bat sartu behar da.",
"Jump to first unread message.": "Jauzi irakurri gabeko lehen mezura.",
"Warning!": "Abisua!",
"Connectivity to the server has been lost.": "Zerbitzariarekin konexioa galdu da.",
"Verification Pending": "Egiaztaketa egiteke",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Irakurri zure e-maila eta egin klik dakarren estekan. Behin eginda, egin klik Jarraitu botoian.",
"This room has no local addresses": "Gela honek ez du tokiko helbiderik",
"Session ID": "Saioaren IDa",
"Moderator": "Moderatzailea",
"Admin Tools": "Administrazio-tresnak",
"An error has occurred.": "Errore bat gertatu da.",
"Are you sure?": "Ziur zaude?",
"Are you sure you want to leave the room '%(roomName)s'?": "Ziur '%(roomName)s' gelatik atera nahi duzula?",
"Are you sure you want to reject the invitation?": "Ziur gonbidapena baztertu nahi duzula?",
"Custom level": "Maila pertsonalizatua",
@ -25,9 +21,7 @@
"%(items)s and %(lastItem)s": "%(items)s eta %(lastItem)s",
"Download %(text)s": "Deskargatu %(text)s",
"Error decrypting attachment": "Errorea eranskina deszifratzean",
"Failed to ban user": "Huts egin du erabiltzailea debekatzean",
"Failed to load timeline position": "Huts egin du denbora-lerroko puntua kargatzean",
"Failed to mute user": "Huts egin du erabiltzailea mututzean",
"Failed to reject invite": "Huts egin du gonbidapena baztertzean",
"Failed to reject invitation": "Huts egin du gonbidapena baztertzean",
"Invalid file%(extra)s": "Fitxategi %(extra)s baliogabea",
@ -46,7 +40,6 @@
},
"You seem to be in a call, are you sure you want to quit?": "Badirudi dei batean zaudela, ziur irten nahi duzula?",
"You seem to be uploading files, are you sure you want to quit?": "Badirudi fitxategiak iotzen zaudela, ziur irten nahi duzula?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Ezin izango duzu hau atzera bota erabiltzailea zure botere maila berera igotzen ari zarelako.",
"Sun": "Ig",
"Mon": "Al",
"Tue": "Ar",
@ -95,35 +88,29 @@
"%(duration)sh": "%(duration)s h",
"%(duration)sd": "%(duration)s e",
"Unnamed room": "Izen gabeko gela",
"Jump to read receipt": "Saltatu irakurragirira",
"collapse": "tolestu",
"expand": "hedatu",
"And %(count)s more...": {
"other": "Eta %(count)s gehiago…"
},
"Delete Widget": "Ezabatu trepeta",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Ezin izango duzu hau aldatu zure burua mailaz jaisten ari zarelako, zu bazara gelan baimenak dituen azken erabiltzailea ezin izango dira baimenak berreskuratu.",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(fullYear)s(e)ko %(monthName)sk %(day)sa",
"This room is not public. You will not be able to rejoin without an invite.": "Gela hau ez da publikoa. Ezin izango zara berriro elkartu gonbidapenik gabe.",
"<a>In reply to</a> <pill>": "<a>honi erantzunez:</a> <pill>",
"You don't currently have any stickerpacks enabled": "Ez duzu eranskailu multzorik aktibatuta",
"Sunday": "Igandea",
"Today": "Gaur",
"Friday": "Ostirala",
"Changelog": "Aldaketa-egunkaria",
"Failed to send logs: ": "Huts egin du egunkariak bidaltzean: ",
"This Room": "Gela hau",
"Unavailable": "Eskuraezina",
"Filter results": "Iragazi emaitzak",
"Tuesday": "Asteartea",
"Preparing to send logs": "Egunkariak bidaltzeko prestatzen",
"Saturday": "Larunbata",
"Monday": "Astelehena",
"All Rooms": "Gela guztiak",
"Wednesday": "Asteazkena",
"You cannot delete this message. (%(code)s)": "Ezin duzu mezu hau ezabatu. (%(code)s)",
"Thursday": "Osteguna",
"Search…": "Bilatu…",
"Logs sent": "Egunkariak bidalita",
"Yesterday": "Atzo",
"Thank you!": "Eskerrik asko!",
@ -132,18 +119,12 @@
"We encountered an error trying to restore your previous session.": "Errore bat aurkitu dugu zure aurreko saioa berrezartzen saiatzean.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Zure nabigatzailearen biltegiratzea garbitzeak arazoa konpon lezake, baina saioa amaituko da eta zifratutako txaten historiala ezin izango da berriro irakurri.",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Ezin izan da erantzundako gertaera kargatu, edo ez dago edo ez duzu ikusteko baimenik.",
"Share Link to User": "Partekatu esteka erabiltzailearekin",
"Share room": "Partekatu gela",
"Share Room": "Partekatu gela",
"Link to most recent message": "Esteka azken mezura",
"Share User": "Partekatu erabiltzailea",
"Share Room Message": "Partekatu gelako mezua",
"Link to selected message": "Esteka hautatutako mezura",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Ezin duzu mezurik bidali <consentLink>gure termino eta baldintzak</consentLink> irakurri eta onartu arte.",
"Demote yourself?": "Jaitsi zure burua mailaz?",
"Demote": "Jaitzi mailaz",
"This event could not be displayed": "Ezin izan da gertakari hau bistaratu",
"Only room administrators will see this warning": "Gelaren administratzaileek besterik ez dute abisu hau ikusiko",
"Failed to upgrade room": "Huts egin du gela eguneratzea",
"The room upgrade could not be completed": "Ezin izan da gelaren eguneraketa osatu",
"Upgrade this room to version %(version)s": "Eguneratu gela hau %(version)s bertsiora",
@ -160,7 +141,6 @@
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Aurretik %(brand)s erabili duzu %(host)s zerbitzarian kideen karga alferra gaituta zenuela. Bertsio honetan karga alferra desgaituta dago. Katxe lokala bi ezarpen hauen artean bateragarria ez denez, %(brand)sek zure kontua berriro sinkronizatu behar du.",
"Incompatible local cache": "Katxe lokal bateraezina",
"Clear cache and resync": "Garbitu katxea eta sinkronizatu berriro",
"Add some now": "Gehitu batzuk orain",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Zure txaten historiala ez galtzeko, zure gelako gakoak esportatu behar dituzu saioa amaitu aurretik. %(brand)s-en bertsio berriagora bueltatu behar zara hau egiteko",
"Incompatible Database": "Datu-base bateraezina",
"Continue With Encryption Disabled": "Jarraitu zifratzerik gabe",
@ -169,7 +149,6 @@
"No backup found!": "Ez da babes-kopiarik aurkitu!",
"Failed to decrypt %(failedCount)s sessions!": "Ezin izan dira %(failedCount)s saio deszifratu!",
"Invalid homeserver discovery response": "Baliogabeko hasiera-zerbitzarien bilaketaren erantzuna",
"Set up": "Ezarri",
"General failure": "Hutsegite orokorra",
"Unable to load commit detail: %(msg)s": "Ezin izan dira xehetasunak kargatu: %(msg)s",
"Invalid identity server discovery response": "Baliogabeko erantzuna identitate zerbitzariaren bilaketan",
@ -222,17 +201,12 @@
"Key": "Giltza",
"Hammer": "Mailua",
"Telephone": "Telefonoa",
"Room avatar": "Gelaren abatarra",
"Room Name": "Gelaren izena",
"Room Topic": "Gelaren mintzagaia",
"This homeserver would like to make sure you are not a robot.": "Hasiera-zerbitzari honek robota ez zarela egiaztatu nahi du.",
"Email (optional)": "E-mail (aukerakoa)",
"Join millions for free on the largest public server": "Elkartu milioika pertsonekin dohain hasiera zerbitzari publiko handienean",
"Couldn't load page": "Ezin izan da orria kargatu",
"Main address": "Helbide nagusia",
"Your password has been reset.": "Zure pasahitza berrezarri da.",
"Start using Key Backup": "Hasi gakoen babes-kopia egiten",
"Back up your keys before signing out to avoid losing them.": "Egin gakoen babes-kopia bat saioa amaitu aurretik, galdu nahi ez badituzu.",
"Headphones": "Aurikularrak",
"Folder": "Karpeta",
"Flag": "Bandera",
@ -258,20 +232,11 @@
"Are you sure you want to sign out?": "Ziur saioa amaitu nahi duzula?",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Abisua:</b>: Gakoen babeskopia fidagarria den gailu batetik egin beharko zenuke beti.",
"Scissors": "Artaziak",
"Error updating main address": "Errorea helbide nagusia eguneratzean",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Errore bat gertatu da gelaren helbide nagusia eguneratzean. Agian zerbitzariak ez du hau baimentzen, edo une bateko hutsegitea izan da.",
"Power level": "Botere maila",
"Room Settings - %(roomName)s": "Gelaren ezarpenak - %(roomName)s",
"Could not load user profile": "Ezin izan da erabiltzaile-profila kargatu",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Gela hau bertsio-berritzeak gelaren oraingo instantzia itzaliko du eta izen bereko beste gela berri bat sortuko du.",
"Failed to revoke invite": "Gonbidapena indargabetzeak huts egin du",
"Revoke invite": "Indargabetu gonbidapena",
"Invited by %(sender)s": "%(sender)s erabiltzaileak gonbidatuta",
"Remember my selection for this widget": "Gogoratu nire hautua trepeta honentzat",
"This room has already been upgraded.": "Gela hau dagoeneko eguneratu da.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Gela honek <roomVersion /> bertsioa du, eta hasiera-zerbitzariak<i>ez egonkor</i> gisa markatu du.",
"edited": "editatua",
"Edit message": "Editatu mezua",
"Notes": "Oharrak",
"Sign out and remove encryption keys?": "Amaitu saioa eta kendu zifratze gakoak?",
"To help us prevent this in future, please <a>send us logs</a>.": "Etorkizunean hau ekiditeko, <a>bidali guri egunkariak</a>.",
@ -287,7 +252,6 @@
"Some characters not allowed": "Karaktere batzuk ez dira onartzen",
"Homeserver URL does not appear to be a valid Matrix homeserver": "Hasiera-zerbitzariaren URL-a ez dirudi baliozko hasiera-zerbitzari batena",
"Identity server URL does not appear to be a valid identity server": "Identitate-zerbitzariaren URL-a ez dirudi baliozko identitate-zerbitzari batena",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Ezin izan da gonbidapena baliogabetu. Zerbitzariak une bateko arazoren bat izan lezake edo agian ez duzu gonbidapena baliogabetzeko baimen nahiko.",
"Some session data, including encrypted message keys, is missing. Sign out and sign in to fix this, restoring keys from backup.": "Saioaren datu batzuk, zifratutako mezuen gakoak barne, falta dira. Amaitu saioa eta hasi saioa berriro hau konpontzeko, gakoak babes-kopiatik berreskuratuz.",
"Your browser likely removed this data when running low on disk space.": "Ziur asko zure nabigatzaileak kendu ditu datu hauek diskoan leku gutxi zuelako.",
"This file is <b>too large</b> to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Fitxategi hau <b>handiegia da</b> igo ahal izateko. Fitxategiaren tamaina-muga %(limit)s da, baina fitxategi honen tamaina %(sizeOfThisFile)s da.",
@ -309,8 +273,6 @@
"Be found by phone or email": "Izan telefonoa edo e-maila erabiliz aurkigarria",
"Deactivate account": "Desaktibatu kontua",
"Command Help": "Aginduen laguntza",
"Deactivate user?": "Desaktibatu erabiltzailea?",
"Deactivate user": "Desaktibatu erabiltzailea",
"No recent messages by %(user)s found": "Ez da %(user)s erabiltzailearen azken mezurik aurkitu",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Saiatu denbora-lerroa gora korritzen aurreko besterik dagoen ikusteko.",
"Remove recent messages by %(user)s": "Kendu %(user)s erabiltzailearen azken mezuak",
@ -319,18 +281,13 @@
"other": "Kendu %(count)s mezu",
"one": "Kendu mezu 1"
},
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Erabiltzailea desaktibatzean saioa itxiko zaio eta ezin izango du berriro hasi. Gainera, dauden gela guztietatik aterako da. Ekintza hau ezin da aurreko egoera batera ekarri. Ziur erabiltzaile hau desaktibatu nahi duzula?",
"Remove recent messages": "Kendu azken mezuak",
"Show image": "Erakutsi irudia",
"e.g. my-room": "adib. nire-gela",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Erabili identitate-zerbitzari bat e-mail bidez gonbidatzeko. <default>Erabili lehenetsitakoa (%(defaultIdentityServerName)s)</default> edo gehitu bat <settings>Ezarpenak</settings> atalean.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Erabili identitate-zerbitzari bat e-mail bidez gonbidatzeko. Kudeatu <settings>Ezarpenak</settings> atalean.",
"Close dialog": "Itxi elkarrizketa-koadroa",
"Failed to deactivate user": "Huts egin du erabiltzailea desaktibatzeak",
"This client does not support end-to-end encryption.": "Bezero honek ez du muturretik muturrerako zifratzea onartzen.",
"Messages in this room are not end-to-end encrypted.": "Gela honetako mezuak ez daude muturretik muturrera zifratuta.",
"Cancel search": "Ezeztatu bilaketa",
"Message Actions": "Mezu-ekintzak",
"You verified %(name)s": "%(name)s egiaztatu duzu",
"You cancelled verifying %(name)s": "%(name)s egiaztatzeari utzi diozu",
"%(name)s cancelled verifying": "%(name)s(e)k egiaztaketa utzi du",
@ -341,13 +298,10 @@
"%(name)s wants to verify": "%(name)s(e)k egiaztatu nahi du",
"You sent a verification request": "Egiaztaketa eskari bat bidali duzu",
"Failed to connect to integration manager": "Huts egin du integrazio kudeatzailera konektatzean",
"Messages in this room are end-to-end encrypted.": "Gela honetako mezuak muturretik muturrera zifratuta daude.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Erabiltzaile hau ezikusi duzu, beraz bere mezua ezkutatuta dago. <a>Erakutsi hala ere.</a>",
"Integrations are disabled": "Integrazioak desgaituta daude",
"Integrations not allowed": "Integrazioak ez daude baimenduta",
"Verification Request": "Egiaztaketa eskaria",
"Unencrypted": "Zifratu gabe",
"Hide verified sessions": "Ezkutatu egiaztatutako saioak",
"%(count)s verified sessions": {
"other": "%(count)s egiaztatutako saio",
"one": "Egiaztatutako saio 1"
@ -358,7 +312,6 @@
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Gela hau <oldVersion /> bertsiotik <newVersion /> bertsiora eguneratuko duzu.",
"Language Dropdown": "Hizkuntza menua",
"Country Dropdown": "Herrialde menua",
"Show more": "Erakutsi gehiago",
"Recent Conversations": "Azken elkarrizketak",
"Direct Messages": "Mezu zuzenak",
"Failed to find the following users": "Ezin izan dira honako erabiltzaile hauek aurkitu",
@ -367,24 +320,12 @@
"Something went wrong trying to invite the users.": "Okerren bat egon da erabiltzaileak gonbidatzen saiatzean.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Ezin izan ditugu erabiltzaile horiek gonbidatu. Egiaztatu gonbidatu nahi dituzun erabiltzaileak eta saiatu berriro.",
"Recently Direct Messaged": "Berriki mezu zuzena bidalita",
"This room is end-to-end encrypted": "Gela hau muturretik muturrera zifratuta dago",
"Everyone in this room is verified": "Gelako guztiak egiaztatuta daude",
"Verify User": "Egiaztatu erabiltzailea",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Segurtasun gehiagorako, egiaztatu erabiltzaile hau aldi-bakarrerako kode bat bi gailuetan egiaztatuz.",
"Start Verification": "Hasi egiaztaketa",
"This backup is trusted because it has been restored on this session": "Babes-kopia hau fidagarritzat jotzen da saio honetan berrekuratu delako",
"This user has not verified all of their sessions.": "Erabiltzaile honek ez ditu bere saio guztiak egiaztatu.",
"You have not verified this user.": "Ez duzu erabiltzaile hau egiaztatu.",
"Someone is using an unknown session": "Baten batek saio ezezagun bat erabiltzen du",
"Encrypted by an unverified session": "Egiaztatu gabeko saio batek zifratua",
"Encrypted by a deleted session": "Ezabatutako saio batek zifratua",
"Your messages are not secure": "Zure mezuak ez daude babestuta",
"Your homeserver": "Zure hasiera-zerbitzaria",
"%(count)s sessions": {
"other": "%(count)s saio",
"one": "saio %(count)s"
},
"Hide sessions": "Ezkutatu saioak",
"Verify by emoji": "Egiaztatu emoji bidez",
"Verify by comparing unique emoji.": "Egiaztatu emoji bakanak konparatuz.",
"Ask %(displayName)s to scan your code:": "Eskatu %(displayName)s erabiltzaileari zure kodea eskaneatu dezan:",
@ -397,13 +338,8 @@
"Session name": "Saioaren izena",
"Session key": "Saioaren gakoa",
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Erabiltzaile hau egiaztatzean bere saioa fidagarritzat joko da, eta zure saioak beretzat fidagarritzat ere.",
"You have verified this user. This user has verified all of their sessions.": "Erabiltzaile hau egiaztatu duzu. Erabiltzaile honek bere saio guztiak egiaztatu ditu.",
"Waiting for %(displayName)s to accept…": "%(displayName)s(e)k onartu bitartean zain…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Zuen mezuak babestuta daude eta soilik zuk eta hartzaileak dituzue hauek desblokeatzeko gakoak.",
"One of the following may be compromised:": "Hauetakoren bat konprometituta egon daiteke:",
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Egiztatu gailu hau fidagarri gisa markatzeko. Gailu hau fidagarritzat jotzeak lasaitasuna ematen du muturretik-muturrera zifratutako mezuak erabiltzean.",
"Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "Gailu hau egiaztatzean fidagarri gisa markatuko da, eta egiaztatu zaituzten erabiltzaileek fidagarri gisa ikusiko dute.",
"Accepting…": "Onartzen…",
"Not Trusted": "Ez konfiantzazkoa",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) erabiltzaileak saio berria hasi du hau egiaztatu gabe:",
"Ask this user to verify their session, or manually verify it below.": "Eskatu erabiltzaile honi saioa egiaztatu dezala, edo egiaztatu eskuz azpian.",
@ -414,15 +350,6 @@
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Zeharkako sinatzerako gakoak ezabatzea behin betiko da. Egiaztatu dituzunak segurtasun abisu bat jasoko dute. Ziur aski ez duzu hau egin nahi, zeharkako sinatzea ahalbidetzen dizun gailu oro galdu ez baduzu.",
"Clear cross-signing keys": "Garbitu zeharkako sinatzerako gakoak",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Matrix-ekin lotutako segurtasun arazo baten berri emateko, irakurri <a>Segurtasun ezagutarazte gidalerroak</a>.",
"Scroll to most recent messages": "Korritu azken mezuetara",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Errore bat gertatu da gelaren ordezko helbideak eguneratzean. Agian zerbitzariak ez du onartzen edo une bateko akatsa izan da.",
"Local address": "Helbide lokala",
"Published Addresses": "Argitaratutako helbideak",
"Other published addresses:": "Argitaratutako beste helbideak:",
"No other published addresses yet, add one below": "Ez dago argitaratutako beste helbiderik, gehitu bat azpian",
"New published address (e.g. #alias:server)": "Argitaratutako helbide berria (adib. #ezizena:zerbitzaria)",
"Local Addresses": "Helbide lokalak",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Ezarri gela honen helbideak erabiltzaileek gela aurki dezaten zure hasiera-zerbitzariaren bidez (%(localDomain)s)",
"Enter a server name": "Sartu zerbitzari-izena",
"Looks good": "Itxura ona du",
"Can't find this server or its room list": "Ezin da zerbitzaria aurkitu edo honen gelen zerrenda",
@ -442,7 +369,6 @@
"Confirm by comparing the following with the User Settings in your other session:": "Berretsi honako hau zure beste saioaren erabiltzaile-ezarpenetan agertzen denarekin alderatuz:",
"Confirm this user's session by comparing the following with their User Settings:": "Egiaztatu erabiltzailearen saio hau, honako hau bestearen erabiltzaile-ezarpenekin alderatuz:",
"If they don't match, the security of your communication may be compromised.": "Ez badatoz bat, komunikazioaren segurtasuna konprometitua egon daiteke.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Gela zifratuetan, zuon mezuak babestuta daude, zuk zeuk eta hartzaileak bakarrik duzue hauek deszifratzeko gako bakanak.",
"Verify all users in a room to ensure it's secure.": "Egiaztatu gela bateko erabiltzaile guztiak segurua dela baieztatzeko.",
"Sign in with SSO": "Hasi saioa SSO-rekin",
"Almost there! Is %(displayName)s showing the same shield?": "Ia amaitu duzu! %(displayName)s gailuak ezkutu bera erakusten du?",
@ -479,11 +405,6 @@
"Your homeserver has exceeded one of its resource limits.": "Zure hasiera-zerbitzariak bere baliabide mugetako bat gainditu du.",
"Ok": "Ados",
"Message preview": "Mezu-aurrebista",
"Error creating address": "Errorea helbidea sortzean",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Errorea gertatu da helbidea sortzean. Agian ez du zerbitzariak onartzen edo behin behineko arazo bat egon da.",
"You don't have permission to delete the address.": "Ez duzu helbidea ezabatzeko baimenik.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Errorea gertatu da helbidea kentzean. Agian ez dago jada edo behin behineko arazo bat egon da.",
"Error removing address": "Errorea helbidea kentzean",
"Room address": "Gelaren helbidea",
"This address is available to use": "Gelaren helbide hau erabilgarri dago",
"This address is already in use": "Gelaren helbide hau erabilita dago",
@ -565,7 +486,10 @@
"low_priority": "Lehentasun baxua",
"historical": "Historiala",
"go_to_settings": "Joan ezarpenetara",
"setup_secure_messages": "Ezarri mezu seguruak"
"setup_secure_messages": "Ezarri mezu seguruak",
"unencrypted": "Zifratu gabe",
"show_more": "Erakutsi gehiago",
"are_you_sure": "Ziur zaude?"
},
"action": {
"continue": "Jarraitu",
@ -731,7 +655,8 @@
"no_perms_notice": "Ez duzu gela honetara mezuak bidaltzeko baimenik",
"poll_button_no_perms_title": "Baimena beharrezkoa",
"format_italics": "Etzana",
"replying_title": "Erantzuten"
"replying_title": "Erantzuten",
"edit_composer_label": "Editatu mezua"
},
"Code": "Kodea",
"power_level": {
@ -1211,6 +1136,10 @@
},
"url_preview": {
"close": "Itxi aurrebista"
},
"error_no_renderer": "Ezin izan da gertakari hau bistaratu",
"mab": {
"label": "Mezu-ekintzak"
}
},
"slash_command": {
@ -1373,7 +1302,27 @@
"url_preview_explainer": "Norbaitek mezu batean URL bat jartzen duenean, URL aurrebista bat erakutsi daiteke estekaren informazio gehiago erakusteko, adibidez webgunearen izenburua, deskripzioa eta irudi bat.",
"url_previews_section": "URL-en aurrebistak",
"aliases_section": "Gelaren helbideak",
"other_section": "Beste bat"
"other_section": "Beste bat",
"error_updating_canonical_alias_title": "Errorea helbide nagusia eguneratzean",
"error_updating_canonical_alias_description": "Errore bat gertatu da gelaren helbide nagusia eguneratzean. Agian zerbitzariak ez du hau baimentzen, edo une bateko hutsegitea izan da.",
"error_updating_alias_description": "Errore bat gertatu da gelaren ordezko helbideak eguneratzean. Agian zerbitzariak ez du onartzen edo une bateko akatsa izan da.",
"error_creating_alias_title": "Errorea helbidea sortzean",
"error_creating_alias_description": "Errorea gertatu da helbidea sortzean. Agian ez du zerbitzariak onartzen edo behin behineko arazo bat egon da.",
"error_deleting_alias_description_forbidden": "Ez duzu helbidea ezabatzeko baimenik.",
"error_deleting_alias_description": "Errorea gertatu da helbidea kentzean. Agian ez dago jada edo behin behineko arazo bat egon da.",
"error_deleting_alias_title": "Errorea helbidea kentzean",
"canonical_alias_field_label": "Helbide nagusia",
"no_aliases_room": "Gela honek ez du tokiko helbiderik",
"local_alias_field_label": "Helbide lokala",
"published_aliases_section": "Argitaratutako helbideak",
"aliases_items_label": "Argitaratutako beste helbideak:",
"aliases_no_items_label": "Ez dago argitaratutako beste helbiderik, gehitu bat azpian",
"new_alias_placeholder": "Argitaratutako helbide berria (adib. #ezizena:zerbitzaria)",
"local_aliases_section": "Helbide lokalak",
"local_aliases_explainer_room": "Ezarri gela honen helbideak erabiltzaileek gela aurki dezaten zure hasiera-zerbitzariaren bidez (%(localDomain)s)",
"name_field_label": "Gelaren izena",
"topic_field_label": "Gelaren mintzagaia",
"avatar_field_label": "Gelaren abatarra"
},
"advanced": {
"unfederated": "Gela hau ez dago eskuragarri urruneko zerbitzarietan",
@ -1415,7 +1364,10 @@
"waiting_other_user": "%(displayName)s egiaztatu bitartean zain…",
"cancelling": "Ezeztatzen…",
"unverified_sessions_toast_reject": "Geroago",
"unverified_session_toast_title": "Saio berria. Zu izan zara?"
"unverified_session_toast_title": "Saio berria. Zu izan zara?",
"waiting_for_user_accept": "%(displayName)s(e)k onartu bitartean zain…",
"accepting": "Onartzen…",
"start_button": "Hasi egiaztaketa"
},
"old_version_detected_title": "Kriptografia datu zaharrak atzeman dira",
"old_version_detected_description": "%(brand)s bertsio zahar batek datuak antzeman dira. Honek bertsio zaharrean muturretik muturrerako zifratzea ez funtzionatzea eragingo du. Azkenaldian bertsio zaharrean bidali edo jasotako zifratutako mezuak agian ezin izango dira deszifratu bertsio honetan. Honek ere Bertsio honekin egindako mezu trukeak huts egitea ekar dezake. Arazoak badituzu, amaitu saioa eta hasi berriro saioa. Mezuen historiala gordetzeko, esportatu eta berriro inportatu zure gakoak.",
@ -1439,6 +1391,22 @@
"title": "Berreskuratze metodoa kendu da",
"description_2": "Nahi gabe egin baduzu hau, Mezu seguruak ezarri ditzakezu saio honetan eta saioaren mezuen historiala berriro zifratuko da berreskuratze metodo berriarekin.",
"warning": "Ez baduzu berreskuratze metodoa kendu, agian erasotzaile bat zure mezuen historialera sarbidea lortu nahi du. Aldatu kontuaren pasahitza eta ezarri berreskuratze metodo berri bat berehala ezarpenetan."
},
"setup_secure_backup": {
"explainer": "Egin gakoen babes-kopia bat saioa amaitu aurretik, galdu nahi ez badituzu.",
"title": "Ezarri"
},
"cross_signing_user_warning": "Erabiltzaile honek ez ditu bere saio guztiak egiaztatu.",
"cross_signing_user_normal": "Ez duzu erabiltzaile hau egiaztatu.",
"cross_signing_user_verified": "Erabiltzaile hau egiaztatu duzu. Erabiltzaile honek bere saio guztiak egiaztatu ditu.",
"cross_signing_room_warning": "Baten batek saio ezezagun bat erabiltzen du",
"cross_signing_room_normal": "Gela hau muturretik muturrera zifratuta dago",
"cross_signing_room_verified": "Gelako guztiak egiaztatuta daude",
"event_shield_reason_mismatched_sender_key": "Egiaztatu gabeko saio batek zifratua",
"messages_not_secure": {
"title": "Zure mezuak ez daude babestuta",
"heading": "Hauetakoren bat konprometituta egon daiteke:",
"cause_1": "Zure hasiera-zerbitzaria"
}
},
"emoji": {
@ -1696,7 +1664,18 @@
"peek_join_prompt": "%(roomName)s aurreikusten ari zara. Elkartu nahi duzu?",
"no_peek_join_prompt": "%(roomName)s ezin da aurreikusi. Elkartu nahi duzu?",
"not_found_title_name": "Ez dago %(roomName)s izeneko gela.",
"inaccessible_name": "%(roomName)s ez dago eskuragarri orain."
"inaccessible_name": "%(roomName)s ez dago eskuragarri orain.",
"jump_to_bottom_button": "Korritu azken mezuetara",
"upgrade_warning_bar": "Gela hau bertsio-berritzeak gelaren oraingo instantzia itzaliko du eta izen bereko beste gela berri bat sortuko du.",
"upgrade_warning_bar_upgraded": "Gela hau dagoeneko eguneratu da.",
"upgrade_warning_bar_unstable": "Gela honek <roomVersion /> bertsioa du, eta hasiera-zerbitzariak<i>ez egonkor</i> gisa markatu du.",
"upgrade_warning_bar_admins": "Gelaren administratzaileek besterik ez dute abisu hau ikusiko",
"search": {
"this_room": "Gela hau",
"all_rooms": "Gela guztiak",
"field_placeholder": "Bilatu…"
},
"jump_read_marker": "Jauzi irakurri gabeko lehen mezura."
},
"file_panel": {
"guest_note": "Funtzionaltasun hau erabiltzeko <a>erregistratu</a>",
@ -1853,5 +1832,40 @@
"invited_list_heading": "Gonbidatuta",
"filter_placeholder": "Iragazi gelako kideak",
"power_label": "%(userName)s (power %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Ez duzu eranskailu multzorik aktibatuta",
"empty_add_prompt": "Gehitu batzuk orain"
},
"user_info": {
"error_revoke_3pid_invite_title": "Gonbidapena indargabetzeak huts egin du",
"error_revoke_3pid_invite_description": "Ezin izan da gonbidapena baliogabetu. Zerbitzariak une bateko arazoren bat izan lezake edo agian ez duzu gonbidapena baliogabetzeko baimen nahiko.",
"admin_tools_section": "Administrazio-tresnak",
"revoke_invite": "Indargabetu gonbidapena",
"invited_by": "%(sender)s erabiltzaileak gonbidatuta",
"room_encrypted": "Gela honetako mezuak muturretik muturrera zifratuta daude.",
"room_encrypted_detail": "Zuen mezuak babestuta daude eta soilik zuk eta hartzaileak dituzue hauek desblokeatzeko gakoak.",
"room_unencrypted": "Gela honetako mezuak ez daude muturretik muturrera zifratuta.",
"room_unencrypted_detail": "Gela zifratuetan, zuon mezuak babestuta daude, zuk zeuk eta hartzaileak bakarrik duzue hauek deszifratzeko gako bakanak.",
"verify_button": "Egiaztatu erabiltzailea",
"verify_explainer": "Segurtasun gehiagorako, egiaztatu erabiltzaile hau aldi-bakarrerako kode bat bi gailuetan egiaztatuz.",
"hide_verified_sessions": "Ezkutatu egiaztatutako saioak",
"hide_sessions": "Ezkutatu saioak",
"jump_to_rr_button": "Saltatu irakurragirira",
"share_button": "Partekatu esteka erabiltzailearekin",
"demote_self_confirm_title": "Jaitsi zure burua mailaz?",
"demote_self_confirm_room": "Ezin izango duzu hau aldatu zure burua mailaz jaisten ari zarelako, zu bazara gelan baimenak dituen azken erabiltzailea ezin izango dira baimenak berreskuratu.",
"demote_button": "Jaitzi mailaz",
"redact_button": "Kendu azken mezuak",
"error_ban_user": "Huts egin du erabiltzailea debekatzean",
"error_mute_user": "Huts egin du erabiltzailea mututzean",
"promote_warning": "Ezin izango duzu hau atzera bota erabiltzailea zure botere maila berera igotzen ari zarelako.",
"deactivate_confirm_title": "Desaktibatu erabiltzailea?",
"deactivate_confirm_description": "Erabiltzailea desaktibatzean saioa itxiko zaio eta ezin izango du berriro hasi. Gainera, dauden gela guztietatik aterako da. Ekintza hau ezin da aurreko egoera batera ekarri. Ziur erabiltzaile hau desaktibatu nahi duzula?",
"deactivate_confirm_action": "Desaktibatu erabiltzailea",
"error_deactivate": "Huts egin du erabiltzailea desaktibatzeak"
},
"right_panel": {
"share_button": "Partekatu gela"
}
}

View file

@ -3,9 +3,7 @@
"Today": "امروز",
"Friday": "آدینه",
"Changelog": "تغییراتِ به‌وجودآمده",
"This Room": "این گپ",
"Unavailable": "غیرقابل‌دسترسی",
"All Rooms": "همه‌ی گپ‌ها",
"Tuesday": "سه‌شنبه",
"Unnamed room": "گپ نام‌گذاری نشده",
"Saturday": "شنبه",
@ -16,18 +14,14 @@
"unknown error code": "کد خطای ناشناخته",
"You cannot delete this message. (%(code)s)": "شما نمی‌توانید این پیام را پاک کنید. (%(code)s)",
"Thursday": "پنج‌شنبه",
"Search…": "جستجو…",
"Yesterday": "دیروز",
"Ok": "تأیید",
"Set up": "برپایی",
"Failed to ban user": "کاربر مسدود نشد",
"Error decrypting attachment": "خطا در رمزگشایی پیوست",
"Email address": "آدرس ایمیل",
"Download %(text)s": "دانلود 2%(text)s",
"Decrypt %(text)s": "رمزگشایی %(text)s",
"Are you sure you want to reject the invitation?": "آیا مطمئن هستید که می خواهید دعوت را رد کنید؟",
"Are you sure you want to leave the room '%(roomName)s'?": "آیا مطمئن هستید که می خواهید از اتاق '2%(roomName)s' خارج شوید؟",
"Are you sure?": "مطمئنی؟",
"An error has occurred.": "خطایی رخ داده است.",
"A new password must be entered.": "گذواژه جدید باید وارد شود.",
"Home": "خانه",
@ -529,7 +523,6 @@
"Show image": "نمایش تصویر",
"Error decrypting image": "خطا در رمزگشایی تصویر",
"Invalid file%(extra)s": "پرونده نامعتبر%(extra)s",
"Message Actions": "اقدامات پیام",
"The encryption used by this room isn't supported.": "رمزگذاری استفاده شده توسط این اتاق پشتیبانی نمی شود.",
"Encryption not enabled": "رمزگذاری فعال نیست",
"Ignored attempt to disable encryption": "تلاش برای غیرفعال کردن رمزگذاری نادیده گرفته شد",
@ -550,13 +543,6 @@
"Verify by scanning": "با اسکن تأیید کنید",
"Edit devices": "ویرایش دستگاه‌ها",
"This client does not support end-to-end encryption.": "این کلاینت از رمزگذاری سرتاسر پشتیبانی نمی کند.",
"Failed to deactivate user": "غیرفعال کردن کاربر انجام نشد",
"Deactivate user": "غیرفعال کردن کاربر",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "با غیرفعال کردن این کاربر، او از سیستم خارج شده و از ورود مجدد وی جلوگیری می‌شود. علاوه بر این، او تمام اتاق هایی را که در آن هست ترک می کند. این عمل قابل برگشت نیست. آیا مطمئن هستید که می خواهید این کاربر را غیرفعال کنید؟",
"Deactivate user?": "کاربر غیرفعال شود؟",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "شما نمی توانید این تغییر را باطل کنید زیرا در حال ارتقا سطح قدرت یک کاربر به سطح قدرت خود هستید.",
"Failed to mute user": "کاربر بی صدا نشد",
"Remove recent messages": "حذف پیام‌های اخیر",
"Remove %(count)s messages": {
"one": "حذف ۱ پیام",
"other": "حذف %(count)s پیام"
@ -565,48 +551,16 @@
"Remove recent messages by %(user)s": "حذف پیام‌های اخیر %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "در پیام‌ها بالا بروید تا ببینید آیا موارد قدیمی وجود دارد یا خیر.",
"No recent messages by %(user)s found": "هیچ پیام جدیدی برای %(user)s یافت نشد",
"Demote": "تنزل رتبه",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "شما نمی توانید این تغییر را لغو کنید زیرا در حال تنزل خود هستید، اگر آخرین کاربر ممتاز در اتاق باشید بازپس گیری امتیازات غیرممکن است.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "شما نمی توانید این تغییر را لغو کنید زیرا در حال تنزل خود هستید، اگر آخرین کاربر ممتاز در فضای کاری باشید، بازپس گیری امتیازات غیرممکن است.",
"Demote yourself?": "خودتان را تنزل می‌دهید؟",
"Share Link to User": "اشتراک لینک برای کاربر",
"Jump to read receipt": "پرش به آخرین پیام خوانده شده",
"Hide sessions": "مخفی کردن نشست‌ها",
"%(count)s sessions": {
"one": "%(count)s نشست",
"other": "%(count)s نشست"
},
"Hide verified sessions": "مخفی کردن نشست‌های تأیید شده",
"%(count)s verified sessions": {
"one": "1 نشست تأیید شده",
"other": "%(count)s نشست تایید شده"
},
"Room settings": "تنظیمات اتاق",
"Share room": "به اشتراک گذاری اتاق",
"Not encrypted": "رمزگذاری نشده",
"Add widgets, bridges & bots": "افزودن ابزارک‌ها، پل‌ها و ربات‌ها",
"Edit widgets, bridges & bots": "ویرایش ابزارک ها ، پل ها و ربات ها",
"Widgets": "ابزارک ها",
"Set my room layout for everyone": "چیدمان اتاق من را برای همه تنظیم کن",
"You can only pin up to %(count)s widgets": {
"other": "فقط می توانید تا %(count)s ابزارک را پین کنید"
},
"One of the following may be compromised:": "ممکن است یکی از موارد زیر به در معرض خطر باشد:",
"Your homeserver": "سرور شما",
"Your messages are not secure": "پیام های شما ایمن نیستند",
"For extra security, verify this user by checking a one-time code on both of your devices.": "برای امنیت بیشتر، با بررسی کد یکبارمصرف در هر دو دستگاه، این کاربر را تأیید کنید.",
"Verify User": "تأیید هویت کاربر",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "در اتاق‌های رمزگذاری شده، پیام‌های شما امن هستند و فقط شما و گیرنده کلیدهای منحصر به فرد برای باز کردن قفل آن‌ها را دارید.",
"Messages in this room are not end-to-end encrypted.": "پیام های موجود در این اتاق به صورت سرتاسر رمزگذاری نشده‌اند.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "پیام‌های شما امن هستند و فقط شما و گیرنده کلیدهای منحصر به فرد برای باز کردن قفل آنها را دارید.",
"Direct Messages": "پیام مستقیم",
"Messages in this room are end-to-end encrypted.": "پیام‌های موجود در این اتاق به صورت سرتاسر رمزگذاری شده‌اند.",
"Start Verification": "شروع تایید هویت",
"Accepting…": "پذیرش…",
"Waiting for %(displayName)s to accept…": "منتظر قبول کردن توسط %(displayName)s…",
"Room avatar": "آواتار اتاق",
"Room Topic": "موضوع اتاق",
"Room Name": "نام اتاق",
"Open dial pad": "باز کردن صفحه شماره‌گیری",
"Join Room": "به اتاق بپیوندید",
"(~%(count)s results)": {
@ -621,15 +575,8 @@
"one": "و یکی دیگر ...",
"other": "و %(count)s مورد دیگر ..."
},
"Scroll to most recent messages": "به جدیدترین پیام‌ها بروید",
"Failed to send": "ارسال با خطا مواجه شد",
"Your message was sent": "پیام شما ارسال شد",
"The authenticity of this encrypted message can't be guaranteed on this device.": "صحت این پیام رمزگذاری شده در این دستگاه تضمین نمی شود.",
"Encrypted by a deleted session": "با یک نشست حذف شده رمزگذاری شده است",
"Unencrypted": "رمزگذاری نشده",
"Encrypted by an unverified session": "توسط یک نشست تأیید نشده رمزگذاری شده است",
"Language Dropdown": "منو زبان",
"View message": "مشاهده پیام",
"Information": "اطلاعات",
"%(count)s people you know have already joined": {
"one": "%(count)s نفر از افرادی که می شناسید قبلاً پیوسته‌اند",
@ -666,52 +613,11 @@
"You declined": "شما رد کردید",
"%(name)s accepted": "%(name)s پذیرفت",
"You accepted": "پذیرفتید",
"Everyone in this room is verified": "همه‌ی اعضای این اتاق تائید شده‌اند",
"This room is end-to-end encrypted": "این اتاق به صورت سرتاسر رمزشده است",
"Someone is using an unknown session": "فردی از یک نشست ناشناس استفاده می‌کند",
"You have verified this user. This user has verified all of their sessions.": "شما این کاربر را تائید کرده‌اید. این کاربر تمام نشست‌های خود را تائيد کرده‌است.",
"You have not verified this user.": "شما این کاربر را تائید نکرده‌اید.",
"This user has not verified all of their sessions.": "این کاربر هیچ‌کدام از نشست‌های خود را تائید نکرده است.",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "برای گزارش مشکلات امنیتی مربوط به ماتریکس، لطفا سایت Matrix.org بخش <a>Security Disclosure Policy</a> را مطالعه فرمائید.",
"Back up your keys before signing out to avoid losing them.": "پیش از خروج از حساب کاربری، از کلید‌های خود پشتیبان بگیرید تا آن‌ها را از دست ندهید.",
"Backup version:": "نسخه‌ی پشتیبان:",
"This backup is trusted because it has been restored on this session": "این نسخه‌ی پشتیبان قابل اعتماد است چرا که بر روی این نشست بازیابی شد",
"Show more": "نمایش بیشتر",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "آدرس‌های این اتاق را تنظیم کنید تا کاربران بتوانند این اتاق را از طریق سرور شما پیدا کنند (%(localDomain)s)",
"Local Addresses": "آدرس‌های محلی",
"New published address (e.g. #alias:server)": "آدرس جدید منتشر شده (به عنوان مثال #alias:server)",
"No other published addresses yet, add one below": "آدرس دیگری منتشر نشده است، در زیر اضافه کنید",
"Other published addresses:": "دیگر آدرس‌های منتشر شده:",
"Published Addresses": "آدرس‌های منتشر شده",
"Local address": "آدرس محلی",
"This room has no local addresses": "این اتاق آدرس محلی ندارد",
"not specified": "مشخص نشده",
"Main address": "آدرس اصلی",
"Error removing address": "خطا در حذف آدرس",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "هنگام حذف آدرس خطایی روی داد. ممکن است دیگر وجود نداشته باشد یا خطایی موقت روی داده باشد.",
"You don't have permission to delete the address.": "شما اجازه حذف آدرس را ندارید.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "هنگام ایجاد آدرس خطایی روی داد. ممکن است سرور مجاز نباشد و یا اینکه خطایی موقت رخ داده باشد.",
"Error creating address": "خطا در ایجاد آدرس",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "در به روزرسانی آدرس های جایگزین اتاق خطایی روی داد. ممکن است سرور مجاز نباشد و یا اینکه خطایی موقت رخ داده باشد.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "در به روزرسانی آدرس اصلی اتاق خطایی روی داد. ممکن است سرور مجاز نباشد و یا خطای موقتی رخ داده باشد.",
"Error updating main address": "خطا در به روزرسانی آدرس اصلی",
"We didn't find a microphone on your device. Please check your settings and try again.": "ما میکروفونی در دستگاه شما پیدا نکردیم. لطفاً تنظیمات خود را بررسی کنید و دوباره امتحان کنید.",
"No microphone found": "میکروفونی یافت نشد",
"We were unable to access your microphone. Please check your browser settings and try again.": "ما نتوانستیم به میکروفون شما دسترسی پیدا کنیم. لطفا تنظیمات مرورگر خود را بررسی کنید و دوباره سعی کنید.",
"Unable to access your microphone": "دسترسی به میکروفن شما امکان پذیر نیست",
"Jump to first unread message.": "رفتن به اولین پیام خوانده نشده.",
"Invited by %(sender)s": "دعوت شده توسط %(sender)s",
"Revoke invite": "لغو دعوت",
"Admin Tools": "ابزارهای مدیریت",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "دعوت لغو نشد. ممکن است سرور با یک مشکل موقتی روبرو شده باشد و یا اینکه شما مجوز کافی برای لغو دعوت را نداشته باشید.",
"Failed to revoke invite": "دعوت لغو نشد",
"Add some now": "اکنون چندتایی اضافه کنید",
"You don't currently have any stickerpacks enabled": "شما در حال حاضر هیچ بسته برچسب فعالی ندارید",
"Failed to connect to integration manager": "اتصال به سیستم مدیریت ادغام انجام نشد",
"Only room administrators will see this warning": "فقط مدیران اتاق این هشدار را مشاهده خواهند کرد",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "این اتاق از نسخه اتاق <roomVersion /> استفاده می کند، که این سرور آن را به عنوان <i> ناپایدار</i> علامت گذاری کرده است.",
"This room has already been upgraded.": "این اتاق قبلاً ارتقا یافته است.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "با ارتقا این اتاق نسخه فعلی اتاق خاموش شده و یک اتاق ارتقا یافته به همین نام ایجاد می شود.",
"Create a space": "ساختن یک محیط",
"Folder": "پوشه",
"Headphones": "هدفون",
@ -778,8 +684,6 @@
"Dog": "سگ",
"Dial pad": "صفحه شماره‌گیری",
"IRC display name width": "عرض نمایش نام‌های IRC",
"This event could not be displayed": "امکان نمایش این رخداد وجود ندارد",
"Edit message": "ویرایش پیام",
"Return to login screen": "بازگشت به صفحه‌ی ورود",
"Your password has been reset.": "گذرواژه‌ی شما با موفقیت تغییر کرد.",
"New passwords must match each other.": "گذرواژه‌ی جدید باید مطابقت داشته باشند.",
@ -996,7 +900,11 @@
"low_priority": "اولویت کم",
"historical": "تاریخی",
"go_to_settings": "برو به تنظیمات",
"setup_secure_messages": "پیام‌رسانی امن را تنظیم کنید"
"setup_secure_messages": "پیام‌رسانی امن را تنظیم کنید",
"unencrypted": "رمزگذاری نشده",
"view_message": "مشاهده پیام",
"show_more": "نمایش بیشتر",
"are_you_sure": "مطمئنی؟"
},
"action": {
"continue": "ادامه",
@ -1228,7 +1136,8 @@
"close_sticker_picker": "پنهان سازی استیکرها",
"poll_button_no_perms_title": "اجازه نیاز است",
"format_italics": "مورب",
"replying_title": "پاسخ دادن"
"replying_title": "پاسخ دادن",
"edit_composer_label": "ویرایش پیام"
},
"Code": "کد",
"power_level": {
@ -1867,6 +1776,12 @@
},
"url_preview": {
"close": "بستن پیش نمایش"
},
"error_no_renderer": "امکان نمایش این رخداد وجود ندارد",
"send_state_sent": "پیام شما ارسال شد",
"send_state_failed": "ارسال با خطا مواجه شد",
"mab": {
"label": "اقدامات پیام"
}
},
"slash_command": {
@ -2042,7 +1957,11 @@
"hide_sidebar_button": "پنهان سازی نوار کناری",
"show_sidebar_button": "نمایش نوار کناری",
"unknown_person": "فرد ناشناس",
"connecting": "در حال اتصال"
"connecting": "در حال اتصال",
"unable_to_access_audio_input_title": "دسترسی به میکروفن شما امکان پذیر نیست",
"unable_to_access_audio_input_description": "ما نتوانستیم به میکروفون شما دسترسی پیدا کنیم. لطفا تنظیمات مرورگر خود را بررسی کنید و دوباره سعی کنید.",
"no_audio_input_title": "میکروفونی یافت نشد",
"no_audio_input_description": "ما میکروفونی در دستگاه شما پیدا نکردیم. لطفاً تنظیمات خود را بررسی کنید و دوباره امتحان کنید."
},
"Other": "دیگر",
"room_settings": {
@ -2109,7 +2028,27 @@
"save": "ذخیره تغییرات",
"leave_space": "ترک فضای کاری",
"aliases_section": "آدرس‌های اتاق",
"other_section": "دیگر"
"other_section": "دیگر",
"error_updating_canonical_alias_title": "خطا در به روزرسانی آدرس اصلی",
"error_updating_canonical_alias_description": "در به روزرسانی آدرس اصلی اتاق خطایی روی داد. ممکن است سرور مجاز نباشد و یا خطای موقتی رخ داده باشد.",
"error_updating_alias_description": "در به روزرسانی آدرس های جایگزین اتاق خطایی روی داد. ممکن است سرور مجاز نباشد و یا اینکه خطایی موقت رخ داده باشد.",
"error_creating_alias_title": "خطا در ایجاد آدرس",
"error_creating_alias_description": "هنگام ایجاد آدرس خطایی روی داد. ممکن است سرور مجاز نباشد و یا اینکه خطایی موقت رخ داده باشد.",
"error_deleting_alias_description_forbidden": "شما اجازه حذف آدرس را ندارید.",
"error_deleting_alias_description": "هنگام حذف آدرس خطایی روی داد. ممکن است دیگر وجود نداشته باشد یا خطایی موقت روی داده باشد.",
"error_deleting_alias_title": "خطا در حذف آدرس",
"canonical_alias_field_label": "آدرس اصلی",
"no_aliases_room": "این اتاق آدرس محلی ندارد",
"local_alias_field_label": "آدرس محلی",
"published_aliases_section": "آدرس‌های منتشر شده",
"aliases_items_label": "دیگر آدرس‌های منتشر شده:",
"aliases_no_items_label": "آدرس دیگری منتشر نشده است، در زیر اضافه کنید",
"new_alias_placeholder": "آدرس جدید منتشر شده (به عنوان مثال #alias:server)",
"local_aliases_section": "آدرس‌های محلی",
"local_aliases_explainer_room": "آدرس‌های این اتاق را تنظیم کنید تا کاربران بتوانند این اتاق را از طریق سرور شما پیدا کنند (%(localDomain)s)",
"name_field_label": "نام اتاق",
"topic_field_label": "موضوع اتاق",
"avatar_field_label": "آواتار اتاق"
},
"advanced": {
"unfederated": "این اتاق توسط سرورهای ماتریکس در دسترس نیست",
@ -2154,7 +2093,10 @@
"unverified_sessions_toast_reject": "بعداً",
"unverified_session_toast_title": "ورود جدید. آیا شما بودید؟",
"request_toast_detail": "%(deviceId)s از %(ip)s",
"verification_description": "با تائید هویت خود به پیام‌های رمزشده دسترسی یافته و هویت خود را به دیگران ثابت می‌کنید."
"verification_description": "با تائید هویت خود به پیام‌های رمزشده دسترسی یافته و هویت خود را به دیگران ثابت می‌کنید.",
"waiting_for_user_accept": "منتظر قبول کردن توسط %(displayName)s…",
"accepting": "پذیرش…",
"start_button": "شروع تایید هویت"
},
"old_version_detected_title": "داده‌های رمزنگاری قدیمی شناسایی شد",
"old_version_detected_description": "داده هایی از نسخه قدیمی %(brand)s شناسایی شده است. این امر باعث اختلال در رمزنگاری سرتاسر در نسخه قدیمی شده است. پیام های رمزگذاری شده سرتاسر که اخیراً رد و بدل شده اند ممکن است با استفاده از نسخه قدیمی رمزگشایی نشوند. همچنین ممکن است پیام های رد و بدل شده با این نسخه با مشکل مواجه شود. اگر مشکلی رخ داد، از سیستم خارج شوید و مجددا وارد شوید. برای حفظ سابقه پیام، کلیدهای خود را خروجی گرفته و دوباره وارد کنید.",
@ -2186,6 +2128,23 @@
"description_1": "نشست فعلی تشخیص داده که عبارت امنیتی و کلید لازم شما برای پیام‌رسانی امن حذف شده‌است.",
"description_2": "اگر این کار را به صورت تصادفی انجام دادید، می‌توانید سازوکار پیام امن را برای این نشست تنظیم کرده که باعث می‌شود تمام تاریخچه‌ی این نشست با استفاده از یک روش جدیدِ بازیابی، مجددا رمزشود.",
"warning": "اگر متد بازیابی را حذف نکرده‌اید، ممکن است حمله‌کننده‌ای سعی در دسترسی به حساب‌کاربری شما داشته باشد. گذرواژه حساب کاربری خود را تغییر داده و فورا یک روش بازیابی را از بخش تنظیمات خود تنظیم کنید."
},
"setup_secure_backup": {
"explainer": "پیش از خروج از حساب کاربری، از کلید‌های خود پشتیبان بگیرید تا آن‌ها را از دست ندهید.",
"title": "برپایی"
},
"cross_signing_user_warning": "این کاربر هیچ‌کدام از نشست‌های خود را تائید نکرده است.",
"cross_signing_user_normal": "شما این کاربر را تائید نکرده‌اید.",
"cross_signing_user_verified": "شما این کاربر را تائید کرده‌اید. این کاربر تمام نشست‌های خود را تائيد کرده‌است.",
"cross_signing_room_warning": "فردی از یک نشست ناشناس استفاده می‌کند",
"cross_signing_room_normal": "این اتاق به صورت سرتاسر رمزشده است",
"cross_signing_room_verified": "همه‌ی اعضای این اتاق تائید شده‌اند",
"event_shield_reason_authenticity_not_guaranteed": "صحت این پیام رمزگذاری شده در این دستگاه تضمین نمی شود.",
"event_shield_reason_mismatched_sender_key": "توسط یک نشست تأیید نشده رمزگذاری شده است",
"messages_not_secure": {
"title": "پیام های شما ایمن نیستند",
"heading": "ممکن است یکی از موارد زیر به در معرض خطر باشد:",
"cause_1": "سرور شما"
}
},
"emoji": {
@ -2470,7 +2429,8 @@
"unencrypted_warning": "ابزارک ها از رمزگذاری پیام استفاده نمی کنند.",
"added_by": "ابزارک اضافه شده توسط",
"cookie_warning": "این ابزارک ممکن است از کوکی استفاده کند.",
"popout": "بیرون انداختن ابزارک"
"popout": "بیرون انداختن ابزارک",
"set_room_layout": "چیدمان اتاق من را برای همه تنظیم کن"
},
"feedback": {
"sent": "بازخورد ارسال شد",
@ -2710,7 +2670,18 @@
"peek_join_prompt": "شما در حال پیش نمایش %(roomName)s هستید. می خواهید به آن بپیوندید؟",
"no_peek_join_prompt": "پیش بینی %(roomName)s امکان پذیر نیست. آیا می خواهید به آن بپیوندید؟",
"not_found_title_name": "%(roomName)s وجود ندارد.",
"inaccessible_name": "در حال حاضر %(roomName)s قابل دسترسی نیست."
"inaccessible_name": "در حال حاضر %(roomName)s قابل دسترسی نیست.",
"jump_to_bottom_button": "به جدیدترین پیام‌ها بروید",
"upgrade_warning_bar": "با ارتقا این اتاق نسخه فعلی اتاق خاموش شده و یک اتاق ارتقا یافته به همین نام ایجاد می شود.",
"upgrade_warning_bar_upgraded": "این اتاق قبلاً ارتقا یافته است.",
"upgrade_warning_bar_unstable": "این اتاق از نسخه اتاق <roomVersion /> استفاده می کند، که این سرور آن را به عنوان <i> ناپایدار</i> علامت گذاری کرده است.",
"upgrade_warning_bar_admins": "فقط مدیران اتاق این هشدار را مشاهده خواهند کرد",
"search": {
"this_room": "این گپ",
"all_rooms": "همه‌ی گپ‌ها",
"field_placeholder": "جستجو…"
},
"jump_read_marker": "رفتن به اولین پیام خوانده نشده."
},
"file_panel": {
"guest_note": "برای استفاده از این قابلیت باید <a>ثبت نام</a> کنید",
@ -2897,5 +2868,50 @@
"invited_list_heading": "دعوت شد",
"filter_placeholder": "فیلتر کردن اعضای اتاق",
"power_label": "%(userName)s (سطح قدرت %(powerLevelNumber)s)"
},
"stickers": {
"empty": "شما در حال حاضر هیچ بسته برچسب فعالی ندارید",
"empty_add_prompt": "اکنون چندتایی اضافه کنید"
},
"user_info": {
"error_revoke_3pid_invite_title": "دعوت لغو نشد",
"error_revoke_3pid_invite_description": "دعوت لغو نشد. ممکن است سرور با یک مشکل موقتی روبرو شده باشد و یا اینکه شما مجوز کافی برای لغو دعوت را نداشته باشید.",
"admin_tools_section": "ابزارهای مدیریت",
"revoke_invite": "لغو دعوت",
"invited_by": "دعوت شده توسط %(sender)s",
"room_encrypted": "پیام‌های موجود در این اتاق به صورت سرتاسر رمزگذاری شده‌اند.",
"room_encrypted_detail": "پیام‌های شما امن هستند و فقط شما و گیرنده کلیدهای منحصر به فرد برای باز کردن قفل آنها را دارید.",
"room_unencrypted": "پیام های موجود در این اتاق به صورت سرتاسر رمزگذاری نشده‌اند.",
"room_unencrypted_detail": "در اتاق‌های رمزگذاری شده، پیام‌های شما امن هستند و فقط شما و گیرنده کلیدهای منحصر به فرد برای باز کردن قفل آن‌ها را دارید.",
"verify_button": "تأیید هویت کاربر",
"verify_explainer": "برای امنیت بیشتر، با بررسی کد یکبارمصرف در هر دو دستگاه، این کاربر را تأیید کنید.",
"hide_verified_sessions": "مخفی کردن نشست‌های تأیید شده",
"hide_sessions": "مخفی کردن نشست‌ها",
"jump_to_rr_button": "پرش به آخرین پیام خوانده شده",
"share_button": "اشتراک لینک برای کاربر",
"demote_self_confirm_title": "خودتان را تنزل می‌دهید؟",
"demote_self_confirm_description_space": "شما نمی توانید این تغییر را لغو کنید زیرا در حال تنزل خود هستید، اگر آخرین کاربر ممتاز در فضای کاری باشید، بازپس گیری امتیازات غیرممکن است.",
"demote_self_confirm_room": "شما نمی توانید این تغییر را لغو کنید زیرا در حال تنزل خود هستید، اگر آخرین کاربر ممتاز در اتاق باشید بازپس گیری امتیازات غیرممکن است.",
"demote_button": "تنزل رتبه",
"redact_button": "حذف پیام‌های اخیر",
"error_ban_user": "کاربر مسدود نشد",
"error_mute_user": "کاربر بی صدا نشد",
"promote_warning": "شما نمی توانید این تغییر را باطل کنید زیرا در حال ارتقا سطح قدرت یک کاربر به سطح قدرت خود هستید.",
"deactivate_confirm_title": "کاربر غیرفعال شود؟",
"deactivate_confirm_description": "با غیرفعال کردن این کاربر، او از سیستم خارج شده و از ورود مجدد وی جلوگیری می‌شود. علاوه بر این، او تمام اتاق هایی را که در آن هست ترک می کند. این عمل قابل برگشت نیست. آیا مطمئن هستید که می خواهید این کاربر را غیرفعال کنید؟",
"deactivate_confirm_action": "غیرفعال کردن کاربر",
"error_deactivate": "غیرفعال کردن کاربر انجام نشد"
},
"right_panel": {
"pinned_messages": {
"limits": {
"other": "فقط می توانید تا %(count)s ابزارک را پین کنید"
}
},
"widgets_section": "ابزارک ها",
"edit_integrations": "ویرایش ابزارک ها ، پل ها و ربات ها",
"add_integrations": "افزودن ابزارک‌ها، پل‌ها و ربات‌ها",
"share_button": "به اشتراک گذاری اتاق",
"settings_button": "تنظیمات اتاق"
}
}

View file

@ -5,7 +5,6 @@
"%(items)s and %(lastItem)s": "%(items)s ja %(lastItem)s",
"A new password must be entered.": "Sinun täytyy syöttää uusi salasana.",
"An error has occurred.": "Tapahtui virhe.",
"Are you sure?": "Oletko varma?",
"Are you sure you want to leave the room '%(roomName)s'?": "Oletko varma että haluat poistua huoneesta '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "Oletko varma että haluat hylätä kutsun?",
"and %(count)s others...": {
@ -16,13 +15,10 @@
"Download %(text)s": "Lataa %(text)s",
"Email address": "Sähköpostiosoite",
"Error decrypting attachment": "Virhe purettaessa liitteen salausta",
"Failed to ban user": "Porttikiellon antaminen epäonnistui",
"Failed to load timeline position": "Aikajanapaikan lataaminen epäonnistui",
"Failed to mute user": "Käyttäjän mykistäminen epäonnistui",
"Failed to reject invite": "Kutsun hylkääminen epäonnistui",
"Failed to reject invitation": "Kutsun hylkääminen epäonnistui",
"Join Room": "Liity huoneeseen",
"Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.",
"Moderator": "Valvoja",
"New passwords must match each other.": "Uusien salasanojen on vastattava toisiaan.",
"not specified": "ei määritetty",
@ -33,7 +29,6 @@
"Return to login screen": "Palaa kirjautumissivulle",
"Search failed": "Haku epäonnistui",
"Session ID": "Istuntotunniste",
"This room has no local addresses": "Tällä huoneella ei ole paikallista osoitetta",
"Uploading %(filename)s": "Lähetetään %(filename)s",
"Uploading %(filename)s and %(count)s others": {
"one": "Lähetetään %(filename)s ja %(count)s muuta",
@ -81,10 +76,7 @@
"Error decrypting video": "Virhe purettaessa videon salausta",
"Add an Integration": "Lisää integraatio",
"This will allow you to reset your password and receive notifications.": "Tämä sallii sinun uudelleenalustaa salasanasi ja vastaanottaa ilmoituksia.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Et voi kumota tätä muutosta, koska olet ylentämässä käyttäjää samalle oikeustasolle kuin itsesi.",
"Restricted": "Rajoitettu",
"Jump to read receipt": "Hyppää lukukuittaukseen",
"Admin Tools": "Ylläpitotyökalut",
"Unnamed room": "Nimetön huone",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Sinut ohjataan kolmannen osapuolen sivustolle, jotta voit autentikoida tilisi käyttääksesi palvelua %(integrationsUrl)s. Haluatko jatkaa?",
"And %(count)s more...": {
@ -105,14 +97,11 @@
"Today": "Tänään",
"Friday": "Perjantai",
"Changelog": "Muutosloki",
"This Room": "Tämä huone",
"Unavailable": "Ei saatavilla",
"Filter results": "Suodata tuloksia",
"Tuesday": "Tiistai",
"Search…": "Haku…",
"Saturday": "Lauantai",
"Monday": "Maanantai",
"All Rooms": "Kaikki huoneet",
"You cannot delete this message. (%(code)s)": "Et voi poistaa tätä viestiä. (%(code)s)",
"Thursday": "Torstai",
"Yesterday": "Eilen",
@ -179,15 +168,9 @@
"Anchor": "Ankkuri",
"Headphones": "Kuulokkeet",
"Folder": "Kansio",
"Room Name": "Huoneen nimi",
"Room Topic": "Huoneen aihe",
"Share room": "Jaa huone",
"Share Room": "Jaa huone",
"Room avatar": "Huoneen kuva",
"Main address": "Pääosoite",
"Link to most recent message": "Linkitä viimeisimpään viestiin",
"Continue With Encryption Disabled": "Jatka salaus poistettuna käytöstä",
"You don't currently have any stickerpacks enabled": "Sinulla ei ole tarrapaketteja käytössä",
"Couldn't load page": "Sivun lataaminen ei onnistunut",
"Email (optional)": "Sähköposti (valinnainen)",
"This homeserver would like to make sure you are not a robot.": "Tämä kotipalvelin haluaa varmistaa, ettet ole robotti.",
@ -207,7 +190,6 @@
"Preparing to send logs": "Valmistaudutaan lokien lähettämiseen",
"Invite anyway": "Kutsu silti",
"Invite anyway and never warn me again": "Kutsu silti, äläkä varoita minua enää uudelleen",
"Share Link to User": "Jaa linkki käyttäjään",
"Elephant": "Norsu",
"You'll lose access to your encrypted messages": "Menetät pääsyn salattuihin viesteihisi",
"Create a new room with the same name, description and avatar": "luomme uuden huoneen samalla nimellä, kuvauksella ja kuvalla",
@ -218,21 +200,12 @@
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Jos olet aikaisemmin käyttänyt uudempaa versiota %(brand)sista, istuntosi voi olla epäyhteensopiva tämän version kanssa. Sulje tämä ikkuna ja yritä uudemman version kanssa.",
"Thumbs up": "Peukut ylös",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Salatut viestit turvataan päästä päähän -salauksella. Vain sinä ja viestien vastaanottaja(t) omaavat avaimet näiden viestien lukemiseen.",
"Back up your keys before signing out to avoid losing them.": "Varmuuskopioi avaimesi ennen kuin kirjaudut ulos välttääksesi avainten menetyksen.",
"Start using Key Backup": "Aloita avainvarmuuskopion käyttö",
"Manually export keys": "Vie avaimet käsin",
"Share User": "Jaa käyttäjä",
"Share Room Message": "Jaa huoneviesti",
"Scissors": "Sakset",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s %(day)s. %(monthName)s %(fullYear)s",
"This event could not be displayed": "Tätä tapahtumaa ei voitu näyttää",
"Demote yourself?": "Alenna itsesi?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Et voi perua tätä muutosta, koska olet alentamassa itseäsi. Jos olet viimeinen oikeutettu henkilö tässä huoneessa, oikeuksia ei voi enää saada takaisin.",
"Demote": "Alenna",
"Only room administrators will see this warning": "Vain huoneen ylläpitäjät näkevät tämän varoituksen",
"Add some now": "Lisää muutamia",
"Error updating main address": "Pääosoitteen päivityksessä tapahtui virhe",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Huoneen pääosoitteen päivityksessä tapahtui virhe. Se ei välttämättä ole sallittua tällä palvelimella tai kyseessä on väliaikainen virhe.",
"Power level": "Oikeuksien taso",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Tapahtuman, johon oli vastattu, lataaminen epäonnistui. Se joko ei ole olemassa tai sinulla ei ole oikeutta katsoa sitä.",
"The following users may not exist": "Seuraavat käyttäjät eivät välttämättä ole olemassa",
@ -260,18 +233,10 @@
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Viestiäsi ei lähetetty, koska tämä kotipalvelin on ylittänyt resurssirajan. <a>Ota yhteyttä palvelun ylläpitäjään</a> jatkaaksesi palvelun käyttämistä.",
"Could not load user profile": "Käyttäjäprofiilia ei voitu ladata",
"General failure": "Yleinen virhe",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Tämä huone pyörii versiolla <roomVersion />, jonka tämä kotipalvelin on merkannut <i>epävakaaksi</i>.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Huoneen päivittäminen sulkee huoneen nykyisen instanssin ja luo päivitetyn huoneen samalla nimellä.",
"Failed to revoke invite": "Kutsun kumoaminen epäonnistui",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kutsun kumoaminen epäonnistui. Kyseessä saattaa olla väliaikainen ongelma tai sinulla ei ole tarvittavia oikeuksia kutsun kumoamiseen.",
"Revoke invite": "Kumoa kutsu",
"Invited by %(sender)s": "Kutsuttu henkilön %(sender)s toimesta",
"Remember my selection for this widget": "Muista valintani tälle sovelmalle",
"Your password has been reset.": "Salasanasi on nollattu.",
"Invalid homeserver discovery response": "Epäkelpo kotipalvelimen etsinnän vastaus",
"Invalid identity server discovery response": "Epäkelpo identiteettipalvelimen etsinnän vastaus",
"Set up": "Ota käyttöön",
"This room has already been upgraded.": "Tämä huone on jo päivitetty.",
"Sign out and remove encryption keys?": "Kirjaudu ulos ja poista salausavaimet?",
"Missing session data": "Istunnon dataa puuttuu",
"Some session data, including encrypted message keys, is missing. Sign out and sign in to fix this, restoring keys from backup.": "Istunnon dataa, mukaan lukien salausavaimia, puuttuu. Kirjaudu ulos ja sisään, jolloin avaimet palautetaan varmuuskopiosta.",
@ -292,7 +257,6 @@
"edited": "muokattu",
"To help us prevent this in future, please <a>send us logs</a>.": "Voit auttaa meitä estämään tämän toistumisen <a>lähettämällä meille lokeja</a>.",
"This file is <b>too large</b> to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tiedosto on <b>liian iso</b> lähetettäväksi. Tiedostojen kokoraja on %(limit)s mutta tämä tiedosto on %(sizeOfThisFile)s.",
"Edit message": "Muokkaa viestiä",
"Notes": "Huomautukset",
"Edited at %(date)s. Click to view edits.": "Muokattu %(date)s. Napsauta nähdäksesi muokkaukset.",
"Message edits": "Viestin muokkaukset",
@ -314,21 +278,13 @@
"other": "Poista %(count)s viestiä",
"one": "Poista yksi viesti"
},
"Remove recent messages": "Poista viimeaikaiset viestit",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Suuren viestimäärän tapauksessa toiminto voi kestää jonkin aikaa. Älä lataa asiakasohjelmaasi uudelleen sillä aikaa.",
"Deactivate user?": "Poista käyttäjä pysyvästi?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Käyttäjän poistaminen kirjaa hänet ulos ja estää häntä kirjautumasta takaisin sisään. Lisäksi hän poistuu kaikista huoneista, joissa hän on. Tätä toimintoa ei voi kumota. Oletko varma, että haluat pysyvästi poistaa tämän käyttäjän?",
"Deactivate user": "Poista käyttäjä pysyvästi",
"e.g. my-room": "esim. oma-huone",
"Show image": "Näytä kuva",
"Close dialog": "Sulje dialogi",
"Cancel search": "Peruuta haku",
"Failed to deactivate user": "Käyttäjän poistaminen epäonnistui",
"Message Actions": "Viestitoiminnot",
"Failed to connect to integration manager": "Yhdistäminen integraatioiden lähteeseen epäonnistui",
"This client does not support end-to-end encryption.": "Tämä asiakasohjelma ei tue päästä päähän -salausta.",
"Messages in this room are not end-to-end encrypted.": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.",
"Messages in this room are end-to-end encrypted.": "Tämän huoneen viestit ovat päästä päähän -salattuja.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Olet sivuuttanut tämän käyttäjän, joten hänen viestinsä on piilotettu. <a>Näytä silti.</a>",
"You verified %(name)s": "Varmensit käyttäjän %(name)s",
"You cancelled verifying %(name)s": "Peruutit käyttäjän %(name)s varmennuksen",
@ -347,8 +303,6 @@
"Failed to get autodiscovery configuration from server": "Automaattisen etsinnän asetusten hakeminen palvelimelta epäonnistui",
"Invalid base_url for m.homeserver": "Epäkelpo base_url palvelimelle m.homeserver",
"Invalid base_url for m.identity_server": "Epäkelpo base_url palvelimelle m.identity_server",
"Unencrypted": "Suojaamaton",
"Hide verified sessions": "Piilota varmennetut istunnot",
"%(count)s verified sessions": {
"other": "%(count)s varmennettua istuntoa",
"one": "1 varmennettu istunto"
@ -360,25 +314,18 @@
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Tämä yleensä vaikuttaa siihen, miten huonetta käsitellään palvelimella. Jos sinulla on ongelmia %(brand)stisi kanssa, <a>ilmoita virheestä</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Olat päivittämässä tätä huonetta versiosta <oldVersion/> versioon <newVersion/>.",
"Country Dropdown": "Maapudotusvalikko",
"Show more": "Näytä lisää",
"Recent Conversations": "Viimeaikaiset keskustelut",
"Direct Messages": "Yksityisviestit",
"Lock": "Lukko",
"Waiting for %(displayName)s to accept…": "Odotetaan, että %(displayName)s hyväksyy…",
"Failed to find the following users": "Seuraavia käyttäjiä ei löytynyt",
"Someone is using an unknown session": "Joku käyttää tuntematonta istuntoa",
"%(count)s sessions": {
"other": "%(count)s istuntoa",
"one": "%(count)s istunto"
},
"Hide sessions": "Piilota istunnot",
"Clear all data in this session?": "Poista kaikki tämän istunnon tiedot?",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Kaikkien tämän istunnon tietojen poistaminen on pysyvää. Salatut viestit menetetään, ellei niiden avaimia ole varmuuskopioitu.",
"Session name": "Istunnon nimi",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Raportoidaksesi Matrixiin liittyvän tietoturvaongelman, lue Matrix.orgin <a>tietoturvaongelmien julkaisukäytäntö</a>.",
"Accepting…": "Hyväksytään…",
"One of the following may be compromised:": "Jokin seuraavista saattaa olla vaarantunut:",
"Your homeserver": "Kotipalvelimesi",
"Encryption not enabled": "Salaus pois käytöstä",
"The encryption used by this room isn't supported.": "Tämän huoneen käyttämää salausta ei tueta.",
"You declined": "Kieltäydyit",
@ -388,22 +335,12 @@
"Not Trusted": "Ei luotettu",
"Ask this user to verify their session, or manually verify it below.": "Pyydä tätä käyttäjää vahvistamaan istuntonsa, tai vahvista se manuaalisesti alla.",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) kirjautui uudella istunnolla varmentamatta sitä:",
"Scroll to most recent messages": "Vieritä tuoreimpiin viesteihin",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Huoneen vaihtoehtoisten osoitteiden päivittämisessä tapahtui virhe. Palvelin ei ehkä salli sitä tai kyseessä oli tilapäinen virhe.",
"Local address": "Paikallinen osoite",
"Local Addresses": "Paikalliset osoitteet",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Aseta osoitteita tälle huoneelle, jotta käyttäjät löytävät tämän huoneen kotipalvelimeltasi (%(localDomain)s)",
"Your messages are not secure": "Viestisi eivät ole turvassa",
"Enter a server name": "Syötä palvelimen nimi",
"Looks good": "Hyvältä näyttää",
"Can't find this server or its room list": "Tätä palvelinta tai sen huoneluetteloa ei löydy",
"Your server": "Palvelimesi",
"Add a new server": "Lisää uusi palvelin",
"Server name": "Palvelimen nimi",
"Published Addresses": "Julkaistut osoitteet",
"Other published addresses:": "Muut julkaistut osoitteet:",
"No other published addresses yet, add one below": "Toistaiseksi ei muita julkaistuja osoitteita, lisää alle",
"New published address (e.g. #alias:server)": "Uusi julkaistu osoite (esim. #alias:palvelin)",
"Ask %(displayName)s to scan your code:": "Pyydä käyttäjää %(displayName)s lukemaan koodisi:",
"Sign in with SSO": "Kirjaudu kertakirjautumista käyttäen",
"Can't load this message": "Tätä viestiä ei voi ladata",
@ -421,18 +358,7 @@
"Successfully restored %(sessionCount)s keys": "%(sessionCount)s avaimen palautus onnistui",
"IRC display name width": "IRC-näyttönimen leveys",
"This backup is trusted because it has been restored on this session": "Tähän varmuuskopioon luotetaan, koska se on palautettu tässä istunnossa",
"This user has not verified all of their sessions.": "Tämä käyttäjä ei ole varmentanut kaikkia istuntojaan.",
"You have not verified this user.": "Et ole varmentanut tätä käyttäjää.",
"You have verified this user. This user has verified all of their sessions.": "Olet varmentanut tämän käyttäjän. Tämä käyttäjä on varmentanut kaikki istuntonsa.",
"This room is end-to-end encrypted": "Tämä huone käyttää päästä päähän -salausta",
"Everyone in this room is verified": "Kaikki tämän huoneen käyttäjät on varmennettu",
"Encrypted by an unverified session": "Salattu varmentamattoman istunnon toimesta",
"Encrypted by a deleted session": "Salattu poistetun istunnon toimesta",
"Start Verification": "Aloita varmennus",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Viestisi ovat turvattu, ja vain sinulla ja vastaanottajalla on avaimet viestien lukemiseen.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Salausta käyttävissä huoneissa viestisi on turvattu, ja vain sinulla ja vastaanottajilla on yksityiset avaimet viestien lukemiseen.",
"Verify User": "Varmenna käyttäjä",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Lisäturvaksi, varmenna tämä käyttäjä tarkistamalla koodin kummankin laitteella.",
"Verify by scanning": "Varmenna skannaamalla",
"If you can't scan the code above, verify by comparing unique emoji.": "Jos et pysty skannaamaan yläpuolella olevaa koodia, varmenna vertaamalla emojia.",
"Verify by comparing unique emoji.": "Varmenna vertaamalla uniikkia emojia.",
@ -467,11 +393,6 @@
"Your homeserver has exceeded its user limit.": "Kotipalvelimesi on ylittänyt käyttäjärajansa.",
"Your homeserver has exceeded one of its resource limits.": "Kotipalvelimesi on ylittänyt jonkin resurssirajansa.",
"Ok": "OK",
"Error creating address": "Virhe osoitetta luotaessa",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Osoitetta luotaessa tapahtui virhe. Voi olla, että palvelin ei salli sitä tai kyseessä oli tilapäinen virhe.",
"You don't have permission to delete the address.": "Sinulla ei ole oikeutta poistaa osoitetta.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Osoitetta poistaessa tapahtui virhe. Osoitetta ei ehkä ole enää olemassa tai kyseessä oli tilapäinen virhe.",
"Error removing address": "Virhe osoitetta poistettaessa",
"This address is available to use": "Tämä osoite on käytettävissä",
"This address is already in use": "Tämä osoite on jo käytössä",
"Switch theme": "Vaihda teemaa",
@ -484,9 +405,6 @@
"Join the conference at the top of this room": "Liity ryhmäpuheluun huoneen ylälaidassa",
"Wrong file type": "Väärä tiedostotyyppi",
"Room address": "Huoneen osoite",
"Add widgets, bridges & bots": "Lisää sovelmia, siltoja ja botteja",
"Edit widgets, bridges & bots": "Muokkaa sovelmia, siltoja ja botteja",
"Widgets": "Sovelmat",
"Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "Palvelimesi ei vastaa joihinkin pyynnöistäsi. Alla on joitakin todennäköisimpiä syitä.",
"Server isn't responding": "Palvelin ei vastaa",
"Click to view edits": "Napsauta nähdäksesi muokkaukset",
@ -644,7 +562,6 @@
"Eritrea": "Eritrea",
"Equatorial Guinea": "Päiväntasaajan Guinea",
"Moldova": "Moldova",
"Room settings": "Huoneen asetukset",
"a device cross-signing signature": "laitteen ristiinvarmennuksen allekirjoitus",
"a new cross-signing key signature": "Uusi ristiinvarmennuksen allekirjoitus",
"Backup version:": "Varmuuskopiointiversio:",
@ -759,9 +676,6 @@
"Use the <a>Desktop app</a> to see all encrypted files": "Voit tarkastella kaikkia salattuja tiedostoja <a>työpöytäsovelluksella</a>",
"Use the <a>Desktop app</a> to search encrypted messages": "Käytä salattuja viestejä <a>työpöytäsovelluksella</a>",
"Ignored attempt to disable encryption": "Ohitettu yritys poistaa salaus käytöstä",
"You can only pin up to %(count)s widgets": {
"other": "Voit kiinnittää enintään %(count)s sovelmaa"
},
"This widget would like to:": "Tämä sovelma haluaa:",
"The server has denied your request.": "Palvelin eväsi pyyntösi.",
"Just a heads up, if you don't add an email and forget your password, you could <b>permanently lose access to your account</b>.": "Huomio: jos et lisää sähköpostia ja unohdat salasanasi, saatat <b>menettää pääsyn tiliisi pysyvästi</b>.",
@ -801,7 +715,6 @@
"Invite to %(roomName)s": "Kutsu huoneeseen %(roomName)s",
"Create a new room": "Luo uusi huone",
"Edit devices": "Muokkaa laitteita",
"Your message was sent": "Viestisi lähetettiin",
"Search names and descriptions": "Etsi nimistä ja kuvauksista",
"You can select all or individual messages to retry or delete": "Voit valita kaikki tai yksittäisiä viestejä yritettäväksi uudelleen tai poistettavaksi",
"Sending": "Lähetetään",
@ -820,7 +733,6 @@
},
"Not all selected were added": "Kaikkia valittuja ei lisätty",
"You are not allowed to view this server's rooms list": "Sinulla ei ole oikeuksia nähdä tämän palvelimen huoneluetteloa",
"View message": "Näytä viesti",
"%(count)s people you know have already joined": {
"one": "%(count)s tuntemasi henkilö on jo liittynyt",
"other": "%(count)s tuntemaasi ihmistä on jo liittynyt"
@ -831,11 +743,6 @@
},
"Add reaction": "Lisää reaktio",
"Error processing voice message": "Virhe ääniviestin käsittelyssä",
"We were unable to access your microphone. Please check your browser settings and try again.": "Mikrofoniasi ei voitu käyttää. Tarkista selaimesi asetukset ja yritä uudelleen.",
"We didn't find a microphone on your device. Please check your settings and try again.": "Laitteestasi ei löytynyt mikrofonia. Tarkista asetuksesi ja yritä uudelleen.",
"No microphone found": "Mikrofonia ei löytynyt",
"Unable to access your microphone": "Mikrofonia ei voi käyttää",
"Failed to send": "Lähettäminen epäonnistui",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "%(brand)s-instanssisi ei salli sinun käyttävän integraatioiden lähdettä tämän tekemiseen. Ota yhteys ylläpitäjääsi.",
"Rooms and spaces": "Huoneet ja avaruudet",
"Unable to copy a link to the room to the clipboard.": "Huoneen linkin kopiointi leikepöydälle ei onnistu.",
@ -859,10 +766,6 @@
"Their device couldn't start the camera or microphone": "Laite ei voinut käyynnistää kameraa tai mikrofonia",
"Connection failed": "Yhteys epäonnistui",
"No answer": "Ei vastausta",
"Pinned messages": "Kiinnitetyt viestit",
"Nothing pinned, yet": "Ei mitään kiinnitetty, ei vielä",
"Stop recording": "Pysäytä nauhoittaminen",
"Send voice message": "Lähetä ääniviesti",
"Space visibility": "Avaruuden näkyvyys",
"Are you sure you want to leave the space '%(spaceName)s'?": "Haluatko varmasti poistua avaruudesta '%(spaceName)s'?",
"Leave space": "Poistu avaruudesta",
@ -891,8 +794,6 @@
"Server did not return valid authentication information.": "Palvelin ei palauttanut kelvollista tunnistautumistietoa.",
"Please provide an address": "Määritä osoite",
"Call back": "Soita takaisin",
"Role in <RoomName/>": "Rooli huoneessa <RoomName/>",
"View in room": "Näytä huoneessa",
"<b>Please note upgrading will make a new version of the room</b>. All current messages will stay in this archived room.": "<b>Huomaa, että päivittäminen tekee huoneesta uuden version.</b> Kaikki nykyiset viestit pysyvät tässä arkistoidussa huoneessa.",
"Leave some rooms": "Poistu joistakin huoneista",
"Leave all rooms": "Poistu kaikista huoneista",
@ -901,16 +802,12 @@
"Message search initialisation failed, check <a>your settings</a> for more information": "Viestihaun alustus epäonnistui. Lisätietoa <a>asetuksissa</a>.",
"Some encryption parameters have been changed.": "Joitakin salausparametreja on muutettu.",
"Downloading": "Ladataan",
"Ban from %(roomName)s": "Anna porttikielto huoneeseen %(roomName)s",
"Unban from %(roomName)s": "Poista porttikielto huoneeseen %(roomName)s",
"Export chat": "Vie keskustelu",
"%(count)s reply": {
"one": "%(count)s vastaus",
"other": "%(count)s vastausta"
},
"Experimental": "Kokeellinen",
"Themes": "Teemat",
"Files": "Tiedostot",
"This space is not public. You will not be able to rejoin without an invite.": "Tämä avaruus ei ole julkinen. Et voi liittyä uudelleen ilman kutsua.",
"Other rooms in %(spaceName)s": "Muut huoneet avaruudessa %(spaceName)s",
"Spaces you're in": "Avaruudet, joissa olet",
@ -922,9 +819,6 @@
"You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.": "Olet ainoa ylläpitäjä joissain huoneissa tai avaruuksissa, joista haluat lähteä. Niistä lähteminen jättää ne ilman yhtään ylläpitäjää.",
"You're the only admin of this space. Leaving it will mean no one has control over it.": "Olet tämän avaruuden ainoa ylläpitäjä. Avaruudesta lähteminen tarkoittaa, että kenelläkään ei ole oikeuksia hallita sitä.",
"Adding spaces has moved.": "Avaruuksien lisääminen on siirtynyt.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Et voi perua tätä muutosta, koska olet alentamassa itseäsi. Jos olet viimeinen oikeutettu henkilö tässä avaruudessa, oikeuksia ei voi enää saada takaisin.",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Aseta osoitteita tälle avaruudelle, jotta käyttäjät löytävät tämän avaruuden kotipalvelimeltasi (%(localDomain)s)",
"This space has no local addresses": "Tällä avaruudella ei ole paikallista osoitetta",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s ja %(count)s muu",
"other": "%(spaceName)s ja %(count)s muuta"
@ -961,14 +855,6 @@
"Sorry, your vote was not registered. Please try again.": "Valitettavasti ääntäsi ei rekisteröity. Yritä uudelleen.",
"Vote not registered": "Ääntä ei rekisteröity",
"Almost there! Is your other device showing the same shield?": "Melkein valmista! Näyttääkö toinen laitteesi saman kilven?",
"Remove from room": "Poista huoneesta",
"Failed to remove user": "Käyttäjän poistaminen epäonnistui",
"Remove them from everything I'm able to": "Poista kaikesta mihin pystyn",
"Remove from %(roomName)s": "Poista huoneesta %(roomName)s",
"Yours, or the other users' session": "Sinun tai toisen osapuolen istunto",
"Yours, or the other users' internet connection": "Sinun tai toisen osapuolen internet-yhteys",
"To publish an address, it needs to be set as a local address first.": "Osoitteen julkaisemiseksi se täytyy ensin asettaa paikalliseksi osoitteeksi.",
"Published addresses can be used by anyone on any server to join your room.": "Julkaistujen osoitteiden avulla kuka tahansa millä tahansa palvelimella voi liittyä huoneeseesi.",
"In reply to <a>this message</a>": "Vastauksena <a>tähän viestiin</a>",
"My current location": "Tämänhetkinen sijaintini",
"%(brand)s could not send your location. Please try again later.": "%(brand)s ei voinut lähettää sijaintiasi. Yritä myöhemmin uudelleen.",
@ -978,9 +864,6 @@
"Can't edit poll": "Kyselyä ei voi muokata",
"Pick a date to jump to": "Valitse päivämäärä, mihin siirrytään",
"Jump to date": "Siirry päivämäärään",
"Close this widget to view it in this panel": "Sulje sovelma näyttääksesi sen tässä paneelissa",
"Unpin this widget to view it in this panel": "Poista sovelman kiinnitys näyttääksesi sen tässä paneelissa",
"Chat": "Keskustelu",
"Recent searches": "Viimeaikaiset haut",
"Other searches": "Muut haut",
"Public rooms": "Julkiset huoneet",
@ -994,12 +877,10 @@
"This address does not point at this room": "Tämä osoite ei osoita tähän huoneeseen",
"Missing room name or separator e.g. (my-room:domain.org)": "Puuttuva huoneen nimi tai erotin, esim. (oma-huone:verkkotunnus.org)",
"We couldn't send your location": "Emme voineet lähettää sijaintiasi",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Tämän salatun viestin aitoutta ei voida taata tällä laitteella.",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s ja %(space2Name)s",
"Device verified": "Laite vahvistettu",
"Verify this device": "Vahvista tämä laite",
"Unable to verify this device": "Tätä laitetta ei voitu vahvistaa",
"Joined": "Liitytty",
"Joining": "Liitytään",
"Wait!": "Odota!",
"Unnamed audio": "Nimetön ääni",
@ -1029,8 +910,6 @@
"Preserve system messages": "Säilytä järjestelmän viestit",
"What location type do you want to share?": "Minkä sijaintityypin haluat jakaa?",
"Call declined": "Puhelu hylätty",
"Ban from room": "Anna porttikielto huoneeseen",
"Unban from room": "Poista porttikielto huoneeseen",
"%(members)s and %(last)s": "%(members)s ja %(last)s",
"Developer": "Kehittäjä",
"Close sidebar": "Sulje sivupalkki",
@ -1046,14 +925,8 @@
"Expand quotes": "Laajenna lainaukset",
"Collapse quotes": "Supista lainaukset",
"Could not connect media": "Ei voitu yhdistää mediaa",
"Remove from space": "Poista avaruudesta",
"Pinned": "Kiinnitetty",
"Set my room layout for everyone": "Aseta minun huoneen asettelu kaikille",
"Open thread": "Avaa ketju",
"Recently viewed": "Äskettäin katsottu",
"%(members)s and more": "%(members)s ja enemmän",
"Copy link to thread": "Kopioi linkki ketjuun",
"From a thread": "Ketjusta",
"Messaging": "Viestintä",
"Enter Security Phrase": "Kirjoita turvalause",
"Incorrect Security Phrase": "Virheellinen turvalause",
@ -1064,7 +937,6 @@
"Use your Security Key to continue.": "Käytä turva-avain jatkaaksesi.",
"Invalid Security Key": "Virheellinen turva-avain",
"Wrong Security Key": "Väärä turva-avain",
"To proceed, please accept the verification request on your other device.": "Jatka hyväksymällä vahvistuspyyntö toisella laitteella.",
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Vahvista tilin deaktivointi todistamalla henkilöllisyytesi kertakirjautumista käyttäen.",
"Thread options": "Ketjun valinnat",
"Start a group chat": "Aloita ryhmäkeskustelu",
@ -1112,9 +984,7 @@
"Messages in this chat will be end-to-end encrypted.": "Tässä keskustelussa olevat viestit salataan päästä päähän.",
"Video call ended": "Videopuhelu päättyi",
"%(name)s started a video call": "%(name)s aloitti videopuhelun",
"Room info": "Huoneen tiedot",
"Search for": "Etsittävät kohteet",
"Show Labs settings": "Näytä laboratorion asetukset",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Sinut on kirjattu ulos kaikilta laitteilta, etkä enää vastaanota push-ilmoituksia. Ota ilmoitukset uudelleen käyttöön kirjautumalla jokaiselle haluamallesi laitteelle.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Kutsu käyttäen nimeä, sähköpostiosoitetta, käyttäjänimeä (kuten <userId/>) tai <a>jaa tämä huone</a>.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Kutsu käyttäen nimeä, sähköpostiosoitetta, käyttäjänimeä (kuten <userId/>) tai <a>jaa tämä avaruus</a>.",
@ -1130,19 +1000,13 @@
"Sign out of all devices": "Kirjaudu ulos kaikista laitteista",
"Confirm new password": "Vahvista uusi salasana",
"<w>WARNING:</w> <description/>": "<w>VAROITUS:</w> <description/>",
"Unable to decrypt message": "Viestin salauksen purkaminen ei onnistu",
"This message could not be decrypted": "Tämän viestin salausta ei voitu purkaa",
"Too many attempts in a short time. Retry after %(timeout)s.": "Liikaa yrityksiä lyhyessä ajassa. Yritä uudelleen, kun %(timeout)s on kulunut.",
"Too many attempts in a short time. Wait some time before trying again.": "Liikaa yrityksiä lyhyessä ajassa. Odota hetki, ennen kuin yrität uudelleen.",
"Unread email icon": "Lukemattoman sähköpostin kuvake",
"Ban them from everything I'm able to": "Anna porttikielto kaikkeen, mihin pystyn",
"Unban them from everything I'm able to": "Poista porttikielto kaikesta, mihin pystyn",
"View List": "Näytä luettelo",
"View list": "Näytä luettelo",
"Interactively verify by emoji": "Vahvista vuorovaikutteisesti emojilla",
"Manually verify by text": "Vahvista manuaalisesti tekstillä",
"Text": "Teksti",
"Create a link": "Luo linkki",
" in <strong>%(room)s</strong>": " huoneessa <strong>%(room)s</strong>",
"unknown": "tuntematon",
"Starting export process…": "Käynnistetään vientitoimenpide…",
@ -1176,13 +1040,7 @@
"Past polls": "Menneet kyselyt",
"Active polls": "Aktiiviset kyselyt",
"View poll in timeline": "Näytä kysely aikajanalla",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Kaikki tämän käyttäjän lähettämät viestit ja kutsut sivuutetaan. Haluatko varmasti sivuuttaa hänet?",
"Ignore %(user)s": "Sivuuta %(user)s",
"Poll history": "Kyselyhistoria",
"Edit link": "Muokkaa linkkiä",
"Requires your server to support the stable version of MSC3827": "Edellyttää palvelimesi tukevan MSC3827:n vakaata versiota",
"Encrypting your message…": "Salataan viestiäsi…",
"Sending your message…": "Lähetetään viestiäsi…",
"Error details": "Virheen tiedot",
"common": {
"about": "Tietoa",
@ -1300,7 +1158,12 @@
"low_priority": "Matala prioriteetti",
"historical": "Vanhat",
"go_to_settings": "Siirry asetuksiin",
"setup_secure_messages": "Ota käyttöön salatut viestit"
"setup_secure_messages": "Ota käyttöön salatut viestit",
"unencrypted": "Suojaamaton",
"view_message": "Näytä viesti",
"joined": "Liitytty",
"show_more": "Näytä lisää",
"are_you_sure": "Oletko varma?"
},
"action": {
"continue": "Jatka",
@ -1607,9 +1470,17 @@
"formatting_toolbar_label": "Muotoilu",
"format_italics": "Kursivoitu",
"format_insert_link": "Lisää linkki",
"replying_title": "Vastataan"
"replying_title": "Vastataan",
"edit_composer_label": "Muokkaa viestiä",
"send_voice_message": "Lähetä ääniviesti",
"stop_voice_message": "Pysäytä nauhoittaminen",
"link_modal": {
"title_edit": "Muokkaa linkkiä",
"title_create": "Luo linkki",
"text_field_label": "Teksti",
"link_field_label": "Linkki"
}
},
"Link": "Linkki",
"Code": "Koodi",
"power_level": {
"default": "Oletus",
@ -2573,7 +2444,19 @@
"one": "Nähnyt yksi ihminen",
"other": "Nähnyt %(count)s ihmistä"
},
"read_receipts_label": "Lukukuittaukset"
"read_receipts_label": "Lukukuittaukset",
"thread_info_basic": "Ketjusta",
"error_no_renderer": "Tätä tapahtumaa ei voitu näyttää",
"undecryptable_tooltip": "Tämän viestin salausta ei voitu purkaa",
"send_state_sending": "Lähetetään viestiäsi…",
"send_state_encrypting": "Salataan viestiäsi…",
"send_state_sent": "Viestisi lähetettiin",
"send_state_failed": "Lähettäminen epäonnistui",
"mab": {
"label": "Viestitoiminnot",
"view_in_room": "Näytä huoneessa",
"copy_link_thread": "Kopioi linkki ketjuun"
}
},
"slash_command": {
"spoiler": "Lähettää annetun viestin spoilerina",
@ -2781,7 +2664,11 @@
"other": "%(count)s ihmistä liittyi"
},
"unknown_person": "tuntematon henkilö",
"connecting": "Yhdistetään"
"connecting": "Yhdistetään",
"unable_to_access_audio_input_title": "Mikrofonia ei voi käyttää",
"unable_to_access_audio_input_description": "Mikrofoniasi ei voitu käyttää. Tarkista selaimesi asetukset ja yritä uudelleen.",
"no_audio_input_title": "Mikrofonia ei löytynyt",
"no_audio_input_description": "Laitteestasi ei löytynyt mikrofonia. Tarkista asetuksesi ja yritä uudelleen."
},
"Other": "Muut",
"room_settings": {
@ -2901,7 +2788,31 @@
"save": "Tallenna muutokset",
"leave_space": "Poistu avaruudesta",
"aliases_section": "Huoneen osoitteet",
"other_section": "Muut"
"other_section": "Muut",
"error_updating_canonical_alias_title": "Pääosoitteen päivityksessä tapahtui virhe",
"error_updating_canonical_alias_description": "Huoneen pääosoitteen päivityksessä tapahtui virhe. Se ei välttämättä ole sallittua tällä palvelimella tai kyseessä on väliaikainen virhe.",
"error_updating_alias_description": "Huoneen vaihtoehtoisten osoitteiden päivittämisessä tapahtui virhe. Palvelin ei ehkä salli sitä tai kyseessä oli tilapäinen virhe.",
"error_creating_alias_title": "Virhe osoitetta luotaessa",
"error_creating_alias_description": "Osoitetta luotaessa tapahtui virhe. Voi olla, että palvelin ei salli sitä tai kyseessä oli tilapäinen virhe.",
"error_deleting_alias_description_forbidden": "Sinulla ei ole oikeutta poistaa osoitetta.",
"error_deleting_alias_description": "Osoitetta poistaessa tapahtui virhe. Osoitetta ei ehkä ole enää olemassa tai kyseessä oli tilapäinen virhe.",
"error_deleting_alias_title": "Virhe osoitetta poistettaessa",
"canonical_alias_field_label": "Pääosoite",
"no_aliases_space": "Tällä avaruudella ei ole paikallista osoitetta",
"no_aliases_room": "Tällä huoneella ei ole paikallista osoitetta",
"local_alias_field_label": "Paikallinen osoite",
"published_aliases_section": "Julkaistut osoitteet",
"published_aliases_explainer_room": "Julkaistujen osoitteiden avulla kuka tahansa millä tahansa palvelimella voi liittyä huoneeseesi.",
"published_aliases_description": "Osoitteen julkaisemiseksi se täytyy ensin asettaa paikalliseksi osoitteeksi.",
"aliases_items_label": "Muut julkaistut osoitteet:",
"aliases_no_items_label": "Toistaiseksi ei muita julkaistuja osoitteita, lisää alle",
"new_alias_placeholder": "Uusi julkaistu osoite (esim. #alias:palvelin)",
"local_aliases_section": "Paikalliset osoitteet",
"local_aliases_explainer_space": "Aseta osoitteita tälle avaruudelle, jotta käyttäjät löytävät tämän avaruuden kotipalvelimeltasi (%(localDomain)s)",
"local_aliases_explainer_room": "Aseta osoitteita tälle huoneelle, jotta käyttäjät löytävät tämän huoneen kotipalvelimeltasi (%(localDomain)s)",
"name_field_label": "Huoneen nimi",
"topic_field_label": "Huoneen aihe",
"avatar_field_label": "Huoneen kuva"
},
"advanced": {
"unfederated": "Tähän huoneeseen ei pääse ulkopuolisilta Matrix-palvelimilta",
@ -2991,7 +2902,11 @@
"verify_using_device": "Vahvista toisella laitteella",
"verification_success_with_backup": "Uusi laitteesi on nyt vahvistettu. Laitteella on pääsy salattuihin viesteihisi, ja muut käyttäjät näkevät sen luotettuna.",
"verification_success_without_backup": "Uusi laitteesi on nyt vahvistettu. Muut käyttäjät näkevät sen luotettuna.",
"verify_later": "Vahvistan myöhemmin"
"verify_later": "Vahvistan myöhemmin",
"self_verification_hint": "Jatka hyväksymällä vahvistuspyyntö toisella laitteella.",
"waiting_for_user_accept": "Odotetaan, että %(displayName)s hyväksyy…",
"accepting": "Hyväksytään…",
"start_button": "Aloita varmennus"
},
"old_version_detected_title": "Vanhaa salaustietoa havaittu",
"old_version_detected_description": "Tunnistimme dataa, joka on lähtöisin vanhasta %(brand)sin versiosta. Tämä aiheuttaa toimintahäiriöitä päästä päähän -salauksessa vanhassa versiossa. Viestejä, jotka on salattu päästä päähän -salauksella vanhalla versiolla, ei välttämättä voida purkaa tällä versiolla. Tämä voi myös aiheuttaa epäonnistumisia viestien välityksessä tämän version kanssa. Jos kohtaat ongelmia, kirjaudu ulos ja takaisin sisään. Säilyttääksesi viestihistoriasi, vie salausavaimesi ja tuo ne uudelleen.",
@ -3021,6 +2936,25 @@
"recovery_method_removed": {
"title": "Palautustapa poistettu",
"warning": "Jos et poistanut palautustapaa, hyökkääjä saattaa yrittää käyttää tiliäsi. Vaihda tilisi salasana ja aseta uusi palautustapa asetuksissa välittömästi."
},
"setup_secure_backup": {
"explainer": "Varmuuskopioi avaimesi ennen kuin kirjaudut ulos välttääksesi avainten menetyksen.",
"title": "Ota käyttöön"
},
"cross_signing_user_warning": "Tämä käyttäjä ei ole varmentanut kaikkia istuntojaan.",
"cross_signing_user_normal": "Et ole varmentanut tätä käyttäjää.",
"cross_signing_user_verified": "Olet varmentanut tämän käyttäjän. Tämä käyttäjä on varmentanut kaikki istuntonsa.",
"cross_signing_room_warning": "Joku käyttää tuntematonta istuntoa",
"cross_signing_room_normal": "Tämä huone käyttää päästä päähän -salausta",
"cross_signing_room_verified": "Kaikki tämän huoneen käyttäjät on varmennettu",
"event_shield_reason_authenticity_not_guaranteed": "Tämän salatun viestin aitoutta ei voida taata tällä laitteella.",
"event_shield_reason_mismatched_sender_key": "Salattu varmentamattoman istunnon toimesta",
"messages_not_secure": {
"title": "Viestisi eivät ole turvassa",
"heading": "Jokin seuraavista saattaa olla vaarantunut:",
"cause_1": "Kotipalvelimesi",
"cause_3": "Sinun tai toisen osapuolen internet-yhteys",
"cause_4": "Sinun tai toisen osapuolen istunto"
}
},
"emoji": {
@ -3333,7 +3267,10 @@
"cookie_warning": "Tämä sovelma saattaa käyttää evästeitä.",
"error_loading": "Virhe sovelman lataamisessa",
"error_mixed_content": "Virhe sekasisältö",
"popout": "Avaa sovelma omassa ikkunassaan"
"popout": "Avaa sovelma omassa ikkunassaan",
"unpin_to_view_right_panel": "Poista sovelman kiinnitys näyttääksesi sen tässä paneelissa",
"close_to_view_right_panel": "Sulje sovelma näyttääksesi sen tässä paneelissa",
"set_room_layout": "Aseta minun huoneen asettelu kaikille"
},
"feedback": {
"sent": "Palaute lähetetty",
@ -3414,7 +3351,9 @@
"show_thread_filter": "Näytä:",
"show_all_threads": "Näytä kaikki ketjut",
"empty_explainer": "Ketjut auttavat pitämään keskustelut asiayhteyteen sopivina ja helposti seurattavina.",
"empty_heading": "Pidä keskustelut järjestyksessä ketjuissa"
"empty_heading": "Pidä keskustelut järjestyksessä ketjuissa",
"open_thread": "Avaa ketju",
"unable_to_decrypt": "Viestin salauksen purkaminen ei onnistu"
},
"theme": {
"light_high_contrast": "Vaalea, suuri kontrasti"
@ -3646,7 +3585,19 @@
"inaccessible_name": "%(roomName)s ei ole saatavilla tällä hetkellä.",
"inaccessible": "Tämä huone tai avaruus ei ole käytettävissä juuri tällä hetkellä.",
"join_failed_needs_invite": "Huoneen %(roomName)s katseluun tarvitaan kutsu",
"join_failed_enable_video_rooms": "Liittyäksesi ota videohuoneet käyttöön laboratorion kautta"
"join_failed_enable_video_rooms": "Liittyäksesi ota videohuoneet käyttöön laboratorion kautta",
"jump_to_bottom_button": "Vieritä tuoreimpiin viesteihin",
"show_labs_settings": "Näytä laboratorion asetukset",
"upgrade_warning_bar": "Huoneen päivittäminen sulkee huoneen nykyisen instanssin ja luo päivitetyn huoneen samalla nimellä.",
"upgrade_warning_bar_upgraded": "Tämä huone on jo päivitetty.",
"upgrade_warning_bar_unstable": "Tämä huone pyörii versiolla <roomVersion />, jonka tämä kotipalvelin on merkannut <i>epävakaaksi</i>.",
"upgrade_warning_bar_admins": "Vain huoneen ylläpitäjät näkevät tämän varoituksen",
"search": {
"this_room": "Tämä huone",
"all_rooms": "Kaikki huoneet",
"field_placeholder": "Haku…"
},
"jump_read_marker": "Hyppää ensimmäiseen lukemattomaan viestiin."
},
"file_panel": {
"guest_note": "Sinun pitää <a>rekisteröityä</a> käyttääksesi tätä toiminnallisuutta",
@ -3862,5 +3813,76 @@
"invited_list_heading": "Kutsuttu",
"filter_placeholder": "Suodata huoneen jäseniä",
"power_label": "%(userName)s (oikeustaso %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Sinulla ei ole tarrapaketteja käytössä",
"empty_add_prompt": "Lisää muutamia"
},
"user_info": {
"error_revoke_3pid_invite_title": "Kutsun kumoaminen epäonnistui",
"error_revoke_3pid_invite_description": "Kutsun kumoaminen epäonnistui. Kyseessä saattaa olla väliaikainen ongelma tai sinulla ei ole tarvittavia oikeuksia kutsun kumoamiseen.",
"admin_tools_section": "Ylläpitotyökalut",
"revoke_invite": "Kumoa kutsu",
"invited_by": "Kutsuttu henkilön %(sender)s toimesta",
"room_encrypted": "Tämän huoneen viestit ovat päästä päähän -salattuja.",
"room_encrypted_detail": "Viestisi ovat turvattu, ja vain sinulla ja vastaanottajalla on avaimet viestien lukemiseen.",
"room_unencrypted": "Tämän huoneen viestit eivät ole päästä päähän -salattuja.",
"room_unencrypted_detail": "Salausta käyttävissä huoneissa viestisi on turvattu, ja vain sinulla ja vastaanottajilla on yksityiset avaimet viestien lukemiseen.",
"verify_button": "Varmenna käyttäjä",
"verify_explainer": "Lisäturvaksi, varmenna tämä käyttäjä tarkistamalla koodin kummankin laitteella.",
"hide_verified_sessions": "Piilota varmennetut istunnot",
"hide_sessions": "Piilota istunnot",
"ignore_confirm_title": "Sivuuta %(user)s",
"ignore_confirm_description": "Kaikki tämän käyttäjän lähettämät viestit ja kutsut sivuutetaan. Haluatko varmasti sivuuttaa hänet?",
"jump_to_rr_button": "Hyppää lukukuittaukseen",
"share_button": "Jaa linkki käyttäjään",
"demote_self_confirm_title": "Alenna itsesi?",
"demote_self_confirm_description_space": "Et voi perua tätä muutosta, koska olet alentamassa itseäsi. Jos olet viimeinen oikeutettu henkilö tässä avaruudessa, oikeuksia ei voi enää saada takaisin.",
"demote_self_confirm_room": "Et voi perua tätä muutosta, koska olet alentamassa itseäsi. Jos olet viimeinen oikeutettu henkilö tässä huoneessa, oikeuksia ei voi enää saada takaisin.",
"demote_button": "Alenna",
"kick_button_space": "Poista avaruudesta",
"kick_button_room": "Poista huoneesta",
"kick_button_room_name": "Poista huoneesta %(roomName)s",
"kick_button_space_everything": "Poista kaikesta mihin pystyn",
"error_kicking_user": "Käyttäjän poistaminen epäonnistui",
"redact_button": "Poista viimeaikaiset viestit",
"unban_button_room": "Poista porttikielto huoneeseen",
"ban_button_room": "Anna porttikielto huoneeseen",
"unban_room_confirm_title": "Poista porttikielto huoneeseen %(roomName)s",
"ban_room_confirm_title": "Anna porttikielto huoneeseen %(roomName)s",
"unban_space_everything": "Poista porttikielto kaikesta, mihin pystyn",
"ban_space_everything": "Anna porttikielto kaikkeen, mihin pystyn",
"error_ban_user": "Porttikiellon antaminen epäonnistui",
"error_mute_user": "Käyttäjän mykistäminen epäonnistui",
"promote_warning": "Et voi kumota tätä muutosta, koska olet ylentämässä käyttäjää samalle oikeustasolle kuin itsesi.",
"deactivate_confirm_title": "Poista käyttäjä pysyvästi?",
"deactivate_confirm_description": "Käyttäjän poistaminen kirjaa hänet ulos ja estää häntä kirjautumasta takaisin sisään. Lisäksi hän poistuu kaikista huoneista, joissa hän on. Tätä toimintoa ei voi kumota. Oletko varma, että haluat pysyvästi poistaa tämän käyttäjän?",
"deactivate_confirm_action": "Poista käyttäjä pysyvästi",
"error_deactivate": "Käyttäjän poistaminen epäonnistui",
"role_label": "Rooli huoneessa <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Kiinnitetyt viestit",
"empty": "Ei mitään kiinnitetty, ei vielä",
"limits": {
"other": "Voit kiinnittää enintään %(count)s sovelmaa"
}
},
"video_room_chat": {
"title": "Keskustelu"
},
"room_summary_card": {
"title": "Huoneen tiedot"
},
"widgets_section": "Sovelmat",
"edit_integrations": "Muokkaa sovelmia, siltoja ja botteja",
"add_integrations": "Lisää sovelmia, siltoja ja botteja",
"files_button": "Tiedostot",
"polls_button": "Kyselyhistoria",
"pinned_messages_button": "Kiinnitetty",
"export_chat_button": "Vie keskustelu",
"share_button": "Jaa huone",
"settings_button": "Huoneen asetukset"
}
}

View file

@ -1,6 +1,5 @@
{
"Download %(text)s": "Télécharger %(text)s",
"Failed to ban user": "Échec du bannissement de lutilisateur",
"Failed to forget room %(errCode)s": "Échec de loubli du salon %(errCode)s",
"%(items)s and %(lastItem)s": "%(items)s et %(lastItem)s",
"and %(count)s others...": {
@ -8,11 +7,9 @@
"one": "et un autre…"
},
"A new password must be entered.": "Un nouveau mot de passe doit être saisi.",
"Are you sure?": "Êtes-vous sûr ?",
"Are you sure you want to reject the invitation?": "Voulez-vous vraiment rejeter linvitation ?",
"Decrypt %(text)s": "Déchiffrer %(text)s",
"Failed to load timeline position": "Échec du chargement de la position dans le fil de discussion",
"Failed to mute user": "Échec de la mise en sourdine de lutilisateur",
"Failed to reject invite": "Échec du rejet de linvitation",
"Failed to reject invitation": "Échec du rejet de linvitation",
"An error has occurred.": "Une erreur est survenue.",
@ -31,14 +28,12 @@
"Search failed": "Échec de la recherche",
"Server may be unavailable, overloaded, or search timed out :(": "Le serveur semble être inaccessible, surchargé ou la recherche a expiré :(",
"Session ID": "Identifiant de session",
"This room has no local addresses": "Ce salon na pas dadresse locale",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Un instant donné du fil de discussion na pu être chargé car vous navez pas la permission de le visualiser.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Un instant donné du fil de discussion na pu être chargé car il na pas pu être trouvé.",
"Verification Pending": "Vérification en attente",
"Warning!": "Attention !",
"You seem to be in a call, are you sure you want to quit?": "Vous semblez avoir un appel en cours, voulez-vous vraiment partir ?",
"You seem to be uploading files, are you sure you want to quit?": "Vous semblez être en train denvoyer des fichiers, voulez-vous vraiment partir ?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Vous ne pourrez pas annuler cette modification car vous promouvez lutilisateur au même rang que le vôtre.",
"Sun": "Dim",
"Mon": "Lun",
"Tue": "Mar",
@ -69,7 +64,6 @@
"Error decrypting image": "Erreur lors du déchiffrement de limage",
"Error decrypting video": "Erreur lors du déchiffrement de la vidéo",
"Add an Integration": "Ajouter une intégration",
"Jump to first unread message.": "Aller au premier message non lu.",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Vous êtes sur le point daccéder à un site tiers afin de pouvoir vous identifier pour utiliser %(integrationsUrl)s. Voulez-vous continuer ?",
"Are you sure you want to leave the room '%(roomName)s'?": "Voulez-vous vraiment quitter le salon « %(roomName)s » ?",
"Custom level": "Rang personnalisé",
@ -87,9 +81,7 @@
"This will allow you to reset your password and receive notifications.": "Ceci vous permettra de réinitialiser votre mot de passe et de recevoir des notifications.",
"AM": "AM",
"PM": "PM",
"Admin Tools": "Outils dadministration",
"Unnamed room": "Salon sans nom",
"Jump to read receipt": "Aller à laccusé de lecture",
"Delete Widget": "Supprimer le widget",
"And %(count)s more...": {
"other": "Et %(count)s autres…"
@ -102,25 +94,20 @@
"expand": "développer",
"collapse": "réduire",
"Send": "Envoyer",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Vous ne pourrez pas annuler cette modification car vous vous rétrogradez. Si vous êtes le dernier utilisateur privilégié de ce salon, il sera impossible de récupérer les privilèges.",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s",
"This room is not public. You will not be able to rejoin without an invite.": "Ce salon nest pas public. Vous ne pourrez pas y revenir sans invitation.",
"<a>In reply to</a> <pill>": "<a>En réponse à</a> <pill>",
"You don't currently have any stickerpacks enabled": "Vous n'avez activé aucun jeu dautocollants pour linstant",
"Sunday": "Dimanche",
"Today": "Aujourdhui",
"Friday": "Vendredi",
"Changelog": "Journal des modifications",
"This Room": "Ce salon",
"Unavailable": "Indisponible",
"Filter results": "Filtrer les résultats",
"Tuesday": "Mardi",
"Search…": "Rechercher…",
"Saturday": "Samedi",
"Monday": "Lundi",
"Wednesday": "Mercredi",
"You cannot delete this message. (%(code)s)": "Vous ne pouvez pas supprimer ce message. (%(code)s)",
"All Rooms": "Tous les salons",
"Thursday": "Jeudi",
"Yesterday": "Hier",
"Thank you!": "Merci !",
@ -132,18 +119,12 @@
"We encountered an error trying to restore your previous session.": "Une erreur est survenue lors de la restauration de la dernière session.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Effacer le stockage de votre navigateur peut résoudre le problème. Ceci vous déconnectera et tous les historiques de conversations chiffrées seront illisibles.",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Impossible de charger lévènement auquel il a été répondu, soit il nexiste pas, soit vous n'avez pas lautorisation de le voir.",
"Share Link to User": "Partager le lien vers lutilisateur",
"Share room": "Partager le salon",
"Share Room": "Partager le salon",
"Link to most recent message": "Lien vers le message le plus récent",
"Share User": "Partager lutilisateur",
"Share Room Message": "Partager le message du salon",
"Link to selected message": "Lien vers le message sélectionné",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Vous ne pouvez voir aucun message tant que vous ne lisez et nacceptez pas nos <consentLink>conditions générales</consentLink>.",
"Demote yourself?": "Vous rétrograder ?",
"Demote": "Rétrograder",
"This event could not be displayed": "Cet évènement na pas pu être affiché",
"Only room administrators will see this warning": "Seuls les administrateurs du salon verront cet avertissement",
"Upgrade Room Version": "Mettre à niveau la version du salon",
"Create a new room with the same name, description and avatar": "Créer un salon avec le même nom, la même description et le même avatar",
"Update any local room aliases to point to the new room": "Mettre à jour tous les alias du salon locaux pour quils dirigent vers le nouveau salon",
@ -161,7 +142,6 @@
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Si lautre version de %(brand)s est encore ouverte dans un autre onglet, merci de le fermer car lutilisation de %(brand)s sur le même hôte avec le chargement différé activé et désactivé à la fois causera des problèmes.",
"Incompatible local cache": "Cache local incompatible",
"Clear cache and resync": "Vider le cache et resynchroniser",
"Add some now": "En ajouter maintenant",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Pour éviter de perdre lhistorique de vos discussions, vous devez exporter vos clés avant de vous déconnecter. Vous devez revenir à une version plus récente de %(brand)s pour pouvoir le faire",
"Incompatible Database": "Base de données incompatible",
"Continue With Encryption Disabled": "Continuer avec le chiffrement désactivé",
@ -170,7 +150,6 @@
"No backup found!": "Aucune sauvegarde na été trouvée !",
"Failed to decrypt %(failedCount)s sessions!": "Le déchiffrement de %(failedCount)s sessions a échoué !",
"Invalid homeserver discovery response": "Réponse de découverte du serveur daccueil non valide",
"Set up": "Configurer",
"Invalid identity server discovery response": "Réponse non valide lors de la découverte du serveur d'identité",
"General failure": "Erreur générale",
"Unable to load commit detail: %(msg)s": "Impossible de charger les détails de lenvoi : %(msg)s",
@ -178,10 +157,6 @@
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Impossible de trouver les profils pour les identifiants Matrix listés ci-dessous. Voulez-vous quand même les inviter ?",
"Invite anyway and never warn me again": "Inviter quand même et ne plus me prévenir",
"Invite anyway": "Inviter quand même",
"Main address": "Adresse principale",
"Room avatar": "Avatar du salon",
"Room Name": "Nom du salon",
"Room Topic": "Sujet du salon",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet utilisateur pour le marquer comme fiable. Faire confiance aux utilisateurs vous permet dêtre tranquille lorsque vous utilisez des messages chiffrés de bout en bout.",
"Incoming Verification Request": "Demande de vérification entrante",
"Email (optional)": "E-mail (facultatif)",
@ -251,7 +226,6 @@
"Couldn't load page": "Impossible de charger la page",
"Your password has been reset.": "Votre mot de passe a été réinitialisé.",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Les messages chiffrés sont sécurisés avec un chiffrement de bout en bout. Seuls vous et le(s) destinataire(s) ont les clés pour lire ces messages.",
"Back up your keys before signing out to avoid losing them.": "Sauvegardez vos clés avant de vous déconnecter pour éviter de les perdre.",
"Start using Key Backup": "Commencer à utiliser la sauvegarde de clés",
"I don't want my encrypted messages": "Je ne veux pas de mes messages chiffrés",
"Manually export keys": "Exporter manuellement les clés",
@ -259,17 +233,9 @@
"Are you sure you want to sign out?": "Voulez-vous vraiment vous déconnecter ?",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Attention</b> : vous ne devriez configurer la sauvegarde des clés que depuis un ordinateur de confiance.",
"Scissors": "Ciseaux",
"Error updating main address": "Erreur lors de la mise à jour de ladresse principale",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Une erreur est survenue lors de la mise à jour de ladresse principale de salon. Ce nest peut-être pas autorisé par le serveur ou une erreur temporaire est survenue.",
"Room Settings - %(roomName)s": "Paramètres du salon %(roomName)s",
"Could not load user profile": "Impossible de charger le profil de lutilisateur",
"Power level": "Rang",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Ce salon utilise la version <roomVersion />, que ce serveur daccueil a marqué comme <i>instable</i>.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "La mise à niveau du salon désactivera cette instance du salon et créera un salon mis à niveau avec le même nom.",
"Failed to revoke invite": "Échec de la révocation de linvitation",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Impossible de révoquer linvitation. Le serveur subit peut-être un problème temporaire ou vous navez pas la permission de révoquer linvitation.",
"Revoke invite": "Révoquer linvitation",
"Invited by %(sender)s": "Invité par %(sender)s",
"Remember my selection for this widget": "Se souvenir de mon choix pour ce widget",
"Notes": "Notes",
"Sign out and remove encryption keys?": "Se déconnecter et supprimer les clés de chiffrement ?",
@ -288,7 +254,6 @@
},
"Cancel All": "Tout annuler",
"Upload Error": "Erreur denvoi",
"This room has already been upgraded.": "Ce salon a déjà été mis à niveau.",
"edited": "modifié",
"Some characters not allowed": "Certains caractères ne sont pas autorisés",
"Failed to get autodiscovery configuration from server": "Échec de la découverte automatique de la configuration depuis le serveur",
@ -296,7 +261,6 @@
"Homeserver URL does not appear to be a valid Matrix homeserver": "LURL du serveur daccueil ne semble pas être un serveur daccueil Matrix valide",
"Invalid base_url for m.identity_server": "base_url pour m.identity_server non valide",
"Identity server URL does not appear to be a valid identity server": "LURL du serveur didentité ne semble pas être un serveur didentité valide",
"Edit message": "Modifier le message",
"Upload all": "Tout envoyer",
"Edited at %(date)s. Click to view edits.": "Modifié le %(date)s. Cliquer pour voir les modifications.",
"Message edits": "Modifications du message",
@ -312,9 +276,6 @@
"Command Help": "Aide aux commandes",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Utilisez un serveur didentité pour inviter avec un e-mail. <default>Utilisez le serveur par défaut (%(defaultIdentityServerName)s)</default> ou gérez-le dans les <settings>Paramètres</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Utilisez un serveur didentité pour inviter par e-mail. Gérez-le dans les <settings>Paramètres</settings>.",
"Deactivate user?": "Désactiver lutilisateur ?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Désactiver cet utilisateur le déconnectera et lempêchera de se reconnecter. De plus, il quittera tous les salons quil a rejoints. Cette action ne peut pas être annulée. Voulez-vous vraiment désactiver cet utilisateur ?",
"Deactivate user": "Désactiver lutilisateur",
"No recent messages by %(user)s found": "Aucun message récent de %(user)s na été trouvé",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Essayez de faire défiler le fil de discussion vers le haut pour voir sil y en a de plus anciens.",
"Remove recent messages by %(user)s": "Supprimer les messages récents de %(user)s",
@ -323,15 +284,11 @@
"other": "Supprimer %(count)s messages",
"one": "Supprimer 1 message"
},
"Remove recent messages": "Supprimer les messages récents",
"e.g. my-room": "par ex. mon-salon",
"Close dialog": "Fermer la boîte de dialogue",
"Show image": "Afficher limage",
"Cancel search": "Annuler la recherche",
"Failed to deactivate user": "Échec de la désactivation de lutilisateur",
"This client does not support end-to-end encryption.": "Ce client ne prend pas en charge le chiffrement de bout en bout.",
"Messages in this room are not end-to-end encrypted.": "Les messages dans ce salon ne sont pas chiffrés de bout en bout.",
"Message Actions": "Actions de message",
"You verified %(name)s": "Vous avez vérifié %(name)s",
"You cancelled verifying %(name)s": "Vous avez annulé la vérification de %(name)s",
"%(name)s cancelled verifying": "%(name)s a annulé la vérification",
@ -342,25 +299,21 @@
"%(name)s wants to verify": "%(name)s veut vérifier",
"You sent a verification request": "Vous avez envoyé une demande de vérification",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Vous avez ignoré cet utilisateur, donc ses messages sont cachés. <a>Les montrer quand même.</a>",
"Messages in this room are end-to-end encrypted.": "Les messages dans ce salon sont chiffrés de bout en bout.",
"Failed to connect to integration manager": "Échec de la connexion au gestionnaire dintégrations",
"Integrations are disabled": "Les intégrations sont désactivées",
"Integrations not allowed": "Les intégrations ne sont pas autorisées",
"Verification Request": "Demande de vérification",
"Unencrypted": "Non chiffré",
"Upgrade private room": "Mettre à niveau le salon privé",
"Upgrade public room": "Mettre à niveau le salon public",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "La mise à niveau dun salon est une action avancée et qui est généralement recommandée quand un salon est instable à cause danomalies, de fonctionnalités manquantes ou de failles de sécurité.",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Cela naffecte généralement que la façon dont le salon est traité sur le serveur. Si vous avez des problèmes avec votre %(brand)s, <a>signalez une anomalie</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Vous allez mettre à niveau ce salon de <oldVersion /> vers <newVersion />.",
"Hide verified sessions": "Masquer les sessions vérifiées",
"%(count)s verified sessions": {
"other": "%(count)s sessions vérifiées",
"one": "1 session vérifiée"
},
"Language Dropdown": "Sélection de la langue",
"Country Dropdown": "Sélection du pays",
"Show more": "En voir plus",
"Recent Conversations": "Conversations récentes",
"Direct Messages": "Conversations privées",
"Failed to find the following users": "Impossible de trouver les utilisateurs suivants",
@ -369,32 +322,17 @@
"Something went wrong trying to invite the users.": "Une erreur est survenue en essayant dinviter les utilisateurs.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Impossible dinviter ces utilisateurs. Vérifiez quels utilisateurs que vous souhaitez inviter et réessayez.",
"Recently Direct Messaged": "Conversations privées récentes",
"Verify User": "Vérifier lutilisateur",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Pour une sécurité supplémentaire, vérifiez cet utilisateur en comparant un code à usage unique sur vos deux appareils.",
"Start Verification": "Commencer la vérification",
"This room is end-to-end encrypted": "Ce salon est chiffré de bout en bout",
"Everyone in this room is verified": "Tout le monde dans ce salon est vérifié",
"Waiting for %(displayName)s to accept…": "En attente dacceptation par %(displayName)s…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Vos messages sont sécurisés et seuls vous et le destinataire avez les clés uniques pour les déchiffrer.",
"Your messages are not secure": "Vos messages ne sont pas sécurisés",
"One of the following may be compromised:": "Un des éléments suivants est peut-être compromis :",
"Your homeserver": "Votre serveur daccueil",
"Verify by emoji": "Vérifier avec des émojis",
"Verify by comparing unique emoji.": "Vérifier en comparant des émojis uniques.",
"Ask %(displayName)s to scan your code:": "Demandez à %(displayName)s de scanner votre code :",
"If you can't scan the code above, verify by comparing unique emoji.": "Si vous ne pouvez pas scanner le code ci-dessus, vérifiez en comparant des émojis uniques.",
"You've successfully verified %(displayName)s!": "Vous avez vérifié %(displayName)s !",
"This backup is trusted because it has been restored on this session": "Cette sauvegarde est fiable car elle a été restaurée sur cette session",
"This user has not verified all of their sessions.": "Cet utilisateur na pas vérifié toutes ses sessions.",
"You have verified this user. This user has verified all of their sessions.": "Vous avez vérifié cet utilisateur. Cet utilisateur a vérifié toutes ses sessions.",
"Someone is using an unknown session": "Quelquun utilise une session inconnue",
"Encrypted by an unverified session": "Chiffré par une session non vérifiée",
"Encrypted by a deleted session": "Chiffré par une session supprimée",
"%(count)s sessions": {
"other": "%(count)s sessions",
"one": "%(count)s session"
},
"Hide sessions": "Masquer les sessions",
"Encryption not enabled": "Chiffrement non activé",
"The encryption used by this room isn't supported.": "Le chiffrement utilisé par ce salon nest pas pris en charge.",
"Clear all data in this session?": "Supprimer toutes les données de cette session ?",
@ -404,7 +342,6 @@
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Vérifier cet utilisateur marquera sa session comme fiable, et marquera aussi votre session comme fiable pour lui.",
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Vérifier cet appareil le marquera comme fiable. Faire confiance à cette appareil vous permettra à vous et aux autres utilisateurs dêtre tranquilles lors de lutilisation de messages chiffrés.",
"Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "Vérifier cet appareil le marquera comme fiable, et les utilisateurs qui ont vérifié avec vous feront confiance à cet appareil.",
"You have not verified this user.": "Vous navez pas vérifié cet utilisateur.",
"Destroy cross-signing keys?": "Détruire les clés de signature croisée ?",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "La suppression des clés de signature croisée est permanente. Tous ceux que vous avez vérifié vont voir des alertes de sécurité. Il est peu probable que ce soit ce que vous voulez faire, sauf si vous avez perdu tous les appareils vous permettant deffectuer une signature croisée.",
"Clear cross-signing keys": "Vider les clés de signature croisée",
@ -414,17 +351,7 @@
"Verify by scanning": "Vérifier en scannant",
"You declined": "Vous avez refusé",
"%(name)s declined": "%(name)s a refusé",
"Accepting…": "Acceptation…",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Pour signaler un problème de sécurité lié à Matrix, consultez <a>la politique de divulgation de sécurité</a> de Matrix.org.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Une erreur est survenue lors de la mise à jour des adresses alternatives du salon. Ce nest peut-être pas permis par le serveur ou une défaillance temporaire est survenue.",
"Scroll to most recent messages": "Sauter aux messages les plus récents",
"Local address": "Adresse locale",
"Published Addresses": "Adresses publiées",
"Other published addresses:": "Autres adresses publiées :",
"No other published addresses yet, add one below": "Aucune autre adresse nest publiée, ajoutez-en une ci-dessous",
"New published address (e.g. #alias:server)": "Nouvelles adresses publiées (par ex. #alias:serveur)",
"Local Addresses": "Adresses locales",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Définissez les adresses de ce salon pour que les utilisateurs puissent trouver ce salon avec votre serveur daccueil (%(localDomain)s)",
"Enter a server name": "Saisissez le nom dun serveur",
"Looks good": "Ça a lair correct",
"Can't find this server or its room list": "Impossible de trouver ce serveur ou sa liste de salons",
@ -444,7 +371,6 @@
"Confirm by comparing the following with the User Settings in your other session:": "Confirmez en comparant ceci avec les paramètres utilisateurs de votre autre session :",
"Confirm this user's session by comparing the following with their User Settings:": "Confirmez la session de cet utilisateur en comparant ceci avec ses paramètres utilisateur :",
"If they don't match, the security of your communication may be compromised.": "Sils ne correspondent pas, la sécurité de vos communications est peut-être compromise.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Dans les salons chiffrés, vos messages sont sécurisés et seuls vous et le destinataire avez les clés uniques pour les déchiffrer.",
"Verify all users in a room to ensure it's secure.": "Vérifiez tous les utilisateurs dun salon pour vous assurer quil est sécurisé.",
"Sign in with SSO": "Se connecter avec lauthentification unique",
"Almost there! Is %(displayName)s showing the same shield?": "On y est presque ! Est-ce que %(displayName)s affiche le même bouclier ?",
@ -477,11 +403,6 @@
"Confirm encryption setup": "Confirmer la configuration du chiffrement",
"Click the button below to confirm setting up encryption.": "Cliquez sur le bouton ci-dessous pour confirmer la configuration du chiffrement.",
"IRC display name width": "Largeur du nom daffichage IRC",
"Error creating address": "Erreur lors de la création de ladresse",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Une erreur est survenue lors de la création de ladresse. Ce nest peut-être pas autorisé par le serveur ou une erreur temporaire est survenue.",
"You don't have permission to delete the address.": "Vous navez pas la permission de supprimer cette adresse.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Une erreur est survenue lors de la suppression de cette adresse. Elle nexiste peut-être plus ou une erreur temporaire est survenue.",
"Error removing address": "Erreur lors de la suppression de ladresse",
"Room address": "Adresse du salon",
"This address is available to use": "Cette adresse est disponible",
"This address is already in use": "Cette adresse est déjà utilisée",
@ -492,7 +413,6 @@
"Switch theme": "Changer le thème",
"Message preview": "Aperçu de message",
"Looks good!": "Ça a lair correct !",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Lauthenticité de ce message chiffré ne peut pas être garantie sur cet appareil.",
"Wrong file type": "Mauvais type de fichier",
"Security Phrase": "Phrase de sécurité",
"Security Key": "Clé de sécurité",
@ -513,14 +433,7 @@
"Video conference started by %(senderName)s": "vidéoconférence démarrée par %(senderName)s",
"Video conference updated by %(senderName)s": "vidéoconférence mise à jour par %(senderName)s",
"Video conference ended by %(senderName)s": "vidéoconférence terminée par %(senderName)s",
"Room settings": "Paramètres du salon",
"Not encrypted": "Non-chiffré",
"Add widgets, bridges & bots": "Ajouter des widgets, passerelles et robots",
"Edit widgets, bridges & bots": "Modifier les widgets, passerelles et robots",
"Widgets": "Widgets",
"You can only pin up to %(count)s widgets": {
"other": "Vous ne pouvez épingler que jusquà %(count)s widgets"
},
"Unable to set up keys": "Impossible de configurer les clés",
"Recent changes that have not yet been received": "Changements récents qui nont pas encore été reçus",
"The server is not configured to indicate what the problem is (CORS).": "Le serveur nest pas configuré pour indiquer quel est le problème (CORS).",
@ -819,7 +732,6 @@
"Decline All": "Tout refuser",
"This widget would like to:": "Le widget voudrait :",
"Approve widget permissions": "Approuver les permissions du widget",
"Set my room layout for everyone": "Définir ma disposition de salon pour tout le monde",
"Open dial pad": "Ouvrir le pavé de numérotation",
"Dial pad": "Pavé de numérotation",
"Invite someone using their name, username (like <userId/>) or <a>share this space</a>.": "Invitez quelquun grâce à son nom, nom dutilisateur (tel que <userId/>) ou <a>partagez cet espace</a>.",
@ -833,8 +745,6 @@
"Failed to start livestream": "Échec lors du démarrage de la diffusion en direct",
"Unable to start audio streaming.": "Impossible de démarrer la diffusion audio.",
"Create a new room": "Créer un nouveau salon",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Vous ne pourrez pas annuler ce changement puisque vous vous rétrogradez. Si vous êtes le dernier utilisateur a privilèges de cet espace, il deviendra impossible den reprendre contrôle.",
"Your message was sent": "Votre message a été envoyé",
"Leave space": "Quitter lespace",
"Create a space": "Créer un espace",
"Space selection": "Sélection dun espace",
@ -867,7 +777,6 @@
"Reset everything": "Tout réinitialiser",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Vous avez perdu ou oublié tous vos moyens de récupération ? <a>Tout réinitialiser</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Si vous le faites, notez quaucun de vos messages ne sera supprimé, mais la recherche pourrait être dégradée pendant quelques instants, le temps de recréer lindex",
"View message": "Afficher le message",
"You can select all or individual messages to retry or delete": "Vous pouvez choisir de renvoyer ou supprimer tous les messages ou seulement certains",
"Sending": "Envoi",
"Retry all": "Tout renvoyer",
@ -878,7 +787,6 @@
"one": "Afficher le membre",
"other": "Afficher les %(count)s membres"
},
"Failed to send": "Échec de lenvoi",
"Want to add a new room instead?": "Voulez-vous plutôt ajouter un nouveau salon ?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Ajout du salon…",
@ -887,10 +795,6 @@
"Not all selected were added": "Toute la sélection na pas été ajoutée",
"You are not allowed to view this server's rooms list": "Vous navez pas lautorisation daccéder à la liste des salons de ce serveur",
"Error processing voice message": "Erreur lors du traitement du message vocal",
"We didn't find a microphone on your device. Please check your settings and try again.": "Nous navons pas détecté de microphone sur votre appareil. Merci de vérifier vos paramètres et de réessayer.",
"No microphone found": "Aucun microphone détecté",
"We were unable to access your microphone. Please check your browser settings and try again.": "Nous navons pas pu accéder à votre microphone. Merci de vérifier les paramètres de votre navigateur et de réessayer.",
"Unable to access your microphone": "Impossible daccéder à votre microphone",
"Search names and descriptions": "Rechercher par nom et description",
"You may contact me if you have any follow up questions": "Vous pouvez me contacter si vous avez des questions par la suite",
"To leave the beta, visit your settings.": "Pour quitter la bêta, consultez les paramètres.",
@ -900,16 +804,8 @@
"Search for rooms or people": "Rechercher des salons ou des gens",
"Sent": "Envoyé",
"You don't have permission to do this": "Vous navez pas les permissions nécessaires pour effectuer cette action",
"Pinned messages": "Messages épinglés",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Si vous avez les permissions, ouvrez le menu de nimporte quel message et sélectionnez <b>Épingler</b> pour les afficher ici.",
"Nothing pinned, yet": "Rien dépinglé, pour linstant",
"Please provide an address": "Veuillez fournir une adresse",
"Message search initialisation failed, check <a>your settings</a> for more information": "Échec de linitialisation de la recherche de messages, vérifiez <a>vos paramètres</a> pour plus dinformation",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Définissez les adresses de cet espace pour que les utilisateurs puissent le trouver avec votre serveur daccueil (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Pour publier une adresse, elle doit dabord être définie comme adresse locale.",
"Published addresses can be used by anyone on any server to join your room.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre salon.",
"Published addresses can be used by anyone on any server to join your space.": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.",
"This space has no local addresses": "Cet espace na pas dadresse locale",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Votre %(brand)s ne vous autorise pas à utiliser un gestionnaire dintégrations pour faire ça. Merci de contacter un administrateur.",
"User Directory": "Répertoire utilisateur",
"Error processing audio message": "Erreur lors du traitement du message audio",
@ -952,14 +848,11 @@
"Anyone in <SpaceName/> will be able to find and join.": "Tous les membres de <SpaceName/> pourront trouver et venir.",
"Missed call": "Appel manqué",
"Call declined": "Appel rejeté",
"Stop recording": "Arrêter lenregistrement",
"Send voice message": "Envoyer un message vocal",
"Unknown failure: %(reason)s": "Erreur inconnue : %(reason)s",
"No answer": "Pas de réponse",
"Rooms and spaces": "Salons et espaces",
"Results": "Résultats",
"Some encryption parameters have been changed.": "Certains paramètres de chiffrement ont été changés.",
"Role in <RoomName/>": "Rôle dans <RoomName/>",
"To join a space you'll need an invite.": "Vous avez besoin dune invitation pour rejoindre un espace.",
"Would you like to leave the rooms in this space?": "Voulez-vous quitter les salons de cet espace ?",
"You are about to leave <spaceName/>.": "Vous êtes sur le point de quitter <spaceName/>.",
@ -968,39 +861,20 @@
"Don't leave any rooms": "Ne quitter aucun salon",
"MB": "Mo",
"In reply to <a>this message</a>": "En réponse à <a>ce message</a>",
"Export chat": "Exporter la conversation",
"Downloading": "Téléchargement en cours",
"Skip verification for now": "Ignorer la vérification pour linstant",
"Really reset verification keys?": "Réinitialiser les clés de vérification, cest certain ?",
"They won't be able to access whatever you're not an admin of.": "Ils ne pourront plus accéder aux endroits dans lesquels vous nêtes pas administrateur.",
"Ban them from specific things I'm able to": "Les bannir de certains endroits où jai le droit de le faire",
"Unban them from specific things I'm able to": "Annuler le bannissement de certains endroits où jai le droit de le faire",
"Ban them from everything I'm able to": "Les bannir de partout où jai le droit de le faire",
"Unban them from everything I'm able to": "Annuler le bannissement de partout où jai le droit de le faire",
"Ban from %(roomName)s": "Bannir de %(roomName)s",
"Unban from %(roomName)s": "Annuler le bannissement de %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Ils pourront toujours accéder aux endroits dans lesquels vous nêtes pas administrateur.",
"Disinvite from %(roomName)s": "Annuler linvitation à %(roomName)s",
"View in room": "Voir dans le salon",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Saisissez votre phrase de sécurité ou <button>utilisez votre clé de sécurité</button> pour continuer.",
"%(count)s reply": {
"one": "%(count)s réponse",
"other": "%(count)s réponses"
},
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Récupérez laccès à votre compte et restaurez les clés de chiffrement dans cette session. Sans elles, vous ne pourrez pas lire tous vos messages chiffrés dans toutes vos sessions.",
"Joined": "Rejoint",
"Joining": "En train de rejoindre",
"If you can't see who you're looking for, send them your invite link below.": "Si vous ne trouvez pas la personne que vous cherchez, envoyez-lui le lien dinvitation ci-dessous.",
"In encrypted rooms, verify all users to ensure it's secure.": "Dans les salons chiffrés, vérifiez tous les utilisateurs pour vous assurer quil est sécurisé.",
"Yours, or the other users' session": "Votre session ou celle de lautre utilisateur",
"Yours, or the other users' internet connection": "Votre connexion internet ou celle de lautre utilisateur",
"The homeserver the user you're verifying is connected to": "Le serveur daccueil auquel lutilisateur que vous vérifiez est connecté",
"Copy link to thread": "Copier le lien du fil de discussion",
"Thread options": "Options des fils de discussion",
"Forget": "Oublier",
"Files": "Fichiers",
"Close this widget to view it in this panel": "Fermer ce widget pour lafficher dans ce panneau",
"Unpin this widget to view it in this panel": "Désépinglez ce widget pour lafficher dans ce panneau",
"Reply in thread": "Répondre dans le fil de discussion",
"Spaces you know that contain this space": "Les espaces connus qui contiennent cet espace",
"Based on %(count)s votes": {
@ -1013,7 +887,6 @@
},
"Sorry, your vote was not registered. Please try again.": "Désolé, votre vote na pas été enregistré. Veuillez réessayer.",
"Vote not registered": "Vote non enregistré",
"Chat": "Conversation privée",
"Recently viewed": "Affiché récemment",
"Developer": "Développeur",
"Experimental": "Expérimental",
@ -1061,16 +934,9 @@
"toggle event": "Afficher/masquer lévènement",
"You cancelled verification on your other device.": "Vous avez annulé la vérification dans votre autre appareil.",
"Almost there! Is your other device showing the same shield?": "On y est presque ! Votre autre appareil affiche-t-il le même bouclier ?",
"To proceed, please accept the verification request on your other device.": "Pour continuer, veuillez accepter la demande de vérification sur votre autre appareil.",
"From a thread": "Depuis un fil de discussion",
"Could not fetch location": "Impossible de récupérer la position",
"Message pending moderation": "Message en attente de modération",
"Message pending moderation: %(reason)s": "Message en attente de modération : %(reason)s",
"Remove from room": "Expulser du salon",
"Failed to remove user": "Échec de lexpulsion de lutilisateur",
"Remove them from specific things I'm able to": "Les expulser de certains endroits où jai le droit de le faire",
"Remove them from everything I'm able to": "Les expulser de partout où jai le droit de le faire",
"Remove from %(roomName)s": "Expulser de %(roomName)s",
"Pick a date to jump to": "Choisissez vers quelle date aller",
"Jump to date": "Aller à la date",
"The beginning of the room": "Le début de ce salon",
@ -1079,8 +945,6 @@
"Location": "Position",
"Feedback sent! Thanks, we appreciate it!": "Commentaire envoyé ! Merci, nous lapprécions !",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s et %(space2Name)s",
"Open thread": "Ouvrir le fil de discussion",
"Pinned": "Épinglé",
"Results will be visible when the poll is ended": "Les résultats seront visibles lorsque le sondage sera terminé",
"Can't edit poll": "Impossible de modifier le sondage",
"Sorry, you can't edit a poll after votes have been cast.": "Désolé, vous ne pouvez pas modifier un sondage après que les votes aient été exprimés.",
@ -1114,14 +978,10 @@
"other": "%(count)s participants"
},
"View live location": "Voir la position en direct",
"Ban from room": "Bannir du salon",
"Unban from room": "Révoquer le bannissement du salon",
"Ban from space": "Bannir de l'espace",
"Live location enabled": "Position en temps réel activée",
"Live location error": "Erreur de positionnement en temps réel",
"Live location ended": "Position en temps réel terminée",
"Live until %(expiryTime)s": "En direct jusquà %(expiryTime)s",
"Unban from space": "Révoquer le bannissement de lespace",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Vous avez été déconnecté de tous vos appareils et ne recevrez plus de notification. Pour réactiver les notifications, reconnectez-vous sur chaque appareil.",
"If you want to retain access to your chat history in encrypted rooms, set up Key Backup or export your message keys from one of your other devices before proceeding.": "Si vous voulez garder un accès à votre historique de conversation dans les salons chiffrés, configurez la sauvegarde de clés, ou bien exportez vos clés de messages à partir de lun de vos autres appareils avant de continuer.",
"Signing out your devices will delete the message encryption keys stored on them, making encrypted chat history unreadable.": "La déconnexion de vos appareils va supprimer les clés de chiffrement des messages quils possèdent, rendant lhistorique des conversations chiffrées illisible.",
@ -1139,9 +999,6 @@
"You will not be able to reactivate your account": "Vous ne pourrez plus réactiver votre compte",
"Confirm that you would like to deactivate your account. If you proceed:": "Confirmez la désactivation de votre compte. Si vous continuez :",
"To continue, please enter your account password:": "Pour continuer, saisissez votre mot de passe de connexion :",
"Disinvite from room": "Désinviter du salon",
"Remove from space": "Supprimer de lespace",
"Disinvite from space": "Désinviter de lespace",
"%(members)s and more": "%(members)s et plus",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Votre message na pas été envoyé car ce serveur daccueil a été bloqué par son administrateur. Veuillez <a>contacter ladministrateur de votre service</a> pour continuer à lutiliser.",
"An error occurred while stopping your live location": "Une erreur sest produite lors de larrêt de votre position en continu",
@ -1149,7 +1006,6 @@
"Output devices": "Périphériques de sortie",
"Input devices": "Périphériques dentrée",
"Open room": "Ouvrir le salon",
"Show Labs settings": "Afficher les réglages des expérimentations",
"%(members)s and %(last)s": "%(members)s et %(last)s",
"Unread email icon": "Icone de-mail non lu",
"An error occurred whilst sharing your live location, please try again": "Une erreur sest produite pendant le partage de votre position, veuillez réessayer plus tard",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s ou %(recoveryFile)s",
"Video call ended": "Appel vidéo terminé",
"%(name)s started a video call": "%(name)s a démarré un appel vidéo",
"Room info": "Information du salon",
"Completing set up of your new device": "Fin de la configuration de votre nouvel appareil",
"Waiting for device to sign in": "En attente de connexion de lappareil",
"Review and approve the sign in": "Vérifier et autoriser la connexion",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Trop de tentatives consécutives. Réessayez après %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Trop de tentatives consécutives. Attendez un peu avant de réessayer.",
"Thread root ID: %(threadRootId)s": "ID du fil de discussion racine : %(threadRootId)s",
"We were unable to start a chat with the other user.": "Nous navons pas pu démarrer une conversation avec lautre utilisateur.",
"Error starting verification": "Erreur en démarrant la vérification",
"<w>WARNING:</w> <description/>": "<w>ATTENTION :</w> <description/>",
"Unable to decrypt message": "Impossible de déchiffrer le message",
"This message could not be decrypted": "Ce message na pas pu être déchiffré",
" in <strong>%(room)s</strong>": " dans <strong>%(room)s</strong>",
"Text": "Texte",
"Create a link": "Crée un lien",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Vous ne pouvez pas commencer un message vocal car vous êtes en train denregistrer une diffusion en direct. Veuillez terminer cette diffusion pour commencer un message vocal.",
"Can't start voice message": "Impossible de commencer un message vocal",
"Edit link": "Éditer le lien",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Tous les messages et invitations de cette utilisateur seront cachés. Êtes-vous sûr de vouloir les ignorer ?",
"Ignore %(user)s": "Ignorer %(user)s",
"unknown": "inconnu",
"Declining…": "Refus…",
"There are no past polls in this room": "Il ny a aucun ancien sondage dans ce salon",
@ -1247,8 +1093,6 @@
"Checking…": "Vérification…",
"Waiting for partner to confirm…": "Attente de la confirmation du partenaire…",
"Adding…": "Ajout…",
"Encrypting your message…": "Chiffrement de votre message…",
"Sending your message…": "Envoi de votre message…",
"Starting export process…": "Démarrage du processus dexport…",
"Loading polls": "Chargement des sondages",
"Ended a poll": "Sondage terminé",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Le serveur a renvoyé %(statusCode)s avec le code derreur %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Nous navons pas pu trouver dévénement à partir du %(dateString)s. Essayez avec une date antérieure.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Une erreur réseau sest produite en tentant de chercher et daller à la date choisie. Votre serveur daccueil est peut-être hors-ligne, ou bien cest un problème temporaire avec connexion Internet. Veuillez réessayer. Si cela persiste, veuillez contacter ladministrateur de votre serveur daccueil.",
"Poll history": "Historique des sondages",
"Start DM anyway": "Commencer la conversation privée quand même",
"Start DM anyway and never warn me again": "Commencer quand même la conversation privée et ne plus me prévenir",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Impossible de trouver les profils pour les identifiants Matrix listés ci-dessous. Voulez-vous quand même commencer une conversation privée ?",
"Search all rooms": "Rechercher dans tous les salons",
"Search this room": "Rechercher dans ce salon",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Une fois que les utilisateurs invités seront connectés sur %(brand)s, vous pourrez discuter et le salon sera chiffré de bout en bout",
"Waiting for users to join %(brand)s": "En attente de connexion des utilisateurs à %(brand)s",
"Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.": "Les messages ici sont chiffrés de bout en bout. Vérifiez %(displayName)s dans son profil - cliquez sur son image de profil.",
@ -1414,7 +1255,12 @@
"low_priority": "Priorité basse",
"historical": "Historique",
"go_to_settings": "Aller aux paramètres",
"setup_secure_messages": "Configurer les messages sécurisés"
"setup_secure_messages": "Configurer les messages sécurisés",
"unencrypted": "Non chiffré",
"view_message": "Afficher le message",
"joined": "Rejoint",
"show_more": "En voir plus",
"are_you_sure": "Êtes-vous sûr ?"
},
"action": {
"continue": "Continuer",
@ -1750,9 +1596,17 @@
"formatting_toolbar_label": "Formatage",
"format_italics": "Italique",
"format_insert_link": "Insérer un lien",
"replying_title": "Répond"
"replying_title": "Répond",
"edit_composer_label": "Modifier le message",
"send_voice_message": "Envoyer un message vocal",
"stop_voice_message": "Arrêter lenregistrement",
"link_modal": {
"title_edit": "Éditer le lien",
"title_create": "Crée un lien",
"text_field_label": "Texte",
"link_field_label": "Lien"
}
},
"Link": "Lien",
"Code": "Code",
"power_level": {
"default": "Par défaut",
@ -2852,7 +2706,19 @@
"one": "Vu par %(count)s personne",
"other": "Vu par %(count)s personnes"
},
"read_receipts_label": "Accusés de réception"
"read_receipts_label": "Accusés de réception",
"thread_info_basic": "Depuis un fil de discussion",
"error_no_renderer": "Cet évènement na pas pu être affiché",
"undecryptable_tooltip": "Ce message na pas pu être déchiffré",
"send_state_sending": "Envoi de votre message…",
"send_state_encrypting": "Chiffrement de votre message…",
"send_state_sent": "Votre message a été envoyé",
"send_state_failed": "Échec de lenvoi",
"mab": {
"label": "Actions de message",
"view_in_room": "Voir dans le salon",
"copy_link_thread": "Copier le lien du fil de discussion"
}
},
"slash_command": {
"spoiler": "Envoie le message flouté",
@ -3074,7 +2940,11 @@
"other": "%(count)s personnes se sont jointes"
},
"unknown_person": "personne inconnue",
"connecting": "Connexion"
"connecting": "Connexion",
"unable_to_access_audio_input_title": "Impossible daccéder à votre microphone",
"unable_to_access_audio_input_description": "Nous navons pas pu accéder à votre microphone. Merci de vérifier les paramètres de votre navigateur et de réessayer.",
"no_audio_input_title": "Aucun microphone détecté",
"no_audio_input_description": "Nous navons pas détecté de microphone sur votre appareil. Merci de vérifier vos paramètres et de réessayer."
},
"Other": "Autre",
"room_settings": {
@ -3199,7 +3069,32 @@
"save": "Enregistrer les modifications",
"leave_space": "Quitter lespace",
"aliases_section": "Adresses du salon",
"other_section": "Autre"
"other_section": "Autre",
"error_updating_canonical_alias_title": "Erreur lors de la mise à jour de ladresse principale",
"error_updating_canonical_alias_description": "Une erreur est survenue lors de la mise à jour de ladresse principale de salon. Ce nest peut-être pas autorisé par le serveur ou une erreur temporaire est survenue.",
"error_updating_alias_description": "Une erreur est survenue lors de la mise à jour des adresses alternatives du salon. Ce nest peut-être pas permis par le serveur ou une défaillance temporaire est survenue.",
"error_creating_alias_title": "Erreur lors de la création de ladresse",
"error_creating_alias_description": "Une erreur est survenue lors de la création de ladresse. Ce nest peut-être pas autorisé par le serveur ou une erreur temporaire est survenue.",
"error_deleting_alias_description_forbidden": "Vous navez pas la permission de supprimer cette adresse.",
"error_deleting_alias_description": "Une erreur est survenue lors de la suppression de cette adresse. Elle nexiste peut-être plus ou une erreur temporaire est survenue.",
"error_deleting_alias_title": "Erreur lors de la suppression de ladresse",
"canonical_alias_field_label": "Adresse principale",
"no_aliases_space": "Cet espace na pas dadresse locale",
"no_aliases_room": "Ce salon na pas dadresse locale",
"local_alias_field_label": "Adresse locale",
"published_aliases_section": "Adresses publiées",
"published_aliases_explainer_space": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre espace.",
"published_aliases_explainer_room": "Les adresses publiées peuvent être utilisées par tout le monde sur tous les serveurs pour rejoindre votre salon.",
"published_aliases_description": "Pour publier une adresse, elle doit dabord être définie comme adresse locale.",
"aliases_items_label": "Autres adresses publiées :",
"aliases_no_items_label": "Aucune autre adresse nest publiée, ajoutez-en une ci-dessous",
"new_alias_placeholder": "Nouvelles adresses publiées (par ex. #alias:serveur)",
"local_aliases_section": "Adresses locales",
"local_aliases_explainer_space": "Définissez les adresses de cet espace pour que les utilisateurs puissent le trouver avec votre serveur daccueil (%(localDomain)s)",
"local_aliases_explainer_room": "Définissez les adresses de ce salon pour que les utilisateurs puissent trouver ce salon avec votre serveur daccueil (%(localDomain)s)",
"name_field_label": "Nom du salon",
"topic_field_label": "Sujet du salon",
"avatar_field_label": "Avatar du salon"
},
"advanced": {
"unfederated": "Ce salon nest pas accessible par les serveurs Matrix distants",
@ -3298,7 +3193,13 @@
"verification_skip_warning": "Sans vérification, vous naurez pas accès à tous vos messages et vous napparaîtrez pas comme de confiance aux autres.",
"verify_later": "Je ferai la vérification plus tard",
"verify_reset_warning_1": "La réinitialisation de vos clés de vérification ne peut pas être annulé. Après la réinitialisation, vous naurez plus accès à vos anciens messages chiffrés, et tous les amis que vous aviez précédemment vérifiés verront des avertissement de sécurité jusqu'à ce vous les vérifiiez à nouveau.",
"verify_reset_warning_2": "Veuillez ne continuer que si vous êtes certain davoir perdu tous vos autres appareils et votre Clé de Sécurité."
"verify_reset_warning_2": "Veuillez ne continuer que si vous êtes certain davoir perdu tous vos autres appareils et votre Clé de Sécurité.",
"self_verification_hint": "Pour continuer, veuillez accepter la demande de vérification sur votre autre appareil.",
"waiting_for_user_accept": "En attente dacceptation par %(displayName)s…",
"accepting": "Acceptation…",
"start_button": "Commencer la vérification",
"error_starting_title": "Erreur en démarrant la vérification",
"error_starting_description": "Nous navons pas pu démarrer une conversation avec lautre utilisateur."
},
"old_version_detected_title": "Anciennes données de chiffrement détectées",
"old_version_detected_description": "Nous avons détecté des données dune ancienne version de %(brand)s. Le chiffrement de bout en bout naura pas fonctionné correctement sur lancienne version. Les messages chiffrés échangés récemment dans lancienne version ne sont peut-être pas déchiffrables dans cette version. Les échanges de message avec cette version peuvent aussi échouer. Si vous rencontrez des problèmes, déconnectez-vous puis reconnectez-vous. Pour conserver lhistorique des messages, exportez puis réimportez vos clés de chiffrement.",
@ -3331,6 +3232,26 @@
"description_1": "Cette session a détecté que votre phrase secrète et clé de sécurité pour les messages sécurisés ont été supprimées.",
"description_2": "Si vous lavez fait accidentellement, vous pouvez configurer les messages sécurisés sur cette session ce qui re-chiffrera lhistorique des messages de cette session avec une nouvelle méthode de récupération.",
"warning": "Si vous navez pas supprimé la méthode de récupération, un attaquant peut être en train dessayer daccéder à votre compte. Modifiez le mot de passe de votre compte et configurez une nouvelle méthode de récupération dans les réglages."
},
"setup_secure_backup": {
"explainer": "Sauvegardez vos clés avant de vous déconnecter pour éviter de les perdre.",
"title": "Configurer"
},
"cross_signing_user_warning": "Cet utilisateur na pas vérifié toutes ses sessions.",
"cross_signing_user_normal": "Vous navez pas vérifié cet utilisateur.",
"cross_signing_user_verified": "Vous avez vérifié cet utilisateur. Cet utilisateur a vérifié toutes ses sessions.",
"cross_signing_room_warning": "Quelquun utilise une session inconnue",
"cross_signing_room_normal": "Ce salon est chiffré de bout en bout",
"cross_signing_room_verified": "Tout le monde dans ce salon est vérifié",
"event_shield_reason_authenticity_not_guaranteed": "Lauthenticité de ce message chiffré ne peut pas être garantie sur cet appareil.",
"event_shield_reason_mismatched_sender_key": "Chiffré par une session non vérifiée",
"messages_not_secure": {
"title": "Vos messages ne sont pas sécurisés",
"heading": "Un des éléments suivants est peut-être compromis :",
"cause_1": "Votre serveur daccueil",
"cause_2": "Le serveur daccueil auquel lutilisateur que vous vérifiez est connecté",
"cause_3": "Votre connexion internet ou celle de lautre utilisateur",
"cause_4": "Votre session ou celle de lautre utilisateur"
}
},
"emoji": {
@ -3687,7 +3608,10 @@
"error_loading": "Erreur lors du chargement du widget",
"error_mixed_content": "Erreur - Contenu mixte",
"unmaximise": "Dé-maximiser",
"popout": "Détacher le widget"
"popout": "Détacher le widget",
"unpin_to_view_right_panel": "Désépinglez ce widget pour lafficher dans ce panneau",
"close_to_view_right_panel": "Fermer ce widget pour lafficher dans ce panneau",
"set_room_layout": "Définir ma disposition de salon pour tout le monde"
},
"feedback": {
"sent": "Commentaire envoyé",
@ -3781,7 +3705,9 @@
"show_all_threads": "Afficher tous les fils de discussion",
"empty_explainer": "Les fils de discussion vous permettent de recentrer vos conversations et de les rendre facile à suivre.",
"empty_tip": "<b>Conseil :</b> Utilisez « %(replyInThread)s » en survolant un message.",
"empty_heading": "Garde les discussions organisées à laide de fils de discussion"
"empty_heading": "Garde les discussions organisées à laide de fils de discussion",
"open_thread": "Ouvrir le fil de discussion",
"unable_to_decrypt": "Impossible de déchiffrer le message"
},
"theme": {
"light_high_contrast": "Contraste élevé clair",
@ -4041,7 +3967,21 @@
"knock_cancel_action": "Annuler la demande",
"join_failed_needs_invite": "Pour afficher %(roomName)s, vous avez besoin dune invitation",
"view_failed_enable_video_rooms": "Pour afficher, veuillez dabord activer les salons vision dans la section Expérimental",
"join_failed_enable_video_rooms": "Pour rejoindre, veuillez dabord activer les salons vision dans la section Expérimental"
"join_failed_enable_video_rooms": "Pour rejoindre, veuillez dabord activer les salons vision dans la section Expérimental",
"jump_to_bottom_button": "Sauter aux messages les plus récents",
"show_labs_settings": "Afficher les réglages des expérimentations",
"upgrade_warning_bar": "La mise à niveau du salon désactivera cette instance du salon et créera un salon mis à niveau avec le même nom.",
"upgrade_warning_bar_upgraded": "Ce salon a déjà été mis à niveau.",
"upgrade_warning_bar_unstable": "Ce salon utilise la version <roomVersion />, que ce serveur daccueil a marqué comme <i>instable</i>.",
"upgrade_warning_bar_admins": "Seuls les administrateurs du salon verront cet avertissement",
"search": {
"this_room": "Ce salon",
"all_rooms": "Tous les salons",
"field_placeholder": "Rechercher…",
"this_room_button": "Rechercher dans ce salon",
"all_rooms_button": "Rechercher dans tous les salons"
},
"jump_read_marker": "Aller au premier message non lu."
},
"file_panel": {
"guest_note": "Vous devez vous <a>inscrire</a> pour utiliser cette fonctionnalité",
@ -4266,5 +4206,87 @@
"invited_list_heading": "Invités",
"filter_placeholder": "Filtrer les membres du salon",
"power_label": "%(userName)s (rang %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Vous n'avez activé aucun jeu dautocollants pour linstant",
"empty_add_prompt": "En ajouter maintenant"
},
"user_info": {
"error_revoke_3pid_invite_title": "Échec de la révocation de linvitation",
"error_revoke_3pid_invite_description": "Impossible de révoquer linvitation. Le serveur subit peut-être un problème temporaire ou vous navez pas la permission de révoquer linvitation.",
"admin_tools_section": "Outils dadministration",
"revoke_invite": "Révoquer linvitation",
"invited_by": "Invité par %(sender)s",
"room_encrypted": "Les messages dans ce salon sont chiffrés de bout en bout.",
"room_encrypted_detail": "Vos messages sont sécurisés et seuls vous et le destinataire avez les clés uniques pour les déchiffrer.",
"room_unencrypted": "Les messages dans ce salon ne sont pas chiffrés de bout en bout.",
"room_unencrypted_detail": "Dans les salons chiffrés, vos messages sont sécurisés et seuls vous et le destinataire avez les clés uniques pour les déchiffrer.",
"verify_button": "Vérifier lutilisateur",
"verify_explainer": "Pour une sécurité supplémentaire, vérifiez cet utilisateur en comparant un code à usage unique sur vos deux appareils.",
"hide_verified_sessions": "Masquer les sessions vérifiées",
"hide_sessions": "Masquer les sessions",
"ignore_confirm_title": "Ignorer %(user)s",
"ignore_confirm_description": "Tous les messages et invitations de cette utilisateur seront cachés. Êtes-vous sûr de vouloir les ignorer ?",
"jump_to_rr_button": "Aller à laccusé de lecture",
"share_button": "Partager le lien vers lutilisateur",
"demote_self_confirm_title": "Vous rétrograder ?",
"demote_self_confirm_description_space": "Vous ne pourrez pas annuler ce changement puisque vous vous rétrogradez. Si vous êtes le dernier utilisateur a privilèges de cet espace, il deviendra impossible den reprendre contrôle.",
"demote_self_confirm_room": "Vous ne pourrez pas annuler cette modification car vous vous rétrogradez. Si vous êtes le dernier utilisateur privilégié de ce salon, il sera impossible de récupérer les privilèges.",
"demote_button": "Rétrograder",
"disinvite_button_space": "Désinviter de lespace",
"kick_button_space": "Supprimer de lespace",
"disinvite_button_room": "Désinviter du salon",
"kick_button_room": "Expulser du salon",
"disinvite_button_room_name": "Annuler linvitation à %(roomName)s",
"kick_button_room_name": "Expulser de %(roomName)s",
"kick_button_space_everything": "Les expulser de partout où jai le droit de le faire",
"kick_space_specific": "Les expulser de certains endroits où jai le droit de le faire",
"kick_space_warning": "Ils pourront toujours accéder aux endroits dans lesquels vous nêtes pas administrateur.",
"error_kicking_user": "Échec de lexpulsion de lutilisateur",
"redact_button": "Supprimer les messages récents",
"unban_button_space": "Révoquer le bannissement de lespace",
"ban_button_space": "Bannir de l'espace",
"unban_button_room": "Révoquer le bannissement du salon",
"ban_button_room": "Bannir du salon",
"unban_room_confirm_title": "Annuler le bannissement de %(roomName)s",
"ban_room_confirm_title": "Bannir de %(roomName)s",
"unban_space_everything": "Annuler le bannissement de partout où jai le droit de le faire",
"ban_space_everything": "Les bannir de partout où jai le droit de le faire",
"unban_space_specific": "Annuler le bannissement de certains endroits où jai le droit de le faire",
"ban_space_specific": "Les bannir de certains endroits où jai le droit de le faire",
"unban_space_warning": "Ils ne pourront plus accéder aux endroits dans lesquels vous nêtes pas administrateur.",
"error_ban_user": "Échec du bannissement de lutilisateur",
"error_mute_user": "Échec de la mise en sourdine de lutilisateur",
"promote_warning": "Vous ne pourrez pas annuler cette modification car vous promouvez lutilisateur au même rang que le vôtre.",
"deactivate_confirm_title": "Désactiver lutilisateur ?",
"deactivate_confirm_description": "Désactiver cet utilisateur le déconnectera et lempêchera de se reconnecter. De plus, il quittera tous les salons quil a rejoints. Cette action ne peut pas être annulée. Voulez-vous vraiment désactiver cet utilisateur ?",
"deactivate_confirm_action": "Désactiver lutilisateur",
"error_deactivate": "Échec de la désactivation de lutilisateur",
"role_label": "Rôle dans <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Messages épinglés",
"empty": "Rien dépinglé, pour linstant",
"explainer": "Si vous avez les permissions, ouvrez le menu de nimporte quel message et sélectionnez <b>Épingler</b> pour les afficher ici.",
"limits": {
"other": "Vous ne pouvez épingler que jusquà %(count)s widgets"
}
},
"video_room_chat": {
"title": "Conversation privée"
},
"room_summary_card": {
"title": "Information du salon"
},
"widgets_section": "Widgets",
"edit_integrations": "Modifier les widgets, passerelles et robots",
"add_integrations": "Ajouter des widgets, passerelles et robots",
"files_button": "Fichiers",
"polls_button": "Historique des sondages",
"pinned_messages_button": "Épinglé",
"export_chat_button": "Exporter la conversation",
"share_button": "Partager le salon",
"settings_button": "Paramètres du salon"
}
}

View file

@ -1,8 +1,6 @@
{
"Show more": "Taispeáin níos mó",
"Are you sure you want to reject the invitation?": "An bhfuil tú cinnte gur mian leat an cuireadh a dhiúltú?",
"Are you sure you want to leave the room '%(roomName)s'?": "An bhfuil tú cinnte gur mian leat an seomra '%(roomName)s' a fhágáil?",
"Are you sure?": "An bhfuil tú cinnte?",
"An error has occurred.": "Dimigh earráid éigin.",
"A new password must be entered.": "Caithfear focal faire nua a iontráil.",
"%(items)s and %(lastItem)s": "%(items)s agus %(lastItem)s",
@ -192,12 +190,9 @@
"Algeria": "an Ailgéir",
"Albania": "an Albáin",
"Afghanistan": "an Afganastáin",
"Widgets": "Giuirléidí",
"Information": "Eolas",
"Ok": "Togha",
"Accepting…": "ag Glacadh leis…",
"Lock": "Glasáil",
"Unencrypted": "Gan chriptiú",
"Home": "Tús",
"Removing…": "ag Baint…",
"Changelog": "Loga na n-athruithe",
@ -215,14 +210,12 @@
"Tuesday": "Dé Máirt",
"Monday": "Dé Luain",
"Sunday": "Dé Domhnaigh",
"Search…": "Cuardaigh…",
"%(duration)sd": "%(duration)sl",
"%(duration)sh": "%(duration)su",
"%(duration)sm": "%(duration)sn",
"%(duration)ss": "%(duration)ss",
"Light bulb": "Bolgán solais",
"Thumbs up": "Ordógí suas",
"Demote": "Bain ceadanna",
"Warning!": "Aire!",
"Folder": "Fillteán",
"Headphones": "Cluasáin",
@ -317,13 +310,10 @@
"Sending": "Ag Seoladh",
"Avatar": "Abhatár",
"Unnamed room": "Seomra gan ainm",
"Admin Tools": "Uirlisí Riaracháin",
"Demote yourself?": "Tabhair ísliú céime duit féin?",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s",
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s",
"Rooms and spaces": "Seomraí agus spásanna",
"Share room": "Roinn seomra",
"Join Room": "Téigh isteach an seomra",
"(~%(count)s results)": {
"one": "(~%(count)s toradh)",
@ -333,10 +323,8 @@
"Unknown failure: %(reason)s": "Teip anaithnid: %(reason)s",
"Failed to reject invitation": "Níorbh fhéidir an cuireadh a dhiúltú",
"Failed to reject invite": "Níorbh fhéidir an cuireadh a dhiúltú",
"Failed to mute user": "Níor ciúnaíodh an úsáideoir",
"Failed to load timeline position": "Níor lódáladh áit amlíne",
"Failed to forget room %(errCode)s": "Níor dhearnadh dearmad ar an seomra %(errCode)s",
"Failed to ban user": "Níor éiríodh leis an úsáideoir a thoirmeasc",
"Error decrypting attachment": "Earráid le ceangaltán a dhíchriptiú",
"Email address": "Seoladh ríomhphoist",
"Download %(text)s": "Íoslódáil %(text)s",
@ -411,7 +399,10 @@
"authentication": "Fíordheimhniú",
"rooms": "Seomraí",
"low_priority": "Tosaíocht íseal",
"historical": "Stairiúil"
"historical": "Stairiúil",
"unencrypted": "Gan chriptiú",
"show_more": "Taispeáin níos mó",
"are_you_sure": "An bhfuil tú cinnte?"
},
"action": {
"continue": "Lean ar aghaidh",
@ -761,7 +752,8 @@
"complete_title": "Deimhnithe!",
"complete_action": "Tuigthe",
"cancelling": "ag Cealú…",
"unverified_sessions_toast_reject": "Níos deireanaí"
"unverified_sessions_toast_reject": "Níos deireanaí",
"accepting": "ag Glacadh leis…"
},
"cross_signing_ready_no_backup": "Tá tras-sínigh réidh ach ní dhéantar cóip chúltaca d'eochracha."
},
@ -860,7 +852,10 @@
"forget_room_button": "Déan dearmad ar an seomra"
},
"rejoin_button": "Téigh ar ais isteach",
"invite_reject_ignore": "Diúltaigh ⁊ Neamaird do úsáideoir"
"invite_reject_ignore": "Diúltaigh ⁊ Neamaird do úsáideoir",
"search": {
"field_placeholder": "Cuardaigh…"
}
},
"labs_mjolnir": {
"ban_reason": "Neamhairde/Tachta",
@ -909,5 +904,16 @@
},
"member_list": {
"invited_list_heading": "Le cuireadh"
},
"user_info": {
"admin_tools_section": "Uirlisí Riaracháin",
"demote_self_confirm_title": "Tabhair ísliú céime duit féin?",
"demote_button": "Bain ceadanna",
"error_ban_user": "Níor éiríodh leis an úsáideoir a thoirmeasc",
"error_mute_user": "Níor ciúnaíodh an úsáideoir"
},
"right_panel": {
"widgets_section": "Giuirléidí",
"share_button": "Roinn seomra"
}
}

View file

@ -28,12 +28,6 @@
"Moderator": "Moderador",
"Send": "Enviar",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"Failed to ban user": "Fallo ao bloquear usuaria",
"Failed to mute user": "Fallo ó silenciar usuaria",
"Are you sure?": "Está segura?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Non poderá desfacer este cambio xa que lle estará promocionando e outorgándolle a outra persoa os mesmos permisos que os seus.",
"Jump to read receipt": "Ir ao resgardo de lectura",
"Admin Tools": "Ferramentas de administración",
"and %(count)s others...": {
"other": "e %(count)s outras...",
"one": "e outra máis..."
@ -48,12 +42,9 @@
"one": "(~%(count)s resultado)"
},
"Join Room": "Unirse a sala",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Non poderá desfacer este cambio xa que está a diminuír a súa autoridade, se é a única persoa con autorización na sala será imposible volver a obter privilexios.",
"unknown error code": "código de fallo descoñecido",
"Failed to forget room %(errCode)s": "Fallo ao esquecer sala %(errCode)s",
"Jump to first unread message.": "Ir a primeira mensaxe non lida.",
"not specified": "non indicado",
"This room has no local addresses": "Esta sala non ten enderezos locais",
"Error decrypting attachment": "Fallo descifrando o anexo",
"Decrypt %(text)s": "Descifrar %(text)s",
"Download %(text)s": "Baixar %(text)s",
@ -106,21 +97,17 @@
"Session ID": "ID de sesión",
"<a>In reply to</a> <pill>": "<a>En resposta a</a> <pill>",
"This room is not public. You will not be able to rejoin without an invite.": "Esta sala non é pública. Non poderá volver a ela sen un convite.",
"You don't currently have any stickerpacks enabled": "Non ten paquetes de iconas activados",
"Sunday": "Domingo",
"Today": "Hoxe",
"Friday": "Venres",
"Changelog": "Rexistro de cambios",
"Failed to send logs: ": "Fallo ao enviar os informes: ",
"This Room": "Esta sala",
"Unavailable": "Non dispoñible",
"Filter results": "Filtrar resultados",
"Tuesday": "Martes",
"Search…": "Buscar…",
"Preparing to send logs": "Preparándose para enviar informe",
"Saturday": "Sábado",
"Monday": "Luns",
"All Rooms": "Todas as Salas",
"Wednesday": "Mércores",
"You cannot delete this message. (%(code)s)": "Non pode eliminar esta mensaxe. (%(code)s)",
"Thursday": "Xoves",
@ -132,16 +119,11 @@
"Clear Storage and Sign Out": "Limpar o almacenamento e Saír",
"We encountered an error trying to restore your previous session.": "Atopamos un fallo intentando restablecer a súa sesión anterior.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Limpando o almacenamento do navegador podería resolver o problema, pero sairás da sesión e non poderás ler o historial cifrado da conversa.",
"Share Link to User": "Compartir a ligazón coa usuaria",
"Share room": "Compartir sala",
"Share Room": "Compartir sala",
"Link to most recent message": "Ligazón ás mensaxes máis recentes",
"Share User": "Compartir usuaria",
"Share Room Message": "Compartir unha mensaxe da sala",
"Link to selected message": "Ligazón á mensaxe escollida",
"This event could not be displayed": "Non se puido amosar este evento",
"Demote yourself?": "Baixarse a ti mesma de rango?",
"Demote": "Baixar de rango",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non vas poder enviar mensaxes ata que revises e aceptes <consentLink>os nosos termos e condicións</consentLink>.",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "A súa mensaxe non foi enviada porque este servidor acadou o Límite Mensual de Usuaria Activa. Por favor <a>contacte coa administración do servizo</a> para continuar utilizando o servizo.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "A súa mensaxe non foi enviada porque o servidor superou o límite de recursos. Por favor <a>contacte coa administración do servizo</a> para continuar utilizando o servizo.",
@ -158,20 +140,15 @@
"Command Help": "Comando Axuda",
"To help us prevent this in future, please <a>send us logs</a>.": "Para axudarnos a evitar esto no futuro, envíanos <a>o rexistro</a>.",
"General failure": "Fallo xeral",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Algo fallou ao actualizar os enderezos alternativos da sala. É posible que o servidor non o permita ou acontecese un fallo temporal.",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Establecer enderezos para a sala para que poida ser atopada no teu servidor local (%(localDomain)s)",
"Room Settings - %(roomName)s": "Axustes da sala - %(roomName)s",
"You signed in to a new session without verifying it:": "Conectácheste nunha nova sesión sen verificala:",
"Verify your other session using one of the options below.": "Verifica a túa outra sesión usando unha das opcións inferiores.",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) conectouse a unha nova sesión sen verificala:",
"Ask this user to verify their session, or manually verify it below.": "Pídelle a usuaria que verifique a súa sesión, ou verificaa manualmente aquí.",
"Not Trusted": "Non confiable",
"Messages in this room are end-to-end encrypted.": "As mensaxes desta sala están cifradas de extremo-a-extremo.",
"Messages in this room are not end-to-end encrypted.": "As mensaxes desta sala non están cifradas de extremo-a-extremo.",
"Your homeserver has exceeded its user limit.": "O teu servidor superou o seu límite de usuaras.",
"Your homeserver has exceeded one of its resource limits.": "O teu servidor superou un dous seus límites de recursos.",
"Ok": "Ok",
"Set up": "Configurar",
"Join millions for free on the largest public server": "Únete a millóns de persoas gratuitamente no maior servidor público",
"IRC display name width": "Ancho do nome mostrado de IRC",
"Dog": "Can",
@ -237,71 +214,21 @@
"Anchor": "Áncora",
"Headphones": "Auriculares",
"Folder": "Cartafol",
"Show more": "Mostrar máis",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "As mensaxes cifradas están seguras con cifrado de extremo-a-extremo. Só ti e o correpondente(s) tedes as chaves para ler as mensaxes.",
"This backup is trusted because it has been restored on this session": "Esta copia é de confianza porque foi restaurada nesta sesión",
"Back up your keys before signing out to avoid losing them.": "Fai unha copia de apoio das chaves antes de saír para evitar perdelas.",
"Start using Key Backup": "Fai unha Copia de apoio das chaves",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Para informar dun asunto relacionado coa seguridade de Matrix, le a <a>Política de Revelación de Privacidade</a> de Matrix.org.",
"This user has not verified all of their sessions.": "Esta usuaria non verificou ningunha das súas sesións.",
"You have not verified this user.": "Non verificaches esta usuaria.",
"You have verified this user. This user has verified all of their sessions.": "Verificaches esta usuaria. A usuaria verificou todas as súas sesións.",
"Someone is using an unknown session": "Alguén está a usar unha sesión descoñecida",
"This room is end-to-end encrypted": "Esta sala está cifrada extremo-a-extremo",
"Everyone in this room is verified": "Todas nesta sala están verificadas",
"Edit message": "Editar mensaxe",
"Encrypted by an unverified session": "Cifrada por unha sesión non verificada",
"Unencrypted": "Non cifrada",
"Encrypted by a deleted session": "Cifrada por unha sesión eliminada",
"Scroll to most recent messages": "Ir ás mensaxes máis recentes",
"Message preview": "Vista previa da mensaxe",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Ao actualizar a sala pecharás a instancia actual da sala e crearás unha versión mellorada co mesmo nome.",
"This room has already been upgraded.": "Esta sala xa foi actualizada.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "A sala está usando a versión <roomVersion />, que este servidor considera como <i>non estable</i>.",
"Only room administrators will see this warning": "Só a administración da sala pode ver este aviso",
"Failed to connect to integration manager": "Fallou a conexión co xestor de integracións",
"Add some now": "Engade algún agora",
"Failed to revoke invite": "Fallo ao revogar o convite",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Non se revogou o convite. O servidor podería estar experimentando un problema temporal ou non tes permisos suficientes para revogar o convite.",
"Revoke invite": "Revogar convite",
"Invited by %(sender)s": "Convidada por %(sender)s",
"Error updating main address": "Fallo ao actualizar o enderezo principal",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Algo fallou ao actualizar o enderezo principal da sala. Podería non estar autorizado polo servidor ou ser un fallo temporal.",
"Error creating address": "Fallo ao crear o enderezo",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Algo fallou ao crear ese enderezo. Podería non estar autorizado polo servidor ou ser un fallo temporal.",
"You don't have permission to delete the address.": "Non tes permiso para eliminar o enderezo.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Houbo un erro ao eliminar o enderezo. Podería non existir ou ser un fallo temporal.",
"Error removing address": "Erro ao eliminar o enderezo",
"Main address": "Enderezo principal",
"Local address": "Enderezo local",
"Published Addresses": "Enderezos publicados",
"Other published addresses:": "Outros enderezos publicados:",
"No other published addresses yet, add one below": "Aínda non hai outros enderezos publicados, engade un embaixo",
"New published address (e.g. #alias:server)": "Novo enderezo publicado (ex. #alias:servidor)",
"Local Addresses": "Enderezos locais",
"Room Name": "Nome da sala",
"Room Topic": "Asunto da sala",
"Room avatar": "Avatar da sala",
"Waiting for %(displayName)s to accept…": "Agardando a que %(displayName)s acepte…",
"Accepting…": "Aceptando…",
"Start Verification": "Comezar a Verificación",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "As túas mensaxes están seguras e só ti e o correspondente tedes as únicas chaves que as desbloquean.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Nas salas cifradas, as túas mensaxes están seguras e só ti e o correspondente tedes as únicas chaves que as desbloquean.",
"Verify User": "Verificar Usuaria",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Para maior seguridade, verifica esta usuaria comprobando o código temporal en dous dos teus dispositivos.",
"Your messages are not secure": "As túas mensaxes non están aseguradas",
"One of the following may be compromised:": "Un dos seguintes podería estar comprometido:",
"Your homeserver": "O teu servidor",
"%(count)s verified sessions": {
"other": "%(count)s sesións verificadas",
"one": "1 sesión verificada"
},
"Hide verified sessions": "Agochar sesións verificadas",
"%(count)s sessions": {
"other": "%(count)s sesións",
"one": "%(count)s sesión"
},
"Hide sessions": "Agochar sesións",
"No recent messages by %(user)s found": "Non se atoparon mensaxes recentes de %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Desprázate na cronoloxía para ver se hai algúns máis recentes.",
"Remove recent messages by %(user)s": "Eliminar mensaxes recentes de %(user)s",
@ -310,11 +237,6 @@
"other": "Eliminar %(count)s mensaxes",
"one": "Eliminar 1 mensaxe"
},
"Remove recent messages": "Eliminar mensaxes recentes",
"Deactivate user?": "¿Desactivar usuaria?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Ao desactivar esta usuaria ficará desconectada e non poderá volver a acceder. Ademáis deixará todas as salas nas que estivese. Esta acción non ten volta, ¿desexas desactivar esta usuaria?",
"Deactivate user": "Desactivar usuaria",
"Failed to deactivate user": "Fallo ao desactivar a usuaria",
"This client does not support end-to-end encryption.": "Este cliente non soporta o cifrado extremo-a-extremo.",
"Verify by scanning": "Verificar escaneando",
"Ask %(displayName)s to scan your code:": "Pídelle a %(displayName)s que escanee o teu código:",
@ -333,7 +255,6 @@
"You cancelled verification.": "Cancelaches a verificación.",
"Encryption not enabled": "Cifrado desactivado",
"The encryption used by this room isn't supported.": "O cifrado desta sala non está soportado.",
"Message Actions": "Accións da mensaxe",
"Show image": "Mostrar imaxe",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Estás a ignorar a esta usuaria, polo que a imaxe está agochada. <a>Mostrar igualmente.</a>",
"You verified %(name)s": "Verificaches a %(name)s",
@ -415,7 +336,6 @@
"Upload completed": "Subida completa",
"Cancelled signature upload": "Cancelada a subida da sinatura",
"Unable to upload": "Non foi posible a subida",
"The authenticity of this encrypted message can't be guaranteed on this device.": "A autenticidade desta mensaxe cifrada non está garantida neste dispositivo.",
"Signature upload success": "Subeuse correctamente a sinatura",
"Signature upload failed": "Fallou a subida da sinatura",
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Anteriormente utilizaches %(brand)s en %(host)s con carga preguiceira de membros. Nesta versión a carga preguiceira está desactivada. Como a caché local non é compatible entre as dúas configuracións, %(brand)s precisa volver a sincronizar a conta.",
@ -515,14 +435,10 @@
"Preparing to download logs": "Preparándose para descargar rexistro",
"Information": "Información",
"Not encrypted": "Sen cifrar",
"Room settings": "Axustes da sala",
"Backup version:": "Versión da copia:",
"Start a conversation with someone using their name or username (like <userId/>).": "Inicia unha conversa con alguén usando o seu nome ou nome de usuaria (como <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Convida a alguén usando o seu nome, nome de usuaria (como <userId/>) ou <a>comparte esta sala</a>.",
"Unable to set up keys": "Non se puideron configurar as chaves",
"Widgets": "Widgets",
"Edit widgets, bridges & bots": "Editar widgets, pontes e bots",
"Add widgets, bridges & bots": "Engade widgets, pontes e bots",
"Use the <a>Desktop app</a> to see all encrypted files": "Usa a <a>app de Escritorio</a> para ver todos os ficheiros cifrados",
"Use the <a>Desktop app</a> to search encrypted messages": "Usa a <a>app de Escritorio</a> para buscar mensaxes cifradas",
"This version of %(brand)s does not support viewing some encrypted files": "Esta versión de %(brand)s non soporta o visionado dalgúns ficheiros cifrados",
@ -533,9 +449,6 @@
"Video conference updated by %(senderName)s": "Video conferencia actualizada por %(senderName)s",
"Video conference started by %(senderName)s": "Video conferencia iniciada por %(senderName)s",
"Ignored attempt to disable encryption": "Intento ignorado de desactivar o cifrado",
"You can only pin up to %(count)s widgets": {
"other": "Só podes fixar ata %(count)s widgets"
},
"Data on this screen is shared with %(widgetDomain)s": "Os datos nesta pantalla compártense con %(widgetDomain)s",
"Modal Widget": "Widget modal",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Convida a persoas usando o seu nome, enderezo de email, nome de usuaria (como <userId/>) ou <a>comparte esta sala</a>.",
@ -818,7 +731,6 @@
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "Non se puido acceder ao almacenaxe segredo. Comproba que escribiches correctamente a Frase de Seguridade.",
"Invalid Security Key": "Chave de Seguridade non válida",
"Wrong Security Key": "Chave de Seguridade incorrecta",
"Set my room layout for everyone": "Establecer a miña disposición da sala para todas",
"Allow this widget to verify your identity": "Permitir a este widget verificar a túa identidade",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Este widget vai verificar o ID do teu usuario, pero non poderá realizar accións no teu nome:",
"Remember this": "Lembrar isto",
@ -834,8 +746,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Convida a persoas usando o seu nome, enderezo de email, nome de usuaria (como <userId/>) ou <a>comparte este espazo</a>.",
"Create a new room": "Crear unha nova sala",
"Space selection": "Selección de Espazos",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Non poderás desfacer este cambio xa que te estás degradando a ti mesma, se es a última usuaria con privilexios no espazo será imposible volver a obter os privilexios.",
"Your message was sent": "Enviouse a túa mensaxe",
"Leave space": "Saír do espazo",
"Create a space": "Crear un espazo",
"<inviter/> invites you": "<inviter/> convídate",
@ -867,7 +777,6 @@
"Reset everything": "Restablecer todo",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Perdidos ou esquecidos tódolos métodos de recuperación? <a>Restabléceos</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Se o fas, ten en conta que non se borrará ningunha das túas mensaxes, mais a experiencia de busca podería degradarse durante uns momentos ata que se recrea o índice",
"View message": "Ver mensaxe",
"You can select all or individual messages to retry or delete": "Podes elexir todo ou mensaxes individuais para reintentar ou eliminar",
"Sending": "Enviando",
"Retry all": "Reintentar todo",
@ -878,7 +787,6 @@
"one": "Ver 1 membro",
"other": "Ver tódolos %(count)s membros"
},
"Failed to send": "Fallou o envío",
"Want to add a new room instead?": "Queres engadir unha nova sala?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Engadindo sala...",
@ -887,10 +795,6 @@
"Not all selected were added": "Non se engadiron tódolos seleccionados",
"You are not allowed to view this server's rooms list": "Non tes permiso para ver a lista de salas deste servidor",
"Error processing voice message": "Erro ao procesar a mensaxe de voz",
"We didn't find a microphone on your device. Please check your settings and try again.": "Non atopamos ningún micrófono no teu dispositivo. Comproba os axustes e proba outra vez.",
"No microphone found": "Non atopamos ningún micrófono",
"We were unable to access your microphone. Please check your browser settings and try again.": "Non puidemos acceder ao teu micrófono. Comproba os axustes do navegador e proba outra vez.",
"Unable to access your microphone": "Non se puido acceder ao micrófono",
"Search names and descriptions": "Buscar nome e descricións",
"You may contact me if you have any follow up questions": "Podes contactar conmigo se tes algunha outra suxestión",
"To leave the beta, visit your settings.": "Para saír da beta, vai aos axustes.",
@ -900,19 +804,11 @@
"Search for rooms or people": "Busca salas ou persoas",
"Sent": "Enviado",
"You don't have permission to do this": "Non tes permiso para facer isto",
"Pinned messages": "Mensaxes fixadas",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Se tes permisos, abre o menú en calquera mensaxe e elixe <b>Fixar</b> para pegalos aquí.",
"Nothing pinned, yet": "Nada fixado, por agora",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "O teu %(brand)s non permite que uses o Xestor de Integracións, contacta coa administración.",
"User Directory": "Directorio de Usuarias",
"Please provide an address": "Proporciona un enderezo",
"Message search initialisation failed, check <a>your settings</a> for more information": "Fallou a inicialización da busca de mensaxes, comproba <a>os axustes</a> para máis información",
"Error processing audio message": "Erro ao procesar a mensaxe de audio",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Establecer enderezos para este espazo para que as usuarias poidan atopar o espazo no servidor (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Para publicar un enderezo, primeiro debe establecerse como enderezo local.",
"Published addresses can be used by anyone on any server to join your room.": "Os enderezos publicados poden ser utilizados por calquera en calquera servidor para unirse á túa sala.",
"Published addresses can be used by anyone on any server to join your space.": "Os enderezos publicados podense usar por calquera en calquera servidor para unirse ao teu espazo.",
"This space has no local addresses": "Este espazo non ten enderezos locais",
"Unable to copy a link to the room to the clipboard.": "Non se copiou a ligazón da sala ao portapapeis.",
"Unable to copy room link": "Non se puido copiar ligazón da sala",
"Unnamed audio": "Audio sen nome",
@ -953,13 +849,10 @@
"Decrypting": "Descifrando",
"Missed call": "Chamada perdida",
"Call declined": "Chamada rexeitada",
"Stop recording": "Deter a gravación",
"Send voice message": "Enviar mensaxe de voz",
"Unknown failure: %(reason)s": "Fallo descoñecido: %(reason)s",
"Rooms and spaces": "Salas e espazos",
"Results": "Resultados",
"Some encryption parameters have been changed.": "Algún dos parámetros de cifrado foron cambiados.",
"Role in <RoomName/>": "Rol en <RoomName/>",
"To join a space you'll need an invite.": "Para unirte a un espazo precisas un convite.",
"Would you like to leave the rooms in this space?": "Queres saír destas salas neste espazo?",
"You are about to leave <spaceName/>.": "Vas saír de <spaceName/>.",
@ -970,35 +863,16 @@
"Really reset verification keys?": "Queres restablecer as chaves de verificación?",
"MB": "MB",
"In reply to <a>this message</a>": "En resposta a <a>esta mensaxe</a>",
"Export chat": "Exportar chat",
"Downloading": "Descargando",
"They won't be able to access whatever you're not an admin of.": "Non poderán acceder a calquera lugar no que non sexas administradora.",
"Ban them from specific things I'm able to": "Vetalos en lugares específicos nos que eu poida",
"Unban them from specific things I'm able to": "Retirar o veto de lugares específicos que eu poida",
"Ban them from everything I'm able to": "Vetalos en tódolos sitios nos que eu poida",
"Unban them from everything I'm able to": "Devolverlle o acceso a tódolos sitios onde eu poida",
"Ban from %(roomName)s": "Vetar en %(roomName)s",
"Unban from %(roomName)s": "Permitir acceso a %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Poderán seguir accedendo a sitios onde ti non es administradora.",
"Disinvite from %(roomName)s": "Retirar o convite para %(roomName)s",
"%(count)s reply": {
"one": "%(count)s resposta",
"other": "%(count)s respostas"
},
"View in room": "Ver na sala",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Escribe a túa Frase de Seguridade ou <button>usa a túa Chave de Seguridade</button> para continuar.",
"Joined": "Unícheste",
"Joining": "Uníndote",
"In encrypted rooms, verify all users to ensure it's secure.": "En salas cifradas, verfica tódalas usuarias para ter certeza de que é segura.",
"Files": "Ficheiros",
"Close this widget to view it in this panel": "Pecha este widget para velo neste panel",
"Unpin this widget to view it in this panel": "Desafixar este widget para velo neste panel",
"Yours, or the other users' session": "Túas, ou da sesión doutras persoas",
"Yours, or the other users' internet connection": "Da túa, ou da conexión a internet doutras persoas",
"The homeserver the user you're verifying is connected to": "O servidor ao que está conectado a persoa que estás verificando",
"Reply in thread": "Responder nun fío",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Recupera o acceso á túa conta e ás chaves de cifrado gardadas nesta sesión. Sen elas, non poderás ler tódalas túas mensaxes seguras en calquera sesión.",
"Copy link to thread": "Copiar ligazón da conversa",
"Thread options": "Opcións da conversa",
"Forget": "Esquecer",
"If you can't see who you're looking for, send them your invite link below.": "Se non atopas a quen buscas, envíalle a túa ligazón de convite.",
@ -1022,7 +896,6 @@
"Moderation": "Moderación",
"Messaging": "Conversando",
"Spaces you know that contain this space": "Espazos que sabes conteñen este espazo",
"Chat": "Chat",
"Recently viewed": "Visto recentemente",
"%(count)s votes cast. Vote to see the results": {
"other": "%(count)s votos recollidos. Vota para ver os resultados",
@ -1058,13 +931,6 @@
"The beginning of the room": "O inicio da sala",
"You cancelled verification on your other device.": "Cancelaches a verificación no teu outro dispositivo.",
"Almost there! Is your other device showing the same shield?": "Xa case está! Mostra o teu outro dispositivo o mesmo escudo?",
"Remove from room": "Eliminar da sala",
"Failed to remove user": "Fallou a eliminación da usuaria",
"Remove them from specific things I'm able to": "Eliminar de lugares concretos nos que podo facelo",
"Remove them from everything I'm able to": "Eliminar de tódolos lugares nos que podo facelo",
"Remove from %(roomName)s": "Eliminar de %(roomName)s",
"To proceed, please accept the verification request on your other device.": "Para seguir, acepta a solicitude de verificación no teu outro dispositivo.",
"From a thread": "Desde un fío",
"Wait!": "Agarda!",
"Open in OpenStreetMap": "Abrir en OpenStreetMap",
"Verify other device": "Verificar outro dispositivo",
@ -1091,8 +957,6 @@
"My current location": "Localización actual",
"%(brand)s could not send your location. Please try again later.": "%(brand)s non enviou a túa localización. Inténtao máis tarde.",
"We couldn't send your location": "Non puidemos enviar a túa localización",
"Pinned": "Fixado",
"Open thread": "Abrir fío",
"Click": "Premer",
"Expand quotes": "Despregar as citas",
"Collapse quotes": "Pregar as citas",
@ -1118,13 +982,6 @@
"Live location enabled": "Activada a localización en directo",
"Live location error": "Erro na localización en directo",
"Live until %(expiryTime)s": "En directo ata %(expiryTime)s",
"Ban from room": "Vetar na sala",
"Unban from room": "Retirar veto á sala",
"Ban from space": "Vetar ao espazo",
"Unban from space": "Retirar veto ao espazo",
"Disinvite from room": "Retirar convite á sala",
"Remove from space": "Retirar do espazo",
"Disinvite from space": "Retirar convite ao espazo",
"Close sidebar": "Pechar panel lateral",
"View List": "Ver lista",
"View list": "Ver lista",
@ -1150,7 +1007,6 @@
"Output devices": "Dispositivos de saída",
"Input devices": "Dispositivos de entrada",
"Open room": "Abrir sala",
"Show Labs settings": "Mostrar axustes en Labs",
"Unread email icon": "Icona de email non lido",
"An error occurred whilst sharing your live location, please try again": "Algo fallou ao compartir a túa localización en directo, inténtao outra vez",
"An error occurred whilst sharing your live location": "Algo fallou ao intentar compartir a túa localización en directo",
@ -1302,7 +1158,12 @@
"low_priority": "Baixa prioridade",
"historical": "Historial",
"go_to_settings": "Ir a Axustes",
"setup_secure_messages": "Configurar Mensaxes Seguras"
"setup_secure_messages": "Configurar Mensaxes Seguras",
"unencrypted": "Non cifrada",
"view_message": "Ver mensaxe",
"joined": "Unícheste",
"show_more": "Mostrar máis",
"are_you_sure": "Está segura?"
},
"action": {
"continue": "Continuar",
@ -1588,7 +1449,10 @@
"poll_button": "Enquisa",
"format_italics": "Cursiva",
"format_insert_link": "Escribir ligazón",
"replying_title": "Respondendo"
"replying_title": "Respondendo",
"edit_composer_label": "Editar mensaxe",
"send_voice_message": "Enviar mensaxe de voz",
"stop_voice_message": "Deter a gravación"
},
"Code": "Código",
"power_level": {
@ -2524,7 +2388,16 @@
"one": "Visto por %(count)s persoa",
"other": "Visto por %(count)s persoas"
},
"read_receipts_label": "Resgados de lectura"
"read_receipts_label": "Resgados de lectura",
"thread_info_basic": "Desde un fío",
"error_no_renderer": "Non se puido amosar este evento",
"send_state_sent": "Enviouse a túa mensaxe",
"send_state_failed": "Fallou o envío",
"mab": {
"label": "Accións da mensaxe",
"view_in_room": "Ver na sala",
"copy_link_thread": "Copiar ligazón da conversa"
}
},
"slash_command": {
"spoiler": "Envía a mensaxe dada como un spoiler",
@ -2717,7 +2590,11 @@
"other": "%(count)s persoas uníronse"
},
"unknown_person": "persoa descoñecida",
"connecting": "Conectando"
"connecting": "Conectando",
"unable_to_access_audio_input_title": "Non se puido acceder ao micrófono",
"unable_to_access_audio_input_description": "Non puidemos acceder ao teu micrófono. Comproba os axustes do navegador e proba outra vez.",
"no_audio_input_title": "Non atopamos ningún micrófono",
"no_audio_input_description": "Non atopamos ningún micrófono no teu dispositivo. Comproba os axustes e proba outra vez."
},
"Other": "Outro",
"room_settings": {
@ -2834,7 +2711,32 @@
"save": "Gardar cambios",
"leave_space": "Deixar o Espazo",
"aliases_section": "Enderezos da sala",
"other_section": "Outro"
"other_section": "Outro",
"error_updating_canonical_alias_title": "Fallo ao actualizar o enderezo principal",
"error_updating_canonical_alias_description": "Algo fallou ao actualizar o enderezo principal da sala. Podería non estar autorizado polo servidor ou ser un fallo temporal.",
"error_updating_alias_description": "Algo fallou ao actualizar os enderezos alternativos da sala. É posible que o servidor non o permita ou acontecese un fallo temporal.",
"error_creating_alias_title": "Fallo ao crear o enderezo",
"error_creating_alias_description": "Algo fallou ao crear ese enderezo. Podería non estar autorizado polo servidor ou ser un fallo temporal.",
"error_deleting_alias_description_forbidden": "Non tes permiso para eliminar o enderezo.",
"error_deleting_alias_description": "Houbo un erro ao eliminar o enderezo. Podería non existir ou ser un fallo temporal.",
"error_deleting_alias_title": "Erro ao eliminar o enderezo",
"canonical_alias_field_label": "Enderezo principal",
"no_aliases_space": "Este espazo non ten enderezos locais",
"no_aliases_room": "Esta sala non ten enderezos locais",
"local_alias_field_label": "Enderezo local",
"published_aliases_section": "Enderezos publicados",
"published_aliases_explainer_space": "Os enderezos publicados podense usar por calquera en calquera servidor para unirse ao teu espazo.",
"published_aliases_explainer_room": "Os enderezos publicados poden ser utilizados por calquera en calquera servidor para unirse á túa sala.",
"published_aliases_description": "Para publicar un enderezo, primeiro debe establecerse como enderezo local.",
"aliases_items_label": "Outros enderezos publicados:",
"aliases_no_items_label": "Aínda non hai outros enderezos publicados, engade un embaixo",
"new_alias_placeholder": "Novo enderezo publicado (ex. #alias:servidor)",
"local_aliases_section": "Enderezos locais",
"local_aliases_explainer_space": "Establecer enderezos para este espazo para que as usuarias poidan atopar o espazo no servidor (%(localDomain)s)",
"local_aliases_explainer_room": "Establecer enderezos para a sala para que poida ser atopada no teu servidor local (%(localDomain)s)",
"name_field_label": "Nome da sala",
"topic_field_label": "Asunto da sala",
"avatar_field_label": "Avatar da sala"
},
"advanced": {
"unfederated": "Esta sala non é accesible por servidores Matrix remotos",
@ -2920,7 +2822,11 @@
"verification_success_without_backup": "O dispositivo xa está verificado. Outras persoas verano como confiable.",
"verification_skip_warning": "Sen verificación non poderás acceder a tódalas túas mensaxes e poderían aparecer como non confiables ante outras persoas.",
"verify_later": "Verificarei máis tarde",
"verify_reset_warning_1": "O restablecemento das chaves de seguridade non se pode desfacer. Tras o restablecemento, non terás acceso ás antigas mensaxes cifradas, e calquera amizade que verificaras con anterioridade vai ver un aviso de seguridade ata que volvades a verificarvos mutuamente."
"verify_reset_warning_1": "O restablecemento das chaves de seguridade non se pode desfacer. Tras o restablecemento, non terás acceso ás antigas mensaxes cifradas, e calquera amizade que verificaras con anterioridade vai ver un aviso de seguridade ata que volvades a verificarvos mutuamente.",
"self_verification_hint": "Para seguir, acepta a solicitude de verificación no teu outro dispositivo.",
"waiting_for_user_accept": "Agardando a que %(displayName)s acepte…",
"accepting": "Aceptando…",
"start_button": "Comezar a Verificación"
},
"old_version_detected_title": "Detectouse o uso de criptografía sobre datos antigos",
"old_version_detected_description": "Detectáronse datos de una versión anterior de %(brand)s. Isto causará un mal funcionamento da criptografía extremo-a-extremo na versión antiga. As mensaxes cifradas extremo-a-extremo intercambiadas mentres utilizaba a versión anterior poderían non ser descifrables en esta versión. Isto tamén podería causar que mensaxes intercambiadas con esta versión tampouco funcionasen. Se ten problemas, desconéctese e conéctese de novo. Para manter o historial de mensaxes, exporte e reimporte as súas chaves.",
@ -2953,6 +2859,26 @@
"description_1": "Esta sesión detectou que se eliminaron a túa Frase de Seguridade e chave para Mensaxes Seguras.",
"description_2": "Se fixeches esto sen querer, podes configurar Mensaxes Seguras nesta sesión e volverá a cifrar as mensaxes da sesión cun novo método de recuperación.",
"warning": "Se non eliminaches o método de recuperación, un atacante podería estar a intentar acceder á túa conta. Cambia inmediatamente o contrasinal da conta e establece un novo método de recuperación nos Axustes."
},
"setup_secure_backup": {
"explainer": "Fai unha copia de apoio das chaves antes de saír para evitar perdelas.",
"title": "Configurar"
},
"cross_signing_user_warning": "Esta usuaria non verificou ningunha das súas sesións.",
"cross_signing_user_normal": "Non verificaches esta usuaria.",
"cross_signing_user_verified": "Verificaches esta usuaria. A usuaria verificou todas as súas sesións.",
"cross_signing_room_warning": "Alguén está a usar unha sesión descoñecida",
"cross_signing_room_normal": "Esta sala está cifrada extremo-a-extremo",
"cross_signing_room_verified": "Todas nesta sala están verificadas",
"event_shield_reason_authenticity_not_guaranteed": "A autenticidade desta mensaxe cifrada non está garantida neste dispositivo.",
"event_shield_reason_mismatched_sender_key": "Cifrada por unha sesión non verificada",
"messages_not_secure": {
"title": "As túas mensaxes non están aseguradas",
"heading": "Un dos seguintes podería estar comprometido:",
"cause_1": "O teu servidor",
"cause_2": "O servidor ao que está conectado a persoa que estás verificando",
"cause_3": "Da túa, ou da conexión a internet doutras persoas",
"cause_4": "Túas, ou da sesión doutras persoas"
}
},
"emoji": {
@ -3275,7 +3201,10 @@
"error_loading": "Erro ao cargar o Widget",
"error_mixed_content": "Erro - Contido variado",
"unmaximise": "Restablecer",
"popout": "trebello emerxente"
"popout": "trebello emerxente",
"unpin_to_view_right_panel": "Desafixar este widget para velo neste panel",
"close_to_view_right_panel": "Pecha este widget para velo neste panel",
"set_room_layout": "Establecer a miña disposición da sala para todas"
},
"feedback": {
"sent": "Comentario enviado",
@ -3339,7 +3268,8 @@
"show_all_threads": "Mostra tódolos temas",
"empty_explainer": "Os fíos axúdanche a manter as conversas no tema e facilitan o seguimento.",
"empty_tip": "<b>Truco:</b> Usa \"%(replyInThread)s\" ao poñerte enriba dunha mensaxe.",
"empty_heading": "Manter as conversas organizadas con fíos"
"empty_heading": "Manter as conversas organizadas con fíos",
"open_thread": "Abrir fío"
},
"theme": {
"light_high_contrast": "Alto contraste claro",
@ -3567,7 +3497,19 @@
"inaccessible_subtitle_2": "Obtívose o erro %(errcode)s ao intentar acceder á sala ou espazo. Se cres que esta mensaxe é un erro, por favor <issueLink>envía un informe do fallo</issueLink>.",
"join_failed_needs_invite": "Para ver %(roomName)s, precisas un convite",
"view_failed_enable_video_rooms": "Para ver, primeiro activa as salas de vídeo en Labs",
"join_failed_enable_video_rooms": "Para unirte, primeiro activa as salas de vídeo en Labs"
"join_failed_enable_video_rooms": "Para unirte, primeiro activa as salas de vídeo en Labs",
"jump_to_bottom_button": "Ir ás mensaxes máis recentes",
"show_labs_settings": "Mostrar axustes en Labs",
"upgrade_warning_bar": "Ao actualizar a sala pecharás a instancia actual da sala e crearás unha versión mellorada co mesmo nome.",
"upgrade_warning_bar_upgraded": "Esta sala xa foi actualizada.",
"upgrade_warning_bar_unstable": "A sala está usando a versión <roomVersion />, que este servidor considera como <i>non estable</i>.",
"upgrade_warning_bar_admins": "Só a administración da sala pode ver este aviso",
"search": {
"this_room": "Esta sala",
"all_rooms": "Todas as Salas",
"field_placeholder": "Buscar…"
},
"jump_read_marker": "Ir a primeira mensaxe non lida."
},
"file_panel": {
"guest_note": "Debe <a>rexistrarse</a> para utilizar esta función",
@ -3778,5 +3720,81 @@
"invited_list_heading": "Convidada",
"filter_placeholder": "Filtrar os participantes da conversa",
"power_label": "%(userName)s (permiso %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Non ten paquetes de iconas activados",
"empty_add_prompt": "Engade algún agora"
},
"user_info": {
"error_revoke_3pid_invite_title": "Fallo ao revogar o convite",
"error_revoke_3pid_invite_description": "Non se revogou o convite. O servidor podería estar experimentando un problema temporal ou non tes permisos suficientes para revogar o convite.",
"admin_tools_section": "Ferramentas de administración",
"revoke_invite": "Revogar convite",
"invited_by": "Convidada por %(sender)s",
"room_encrypted": "As mensaxes desta sala están cifradas de extremo-a-extremo.",
"room_encrypted_detail": "As túas mensaxes están seguras e só ti e o correspondente tedes as únicas chaves que as desbloquean.",
"room_unencrypted": "As mensaxes desta sala non están cifradas de extremo-a-extremo.",
"room_unencrypted_detail": "Nas salas cifradas, as túas mensaxes están seguras e só ti e o correspondente tedes as únicas chaves que as desbloquean.",
"verify_button": "Verificar Usuaria",
"verify_explainer": "Para maior seguridade, verifica esta usuaria comprobando o código temporal en dous dos teus dispositivos.",
"hide_verified_sessions": "Agochar sesións verificadas",
"hide_sessions": "Agochar sesións",
"jump_to_rr_button": "Ir ao resgardo de lectura",
"share_button": "Compartir a ligazón coa usuaria",
"demote_self_confirm_title": "Baixarse a ti mesma de rango?",
"demote_self_confirm_description_space": "Non poderás desfacer este cambio xa que te estás degradando a ti mesma, se es a última usuaria con privilexios no espazo será imposible volver a obter os privilexios.",
"demote_self_confirm_room": "Non poderá desfacer este cambio xa que está a diminuír a súa autoridade, se é a única persoa con autorización na sala será imposible volver a obter privilexios.",
"demote_button": "Baixar de rango",
"disinvite_button_space": "Retirar convite ao espazo",
"kick_button_space": "Retirar do espazo",
"disinvite_button_room": "Retirar convite á sala",
"kick_button_room": "Eliminar da sala",
"disinvite_button_room_name": "Retirar o convite para %(roomName)s",
"kick_button_room_name": "Eliminar de %(roomName)s",
"kick_button_space_everything": "Eliminar de tódolos lugares nos que podo facelo",
"kick_space_specific": "Eliminar de lugares concretos nos que podo facelo",
"kick_space_warning": "Poderán seguir accedendo a sitios onde ti non es administradora.",
"error_kicking_user": "Fallou a eliminación da usuaria",
"redact_button": "Eliminar mensaxes recentes",
"unban_button_space": "Retirar veto ao espazo",
"ban_button_space": "Vetar ao espazo",
"unban_button_room": "Retirar veto á sala",
"ban_button_room": "Vetar na sala",
"unban_room_confirm_title": "Permitir acceso a %(roomName)s",
"ban_room_confirm_title": "Vetar en %(roomName)s",
"unban_space_everything": "Devolverlle o acceso a tódolos sitios onde eu poida",
"ban_space_everything": "Vetalos en tódolos sitios nos que eu poida",
"unban_space_specific": "Retirar o veto de lugares específicos que eu poida",
"ban_space_specific": "Vetalos en lugares específicos nos que eu poida",
"unban_space_warning": "Non poderán acceder a calquera lugar no que non sexas administradora.",
"error_ban_user": "Fallo ao bloquear usuaria",
"error_mute_user": "Fallo ó silenciar usuaria",
"promote_warning": "Non poderá desfacer este cambio xa que lle estará promocionando e outorgándolle a outra persoa os mesmos permisos que os seus.",
"deactivate_confirm_title": "¿Desactivar usuaria?",
"deactivate_confirm_description": "Ao desactivar esta usuaria ficará desconectada e non poderá volver a acceder. Ademáis deixará todas as salas nas que estivese. Esta acción non ten volta, ¿desexas desactivar esta usuaria?",
"deactivate_confirm_action": "Desactivar usuaria",
"error_deactivate": "Fallo ao desactivar a usuaria",
"role_label": "Rol en <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Mensaxes fixadas",
"empty": "Nada fixado, por agora",
"explainer": "Se tes permisos, abre o menú en calquera mensaxe e elixe <b>Fixar</b> para pegalos aquí.",
"limits": {
"other": "Só podes fixar ata %(count)s widgets"
}
},
"video_room_chat": {
"title": "Chat"
},
"widgets_section": "Widgets",
"edit_integrations": "Editar widgets, pontes e bots",
"add_integrations": "Engade widgets, pontes e bots",
"files_button": "Ficheiros",
"pinned_messages_button": "Fixado",
"export_chat_button": "Exportar chat",
"share_button": "Compartir sala",
"settings_button": "Axustes da sala"
}
}

View file

@ -30,18 +30,15 @@
"Friday": "שישי",
"Changelog": "דו\"ח שינויים",
"Failed to send logs: ": "כשל במשלוח יומנים: ",
"This Room": "החדר הזה",
"Unavailable": "לא זמין",
"Filter results": "סנן התוצאות",
"Tuesday": "שלישי",
"Preparing to send logs": "מתכונן לשלוח יומנים",
"Saturday": "שבת",
"Monday": "שני",
"All Rooms": "כל החדרים",
"Wednesday": "רביעי",
"You cannot delete this message. (%(code)s)": "לא ניתן למחוק הודעה זו. (%(code)s)",
"Thursday": "חמישי",
"Search…": "חפש…",
"Logs sent": "יומנים נשלחו",
"Yesterday": "אתמול",
"Thank you!": "רב תודות!",
@ -303,8 +300,6 @@
"You signed in to a new session without verifying it:": "נכנסתם דרך התחברות חדשה מבלי לאמת אותה:",
"Backup version:": "גירסת גיבוי:",
"This backup is trusted because it has been restored on this session": "ניתן לסמוך על גיבוי זה מכיוון שהוא שוחזר בהפעלה זו",
"Set up": "הגדר",
"Show more": "הצג יותר",
"Folder": "תקיה",
"Headphones": "אוזניות",
"Anchor": "עוגן",
@ -460,7 +455,6 @@
"Download %(text)s": "הורד %(text)s",
"Decrypt %(text)s": "פענח %(text)s",
"Error decrypting attachment": "שגיאה בפענוח קבצים מצורפים",
"Message Actions": "פעולות הודעה",
"The encryption used by this room isn't supported.": "ההצפנה בה משתמשים בחדר זה אינה נתמכת.",
"Encryption not enabled": "ההצפנה לא מופעלת",
"Ignored attempt to disable encryption": "התעלם מהניסיון להשבית את ההצפנה",
@ -480,15 +474,6 @@
"Ask %(displayName)s to scan your code:": "בקש מ- %(displayName)s לסרוק את הקוד שלכם:",
"Verify by scanning": "אמת על ידי סריקה",
"This client does not support end-to-end encryption.": "לקוח זה אינו תומך בהצפנה מקצה לקצה.",
"Failed to deactivate user": "השבתת משתמש נכשלה",
"Deactivate user?": "השבת משתמש?",
"Deactivate user": "השבת משתמש",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "השבתת משתמש זה תנתק אותו וימנע ממנו להתחבר חזרה. בנוסף, הם יעזבו את כל החדרים בהם הם נמצאים. לא ניתן לבטל פעולה זו. האם אתה בטוח שברצונך להשבית משתמש זה?",
"Are you sure?": "האם אתם בטוחים?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "לא תוכל לבטל את השינוי הזה מכיוון שאתה מקדם את המשתמש לאותה רמת ניהול כמוך.",
"Failed to mute user": "כשלון בהשתקת משתמש",
"Failed to ban user": "כשלון בחסימת משתמש",
"Remove recent messages": "הסר הודעות אחרונות",
"Remove %(count)s messages": {
"one": "הסר הודעה 1",
"other": "הסר %(count)s הודעות"
@ -497,76 +482,17 @@
"Remove recent messages by %(user)s": "הסר את ההודעות האחרונות של %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "נסה לגלול למעלה בציר הזמן כדי לראות אם יש קודמים.",
"No recent messages by %(user)s found": "לא נמצאו הודעות אחרונות של %(user)s",
"Demote": "הורד",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "לא תוכל לבטל את השינוי הזה מכיוון שאתה מוריד את עצמך בדרגה, אם אתה המשתמש המיועד האחרון בחדר, אי אפשר יהיה להחזיר לו הרשאות.",
"Demote yourself?": "להוריד את עצמך?",
"Share Link to User": "שתף קישור למשתמש",
"Jump to read receipt": "קפצו לקבלת קריאה",
"Hide sessions": "הסתר מושבים",
"%(count)s sessions": {
"one": "%(count)s מושבים",
"other": "%(count)s מושבים"
},
"Hide verified sessions": "הסתר מושבים מאומתים",
"%(count)s verified sessions": {
"one": "1 מושב מאומת",
"other": "%(count)s מושבים מאומתים"
},
"Room settings": "הגדרות חדר",
"Share room": "שתף חדר",
"Not encrypted": "לא מוצפן",
"Add widgets, bridges & bots": "הוסף יישומונים, גשרים ובוטים",
"Edit widgets, bridges & bots": "ערוך ישומונים, גשרים ובוטים",
"Widgets": "ישומונים",
"You can only pin up to %(count)s widgets": {
"other": "אתה יכול להצמיד עד%(count)s ווידג'טים בלבד"
},
"Your homeserver": "שרת הבית שלכם",
"One of the following may be compromised:": "אחד מהדברים הבאים עלול להוות סיכון:",
"Your messages are not secure": "ההודעות שלך אינן מאובטחות",
"For extra security, verify this user by checking a one-time code on both of your devices.": "ליתר ביטחון, אמת משתמש זה על ידי בדיקת קוד חד פעמי בשני המכשירים שלך.",
"Verify User": "אמת משתמש",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "בחדרים מוצפנים ההודעות שלכם מאובטחות ורק לכם ולמקבל יש את המפתחות הייחודיים לפתיחתן.",
"Messages in this room are not end-to-end encrypted.": "הודעות בחדר זה אינן מוצפנות מקצה לקצה.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "ההודעות שלך מאובטחות ורק לך ולמקבל יש את המפתחות הייחודיים לפתיחתן.",
"Messages in this room are end-to-end encrypted.": "ההודעות בחדר זה מוצפנות מקצה לקצה.",
"Start Verification": "התחל אימות",
"Accepting…": "מקבל…",
"Waiting for %(displayName)s to accept…": "ממתין לקבלת %(displayName)s …",
"Room avatar": "אוואטר של החדר",
"Room Topic": "נושא החדר",
"Room Name": "שם חדר",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "הגדר כתובות לחדר זה כדי שמשתמשים יוכלו למצוא את החדר הזה דרך שרת הבית שלך (%(localDomain)s)",
"Local Addresses": "כתובות מקומיות",
"New published address (e.g. #alias:server)": "כתובת חדשה שפורסמה (למשל #alias:server)",
"No other published addresses yet, add one below": "עדיין אין כתובות שפורסמו, הוסף כתובת למטה",
"Other published addresses:": "כתובות מפורסמות אחרות:",
"Published Addresses": "כתובות מפורסמות",
"Local address": "כתובות מקומיות",
"This room has no local addresses": "לחדר זה אין כתובות מקומיות",
"not specified": "לא מוגדר",
"Main address": "כתובת ראשית",
"Error removing address": "שגיאה בהסרת כתובת",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "אירעה שגיאה בהסרת כתובת זו. יתכן שהוא כבר לא קיים או שהתרחשה שגיאה זמנית.",
"You don't have permission to delete the address.": "אין לך הרשאה למחוק את הכתובת.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "אירעה שגיאה ביצירת כתובת זו. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"Error creating address": "שגיאה ביצירת כתובת",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "אירעה שגיאה בעדכון הכתובות החלופיות של החדר. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "אירעה שגיאה בעדכון הכתובת הראשית של החדר. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"Error updating main address": "שגיאה בעדכון כתובת ראשית",
"Jump to first unread message.": "קפצו להודעה הראשונה שלא נקראה.",
"Invited by %(sender)s": "הוזמנו על ידי %(sender)s",
"Revoke invite": "שלול הזמנה",
"Admin Tools": "כלי מנהל",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "לא ניתן היה לבטל את ההזמנה. ייתכן שהשרת נתקל בבעיה זמנית או שאין לך הרשאות מספיקות לבטל את ההזמנה.",
"Failed to revoke invite": "ביטול ההזמנה נכשל",
"Add some now": "הוסף אותם כעת",
"You don't currently have any stickerpacks enabled": "כרגע אין לך חבילות מדבקה מופעלות",
"Failed to connect to integration manager": "ההתחברות למנהל האינטגרציה נכשלה",
"Only room administrators will see this warning": "רק מנהלי חדרים יראו את האזהרה הזו",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "חדר זה מריץ את גרסת החדר <roomVersion/>, ששרת הבית הזה סימן כ- <i> לא יציב </i>.",
"This room has already been upgraded.": "החדר הזה כבר שודרג.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "שדרוג חדר זה יסגור את המופע הנוכחי של החדר וייצור חדר משודרג עם אותו שם.",
"Create new room": "צור חדר חדש",
"Join Room": "הצטרף אל חדר",
"(~%(count)s results)": {
@ -581,19 +507,7 @@
"one": "ועוד אחד אחר...",
"other": "ו %(count)s אחרים..."
},
"Scroll to most recent messages": "גלול להודעות האחרונות",
"The authenticity of this encrypted message can't be guaranteed on this device.": "לא ניתן להבטיח את האותנטיות של הודעה מוצפנת זו במכשיר זה.",
"Encrypted by a deleted session": "הוצפן על ידי מושב שנמחק",
"Unencrypted": "לא מוצפן",
"Encrypted by an unverified session": "הוצפן על ידי מושב לא מאומת",
"This event could not be displayed": "לא ניתן להציג את הארוע הזה",
"Edit message": "ערוך הודעה",
"Everyone in this room is verified": "כולם מאומתים בחדר זה",
"This room is end-to-end encrypted": "חדר זה מוצפן מקצה לקצה",
"Someone is using an unknown session": "מישהו משתמש בהפעלה לא ידועה",
"You have verified this user. This user has verified all of their sessions.": "אימתת משתמש זה. משתמש זה אימת את כל ההפעלות שלו.",
"You have not verified this user.": "לא אימתת משתמש זה.",
"This user has not verified all of their sessions.": "משתמש זה לא אימת את כל ההפעלות שלו.",
"Cancel search": "בטל חיפוש",
"Can't load this message": "לא ניתן לטעון הודעה זו",
"Submit logs": "הגש יומנים",
@ -605,7 +519,6 @@
"Add an Integration": "הוסף אינטגרציה",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "כדי לדווח על בעיית אבטחה , אנא קראו את <a> מדיניות גילוי האבטחה של Matrix.org </a>.",
"Deactivate account": "סגור חשבון",
"Back up your keys before signing out to avoid losing them.": "גבה את המפתחות שלך לפני היציאה כדי להימנע מלאבד אותם.",
"Are you sure you want to leave the room '%(roomName)s'?": "האם אתה בטוח שברצונך לעזוב את החדר '%(roomName)s'?",
"This room is not public. You will not be able to rejoin without an invite.": "חדר זה אינו ציבורי. לא תוכל להצטרף שוב ללא הזמנה.",
"Failed to reject invitation": "דחיית ההזמנה נכשלה",
@ -800,7 +713,6 @@
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "ההודעה שלך לא נשלחה מכיוון ששרת הבתים הזה הגיע למגבלת המשתמשים הפעילים החודשיים שלה. אנא <a> פנה למנהל השירות שלך </a> כדי להמשיך להשתמש בשירות.",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "אינך יכול לשלוח שום הודעה עד שתבדוק ותסכים ל <consentLink> התנאים וההגבלות שלנו </consentLink>.",
"Dial pad": "לוח חיוג",
"Set my room layout for everyone": "הגדר את פריסת החדר שלי עבור כולם",
"Open dial pad": "פתח לוח חיוג",
"If you've forgotten your Security Key you can <button>set up new recovery options</button>": "אם שכחת את מפתח האבטחה שלך תוכל <button> להגדיר אפשרויות שחזור חדשות</button>",
"Access your secure message history and set up secure messaging by entering your Security Key.": "גש להיסטוריית ההודעות המאובטחות שלך והגדר הודעות מאובטחות על ידי הזנת מפתח האבטחה שלך.",
@ -820,15 +732,10 @@
"Device verified": "המכשיר אומת",
"Message search initialisation failed, check <a>your settings</a> for more information": "אתחול חיפוש ההודעות נכשל. בדוק את <a>ההגדרות שלך</a> למידע נוסף",
"Connection failed": "החיבור נכשל",
"Failed to remove user": "הסרת המשתמש נכשלה",
"Failed to send": "השליחה נכשלה",
"Developer": "מפתח",
"Experimental": "נִסיוֹנִי",
"Messaging": "הודעות",
"Moderation": "מְתִינוּת",
"Send voice message": "שלח הודעה קולית",
"Your message was sent": "ההודעה שלך נשלחה",
"Copy link to thread": "העתק קישור לשרשור",
"Create a space": "צור מרחב עבודה",
"Not a valid Security Key": "מפתח האבטחה לא חוקי",
"Failed to end poll": "תקלה בסגירת הסקר",
@ -865,8 +772,6 @@
"We're creating a room with %(names)s": "יצרנו חדר עם %(names)s",
"Thread options": "אפשרויות שרשור",
"Can't create a thread from an event with an existing relation": "לא ניתן ליצור שרשור מאירוע עם קשר קיים",
"Open thread": "פתיחת שרשור",
"From a thread": "משרשור",
"Reply in thread": "מענה בשרשור",
"Verify this device": "אמתו את מכשיר זה",
"Unable to verify this device": "לא ניתן לאמת את מכשיר זה",
@ -879,11 +784,7 @@
"Feedback sent! Thanks, we appreciate it!": "משוב נשלח! תודה, אנחנו מודים לכם",
"Search for rooms or people": "חפשו אנשים או חדרים",
"Message preview": "צפו בהודעה",
"Published addresses can be used by anyone on any server to join your room.": "כל אחד בכל שרת יכול להשתמש בכתובות שפורסמו כדי להצטרף לחלל העבודה שלכם.",
"Published addresses can be used by anyone on any server to join your space.": "כל אחד בכל שרת יכול להשתמש בכתובות שפורסמו כדי להצטרף למרחב העבודה שלכם.",
"If you want to retain access to your chat history in encrypted rooms, set up Key Backup or export your message keys from one of your other devices before proceeding.": "אם ברצונכם לשמור על גישה להיסטוריית הצ'אט שלכם בחדרים מוצפנים, הגדירו גיבוי מפתחות או ייצאו את מפתחות ההודעות שלכם מאחד מהמכשירים האחרים שלכם לפני שתמשיך.",
"Export chat": "ייצוא צ'אט",
"Show Labs settings": "הצג את אופציית מעבדת הפיתוח",
"Access your secure message history and set up secure messaging by entering your Security Phrase.": "גש להיסטוריית ההודעות המאובטחת שלך והגדר הודעות מאובטחות על ידי הזנת ביטוי האבטחה שלך.",
"Anyone will be able to find and join this space, not just members of <SpaceName/>.": "כל אחד יוכל למצוא ולהצטרך אל חלל עבודה זה. לא רק חברי <SpaceName/>.",
"Anyone in <SpaceName/> will be able to find and join.": "כל אחד ב<SpaceName/> יוכל למצוא ולהצטרף.",
@ -892,13 +793,6 @@
"Create a new space": "הגדרת מרחב עבודה חדש",
"Want to add a new space instead?": "רוצים להוסיף מרחב עבודה חדש במקום?",
"Add existing space": "הוסף מרחב עבודה קיים",
"Ban from space": "חסום ממרחב העבודה",
"Unban from space": "הסר חסימה ממרחב העבודה",
"Remove from space": "הסר ממרחב העבודה",
"Disinvite from space": "בטל הזמנה ממרחב העבודה",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "לא תוכלו לבטל את השינוי הזה מכיוון שאתם מורידים לעצמכם את רמת ההרשאה, יהיה בלתי אפשרי להחזיר את ההרשאות אם אתם המשתמשים האחרונים בעלי רמת הרשאה זו במרחב עבודה זה .",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "הגדר כתובות עבור מרחב העבודה הזה כדי שמשתמשים יוכלו למצוא את מרחב העבודה הזה דרך השרת שלך (%(localDomain)s)",
"This space has no local addresses": "למרחב עבודה זה לא מוגדרת כתובת מקומית בשרת",
"To join a space you'll need an invite.": "כדי להצטרך אל מרחב עבודה, תהיו זקוקים להזמנה.",
"Space selection": "בחירת מרחב עבודה",
"Explore public spaces in the new search dialog": "חיקרו מרחבי עבודה ציבוריים בתיבת הדו-שיח החדשה של החיפוש",
@ -910,15 +804,8 @@
"To leave the beta, visit your settings.": "כדי לעזוב את התכונה הניסיונית, כנסו להגדרות.",
"Location": "מיקום",
"Edit devices": "הגדרת מכשירים",
"Role in <RoomName/>": "תפקיד בחדר <RoomName/>",
"Unable to copy room link": "לא ניתן להעתיק קישור לחדר",
"Close sidebar": "סגור סרגל צד",
"Room info": "מידע על החדר",
"To publish an address, it needs to be set as a local address first.": "כדי לפרסם כתובת, יש להגדיר אותה ככתובת מקומית תחילה.",
"Pinned messages": "הודעות נעוצות",
"Pinned": "הודעות נעוצות",
"Nothing pinned, yet": "אין הודעות נעוצות, לבינתיים",
"Files": "קבצים",
"common": {
"about": "אודות",
"analytics": "אנליטיקה",
@ -1015,7 +902,10 @@
"low_priority": "עדיפות נמוכה",
"historical": "היסטוריה",
"go_to_settings": "עבור להגדרות",
"setup_secure_messages": "הגדר הודעות מאובטחות"
"setup_secure_messages": "הגדר הודעות מאובטחות",
"unencrypted": "לא מוצפן",
"show_more": "הצג יותר",
"are_you_sure": "האם אתם בטוחים?"
},
"action": {
"continue": "המשך",
@ -1248,7 +1138,9 @@
"poll_button_no_perms_description": "אין לכם הרשאה להתחיל סקר בחדר זה.",
"poll_button": "סקר",
"format_italics": "נטוי",
"replying_title": "משיבים"
"replying_title": "משיבים",
"edit_composer_label": "ערוך הודעה",
"send_voice_message": "שלח הודעה קולית"
},
"Code": "קוד",
"power_level": {
@ -1968,6 +1860,14 @@
},
"url_preview": {
"close": "סגור תצוגה מקדימה"
},
"thread_info_basic": "משרשור",
"error_no_renderer": "לא ניתן להציג את הארוע הזה",
"send_state_sent": "ההודעה שלך נשלחה",
"send_state_failed": "השליחה נכשלה",
"mab": {
"label": "פעולות הודעה",
"copy_link_thread": "העתק קישור לשרשור"
}
},
"slash_command": {
@ -2251,7 +2151,32 @@
"save": "שמור שינוייים",
"leave_space": "עזוב את מרחב העבודה",
"aliases_section": "כתובות חדרים",
"other_section": "אחר"
"other_section": "אחר",
"error_updating_canonical_alias_title": "שגיאה בעדכון כתובת ראשית",
"error_updating_canonical_alias_description": "אירעה שגיאה בעדכון הכתובת הראשית של החדר. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"error_updating_alias_description": "אירעה שגיאה בעדכון הכתובות החלופיות של החדר. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"error_creating_alias_title": "שגיאה ביצירת כתובת",
"error_creating_alias_description": "אירעה שגיאה ביצירת כתובת זו. ייתכן שהשרת אינו מאפשר זאת או שהתרחש כשל זמני.",
"error_deleting_alias_description_forbidden": "אין לך הרשאה למחוק את הכתובת.",
"error_deleting_alias_description": "אירעה שגיאה בהסרת כתובת זו. יתכן שהוא כבר לא קיים או שהתרחשה שגיאה זמנית.",
"error_deleting_alias_title": "שגיאה בהסרת כתובת",
"canonical_alias_field_label": "כתובת ראשית",
"no_aliases_space": "למרחב עבודה זה לא מוגדרת כתובת מקומית בשרת",
"no_aliases_room": "לחדר זה אין כתובות מקומיות",
"local_alias_field_label": "כתובות מקומיות",
"published_aliases_section": "כתובות מפורסמות",
"published_aliases_explainer_space": "כל אחד בכל שרת יכול להשתמש בכתובות שפורסמו כדי להצטרף למרחב העבודה שלכם.",
"published_aliases_explainer_room": "כל אחד בכל שרת יכול להשתמש בכתובות שפורסמו כדי להצטרף לחלל העבודה שלכם.",
"published_aliases_description": "כדי לפרסם כתובת, יש להגדיר אותה ככתובת מקומית תחילה.",
"aliases_items_label": "כתובות מפורסמות אחרות:",
"aliases_no_items_label": "עדיין אין כתובות שפורסמו, הוסף כתובת למטה",
"new_alias_placeholder": "כתובת חדשה שפורסמה (למשל #alias:server)",
"local_aliases_section": "כתובות מקומיות",
"local_aliases_explainer_space": "הגדר כתובות עבור מרחב העבודה הזה כדי שמשתמשים יוכלו למצוא את מרחב העבודה הזה דרך השרת שלך (%(localDomain)s)",
"local_aliases_explainer_room": "הגדר כתובות לחדר זה כדי שמשתמשים יוכלו למצוא את החדר הזה דרך שרת הבית שלך (%(localDomain)s)",
"name_field_label": "שם חדר",
"topic_field_label": "נושא החדר",
"avatar_field_label": "אוואטר של החדר"
},
"advanced": {
"unfederated": "לא ניתן לגשת לחדר זה באמצעות שרתי מטריקס מרוחקים",
@ -2320,7 +2245,10 @@
"unverified_sessions_toast_reject": "מאוחר יותר",
"unverified_session_toast_title": "כניסה חדשה. האם זה אתם?",
"verification_success_with_backup": "המכשיר שלך מוגדר כעת כמאומת. יש לו גישה להודעות המוצפנות שלך ומשתמשים אחרים יראו אותו כמכשיר מהימן.",
"verification_success_without_backup": "המכשיר שלך מוגדר כעת כמאומת. משתמשים אחרים יראו אותו כמכשיר מהימן."
"verification_success_without_backup": "המכשיר שלך מוגדר כעת כמאומת. משתמשים אחרים יראו אותו כמכשיר מהימן.",
"waiting_for_user_accept": "ממתין לקבלת %(displayName)s …",
"accepting": "מקבל…",
"start_button": "התחל אימות"
},
"old_version_detected_title": "נתגלו נתוני הצפנה ישנים",
"old_version_detected_description": "נתגלו גרסאות ישנות יותר של %(brand)s. זה יגרום לתקלה בקריפטוגרפיה מקצה לקצה בגרסה הישנה יותר. הודעות מוצפנות מקצה לקצה שהוחלפו לאחרונה בעת השימוש בגרסה הישנה עשויות שלא להיות ניתנות לפענוח בגירסה זו. זה עלול גם לגרום להודעות שהוחלפו עם גרסה זו להיכשל. אם אתה נתקל בבעיות, צא וחזור שוב. כדי לשמור על היסטוריית ההודעות, ייצא וייבא מחדש את המפתחות שלך.",
@ -2350,6 +2278,23 @@
"title": "שיטת השחזור הוסרה",
"description_2": "אם עשית זאת בטעות, באפשרותך להגדיר הודעות מאובטחות בהפעלה זו אשר תצפין מחדש את היסטוריית ההודעות של הפגישה בשיטת שחזור חדשה.",
"warning": "אם לא הסרת את שיטת השחזור, ייתכן שתוקף מנסה לגשת לחשבונך. שנה את סיסמת החשבון שלך והגדר מיד שיטת שחזור חדשה בהגדרות."
},
"setup_secure_backup": {
"explainer": "גבה את המפתחות שלך לפני היציאה כדי להימנע מלאבד אותם.",
"title": "הגדר"
},
"cross_signing_user_warning": "משתמש זה לא אימת את כל ההפעלות שלו.",
"cross_signing_user_normal": "לא אימתת משתמש זה.",
"cross_signing_user_verified": "אימתת משתמש זה. משתמש זה אימת את כל ההפעלות שלו.",
"cross_signing_room_warning": "מישהו משתמש בהפעלה לא ידועה",
"cross_signing_room_normal": "חדר זה מוצפן מקצה לקצה",
"cross_signing_room_verified": "כולם מאומתים בחדר זה",
"event_shield_reason_authenticity_not_guaranteed": "לא ניתן להבטיח את האותנטיות של הודעה מוצפנת זו במכשיר זה.",
"event_shield_reason_mismatched_sender_key": "הוצפן על ידי מושב לא מאומת",
"messages_not_secure": {
"title": "ההודעות שלך אינן מאובטחות",
"heading": "אחד מהדברים הבאים עלול להוות סיכון:",
"cause_1": "שרת הבית שלכם"
}
},
"emoji": {
@ -2629,7 +2574,8 @@
"unencrypted_warning": "יישומונים אינם משתמשים בהצפנת הודעות.",
"added_by": "ישומון נוסף על ידי",
"cookie_warning": "יישומון זה עשוי להשתמש בעוגיות.",
"popout": "יישומון קופץ"
"popout": "יישומון קופץ",
"set_room_layout": "הגדר את פריסת החדר שלי עבור כולם"
},
"feedback": {
"sent": "משוב נשלח",
@ -2691,7 +2637,8 @@
"show_all_threads": "הצג את כל השרשורים",
"empty_explainer": "שרשורים עוזרים לשמור על השיחות שלכם בנושא וקל למעקב.",
"empty_tip": "<b>טיפ:</b> השתמש ב-\"%(replyInThread)s\" כשאתם מרחפים מעל הודעה.",
"empty_heading": "שימרו על דיונים מאורגנים בשרשורים"
"empty_heading": "שימרו על דיונים מאורגנים בשרשורים",
"open_thread": "פתיחת שרשור"
},
"space": {
"landing_welcome": "ברוכים הבאים אל <name/>",
@ -2863,7 +2810,19 @@
"inaccessible_subtitle_1": "נסו שנית מאוחר יותר, בקשו ממנהל החדר או מרחב העבודה לוודא אם יש לכם גישה.",
"inaccessible_subtitle_2": "%(errcode)s הוחזר בעת ניסיון לגשת לחדר או למרחב העבודה. אם אתם חושבים שאתם רואים הודעה זו בטעות, אנא <issueLink>שילחו דוח באג</issueLink>.",
"view_failed_enable_video_rooms": "כדי לצפות, אנא הפעל תחילה חדרי וידאו במעבדת הפיתוח",
"join_failed_enable_video_rooms": "כדי להצטרף, נא אפשר תחילה וידאו במעבדת הפיתוח"
"join_failed_enable_video_rooms": "כדי להצטרף, נא אפשר תחילה וידאו במעבדת הפיתוח",
"jump_to_bottom_button": "גלול להודעות האחרונות",
"show_labs_settings": "הצג את אופציית מעבדת הפיתוח",
"upgrade_warning_bar": "שדרוג חדר זה יסגור את המופע הנוכחי של החדר וייצור חדר משודרג עם אותו שם.",
"upgrade_warning_bar_upgraded": "החדר הזה כבר שודרג.",
"upgrade_warning_bar_unstable": "חדר זה מריץ את גרסת החדר <roomVersion/>, ששרת הבית הזה סימן כ- <i> לא יציב </i>.",
"upgrade_warning_bar_admins": "רק מנהלי חדרים יראו את האזהרה הזו",
"search": {
"this_room": "החדר הזה",
"all_rooms": "כל החדרים",
"field_placeholder": "חפש…"
},
"jump_read_marker": "קפצו להודעה הראשונה שלא נקראה."
},
"file_panel": {
"guest_note": "עליך <a> להירשם </a> כדי להשתמש בפונקציונליות זו",
@ -3045,5 +3004,64 @@
"invited_list_heading": "מוזמן",
"filter_placeholder": "סינון חברי חדר",
"power_label": "%(userName)s (רמת הרשאה %(powerLevelNumber)s)"
},
"stickers": {
"empty": "כרגע אין לך חבילות מדבקה מופעלות",
"empty_add_prompt": "הוסף אותם כעת"
},
"user_info": {
"error_revoke_3pid_invite_title": "ביטול ההזמנה נכשל",
"error_revoke_3pid_invite_description": "לא ניתן היה לבטל את ההזמנה. ייתכן שהשרת נתקל בבעיה זמנית או שאין לך הרשאות מספיקות לבטל את ההזמנה.",
"admin_tools_section": "כלי מנהל",
"revoke_invite": "שלול הזמנה",
"invited_by": "הוזמנו על ידי %(sender)s",
"room_encrypted": "ההודעות בחדר זה מוצפנות מקצה לקצה.",
"room_encrypted_detail": "ההודעות שלך מאובטחות ורק לך ולמקבל יש את המפתחות הייחודיים לפתיחתן.",
"room_unencrypted": "הודעות בחדר זה אינן מוצפנות מקצה לקצה.",
"room_unencrypted_detail": "בחדרים מוצפנים ההודעות שלכם מאובטחות ורק לכם ולמקבל יש את המפתחות הייחודיים לפתיחתן.",
"verify_button": "אמת משתמש",
"verify_explainer": "ליתר ביטחון, אמת משתמש זה על ידי בדיקת קוד חד פעמי בשני המכשירים שלך.",
"hide_verified_sessions": "הסתר מושבים מאומתים",
"hide_sessions": "הסתר מושבים",
"jump_to_rr_button": "קפצו לקבלת קריאה",
"share_button": "שתף קישור למשתמש",
"demote_self_confirm_title": "להוריד את עצמך?",
"demote_self_confirm_description_space": "לא תוכלו לבטל את השינוי הזה מכיוון שאתם מורידים לעצמכם את רמת ההרשאה, יהיה בלתי אפשרי להחזיר את ההרשאות אם אתם המשתמשים האחרונים בעלי רמת הרשאה זו במרחב עבודה זה .",
"demote_self_confirm_room": "לא תוכל לבטל את השינוי הזה מכיוון שאתה מוריד את עצמך בדרגה, אם אתה המשתמש המיועד האחרון בחדר, אי אפשר יהיה להחזיר לו הרשאות.",
"demote_button": "הורד",
"disinvite_button_space": "בטל הזמנה ממרחב העבודה",
"kick_button_space": "הסר ממרחב העבודה",
"error_kicking_user": "הסרת המשתמש נכשלה",
"redact_button": "הסר הודעות אחרונות",
"unban_button_space": "הסר חסימה ממרחב העבודה",
"ban_button_space": "חסום ממרחב העבודה",
"error_ban_user": "כשלון בחסימת משתמש",
"error_mute_user": "כשלון בהשתקת משתמש",
"promote_warning": "לא תוכל לבטל את השינוי הזה מכיוון שאתה מקדם את המשתמש לאותה רמת ניהול כמוך.",
"deactivate_confirm_title": "השבת משתמש?",
"deactivate_confirm_description": "השבתת משתמש זה תנתק אותו וימנע ממנו להתחבר חזרה. בנוסף, הם יעזבו את כל החדרים בהם הם נמצאים. לא ניתן לבטל פעולה זו. האם אתה בטוח שברצונך להשבית משתמש זה?",
"deactivate_confirm_action": "השבת משתמש",
"error_deactivate": "השבתת משתמש נכשלה",
"role_label": "תפקיד בחדר <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "הודעות נעוצות",
"empty": "אין הודעות נעוצות, לבינתיים",
"limits": {
"other": "אתה יכול להצמיד עד%(count)s ווידג'טים בלבד"
}
},
"room_summary_card": {
"title": "מידע על החדר"
},
"widgets_section": "ישומונים",
"edit_integrations": "ערוך ישומונים, גשרים ובוטים",
"add_integrations": "הוסף יישומונים, גשרים ובוטים",
"files_button": "קבצים",
"pinned_messages_button": "הודעות נעוצות",
"export_chat_button": "ייצוא צ'אט",
"share_button": "שתף חדר",
"settings_button": "הגדרות חדר"
}
}

View file

@ -1,5 +1,4 @@
{
"All Rooms": "सारे कमरे",
"Sun": "रवि",
"Mon": "सोम",
"Tue": "मंगल",
@ -29,17 +28,6 @@
"Moderator": "मध्यस्थ",
"Send": "भेजें",
"Warning!": "चेतावनी!",
"This event could not be displayed": "यह घटना प्रदर्शित नहीं की जा सकी",
"Failed to ban user": "उपयोगकर्ता को प्रतिबंधित करने में विफल",
"Demote yourself?": "खुद को अवनत करें?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "आप इस बदलाव को पूर्ववत नहीं कर पाएंगे क्योंकि आप स्वयं को अवनत कर रहे हैं, अगर आप रूम में आखिरी विशेषाधिकार प्राप्त उपयोगकर्ता हैं तो विशेषाधिकार हासिल करना असंभव होगा।",
"Demote": "अवनत",
"Failed to mute user": "उपयोगकर्ता को म्यूट करने में विफल",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "आप इस परिवर्तन को पूर्ववत नहीं कर पाएंगे क्योंकि आप उपयोगकर्ता को अपने आप से समान शक्ति स्तर रखने के लिए प्रोत्साहित कर रहे हैं।",
"Are you sure?": "क्या आपको यकीन है?",
"Jump to read receipt": "पढ़ी हुई रसीद में कूदें",
"Share Link to User": "उपयोगकर्ता को लिंक साझा करें",
"Admin Tools": "व्यवस्थापक उपकरण",
"and %(count)s others...": {
"other": "और %(count)s अन्य ...",
"one": "और एक अन्य..."
@ -110,7 +98,6 @@
"Headphones": "हेडफोन",
"Folder": "फ़ोल्डर",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "एन्क्रिप्ट किए गए संदेश एंड-टू-एंड एन्क्रिप्शन के साथ सुरक्षित हैं। केवल आपके और प्राप्तकर्ता के पास ही इन संदेशों को पढ़ने की कुंजी है।",
"Back up your keys before signing out to avoid losing them.": "उन्हें खोने से बचने के लिए साइन आउट करने से पहले अपनी कुंजियों का बैकअप लें।",
"Start using Key Backup": "कुंजी बैकअप का उपयोग करना शुरू करें",
"Scissors": "कैंची",
"Mongolia": "मंगोलिया",
@ -290,7 +277,8 @@
"profile": "प्रोफाइल",
"display_name": "प्रदर्शित होने वाला नाम",
"user_avatar": "प्रोफ़ाइल फोटो",
"authentication": "प्रमाणीकरण"
"authentication": "प्रमाणीकरण",
"are_you_sure": "क्या आपको यकीन है?"
},
"action": {
"continue": "आगे बढ़ें",
@ -497,7 +485,8 @@
"m.room.power_levels": {
"changed": "%(senderName)s ने %(powerLevelDiffText)s के पावर स्तर को बदल दिया।",
"user_from_to": "%(userId)s का %(fromPowerLevel)s से %(toPowerLevel)s"
}
},
"error_no_renderer": "यह घटना प्रदर्शित नहीं की जा सकी"
},
"slash_command": {
"shrug": "एक सादे पाठ संदेश के लिए ¯\\_(ツ)_/¯ प्रस्तुत करता है",
@ -601,7 +590,10 @@
},
"export_unsupported": "आपका ब्राउज़र आवश्यक क्रिप्टोग्राफी एक्सटेंशन का समर्थन नहीं करता है",
"import_invalid_passphrase": "प्रमाणीकरण जांच विफल: गलत पासवर्ड?",
"not_supported": "<समर्थित नहीं>"
"not_supported": "<समर्थित नहीं>",
"setup_secure_backup": {
"explainer": "उन्हें खोने से बचने के लिए साइन आउट करने से पहले अपनी कुंजियों का बैकअप लें।"
}
},
"auth": {
"sso": "केवल हस्ताक्षर के ऊपर",
@ -670,7 +662,10 @@
},
"room": {
"drop_file_prompt": "अपलोड करने के लिए यहां फ़ाइल ड्रॉप करें",
"error_join_incompatible_version_2": "कृपया अपने होमसर्वर व्यवस्थापक से संपर्क करें।"
"error_join_incompatible_version_2": "कृपया अपने होमसर्वर व्यवस्थापक से संपर्क करें।",
"search": {
"all_rooms": "सारे कमरे"
}
},
"space": {
"context_menu": {
@ -761,5 +756,16 @@
"invited_list_heading": "आमंत्रित",
"filter_placeholder": "रूम के सदस्यों को फ़िल्टर करें",
"power_label": "%(userName)s (शक्ति %(powerLevelNumber)s)"
},
"user_info": {
"admin_tools_section": "व्यवस्थापक उपकरण",
"jump_to_rr_button": "पढ़ी हुई रसीद में कूदें",
"share_button": "उपयोगकर्ता को लिंक साझा करें",
"demote_self_confirm_title": "खुद को अवनत करें?",
"demote_self_confirm_room": "आप इस बदलाव को पूर्ववत नहीं कर पाएंगे क्योंकि आप स्वयं को अवनत कर रहे हैं, अगर आप रूम में आखिरी विशेषाधिकार प्राप्त उपयोगकर्ता हैं तो विशेषाधिकार हासिल करना असंभव होगा।",
"demote_button": "अवनत",
"error_ban_user": "उपयोगकर्ता को प्रतिबंधित करने में विफल",
"error_mute_user": "उपयोगकर्ता को म्यूट करने में विफल",
"promote_warning": "आप इस परिवर्तन को पूर्ववत नहीं कर पाएंगे क्योंकि आप उपयोगकर्ता को अपने आप से समान शक्ति स्तर रखने के लिए प्रोत्साहित कर रहे हैं।"
}
}

View file

@ -1,7 +1,6 @@
{
"Failed to forget room %(errCode)s": "A szobát nem sikerült elfelejtetni: %(errCode)s",
"unknown error code": "ismeretlen hibakód",
"Admin Tools": "Admin. Eszközök",
"Create new room": "Új szoba létrehozása",
"%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s",
"and %(count)s others...": {
@ -10,7 +9,6 @@
},
"A new password must be entered.": "Új jelszót kell megadni.",
"An error has occurred.": "Hiba történt.",
"Are you sure?": "Biztos?",
"Are you sure you want to leave the room '%(roomName)s'?": "Biztos, hogy elhagyja a(z) „%(roomName)s” szobát?",
"Are you sure you want to reject the invitation?": "Biztos, hogy elutasítja a meghívást?",
"Custom level": "Egyedi szint",
@ -18,15 +16,12 @@
"Download %(text)s": "%(text)s letöltése",
"Email address": "E-mail-cím",
"Error decrypting attachment": "Csatolmány visszafejtése sikertelen",
"Failed to ban user": "A felhasználót nem sikerült kizárni",
"Failed to load timeline position": "Az idővonal pozíciót nem sikerült betölteni",
"Failed to mute user": "A felhasználót némítása sikertelen",
"Failed to reject invite": "A meghívót nem sikerült elutasítani",
"Failed to reject invitation": "A meghívót nem sikerült elutasítani",
"Home": "Kezdőlap",
"Invalid file%(extra)s": "Hibás fájl%(extra)s",
"Join Room": "Belépés a szobába",
"Jump to first unread message.": "Ugrás az első olvasatlan üzenetre.",
"Moderator": "Moderátor",
"New passwords must match each other.": "Az új jelszavaknak meg kell egyezniük egymással.",
"not specified": "nincs meghatározva",
@ -37,7 +32,6 @@
"Search failed": "Keresés sikertelen",
"Server may be unavailable, overloaded, or search timed out :(": "A kiszolgáló elérhetetlen, túlterhelt vagy a keresés túllépte az időkorlátot :(",
"Session ID": "Kapcsolat azonosító",
"This room has no local addresses": "Ennek a szobának nincs helyi címe",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Megpróbálta betölteni a szoba megadott időpontjának megfelelő adatait, de nincs joga a kérdéses üzenetek megjelenítéséhez.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Megpróbálta betölteni a szoba megadott időpontjának megfelelő adatait, de az nem található.",
"Uploading %(filename)s": "%(filename)s feltöltése",
@ -49,7 +43,6 @@
"Warning!": "Figyelmeztetés!",
"You seem to be in a call, are you sure you want to quit?": "Úgy tűnik hívásban vagy, biztosan kilépsz?",
"You seem to be uploading files, are you sure you want to quit?": "Úgy tűnik fájlokat töltesz fel, biztosan kilépsz?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Nem leszel képes visszavonni ezt a változtatást mivel a felhasználót ugyanarra a szintre emeled amin te vagy.",
"Sun": "Vas",
"Mon": "Hé",
"Tue": "Ke",
@ -88,7 +81,6 @@
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?",
"AM": "de.",
"PM": "du.",
"Jump to read receipt": "Olvasási visszaigazolásra ugrás",
"Unnamed room": "Névtelen szoba",
"And %(count)s more...": {
"other": "És még %(count)s..."
@ -102,27 +94,22 @@
"collapse": "becsukás",
"expand": "kinyitás",
"Send": "Elküldés",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Ahogy lefokozod magad a változás visszafordíthatatlan, ha te vagy az utolsó jogosultságokkal bíró felhasználó a szobában a jogok már nem szerezhetők vissza.",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s. %(monthName)s %(day)s., %(weekDayName)s",
"This room is not public. You will not be able to rejoin without an invite.": "Ez a szoba nem nyilvános. Kilépés után csak újabb meghívóval tudsz újra belépni a szobába.",
"<a>In reply to</a> <pill>": "<a>Válasz neki</a> <pill>",
"You don't currently have any stickerpacks enabled": "Nincs engedélyezett matrica csomagod",
"Sunday": "Vasárnap",
"Today": "Ma",
"Friday": "Péntek",
"Changelog": "Változások",
"Failed to send logs: ": "Hiba a napló küldésénél: ",
"This Room": "Ebben a szobában",
"Unavailable": "Elérhetetlen",
"Filter results": "Találatok szűrése",
"Tuesday": "Kedd",
"Preparing to send logs": "Előkészülés napló küldéshez",
"Saturday": "Szombat",
"Monday": "Hétfő",
"All Rooms": "Minden szobában",
"You cannot delete this message. (%(code)s)": "Nem törölheted ezt az üzenetet. (%(code)s)",
"Thursday": "Csütörtök",
"Search…": "Keresés…",
"Logs sent": "Napló elküldve",
"Yesterday": "Tegnap",
"Wednesday": "Szerda",
@ -132,18 +119,12 @@
"We encountered an error trying to restore your previous session.": "Hiba történt az előző munkamenet helyreállítási kísérlete során.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "A böngésző tárolójának törlése megoldhatja a problémát, de ezzel kijelentkezik és a titkosított beszélgetéseinek előzményei olvashatatlanná válnak.",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Nem lehet betölteni azt az eseményt amire válaszoltál, mert vagy nem létezik, vagy nincs jogod megnézni.",
"Share Link to User": "A felhasználóra mutató hivatkozás",
"Share room": "Szoba megosztása",
"Share Room": "Szoba megosztása",
"Link to most recent message": "Hivatkozás a legfrissebb üzenethez",
"Share User": "Felhasználó megosztása",
"Share Room Message": "Szoba üzenetének megosztása",
"Link to selected message": "Hivatkozás a kijelölt üzenethez",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Nem tudsz üzenetet küldeni amíg nem olvasod el és nem fogadod el a <consentLink>felhasználási feltételeket</consentLink>.",
"Demote yourself?": "Lefokozod magad?",
"Demote": "Lefokozás",
"This event could not be displayed": "Az eseményt nem lehet megjeleníteni",
"Only room administrators will see this warning": "Csak a szoba adminisztrátorai látják ezt a figyelmeztetést",
"Upgrade Room Version": "Szoba verziójának fejlesztése",
"Create a new room with the same name, description and avatar": "Új szoba készítése ugyanazzal a névvel, leírással és profilképpel",
"Update any local room aliases to point to the new room": "A helyi szobaálnevek frissítése, hogy az új szobára mutassanak",
@ -161,7 +142,6 @@
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Ha a másik %(brand)s verzió még fut egy másik fülön, akkor zárja be, mert ha egy gépen használja a %(brand)sot úgy, hogy az egyiken be van kapcsolva a késleltetett betöltés, a másikon pedig ki, akkor problémák adódhatnak.",
"Incompatible local cache": "A helyi gyorsítótár nem kompatibilis ezzel a verzióval",
"Clear cache and resync": "Gyorsítótár törlése és újraszinkronizálás",
"Add some now": "Adj hozzá párat",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Hogy a régi üzenetekhez továbbra is hozzáférhess kijelentkezés előtt ki kell mentened a szobák titkosító kulcsait. Ehhez a %(brand)s egy frissebb verzióját kell használnod",
"Incompatible Database": "Nem kompatibilis adatbázis",
"Continue With Encryption Disabled": "Folytatás a titkosítás kikapcsolásával",
@ -170,7 +150,6 @@
"No backup found!": "Mentés nem található!",
"Failed to decrypt %(failedCount)s sessions!": "%(failedCount)s kapcsolatot nem lehet visszafejteni!",
"Invalid homeserver discovery response": "A Matrix-kiszolgáló felderítésére kapott válasz érvénytelen",
"Set up": "Beállítás",
"Invalid identity server discovery response": "Az azonosítási kiszolgáló felderítésére érkezett válasz érvénytelen",
"General failure": "Általános hiba",
"Unable to load commit detail: %(msg)s": "A véglegesítés részleteinek betöltése sikertelen: %(msg)s",
@ -178,10 +157,6 @@
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Az alábbi Matrix ID-koz nem sikerül megtalálni a profilokat - így is meghívod őket?",
"Invite anyway and never warn me again": "Mindenképpen meghív és ne figyelmeztess többet",
"Invite anyway": "Meghívás mindenképp",
"Main address": "Fő cím",
"Room avatar": "Szoba profilképe",
"Room Name": "Szoba neve",
"Room Topic": "Szoba témája",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Ellenőrizd ezt a felhasználót, hogy megbízhatónak lehessen tekinteni. Megbízható felhasználók további nyugalmat jelenthetnek ha végpontól végpontig titkosítást használsz.",
"Incoming Verification Request": "Bejövő Hitelesítési Kérés",
"Email (optional)": "E-mail (nem kötelező)",
@ -251,7 +226,6 @@
"Couldn't load page": "Az oldal nem tölthető be",
"Your password has been reset.": "A jelszavad újra beállításra került.",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "A titkosított üzenetek végponttól végpontig titkosítással védettek. Csak neked és a címzetteknek lehet meg a kulcs az üzenet visszafejtéséhez.",
"Back up your keys before signing out to avoid losing them.": "Mentse a kulcsait a kiszolgálóra kijelentkezés előtt, hogy ne veszítse el azokat.",
"Start using Key Backup": "Kulcs mentés használatának megkezdése",
"I don't want my encrypted messages": "Nincs szükségem a titkosított üzeneteimre",
"Manually export keys": "Kulcsok kézi mentése",
@ -259,17 +233,9 @@
"Are you sure you want to sign out?": "Biztos, hogy ki akarsz jelentkezni?",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Figyelmeztetés</b>: csak biztonságos számítógépről állítson be kulcsmentést.",
"Scissors": "Olló",
"Error updating main address": "Az elsődleges cím frissítése sikertelen",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "A szoba elsődleges címének frissítésénél hiba történt. Vagy nincs engedélyezve a szerveren vagy átmeneti hiba történt.",
"Room Settings - %(roomName)s": "Szoba beállításai %(roomName)s",
"Could not load user profile": "A felhasználói profil nem tölthető be",
"Power level": "Hozzáférési szint",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "A szoba verziója: <roomVersion />, amelyet a Matrix-kiszolgáló <i>instabilnak</i> tekint.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "A szoba fejlesztése bezárja ezt a szobát és új, frissített verzióval ugyanezen a néven létrehoz egy újat.",
"Failed to revoke invite": "A meghívó visszavonása sikertelen",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "A meghívót nem lehet visszavonni. Vagy a szervernek átmenetileg problémái vannak vagy nincs megfelelő jogosultságod a meghívó visszavonásához.",
"Revoke invite": "Meghívó visszavonása",
"Invited by %(sender)s": "Meghívta: %(sender)s",
"Remember my selection for this widget": "A döntés megjegyzése ehhez a kisalkalmazáshoz",
"Notes": "Megjegyzések",
"Sign out and remove encryption keys?": "Kilépés és a titkosítási kulcsok törlése?",
@ -288,7 +254,6 @@
},
"Cancel All": "Összes megszakítása",
"Upload Error": "Feltöltési hiba",
"This room has already been upgraded.": "Ez a szoba már fejlesztve van.",
"Some characters not allowed": "Néhány karakter nem engedélyezett",
"Failed to get autodiscovery configuration from server": "Nem sikerült lekérni az automatikus felderítés beállításait a kiszolgálóról",
"Invalid base_url for m.homeserver": "Hibás base_url az m.homeserver -hez",
@ -296,7 +261,6 @@
"Invalid base_url for m.identity_server": "Érvénytelen base_url az m.identity_server -hez",
"Identity server URL does not appear to be a valid identity server": "Az azonosítási kiszolgáló webcíme nem tűnik érvényesnek",
"edited": "szerkesztve",
"Edit message": "Üzenet szerkesztése",
"Upload all": "Összes feltöltése",
"Edited at %(date)s. Click to view edits.": "Szerkesztés ideje: %(date)s. Kattintson a szerkesztések megtekintéséhez.",
"Message edits": "Üzenetszerkesztések",
@ -312,9 +276,6 @@
"Command Help": "Parancsok súgója",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Használjon azonosítási kiszolgálót az e-mailben történő meghíváshoz. <default> Használja az alapértelmezett kiszolgálót (%(defaultIdentityServerName)s)</default> vagy adjon meg egy másikat a <settings>Beállításokban</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Használjon egy azonosítási kiszolgálót az e-maillel történő meghíváshoz. Kezelés a <settings>Beállításokban</settings>.",
"Deactivate user?": "Felhasználó felfüggesztése?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "A felhasználó deaktiválása a felhasználót kijelentkezteti és megakadályozza, hogy vissza tudjon lépni. Továbbá kilépteti minden szobából, amelynek tagja volt. Ezt nem lehet visszavonni. Biztos, hogy deaktiválja ezt a felhasználót?",
"Deactivate user": "Felhasználó felfüggesztése",
"No recent messages by %(user)s found": "Nincs friss üzenet ettől a felhasználótól: %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Az idővonalon próbálj meg felgörgetni, hogy megnézd van-e régebbi üzenet.",
"Remove recent messages by %(user)s": "Friss üzenetek törlése a felhasználótól: %(user)s",
@ -323,15 +284,11 @@
"other": "%(count)s db üzenet törlése",
"one": "1 üzenet törlése"
},
"Remove recent messages": "Friss üzenetek törlése",
"e.g. my-room": "pl.: szobam",
"Close dialog": "Ablak bezárása",
"Show image": "Kép megjelenítése",
"Failed to deactivate user": "A felhasználó felfüggesztése nem sikerült",
"This client does not support end-to-end encryption.": "A kliens nem támogatja a végponttól végpontig való titkosítást.",
"Messages in this room are not end-to-end encrypted.": "Az üzenetek a szobában nincsenek végponttól végpontig titkosítva.",
"Cancel search": "Keresés megszakítása",
"Message Actions": "Üzenet Műveletek",
"You verified %(name)s": "Ellenőrizte: %(name)s",
"You cancelled verifying %(name)s": "Az ellenőrzést megszakítottad ehhez: %(name)s",
"%(name)s cancelled verifying": "%(name)s megszakította az ellenőrzést",
@ -342,25 +299,21 @@
"%(name)s wants to verify": "%(name)s ellenőrizni szeretné",
"You sent a verification request": "Ellenőrzési kérést küldtél",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Ezt a felhasználót figyelmen kívül hagyod, így az üzenetei el lesznek rejtve. <a>Megjelenítés mindenképpen.</a>",
"Messages in this room are end-to-end encrypted.": "Az üzenetek a szobában végponttól végpontig titkosítottak.",
"Failed to connect to integration manager": "Az integrációs menedzserhez nem sikerült csatlakozni",
"Integrations are disabled": "Az integrációk le vannak tiltva",
"Integrations not allowed": "Az integrációk nem engedélyezettek",
"Verification Request": "Ellenőrzési kérés",
"Unencrypted": "Titkosítatlan",
"Upgrade private room": "Privát szoba fejlesztése",
"Upgrade public room": "Nyilvános szoba fejlesztése",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "A szoba frissítése nem egyszerű művelet, általában a szoba hibás működése, hiányzó funkció vagy biztonsági sérülékenység esetén javasolt.",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Ez általában a szoba kiszolgálóoldali kezelésében jelent változást. Ha a(z) %(brand)s kliensben tapasztal problémát, akkor <a>küldjön egy hibajelentést</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "<oldVersion /> verzióról <newVersion /> verzióra fogja fejleszteni a szobát.",
"Hide verified sessions": "Ellenőrzött munkamenetek eltakarása",
"%(count)s verified sessions": {
"other": "%(count)s ellenőrzött munkamenet",
"one": "1 ellenőrzött munkamenet"
},
"Language Dropdown": "Nyelvválasztó lenyíló menü",
"Country Dropdown": "Ország lenyíló menü",
"Show more": "Több megjelenítése",
"Recent Conversations": "Legújabb Beszélgetések",
"Direct Messages": "Közvetlen Beszélgetések",
"Failed to find the following users": "Az alábbi felhasználók nem találhatók",
@ -369,28 +322,12 @@
"Something went wrong trying to invite the users.": "Valami nem sikerült a felhasználók meghívásával.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Ezeket a felhasználókat nem tudtuk meghívni. Ellenőrizd azokat a felhasználókat akiket meg szeretnél hívni és próbáld újra.",
"Recently Direct Messaged": "Nemrég küldött Közvetlen Üzenetek",
"Verify User": "Felhasználó ellenőrzése",
"For extra security, verify this user by checking a one-time code on both of your devices.": "A biztonság fokozásáért ellenőrizd ezt a felhasználót egy egyszeri kód egyeztetésével mindkettőtök készülékén.",
"Start Verification": "Ellenőrzés elindítása",
"This room is end-to-end encrypted": "Ez a szoba végpontok közötti titkosítást használ",
"Everyone in this room is verified": "A szobában mindenki ellenőrizve van",
"This backup is trusted because it has been restored on this session": "Ez a mentés megbízható, mert ebben a munkamenetben lett helyreállítva",
"This user has not verified all of their sessions.": "Ez a felhasználó még nem ellenőrizte az összes munkamenetét.",
"You have not verified this user.": "Még nem ellenőrizted ezt a felhasználót.",
"You have verified this user. This user has verified all of their sessions.": "Ezt a felhasználót ellenőrizted. Ez a felhasználó hitelesítette az összes munkamenetét.",
"Someone is using an unknown session": "Valaki ellenőrizetlen munkamenetet használ",
"Encrypted by an unverified session": "Ellenőrizetlen munkamenet titkosította",
"Encrypted by a deleted session": "Törölt munkamenet által lett titkosítva",
"Waiting for %(displayName)s to accept…": "%(displayName)s felhasználóra várakozás az elfogadáshoz…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Az üzenete biztonságban van, és csak Ön és a címzettek rendelkeznek a visszafejtéshez szükséges egyedi kulcsokkal.",
"Your messages are not secure": "Az üzeneteid nincsenek biztonságban",
"One of the following may be compromised:": "Valamelyik az alábbiak közül kompromittált:",
"Your homeserver": "Matrix szervered",
"%(count)s sessions": {
"other": "%(count)s munkamenet",
"one": "%(count)s munkamenet"
},
"Hide sessions": "Munkamenetek elrejtése",
"Verify by emoji": "Ellenőrzés emodzsival",
"Verify by comparing unique emoji.": "Ellenőrzés egyedi emodzsik összehasonlításával.",
"Ask %(displayName)s to scan your code:": "Kérd meg %(displayName)s felhasználót, hogy olvassa be a kódot:",
@ -414,23 +351,12 @@
"Clear cross-signing keys": "Eszközök közti hitelesítési kulcsok törlése",
"You declined": "Elutasítottad",
"%(name)s declined": "%(name)s elutasította",
"Accepting…": "Elfogadás…",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "A Matrixszal kapcsolatos biztonsági hibák jelentésével kapcsolatban olvassa el a Matrix.org <a>biztonsági hibák közzétételi házirendjét</a>.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "A szoba címének megváltoztatásakor hiba történt. Lehet, hogy a szerver nem engedélyezi vagy átmeneti hiba történt.",
"Scroll to most recent messages": "A legfrissebb üzenethez görget",
"Local address": "Helyi cím",
"Published Addresses": "Nyilvánosságra hozott cím",
"Other published addresses:": "Másik nyilvánosságra hozott cím:",
"No other published addresses yet, add one below": "Nincs másik nyilvánosságra hozott cím, alább adj hozzá egyet",
"New published address (e.g. #alias:server)": "Új nyilvános cím (pl.: #becenév:szerver)",
"Local Addresses": "Helyi címek",
"Enter a server name": "Add meg a szerver nevét",
"Looks good": "Jól néz ki",
"Can't find this server or its room list": "A szerver vagy a szoba listája nem található",
"Your server": "Matrix szervered",
"Add a new server": "Új szerver hozzáadása",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Állíts be címet ehhez a szobához, hogy a felhasználók a matrix szervereden megtalálhassák (%(localDomain)s)",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "A titkosított szobákban az üzenete biztonságban van, és csak Ön és a címzettek rendelkeznek a visszafejtéshez szükséges egyedi kulcsokkal.",
"Verify all users in a room to ensure it's secure.": "Ellenőrizze a szoba összes tagját, hogy meggyőződjön a biztonságáról.",
"Enter the name of a new server you want to explore.": "Add meg a felfedezni kívánt új szerver nevét.",
"Server name": "Szerver neve",
@ -480,11 +406,6 @@
"Your homeserver has exceeded its user limit.": "A Matrix-kiszolgálója túllépte a felhasználói szám korlátját.",
"Your homeserver has exceeded one of its resource limits.": "A Matrix-kiszolgálója túllépte valamelyik erőforráskorlátját.",
"Ok": "Rendben",
"Error creating address": "Cím beállítási hiba",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "A cím beállításánál hiba történt. Vagy nincs engedélyezve a szerveren vagy átmeneti hiba történt.",
"You don't have permission to delete the address.": "A cím törléséhez nincs jogosultságod.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "A cím törlésénél hiba történt. Vagy már nem létezik vagy átmeneti hiba történt.",
"Error removing address": "Cím törlésénél hiba történt",
"Room address": "Szoba címe",
"This address is available to use": "Ez a cím használható",
"This address is already in use": "Ez a cím már használatban van",
@ -492,7 +413,6 @@
"Message preview": "Üzenet előnézet",
"Switch theme": "Kinézet váltása",
"Looks good!": "Jónak tűnik!",
"The authenticity of this encrypted message can't be guaranteed on this device.": "A titkosított üzenetek valódiságát ezen az eszközön nem lehet garantálni.",
"Wrong file type": "A fájltípus hibás",
"Security Phrase": "Biztonsági jelmondat",
"Security Key": "Biztonsági kulcs",
@ -515,14 +435,10 @@
"Information": "Információ",
"Preparing to download logs": "Napló előkészítése feltöltéshez",
"Not encrypted": "Nem titkosított",
"Room settings": "Szoba beállítások",
"Backup version:": "Mentés verziója:",
"Start a conversation with someone using their name or username (like <userId/>).": "Indíts beszélgetést valakivel és használd hozzá a nevét vagy a felhasználói nevét (mint <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Hívj meg valakit a nevét, vagy felhasználónevét (például <userId/>) megadva, vagy <a>oszd meg ezt a szobát</a>.",
"Add widgets, bridges & bots": "Kisalkalmazások, hidak, és botok hozzáadása",
"Unable to set up keys": "Nem sikerült a kulcsok beállítása",
"Widgets": "Kisalkalmazások",
"Edit widgets, bridges & bots": "Kisalkalmazások, hidak és botok szerkesztése",
"Use the <a>Desktop app</a> to see all encrypted files": "Ahhoz, hogy elérd az összes titkosított fájlt, használd az <a>Asztali alkalmazást</a>",
"Use the <a>Desktop app</a> to search encrypted messages": "A titkosított üzenetek kereséséhez használd az <a>Asztali alkalmazást</a>",
"This version of %(brand)s does not support viewing some encrypted files": "%(brand)s ezen verziója nem minden titkosított fájl megjelenítését támogatja",
@ -535,9 +451,6 @@
"Video conference started by %(senderName)s": "A videókonferenciát elindította: %(senderName)s",
"Data on this screen is shared with %(widgetDomain)s": "Az ezen a képernyőn látható adatok megosztásra kerülnek ezzel: %(widgetDomain)s",
"Modal Widget": "Előugró kisalkalmazás",
"You can only pin up to %(count)s widgets": {
"other": "Csak %(count)s kisalkalmazást tud kitűzni"
},
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Hívj meg valakit a nevét, e-mail címét, vagy felhasználónevét (például <userId/>) megadva, vagy <a>oszd meg ezt a szobát</a>.",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Indítson beszélgetést valakivel a nevének, e-mail-címének vagy a felhasználónevének használatával (mint <userId/>).",
"Invite by email": "Meghívás e-maillel",
@ -818,7 +731,6 @@
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "A biztonsági tárolóhoz nem lehet hozzáférni. Kérjük ellenőrizze, hogy jó Biztonsági jelmondatot adott-e meg.",
"Invalid Security Key": "Érvénytelen biztonsági kulcs",
"Wrong Security Key": "Hibás biztonsági kulcs",
"Set my room layout for everyone": "A szoba megjelenésének beállítása mindenki számára",
"Remember this": "Emlékezzen erre",
"The widget will verify your user ID, but won't be able to perform actions for you:": "A kisalkalmazás ellenőrizni fogja a felhasználói azonosítóját, de az alábbi tevékenységeket nem tudja végrehajtani:",
"Allow this widget to verify your identity": "A kisalkalmazás ellenőrizheti a személyazonosságát",
@ -834,8 +746,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Hívjon meg valakit a nevét, e-mail címét, vagy felhasználónevét (például <userId/>) megadva, vagy <a>oszd meg ezt a teret</a>.",
"Create a new room": "Új szoba készítése",
"Space selection": "Tér kiválasztása",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Nem fogja tudni visszavonni ezt a változtatást, mert lefokozza magát, ha Ön az utolsó privilegizált felhasználó a térben, akkor lehetetlen lesz a jogosultságok visszanyerése.",
"Your message was sent": "Üzenet elküldve",
"Leave space": "Tér elhagyása",
"Create a space": "Tér létrehozása",
"<inviter/> invites you": "<inviter/> meghívta",
@ -867,7 +777,6 @@
"Reset everything": "Minden alaphelyzetbe állítása",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Elfelejtette vagy elveszett minden helyreállítási lehetőség? <a>Minden alaphelyzetbe állítása</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Ha ezt teszi, tudnia kell, hogy az üzenetek nem lesznek törölve, de a keresési élmény addig nem lesz tökéletes, amíg az indexek újra el nem készülnek",
"View message": "Üzenet megjelenítése",
"You can select all or individual messages to retry or delete": "Újraküldéshez vagy törléshez kiválaszthatja az üzeneteket egyenként vagy az összeset együtt",
"Retry all": "Mind újraküldése",
"Sending": "Küldés",
@ -878,7 +787,6 @@
"one": "1 résztvevő megmutatása",
"other": "Az összes %(count)s résztvevő megmutatása"
},
"Failed to send": "Küldés sikertelen",
"Want to add a new room instead?": "Inkább új szobát adna hozzá?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Szobák hozzáadása…",
@ -887,29 +795,17 @@
"Not all selected were added": "Nem az összes kijelölt lett hozzáadva",
"You are not allowed to view this server's rooms list": "Nincs joga ennek a szervernek a szobalistáját megnézni",
"Error processing voice message": "Hiba a hangüzenet feldolgozásánál",
"We didn't find a microphone on your device. Please check your settings and try again.": "Nem található mikrofon. Ellenőrizze a beállításokat és próbálja újra.",
"No microphone found": "Nem található mikrofon",
"We were unable to access your microphone. Please check your browser settings and try again.": "Nem lehet a mikrofont használni. Ellenőrizze a böngésző beállításait és próbálja újra.",
"Unable to access your microphone": "A mikrofont nem lehet használni",
"To leave the beta, visit your settings.": "A beállításokban tudja elhagyni a bétát.",
"Add reaction": "Reakció hozzáadása",
"Search names and descriptions": "Nevek és leírások keresése",
"You may contact me if you have any follow up questions": "Ha további kérdés merülne fel, kapcsolatba léphetnek velem",
"Some suggestions may be hidden for privacy.": "Adatvédelmi okokból néhány javaslat rejtve lehet.",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Ha van hozzá jogosultsága, nyissa meg a menüt bármelyik üzenetben és válassza a <b>Kitűzés</b> menüpontot a kitűzéshez.",
"Or send invite link": "Vagy meghívó link küldése",
"Search for rooms or people": "Szobák vagy emberek keresése",
"Sent": "Elküldve",
"You don't have permission to do this": "Nincs jogosultsága ehhez",
"Pinned messages": "Kitűzött üzenetek",
"Nothing pinned, yet": "Még semmi sincs kitűzve",
"Message search initialisation failed, check <a>your settings</a> for more information": "Üzenek keresés kezdő beállítása sikertelen, ellenőrizze a <a>beállításait</a> további információkért",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Cím beállítása ehhez a térhez, hogy a felhasználók a matrix szerveren megtalálhassák (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "A cím publikálásához először helyi címet kell beállítani.",
"Published addresses can be used by anyone on any server to join your space.": "A nyilvánosságra hozott címet bárki bármelyik szerverről használhatja a térbe való belépéshez.",
"Published addresses can be used by anyone on any server to join your room.": "A nyilvánosságra hozott címet bárki bármelyik szerverről használhatja a szobához való belépéshez.",
"Please provide an address": "Kérem adja meg a címet",
"This space has no local addresses": "Ennek a térnek nincs helyi címe",
"Unnamed audio": "Névtelen hang",
"Error processing audio message": "Hiba a hangüzenet feldolgozásánál",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "A %(brand)s nem használhat Integrációs Menedzsert. Kérem vegye fel a kapcsolatot az adminisztrátorral.",
@ -952,14 +848,11 @@
"Decrypting": "Visszafejtés",
"Missed call": "Nem fogadott hívás",
"Call declined": "Hívás elutasítva",
"Stop recording": "Felvétel megállítása",
"Send voice message": "Hang üzenet küldése",
"Unknown failure: %(reason)s": "Ismeretlen hiba: %(reason)s",
"No answer": "Nincs válasz",
"Rooms and spaces": "Szobák és terek",
"Results": "Eredmények",
"Some encryption parameters have been changed.": "Néhány titkosítási paraméter megváltozott.",
"Role in <RoomName/>": "Szerep itt: <RoomName/>",
"To join a space you'll need an invite.": "A térre való belépéshez meghívóra van szükség.",
"Would you like to leave the rooms in this space?": "Ki szeretne lépni ennek a térnek minden szobájából?",
"You are about to leave <spaceName/>.": "Éppen el akarja hagyni <spaceName/> teret.",
@ -968,40 +861,21 @@
"Don't leave any rooms": "Ne lépjen ki egy szobából sem",
"MB": "MB",
"In reply to <a>this message</a>": "Válasz erre az <a>üzenetre</a>",
"Export chat": "Beszélgetés exportálása",
"Skip verification for now": "Ellenőrzés kihagyása most",
"Really reset verification keys?": "Biztos, hogy lecseréli az ellenőrzési kulcsokat?",
"Downloading": "Letöltés",
"They won't be able to access whatever you're not an admin of.": "Később nem férhetnek hozzá olyan helyekhez ahol ön nem adminisztrátor.",
"Ban them from specific things I'm able to": "Kitiltani őket bizonyos helyekről ahonnan joga van hozzá",
"Unban them from specific things I'm able to": "Kitiltásuk visszavonása bizonyos helyekről ahol joga van hozzá",
"Ban them from everything I'm able to": "Kitiltani őket mindenhonnan ahonnan joga van hozzá",
"Unban them from everything I'm able to": "Kitiltásuk visszavonása mindenhonnan ahol joga van hozzá",
"Ban from %(roomName)s": "Kitiltás innen: %(roomName)s",
"Unban from %(roomName)s": "Kitiltás visszavonása innen: %(roomName)s",
"Disinvite from %(roomName)s": "Meghívó visszavonása innen: %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Továbbra is hozzáférhetnek olyan helyekhez ahol ön nem adminisztrátor.",
"%(count)s reply": {
"one": "%(count)s válasz",
"other": "%(count)s válasz"
},
"View in room": "Megjelenítés szobában",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Adja meg a biztonsági jelmondatot vagy <button>használja a biztonsági kulcsot</button> a folytatáshoz.",
"Joined": "Csatlakozott",
"Joining": "Belépés",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Szerezze vissza a hozzáférést a fiókjához és állítsa vissza az elmentett titkosítási kulcsokat ebben a munkamenetben. Ezek nélkül egyetlen munkamenetben sem tudja elolvasni a titkosított üzeneteit.",
"Copy link to thread": "Hivatkozás másolása az üzenetszálba",
"Thread options": "Üzenetszál beállításai",
"If you can't see who you're looking for, send them your invite link below.": "Ha nem található a keresett személy, küldje el az alábbi hivatkozást neki.",
"In encrypted rooms, verify all users to ensure it's secure.": "Titkosított szobákban ellenőrizd a szoba összes tagját, hogy meggyőződhess a biztonságról.",
"Yours, or the other users' session": "Az ön vagy a másik felhasználó munkamenete",
"Yours, or the other users' internet connection": "Az ön vagy a másik felhasználó Internet kapcsolata",
"The homeserver the user you're verifying is connected to": "Az ellenőrizendő felhasználó ehhez a Matrix-kiszolgálóhoz kapcsolódik:",
"Reply in thread": "Válasz üzenetszálban",
"Forget": "Elfelejtés",
"Files": "Fájlok",
"Close this widget to view it in this panel": "Kisalkalmazás bezárása ezen a panelen való megjelenítéshez",
"Unpin this widget to view it in this panel": "Kisalkalmazás rögzítésének megszüntetése az ezen a panelen való megjelenítéshez",
"Based on %(count)s votes": {
"one": "%(count)s szavazat alapján",
"other": "%(count)s szavazat alapján"
@ -1022,7 +896,6 @@
"Moderation": "Moderálás",
"Messaging": "Üzenetküldés",
"Spaces you know that contain this space": "Terek melyről tudja, hogy ezt a teret tartalmazzák",
"Chat": "Csevegés",
"Recently viewed": "Nemrég megtekintett",
"%(count)s votes cast. Vote to see the results": {
"one": "%(count)s leadott szavazat. Szavazzon az eredmény megtekintéséhez",
@ -1061,16 +934,9 @@
"toggle event": "esemény be/ki",
"You cancelled verification on your other device.": "Az ellenőrzést megszakította a másik eszközön.",
"Almost there! Is your other device showing the same shield?": "Majdnem kész! A többi eszköze is ugyanazt a pajzsot mutatja?",
"To proceed, please accept the verification request on your other device.": "A folytatáshoz fogadja el az ellenőrzés kérést a másik eszközről.",
"Could not fetch location": "Nem lehet elérni a földrajzi helyzetét",
"Message pending moderation": "Üzenet moderálásra vár",
"Message pending moderation: %(reason)s": "Az üzenet moderálásra vár, ok: %(reason)s",
"Remove from room": "Eltávolítás a szobából",
"Failed to remove user": "A felhasználó eltávolítása nem sikerült",
"Remove them from specific things I'm able to": "Eltávolításuk bizonyos helyekről ahonnan lehet",
"Remove them from everything I'm able to": "Eltávolításuk mindenhonnan ahonnan csak lehet",
"Remove from %(roomName)s": "Eltávolít innen: %(roomName)s",
"From a thread": "Az üzenetszálból",
"Pick a date to jump to": "Idő kiválasztása az ugráshoz",
"Jump to date": "Ugrás időpontra",
"The beginning of the room": "A szoba indulása",
@ -1085,8 +951,6 @@
"Join %(roomAddress)s": "Belépés ide: %(roomAddress)s",
"Search Dialog": "Keresési párbeszédablak",
"Results will be visible when the poll is ended": "Az eredmény a szavazás végeztével válik láthatóvá",
"Pinned": "Kitűzött",
"Open thread": "Üzenetszál megnyitása",
"What location type do you want to share?": "Milyen jellegű földrajzi helyzetet szeretne megosztani?",
"Drop a Pin": "Hely kijelölése",
"My live location": "Folyamatos saját földrajzi helyzet",
@ -1107,8 +971,6 @@
"other": "%(count)s üzenetet készül törölni az alábbi felhasználótól: %(user)s. A művelet mindenki számára visszavonhatatlanul eltávolítja ezeket a beszélgetésekből. Biztos, hogy folytatja?"
},
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.": "Használhatja a más szerver opciót, hogy egy másik matrix szerverre jelentkezz be amihez megadod a szerver url címét. Ezzel használhatja a(z) %(brand)s klienst egy már létező Matrix fiókkal egy másik matrix szerveren.",
"Disinvite from room": "Meghívó visszavonása a szobából",
"Disinvite from space": "Meghívó visszavonása a térről",
"An error occurred while stopping your live location, please try again": "Élő pozíció megosztás befejezése közben hiba történt, kérjük próbálja újra",
"Live location enabled": "Élő pozíció megosztás engedélyezve",
"Close sidebar": "Oldalsáv bezárása",
@ -1121,11 +983,6 @@
"Updated %(humanizedUpdateTime)s": "Frissítve %(humanizedUpdateTime)s",
"%(featureName)s Beta feedback": "%(featureName)s béta visszajelzés",
"View live location": "Élő földrajzi helyzet megtekintése",
"Ban from room": "Kitiltás a szobából",
"Unban from room": "Visszaengedés a szobába",
"Ban from space": "Kitiltás a térről",
"Unban from space": "Visszaengedés a térre",
"Remove from space": "Eltávolítás a térről",
"%(count)s participants": {
"one": "1 résztvevő",
"other": "%(count)s résztvevő"
@ -1153,7 +1010,6 @@
"Output devices": "Kimeneti eszközök",
"Input devices": "Beviteli eszközök",
"Open room": "Szoba megnyitása",
"Show Labs settings": "Labor beállítások megjelenítése",
"When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.": "A kijelentkezéssel a kulcsok az eszközről törlődnek, ami azt jelenti, hogy ha nincsenek meg máshol a kulcsok, vagy nincsenek mentve a kiszolgálón, akkor a titkosított üzenetek olvashatatlanná válnak.",
"Remove search filter for %(filter)s": "Keresési szűrő eltávolítása innen: %(filter)s",
"Start a group chat": "Csoportos csevegés indítása",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s vagy %(recoveryFile)s",
"Video call ended": "Videó hívás befejeződött",
"%(name)s started a video call": "%(name)s videóhívást indított",
"Room info": "Szoba információ",
"Completing set up of your new device": "Új eszköz beállításának elvégzése",
"Waiting for device to sign in": "Várakozás a másik eszköz bejelentkezésére",
"Start at the sign in screen": "Kezdje a bejelentkező képernyőn",
@ -1221,19 +1076,10 @@
"Too many attempts in a short time. Wait some time before trying again.": "Rövid idő alatt túl sok próbálkozás. Várjon egy kicsit mielőtt újra próbálkozik.",
"Thread root ID: %(threadRootId)s": "Üzenetszál gyökerének azonosítója: %(threadRootId)s",
"<w>WARNING:</w> <description/>": "<w>FIGYELEM:</w> <description/>",
"We were unable to start a chat with the other user.": "A beszélgetést a másik felhasználóval nem lehetett elindítani.",
"Error starting verification": "Ellenőrzés indításakor hiba lépett fel",
"Unable to decrypt message": "Üzenet visszafejtése sikertelen",
"This message could not be decrypted": "Ezt az üzenetet nem lehet visszafejteni",
" in <strong>%(room)s</strong>": " itt: <strong>%(room)s</strong>",
"Text": "Szöveg",
"Create a link": "Hivatkozás készítése",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Nem lehet hang üzenetet indítani élő közvetítés felvétele közben. Az élő közvetítés bejezése szükséges a hang üzenet indításához.",
"Can't start voice message": "Hang üzenetet nem lehet elindítani",
"Edit link": "Hivatkozás szerkesztése",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Minden üzenet és meghívó ettől a felhasználótól rejtve marad. Biztos, hogy figyelmen kívül hagyja?",
"Ignore %(user)s": "%(user)s figyelmen kívül hagyása",
"unknown": "ismeretlen",
"Connecting…": "Kapcsolás…",
"Scan QR code": "QR kód beolvasása",
@ -1247,8 +1093,6 @@
"Waiting for partner to confirm…": "Várakozás a partner megerősítésére…",
"Adding…": "Hozzáadás…",
"Declining…": "Elutasítás…",
"Encrypting your message…": "Üzenet titkosítása…",
"Sending your message…": "Üzenet küldése…",
"Starting export process…": "Exportálási folyamat indítása…",
"Loading polls": "Szavazások betöltése",
"Ended a poll": "Lezárta a szavazást",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "A kiszolgáló a következő állapotkóddal és hibakóddal tért vissza: %(statusCode)s %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Nem sikerült megtalálni az eseményt %(dateString)s után keresve. Próbáljon egy korábbi dátumot kiválasztani.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Hálózati hiba történt az adott dátum keresése és az ahhoz ugrás során. A Matrix-kiszolgálója lehet, hogy nem érhető el, vagy ideiglenes probléma van az internetkapcsolátával. Próbálja újra később. Ha ez továbbra is fennáll, akkor lépjen kapcsolatba a kiszolgáló rendszergazdájával.",
"Poll history": "Szavazás előzményei",
"Start DM anyway": "Közvetlen beszélgetés indítása mindenképpen",
"Start DM anyway and never warn me again": "Közvetlen beszélgetés indítása mindenképpen és később se figyelmeztessen",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nem található fiók profil az alábbi Matrix azonosítókhoz - mégis a közvetlen csevegés elindítása mellett dönt?",
"Search all rooms": "Keresés az összes szobában",
"Search this room": "Keresés ebben a szobában",
"common": {
"about": "Névjegy",
"analytics": "Analitika",
@ -1405,7 +1246,12 @@
"low_priority": "Alacsony prioritás",
"historical": "Archív",
"go_to_settings": "Irány a Beállítások",
"setup_secure_messages": "Biztonságos Üzenetek beállítása"
"setup_secure_messages": "Biztonságos Üzenetek beállítása",
"unencrypted": "Titkosítatlan",
"view_message": "Üzenet megjelenítése",
"joined": "Csatlakozott",
"show_more": "Több megjelenítése",
"are_you_sure": "Biztos?"
},
"action": {
"continue": "Folytatás",
@ -1733,9 +1579,17 @@
"formatting_toolbar_label": "Formázás",
"format_italics": "Dőlt",
"format_insert_link": "Link beillesztése",
"replying_title": "Válasz"
"replying_title": "Válasz",
"edit_composer_label": "Üzenet szerkesztése",
"send_voice_message": "Hang üzenet küldése",
"stop_voice_message": "Felvétel megállítása",
"link_modal": {
"title_edit": "Hivatkozás szerkesztése",
"title_create": "Hivatkozás készítése",
"text_field_label": "Szöveg",
"link_field_label": "Hivatkozás"
}
},
"Link": "Hivatkozás",
"Code": "Kód",
"power_level": {
"default": "Alapértelmezett",
@ -2787,7 +2641,19 @@
"one": "%(count)s ember látta",
"other": "%(count)s ember látta"
},
"read_receipts_label": "Olvasási visszajelzés"
"read_receipts_label": "Olvasási visszajelzés",
"thread_info_basic": "Az üzenetszálból",
"error_no_renderer": "Az eseményt nem lehet megjeleníteni",
"undecryptable_tooltip": "Ezt az üzenetet nem lehet visszafejteni",
"send_state_sending": "Üzenet küldése…",
"send_state_encrypting": "Üzenet titkosítása…",
"send_state_sent": "Üzenet elküldve",
"send_state_failed": "Küldés sikertelen",
"mab": {
"label": "Üzenet Műveletek",
"view_in_room": "Megjelenítés szobában",
"copy_link_thread": "Hivatkozás másolása az üzenetszálba"
}
},
"slash_command": {
"spoiler": "A megadott üzenet elküldése kitakarva",
@ -3004,7 +2870,11 @@
"other": "%(count)s személy belépett"
},
"unknown_person": "ismeretlen személy",
"connecting": "Kapcsolódás"
"connecting": "Kapcsolódás",
"unable_to_access_audio_input_title": "A mikrofont nem lehet használni",
"unable_to_access_audio_input_description": "Nem lehet a mikrofont használni. Ellenőrizze a böngésző beállításait és próbálja újra.",
"no_audio_input_title": "Nem található mikrofon",
"no_audio_input_description": "Nem található mikrofon. Ellenőrizze a beállításokat és próbálja újra."
},
"Other": "Egyéb",
"room_settings": {
@ -3126,7 +2996,32 @@
"save": "Változtatások mentése",
"leave_space": "Tér elhagyása",
"aliases_section": "Szobacímek",
"other_section": "Egyéb"
"other_section": "Egyéb",
"error_updating_canonical_alias_title": "Az elsődleges cím frissítése sikertelen",
"error_updating_canonical_alias_description": "A szoba elsődleges címének frissítésénél hiba történt. Vagy nincs engedélyezve a szerveren vagy átmeneti hiba történt.",
"error_updating_alias_description": "A szoba címének megváltoztatásakor hiba történt. Lehet, hogy a szerver nem engedélyezi vagy átmeneti hiba történt.",
"error_creating_alias_title": "Cím beállítási hiba",
"error_creating_alias_description": "A cím beállításánál hiba történt. Vagy nincs engedélyezve a szerveren vagy átmeneti hiba történt.",
"error_deleting_alias_description_forbidden": "A cím törléséhez nincs jogosultságod.",
"error_deleting_alias_description": "A cím törlésénél hiba történt. Vagy már nem létezik vagy átmeneti hiba történt.",
"error_deleting_alias_title": "Cím törlésénél hiba történt",
"canonical_alias_field_label": "Fő cím",
"no_aliases_space": "Ennek a térnek nincs helyi címe",
"no_aliases_room": "Ennek a szobának nincs helyi címe",
"local_alias_field_label": "Helyi cím",
"published_aliases_section": "Nyilvánosságra hozott cím",
"published_aliases_explainer_space": "A nyilvánosságra hozott címet bárki bármelyik szerverről használhatja a térbe való belépéshez.",
"published_aliases_explainer_room": "A nyilvánosságra hozott címet bárki bármelyik szerverről használhatja a szobához való belépéshez.",
"published_aliases_description": "A cím publikálásához először helyi címet kell beállítani.",
"aliases_items_label": "Másik nyilvánosságra hozott cím:",
"aliases_no_items_label": "Nincs másik nyilvánosságra hozott cím, alább adj hozzá egyet",
"new_alias_placeholder": "Új nyilvános cím (pl.: #becenév:szerver)",
"local_aliases_section": "Helyi címek",
"local_aliases_explainer_space": "Cím beállítása ehhez a térhez, hogy a felhasználók a matrix szerveren megtalálhassák (%(localDomain)s)",
"local_aliases_explainer_room": "Állíts be címet ehhez a szobához, hogy a felhasználók a matrix szervereden megtalálhassák (%(localDomain)s)",
"name_field_label": "Szoba neve",
"topic_field_label": "Szoba témája",
"avatar_field_label": "Szoba profilképe"
},
"advanced": {
"unfederated": "Ez a szoba távoli Matrix-kiszolgálóról nem érhető el",
@ -3225,7 +3120,13 @@
"verification_skip_warning": "Az ellenőrzés nélkül nem fér hozzá az összes üzenetéhez és mások számára megbízhatatlannak fog látszani.",
"verify_later": "Később ellenőrzöm",
"verify_reset_warning_1": "Az ellenőrzéshez használt kulcsok alaphelyzetbe állítását nem lehet visszavonni. A visszaállítás után nem fog hozzáférni a régi titkosított üzenetekhez, és minden ismerőse, aki eddig ellenőrizte a személyazonosságát, biztonsági figyelmeztetést fog látni, amíg újra nem ellenőrzi.",
"verify_reset_warning_2": "Csak akkor folytassa ha biztos benne, hogy elvesztett minden hozzáférést a többi eszközéhez és biztonsági kulcsához."
"verify_reset_warning_2": "Csak akkor folytassa ha biztos benne, hogy elvesztett minden hozzáférést a többi eszközéhez és biztonsági kulcsához.",
"self_verification_hint": "A folytatáshoz fogadja el az ellenőrzés kérést a másik eszközről.",
"waiting_for_user_accept": "%(displayName)s felhasználóra várakozás az elfogadáshoz…",
"accepting": "Elfogadás…",
"start_button": "Ellenőrzés elindítása",
"error_starting_title": "Ellenőrzés indításakor hiba lépett fel",
"error_starting_description": "A beszélgetést a másik felhasználóval nem lehetett elindítani."
},
"old_version_detected_title": "Régi titkosítási adatot találhatók",
"old_version_detected_description": "Régebbi %(brand)s verzióból származó adatok találhatók. Ezek hibás működéshez vezethettek a végpontok közti titkosításban a régebbi verzióknál. A nemrég küldött/fogadott titkosított üzenetek, ha a régi adatokat használták, lehetséges, hogy nem lesznek visszafejthetők ebben a verzióban. Ha problémákba ütközik, akkor jelentkezzen ki és be. A régi üzenetek elérésének biztosításához exportálja a kulcsokat, és importálja be újra.",
@ -3258,6 +3159,26 @@
"description_1": "A munkamenet észrevette, hogy a biztonságos üzenetek biztonsági jelmondata és kulcsa törölve lett.",
"description_2": "Ha véletlenül tette, akkor beállíthatja a biztonságos üzeneteket ebben a munkamenetben, ami újra titkosítja a régi üzeneteket a helyreállítási móddal.",
"warning": "Ha nem Ön törölte a helyreállítási módot, akkor lehet, hogy egy támadó hozzá akar férni a fiókjához. Azonnal változtassa meg a jelszavát, és állítson be egy helyreállítási módot a Beállításokban."
},
"setup_secure_backup": {
"explainer": "Mentse a kulcsait a kiszolgálóra kijelentkezés előtt, hogy ne veszítse el azokat.",
"title": "Beállítás"
},
"cross_signing_user_warning": "Ez a felhasználó még nem ellenőrizte az összes munkamenetét.",
"cross_signing_user_normal": "Még nem ellenőrizted ezt a felhasználót.",
"cross_signing_user_verified": "Ezt a felhasználót ellenőrizted. Ez a felhasználó hitelesítette az összes munkamenetét.",
"cross_signing_room_warning": "Valaki ellenőrizetlen munkamenetet használ",
"cross_signing_room_normal": "Ez a szoba végpontok közötti titkosítást használ",
"cross_signing_room_verified": "A szobában mindenki ellenőrizve van",
"event_shield_reason_authenticity_not_guaranteed": "A titkosított üzenetek valódiságát ezen az eszközön nem lehet garantálni.",
"event_shield_reason_mismatched_sender_key": "Ellenőrizetlen munkamenet titkosította",
"messages_not_secure": {
"title": "Az üzeneteid nincsenek biztonságban",
"heading": "Valamelyik az alábbiak közül kompromittált:",
"cause_1": "Matrix szervered",
"cause_2": "Az ellenőrizendő felhasználó ehhez a Matrix-kiszolgálóhoz kapcsolódik:",
"cause_3": "Az ön vagy a másik felhasználó Internet kapcsolata",
"cause_4": "Az ön vagy a másik felhasználó munkamenete"
}
},
"emoji": {
@ -3608,7 +3529,10 @@
"error_loading": "Hiba a kisalkalmazás betöltése során",
"error_mixed_content": "Hiba Vegyes tartalom",
"unmaximise": "Kicsinyítés",
"popout": "Kiugró kisalkalmazás"
"popout": "Kiugró kisalkalmazás",
"unpin_to_view_right_panel": "Kisalkalmazás rögzítésének megszüntetése az ezen a panelen való megjelenítéshez",
"close_to_view_right_panel": "Kisalkalmazás bezárása ezen a panelen való megjelenítéshez",
"set_room_layout": "A szoba megjelenésének beállítása mindenki számára"
},
"feedback": {
"sent": "Visszajelzés elküldve",
@ -3702,7 +3626,9 @@
"show_all_threads": "Minden üzenetszál megjelenítése",
"empty_explainer": "Az üzenetszálak segítenek a különböző témájú beszélgetések figyelemmel kísérésében.",
"empty_tip": "<b>Tipp:</b> Használja a „%(replyInThread)s” lehetőséget a szöveg fölé navigálva.",
"empty_heading": "Beszélgetések üzenetszálakba rendezése"
"empty_heading": "Beszélgetések üzenetszálakba rendezése",
"open_thread": "Üzenetszál megnyitása",
"unable_to_decrypt": "Üzenet visszafejtése sikertelen"
},
"theme": {
"light_high_contrast": "Világos, nagy kontrasztú",
@ -3951,7 +3877,21 @@
"inaccessible_subtitle_2": "Amikor a szobát vagy teret próbáltuk elérni ezt a hibaüzenetet kaptuk: %(errcode)s. Ha úgy gondolja, hogy ez egy hiba legyen szíves<issueLink>nyisson egy hibajegyet</issueLink>.",
"join_failed_needs_invite": "A %(roomName)s megjelenítéséhez meghívó szükséges",
"view_failed_enable_video_rooms": "A megjelenítéshez a Laborban be kell kapcsolni a videó szobákat",
"join_failed_enable_video_rooms": "A belépéshez a Laborban be kell kapcsolni a videó szobákat"
"join_failed_enable_video_rooms": "A belépéshez a Laborban be kell kapcsolni a videó szobákat",
"jump_to_bottom_button": "A legfrissebb üzenethez görget",
"show_labs_settings": "Labor beállítások megjelenítése",
"upgrade_warning_bar": "A szoba fejlesztése bezárja ezt a szobát és új, frissített verzióval ugyanezen a néven létrehoz egy újat.",
"upgrade_warning_bar_upgraded": "Ez a szoba már fejlesztve van.",
"upgrade_warning_bar_unstable": "A szoba verziója: <roomVersion />, amelyet a Matrix-kiszolgáló <i>instabilnak</i> tekint.",
"upgrade_warning_bar_admins": "Csak a szoba adminisztrátorai látják ezt a figyelmeztetést",
"search": {
"this_room": "Ebben a szobában",
"all_rooms": "Minden szobában",
"field_placeholder": "Keresés…",
"this_room_button": "Keresés ebben a szobában",
"all_rooms_button": "Keresés az összes szobában"
},
"jump_read_marker": "Ugrás az első olvasatlan üzenetre."
},
"file_panel": {
"guest_note": "<a>Regisztrálnod kell</a> hogy ezt használhasd",
@ -4170,5 +4110,87 @@
"invited_list_heading": "Meghívva",
"filter_placeholder": "Szoba tagság szűrése",
"power_label": "%(userName)s (szint: %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Nincs engedélyezett matrica csomagod",
"empty_add_prompt": "Adj hozzá párat"
},
"user_info": {
"error_revoke_3pid_invite_title": "A meghívó visszavonása sikertelen",
"error_revoke_3pid_invite_description": "A meghívót nem lehet visszavonni. Vagy a szervernek átmenetileg problémái vannak vagy nincs megfelelő jogosultságod a meghívó visszavonásához.",
"admin_tools_section": "Admin. Eszközök",
"revoke_invite": "Meghívó visszavonása",
"invited_by": "Meghívta: %(sender)s",
"room_encrypted": "Az üzenetek a szobában végponttól végpontig titkosítottak.",
"room_encrypted_detail": "Az üzenete biztonságban van, és csak Ön és a címzettek rendelkeznek a visszafejtéshez szükséges egyedi kulcsokkal.",
"room_unencrypted": "Az üzenetek a szobában nincsenek végponttól végpontig titkosítva.",
"room_unencrypted_detail": "A titkosított szobákban az üzenete biztonságban van, és csak Ön és a címzettek rendelkeznek a visszafejtéshez szükséges egyedi kulcsokkal.",
"verify_button": "Felhasználó ellenőrzése",
"verify_explainer": "A biztonság fokozásáért ellenőrizd ezt a felhasználót egy egyszeri kód egyeztetésével mindkettőtök készülékén.",
"hide_verified_sessions": "Ellenőrzött munkamenetek eltakarása",
"hide_sessions": "Munkamenetek elrejtése",
"ignore_confirm_title": "%(user)s figyelmen kívül hagyása",
"ignore_confirm_description": "Minden üzenet és meghívó ettől a felhasználótól rejtve marad. Biztos, hogy figyelmen kívül hagyja?",
"jump_to_rr_button": "Olvasási visszaigazolásra ugrás",
"share_button": "A felhasználóra mutató hivatkozás",
"demote_self_confirm_title": "Lefokozod magad?",
"demote_self_confirm_description_space": "Nem fogja tudni visszavonni ezt a változtatást, mert lefokozza magát, ha Ön az utolsó privilegizált felhasználó a térben, akkor lehetetlen lesz a jogosultságok visszanyerése.",
"demote_self_confirm_room": "Ahogy lefokozod magad a változás visszafordíthatatlan, ha te vagy az utolsó jogosultságokkal bíró felhasználó a szobában a jogok már nem szerezhetők vissza.",
"demote_button": "Lefokozás",
"disinvite_button_space": "Meghívó visszavonása a térről",
"kick_button_space": "Eltávolítás a térről",
"disinvite_button_room": "Meghívó visszavonása a szobából",
"kick_button_room": "Eltávolítás a szobából",
"disinvite_button_room_name": "Meghívó visszavonása innen: %(roomName)s",
"kick_button_room_name": "Eltávolít innen: %(roomName)s",
"kick_button_space_everything": "Eltávolításuk mindenhonnan ahonnan csak lehet",
"kick_space_specific": "Eltávolításuk bizonyos helyekről ahonnan lehet",
"kick_space_warning": "Továbbra is hozzáférhetnek olyan helyekhez ahol ön nem adminisztrátor.",
"error_kicking_user": "A felhasználó eltávolítása nem sikerült",
"redact_button": "Friss üzenetek törlése",
"unban_button_space": "Visszaengedés a térre",
"ban_button_space": "Kitiltás a térről",
"unban_button_room": "Visszaengedés a szobába",
"ban_button_room": "Kitiltás a szobából",
"unban_room_confirm_title": "Kitiltás visszavonása innen: %(roomName)s",
"ban_room_confirm_title": "Kitiltás innen: %(roomName)s",
"unban_space_everything": "Kitiltásuk visszavonása mindenhonnan ahol joga van hozzá",
"ban_space_everything": "Kitiltani őket mindenhonnan ahonnan joga van hozzá",
"unban_space_specific": "Kitiltásuk visszavonása bizonyos helyekről ahol joga van hozzá",
"ban_space_specific": "Kitiltani őket bizonyos helyekről ahonnan joga van hozzá",
"unban_space_warning": "Később nem férhetnek hozzá olyan helyekhez ahol ön nem adminisztrátor.",
"error_ban_user": "A felhasználót nem sikerült kizárni",
"error_mute_user": "A felhasználót némítása sikertelen",
"promote_warning": "Nem leszel képes visszavonni ezt a változtatást mivel a felhasználót ugyanarra a szintre emeled amin te vagy.",
"deactivate_confirm_title": "Felhasználó felfüggesztése?",
"deactivate_confirm_description": "A felhasználó deaktiválása a felhasználót kijelentkezteti és megakadályozza, hogy vissza tudjon lépni. Továbbá kilépteti minden szobából, amelynek tagja volt. Ezt nem lehet visszavonni. Biztos, hogy deaktiválja ezt a felhasználót?",
"deactivate_confirm_action": "Felhasználó felfüggesztése",
"error_deactivate": "A felhasználó felfüggesztése nem sikerült",
"role_label": "Szerep itt: <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Kitűzött üzenetek",
"empty": "Még semmi sincs kitűzve",
"explainer": "Ha van hozzá jogosultsága, nyissa meg a menüt bármelyik üzenetben és válassza a <b>Kitűzés</b> menüpontot a kitűzéshez.",
"limits": {
"other": "Csak %(count)s kisalkalmazást tud kitűzni"
}
},
"video_room_chat": {
"title": "Csevegés"
},
"room_summary_card": {
"title": "Szoba információ"
},
"widgets_section": "Kisalkalmazások",
"edit_integrations": "Kisalkalmazások, hidak és botok szerkesztése",
"add_integrations": "Kisalkalmazások, hidak, és botok hozzáadása",
"files_button": "Fájlok",
"polls_button": "Szavazás előzményei",
"pinned_messages_button": "Kitűzött",
"export_chat_button": "Beszélgetés exportálása",
"share_button": "Szoba megosztása",
"settings_button": "Szoba beállítások"
}
}

View file

@ -1,5 +1,4 @@
{
"Are you sure?": "Apakah Anda yakin?",
"An error has occurred.": "Telah terjadi kesalahan.",
"Are you sure you want to reject the invitation?": "Anda yakin menolak undangannya?",
"Email address": "Alamat email",
@ -30,7 +29,6 @@
"Oct": "Okt",
"Nov": "Nov",
"Dec": "Des",
"Admin Tools": "Peralatan Admin",
"Are you sure you want to leave the room '%(roomName)s'?": "Anda yakin ingin meninggalkan ruangan '%(roomName)s'?",
"A new password must be entered.": "Kata sandi baru harus dimasukkan.",
"%(items)s and %(lastItem)s": "%(items)s dan %(lastItem)s",
@ -38,11 +36,8 @@
"Sunday": "Minggu",
"Today": "Hari Ini",
"Changelog": "Changelog",
"This Room": "Ruangan ini",
"Unavailable": "Tidak Tersedia",
"All Rooms": "Semua Ruangan",
"Tuesday": "Selasa",
"Search…": "Cari…",
"Unnamed room": "Ruang tanpa nama",
"Friday": "Jumat",
"Saturday": "Sabtu",
@ -321,10 +316,7 @@
"Removing…": "Menghilangkan…",
"Resume": "Lanjutkan",
"Information": "Informasi",
"Widgets": "Widget",
"Unencrypted": "Tidak Dienkripsi",
"Lock": "Gembok",
"Accepting…": "Menerima…",
"Mushroom": "Jamur",
"Folder": "Map",
"Scissors": "Gunting",
@ -388,31 +380,20 @@
"Lion": "Singa",
"Cat": "Kucing",
"Dog": "Anjing",
"Demote": "Turunkan",
"Deactivate user?": "Nonaktifkan pengguna?",
"Deactivate account": "Nonaktifkan akun",
"Upload Error": "Kesalahan saat Mengunggah",
"Cancel All": "Batalkan Semua",
"Upload all": "Unggah semua",
"Upload files": "Unggah file",
"Power level": "Tingkat daya",
"Revoke invite": "Hapus undangan",
"Edit message": "Edit pesan",
"Email (optional)": "Email (opsional)",
"Light bulb": "Bohlam lampu",
"Thumbs up": "Jempol",
"Room avatar": "Avatar ruangan",
"Room Topic": "Topik Ruangan",
"Room Name": "Nama Ruangan",
"Main address": "Alamat utama",
"General failure": "Kesalahan umum",
"Share User": "Bagikan Pengguna",
"Share Room": "Bagikan Ruangan",
"Incompatible Database": "Databasis Tidak Kompatibel",
"Invite anyway": "Undang saja",
"Demote yourself?": "Turunkan diri Anda?",
"Share room": "Bagikan ruangan",
"Set up": "Siapkan",
"Send Logs": "Kirim Catatan",
"Filter results": "Saring hasil",
"Logs sent": "Catatan terkirim",
@ -428,7 +409,6 @@
"not specified": "tidak ditentukan",
"Join Room": "Bergabung dengan Ruangan",
"Results": "Hasil",
"Joined": "Tergabung",
"Joining": "Bergabung",
"Sent": "Terkirim",
"MB": "MB",
@ -439,7 +419,6 @@
"Hold": "Jeda",
"Transfer": "Pindah",
"Sending": "Mengirim",
"Back up your keys before signing out to avoid losing them.": "Cadangkan kunci Anda sebelum keluar untuk menghindari kehilangannya.",
"Backup version:": "Versi cadangan:",
"This backup is trusted because it has been restored on this session": "Cadangan ini dipercayai karena telah dipulihkan di sesi ini",
"To join a space you'll need an invite.": "Untuk bergabung sebuah space Anda membutuhkan undangan.",
@ -448,92 +427,18 @@
"Your homeserver has exceeded one of its resource limits.": "Homeserver Anda telah melebihi batas sumber dayanya.",
"Your homeserver has exceeded its user limit.": "Homeserver Anda telah melebihi batas penggunanya.",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Untuk melaporkan masalah keamanan yang berkaitan dengan Matrix, mohon baca <a>Kebijakan Penyingkapan Keamanan</a> Matrix.org.",
"Close this widget to view it in this panel": "Tutup widget ini untuk menampilkannya di panel ini",
"Unpin this widget to view it in this panel": "Lepaskan pin widget ini untuk menampilkanya di panel ini",
"Pinned messages": "Pesan yang dipasangi pin",
"Nothing pinned, yet": "Belum ada yang dipasangi pin",
"You can only pin up to %(count)s widgets": {
"other": "Anda hanya dapat memasang pin sampai %(count)s widget"
},
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Jika Anda memiliki izin, buka menunya di pesan apa saja dan pilih <b>Pin</b> untuk menempelkannya di sini.",
"Yours, or the other users' session": "Sesi Anda, atau pengguna yang lain",
"Yours, or the other users' internet connection": "Koneksi internet Anda, atau pengguna yang lain",
"The homeserver the user you're verifying is connected to": "Homeserver pengguna yang Anda memverifikasi",
"Your homeserver": "Homeserver Anda",
"One of the following may be compromised:": "Salah satu dari berikut ini dapat dikompromikan:",
"Your messages are not secure": "Pesan-pesan Anda tidak aman",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Untuk keamanan lebih, verifikasi pengguna ini dengan memeriksa kode satu kali di kedua perangkat Anda.",
"Verify User": "Verifikasi Pengguna",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Di ruangan terenkripsi, pesan Anda diamankan dan hanya Anda dan penerimanya mempunyai kunci yang unik untuk mengaksesnya.",
"Messages in this room are not end-to-end encrypted.": "Pesan di ruangan ini tidak dienkripsi secara ujung ke ujung.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Pesan Anda diamankan dan hanya Anda dan penerimanya mempunyai kunci yang unik untuk mengaksesnya.",
"Messages in this room are end-to-end encrypted.": "Pesan di ruangan ini terenkripsi secara ujung ke ujung.",
"Start Verification": "Mulai Verifikasi",
"Waiting for %(displayName)s to accept…": "Menunggu untuk %(displayName)s untuk menerima…",
"Show more": "Tampilkan lebih banyak",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Tetapkan alamat untuk ruangan ini supaya pengguna dapat menemukan space ini melalui homeserver Anda (%(localDomain)s)",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Tetapkan alamat untuk space ini supaya pengguna dapat menemukan space ini melalui homeserver Anda (%(localDomain)s)",
"Local Addresses": "Alamat Lokal",
"New published address (e.g. #alias:server)": "Alamat baru yang akan dipublikasikan (mis. #alias:server)",
"No other published addresses yet, add one below": "Tidak ada alamat yang dipublikasikan, tambahkan satu di bawah",
"Other published addresses:": "Alamat lainnya yang dipublikasikan:",
"To publish an address, it needs to be set as a local address first.": "Untuk mempublikasikan sebuah alamat, itu harus diatur sebagai alamat lokal dahulu.",
"Published addresses can be used by anyone on any server to join your room.": "Alamat yang dipublikasikan dapat digunakan oleh siapa saja di server apa saja untuk bergabung dengan ruangan Anda.",
"Published addresses can be used by anyone on any server to join your space.": "Alamat yang dipublikasikan dapat digunakan oleh siapa saja di server apa saja untuk bergabung dengan space Anda.",
"Published Addresses": "Alamat yang Dipublikasikan",
"Local address": "Alamat lokal",
"This room has no local addresses": "Ruangan ini tidak memiliki alamat lokal",
"This space has no local addresses": "Space ini tidak memiliki alamat lokal",
"Error removing address": "Terjadi kesalahan menghapus alamat",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Terjadi sebuah kesalahan menghapus alamat. Itu mungkin sudah tidak ada atau ada kesalahan sementara.",
"You don't have permission to delete the address.": "Anda tidak memiliki izin untuk menghapus alamatnya.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Terjadi sebuah kesalahan membuat alamat. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"Error creating address": "Terjadi kesalahan membuat alamat",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Terjadi sebuah kesalahan memperbarui alamat alternatif ruangan. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Terjadi sebuah kesalahan memperbarui alamat utama ruangan. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"Error updating main address": "Terjadi kesalahan memperbarui alamat utama",
"Stop recording": "Hentikan merekam",
"We didn't find a microphone on your device. Please check your settings and try again.": "Kami tidak menemukan sebuah mikrofon di perangkat Anda. Mohon periksa pengaturan Anda dan coba lagi.",
"No microphone found": "Tidak ada mikrofon yang ditemukan",
"We were unable to access your microphone. Please check your browser settings and try again.": "Kami tidak dapat mengakses mikrofon Anda. Mohon periksa pengaturan browser Anda dan coba lagi.",
"Unable to access your microphone": "Tidak dapat mengakses mikrofon Anda",
"Jump to first unread message.": "Pergi ke pesan pertama yang belum dibaca.",
"Invited by %(sender)s": "Diundang oleh %(sender)s",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Tidak dapat menghapus undangan. Server ini mungkin mengalami masalah sementara atau Anda tidak memiliki izin yang dibutuhkan untuk menghapus undangannya.",
"Failed to revoke invite": "Gagal untuk menghapus undangan",
"Add some now": "Tambahkan beberapa stiker sekarang",
"You don't currently have any stickerpacks enabled": "Anda saat ini tidak memiliki paket stiker apa pun yang diaktifkan",
"Failed to connect to integration manager": "Gagal untuk menghubung ke manajer integrasi",
"Only room administrators will see this warning": "Hanya administrator ruangan yang akan melihat peringatan ini",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Ruangan ini berjalan dengan versi ruangan <roomVersion />, yang homeserver ini menandainya sebagai <i>tidak stabil</i>.",
"This room has already been upgraded.": "Ruangan ini telah ditingkatkan.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Meningkatkan ruangan ini akan mematikan instansi ruangan saat ini dan membuat ruangan yang ditingkatkan dengan nama yang sama.",
"Create new room": "Buat ruangan baru",
"View message": "Tampilkan pesan",
"Send voice message": "Kirim sebuah pesan suara",
"and %(count)s others...": {
"one": "dan satu lainnya...",
"other": "dan %(count)s lainnya..."
},
"Scroll to most recent messages": "Gulir ke pesan yang terbaru",
"Failed to send": "Gagal untuk dikirim",
"Your message was sent": "Pesan Anda telah terkirim",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Keaslian pesan terenkripsi ini tidak dapat dijamin pada perangkat ini.",
"Encrypted by a deleted session": "Terenkripsi oleh sesi yang terhapus",
"Encrypted by an unverified session": "Terenkripsi oleh sesi yang belum diverifikasi",
"Reply in thread": "Balas di utasan",
"Message Actions": "Aksi Pesan",
"This event could not be displayed": "Peristiwa ini tidak dapat ditampilkan",
"%(count)s reply": {
"one": "%(count)s balasan",
"other": "%(count)s balasan"
},
"Everyone in this room is verified": "Semuanya di ruangan ini telah terverifikasi",
"This room is end-to-end encrypted": "Ruangan ini dienkripsi secara ujung ke ujung",
"Someone is using an unknown session": "Seseorang menggunakan sesi yang tidak dikenal",
"You have verified this user. This user has verified all of their sessions.": "Anda telah memverifikasi pengguna ini. Pengguna ini telah memverifikasi semua sesinya.",
"You have not verified this user.": "Anda belum memverifikasi pengguna ini.",
"This user has not verified all of their sessions.": "Pengguna ini belum memverifikasi semua sesinya.",
"Can't load this message": "Tidak dapat memuat pesan ini",
"Submit logs": "Kirim catatan",
"Edited at %(date)s. Click to view edits.": "Diedit di %(date)s. Klik untuk melihat editan.",
@ -597,21 +502,6 @@
"Verify by scanning": "Verifikasi dengan memindai",
"Edit devices": "Edit perangkat",
"This client does not support end-to-end encryption.": "Klien ini tidak mendukung enkripsi ujung ke ujung.",
"Role in <RoomName/>": "Peran di <RoomName/>",
"Failed to deactivate user": "Gagal untuk menonaktifkan pengguna",
"Deactivate user": "Nonaktifkan pengguna",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Menonaktifkan pengguna ini akan mengeluarkan dan mencegahnya masuk ke akun lagi. Pengguna itu juga akan meninggalkan semua ruangan yang pengguna itu berada. Aksi ini tidak dapat dibatalkan. Apakah Anda yakin Anda ingin menonaktifkan pengguna ini?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Anda tidak akan dapat membatalkan perubahan ini ketika Anda mempromosikan pengguna untuk memiliki tingkat daya yang sama dengan Anda sendiri.",
"Failed to mute user": "Gagal untuk membisukan pengguna",
"Failed to ban user": "Gagal untuk mencekal pengguna",
"They won't be able to access whatever you're not an admin of.": "Mereka tidak dapat mengakses apa saja yang Anda bukan admin di sana.",
"Ban them from specific things I'm able to": "Cekal dari beberapa hal yang saya dapat melakukan",
"Unban them from specific things I'm able to": "Batalkan pencekalan dari beberapa hal yang saya dapat melakukan",
"Unban them from everything I'm able to": "Batalkan pencekalan dari semuanya yang saya dapat melakukan",
"Ban them from everything I'm able to": "Cekal dari semuanya yang saya dapat melakukan",
"Ban from %(roomName)s": "Cekal dari %(roomName)s",
"Unban from %(roomName)s": "Batalkan cekalan dari %(roomName)s",
"Remove recent messages": "Hapus pesan terkini",
"Remove %(count)s messages": {
"one": "Hapus 1 pesan",
"other": "Hapus %(count)s pesan"
@ -620,29 +510,15 @@
"Remove recent messages by %(user)s": "Hapus pesan terkini dari %(user)s",
"No recent messages by %(user)s found": "Tidak ada pesan terkini dari %(user)s yang ditemukan",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Coba gulir ke atas di lini masa untuk melihat apa ada pesan-pesan sebelumnya.",
"They'll still be able to access whatever you're not an admin of.": "Mereka masih dapat mengakses apa saja yang Anda bukan admin di sana.",
"Disinvite from %(roomName)s": "Batalkan pengundangan dari %(roomName)s",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Anda tidak akan dapat mengubah kembali perubahan ini ketika Anda menurunkan diri Anda, jika Anda adalah pengguna hak istimewa terakhir di ruangan tersebut, mendapatkan kembali hak istimewa itu tidak memungkinkan.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Anda tidak akan dapat mengubah kembali perubahan ini ketika Anda menurunkan diri Anda, jika Anda adalah pengguna hak istimewa terakhir di space tersebut, mendapatkan kembali hak istimewa itu tidak memungkinkan.",
"Share Link to User": "Bagikan Tautan ke Pengguna",
"Jump to read receipt": "Pergi ke laporan dibaca",
"Hide sessions": "Sembunyikan sesi",
"%(count)s sessions": {
"one": "%(count)s sesi",
"other": "%(count)s sesi"
},
"Hide verified sessions": "Sembunyikan sesi terverifikasi",
"%(count)s verified sessions": {
"one": "1 sesi terverifikasi",
"other": "%(count)s sesi terverifikasi"
},
"Room settings": "Pengaturan ruangan",
"Export chat": "Ekspor obrolan",
"Files": "File",
"Not encrypted": "Tidak terenkripsi",
"Add widgets, bridges & bots": "Tambahkan widget, jembatan & bot",
"Edit widgets, bridges & bots": "Edit widget, jembatan & bot",
"Set my room layout for everyone": "Tetapkan tata letak ruangan saya untuk semuanya",
"Server did not return valid authentication information.": "Server tidak memberikan informasi autentikasi yang absah.",
"Server did not require any authentication": "Server tidak membutuhkan autentikasi apa pun",
"There was a problem communicating with the server. Please try again.": "Terjadi sebuah masalah ketika berkomunikasi dengan server. Mohon coba lagi.",
@ -822,10 +698,8 @@
"This room is public": "Ruangan ini publik",
"Unable to start audio streaming.": "Tidak dapat memulai penyiaran audio.",
"Failed to start livestream": "Gagal untuk memulai siaran langsung",
"Copy link to thread": "Salin tautan ke utasan",
"Thread options": "Opsi utasan",
"Forget": "Lupakan",
"View in room": "Tampilkan di ruangan",
"Resend %(unsentCount)s reaction(s)": "Kirim ulang %(unsentCount)s reaksi",
"If you've forgotten your Security Key you can <button>set up new recovery options</button>": "Jika Anda lupa Kunci Keamanan, Anda dapat <button>menyiapkan opsi pemulihan baru</button>",
"Access your secure message history and set up secure messaging by entering your Security Key.": "Akses riwayat pesan aman Anda dan siapkan perpesanan aman dengan memasukkan Kunci Keamanan Anda.",
@ -1022,7 +896,6 @@
"Moderation": "Moderasi",
"Messaging": "Perpesanan",
"Spaces you know that contain this space": "Space yang Anda tahu yang berisi space ini",
"Chat": "Obrolan",
"Recently viewed": "Baru saja dilihat",
"%(count)s votes cast. Vote to see the results": {
"one": "%(count)s suara. Vote untuk melihat hasilnya",
@ -1061,14 +934,7 @@
"Verify other device": "Verifikasi perangkat lain",
"You cancelled verification on your other device.": "Anda membatalkan verifikasi di perangkat Anda yang lain.",
"Almost there! Is your other device showing the same shield?": "Hampir selesai! Apakah perangkat lain Anda menampilkan perisai yang sama?",
"To proceed, please accept the verification request on your other device.": "Untuk melanjutkan, mohon terima permintaan verifikasi di perangkat Anda yang lain.",
"Could not fetch location": "Tidak dapat mendapatkan lokasi",
"From a thread": "Dari sebuah utasan",
"Remove from %(roomName)s": "Keluarkan dari %(roomName)s",
"Remove from room": "Keluarkan dari ruangan",
"Failed to remove user": "Gagal untuk mengeluarkan pengguna",
"Remove them from specific things I'm able to": "Keluarkan dari hal-hal spesifik yang saya bisa",
"Remove them from everything I'm able to": "Keluarkan dari semuanya yang saya bisa",
"Message pending moderation: %(reason)s": "Pesan akan dimoderasikan: %(reason)s",
"Message pending moderation": "Pesan akan dimoderasikan",
"Pick a date to jump to": "Pilih sebuah tanggal untuk pergi ke tanggalnya",
@ -1085,8 +951,6 @@
"Join %(roomAddress)s": "Bergabung dengan %(roomAddress)s",
"Results will be visible when the poll is ended": "Hasil akan tersedia setelah pemungutan suara berakhir",
"Search Dialog": "Dialog Pencarian",
"Pinned": "Disematkan",
"Open thread": "Buka utasan",
"What location type do you want to share?": "Tipe lokasi apa yang Anda ingin bagikan?",
"Drop a Pin": "Drop sebuah Pin",
"My live location": "Lokasi langsung saya",
@ -1118,13 +982,6 @@
"Live location enabled": "Lokasi langsung diaktifkan",
"Live location error": "Kesalahan lokasi langsung",
"Live until %(expiryTime)s": "Langsung sampai %(expiryTime)s",
"Ban from room": "Cekal dari ruangan",
"Unban from room": "Batalkan cekalan dari ruangan",
"Ban from space": "Cekal dari space",
"Unban from space": "Batalkan cekalan dari space",
"Disinvite from room": "Batalkan undangan dari ruangan",
"Remove from space": "Keluarkan dari space",
"Disinvite from space": "Batalkan undangan dari space",
"No live locations": "Tidak ada lokasi langsung",
"Close sidebar": "Tutup bilah samping",
"View List": "Tampilkan Daftar",
@ -1149,7 +1006,6 @@
"Cameras": "Kamera",
"Output devices": "Perangkat keluaran",
"Input devices": "Perangkat masukan",
"Show Labs settings": "Tampilkan pengaturan Uji Coba",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Pesan Anda tidak dikirim karena homeserver ini telah diblokir oleh administrator. Mohon <a>hubungi administrator layanan Anda</a> untuk terus menggunakan layanan ini.",
"An error occurred whilst sharing your live location, please try again": "Sebuah kesalahan terjadi saat membagikan lokasi langsung Anda, mohon coba lagi",
"An error occurred whilst sharing your live location": "Sebuah kesalahan terjadi saat berbagi lokasi langsung Anda",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s atau %(recoveryFile)s",
"Video call ended": "Panggilan video berakhir",
"%(name)s started a video call": "%(name)s memulai sebuah panggilan video",
"Room info": "Informasi ruangan",
"Completing set up of your new device": "Menyelesaikan penyiapan perangkat baru Anda",
"Waiting for device to sign in": "Menunggu perangkat untuk masuk",
"Review and approve the sign in": "Lihat dan perbolehkan pemasukan",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Terlalu banyak upaya dalam waktu yang singkat. Coba lagi setelah %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Terlalu banyak upaya. Tunggu beberapa waktu sebelum mencoba lagi.",
"Thread root ID: %(threadRootId)s": "ID akar utasan: %(threadRootId)s",
"We were unable to start a chat with the other user.": "Kami tidak dapat memulai sebuah obrolan dengan pengguna lain.",
"Error starting verification": "Terjadi kesalahan memulai verifikasi",
"<w>WARNING:</w> <description/>": "<w>PERINGATAN:</w> <description/>",
"Unable to decrypt message": "Tidak dapat mendekripsi pesan",
"This message could not be decrypted": "Pesan ini tidak dapat didekripsi",
" in <strong>%(room)s</strong>": " di <strong>%(room)s</strong>",
"Text": "Teks",
"Create a link": "Buat sebuah tautan",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Anda tidak dapat memulai sebuah pesan suara karena Anda saat ini merekam sebuah siaran langsung. Silakan mengakhiri siaran langsung Anda untuk memulai merekam sebuah pesan suara.",
"Can't start voice message": "Tidak dapat memulai pesan suara",
"Edit link": "Sunting tautan",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Semua pesan dan undangan dari pengguna ini akan disembunyikan. Apakah Anda yakin ingin mengabaikan?",
"Ignore %(user)s": "Abaikan %(user)s",
"unknown": "tidak diketahui",
"Declining…": "Menolak…",
"There are no past polls in this room": "Tidak ada pemungutan suara sebelumnya di ruangan ini",
@ -1247,8 +1093,6 @@
"Checking…": "Memeriksa…",
"Waiting for partner to confirm…": "Menunggu pengguna untuk konfirmasi…",
"Adding…": "Menambahkan…",
"Encrypting your message…": "Mengenkripsi pesan Anda…",
"Sending your message…": "Mengirim pesan Anda…",
"Starting export process…": "Memulai proses pengeksporan…",
"Loading polls": "Memuat pemungutan suara",
"Ended a poll": "Mengakhiri sebuah pemungutan suara",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Server merespons dengan %(statusCode)s dengan kode kesalahan %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Kami tidak dapat menemukan peristiwa sebelumnya dari %(dateString)s. Coba pilih tanggal yang lebih awal.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Sebuah kesalahan jaringan terjadi saat mencari dan menuju ke tanggal yang diberikan. Homeserver Anda mungkin tidak tersedia atau ada masalah sementara dengan koneksi internet Anda. Silakan coba lagi. Jika ini masih berlanjut, silakan hubungi administrator homeserver Anda.",
"Poll history": "Riwayat pemungutan suara",
"Start DM anyway": "Mulai percakapan langsung saja",
"Start DM anyway and never warn me again": "Mulai percakapan langsung saja dan jangan peringatkan saya lagi",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Tidak dapat menemukan profil untuk ID Matrix yang disertakan di bawah — apakah Anda ingin memulai percakapan langsung saja?",
"Search all rooms": "Cari semua ruangan",
"Search this room": "Cari ruangan ini",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Setelah pengguna yang diundang telah bergabung ke %(brand)s, Anda akan dapat bercakapan dan ruangan akan terenkripsi secara ujung ke ujung",
"Waiting for users to join %(brand)s": "Menunggu pengguna untuk bergabung ke %(brand)s",
"Are you sure you wish to remove (delete) this event?": "Apakah Anda yakin ingin menghilangkan (menghapus) peristiwa ini?",
@ -1414,7 +1255,12 @@
"low_priority": "Prioritas rendah",
"historical": "Riwayat",
"go_to_settings": "Pergi ke Pengaturan",
"setup_secure_messages": "Siapkan Pesan Aman"
"setup_secure_messages": "Siapkan Pesan Aman",
"unencrypted": "Tidak Dienkripsi",
"view_message": "Tampilkan pesan",
"joined": "Tergabung",
"show_more": "Tampilkan lebih banyak",
"are_you_sure": "Apakah Anda yakin?"
},
"action": {
"continue": "Lanjut",
@ -1751,9 +1597,17 @@
"formatting_toolbar_label": "Format",
"format_italics": "Miring",
"format_insert_link": "Tambahkan tautan",
"replying_title": "Membalas"
"replying_title": "Membalas",
"edit_composer_label": "Edit pesan",
"send_voice_message": "Kirim sebuah pesan suara",
"stop_voice_message": "Hentikan merekam",
"link_modal": {
"title_edit": "Sunting tautan",
"title_create": "Buat sebuah tautan",
"text_field_label": "Teks",
"link_field_label": "Tautan"
}
},
"Link": "Tautan",
"Code": "Kode",
"power_level": {
"default": "Bawaan",
@ -2853,7 +2707,19 @@
"one": "Dilihat oleh %(count)s orang",
"other": "Dilihat oleh %(count)s orang"
},
"read_receipts_label": "Laporan dibaca"
"read_receipts_label": "Laporan dibaca",
"thread_info_basic": "Dari sebuah utasan",
"error_no_renderer": "Peristiwa ini tidak dapat ditampilkan",
"undecryptable_tooltip": "Pesan ini tidak dapat didekripsi",
"send_state_sending": "Mengirim pesan Anda…",
"send_state_encrypting": "Mengenkripsi pesan Anda…",
"send_state_sent": "Pesan Anda telah terkirim",
"send_state_failed": "Gagal untuk dikirim",
"mab": {
"label": "Aksi Pesan",
"view_in_room": "Tampilkan di ruangan",
"copy_link_thread": "Salin tautan ke utasan"
}
},
"slash_command": {
"spoiler": "Mengirim pesan sebagai spoiler",
@ -3075,7 +2941,11 @@
"other": "%(count)s orang bergabung"
},
"unknown_person": "pengguna tidak dikenal",
"connecting": "Menghubungkan"
"connecting": "Menghubungkan",
"unable_to_access_audio_input_title": "Tidak dapat mengakses mikrofon Anda",
"unable_to_access_audio_input_description": "Kami tidak dapat mengakses mikrofon Anda. Mohon periksa pengaturan browser Anda dan coba lagi.",
"no_audio_input_title": "Tidak ada mikrofon yang ditemukan",
"no_audio_input_description": "Kami tidak menemukan sebuah mikrofon di perangkat Anda. Mohon periksa pengaturan Anda dan coba lagi."
},
"Other": "Lainnya",
"room_settings": {
@ -3200,7 +3070,32 @@
"save": "Simpan Perubahan",
"leave_space": "Tinggalkan Space",
"aliases_section": "Alamat Ruangan",
"other_section": "Lainnya"
"other_section": "Lainnya",
"error_updating_canonical_alias_title": "Terjadi kesalahan memperbarui alamat utama",
"error_updating_canonical_alias_description": "Terjadi sebuah kesalahan memperbarui alamat utama ruangan. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"error_updating_alias_description": "Terjadi sebuah kesalahan memperbarui alamat alternatif ruangan. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"error_creating_alias_title": "Terjadi kesalahan membuat alamat",
"error_creating_alias_description": "Terjadi sebuah kesalahan membuat alamat. Ini mungkin tidak diperbolehkan oleh servernya atau ada kegagalan sementara.",
"error_deleting_alias_description_forbidden": "Anda tidak memiliki izin untuk menghapus alamatnya.",
"error_deleting_alias_description": "Terjadi sebuah kesalahan menghapus alamat. Itu mungkin sudah tidak ada atau ada kesalahan sementara.",
"error_deleting_alias_title": "Terjadi kesalahan menghapus alamat",
"canonical_alias_field_label": "Alamat utama",
"no_aliases_space": "Space ini tidak memiliki alamat lokal",
"no_aliases_room": "Ruangan ini tidak memiliki alamat lokal",
"local_alias_field_label": "Alamat lokal",
"published_aliases_section": "Alamat yang Dipublikasikan",
"published_aliases_explainer_space": "Alamat yang dipublikasikan dapat digunakan oleh siapa saja di server apa saja untuk bergabung dengan space Anda.",
"published_aliases_explainer_room": "Alamat yang dipublikasikan dapat digunakan oleh siapa saja di server apa saja untuk bergabung dengan ruangan Anda.",
"published_aliases_description": "Untuk mempublikasikan sebuah alamat, itu harus diatur sebagai alamat lokal dahulu.",
"aliases_items_label": "Alamat lainnya yang dipublikasikan:",
"aliases_no_items_label": "Tidak ada alamat yang dipublikasikan, tambahkan satu di bawah",
"new_alias_placeholder": "Alamat baru yang akan dipublikasikan (mis. #alias:server)",
"local_aliases_section": "Alamat Lokal",
"local_aliases_explainer_space": "Tetapkan alamat untuk space ini supaya pengguna dapat menemukan space ini melalui homeserver Anda (%(localDomain)s)",
"local_aliases_explainer_room": "Tetapkan alamat untuk ruangan ini supaya pengguna dapat menemukan space ini melalui homeserver Anda (%(localDomain)s)",
"name_field_label": "Nama Ruangan",
"topic_field_label": "Topik Ruangan",
"avatar_field_label": "Avatar ruangan"
},
"advanced": {
"unfederated": "Ruangan ini tidak dapat diakses oleh pengguna Matrix jarak jauh",
@ -3305,7 +3200,13 @@
"verification_skip_warning": "Tanpa memverifikasi, Anda tidak akan memiliki akses ke semua pesan Anda dan tampak tidak dipercayai kepada lainnya.",
"verify_later": "Saya verifikasi nanti",
"verify_reset_warning_1": "Mengatur ulang kunci verifikasi Anda tidak dapat dibatalkan. Setelah mengatur ulang, Anda tidak akan memiliki akses ke pesan terenkripsi lama, dan semua orang yang sebelumnya telah memverifikasi Anda akan melihat peringatan keamanan sampai Anda memverifikasi ulang dengan mereka.",
"verify_reset_warning_2": "Hanya lanjutkan jika Anda yakin Anda telah kehilangan semua perangkat lainnya dan kunci keamanan Anda."
"verify_reset_warning_2": "Hanya lanjutkan jika Anda yakin Anda telah kehilangan semua perangkat lainnya dan kunci keamanan Anda.",
"self_verification_hint": "Untuk melanjutkan, mohon terima permintaan verifikasi di perangkat Anda yang lain.",
"waiting_for_user_accept": "Menunggu untuk %(displayName)s untuk menerima…",
"accepting": "Menerima…",
"start_button": "Mulai Verifikasi",
"error_starting_title": "Terjadi kesalahan memulai verifikasi",
"error_starting_description": "Kami tidak dapat memulai sebuah obrolan dengan pengguna lain."
},
"old_version_detected_title": "Data kriptografi lama terdeteksi",
"old_version_detected_description": "Data dari %(brand)s versi lama telah terdeteksi. Ini akan menyebabkan kriptografi ujung ke ujung tidak berfungsi di versi yang lebih lama. Pesan terenkripsi secara ujung ke ujung yang dipertukarkan baru-baru ini saat menggunakan versi yang lebih lama mungkin tidak dapat didekripsi dalam versi ini. Ini juga dapat menyebabkan pesan yang dipertukarkan dengan versi ini gagal. Jika Anda mengalami masalah, keluar dan masuk kembali. Untuk menyimpan riwayat pesan, ekspor dan impor ulang kunci Anda.",
@ -3338,6 +3239,26 @@
"description_1": "Sesi ini telah mendeteksi bahwa Frasa Keamanan dan kunci untuk Pesan Aman Anda telah dihapus.",
"description_2": "Jika Anda melakukan ini secara tidak sengaja, Anda dapat mengatur Pesan Aman pada sesi ini yang akan mengenkripsi ulang riwayat pesan sesi ini dengan metode pemulihan baru.",
"warning": "Jika Anda tidak menghapus metode pemulihan, sebuah penyerang mungkin mencoba mengakses akun Anda. Ubah kata sandi akun Anda dan segera tetapkan metode pemulihan baru di Pengaturan."
},
"setup_secure_backup": {
"explainer": "Cadangkan kunci Anda sebelum keluar untuk menghindari kehilangannya.",
"title": "Siapkan"
},
"cross_signing_user_warning": "Pengguna ini belum memverifikasi semua sesinya.",
"cross_signing_user_normal": "Anda belum memverifikasi pengguna ini.",
"cross_signing_user_verified": "Anda telah memverifikasi pengguna ini. Pengguna ini telah memverifikasi semua sesinya.",
"cross_signing_room_warning": "Seseorang menggunakan sesi yang tidak dikenal",
"cross_signing_room_normal": "Ruangan ini dienkripsi secara ujung ke ujung",
"cross_signing_room_verified": "Semuanya di ruangan ini telah terverifikasi",
"event_shield_reason_authenticity_not_guaranteed": "Keaslian pesan terenkripsi ini tidak dapat dijamin pada perangkat ini.",
"event_shield_reason_mismatched_sender_key": "Terenkripsi oleh sesi yang belum diverifikasi",
"messages_not_secure": {
"title": "Pesan-pesan Anda tidak aman",
"heading": "Salah satu dari berikut ini dapat dikompromikan:",
"cause_1": "Homeserver Anda",
"cause_2": "Homeserver pengguna yang Anda memverifikasi",
"cause_3": "Koneksi internet Anda, atau pengguna yang lain",
"cause_4": "Sesi Anda, atau pengguna yang lain"
}
},
"emoji": {
@ -3694,7 +3615,10 @@
"error_loading": "Terjadi kesalahan saat memuat Widget",
"error_mixed_content": "Terjadi kesalahan — Konten tercampur",
"unmaximise": "Minimalkan",
"popout": "Widget popout"
"popout": "Widget popout",
"unpin_to_view_right_panel": "Lepaskan pin widget ini untuk menampilkanya di panel ini",
"close_to_view_right_panel": "Tutup widget ini untuk menampilkannya di panel ini",
"set_room_layout": "Tetapkan tata letak ruangan saya untuk semuanya"
},
"feedback": {
"sent": "Masukan terkirim",
@ -3788,7 +3712,9 @@
"show_all_threads": "Tampilkan semua utasan",
"empty_explainer": "Utasan membantu membuat obrolan sesuai topik dan mudah untuk dilacak.",
"empty_tip": "<b>Tip:</b> Gunakan “%(replyInThread)s” ketika kursor di atas pesan.",
"empty_heading": "Buat diskusi tetap teratur dengan utasan"
"empty_heading": "Buat diskusi tetap teratur dengan utasan",
"open_thread": "Buka utasan",
"unable_to_decrypt": "Tidak dapat mendekripsi pesan"
},
"theme": {
"light_high_contrast": "Kontras tinggi terang",
@ -4048,7 +3974,21 @@
"knock_cancel_action": "Batalkan permintaan",
"join_failed_needs_invite": "Untuk menampilkan %(roomName)s, Anda perlu sebuah undangan",
"view_failed_enable_video_rooms": "Untuk menampilkan, mohon aktifkan ruangan video dalam Uji Coba terlebih dahulu",
"join_failed_enable_video_rooms": "Untuk bergabung, mohon aktifkan ruangan video di Uji Coba terlebih dahulu"
"join_failed_enable_video_rooms": "Untuk bergabung, mohon aktifkan ruangan video di Uji Coba terlebih dahulu",
"jump_to_bottom_button": "Gulir ke pesan yang terbaru",
"show_labs_settings": "Tampilkan pengaturan Uji Coba",
"upgrade_warning_bar": "Meningkatkan ruangan ini akan mematikan instansi ruangan saat ini dan membuat ruangan yang ditingkatkan dengan nama yang sama.",
"upgrade_warning_bar_upgraded": "Ruangan ini telah ditingkatkan.",
"upgrade_warning_bar_unstable": "Ruangan ini berjalan dengan versi ruangan <roomVersion />, yang homeserver ini menandainya sebagai <i>tidak stabil</i>.",
"upgrade_warning_bar_admins": "Hanya administrator ruangan yang akan melihat peringatan ini",
"search": {
"this_room": "Ruangan ini",
"all_rooms": "Semua Ruangan",
"field_placeholder": "Cari…",
"this_room_button": "Cari ruangan ini",
"all_rooms_button": "Cari semua ruangan"
},
"jump_read_marker": "Pergi ke pesan pertama yang belum dibaca."
},
"file_panel": {
"guest_note": "Anda harus <a>mendaftar</a> untuk menggunakan kegunaan ini",
@ -4273,5 +4213,87 @@
"invited_list_heading": "Diundang",
"filter_placeholder": "Saring anggota ruangan",
"power_label": "%(userName)s (tingkat daya %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Anda saat ini tidak memiliki paket stiker apa pun yang diaktifkan",
"empty_add_prompt": "Tambahkan beberapa stiker sekarang"
},
"user_info": {
"error_revoke_3pid_invite_title": "Gagal untuk menghapus undangan",
"error_revoke_3pid_invite_description": "Tidak dapat menghapus undangan. Server ini mungkin mengalami masalah sementara atau Anda tidak memiliki izin yang dibutuhkan untuk menghapus undangannya.",
"admin_tools_section": "Peralatan Admin",
"revoke_invite": "Hapus undangan",
"invited_by": "Diundang oleh %(sender)s",
"room_encrypted": "Pesan di ruangan ini terenkripsi secara ujung ke ujung.",
"room_encrypted_detail": "Pesan Anda diamankan dan hanya Anda dan penerimanya mempunyai kunci yang unik untuk mengaksesnya.",
"room_unencrypted": "Pesan di ruangan ini tidak dienkripsi secara ujung ke ujung.",
"room_unencrypted_detail": "Di ruangan terenkripsi, pesan Anda diamankan dan hanya Anda dan penerimanya mempunyai kunci yang unik untuk mengaksesnya.",
"verify_button": "Verifikasi Pengguna",
"verify_explainer": "Untuk keamanan lebih, verifikasi pengguna ini dengan memeriksa kode satu kali di kedua perangkat Anda.",
"hide_verified_sessions": "Sembunyikan sesi terverifikasi",
"hide_sessions": "Sembunyikan sesi",
"ignore_confirm_title": "Abaikan %(user)s",
"ignore_confirm_description": "Semua pesan dan undangan dari pengguna ini akan disembunyikan. Apakah Anda yakin ingin mengabaikan?",
"jump_to_rr_button": "Pergi ke laporan dibaca",
"share_button": "Bagikan Tautan ke Pengguna",
"demote_self_confirm_title": "Turunkan diri Anda?",
"demote_self_confirm_description_space": "Anda tidak akan dapat mengubah kembali perubahan ini ketika Anda menurunkan diri Anda, jika Anda adalah pengguna hak istimewa terakhir di space tersebut, mendapatkan kembali hak istimewa itu tidak memungkinkan.",
"demote_self_confirm_room": "Anda tidak akan dapat mengubah kembali perubahan ini ketika Anda menurunkan diri Anda, jika Anda adalah pengguna hak istimewa terakhir di ruangan tersebut, mendapatkan kembali hak istimewa itu tidak memungkinkan.",
"demote_button": "Turunkan",
"disinvite_button_space": "Batalkan undangan dari space",
"kick_button_space": "Keluarkan dari space",
"disinvite_button_room": "Batalkan undangan dari ruangan",
"kick_button_room": "Keluarkan dari ruangan",
"disinvite_button_room_name": "Batalkan pengundangan dari %(roomName)s",
"kick_button_room_name": "Keluarkan dari %(roomName)s",
"kick_button_space_everything": "Keluarkan dari semuanya yang saya bisa",
"kick_space_specific": "Keluarkan dari hal-hal spesifik yang saya bisa",
"kick_space_warning": "Mereka masih dapat mengakses apa saja yang Anda bukan admin di sana.",
"error_kicking_user": "Gagal untuk mengeluarkan pengguna",
"redact_button": "Hapus pesan terkini",
"unban_button_space": "Batalkan cekalan dari space",
"ban_button_space": "Cekal dari space",
"unban_button_room": "Batalkan cekalan dari ruangan",
"ban_button_room": "Cekal dari ruangan",
"unban_room_confirm_title": "Batalkan cekalan dari %(roomName)s",
"ban_room_confirm_title": "Cekal dari %(roomName)s",
"unban_space_everything": "Batalkan pencekalan dari semuanya yang saya dapat melakukan",
"ban_space_everything": "Cekal dari semuanya yang saya dapat melakukan",
"unban_space_specific": "Batalkan pencekalan dari beberapa hal yang saya dapat melakukan",
"ban_space_specific": "Cekal dari beberapa hal yang saya dapat melakukan",
"unban_space_warning": "Mereka tidak dapat mengakses apa saja yang Anda bukan admin di sana.",
"error_ban_user": "Gagal untuk mencekal pengguna",
"error_mute_user": "Gagal untuk membisukan pengguna",
"promote_warning": "Anda tidak akan dapat membatalkan perubahan ini ketika Anda mempromosikan pengguna untuk memiliki tingkat daya yang sama dengan Anda sendiri.",
"deactivate_confirm_title": "Nonaktifkan pengguna?",
"deactivate_confirm_description": "Menonaktifkan pengguna ini akan mengeluarkan dan mencegahnya masuk ke akun lagi. Pengguna itu juga akan meninggalkan semua ruangan yang pengguna itu berada. Aksi ini tidak dapat dibatalkan. Apakah Anda yakin Anda ingin menonaktifkan pengguna ini?",
"deactivate_confirm_action": "Nonaktifkan pengguna",
"error_deactivate": "Gagal untuk menonaktifkan pengguna",
"role_label": "Peran di <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Pesan yang dipasangi pin",
"empty": "Belum ada yang dipasangi pin",
"explainer": "Jika Anda memiliki izin, buka menunya di pesan apa saja dan pilih <b>Pin</b> untuk menempelkannya di sini.",
"limits": {
"other": "Anda hanya dapat memasang pin sampai %(count)s widget"
}
},
"video_room_chat": {
"title": "Obrolan"
},
"room_summary_card": {
"title": "Informasi ruangan"
},
"widgets_section": "Widget",
"edit_integrations": "Edit widget, jembatan & bot",
"add_integrations": "Tambahkan widget, jembatan & bot",
"files_button": "File",
"polls_button": "Riwayat pemungutan suara",
"pinned_messages_button": "Disematkan",
"export_chat_button": "Ekspor obrolan",
"share_button": "Bagikan ruangan",
"settings_button": "Pengaturan ruangan"
}
}

View file

@ -28,16 +28,10 @@
"Restricted": "Takmarkað",
"Moderator": "Umsjónarmaður",
"Send": "Senda",
"Are you sure?": "Ertu viss?",
"Admin Tools": "Kerfisstjóratól",
"Unnamed room": "Nafnlaus spjallrás",
"Join Room": "Taka þátt í spjallrás",
"unknown error code": "óþekktur villukóði",
"Failed to forget room %(errCode)s": "Mistókst að gleyma spjallrásinni %(errCode)s",
"Search…": "Leita…",
"This Room": "Þessi spjallrás",
"All Rooms": "Allar spjallrásir",
"Jump to first unread message.": "Fara í fyrstu ólesnu skilaboðin.",
"not specified": "ekki tilgreint",
"Sunday": "Sunnudagur",
"Monday": "Mánudagur",
@ -100,28 +94,17 @@
"Use the <a>Desktop app</a> to see all encrypted files": "Notaðu <a>tölvuforritið</a> til að sjá öll dulrituð gögn",
"Not encrypted": "Ekki dulritað",
"Encrypted by a deleted session": "Dulritað með eyddri setu",
"Encrypted by an unverified session": "Dulritað meðf ósannreyndu tæki",
"This room is end-to-end encrypted": "Þessi spjallrás er enda-í-enda dulrituð",
"Unencrypted": "Ódulritað",
"Messages in this room are end-to-end encrypted.": "Skilaboð í þessari spjallrás eru enda-í-enda dulrituð.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Hreinsun geymslu vafrans gæti lagað vandamálið en mun skrá þig út og valda því að dulritaður spjallferil verði ólæsilegur.",
"Room settings": "Stillingar spjallrásar",
"Room Settings - %(roomName)s": "Stillingar spjallrásar - %(roomName)s",
"Recently Direct Messaged": "Nýsend bein skilaboð",
"Direct Messages": "Bein skilaboð",
"Preparing to download logs": "Undirbý niðurhal atvikaskráa",
"Download %(text)s": "Niðurhala %(text)s",
"Share Link to User": "Deila Hlekk að Notanda",
"You have verified this user. This user has verified all of their sessions.": "Þú hefur sannreynt þennan notanda. Þessi notandi hefur sannreynt öll tæki þeirra.",
"This user has not verified all of their sessions.": "Þessi notandi hefur ekki sannreynt öll tæki þeirra.",
"%(count)s verified sessions": {
"one": "1 sannreynd seta",
"other": "%(count)s sannreyndar setur"
},
"Hide verified sessions": "Fela sannreyndar setur",
"Remove recent messages": "Fjarlægja nýleg skilaboð",
"Remove recent messages by %(user)s": "Fjarlægja nýleg skilaboð frá %(user)s",
"Messages in this room are not end-to-end encrypted.": "Skilaboð í þessari spjallrás eru ekki enda-í-enda dulrituð.",
"Removing…": "Er að fjarlægja…",
"edited": "breytti",
"Banana": "Banani",
@ -148,7 +131,6 @@
"Lion": "Ljón",
"Cat": "Köttur",
"Dog": "Hundur",
"Demote": "Leggja til baka",
"%(duration)sd": "%(duration)sd",
"%(duration)sh": "%(duration)sklst",
"%(duration)sm": "%(duration)sm",
@ -160,7 +142,6 @@
"one": "Bæti við spjallrás ...",
"other": "Bæti við spjallrásum... (%(progress)s af %(count)s)"
},
"Role in <RoomName/>": "Hlutverk í <RoomName/>",
"Zimbabwe": "Simbabve",
"Zambia": "Sambía",
"Yemen": "Jemen",
@ -410,7 +391,6 @@
"Experimental": "Á tilraunastigi",
"Themes": "Þemu",
"Moderation": "Umsjón",
"Widgets": "Viðmótshlutar",
"Ok": "Í lagi",
"%(spaceName)s and %(count)s others": {
"other": "%(spaceName)s og %(count)s til viðbótar",
@ -418,9 +398,6 @@
},
"%(space1Name)s and %(space2Name)s": "%(space1Name)s og %(space2Name)s",
"Couldn't load page": "Gat ekki hlaðið inn síðu",
"Room avatar": "Auðkennismynd spjallrásar",
"Room Topic": "Umfjöllunarefni spjallrásar",
"Room Name": "Heiti spjallrásar",
"Your password has been reset.": "Lykilorðið þitt hefur verið endursett.",
"Results": "Niðurstöður",
"No results found": "Engar niðurstöður fundust",
@ -478,21 +455,7 @@
"An unknown error occurred": "Óþekkt villa kom upp",
"Connection failed": "Tenging mistókst",
"Edit devices": "Breyta tækjum",
"Ban from %(roomName)s": "Banna í %(roomName)s",
"Unban from %(roomName)s": "Afbanna í %(roomName)s",
"Remove from room": "Fjarlægja úr spjallrás",
"Share room": "Deila spjallrás",
"Files": "Skrár",
"Chat": "Spjall",
"Show more": "Sýna meira",
"Local Addresses": "Staðvær vistföng",
"Local address": "Staðvært vistfang",
"Stop recording": "Stöðva upptöku",
"No microphone found": "Enginn hljóðnemi fannst",
"Recently viewed": "Nýlega skoðað",
"View message": "Sjá skilaboð",
"Failed to send": "Mistókst að senda",
"Your message was sent": "Skilaboðin þín voru send",
"Deactivate account": "Gera notandaaðgang óvirkann",
"Space selection": "Val svæðis",
"Folder": "Mappa",
@ -546,23 +509,14 @@
"This address is already in use": "Þetta vistfang er nú þegar í notkun",
"No answer": "Ekkert svar",
"Call back": "Hringja til baka",
"Demote yourself?": "Lækka þig sjálfa/n í tign?",
"New published address (e.g. #alias:server)": "Nýtt birt vistfangs (t.d. #samnefni:netþjónn)",
"Other published addresses:": "Önnur birt vistföng:",
"Published Addresses": "Birt vistföng",
"This room has no local addresses": "Þessi spjallrás er ekki með nein staðvær vistföng",
"(~%(count)s results)": {
"one": "(~%(count)s niðurstaða)",
"other": "(~%(count)s niðurstöður)"
},
"Send voice message": "Senda talskilaboð",
"and %(count)s others...": {
"one": "og einn í viðbót...",
"other": "og %(count)s til viðbótar..."
},
"View in room": "Skoða á spjallrás",
"Set up": "Setja upp",
"Copy link to thread": "Afrita tengil á spjallþráð",
"Create a space": "Búa til svæði",
"Guitar": "Gítar",
"Ball": "Bolti",
@ -591,9 +545,6 @@
"Spanner": "Skrúflykill",
"Invalid base_url for m.homeserver": "Ógilt base_url fyrir m.homeserver",
"This homeserver would like to make sure you are not a robot.": "Þessi heimaþjónn vill ganga úr skugga um að þú sért ekki vélmenni.",
"Your homeserver": "Heimaþjónninn þinn",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Stilltu vistföng fyrir þessa spjallrás svo notendur geti fundið hana í gegnum heimaþjóninn þinn (%(localDomain)s)",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Stilltu vistföng fyrir þetta svæði svo notendur geti fundið það í gegnum heimaþjóninn þinn (%(localDomain)s)",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Til að tilkynna Matrix-tengd öryggisvandamál, skaltu lesa <a>Security Disclosure Policy</a> á matrix.org.",
"Spaces you know that contain this room": "Svæði sem þú veist að innihalda þetta svæði",
"Spaces you know that contain this space": "Svæði sem þú veist að innihalda þetta svæði",
@ -601,7 +552,6 @@
"Message pending moderation": "Efni sem bíður yfirferðar",
"Message pending moderation: %(reason)s": "Efni sem bíður yfirferðar: %(reason)s",
"Jump to date": "Hoppa á dagsetningu",
"Jump to read receipt": "Fara í fyrstu leskvittun",
"Not a valid Security Key": "Ekki gildur öryggislykill",
"This looks like a valid Security Key!": "Þetta lítur út eins og gildur öryggislykill!",
"Enter Security Key": "Settu inn öryggislykil",
@ -613,8 +563,6 @@
"Ask this user to verify their session, or manually verify it below.": "Biddu þennan notanda að sannreyna setuna sína, eða sannreyndu hana handvirkt hér fyrir neðan.",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) skráði sig inn í nýja setu án þess að sannvotta hana:",
"You signed in to a new session without verifying it:": "Þú skráðir inn í nýja setu án þess að sannvotta hana:",
"Your messages are not secure": "Skilaboðin þín eru ekki örugg",
"Back up your keys before signing out to avoid losing them.": "Taktu öryggisafrit af dulritunarlyklunum áður en þú skráir þig út svo þeir tapist ekki.",
"Backup version:": "Útgáfa öryggisafrits:",
"Switch theme": "Skipta um þema",
"Rooms and spaces": "Spjallrásir og svæði",
@ -641,7 +589,6 @@
"Your homeserver doesn't seem to support this feature.": "Heimaþjóninn þinn virðist ekki styðja þennan eiginleika.",
"Including %(commaSeparatedMembers)s": "Þar með taldir %(commaSeparatedMembers)s",
"Including you, %(commaSeparatedMembers)s": "Að þér meðtöldum, %(commaSeparatedMembers)s",
"Only room administrators will see this warning": "Aðeins stjórnendur spjallrásar munu sjá þessa aðvörun",
"Clear cross-signing keys": "Hreinsa kross-undirritunarlykla",
"Destroy cross-signing keys?": "Eyða kross-undirritunarlyklum?",
"a device cross-signing signature": "kross-undirritun undirritunarlykils tækis",
@ -692,23 +639,14 @@
"The beginning of the room": "Upphaf spjallrásarinnar",
"The call is in an unknown state!": "Símtalið er í óþekktu ástandi!",
"Unknown failure: %(reason)s": "Óþekkt bilun: %(reason)s",
"Failed to deactivate user": "Mistókst að gera þennan notanda óvirkan",
"Deactivate user": "Gera notanda óvirkan",
"Deactivate user?": "Gera notanda óvirkan?",
"Failed to mute user": "Mistókst að þagga niður í notanda",
"Failed to ban user": "Mistókst að banna notanda",
"Remove %(count)s messages": {
"one": "Fjarlægja 1 skilaboð",
"other": "Fjarlægja %(count)s skilaboð"
},
"Failed to remove user": "Mistókst að fjarlægja notanda",
"Hide sessions": "Fela setur",
"%(count)s sessions": {
"one": "%(count)s seta",
"other": "%(count)s setur"
},
"Export chat": "Flytja út spjall",
"Pinned": "Fest",
"Share User": "Deila notanda",
"Server isn't responding": "Netþjónninn er ekki að svara",
"You're all caught up.": "Þú hefur klárað að lesa allt.",
@ -743,7 +681,6 @@
"This address does not point at this room": "Vistfangið beinir ekki á þessa spjallrás",
"Please provide an address": "Gefðu upp vistfang",
"Some characters not allowed": "Sumir stafir eru óleyfilegir",
"Joined": "Gekk í hópinn",
"Enter a server name": "Settu inn nafn á þjóni",
"e.g. my-room": "t.d. mín-spjallrás",
"Room address": "Vistfang spjallrásar",
@ -759,16 +696,9 @@
"one": "Sjá 1 meðlim",
"other": "Sjá alla %(count)s meðlimina"
},
"This event could not be displayed": "Ekki tókst að birta þennan atburð",
"Edit message": "Breyta skilaboðum",
"Everyone in this room is verified": "Allir á þessari spjallrás eru staðfestir",
"Open in OpenStreetMap": "Opna í OpenStreetMap",
"I don't want my encrypted messages": "Ég vil ekki dulrituðu skilaboðin mín",
"Call declined": "Símtali hafnað",
"Message Actions": "Aðgerðir skilaboða",
"From a thread": "Úr spjallþræði",
"Someone is using an unknown session": "Einhver er að nota óþekkta setu",
"You have not verified this user.": "Þér hefur ekki sannreynt þennan notanda.",
"General failure": "Almenn bilun",
"You don't have permission": "Þú hefur ekki heimild",
"Retry all": "Prófa aftur allt",
@ -799,26 +729,19 @@
"%(name)s cancelled verifying": "%(name)s hætti við sannvottun",
"%(displayName)s cancelled verification.": "%(displayName)s hætti við sannvottun.",
"Ask %(displayName)s to scan your code:": "Biddu %(displayName)s um að skanna kóðann þinn:",
"Accepting…": "Samþykki…",
"%(count)s reply": {
"one": "%(count)s svar",
"other": "%(count)s svör"
},
"Add some now": "Bæta við núna",
"Verification Request": "Beiðni um sannvottun",
"Security Phrase": "Öryggisfrasi",
"Manually export keys": "Flytja út dulritunarlykla handvirkt",
"Incoming Verification Request": "Innkomin beiðni um sannvottun",
"Revoke invite": "Afturkalla boð",
"Error downloading audio": "Villa við að sækja hljóð",
"Failed to start livestream": "Tókst ekki að ræsa beint streymi",
"Failed to decrypt %(failedCount)s sessions!": "Mistókst að afkóða %(failedCount)s setur!",
"Find others by phone or email": "Finndu aðra með símanúmeri eða tölvupóstfangi",
"Failed to upgrade room": "Mistókst að uppfæra spjallrás",
"Error removing address": "Villa við að fjarlægja vistfang",
"Error creating address": "Villa við að búa til vistfang",
"Error updating main address": "Villa við uppfærslu á aðalvistfangi",
"Failed to revoke invite": "Mistókst að afturkalla boð",
"Skip verification for now": "Sleppa sannvottun í bili",
"Verify this device": "Sannreyna þetta tæki",
"Search names and descriptions": "Leita í nöfnum og lýsingum",
@ -844,9 +767,6 @@
"You verified %(name)s": "Þú sannreyndir %(name)s",
"You cancelled verification.": "Þú hættir við sannvottun.",
"Verification timed out.": "Sannvottun rann út á tíma.",
"Verify User": "Sannreyna notanda",
"Start Verification": "Hefja sannvottun",
"This space has no local addresses": "Þetta svæði er ekki með nein staðvær vistföng",
"Identity server URL does not appear to be a valid identity server": "Slóð á auðkennisþjón virðist ekki vera á gildan auðkennisþjón",
"Invalid base_url for m.identity_server": "Ógilt base_url fyrir m.identity_server",
"Joining": "Geng í hópinn",
@ -869,15 +789,7 @@
"Missing room name or separator e.g. (my-room:domain.org)": "Vantar heiti spjallrásar eða aðgreini, t.d. (spjallrásin-mín:lén.org)",
"Missing domain separator e.g. (:domain.org)": "Vantar aðgreini léns, t.d. (:lén.org)",
"Message search initialisation failed, check <a>your settings</a> for more information": "Frumstilling leitar í skilaboðum mistókst, skoðaðu <a>stillingarnar þínar</a> til að fá nánari upplýsingar",
"Pinned messages": "Föst skilaboð",
"Nothing pinned, yet": "Ekkert fest, ennþá",
"One of the following may be compromised:": "Eitt af eftirfarandi gæti verið berskjaldað:",
"No other published addresses yet, add one below": "Engin önnur birt vistföng ennþá, bættu einu við hér fyrir neðan",
"Main address": "Aðalvistfang",
"Open thread": "Opna spjallþráð",
"Invited by %(sender)s": "Boðið af %(sender)s",
"Unable to verify this device": "Tókst ekki að sannreyna þetta tæki",
"Scroll to most recent messages": "Skruna að nýjustu skilaboðunum",
"Unnamed audio": "Nafnlaust hljóð",
"To continue, use Single Sign On to prove your identity.": "Til að halda áfram skaltu nota einfalda innskráningu (single-sign-on) til að sanna auðkennið þitt.",
"To join a space you'll need an invite.": "Til að ganga til liðs við svæði þarftu boð.",
@ -936,12 +848,6 @@
"Could not connect media": "Gat ekki tengt gagnamiðil",
"Almost there! Is %(displayName)s showing the same shield?": "Næstum því búið! Sýnir %(displayName)s sama skjöldinn?",
"Almost there! Is your other device showing the same shield?": "Næstum því búið! Sýnir hitt tækið þitt sama skjöldinn?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að gefa notandanum jafn mikil völd og þú hefur sjálf/ur.",
"You can only pin up to %(count)s widgets": {
"other": "Þú getur bara fest allt að %(count)s viðmótshluta"
},
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Öryggi skilaboðanna þinna er tryggt og einungis þú og viðtakendurnir hafa dulritunarlyklana til að opna skilaboðin.",
"Waiting for %(displayName)s to accept…": "Bíð eftir að %(displayName)s samþykki…",
"Your area is experiencing difficulties connecting to the internet.": "Landssvæðið þar sem þú ert á í vandræðum með að tengjast við internetið.",
"Upgrade Room Version": "Uppfæra útgáfu spjallrásar",
"Upgrade this room to version %(version)s": "Uppfæra þessa spjallrás í útgáfu %(version)s",
@ -958,20 +864,6 @@
"To leave the beta, visit your settings.": "Til að hætta í beta-prófunarútgáfunni, skaltu fara í stillingarnar þínar.",
"What location type do you want to share?": "Hvaða gerð staðsetningar vilt þú deila?",
"We couldn't send your location": "Við gátum ekki sent staðsetninguna þína",
"They won't be able to access whatever you're not an admin of.": "Viðkomandi munu ekki hafa aðgang að því sem þú ert ekki stjórnandi fyrir.",
"They'll still be able to access whatever you're not an admin of.": "Viðkomandi munu eftir sem áður hafa aðgang að hverju því sem þú ert ekki stjórnandi fyrir.",
"Ban them from specific things I'm able to": "Banna viðkomandi frá því að gera tiltekna hluti sem ég get gert",
"Unban them from specific things I'm able to": "Afturkalla bann viðkomandi frá því að gera tiltekna hluti sem ég get gert",
"Ban them from everything I'm able to": "Banna viðkomandi frá því að gera allt það sem ég get gert",
"Unban them from everything I'm able to": "Afturkalla bann viðkomandi frá því að gera allt það sem ég get gert",
"Remove them from specific things I'm able to": "Fjarlægja viðkomandi úr tilteknum hlutum sem ég get gert",
"Remove them from everything I'm able to": "Fjarlægja viðkomandi úr öllu því sem ég get gert",
"Remove from %(roomName)s": "Fjarlægja úr %(roomName)s",
"Disinvite from %(roomName)s": "Afturkalla boð á %(roomName)s",
"You don't have permission to delete the address.": "Þú hefur ekki heimild til að eyða vistfanginu.",
"Unable to access your microphone": "Mistókst að ná aðgangi að hljóðnema",
"You don't currently have any stickerpacks enabled": "Í augnablikinu ertu ekki með neina límmerkjapakka virkjaða",
"This room has already been upgraded.": "Þessi spjallrás hefur þegar verið uppfærð.",
"Consult first": "Ráðfæra fyrst",
"Live location enabled": "Staðsetning í rauntíma virkjuð",
"Close sidebar": "Loka hliðarstiku",
@ -995,15 +887,7 @@
"other": "%(count)s þátttakendur"
},
"%(members)s and more": "%(members)s og fleiri",
"Show Labs settings": "Sýna tilraunastillingar",
"%(members)s and %(last)s": "%(members)s og %(last)s",
"Disinvite from space": "Afbjóða frá stað",
"Disinvite from room": "Afbjóða úr herbergi",
"Remove from space": "Fjarlægja úr stað",
"Ban from room": "Banna úr herbergi",
"Unban from room": "Afbanna úr herbergi",
"Ban from space": "Banna úr svæði",
"Unban from space": "Afbanna úr svæði",
"Confirm account deactivation": "Staðfestu óvirkjun reiknings",
"a key signature": "Fingrafar lykils",
"Saved Items": "Vistuð atriði",
@ -1044,14 +928,9 @@
"If you can't find the room you're looking for, ask for an invite or create a new room.": "Ef þú finnur ekki spjallrásina sem þú leitar að, skaltu biðja um boð eða útbúa nýja spjallrás.",
"If you can't see who you're looking for, send them your invite link.": "Ef þú sérð ekki þann sem þú ert að leita að, ættirðu að senda viðkomandi boðstengil.",
"Some results may be hidden for privacy": "Sumar niðurstöður gætu verið faldar þar sem þær eru einkamál",
"Add widgets, bridges & bots": "Bæta við viðmótshlutum, brúm og vélmennum",
"Edit widgets, bridges & bots": "Breyta viðmótshlutum, brúm og vélmennum",
"Close this widget to view it in this panel": "Lokaðu þessum viðmótshluta til að sjá hann á þessu spjaldi",
"Unpin this widget to view it in this panel": "Losaðu þennan viðmótshluta til að sjá hann á þessu spjaldi",
"Explore public spaces in the new search dialog": "Kannaðu opimber svæði í nýja leitarglugganum",
"You're the only admin of this space. Leaving it will mean no one has control over it.": "Þú ert eini stjórnandi þessa svæðis. Ef þú yfirgefur það verður enginn annar sem er með stjórn yfir því.",
"You won't be able to rejoin unless you are re-invited.": "Þú munt ekki geta tekið þátt aftur nema þér verði boðið aftur.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að lækka sjálfa/n þig í tign, og ef þú ert síðasti notandinn með nógu mikil völd á þessari spjallrás, verður ómögulegt að ná aftur stjórn á henni.",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Þú hefur verið skráður út úr öllum tækjum og munt ekki lengur fá ýti-tilkynningar. Til að endurvirkja tilkynningar, þarf að skrá sig aftur inn á hverju tæki fyrir sig.",
"Sign out of all devices": "Skrá út af öllum tækjum",
"Confirm new password": "Staðfestu nýja lykilorðið",
@ -1062,18 +941,8 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s eða %(recoveryFile)s",
"<w>WARNING:</w> <description/>": "<w>AÐVÖRUN:</w> <description/>",
"Error downloading image": "Villa kom upp við að sækja mynd",
"Room info": "Upplýsingar um spjallrás",
"Text": "Texti",
"Create a link": "Búa til tengil",
"Edit link": "Breyta tengli",
"Unable to show image due to error": "Get ekki birt mynd vegna villu",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að lækka sjálfa/n þig í tign, og ef þú ert síðasti notandinn með nógu mikil völd á þessu svæði, verður ómögulegt að ná aftur stjórn á því.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Á dulrituðum spjallrásum er öryggi skilaboðanna þinna tryggt og einungis þú og viðtakendurnir hafa dulritunarlyklana til að opna skilaboðin.",
"We didn't find a microphone on your device. Please check your settings and try again.": "Fundum ekki neinn hljóðnema á tækinu þínu. Skoðaðu stillingarnar þínar og reyndu aftur.",
"We were unable to access your microphone. Please check your browser settings and try again.": "Gat ekki tengst hljóðnemanum þínum. Skoðaðu stillingar vafrans þíns og reyndu aftur.",
"Unable to decrypt message": "Tókst ekki að afkóða skilaboð",
"This message could not be decrypted": "Þessi skilaboð er ekki hægt að afkóða",
" in <strong>%(room)s</strong>": " í <strong>%(room)s</strong>",
"common": {
"about": "Um hugbúnaðinn",
@ -1188,7 +1057,12 @@
"low_priority": "Lítill forgangur",
"historical": "Ferilskráning",
"go_to_settings": "Fara í stillingar",
"setup_secure_messages": "Setja upp örugg skilaboð"
"setup_secure_messages": "Setja upp örugg skilaboð",
"unencrypted": "Ódulritað",
"view_message": "Sjá skilaboð",
"joined": "Gekk í hópinn",
"show_more": "Sýna meira",
"are_you_sure": "Ertu viss?"
},
"action": {
"continue": "Halda áfram",
@ -1485,9 +1359,17 @@
"mode_rich_text": "Sýna sniðmótun",
"format_italics": "Skáletrað",
"format_insert_link": "Setja inn tengil",
"replying_title": "Svara"
"replying_title": "Svara",
"edit_composer_label": "Breyta skilaboðum",
"send_voice_message": "Senda talskilaboð",
"stop_voice_message": "Stöðva upptöku",
"link_modal": {
"title_edit": "Breyta tengli",
"title_create": "Búa til tengil",
"text_field_label": "Texti",
"link_field_label": "Tengill"
}
},
"Link": "Tengill",
"Code": "Kóði",
"power_level": {
"default": "Sjálfgefið",
@ -2414,7 +2296,17 @@
"one": "Séð af %(count)s aðila",
"other": "Séð af %(count)s aðilum"
},
"read_receipts_label": "Leskvittanir"
"read_receipts_label": "Leskvittanir",
"thread_info_basic": "Úr spjallþræði",
"error_no_renderer": "Ekki tókst að birta þennan atburð",
"undecryptable_tooltip": "Þessi skilaboð er ekki hægt að afkóða",
"send_state_sent": "Skilaboðin þín voru send",
"send_state_failed": "Mistókst að senda",
"mab": {
"label": "Aðgerðir skilaboða",
"view_in_room": "Skoða á spjallrás",
"copy_link_thread": "Afrita tengil á spjallþráð"
}
},
"slash_command": {
"spoiler": "Sendir skilaboðin sem stríðni",
@ -2619,7 +2511,11 @@
"other": "%(count)s aðilar hafa tekið þátt"
},
"unknown_person": "óþekktur einstaklingur",
"connecting": "Tengist"
"connecting": "Tengist",
"unable_to_access_audio_input_title": "Mistókst að ná aðgangi að hljóðnema",
"unable_to_access_audio_input_description": "Gat ekki tengst hljóðnemanum þínum. Skoðaðu stillingar vafrans þíns og reyndu aftur.",
"no_audio_input_title": "Enginn hljóðnemi fannst",
"no_audio_input_description": "Fundum ekki neinn hljóðnema á tækinu þínu. Skoðaðu stillingarnar þínar og reyndu aftur."
},
"Other": "Annað",
"room_settings": {
@ -2730,7 +2626,25 @@
"save": "Vista breytingar",
"leave_space": "Yfirgefa svæði",
"aliases_section": "Vistföng spjallrása",
"other_section": "Annað"
"other_section": "Annað",
"error_updating_canonical_alias_title": "Villa við uppfærslu á aðalvistfangi",
"error_creating_alias_title": "Villa við að búa til vistfang",
"error_deleting_alias_description_forbidden": "Þú hefur ekki heimild til að eyða vistfanginu.",
"error_deleting_alias_title": "Villa við að fjarlægja vistfang",
"canonical_alias_field_label": "Aðalvistfang",
"no_aliases_space": "Þetta svæði er ekki með nein staðvær vistföng",
"no_aliases_room": "Þessi spjallrás er ekki með nein staðvær vistföng",
"local_alias_field_label": "Staðvært vistfang",
"published_aliases_section": "Birt vistföng",
"aliases_items_label": "Önnur birt vistföng:",
"aliases_no_items_label": "Engin önnur birt vistföng ennþá, bættu einu við hér fyrir neðan",
"new_alias_placeholder": "Nýtt birt vistfangs (t.d. #samnefni:netþjónn)",
"local_aliases_section": "Staðvær vistföng",
"local_aliases_explainer_space": "Stilltu vistföng fyrir þetta svæði svo notendur geti fundið það í gegnum heimaþjóninn þinn (%(localDomain)s)",
"local_aliases_explainer_room": "Stilltu vistföng fyrir þessa spjallrás svo notendur geti fundið hana í gegnum heimaþjóninn þinn (%(localDomain)s)",
"name_field_label": "Heiti spjallrásar",
"topic_field_label": "Umfjöllunarefni spjallrásar",
"avatar_field_label": "Auðkennismynd spjallrásar"
},
"advanced": {
"unfederated": "Þessi spjallrás er ekki aðgengileg fjartengdum Matrix-netþjónum",
@ -2810,7 +2724,10 @@
"verify_using_key_or_phrase": "Sannreyna með öryggisfrasa",
"verify_using_key": "Sannreyna með öryggislykli",
"verify_using_device": "Sannreyna með öðru tæki",
"verify_later": "Ég mun sannreyna síðar"
"verify_later": "Ég mun sannreyna síðar",
"waiting_for_user_accept": "Bíð eftir að %(displayName)s samþykki…",
"accepting": "Samþykki…",
"start_button": "Hefja sannvottun"
},
"old_version_detected_title": "Gömul dulritunargögn fundust",
"verification_requested_toast_title": "Beðið um sannvottun",
@ -2836,6 +2753,22 @@
},
"recovery_method_removed": {
"title": "Endurheimtuaðferð fjarlægð"
},
"setup_secure_backup": {
"explainer": "Taktu öryggisafrit af dulritunarlyklunum áður en þú skráir þig út svo þeir tapist ekki.",
"title": "Setja upp"
},
"cross_signing_user_warning": "Þessi notandi hefur ekki sannreynt öll tæki þeirra.",
"cross_signing_user_normal": "Þér hefur ekki sannreynt þennan notanda.",
"cross_signing_user_verified": "Þú hefur sannreynt þennan notanda. Þessi notandi hefur sannreynt öll tæki þeirra.",
"cross_signing_room_warning": "Einhver er að nota óþekkta setu",
"cross_signing_room_normal": "Þessi spjallrás er enda-í-enda dulrituð",
"cross_signing_room_verified": "Allir á þessari spjallrás eru staðfestir",
"event_shield_reason_mismatched_sender_key": "Dulritað meðf ósannreyndu tæki",
"messages_not_secure": {
"title": "Skilaboðin þín eru ekki örugg",
"heading": "Eitt af eftirfarandi gæti verið berskjaldað:",
"cause_1": "Heimaþjónninn þinn"
}
},
"emoji": {
@ -3159,7 +3092,9 @@
"error_loading": "Villa við að hlaða inn viðmótshluta",
"error_mixed_content": "Villa - blandað efni",
"unmaximise": "Ekki-hámarka",
"popout": "Sprettviðmótshluti"
"popout": "Sprettviðmótshluti",
"unpin_to_view_right_panel": "Losaðu þennan viðmótshluta til að sjá hann á þessu spjaldi",
"close_to_view_right_panel": "Lokaðu þessum viðmótshluta til að sjá hann á þessu spjaldi"
},
"feedback": {
"sent": "Umsögn send",
@ -3238,7 +3173,9 @@
"show_thread_filter": "Sýna:",
"show_all_threads": "Birta alla spjallþræði",
"empty_explainer": "Spjallþræðir hjálpa til við að halda samræðum við efnið og gerir auðveldara að rekja þær.",
"empty_heading": "Haltu umræðum skipulögðum með spjallþráðum"
"empty_heading": "Haltu umræðum skipulögðum með spjallþráðum",
"open_thread": "Opna spjallþráð",
"unable_to_decrypt": "Tókst ekki að afkóða skilaboð"
},
"theme": {
"light_high_contrast": "Ljóst með mikil birtuskil",
@ -3447,7 +3384,17 @@
"inaccessible_name": "%(roomName)s er ekki aðgengileg í augnablikinu.",
"inaccessible": "Þessi spjallrás eða svæði er ekki aðgengilegt í augnablikinu.",
"inaccessible_subtitle_1": "Prófaðu aftur síðar, eða spurðu einhvern stjórnanda spjallrásar eða svæðis hvort þú hafir aðgang.",
"join_failed_needs_invite": "Til að skoða %(roomName)s þarftu boð"
"join_failed_needs_invite": "Til að skoða %(roomName)s þarftu boð",
"jump_to_bottom_button": "Skruna að nýjustu skilaboðunum",
"show_labs_settings": "Sýna tilraunastillingar",
"upgrade_warning_bar_upgraded": "Þessi spjallrás hefur þegar verið uppfærð.",
"upgrade_warning_bar_admins": "Aðeins stjórnendur spjallrásar munu sjá þessa aðvörun",
"search": {
"this_room": "Þessi spjallrás",
"all_rooms": "Allar spjallrásir",
"field_placeholder": "Leita…"
},
"jump_read_marker": "Fara í fyrstu ólesnu skilaboðin."
},
"file_panel": {
"guest_note": "Þú verður að <a>skrá þig</a> til að geta notað þennan eiginleika",
@ -3652,5 +3599,80 @@
"invited_list_heading": "Boðið",
"filter_placeholder": "Sía meðlimi spjallrásar",
"power_label": "%(userName)s (með völd sem %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Í augnablikinu ertu ekki með neina límmerkjapakka virkjaða",
"empty_add_prompt": "Bæta við núna"
},
"user_info": {
"error_revoke_3pid_invite_title": "Mistókst að afturkalla boð",
"admin_tools_section": "Kerfisstjóratól",
"revoke_invite": "Afturkalla boð",
"invited_by": "Boðið af %(sender)s",
"room_encrypted": "Skilaboð í þessari spjallrás eru enda-í-enda dulrituð.",
"room_encrypted_detail": "Öryggi skilaboðanna þinna er tryggt og einungis þú og viðtakendurnir hafa dulritunarlyklana til að opna skilaboðin.",
"room_unencrypted": "Skilaboð í þessari spjallrás eru ekki enda-í-enda dulrituð.",
"room_unencrypted_detail": "Á dulrituðum spjallrásum er öryggi skilaboðanna þinna tryggt og einungis þú og viðtakendurnir hafa dulritunarlyklana til að opna skilaboðin.",
"verify_button": "Sannreyna notanda",
"hide_verified_sessions": "Fela sannreyndar setur",
"hide_sessions": "Fela setur",
"jump_to_rr_button": "Fara í fyrstu leskvittun",
"share_button": "Deila Hlekk að Notanda",
"demote_self_confirm_title": "Lækka þig sjálfa/n í tign?",
"demote_self_confirm_description_space": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að lækka sjálfa/n þig í tign, og ef þú ert síðasti notandinn með nógu mikil völd á þessu svæði, verður ómögulegt að ná aftur stjórn á því.",
"demote_self_confirm_room": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að lækka sjálfa/n þig í tign, og ef þú ert síðasti notandinn með nógu mikil völd á þessari spjallrás, verður ómögulegt að ná aftur stjórn á henni.",
"demote_button": "Leggja til baka",
"disinvite_button_space": "Afbjóða frá stað",
"kick_button_space": "Fjarlægja úr stað",
"disinvite_button_room": "Afbjóða úr herbergi",
"kick_button_room": "Fjarlægja úr spjallrás",
"disinvite_button_room_name": "Afturkalla boð á %(roomName)s",
"kick_button_room_name": "Fjarlægja úr %(roomName)s",
"kick_button_space_everything": "Fjarlægja viðkomandi úr öllu því sem ég get gert",
"kick_space_specific": "Fjarlægja viðkomandi úr tilteknum hlutum sem ég get gert",
"kick_space_warning": "Viðkomandi munu eftir sem áður hafa aðgang að hverju því sem þú ert ekki stjórnandi fyrir.",
"error_kicking_user": "Mistókst að fjarlægja notanda",
"redact_button": "Fjarlægja nýleg skilaboð",
"unban_button_space": "Afbanna úr svæði",
"ban_button_space": "Banna úr svæði",
"unban_button_room": "Afbanna úr herbergi",
"ban_button_room": "Banna úr herbergi",
"unban_room_confirm_title": "Afbanna í %(roomName)s",
"ban_room_confirm_title": "Banna í %(roomName)s",
"unban_space_everything": "Afturkalla bann viðkomandi frá því að gera allt það sem ég get gert",
"ban_space_everything": "Banna viðkomandi frá því að gera allt það sem ég get gert",
"unban_space_specific": "Afturkalla bann viðkomandi frá því að gera tiltekna hluti sem ég get gert",
"ban_space_specific": "Banna viðkomandi frá því að gera tiltekna hluti sem ég get gert",
"unban_space_warning": "Viðkomandi munu ekki hafa aðgang að því sem þú ert ekki stjórnandi fyrir.",
"error_ban_user": "Mistókst að banna notanda",
"error_mute_user": "Mistókst að þagga niður í notanda",
"promote_warning": "Þú getur ekki afturkallað þessa aðgerð, þar sem þú ert að gefa notandanum jafn mikil völd og þú hefur sjálf/ur.",
"deactivate_confirm_title": "Gera notanda óvirkan?",
"deactivate_confirm_action": "Gera notanda óvirkan",
"error_deactivate": "Mistókst að gera þennan notanda óvirkan",
"role_label": "Hlutverk í <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Föst skilaboð",
"empty": "Ekkert fest, ennþá",
"limits": {
"other": "Þú getur bara fest allt að %(count)s viðmótshluta"
}
},
"video_room_chat": {
"title": "Spjall"
},
"room_summary_card": {
"title": "Upplýsingar um spjallrás"
},
"widgets_section": "Viðmótshlutar",
"edit_integrations": "Breyta viðmótshlutum, brúm og vélmennum",
"add_integrations": "Bæta við viðmótshlutum, brúm og vélmennum",
"files_button": "Skrár",
"pinned_messages_button": "Fest",
"export_chat_button": "Flytja út spjall",
"share_button": "Deila spjallrás",
"settings_button": "Stillingar spjallrásar"
}
}

View file

@ -2,7 +2,6 @@
"Failed to forget room %(errCode)s": "Impossibile dimenticare la stanza %(errCode)s",
"unknown error code": "codice errore sconosciuto",
"Create new room": "Crea una nuova stanza",
"Admin Tools": "Strumenti di amministrazione",
"Warning!": "Attenzione!",
"Sun": "Dom",
"Mon": "Lun",
@ -33,11 +32,6 @@
"Restricted": "Limitato",
"Moderator": "Moderatore",
"Send": "Invia",
"Failed to ban user": "Ban utente fallito",
"Failed to mute user": "Impossibile silenziare l'utente",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Non potrai annullare questa modifica dato che ti stai declassando, se sei l'ultimo utente privilegiato nella stanza sarà impossibile ottenere di nuovo i privilegi.",
"Are you sure?": "Sei sicuro?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Non potrai annullare questa modifica dato che stai promuovendo l'utente al tuo stesso grado.",
"and %(count)s others...": {
"other": "e altri %(count)s ...",
"one": "e un altro..."
@ -51,10 +45,7 @@
"one": "(~%(count)s risultato)"
},
"Join Room": "Entra nella stanza",
"Jump to read receipt": "Salta alla ricevuta di lettura",
"Jump to first unread message.": "Salta al primo messaggio non letto.",
"not specified": "non specificato",
"This room has no local addresses": "Questa stanza non ha indirizzi locali",
"Error decrypting attachment": "Errore decifratura allegato",
"Decrypt %(text)s": "Decifra %(text)s",
"Download %(text)s": "Scarica %(text)s",
@ -106,21 +97,17 @@
"New passwords must match each other.": "Le nuove password devono coincidere.",
"Return to login screen": "Torna alla schermata di accesso",
"Session ID": "ID sessione",
"You don't currently have any stickerpacks enabled": "Non hai ancora alcun pacchetto di adesivi attivato",
"Sunday": "Domenica",
"Today": "Oggi",
"Friday": "Venerdì",
"Changelog": "Cambiamenti",
"Failed to send logs: ": "Invio dei log fallito: ",
"This Room": "Questa stanza",
"Unavailable": "Non disponibile",
"Filter results": "Filtra risultati",
"Tuesday": "Martedì",
"Search…": "Cerca…",
"Preparing to send logs": "Preparazione invio dei log",
"Saturday": "Sabato",
"Monday": "Lunedì",
"All Rooms": "Tutte le stanze",
"Wednesday": "Mercoledì",
"You cannot delete this message. (%(code)s)": "Non puoi eliminare questo messaggio. (%(code)s)",
"Thursday": "Giovedì",
@ -132,18 +119,12 @@
"Clear Storage and Sign Out": "Elimina l'archiviazione e disconnetti",
"Send Logs": "Invia i log",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Eliminare l'archiviazione del browser potrebbe risolvere il problema, ma verrai disconnesso e la cronologia delle chat criptate sarà illeggibile.",
"Share Link to User": "Condividi link utente",
"Share room": "Condividi stanza",
"Share Room": "Condividi stanza",
"Link to most recent message": "Link al messaggio più recente",
"Share User": "Condividi utente",
"Share Room Message": "Condividi messaggio stanza",
"Link to selected message": "Link al messaggio selezionato",
"This event could not be displayed": "Questo evento non può essere mostrato",
"Demote yourself?": "Vuoi declassarti?",
"Demote": "Declassa",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non puoi inviare alcun messaggio fino a quando non leggi ed accetti <consentLink>i nostri termini e condizioni</consentLink>.",
"Only room administrators will see this warning": "Solo gli amministratori della stanza vedranno questo avviso",
"Upgrade Room Version": "Aggiorna versione stanza",
"Create a new room with the same name, description and avatar": "Creeremo una nuova stanza con lo stesso nome, descrizione e avatar",
"Update any local room aliases to point to the new room": "Aggiorneremo qualsiasi alias di stanza in modo che punti a quella nuova",
@ -161,7 +142,6 @@
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Se l'altra versione di %(brand)s è ancora aperta in un'altra scheda, chiudila perché usare %(brand)s nello stesso host con il caricamento lento sia attivato che disattivato può causare errori.",
"Incompatible local cache": "Cache locale non compatibile",
"Clear cache and resync": "Svuota cache e risincronizza",
"Add some now": "Aggiungine ora",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Per evitare di perdere la cronologia della chat, devi esportare le tue chiavi della stanza prima di uscire. Dovrai tornare alla versione più recente di %(brand)s per farlo",
"Incompatible Database": "Database non compatibile",
"Continue With Encryption Disabled": "Continua con la crittografia disattivata",
@ -170,7 +150,6 @@
"No backup found!": "Nessun backup trovato!",
"Failed to decrypt %(failedCount)s sessions!": "Decifrazione di %(failedCount)s sessioni fallita!",
"Invalid homeserver discovery response": "Risposta della ricerca homeserver non valida",
"Set up": "Imposta",
"Invalid identity server discovery response": "Risposta non valida cercando server di identità",
"General failure": "Guasto generale",
"Unable to load commit detail: %(msg)s": "Caricamento dettagli del commit fallito: %(msg)s",
@ -241,14 +220,7 @@
"Headphones": "Auricolari",
"Folder": "Cartella",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "I messaggi cifrati sono resi sicuri con una crittografia end-to-end. Solo tu e il/i destinatario/i avete le chiavi per leggere questi messaggi.",
"Back up your keys before signing out to avoid losing them.": "Fai una copia delle tue chiavi prima di disconnetterti per evitare di perderle.",
"Start using Key Backup": "Inizia ad usare il backup chiavi",
"Error updating main address": "Errore di aggiornamento indirizzo principale",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Si è verificato un errore aggiornando l'indirizzo principale della stanza. Potrebbe non essere permesso dal server o un problema temporaneo.",
"Main address": "Indirizzo principale",
"Room avatar": "Avatar della stanza",
"Room Name": "Nome stanza",
"Room Topic": "Argomento stanza",
"Power level": "Livello poteri",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifica questo utente per contrassegnarlo come affidabile. La fiducia degli utenti offre una maggiore tranquillità quando si utilizzano messaggi cifrati end-to-end.",
"Incoming Verification Request": "Richiesta di verifica in arrivo",
@ -264,16 +236,8 @@
"Couldn't load page": "Caricamento pagina fallito",
"Could not load user profile": "Impossibile caricare il profilo utente",
"Your password has been reset.": "La tua password è stata reimpostata.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "La versione di questa stanza è <roomVersion />, che questo homeserver ha segnalato come <i>non stabile</i>.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Aggiornare questa stanza spegnerà l'istanza attuale della stanza e ne creerà una aggiornata con lo stesso nome.",
"Failed to revoke invite": "Revoca dell'invito fallita",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Impossibile revocare l'invito. Il server potrebbe avere un problema temporaneo o non si dispone di autorizzazioni sufficienti per revocare l'invito.",
"Revoke invite": "Revoca invito",
"Invited by %(sender)s": "Invitato/a da %(sender)s",
"Remember my selection for this widget": "Ricorda la mia scelta per questo widget",
"This room has already been upgraded.": "Questa stanza è già stata aggiornata.",
"edited": "modificato",
"Edit message": "Modifica messaggio",
"Notes": "Note",
"Sign out and remove encryption keys?": "Disconnettere e rimuovere le chiavi di crittografia?",
"To help us prevent this in future, please <a>send us logs</a>.": "Per aiutarci a prevenire questa cosa in futuro, <a>inviaci i log</a>.",
@ -310,9 +274,6 @@
"Be found by phone or email": "Trovato per telefono o email",
"Deactivate account": "Disattiva account",
"Command Help": "Aiuto comando",
"Deactivate user?": "Disattivare l'utente?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Disattivare questo utente lo disconnetterà e ne impedirà nuovi accessi. In aggiunta, abbandonerà tutte le stanze in cui è presente. Questa azione non può essere annullata. Sei sicuro di volere disattivare questo utente?",
"Deactivate user": "Disattiva utente",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Usa un server d'identità per invitare via email. <default>Usa quello predefinito (%(defaultIdentityServerName)s)</default> o gestiscilo nelle <settings>impostazioni</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Usa un server di identità per invitare via email. Gestisci nelle <settings>impostazioni</settings>.",
"No recent messages by %(user)s found": "Non sono stati trovati messaggi recenti dell'utente %(user)s",
@ -323,15 +284,11 @@
"other": "Rimuovi %(count)s messaggi",
"one": "Rimuovi 1 messaggio"
},
"Remove recent messages": "Rimuovi i messaggi recenti",
"e.g. my-room": "es. mia-stanza",
"Close dialog": "Chiudi finestra",
"Show image": "Mostra immagine",
"Failed to deactivate user": "Disattivazione utente fallita",
"This client does not support end-to-end encryption.": "Questo client non supporta la crittografia end-to-end.",
"Messages in this room are not end-to-end encrypted.": "I messaggi in questa stanza non sono cifrati end-to-end.",
"Cancel search": "Annulla ricerca",
"Message Actions": "Azioni messaggio",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Hai ignorato questo utente, perciò il suo messaggio è nascosto. <a>Mostra comunque.</a>",
"You verified %(name)s": "Hai verificato %(name)s",
"You cancelled verifying %(name)s": "Hai annullato la verifica di %(name)s",
@ -342,18 +299,15 @@
"%(name)s cancelled": "%(name)s ha annullato",
"%(name)s wants to verify": "%(name)s vuole verificare",
"You sent a verification request": "Hai inviato una richiesta di verifica",
"Messages in this room are end-to-end encrypted.": "I messaggi in questa stanza sono cifrati end-to-end.",
"Failed to connect to integration manager": "Connessione al gestore di integrazioni fallita",
"Integrations are disabled": "Le integrazioni sono disattivate",
"Integrations not allowed": "Integrazioni non permesse",
"Verification Request": "Richiesta verifica",
"Unencrypted": "Non criptato",
"Upgrade private room": "Aggiorna stanza privata",
"Upgrade public room": "Aggiorna stanza pubblica",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aggiornare una stanza è un'azione avanzata ed è consigliabile quando una stanza non è stabile a causa di errori, funzioni mancanti o vulnerabilità di sicurezza.",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Solitamente ciò influisce solo come la stanza viene elaborata sul server. Se stai riscontrando problemi con il tuo %(brand)s, <a>segnala un errore</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Aggiornerai questa stanza dalla <oldVersion /> alla <newVersion />.",
"Hide verified sessions": "Nascondi sessioni verificate",
"%(count)s verified sessions": {
"other": "%(count)s sessioni verificate",
"one": "1 sessione verificata"
@ -361,7 +315,6 @@
"Language Dropdown": "Lingua a tendina",
"Country Dropdown": "Nazione a tendina",
"Recent Conversations": "Conversazioni recenti",
"Show more": "Mostra altro",
"Direct Messages": "Messaggi diretti",
"Lock": "Lucchetto",
"Failed to find the following users": "Impossibile trovare i seguenti utenti",
@ -369,28 +322,12 @@
"Something went wrong trying to invite the users.": "Qualcosa è andato storto provando ad invitare gli utenti.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Impossibile invitare quegli utenti. Ricontrolla gli utenti che vuoi invitare e riprova.",
"Recently Direct Messaged": "Contattati direttamente di recente",
"Verify User": "Verifica utente",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Per maggiore sicurezza, verifica questo utente controllando un codice univoco sui vostri dispositivi.",
"Start Verification": "Inizia la verifica",
"This room is end-to-end encrypted": "Questa stanza è cifrata end-to-end",
"Everyone in this room is verified": "Tutti in questa stanza sono verificati",
"This backup is trusted because it has been restored on this session": "Questo backup è fidato perchè è stato ripristinato in questa sessione",
"This user has not verified all of their sessions.": "Questo utente non ha verificato tutte le sue sessioni.",
"You have not verified this user.": "Non hai verificato questo utente.",
"You have verified this user. This user has verified all of their sessions.": "Hai verificato questo utente. Questo utente ha verificato tutte le sue sessioni.",
"Someone is using an unknown session": "Qualcuno sta usando una sessione sconosciuta",
"Encrypted by an unverified session": "Cifrato da una sessione non verificata",
"Encrypted by a deleted session": "Cifrato da una sessione eliminata",
"Waiting for %(displayName)s to accept…": "In attesa che %(displayName)s accetti…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "I tuoi messaggi sono protetti e solo tu ed il destinatario avete le chiavi univoche per sbloccarli.",
"Your messages are not secure": "I tuoi messaggi non sono sicuri",
"One of the following may be compromised:": "Uno dei seguenti potrebbe essere compromesso:",
"Your homeserver": "Il tuo homeserver",
"%(count)s sessions": {
"other": "%(count)s sessioni",
"one": "%(count)s sessione"
},
"Hide sessions": "Nascondi sessione",
"Verify by emoji": "Verifica via emoji",
"Verify by comparing unique emoji.": "Verifica confrontando emoji specifici.",
"Ask %(displayName)s to scan your code:": "Chiedi a %(displayName)s di scansionare il tuo codice:",
@ -415,16 +352,6 @@
"You declined": "Hai rifiutato",
"%(name)s declined": "%(name)s ha rifiutato",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Per segnalare un problema di sicurezza relativo a Matrix, leggi la <a>Politica di divulgazione della sicurezza</a> di Matrix.org .",
"Accepting…": "Accettazione…",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Si è verificato un errore aggiornando gli indirizzi alternativi della stanza. Potrebbe non essere consentito dal server o essere un errore temporaneo.",
"Scroll to most recent messages": "Scorri ai messaggi più recenti",
"Local address": "Indirizzo locale",
"Published Addresses": "Indirizzi pubblicati",
"Other published addresses:": "Altri indirizzi pubblicati:",
"No other published addresses yet, add one below": "Nessun altro indirizzo ancora pubblicato, aggiungine uno sotto",
"New published address (e.g. #alias:server)": "Nuovo indirizzo pubblicato (es. #alias:server)",
"Local Addresses": "Indirizzi locali",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Imposta gli indirizzi per la stanza affinché gli utenti la trovino attraverso il tuo homeserver (%(localDomain)s)",
"Enter a server name": "Inserisci il nome di un server",
"Looks good": "Sembra giusto",
"Can't find this server or its room list": "Impossibile trovare questo server o l'elenco delle sue stanze",
@ -444,7 +371,6 @@
"Confirm by comparing the following with the User Settings in your other session:": "Conferma confrontando il seguente con le impostazioni utente nell'altra sessione:",
"Confirm this user's session by comparing the following with their User Settings:": "Conferma questa sessione confrontando il seguente con le sue impostazioni utente:",
"If they don't match, the security of your communication may be compromised.": "Se non corrispondono, la sicurezza delle tue comunicazioni potrebbe essere compromessa.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Nelle stanze cifrate, i tuoi messaggi sono protetti e solo tu ed il destinatario avete le chiavi univoche per sbloccarli.",
"Verify all users in a room to ensure it's secure.": "Verifica tutti gli utenti in una stanza per confermare che sia sicura.",
"Sign in with SSO": "Accedi con SSO",
"Almost there! Is %(displayName)s showing the same shield?": "Quasi fatto! %(displayName)s sta mostrando lo stesso scudo?",
@ -477,11 +403,6 @@
"Confirm encryption setup": "Conferma impostazione crittografia",
"Click the button below to confirm setting up encryption.": "Clicca il pulsante sotto per confermare l'impostazione della crittografia.",
"IRC display name width": "Larghezza nome di IRC",
"Error creating address": "Errore creazione indirizzo",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Si è verificato un errore creando l'indirizzo. Potrebbe non essere permesso dal server o un problema temporaneo.",
"You don't have permission to delete the address.": "Non hai l'autorizzazione per eliminare l'indirizzo.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Si è verificato un errore rimuovendo l'indirizzo. Potrebbe non esistere più o essere un problema temporaneo.",
"Error removing address": "Errore rimozione indirizzo",
"Room address": "Indirizzo stanza",
"This address is available to use": "Questo indirizzo è disponibile per l'uso",
"This address is already in use": "Questo indirizzo è già in uso",
@ -492,7 +413,6 @@
"Switch theme": "Cambia tema",
"Message preview": "Anteprima messaggio",
"Looks good!": "Sembra giusta!",
"The authenticity of this encrypted message can't be guaranteed on this device.": "L'autenticità di questo messaggio cifrato non può essere garantita su questo dispositivo.",
"Wrong file type": "Tipo di file errato",
"Security Phrase": "Frase di sicurezza",
"Security Key": "Chiave di sicurezza",
@ -516,10 +436,6 @@
"Information": "Informazione",
"Backup version:": "Versione backup:",
"Not encrypted": "Non cifrato",
"Room settings": "Impostazioni stanza",
"Widgets": "Widget",
"Edit widgets, bridges & bots": "Modifica widget, bridge e bot",
"Add widgets, bridges & bots": "Aggiungi widget, bridge e bot",
"Start a conversation with someone using their name or username (like <userId/>).": "Inizia una conversazione con qualcuno usando il suo nome o il nome utente (come <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Invita qualcuno usando il suo nome, nome utente (come <userId/>) o <a>condividi questa stanza</a>.",
"Unable to set up keys": "Impossibile impostare le chiavi",
@ -533,9 +449,6 @@
"Video conference updated by %(senderName)s": "Conferenza video aggiornata da %(senderName)s",
"Video conference started by %(senderName)s": "Conferenza video iniziata da %(senderName)s",
"Ignored attempt to disable encryption": "Tentativo di disattivare la crittografia ignorato",
"You can only pin up to %(count)s widgets": {
"other": "Puoi ancorare al massimo %(count)s widget"
},
"Data on this screen is shared with %(widgetDomain)s": "I dati in questa schermata vengono condivisi con %(widgetDomain)s",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Invita qualcuno usando il suo nome, indirizzo email, nome utente (come <userId/>) o <a>condividi questa stanza</a>.",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Inizia una conversazione con qualcuno usando il suo nome, indirizzo email o nome utente (come <userId/>).",
@ -818,7 +731,6 @@
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "Impossibile accedere all'archivio segreto. Verifica di avere inserito la password di sicurezza giusta.",
"Invalid Security Key": "Chiave di sicurezza non valida",
"Wrong Security Key": "Chiave di sicurezza sbagliata",
"Set my room layout for everyone": "Imposta la disposizione della stanza per tutti",
"Allow this widget to verify your identity": "Permetti a questo widget di verificare la tua identità",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Il widget verificherà il tuo ID utente, ma non sarà un grado di eseguire azioni per te:",
"Remember this": "Ricordalo",
@ -834,8 +746,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Invita qualcuno usando il suo nome, indirizzo email, nome utente (come <userId/>) o <a>condividi questo spazio</a>.",
"Create a new room": "Crea nuova stanza",
"Space selection": "Selezione spazio",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Non potrai annullare questa modifica dato che ti stai declassando, se sei l'ultimo utente privilegiato nello spazio sarà impossibile riottenere il grado.",
"Your message was sent": "Il tuo messaggio è stato inviato",
"Leave space": "Esci dallo spazio",
"Create a space": "Crea uno spazio",
"<inviter/> invites you": "<inviter/> ti ha invitato/a",
@ -867,7 +777,6 @@
"Reset everything": "Reimposta tutto",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Hai dimenticato o perso tutti i metodi di recupero? <a>Reimposta tutto</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Se lo fai, ricorda che nessuno dei tuoi messaggi verrà eliminato, ma l'esperienza di ricerca potrà peggiorare per qualche momento mentre l'indice viene ricreato",
"View message": "Vedi messaggio",
"You can select all or individual messages to retry or delete": "Puoi selezionare tutti o alcuni messaggi da riprovare o eliminare",
"Sending": "Invio in corso",
"Retry all": "Riprova tutti",
@ -878,7 +787,6 @@
"one": "Vedi 1 membro",
"other": "Vedi tutti i %(count)s membri"
},
"Failed to send": "Invio fallito",
"Want to add a new room instead?": "Vuoi invece aggiungere una nuova stanza?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Aggiunta stanza...",
@ -887,10 +795,6 @@
"Not all selected were added": "Non tutti i selezionati sono stati aggiunti",
"You are not allowed to view this server's rooms list": "Non hai i permessi per vedere l'elenco di stanze del server",
"Error processing voice message": "Errore di elaborazione del vocale",
"We didn't find a microphone on your device. Please check your settings and try again.": "Non abbiamo trovato un microfono nel tuo dispositivo. Controlla le impostazioni e riprova.",
"No microphone found": "Nessun microfono trovato",
"We were unable to access your microphone. Please check your browser settings and try again.": "Non abbiamo potuto accedere al tuo microfono. Controlla le impostazioni del browser e riprova.",
"Unable to access your microphone": "Impossibile accedere al microfono",
"Search names and descriptions": "Cerca nomi e descrizioni",
"You may contact me if you have any follow up questions": "Potete contattarmi se avete altre domande",
"To leave the beta, visit your settings.": "Per abbandonare la beta, vai nelle impostazioni.",
@ -900,16 +804,8 @@
"Search for rooms or people": "Cerca stanze o persone",
"Sent": "Inviato",
"You don't have permission to do this": "Non hai il permesso per farlo",
"Nothing pinned, yet": "Non c'è ancora nulla di ancorato",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Se ne hai il permesso, apri il menu di qualsiasi messaggio e seleziona <b>Fissa</b> per ancorarlo qui.",
"Pinned messages": "Messaggi ancorati",
"Please provide an address": "Inserisci un indirizzo",
"This space has no local addresses": "Questo spazio non ha indirizzi locali",
"Message search initialisation failed, check <a>your settings</a> for more information": "Inizializzazione ricerca messaggi fallita, controlla <a>le impostazioni</a> per maggiori informazioni",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Imposta gli indirizzi per questo spazio affinché gli utenti lo trovino attraverso il tuo homeserver (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Per pubblicare un indirizzo, deve prima essere impostato come indirizzo locale.",
"Published addresses can be used by anyone on any server to join your room.": "Gli indirizzi pubblicati possono essere usati da chiunque su tutti i server per entrare nella tua stanza.",
"Published addresses can be used by anyone on any server to join your space.": "Gli indirizzi pubblicati possono essere usati da chiunque su tutti i server per entrare nel tuo spazio.",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Il tuo %(brand)s non ti permette di usare il gestore di integrazioni per questa azione. Contatta un amministratore.",
"Unable to copy a link to the room to the clipboard.": "Impossibile copiare un collegamento alla stanza negli appunti.",
"Unable to copy room link": "Impossibile copiare il link della stanza",
@ -953,13 +849,10 @@
"Decrypting": "Decifrazione",
"Missed call": "Chiamata persa",
"Call declined": "Chiamata rifiutata",
"Stop recording": "Ferma la registrazione",
"Send voice message": "Invia messaggio vocale",
"Unknown failure: %(reason)s": "Malfunzionamento sconosciuto: %(reason)s",
"Rooms and spaces": "Stanze e spazi",
"Results": "Risultati",
"Some encryption parameters have been changed.": "Alcuni parametri di crittografia sono stati modificati.",
"Role in <RoomName/>": "Ruolo in <RoomName/>",
"To join a space you'll need an invite.": "Per entrare in uno spazio ti serve un invito.",
"Would you like to leave the rooms in this space?": "Vuoi uscire dalle stanze di questo spazio?",
"You are about to leave <spaceName/>.": "Stai per uscire da <spaceName/>.",
@ -970,38 +863,19 @@
"Really reset verification keys?": "Reimpostare le chiavi di verifica?",
"MB": "MB",
"In reply to <a>this message</a>": "In risposta a <a>questo messaggio</a>",
"Export chat": "Esporta conversazione",
"Ban them from everything I'm able to": "Bandiscilo ovunque io possa farlo",
"Unban them from everything I'm able to": "Riammettilo ovunque io possa farlo",
"Ban from %(roomName)s": "Bandisci da %(roomName)s",
"Unban from %(roomName)s": "Riammetti in %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Potrà ancora accedere dove non sei amministratore.",
"Disinvite from %(roomName)s": "Annulla l'invito da %(roomName)s",
"%(count)s reply": {
"one": "%(count)s risposta",
"other": "%(count)s risposte"
},
"View in room": "Vedi nella stanza",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Inserisci la tua frase di sicurezza o <button>usa la tua chiave di sicurezza</button> per continuare.",
"Downloading": "Scaricamento",
"They won't be able to access whatever you're not an admin of.": "Non potrà più accedere anche dove non sei amministratore.",
"Ban them from specific things I'm able to": "Bandiscilo da cose specifiche dove posso farlo",
"Unban them from specific things I'm able to": "Riammettilo in cose specifiche dove posso farlo",
"Joined": "Entrato/a",
"Joining": "Entrata in corso",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Riprendi l'accesso al tuo account e recupera le chiavi di crittografia memorizzate in questa sessione. Senza di esse, non sarai in grado di leggere tutti i tuoi messaggi sicuri in qualsiasi sessione.",
"If you can't see who you're looking for, send them your invite link below.": "Se non vedi chi stai cercando, mandagli il collegamento di invito sottostante.",
"In encrypted rooms, verify all users to ensure it's secure.": "Nelle stanze cifrate, verifica tutti gli utenti per confermare che siano sicure.",
"Yours, or the other users' session": "La tua sessione o quella degli altri utenti",
"Yours, or the other users' internet connection": "La tua connessione internet o quella degli altri utenti",
"The homeserver the user you're verifying is connected to": "L'homeserver al quale è connesso l'utente che stai verificando",
"Copy link to thread": "Copia link nella conversazione",
"Thread options": "Opzioni conversazione",
"Reply in thread": "Rispondi nella conversazione",
"Forget": "Dimentica",
"Files": "File",
"Close this widget to view it in this panel": "Chiudi questo widget per vederlo in questo pannello",
"Unpin this widget to view it in this panel": "Sblocca questo widget per vederlo in questo pannello",
"Based on %(count)s votes": {
"one": "Basato su %(count)s voto",
"other": "Basato su %(count)s voti"
@ -1022,7 +896,6 @@
"Themes": "Temi",
"Moderation": "Moderazione",
"Spaces you know that contain this space": "Spazi di cui sai che contengono questo spazio",
"Chat": "Chat",
"%(count)s votes cast. Vote to see the results": {
"one": "%(count)s voto. Vota per vedere i risultati",
"other": "%(count)s voti. Vota per vedere i risultati"
@ -1061,14 +934,7 @@
"Verify other device": "Verifica altro dispositivo",
"You cancelled verification on your other device.": "Hai annullato la verifica nell'altro dispositivo.",
"Almost there! Is your other device showing the same shield?": "Quasi fatto! L'altro dispositivo sta mostrando lo stesso scudo?",
"To proceed, please accept the verification request on your other device.": "Per continuare, accetta la richiesta di verifica nell'altro tuo dispositivo.",
"Could not fetch location": "Impossibile rilevare la posizione",
"From a thread": "Da una conversazione",
"Remove from room": "Rimuovi dalla stanza",
"Failed to remove user": "Rimozione utente fallita",
"Remove them from specific things I'm able to": "Rimuovilo da cose specifiche dove posso farlo",
"Remove them from everything I'm able to": "Rimuovilo da ovunque io possa farlo",
"Remove from %(roomName)s": "Rimuovi da %(roomName)s",
"Message pending moderation": "Messaggio in attesa di moderazione",
"Message pending moderation: %(reason)s": "Messaggio in attesa di moderazione: %(reason)s",
"Pick a date to jump to": "Scegli una data in cui saltare",
@ -1084,13 +950,11 @@
"Sorry, you can't edit a poll after votes have been cast.": "Spiacenti, non puoi modificare un sondaggio dopo che sono stati inviati voti.",
"Can't edit poll": "Impossibile modificare il sondaggio",
"Results will be visible when the poll is ended": "I risultati saranno visibili quando il sondaggio è terminato",
"Open thread": "Apri conversazione",
"Search Dialog": "Finestra di ricerca",
"What location type do you want to share?": "Che tipo di posizione vuoi condividere?",
"Drop a Pin": "Lascia una puntina",
"My live location": "La mia posizione in tempo reale",
"My current location": "La mia posizione attuale",
"Pinned": "Fissato",
"%(brand)s could not send your location. Please try again later.": "%(brand)s non ha potuto inviare la tua posizione. Riprova più tardi.",
"We couldn't send your location": "Non siamo riusciti ad inviare la tua posizione",
"Click": "Click",
@ -1122,13 +986,6 @@
"Live location ended": "Posizione in tempo reale terminata",
"Live until %(expiryTime)s": "In tempo reale fino a %(expiryTime)s",
"View live location": "Vedi posizione in tempo reale",
"Ban from room": "Bandisci dalla stanza",
"Unban from room": "Riammetti nella stanza",
"Ban from space": "Bandisci dallo spazio",
"Unban from space": "Riammetti nello spazio",
"Disinvite from room": "Disinvita dalla stanza",
"Remove from space": "Rimuovi dallo spazio",
"Disinvite from space": "Disinvita dallo spazio",
"Updated %(humanizedUpdateTime)s": "Aggiornato %(humanizedUpdateTime)s",
"Hide my messages from new joiners": "Nascondi i miei messaggi ai nuovi membri",
"Your old messages will still be visible to people who received them, just like emails you sent in the past. Would you like to hide your sent messages from people who join rooms in the future?": "I tuoi vecchi messaggi saranno ancora visibili alle persone che li hanno ricevuti, proprio come le email che hai inviato in passato. Vuoi nascondere i tuoi messaggi inviati alle persone che entreranno nelle stanze in futuro?",
@ -1150,7 +1007,6 @@
"Cameras": "Fotocamere",
"Input devices": "Dispositivi di input",
"Output devices": "Dispositivi di output",
"Show Labs settings": "Mostra impostazioni Laboratori",
"An error occurred whilst sharing your live location, please try again": "Si è verificato un errore condividendo la tua posizione in tempo reale, riprova",
"An error occurred whilst sharing your live location": "Si è verificato un errore condividendo la tua posizione in tempo reale",
"Unread email icon": "Icona email non letta",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s o %(recoveryFile)s",
"Video call ended": "Videochiamata terminata",
"%(name)s started a video call": "%(name)s ha iniziato una videochiamata",
"Room info": "Info stanza",
"Completing set up of your new device": "Completamento configurazione nuovo dispositivo",
"Waiting for device to sign in": "In attesa che il dispositivo acceda",
"Review and approve the sign in": "Verifica e approva l'accesso",
@ -1221,19 +1076,10 @@
"Too many attempts in a short time. Wait some time before trying again.": "Troppi tentativi in poco tempo. Attendi un po' prima di riprovare.",
"Thread root ID: %(threadRootId)s": "ID root del thread: %(threadRootId)s",
"<w>WARNING:</w> <description/>": "<w>ATTENZIONE:</w> <description/>",
"We were unable to start a chat with the other user.": "Non siamo riusciti ad avviare la conversazione con l'altro utente.",
"Error starting verification": "Errore di avvio della verifica",
"Unable to decrypt message": "Impossibile decifrare il messaggio",
"This message could not be decrypted": "Non è stato possibile decifrare questo messaggio",
"Text": "Testo",
"Create a link": "Crea un collegamento",
" in <strong>%(room)s</strong>": " in <strong>%(room)s</strong>",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Non puoi iniziare un messaggio vocale perché stai registrando una trasmissione in diretta. Termina la trasmissione per potere iniziare un messaggio vocale.",
"Can't start voice message": "Impossibile iniziare il messaggio vocale",
"Edit link": "Modifica collegamento",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Tutti i messaggi e gli inviti da questo utente verranno nascosti. Vuoi davvero ignorarli?",
"Ignore %(user)s": "Ignora %(user)s",
"unknown": "sconosciuto",
"There are no past polls in this room": "In questa stanza non ci sono sondaggi passati",
"There are no active polls in this room": "In questa stanza non ci sono sondaggi attivi",
@ -1247,8 +1093,6 @@
"Enable '%(manageIntegrations)s' in Settings to do this.": "Attiva '%(manageIntegrations)s' nelle impostazioni per continuare.",
"Waiting for partner to confirm…": "In attesa che il partner confermi…",
"Adding…": "Aggiunta…",
"Encrypting your message…": "Crittazione del tuo messaggio…",
"Sending your message…": "Invio del tuo messaggio…",
"Starting export process…": "Inizio processo di esportazione…",
"Loading polls": "Caricamento sondaggi",
"Ended a poll": "Terminato un sondaggio",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Il server ha risposto %(statusCode)s con codice errore %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Non siamo riusciti a trovare un evento successivo al %(dateString)s. Prova con una data precedente.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Si è verificato un errore di rete tentando di trovare e saltare alla data scelta. Il tuo homeserver potrebbe essere irraggiungibile o c'è stato un problema temporaneo con la tua connessione. Riprova. Se persiste, contatta l'amministratore del tuo homeserver.",
"Poll history": "Cronologia sondaggi",
"Start DM anyway": "Inizia il messaggio lo stesso",
"Start DM anyway and never warn me again": "Inizia il messaggio lo stesso e non avvisarmi più",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Impossibile trovare profili per gli ID Matrix elencati sotto - vuoi comunque iniziare un messaggio diretto?",
"Search all rooms": "Cerca in tutte le stanze",
"Search this room": "Cerca in questa stanza",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Una volta che gli utenti si saranno uniti a %(brand)s, potrete scrivervi e la stanza sarà crittografata end-to-end",
"Waiting for users to join %(brand)s": "In attesa che gli utenti si uniscano a %(brand)s",
"Are you sure you wish to remove (delete) this event?": "Vuoi davvero rimuovere (eliminare) questo evento?",
@ -1414,7 +1255,12 @@
"low_priority": "Bassa priorità",
"historical": "Cronologia",
"go_to_settings": "Vai alle impostazioni",
"setup_secure_messages": "Imposta i messaggi sicuri"
"setup_secure_messages": "Imposta i messaggi sicuri",
"unencrypted": "Non criptato",
"view_message": "Vedi messaggio",
"joined": "Entrato/a",
"show_more": "Mostra altro",
"are_you_sure": "Sei sicuro?"
},
"action": {
"continue": "Continua",
@ -1751,9 +1597,17 @@
"formatting_toolbar_label": "Formattazione",
"format_italics": "Corsivo",
"format_insert_link": "Inserisci collegamento",
"replying_title": "Rispondere"
"replying_title": "Rispondere",
"edit_composer_label": "Modifica messaggio",
"send_voice_message": "Invia messaggio vocale",
"stop_voice_message": "Ferma la registrazione",
"link_modal": {
"title_edit": "Modifica collegamento",
"title_create": "Crea un collegamento",
"text_field_label": "Testo",
"link_field_label": "Collegamento"
}
},
"Link": "Collegamento",
"Code": "Codice",
"power_level": {
"default": "Predefinito",
@ -2853,7 +2707,19 @@
"one": "Visto da %(count)s persona",
"other": "Visto da %(count)s persone"
},
"read_receipts_label": "Ricevuta di lettura"
"read_receipts_label": "Ricevuta di lettura",
"thread_info_basic": "Da una conversazione",
"error_no_renderer": "Questo evento non può essere mostrato",
"undecryptable_tooltip": "Non è stato possibile decifrare questo messaggio",
"send_state_sending": "Invio del tuo messaggio…",
"send_state_encrypting": "Crittazione del tuo messaggio…",
"send_state_sent": "Il tuo messaggio è stato inviato",
"send_state_failed": "Invio fallito",
"mab": {
"label": "Azioni messaggio",
"view_in_room": "Vedi nella stanza",
"copy_link_thread": "Copia link nella conversazione"
}
},
"slash_command": {
"spoiler": "Invia il messaggio come spoiler",
@ -3075,7 +2941,11 @@
"other": "Sono entrate %(count)s persone"
},
"unknown_person": "persona sconosciuta",
"connecting": "In connessione"
"connecting": "In connessione",
"unable_to_access_audio_input_title": "Impossibile accedere al microfono",
"unable_to_access_audio_input_description": "Non abbiamo potuto accedere al tuo microfono. Controlla le impostazioni del browser e riprova.",
"no_audio_input_title": "Nessun microfono trovato",
"no_audio_input_description": "Non abbiamo trovato un microfono nel tuo dispositivo. Controlla le impostazioni e riprova."
},
"Other": "Altro",
"room_settings": {
@ -3200,7 +3070,32 @@
"save": "Salva modifiche",
"leave_space": "Esci dallo spazio",
"aliases_section": "Indirizzi stanza",
"other_section": "Altro"
"other_section": "Altro",
"error_updating_canonical_alias_title": "Errore di aggiornamento indirizzo principale",
"error_updating_canonical_alias_description": "Si è verificato un errore aggiornando l'indirizzo principale della stanza. Potrebbe non essere permesso dal server o un problema temporaneo.",
"error_updating_alias_description": "Si è verificato un errore aggiornando gli indirizzi alternativi della stanza. Potrebbe non essere consentito dal server o essere un errore temporaneo.",
"error_creating_alias_title": "Errore creazione indirizzo",
"error_creating_alias_description": "Si è verificato un errore creando l'indirizzo. Potrebbe non essere permesso dal server o un problema temporaneo.",
"error_deleting_alias_description_forbidden": "Non hai l'autorizzazione per eliminare l'indirizzo.",
"error_deleting_alias_description": "Si è verificato un errore rimuovendo l'indirizzo. Potrebbe non esistere più o essere un problema temporaneo.",
"error_deleting_alias_title": "Errore rimozione indirizzo",
"canonical_alias_field_label": "Indirizzo principale",
"no_aliases_space": "Questo spazio non ha indirizzi locali",
"no_aliases_room": "Questa stanza non ha indirizzi locali",
"local_alias_field_label": "Indirizzo locale",
"published_aliases_section": "Indirizzi pubblicati",
"published_aliases_explainer_space": "Gli indirizzi pubblicati possono essere usati da chiunque su tutti i server per entrare nel tuo spazio.",
"published_aliases_explainer_room": "Gli indirizzi pubblicati possono essere usati da chiunque su tutti i server per entrare nella tua stanza.",
"published_aliases_description": "Per pubblicare un indirizzo, deve prima essere impostato come indirizzo locale.",
"aliases_items_label": "Altri indirizzi pubblicati:",
"aliases_no_items_label": "Nessun altro indirizzo ancora pubblicato, aggiungine uno sotto",
"new_alias_placeholder": "Nuovo indirizzo pubblicato (es. #alias:server)",
"local_aliases_section": "Indirizzi locali",
"local_aliases_explainer_space": "Imposta gli indirizzi per questo spazio affinché gli utenti lo trovino attraverso il tuo homeserver (%(localDomain)s)",
"local_aliases_explainer_room": "Imposta gli indirizzi per la stanza affinché gli utenti la trovino attraverso il tuo homeserver (%(localDomain)s)",
"name_field_label": "Nome stanza",
"topic_field_label": "Argomento stanza",
"avatar_field_label": "Avatar della stanza"
},
"advanced": {
"unfederated": "Questa stanza non è accessibile da server di Matrix remoti",
@ -3305,7 +3200,13 @@
"verification_skip_warning": "Senza la verifica, non avrai accesso a tutti i tuoi messaggi e potresti apparire agli altri come non fidato.",
"verify_later": "Verificherò dopo",
"verify_reset_warning_1": "La reimpostazione delle chiavi di verifica non può essere annullata. Dopo averlo fatto, non avrai accesso ai vecchi messaggi cifrati, e gli amici che ti avevano verificato in precedenza vedranno avvisi di sicurezza fino a quando non ti ri-verifichi con loro.",
"verify_reset_warning_2": "Procedi solo se sei sicuro di avere perso tutti gli altri tuoi dispositivi e la chiave di sicurezza."
"verify_reset_warning_2": "Procedi solo se sei sicuro di avere perso tutti gli altri tuoi dispositivi e la chiave di sicurezza.",
"self_verification_hint": "Per continuare, accetta la richiesta di verifica nell'altro tuo dispositivo.",
"waiting_for_user_accept": "In attesa che %(displayName)s accetti…",
"accepting": "Accettazione…",
"start_button": "Inizia la verifica",
"error_starting_title": "Errore di avvio della verifica",
"error_starting_description": "Non siamo riusciti ad avviare la conversazione con l'altro utente."
},
"old_version_detected_title": "Rilevati dati di crittografia obsoleti",
"old_version_detected_description": "Sono stati rilevati dati da una vecchia versione di %(brand)s. Ciò avrà causato malfunzionamenti della crittografia end-to-end nella vecchia versione. I messaggi cifrati end-to-end scambiati di recente usando la vecchia versione potrebbero essere indecifrabili in questa versione. Anche i messaggi scambiati con questa versione possono fallire. Se riscontri problemi, disconnettiti e riaccedi. Per conservare la cronologia, esporta e re-importa le tue chiavi.",
@ -3338,6 +3239,26 @@
"description_1": "Questa sessione ha rilevato che la tua password di sicurezza e la chiave per i messaggi sicuri sono state rimosse.",
"description_2": "Se l'hai fatto accidentalmente, puoi configurare Messaggi Sicuri su questa sessione che cripterà nuovamente la cronologia dei messaggi con un nuovo metodo di recupero.",
"warning": "Se non hai rimosso il metodo di ripristino, è possibile che un aggressore stia cercando di accedere al tuo account. Cambia la password del tuo account e imposta immediatamente un nuovo metodo di recupero nelle impostazioni."
},
"setup_secure_backup": {
"explainer": "Fai una copia delle tue chiavi prima di disconnetterti per evitare di perderle.",
"title": "Imposta"
},
"cross_signing_user_warning": "Questo utente non ha verificato tutte le sue sessioni.",
"cross_signing_user_normal": "Non hai verificato questo utente.",
"cross_signing_user_verified": "Hai verificato questo utente. Questo utente ha verificato tutte le sue sessioni.",
"cross_signing_room_warning": "Qualcuno sta usando una sessione sconosciuta",
"cross_signing_room_normal": "Questa stanza è cifrata end-to-end",
"cross_signing_room_verified": "Tutti in questa stanza sono verificati",
"event_shield_reason_authenticity_not_guaranteed": "L'autenticità di questo messaggio cifrato non può essere garantita su questo dispositivo.",
"event_shield_reason_mismatched_sender_key": "Cifrato da una sessione non verificata",
"messages_not_secure": {
"title": "I tuoi messaggi non sono sicuri",
"heading": "Uno dei seguenti potrebbe essere compromesso:",
"cause_1": "Il tuo homeserver",
"cause_2": "L'homeserver al quale è connesso l'utente che stai verificando",
"cause_3": "La tua connessione internet o quella degli altri utenti",
"cause_4": "La tua sessione o quella degli altri utenti"
}
},
"emoji": {
@ -3694,7 +3615,10 @@
"error_loading": "Errore di caricamento del widget",
"error_mixed_content": "Errore - Contenuto misto",
"unmaximise": "Demassimizza",
"popout": "Oggetto a comparsa"
"popout": "Oggetto a comparsa",
"unpin_to_view_right_panel": "Sblocca questo widget per vederlo in questo pannello",
"close_to_view_right_panel": "Chiudi questo widget per vederlo in questo pannello",
"set_room_layout": "Imposta la disposizione della stanza per tutti"
},
"feedback": {
"sent": "Feedback inviato",
@ -3788,7 +3712,9 @@
"show_all_threads": "Mostra tutte le conversazioni",
"empty_explainer": "Le conversazioni ti aiutano a tenere le tue discussioni in tema e rintracciabili.",
"empty_tip": "<b>Consiglio:</b> usa \"%(replyInThread)s\" passando sopra un messaggio.",
"empty_heading": "Tieni le discussioni organizzate in conversazioni"
"empty_heading": "Tieni le discussioni organizzate in conversazioni",
"open_thread": "Apri conversazione",
"unable_to_decrypt": "Impossibile decifrare il messaggio"
},
"theme": {
"light_high_contrast": "Alto contrasto chiaro",
@ -4048,7 +3974,21 @@
"knock_cancel_action": "Annulla richiesta",
"join_failed_needs_invite": "Per vedere %(roomName)s ti serve un invito",
"view_failed_enable_video_rooms": "Per vederla, prima attiva le stanze video in Laboratori",
"join_failed_enable_video_rooms": "Per entrare, prima attiva le stanze video in Laboratori"
"join_failed_enable_video_rooms": "Per entrare, prima attiva le stanze video in Laboratori",
"jump_to_bottom_button": "Scorri ai messaggi più recenti",
"show_labs_settings": "Mostra impostazioni Laboratori",
"upgrade_warning_bar": "Aggiornare questa stanza spegnerà l'istanza attuale della stanza e ne creerà una aggiornata con lo stesso nome.",
"upgrade_warning_bar_upgraded": "Questa stanza è già stata aggiornata.",
"upgrade_warning_bar_unstable": "La versione di questa stanza è <roomVersion />, che questo homeserver ha segnalato come <i>non stabile</i>.",
"upgrade_warning_bar_admins": "Solo gli amministratori della stanza vedranno questo avviso",
"search": {
"this_room": "Questa stanza",
"all_rooms": "Tutte le stanze",
"field_placeholder": "Cerca…",
"this_room_button": "Cerca in questa stanza",
"all_rooms_button": "Cerca in tutte le stanze"
},
"jump_read_marker": "Salta al primo messaggio non letto."
},
"file_panel": {
"guest_note": "Devi <a>registrarti</a> per usare questa funzionalità",
@ -4273,5 +4213,87 @@
"invited_list_heading": "Invitato/a",
"filter_placeholder": "Filtra membri della stanza",
"power_label": "%(userName)s (poteri %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Non hai ancora alcun pacchetto di adesivi attivato",
"empty_add_prompt": "Aggiungine ora"
},
"user_info": {
"error_revoke_3pid_invite_title": "Revoca dell'invito fallita",
"error_revoke_3pid_invite_description": "Impossibile revocare l'invito. Il server potrebbe avere un problema temporaneo o non si dispone di autorizzazioni sufficienti per revocare l'invito.",
"admin_tools_section": "Strumenti di amministrazione",
"revoke_invite": "Revoca invito",
"invited_by": "Invitato/a da %(sender)s",
"room_encrypted": "I messaggi in questa stanza sono cifrati end-to-end.",
"room_encrypted_detail": "I tuoi messaggi sono protetti e solo tu ed il destinatario avete le chiavi univoche per sbloccarli.",
"room_unencrypted": "I messaggi in questa stanza non sono cifrati end-to-end.",
"room_unencrypted_detail": "Nelle stanze cifrate, i tuoi messaggi sono protetti e solo tu ed il destinatario avete le chiavi univoche per sbloccarli.",
"verify_button": "Verifica utente",
"verify_explainer": "Per maggiore sicurezza, verifica questo utente controllando un codice univoco sui vostri dispositivi.",
"hide_verified_sessions": "Nascondi sessioni verificate",
"hide_sessions": "Nascondi sessione",
"ignore_confirm_title": "Ignora %(user)s",
"ignore_confirm_description": "Tutti i messaggi e gli inviti da questo utente verranno nascosti. Vuoi davvero ignorarli?",
"jump_to_rr_button": "Salta alla ricevuta di lettura",
"share_button": "Condividi link utente",
"demote_self_confirm_title": "Vuoi declassarti?",
"demote_self_confirm_description_space": "Non potrai annullare questa modifica dato che ti stai declassando, se sei l'ultimo utente privilegiato nello spazio sarà impossibile riottenere il grado.",
"demote_self_confirm_room": "Non potrai annullare questa modifica dato che ti stai declassando, se sei l'ultimo utente privilegiato nella stanza sarà impossibile ottenere di nuovo i privilegi.",
"demote_button": "Declassa",
"disinvite_button_space": "Disinvita dallo spazio",
"kick_button_space": "Rimuovi dallo spazio",
"disinvite_button_room": "Disinvita dalla stanza",
"kick_button_room": "Rimuovi dalla stanza",
"disinvite_button_room_name": "Annulla l'invito da %(roomName)s",
"kick_button_room_name": "Rimuovi da %(roomName)s",
"kick_button_space_everything": "Rimuovilo da ovunque io possa farlo",
"kick_space_specific": "Rimuovilo da cose specifiche dove posso farlo",
"kick_space_warning": "Potrà ancora accedere dove non sei amministratore.",
"error_kicking_user": "Rimozione utente fallita",
"redact_button": "Rimuovi i messaggi recenti",
"unban_button_space": "Riammetti nello spazio",
"ban_button_space": "Bandisci dallo spazio",
"unban_button_room": "Riammetti nella stanza",
"ban_button_room": "Bandisci dalla stanza",
"unban_room_confirm_title": "Riammetti in %(roomName)s",
"ban_room_confirm_title": "Bandisci da %(roomName)s",
"unban_space_everything": "Riammettilo ovunque io possa farlo",
"ban_space_everything": "Bandiscilo ovunque io possa farlo",
"unban_space_specific": "Riammettilo in cose specifiche dove posso farlo",
"ban_space_specific": "Bandiscilo da cose specifiche dove posso farlo",
"unban_space_warning": "Non potrà più accedere anche dove non sei amministratore.",
"error_ban_user": "Ban utente fallito",
"error_mute_user": "Impossibile silenziare l'utente",
"promote_warning": "Non potrai annullare questa modifica dato che stai promuovendo l'utente al tuo stesso grado.",
"deactivate_confirm_title": "Disattivare l'utente?",
"deactivate_confirm_description": "Disattivare questo utente lo disconnetterà e ne impedirà nuovi accessi. In aggiunta, abbandonerà tutte le stanze in cui è presente. Questa azione non può essere annullata. Sei sicuro di volere disattivare questo utente?",
"deactivate_confirm_action": "Disattiva utente",
"error_deactivate": "Disattivazione utente fallita",
"role_label": "Ruolo in <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Messaggi ancorati",
"empty": "Non c'è ancora nulla di ancorato",
"explainer": "Se ne hai il permesso, apri il menu di qualsiasi messaggio e seleziona <b>Fissa</b> per ancorarlo qui.",
"limits": {
"other": "Puoi ancorare al massimo %(count)s widget"
}
},
"video_room_chat": {
"title": "Chat"
},
"room_summary_card": {
"title": "Info stanza"
},
"widgets_section": "Widget",
"edit_integrations": "Modifica widget, bridge e bot",
"add_integrations": "Aggiungi widget, bridge e bot",
"files_button": "File",
"polls_button": "Cronologia sondaggi",
"pinned_messages_button": "Fissato",
"export_chat_button": "Esporta conversazione",
"share_button": "Condividi stanza",
"settings_button": "Impostazioni stanza"
}
}

View file

@ -1,11 +1,9 @@
{
"Create new room": "新しいルームを作成",
"Are you sure?": "よろしいですか?",
"unknown error code": "不明なエラーコード",
"Failed to forget room %(errCode)s": "ルームの履歴を消去するのに失敗しました %(errCode)s",
"Unnamed room": "名前のないルーム",
"Thursday": "木曜日",
"All Rooms": "全てのルーム",
"You cannot delete this message. (%(code)s)": "このメッセージを削除できません。(%(code)s",
"Send": "送信",
"Sunday": "日曜日",
@ -16,9 +14,7 @@
"Changelog": "更新履歴",
"Wednesday": "水曜日",
"Tuesday": "火曜日",
"Search…": "検索…",
"Saturday": "土曜日",
"This Room": "このルーム",
"Failed to send logs: ": "ログの送信に失敗しました: ",
"Unavailable": "使用できません",
"Filter results": "結果を絞り込む",
@ -53,15 +49,6 @@
"Restricted": "制限",
"Moderator": "モデレーター",
"Warning!": "警告!",
"This event could not be displayed": "このイベントは表示できませんでした",
"Demote yourself?": "自身を降格しますか?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "あなたは自分自身を降格させようとしています。この変更は取り消せません。あなたがルームの中で最後の特権ユーザーである場合、特権を再取得することはできなくなります。",
"Demote": "降格する",
"Failed to mute user": "ユーザーのミュートに失敗しました",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "このユーザーにあなたと同じ権限レベルを与えようとしています。この変更は取り消せません。",
"Jump to read receipt": "既読通知へ移動",
"Share Link to User": "ユーザーへのリンクを共有",
"Admin Tools": "管理者ツール",
"and %(count)s others...": {
"other": "他%(count)s人…",
"one": "他1人…"
@ -75,14 +62,7 @@
"one": "(〜%(count)s件"
},
"Join Room": "ルームに参加",
"Share room": "ルームを共有",
"Failed to ban user": "ユーザーをブロックできませんでした",
"Only room administrators will see this warning": "この警告はルームの管理者にのみ表示されます",
"You don't currently have any stickerpacks enabled": "現在、ステッカーパックが有効になっていません",
"Add some now": "今すぐ追加",
"Jump to first unread message.": "最初の未読メッセージに移動。",
"not specified": "指定なし",
"This room has no local addresses": "このルームにはローカルアドレスがありません",
"Error decrypting attachment": "添付ファイルを復号化する際にエラーが発生しました",
"Decrypt %(text)s": "%(text)sを復号化",
"Download %(text)s": "%(text)sをダウンロード",
@ -162,13 +142,8 @@
"New passwords must match each other.": "新しいパスワードは互いに一致する必要があります。",
"Return to login screen": "ログイン画面に戻る",
"Session ID": "セッションID",
"Room Name": "ルーム名",
"Main address": "メインアドレス",
"Room Settings - %(roomName)s": "ルームの設定 - %(roomName)s",
"Room Topic": "ルームのトピック",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "暗号化されたメッセージは、エンドツーエンドの暗号化によって保護されています。これらの暗号化されたメッセージを読むための鍵を持っているのは、あなたと受信者だけです。",
"Remove recent messages": "最近のメッセージを削除",
"Back up your keys before signing out to avoid losing them.": "鍵を失くさないよう、サインアウトする前にバックアップしてください。",
"Start using Key Backup": "鍵のバックアップを使用開始",
"Edited at %(date)s. Click to view edits.": "%(date)sに編集済。クリックすると変更履歴を表示。",
"edited": "編集済",
@ -180,8 +155,6 @@
"The encryption used by this room isn't supported.": "このルームで使用されている暗号化はサポートされていません。",
"Session name": "セッション名",
"Session key": "セッションキー",
"This room is end-to-end encrypted": "このルームはエンドツーエンドで暗号化されています",
"Encrypted by an unverified session": "未認証のセッションによる暗号化",
"Direct Messages": "ダイレクトメッセージ",
"Power level": "権限レベル",
"Removing…": "削除しています…",
@ -191,63 +164,40 @@
"Clear all data": "全てのデータを消去",
"Message edits": "メッセージの編集履歴",
"Sign out and remove encryption keys?": "サインアウトして、暗号鍵を削除しますか?",
"Local address": "ローカルアドレス",
"Email (optional)": "電子メール(任意)",
"Not Trusted": "信頼されていません",
"%(count)s verified sessions": {
"other": "%(count)s件の認証済のセッション",
"one": "1件の認証済のセッション"
},
"Hide verified sessions": "認証済のセッションを隠す",
"%(count)s sessions": {
"other": "%(count)s個のセッション",
"one": "%(count)s個のセッション"
},
"Hide sessions": "セッションを隠す",
"Messages in this room are end-to-end encrypted.": "このルームのメッセージはエンドツーエンドで暗号化されています。",
"Messages in this room are not end-to-end encrypted.": "このルームのメッセージはエンドツーエンドで暗号化されていません。",
"You signed in to a new session without verifying it:": "あなたのこのセッションはまだ認証されていません:",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s%(userId)sは未認証のセッションにサインインしました",
"Recent Conversations": "最近会話したユーザー",
"Deactivate account": "アカウントを無効化",
"Published Addresses": "公開アドレス",
"Local Addresses": "ローカルアドレス",
"Cancel search": "検索をキャンセル",
"Show more": "さらに表示",
"This backup is trusted because it has been restored on this session": "このバックアップは、このセッションで復元されたため信頼されています",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "アドレスを設定すると、他のユーザーがあなたのホームサーバー(%(localDomain)sを通じてこのルームを見つけられるようになります。",
"Verify User": "ユーザーの認証",
"Your homeserver": "あなたのホームサーバー",
"%(displayName)s cancelled verification.": "%(displayName)sが認証をキャンセルしました。",
"You cancelled verification.": "認証をキャンセルしました。",
"Switch theme": "テーマを切り替える",
"Failed to connect to integration manager": "インテグレーションマネージャーへの接続に失敗しました",
"Start verification again from their profile.": "プロフィールから再度認証を開始してください。",
"Unencrypted": "暗号化されていません",
"Encrypted by a deleted session": "削除済のセッションによる暗号化",
"Scroll to most recent messages": "最新のメッセージを表示",
"Your server": "あなたのサーバー",
"Add a new server": "新しいサーバーを追加",
"Server name": "サーバー名",
"Room settings": "ルームの設定",
"Show image": "画像を表示",
"Upload files (%(current)s of %(total)s)": "ファイルのアップロード(%(current)s/%(total)s",
"Upload files": "ファイルのアップロード",
"Upload all": "全てアップロード",
"Add widgets, bridges & bots": "ウィジェット、ブリッジ、ボットの追加",
"Widgets": "ウィジェット",
"Everyone in this room is verified": "このルーム内の全員を認証済",
"Verify all users in a room to ensure it's secure.": "ルームの全てのユーザーを認証すると、ルームが安全であることを確認できます。",
"You've successfully verified %(displayName)s!": "%(displayName)sは正常に認証されました",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "%(deviceName)s%(deviceId)sは正常に認証されました",
"You've successfully verified your device!": "この端末は正常に認証されました!",
"Use the <a>Desktop app</a> to search encrypted messages": "<a>デスクトップアプリ</a>を使用すると暗号化されたメッセージを検索できます",
"Accepting…": "承認しています…",
"Waiting for %(displayName)s to accept…": "%(displayName)sによる承認を待機しています…",
"Room avatar": "ルームのアバター",
"Start Verification": "認証を開始",
"For extra security, verify this user by checking a one-time code on both of your devices.": "セキュリティー強化のため、両者の端末でワンタイムコードを確認し、このユーザーを認証してください。",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "あなたのメッセージは保護されています。メッセージのロックを解除するための固有の鍵は、あなたと受信者だけが持っています。",
"%(name)s wants to verify": "%(name)sが認証を要求しています",
"You sent a verification request": "認証リクエストを送信しました",
"Recently Direct Messaged": "最近ダイレクトメッセージで会話したユーザー",
@ -255,26 +205,11 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "このルームに誰かを招待したい場合は、招待したいユーザーの名前、メールアドレス、またはユーザー名(<userId/>の形式)を指定するか、<a>このルームを共有</a>してください。",
"e.g. my-room": "例my-room",
"Room address": "ルームのアドレス",
"New published address (e.g. #alias:server)": "新しい公開アドレス(例:#alias:server",
"No other published addresses yet, add one below": "他の公開アドレスはまだありません。以下から追加できます",
"Security Key": "セキュリティーキー",
"Integrations not allowed": "インテグレーションは許可されていません",
"Integrations are disabled": "インテグレーションが無効になっています",
"Backup version:": "バックアップのバージョン:",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Matrix関連のセキュリティー問題を報告するには、Matrix.orgの<a>Security Disclosure Policy</a>をご覧ください。",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "アドレスを作成する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"Error creating address": "アドレスを作成する際にエラーが発生しました",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "ルームの代替アドレスを更新する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "ルームのメインアドレスを更新する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"Error updating main address": "メインアドレスを更新する際にエラーが発生しました",
"Invited by %(sender)s": "%(sender)sからの招待",
"Revoke invite": "招待を取り消す",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "招待を取り消すことができませんでした。サーバーで一時的な問題が発生しているか、招待を取り消すための十分な権限がありません。",
"Failed to revoke invite": "招待を取り消せませんでした",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "このルームはホームサーバーが<i>不安定</i>と判断したルームバージョン<roomVersion />で動作しています。",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "このルームをアップグレードすると、現在のルームの使用を終了し、アップグレードしたルームを同じ名前で作成します。",
"This room has already been upgraded.": "このルームは既にアップグレードされています。",
"Set up": "設定",
"Folder": "フォルダー",
"Headphones": "ヘッドホン",
"Anchor": "いかり",
@ -390,12 +325,6 @@
"South Korea": "韓国",
"South Georgia & South Sandwich Islands": "南ジョージア&南サンドイッチ諸島",
"Open dial pad": "ダイヤルパッドを開く",
"The authenticity of this encrypted message can't be guaranteed on this device.": "この暗号化されたメッセージの真正性はこの端末では保証できません。",
"Edit message": "メッセージを編集",
"Someone is using an unknown session": "誰かが不明なセッションを使用しています",
"You have verified this user. This user has verified all of their sessions.": "このユーザーを認証しました。このユーザーは全てのセッションを認証しました。",
"You have not verified this user.": "あなたはこのユーザーを認証していません。",
"This user has not verified all of their sessions.": "このユーザーは全てのセッションを確認していません。",
"South Africa": "南アフリカ",
"Somalia": "ソマリア",
"Solomon Islands": "ソロモン諸島",
@ -616,7 +545,6 @@
"Video conference updated by %(senderName)s": "%(senderName)sがビデオ会議を更新しました",
"Join the conference from the room information card on the right": "右側のルーム情報カードから会議に参加",
"Join the conference at the top of this room": "このルームの上部で会議に参加",
"Message Actions": "メッセージのアクション",
"Ignored attempt to disable encryption": "暗号化を無効にする試みを無視しました",
"Verification timed out.": "認証がタイムアウトしました。",
"Start verification again from the notification.": "通知から再度認証を開始してください。",
@ -627,10 +555,6 @@
"Ask %(displayName)s to scan your code:": "%(displayName)sにQRコードをスキャンするよう問い合わせてください",
"Verify by scanning": "QRコードスキャンで認証",
"This client does not support end-to-end encryption.": "このクライアントはエンドツーエンド暗号化に対応していません。",
"Failed to deactivate user": "ユーザーの無効化に失敗しました",
"Deactivate user": "ユーザーを無効化",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "このユーザーを無効化すると、このユーザーはログアウトし、再度ログインすることはできなくなります。また、現在参加している全てのルームから退出します。このアクションを元に戻すことはできません。このユーザーを無効化してもよろしいですか?",
"Deactivate user?": "ユーザーを無効化しますか?",
"Remove %(count)s messages": {
"one": "1件のメッセージを削除",
"other": "%(count)s件のメッセージを削除"
@ -639,21 +563,7 @@
"Remove recent messages by %(user)s": "%(user)sからの最近のメッセージを削除",
"Try scrolling up in the timeline to see if there are any earlier ones.": "タイムラインを上にスクロールして、以前のものがあるかどうかを確認してください。",
"No recent messages by %(user)s found": "%(user)sからの最近のメッセージが見つかりません",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "あなたは自分自身を降格させようとしています。この変更は取り消せません。あなたがスペースの中で最後の特権ユーザーである場合、特権を再取得することはできなくなります。",
"Not encrypted": "暗号化されていません",
"Edit widgets, bridges & bots": "ウィジェット、ブリッジ、ボットを編集",
"Set my room layout for everyone": "このルームのレイアウトを参加者全体に設定",
"You can only pin up to %(count)s widgets": {
"other": "ウィジェットのピン留めは%(count)s件までです"
},
"One of the following may be compromised:": "次のいずれかのセキュリティーが破られている可能性があります。",
"Your messages are not secure": "あなたのメッセージは保護されていません",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "暗号化されたルームでは、あなたのメッセージは保護されています。メッセージのロックを解除するための固有の鍵は、あなたと受信者だけが持っています。",
"Other published addresses:": "他の公開アドレス:",
"Error removing address": "アドレスを削除する際にエラーが発生しました",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "アドレスを削除する際にエラーが発生しました。既にルームが存在しないか、一時的なエラーが発生しました。",
"You don't have permission to delete the address.": "アドレスを削除する権限がありません。",
"Your message was sent": "メッセージが送信されました",
"Leave space": "スペースから退出",
"Create a space": "スペースを作成",
"Edit devices": "端末を編集",
@ -668,16 +578,10 @@
"Are you sure you want to sign out?": "サインアウトしてよろしいですか?",
"Rooms and spaces": "ルームとスペース",
"Add a space to a space you manage.": "新しいスペースを、あなたが管理するスペースに追加。",
"Joined": "参加済",
"To join a space you'll need an invite.": "スペースに参加するには招待が必要です。",
"Files": "ファイル",
"Export chat": "チャットをエクスポート",
"Failed to send": "送信に失敗しました",
"Close dialog": "ダイアログを閉じる",
"Preparing to download logs": "ログのダウンロードを準備しています",
"Send voice message": "音声メッセージを送信",
"Reason (optional)": "理由(任意)",
"Copy link to thread": "スレッドへのリンクをコピー",
"Create a new space": "新しいスペースを作成",
"This address is already in use": "このアドレスは既に使用されています",
"This address is available to use": "このアドレスは使用できます",
@ -690,8 +594,6 @@
},
"%(space1Name)s and %(space2Name)s": "%(space1Name)sと%(space2Name)s",
"<b>Please note upgrading will make a new version of the room</b>. All current messages will stay in this archived room.": "<b>アップグレードすると、このルームの新しいバージョンが作成されます。</b>今ある全てのメッセージは、アーカイブしたルームに残ります。",
"Nothing pinned, yet": "固定メッセージはありません",
"Pinned messages": "固定メッセージ",
"Use the <a>Desktop app</a> to see all encrypted files": "全ての暗号化されたファイルを表示するには<a>デスクトップ用のアプリ</a>を使用してください",
"User Directory": "ユーザーディレクトリー",
"Or send invite link": "もしくはリンクを送信",
@ -768,17 +670,11 @@
"Invite by email": "電子メールで招待",
"Start a conversation with someone using their name or username (like <userId/>).": "名前かユーザー名(<userId/>の形式)で検索して、チャットを開始しましょう。",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "名前、メールアドレス、ユーザー名(<userId/>の形式)で検索して、チャットを開始しましょう。",
"This space has no local addresses": "このスペースにはローカルアドレスがありません",
"To publish an address, it needs to be set as a local address first.": "アドレスを公開するには、まずローカルアドレスに設定する必要があります。",
"Published addresses can be used by anyone on any server to join your room.": "公開アドレスを設定すると、どのサーバーのユーザーでも、あなたのルームに参加できるようになります。",
"Published addresses can be used by anyone on any server to join your space.": "公開アドレスを設定すると、どのサーバーのユーザーでも、あなたのスペースに参加できるようになります。",
"Missed call": "不在着信",
"Call back": "かけ直す",
"Search for rooms or people": "ルームと連絡先を検索",
"Invite anyway": "招待",
"Invite anyway and never warn me again": "招待し、再び警告しない",
"Remove from room": "ルームから追放",
"Failed to remove user": "ユーザーの追放に失敗しました",
"Information": "情報",
"Search for spaces": "スペースを検索",
"Feedback sent! Thanks, we appreciate it!": "フィードバックを送信しました!ありがとうございました!",
@ -797,8 +693,6 @@
"other": "全%(count)s人のメンバーを表示"
},
"Results will be visible when the poll is ended": "アンケートが終了するまで結果は表示できません",
"Open thread": "スレッドを開く",
"Pinned": "固定メッセージ",
"Signature upload success": "署名のアップロードに成功しました",
"Cancelled signature upload": "署名のアップロードをキャンセルしました",
"This address does not point at this room": "このアドレスはこのルームを指していません",
@ -838,14 +732,12 @@
"Your homeserver doesn't seem to support this feature.": "ホームサーバーはこの機能をサポートしていません。",
"Incorrect Security Phrase": "セキュリティーフレーズが正しくありません",
"Messaging": "メッセージ",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "権限がある場合は、メッセージのメニューを開いて<b>固定</b>を選択すると、ここにメッセージが表示されます。",
"No results found": "検索結果がありません",
"Private space (invite only)": "非公開スペース(招待者のみ参加可能)",
"Sending": "送信しています",
"MB": "MB",
"Failed to end poll": "アンケートの終了に失敗しました",
"End Poll": "アンケートを終了",
"View message": "メッセージを表示",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "このユーザーを認証すると、信頼済として表示します。ユーザーを信頼すると、より一層安心してエンドツーエンド暗号化を使用することができます。",
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "この端末を認証すると、信頼済として表示します。相手の端末を信頼すると、より一層安心してエンドツーエンド暗号化を使用することができます。",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "以下のMatrix IDのプロフィールを発見できません。招待しますか",
@ -858,7 +750,6 @@
"Recently viewed": "最近表示したルーム",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "この変更は、ルームがサーバー上で処理される方法にのみ影響します。%(brand)sで問題が発生した場合は、<a>不具合を報告してください</a>。",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please report a bug.": "この変更は、ルームがサーバー上で処理される方法にのみ影響します。%(brand)sで問題が発生した場合は、不具合を報告してください。",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "アドレスを設定すると、他のユーザーがあなたのホームサーバー(%(localDomain)sを通じてこのスペースを見つけられるようになります。",
"Retry all": "全て再試行",
"You can select all or individual messages to retry or delete": "全てのメッセージ、あるいは個別のメッセージを選択して、再送を試みるか削除することができます",
"Some of your messages have not been sent": "いくつかのメッセージが送信されませんでした",
@ -875,7 +766,6 @@
"Approve widget permissions": "ウィジェットの権限を承認",
"Verify other device": "他の端末を認証",
"Upload Error": "アップロードエラー",
"View in room": "ルーム内で表示",
"Thread options": "スレッドの設定",
"Invited people will be able to read old messages.": "招待したユーザーは、以前のメッセージを閲覧できるようになります。",
"Your password has been reset.": "パスワードを再設定しました。",
@ -897,7 +787,6 @@
"Space selection": "スペースの選択",
"Looks good!": "問題ありません!",
"Cancel All": "全てキャンセル",
"Chat": "会話",
"Looks good": "問題ありません",
"Language Dropdown": "言語一覧",
"You cancelled verification on your other device.": "他の端末で認証がキャンセルされました。",
@ -908,7 +797,6 @@
"A browser extension is preventing the request.": "ブラウザーの拡張機能がリクエストを妨げています。",
"Only do this if you have no other device to complete verification with.": "認証を行える端末がない場合のみ行ってください。",
"You may contact me if you have any follow up questions": "追加で確認が必要な事項がある場合は、連絡可",
"From a thread": "スレッドから",
"Identity server URL does not appear to be a valid identity server": "これは正しいIDサーバーのURLではありません",
"My current location": "自分の現在の位置情報",
"My live location": "自分の位置情報(ライブ)",
@ -921,7 +809,6 @@
"one": "%(count)s件の返信"
},
"Call declined": "拒否しました",
"To proceed, please accept the verification request on your other device.": "続行するには、他の端末で認証リクエストを承認してください。",
"Backup could not be decrypted with this Security Phrase: please verify that you entered the correct Security Phrase.": "このセキュリティーフレーズではバックアップを復号化できませんでした。正しいセキュリティーフレーズを入力したことを確認してください。",
"Drop a Pin": "場所を選択",
"No votes cast": "投票がありません",
@ -943,7 +830,6 @@
"Confirm your account deactivation by using Single Sign On to prove your identity.": "シングルサインオンを使用して本人確認を行い、アカウントの無効化を承認してください。",
"The poll has ended. Top answer: %(topAnswer)s": "アンケートが終了しました。最も多い投票数を獲得した選択肢:%(topAnswer)s",
"The poll has ended. No votes were cast.": "アンケートが終了しました。投票はありませんでした。",
"Remove from %(roomName)s": "%(roomName)sから追放",
"Wait!": "お待ちください!",
"Error processing audio message": "音声メッセージを処理する際にエラーが発生しました",
"The beginning of the room": "ルームの先頭",
@ -963,16 +849,6 @@
"Unknown failure: %(reason)s": "不明なエラー:%(reason)s",
"Connection failed": "接続に失敗しました",
"Could not connect media": "メディアに接続できませんでした",
"Role in <RoomName/>": "<RoomName/>での役割",
"Ban from %(roomName)s": "%(roomName)sからブロック",
"Unban from %(roomName)s": "%(roomName)sからのブロックを解除",
"Close this widget to view it in this panel": "ウィジェットを閉じて、このパネルに表示",
"Unpin this widget to view it in this panel": "ウィジェットの固定を解除して、このパネルに表示",
"Stop recording": "録音を停止",
"We didn't find a microphone on your device. Please check your settings and try again.": "マイクが見つかりません。設定を確認して、もう一度やり直してください。",
"No microphone found": "マイクが見つかりません",
"We were unable to access your microphone. Please check your browser settings and try again.": "マイクにアクセスできませんでした。ブラウザーの設定を確認して、もう一度やり直してください。",
"Unable to access your microphone": "マイクを使用できません",
"Error processing voice message": "音声メッセージを処理する際にエラーが発生しました",
"<inviter/> invites you": "<inviter/>があなたを招待しています",
"Signature upload failed": "署名のアップロードに失敗しました",
@ -1016,8 +892,6 @@
},
"Some encryption parameters have been changed.": "暗号化のパラメーターのいくつかが変更されました。",
"The call is in an unknown state!": "通話の状態が不明です!",
"They won't be able to access whatever you're not an admin of.": "あなたが管理者でない場所にアクセスすることができなくなります。",
"They'll still be able to access whatever you're not an admin of.": "あなたが管理者ではないスペースやルームには、引き続きアクセスできます。",
"%(count)s people you know have already joined": {
"one": "%(count)s人の知人が既に参加しています",
"other": "%(count)s人の知人が既に参加しています"
@ -1027,9 +901,6 @@
"Missing room name or separator e.g. (my-room:domain.org)": "ルーム名あるいはセパレーターが入力されていません。例はmy-room:domain.orgとなります",
"This address had invalid server or is already in use": "このアドレスは不正なサーバーを含んでいるか、既に使用されています",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "クロス署名鍵の削除は取り消せません。認証した相手には、セキュリティーに関する警告が表示されます。クロス署名を行える全ての端末を失ったのでない限り、続行すべきではありません。",
"Yours, or the other users' session": "あなた、もしくは他のユーザーのセッション",
"Yours, or the other users' internet connection": "あなた、もしくは他のユーザーのインターネット接続",
"The homeserver the user you're verifying is connected to": "認証しようとしているユーザーが接続しているホームサーバー",
"There was a problem communicating with the server. Please try again.": "サーバーとの通信時に問題が発生しました。もう一度やり直してください。",
"Just a heads up, if you don't add an email and forget your password, you could <b>permanently lose access to your account</b>.": "注意:メールアドレスを追加せずパスワードを忘れた場合、<b>永久にアカウントにアクセスできなくなる</b>可能性があります。",
"Some characters not allowed": "使用できない文字が含まれています",
@ -1049,23 +920,12 @@
"In encrypted rooms, verify all users to ensure it's secure.": "暗号化されたルームでは、安全確認のために全てのユーザーを認証しましょう。",
"Including you, %(commaSeparatedMembers)s": "あなたと%(commaSeparatedMembers)sを含む",
"Can't create a thread from an event with an existing relation": "既存の関係のあるイベントからスレッドを作成することはできません",
"Remove them from everything I'm able to": "自分に可能な範囲で、全てのものから追放",
"Remove them from specific things I'm able to": "自分に可能な範囲で、特定のものから追放",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "チャットの履歴の消去を防ぐには、ログアウトする前にルームの鍵をエクスポートする必要があります。そのためには%(brand)sの新しいバージョンへと戻る必要があります",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "このセッションのデータの消去は取り消せません。鍵がバックアップされていない限り、暗号化されたメッセージを読むことはできなくなります。",
"Including %(commaSeparatedMembers)s": "%(commaSeparatedMembers)sを含む",
"Disinvite from %(roomName)s": "%(roomName)sへの招待を取り消す",
"Unban them from specific things I'm able to": "自分に可能な範囲で、特定のものからブロック解除",
"Unban them from everything I'm able to": "自分に可能な範囲で、全てのものからブロック解除",
"Ban them from specific things I'm able to": "自分に可能な範囲で、特定のものからブロック",
"Ban them from everything I'm able to": "自分に可能な範囲で、全てのものからブロック",
"Live location error": "位置情報(ライブ)のエラー",
"View live location": "位置情報(ライブ)を表示",
"Live location enabled": "位置情報(ライブ)が有効です",
"Unban from space": "スペースからのブロックを解除",
"Ban from space": "スペースからブロック",
"Unban from room": "ルームからのブロックを解除",
"Ban from room": "ルームからブロック",
"%(featureName)s Beta feedback": "%(featureName)sのベータ版のフィードバック",
"%(count)s participants": {
"other": "%(count)s人の参加者",
@ -1075,16 +935,12 @@
"Confirm by comparing the following with the User Settings in your other session:": "他のセッションのユーザー設定で、以下を比較して承認してください:",
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.": "異なるホームサーバーのURLを設定すると、他のMatrixのサーバーにサインインできます。それにより、異なるホームサーバーにある既存のMatrixのアカウントを%(brand)sで使用できます。",
"Live location ended": "位置情報(ライブ)が終了しました",
"Disinvite from space": "スペースへの招待を取り消す",
"Remove from space": "スペースから追放",
"Disinvite from room": "ルームへの招待を取り消す",
"No live locations": "位置情報(ライブ)がありません",
"View list": "一覧を表示",
"View List": "一覧を表示",
"Remember my selection for this widget": "このウィジェットに関する選択を記憶",
"Unable to load commit detail: %(msg)s": "コミットの詳細を読み込めません:%(msg)s",
"Explore public spaces in the new search dialog": "新しい検索ダイアログで公開スペースを探す",
"Room info": "ルームの情報",
"Start a group chat": "グループチャットを開始",
"Other options": "その他のオプション",
"Copy invite link": "招待リンクをコピー",
@ -1095,7 +951,6 @@
"Modal Widget": "モーダルウィジェット",
"You will no longer be able to log in": "ログインできなくなります",
"Friends and family": "友達と家族",
"Show Labs settings": "ラボの設定を表示",
"Click the button below to confirm your identity.": "本人確認のため、下のボタンをクリックしてください。",
"%(count)s Members": {
"other": "%(count)s人の参加者",
@ -1134,14 +989,9 @@
"Choose a locale": "ロケールを選択",
"%(displayName)s's live location": "%(displayName)sの位置情報ライブ",
"You need to have the right permissions in order to share locations in this room.": "このルームでの位置情報の共有には適切な権限が必要です。",
"Text": "テキスト",
"Can't start voice message": "音声メッセージを開始できません",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "ライブ配信を録音しているため、音声メッセージを開始できません。音声メッセージの録音を開始するには、ライブ配信を終了してください。",
"%(displayName)s (%(matrixId)s)": "%(displayName)s%(matrixId)s",
"Create a link": "リンクを作成",
"Edit link": "リンクを編集",
"Unable to decrypt message": "メッセージを復号化できません",
"This message could not be decrypted": "このメッセージを復号化できませんでした",
"Live until %(expiryTime)s": "%(expiryTime)sまで共有",
"An error occurred while stopping your live location, please try again": "位置情報(ライブ)を停止している際にエラーが発生しました。もう一度やり直してください",
"An error occurred whilst sharing your live location, please try again": "位置情報(ライブ)を共有している際にエラーが発生しました。もう一度やり直してください",
@ -1173,8 +1023,6 @@
"You don't have permission to share locations": "位置情報の共有に必要な権限がありません",
"The homeserver doesn't support signing in another device.": "ホームサーバーは他の端末でのサインインをサポートしていません。",
"Scan the QR code below with your device that's signed out.": "サインアウトした端末で以下のQRコードをスキャンしてください。",
"We were unable to start a chat with the other user.": "他のユーザーをチャットを開始できませんでした。",
"Error starting verification": "認証を開始する際にエラーが発生しました",
"Thread root ID: %(threadRootId)s": "スレッドのルートID%(threadRootId)s",
"Sign out of all devices": "全ての端末からサインアウト",
"Confirm new password": "新しいパスワードを確認",
@ -1202,11 +1050,9 @@
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "すべての端末からログアウトしているため、プッシュ通知を受け取れません。通知を再び有効にするには、各端末でサインインしてください。",
"Invalid homeserver discovery response": "ホームサーバーのディスカバリー(発見)に関する不正な応答です",
"Failed to get autodiscovery configuration from server": "自動発見の設定をサーバーから取得できませんでした",
"Ignore %(user)s": "%(user)sを無視",
"Consult first": "初めに相談",
"We'll help you get connected.": "みんなと繋がる手助けをいたします。",
"Who will you chat to the most?": "誰と最もよく会話しますか?",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "このユーザーのメッセージと招待を非表示にします。無視してよろしいですか?",
"unknown": "不明",
"Too many attempts in a short time. Retry after %(timeout)s.": "再試行の数が多すぎます。%(timeout)s後に再度試してください。",
"Start at the sign in screen": "サインインの画面で開始",
@ -1247,8 +1093,6 @@
"Checking…": "確認しています…",
"Waiting for partner to confirm…": "相手の承認を待機しています…",
"Adding…": "追加しています…",
"Encrypting your message…": "メッセージを暗号化しています…",
"Sending your message…": "メッセージを送信しています…",
"Starting export process…": "エクスポートのプロセスを開始しています…",
"common": {
"about": "概要",
@ -1365,7 +1209,12 @@
"low_priority": "低優先度",
"historical": "履歴",
"go_to_settings": "設定を開く",
"setup_secure_messages": "セキュアメッセージを設定"
"setup_secure_messages": "セキュアメッセージを設定",
"unencrypted": "暗号化されていません",
"view_message": "メッセージを表示",
"joined": "参加済",
"show_more": "さらに表示",
"are_you_sure": "よろしいですか?"
},
"action": {
"continue": "続行",
@ -1681,9 +1530,17 @@
"mode_rich_text": "フォーマットを表示",
"format_italics": "斜字体",
"format_insert_link": "リンクを挿入",
"replying_title": "以下に返信"
"replying_title": "以下に返信",
"edit_composer_label": "メッセージを編集",
"send_voice_message": "音声メッセージを送信",
"stop_voice_message": "録音を停止",
"link_modal": {
"title_edit": "リンクを編集",
"title_create": "リンクを作成",
"text_field_label": "テキスト",
"link_field_label": "リンク"
}
},
"Link": "リンク",
"Code": "コード",
"power_level": {
"default": "既定値",
@ -2715,7 +2572,19 @@
"one": "%(count)s人が閲覧済",
"other": "%(count)s人が閲覧済"
},
"read_receipts_label": "開封確認メッセージ"
"read_receipts_label": "開封確認メッセージ",
"thread_info_basic": "スレッドから",
"error_no_renderer": "このイベントは表示できませんでした",
"undecryptable_tooltip": "このメッセージを復号化できませんでした",
"send_state_sending": "メッセージを送信しています…",
"send_state_encrypting": "メッセージを暗号化しています…",
"send_state_sent": "メッセージが送信されました",
"send_state_failed": "送信に失敗しました",
"mab": {
"label": "メッセージのアクション",
"view_in_room": "ルーム内で表示",
"copy_link_thread": "スレッドへのリンクをコピー"
}
},
"slash_command": {
"spoiler": "選択したメッセージをネタバレとして送信",
@ -2925,7 +2794,11 @@
"other": "%(count)s人が参加しました"
},
"unknown_person": "不明な人間",
"connecting": "接続しています"
"connecting": "接続しています",
"unable_to_access_audio_input_title": "マイクを使用できません",
"unable_to_access_audio_input_description": "マイクにアクセスできませんでした。ブラウザーの設定を確認して、もう一度やり直してください。",
"no_audio_input_title": "マイクが見つかりません",
"no_audio_input_description": "マイクが見つかりません。設定を確認して、もう一度やり直してください。"
},
"Other": "その他",
"room_settings": {
@ -3043,7 +2916,32 @@
"save": "変更を保存",
"leave_space": "スペースから退出",
"aliases_section": "ルームのアドレス",
"other_section": "その他"
"other_section": "その他",
"error_updating_canonical_alias_title": "メインアドレスを更新する際にエラーが発生しました",
"error_updating_canonical_alias_description": "ルームのメインアドレスを更新する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"error_updating_alias_description": "ルームの代替アドレスを更新する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"error_creating_alias_title": "アドレスを作成する際にエラーが発生しました",
"error_creating_alias_description": "アドレスを作成する際にエラーが発生しました。サーバーで許可されていないか、一時的な障害が発生した可能性があります。",
"error_deleting_alias_description_forbidden": "アドレスを削除する権限がありません。",
"error_deleting_alias_description": "アドレスを削除する際にエラーが発生しました。既にルームが存在しないか、一時的なエラーが発生しました。",
"error_deleting_alias_title": "アドレスを削除する際にエラーが発生しました",
"canonical_alias_field_label": "メインアドレス",
"no_aliases_space": "このスペースにはローカルアドレスがありません",
"no_aliases_room": "このルームにはローカルアドレスがありません",
"local_alias_field_label": "ローカルアドレス",
"published_aliases_section": "公開アドレス",
"published_aliases_explainer_space": "公開アドレスを設定すると、どのサーバーのユーザーでも、あなたのスペースに参加できるようになります。",
"published_aliases_explainer_room": "公開アドレスを設定すると、どのサーバーのユーザーでも、あなたのルームに参加できるようになります。",
"published_aliases_description": "アドレスを公開するには、まずローカルアドレスに設定する必要があります。",
"aliases_items_label": "他の公開アドレス:",
"aliases_no_items_label": "他の公開アドレスはまだありません。以下から追加できます",
"new_alias_placeholder": "新しい公開アドレス(例:#alias:server",
"local_aliases_section": "ローカルアドレス",
"local_aliases_explainer_space": "アドレスを設定すると、他のユーザーがあなたのホームサーバー(%(localDomain)sを通じてこのスペースを見つけられるようになります。",
"local_aliases_explainer_room": "アドレスを設定すると、他のユーザーがあなたのホームサーバー(%(localDomain)sを通じてこのルームを見つけられるようになります。",
"name_field_label": "ルーム名",
"topic_field_label": "ルームのトピック",
"avatar_field_label": "ルームのアバター"
},
"advanced": {
"unfederated": "このルームはリモートのMatrixサーバーからアクセスできません",
@ -3138,7 +3036,13 @@
"verification_skip_warning": "認証を行わないと、あなたの全てのメッセージにアクセスできず、他のユーザーに信頼済として表示されない可能性があります。",
"verify_later": "後で認証",
"verify_reset_warning_1": "認証鍵のリセットは取り消せません。リセットすると、以前の暗号化されたメッセージにはアクセスできなくなります。また、あなたのアカウントを認証した連絡先には、再認証するまで、セキュリティーに関する警告が表示されます。",
"verify_reset_warning_2": "全ての端末とセキュリティーキーを紛失してしまったことが確かである場合にのみ、続行してください。"
"verify_reset_warning_2": "全ての端末とセキュリティーキーを紛失してしまったことが確かである場合にのみ、続行してください。",
"self_verification_hint": "続行するには、他の端末で認証リクエストを承認してください。",
"waiting_for_user_accept": "%(displayName)sによる承認を待機しています…",
"accepting": "承認しています…",
"start_button": "認証を開始",
"error_starting_title": "認証を開始する際にエラーが発生しました",
"error_starting_description": "他のユーザーをチャットを開始できませんでした。"
},
"old_version_detected_title": "古い暗号化データが検出されました",
"old_version_detected_description": "%(brand)sの古いバージョンのデータを検出しました。これにより、古いバージョンではエンドツーエンドの暗号化が機能しなくなります。古いバージョンを使用している間に最近交換されたエンドツーエンドの暗号化されたメッセージは、このバージョンでは復号化できません。また、このバージョンで交換されたメッセージが失敗することもあります。問題が発生した場合は、ログアウトして再度ログインしてください。メッセージ履歴を保持するには、鍵をエクスポートして再インポートしてください。",
@ -3171,6 +3075,26 @@
"description_1": "セキュリティーフレーズと、セキュアメッセージの鍵が削除されました。",
"description_2": "偶然削除してしまった場合は、このセッションで、メッセージの暗号化を設定することができます。設定すると、新しい復元方法でセッションのデータを改めて暗号化します。",
"warning": "復元方法を削除しなかった場合、攻撃者があなたのアカウントにアクセスしようとしている可能性があります。設定画面でアカウントのパスワードを至急変更し、新しい復元方法を設定してください。"
},
"setup_secure_backup": {
"explainer": "鍵を失くさないよう、サインアウトする前にバックアップしてください。",
"title": "設定"
},
"cross_signing_user_warning": "このユーザーは全てのセッションを確認していません。",
"cross_signing_user_normal": "あなたはこのユーザーを認証していません。",
"cross_signing_user_verified": "このユーザーを認証しました。このユーザーは全てのセッションを認証しました。",
"cross_signing_room_warning": "誰かが不明なセッションを使用しています",
"cross_signing_room_normal": "このルームはエンドツーエンドで暗号化されています",
"cross_signing_room_verified": "このルーム内の全員を認証済",
"event_shield_reason_authenticity_not_guaranteed": "この暗号化されたメッセージの真正性はこの端末では保証できません。",
"event_shield_reason_mismatched_sender_key": "未認証のセッションによる暗号化",
"messages_not_secure": {
"title": "あなたのメッセージは保護されていません",
"heading": "次のいずれかのセキュリティーが破られている可能性があります。",
"cause_1": "あなたのホームサーバー",
"cause_2": "認証しようとしているユーザーが接続しているホームサーバー",
"cause_3": "あなた、もしくは他のユーザーのインターネット接続",
"cause_4": "あなた、もしくは他のユーザーのセッション"
}
},
"emoji": {
@ -3513,7 +3437,10 @@
"error_loading": "ウィジェットを読み込む際にエラーが発生しました",
"error_mixed_content": "エラー - 混在コンテンツ",
"unmaximise": "最大化をやめる",
"popout": "ウィジェットをポップアウト"
"popout": "ウィジェットをポップアウト",
"unpin_to_view_right_panel": "ウィジェットの固定を解除して、このパネルに表示",
"close_to_view_right_panel": "ウィジェットを閉じて、このパネルに表示",
"set_room_layout": "このルームのレイアウトを参加者全体に設定"
},
"feedback": {
"sent": "フィードバックを送信しました",
@ -3607,7 +3534,9 @@
"show_all_threads": "全てのスレッドを表示",
"empty_explainer": "スレッド機能を使うと、会話のテーマを維持したり、会話を簡単に追跡したりすることができます。",
"empty_tip": "<b>ヒント:</b>メッセージの「%(replyInThread)s」機能を使用すると新しいスレッドを開始できます。",
"empty_heading": "スレッド機能を使って、会話をまとめましょう"
"empty_heading": "スレッド機能を使って、会話をまとめましょう",
"open_thread": "スレッドを開く",
"unable_to_decrypt": "メッセージを復号化できません"
},
"theme": {
"light_high_contrast": "ライト(高コントラスト)",
@ -3850,7 +3779,19 @@
"inaccessible_subtitle_2": "ルームまたはスペースにアクセスする際にエラー %(errcode)s が発生しました。エラー発生時にこのメッセージが表示されているなら、<issueLink>バグレポートを送信してください</issueLink>。",
"join_failed_needs_invite": "%(roomName)sを見るには招待が必要です",
"view_failed_enable_video_rooms": "表示するには、まずラボのビデオ通話ルームを有効にしてください",
"join_failed_enable_video_rooms": "参加するには、まずラボのビデオ通話ルームを有効にしてください"
"join_failed_enable_video_rooms": "参加するには、まずラボのビデオ通話ルームを有効にしてください",
"jump_to_bottom_button": "最新のメッセージを表示",
"show_labs_settings": "ラボの設定を表示",
"upgrade_warning_bar": "このルームをアップグレードすると、現在のルームの使用を終了し、アップグレードしたルームを同じ名前で作成します。",
"upgrade_warning_bar_upgraded": "このルームは既にアップグレードされています。",
"upgrade_warning_bar_unstable": "このルームはホームサーバーが<i>不安定</i>と判断したルームバージョン<roomVersion />で動作しています。",
"upgrade_warning_bar_admins": "この警告はルームの管理者にのみ表示されます",
"search": {
"this_room": "このルーム",
"all_rooms": "全てのルーム",
"field_placeholder": "検索…"
},
"jump_read_marker": "最初の未読メッセージに移動。"
},
"file_panel": {
"guest_note": "この機能を使用するには<a>登録</a>する必要があります",
@ -4064,5 +4005,86 @@
"invited_list_heading": "招待済",
"filter_placeholder": "ルームのメンバーを絞り込む",
"power_label": "%(userName)s権限レベル%(powerLevelNumber)s"
},
"stickers": {
"empty": "現在、ステッカーパックが有効になっていません",
"empty_add_prompt": "今すぐ追加"
},
"user_info": {
"error_revoke_3pid_invite_title": "招待を取り消せませんでした",
"error_revoke_3pid_invite_description": "招待を取り消すことができませんでした。サーバーで一時的な問題が発生しているか、招待を取り消すための十分な権限がありません。",
"admin_tools_section": "管理者ツール",
"revoke_invite": "招待を取り消す",
"invited_by": "%(sender)sからの招待",
"room_encrypted": "このルームのメッセージはエンドツーエンドで暗号化されています。",
"room_encrypted_detail": "あなたのメッセージは保護されています。メッセージのロックを解除するための固有の鍵は、あなたと受信者だけが持っています。",
"room_unencrypted": "このルームのメッセージはエンドツーエンドで暗号化されていません。",
"room_unencrypted_detail": "暗号化されたルームでは、あなたのメッセージは保護されています。メッセージのロックを解除するための固有の鍵は、あなたと受信者だけが持っています。",
"verify_button": "ユーザーの認証",
"verify_explainer": "セキュリティー強化のため、両者の端末でワンタイムコードを確認し、このユーザーを認証してください。",
"hide_verified_sessions": "認証済のセッションを隠す",
"hide_sessions": "セッションを隠す",
"ignore_confirm_title": "%(user)sを無視",
"ignore_confirm_description": "このユーザーのメッセージと招待を非表示にします。無視してよろしいですか?",
"jump_to_rr_button": "既読通知へ移動",
"share_button": "ユーザーへのリンクを共有",
"demote_self_confirm_title": "自身を降格しますか?",
"demote_self_confirm_description_space": "あなたは自分自身を降格させようとしています。この変更は取り消せません。あなたがスペースの中で最後の特権ユーザーである場合、特権を再取得することはできなくなります。",
"demote_self_confirm_room": "あなたは自分自身を降格させようとしています。この変更は取り消せません。あなたがルームの中で最後の特権ユーザーである場合、特権を再取得することはできなくなります。",
"demote_button": "降格する",
"disinvite_button_space": "スペースへの招待を取り消す",
"kick_button_space": "スペースから追放",
"disinvite_button_room": "ルームへの招待を取り消す",
"kick_button_room": "ルームから追放",
"disinvite_button_room_name": "%(roomName)sへの招待を取り消す",
"kick_button_room_name": "%(roomName)sから追放",
"kick_button_space_everything": "自分に可能な範囲で、全てのものから追放",
"kick_space_specific": "自分に可能な範囲で、特定のものから追放",
"kick_space_warning": "あなたが管理者ではないスペースやルームには、引き続きアクセスできます。",
"error_kicking_user": "ユーザーの追放に失敗しました",
"redact_button": "最近のメッセージを削除",
"unban_button_space": "スペースからのブロックを解除",
"ban_button_space": "スペースからブロック",
"unban_button_room": "ルームからのブロックを解除",
"ban_button_room": "ルームからブロック",
"unban_room_confirm_title": "%(roomName)sからのブロックを解除",
"ban_room_confirm_title": "%(roomName)sからブロック",
"unban_space_everything": "自分に可能な範囲で、全てのものからブロック解除",
"ban_space_everything": "自分に可能な範囲で、全てのものからブロック",
"unban_space_specific": "自分に可能な範囲で、特定のものからブロック解除",
"ban_space_specific": "自分に可能な範囲で、特定のものからブロック",
"unban_space_warning": "あなたが管理者でない場所にアクセスすることができなくなります。",
"error_ban_user": "ユーザーをブロックできませんでした",
"error_mute_user": "ユーザーのミュートに失敗しました",
"promote_warning": "このユーザーにあなたと同じ権限レベルを与えようとしています。この変更は取り消せません。",
"deactivate_confirm_title": "ユーザーを無効化しますか?",
"deactivate_confirm_description": "このユーザーを無効化すると、このユーザーはログアウトし、再度ログインすることはできなくなります。また、現在参加している全てのルームから退出します。このアクションを元に戻すことはできません。このユーザーを無効化してもよろしいですか?",
"deactivate_confirm_action": "ユーザーを無効化",
"error_deactivate": "ユーザーの無効化に失敗しました",
"role_label": "<RoomName/>での役割"
},
"right_panel": {
"pinned_messages": {
"title": "固定メッセージ",
"empty": "固定メッセージはありません",
"explainer": "権限がある場合は、メッセージのメニューを開いて<b>固定</b>を選択すると、ここにメッセージが表示されます。",
"limits": {
"other": "ウィジェットのピン留めは%(count)s件までです"
}
},
"video_room_chat": {
"title": "会話"
},
"room_summary_card": {
"title": "ルームの情報"
},
"widgets_section": "ウィジェット",
"edit_integrations": "ウィジェット、ブリッジ、ボットを編集",
"add_integrations": "ウィジェット、ブリッジ、ボットの追加",
"files_button": "ファイル",
"pinned_messages_button": "固定メッセージ",
"export_chat_button": "チャットをエクスポート",
"share_button": "ルームを共有",
"settings_button": "ルームの設定"
}
}

View file

@ -86,7 +86,6 @@
"Trumpet": "tabra",
"Bell": "janbe",
"Headphones": "selsnapra",
"Search…": "nu sisku",
"Sunday": "li jy. dy. ze detri",
"Monday": "li jy. dy. pa detri",
"Tuesday": "li jy. dy. re detri",
@ -103,21 +102,14 @@
"Ask this user to verify their session, or manually verify it below.": ".i ko cpedu le ka co'a lacri le se samtcise'u kei le pilno vau ja pilno le di'e cei'i le ka co'a lacri",
"Not Trusted": "na se lacri",
"Ok": "je'e",
"Messages in this room are end-to-end encrypted.": ".i ro zilbe'i be fo le cei'i cu mifra",
"Messages in this room are not end-to-end encrypted.": ".i na pa zilbe'i be fo le cei'i cu mifra",
"%(count)s verified sessions": {
"other": ".i lacri %(count)s se samtcise'u",
"one": ".i lacri pa se samtcise'u"
},
"Hide verified sessions": "nu ro se samtcise'u poi se lacri cu zilmipri",
"%(count)s sessions": {
"other": ".i samtcise'u %(count)s da",
"one": ".i samtcise'u %(count)s da"
},
"Hide sessions": "nu ro se samtcise'u cu zilmipri",
"This room is end-to-end encrypted": ".i ro zilbe'i be fo le cei'i cu mifra",
"Everyone in this room is verified": ".i do lacri ro pagbu be le se zilbe'i",
"Revoke invite": "nu zukte le ka na ckaji le se friti",
"collapse": "nu tcila be na ku viska",
"expand": "nu tcila viska",
"Are you sure you want to sign out?": ".i xu do birti le du'u do kaidji le ka co'u se jaspu",
@ -127,13 +119,9 @@
},
"Are you sure you want to leave the room '%(roomName)s'?": ".i xu do birti le du'u do kaidji le ka co'u pagbu le se zilbe'i be fo la'o zoi. %(roomName)s .zoi",
"<a>In reply to</a> <pill>": ".i nu <a>spuda</a> tu'a la'o zoi. <pill> .zoi",
"Edit message": "nu basti fi le ka notci",
"Share room": "nu jungau fi le du'u ve zilbe'i",
"Share Link to User": "nu jungau pa pilno le du'u judri",
"Share Room": "nu jungau fi le du'u ve zilbe'i",
"Share User": "nu jungau fi le du'u pilno",
"Share Room Message": "nu jungau fi le du'u notci",
"Waiting for %(displayName)s to accept…": ".i ca'o denpa lo nu la'o zoi. %(displayName)s .zoi zanru",
"Ask %(displayName)s to scan your code:": ".i ko cpedu le ka gau ce'u kacma samymo'i le sinxa kei la'o zoi. %(displayName)s .zoi",
"Almost there! Is %(displayName)s showing the same shield?": ".uo ru'e .i xu la'o zoi. %(displayName)s .zoi jarco ta'i tu'a pa sinxa poi mapti",
"You've successfully verified %(displayName)s!": ".i do mo'u co'a lacri la'o zoi. %(displayName)s .zoi",
@ -403,7 +391,8 @@
"autocomplete": {
"user_description": "pilno"
},
"poll_button_no_perms_title": ".i lo nu curmi cu sarcu"
"poll_button_no_perms_title": ".i lo nu curmi cu sarcu",
"edit_composer_label": "nu basti fi le ka notci"
},
"room_settings": {
"permissions": {
@ -432,12 +421,15 @@
"complete_action": "je'e",
"waiting_other_user": ".i ca'o denpa lo nu la'o zoi. %(displayName)s .zoi mo'u co'a lacri",
"cancelling": ".i ca'o co'u co'e",
"unverified_sessions_toast_reject": "nu ca na co'e"
"unverified_sessions_toast_reject": "nu ca na co'e",
"waiting_for_user_accept": ".i ca'o denpa lo nu la'o zoi. %(displayName)s .zoi zanru"
},
"export_unsupported": ".i le kibrbrauzero na ka'e pilno le mifra ciste poi jai sarcu",
"import_invalid_passphrase": ".i pu fliba lo nu birti lo du'u curmi lo nu do jonse .i na'e drani xu japyvla",
"verify_toast_title": "nu co'a lacri le se samtcise'u",
"verify_toast_description": ".i la'a na pa na du be do cu lacri"
"verify_toast_description": ".i la'a na pa na du be do cu lacri",
"cross_signing_room_normal": ".i ro zilbe'i be fo le cei'i cu mifra",
"cross_signing_room_verified": ".i do lacri ro pagbu be le se zilbe'i"
},
"export_chat": {
"messages": "notci"
@ -520,10 +512,24 @@
"invite_this_room": "nu friti le ka ziljmina le se zilbe'i",
"join_button_account": "nu co'a na'o jaspu",
"dm_invite_subtitle": ".i la'o zoi. <userName/> .zoi kaidji le ka tavla do",
"invite_subtitle": ".i la'o zoi. <userName/> .zoi friti le ka ziljmina kei do"
"invite_subtitle": ".i la'o zoi. <userName/> .zoi friti le ka ziljmina kei do",
"search": {
"field_placeholder": "nu sisku"
}
},
"notifications": {
"class_other": "drata",
"default": "zmiselcu'a"
},
"user_info": {
"revoke_invite": "nu zukte le ka na ckaji le se friti",
"room_encrypted": ".i ro zilbe'i be fo le cei'i cu mifra",
"room_unencrypted": ".i na pa zilbe'i be fo le cei'i cu mifra",
"hide_verified_sessions": "nu ro se samtcise'u poi se lacri cu zilmipri",
"hide_sessions": "nu ro se samtcise'u cu zilmipri",
"share_button": "nu jungau pa pilno le du'u judri"
},
"right_panel": {
"share_button": "nu jungau fi le du'u ve zilbe'i"
}
}

View file

@ -39,9 +39,7 @@
"Anchor": "Tamdeyt",
"Headphones": "Wennez",
"Folder": "Akaram",
"Show more": "Sken-d ugar",
"Warning!": "Ɣur-k·m!",
"Are you sure?": "Tebɣiḍ s tidet?",
"Sunday": "Acer",
"Monday": "Arim",
"Tuesday": "Aram",
@ -80,7 +78,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s",
"Restricted": "Yesεa tilas",
"Set up": "Sbadu",
"Pencil": "Akeryun",
"Message edits": "Tiẓrigin n yizen",
"Security Key": "Tasarut n tɣellist",
@ -117,10 +114,7 @@
"Gift": "Asefk",
"Light bulb": "Taftilt",
"Deactivate account": "Sens amiḍan",
"This room is end-to-end encrypted": "Taxxamt-a tettwawgelhen seg yixef ɣer yixef",
"Edit message": "Ẓreg izen",
"Encrypted by a deleted session": "Yettuwgelhen s texxamt yettwakksen",
"Scroll to most recent messages": "Drurem ɣer yiznan akk n melmi kan",
"and %(count)s others...": {
"other": "d %(count)s wiyaḍ...",
"one": "d wayeḍ-nniḍen..."
@ -130,34 +124,15 @@
"other": "(~%(count)s igmaḍ)"
},
"Join Room": "Rnu ɣer texxamt",
"This Room": "Taxxamt-a",
"Search…": "Nadi…",
"Add some now": "Rnu kra tura",
"Failed to revoke invite": "Asefsex n tinnubga ur yeddi ara",
"Admin Tools": "Ifecka n unedbal",
"Revoke invite": "Sefesex tinnubga",
"Invited by %(sender)s": "Yettunced-d sɣur %(sender)s",
"not specified": "ur iban ara",
"Other published addresses:": "Tansiwin-nniḍen i d-yeffɣen:",
"Start Verification": "Bdu asenqed",
"Verify User": "Senqed aseqdac",
"Your messages are not secure": "Iznan-inek·inem d ariɣelsanen",
"Hide verified sessions": "Ffer tiɣimiyin yettwasneqden",
"%(count)s sessions": {
"other": "Tiɣimiyin n %(count)s",
"one": "Tiɣimit n %(count)s"
},
"Hide sessions": "Ffer tiɣimiyin",
"Jump to read receipt": "Ɛeddi ɣer tɣuri n wawwaḍ",
"Share Link to User": "Bḍu aseɣwen d useqdac",
"Remove %(count)s messages": {
"one": "Kkes 1 izen",
"other": "Kkes iznan n %(count)s"
},
"Remove recent messages": "Kkes iznan n melmi kan",
"Failed to mute user": "Tasusmi n useqdac ur yeddi ara",
"Deactivate user?": "Kkes aseqdac-a?",
"Deactivate user": "Kkes aseqdac",
"Verify by scanning": "Senqed s usiggez",
"Verify by emoji": "Senqed s yimujit",
"Verification timed out.": "Yemmed wakud n usenqed.",
@ -247,18 +222,6 @@
"Guitar": "Tagitaṛt",
"Trumpet": "Lɣiḍa",
"Bell": "Anayna",
"All Rooms": "Akk tixxamin",
"Error creating address": "Tuccḍa deg tmerna n tensa",
"Error removing address": "Tuccḍa deg tukksa n tensa",
"Main address": "Tansa tagejdant",
"Local address": "Tansa tadigant",
"Published Addresses": "Tansiwin tizuyaz",
"Local Addresses": "Tansiwin tidiganin",
"Room Name": "Isem n texxamt",
"Room Topic": "Asentel n texxamt",
"Room avatar": "Avaṭar n texxamt",
"Accepting…": "Aqbal…",
"Your homeserver": "Aqeddac-ik·im agejdan",
"Delete Widget": "Kkes awiǧit",
"expand": "snefli",
"Language Dropdown": "Tabdart n udrurem n tutlayin",
@ -284,14 +247,10 @@
"other": "%(count)s isenqed tiɣimiyin",
"one": "1 n tɣimit i yettwasneqden"
},
"Demote yourself?": "Ṣubb deg usellun-ik·im?",
"Demote": "Ṣubb deg usellun",
"No recent messages by %(user)s found": "Ulac iznan i yettwafen sɣur %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Ɛreḍ adrurem deg wazemzakud i wakken ad twaliḍ ma yella llan wid yellan uqbel.",
"Remove recent messages by %(user)s": "Kkes iznan n melmi kan sɣur %(user)s",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "I tugget meqqren n yiznan, ayagi yezmer ad yeṭṭef kra n wakud. Ṛǧu ur sirin ara amsaɣ-ik·im deg leɛḍil.",
"Failed to ban user": "Tigtin n useqdac ur yeddi ara",
"Failed to deactivate user": "Asensi n useqdac ur yeddi ara",
"This client does not support end-to-end encryption.": "Amsaɣ-a ur yessefrak ara awgelhen seg yixef ɣer yixef.",
"Ask %(displayName)s to scan your code:": "Suter deg %(displayName)s aḍummu n tengalt-ik·im:",
"If you can't scan the code above, verify by comparing unique emoji.": "Ma yella ur tezmireḍ ara ad tḍummeḍ tangalt nnig, senqed s userwes s yimujiten asufen.",
@ -305,33 +264,19 @@
"Start verification again from their profile.": "Bdu asenqed daɣen seg umaɣnu-nsen.",
"Encryption not enabled": "Awgelhen ur yermid ara",
"The encryption used by this room isn't supported.": "Awgelhen yettusqedcen ur yettusefrak ara s texxamt-a.",
"Message Actions": "Tigawin n yizen",
"Invalid file%(extra)s": "D afaylu %(extra)s arameɣtu",
"Error decrypting image": "Tuccḍa deg uwgelhen n tugna",
"Show image": "Sken tugna",
"Invalid base_url for m.identity_server": "D arameɣtu base_url i m.identity_server",
"Your homeserver has exceeded its user limit.": "Aqeddac-inek·inem agejdan yewweḍ ɣer talast n useqdac.",
"Your homeserver has exceeded one of its resource limits.": "Aqeddac-inek·inem agejdan iɛedda yiwet seg tlisa-ines tiɣbula.",
"This user has not verified all of their sessions.": "Aseqdac-a ur issenqed ara akk tiɣimiyin-ines.",
"You have not verified this user.": "Ur tesneqdeḍ aea aseqdac-a.",
"You have verified this user. This user has verified all of their sessions.": "Tesneqdeḍ aseqdac-a. Aseqdac-a issenqed akk tiɣimiyin-ines.",
"Someone is using an unknown session": "Yella win yesseqdacen tiɣimit tarussint",
"Everyone in this room is verified": "Yal yiwen deg taxxamt-a yettwasenqed",
"This event could not be displayed": "Tadyant-a ur tezmir ad d-tettwaskan",
"Encrypted by an unverified session": "Yettuwgelhen s tɣimit ur nettwasenqed ara",
"Unencrypted": "Ur yettwawgelhen ara",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Asesteb n yizen-a awgelhen ur yettwaḍman ara deg yibenk-a.",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
"%(duration)sh": "%(duration)sh",
"%(duration)sd": "%(duration)sd",
"Unnamed room": "Taxxamt war isem",
"Share room": "Bḍu taxxamt",
"Create new room": "Rnu taxxamt tamaynut",
"unknown error code": "tangalt n tuccḍa tarussint",
"This room has already been upgraded.": "Taxxamt-a tettuleqqam yakan.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Taxxamt-a tesedday lqem n texxamt <roomVersion />, i yecreḍ uqeddac-a agejdan <i>ur yerkid ara</i>.",
"Only room administrators will see this warning": "Ala inedbalen kan n texxamt ara iwalin tuccḍa-a",
"You're all caught up.": "Tessawḍeḍ ad tqeḍɛeḍ kullec.",
"The server has denied your request.": "Aqeddac yugi asuter-ik·im.",
"Your area is experiencing difficulties connecting to the internet.": "Tamnaḍt-ik·im temlal-d uguren n tuqqna ɣer internet.",
@ -365,7 +310,6 @@
"IRC display name width": "Tehri n yisem i d-yettwaseknen IRC",
"Thumbs up": "Adebbuz d asawen",
"This backup is trusted because it has been restored on this session": "Aḥraz yettwaḍman acku yuɣal-d seg tɣimit-a",
"Back up your keys before signing out to avoid losing them.": "Ḥrez tisura-ik·im send tuffɣa i wakken ur ttruḥunt ara.",
"Security Phrase": "Tafyirt n tɣellist",
"Restoring keys from backup": "Tiririt n tsura seg uḥraz",
"%(completed)s of %(total)s keys restored": "%(completed)s n %(total)s tsura i yettwarran",
@ -410,10 +354,6 @@
"Invalid identity server discovery response": "Tiririt n usnirem n uqeddac n timagitn d tarameɣtut",
"Identity server URL does not appear to be a valid identity server": "URL n uqeddac n timagit ur yettban ara d aqeddac n timagit ameɣtu",
"Failed to connect to integration manager": "Tuqqna ɣer umsefrak n umsidef ur yeddi ara",
"Jump to first unread message.": "Ɛeddi ɣer yizen amezwaru ur nettwaɣra ara.",
"Error updating main address": "Tuccḍa deg usali n tensa tagejdant",
"You don't have permission to delete the address.": "Ur tesɛiḍ ara tisirag i wakken ad tekkseḍ tansa.",
"This room has no local addresses": "Taxxamt-a ur tesɛi ara tansiwin tidiganin",
"This file is <b>too large</b> to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Afaylu-a <b>ɣezzif aṭas</b> i wakken ad d-yali. Talast n teɣzi n ufaylu d %(limit)s maca afaylu-a d %(sizeOfThisFile)s.",
"These files are <b>too large</b> to upload. The file size limit is %(limit)s.": "Ifuyla-a <b>ɣezzifit aṭas</b> i wakken ad d-alin. Talast n teɣzi n ufaylu d %(limit)s.",
"Some files are <b>too large</b> to be uploaded. The file size limit is %(limit)s.": "Kra n yifuyla <b>ɣezzifit aṭas</b> i wakken ad d-alin. Talast n teɣzi n ufaylu d %(limit)s.",
@ -431,23 +371,6 @@
"Sent messages will be stored until your connection has returned.": "Iznan yettwaznen ad ttwakelsen alamma tuɣal-d tuqqna.",
"You seem to be uploading files, are you sure you want to quit?": "Aql-ak·akem tessalayeḍ-d ifuyla, tebɣiḍ stidet ad teffɣeḍ?",
"Server may be unavailable, overloaded, or search timed out :(": "Aqeddac yezmer ulac-it, iɛedda aɛebbi i ilaqen neɣ yekfa wakud n unadi:(",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Aleqqem n texxamt-a ad tsens tummant tamirant n texxamt yerna ad ternu taxxamt yettuleqqmen s yisem-nni kan.",
"You don't currently have any stickerpacks enabled": "Ulac ɣer-k·m akka tura ikemmusen n yimyintaḍ yettwaremden",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Tigtin n tinubga d awezɣi. Aqeddac yettmagar-d ahat ugur akka tura neɣ ur tesɛiḍ tisirag i iwulmen i wakken ad tagiḍ tinubga-a.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Tellad-d tuccḍa deg uleqqem n tansa tagejdant n texxamt. Ur ittusireg ara ula sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Tella-d tuccḍa deg uleqqem n tansiwin-nniḍen n texxamt. Ur yettusireg ara waya sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Tella-d tuccḍa deg tmerna n tansa-a. Ur yettusireg ara waya sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Tella-d tuccḍa deg tukksa n tansa-a. Ahat dayen ur telli ara neɣ d tuccḍa meẓẓiyen i d-yeḍran.",
"No other published addresses yet, add one below": "Ulac tansiwin i d-yeffɣen akka tura, rnu yiwet ddaw",
"New published address (e.g. #alias:server)": "Tansa tamynut i d-yettusuffɣen (am. #alias:server)",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Sbadu tansiwin i texxamt-a i wakken iseqdacen ad ttafen s uqeddac-ik·im agejdan (%(localDomain)s)",
"Waiting for %(displayName)s to accept…": "Aṛaǧu n %(displayName)s i uqbal…",
"Messages in this room are end-to-end encrypted.": "Iznan deg texxamt-a ttwawgelhen seg yixef ɣer yixef.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Iznan-inek·inem d iɣelsanen, ala kečč d uɣerwaḍ i yesɛan tisura tasufin i wakken ad asen-kksen awgelhen.",
"Messages in this room are not end-to-end encrypted.": "Iznan deg texxamt-a ur ttwawgelhen ara seg yixef ɣer yixef.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Deg texxamt yettwawgelhen, iznan-inek·inem d iɣelsanen ala kečč d uɣerwaḍ i yesɛan tisura tasufin i wakken ad asen-kksen awgelhen.",
"For extra security, verify this user by checking a one-time code on both of your devices.": "I wugar n tɣellist, senqed aseqdac-a s usenqed n tengalt i yiwet n tikkelt ɣef yibenkan-ik·im i sin.",
"One of the following may be compromised:": "Yiwen seg wayen i d-iteddun yezmer ad yettwaker:",
"Information": "Talɣut",
"Unable to load commit detail: %(msg)s": "D awezɣi ad d-tali telqayt n usentem: %(msg)s",
"You cannot delete this message. (%(code)s)": "Ur tezmireḍ ara ad tekkseḍ izen-a. (%(code)s)",
@ -456,7 +379,6 @@
"Clear all data in this session?": "Sfeḍ akk isefka seg tɣimit-a?",
"Incompatible Database": "Taffa n yisefka ur temada ara",
"Recently Direct Messaged": "Izen usrid n melmi kan",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Ur tettizmireḍ ara ad tesfesxeḍ asnifel-a acku tettṣubbuḍ deg usellun-unek·inem, ma yella d kečč·kemm i d aseqdac aneglam n texxamt-a, d awezɣi ad d-terreḍ ula d yiwet n tseglut.",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Aql-ak·akem ad tettuwellheḍ ɣer usmel n wis tlata i wakken ad tizmireḍ ad tsestbeḍ amiḍan-ik·im i useqdec d %(integrationsUrl)s. Tebɣiḍ ad tkemmleḍ?",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "D awezɣi ad d-naf imuɣna n yisulay Matrix i d-yettwabdaren ddaw - tebɣiḍ ad ten-id-tnecdeḍ ɣas akken?",
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Asmekti: Iming-ik·im ur yettusefrak ara, ihi tarmit-ik·im yezmer ur d-tettili ara.",
@ -480,8 +402,6 @@
"If they don't match, the security of your communication may be compromised.": "Ma yella ur mṣadan ara, taɣellist n teywalt-ik·im tezmer ad tettwaker.",
"Your homeserver doesn't seem to support this feature.": "Aqeddac-ik·im agejdan ur yettban ara yessefrak tamahilt-a.",
"Create a new room with the same name, description and avatar": "Rnu taxxamt tamaynut s yisem-nni, aglam-nni d uvaṭar-nni",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Ur tettizmireḍ ara ad tesfesxeḍ asnifel-a acku tessebɣaseḍ aseqdac ad yesɛu aswir n tezmert am kečč·kemm.",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Asemmet n useqdac-a ad t-isuffeɣ yerna ur as-yettaǧǧa ara ad yales ad yeqqen. Daɣen, ad ffɣen akk seg texxamin ideg llan. Tigawt-a dayen ur tettwasefsax ara. S tidet tebɣiḍ ad tsemmteḍ aseqdac-a?",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Tukksa n tsura n uzmul anmidag ad yili i lebda. Yal amdan i tesneqdeḍ ad iwali ilɣa n tɣellist. Maca ur tebɣiḍ ara ad txedmeḍ aya, ala ma yella tesruḥeḍ ibenkan akk ara ak·akem-yeǧǧen ad tkecmeḍ seg-s.",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "I wakken ur tesruḥuyeḍ ara amazray n udiwenni, ilaq ad tsifḍeḍ tisura seg texxam-ik·im send ad teffɣeḍ seg tuqqna. Tesriḍ ad tuɣaleḍ ɣer lqem amaynut n %(brand)s i wakken ad tgeḍ aya",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Tesxedmeḍ yakan lqem akk aneggaru n %(brand)s s tɣimit-a. I useqdec n lqem-a i tikkelt-nniḍen s uwgelhen seg yixef ɣer yixef, tesriḍ ad teffɣeḍ syen ad talseḍ anekcum i tikkelt-nniḍen.",
@ -515,8 +435,6 @@
"Trophy": "Arraz",
"Backup version:": "Lqem n uklas:",
"Not encrypted": "Ur yettwawgelhen ara",
"Room settings": "Iɣewwaṛen n texxamt",
"Widgets": "Iwiǧiten",
"Iraq": "ɛiṛaq",
"Bosnia": "Busniya",
"Mali": "Mali",
@ -841,7 +759,10 @@
"low_priority": "Tazwart taddayt",
"historical": "Amazray",
"go_to_settings": "Ddu ɣer yiɣewwaren",
"setup_secure_messages": "Sbadu iznan iɣelsanen"
"setup_secure_messages": "Sbadu iznan iɣelsanen",
"unencrypted": "Ur yettwawgelhen ara",
"show_more": "Sken-d ugar",
"are_you_sure": "Tebɣiḍ s tidet?"
},
"action": {
"continue": "Kemmel",
@ -1015,7 +936,8 @@
"no_perms_notice": "Ur tesεiḍ ara tasiregt ad d-tsuffɣeḍ deg texxamt-a",
"poll_button_no_perms_title": "Tasiregt tlaq",
"format_italics": "Uknan",
"replying_title": "Tiririt"
"replying_title": "Tiririt",
"edit_composer_label": "Ẓreg izen"
},
"Code": "Tangalt",
"power_level": {
@ -1535,6 +1457,10 @@
},
"url_preview": {
"close": "Mdel taskant"
},
"error_no_renderer": "Tadyant-a ur tezmir ad d-tettwaskan",
"mab": {
"label": "Tigawin n yizen"
}
},
"slash_command": {
@ -1722,7 +1648,27 @@
"url_preview_explainer": "Ma yili yiwet iger-d aseɣwen deg yizen-ines, taskant n URL tezmer ad tettwaskan i wakken ad d-imudd ugar n talɣut ɣef useɣwen-a am uzwel, aglam d tugna n usmel.",
"url_previews_section": "Tiskanin n URL",
"aliases_section": "Tansiwin n texxamt",
"other_section": "Nniḍen"
"other_section": "Nniḍen",
"error_updating_canonical_alias_title": "Tuccḍa deg usali n tensa tagejdant",
"error_updating_canonical_alias_description": "Tellad-d tuccḍa deg uleqqem n tansa tagejdant n texxamt. Ur ittusireg ara ula sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"error_updating_alias_description": "Tella-d tuccḍa deg uleqqem n tansiwin-nniḍen n texxamt. Ur yettusireg ara waya sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"error_creating_alias_title": "Tuccḍa deg tmerna n tensa",
"error_creating_alias_description": "Tella-d tuccḍa deg tmerna n tansa-a. Ur yettusireg ara waya sɣur aqeddac neɣ d tuccḍa kan meẓẓiyen i d-yeḍran.",
"error_deleting_alias_description_forbidden": "Ur tesɛiḍ ara tisirag i wakken ad tekkseḍ tansa.",
"error_deleting_alias_description": "Tella-d tuccḍa deg tukksa n tansa-a. Ahat dayen ur telli ara neɣ d tuccḍa meẓẓiyen i d-yeḍran.",
"error_deleting_alias_title": "Tuccḍa deg tukksa n tensa",
"canonical_alias_field_label": "Tansa tagejdant",
"no_aliases_room": "Taxxamt-a ur tesɛi ara tansiwin tidiganin",
"local_alias_field_label": "Tansa tadigant",
"published_aliases_section": "Tansiwin tizuyaz",
"aliases_items_label": "Tansiwin-nniḍen i d-yeffɣen:",
"aliases_no_items_label": "Ulac tansiwin i d-yeffɣen akka tura, rnu yiwet ddaw",
"new_alias_placeholder": "Tansa tamynut i d-yettusuffɣen (am. #alias:server)",
"local_aliases_section": "Tansiwin tidiganin",
"local_aliases_explainer_room": "Sbadu tansiwin i texxamt-a i wakken iseqdacen ad ttafen s uqeddac-ik·im agejdan (%(localDomain)s)",
"name_field_label": "Isem n texxamt",
"topic_field_label": "Asentel n texxamt",
"avatar_field_label": "Avaṭar n texxamt"
},
"advanced": {
"unfederated": "Anekcum er texxamt-a ulamek s yiqeddacen n Matrix inmeggagen",
@ -1764,7 +1710,10 @@
"waiting_other_user": "Aṛaǧu n %(displayName)s i usenqed…",
"cancelling": "Asefsex…",
"unverified_sessions_toast_reject": "Ticki",
"unverified_session_toast_title": "Anekcam amaynut. D kečč/kemm?"
"unverified_session_toast_title": "Anekcam amaynut. D kečč/kemm?",
"waiting_for_user_accept": "Aṛaǧu n %(displayName)s i uqbal…",
"accepting": "Aqbal…",
"start_button": "Bdu asenqed"
},
"old_version_detected_title": "Ala isefka iweglehnen i d-iteffɣen",
"old_version_detected_description": "Isefka n lqem aqbur n %(brand)s ttwafen. Ayagi ad d-yeglu s yir tamahalt n uwgelhen seg yixef ɣer yixef deg lqem aqbur. Iznan yettwawgelhen seg yixef ɣer yixef yettumbeddalen yakan mi akken yettuseqdac lqem aqbur yezmer ur asen-ittekkes ara uwgelhen deg lqem-a. Aya yezmer daɣen ad d-yeglu asefsex n yiznan yettumbeddalen s lqem-a. Ma yella temlaleḍ-d uguren, ffeɣ syen tuɣaleḍ-d tikkelt-nniḍen. I wakken ad tḥerzeḍ amazray n yiznan, sifeḍ rnu ales kter tisura-ik·im.",
@ -1793,6 +1742,23 @@
"title": "Tarrayt n ujebber tettwakkes",
"description_2": "Ma yella tgiḍ aya war ma tebniḍ, tzemreḍ ad tsewleḍ iznan uffiren deg tɣimit-a ayen ara yalsen awgelhen n umazray n yiznan n texxamt-a s tarrayt n tririt tamaynut.",
"warning": "Ma yella ur tekkiseḍ ara tarrayt n tririt tamaynut, yezmer ad yili umaker ara iɛerḍen ad yekcem ɣer umiḍan-ik·im. Beddel awal uffir n umiḍan-ik·im syen sbadu tarrayt n tririt tamaynut din din deg yiɣewwaren."
},
"setup_secure_backup": {
"explainer": "Ḥrez tisura-ik·im send tuffɣa i wakken ur ttruḥunt ara.",
"title": "Sbadu"
},
"cross_signing_user_warning": "Aseqdac-a ur issenqed ara akk tiɣimiyin-ines.",
"cross_signing_user_normal": "Ur tesneqdeḍ aea aseqdac-a.",
"cross_signing_user_verified": "Tesneqdeḍ aseqdac-a. Aseqdac-a issenqed akk tiɣimiyin-ines.",
"cross_signing_room_warning": "Yella win yesseqdacen tiɣimit tarussint",
"cross_signing_room_normal": "Taxxamt-a tettwawgelhen seg yixef ɣer yixef",
"cross_signing_room_verified": "Yal yiwen deg taxxamt-a yettwasenqed",
"event_shield_reason_authenticity_not_guaranteed": "Asesteb n yizen-a awgelhen ur yettwaḍman ara deg yibenk-a.",
"event_shield_reason_mismatched_sender_key": "Yettuwgelhen s tɣimit ur nettwasenqed ara",
"messages_not_secure": {
"title": "Iznan-inek·inem d ariɣelsanen",
"heading": "Yiwen seg wayen i d-iteddun yezmer ad yettwaker:",
"cause_1": "Aqeddac-ik·im agejdan"
}
},
"emoji": {
@ -2098,7 +2064,18 @@
"peek_join_prompt": "Tessenqadeḍ %(roomName)s. Tebɣiḍ ad ternuḍ ɣur-s?",
"no_peek_join_prompt": "%(roomName)s ur tezmir ara ad tettwasenqed. Tebɣiḍ ad ternuḍ ɣer-s?",
"not_found_title_name": "%(roomName)s ulac-it.",
"inaccessible_name": "%(roomName)s ulac anekcum ɣer-s akka tura."
"inaccessible_name": "%(roomName)s ulac anekcum ɣer-s akka tura.",
"jump_to_bottom_button": "Drurem ɣer yiznan akk n melmi kan",
"upgrade_warning_bar": "Aleqqem n texxamt-a ad tsens tummant tamirant n texxamt yerna ad ternu taxxamt yettuleqqmen s yisem-nni kan.",
"upgrade_warning_bar_upgraded": "Taxxamt-a tettuleqqam yakan.",
"upgrade_warning_bar_unstable": "Taxxamt-a tesedday lqem n texxamt <roomVersion />, i yecreḍ uqeddac-a agejdan <i>ur yerkid ara</i>.",
"upgrade_warning_bar_admins": "Ala inedbalen kan n texxamt ara iwalin tuccḍa-a",
"search": {
"this_room": "Taxxamt-a",
"all_rooms": "Akk tixxamin",
"field_placeholder": "Nadi…"
},
"jump_read_marker": "Ɛeddi ɣer yizen amezwaru ur nettwaɣra ara."
},
"file_panel": {
"guest_note": "Ilaq-ak·am <a>ad teskelseḍ</a> i wakken ad tesxedmeḍ tamahilt-a",
@ -2237,5 +2214,42 @@
"invited_list_heading": "Yettwancad",
"filter_placeholder": "Sizdeg iɛeggalen n texxamt",
"power_label": "%(userName)s (i iǧehden %(powerLevelNumber)s"
},
"stickers": {
"empty": "Ulac ɣer-k·m akka tura ikemmusen n yimyintaḍ yettwaremden",
"empty_add_prompt": "Rnu kra tura"
},
"user_info": {
"error_revoke_3pid_invite_title": "Asefsex n tinnubga ur yeddi ara",
"error_revoke_3pid_invite_description": "Tigtin n tinubga d awezɣi. Aqeddac yettmagar-d ahat ugur akka tura neɣ ur tesɛiḍ tisirag i iwulmen i wakken ad tagiḍ tinubga-a.",
"admin_tools_section": "Ifecka n unedbal",
"revoke_invite": "Sefesex tinnubga",
"invited_by": "Yettunced-d sɣur %(sender)s",
"room_encrypted": "Iznan deg texxamt-a ttwawgelhen seg yixef ɣer yixef.",
"room_encrypted_detail": "Iznan-inek·inem d iɣelsanen, ala kečč d uɣerwaḍ i yesɛan tisura tasufin i wakken ad asen-kksen awgelhen.",
"room_unencrypted": "Iznan deg texxamt-a ur ttwawgelhen ara seg yixef ɣer yixef.",
"room_unencrypted_detail": "Deg texxamt yettwawgelhen, iznan-inek·inem d iɣelsanen ala kečč d uɣerwaḍ i yesɛan tisura tasufin i wakken ad asen-kksen awgelhen.",
"verify_button": "Senqed aseqdac",
"verify_explainer": "I wugar n tɣellist, senqed aseqdac-a s usenqed n tengalt i yiwet n tikkelt ɣef yibenkan-ik·im i sin.",
"hide_verified_sessions": "Ffer tiɣimiyin yettwasneqden",
"hide_sessions": "Ffer tiɣimiyin",
"jump_to_rr_button": "Ɛeddi ɣer tɣuri n wawwaḍ",
"share_button": "Bḍu aseɣwen d useqdac",
"demote_self_confirm_title": "Ṣubb deg usellun-ik·im?",
"demote_self_confirm_room": "Ur tettizmireḍ ara ad tesfesxeḍ asnifel-a acku tettṣubbuḍ deg usellun-unek·inem, ma yella d kečč·kemm i d aseqdac aneglam n texxamt-a, d awezɣi ad d-terreḍ ula d yiwet n tseglut.",
"demote_button": "Ṣubb deg usellun",
"redact_button": "Kkes iznan n melmi kan",
"error_ban_user": "Tigtin n useqdac ur yeddi ara",
"error_mute_user": "Tasusmi n useqdac ur yeddi ara",
"promote_warning": "Ur tettizmireḍ ara ad tesfesxeḍ asnifel-a acku tessebɣaseḍ aseqdac ad yesɛu aswir n tezmert am kečč·kemm.",
"deactivate_confirm_title": "Kkes aseqdac-a?",
"deactivate_confirm_description": "Asemmet n useqdac-a ad t-isuffeɣ yerna ur as-yettaǧǧa ara ad yales ad yeqqen. Daɣen, ad ffɣen akk seg texxamin ideg llan. Tigawt-a dayen ur tettwasefsax ara. S tidet tebɣiḍ ad tsemmteḍ aseqdac-a?",
"deactivate_confirm_action": "Kkes aseqdac",
"error_deactivate": "Asensi n useqdac ur yeddi ara"
},
"right_panel": {
"widgets_section": "Iwiǧiten",
"share_button": "Bḍu taxxamt",
"settings_button": "Iɣewwaṛen n texxamt"
}
}

View file

@ -1,10 +1,8 @@
{
"Create new room": "새 방 만들기",
"unknown error code": "알 수 없는 오류 코드",
"Admin Tools": "관리자 도구",
"A new password must be entered.": "새 비밀번호를 입력해주세요.",
"An error has occurred.": "오류가 발생했습니다.",
"Are you sure?": "확신합니까?",
"Are you sure you want to leave the room '%(roomName)s'?": "%(roomName)s 방을 떠나겠습니까?",
"Email address": "이메일 주소",
"Failed to forget room %(errCode)s": "%(errCode)s 방 지우기에 실패함",
@ -18,27 +16,22 @@
"Decrypt %(text)s": "%(text)s 복호화",
"Download %(text)s": "%(text)s 다운로드",
"Error decrypting attachment": "첨부 파일 복호화 중 오류",
"Failed to ban user": "사용자 출입 금지에 실패함",
"Failed to load timeline position": "타임라인 위치 불러오기에 실패함",
"Failed to mute user": "사용자 음소거에 실패함",
"Failed to reject invite": "초대 거부에 실패함",
"Failed to reject invitation": "초대 거절에 실패함",
"Home": "홈",
"Invalid file%(extra)s": "잘못된 파일%(extra)s",
"Join Room": "방에 참가",
"Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.",
"Moderator": "조정자",
"New passwords must match each other.": "새 비밀번호는 서로 같아야 합니다.",
"not specified": "지정되지 않음",
"No more results": "더 이상 결과 없음",
"Please check your email and click on the link it contains. Once this is done, click continue.": "이메일을 확인하고 안의 링크를 클릭합니다. 모두 마치고 나서, 계속하기를 누르세요.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "사용자를 자신과 같은 권한 등급으로 올리는 것은 취소할 수 없습니다.",
"Reject invitation": "초대 거절",
"Return to login screen": "로그인 화면으로 돌아가기",
"Search failed": "검색 실패함",
"Server may be unavailable, overloaded, or search timed out :(": "서버를 쓸 수 없거나 과부하거나, 검색 시간을 초과했어요 :(",
"Session ID": "세션 ID",
"This room has no local addresses": "이 방은 로컬 주소가 없음",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 문제의 메시지를 볼 수 있는 권한이 없습니다.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 찾을 수 없었습니다.",
"Uploading %(filename)s": "%(filename)s을(를) 올리는 중",
@ -90,21 +83,17 @@
"Today": "오늘",
"Friday": "금요일",
"Changelog": "바뀐 점",
"This Room": "방",
"Unavailable": "이용할 수 없음",
"Send": "보내기",
"Tuesday": "화요일",
"Search…": "찾기…",
"Unnamed room": "이름 없는 방",
"Saturday": "토요일",
"Monday": "월요일",
"All Rooms": "모든 방",
"You cannot delete this message. (%(code)s)": "이 메시지를 삭제할 수 없습니다. (%(code)s)",
"Thursday": "목요일",
"Yesterday": "어제",
"Wednesday": "수요일",
"Thank you!": "감사합니다!",
"This event could not be displayed": "이 이벤트를 표시할 수 없음",
"PM": "오후",
"AM": "오전",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s년 %(monthName)s %(day)s일 (%(weekDayName)s)",
@ -113,14 +102,7 @@
"%(duration)sm": "%(duration)s분",
"%(duration)sh": "%(duration)s시간",
"%(duration)sd": "%(duration)s일",
"Share Link to User": "사용자에게 링크 공유",
"Demote": "강등",
"Demote yourself?": "자신을 강등하시겠습니까?",
"This room is not public. You will not be able to rejoin without an invite.": "이 방은 공개되지 않았습니다. 초대 없이는 다시 들어올 수 없습니다.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "자기 자신을 강등하는 것은 되돌릴 수 없고, 자신이 마지막으로 이 방에서 특권을 가진 사용자라면 다시 특권을 얻는 건 불가능합니다.",
"Jump to read receipt": "읽은 기록으로 건너뛰기",
"Share room": "방 공유하기",
"You don't currently have any stickerpacks enabled": "현재 사용하고 있는 스티커 팩이 없음",
"Filter results": "필터 결과",
"Delete Widget": "위젯 삭제",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "응답한 이벤트를 불러오지 못했습니다, 존재하지 않거나 볼 수 있는 권한이 없습니다.",
@ -140,7 +122,6 @@
"Send Logs": "로그 보내기",
"We encountered an error trying to restore your previous session.": "이전 활동을 복구하는 중 에러가 발생했습니다.",
"Link to most recent message": "가장 최근 메시지로 연결",
"Only room administrators will see this warning": "방 관리자만이 이 경고를 볼 수 있음",
"<a>In reply to</a> <pill>": "<a>관련 대화</a> <pill>",
"Updating %(brand)s": "%(brand)s 업데이트 중",
"Upgrade this room to version %(version)s": "이 방을 %(version)s 버전으로 업그레이드",
@ -215,24 +196,8 @@
"Folder": "폴더",
"Power level": "권한 등급",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "암호화된 메시지는 종단간 암호화로 보호됩니다. 오직 당신과 상대방만 이 메시지를 읽을 수 있는 키를 갖습니다.",
"Back up your keys before signing out to avoid losing them.": "잃어버리지 않도록 로그아웃하기 전에 키를 백업하세요.",
"Start using Key Backup": "키 백업 시작",
"Deactivate account": "계정 비활성화",
"Edit message": "메시지 편집",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "이 방을 업그레이드하면 현재 방의 인스턴스는 문을 닫고 같은 이름의 업그레이드된 방을 만듭니다.",
"This room has already been upgraded.": "이 방은 이미 업그레이드됬습니다.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "이 방은 방 버전 <roomVersion />에서 실행 중이고, 이 홈서버가 <i>불안정</i>으로 표시됩니다.",
"Add some now": "몇 가지 추가",
"Failed to revoke invite": "초대 취소에 실패함",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "초대를 취소할 수 없습니다. 서버에 일시적인 문제가 발생했거나 초대를 취소할 수 있는 권한이 없습니다.",
"Revoke invite": "초대 취소",
"Invited by %(sender)s": "%(sender)s님에게 초대받음",
"Error updating main address": "기본 주소 업데이트 중 오류",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "방의 기본 주소를 업데이트하는 중 오류가 발생했습니다. 서버가 허용하지 않거나 일시적인 오류 발생일 수 있습니다.",
"Main address": "기본 주소",
"Room avatar": "방 아바타",
"Room Name": "방 이름",
"Room Topic": "방 주제",
"Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.",
"edited": "편집됨",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "이메일로 초대하기 위해 ID 서버를 사용합니다. <default>기본 (%(defaultIdentityServerName)s)을(를) 사용하거나</default> <settings>설정</settings>에서 관리하세요.",
@ -310,10 +275,6 @@
"Invalid base_url for m.identity_server": "잘못된 m.identity_server 용 base_url",
"Identity server URL does not appear to be a valid identity server": "ID 서버 URL이 올바른 ID 서버가 아님",
"General failure": "일반적인 실패",
"Set up": "설정",
"Deactivate user?": "사용자를 비활성화합니까?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "사용자를 비활성화하면 사용자는 로그아웃되며 다시 로그인할 수 없게 됩니다. 또한 사용자는 모든 방에서 떠나게 됩니다. 이 작업은 돌이킬 수 없습니다. 이 사용자를 비활성화하겠습니까?",
"Deactivate user": "사용자 비활성화",
"No recent messages by %(user)s found": "%(user)s님의 최근 메시지 없음",
"Try scrolling up in the timeline to see if there are any earlier ones.": "이전 타임라인이 있는지 위로 스크롤하세요.",
"Remove recent messages by %(user)s": "%(user)s님의 최근 메시지 삭제",
@ -322,15 +283,11 @@
"other": "%(count)s개의 메시지 삭제",
"one": "1개의 메시지 삭제"
},
"Remove recent messages": "최근 메시지 삭제",
"e.g. my-room": "예: my-room",
"Close dialog": "대화 상자 닫기",
"Show image": "이미지 보이기",
"Cancel search": "검색 취소",
"Failed to deactivate user": "사용자 비활성화에 실패함",
"This client does not support end-to-end encryption.": "이 클라이언트는 종단간 암호화를 지원하지 않습니다.",
"Messages in this room are not end-to-end encrypted.": "이 방의 메시지는 종단간 암호화가 되지 않았습니다.",
"Message Actions": "메시지 동작",
"You verified %(name)s": "%(name)s님을 확인했습니다",
"You cancelled verifying %(name)s": "%(name)s님의 확인을 취소했습니다",
"%(name)s cancelled verifying": "%(name)s님이 확인을 취소했습니다",
@ -340,16 +297,13 @@
"%(name)s cancelled": "%(name)s님이 취소했습니다",
"%(name)s wants to verify": "%(name)s님이 확인을 요청합니다",
"You sent a verification request": "확인 요청을 보냈습니다",
"Messages in this room are end-to-end encrypted.": "이 방의 메시지는 종단간 암호화되었습니다.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "이 사용자를 무시했습니다. 사용자의 메시지는 숨겨집니다. <a>무시하고 보이기.</a>",
"Show more": "더 보기",
"Search for": "검색 기준",
"Search for rooms or people": "방 또는 사람 검색",
"Search for rooms": "방 검색",
"Search for spaces": "스페이스 검색",
"Recently Direct Messaged": "최근 다이렉트 메세지",
"Recently viewed": "최근에 확인한",
"Scroll to most recent messages": "가장 최근 메세지로 스크롤",
"If you can't find the room you're looking for, ask for an invite or create a new room.": "만약 찾고 있는 방이 없다면, 초대를 요청하거나 새로운 방을 만드세요.",
"Unable to copy a link to the room to the clipboard.": "방 링크를 클립보드에 복사할 수 없습니다.",
"Unable to copy room link": "방 링크를 복사할 수 없습니다",
@ -358,14 +312,6 @@
"Leave all rooms": "모든 방에서 떠나기",
"Create a new space": "새로운 스페이스 만들기",
"Create a space": "스페이스 만들기",
"Export chat": "대화 내보내기",
"Room settings": "방 설정",
"Widgets": "위젯",
"Nothing pinned, yet": "아직 고정된 것이 없습니다",
"Pinned messages": "고정된 메세지",
"Pinned": "고정됨",
"Files": "파일 목록",
"Send voice message": "음성 메세지 보내기",
"Or send invite link": "또는 초대 링크 보내기",
"Recent Conversations": "최근 대화 목록",
"Start a conversation with someone using their name or username (like <userId/>).": "이름이나 사용자명(<userId/> 형식)을 사용하는 사람들과 대화를 시작하세요.",
@ -395,7 +341,6 @@
"Australia": "호주",
"Afghanistan": "아프가니스탄",
"United States": "미국",
"Room info": "방 정보",
"common": {
"analytics": "정보 분석",
"error": "오류",
@ -467,7 +412,9 @@
"low_priority": "중요하지 않음",
"historical": "기록",
"go_to_settings": "설정으로 가기",
"setup_secure_messages": "보안 메시지 설정"
"setup_secure_messages": "보안 메시지 설정",
"show_more": "더 보기",
"are_you_sure": "확신합니까?"
},
"action": {
"continue": "계속하기",
@ -584,7 +531,9 @@
"poll_button_no_perms_title": "권한 필요",
"poll_button": "투표",
"format_italics": "기울게",
"replying_title": "답장 중"
"replying_title": "답장 중",
"edit_composer_label": "메시지 편집",
"send_voice_message": "음성 메세지 보내기"
},
"Code": "코드",
"power_level": {
@ -976,6 +925,10 @@
"view_source": "소스 보기",
"external_url": "출처 URL",
"report": "보고"
},
"error_no_renderer": "이 이벤트를 표시할 수 없음",
"mab": {
"label": "메시지 동작"
}
},
"slash_command": {
@ -1131,7 +1084,14 @@
"url_preview_explainer": "누군가 메시지에 URL을 넣으면, URL 미리 보기로 웹사이트에서 온 제목, 설명, 그리고 이미지 등 그 링크에 대한 정보가 표시됩니다.",
"url_previews_section": "URL 미리보기",
"aliases_section": "방 주소",
"other_section": "기타"
"other_section": "기타",
"error_updating_canonical_alias_title": "기본 주소 업데이트 중 오류",
"error_updating_canonical_alias_description": "방의 기본 주소를 업데이트하는 중 오류가 발생했습니다. 서버가 허용하지 않거나 일시적인 오류 발생일 수 있습니다.",
"canonical_alias_field_label": "기본 주소",
"no_aliases_room": "이 방은 로컬 주소가 없음",
"name_field_label": "방 이름",
"topic_field_label": "방 주제",
"avatar_field_label": "방 아바타"
},
"advanced": {
"unfederated": "이 방은 원격 Matrix 서버로 접근할 수 없음",
@ -1190,6 +1150,10 @@
"recovery_method_removed": {
"title": "복구 방식 제거됨",
"warning": "이 복구 방식을 제거하지 않으면, 공격자가 계정에 접근을 시도할 지도 모릅니다. 설정에서 계정 비밀번호를 바꾸고 즉시 새 복구 방식을 설정하세요."
},
"setup_secure_backup": {
"explainer": "잃어버리지 않도록 로그아웃하기 전에 키를 백업하세요.",
"title": "설정"
}
},
"emoji": {
@ -1456,7 +1420,18 @@
"peek_join_prompt": "%(roomName)s 방을 미리 보고 있습니다. 참가하겠습니까?",
"no_peek_join_prompt": "%(roomName)s 방을 미리 볼 수 없습니다. 참가하겠습니까?",
"not_found_title_name": "%(roomName)s은 없는 방이에요.",
"inaccessible_name": "현재는 %(roomName)s에 들어갈 수 없습니다."
"inaccessible_name": "현재는 %(roomName)s에 들어갈 수 없습니다.",
"jump_to_bottom_button": "가장 최근 메세지로 스크롤",
"upgrade_warning_bar": "이 방을 업그레이드하면 현재 방의 인스턴스는 문을 닫고 같은 이름의 업그레이드된 방을 만듭니다.",
"upgrade_warning_bar_upgraded": "이 방은 이미 업그레이드됬습니다.",
"upgrade_warning_bar_unstable": "이 방은 방 버전 <roomVersion />에서 실행 중이고, 이 홈서버가 <i>불안정</i>으로 표시됩니다.",
"upgrade_warning_bar_admins": "방 관리자만이 이 경고를 볼 수 있음",
"search": {
"this_room": "방",
"all_rooms": "모든 방",
"field_placeholder": "찾기…"
},
"jump_read_marker": "읽지 않은 첫 메시지로 건너뜁니다."
},
"file_panel": {
"guest_note": "이 기능을 쓰려면 <a>등록</a>해야 합니다",
@ -1619,5 +1594,46 @@
"invited_list_heading": "초대받음",
"filter_placeholder": "방 구성원 필터",
"power_label": "%(userName)s님 (권한 %(powerLevelNumber)s)"
},
"stickers": {
"empty": "현재 사용하고 있는 스티커 팩이 없음",
"empty_add_prompt": "몇 가지 추가"
},
"user_info": {
"error_revoke_3pid_invite_title": "초대 취소에 실패함",
"error_revoke_3pid_invite_description": "초대를 취소할 수 없습니다. 서버에 일시적인 문제가 발생했거나 초대를 취소할 수 있는 권한이 없습니다.",
"admin_tools_section": "관리자 도구",
"revoke_invite": "초대 취소",
"invited_by": "%(sender)s님에게 초대받음",
"room_encrypted": "이 방의 메시지는 종단간 암호화되었습니다.",
"room_unencrypted": "이 방의 메시지는 종단간 암호화가 되지 않았습니다.",
"jump_to_rr_button": "읽은 기록으로 건너뛰기",
"share_button": "사용자에게 링크 공유",
"demote_self_confirm_title": "자신을 강등하시겠습니까?",
"demote_self_confirm_room": "자기 자신을 강등하는 것은 되돌릴 수 없고, 자신이 마지막으로 이 방에서 특권을 가진 사용자라면 다시 특권을 얻는 건 불가능합니다.",
"demote_button": "강등",
"redact_button": "최근 메시지 삭제",
"error_ban_user": "사용자 출입 금지에 실패함",
"error_mute_user": "사용자 음소거에 실패함",
"promote_warning": "사용자를 자신과 같은 권한 등급으로 올리는 것은 취소할 수 없습니다.",
"deactivate_confirm_title": "사용자를 비활성화합니까?",
"deactivate_confirm_description": "사용자를 비활성화하면 사용자는 로그아웃되며 다시 로그인할 수 없게 됩니다. 또한 사용자는 모든 방에서 떠나게 됩니다. 이 작업은 돌이킬 수 없습니다. 이 사용자를 비활성화하겠습니까?",
"deactivate_confirm_action": "사용자 비활성화",
"error_deactivate": "사용자 비활성화에 실패함"
},
"right_panel": {
"pinned_messages": {
"title": "고정된 메세지",
"empty": "아직 고정된 것이 없습니다"
},
"room_summary_card": {
"title": "방 정보"
},
"widgets_section": "위젯",
"files_button": "파일 목록",
"pinned_messages_button": "고정됨",
"export_chat_button": "대화 내보내기",
"share_button": "방 공유하기",
"settings_button": "방 설정"
}
}

View file

@ -273,23 +273,7 @@
"Philippines": "ຟີລິບປິນ",
"Peru": "ເປຣູ",
"Paraguay": "ປາຣາກວາຍ",
"Message Actions": "ການດຳເນີນການທາງຂໍ້ຄວາມ",
"Failed to send": "ການສົ່ງບໍ່ສຳເລັດ",
"Your message was sent": "ຂໍ້ຄວາມຂອງທ່ານຖືກສົ່ງໄປແລ້ວ",
"Encrypted by a deleted session": "ເຂົ້າລະຫັດໂດຍພາກສ່ວນທີ່ຖືກລຶບ",
"Unencrypted": "ບໍ່ໄດ້ເຂົ້າລະຫັດ",
"Encrypted by an unverified session": "ເຂົ້າລະຫັດໂດຍພາກສ່ວນທີ່ບໍ່ໄດ້ຮັບການຢືນຢັນ",
"Copy link to thread": "ສຳເນົາລິ້ງໃສ່ກະທູ້",
"View in room": "ເບິ່ງຢູ່ໃນຫ້ອງ",
"This event could not be displayed": "ເຫດການນີ້ບໍ່ສາມາດສະແດງໄດ້",
"From a thread": "ຈາກກະທູ້",
"Edit message": "ແກ້ໄຂຂໍ້ຄວາມ",
"Everyone in this room is verified": "ທຸກຄົນຢູ່ໃນຫ້ອງນີ້ໄດ້ຮັບການຢັ້ງຢືນແລ້ວ",
"This room is end-to-end encrypted": "ຫ້ອງນີ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງ-ເຖິງປາຍທາງ",
"Someone is using an unknown session": "ບາງຄົນກໍາລັງໃຊ້ເງື່ອນໄຂທີ່ບໍ່ຮູ້ຈັກ",
"You have verified this user. This user has verified all of their sessions.": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ແລ້ວ. ຜູ້ໃຊ້ນີ້ໄດ້ຢັ້ງຢືນທຸກເງິຶອນໄຂຂອງເຂົາເຈົ້າແລ້ວ.",
"You have not verified this user.": "ທ່ານຍັງບໍ່ໄດ້ຢືນຢັນຜູ້ໃຊ້ນີ້.",
"This user has not verified all of their sessions.": "ຜູ້ໃຊ້ນີ້ຍັງບໍ່ໄດ້ຢຶນຢັນການເຂົ້າຮ່ວມຂອງເຂົາເຈົ້າທັງຫມົດຂອງ.",
"Warning!": "ແຈ້ງເຕືອນ!",
"To join a space you'll need an invite.": "ເພື່ອເຂົ້າຮ່ວມພື້ນທີ່, ທ່ານຈະຕ້ອງການເຊີນ.",
"Create a space": "ສ້າງພື້ນທີ່",
@ -388,24 +372,7 @@
"Please check your email and click on the link it contains. Once this is done, click continue.": "ກະລຸນາກວດເບິ່ງອີເມວຂອງທ່ານ ແລະ ກົດໃສ່ການເຊື່ອມຕໍ່. ເມື່ອສຳເລັດແລ້ວ, ກົດສືບຕໍ່.",
"Verification Pending": "ຢູ່ລະຫວ່າງການຢັ້ງຢືນ",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "ການລຶບລ້າງພື້ນທີ່ຈັດເກັບຂໍ້ມູນຂອງບຣາວເຊີຂອງທ່ານອາດຈະແກ້ໄຂບັນຫາໄດ້, ແຕ່ຈະເຮັດໃຫ້ທ່ານອອກຈາກລະບົບ ແລະ ເຮັດໃຫ້ປະຫວັດການສົນທະນາທີ່ເຂົ້າລະຫັດໄວ້ນັ້ນບໍ່ສາມາດອ່ານໄດ້.",
"Unban from space": "ຍົກເລີກການຫ້າມອອກຈາກພື້ນທີ່",
"Remove recent messages": "ລຶບຂໍ້ຄວາມຫຼ້າສຸດອອກ",
"Failed to remove user": "ລຶບຜູ້ໃຊ້ອອກບໍ່ສຳເລັດ",
"They'll still be able to access whatever you're not an admin of.": "ພວກເຂົາສາມາດເຂົ້າເຖິງອັນໃດກໍໄດ້ທີ່ທ່ານບໍ່ແມ່ນຜູ້ຄຸມລະບົບ.",
"Room settings": "ການຕັ້ງຄ່າຫ້ອງ",
"Share room": "ແບ່ງປັນຫ້ອງ",
"Export chat": "ສົ່ງການສົນທະນາອອກ",
"Pinned": "ໄດ້ປັກໝຸດ",
"Files": "ໄຟລ໌",
"Not encrypted": "ບໍ່ໄດ້ເຂົ້າລະຫັດ",
"Add widgets, bridges & bots": "ເພີ່ມວິດເຈັດ, ຂົວ ແລະບັອດ",
"Edit widgets, bridges & bots": "ແກ້ໄຂວິດເຈັດ, ຂົວ ແລະບັອດ",
"Set my room layout for everyone": "ກໍານົດຮູບແບບຫ້ອງຂອງຂ້ອຍສໍາລັບທຸກຄົນ",
"Close this widget to view it in this panel": "ປິດວິດເຈັດນີ້ເພື່ອເບິ່ງມັນຢູ່ໃນແຜງນີ້",
"Unpin this widget to view it in this panel": "ຖອນປັກໝຸດວິດເຈັດນີ້ເພື່ອເບິ່ງມັນຢູ່ໃນແຜງນີ້",
"You can only pin up to %(count)s widgets": {
"other": "ທ່ານສາມາດປັກໝຸດໄດ້ເຖິງ %(count)s widget ເທົ່ານັ້ນ"
},
"Messaging": "ການສົ່ງຂໍ້ຄວາມ",
"Missing domain separator e.g. (:domain.org)": "ຂາດຕົວແຍກໂດເມນ e.g. (:domain.org)",
"e.g. my-room": "ຕົວຢ່າງ: ຫ້ອງຂອງຂ້ອຍ",
@ -453,7 +420,6 @@
"Rooms and spaces": "ຫ້ອງ ແລະ ພຶ້ນທີ່",
"Results": "ຜົນຮັບ",
"You may want to try a different search or check for typos.": "ເຈົ້າອາດຈະຕ້ອງລອງຊອກຫາແບບອື່ນ ຫຼື ກວດເບິ່ງວ່າພິມຜິດ.",
"Joined": "ເຂົ້າຮ່ວມແລ້ວ",
"You don't have permission": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດ",
"Joining": "ເຂົ້າຮ່ວມ",
"Failed to reject invite": "ປະຕິເສດຄຳເຊີນບໍ່ສຳເລັດ",
@ -485,99 +451,20 @@
"Reject invitation": "ປະຕິເສດຄຳເຊີນ",
"Wait!": "ລໍຖ້າ!",
"Open dial pad": "ເປີດແຜ່ນປັດ",
"Remove from room": "ຍ້າຍອອກຈາກຫ້ອງ",
"Disinvite from room": "ຕັດຂາດອອກຈາກຫ້ອງ",
"Remove from space": "ລືບອອກຈາກພື້ນທີ່ຈັດເກັບ",
"Disinvite from space": "ຕັດຂາດຈາກ ພື້ນທີ່ຈັດເກັບ",
"Demote": "ຫຼຸດລະດັບ",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "ທ່ານຈະບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ໃນຂະນະທີ່ທ່ານກໍາລັງ demoting ຕົວທ່ານເອງ, ຖ້າທ່ານເປັນຜູ້ໃຊ້ສິດທິພິເສດສຸດທ້າຍຢູ່ໃນຫ້ອງ, ມັນຈະເປັນໄປບໍ່ໄດ້ທີ່ຈະຄືນສິດທິພິເສດ.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "ທ່ານຈະບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ໃນຂະນະທີ່ທ່ານກໍາລັງ demoting ຕົວທ່ານເອງ, ຖ້າທ່ານເປັນຜູ້ໃຊ້ສິດທິພິເສດສຸດທ້າຍໃນຊ່ອງ, ມັນຈະເປັນໄປບໍ່ໄດ້ທີ່ຈະຄືນສິດທິພິເສດ.",
"Demote yourself?": "ຫຼຸດລະດັບຕົວເອງບໍ?",
"Share Link to User": "ແບ່ງປັນລິ້ງໄປຫາຜູ້ໃຊ້",
"Jump to read receipt": "ຂ້າມເພື່ອອ່ານໃບຮັບເງິນ",
"Hide sessions": "ເຊື່ອງsessions",
"%(count)s sessions": {
"one": "%(count)s ລະບົບ",
"other": "%(count)ssessions"
},
"Hide verified sessions": "ເຊື່ອງ sessionsທີ່ຢືນຢັນແລ້ວ",
"%(count)s verified sessions": {
"one": "ຢືນຢັນ 1 session ແລ້ວ",
"other": "%(count)sລະບົບຢືນຢັນແລ້ວ"
},
"Chat": "ສົນທະນາ",
"Pinned messages": "ປັກໝຸດຂໍ້ຄວາມ",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "ຖ້າຫາກທ່ານມີການອະນຸຍາດ, ເປີດເມນູໃນຂໍ້ຄວາມໃດຫນຶ່ງ ແລະ ເລືອກ <b>Pin</b> ເພື່ອຕິດໃຫ້ເຂົາເຈົ້າຢູ່ທີ່ນີ້.",
"Nothing pinned, yet": "ບໍ່ມີຫຍັງຖືກປັກໝຸດ,",
"Yours, or the other users' session": "ຂອງທ່ານ , ຫຼື session ຂອງຜູ້ໃຊ້ອື່ນໆ",
"Yours, or the other users' internet connection": "ຂອງທ່ານ, ຫຼື ການເຊື່ອມຕໍ່ອິນເຕີເນັດຂອງຜູ້ໃຊ້ອື່ນ",
"The homeserver the user you're verifying is connected to": "homeserver ຜູ້ໃຊ້ທີ່ທ່ານກໍາລັງຢືນຢັນແມ່ນເຊື່ອມຕໍ່ກັບ",
"Your homeserver": "homeserver ຂອງທ່ານ",
"One of the following may be compromised:": "ຫນຶ່ງໃນຕໍ່ໄປນີ້ອາດຈະຖືກທໍາລາຍ:",
"Your messages are not secure": "ຂໍ້ຄວາມຂອງທ່ານບໍ່ປອດໄພ",
"For extra security, verify this user by checking a one-time code on both of your devices.": "ເພື່ອຄວາມປອດໄພເພີ່ມເຕີມ, ກະລຸນາຢັ້ງຢືນຜູ້ໃຊ້ນີ້ໂດຍການກວດສອບລະຫັດຄັ້ງດຽວໃນອຸປະກອນຂອງທ່ານທັງສອງ.",
"Verify User": "ຢືນຢັນຜູ້ໃຊ້",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "ຢູ່ໃນຫ້ອງທີ່ຖືກເຂົ້າລະຫັດ, ຂໍ້ຄວາມຂອງທ່ານຖືກຮັກສາໄວ້ຢ່າງປອດໄພ ແລະມີພຽງແຕ່ທ່ານ ແລະຜູ້ຮັບເທົ່ານັ້ນທີ່ມີກະແຈສະເພາະເພື່ອປົດລັອກພວກມັນ.",
"Messages in this room are not end-to-end encrypted.": "ຂໍ້ຄວາມຢູ່ໃນຫ້ອງນີ້ບໍ່ໄດ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງ-ປາຍທາງ.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "ຂໍ້ຄວາມຂອງທ່ານປອດໄພ ແລະມີແຕ່ທ່ານ ແລະຜູ້ຮັບເທົ່ານັ້ນທີ່ມີກະແຈສະເພາະເພື່ອປົດລັອກພວກມັນ.",
"Messages in this room are end-to-end encrypted.": "ຂໍ້ຄວາມຢູ່ໃນຫ້ອງນີ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງຮອດປາຍທາງ.",
"Start Verification": "ເລີ່ມການຢັ້ງຢືນ",
"Accepting…": "ກຳລັງຍອມຮັບ…",
"Waiting for %(displayName)s to accept…": "ກຳລັງລໍຖ້າ %(displayName)s ຍອມຮັບ…",
"To proceed, please accept the verification request on your other device.": "ເພື່ອດຳເນີນການຕໍ່, ກະລຸນາຍອມຮັບຄຳຮ້ອງຂໍການຢັ້ງຢືນໃນອຸປະກອນອື່ນຂອງທ່ານ.",
"Room avatar": "ຮູບ avatar ຫ້ອງ",
"Room Topic": "ຫົວຂໍ້ຫ້ອງ",
"Room Name": "ຊື່ຫ້ອງ",
"Show more": "ສະແດງເພີ່ມເຕີມ",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "ກໍານົດທີ່ຢູ່ສໍາລັບຫ້ອງນີ້ເພື່ອໃຫ້ຜູ້ໃຊ້ສາມາດຊອກຫາຫ້ອງນີ້ຜ່ານ homeserver ຂອງທ່ານ (%(localDomain)s)",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "ກໍານົດທີ່ຢູ່ສໍາລັບພື້ນທີ່ນີ້ເພື່ອໃຫ້ຜູ້ໃຊ້ສາມາດຊອກຫາພື້ນທີ່ນີ້ຜ່ານ homeserver ຂອງທ່ານ (%(localDomain)s)",
"Local Addresses": "ທີ່ຢູ່ຊ່ອງເກັບ",
"New published address (e.g. #alias:server)": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ໃໝ່ (ເຊັ່ນ: #alias: server)",
"No other published addresses yet, add one below": "ບໍ່ມີທີ່ຢູ່ທີ່ເຜີຍແຜ່ອື່ນໆເທື່ອ, ເພີ່ມທີ່ຢູ່ຫນຶ່ງຂ້າງລຸ່ມນີ້",
"Other published addresses:": "ທີ່ຢູ່ອື່ນໆທີ່ເຜີຍແຜ່:",
"To publish an address, it needs to be set as a local address first.": "ເພື່ອເຜີຍແຜ່ທີ່ຢູ່, ມັນຈໍາເປັນຕ້ອງຕັ້ງເປັນທີ່ຢູ່ຊ່ອງເກັບກ່ອນ.",
"Published addresses can be used by anyone on any server to join your room.": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ສາມາດຖືກນໍາໃຊ້ໂດຍຜູ້ໃດຜູ້ຫນຶ່ງໃນເຊີບເວີຂອງການເຂົ້າຮ່ວມຫ້ອງຂອງທ່ານ.",
"Published addresses can be used by anyone on any server to join your space.": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ສາມາດຖືກນໍາໃຊ້ໂດຍຜູ້ໃດຜູ້ຫນຶ່ງໃນເຊີບເວີຂອງການເຂົ້າຮ່ວມຊ່ອງຂອງທ່ານ.",
"Published Addresses": "ທີ່ຢູ່ເຜີຍແຜ່",
"Local address": "ທີ່ຢູ່ຊ່ອງເກັບ",
"This room has no local addresses": "ຫ້ອງນີ້ບໍ່ມີທີ່ຢູ່ຊ່ອງເກັບ",
"This space has no local addresses": "ພື້ນທີ່ນີ້ບໍ່ມີທີ່ຢູ່ໃນຊ່ອງເກັບ",
"not specified": "ບໍ່ໄດ້ລະບຸ",
"Main address": "ທີ່ຢູ່ຫຼັກ",
"Error removing address": "ການລຶບທີ່ຢູ່ຜິດພາດ",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "ມີຄວາມຜິດພາດໃນການລຶບທີ່ຢູ່ນັ້ນອອກ. ມັນອາດຈະບໍ່ມີແລ້ວ ຫຼືມີຄວາມຜິດພາດຊົ່ວຄາວເກີດຂຶ້ນ.",
"You don't have permission to delete the address.": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ລຶບທີ່ຢູ່.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "ເກີດຄວາມຜິດພາດໃນການສ້າງທີ່ຢູ່ນັ້ນ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼືບໍ່ສຳເລັດ ຊົ່ວຄາວເກີດຂຶ້ນ.",
"Error creating address": "ເກີດຄວາມຜິດພາດໃນການສ້າງທີ່ຢູ່",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "ມີຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ສຳຮອງຂອງຫ້ອງ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼືບໍ່ສຳເລັດ ຊົ່ວຄາວເກີດຂຶ້ນ.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "ມີຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ຫຼັກຂອງຫ້ອງ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼື ຄວາມບໍ່ສຳເລັດຊົ່ວຄາວເກີດຂຶ້ນ.",
"Error updating main address": "ເກີດຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ຫຼັກ",
"Stop recording": "ຢຸດການບັນທຶກ",
"We didn't find a microphone on your device. Please check your settings and try again.": "ພວກເຮົາບໍ່ພົບໄມໂຄຣໂຟນຢູ່ໃນອຸປະກອນຂອງທ່ານ. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າຂອງທ່ານ ແລະ ລອງໃໝ່ອີກ.",
"No microphone found": "ບໍ່ພົບໄມໂຄຣໂຟນ",
"We were unable to access your microphone. Please check your browser settings and try again.": "ພວກເຮົາບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນຂອງທ່ານໄດ້. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າບຣາວເຊີຂອງທ່ານແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"Unable to access your microphone": "ບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນຂອງທ່ານໄດ້",
"Jump to first unread message.": "ຂ້າມໄປຫາຂໍ້ຄວາມທຳອິດທີ່ຍັງບໍ່ໄດ້ອ່ານ.",
"Open thread": "ເປີດກະທູ້",
"%(count)s reply": {
"one": "%(count)s ຕອບກັບ",
"other": "%(count)s ຕອບກັບ"
},
"Invited by %(sender)s": "ເຊີນໂດຍ%(sender)s",
"Revoke invite": "ຍົກເລີກຄຳເຊີນ",
"Admin Tools": "ເຄື່ອງມືຜູ້ຄຸ້ມຄອງ",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "ບໍ່ສາມາດຖອນຄຳເຊີນໄດ້. ເຊີບເວີອາດຈະປະສົບບັນຫາຊົ່ວຄາວ ຫຼື ທ່ານບໍ່ມີສິດພຽງພໍໃນການຖອນຄຳເຊີນ.",
"Failed to revoke invite": "ຍົກເລີກການເຊີນບໍ່ສຳເລັດ",
"Add some now": "ເພີ່ມບາງອັນດຽວນີ້",
"You don't currently have any stickerpacks enabled": "ທ່ານບໍ່ໄດ້ເປີດໃຊ້ສະຕິກເກີແພັກເກັດໃນປັດຈຸບັນ",
"Failed to connect to integration manager": "ການເຊື່ອມຕໍ່ຕົວຈັດການການເຊື່ອມໂຍງບໍ່ສຳເລັດ",
"Search…": "ຊອກຫາ…",
"All Rooms": "ຫ້ອງທັງໝົດ",
"This Room": "ຫ້ອງນີ້",
"Only room administrators will see this warning": "ມີແຕ່ຜູ້ຄຸ້ມຄອງຫ້ອງເທົ່ານັ້ນທີ່ເຫັນຄຳເຕືອນນີ້",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "ຫ້ອງນີ້ກຳລັງດຳເນິນເວີຊັ້ນຫ້ອງ <roomVersion />, ເຊິ່ງ homeserver ນີ້ໄດ້ສ້າງເຄື່ອງໝາຍເປັນ <i>unstable</i>.",
"This room has already been upgraded.": "ຫ້ອງນີ້ໄດ້ຖືກປັບປຸງແລ້ວ.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "ການຍົກລະດັບຫ້ອງນີ້ຈະປິດຕົວຢ່າງປັດຈຸບັນຂອງຫ້ອງ ແລະ ຍົກລະດັບການສ້າງຫ້ອງທີ່ມີຊື່ດຽວກັນ.",
"%(count)s participants": {
"one": "ຜູ້ເຂົ້າຮ່ວມ 1ຄົນ",
"other": "ຜູ້ເຂົ້າຮ່ວມ %(count)s ຄົນ"
@ -806,9 +693,7 @@
"Experimental": "ທົດລອງ",
"Themes": "ຫົວຂໍ້",
"Moderation": "ປານກາງ",
"Widgets": "ວິດເຈັດ",
"Recently viewed": "ເບິ່ງເມື່ອບໍ່ດົນມານີ້",
"View message": "ເບິ່ງຂໍ້ຄວາມ",
"What location type do you want to share?": "ທ່ານຕ້ອງການແບ່ງປັນສະຖານທີ່ປະເພດໃດ?",
"Drop a Pin": "ປັກໝຸດ",
"My live location": "ສະຖານທີ່ຂອງຂ້ອຍ",
@ -905,18 +790,6 @@
"Verify by scanning": "ຢືນຢັນໂດຍການສະແກນ",
"Edit devices": "ແກ້ໄຂອຸປະກອນ",
"This client does not support end-to-end encryption.": "ລູກຄ້ານີ້ບໍ່ຮອງຮັບການເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງ.",
"Role in <RoomName/>": "ບົດບາດໃນ <RoomName />",
"Failed to deactivate user": "ປິດໃຊ້ງານຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"Deactivate user": "ປິດໃຊ້ງານຜູ້ໃຊ້",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "ການປິດໃຊ້ງານຜູ້ໃຊ້ນີ້ຈະອອກຈາກລະບົບ ແລະປ້ອງກັນບໍ່ໃຫ້ເຂົາເຈົ້າເຂົ້າສູ່ລະບົບຄືນອີກ. ນອກຈາກນັ້ນ, ເຂົາເຈົ້າຈະອອກຈາກຫ້ອງທັງໝົດທີ່ເຂົາເຈົ້າຢູ່ໃນ. ຄຳສັ່ງນີ້ບໍ່ສາມາດຍົກເລີກໄດ້. ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການປິດກາໃຊ້ງານຜູ້ໃຊ້ນີ້?",
"Deactivate user?": "ປິດໃຊ້ງານຜູ້ໃຊ້ບໍ?",
"Are you sure?": "ທ່ານແນ່ໃຈບໍ່?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "ທ່ານບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ເນື່ອງຈາກທ່ານກໍາລັງສົ່ງເສີມຜູ້ໃຊ້ໃຫ້ມີລະດັບພະລັງງານດຽວກັນກັບຕົວທ່ານເອງ.",
"Failed to mute user": "ປິດສຽງຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"Remove them from specific things I'm able to": "ລຶບອອກບາງສິ່ງທີ່ທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Remove them from everything I'm able to": "ລຶບອອກຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Remove from %(roomName)s": "ລຶບອອກຈາກ %(roomName)s",
"Disinvite from %(roomName)s": "ຍົກເລີກເຊີນຈາກ %(roomName)s",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "ການລຶບລ້າງຂໍ້ມູນທັງໝົດຈາກລະບົບນີ້ຖາວອນ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດຈະສູນເສຍເວັ້ນເສຍແຕ່ກະແຈຂອງເຂົາເຈົ້າໄດ້ຮັບການສໍາຮອງຂໍ້ມູນ.",
"%(duration)sd": "%(duration)sd",
"unknown error code": "ລະຫັດຜິດພາດທີ່ບໍ່ຮູ້ຈັກ",
@ -975,8 +848,6 @@
"Leave space": "ອອກຈາກພື້ນທີ່",
"Leave some rooms": "ອອກຈາກບາງຫ້ອງ",
"Leave all rooms": "ອອກຈາກຫ້ອງທັງຫມົດ",
"Set up": "ຕັ້ງຄ່າ",
"Back up your keys before signing out to avoid losing them.": "ສຳຮອງຂໍ້ມູນກະແຈຂອງທ່ານກ່ອນທີ່ຈະອອກຈາກລະບົບເພື່ອຫຼີກເວັ້ນການສູນເສຍຂໍ້ມູນ.",
"Backup version:": "ເວີຊັ້ນສໍາຮອງຂໍ້ມູນ:",
"This backup is trusted because it has been restored on this session": "ການສຳຮອງຂໍ້ມູນນີ້ແມ່ນເຊື່ອຖືໄດ້ເນື່ອງຈາກຖືກກູ້ຄືນໃນລະບົບນີ້",
"Fish": "ປາ",
@ -1090,8 +961,6 @@
"Preparing to download logs": "ກຳລັງກະກຽມດາວໂຫຼດບັນທຶກ",
"Failed to send logs: ": "ສົ່ງບັນທຶກບໍ່ສຳເລັດ: ",
"Room Settings - %(roomName)s": "ການຕັ້ງຄ່າຫ້ອງ - %(roomName)s",
"Scroll to most recent messages": "ເລື່ອນໄປຫາຂໍ້ຄວາມຫຼ້າສຸດ",
"The authenticity of this encrypted message can't be guaranteed on this device.": "ອຸປະກອນນີ້ບໍ່ສາມາດຮັບປະກັນຄວາມຖືກຕ້ອງຂອງຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດນີ້ໄດ້.",
"a key signature": "ລາຍເຊັນຫຼັກ",
"a device cross-signing signature": "ການ cross-signing ອຸປະກອນ",
"a new cross-signing key signature": "ການລົງລາຍເຊັນ cross-signing ແບບໃໝ່",
@ -1118,17 +987,6 @@
"one": "%(count)s ຄົນທີ່ທ່ານຮູ້ຈັກໄດ້ເຂົ້າຮ່ວມແລ້ວ",
"other": "%(count)s ຄົນທີ່ທ່ານຮູ້ຈັກໄດ້ເຂົ້າຮ່ວມແລ້ວ"
},
"Failed to ban user": "ຫ້າມຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"They won't be able to access whatever you're not an admin of.": "ເຂົາເຈົ້າຈະບໍ່ສາມາດເຂົ້າເຖິງໄດ້ ຫາກທ່ານບໍ່ແມ່ນຜູ້ຄຸ້ມຄອງລະບົບ.",
"Ban them from specific things I'm able to": "ຫ້າມພວກເຂົາອອຈາກສິ່ງທີ່ສະເພາະທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Unban them from specific things I'm able to": "ຍົກເລີກພວກເຂົາອອກຈາກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Ban them from everything I'm able to": "ຫ້າມພວກເຂົາຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Unban them from everything I'm able to": "ຍົກເລີກການຫ້າມພວກເຂົາຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"Ban from %(roomName)s": "ຫ້າມອອຈາກ %(roomName)s",
"Unban from %(roomName)s": "ຍົກເລີກການຫ້າມອອກຈາກ %(roomName)s",
"Ban from room": "ຫ້າມອອກຈາກຫ້ອງ",
"Unban from room": "ຫ້າມຈາກຫ້ອງ",
"Ban from space": "ພື້ນທີ່ຫ້າມຈາກ",
"Join Room": "ເຂົ້າຮ່ວມຫ້ອງ",
"(~%(count)s results)": {
"one": "(~%(count)sຜົນຮັບ)",
@ -1137,7 +995,6 @@
"%(duration)sh": "%(duration)sh",
"%(duration)sm": "%(duration)sm",
"%(duration)ss": "%(duration)s",
"Send voice message": "ສົ່ງຂໍ້ຄວາມສຽງ",
"and %(count)s others...": {
"one": "ແລະ ອີກອັນນຶ່ງ...",
"other": "ແລະ %(count)s ຜູ້ອຶ່ນ..."
@ -1149,7 +1006,6 @@
"Cameras": "ກ້ອງ",
"Output devices": "ອຸປະກອນຂາອອກ",
"Input devices": "ອຸປະກອນຂາເຂົ້າ",
"Show Labs settings": "ໂຊການຕັ້ງຄ່າສູນທົດລອງ",
"Unread email icon": "ໄອຄັອນເມວທີ່ຍັງບໍ່ໄດ້ຖືກອ່ານ",
"An error occurred whilst sharing your live location, please try again": "ພົບບັນຫາຕອນກຳລັງແບ່ງປັນຈຸດພິກັດຂອງທ່ານ, ກະລຸນາລອງໃໝ່",
"An error occurred whilst sharing your live location": "ພົບບັນຫາຕອນກຳລັງແບ່ງປັນຈຸດພິກັດຂອງທ່ານ",
@ -1255,7 +1111,12 @@
"low_priority": "ບູລິມະສິດຕໍ່າ",
"historical": "ປະຫວັດ",
"go_to_settings": "ໄປທີ່ການຕັ້ງຄ່າ",
"setup_secure_messages": "ຕັ້ງຄ່າຂໍ້ຄວາມທີ່ປອດໄພ"
"setup_secure_messages": "ຕັ້ງຄ່າຂໍ້ຄວາມທີ່ປອດໄພ",
"unencrypted": "ບໍ່ໄດ້ເຂົ້າລະຫັດ",
"view_message": "ເບິ່ງຂໍ້ຄວາມ",
"joined": "ເຂົ້າຮ່ວມແລ້ວ",
"show_more": "ສະແດງເພີ່ມເຕີມ",
"are_you_sure": "ທ່ານແນ່ໃຈບໍ່?"
},
"action": {
"continue": "ສືບຕໍ່",
@ -1516,7 +1377,10 @@
"poll_button": "ການສໍາຫລວດ",
"format_italics": "ໂຕໜັງສືອຽງ",
"format_insert_link": "ໃສ່ລິ້ງ",
"replying_title": "ກຳລັງຕອບກັບ"
"replying_title": "ກຳລັງຕອບກັບ",
"edit_composer_label": "ແກ້ໄຂຂໍ້ຄວາມ",
"send_voice_message": "ສົ່ງຂໍ້ຄວາມສຽງ",
"stop_voice_message": "ຢຸດການບັນທຶກ"
},
"Code": "ລະຫັດ",
"power_level": {
@ -2352,7 +2216,16 @@
"one": "ເຫັນໂດຍ %(count)s ຄົນ",
"other": "ເຫັນໂດຍ %(count)s ຄົນ"
},
"read_receipts_label": "ຢັ້ງຢືນອ່ານແລ້ວ"
"read_receipts_label": "ຢັ້ງຢືນອ່ານແລ້ວ",
"thread_info_basic": "ຈາກກະທູ້",
"error_no_renderer": "ເຫດການນີ້ບໍ່ສາມາດສະແດງໄດ້",
"send_state_sent": "ຂໍ້ຄວາມຂອງທ່ານຖືກສົ່ງໄປແລ້ວ",
"send_state_failed": "ການສົ່ງບໍ່ສຳເລັດ",
"mab": {
"label": "ການດຳເນີນການທາງຂໍ້ຄວາມ",
"view_in_room": "ເບິ່ງຢູ່ໃນຫ້ອງ",
"copy_link_thread": "ສຳເນົາລິ້ງໃສ່ກະທູ້"
}
},
"slash_command": {
"spoiler": "ສົ່ງຂໍ້ຄວາມທີ່ກຳນົດເປັນ spoiler",
@ -2544,7 +2417,11 @@
"other": "%(count)s ຄົນເຂົ້າຮ່ວມ"
},
"unknown_person": "ຄົນທີ່ບໍ່ຮູ້",
"connecting": "ກຳລັງເຊື່ອມຕໍ່"
"connecting": "ກຳລັງເຊື່ອມຕໍ່",
"unable_to_access_audio_input_title": "ບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນຂອງທ່ານໄດ້",
"unable_to_access_audio_input_description": "ພວກເຮົາບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນຂອງທ່ານໄດ້. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າບຣາວເຊີຂອງທ່ານແລ້ວລອງໃໝ່ອີກຄັ້ງ.",
"no_audio_input_title": "ບໍ່ພົບໄມໂຄຣໂຟນ",
"no_audio_input_description": "ພວກເຮົາບໍ່ພົບໄມໂຄຣໂຟນຢູ່ໃນອຸປະກອນຂອງທ່ານ. ກະລຸນາກວດເບິ່ງການຕັ້ງຄ່າຂອງທ່ານ ແລະ ລອງໃໝ່ອີກ."
},
"Other": "ອື່ນໆ",
"room_settings": {
@ -2659,7 +2536,32 @@
"save": "ບັນທຶກການປ່ຽນແປງ",
"leave_space": "ອອກຈາກພື້ນທີ່",
"aliases_section": "ທີ່ຢູ່ຂອງຫ້ອງ",
"other_section": "ອື່ນໆ"
"other_section": "ອື່ນໆ",
"error_updating_canonical_alias_title": "ເກີດຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ຫຼັກ",
"error_updating_canonical_alias_description": "ມີຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ຫຼັກຂອງຫ້ອງ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼື ຄວາມບໍ່ສຳເລັດຊົ່ວຄາວເກີດຂຶ້ນ.",
"error_updating_alias_description": "ມີຄວາມຜິດພາດໃນການອັບເດດທີ່ຢູ່ສຳຮອງຂອງຫ້ອງ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼືບໍ່ສຳເລັດ ຊົ່ວຄາວເກີດຂຶ້ນ.",
"error_creating_alias_title": "ເກີດຄວາມຜິດພາດໃນການສ້າງທີ່ຢູ່",
"error_creating_alias_description": "ເກີດຄວາມຜິດພາດໃນການສ້າງທີ່ຢູ່ນັ້ນ. ມັນອາດຈະບໍ່ໄດ້ຮັບການອະນຸຍາດຈາກເຊີບເວີ ຫຼືບໍ່ສຳເລັດ ຊົ່ວຄາວເກີດຂຶ້ນ.",
"error_deleting_alias_description_forbidden": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ລຶບທີ່ຢູ່.",
"error_deleting_alias_description": "ມີຄວາມຜິດພາດໃນການລຶບທີ່ຢູ່ນັ້ນອອກ. ມັນອາດຈະບໍ່ມີແລ້ວ ຫຼືມີຄວາມຜິດພາດຊົ່ວຄາວເກີດຂຶ້ນ.",
"error_deleting_alias_title": "ການລຶບທີ່ຢູ່ຜິດພາດ",
"canonical_alias_field_label": "ທີ່ຢູ່ຫຼັກ",
"no_aliases_space": "ພື້ນທີ່ນີ້ບໍ່ມີທີ່ຢູ່ໃນຊ່ອງເກັບ",
"no_aliases_room": "ຫ້ອງນີ້ບໍ່ມີທີ່ຢູ່ຊ່ອງເກັບ",
"local_alias_field_label": "ທີ່ຢູ່ຊ່ອງເກັບ",
"published_aliases_section": "ທີ່ຢູ່ເຜີຍແຜ່",
"published_aliases_explainer_space": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ສາມາດຖືກນໍາໃຊ້ໂດຍຜູ້ໃດຜູ້ຫນຶ່ງໃນເຊີບເວີຂອງການເຂົ້າຮ່ວມຊ່ອງຂອງທ່ານ.",
"published_aliases_explainer_room": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ສາມາດຖືກນໍາໃຊ້ໂດຍຜູ້ໃດຜູ້ຫນຶ່ງໃນເຊີບເວີຂອງການເຂົ້າຮ່ວມຫ້ອງຂອງທ່ານ.",
"published_aliases_description": "ເພື່ອເຜີຍແຜ່ທີ່ຢູ່, ມັນຈໍາເປັນຕ້ອງຕັ້ງເປັນທີ່ຢູ່ຊ່ອງເກັບກ່ອນ.",
"aliases_items_label": "ທີ່ຢູ່ອື່ນໆທີ່ເຜີຍແຜ່:",
"aliases_no_items_label": "ບໍ່ມີທີ່ຢູ່ທີ່ເຜີຍແຜ່ອື່ນໆເທື່ອ, ເພີ່ມທີ່ຢູ່ຫນຶ່ງຂ້າງລຸ່ມນີ້",
"new_alias_placeholder": "ທີ່ຢູ່ທີ່ເຜີຍແຜ່ໃໝ່ (ເຊັ່ນ: #alias: server)",
"local_aliases_section": "ທີ່ຢູ່ຊ່ອງເກັບ",
"local_aliases_explainer_space": "ກໍານົດທີ່ຢູ່ສໍາລັບພື້ນທີ່ນີ້ເພື່ອໃຫ້ຜູ້ໃຊ້ສາມາດຊອກຫາພື້ນທີ່ນີ້ຜ່ານ homeserver ຂອງທ່ານ (%(localDomain)s)",
"local_aliases_explainer_room": "ກໍານົດທີ່ຢູ່ສໍາລັບຫ້ອງນີ້ເພື່ອໃຫ້ຜູ້ໃຊ້ສາມາດຊອກຫາຫ້ອງນີ້ຜ່ານ homeserver ຂອງທ່ານ (%(localDomain)s)",
"name_field_label": "ຊື່ຫ້ອງ",
"topic_field_label": "ຫົວຂໍ້ຫ້ອງ",
"avatar_field_label": "ຮູບ avatar ຫ້ອງ"
},
"advanced": {
"unfederated": "ຫ້ອງນີ້ບໍ່ສາມາດເຂົ້າເຖິງໄດ້ໂດຍເຊີບເວີ Matrix ໄລຍະໄກ",
@ -2744,7 +2646,11 @@
"verification_success_without_backup": "ດຽວນີ້ອຸປະກອນໃໝ່ຂອງທ່ານໄດ້ຮັບການຢັ້ງຢືນແລ້ວ. ຜູ້ໃຊ້ອື່ນໆຈະເຫັນວ່າມັນເປັນທີ່ເຊື່ອຖືໄດ້.",
"verification_skip_warning": "ໂດຍບໍ່ມີການຢັ້ງຢືນ, ທ່ານຈະບໍ່ສາມາດເຂົ້າເຖິງຂໍ້ຄວາມທັງຫມົດຂອງທ່ານ ແລະ ອາດຈະປາກົດວ່າບໍ່ຫນ້າເຊື່ອຖື.",
"verify_later": "ຂ້ອຍຈະກວດສອບພາຍຫຼັງ",
"verify_reset_warning_1": "ການຕັ້ງຄ່າລະຫັດຢືນຢັນຂອງທ່ານບໍ່ສາມາດຍົກເລີກໄດ້. ຫຼັງຈາກການຕັ້ງຄ່າແລ້ວ, ທ່ານຈະບໍ່ສາມາດເຂົ້າເຖິງຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດເກົ່າໄດ້, ແລະ ໝູ່ເພື່ອນທີ່ຢືນຢັນໄປກ່ອນໜ້ານີ້ ທ່ານຈະເຫັນຄຳເຕືອນຄວາມປອດໄພຈົນກວ່າທ່ານຈະຢືນຢັນກັບພວກມັນຄືນໃໝ່."
"verify_reset_warning_1": "ການຕັ້ງຄ່າລະຫັດຢືນຢັນຂອງທ່ານບໍ່ສາມາດຍົກເລີກໄດ້. ຫຼັງຈາກການຕັ້ງຄ່າແລ້ວ, ທ່ານຈະບໍ່ສາມາດເຂົ້າເຖິງຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດເກົ່າໄດ້, ແລະ ໝູ່ເພື່ອນທີ່ຢືນຢັນໄປກ່ອນໜ້ານີ້ ທ່ານຈະເຫັນຄຳເຕືອນຄວາມປອດໄພຈົນກວ່າທ່ານຈະຢືນຢັນກັບພວກມັນຄືນໃໝ່.",
"self_verification_hint": "ເພື່ອດຳເນີນການຕໍ່, ກະລຸນາຍອມຮັບຄຳຮ້ອງຂໍການຢັ້ງຢືນໃນອຸປະກອນອື່ນຂອງທ່ານ.",
"waiting_for_user_accept": "ກຳລັງລໍຖ້າ %(displayName)s ຍອມຮັບ…",
"accepting": "ກຳລັງຍອມຮັບ…",
"start_button": "ເລີ່ມການຢັ້ງຢືນ"
},
"old_version_detected_title": "ກວດພົບຂໍ້ມູນການເຂົ້າລະຫັດລັບເກົ່າ",
"old_version_detected_description": "ກວດພົບຂໍ້ມູນຈາກ%(brand)s ລຸ້ນເກົ່າກວ່າ. ອັນນີ້ຈະເຮັດໃຫ້ການເຂົ້າລະຫັດລັບແບບຕົ້ນທາງເຖິງປາຍທາງເຮັດວຽກຜິດປົກກະຕິໃນລຸ້ນເກົ່າ. ຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດແບບຕົ້ນທາງເຖິງປາຍທາງທີ່ໄດ້ແລກປ່ຽນເມື່ອບໍ່ດົນມານີ້ ໃນຂະນະທີ່ໃຊ້ເວີຊັນເກົ່າອາດຈະບໍ່ສາມາດຖອດລະຫັດໄດ້ໃນລູ້ນນີ້. ນີ້ອາດຈະເຮັດໃຫ້ຂໍ້ຄວາມທີ່ແລກປ່ຽນກັບລູ້ນນີ້ບໍ່ສຳເລັດ. ຖ້າເຈົ້າປະສົບບັນຫາ, ໃຫ້ອອກຈາກລະບົບ ແລະ ກັບມາໃໝ່ອີກຄັ້ງ. ເພື່ອຮັກສາປະຫວັດຂໍ້ຄວາມ, ສົ່ງອອກ ແລະ ນໍາເຂົ້າລະຫັດຂອງທ່ານຄືນໃໝ່.",
@ -2777,6 +2683,26 @@
"description_1": "ລະບົບນີ້ໄດ້ກວດພົບປະໂຫຍກຄວາມປອດໄພ ແລະ ກະແຈຂໍ້ຄວາມທີ່ປອດໄພຂອງທ່ານໄດ້ຖືກເອົາອອກແລ້ວ.",
"description_2": "ຖ້າທ່ານດຳເນີນການສິ່ງນີ້ໂດຍບໍ່ໄດ້ຕັ້ງໃຈ, ທ່ານສາມາດຕັ້ງຄ່າຄວາມປອດໄພຂອງຂໍ້ຄວາມ ໃນລະບົບນີ້ ເຊິ່ງຈະມີການເຂົ້າລະຫັດປະຫວັດຂໍ້ຄວາມຂອງລະບົບນີ້ຄືນໃໝ່ດ້ວຍຂະບວນການກູ້ຂໍ້ມູນໃໝ່.",
"warning": "ຖ້າທ່ານບໍ່ໄດ້ລືບຂະບວນການກູ້ຄືນ, ຜູ້ໂຈມຕີອາດຈະພະຍາຍາມເຂົ້າເຖິງບັນຊີຂອງທ່ານ. ປ່ຽນລະຫັດຜ່ານບັນຊີຂອງທ່ານ ແລະ ກຳນົດຂະບວນການກູ້ຄືນໃໝ່ທັນທີໃນການຕັ້ງຄ່າ."
},
"setup_secure_backup": {
"explainer": "ສຳຮອງຂໍ້ມູນກະແຈຂອງທ່ານກ່ອນທີ່ຈະອອກຈາກລະບົບເພື່ອຫຼີກເວັ້ນການສູນເສຍຂໍ້ມູນ.",
"title": "ຕັ້ງຄ່າ"
},
"cross_signing_user_warning": "ຜູ້ໃຊ້ນີ້ຍັງບໍ່ໄດ້ຢຶນຢັນການເຂົ້າຮ່ວມຂອງເຂົາເຈົ້າທັງຫມົດຂອງ.",
"cross_signing_user_normal": "ທ່ານຍັງບໍ່ໄດ້ຢືນຢັນຜູ້ໃຊ້ນີ້.",
"cross_signing_user_verified": "ທ່ານໄດ້ຢັ້ງຢືນຜູ້ໃຊ້ນີ້ແລ້ວ. ຜູ້ໃຊ້ນີ້ໄດ້ຢັ້ງຢືນທຸກເງິຶອນໄຂຂອງເຂົາເຈົ້າແລ້ວ.",
"cross_signing_room_warning": "ບາງຄົນກໍາລັງໃຊ້ເງື່ອນໄຂທີ່ບໍ່ຮູ້ຈັກ",
"cross_signing_room_normal": "ຫ້ອງນີ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງ-ເຖິງປາຍທາງ",
"cross_signing_room_verified": "ທຸກຄົນຢູ່ໃນຫ້ອງນີ້ໄດ້ຮັບການຢັ້ງຢືນແລ້ວ",
"event_shield_reason_authenticity_not_guaranteed": "ອຸປະກອນນີ້ບໍ່ສາມາດຮັບປະກັນຄວາມຖືກຕ້ອງຂອງຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດນີ້ໄດ້.",
"event_shield_reason_mismatched_sender_key": "ເຂົ້າລະຫັດໂດຍພາກສ່ວນທີ່ບໍ່ໄດ້ຮັບການຢືນຢັນ",
"messages_not_secure": {
"title": "ຂໍ້ຄວາມຂອງທ່ານບໍ່ປອດໄພ",
"heading": "ຫນຶ່ງໃນຕໍ່ໄປນີ້ອາດຈະຖືກທໍາລາຍ:",
"cause_1": "homeserver ຂອງທ່ານ",
"cause_2": "homeserver ຜູ້ໃຊ້ທີ່ທ່ານກໍາລັງຢືນຢັນແມ່ນເຊື່ອມຕໍ່ກັບ",
"cause_3": "ຂອງທ່ານ, ຫຼື ການເຊື່ອມຕໍ່ອິນເຕີເນັດຂອງຜູ້ໃຊ້ອື່ນ",
"cause_4": "ຂອງທ່ານ , ຫຼື session ຂອງຜູ້ໃຊ້ອື່ນໆ"
}
},
"emoji": {
@ -3106,7 +3032,10 @@
"cookie_warning": "widget ນີ້ອາດຈະໃຊ້ cookies.",
"error_loading": "ເກີດຄວາມຜິດພາດໃນການໂຫຼດ Widget",
"error_mixed_content": "ຂໍ້ຜິດພາດ - ເນື້ອຫາມີການປະສົມປະສານ",
"popout": "ວິດເຈັດ popout"
"popout": "ວິດເຈັດ popout",
"unpin_to_view_right_panel": "ຖອນປັກໝຸດວິດເຈັດນີ້ເພື່ອເບິ່ງມັນຢູ່ໃນແຜງນີ້",
"close_to_view_right_panel": "ປິດວິດເຈັດນີ້ເພື່ອເບິ່ງມັນຢູ່ໃນແຜງນີ້",
"set_room_layout": "ກໍານົດຮູບແບບຫ້ອງຂອງຂ້ອຍສໍາລັບທຸກຄົນ"
},
"feedback": {
"sent": "ສົ່ງຄຳຕິຊົມແລ້ວ",
@ -3170,7 +3099,8 @@
"show_all_threads": "ສະແດງຫົວຂໍ້ທັງໝົດ",
"empty_explainer": "ກະທູ້ຊ່ວຍໃຫ້ການສົນທະນາຂອງທ່ານຢູ່ໃນຫົວຂໍ້ ແລະ ງ່າຍຕໍ່ການຕິດຕາມ.",
"empty_tip": "<b>ເຄັດລັບ:</b> ໃຊ້ “%(replyInThread)s” ເມື່ອເລື່ອນໃສ່ຂໍ້ຄວາມ.",
"empty_heading": "ຮັກສາການສົນທະນາທີ່ມີການຈັດລະບຽບ"
"empty_heading": "ຮັກສາການສົນທະນາທີ່ມີການຈັດລະບຽບ",
"open_thread": "ເປີດກະທູ້"
},
"theme": {
"light_high_contrast": "ແສງສະຫວ່າງຄວາມຄົມຊັດສູງ",
@ -3390,7 +3320,19 @@
"inaccessible_subtitle_2": "%(errcode)s ຖືກສົ່ງຄືນໃນຂະນະທີ່ພະຍາຍາມເຂົ້າເຖິງຫ້ອງ ຫຼື ພື້ນທີ່. ຖ້າຫາກທ່ານຄິດວ່າທ່ານກໍາລັງເຫັນຂໍ້ຄວາມນີ້ຜິດພາດ, ກະລຸນາ <issueLink>ສົ່ງບົດລາຍງານ bug</issueLink>.",
"join_failed_needs_invite": "ເພື່ອເບິ່ງ %(roomName)s, ທ່ານຕ້ອງມີບັດເຊີນ",
"view_failed_enable_video_rooms": "ເພື່ອເບິ່ງ, ທ່ານຕ້ອງເປີດຫ້ອງວີດີໂອໃນສູນທົດລອງກ່ອນ",
"join_failed_enable_video_rooms": "ເພື່ອເຂົ້າຮ່ວມ, ທ່ານຕ້ອງເປີດຫ້ອງວີດີໂອໃນສູນທົດລອງກ່ອນ"
"join_failed_enable_video_rooms": "ເພື່ອເຂົ້າຮ່ວມ, ທ່ານຕ້ອງເປີດຫ້ອງວີດີໂອໃນສູນທົດລອງກ່ອນ",
"jump_to_bottom_button": "ເລື່ອນໄປຫາຂໍ້ຄວາມຫຼ້າສຸດ",
"show_labs_settings": "ໂຊການຕັ້ງຄ່າສູນທົດລອງ",
"upgrade_warning_bar": "ການຍົກລະດັບຫ້ອງນີ້ຈະປິດຕົວຢ່າງປັດຈຸບັນຂອງຫ້ອງ ແລະ ຍົກລະດັບການສ້າງຫ້ອງທີ່ມີຊື່ດຽວກັນ.",
"upgrade_warning_bar_upgraded": "ຫ້ອງນີ້ໄດ້ຖືກປັບປຸງແລ້ວ.",
"upgrade_warning_bar_unstable": "ຫ້ອງນີ້ກຳລັງດຳເນິນເວີຊັ້ນຫ້ອງ <roomVersion />, ເຊິ່ງ homeserver ນີ້ໄດ້ສ້າງເຄື່ອງໝາຍເປັນ <i>unstable</i>.",
"upgrade_warning_bar_admins": "ມີແຕ່ຜູ້ຄຸ້ມຄອງຫ້ອງເທົ່ານັ້ນທີ່ເຫັນຄຳເຕືອນນີ້",
"search": {
"this_room": "ຫ້ອງນີ້",
"all_rooms": "ຫ້ອງທັງໝົດ",
"field_placeholder": "ຊອກຫາ…"
},
"jump_read_marker": "ຂ້າມໄປຫາຂໍ້ຄວາມທຳອິດທີ່ຍັງບໍ່ໄດ້ອ່ານ."
},
"file_panel": {
"guest_note": "ທ່ານຕ້ອງ <a>ລົງທະບຽນ</a> ເພື່ອໃຊ້ຟັງຊັນນີ້",
@ -3579,5 +3521,81 @@
"invited_list_heading": "ເຊີນ",
"filter_placeholder": "ການກັ່ນຕອງສະມາຊິກຫ້ອງ",
"power_label": "%(userName)s (power %(powerLevelNumber)s)"
},
"stickers": {
"empty": "ທ່ານບໍ່ໄດ້ເປີດໃຊ້ສະຕິກເກີແພັກເກັດໃນປັດຈຸບັນ",
"empty_add_prompt": "ເພີ່ມບາງອັນດຽວນີ້"
},
"user_info": {
"error_revoke_3pid_invite_title": "ຍົກເລີກການເຊີນບໍ່ສຳເລັດ",
"error_revoke_3pid_invite_description": "ບໍ່ສາມາດຖອນຄຳເຊີນໄດ້. ເຊີບເວີອາດຈະປະສົບບັນຫາຊົ່ວຄາວ ຫຼື ທ່ານບໍ່ມີສິດພຽງພໍໃນການຖອນຄຳເຊີນ.",
"admin_tools_section": "ເຄື່ອງມືຜູ້ຄຸ້ມຄອງ",
"revoke_invite": "ຍົກເລີກຄຳເຊີນ",
"invited_by": "ເຊີນໂດຍ%(sender)s",
"room_encrypted": "ຂໍ້ຄວາມຢູ່ໃນຫ້ອງນີ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງຮອດປາຍທາງ.",
"room_encrypted_detail": "ຂໍ້ຄວາມຂອງທ່ານປອດໄພ ແລະມີແຕ່ທ່ານ ແລະຜູ້ຮັບເທົ່ານັ້ນທີ່ມີກະແຈສະເພາະເພື່ອປົດລັອກພວກມັນ.",
"room_unencrypted": "ຂໍ້ຄວາມຢູ່ໃນຫ້ອງນີ້ບໍ່ໄດ້ຖືກເຂົ້າລະຫັດແບບຕົ້ນທາງ-ປາຍທາງ.",
"room_unencrypted_detail": "ຢູ່ໃນຫ້ອງທີ່ຖືກເຂົ້າລະຫັດ, ຂໍ້ຄວາມຂອງທ່ານຖືກຮັກສາໄວ້ຢ່າງປອດໄພ ແລະມີພຽງແຕ່ທ່ານ ແລະຜູ້ຮັບເທົ່ານັ້ນທີ່ມີກະແຈສະເພາະເພື່ອປົດລັອກພວກມັນ.",
"verify_button": "ຢືນຢັນຜູ້ໃຊ້",
"verify_explainer": "ເພື່ອຄວາມປອດໄພເພີ່ມເຕີມ, ກະລຸນາຢັ້ງຢືນຜູ້ໃຊ້ນີ້ໂດຍການກວດສອບລະຫັດຄັ້ງດຽວໃນອຸປະກອນຂອງທ່ານທັງສອງ.",
"hide_verified_sessions": "ເຊື່ອງ sessionsທີ່ຢືນຢັນແລ້ວ",
"hide_sessions": "ເຊື່ອງsessions",
"jump_to_rr_button": "ຂ້າມເພື່ອອ່ານໃບຮັບເງິນ",
"share_button": "ແບ່ງປັນລິ້ງໄປຫາຜູ້ໃຊ້",
"demote_self_confirm_title": "ຫຼຸດລະດັບຕົວເອງບໍ?",
"demote_self_confirm_description_space": "ທ່ານຈະບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ໃນຂະນະທີ່ທ່ານກໍາລັງ demoting ຕົວທ່ານເອງ, ຖ້າທ່ານເປັນຜູ້ໃຊ້ສິດທິພິເສດສຸດທ້າຍໃນຊ່ອງ, ມັນຈະເປັນໄປບໍ່ໄດ້ທີ່ຈະຄືນສິດທິພິເສດ.",
"demote_self_confirm_room": "ທ່ານຈະບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ໃນຂະນະທີ່ທ່ານກໍາລັງ demoting ຕົວທ່ານເອງ, ຖ້າທ່ານເປັນຜູ້ໃຊ້ສິດທິພິເສດສຸດທ້າຍຢູ່ໃນຫ້ອງ, ມັນຈະເປັນໄປບໍ່ໄດ້ທີ່ຈະຄືນສິດທິພິເສດ.",
"demote_button": "ຫຼຸດລະດັບ",
"disinvite_button_space": "ຕັດຂາດຈາກ ພື້ນທີ່ຈັດເກັບ",
"kick_button_space": "ລືບອອກຈາກພື້ນທີ່ຈັດເກັບ",
"disinvite_button_room": "ຕັດຂາດອອກຈາກຫ້ອງ",
"kick_button_room": "ຍ້າຍອອກຈາກຫ້ອງ",
"disinvite_button_room_name": "ຍົກເລີກເຊີນຈາກ %(roomName)s",
"kick_button_room_name": "ລຶບອອກຈາກ %(roomName)s",
"kick_button_space_everything": "ລຶບອອກຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"kick_space_specific": "ລຶບອອກບາງສິ່ງທີ່ທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"kick_space_warning": "ພວກເຂົາສາມາດເຂົ້າເຖິງອັນໃດກໍໄດ້ທີ່ທ່ານບໍ່ແມ່ນຜູ້ຄຸມລະບົບ.",
"error_kicking_user": "ລຶບຜູ້ໃຊ້ອອກບໍ່ສຳເລັດ",
"redact_button": "ລຶບຂໍ້ຄວາມຫຼ້າສຸດອອກ",
"unban_button_space": "ຍົກເລີກການຫ້າມອອກຈາກພື້ນທີ່",
"ban_button_space": "ພື້ນທີ່ຫ້າມຈາກ",
"unban_button_room": "ຫ້າມຈາກຫ້ອງ",
"ban_button_room": "ຫ້າມອອກຈາກຫ້ອງ",
"unban_room_confirm_title": "ຍົກເລີກການຫ້າມອອກຈາກ %(roomName)s",
"ban_room_confirm_title": "ຫ້າມອອຈາກ %(roomName)s",
"unban_space_everything": "ຍົກເລີກການຫ້າມພວກເຂົາຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"ban_space_everything": "ຫ້າມພວກເຂົາຈາກທຸກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"unban_space_specific": "ຍົກເລີກພວກເຂົາອອກຈາກສິ່ງທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"ban_space_specific": "ຫ້າມພວກເຂົາອອຈາກສິ່ງທີ່ສະເພາະທີ່ຂ້ອຍສາມາດເຮັດໄດ້",
"unban_space_warning": "ເຂົາເຈົ້າຈະບໍ່ສາມາດເຂົ້າເຖິງໄດ້ ຫາກທ່ານບໍ່ແມ່ນຜູ້ຄຸ້ມຄອງລະບົບ.",
"error_ban_user": "ຫ້າມຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"error_mute_user": "ປິດສຽງຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"promote_warning": "ທ່ານບໍ່ສາມາດຍົກເລີກການປ່ຽນແປງນີ້ໄດ້ເນື່ອງຈາກທ່ານກໍາລັງສົ່ງເສີມຜູ້ໃຊ້ໃຫ້ມີລະດັບພະລັງງານດຽວກັນກັບຕົວທ່ານເອງ.",
"deactivate_confirm_title": "ປິດໃຊ້ງານຜູ້ໃຊ້ບໍ?",
"deactivate_confirm_description": "ການປິດໃຊ້ງານຜູ້ໃຊ້ນີ້ຈະອອກຈາກລະບົບ ແລະປ້ອງກັນບໍ່ໃຫ້ເຂົາເຈົ້າເຂົ້າສູ່ລະບົບຄືນອີກ. ນອກຈາກນັ້ນ, ເຂົາເຈົ້າຈະອອກຈາກຫ້ອງທັງໝົດທີ່ເຂົາເຈົ້າຢູ່ໃນ. ຄຳສັ່ງນີ້ບໍ່ສາມາດຍົກເລີກໄດ້. ທ່ານແນ່ໃຈບໍ່ວ່າຕ້ອງການປິດກາໃຊ້ງານຜູ້ໃຊ້ນີ້?",
"deactivate_confirm_action": "ປິດໃຊ້ງານຜູ້ໃຊ້",
"error_deactivate": "ປິດໃຊ້ງານຜູ້ໃຊ້ບໍ່ສຳເລັດ",
"role_label": "ບົດບາດໃນ <RoomName />"
},
"right_panel": {
"pinned_messages": {
"title": "ປັກໝຸດຂໍ້ຄວາມ",
"empty": "ບໍ່ມີຫຍັງຖືກປັກໝຸດ,",
"explainer": "ຖ້າຫາກທ່ານມີການອະນຸຍາດ, ເປີດເມນູໃນຂໍ້ຄວາມໃດຫນຶ່ງ ແລະ ເລືອກ <b>Pin</b> ເພື່ອຕິດໃຫ້ເຂົາເຈົ້າຢູ່ທີ່ນີ້.",
"limits": {
"other": "ທ່ານສາມາດປັກໝຸດໄດ້ເຖິງ %(count)s widget ເທົ່ານັ້ນ"
}
},
"video_room_chat": {
"title": "ສົນທະນາ"
},
"widgets_section": "ວິດເຈັດ",
"edit_integrations": "ແກ້ໄຂວິດເຈັດ, ຂົວ ແລະບັອດ",
"add_integrations": "ເພີ່ມວິດເຈັດ, ຂົວ ແລະບັອດ",
"files_button": "ໄຟລ໌",
"pinned_messages_button": "ໄດ້ປັກໝຸດ",
"export_chat_button": "ສົ່ງການສົນທະນາອອກ",
"share_button": "ແບ່ງປັນຫ້ອງ",
"settings_button": "ການຕັ້ງຄ່າຫ້ອງ"
}
}

View file

@ -3,12 +3,9 @@
"Today": "Šiandien",
"Friday": "Penktadienis",
"Changelog": "Keitinių žurnalas",
"This Room": "Šis pokalbių kambarys",
"Unavailable": "Neprieinamas",
"All Rooms": "Visi pokalbių kambariai",
"Filter results": "Išfiltruoti rezultatus",
"Tuesday": "Antradienis",
"Search…": "Paieška…",
"Unnamed room": "Kambarys be pavadinimo",
"Saturday": "Šeštadienis",
"Monday": "Pirmadienis",
@ -46,14 +43,10 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(fullYear)s %(monthName)s %(day)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(fullYear)s %(monthName)s %(day)s %(time)s",
"Warning!": "Įspėjimas!",
"Failed to mute user": "Nepavyko nutildyti vartotojo",
"Are you sure?": "Ar tikrai?",
"Admin Tools": "Administratoriaus įrankiai",
"(~%(count)s results)": {
"other": "(~%(count)s rezultatų(-ai))",
"one": "(~%(count)s rezultatas)"
},
"This room has no local addresses": "Šis kambarys neturi jokių vietinių adresų",
"Error decrypting attachment": "Klaida iššifruojant priedą",
"Decrypt %(text)s": "Iššifruoti %(text)s",
"Download %(text)s": "Atsisiųsti %(text)s",
@ -78,17 +71,10 @@
"New passwords must match each other.": "Nauji slaptažodžiai privalo sutapti.",
"Return to login screen": "Grįžti į prisijungimą",
"Session ID": "Seanso ID",
"This event could not be displayed": "Nepavyko parodyti šio įvykio",
"Failed to ban user": "Nepavyko užblokuoti vartotojo",
"%(duration)ss": "%(duration)s sek",
"%(duration)sm": "%(duration)s min",
"%(duration)sh": "%(duration)s val",
"%(duration)sd": "%(duration)s d",
"Share room": "Bendrinti kambarį",
"Demote yourself?": "Pažeminti save?",
"Demote": "Pažeminti",
"Share Link to User": "Dalintis nuoroda į vartotoją",
"Only room administrators will see this warning": "Šį įspėjimą matys tik kambario administratoriai",
"Invalid file%(extra)s": "Neteisingas failas %(extra)s",
"Create new room": "Sukurti naują kambarį",
"collapse": "suskleisti",
@ -111,7 +97,6 @@
},
"Restricted": "Apribotas",
"Moderator": "Moderatorius",
"Set up": "Nustatyti",
"Preparing to send logs": "Ruošiamasi išsiųsti žurnalus",
"Incompatible Database": "Nesuderinama duomenų bazė",
"Incompatible local cache": "Nesuderinamas vietinis podėlis",
@ -122,8 +107,6 @@
"Failed to decrypt %(failedCount)s sessions!": "Nepavyko iššifruoti %(failedCount)s seansų!",
"%(items)s and %(lastItem)s": "%(items)s ir %(lastItem)s",
"Remove recent messages by %(user)s": "Pašalinti paskutines %(user)s žinutes",
"Jump to read receipt": "Nušokti iki perskaitytų žinučių",
"Remove recent messages": "Pašalinti paskutines žinutes",
"Room Settings - %(roomName)s": "Kambario nustatymai - %(roomName)s",
"Upgrade public room": "Atnaujinti viešą kambarį",
"Upload files (%(current)s of %(total)s)": "Įkelti failus (%(current)s iš %(total)s)",
@ -141,11 +124,8 @@
"This room is not public. You will not be able to rejoin without an invite.": "Šis kambarys nėra viešas. Jūs negalėsite prisijungti iš naujo be pakvietimo.",
"Are you sure you want to leave the room '%(roomName)s'?": "Ar tikrai norite išeiti iš kambario %(roomName)s?",
"General failure": "Bendras triktis",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Jūs neturėsite galimybės atšaukti šio keitimo, kadangi jūs žeminate savo privilegijas kambaryje. Jei jūs esate paskutinis privilegijuotas vartotojas kambaryje, atgauti privilegijas bus neįmanoma.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Jūs neturėsite galimybės atšaukti šio keitimo, kadangi jūs paaukštinate vartotoją, suteikdami tokį patį galios lygį, kokį turite jūs.",
"Email (optional)": "El. paštas (neprivaloma)",
"Direct Messages": "Privačios žinutės",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Nustatykite adresus šiam kambariui, kad vartotojai galėtų surasti šį kambarį per jūsų serverį (%(localDomain)s)",
"Power level": "Galios lygis",
"Custom level": "Pritaikytas lygis",
"Can't find this server or its room list": "Negalime rasti šio serverio arba jo kambarių sąrašo",
@ -153,12 +133,7 @@
"Command Help": "Komandų pagalba",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Bandyta įkelti konkrečią vietą šio kambario laiko juostoje, bet nepavyko jos rasti.",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Užšifruotos žinutės yra apsaugotos visapusiu šifravimu. Tik jūs ir gavėjas(-ai) turi raktus šioms žinutėms perskaityti.",
"Back up your keys before signing out to avoid losing them.": "Prieš atsijungdami sukurkite atsarginę savo raktų kopiją, kad išvengtumėte jų praradimo.",
"Start using Key Backup": "Pradėti naudoti atsarginę raktų kopiją",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Atnaujinimas išjungs dabartinę kambario instanciją ir sukurs atnaujintą kambarį tuo pačiu pavadinimu.",
"Other published addresses:": "Kiti paskelbti adresai:",
"No other published addresses yet, add one below": "Kol kas nėra kitų paskelbtų adresų, pridėkite vieną žemiau",
"Room Name": "Kambario Pavadinimas",
"You verified %(name)s": "Jūs patvirtinote %(name)s",
"You cancelled verifying %(name)s": "Jūs atšaukėte %(name)s patvirtinimą",
"%(name)s cancelled verifying": "%(name)s atšaukė patvirtinimą",
@ -175,32 +150,19 @@
"I don't want my encrypted messages": "Man nereikalingos užšifruotos žinutės",
"You'll lose access to your encrypted messages": "Jūs prarasite prieigą prie savo užšifruotų žinučių",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Įspėjimas</b>: atsarginę raktų kopiją sukurkite tik iš patikimo kompiuterio.",
"This room is end-to-end encrypted": "Šis kambarys visapusiškai užšifruotas",
"Messages in this room are end-to-end encrypted.": "Žinutės šiame kambaryje yra visapusiškai užšifruotos.",
"Messages in this room are not end-to-end encrypted.": "Žinutės šiame kambaryje nėra visapusiškai užšifruotos.",
"Confirm Removal": "Patvirtinkite pašalinimą",
"Manually export keys": "Eksportuoti raktus rankiniu būdu",
"Homeserver URL does not appear to be a valid Matrix homeserver": "Serverio adresas neatrodo esantis tinkamas Matrix serveris",
"Your password has been reset.": "Jūsų slaptažodis buvo iš naujo nustatytas.",
"Show more": "Rodyti daugiau",
"Verify your other session using one of the options below.": "Patvirtinkite savo kitą seansą naudodami vieną iš žemiau esančių parinkčių.",
"Deactivate user?": "Deaktyvuoti vartotoją?",
"Deactivate user": "Deaktyvuoti vartotoją",
"Failed to deactivate user": "Nepavyko deaktyvuoti vartotojo",
"Start Verification": "Pradėti patvirtinimą",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Šifruotuose kambariuose jūsų žinutės yra apsaugotos ir tik jūs ir gavėjas turite unikalius raktus joms atrakinti.",
"Verify User": "Patvirtinti Vartotoją",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Dėl papildomo saugumo patvirtinkite šį vartotoją patikrindami vienkartinį kodą abiejuose jūsų įrenginiuose.",
"%(count)s verified sessions": {
"other": "%(count)s patvirtintų seansų",
"one": "1 patvirtintas seansas"
},
"Hide verified sessions": "Slėpti patvirtintus seansus",
"%(count)s sessions": {
"other": "%(count)s seansai(-ų)",
"one": "%(count)s seansas"
},
"Hide sessions": "Slėpti seansus",
"Verify by scanning": "Patvirtinti nuskaitant",
"Verify all users in a room to ensure it's secure.": "Patvirtinkite visus vartotojus kambaryje, kad užtikrintumėte jo saugumą.",
"%(displayName)s cancelled verification.": "%(displayName)s atšaukė patvirtinimą.",
@ -209,7 +171,6 @@
"Are you sure you want to deactivate your account? This is irreversible.": "Ar tikrai norite deaktyvuoti savo paskyrą? Tai yra negrįžtama.",
"Are you sure you want to sign out?": "Ar tikrai norite atsijungti?",
"Are you sure you want to reject the invitation?": "Ar tikrai norite atmesti pakvietimą?",
"Room Topic": "Kambario Tema",
"Invalid homeserver discovery response": "Klaidingas serverio radimo atsakas",
"Invalid identity server discovery response": "Klaidingas tapatybės serverio radimo atsakas",
"Dog": "Šuo",
@ -275,10 +236,6 @@
"Anchor": "Inkaras",
"Headphones": "Ausinės",
"Folder": "Aplankas",
"This user has not verified all of their sessions.": "Šis vartotojas nepatvirtino visų savo seansų.",
"You have not verified this user.": "Jūs nepatvirtinote šio vartotojo.",
"You have verified this user. This user has verified all of their sessions.": "Jūs patvirtinote šį vartotoją. Šis vartotojas patvirtino visus savo seansus.",
"Everyone in this room is verified": "Visi šiame kambaryje yra patvirtinti",
"Encrypted by a deleted session": "Užšifruota ištrinto seanso",
"If you can't scan the code above, verify by comparing unique emoji.": "Jei nuskaityti aukščiau esančio kodo negalite, patvirtinkite palygindami unikalius jaustukus.",
"You've successfully verified your device!": "Jūs sėkmingai patvirtinote savo įrenginį!",
@ -296,7 +253,6 @@
"a device cross-signing signature": "įrenginio kryžminio pasirašymo parašas",
"Almost there! Is %(displayName)s showing the same shield?": "Beveik atlikta! Ar %(displayName)s rodo tokį patį skydą?",
"IRC display name width": "IRC rodomo vardo plotis",
"Room avatar": "Kambario pseudoportretas",
"Verify by comparing unique emoji.": "Patvirtinti palyginant unikalius jaustukus.",
"Verify by emoji": "Patvirtinti naudojant jaustukus",
"Show image": "Rodyti vaizdą",
@ -306,9 +262,6 @@
"Failed to reject invitation": "Nepavyko atmesti pakvietimo",
"Reject invitation": "Atmesti pakvietimą",
"Ask this user to verify their session, or manually verify it below.": "Paprašykite šio vartotojo patvirtinti savo seansą, arba patvirtinkite jį rankiniu būdu žemiau.",
"New published address (e.g. #alias:server)": "Naujas paskelbtas adresas (pvz.: #pavadinimas:server)",
"Waiting for %(displayName)s to accept…": "Laukiama kol %(displayName)s sutiks…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Jūsų žinutės yra apsaugotos ir tik jūs ir gavėjas turite unikalius raktus joms atrakinti.",
"This client does not support end-to-end encryption.": "Šis klientas nepalaiko visapusio šifravimo.",
"Start verification again from their profile.": "Pradėkite patvirtinimą iš naujo jų profilyje.",
"The encryption used by this room isn't supported.": "Šiame kambaryje naudojamas šifravimas nėra palaikomas.",
@ -336,25 +289,10 @@
"Notes": "Pastabos",
"Integrations are disabled": "Integracijos yra išjungtos",
"Integrations not allowed": "Integracijos neleidžiamos",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Šiame įrenginyje negalima užtikrinti šios užšifruotos žinutės autentiškumo.",
"Unencrypted": "Neužšifruota",
"Encrypted by an unverified session": "Užšifruota nepatvirtinto seanso",
"Main address": "Pagrindinis adresas",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Atnaujinant pagrindinį kambario adresą įvyko klaida. Gali būti, kad serveris to neleidžia arba įvyko laikina klaida.",
"Error updating main address": "Atnaujinant pagrindinį adresą įvyko klaida",
"Published Addresses": "Paskelbti Adresai",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Atnaujinant kambario alternatyvius adresus įvyko klaida. Gali būti, kad serveris to neleidžia arba įvyko laikina klaida.",
"Room settings": "Kambario nustatymai",
"Link to most recent message": "Nuoroda į naujausią žinutę",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Pakviesti ką nors naudojant jų vardą, vartotojo vardą (pvz.: <userId/>) arba <a>bendrinti šį kambarį</a>.",
"Share Room Message": "Bendrinti Kambario Žinutę",
"Share Room": "Bendrinti Kambarį",
"Add widgets, bridges & bots": "Pridėti valdiklius, tiltus ir botus",
"Edit widgets, bridges & bots": "Redaguoti valdiklius, tiltus ir botus",
"Widgets": "Valdikliai",
"You can only pin up to %(count)s widgets": {
"other": "Galite prisegti tik iki %(count)s valdiklių"
},
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s dabar naudoja 3-5 kartus mažiau atminties, įkeliant vartotojų informaciją tik prireikus. Palaukite, kol mes iš naujo sinchronizuosime su serveriu!",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Jūs būsite nukreipti į trečiosios šalies svetainę, kad galėtumėte patvirtinti savo paskyrą naudojimui su %(integrationsUrl)s. Ar norite tęsti?",
"Join millions for free on the largest public server": "Prisijunkite prie milijonų didžiausiame viešame serveryje nemokamai",
@ -370,7 +308,6 @@
"Put a link back to the old room at the start of the new room so people can see old messages": "Naujojo kambario pradžioje įdėkite nuorodą į senąjį kambarį, kad žmonės galėtų matyti senas žinutes",
"You signed in to a new session without verifying it:": "Jūs prisijungėte prie naujo seanso, jo nepatvirtinę:",
"Ok": "Gerai",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Šio vartotojo deaktyvavimas atjungs juos ir neleis jiems vėl prisijungti atgal. Taip pat jie išeis iš visų kambarių, kuriuose jie yra. Šis veiksmas negali būti atšauktas. Ar tikrai norite deaktyvuoti šį vartotoją?",
"Not Trusted": "Nepatikimas",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) prisijungė prie naujo seanso jo nepatvirtinę:",
"Your browser likely removed this data when running low on disk space.": "Jūsų naršyklė greičiausiai pašalino šiuos duomenis pritrūkus vietos diske.",
@ -385,15 +322,12 @@
"This homeserver would like to make sure you are not a robot.": "Šis serveris norėtų įsitikinti, kad jūs nesate robotas.",
"Your area is experiencing difficulties connecting to the internet.": "Jūsų vietovėje kyla sunkumų prisijungiant prie interneto.",
"Your server isn't responding to some of your requests. Below are some of the most likely reasons.": "Jūsų serveris neatsako į kai kurias jūsų užklausas. Žemiau pateikiamos kelios labiausiai tikėtinos priežastys.",
"Your messages are not secure": "Jūsų žinutės nėra saugios",
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Jei kita %(brand)s versija vis dar yra atidaryta kitame skirtuke, uždarykite jį, nes %(brand)s naudojimas tame pačiame serveryje, tuo pačiu metu įjungus ir išjungus tingų įkėlimą, sukelks problemų.",
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Jūs anksčiau naudojote %(brand)s ant %(host)s įjungę tingų narių įkėlimą. Šioje versijoje tingus įkėlimas yra išjungtas. Kadangi vietinė talpykla nesuderinama tarp šių dviejų nustatymų, %(brand)s reikia iš naujo sinchronizuoti jūsų paskyrą.",
"You don't currently have any stickerpacks enabled": "Jūs šiuo metu neturite jokių įjungtų lipdukų paketų",
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Patvirtinant šį vartotoją, jo seansas bus pažymėtas kaip patikimas, taip pat jūsų seansas bus pažymėtas kaip patikimas jam.",
"Security Phrase": "Slaptafrazė",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Anksčiau šiame seanse naudojote naujesnę %(brand)s versiją. Norėdami vėl naudoti šią versiją su visapusiu šifravimu, turėsite atsijungti ir prisijungti iš naujo.",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Tam, kad neprarastumėte savo pokalbių istorijos, prieš atsijungdami turite eksportuoti kambario raktus. Norėdami tai padaryti, turėsite grįžti į naujesnę %(brand)s versiją",
"Someone is using an unknown session": "Kažkas naudoja nežinomą seansą",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Paprastai tai turi įtakos tik kambario apdorojimui serveryje. Jei jūs turite problemų su savo %(brand)s, <a>praneškite apie klaidą</a>.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Pakviesti ką nors, naudojant jų vardą, el. pašto adresą, vartotojo vardą (pvz.: <userId/>) arba <a>bendrinti šį kambarį</a>.",
"Azerbaijan": "Azerbaidžanas",
@ -414,7 +348,6 @@
"Afghanistan": "Afganistanas",
"United States": "Jungtinės Amerikos Valstijos",
"United Kingdom": "Jungtinė Karalystė",
"Local Addresses": "Vietiniai Adresai",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Jei anksčiau naudojote naujesnę %(brand)s versiją, jūsų seansas gali būti nesuderinamas su šia versija. Uždarykite šį langą ir grįžkite į naujesnę versiją.",
"We encountered an error trying to restore your previous session.": "Bandant atkurti ankstesnį seansą įvyko klaida.",
"Confirm this user's session by comparing the following with their User Settings:": "Patvirtinkite šio vartotojo seansą, palygindami tai, kas nurodyta toliau, su jo Vartotojo Nustatymais:",
@ -425,7 +358,6 @@
"Reason (optional)": "Priežastis (nebūtina)",
"Preparing to download logs": "Ruošiamasi parsiųsti žurnalus",
"Server Options": "Serverio Parinktys",
"Your homeserver": "Jūsų serveris",
"edited": "pakeista",
"Edited at %(date)s. Click to view edits.": "Keista %(date)s. Spustelėkite kad peržiūrėti pakeitimus.",
"Edited at %(date)s": "Keista %(date)s",
@ -441,11 +373,8 @@
"You cancelled": "Jūs atšaukėte",
"You declined": "Jūs atsisakėte",
"You accepted": "Jūs priėmėte",
"Message Actions": "Žinutės veiksmai",
"Edit devices": "Redaguoti įrenginius",
"Not encrypted": "Neužšifruota",
"Pinned messages": "Prisegtos žinutės",
"Nothing pinned, yet": "Kol kas nieko neprisegta",
"Mexico": "Meksika",
"Malaysia": "Malaizija",
"Iraq": "Irakas",
@ -642,78 +571,14 @@
"You cancelled verification on your other device.": "Atšaukėte patvirtinimą kitame įrenginyje.",
"In encrypted rooms, verify all users to ensure it's secure.": "Užšifruotuose kambariuose patvirtinkite visus naudotojus, kad įsitikintumėte, jog jie yra saugūs.",
"Almost there! Is your other device showing the same shield?": "Jau beveik! Ar kitas jūsų įrenginys rodo tą patį skydą?",
"Role in <RoomName/>": "Rolė <RoomName/>",
"They won't be able to access whatever you're not an admin of.": "Jie negalės prieiti prie visko, kur esate administratorius.",
"Ban them from specific things I'm able to": "Užblokuoti juos konkrečiuose dalykuose, kuriuose galiu",
"Unban them from specific things I'm able to": "Atblokuoti juos konkrečiuose dalykuose, kuriuose galiu",
"Ban them from everything I'm able to": "Užblokuoti juos iš visko, kur galiu",
"Unban them from everything I'm able to": "Atblokuoti juos iš visko, kur aš galiu",
"Ban from %(roomName)s": "Atblokuoti už %(roomName)s",
"Unban from %(roomName)s": "Atblokuoti iš %(roomName)s",
"Ban from room": "Užblokuoti iš kambario",
"Unban from room": "Atblokuoti iš kambario",
"Ban from space": "Užblokuoti iš erdvės",
"Unban from space": "Atblokuoti iš erdvės",
"Failed to remove user": "Nepavyko pašalinti naudotojo",
"They'll still be able to access whatever you're not an admin of.": "Jie vis tiek galės naudotis viskuo, kur nesate administratorius.",
"Remove them from specific things I'm able to": "Pašalinti juos iš konkrečių dalykų, kuriuose galiu",
"Remove them from everything I'm able to": "Pašalinti juos iš visko, ko galiu",
"Remove from %(roomName)s": "Pašalinti iš %(roomName)s",
"Disinvite from %(roomName)s": "Atšaukti kvietimą iš %(roomName)s",
"Remove from room": "Pašalinti iš kambario",
"Disinvite from room": "Atšaukti kvietimą iš kambario",
"Remove from space": "Pašalinti iš erdvės",
"Disinvite from space": "Atšaukti kvietimą iš erdvės",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Negalėsite atšaukti šio pakeitimo, nes pažeminsite save, o jei esate paskutinis privilegijuotas naudotojas erdvėje, bus neįmanoma susigrąžinti privilegijų.",
"Export chat": "Eksportuoti pokalbį",
"Pinned": "Prisegta",
"Files": "Failai",
"Set my room layout for everyone": "Nustatyti savo kambario išdėstymą visiems",
"Close this widget to view it in this panel": "Uždarykite šį valdiklį, kad galėtumėte jį peržiūrėti šiame skydelyje",
"Unpin this widget to view it in this panel": "Atsekite šį valdiklį, kad galėtumėte jį peržiūrėti šiame skydelyje",
"Chat": "Pokalbis",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Jei turite leidimus, atidarykite bet kurios žinutės meniu ir pasirinkite <b>Prisegti</b>, kad juos čia priklijuotumėte.",
"Yours, or the other users' session": "Jūsų arba kitų naudotojų sesija",
"Yours, or the other users' internet connection": "Jūsų arba kitų naudotojų interneto ryšys",
"The homeserver the user you're verifying is connected to": "Namų serveris, prie kurio yra prisijungęs patvirtinamas naudotojas",
"One of the following may be compromised:": "Gali būti pažeistas vienas iš šių:",
"Accepting…": "Priimama…",
"To proceed, please accept the verification request on your other device.": "Jei norite tęsti, priimkite patvirtinimo prašymą kitame savo įrenginyje.",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Nustatykite adresus šiai erdvei, kad naudotojai galėtų rasti šią erdvę per jūsų namų serverį (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Norint paskelbti adresą, pirmiausia jį reikia nustatyti kaip vietinį adresą.",
"Published addresses can be used by anyone on any server to join your room.": "Paskelbtus adresus gali naudoti bet kas bet kuriame serveryje, prisijungimui prie jūsų kambario.",
"Published addresses can be used by anyone on any server to join your space.": "Paskelbtus adresus gali naudoti bet kas bet kuriame serveryje, prisijungimui prie jūsų erdvės.",
"Local address": "Vietinis adresas",
"This space has no local addresses": "Ši erdvė neturi vietinių adresų",
"Error removing address": "Klaida šalinant adresą",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Pašalinant šį adresą įvyko klaida. Gali būti, kad jo nebėra arba įvyko laikina klaida.",
"You don't have permission to delete the address.": "Neturite leidimo ištrinti adresą.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Kuriant šį adresą įvyko klaida. Gali būti, kad serveris jo neleidžia arba įvyko laikina klaida.",
"Error creating address": "Klaida kuriant adresą",
"Stop recording": "Sustabdyti įrašymą",
"We didn't find a microphone on your device. Please check your settings and try again.": "Jūsų įrenginyje neradome mikrofono. Patikrinkite nustatymus ir bandykite dar kartą.",
"No microphone found": "Mikrofonas nerastas",
"We were unable to access your microphone. Please check your browser settings and try again.": "Mums nepavyko pasiekti jūsų mikrofono. Patikrinkite naršyklės nustatymus ir bandykite dar kartą.",
"Unable to access your microphone": "Nepavyksta pasiekti mikrofono",
"Jump to first unread message.": "Pereiti prie pirmos neperskaitytos žinutės.",
"Open thread": "Atidaryti temą",
"%(count)s reply": {
"one": "%(count)s atsakymas",
"other": "%(count)s atsakymai"
},
"Invited by %(sender)s": "Pakvietė %(sender)s",
"Revoke invite": "Atšaukti kvietimą",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kvietimo atšaukti nepavyko. Gali būti, kad serveryje kilo laikina problema arba neturite pakankamų leidimų atšaukti kvietimą.",
"Failed to revoke invite": "Nepavyko atšaukti kvietimo",
"Add some now": "Pridėkite keletą dabar",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Šiame kambaryje naudojama kambario versija <roomVersion />, kurią šis namų serveris pažymėjo kaip <i>nestabilią</i>.",
"This room has already been upgraded.": "Šis kambarys jau yra atnaujintas.",
"%(count)s participants": {
"one": "1 dalyvis",
"other": "%(count)s dalyviai"
},
"Joined": "Prisijungta",
"Show Labs settings": "Rodyti laboratorijų nustatymus",
"<inviter/> invites you": "<inviter/> kviečia jus",
"Explore public spaces in the new search dialog": "Tyrinėkite viešas erdves naujajame paieškos lange",
"Reply in thread": "Atsakyti temoje",
@ -740,15 +605,6 @@
"Recently viewed": "Neseniai peržiūrėti",
"%(members)s and %(last)s": "%(members)s ir %(last)s",
"%(members)s and more": "%(members)s ir daugiau",
"View message": "Žiūrėti žinutę",
"Send voice message": "Siųsti balso žinutę",
"Scroll to most recent messages": "Slinkite prie naujausių žinučių",
"Failed to send": "Nepavyko išsiųsti",
"Your message was sent": "Jūsų žinutė išsiųsta",
"Copy link to thread": "Kopijuoti nuorodą į temą",
"View in room": "Peržiūrėti kambaryje",
"From a thread": "Iš temos",
"Edit message": "Redaguoti žinutę",
"Latvia": "Latvija",
"Japan": "Japonija",
"Italy": "Italija",
@ -849,7 +705,12 @@
"rooms": "Kambariai",
"low_priority": "Žemo prioriteto",
"historical": "Istoriniai",
"go_to_settings": "Eiti į Nustatymus"
"go_to_settings": "Eiti į Nustatymus",
"unencrypted": "Neužšifruota",
"view_message": "Žiūrėti žinutę",
"joined": "Prisijungta",
"show_more": "Rodyti daugiau",
"are_you_sure": "Ar tikrai?"
},
"action": {
"continue": "Tęsti",
@ -1055,7 +916,10 @@
"poll_button": "Apklausa",
"format_italics": "Kursyvas",
"format_insert_link": "Įterpti nuorodą",
"replying_title": "Atsakoma"
"replying_title": "Atsakoma",
"edit_composer_label": "Redaguoti žinutę",
"send_voice_message": "Siųsti balso žinutę",
"stop_voice_message": "Sustabdyti įrašymą"
},
"Code": "Kodas",
"power_level": {
@ -1799,7 +1663,16 @@
"one": "Matė %(count)s žmogus",
"other": "Matė %(count)s žmonės"
},
"read_receipts_label": "Skaitymo kvitai"
"read_receipts_label": "Skaitymo kvitai",
"thread_info_basic": "Iš temos",
"error_no_renderer": "Nepavyko parodyti šio įvykio",
"send_state_sent": "Jūsų žinutė išsiųsta",
"send_state_failed": "Nepavyko išsiųsti",
"mab": {
"label": "Žinutės veiksmai",
"view_in_room": "Peržiūrėti kambaryje",
"copy_link_thread": "Kopijuoti nuorodą į temą"
}
},
"slash_command": {
"shrug": "Prideda ¯\\_(ツ)_/¯ prie paprasto teksto žinutės",
@ -1965,7 +1838,11 @@
"other": "%(count)s žmonės prisijungė"
},
"unknown_person": "nežinomas asmuo",
"connecting": "Jungiamasi"
"connecting": "Jungiamasi",
"unable_to_access_audio_input_title": "Nepavyksta pasiekti mikrofono",
"unable_to_access_audio_input_description": "Mums nepavyko pasiekti jūsų mikrofono. Patikrinkite naršyklės nustatymus ir bandykite dar kartą.",
"no_audio_input_title": "Mikrofonas nerastas",
"no_audio_input_description": "Jūsų įrenginyje neradome mikrofono. Patikrinkite nustatymus ir bandykite dar kartą."
},
"Other": "Kitas",
"room_settings": {
@ -2081,7 +1958,32 @@
"save": "Išsaugoti Pakeitimus",
"leave_space": "Palikti erdvę",
"aliases_section": "Kambario Adresai",
"other_section": "Kitas"
"other_section": "Kitas",
"error_updating_canonical_alias_title": "Atnaujinant pagrindinį adresą įvyko klaida",
"error_updating_canonical_alias_description": "Atnaujinant pagrindinį kambario adresą įvyko klaida. Gali būti, kad serveris to neleidžia arba įvyko laikina klaida.",
"error_updating_alias_description": "Atnaujinant kambario alternatyvius adresus įvyko klaida. Gali būti, kad serveris to neleidžia arba įvyko laikina klaida.",
"error_creating_alias_title": "Klaida kuriant adresą",
"error_creating_alias_description": "Kuriant šį adresą įvyko klaida. Gali būti, kad serveris jo neleidžia arba įvyko laikina klaida.",
"error_deleting_alias_description_forbidden": "Neturite leidimo ištrinti adresą.",
"error_deleting_alias_description": "Pašalinant šį adresą įvyko klaida. Gali būti, kad jo nebėra arba įvyko laikina klaida.",
"error_deleting_alias_title": "Klaida šalinant adresą",
"canonical_alias_field_label": "Pagrindinis adresas",
"no_aliases_space": "Ši erdvė neturi vietinių adresų",
"no_aliases_room": "Šis kambarys neturi jokių vietinių adresų",
"local_alias_field_label": "Vietinis adresas",
"published_aliases_section": "Paskelbti Adresai",
"published_aliases_explainer_space": "Paskelbtus adresus gali naudoti bet kas bet kuriame serveryje, prisijungimui prie jūsų erdvės.",
"published_aliases_explainer_room": "Paskelbtus adresus gali naudoti bet kas bet kuriame serveryje, prisijungimui prie jūsų kambario.",
"published_aliases_description": "Norint paskelbti adresą, pirmiausia jį reikia nustatyti kaip vietinį adresą.",
"aliases_items_label": "Kiti paskelbti adresai:",
"aliases_no_items_label": "Kol kas nėra kitų paskelbtų adresų, pridėkite vieną žemiau",
"new_alias_placeholder": "Naujas paskelbtas adresas (pvz.: #pavadinimas:server)",
"local_aliases_section": "Vietiniai Adresai",
"local_aliases_explainer_space": "Nustatykite adresus šiai erdvei, kad naudotojai galėtų rasti šią erdvę per jūsų namų serverį (%(localDomain)s)",
"local_aliases_explainer_room": "Nustatykite adresus šiam kambariui, kad vartotojai galėtų surasti šį kambarį per jūsų serverį (%(localDomain)s)",
"name_field_label": "Kambario Pavadinimas",
"topic_field_label": "Kambario Tema",
"avatar_field_label": "Kambario pseudoportretas"
},
"advanced": {
"unfederated": "Šis kambarys nėra pasiekiamas nuotoliniams Matrix serveriams",
@ -2156,7 +2058,11 @@
"unverified_sessions_toast_description": "Peržiūrėkite, ar jūsų paskyra yra saugi",
"unverified_sessions_toast_reject": "Vėliau",
"unverified_session_toast_title": "Naujas prisijungimas. Ar tai jūs?",
"request_toast_detail": "%(deviceId)s iš %(ip)s"
"request_toast_detail": "%(deviceId)s iš %(ip)s",
"self_verification_hint": "Jei norite tęsti, priimkite patvirtinimo prašymą kitame savo įrenginyje.",
"waiting_for_user_accept": "Laukiama kol %(displayName)s sutiks…",
"accepting": "Priimama…",
"start_button": "Pradėti patvirtinimą"
},
"old_version_detected_title": "Aptikti seni kriptografijos duomenys",
"cancel_entering_passphrase_title": "Atšaukti slaptafrazės įvedimą?",
@ -2185,6 +2091,26 @@
"title": "Atgavimo Metodas Pašalintas",
"description_2": "Jei tai padarėte netyčia, šiame seanse galite nustatyti saugias žinutes, kurios pakartotinai užšifruos šio seanso žinučių istoriją nauju atgavimo metodu.",
"warning": "Jei jūs nepašalinote paskyros atgavimo metodo, gali būti, kad užpuolikas bando patekti į jūsų paskyrą. Nedelsiant nustatymuose pakeiskite savo paskyros slaptažodį ir nustatykite naują atgavimo metodą."
},
"setup_secure_backup": {
"explainer": "Prieš atsijungdami sukurkite atsarginę savo raktų kopiją, kad išvengtumėte jų praradimo.",
"title": "Nustatyti"
},
"cross_signing_user_warning": "Šis vartotojas nepatvirtino visų savo seansų.",
"cross_signing_user_normal": "Jūs nepatvirtinote šio vartotojo.",
"cross_signing_user_verified": "Jūs patvirtinote šį vartotoją. Šis vartotojas patvirtino visus savo seansus.",
"cross_signing_room_warning": "Kažkas naudoja nežinomą seansą",
"cross_signing_room_normal": "Šis kambarys visapusiškai užšifruotas",
"cross_signing_room_verified": "Visi šiame kambaryje yra patvirtinti",
"event_shield_reason_authenticity_not_guaranteed": "Šiame įrenginyje negalima užtikrinti šios užšifruotos žinutės autentiškumo.",
"event_shield_reason_mismatched_sender_key": "Užšifruota nepatvirtinto seanso",
"messages_not_secure": {
"title": "Jūsų žinutės nėra saugios",
"heading": "Gali būti pažeistas vienas iš šių:",
"cause_1": "Jūsų serveris",
"cause_2": "Namų serveris, prie kurio yra prisijungęs patvirtinamas naudotojas",
"cause_3": "Jūsų arba kitų naudotojų interneto ryšys",
"cause_4": "Jūsų arba kitų naudotojų sesija"
}
},
"emoji": {
@ -2412,7 +2338,10 @@
"cookie_warning": "Šiame valdiklyje gali būti naudojami slapukai.",
"error_loading": "Klaida kraunant Valdiklį",
"error_mixed_content": "Klaida - Maišytas turinys",
"popout": "Iššokti valdiklį"
"popout": "Iššokti valdiklį",
"unpin_to_view_right_panel": "Atsekite šį valdiklį, kad galėtumėte jį peržiūrėti šiame skydelyje",
"close_to_view_right_panel": "Uždarykite šį valdiklį, kad galėtumėte jį peržiūrėti šiame skydelyje",
"set_room_layout": "Nustatyti savo kambario išdėstymą visiems"
},
"feedback": {
"sent": "Atsiliepimas išsiųstas",
@ -2615,7 +2544,19 @@
"inaccessible_subtitle_2": "Bandant patekti į kambarį ar erdvę buvo grąžinta %(errcode)s. Jei manote, kad šią žinutę matote klaidingai, <issueLink>pateikite pranešimą apie klaidą</issueLink>.",
"join_failed_needs_invite": "Norint peržiūrėti %(roomName)s, turite gauti kvietimą",
"view_failed_enable_video_rooms": "Norint peržiūrėti, pirmiausia įjunkite vaizdo kambarius laboratorijose",
"join_failed_enable_video_rooms": "Norint prisijungti, pirmiausia įjunkite vaizdo kambarius laboratorijose"
"join_failed_enable_video_rooms": "Norint prisijungti, pirmiausia įjunkite vaizdo kambarius laboratorijose",
"jump_to_bottom_button": "Slinkite prie naujausių žinučių",
"show_labs_settings": "Rodyti laboratorijų nustatymus",
"upgrade_warning_bar": "Atnaujinimas išjungs dabartinę kambario instanciją ir sukurs atnaujintą kambarį tuo pačiu pavadinimu.",
"upgrade_warning_bar_upgraded": "Šis kambarys jau yra atnaujintas.",
"upgrade_warning_bar_unstable": "Šiame kambaryje naudojama kambario versija <roomVersion />, kurią šis namų serveris pažymėjo kaip <i>nestabilią</i>.",
"upgrade_warning_bar_admins": "Šį įspėjimą matys tik kambario administratoriai",
"search": {
"this_room": "Šis pokalbių kambarys",
"all_rooms": "Visi pokalbių kambariai",
"field_placeholder": "Paieška…"
},
"jump_read_marker": "Pereiti prie pirmos neperskaitytos žinutės."
},
"file_panel": {
"peek_note": "Norėdami pamatyti jo failus, turite prisijungti prie kambario"
@ -2789,5 +2730,84 @@
"invited_list_heading": "Pakviesta",
"filter_placeholder": "Filtruoti kambario dalyvius",
"power_label": "%(userName)s (galia %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Jūs šiuo metu neturite jokių įjungtų lipdukų paketų",
"empty_add_prompt": "Pridėkite keletą dabar"
},
"user_info": {
"error_revoke_3pid_invite_title": "Nepavyko atšaukti kvietimo",
"error_revoke_3pid_invite_description": "Kvietimo atšaukti nepavyko. Gali būti, kad serveryje kilo laikina problema arba neturite pakankamų leidimų atšaukti kvietimą.",
"admin_tools_section": "Administratoriaus įrankiai",
"revoke_invite": "Atšaukti kvietimą",
"invited_by": "Pakvietė %(sender)s",
"room_encrypted": "Žinutės šiame kambaryje yra visapusiškai užšifruotos.",
"room_encrypted_detail": "Jūsų žinutės yra apsaugotos ir tik jūs ir gavėjas turite unikalius raktus joms atrakinti.",
"room_unencrypted": "Žinutės šiame kambaryje nėra visapusiškai užšifruotos.",
"room_unencrypted_detail": "Šifruotuose kambariuose jūsų žinutės yra apsaugotos ir tik jūs ir gavėjas turite unikalius raktus joms atrakinti.",
"verify_button": "Patvirtinti Vartotoją",
"verify_explainer": "Dėl papildomo saugumo patvirtinkite šį vartotoją patikrindami vienkartinį kodą abiejuose jūsų įrenginiuose.",
"hide_verified_sessions": "Slėpti patvirtintus seansus",
"hide_sessions": "Slėpti seansus",
"jump_to_rr_button": "Nušokti iki perskaitytų žinučių",
"share_button": "Dalintis nuoroda į vartotoją",
"demote_self_confirm_title": "Pažeminti save?",
"demote_self_confirm_description_space": "Negalėsite atšaukti šio pakeitimo, nes pažeminsite save, o jei esate paskutinis privilegijuotas naudotojas erdvėje, bus neįmanoma susigrąžinti privilegijų.",
"demote_self_confirm_room": "Jūs neturėsite galimybės atšaukti šio keitimo, kadangi jūs žeminate savo privilegijas kambaryje. Jei jūs esate paskutinis privilegijuotas vartotojas kambaryje, atgauti privilegijas bus neįmanoma.",
"demote_button": "Pažeminti",
"disinvite_button_space": "Atšaukti kvietimą iš erdvės",
"kick_button_space": "Pašalinti iš erdvės",
"disinvite_button_room": "Atšaukti kvietimą iš kambario",
"kick_button_room": "Pašalinti iš kambario",
"disinvite_button_room_name": "Atšaukti kvietimą iš %(roomName)s",
"kick_button_room_name": "Pašalinti iš %(roomName)s",
"kick_button_space_everything": "Pašalinti juos iš visko, ko galiu",
"kick_space_specific": "Pašalinti juos iš konkrečių dalykų, kuriuose galiu",
"kick_space_warning": "Jie vis tiek galės naudotis viskuo, kur nesate administratorius.",
"error_kicking_user": "Nepavyko pašalinti naudotojo",
"redact_button": "Pašalinti paskutines žinutes",
"unban_button_space": "Atblokuoti iš erdvės",
"ban_button_space": "Užblokuoti iš erdvės",
"unban_button_room": "Atblokuoti iš kambario",
"ban_button_room": "Užblokuoti iš kambario",
"unban_room_confirm_title": "Atblokuoti iš %(roomName)s",
"ban_room_confirm_title": "Atblokuoti už %(roomName)s",
"unban_space_everything": "Atblokuoti juos iš visko, kur aš galiu",
"ban_space_everything": "Užblokuoti juos iš visko, kur galiu",
"unban_space_specific": "Atblokuoti juos konkrečiuose dalykuose, kuriuose galiu",
"ban_space_specific": "Užblokuoti juos konkrečiuose dalykuose, kuriuose galiu",
"unban_space_warning": "Jie negalės prieiti prie visko, kur esate administratorius.",
"error_ban_user": "Nepavyko užblokuoti vartotojo",
"error_mute_user": "Nepavyko nutildyti vartotojo",
"promote_warning": "Jūs neturėsite galimybės atšaukti šio keitimo, kadangi jūs paaukštinate vartotoją, suteikdami tokį patį galios lygį, kokį turite jūs.",
"deactivate_confirm_title": "Deaktyvuoti vartotoją?",
"deactivate_confirm_description": "Šio vartotojo deaktyvavimas atjungs juos ir neleis jiems vėl prisijungti atgal. Taip pat jie išeis iš visų kambarių, kuriuose jie yra. Šis veiksmas negali būti atšauktas. Ar tikrai norite deaktyvuoti šį vartotoją?",
"deactivate_confirm_action": "Deaktyvuoti vartotoją",
"error_deactivate": "Nepavyko deaktyvuoti vartotojo",
"role_label": "Rolė <RoomName/>"
},
"threads": {
"open_thread": "Atidaryti temą"
},
"right_panel": {
"pinned_messages": {
"title": "Prisegtos žinutės",
"empty": "Kol kas nieko neprisegta",
"explainer": "Jei turite leidimus, atidarykite bet kurios žinutės meniu ir pasirinkite <b>Prisegti</b>, kad juos čia priklijuotumėte.",
"limits": {
"other": "Galite prisegti tik iki %(count)s valdiklių"
}
},
"video_room_chat": {
"title": "Pokalbis"
},
"widgets_section": "Valdikliai",
"edit_integrations": "Redaguoti valdiklius, tiltus ir botus",
"add_integrations": "Pridėti valdiklius, tiltus ir botus",
"files_button": "Failai",
"pinned_messages_button": "Prisegta",
"export_chat_button": "Eksportuoti pokalbį",
"share_button": "Bendrinti kambarį",
"settings_button": "Kambario nustatymai"
}
}

View file

@ -1,9 +1,7 @@
{
"Admin Tools": "Administratora rīki",
"%(items)s and %(lastItem)s": "%(items)s un %(lastItem)s",
"A new password must be entered.": "Nepieciešams ievadīt jauno paroli.",
"An error has occurred.": "Notikusi kļūda.",
"Are you sure?": "Vai tiešām to vēlaties?",
"Are you sure you want to leave the room '%(roomName)s'?": "Vai tiešām vēlaties pamest istabu: '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "Vai tiešām vēlaties noraidīt šo uzaicinājumu?",
"Custom level": "Pielāgots līmenis",
@ -11,17 +9,13 @@
"Download %(text)s": "Lejupielādēt: %(text)s",
"Email address": "Epasta adrese",
"Error decrypting attachment": "Kļūda atšifrējot pielikumu",
"Failed to ban user": "Neizdevās nobanot/bloķēt (liegt pieeju) lietotāju",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Tu nevarēsi atcelt šo darbību, jo šim lietotājam piešķir tādu pašu statusa līmeni, kāds ir Tev.",
"Failed to forget room %(errCode)s": "Neizdevās \"aizmirst\" istabu %(errCode)s",
"Failed to load timeline position": "Neizdevās ielādēt laikpaziņojumu pozīciju",
"Failed to mute user": "Neizdevās apklusināt lietotāju",
"Failed to reject invite": "Neizdevās noraidīt uzaicinājumu",
"Failed to reject invitation": "Neizdevās noraidīt uzaicinājumu",
"Home": "Mājup",
"Invalid file%(extra)s": "Nederīgs fails %(extra)s",
"Join Room": "Pievienoties istabai",
"Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.",
"Moderator": "Moderators",
"New passwords must match each other.": "Jaunajām parolēm ir jāsakrīt vienai ar otru.",
"not specified": "nav noteikts",
@ -46,7 +40,6 @@
"Search failed": "Meklēšana neizdevās",
"Server may be unavailable, overloaded, or search timed out :(": "Serveris izskatās nesasniedzams, ir pārslogots, vai arī meklēšana beigusies ar savienojuma noildzi :(",
"Session ID": "Sesijas ID",
"This room has no local addresses": "Šai istabai nav lokālo adrešu",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Notika mēģinājums specifisku posmu šīs istabas laika skalā, bet jums nav atļaujas skatīt konkrēto ziņu.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Mēģinājums ielādēt šīs istabas čata vēstures izvēlēto posmu neizdevās, jo tas netika atrasts.",
"unknown error code": "nezināms kļūdas kods",
@ -92,8 +85,6 @@
"Unnamed room": "Nenosaukta istaba",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s",
"Restricted": "Ierobežots",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Jūs nevarēsiet atcelt šīs izmaiņas pēc sava statusa pazemināšanas. Gadījumā, ja esat pēdējais priviliģētais lietotājs istabā, būs neiespējami atgūt šīs privilēģijas.",
"Jump to read receipt": "Pāriet uz pēdējo skatīto ziņu",
"%(duration)ss": "%(duration)s sek",
"%(duration)sm": "%(duration)smin",
"%(duration)sh": "%(duration)s stundas",
@ -111,15 +102,12 @@
"Friday": "Piektdiena",
"Changelog": "Izmaiņu vēsture",
"Failed to send logs: ": "Neizdevās nosūtīt logfailus: ",
"This Room": "Šajā istabā",
"Unavailable": "Nesasniedzams",
"Filter results": "Filtrēt rezultātus",
"Tuesday": "Otrdiena",
"Search…": "Meklēt…",
"Preparing to send logs": "Gatavojos nosūtīt atutošanas logfailus",
"Saturday": "Sestdiena",
"Monday": "Pirmdiena",
"All Rooms": "Visās istabās",
"Wednesday": "Trešdiena",
"You cannot delete this message. (%(code)s)": "Tu nevari dzēst šo ziņu. (%(code)s)",
"Thursday": "Ceturtdiena",
@ -127,23 +115,14 @@
"Yesterday": "Vakardien",
"Thank you!": "Tencinam!",
"You sent a verification request": "Jūs nosūtījāt verifikācijas pieprasījumu",
"Start Verification": "Uzsākt verifikāciju",
"Hide verified sessions": "Slēpt verificētas sesijas",
"%(count)s verified sessions": {
"one": "1 verificēta sesija",
"other": "%(count)s verificētas sesijas"
},
"Encrypted by an unverified session": "Šifrēts ar neverificētu sesiju",
"Verify your other session using one of the options below.": "Verificējiet citas jūsu sesijas, izmantojot kādu no iespējām zemāk.",
"Philippines": "Filipīnas",
"Waiting for %(displayName)s to accept…": "Gaida, kamēr %(displayName)s akceptēs…",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Papildu drošībai verificējiet šo lietotāju, pārbaudot vienreizēju kodu abās ierīcēs.",
"Not Trusted": "Neuzticama",
"Verify User": "Verificēt lietotāju",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Šifrētās istabās jūsu ziņas ir drošībā - tikai jums un saņēmējam ir unikālas atslēgas, lai ziņas atšifrētu.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Jūsu ziņas ir drošībā - tikai jums un saņēmējam ir unikālas atslēgas, lai ziņas atšifrētu.",
"Direct Messages": "Tiešā sarakste",
"Hide sessions": "Slēpt sesijas",
"%(count)s sessions": {
"one": "%(count)s sesija",
"other": "%(count)s sesijas"
@ -151,15 +130,10 @@
"Encryption not enabled": "Šifrēšana nav iespējota",
"Use the <a>Desktop app</a> to search encrypted messages": "Izmantojiet <a>lietotni</a>, lai veiktu šifrētu ziņu meklēšanu",
"Encrypted by a deleted session": "Šifrēts ar dzēstu sesiju",
"Messages in this room are not end-to-end encrypted.": "Ziņām šajā istabā netiek piemērota pilnīga šifrēšana.",
"This room is end-to-end encrypted": "Šajā istabā tiek veikta pilnīga šifrēšana",
"The server is offline.": "Serveris bezsaistē.",
"If you've forgotten your Security Phrase you can <button1>use your Security Key</button1> or <button2>set up new recovery options</button2>": "Ja ir aizmirsta slepenā frāze, jūs varat <button1>izmantot drošības atslēgu</button1> vai<button2>iestatīt jaunus atkopšanas veidus</button2>",
"If you've forgotten your Security Key you can <button>set up new recovery options</button>": "Ja ir aizmirsta drošības atslēga, jūs varat <button>iestatīt jaunus atkopšanas veidus</button>",
"Messages in this room are end-to-end encrypted.": "Ziņas šajā istabā ir nodrošinātas ar pilnīgu šifrēšanu.",
"Share Link to User": "Dalīties ar saiti uz lietotāju",
"Remove recent messages by %(user)s": "Dzēst nesenās ziņas no %(user)s",
"Remove recent messages": "Dzēst nesenās ziņas",
"Banana": "Banāns",
"Lebanon": "Libāna",
"Bangladesh": "Bangladeša",
@ -173,7 +147,6 @@
"Afghanistan": "Afganistāna",
"United States": "Amerikas Savienotās Valstis",
"United Kingdom": "Lielbritānija",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Notikusi kļūda, mēģinot atjaunināt istabas alternatīvās adreses. Iespējams, tas ir liegts servera iestatījumos vai arī notikusi kāda pagaidu kļūme.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Izmantojiet identitātes serveri, lai uzaicinātu ar epastu. Pārvaldiet <settings>iestatījumos</settings>.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Uzaiciniet kādu personu, izmantojot vārdu, epasta adresi, lietotājvārdu (piemēram, <userId/>) vai <a>dalieties ar šo istabu</a>.",
"Verify all users in a room to ensure it's secure.": "Verificējiet visus istabā esošos lietotājus, lai nodrošinātu tās drošību.",
@ -187,33 +160,18 @@
"%(displayName)s cancelled verification.": "%(displayName)s atcēla verificēšanu.",
"Are you sure you want to deactivate your account? This is irreversible.": "Vai tiešām vēlaties deaktivizēt savu kontu? Tas ir neatgriezeniski.",
"Deactivate account": "Deaktivizēt kontu",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Iestatiet istabai adresi, lai lietotāji var atrast šo istabu jūsu bāzes serverī (%(localDomain)s)",
"Local Addresses": "Lokālās adreses",
"New published address (e.g. #alias:server)": "Jauna publiska adrese (piemēram, #alias:server)",
"No other published addresses yet, add one below": "Pagaidām nav nevienas publiskotas adreses, pievienojiet zemāk",
"Published Addresses": "Publiskotās adreses",
"Other published addresses:": "Citas publiskotās adreses:",
"This address is already in use": "Šī adrese jau tiek izmantota",
"Show more": "Rādīt vairāk",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Notikusi kļūda, mēģinot atjaunināt istabas galveno adresi. Iespējams, tas ir liegts servera iestatījumos vai arī notikusi kāda pagaidu kļūme.",
"Error updating main address": "Kļūda galvenās adreses atjaunināšanā",
"This address is available to use": "Šī adrese ir pieejama",
"Room Topic": "Istabas temats",
"Room Name": "Istabas nosaukums",
"General failure": "Vispārīga kļūda",
"Recently Direct Messaged": "Nesenās tiešās sarakstes",
"e.g. my-room": "piem., mana-istaba",
"Room address": "Istabas adrese",
"Add a new server": "Pievienot jaunu serveri",
"Your homeserver": "Jūsu bāzes serveris",
"Your server": "Jūsu serveris",
"Integrations are disabled": "Integrācijas ir atspējotas",
"Room Settings - %(roomName)s": "Istabas iestatījumi - %(roomName)s",
"Room settings": "Istabas iestatījumi",
"Share room": "Dalīties ar istabu",
"Cancel search": "Atcelt meklējumu",
"Flag": "Karogs",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Šīs šifrētās ziņas autentiskums nevar tikt garantēts šajā ierīcē.",
"Recent Conversations": "Nesenās sarunas",
"Start a conversation with someone using their name or username (like <userId/>).": "Uzsāciet sarunu ar citiem, izmantojot vārdu vai lietotājvārdu (piemērs - <userId/>).",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Uzsāciet sarunu ar citiem, izmantojot vārdu, epasta adresi vai lietotājvārdu (piemērs - <userId/>).",
@ -267,11 +225,6 @@
"Create a new room": "Izveidot jaunu istabu",
"%(name)s cancelled": "%(name)s atcēla",
"%(name)s cancelled verifying": "%(name)s atcēla verifikāciju",
"Deactivate user": "Deaktivizēt lietotāju",
"Deactivate user?": "Deaktivizēt lietotāju?",
"Demote": "Pazemināt",
"Demote yourself?": "Pazemināt sevi?",
"Accepting…": "Akceptē…",
"Create a space": "Izveidot vietu",
"Anchor": "Enkurs",
"Aeroplane": "Aeroplāns",
@ -297,10 +250,6 @@
"other": "Dzēst %(count)s ziņas"
},
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Lielam ziņu apjomam tas var aizņemt kādu laiku. Lūdzu, tikmēr neatsvaidziniet klientu.",
"You don't have permission to delete the address.": "Jums nav atļaujas dzēst adresi.",
"Add some now": "Pievienot kādu tagad",
"You don't currently have any stickerpacks enabled": "Neviena uzlīmju paka nav iespējota",
"Your message was sent": "Jūsu ziņa ir nosūtīta",
"You signed in to a new session without verifying it:": "Jūs pierakstījāties jaunā sesijā, neveicot tās verifikāciju:",
"%(count)s people you know have already joined": {
"other": "%(count)s pazīstami cilvēki ir jau pievienojusies",
@ -548,7 +497,6 @@
"Cancel All": "Atcelt visu",
"Sending": "Sūta",
"Can't load this message": "Nevar ielādēt šo ziņu",
"Send voice message": "Sūtīt balss ziņu",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Aizmirsāt vai pazaudējāt visas atkopšanās iespējas? <a>Atiestatiet visu</a>",
"Link to most recent message": "Saite uz jaunāko ziņu",
"Share Room": "Dalīties ar istabu",
@ -606,12 +554,7 @@
"My live location": "Mana reāllaika atrašanās vieta",
"My current location": "Mana atrašanās vieta",
"Location": "Atrašanās vieta",
"We were unable to access your microphone. Please check your browser settings and try again.": "Mēs nevarējām piekļūt jūsu mikrofonam. Lūdzu, pārbaudiet pārlūkprogrammas iestatījumus un mēģiniet vēlreiz.",
"Unable to access your microphone": "Nevar piekļūt mikrofonam",
"Error processing voice message": "Balss ziņas apstrādes kļūda",
"Nothing pinned, yet": "Vēl nekas nav piesprausts",
"Pinned messages": "Piespraustās ziņas",
"Pinned": "Piesprausts",
"This file is <b>too large</b> to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Šis fails ir <b>pārlieku liels</b>, lai to augšupielādētu. Faila izmēra ierobežojums ir %(limit)s, bet šis fails ir %(sizeOfThisFile)s.",
"Information": "Informācija",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nevar atrast zemāk norādīto Matrix ID profilus - vai tomēr vēlaties tos uzaicināt?",
@ -621,7 +564,6 @@
"one": "Augšupielādēt %(count)s citu failu",
"other": "Augšupielādēt %(count)s citus failus"
},
"Files": "Faili",
"To join a space you'll need an invite.": "Lai pievienotos vietai, ir nepieciešams uzaicinājums.",
"Update any local room aliases to point to the new room": "Atjaunināt jebkurus vietējās istabas aizstājvārdus, lai tie norādītu uz jauno istabu",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Lai nezaudētu čata vēsturi, pirms izrakstīšanās no konta jums ir jāeksportē istabas atslēgas. Lai to izdarītu, jums būs jāatgriežas jaunākajā %(brand)s versijā",
@ -651,7 +593,6 @@
"Other options": "Citas iespējas",
"Use \"%(query)s\" to search": "Izmantot \"%(query)s\" meklēšanai",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Mēģiniet ritināt laika joslu uz augšu, lai redzētu, vai ir kādas agrākas ziņas.",
"Scroll to most recent messages": "Ritināt uz jaunākajām ziņām",
"Use <arrows/> to scroll": "Lietojiet <arrows/> ritināšanai",
"Search for": "Meklēt",
"Remove search filter for %(filter)s": "Noņemt meklēšanas filtru %(filter)s",
@ -660,7 +601,6 @@
"Who will you chat to the most?": "Ar ko jūs sarakstīsieties visvairāk?",
"Start a group chat": "Uzsākt grupas čatu",
"Messages in this chat will be end-to-end encrypted.": "Ziņām šajā istabā tiek piemērota pilnīga šifrēšana.",
"Export chat": "Eksportēt čatu",
"common": {
"about": "Par",
"analytics": "Analītika",
@ -724,7 +664,9 @@
"public_room": "Publiska istaba",
"rooms": "Istabas",
"low_priority": "Zema prioritāte",
"historical": "Bijušie"
"historical": "Bijušie",
"show_more": "Rādīt vairāk",
"are_you_sure": "Vai tiešām to vēlaties?"
},
"action": {
"continue": "Turpināt",
@ -855,7 +797,8 @@
"poll_button_no_perms_title": "Nepieciešama atļauja",
"poll_button_no_perms_description": "Jums nav atļaujas uzsākt aptaujas šajā istabā.",
"poll_button": "Aptauja",
"replying_title": "Atbildot uz"
"replying_title": "Atbildot uz",
"send_voice_message": "Sūtīt balss ziņu"
},
"Code": "Kods",
"power_level": {
@ -1363,7 +1306,8 @@
"one": "Rādīt %(count)s citu priekšskatījumu",
"other": "Rādīt %(count)s citus priekšskatījumus"
}
}
},
"send_state_sent": "Jūsu ziņa ir nosūtīta"
},
"slash_command": {
"spoiler": "Nosūta norādīto ziņu kā spoileri",
@ -1498,7 +1442,9 @@
"default_device": "Noklusējuma ierīce",
"no_media_perms_title": "Nav datu nesēju, kuriem atļauta piekļuve",
"no_media_perms_description": "Jums varētu būt nepieciešams manuāli atļaut %(brand)s piekļuvi mikrofonam vai tīmekļa kamerai",
"screenshare_title": "Dalīties ar saturu"
"screenshare_title": "Dalīties ar saturu",
"unable_to_access_audio_input_title": "Nevar piekļūt mikrofonam",
"unable_to_access_audio_input_description": "Mēs nevarējām piekļūt jūsu mikrofonam. Lūdzu, pārbaudiet pārlūkprogrammas iestatījumus un mēģiniet vēlreiz."
},
"Other": "Citi",
"room_settings": {
@ -1563,7 +1509,20 @@
"url_previews_section": "URL priekšskatījumi",
"save": "Saglabāt izmaiņas",
"aliases_section": "Istabas adreses",
"other_section": "Citi"
"other_section": "Citi",
"error_updating_canonical_alias_title": "Kļūda galvenās adreses atjaunināšanā",
"error_updating_canonical_alias_description": "Notikusi kļūda, mēģinot atjaunināt istabas galveno adresi. Iespējams, tas ir liegts servera iestatījumos vai arī notikusi kāda pagaidu kļūme.",
"error_updating_alias_description": "Notikusi kļūda, mēģinot atjaunināt istabas alternatīvās adreses. Iespējams, tas ir liegts servera iestatījumos vai arī notikusi kāda pagaidu kļūme.",
"error_deleting_alias_description_forbidden": "Jums nav atļaujas dzēst adresi.",
"no_aliases_room": "Šai istabai nav lokālo adrešu",
"published_aliases_section": "Publiskotās adreses",
"aliases_items_label": "Citas publiskotās adreses:",
"aliases_no_items_label": "Pagaidām nav nevienas publiskotas adreses, pievienojiet zemāk",
"new_alias_placeholder": "Jauna publiska adrese (piemēram, #alias:server)",
"local_aliases_section": "Lokālās adreses",
"local_aliases_explainer_room": "Iestatiet istabai adresi, lai lietotāji var atrast šo istabu jūsu bāzes serverī (%(localDomain)s)",
"name_field_label": "Istabas nosaukums",
"topic_field_label": "Istabas temats"
},
"advanced": {
"unfederated": "Šī istaba nav pieejama no citiem Matrix serveriem",
@ -1604,7 +1563,10 @@
"waiting_other_user": "Gaida uz %(displayName)s, lai verificētu…",
"unverified_sessions_toast_reject": "Vēlāk",
"unverified_session_toast_title": "Jauna pierakstīšanās. Vai tas bijāt jūs?",
"request_toast_detail": "%(deviceId)s no %(ip)s"
"request_toast_detail": "%(deviceId)s no %(ip)s",
"waiting_for_user_accept": "Gaida, kamēr %(displayName)s akceptēs…",
"accepting": "Akceptē…",
"start_button": "Uzsākt verifikāciju"
},
"old_version_detected_title": "Tika uzieti novecojuši šifrēšanas dati",
"old_version_detected_description": "Uzieti dati no vecākas %(brand)s versijas. Tas novedīs pie \"end-to-end\" šifrēšanas problēmām vecākajā versijā. Šajā versijā nevar tikt atšifrēti ziņojumi, kuri radīti izmantojot vecākajā versijā \"end-to-end\" šifrētas ziņas. Tas var arī novest pie ziņapmaiņas, kas veikta ar šo versiju, neizdošanās. Ja rodas ķibeles, izraksties un par jaunu pieraksties sistēmā. Lai saglabātu ziņu vēsturi, eksportē un tad importē savas šifrēšanas atslēgas.",
@ -1617,7 +1579,13 @@
"set_up_toast_title": "Iestatīt drošu rezerves dublēšanu",
"verify_toast_title": "Verificēt šo sesiju",
"verify_toast_description": "Citi lietotāji var neuzskatīt to par uzticamu",
"not_supported": "<netiek atbalstīts>"
"not_supported": "<netiek atbalstīts>",
"cross_signing_room_normal": "Šajā istabā tiek veikta pilnīga šifrēšana",
"event_shield_reason_authenticity_not_guaranteed": "Šīs šifrētās ziņas autentiskums nevar tikt garantēts šajā ierīcē.",
"event_shield_reason_mismatched_sender_key": "Šifrēts ar neverificētu sesiju",
"messages_not_secure": {
"cause_1": "Jūsu bāzes serveris"
}
},
"emoji": {
"category_frequently_used": "Bieži lietotas",
@ -1953,7 +1921,14 @@
"invite_reject_ignore": "Noraidīt un ignorēt lietotāju",
"no_peek_join_prompt": "%(roomName)s priekšskatījums nav pieejams. Vai vēlaties tai pievienoties?",
"not_found_title_name": "%(roomName)s neeksistē.",
"inaccessible_name": "%(roomName)s šobrīd nav pieejama."
"inaccessible_name": "%(roomName)s šobrīd nav pieejama.",
"jump_to_bottom_button": "Ritināt uz jaunākajām ziņām",
"search": {
"this_room": "Šajā istabā",
"all_rooms": "Visās istabās",
"field_placeholder": "Meklēt…"
},
"jump_read_marker": "Pāriet uz pirmo neizlasīto ziņu."
},
"file_panel": {
"guest_note": "Lai izmantotu šo funkcionalitāti, Tev ir <a>jāreģistrējas</a>",
@ -2071,5 +2046,42 @@
"invited_list_heading": "Uzaicināts/a",
"filter_placeholder": "Atfiltrēt istabas dalībniekus",
"power_label": "%(userName)s (tiesību līmenis %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Neviena uzlīmju paka nav iespējota",
"empty_add_prompt": "Pievienot kādu tagad"
},
"user_info": {
"admin_tools_section": "Administratora rīki",
"room_encrypted": "Ziņas šajā istabā ir nodrošinātas ar pilnīgu šifrēšanu.",
"room_encrypted_detail": "Jūsu ziņas ir drošībā - tikai jums un saņēmējam ir unikālas atslēgas, lai ziņas atšifrētu.",
"room_unencrypted": "Ziņām šajā istabā netiek piemērota pilnīga šifrēšana.",
"room_unencrypted_detail": "Šifrētās istabās jūsu ziņas ir drošībā - tikai jums un saņēmējam ir unikālas atslēgas, lai ziņas atšifrētu.",
"verify_button": "Verificēt lietotāju",
"verify_explainer": "Papildu drošībai verificējiet šo lietotāju, pārbaudot vienreizēju kodu abās ierīcēs.",
"hide_verified_sessions": "Slēpt verificētas sesijas",
"hide_sessions": "Slēpt sesijas",
"jump_to_rr_button": "Pāriet uz pēdējo skatīto ziņu",
"share_button": "Dalīties ar saiti uz lietotāju",
"demote_self_confirm_title": "Pazemināt sevi?",
"demote_self_confirm_room": "Jūs nevarēsiet atcelt šīs izmaiņas pēc sava statusa pazemināšanas. Gadījumā, ja esat pēdējais priviliģētais lietotājs istabā, būs neiespējami atgūt šīs privilēģijas.",
"demote_button": "Pazemināt",
"redact_button": "Dzēst nesenās ziņas",
"error_ban_user": "Neizdevās nobanot/bloķēt (liegt pieeju) lietotāju",
"error_mute_user": "Neizdevās apklusināt lietotāju",
"promote_warning": "Tu nevarēsi atcelt šo darbību, jo šim lietotājam piešķir tādu pašu statusa līmeni, kāds ir Tev.",
"deactivate_confirm_title": "Deaktivizēt lietotāju?",
"deactivate_confirm_action": "Deaktivizēt lietotāju"
},
"right_panel": {
"pinned_messages": {
"title": "Piespraustās ziņas",
"empty": "Vēl nekas nav piesprausts"
},
"files_button": "Faili",
"pinned_messages_button": "Piesprausts",
"export_chat_button": "Eksportēt čatu",
"share_button": "Dalīties ar istabu",
"settings_button": "Istabas iestatījumi"
}
}

View file

@ -6,18 +6,15 @@
"Today": "ഇന്ന്",
"Friday": "വെള്ളി",
"Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി",
"This Room": "ഈ മുറി",
"Unavailable": "ലഭ്യമല്ല",
"Tuesday": "ചൊവ്വ",
"Unnamed room": "പേരില്ലാത്ത റൂം",
"Saturday": "ശനി",
"Monday": "തിങ്കള്‍",
"All Rooms": "എല്ലാ മുറികളും കാണുക",
"Wednesday": "ബുധന്‍",
"You cannot delete this message. (%(code)s)": "നിങ്ങള്‍ക്ക് ഈ സന്ദേശം നീക്കം ചെയ്യാനാകില്ല. (%(code)s)",
"Send": "അയയ്ക്കുക",
"Thursday": "വ്യാഴം",
"Search…": "തിരയുക…",
"Yesterday": "ഇന്നലെ",
"common": {
"error": "എറര്‍",
@ -107,6 +104,11 @@
"favourite": "പ്രിയപ്പെട്ടവ",
"low_priority": "താഴ്ന്ന പരിഗണന"
},
"invite_this_room": "ഈ റൂമിലേക്ക് ക്ഷണിക്കുക"
"invite_this_room": "ഈ റൂമിലേക്ക് ക്ഷണിക്കുക",
"search": {
"this_room": "ഈ മുറി",
"all_rooms": "എല്ലാ മുറികളും കാണുക",
"field_placeholder": "തിരയുക…"
}
}
}

View file

@ -71,11 +71,7 @@
"Anchor": "Anker",
"Headphones": "Hodetelefoner",
"Folder": "Mappe",
"Are you sure?": "Er du sikker?",
"Admin Tools": "Adminverktøy",
"Direct Messages": "Direktemeldinger",
"All Rooms": "Alle rom",
"Search…": "Søk …",
"Download %(text)s": "Last ned %(text)s",
"Cancel search": "Avbryt søket",
"collapse": "skjul",
@ -93,7 +89,6 @@
"Cancel All": "Avbryt alt",
"Home": "Hjem",
"Your password has been reset.": "Passordet ditt har blitt tilbakestilt.",
"Set up": "Sett opp",
"Lion": "Løve",
"Pig": "Gris",
"Rabbit": "Kanin",
@ -117,24 +112,12 @@
"Ball": "Ball",
"Guitar": "Gitar",
"Deactivate account": "Deaktiver kontoen",
"Edit message": "Rediger meldingen",
"Unencrypted": "Ukryptert",
"Deactivate user?": "Vil du deaktivere brukeren?",
"Deactivate user": "Deaktiver brukeren",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
"%(duration)sh": "%(duration)st",
"%(duration)sd": "%(duration)sd",
"Join Room": "Bli med i rommet",
"Share room": "Del rommet",
"This Room": "Dette rommet",
"Main address": "Hovedadresse",
"not specified": "ikke spesifisert",
"Local address": "Lokal adresse",
"Published Addresses": "Publiserte adresser",
"Local Addresses": "Lokale adresser",
"Accepting…": "Aksepterer …",
"Hide sessions": "Skjul økter",
"Show image": "Vis bilde",
"You accepted": "Du aksepterte",
"You declined": "Du avslo",
@ -166,21 +149,10 @@
"Return to login screen": "Gå tilbake til påloggingsskjermen",
"Not Trusted": "Ikke betrodd",
"%(items)s and %(lastItem)s": "%(items)s og %(lastItem)s",
"Show more": "Vis mer",
"Warning!": "Advarsel!",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Krypterte meldinger er sikret med punkt-til-punkt-kryptering. Bare du og mottakeren(e) har nøklene til å lese disse meldingene.",
"Back up your keys before signing out to avoid losing them.": "Ta sikkerhetskopi av nøklene dine før du logger av for å unngå å miste dem.",
"Start using Key Backup": "Begynn å bruke Nøkkelsikkerhetskopiering",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "For å rapportere inn et Matrix-relatert sikkerhetsproblem, vennligst less Matrix.org sine <a>Retningslinjer for sikkerhetspublisering</a>.",
"Scroll to most recent messages": "Hopp bort til de nyeste meldingene",
"Share Link to User": "Del en lenke til brukeren",
"You don't currently have any stickerpacks enabled": "Du har ikke skrudd på noen klistremerkepakker for øyeblikket",
"Add some now": "Legg til noen nå",
"No other published addresses yet, add one below": "Det er ingen publiserte adresser enda, legg til en nedenfor",
"New published address (e.g. #alias:server)": "Ny publisert adresse (f.eks. #alias:tjener)",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Velg adresser for dette rommet slik at brukere kan finne dette rommet gjennom hjemmetjeneren din (%(localDomain)s)",
"Room Name": "Rommets navn",
"Room Topic": "Rommets tema",
"Encryption not enabled": "Kryptering er ikke skrudd på",
"Create new room": "Opprett et nytt rom",
"Language Dropdown": "Språk-nedfallsmeny",
@ -191,9 +163,6 @@
"Logs sent": "Loggbøkene ble sendt",
"Recent Conversations": "Nylige samtaler",
"Room Settings - %(roomName)s": "Rominnstillinger - %(roomName)s",
"Room avatar": "Rommets avatar",
"Start Verification": "Begynn verifisering",
"Verify User": "Verifiser bruker",
"%(count)s verified sessions": {
"one": "1 verifisert økt",
"other": "%(count)s verifiserte økter"
@ -204,7 +173,6 @@
},
"Verify by scanning": "Verifiser med skanning",
"Verify by emoji": "Verifiser med emoji",
"Message Actions": "Meldingshandlinger",
"%(name)s accepted": "%(name)s aksepterte",
"%(name)s declined": "%(name)s avslo",
"%(name)s cancelled": "%(name)s avbrøt",
@ -214,19 +182,10 @@
"Upload completed": "Opplasting fullført",
"Unable to upload": "Mislyktes i å laste opp",
"Aeroplane": "Fly",
"Demote yourself?": "Vil du degradere deg selv?",
"Demote": "Degrader",
"and %(count)s others...": {
"other": "og %(count)s andre …",
"one": "og én annen …"
},
"This room has already been upgraded.": "Dette rommet har allerede blitt oppgradert.",
"Revoke invite": "Trekk tilbake invitasjonen",
"Invited by %(sender)s": "Invitert av %(sender)s",
"Other published addresses:": "Andre publiserte adresser:",
"Waiting for %(displayName)s to accept…": "Venter på at %(displayName)s skal akseptere …",
"Your homeserver": "Hjemmetjeneren din",
"Hide verified sessions": "Skjul verifiserte økter",
"Decrypt %(text)s": "Dekrypter %(text)s",
"You verified %(name)s": "Du verifiserte %(name)s",
"Some characters not allowed": "Noen tegn er ikke tillatt",
@ -239,14 +198,10 @@
"Could not load user profile": "Klarte ikke å laste inn brukerprofilen",
"A new password must be entered.": "Et nytt passord må bli skrevet inn.",
"New passwords must match each other.": "De nye passordene må samsvare med hverandre.",
"Messages in this room are end-to-end encrypted.": "Meldinger i dette rommet er start-til-slutt-kryptert.",
"Messages in this room are not end-to-end encrypted.": "Meldinger i dette rommet er ikke start-til-slutt-kryptert.",
"Jump to read receipt": "Hopp til lesekvitteringen",
"Verify your other session using one of the options below.": "Verifiser den andre økten din med en av metodene nedenfor.",
"Ok": "OK",
"Santa": "Julenisse",
"Message preview": "Meldingsforhåndsvisning",
"This room has no local addresses": "Dette rommet har ikke noen lokale adresser",
"Remove recent messages by %(user)s": "Fjern nylige meldinger fra %(user)s",
"Remove %(count)s messages": {
"other": "Slett %(count)s meldinger",
@ -283,15 +238,12 @@
"Confirm encryption setup": "Bekreft krypteringsoppsett",
"To help us prevent this in future, please <a>send us logs</a>.": "For å hjelpe oss med å forhindre dette i fremtiden, vennligst <a>send oss loggfiler</a>.",
"Lock": "Lås",
"Your messages are not secure": "Dine meldinger er ikke sikre",
"Edited at %(date)s": "Redigert den %(date)s",
"Click to view edits": "Klikk for å vise redigeringer",
"Confirm account deactivation": "Bekreft deaktivering av kontoen",
"The server is offline.": "Denne tjeneren er offline.",
"Wrong file type": "Feil filtype",
"Looks good!": "Ser bra ut!",
"Your message was sent": "Meldingen ble sendt",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Autentisiteten av denne krypterte meldingen kan ikke garanteres på denne enheten.",
"Encrypted by a deleted session": "Kryptert av en slettet sesjon",
"Jordan": "Jordan",
"Jersey": "Jersey",
@ -307,8 +259,6 @@
"Security Key mismatch": "Sikkerhetsnøkkel uoverensstemmelse",
"Unable to load backup status": "Klarte ikke å laste sikkerhetskopi-status",
"%(completed)s of %(total)s keys restored": "%(completed)s av %(total)s nøkler gjenopprettet",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Klarte ikke å trekke tilbake invitasjonen. Tjener kan ha et forbigående problem, eller det kan hende at du ikke har tilstrekkelige rettigheter for å trekke tilbake invitasjonen.",
"Failed to revoke invite": "Klarte ikke å trekke tilbake invitasjon",
"Put a link back to the old room at the start of the new room so people can see old messages": "Legg inn en lenke tilbake til det gamle rommet i starten av det nye rommet slik at folk kan finne eldre meldinger",
"Belgium": "Belgia",
"American Samoa": "Amerikansk Samoa",
@ -387,10 +337,7 @@
"%(name)s cancelled verifying": "%(name)s avbrøt verifiseringen",
"You cancelled verifying %(name)s": "Du avbrøt verifiseringen av %(name)s",
"Invalid file%(extra)s": "Ugyldig fil%(extra)s",
"Failed to ban user": "Mislyktes i å bannlyse brukeren",
"Room settings": "Rominnstillinger",
"Not encrypted": "Ikke kryptert",
"Widgets": "Komponenter",
"Continuing without email": "Fortsetter uten E-post",
"Are you sure you want to sign out?": "Er du sikker på at du vil logge av?",
"Transfer": "Overfør",
@ -399,7 +346,6 @@
"Upgrade Room Version": "Oppgrader romversjon",
"You cancelled verification.": "Du avbrøt verifiseringen.",
"Ask %(displayName)s to scan your code:": "Be %(displayName)s om å skanne koden:",
"Failed to deactivate user": "Mislyktes i å deaktivere brukeren",
"Dial pad": "Nummerpanel",
"Zimbabwe": "Zimbabwe",
"Yemen": "Jemen",
@ -694,7 +640,10 @@
"low_priority": "Lavprioritet",
"historical": "Historisk",
"go_to_settings": "Gå til Innstillinger",
"setup_secure_messages": "Sett opp sikre meldinger"
"setup_secure_messages": "Sett opp sikre meldinger",
"unencrypted": "Ukryptert",
"show_more": "Vis mer",
"are_you_sure": "Er du sikker?"
},
"action": {
"continue": "Fortsett",
@ -856,7 +805,8 @@
"room_upgraded_link": "Samtalen fortsetter her.",
"poll_button_no_perms_title": "Tillatelse kreves",
"format_italics": "Kursiv",
"replying_title": "Svarer på"
"replying_title": "Svarer på",
"edit_composer_label": "Rediger meldingen"
},
"Code": "Kode",
"power_level": {
@ -1257,6 +1207,10 @@
},
"url_preview": {
"close": "Lukk forhåndsvisning"
},
"send_state_sent": "Meldingen ble sendt",
"mab": {
"label": "Meldingshandlinger"
}
},
"slash_command": {
@ -1415,7 +1369,19 @@
"save": "Lagre endringer",
"leave_space": "Forlat området",
"aliases_section": "Rom-adresser",
"other_section": "Andre"
"other_section": "Andre",
"canonical_alias_field_label": "Hovedadresse",
"no_aliases_room": "Dette rommet har ikke noen lokale adresser",
"local_alias_field_label": "Lokal adresse",
"published_aliases_section": "Publiserte adresser",
"aliases_items_label": "Andre publiserte adresser:",
"aliases_no_items_label": "Det er ingen publiserte adresser enda, legg til en nedenfor",
"new_alias_placeholder": "Ny publisert adresse (f.eks. #alias:tjener)",
"local_aliases_section": "Lokale adresser",
"local_aliases_explainer_room": "Velg adresser for dette rommet slik at brukere kan finne dette rommet gjennom hjemmetjeneren din (%(localDomain)s)",
"name_field_label": "Rommets navn",
"topic_field_label": "Rommets tema",
"avatar_field_label": "Rommets avatar"
},
"advanced": {
"room_version_section": "Romversjon",
@ -1450,7 +1416,10 @@
"cancelling": "Avbryter …",
"unverified_sessions_toast_reject": "Senere",
"unverified_session_toast_title": "En ny pålogging. Var det deg?",
"request_toast_detail": "%(deviceId)s fra %(ip)s"
"request_toast_detail": "%(deviceId)s fra %(ip)s",
"waiting_for_user_accept": "Venter på at %(displayName)s skal akseptere …",
"accepting": "Aksepterer …",
"start_button": "Begynn verifisering"
},
"verification_requested_toast_title": "Verifisering ble forespurt",
"bootstrap_title": "Setter opp nøkler",
@ -1461,6 +1430,15 @@
"not_supported": "<ikke støttet>",
"new_recovery_method_detected": {
"title": "Ny gjenopprettingsmetode"
},
"setup_secure_backup": {
"explainer": "Ta sikkerhetskopi av nøklene dine før du logger av for å unngå å miste dem.",
"title": "Sett opp"
},
"event_shield_reason_authenticity_not_guaranteed": "Autentisiteten av denne krypterte meldingen kan ikke garanteres på denne enheten.",
"messages_not_secure": {
"title": "Dine meldinger er ikke sikre",
"cause_1": "Hjemmetjeneren din"
}
},
"emoji": {
@ -1713,7 +1691,14 @@
"invite_reject_ignore": "Avslå og ignorer brukeren",
"no_peek_join_prompt": "%(roomName)s kan ikke forhåndsvises. Vil du bli med i den?",
"not_found_title_name": "%(roomName)s eksisterer ikke.",
"inaccessible_name": "%(roomName)s er ikke tilgjengelig for øyeblikket."
"inaccessible_name": "%(roomName)s er ikke tilgjengelig for øyeblikket.",
"jump_to_bottom_button": "Hopp bort til de nyeste meldingene",
"upgrade_warning_bar_upgraded": "Dette rommet har allerede blitt oppgradert.",
"search": {
"this_room": "Dette rommet",
"all_rooms": "Alle rom",
"field_placeholder": "Søk …"
}
},
"file_panel": {
"peek_note": "Du må bli med i rommet for å se filene dens"
@ -1817,5 +1802,34 @@
"invited_list_heading": "Invitert",
"filter_placeholder": "Filtrer rommets medlemmer",
"power_label": "%(userName)s (styrkenivå %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Du har ikke skrudd på noen klistremerkepakker for øyeblikket",
"empty_add_prompt": "Legg til noen nå"
},
"user_info": {
"error_revoke_3pid_invite_title": "Klarte ikke å trekke tilbake invitasjon",
"error_revoke_3pid_invite_description": "Klarte ikke å trekke tilbake invitasjonen. Tjener kan ha et forbigående problem, eller det kan hende at du ikke har tilstrekkelige rettigheter for å trekke tilbake invitasjonen.",
"admin_tools_section": "Adminverktøy",
"revoke_invite": "Trekk tilbake invitasjonen",
"invited_by": "Invitert av %(sender)s",
"room_encrypted": "Meldinger i dette rommet er start-til-slutt-kryptert.",
"room_unencrypted": "Meldinger i dette rommet er ikke start-til-slutt-kryptert.",
"verify_button": "Verifiser bruker",
"hide_verified_sessions": "Skjul verifiserte økter",
"hide_sessions": "Skjul økter",
"jump_to_rr_button": "Hopp til lesekvitteringen",
"share_button": "Del en lenke til brukeren",
"demote_self_confirm_title": "Vil du degradere deg selv?",
"demote_button": "Degrader",
"error_ban_user": "Mislyktes i å bannlyse brukeren",
"deactivate_confirm_title": "Vil du deaktivere brukeren?",
"deactivate_confirm_action": "Deaktiver brukeren",
"error_deactivate": "Mislyktes i å deaktivere brukeren"
},
"right_panel": {
"widgets_section": "Komponenter",
"share_button": "Del rommet",
"settings_button": "Rominnstillinger"
}
}

View file

@ -6,9 +6,7 @@
},
"A new password must be entered.": "Er moet een nieuw wachtwoord ingevoerd worden.",
"An error has occurred.": "Er is een fout opgetreden.",
"Are you sure?": "Weet je het zeker?",
"Are you sure you want to reject the invitation?": "Weet je zeker dat je de uitnodiging wilt weigeren?",
"Admin Tools": "Beheerdersgereedschap",
"Are you sure you want to leave the room '%(roomName)s'?": "Weet je zeker dat je de kamer %(roomName)s wil verlaten?",
"Create new room": "Nieuwe kamer aanmaken",
"Failed to forget room %(errCode)s": "Vergeten van kamer is mislukt %(errCode)s",
@ -44,22 +42,18 @@
"Email address": "E-mailadres",
"Custom level": "Aangepast niveau",
"Error decrypting attachment": "Fout bij het ontsleutelen van de bijlage",
"Failed to ban user": "Verbannen van persoon is mislukt",
"Failed to load timeline position": "Laden van tijdslijnpositie is mislukt",
"Failed to mute user": "Dempen van persoon is mislukt",
"Failed to reject invite": "Weigeren van uitnodiging is mislukt",
"Failed to reject invitation": "Weigeren van uitnodiging is mislukt",
"Home": "Home",
"Invalid file%(extra)s": "Ongeldig bestand %(extra)s",
"Join Room": "Kamer toetreden",
"Jump to first unread message.": "Spring naar het eerste ongelezen bericht.",
"New passwords must match each other.": "Nieuwe wachtwoorden moeten overeenkomen.",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Bekijk je e-mail en klik op de koppeling daarin. Klik vervolgens op Verder gaan.",
"Return to login screen": "Terug naar het loginscherm",
"Search failed": "Zoeken mislukt",
"Server may be unavailable, overloaded, or search timed out :(": "De server is misschien onbereikbaar of overbelast, of het zoeken duurde te lang :(",
"Session ID": "Sessie-ID",
"This room has no local addresses": "Deze kamer heeft geen lokale adressen",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Je probeert een punt in de tijdlijn van deze kamer te laden, maar je hebt niet voldoende rechten om het bericht te lezen.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Geprobeerd een gegeven punt in de tijdslijn van deze kamer te laden, maar kon dit niet vinden.",
"Uploading %(filename)s": "%(filename)s wordt geüpload",
@ -71,7 +65,6 @@
"Warning!": "Let op!",
"You seem to be in a call, are you sure you want to quit?": "Het ziet er naar uit dat je in gesprek bent, weet je zeker dat je wil afsluiten?",
"You seem to be uploading files, are you sure you want to quit?": "Het ziet er naar uit dat je bestanden aan het uploaden bent, weet je zeker dat je wil afsluiten?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Je zal deze veranderingen niet terug kunnen draaien, omdat je de persoon tot je eigen machtsniveau promoveert.",
"Connectivity to the server has been lost.": "De verbinding met de server is verbroken.",
"Sent messages will be stored until your connection has returned.": "Verstuurde berichten zullen opgeslagen worden totdat je verbinding hersteld is.",
"(~%(count)s results)": {
@ -92,8 +85,6 @@
"Restricted": "Beperkte toegang",
"Send": "Versturen",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s %(day)s %(monthName)s %(fullYear)s",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Zelfdegradatie is onomkeerbaar. Als je de laatst gemachtigde persoon in de kamer bent zullen deze rechten voorgoed verloren gaan.",
"Jump to read receipt": "Naar het laatst gelezen bericht gaan",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
"%(duration)sh": "%(duration)su",
@ -106,19 +97,15 @@
},
"<a>In reply to</a> <pill>": "<a>Als antwoord op</a> <pill>",
"This room is not public. You will not be able to rejoin without an invite.": "Dit is geen publieke kamer. Slechts op uitnodiging zal je opnieuw kunnen toetreden.",
"You don't currently have any stickerpacks enabled": "Je hebt momenteel geen stickerpakketten ingeschakeld",
"Sunday": "Zondag",
"Today": "Vandaag",
"Friday": "Vrijdag",
"Changelog": "Wijzigingslogboek",
"This Room": "Deze kamer",
"Unavailable": "Niet beschikbaar",
"Filter results": "Resultaten filteren",
"Tuesday": "Dinsdag",
"Search…": "Zoeken…",
"Saturday": "Zaterdag",
"Monday": "Maandag",
"All Rooms": "Alle kamers",
"You cannot delete this message. (%(code)s)": "Je kan dit bericht niet verwijderen. (%(code)s)",
"Thursday": "Donderdag",
"Yesterday": "Gisteren",
@ -132,11 +119,6 @@
"Send Logs": "Logs versturen",
"We encountered an error trying to restore your previous session.": "Het herstel van je vorige sessie is mislukt.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Het wissen van de browseropslag zal het probleem misschien verhelpen, maar zal je ook uitloggen en je gehele versleutelde kamergeschiedenis onleesbaar maken.",
"This event could not be displayed": "Deze gebeurtenis kon niet weergegeven worden",
"Demote yourself?": "Jezelf degraderen?",
"Demote": "Degraderen",
"Share Link to User": "Koppeling naar persoon delen",
"Share room": "Kamer delen",
"Share Room": "Kamer delen",
"Link to most recent message": "Koppeling naar meest recente bericht",
"Share User": "Persoon delen",
@ -206,16 +188,7 @@
"Headphones": "Koptelefoon",
"Folder": "Map",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Versleutelde berichten zijn beveiligd met eind-tot-eind-versleuteling. Enkel de ontvanger(s) en jij hebben de sleutels om deze berichten te lezen.",
"Back up your keys before signing out to avoid losing them.": "Maak een back-up van je sleutels voordat je jezelf afmeldt om ze niet te verliezen.",
"Start using Key Backup": "Begin sleutelback-up te gebruiken",
"Only room administrators will see this warning": "Enkel kamerbeheerders zullen deze waarschuwing zien",
"Add some now": "Voeg er nu een paar toe",
"Error updating main address": "Fout bij bijwerken van hoofdadres",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Er is een fout opgetreden bij het bijwerken van het hoofdadres van de kamer. Dit wordt mogelijk niet toegestaan door de server of er is een tijdelijk probleem opgetreden.",
"Main address": "Hoofdadres",
"Room avatar": "Kamerafbeelding",
"Room Name": "Kamernaam",
"Room Topic": "Kameronderwerp",
"Power level": "Machtsniveau",
"The following users may not exist": "Volgende personen bestaan mogelijk niet",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Kan geen profielen voor de Matrix-IDs hieronder vinden - wil je ze toch uitnodigen?",
@ -263,13 +236,6 @@
"Invalid homeserver discovery response": "Ongeldig homeserver-vindbaarheids-antwoord",
"Invalid identity server discovery response": "Ongeldig identiteitsserver-vindbaarheidsantwoord",
"General failure": "Algemene fout",
"Set up": "Instellen",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Deze kamer draait op kamerversie <roomVersion />, die door deze homeserver als <i>onstabiel</i> is gemarkeerd.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Upgraden zal de huidige versie van deze kamer sluiten, en onder dezelfde naam een geüpgraded versie starten.",
"Failed to revoke invite": "Intrekken van uitnodiging is mislukt",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kon de uitnodiging niet intrekken. De server ondervindt mogelijk een tijdelijk probleem, of je hebt niet het recht de uitnodiging in te trekken.",
"Revoke invite": "Uitnodiging intrekken",
"Invited by %(sender)s": "Uitgenodigd door %(sender)s",
"Remember my selection for this widget": "Onthoud mijn keuze voor deze widget",
"Notes": "Opmerkingen",
"Sign out and remove encryption keys?": "Uitloggen en versleutelingssleutels verwijderen?",
@ -288,9 +254,7 @@
},
"Cancel All": "Alles annuleren",
"Upload Error": "Fout bij versturen van bestand",
"This room has already been upgraded.": "Deze kamer is reeds geüpgraded.",
"edited": "bewerkt",
"Edit message": "Bericht bewerken",
"Some characters not allowed": "Sommige tekens zijn niet toegestaan",
"Failed to get autodiscovery configuration from server": "Ophalen van auto-vindbaarheidsconfiguratie van server is mislukt",
"Invalid base_url for m.homeserver": "Ongeldige base_url voor m.homeserver",
@ -318,40 +282,16 @@
"other": "%(count)s berichten verwijderen",
"one": "1 bericht verwijderen"
},
"Deactivate user?": "Persoon deactiveren?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Deze persoon deactiveren zal deze persoon uitloggen en verhinderen dat de persoon weer inlogt. Bovendien zal de persoon alle kamers waaraan de persoon deelneemt verlaten. Deze actie is niet terug te draaien. Weet je zeker dat je deze persoon wilt deactiveren?",
"Deactivate user": "Persoon deactiveren",
"Remove recent messages": "Recente berichten verwijderen",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Gebruik een identiteitsserver om uit te nodigen op e-mailadres. <default>Gebruik de standaardserver (%(defaultIdentityServerName)s)</default> of beheer de server in de <settings>Instellingen</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Gebruik een identiteitsserver om anderen uit te nodigen via e-mail. Beheer de server in de <settings>Instellingen</settings>.",
"Show image": "Afbeelding tonen",
"e.g. my-room": "bv. mijn-kamer",
"Close dialog": "Dialoog sluiten",
"Lock": "Hangslot",
"Show more": "Meer tonen",
"This user has not verified all of their sessions.": "Deze persoon heeft niet al zijn sessies geverifieerd.",
"You have not verified this user.": "Je hebt deze persoon niet geverifieerd.",
"You have verified this user. This user has verified all of their sessions.": "Je hebt deze persoon geverifieerd. Deze persoon heeft al zijn sessies geverifieerd.",
"Someone is using an unknown session": "Iemand gebruikt een onbekende sessie",
"This room is end-to-end encrypted": "Deze kamer is eind-tot-eind-versleuteld",
"Everyone in this room is verified": "Iedereen in deze kamer is geverifieerd",
"Direct Messages": "Direct gesprek",
"This backup is trusted because it has been restored on this session": "Deze back-up is vertrouwd omdat hij hersteld is naar deze sessie",
"Encrypted by an unverified session": "Versleuteld door een niet-geverifieerde sessie",
"Unencrypted": "Onversleuteld",
"Encrypted by a deleted session": "Versleuteld door een verwijderde sessie",
"Failed to deactivate user": "Deactiveren van persoon is mislukt",
"Failed to connect to integration manager": "Verbinding met integratiebeheerder is mislukt",
"Waiting for %(displayName)s to accept…": "Wachten tot %(displayName)s aanvaardt…",
"Accepting…": "Toestaan…",
"Start Verification": "Verificatie beginnen",
"Messages in this room are end-to-end encrypted.": "De berichten in deze kamer worden eind-tot-eind-versleuteld.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Jouw berichten zijn beveiligd, en enkel de ontvanger en jij hebben de unieke sleutels om ze te ontsleutelen.",
"Verify User": "Persoon verifiëren",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Als extra beveiliging kan je deze persoon verifiëren door een eenmalige code op jullie toestellen te controleren.",
"Your messages are not secure": "Jouw berichten zijn niet veilig",
"One of the following may be compromised:": "Eén van volgende onderdelen kan gecompromitteerd zijn:",
"Your homeserver": "Jouw homeserver",
"Not Trusted": "Niet vertrouwd",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s%(userId)s heeft zich aangemeld bij een nieuwe sessie zonder deze te verifiëren:",
"Ask this user to verify their session, or manually verify it below.": "Vraag deze persoon de sessie te verifiëren, of verifieer het handmatig hieronder.",
@ -359,14 +299,11 @@
"other": "%(count)s geverifieerde sessies",
"one": "1 geverifieerde sessie"
},
"Hide verified sessions": "Geverifieerde sessies verbergen",
"%(count)s sessions": {
"other": "%(count)s sessies",
"one": "%(count)s sessie"
},
"Hide sessions": "Sessies verbergen",
"This client does not support end-to-end encryption.": "Deze cliënt biedt geen ondersteuning voor eind-tot-eind-versleuteling.",
"Messages in this room are not end-to-end encrypted.": "De berichten in deze kamer worden niet eind-tot-eind-versleuteld.",
"Verify by scanning": "Verifiëren met scan",
"Ask %(displayName)s to scan your code:": "Vraag %(displayName)s om jouw code te scannen:",
"Verify by emoji": "Verifiëren met emoji",
@ -375,7 +312,6 @@
"You've successfully verified %(displayName)s!": "Je hebt %(displayName)s geverifieerd!",
"Encryption not enabled": "Versleuteling niet ingeschakeld",
"The encryption used by this room isn't supported.": "De versleuteling gebruikt in deze kamer wordt niet ondersteund.",
"Message Actions": "Berichtacties",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Je hebt deze persoon genegeerd, dus de berichten worden verborgen. <a>Toch tonen?</a>",
"You verified %(name)s": "Je hebt %(name)s geverifieerd",
"You cancelled verifying %(name)s": "Je hebt de verificatie van %(name)s geannuleerd",
@ -673,14 +609,6 @@
"Taiwan": "Taiwan",
"This room is public": "Deze kamer is publiek",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Start een kamer met iemand door hun naam, e-mailadres of inlognaam (zoals <userId/>) te typen.",
"Error removing address": "Fout bij verwijderen van adres",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Er is een fout opgetreden bij het verwijderen van dit adres. Deze bestaat mogelijk niet meer, of er is een tijdelijke fout opgetreden.",
"You don't have permission to delete the address.": "Je hebt geen toestemming om het adres te verwijderen.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Er is een fout opgetreden bij het aanmaken van dit adres. Dit wordt mogelijk niet toegestaan door de server, of er is een tijdelijk probleem opgetreden.",
"Error creating address": "Fout bij aanmaken van het adres",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Er is een fout opgetreden bij het bijwerken van de bijnaam van de kamer. Dit wordt mogelijk niet toegestaan door de server of er is een tijdelijk probleem opgetreden.",
"Scroll to most recent messages": "Spring naar meest recente bericht",
"The authenticity of this encrypted message can't be guaranteed on this device.": "De echtheid van dit versleutelde bericht kan op dit apparaat niet worden gegarandeerd.",
"Backup version:": "Versie reservekopie:",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Je hebt eerder een nieuwere versie van %(brand)s in deze sessie gebruikt. Om deze versie opnieuw met eind-tot-eind-versleuteling te gebruiken, zal je moeten uitloggen en opnieuw inloggen.",
"Reason (optional)": "Reden (niet vereist)",
@ -707,16 +635,7 @@
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Je hebt %(deviceName)s (%(deviceId)s) geverifieerd!",
"You've successfully verified your device!": "Je hebt je apparaat geverifieerd!",
"Almost there! Is %(displayName)s showing the same shield?": "Bijna klaar! Toont %(displayName)s hetzelfde schild?",
"Room settings": "Kamerinstellingen",
"Not encrypted": "Niet versleuteld",
"Widgets": "Widgets",
"You can only pin up to %(count)s widgets": {
"other": "Je kunt maar %(count)s widgets vastzetten"
},
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "In versleutelde kamers zijn jouw berichten beveiligd, enkel de ontvanger en jij hebben de unieke sleutels om ze te ontsleutelen.",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Stel een adres in zodat personen deze kamer via jouw homeserver (%(localDomain)s) kunnen vinden",
"Local Addresses": "Lokale adressen",
"Local address": "Lokaal adres",
"The server has denied your request.": "De server heeft je verzoek afgewezen.",
"The server is offline.": "De server is offline.",
"A browser extension is preventing the request.": "Een invoertoepassing van je browser verhindert de aanvraag.",
@ -810,13 +729,6 @@
"Enter the name of a new server you want to explore.": "Voer de naam in van een nieuwe server die je wilt ontdekken.",
"Submit logs": "Logs versturen",
"Verify all users in a room to ensure it's secure.": "Controleer alle personen in een kamer om er zeker van te zijn dat het veilig is.",
"Add widgets, bridges & bots": "Widgets, bruggen & bots toevoegen",
"Edit widgets, bridges & bots": "Widgets, bruggen & bots bewerken",
"Set my room layout for everyone": "Stel mijn kamerindeling in voor iedereen",
"New published address (e.g. #alias:server)": "Nieuw gepubliceerd adres (b.v. #bijnaam:server)",
"No other published addresses yet, add one below": "Nog geen andere gepubliceerde adressen, voeg er hieronder een toe",
"Other published addresses:": "Andere gepubliceerde adressen:",
"Published Addresses": "Gepubliceerde adressen",
"Open dial pad": "Kiestoetsen openen",
"Dial pad": "Kiestoetsen",
"IRC display name width": "Breedte IRC-weergavenaam",
@ -833,8 +745,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Nodig iemand uit per naam, e-mail, inlognaam (zoals <userId/>) of <a>deel deze Space</a>.",
"Create a new room": "Nieuwe kamer aanmaken",
"Space selection": "Space-selectie",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Je kan deze wijziging niet ongedaan maken, omdat je jezelf rechten ontneemt. Als je de laatst bevoegde persoon in de Space bent zal het onmogelijk zijn om weer rechten te krijgen.",
"Your message was sent": "Je bericht is verstuurd",
"Leave space": "Space verlaten",
"Create a space": "Space maken",
"<inviter/> invites you": "<inviter/> nodigt je uit",
@ -866,7 +776,6 @@
"Reset everything": "Alles opnieuw instellen",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Alles vergeten en alle herstelmethoden verloren? <a>Alles opnieuw instellen</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Als je dat doet, let wel op dat geen van jouw berichten wordt verwijderd, maar de zoekresultaten zullen gedurende enkele ogenblikken verslechteren terwijl de index opnieuw wordt aangemaakt",
"View message": "Bericht bekijken",
"You can select all or individual messages to retry or delete": "Je kan alles selecteren of per individueel bericht opnieuw versturen of verwijderen",
"Sending": "Wordt verstuurd",
"Retry all": "Alles opnieuw proberen",
@ -877,7 +786,6 @@
"one": "1 lid bekijken",
"other": "Bekijk alle %(count)s personen"
},
"Failed to send": "Versturen is mislukt",
"Want to add a new room instead?": "Wil je anders een nieuwe kamer toevoegen?",
"Adding rooms... (%(progress)s out of %(count)s)": {
"one": "Kamer toevoegen...",
@ -886,10 +794,6 @@
"Not all selected were added": "Niet alle geselecteerden zijn toegevoegd",
"You are not allowed to view this server's rooms list": "Je hebt geen toegang tot deze server zijn kamergids",
"Error processing voice message": "Fout bij verwerking spraakbericht",
"We didn't find a microphone on your device. Please check your settings and try again.": "We hebben geen microfoon gevonden op je apparaat. Controleer je instellingen en probeer het opnieuw.",
"No microphone found": "Geen microfoon gevonden",
"We were unable to access your microphone. Please check your browser settings and try again.": "We hebben geen toegang tot je microfoon. Controleer je browserinstellingen en probeer het opnieuw.",
"Unable to access your microphone": "Geen toegang tot je microfoon",
"Search names and descriptions": "In namen en omschrijvingen zoeken",
"You may contact me if you have any follow up questions": "Je mag contact met mij opnemen als je nog vervolg vragen heeft",
"To leave the beta, visit your settings.": "Om de beta te verlaten, ga naar je instellingen.",
@ -900,16 +804,8 @@
"Message preview": "Voorbeeld van bericht",
"Sent": "Verstuurd",
"You don't have permission to do this": "Je hebt geen rechten om dit te doen",
"Pinned messages": "Vastgeprikte berichten",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Als je de rechten hebt, open dan het menu op elk bericht en selecteer <b>Vastprikken</b> om ze hier te zetten.",
"Nothing pinned, yet": "Nog niks vastgeprikt",
"Please provide an address": "Geef een adres op",
"Message search initialisation failed, check <a>your settings</a> for more information": "Bericht zoeken initialisatie mislukt, controleer <a>je instellingen</a> voor meer informatie",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Stel adressen in voor deze Space zodat personen deze Space kunnen vinden via jouw homeserver (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Om een adres te publiceren, moet het eerst als een lokaaladres worden ingesteld.",
"Published addresses can be used by anyone on any server to join your room.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om bij jouw kamer te komen.",
"Published addresses can be used by anyone on any server to join your space.": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.",
"This space has no local addresses": "Deze Space heeft geen lokaaladres",
"Unnamed audio": "Naamloze audio",
"Error processing audio message": "Fout bij verwerking audiobericht",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Jouw %(brand)s laat je geen integratiebeheerder gebruiken om dit te doen. Neem contact op met een beheerder.",
@ -953,13 +849,10 @@
"Decrypting": "Ontsleutelen",
"Missed call": "Oproep gemist",
"Call declined": "Oproep geweigerd",
"Stop recording": "Opname stoppen",
"Send voice message": "Spraakbericht versturen",
"Unknown failure: %(reason)s": "Onbekende fout: %(reason)s",
"Rooms and spaces": "Kamers en Spaces",
"Results": "Resultaten",
"Some encryption parameters have been changed.": "Enkele versleutingsparameters zijn gewijzigd.",
"Role in <RoomName/>": "Rol in <RoomName/>",
"To join a space you'll need an invite.": "Om te kunnen deelnemen aan een space heb je een uitnodiging nodig.",
"Would you like to leave the rooms in this space?": "Wil je de kamers verlaten in deze Space?",
"You are about to leave <spaceName/>.": "Je staat op het punt <spaceName/> te verlaten.",
@ -968,28 +861,15 @@
"Don't leave any rooms": "Geen kamers verlaten",
"MB": "MB",
"In reply to <a>this message</a>": "In antwoord op <a>dit bericht</a>",
"Export chat": "Chat exporteren",
"View in room": "In kamer bekijken",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Voer uw veiligheidswachtwoord in of <button>gebruik uw veiligheidssleutel</button> om door te gaan.",
"Downloading": "Downloaden",
"They won't be able to access whatever you're not an admin of.": "Ze zullen geen toegang hebben tot alles waar je geen beheerder van bent.",
"Ban them from specific things I'm able to": "Ban ze van specifieke plekken waar ik dit kan",
"Unban them from specific things I'm able to": "Ontban ze van alles specifieke plekken waar ik dit kan",
"Ban them from everything I'm able to": "Verban ze van alles waar ik dit kan",
"Unban them from everything I'm able to": "Ontban ze van alles waar ik dit kan",
"Ban from %(roomName)s": "Verban van %(roomName)s",
"Unban from %(roomName)s": "Ontban van %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Ze zullen nog steeds toegang hebben tot alles waar je geen beheerder van bent.",
"Disinvite from %(roomName)s": "Uitnodiging intrekken voor %(roomName)s",
"%(count)s reply": {
"one": "%(count)s reactie",
"other": "%(count)s reacties"
},
"Really reset verification keys?": "Echt je verificatiesleutels resetten?",
"Skip verification for now": "Verificatie voorlopig overslaan",
"Joined": "Toegetreden",
"Joining": "Toetreden",
"Copy link to thread": "Kopieer link naar draad",
"Thread options": "Draad opties",
"Forget": "Vergeet",
"If you can't see who you're looking for, send them your invite link below.": "Als je niet kan vinden wie je zoekt, stuur ze dan je uitnodigingslink hieronder.",
@ -1002,12 +882,6 @@
"other": "%(count)s stemmen"
},
"In encrypted rooms, verify all users to ensure it's secure.": "Controleer alle personen in versleutelde kamers om er zeker van te zijn dat het veilig is.",
"Files": "Bestanden",
"Close this widget to view it in this panel": "Sluit deze widget om het in dit paneel weer te geven",
"Unpin this widget to view it in this panel": "Maak deze widget los om het in dit paneel weer te geven",
"Yours, or the other users' session": "Jouw sessie, of die van de andere personen",
"Yours, or the other users' internet connection": "Jouw internetverbinding, of die van de andere personen",
"The homeserver the user you're verifying is connected to": "De homeserver waarmee de persoon die jij verifieert verbonden is",
"Reply in thread": "Reageer in draad",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s en %(count)s andere",
@ -1022,7 +896,6 @@
"Moderation": "Moderatie",
"Messaging": "Messaging",
"Spaces you know that contain this space": "Spaces die je kent met deze Space",
"Chat": "Chat",
"Recently viewed": "Recent bekeken",
"%(count)s votes cast. Vote to see the results": {
"one": "%(count)s stem uitgebracht. Stem om de resultaten te zien",
@ -1061,16 +934,9 @@
"toggle event": "wissel gebeurtenis",
"You cancelled verification on your other device.": "Je hebt de verificatie geannuleerd op het andere apparaat.",
"Almost there! Is your other device showing the same shield?": "Je bent er bijna! Toont het andere apparaat hetzelfde schild?",
"To proceed, please accept the verification request on your other device.": "Om door te gaan, accepteer het verificatie verzoek op je andere apparaat.",
"Could not fetch location": "Kan locatie niet ophalen",
"Message pending moderation": "Bericht in afwachting van moderatie",
"Message pending moderation: %(reason)s": "Bericht in afwachting van moderatie: %(reason)s",
"Remove from room": "Verwijderen uit kamer",
"Failed to remove user": "Kan persoon niet verwijderen",
"Remove them from specific things I'm able to": "Verwijder ze van specifieke dingen die ik kan",
"Remove them from everything I'm able to": "Verwijder ze van alles wat ik kan",
"Remove from %(roomName)s": "Verwijderen uit %(roomName)s",
"From a thread": "Uit een conversatie",
"Wait!": "Wacht!",
"This address does not point at this room": "Dit adres verwijst niet naar deze kamer",
"Pick a date to jump to": "Kies een datum om naar toe te springen",
@ -1105,8 +971,6 @@
"Expand quotes": "Citaten uitvouwen",
"Collapse quotes": "Citaten invouwen",
"Can't create a thread from an event with an existing relation": "Kan geen discussie maken van een gebeurtenis met een bestaande relatie",
"Pinned": "Vastgezet",
"Open thread": "Open discussie",
"%(count)s participants": {
"one": "1 deelnemer",
"other": "%(count)s deelnemers"
@ -1118,13 +982,6 @@
"Live location ended": "Live locatie beëindigd",
"Live until %(expiryTime)s": "Live tot %(expiryTime)s",
"View live location": "Bekijk live locatie",
"Ban from room": "Verban van kamer",
"Unban from room": "Ontban van kamer",
"Ban from space": "Verban van space",
"Unban from space": "Unban van space",
"Disinvite from room": "Uitnodiging van kamer afwijzen",
"Remove from space": "Verwijder van space",
"Disinvite from space": "Uitnodiging van space afwijzen",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Je bent afgemeld op al je apparaten en zal geen pushmeldingen meer ontvangen. Meld je op elk apparaat opnieuw aan om weer meldingen te ontvangen.",
"If you want to retain access to your chat history in encrypted rooms, set up Key Backup or export your message keys from one of your other devices before proceeding.": "Als je toegang tot je berichten wilt behouden, stel dan sleutelback-up in of exporteer je sleutels vanaf een van je andere apparaten voordat je verder gaat.",
"Signing out your devices will delete the message encryption keys stored on them, making encrypted chat history unreadable.": "Jouw apparaten uitloggen zal de ertoe behorende encryptiesleutels verwijderen, wat versleutelde berichten onleesbaar zal maken.",
@ -1148,7 +1005,6 @@
"Output devices": "Uitvoerapparaten",
"Input devices": "Invoer apparaten",
"Open room": "Open kamer",
"Show Labs settings": "Lab instellingen weergeven",
"%(members)s and %(last)s": "%(members)s en %(last)s",
"%(members)s and more": "%(members)s en meer",
"Unread email icon": "Ongelezen e-mailpictogram",
@ -1212,7 +1068,6 @@
"Sign in new device": "Aanmelden nieuw apparaat",
"Video call ended": "Video oproep beëindigd",
"%(name)s started a video call": "%(name)s is een videogesprek gestart",
"Room info": "Kamer informatie",
"common": {
"about": "Over",
"analytics": "Gebruiksgegevens",
@ -1326,7 +1181,12 @@
"low_priority": "Lage prioriteit",
"historical": "Historisch",
"go_to_settings": "Ga naar instellingen",
"setup_secure_messages": "Beveiligde berichten instellen"
"setup_secure_messages": "Beveiligde berichten instellen",
"unencrypted": "Onversleuteld",
"view_message": "Bericht bekijken",
"joined": "Toegetreden",
"show_more": "Meer tonen",
"are_you_sure": "Weet je het zeker?"
},
"action": {
"continue": "Doorgaan",
@ -1616,7 +1476,10 @@
"mode_rich_text": "Opmaak tonen",
"format_italics": "Cursief",
"format_insert_link": "Koppeling invoegen",
"replying_title": "Aan het beantwoorden"
"replying_title": "Aan het beantwoorden",
"edit_composer_label": "Bericht bewerken",
"send_voice_message": "Spraakbericht versturen",
"stop_voice_message": "Opname stoppen"
},
"Code": "Code",
"power_level": {
@ -2578,7 +2441,16 @@
"one": "Gezien door %(count)s persoon",
"other": "Gezien door %(count)s mensen"
},
"read_receipts_label": "Leesbevestigingen"
"read_receipts_label": "Leesbevestigingen",
"thread_info_basic": "Uit een conversatie",
"error_no_renderer": "Deze gebeurtenis kon niet weergegeven worden",
"send_state_sent": "Je bericht is verstuurd",
"send_state_failed": "Versturen is mislukt",
"mab": {
"label": "Berichtacties",
"view_in_room": "In kamer bekijken",
"copy_link_thread": "Kopieer link naar draad"
}
},
"slash_command": {
"spoiler": "Verstuurt het bericht als een spoiler",
@ -2780,7 +2652,11 @@
"other": "%(count)s mensen toegetreden"
},
"unknown_person": "onbekend persoon",
"connecting": "Verbinden"
"connecting": "Verbinden",
"unable_to_access_audio_input_title": "Geen toegang tot je microfoon",
"unable_to_access_audio_input_description": "We hebben geen toegang tot je microfoon. Controleer je browserinstellingen en probeer het opnieuw.",
"no_audio_input_title": "Geen microfoon gevonden",
"no_audio_input_description": "We hebben geen microfoon gevonden op je apparaat. Controleer je instellingen en probeer het opnieuw."
},
"Other": "Overige",
"room_settings": {
@ -2899,7 +2775,32 @@
"save": "Wijzigingen opslaan",
"leave_space": "Space verlaten",
"aliases_section": "Kameradressen",
"other_section": "Overige"
"other_section": "Overige",
"error_updating_canonical_alias_title": "Fout bij bijwerken van hoofdadres",
"error_updating_canonical_alias_description": "Er is een fout opgetreden bij het bijwerken van het hoofdadres van de kamer. Dit wordt mogelijk niet toegestaan door de server of er is een tijdelijk probleem opgetreden.",
"error_updating_alias_description": "Er is een fout opgetreden bij het bijwerken van de bijnaam van de kamer. Dit wordt mogelijk niet toegestaan door de server of er is een tijdelijk probleem opgetreden.",
"error_creating_alias_title": "Fout bij aanmaken van het adres",
"error_creating_alias_description": "Er is een fout opgetreden bij het aanmaken van dit adres. Dit wordt mogelijk niet toegestaan door de server, of er is een tijdelijk probleem opgetreden.",
"error_deleting_alias_description_forbidden": "Je hebt geen toestemming om het adres te verwijderen.",
"error_deleting_alias_description": "Er is een fout opgetreden bij het verwijderen van dit adres. Deze bestaat mogelijk niet meer, of er is een tijdelijke fout opgetreden.",
"error_deleting_alias_title": "Fout bij verwijderen van adres",
"canonical_alias_field_label": "Hoofdadres",
"no_aliases_space": "Deze Space heeft geen lokaaladres",
"no_aliases_room": "Deze kamer heeft geen lokale adressen",
"local_alias_field_label": "Lokaal adres",
"published_aliases_section": "Gepubliceerde adressen",
"published_aliases_explainer_space": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om jouw Space te betreden.",
"published_aliases_explainer_room": "Gepubliceerde adressen kunnen door iedereen op elke server gebruikt worden om bij jouw kamer te komen.",
"published_aliases_description": "Om een adres te publiceren, moet het eerst als een lokaaladres worden ingesteld.",
"aliases_items_label": "Andere gepubliceerde adressen:",
"aliases_no_items_label": "Nog geen andere gepubliceerde adressen, voeg er hieronder een toe",
"new_alias_placeholder": "Nieuw gepubliceerd adres (b.v. #bijnaam:server)",
"local_aliases_section": "Lokale adressen",
"local_aliases_explainer_space": "Stel adressen in voor deze Space zodat personen deze Space kunnen vinden via jouw homeserver (%(localDomain)s)",
"local_aliases_explainer_room": "Stel een adres in zodat personen deze kamer via jouw homeserver (%(localDomain)s) kunnen vinden",
"name_field_label": "Kamernaam",
"topic_field_label": "Kameronderwerp",
"avatar_field_label": "Kamerafbeelding"
},
"advanced": {
"unfederated": "Deze kamer is niet toegankelijk vanaf externe Matrix-servers",
@ -2991,7 +2892,11 @@
"verification_success_without_backup": "Jouw nieuwe apparaat is nu geverifieerd. Andere personen zien het nu als vertrouwd.",
"verification_skip_warning": "Zonder verifiëren heb je geen toegang tot al je berichten en kan je als onvertrouwd aangemerkt staan bij anderen.",
"verify_later": "Ik verifieer het later",
"verify_reset_warning_1": "Het resetten van je verificatiesleutels kan niet ongedaan worden gemaakt. Na het resetten heb je geen toegang meer tot oude versleutelde berichten, en vrienden die je eerder hebben geverifieerd zullen veiligheidswaarschuwingen zien totdat je opnieuw bij hen geverifieert bent."
"verify_reset_warning_1": "Het resetten van je verificatiesleutels kan niet ongedaan worden gemaakt. Na het resetten heb je geen toegang meer tot oude versleutelde berichten, en vrienden die je eerder hebben geverifieerd zullen veiligheidswaarschuwingen zien totdat je opnieuw bij hen geverifieert bent.",
"self_verification_hint": "Om door te gaan, accepteer het verificatie verzoek op je andere apparaat.",
"waiting_for_user_accept": "Wachten tot %(displayName)s aanvaardt…",
"accepting": "Toestaan…",
"start_button": "Verificatie beginnen"
},
"old_version_detected_title": "Oude cryptografiegegevens gedetecteerd",
"old_version_detected_description": "Er zijn gegevens van een oudere versie van %(brand)s gevonden, die problemen veroorzaakt hebben met de eind-tot-eind-versleuteling in de oude versie. Onlangs vanuit de oude versie verzonden eind-tot-eind-versleutelde berichten zijn mogelijk onontsleutelbaar in deze versie. Ook kunnen berichten die met deze versie uitgewisseld zijn falen. Mocht je problemen ervaren, log dan opnieuw in. Exporteer je sleutels en importeer ze weer om je berichtgeschiedenis te behouden.",
@ -3024,6 +2929,26 @@
"description_1": "Deze sessie heeft ontdekt dat je veiligheidswachtwoord en -sleutel voor versleutelde berichten zijn verwijderd.",
"description_2": "Als je dit per ongeluk hebt gedaan, kan je beveiligde berichten op deze sessie instellen, waarmee de berichtgeschiedenis van deze sessie opnieuw zal versleuteld worden aan de hand van een nieuwe herstelmethode.",
"warning": "Als je de herstelmethode niet hebt verwijderd, is het mogelijk dat er een aanvaller toegang tot jouw account probeert te verkrijgen. Wijzig onmiddellijk je wachtwoord en stel bij instellingen een nieuwe herstelmethode in."
},
"setup_secure_backup": {
"explainer": "Maak een back-up van je sleutels voordat je jezelf afmeldt om ze niet te verliezen.",
"title": "Instellen"
},
"cross_signing_user_warning": "Deze persoon heeft niet al zijn sessies geverifieerd.",
"cross_signing_user_normal": "Je hebt deze persoon niet geverifieerd.",
"cross_signing_user_verified": "Je hebt deze persoon geverifieerd. Deze persoon heeft al zijn sessies geverifieerd.",
"cross_signing_room_warning": "Iemand gebruikt een onbekende sessie",
"cross_signing_room_normal": "Deze kamer is eind-tot-eind-versleuteld",
"cross_signing_room_verified": "Iedereen in deze kamer is geverifieerd",
"event_shield_reason_authenticity_not_guaranteed": "De echtheid van dit versleutelde bericht kan op dit apparaat niet worden gegarandeerd.",
"event_shield_reason_mismatched_sender_key": "Versleuteld door een niet-geverifieerde sessie",
"messages_not_secure": {
"title": "Jouw berichten zijn niet veilig",
"heading": "Eén van volgende onderdelen kan gecompromitteerd zijn:",
"cause_1": "Jouw homeserver",
"cause_2": "De homeserver waarmee de persoon die jij verifieert verbonden is",
"cause_3": "Jouw internetverbinding, of die van de andere personen",
"cause_4": "Jouw sessie, of die van de andere personen"
}
},
"emoji": {
@ -3346,7 +3271,10 @@
"error_loading": "Fout bij laden Widget",
"error_mixed_content": "Fout - Gemengde inhoud",
"unmaximise": "Maximaliseren ongedaan maken",
"popout": "Widget in nieuw venster openen"
"popout": "Widget in nieuw venster openen",
"unpin_to_view_right_panel": "Maak deze widget los om het in dit paneel weer te geven",
"close_to_view_right_panel": "Sluit deze widget om het in dit paneel weer te geven",
"set_room_layout": "Stel mijn kamerindeling in voor iedereen"
},
"feedback": {
"sent": "Feedback verstuurd",
@ -3425,7 +3353,8 @@
"show_all_threads": "Threads weergeven",
"empty_explainer": "Threads helpen jou gesprekken on-topic te houden en gemakkelijk bij te houden.",
"empty_tip": "<b>Tip:</b> Gebruik “%(replyInThread)s” met de muiscursor boven een bericht.",
"empty_heading": "Houd threads georganiseerd"
"empty_heading": "Houd threads georganiseerd",
"open_thread": "Open discussie"
},
"theme": {
"light_high_contrast": "Lichte hoog contrast",
@ -3659,7 +3588,19 @@
"inaccessible_subtitle_2": "%(errcode)s is geretourneerd tijdens een poging om toegang te krijgen tot de kamer of space. Als je denkt dat je dit bericht ten onrechte ziet, <issueLink>dien dan een bugrapport in</issueLink>.",
"join_failed_needs_invite": "Om %(roomName)s te bekijken, heb je een uitnodiging nodig",
"view_failed_enable_video_rooms": "Schakel eerst videokamers in Labs in om te bekijken",
"join_failed_enable_video_rooms": "Schakel eerst videokamers in Labs in om deel te nemen"
"join_failed_enable_video_rooms": "Schakel eerst videokamers in Labs in om deel te nemen",
"jump_to_bottom_button": "Spring naar meest recente bericht",
"show_labs_settings": "Lab instellingen weergeven",
"upgrade_warning_bar": "Upgraden zal de huidige versie van deze kamer sluiten, en onder dezelfde naam een geüpgraded versie starten.",
"upgrade_warning_bar_upgraded": "Deze kamer is reeds geüpgraded.",
"upgrade_warning_bar_unstable": "Deze kamer draait op kamerversie <roomVersion />, die door deze homeserver als <i>onstabiel</i> is gemarkeerd.",
"upgrade_warning_bar_admins": "Enkel kamerbeheerders zullen deze waarschuwing zien",
"search": {
"this_room": "Deze kamer",
"all_rooms": "Alle kamers",
"field_placeholder": "Zoeken…"
},
"jump_read_marker": "Spring naar het eerste ongelezen bericht."
},
"file_panel": {
"guest_note": "Je dient je te <a>registreren</a> om deze functie te gebruiken",
@ -3865,5 +3806,84 @@
"invited_list_heading": "Uitgenodigd",
"filter_placeholder": "Kamerleden filteren",
"power_label": "%(userName)s (macht %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Je hebt momenteel geen stickerpakketten ingeschakeld",
"empty_add_prompt": "Voeg er nu een paar toe"
},
"user_info": {
"error_revoke_3pid_invite_title": "Intrekken van uitnodiging is mislukt",
"error_revoke_3pid_invite_description": "Kon de uitnodiging niet intrekken. De server ondervindt mogelijk een tijdelijk probleem, of je hebt niet het recht de uitnodiging in te trekken.",
"admin_tools_section": "Beheerdersgereedschap",
"revoke_invite": "Uitnodiging intrekken",
"invited_by": "Uitgenodigd door %(sender)s",
"room_encrypted": "De berichten in deze kamer worden eind-tot-eind-versleuteld.",
"room_encrypted_detail": "Jouw berichten zijn beveiligd, en enkel de ontvanger en jij hebben de unieke sleutels om ze te ontsleutelen.",
"room_unencrypted": "De berichten in deze kamer worden niet eind-tot-eind-versleuteld.",
"room_unencrypted_detail": "In versleutelde kamers zijn jouw berichten beveiligd, enkel de ontvanger en jij hebben de unieke sleutels om ze te ontsleutelen.",
"verify_button": "Persoon verifiëren",
"verify_explainer": "Als extra beveiliging kan je deze persoon verifiëren door een eenmalige code op jullie toestellen te controleren.",
"hide_verified_sessions": "Geverifieerde sessies verbergen",
"hide_sessions": "Sessies verbergen",
"jump_to_rr_button": "Naar het laatst gelezen bericht gaan",
"share_button": "Koppeling naar persoon delen",
"demote_self_confirm_title": "Jezelf degraderen?",
"demote_self_confirm_description_space": "Je kan deze wijziging niet ongedaan maken, omdat je jezelf rechten ontneemt. Als je de laatst bevoegde persoon in de Space bent zal het onmogelijk zijn om weer rechten te krijgen.",
"demote_self_confirm_room": "Zelfdegradatie is onomkeerbaar. Als je de laatst gemachtigde persoon in de kamer bent zullen deze rechten voorgoed verloren gaan.",
"demote_button": "Degraderen",
"disinvite_button_space": "Uitnodiging van space afwijzen",
"kick_button_space": "Verwijder van space",
"disinvite_button_room": "Uitnodiging van kamer afwijzen",
"kick_button_room": "Verwijderen uit kamer",
"disinvite_button_room_name": "Uitnodiging intrekken voor %(roomName)s",
"kick_button_room_name": "Verwijderen uit %(roomName)s",
"kick_button_space_everything": "Verwijder ze van alles wat ik kan",
"kick_space_specific": "Verwijder ze van specifieke dingen die ik kan",
"kick_space_warning": "Ze zullen nog steeds toegang hebben tot alles waar je geen beheerder van bent.",
"error_kicking_user": "Kan persoon niet verwijderen",
"redact_button": "Recente berichten verwijderen",
"unban_button_space": "Unban van space",
"ban_button_space": "Verban van space",
"unban_button_room": "Ontban van kamer",
"ban_button_room": "Verban van kamer",
"unban_room_confirm_title": "Ontban van %(roomName)s",
"ban_room_confirm_title": "Verban van %(roomName)s",
"unban_space_everything": "Ontban ze van alles waar ik dit kan",
"ban_space_everything": "Verban ze van alles waar ik dit kan",
"unban_space_specific": "Ontban ze van alles specifieke plekken waar ik dit kan",
"ban_space_specific": "Ban ze van specifieke plekken waar ik dit kan",
"unban_space_warning": "Ze zullen geen toegang hebben tot alles waar je geen beheerder van bent.",
"error_ban_user": "Verbannen van persoon is mislukt",
"error_mute_user": "Dempen van persoon is mislukt",
"promote_warning": "Je zal deze veranderingen niet terug kunnen draaien, omdat je de persoon tot je eigen machtsniveau promoveert.",
"deactivate_confirm_title": "Persoon deactiveren?",
"deactivate_confirm_description": "Deze persoon deactiveren zal deze persoon uitloggen en verhinderen dat de persoon weer inlogt. Bovendien zal de persoon alle kamers waaraan de persoon deelneemt verlaten. Deze actie is niet terug te draaien. Weet je zeker dat je deze persoon wilt deactiveren?",
"deactivate_confirm_action": "Persoon deactiveren",
"error_deactivate": "Deactiveren van persoon is mislukt",
"role_label": "Rol in <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Vastgeprikte berichten",
"empty": "Nog niks vastgeprikt",
"explainer": "Als je de rechten hebt, open dan het menu op elk bericht en selecteer <b>Vastprikken</b> om ze hier te zetten.",
"limits": {
"other": "Je kunt maar %(count)s widgets vastzetten"
}
},
"video_room_chat": {
"title": "Chat"
},
"room_summary_card": {
"title": "Kamer informatie"
},
"widgets_section": "Widgets",
"edit_integrations": "Widgets, bruggen & bots bewerken",
"add_integrations": "Widgets, bruggen & bots toevoegen",
"files_button": "Bestanden",
"pinned_messages_button": "Vastgezet",
"export_chat_button": "Chat exporteren",
"share_button": "Kamer delen",
"settings_button": "Kamerinstellingen"
}
}

View file

@ -28,16 +28,6 @@
"Moderator": "Moderator",
"Send": "Send",
"Warning!": "Åtvaring!",
"This event could not be displayed": "Denne hendingen kunne ikkje visast",
"Failed to ban user": "Fekk ikkje til å stenge ute brukaren",
"Demote yourself?": "Senke ditt eige tilgangsnivå?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Du kan ikkje gjera om på denne endringa sidan du senkar tilgangsnivået ditt. Viss du er den siste privilegerte brukaren i rommet vil det bli umogleg å få tilbake tilgangsrettane.",
"Demote": "Degrader",
"Failed to mute user": "Fekk ikkje til å dempe brukaren",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kan ikkje angre denne endringa, fordi brukaren du forfremmar vil få same tilgangsnivå som du har no.",
"Are you sure?": "Er du sikker?",
"Share Link to User": "Del ei lenke til brukaren",
"Admin Tools": "Administratorverktøy",
"and %(count)s others...": {
"other": "og %(count)s andre...",
"one": "og ein annan..."
@ -52,15 +42,8 @@
"one": "(~%(count)s resultat)"
},
"Join Room": "Bli med i rom",
"Share room": "Del rom",
"unknown error code": "ukjend feilkode",
"Failed to forget room %(errCode)s": "Fekk ikkje til å gløyma rommet %(errCode)s",
"Search…": "Søk…",
"This Room": "Dette rommet",
"All Rooms": "Alle rom",
"You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på",
"Jump to first unread message.": "Hopp til den fyrste uleste meldinga.",
"This room has no local addresses": "Dette rommet har ingen lokale adresser",
"Sunday": "søndag",
"Monday": "måndag",
"Tuesday": "tysdag",
@ -136,14 +119,12 @@
"New passwords must match each other.": "Dei nye passorda må vera like.",
"Return to login screen": "Gå attende til innlogging",
"Session ID": "Økt-ID",
"Jump to read receipt": "Hopp til lesen-lappen",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Du held på å verta teken til ei tredje-partisside so du kan godkjenna brukaren din til bruk med %(integrationsUrl)s. Vil du gå fram?",
"Add an Integration": "Legg tillegg til",
"Custom level": "Tilpassa nivå",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Klarte ikkje å lasta handlinga som vert svara til. Anten finst ho ikkje elles har du ikkje tilgang til å sjå ho.",
"Filter results": "Filtrer resultat",
"Server may be unavailable, overloaded, or search timed out :(": "Tenaren er kanskje utilgjengeleg, overlasta, elles så vart søket tidsavbrote :(",
"Only room administrators will see this warning": "Berre rom-administratorar vil sjå denne åtvaringa",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Meldinga di vart ikkje send, for denne heimetenaren har nådd grensa for maksimalt aktive brukarar pr. månad. Kontakt <a>systemadministratoren</a> for å vidare nytte denne tenesta.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Denne meldingen vart ikkje send fordi heimetenaren har nådd grensa for tilgjengelege systemressursar. Kontakt <a>systemadministratoren</a> for å vidare nytta denne tenesta.",
"Could not load user profile": "Klarde ikkje å laste brukarprofilen",
@ -156,8 +137,6 @@
"Invalid base_url for m.identity_server": "Feil base_url for m.identity_server",
"Identity server URL does not appear to be a valid identity server": "URL-adressa virkar ikkje til å vere ein gyldig identitetstenar",
"General failure": "Generell feil",
"Set up": "Sett opp",
"Scroll to most recent messages": "Gå til dei nyaste meldingane",
"No recent messages by %(user)s found": "Fann ingen nyare meldingar frå %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Prøv å rulle oppover i historikken for å sjå om det finst nokon eldre.",
"Remove recent messages by %(user)s": "Fjern nyare meldingar frå %(user)s",
@ -166,31 +145,8 @@
"other": "Fjern %(count)s meldingar",
"one": "Fjern 1 melding"
},
"Deactivate user?": "Deaktivere brukar?",
"Deactivate user": "Deaktiver brukar",
"Failed to deactivate user": "Fekk ikkje til å deaktivere brukaren",
"Remove recent messages": "Fjern nyare meldingar",
"Direct Messages": "Folk",
"Failed to revoke invite": "Fekk ikkje til å trekke invitasjonen",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Fekk ikkje til å ta attende invitasjonen. Det kan ha oppstått ein mellombels feil på tenaren, eller så har ikkje du tilstrekkelege rettar for å ta attende invitasjonen.",
"Revoke invite": "Trekk invitasjon",
"Invited by %(sender)s": "Invitert av %(sender)s",
"Error updating main address": "Feil under oppdatering av hovedadresse",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Det skjedde ein feil under oppdatering av hovudadressa for rommet. Det kan hende at dette er ein mellombels feil, eller at det ikkje er tillate på tenaren.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Feil under oppdatering av alternativ adresse. Det kan hende at dette er mellombels, eller at det ikkje er tillate på tenaren.",
"Main address": "Hovudadresse",
"Local address": "Lokal adresse",
"Published Addresses": "Publisert adresse",
"Other published addresses:": "Andre publiserte adresser:",
"No other published addresses yet, add one below": "Ingen publiserte adresser til no, legg til ei under",
"New published address (e.g. #alias:server)": "Ny publisert adresse (t.d. #alias:tenar)",
"Local Addresses": "Lokale adresser",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Sett adresse for dette rommet, slik at brukarar kan finne rommet på din heimetenar (%(localDomain)s)",
"Room Name": "Romnamn",
"Room Topic": "Romemne",
"Room avatar": "Rom-avatar",
"Power level": "Tilgangsnivå",
"Show more": "Vis meir",
"Invalid theme schema.": "",
"Can't find this server or its room list": "Klarde ikkje å finna tenaren eller romkatalogen til den",
"Upload completed": "Opplasting fullført",
@ -202,12 +158,7 @@
"To help us prevent this in future, please <a>send us logs</a>.": "For å bistå med å forhindre dette i framtida, gjerne <a>send oss loggar</a>.",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Krypterte meldingar er sikra med ende-til-ende kryptering. Berre du og mottakar(ane) har nøklane for å lese desse meldingane.",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "For å rapportere eit Matrix-relatert sikkerheitsproblem, les Matrix.org sin <a>Security Disclosure Policy</a>.",
"This room is end-to-end encrypted": "Dette rommet er ende-til-ende kryptert",
"Encrypted by an unverified session": "Kryptert av ein ikkje-verifisert sesjon",
"Encrypted by a deleted session": "Kryptert av ein sletta sesjon",
"Messages in this room are end-to-end encrypted.": "Meldingar i dette rommet er ende-til-ende kryptert.",
"Messages in this room are not end-to-end encrypted.": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.",
"This client does not support end-to-end encryption.": "Denne klienten støttar ikkje ende-til-ende kryptering.",
"Add a new server": "Legg til ein ny tenar",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Tømming av data frå denne sesjonen er permanent. Krypterte meldingar vil gå tapt med mindre krypteringsnøklane har blitt sikkerheitskopierte.",
@ -249,7 +200,6 @@
"Close sidebar": "Lat att sidestolpen",
"Expand quotes": "Utvid sitat",
"Deactivate account": "Avliv brukarkontoen",
"Room settings": "Rominnstillingar",
"Join the conference from the room information card on the right": "Bli med i konferanse frå rominfo-kortet til høgre",
"Final result based on %(count)s votes": {
"one": "Endeleg resultat basert etter %(count)s stemme",
@ -311,7 +261,9 @@
"low_priority": "Låg prioritet",
"historical": "Historiske",
"go_to_settings": "Gå til innstillingar",
"setup_secure_messages": "Sett opp sikre meldingar (Secure Messages)"
"setup_secure_messages": "Sett opp sikre meldingar (Secure Messages)",
"show_more": "Vis meir",
"are_you_sure": "Er du sikker?"
},
"action": {
"continue": "Fortset",
@ -808,7 +760,8 @@
},
"url_preview": {
"close": "Lukk førehandsvisninga"
}
},
"error_no_renderer": "Denne hendingen kunne ikkje visast"
},
"slash_command": {
"shrug": "Sett inn ¯\\_(ツ)_/¯ i ein rein-tekst melding",
@ -977,7 +930,22 @@
"url_preview_explainer": "Når nokon legg ein URL med i meldinga si, kan ei URL-førehandsvising visast for å gje meir info om lenkja slik som tittelen, skildringa, og eit bilete frå nettsida.",
"url_previews_section": "URL-førehandsvisingar",
"aliases_section": "Romadresser",
"other_section": "Anna"
"other_section": "Anna",
"error_updating_canonical_alias_title": "Feil under oppdatering av hovedadresse",
"error_updating_canonical_alias_description": "Det skjedde ein feil under oppdatering av hovudadressa for rommet. Det kan hende at dette er ein mellombels feil, eller at det ikkje er tillate på tenaren.",
"error_updating_alias_description": "Feil under oppdatering av alternativ adresse. Det kan hende at dette er mellombels, eller at det ikkje er tillate på tenaren.",
"canonical_alias_field_label": "Hovudadresse",
"no_aliases_room": "Dette rommet har ingen lokale adresser",
"local_alias_field_label": "Lokal adresse",
"published_aliases_section": "Publisert adresse",
"aliases_items_label": "Andre publiserte adresser:",
"aliases_no_items_label": "Ingen publiserte adresser til no, legg til ei under",
"new_alias_placeholder": "Ny publisert adresse (t.d. #alias:tenar)",
"local_aliases_section": "Lokale adresser",
"local_aliases_explainer_room": "Sett adresse for dette rommet, slik at brukarar kan finne rommet på din heimetenar (%(localDomain)s)",
"name_field_label": "Romnamn",
"topic_field_label": "Romemne",
"avatar_field_label": "Rom-avatar"
},
"advanced": {
"unfederated": "Rommet er ikkje tilgjengeleg for andre Matrix-heimtenarar",
@ -1150,7 +1118,15 @@
"peek_join_prompt": "Du førehandsviser %(roomName)s. Ynskjer du å bli med ?",
"no_peek_join_prompt": "%(roomName)s kan ikkje førehandsvisast. Ynskjer du å bli med ?",
"not_found_title_name": "%(roomName)s eksisterar ikkje.",
"inaccessible_name": "%(roomName)s er ikkje tilgjengeleg no."
"inaccessible_name": "%(roomName)s er ikkje tilgjengeleg no.",
"jump_to_bottom_button": "Gå til dei nyaste meldingane",
"upgrade_warning_bar_admins": "Berre rom-administratorar vil sjå denne åtvaringa",
"search": {
"this_room": "Dette rommet",
"all_rooms": "Alle rom",
"field_placeholder": "Søk…"
},
"jump_read_marker": "Hopp til den fyrste uleste meldinga."
},
"file_panel": {
"guest_note": "Du må <a>melda deg inn</a> for å bruka denne funksjonen",
@ -1194,7 +1170,12 @@
"recovery_method_removed": {
"title": "Gjenopprettingsmetode fjerna",
"warning": "Viss du ikkje fjerna gjenopprettingsmetoden, kan ein angripar prøve å bryte seg inn på kontoen din. Endre kontopassordet ditt og sett ein opp ein ny gjenopprettingsmetode umidellbart under Innstillingar."
}
},
"setup_secure_backup": {
"title": "Sett opp"
},
"cross_signing_room_normal": "Dette rommet er ende-til-ende kryptert",
"event_shield_reason_mismatched_sender_key": "Kryptert av ein ikkje-verifisert sesjon"
},
"poll": {
"create_poll_title": "Opprett røysting",
@ -1299,5 +1280,34 @@
"invited_list_heading": "Invitert",
"filter_placeholder": "Filtrer rommedlemmar",
"power_label": "%(userName)s (tilgangsnivå %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Du har for tida ikkje skrudd nokre klistremerkepakkar på"
},
"user_info": {
"error_revoke_3pid_invite_title": "Fekk ikkje til å trekke invitasjonen",
"error_revoke_3pid_invite_description": "Fekk ikkje til å ta attende invitasjonen. Det kan ha oppstått ein mellombels feil på tenaren, eller så har ikkje du tilstrekkelege rettar for å ta attende invitasjonen.",
"admin_tools_section": "Administratorverktøy",
"revoke_invite": "Trekk invitasjon",
"invited_by": "Invitert av %(sender)s",
"room_encrypted": "Meldingar i dette rommet er ende-til-ende kryptert.",
"room_unencrypted": "Meldingar i dette rommet er ikkje ende-til-ende kryptert.",
"room_unencrypted_detail": "Når du nyttar krypterte rom er meldingane din sikra. Berre du og mottakaren har unike nøklar som kan gjere meldingane lesbare.",
"jump_to_rr_button": "Hopp til lesen-lappen",
"share_button": "Del ei lenke til brukaren",
"demote_self_confirm_title": "Senke ditt eige tilgangsnivå?",
"demote_self_confirm_room": "Du kan ikkje gjera om på denne endringa sidan du senkar tilgangsnivået ditt. Viss du er den siste privilegerte brukaren i rommet vil det bli umogleg å få tilbake tilgangsrettane.",
"demote_button": "Degrader",
"redact_button": "Fjern nyare meldingar",
"error_ban_user": "Fekk ikkje til å stenge ute brukaren",
"error_mute_user": "Fekk ikkje til å dempe brukaren",
"promote_warning": "Du kan ikkje angre denne endringa, fordi brukaren du forfremmar vil få same tilgangsnivå som du har no.",
"deactivate_confirm_title": "Deaktivere brukar?",
"deactivate_confirm_action": "Deaktiver brukar",
"error_deactivate": "Fekk ikkje til å deaktivere brukaren"
},
"right_panel": {
"share_button": "Del rom",
"settings_button": "Rominnstillingar"
}
}

View file

@ -1,10 +1,5 @@
{
"Admin Tools": "Aisinas dadministrator",
"Unnamed room": "Sala sens nom",
"Share room": "Partejar la sala",
"This Room": "Aquesta sala",
"All Rooms": "Totas les salas",
"Search…": "Cercar…",
"Sun": "Dg",
"Mon": "Dl",
"Tue": "Dm",
@ -29,7 +24,6 @@
"Moderator": "Moderator",
"Thank you!": "Mercés !",
"Ok": "Validar",
"Set up": "Parametrar",
"Fish": "Pes",
"Butterfly": "Parpalhòl",
"Tree": "Arborescéncia",
@ -47,10 +41,6 @@
"Anchor": "Ancorar",
"Headphones": "Escotadors",
"Folder": "Dorsièr",
"Show more": "Ne veire mai",
"Unencrypted": "Pas chifrat",
"Demote": "Retrogradar",
"Are you sure?": "O volètz vertadièrament?",
"Sunday": "Dimenge",
"Monday": "Diluns",
"Tuesday": "Dimars",
@ -119,7 +109,10 @@
"authentication": "Autentificacion",
"rooms": "Salas",
"low_priority": "Febla prioritat",
"historical": "Istoric"
"historical": "Istoric",
"unencrypted": "Pas chifrat",
"show_more": "Ne veire mai",
"are_you_sure": "O volètz vertadièrament?"
},
"action": {
"continue": "Contunhar",
@ -368,6 +361,9 @@
"encryption": {
"verification": {
"cancelling": "Anullacion…"
},
"setup_secure_backup": {
"title": "Parametrar"
}
},
"invite": {
@ -402,7 +398,12 @@
"invite_title": "Volètz rejonher %(roomName)s?",
"invite_subtitle": "<userName/> vos convidèt",
"invite_reject_ignore": "Regetar e ignorar",
"not_found_title_name": "%(roomName)s existís pas."
"not_found_title_name": "%(roomName)s existís pas.",
"search": {
"this_room": "Aquesta sala",
"all_rooms": "Totas les salas",
"field_placeholder": "Cercar…"
}
},
"lightbox": {
"rotate_left": "Pivotar cap a èrra",
@ -410,5 +411,12 @@
},
"member_list": {
"invited_list_heading": "Convidat"
},
"user_info": {
"admin_tools_section": "Aisinas dadministrator",
"demote_button": "Retrogradar"
},
"right_panel": {
"share_button": "Partejar la sala"
}
}

View file

@ -21,10 +21,8 @@
"Sat": "Sob",
"Sun": "Nd",
"Warning!": "Uwaga!",
"Are you sure?": "Czy jesteś pewien?",
"unknown error code": "nieznany kod błędu",
"Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s",
"Admin Tools": "Narzędzia Administracyjne",
"%(items)s and %(lastItem)s": "%(items)s i %(lastItem)s",
"A new password must be entered.": "Musisz wprowadzić nowe hasło.",
"An error has occurred.": "Wystąpił błąd.",
@ -39,15 +37,12 @@
"Download %(text)s": "Pobierz %(text)s",
"Email address": "Adres e-mail",
"Error decrypting attachment": "Błąd odszyfrowywania załącznika",
"Failed to ban user": "Nie udało się zbanować użytkownika",
"Failed to load timeline position": "Nie udało się wczytać pozycji osi czasu",
"Failed to mute user": "Nie udało się wyciszyć użytkownika",
"Failed to reject invite": "Nie udało się odrzucić zaproszenia",
"Failed to reject invitation": "Nie udało się odrzucić zaproszenia",
"Home": "Strona główna",
"Invalid file%(extra)s": "Nieprawidłowy plik %(extra)s",
"Join Room": "Dołącz do pokoju",
"Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.",
"Moderator": "Moderator",
"New passwords must match each other.": "Nowe hasła muszą się zgadzać.",
"not specified": "nieokreślony",
@ -60,7 +55,6 @@
"Search failed": "Wyszukiwanie nie powiodło się",
"Server may be unavailable, overloaded, or search timed out :(": "Serwer może być niedostępny, przeciążony, lub upłynął czas wyszukiwania :(",
"Session ID": "Identyfikator sesji",
"This room has no local addresses": "Ten pokój nie ma lokalnych adresów",
"Uploading %(filename)s": "Przesyłanie %(filename)s",
"Uploading %(filename)s and %(count)s others": {
"one": "Przesyłanie %(filename)s oraz %(count)s innych",
@ -71,7 +65,6 @@
"You seem to be uploading files, are you sure you want to quit?": "Wygląda na to, że jesteś w trakcie przesyłania plików; jesteś pewien, że chcesz wyjść?",
"Connectivity to the server has been lost.": "Połączenie z serwerem zostało utracone.",
"Add an Integration": "Dodaj integrację",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Nie będziesz mógł cofnąć tej zmiany, ponieważ nadajesz użytkownikowi uprawnienia administratorskie równe Twoim.",
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
@ -91,25 +84,21 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"Restricted": "Ograniczony",
"Send": "Wyślij",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Nie będziesz mógł cofnąć tej zmiany, ponieważ degradujesz swoje uprawnienia. Jeśli jesteś ostatnim użytkownikiem uprzywilejowanym w tym pokoju, nie będziesz mógł ich odzyskać.",
"Unnamed room": "Pokój bez nazwy",
"Sunday": "Niedziela",
"Today": "Dzisiaj",
"Friday": "Piątek",
"Changelog": "Dziennik zmian",
"Failed to send logs: ": "Nie udało się wysłać dzienników: ",
"This Room": "Ten pokój",
"Unavailable": "Niedostępny",
"Filter results": "Filtruj wyniki",
"Tuesday": "Wtorek",
"Preparing to send logs": "Przygotowuję do wysłania dzienników",
"Saturday": "Sobota",
"Monday": "Poniedziałek",
"All Rooms": "Wszystkie pokoje",
"Wednesday": "Środa",
"You cannot delete this message. (%(code)s)": "Nie możesz usunąć tej wiadomości. (%(code)s)",
"Thursday": "Czwartek",
"Search…": "Szukaj…",
"Logs sent": "Wysłano dzienniki",
"Yesterday": "Wczoraj",
"Thank you!": "Dziękujemy!",
@ -121,9 +110,6 @@
"collapse": "Zwiń",
"expand": "Rozwiń",
"<a>In reply to</a> <pill>": "<a>W odpowiedzi do</a> <pill>",
"Jump to read receipt": "Przeskocz do potwierdzenia odczytu",
"Share Link to User": "Udostępnij link użytkownika",
"Share room": "Udostępnij pokój",
"Clear Storage and Sign Out": "Wyczyść pamięć i wyloguj się",
"Send Logs": "Wyślij dzienniki",
"We encountered an error trying to restore your previous session.": "Napotkaliśmy błąd podczas przywracania poprzedniej sesji.",
@ -134,19 +120,13 @@
"Share Room Message": "Udostępnij wiadomość w pokoju",
"Link to selected message": "Link do zaznaczonej wiadomości",
"This room is not public. You will not be able to rejoin without an invite.": "Ten pokój nie jest publiczny. Nie będziesz w stanie do niego dołączyć bez zaproszenia.",
"Demote yourself?": "Zdegradować siebie?",
"Demote": "Degraduj",
"This event could not be displayed": "Ten event nie może zostać wyświetlony",
"You don't currently have any stickerpacks enabled": "Nie masz obecnie włączonych żadnych pakietów naklejek",
"Updating %(brand)s": "Aktualizowanie %(brand)s",
"Only room administrators will see this warning": "Tylko administratorzy pokojów widzą to ostrzeżenie",
"Clear cache and resync": "Wyczyść pamięć podręczną i zsynchronizuj ponownie",
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s używa teraz 3-5x mniej pamięci, ładując informacje o innych użytkownikach tylko wtedy, gdy jest to konieczne. Poczekaj, aż ponownie zsynchronizujemy się z serwerem!",
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Jeśli inna wersja %(brand)s jest nadal otwarta w innej zakładce, proszę zamknij ją, ponieważ używanie %(brand)s na tym samym komputerze z włączonym i wyłączonym jednocześnie leniwym ładowaniem będzie powodować problemy.",
"And %(count)s more...": {
"other": "I %(count)s więcej…"
},
"Add some now": "Dodaj teraz kilka",
"Continue With Encryption Disabled": "Kontynuuj Z Wyłączonym Szyfrowaniem",
"No backup found!": "Nie znaleziono kopii zapasowej!",
"Create a new room with the same name, description and avatar": "Utwórz nowy pokój o tej samej nazwie, opisie i awatarze",
@ -206,10 +186,6 @@
"Anchor": "Kotwica",
"Headphones": "Słuchawki",
"Folder": "Folder",
"Main address": "Główny adres",
"Room avatar": "Awatar pokoju",
"Room Name": "Nazwa pokoju",
"Room Topic": "Temat pokoju",
"Power level": "Poziom uprawnień",
"Room Settings - %(roomName)s": "Ustawienia pokoju - %(roomName)s",
"Globe": "Ziemia",
@ -220,23 +196,15 @@
"Hammer": "Młotek",
"Unable to restore backup": "Przywrócenie kopii zapasowej jest niemożliwe",
"edited": "edytowane",
"Edit message": "Edytuj wiadomość",
"Thumbs up": "Kciuk w górę",
"Ball": "Piłka",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Zaszyfrowane wiadomości są zabezpieczone przy użyciu szyfrowania end-to-end. Tylko Ty oraz ich adresaci posiadają klucze do ich rozszyfrowania.",
"Back up your keys before signing out to avoid losing them.": "Utwórz kopię zapasową kluczy przed wylogowaniem, aby ich nie utracić.",
"Start using Key Backup": "Rozpocznij z użyciem klucza kopii zapasowej",
"Deactivate account": "Dezaktywuj konto",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Nie zdołano wczytać zdarzenia, na które odpowiedziano, może ono nie istnieć lub nie masz uprawnienia, by je zobaczyć.",
"e.g. my-room": "np. mój-pokój",
"Some characters not allowed": "Niektóre znaki niedozwolone",
"Remove recent messages": "Usuń ostatnie wiadomości",
"Direct Messages": "Wiadomości prywatne",
"Show more": "Pokaż więcej",
"Local address": "Lokalny adres",
"Published Addresses": "Opublikowane adresy",
"Local Addresses": "Lokalne adresy",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Ustaw adresy tego pokoju, aby użytkownicy mogli go znaleźć za pośrednictwem Twojego serwera domowego (%(localDomain)s)",
"Couldn't load page": "Nie można załadować strony",
"Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.",
"Looks good": "Wygląda dobrze",
@ -253,12 +221,10 @@
"other": "%(count)s zweryfikowanych sesji",
"one": "1 zweryfikowana sesja"
},
"Hide verified sessions": "Ukryj zweryfikowane sesje",
"%(count)s sessions": {
"other": "%(count)s sesji",
"one": "%(count)s sesja"
},
"Hide sessions": "Ukryj sesje",
"Integrations are disabled": "Integracje są wyłączone",
"Cancel search": "Anuluj wyszukiwanie",
"Invite anyway": "Zaproś mimo to",
@ -288,14 +254,7 @@
"Invite anyway and never warn me again": "Zaproś mimo to i nie ostrzegaj ponownie",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nie znaleziono profilów dla identyfikatorów Matrix wymienionych poniżej - czy chcesz rozpocząć wiadomość prywatną mimo to?",
"The following users may not exist": "Wymienieni użytkownicy mogą nie istnieć",
"Widgets": "Widżety",
"Messages in this room are end-to-end encrypted.": "Wiadomości w tym pokoju są szyfrowane end-to-end.",
"Sign in with SSO": "Zaloguj się z SSO",
"Add widgets, bridges & bots": "Dodaj widżety, mostki i boty",
"No other published addresses yet, add one below": "Brak innych opublikowanych adresów, dodaj jakiś poniżej",
"Other published addresses:": "Inne opublikowane adresy:",
"Room settings": "Ustawienia pokoju",
"Messages in this room are not end-to-end encrypted.": "Wiadomości w tym pokoju nie są szyfrowane end-to-end.",
"Start a conversation with someone using their name or username (like <userId/>).": "Rozpocznij konwersację z innymi korzystając z ich nazwy lub nazwy użytkownika (np. <userId/>).",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Rozpocznij konwersację z innymi korzystając z ich nazwy, adresu e-mail lub nazwy użytkownika (np. <userId/>).",
"This version of %(brand)s does not support searching encrypted messages": "Ta wersja %(brand)s nie obsługuje wyszukiwania zabezpieczonych wiadomości",
@ -440,15 +399,10 @@
"Jersey": "Jersey",
"Upload Error": "Błąd wysyłania",
"Close dialog": "Zamknij okno dialogowe",
"Deactivate user": "Dezaktywuj użytkownika",
"Deactivate user?": "Dezaktywować użytkownika?",
"Revoke invite": "Odwołaj zaproszenie",
"General failure": "Ogólny błąd",
"Removing…": "Usuwanie…",
"Incompatible Database": "Niekompatybilna baza danych",
"Information": "Informacje",
"Accepting…": "Akceptowanie…",
"Unencrypted": "Nieszyfrowane",
"Zimbabwe": "Zimbabwe",
"Zambia": "Zambia",
"Yemen": "Jemen",
@ -568,15 +522,9 @@
"Italy": "Włochy",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Użyj serwera tożsamości, aby zapraszać przez e-mail. Zarządzaj w <settings>Ustawieniach</settings>.",
"Verify by emoji": "Weryfikuj z użyciem emoji",
"Your messages are not secure": "Twoje wiadomości nie są bezpieczne",
"Start Verification": "Rozpocznij weryfikację",
"Waiting for %(displayName)s to accept…": "Oczekiwanie na akceptację przez %(displayName)s…",
"Verify User": "Weryfikuj użytkownika",
"Verification Request": "Żądanie weryfikacji",
"You verified %(name)s": "Zweryfikowałeś %(name)s",
"Message Actions": "Działania na wiadomościach",
"This client does not support end-to-end encryption.": "Ten klient nie obsługuje szyfrowania end-to-end.",
"Failed to deactivate user": "Nie udało się zdezaktywować użytkownika",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Dla większej liczby wiadomości, może to zająć trochę czasu. Nie odświeżaj klienta w tym czasie.",
"Remove recent messages by %(user)s": "Usuń ostatnie wiadomości od %(user)s",
"No recent messages by %(user)s found": "Nie znaleziono ostatnich wiadomości od %(user)s",
@ -591,7 +539,6 @@
"Your browser likely removed this data when running low on disk space.": "Twoja przeglądarka prawdopodobnie usunęła te dane, kiedy brakowało jej miejsca.",
"Missing session data": "Brakujące dane sesji",
"Sign out and remove encryption keys?": "Wylogować się i usunąć klucze szyfrowania?",
"Invited by %(sender)s": "Zaproszony przez %(sender)s",
"Could not load user profile": "Nie udało się załadować profilu",
"Your password has been reset.": "Twoje hasło zostało zresetowane.",
"Are you sure you want to sign out?": "Czy na pewno chcesz się wylogować?",
@ -602,13 +549,9 @@
"The room upgrade could not be completed": "Uaktualnienie pokoju nie mogło zostać ukończone",
"Failed to upgrade room": "Nie udało się uaktualnić pokoju",
"Backup version:": "Wersja kopii zapasowej:",
"Set up": "Konfiguruj",
"IRC display name width": "Szerokość nazwy wyświetlanej IRC",
"Your homeserver has exceeded one of its resource limits.": "Twój homeserver przekroczył jeden z limitów zasobów.",
"Your homeserver has exceeded its user limit.": "Twój homeserver przekroczył limit użytkowników.",
"Everyone in this room is verified": "Wszyscy w tym pokoju są zweryfikowani",
"This room is end-to-end encrypted": "Ten pokój jest szyfrowany end-to-end",
"Scroll to most recent messages": "Przewiń do najnowszych wiadomości",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Aby zgłosić błąd związany z bezpieczeństwem Matriksa, przeczytaj <a>Politykę odpowiedzialnego ujawniania informacji</a> Matrix.org.",
"Server Options": "Opcje serwera",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Ostrzeżenie</b>: kopia zapasowa klucza powinna być konfigurowana tylko z zaufanego komputera.",
@ -641,9 +584,6 @@
"other": "%(count)s członkowie"
},
"You don't have permission": "Nie masz uprawnień",
"Nothing pinned, yet": "Nie przypięto tu jeszcze niczego",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Jeżeli masz uprawnienia, przejdź do menu dowolnej wiadomości i wybierz <b>Przypnij</b>, aby przyczepić ją tutaj.",
"Pinned messages": "Przypięte wiadomości",
"You don't have permission to do this": "Nie masz uprawnień aby to zrobić",
"Sent": "Wysłano",
"Message preview": "Podgląd wiadomości",
@ -667,9 +607,6 @@
"one": "Dodawanie pokoju..."
},
"%(space1Name)s and %(space2Name)s": "%(space1Name)s i %(space2Name)s",
"Stop recording": "Skończ nagrywanie",
"We didn't find a microphone on your device. Please check your settings and try again.": "Nie udało się znaleźć żadnego mikrofonu w twoim urządzeniu. Sprawdź ustawienia i spróbuj ponownie.",
"No microphone found": "Nie znaleziono mikrofonu",
"We're creating a room with %(names)s": "Tworzymy pokój z %(names)s",
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s lub %(recoveryFile)s",
"To join a space you'll need an invite.": "Wymagane jest zaproszenie, aby dołączyć do przestrzeni.",
@ -679,11 +616,7 @@
"Explore public spaces in the new search dialog": "Odkrywaj publiczne przestrzenie w nowym oknie wyszukiwania",
"If you can't find the room you're looking for, ask for an invite or create a new room.": "Jeśli nie możesz znaleźć pokoju, którego szukasz, poproś o zaproszenie lub utwórz nowy pokój.",
"Invite to %(roomName)s": "Zaproś do %(roomName)s",
"Send voice message": "Wyślij wiadomość głosową",
"Unpin this widget to view it in this panel": "Odepnij widżet, aby wyświetlić go w tym panelu",
"Location": "Lokalizacja",
"Export chat": "Eksportuj czat",
"Files": "Pliki",
"Clear cross-signing keys": "Wyczyść klucze weryfikacji krzyżowej",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Usunięcie kluczy weryfikacji krzyżowej jest trwałe. Każdy, z kim dokonano weryfikacji, zobaczy alerty bezpieczeństwa. Prawie na pewno nie chcesz tego robić, chyba że straciłeś każde urządzenie, z którego możesz weryfikować.",
"Destroy cross-signing keys?": "Zniszczyć klucze weryfikacji krzyżowej?",
@ -716,79 +649,18 @@
"one": "1 uczestnik",
"other": "%(count)s uczestników"
},
"Failed to send": "Nie udało się wysłać",
"Your message was sent": "Twoja wiadomość została wysłana",
"Encrypting your message…": "Szyfrowanie Twojej wiadomości…",
"Sending your message…": "Wysyłanie Twojej wiadomości…",
"This message could not be decrypted": "Wiadomość nie mogła zostać rozszyfrowana",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Autentyczność tej wiadomości szyfrowanej nie jest gwarantowana na tym urządzeniu.",
"Encrypted by a deleted session": "Zaszyfrowano przez usuniętą sesję",
"Encrypted by an unverified session": "Zaszyfrowano przez sesję niezweryfikowaną",
" in <strong>%(room)s</strong>": " w <strong>%(room)s</strong>",
"From a thread": "Z wątku",
"Someone is using an unknown session": "Ktoś używa nieznanej sesji",
"You have verified this user. This user has verified all of their sessions.": "Zweryfikowałeś tego użytkownika. Użytkownik zweryfikował wszystkie swoje sesje.",
"You have not verified this user.": "Nie zweryfikowałeś tego użytkownika.",
"This user has not verified all of their sessions.": "Ten użytkownik nie zweryfikował wszystkich swoich sesji.",
"This room has already been upgraded.": "Ten pokój został już ulepszony.",
"Joined": "Dołączono",
"Show Labs settings": "Pokaż ustawienia laboratoriów",
"<inviter/> invites you": "<inviter/> zaprasza cię",
"Saved Items": "Przedmioty zapisane",
"Recently viewed": "Ostatnio wyświetlane",
"%(members)s and %(last)s": "%(members)s i %(last)s",
"%(members)s and more": "%(members)s i więcej",
"View message": "Wyświetl wiadomość",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Nie udało się odwołać zaproszenia. Serwer może posiadać tymczasowy problem lub nie masz wystarczających uprawnień, aby odwołać zaproszenie.",
"Failed to revoke invite": "Nie udało się odwołać zaproszenia",
"Failed to connect to integration manager": "Nie udało się połączyć z menedżerem integracji",
"Search all rooms": "Wyszukaj wszystkie pokoje",
"Search this room": "Wyszukaj ten pokój",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Ulepszenie tego pokoju zamknie bieżącą instancję pokoju i utworzy ulepszony pokój z tą samą nazwą.",
"Your homeserver": "Twój serwer domowy",
"One of the following may be compromised:": "Jedno z wymienionych mogło zostać zdradzone:",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Dla dodatkowego bezpieczeństwa, zweryfikuj tego użytkownika za pomocą jednorazowego kodu na obu waszych urządzeniach.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "W pokojach szyfrowanych Twoje wiadomości są zabezpieczone i tylko Ty i Twój odbiorca posiadacie unikalne klucze, aby je odblokować.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Twoje wiadomości są zabezpieczone i tylko Ty i Twój odbiorca posiadacie unikalne klucze, aby je odblokować.",
"To proceed, please accept the verification request on your other device.": "Aby kontynuować, akceptuj żądanie weryfikacji na swoim drugim urządzeniu.",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Ustaw adresy dla tej przestrzeni, aby użytkownicy mogli go znaleźć za pomocą Twojego serwera domowego (%(localDomain)s)",
"New published address (e.g. #alias:server)": "Nowo opublikowany adres (np. #alias:server)",
"To publish an address, it needs to be set as a local address first.": "Aby opublikować adres, musi być on najpierw ustawiony jako adres lokalny.",
"Published addresses can be used by anyone on any server to join your room.": "Opublikowane adresy mogą być używane przez każdego, kto dołączył do Twojego pokoju.",
"Published addresses can be used by anyone on any server to join your space.": "Opublikowane adresy mogą być używane przez każdego, kto dołączył do Twojej przestrzeni.",
"This space has no local addresses": "Ta przestrzeń nie ma adresu lokalnego",
"Error removing address": "Wystąpił błąd podczas usuwania adresu",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Wystąpił błąd podczas usuwania tego adresu. Może już nie istnieć lub wystąpił tymczasowy błąd.",
"You don't have permission to delete the address.": "Nie posiadasz uprawnień do usunięcia tego adresu.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Wystąpił błąd podczas aktualizowania tego adresu. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"Error creating address": "Wystąpił błąd podczas tworzenia adresu",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Wystąpił błąd podczas aktualizowania alternatywnego adresu pokoju. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Wystąpił błąd podczas aktualizowania adresu głównego pokoju. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"Error updating main address": "Wystąpił błąd podczas aktualizowania adresu głównego",
"Copy link to thread": "Kopiuj link do wątku",
"View in room": "Wyświetl w pokoju",
"Text": "Tekst",
"Create a link": "Utwórz link",
"Edit link": "Edytuj link",
"We were unable to access your microphone. Please check your browser settings and try again.": "Nie byliśmy w stanie uzyskać dostępu do Twojego mikrofonu. Sprawdź ustawienia swojej wyszukiwarki.",
"Unable to access your microphone": "Nie można uzyskać dostępu do mikrofonu",
"Unable to decrypt message": "Nie można rozszyfrować wiadomości",
"Open thread": "Otwórz wątek",
"%(count)s reply": {
"one": "%(count)s odpowiedź",
"other": "%(count)s odpowiedzi"
},
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Ten pokój działa na wersji <roomVersion />, którą serwer domowy oznaczył jako <i>niestabilną</i>.",
"You can only pin up to %(count)s widgets": {
"other": "Możesz przypiąć do %(count)s widżetów"
},
"Room info": "Informacje pokoju",
"Chat": "Czat",
"We were unable to start a chat with the other user.": "Nie byliśmy w stanie rozpocząć czatu z innym użytkownikiem.",
"Error starting verification": "Wystąpił błąd w trakcie weryfikacji",
"Yours, or the other users' session": "Sesja Twoja lub innych użytkowników",
"Yours, or the other users' internet connection": "Połączenie internetowe Twoje lub innych użytkowników",
"The homeserver the user you're verifying is connected to": "Użytkownik, którego weryfikujesz jest połączony z serwerem domowym",
"You cancelled": "Anulowałeś",
"You accepted": "Zaakceptowałeś",
"%(name)s accepted": "%(name)s zaakceptował",
@ -888,38 +760,7 @@
"Ask %(displayName)s to scan your code:": "Poproś %(displayName)s, aby zeskanował Twój kod:",
"Verify by scanning": "Zweryfikuj przez skanowanie",
"Edit devices": "Edytuj urządzenia",
"Role in <RoomName/>": "Role w <RoomName/>",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Dezaktywacja tego użytkownika, wyloguje go i uniemożliwi logowanie ponowne. Dodatkowo, opuści wszystkie pokoje, w których się znajdują. Tej akcji nie można cofnąć. Czy na pewno chcesz dezaktywować tego użytkownika?",
"They won't be able to access whatever you're not an admin of.": "Nie będą w stanie uzyskać dostępu gdziekolwiek, gdzie nie jesteś administratorem.",
"They'll still be able to access whatever you're not an admin of.": "Będą w stanie uzyskać dostępu gdziekolwiek, gdzie nie jesteś administratorem.",
"Ban them from specific things I'm able to": "Zbanuj ich z określonych rzeczy, które mogę",
"Unban them from specific things I'm able to": "Odbanuj ich z określonych rzeczy, które mogę",
"Ban them from everything I'm able to": "Zbanuj ich z wszystkiego co mogę",
"Unban them from everything I'm able to": "Odbanuj ich z wszystkiego co mogę",
"Ban from %(roomName)s": "Zbanuj z %(roomName)s",
"Unban from %(roomName)s": "Odbanuj z %(roomName)s",
"Ban from room": "Zbanuj z pokoju",
"Unban from room": "Odbanuj z przestrzeni",
"Ban from space": "Zbanuj z przestrzeni",
"Unban from space": "Odbanuj z przestrzeni",
"Failed to remove user": "Nie udało się usunąć użytkownika",
"Remove them from specific things I'm able to": "Usuń ich z określonych rzeczy, które mogę",
"Remove them from everything I'm able to": "Usuń ich z wszystkiego co mogę",
"Remove from %(roomName)s": "Usuń z %(roomName)s",
"Disinvite from %(roomName)s": "Cofnij zaproszenia z %(roomName)s",
"Remove from room": "Usuń z pokoju",
"Disinvite from room": "Cofnij zaproszenie do pokoju",
"Disinvite from space": "Cofnij zaproszenie do przestrzeni",
"Remove from space": "Usuń z przestrzeni",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Nie będziesz mógł cofnąć tej zmiany, ponieważ degradujesz swoje uprawnienia. Jeśli jesteś ostatnim użytkownikiem uprzywilejowanym w tej przestrzeni, nie będziesz mógł ich odzyskać.",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Wszystkie wiadomości i zaproszenia od tego użytkownika zostaną ukryte. Czy na pewno chcesz zignorować?",
"Ignore %(user)s": "Ignoruj %(user)s",
"Pinned": "Przypięte",
"Poll history": "Historia ankiet",
"Not encrypted": "Nie szyfrowane",
"Edit widgets, bridges & bots": "Edytuj widżety, mostki i boty",
"Set my room layout for everyone": "Ustaw mój układ pokoju dla wszystkich",
"Close this widget to view it in this panel": "Zamknij widżet, aby wyświetlić go w tym panelu",
"My live location": "Moja lokalizacja na żywo",
"My current location": "Moja aktualna lokalizacja",
"%(displayName)s's live location": "Lokalizacja na żywo użytkownika %(displayName)s",
@ -1413,7 +1254,12 @@
"low_priority": "Niski priorytet",
"historical": "Historyczne",
"go_to_settings": "Przejdź do ustawień",
"setup_secure_messages": "Skonfiguruj bezpieczne wiadomości"
"setup_secure_messages": "Skonfiguruj bezpieczne wiadomości",
"unencrypted": "Nieszyfrowane",
"view_message": "Wyświetl wiadomość",
"joined": "Dołączono",
"show_more": "Pokaż więcej",
"are_you_sure": "Czy jesteś pewien?"
},
"action": {
"continue": "Kontynuuj",
@ -1749,9 +1595,17 @@
"formatting_toolbar_label": "Formatowanie",
"format_italics": "Kursywa",
"format_insert_link": "Wprowadź link",
"replying_title": "Odpowiadanie"
"replying_title": "Odpowiadanie",
"edit_composer_label": "Edytuj wiadomość",
"send_voice_message": "Wyślij wiadomość głosową",
"stop_voice_message": "Skończ nagrywanie",
"link_modal": {
"title_edit": "Edytuj link",
"title_create": "Utwórz link",
"text_field_label": "Tekst",
"link_field_label": "Link"
}
},
"Link": "Link",
"Code": "Kod",
"power_level": {
"default": "Zwykły",
@ -2847,7 +2701,19 @@
"one": "Odczytane przez %(count)s osobę",
"other": "Odczytane przez %(count)s osób"
},
"read_receipts_label": "Czytaj potwierdzenia"
"read_receipts_label": "Czytaj potwierdzenia",
"thread_info_basic": "Z wątku",
"error_no_renderer": "Ten event nie może zostać wyświetlony",
"undecryptable_tooltip": "Wiadomość nie mogła zostać rozszyfrowana",
"send_state_sending": "Wysyłanie Twojej wiadomości…",
"send_state_encrypting": "Szyfrowanie Twojej wiadomości…",
"send_state_sent": "Twoja wiadomość została wysłana",
"send_state_failed": "Nie udało się wysłać",
"mab": {
"label": "Działania na wiadomościach",
"view_in_room": "Wyświetl w pokoju",
"copy_link_thread": "Kopiuj link do wątku"
}
},
"slash_command": {
"spoiler": "Wysyła podaną wiadomość jako spoiler",
@ -3069,7 +2935,11 @@
"other": "%(count)s osób dołączyło"
},
"unknown_person": "nieznana osoba",
"connecting": "Łączenie"
"connecting": "Łączenie",
"unable_to_access_audio_input_title": "Nie można uzyskać dostępu do mikrofonu",
"unable_to_access_audio_input_description": "Nie byliśmy w stanie uzyskać dostępu do Twojego mikrofonu. Sprawdź ustawienia swojej wyszukiwarki.",
"no_audio_input_title": "Nie znaleziono mikrofonu",
"no_audio_input_description": "Nie udało się znaleźć żadnego mikrofonu w twoim urządzeniu. Sprawdź ustawienia i spróbuj ponownie."
},
"Other": "Inne",
"room_settings": {
@ -3194,7 +3064,32 @@
"save": "Zapisz zmiany",
"leave_space": "Opuść przestrzeń",
"aliases_section": "Adresy pokoju",
"other_section": "Inne"
"other_section": "Inne",
"error_updating_canonical_alias_title": "Wystąpił błąd podczas aktualizowania adresu głównego",
"error_updating_canonical_alias_description": "Wystąpił błąd podczas aktualizowania adresu głównego pokoju. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"error_updating_alias_description": "Wystąpił błąd podczas aktualizowania alternatywnego adresu pokoju. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"error_creating_alias_title": "Wystąpił błąd podczas tworzenia adresu",
"error_creating_alias_description": "Wystąpił błąd podczas aktualizowania tego adresu. Serwer mógł odrzucić żądanie lub wystąpił błąd tymczasowy.",
"error_deleting_alias_description_forbidden": "Nie posiadasz uprawnień do usunięcia tego adresu.",
"error_deleting_alias_description": "Wystąpił błąd podczas usuwania tego adresu. Może już nie istnieć lub wystąpił tymczasowy błąd.",
"error_deleting_alias_title": "Wystąpił błąd podczas usuwania adresu",
"canonical_alias_field_label": "Główny adres",
"no_aliases_space": "Ta przestrzeń nie ma adresu lokalnego",
"no_aliases_room": "Ten pokój nie ma lokalnych adresów",
"local_alias_field_label": "Lokalny adres",
"published_aliases_section": "Opublikowane adresy",
"published_aliases_explainer_space": "Opublikowane adresy mogą być używane przez każdego, kto dołączył do Twojej przestrzeni.",
"published_aliases_explainer_room": "Opublikowane adresy mogą być używane przez każdego, kto dołączył do Twojego pokoju.",
"published_aliases_description": "Aby opublikować adres, musi być on najpierw ustawiony jako adres lokalny.",
"aliases_items_label": "Inne opublikowane adresy:",
"aliases_no_items_label": "Brak innych opublikowanych adresów, dodaj jakiś poniżej",
"new_alias_placeholder": "Nowo opublikowany adres (np. #alias:server)",
"local_aliases_section": "Lokalne adresy",
"local_aliases_explainer_space": "Ustaw adresy dla tej przestrzeni, aby użytkownicy mogli go znaleźć za pomocą Twojego serwera domowego (%(localDomain)s)",
"local_aliases_explainer_room": "Ustaw adresy tego pokoju, aby użytkownicy mogli go znaleźć za pośrednictwem Twojego serwera domowego (%(localDomain)s)",
"name_field_label": "Nazwa pokoju",
"topic_field_label": "Temat pokoju",
"avatar_field_label": "Awatar pokoju"
},
"advanced": {
"unfederated": "Ten pokój nie jest dostępny na zdalnych serwerach Matrix",
@ -3293,7 +3188,13 @@
"verification_skip_warning": "Bez weryfikacji, nie będziesz posiadać dostępu do wszystkich swoich wiadomości, a inni będą Cię widzieć jako niezaufanego.",
"verify_later": "Zweryfikuję później",
"verify_reset_warning_1": "Zresetowanie kluczy weryfikacyjnych nie może być cofnięte. Po zresetowaniu, nie będziesz mieć dostępu do starych wiadomości szyfrowanych, a wszyscy znajomi, którzy wcześniej Cię zweryfikowali, będą widzieć ostrzeżenia do czasu ponownej weryfikacji.",
"verify_reset_warning_2": "Kontynuuj tylko wtedy, gdy jesteś pewien, że straciłeś wszystkie inne urządzenia i swój klucz bezpieczeństwa."
"verify_reset_warning_2": "Kontynuuj tylko wtedy, gdy jesteś pewien, że straciłeś wszystkie inne urządzenia i swój klucz bezpieczeństwa.",
"self_verification_hint": "Aby kontynuować, akceptuj żądanie weryfikacji na swoim drugim urządzeniu.",
"waiting_for_user_accept": "Oczekiwanie na akceptację przez %(displayName)s…",
"accepting": "Akceptowanie…",
"start_button": "Rozpocznij weryfikację",
"error_starting_title": "Wystąpił błąd w trakcie weryfikacji",
"error_starting_description": "Nie byliśmy w stanie rozpocząć czatu z innym użytkownikiem."
},
"old_version_detected_title": "Wykryto stare dane kryptograficzne",
"old_version_detected_description": "Dane ze starszej wersji %(brand)s zostały wykryte. Spowoduje to błędne działanie kryptografii typu end-to-end w starszej wersji. Wiadomości szyfrowane end-to-end wymieniane ostatnio podczas korzystania ze starszej wersji mogą być niemożliwe do odszyfrowywane w tej wersji. Może to również spowodować niepowodzenie wiadomości wymienianych z tą wersją. Jeśli wystąpią problemy, wyloguj się i zaloguj ponownie. Aby zachować historię wiadomości, wyeksportuj i ponownie zaimportuj klucze.",
@ -3326,6 +3227,26 @@
"description_1": "Ta sesja wykryła, że Twoja fraza bezpieczeństwa i klucz dla bezpiecznych wiadomości zostały usunięte.",
"description_2": "Jeśli zrobiłeś to przez pomyłkę, możesz ustawić bezpieczne wiadomości w tej sesji, co zaszyfruje ponownie historię wiadomości za pomocą nowej metody odzyskiwania.",
"warning": "Jeśli nie usunąłeś metody odzyskiwania, atakujący może próbować dostać się na Twoje konto. Zmień hasło konta i natychmiast ustaw nową metodę odzyskiwania w Ustawieniach."
},
"setup_secure_backup": {
"explainer": "Utwórz kopię zapasową kluczy przed wylogowaniem, aby ich nie utracić.",
"title": "Konfiguruj"
},
"cross_signing_user_warning": "Ten użytkownik nie zweryfikował wszystkich swoich sesji.",
"cross_signing_user_normal": "Nie zweryfikowałeś tego użytkownika.",
"cross_signing_user_verified": "Zweryfikowałeś tego użytkownika. Użytkownik zweryfikował wszystkie swoje sesje.",
"cross_signing_room_warning": "Ktoś używa nieznanej sesji",
"cross_signing_room_normal": "Ten pokój jest szyfrowany end-to-end",
"cross_signing_room_verified": "Wszyscy w tym pokoju są zweryfikowani",
"event_shield_reason_authenticity_not_guaranteed": "Autentyczność tej wiadomości szyfrowanej nie jest gwarantowana na tym urządzeniu.",
"event_shield_reason_mismatched_sender_key": "Zaszyfrowano przez sesję niezweryfikowaną",
"messages_not_secure": {
"title": "Twoje wiadomości nie są bezpieczne",
"heading": "Jedno z wymienionych mogło zostać zdradzone:",
"cause_1": "Twój serwer domowy",
"cause_2": "Użytkownik, którego weryfikujesz jest połączony z serwerem domowym",
"cause_3": "Połączenie internetowe Twoje lub innych użytkowników",
"cause_4": "Sesja Twoja lub innych użytkowników"
}
},
"emoji": {
@ -3681,7 +3602,10 @@
"error_loading": "Błąd ładowania widżetu",
"error_mixed_content": "Błąd — zawartość mieszana",
"unmaximise": "Normalizuj",
"popout": "Wyskakujący widżet"
"popout": "Wyskakujący widżet",
"unpin_to_view_right_panel": "Odepnij widżet, aby wyświetlić go w tym panelu",
"close_to_view_right_panel": "Zamknij widżet, aby wyświetlić go w tym panelu",
"set_room_layout": "Ustaw mój układ pokoju dla wszystkich"
},
"feedback": {
"sent": "Wysłano opinię użytkownka",
@ -3775,7 +3699,9 @@
"show_all_threads": "Pokaż wszystkie wątki",
"empty_explainer": "Dzięki wątkom Twoje rozmowy są zorganizowane i łatwe do śledzenia.",
"empty_tip": "<b>Tip:</b> Użyj “%(replyInThread)s” najeżdżając na wiadomość.",
"empty_heading": "Organizuj dyskusje za pomocą wątków"
"empty_heading": "Organizuj dyskusje za pomocą wątków",
"open_thread": "Otwórz wątek",
"unable_to_decrypt": "Nie można rozszyfrować wiadomości"
},
"theme": {
"light_high_contrast": "Jasny z wysokim kontrastem",
@ -4025,7 +3951,21 @@
"inaccessible_subtitle_2": "Wystąpił błąd %(errcode)s podczas próby dostępu do pokoju lub przestrzeni. Jeśli widzisz tą wiadomość w błędzie, <issueLink>zgłoś ten błąd</issueLink>.",
"join_failed_needs_invite": "Aby wyświetlić %(roomName)s, potrzebujesz zaproszenia",
"view_failed_enable_video_rooms": "Aby wyświetlić, włącz najpierw pokoje wideo w laboratoriach",
"join_failed_enable_video_rooms": "Aby dołączyć, włącz najpierw pokoje wideo w laboratoriach"
"join_failed_enable_video_rooms": "Aby dołączyć, włącz najpierw pokoje wideo w laboratoriach",
"jump_to_bottom_button": "Przewiń do najnowszych wiadomości",
"show_labs_settings": "Pokaż ustawienia laboratoriów",
"upgrade_warning_bar": "Ulepszenie tego pokoju zamknie bieżącą instancję pokoju i utworzy ulepszony pokój z tą samą nazwą.",
"upgrade_warning_bar_upgraded": "Ten pokój został już ulepszony.",
"upgrade_warning_bar_unstable": "Ten pokój działa na wersji <roomVersion />, którą serwer domowy oznaczył jako <i>niestabilną</i>.",
"upgrade_warning_bar_admins": "Tylko administratorzy pokojów widzą to ostrzeżenie",
"search": {
"this_room": "Ten pokój",
"all_rooms": "Wszystkie pokoje",
"field_placeholder": "Szukaj…",
"this_room_button": "Wyszukaj ten pokój",
"all_rooms_button": "Wyszukaj wszystkie pokoje"
},
"jump_read_marker": "Przeskocz do pierwszej nieprzeczytanej wiadomości."
},
"file_panel": {
"guest_note": "Musisz się <a>zarejestrować</a> aby móc używać tej funkcji",
@ -4248,5 +4188,87 @@
"invited_list_heading": "Zaproszeni",
"filter_placeholder": "Filtruj członków pokoju",
"power_label": "%(userName)s (moc uprawnień administratorskich %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Nie masz obecnie włączonych żadnych pakietów naklejek",
"empty_add_prompt": "Dodaj teraz kilka"
},
"user_info": {
"error_revoke_3pid_invite_title": "Nie udało się odwołać zaproszenia",
"error_revoke_3pid_invite_description": "Nie udało się odwołać zaproszenia. Serwer może posiadać tymczasowy problem lub nie masz wystarczających uprawnień, aby odwołać zaproszenie.",
"admin_tools_section": "Narzędzia Administracyjne",
"revoke_invite": "Odwołaj zaproszenie",
"invited_by": "Zaproszony przez %(sender)s",
"room_encrypted": "Wiadomości w tym pokoju są szyfrowane end-to-end.",
"room_encrypted_detail": "Twoje wiadomości są zabezpieczone i tylko Ty i Twój odbiorca posiadacie unikalne klucze, aby je odblokować.",
"room_unencrypted": "Wiadomości w tym pokoju nie są szyfrowane end-to-end.",
"room_unencrypted_detail": "W pokojach szyfrowanych Twoje wiadomości są zabezpieczone i tylko Ty i Twój odbiorca posiadacie unikalne klucze, aby je odblokować.",
"verify_button": "Weryfikuj użytkownika",
"verify_explainer": "Dla dodatkowego bezpieczeństwa, zweryfikuj tego użytkownika za pomocą jednorazowego kodu na obu waszych urządzeniach.",
"hide_verified_sessions": "Ukryj zweryfikowane sesje",
"hide_sessions": "Ukryj sesje",
"ignore_confirm_title": "Ignoruj %(user)s",
"ignore_confirm_description": "Wszystkie wiadomości i zaproszenia od tego użytkownika zostaną ukryte. Czy na pewno chcesz zignorować?",
"jump_to_rr_button": "Przeskocz do potwierdzenia odczytu",
"share_button": "Udostępnij link użytkownika",
"demote_self_confirm_title": "Zdegradować siebie?",
"demote_self_confirm_description_space": "Nie będziesz mógł cofnąć tej zmiany, ponieważ degradujesz swoje uprawnienia. Jeśli jesteś ostatnim użytkownikiem uprzywilejowanym w tej przestrzeni, nie będziesz mógł ich odzyskać.",
"demote_self_confirm_room": "Nie będziesz mógł cofnąć tej zmiany, ponieważ degradujesz swoje uprawnienia. Jeśli jesteś ostatnim użytkownikiem uprzywilejowanym w tym pokoju, nie będziesz mógł ich odzyskać.",
"demote_button": "Degraduj",
"disinvite_button_space": "Cofnij zaproszenie do przestrzeni",
"kick_button_space": "Usuń z przestrzeni",
"disinvite_button_room": "Cofnij zaproszenie do pokoju",
"kick_button_room": "Usuń z pokoju",
"disinvite_button_room_name": "Cofnij zaproszenia z %(roomName)s",
"kick_button_room_name": "Usuń z %(roomName)s",
"kick_button_space_everything": "Usuń ich z wszystkiego co mogę",
"kick_space_specific": "Usuń ich z określonych rzeczy, które mogę",
"kick_space_warning": "Będą w stanie uzyskać dostępu gdziekolwiek, gdzie nie jesteś administratorem.",
"error_kicking_user": "Nie udało się usunąć użytkownika",
"redact_button": "Usuń ostatnie wiadomości",
"unban_button_space": "Odbanuj z przestrzeni",
"ban_button_space": "Zbanuj z przestrzeni",
"unban_button_room": "Odbanuj z przestrzeni",
"ban_button_room": "Zbanuj z pokoju",
"unban_room_confirm_title": "Odbanuj z %(roomName)s",
"ban_room_confirm_title": "Zbanuj z %(roomName)s",
"unban_space_everything": "Odbanuj ich z wszystkiego co mogę",
"ban_space_everything": "Zbanuj ich z wszystkiego co mogę",
"unban_space_specific": "Odbanuj ich z określonych rzeczy, które mogę",
"ban_space_specific": "Zbanuj ich z określonych rzeczy, które mogę",
"unban_space_warning": "Nie będą w stanie uzyskać dostępu gdziekolwiek, gdzie nie jesteś administratorem.",
"error_ban_user": "Nie udało się zbanować użytkownika",
"error_mute_user": "Nie udało się wyciszyć użytkownika",
"promote_warning": "Nie będziesz mógł cofnąć tej zmiany, ponieważ nadajesz użytkownikowi uprawnienia administratorskie równe Twoim.",
"deactivate_confirm_title": "Dezaktywować użytkownika?",
"deactivate_confirm_description": "Dezaktywacja tego użytkownika, wyloguje go i uniemożliwi logowanie ponowne. Dodatkowo, opuści wszystkie pokoje, w których się znajdują. Tej akcji nie można cofnąć. Czy na pewno chcesz dezaktywować tego użytkownika?",
"deactivate_confirm_action": "Dezaktywuj użytkownika",
"error_deactivate": "Nie udało się zdezaktywować użytkownika",
"role_label": "Role w <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Przypięte wiadomości",
"empty": "Nie przypięto tu jeszcze niczego",
"explainer": "Jeżeli masz uprawnienia, przejdź do menu dowolnej wiadomości i wybierz <b>Przypnij</b>, aby przyczepić ją tutaj.",
"limits": {
"other": "Możesz przypiąć do %(count)s widżetów"
}
},
"video_room_chat": {
"title": "Czat"
},
"room_summary_card": {
"title": "Informacje pokoju"
},
"widgets_section": "Widżety",
"edit_integrations": "Edytuj widżety, mostki i boty",
"add_integrations": "Dodaj widżety, mostki i boty",
"files_button": "Pliki",
"polls_button": "Historia ankiet",
"pinned_messages_button": "Przypięte",
"export_chat_button": "Eksportuj czat",
"share_button": "Udostępnij pokój",
"settings_button": "Ustawienia pokoju"
}
}

View file

@ -39,26 +39,20 @@
"other": "e %(count)s outros...",
"one": "e um outro..."
},
"Are you sure?": "Você tem certeza?",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s de %(monthName)s de %(fullYear)s às %(time)s",
"Decrypt %(text)s": "Descriptografar %(text)s",
"Download %(text)s": "Baixar %(text)s",
"Failed to ban user": "Não foi possível banir o/a usuário/a",
"Failed to load timeline position": "Não foi possível carregar a posição na linha do tempo",
"Failed to mute user": "Não foi possível remover notificações da/do usuária/o",
"Failed to reject invite": "Não foi possível rejeitar o convite",
"Join Room": "Ingressar na sala",
"Jump to first unread message.": "Ir diretamente para a primeira das mensagens não lidas.",
"not specified": "não especificado",
"No more results": "Não há mais resultados",
"Search failed": "Busca falhou",
"Server may be unavailable, overloaded, or search timed out :(": "O servidor pode estar indisponível, sobrecarregado, ou a busca ultrapassou o tempo limite :(",
"This room has no local addresses": "Esta sala não tem endereços locais",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Tentei carregar um ponto específico na linha do tempo desta sala, mas parece que você não tem permissões para ver a mensagem em questão.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Tentei carregar um ponto específico na linha do tempo desta sala, mas não o encontrei.",
"You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?",
"You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você.",
"An error has occurred.": "Ocorreu um erro.",
"Email address": "Endereço de email",
"Error decrypting attachment": "Erro ao descriptografar o anexo",
@ -79,7 +73,6 @@
"other": "Enviando o arquivo %(filename)s e %(count)s outros arquivos"
},
"Uploading %(filename)s": "Enviando o arquivo %(filename)s",
"Admin Tools": "Ferramentas de Administração",
"(~%(count)s results)": {
"other": "(~%(count)s resultados)",
"one": "(~%(count)s resultado)"
@ -92,16 +85,13 @@
"Today": "Hoje",
"Friday": "Sexta-feira",
"Changelog": "Histórico de alterações",
"This Room": "Esta sala",
"Unavailable": "Indisponível",
"Filter results": "Filtrar resultados",
"Tuesday": "Terça-feira",
"Search…": "Pesquisar…",
"Unnamed room": "Sala sem nome",
"Saturday": "Sábado",
"Monday": "Segunda-feira",
"Send": "Enviar",
"All Rooms": "Todas as salas",
"You cannot delete this message. (%(code)s)": "Não pode apagar esta mensagem. (%(code)s)",
"Thursday": "Quinta-feira",
"Yesterday": "Ontem",
@ -396,7 +386,8 @@
"authentication": "Autenticação",
"rooms": "Salas",
"low_priority": "Baixa prioridade",
"historical": "Histórico"
"historical": "Histórico",
"are_you_sure": "Você tem certeza?"
},
"action": {
"continue": "Continuar",
@ -778,7 +769,13 @@
"dm_invite_subtitle": "<userName/> quer falar",
"invite_subtitle": "<userName/> convidou-o",
"not_found_title_name": "%(roomName)s não existe.",
"inaccessible_name": "%(roomName)s não está acessível neste momento."
"inaccessible_name": "%(roomName)s não está acessível neste momento.",
"search": {
"this_room": "Esta sala",
"all_rooms": "Todas as salas",
"field_placeholder": "Pesquisar…"
},
"jump_read_marker": "Ir diretamente para a primeira das mensagens não lidas."
},
"file_panel": {
"guest_note": "Você deve <a>se registrar</a> para poder usar esta funcionalidade",
@ -809,7 +806,8 @@
"user_url_previews_default_on": "Você <a>habilitou</a> pré-visualizações de links por padrão.",
"user_url_previews_default_off": "Você <a>desabilitou</a> pré-visualizações de links por padrão.",
"url_previews_section": "Pré-visualização de links",
"other_section": "Outros"
"other_section": "Outros",
"no_aliases_room": "Esta sala não tem endereços locais"
},
"advanced": {
"unfederated": "Esta sala não é acessível para servidores Matrix remotos"
@ -914,5 +912,11 @@
"invited_list_heading": "Convidada(o)",
"filter_placeholder": "Filtrar integrantes da sala",
"power_label": "%(userName)s (nível de permissão %(powerLevelNumber)s)"
},
"user_info": {
"admin_tools_section": "Ferramentas de Administração",
"error_ban_user": "Não foi possível banir o/a usuário/a",
"error_mute_user": "Não foi possível remover notificações da/do usuária/o",
"promote_warning": "Você não poderá desfazer esta mudança, pois estará dando a este(a) usuário(a) o mesmo nível de permissões que você."
}
}

View file

@ -39,26 +39,20 @@
"one": "e um outro...",
"other": "e %(count)s outros..."
},
"Are you sure?": "Você tem certeza?",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s de %(monthName)s de %(fullYear)s às %(time)s",
"Decrypt %(text)s": "Descriptografar %(text)s",
"Download %(text)s": "Baixar %(text)s",
"Failed to ban user": "Não foi possível banir o usuário",
"Failed to load timeline position": "Não foi possível carregar um trecho da conversa",
"Failed to mute user": "Não foi possível remover notificações da/do usuária/o",
"Failed to reject invite": "Não foi possível recusar o convite",
"Join Room": "Ingressar na sala",
"Jump to first unread message.": "Ir diretamente para a primeira das mensagens não lidas.",
"not specified": "não especificado",
"No more results": "Não há mais resultados",
"Search failed": "Busca falhou",
"Server may be unavailable, overloaded, or search timed out :(": "O servidor pode estar indisponível, sobrecarregado, ou a busca ultrapassou o tempo limite :(",
"This room has no local addresses": "Esta sala não tem endereços locais",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Não foi possível carregar um trecho específico da conversa desta sala, porque parece que você não tem permissão para ler a mensagem em questão.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Não foi possível carregar um trecho específico da conversa desta sala.",
"You seem to be in a call, are you sure you want to quit?": "Parece que você está em uma chamada. Tem certeza que quer sair?",
"You seem to be uploading files, are you sure you want to quit?": "Parece que você está enviando arquivos. Tem certeza que quer sair?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.",
"An error has occurred.": "Ocorreu um erro.",
"Email address": "Endereço de e-mail",
"Error decrypting attachment": "Erro ao descriptografar o anexo",
@ -80,7 +74,6 @@
"other": "Enviando o arquivo %(filename)s e %(count)s outros arquivos"
},
"Create new room": "Criar nova sala",
"Admin Tools": "Ferramentas de administração",
"(~%(count)s results)": {
"one": "(~%(count)s resultado)",
"other": "(~%(count)s resultados)"
@ -91,8 +84,6 @@
"AM": "AM",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s de %(monthName)s de %(fullYear)s",
"Send": "Enviar",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Você não poderá desfazer essa alteração, já que está rebaixando sua própria permissão. Se você for a última pessoa nesta sala, será impossível recuperar a permissão atual.",
"Jump to read receipt": "Ir para a confirmação de leitura",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
"%(duration)sh": "%(duration)sh",
@ -110,28 +101,16 @@
"Today": "Hoje",
"Friday": "Sexta-feira",
"Changelog": "Registro de alterações",
"This Room": "Esta sala",
"Unavailable": "Indisponível",
"Filter results": "Filtrar resultados",
"Tuesday": "Terça-feira",
"Search…": "Buscar…",
"Saturday": "Sábado",
"Monday": "Segunda-feira",
"All Rooms": "Todas as salas",
"You cannot delete this message. (%(code)s)": "Você não pode apagar esta mensagem. (%(code)s)",
"Thursday": "Quinta-feira",
"Yesterday": "Ontem",
"Wednesday": "Quarta-feira",
"Thank you!": "Obrigado!",
"This event could not be displayed": "Este evento não pôde ser exibido",
"Share Link to User": "Compartilhar este usuário",
"Share room": "Compartilhar sala",
"Set up": "Configurar",
"Only room administrators will see this warning": "Somente administradores de sala verão esse alerta",
"You don't currently have any stickerpacks enabled": "No momento, você não tem pacotes de figurinhas ativados",
"Demote": "Reduzir privilégio",
"Demote yourself?": "Reduzir seu próprio privilégio?",
"Add some now": "Adicione alguns agora",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Não é possível carregar o evento que foi respondido, ele não existe ou você não tem permissão para visualizá-lo.",
"Preparing to send logs": "Preparando para enviar relatórios",
"Logs sent": "Relatórios enviados",
@ -241,7 +220,6 @@
"Headphones": "Fones de ouvido",
"Folder": "Pasta",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "As mensagens estão protegidas com a criptografia de ponta a ponta. Somente você e o(s) destinatário(s) têm as chaves para ler essas mensagens.",
"Back up your keys before signing out to avoid losing them.": "Faça o backup das suas chaves antes de sair, para evitar perdê-las.",
"Start using Key Backup": "Comece a usar backup de chave",
"You signed in to a new session without verifying it:": "Você entrou em uma nova sessão sem confirmá-la:",
"Verify your other session using one of the options below.": "Confirme suas outras sessões usando uma das opções abaixo.",
@ -253,20 +231,8 @@
"Ok": "Ok",
"IRC display name width": "Largura do nome e sobrenome nas mensagens",
"Lock": "Cadeado",
"Show more": "Mostrar mais",
"This backup is trusted because it has been restored on this session": "Este backup é confiável, pois foi restaurado nesta sessão",
"This room is end-to-end encrypted": "Esta sala é criptografada de ponta a ponta",
"Encrypted by an unverified session": "Criptografada por uma sessão não confirmada",
"Unencrypted": "Descriptografada",
"Encrypted by a deleted session": "Criptografada por uma sessão já apagada",
"The authenticity of this encrypted message can't be guaranteed on this device.": "A autenticidade desta mensagem criptografada não pode ser garantida neste aparelho.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Atualizar esta sala irá fechar a instância atual da sala e criar uma sala atualizada com o mesmo nome.",
"Start Verification": "Iniciar confirmação",
"Messages in this room are end-to-end encrypted.": "As mensagens nesta sala estão criptografadas de ponta a ponta.",
"Messages in this room are not end-to-end encrypted.": "As mensagens nesta sala não estão criptografadas de ponta a ponta.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Em salas criptografadas, suas mensagens estão seguras e apenas você e a pessoa que a recebe têm as chaves únicas que permitem a sua leitura.",
"Verify User": "Confirmar usuário",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Para maior segurança, confirme este usuário comparando um código único em ambos os aparelhos.",
"This client does not support end-to-end encryption.": "A sua versão do aplicativo não suporta a criptografia de ponta a ponta.",
"Verify by scanning": "Confirmar através de QR Code",
"If you can't scan the code above, verify by comparing unique emoji.": "Se você não consegue escanear o código acima, confirme comparando emojis únicos.",
@ -334,13 +300,6 @@
"Integrations are disabled": "As integrações estão desativadas",
"Integrations not allowed": "As integrações não estão permitidas",
"This room is public": "Esta sala é pública",
"This room has already been upgraded.": "Esta sala já foi atualizada.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Esta sala está executando a versão <roomVersion />, que este servidor marcou como <i>instável</i>.",
"Local address": "Endereço local",
"Published Addresses": "Endereços publicados",
"Other published addresses:": "Outros endereços publicados:",
"New published address (e.g. #alias:server)": "Novo endereço publicado (por exemplo, #nome:server)",
"Local Addresses": "Endereços locais",
"%(name)s cancelled verifying": "%(name)s cancelou a confirmação",
"Power level": "Nível de permissão",
"Looks good": "Muito bem",
@ -352,56 +311,22 @@
"Email (optional)": "E-mail (opcional)",
"Deactivate account": "Desativar minha conta",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Para relatar um problema de segurança relacionado à tecnologia Matrix, leia a <a>Política de Divulgação de Segurança</a> da Matrix.org.",
"Room Topic": "Descrição da sala",
"Resend %(unsentCount)s reaction(s)": "Reenviar %(unsentCount)s reações",
"This user has not verified all of their sessions.": "Este usuário não confirmou todas as próprias sessões.",
"You have not verified this user.": "Você não confirmou este usuário.",
"You have verified this user. This user has verified all of their sessions.": "Você confirmou este usuário. Este usuário confirmou todas as próprias sessões.",
"Someone is using an unknown session": "Alguém está usando uma sessão desconhecida",
"Everyone in this room is verified": "Todos nesta sala estão confirmados",
"Edit message": "Editar mensagem",
"Scroll to most recent messages": "Ir para as mensagens recentes",
"Failed to connect to integration manager": "Falha ao conectar-se ao gerenciador de integrações",
"Failed to revoke invite": "Falha ao revogar o convite",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Não foi possível revogar o convite. O servidor pode estar com um problema temporário ou você não tem permissões suficientes para revogar o convite.",
"Revoke invite": "Revogar o convite",
"Invited by %(sender)s": "Convidado por %(sender)s",
"Error updating main address": "Erro ao atualizar o endereço principal",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Ocorreu um erro ao atualizar o endereço principal da sala. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Ocorreu um erro ao atualizar o endereço alternativo da sala. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"Error creating address": "Erro ao criar o endereço",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Ocorreu um erro ao criar esse endereço. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"You don't have permission to delete the address.": "Você não tem permissão para excluir este endereço.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Ocorreu um erro ao remover esse endereço. Ele pode não mais existir ou houve um problema temporário.",
"Error removing address": "Erro ao remover o endereço",
"Main address": "Endereço principal",
"Room Name": "Nome da sala",
"Room avatar": "Foto da sala",
"Waiting for %(displayName)s to accept…": "Aguardando %(displayName)s aceitar…",
"Accepting…": "Aceitando…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Suas mensagens são protegidas e somente você e o destinatário têm as chaves exclusivas para desbloqueá-las.",
"Your messages are not secure": "Suas mensagens não estão seguras",
"Your homeserver": "Seu servidor local",
"%(count)s verified sessions": {
"other": "%(count)s sessões confirmadas",
"one": "1 sessão confirmada"
},
"Hide verified sessions": "Esconder sessões confirmadas",
"%(count)s sessions": {
"other": "%(count)s sessões",
"one": "%(count)s sessão"
},
"Hide sessions": "Esconder sessões",
"No recent messages by %(user)s found": "Nenhuma mensagem recente de %(user)s foi encontrada",
"Remove recent messages by %(user)s": "Apagar mensagens de %(user)s na sala",
"Remove %(count)s messages": {
"other": "Apagar %(count)s mensagens para todos",
"one": "Remover 1 mensagem"
},
"Remove recent messages": "Apagar mensagens desta pessoa na sala",
"Deactivate user?": "Desativar usuário?",
"Deactivate user": "Desativar usuário",
"Failed to deactivate user": "Falha ao desativar o usuário",
"You've successfully verified your device!": "Você confirmou o seu aparelho com êxito!",
"Verification timed out.": "O tempo de confirmação se esgotou.",
"%(displayName)s cancelled verification.": "%(displayName)s cancelou a confirmação.",
@ -476,16 +401,12 @@
"Almost there! Is %(displayName)s showing the same shield?": "Quase lá! Este escudo também aparece para %(displayName)s?",
"You've successfully verified %(displayName)s!": "Você confirmou %(displayName)s com sucesso!",
"Confirm this user's session by comparing the following with their User Settings:": "Confirme a sessão deste usuário comparando o seguinte com as configurações deste usuário:",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Desativar este usuário irá desconectá-lo e impedi-lo de fazer o login novamente. Além disso, ele sairá de todas as salas em que estiver. Esta ação não pode ser revertida. Tem certeza de que deseja desativar este usuário?",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Apagar chaves de autoverificação é permanente. Qualquer pessoa com quem você se confirmou receberá alertas de segurança. Não é aconselhável fazer isso, a menos que você tenha perdido todos os aparelhos nos quais fez a autoverificação.",
"Clear cross-signing keys": "Limpar chaves autoverificadas",
"a device cross-signing signature": "um aparelho autoverificado",
"Homeserver URL does not appear to be a valid Matrix homeserver": "O endereço do servidor local não parece indicar um servidor local válido na Matrix",
"Identity server URL does not appear to be a valid identity server": "O endereço do servidor de identidade não parece indicar um servidor de identidade válido",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Quando há muitas mensagens, isso pode levar algum tempo. Por favor, não recarregue o seu cliente enquanto isso.",
"No other published addresses yet, add one below": "Nenhum endereço publicado ainda, adicione um abaixo",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Defina endereços para esta sala, de modo que os usuários possam encontrar esta sala em seu servidor local (%(localDomain)s)",
"One of the following may be compromised:": "Um dos seguintes pode estar comprometido:",
"%(brand)s encountered an error during upload of:": "%(brand)s encontrou um erro durante o envio de:",
"Upload completed": "Envio concluído",
"Cancelled signature upload": "Envio cancelado da assinatura",
@ -502,10 +423,6 @@
"The server has denied your request.": "O servidor recusou a sua solicitação.",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Você confirmou %(deviceName)s (%(deviceId)s) com êxito!",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Tente rolar para cima na conversa para ver se há mensagens anteriores.",
"Widgets": "Widgets",
"Edit widgets, bridges & bots": "Editar widgets, integrações e bots",
"Add widgets, bridges & bots": "Adicionar widgets, integrações e bots",
"Room settings": "Configurações da sala",
"Use the <a>Desktop app</a> to see all encrypted files": "Use o <a>app para Computador</a> para ver todos os arquivos criptografados",
"Use the <a>Desktop app</a> to search encrypted messages": "Use o <a>app para Computador</a> para buscar mensagens criptografadas",
"This version of %(brand)s does not support viewing some encrypted files": "Esta versão do %(brand)s não permite visualizar alguns arquivos criptografados",
@ -514,7 +431,6 @@
"Backup version:": "Versão do backup:",
"Not encrypted": "Não criptografada",
"Ignored attempt to disable encryption": "A tentativa de desativar a criptografia foi ignorada",
"Message Actions": "Ações da mensagem",
"Join the conference at the top of this room": "Entre na chamada em grupo no topo desta sala",
"Join the conference from the room information card on the right": "Participe da chamada em grupo, clicando no botão de informações da sala, à direita da tela",
"Video conference ended by %(senderName)s": "Chamada de vídeo em grupo encerrada por %(senderName)s",
@ -532,9 +448,6 @@
"A connection error occurred while trying to contact the server.": "Um erro ocorreu na conexão do Element com o servidor.",
"Unable to set up keys": "Não foi possível configurar as chaves",
"Failed to get autodiscovery configuration from server": "Houve uma falha para obter do servidor a configuração de encontrar contatos",
"You can only pin up to %(count)s widgets": {
"other": "Você pode fixar até %(count)s widgets"
},
"Modal Widget": "Popup do widget",
"Data on this screen is shared with %(widgetDomain)s": "Dados nessa tela são compartilhados com %(widgetDomain)s",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Convide alguém a partir do nome, e-mail ou nome de usuário (por exemplo: <userId/>) ou <a>compartilhe esta sala</a>.",
@ -815,7 +728,6 @@
"Wrong Security Key": "Chave de Segurança errada",
"Transfer": "Transferir",
"A call can only be transferred to a single user.": "Uma chamada só pode ser transferida para um único usuário.",
"Set my room layout for everyone": "Definir a minha aparência da sala para todos",
"Open dial pad": "Abrir o teclado de discagem",
"Dial pad": "Teclado de discagem",
"Remember this": "Lembre-se disso",
@ -831,14 +743,8 @@
"Invite someone using their name, username (like <userId/>) or <a>share this space</a>.": "Convide alguém a partir do nome, nome de usuário (como <userId/>) ou <a>compartilhe este espaço</a>.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Convide alguém a partir do nome, endereço de e-mail, nome de usuário (como <userId/>) ou <a>compartilhe este espaço</a>.",
"Create a new room": "Criar uma nova sala",
"Your message was sent": "A sua mensagem foi enviada",
"Create a space": "Criar um espaço",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Seu %(brand)s não permite que você use o gerenciador de integrações para fazer isso. Entre em contato com o administrador.",
"This space has no local addresses": "Este espaço não tem endereços locais",
"No microphone found": "Nenhum microfone encontrado",
"Unable to access your microphone": "Não foi possível acessar seu microfone",
"View message": "Ver mensagem",
"Failed to send": "Falhou a enviar",
"To join a space you'll need an invite.": "Para se juntar a um espaço você precisará de um convite.",
"You may contact me if you have any follow up questions": "Vocês podem me contactar se tiverem quaisquer perguntas subsequentes",
"Search for rooms or people": "Procurar por salas ou pessoas",
@ -888,22 +794,8 @@
"Call back": "Chamar de volta",
"Call declined": "Chamada recusada",
"Edit devices": "Editar dispositivos",
"Role in <RoomName/>": "Cargo em <RoomName/>",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Você não poderá desfazer esta mudança, já que está tirando seu próprio cargo, e se você for o último usuário com privilégios neste espaço será impossível ganhá-los novamente.",
"Pinned messages": "Mensagens fixadas",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Caso você tenha a permissão para isso, abra o menu em qualquer mensagem e selecione <b>Fixar</b> para fixá-la aqui.",
"Nothing pinned, yet": "Nada fixado ainda",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Defina endereços para este espaço para que usuários possam encontrá-lo através do seu servidor local (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Para publicar um endereço, ele precisa ser configurado como um endereço local primeiro.",
"Published addresses can be used by anyone on any server to join your room.": "Endereços publicados podem ser usados por qualquer um em qualquer servidor para entrar em sua sala.",
"Published addresses can be used by anyone on any server to join your space.": "Endereços publicados podem ser usados por qualquer um em qualquer servidor para entrar em seu espaço.",
"Stop recording": "Parar a gravação",
"We didn't find a microphone on your device. Please check your settings and try again.": "Não foi possível encontrar um microfone em seu dispositivo. Confira suas configurações e tente novamente.",
"We were unable to access your microphone. Please check your browser settings and try again.": "Não foi possível acessar seu microfone. Por favor, confira as configurações do seu navegador e tente novamente.",
"Send voice message": "Enviar uma mensagem de voz",
"MB": "MB",
"In reply to <a>this message</a>": "Em resposta a <a>esta mensagem</a>",
"Export chat": "Exportar conversa",
"Space selection": "Seleção de Espaços",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s e %(count)s outro",
@ -936,22 +828,6 @@
"Vote not registered": "Voto não registrado",
"Downloading": "Baixando",
"In encrypted rooms, verify all users to ensure it's secure.": "Em salas criptografadas, verifique todos os usuários para garantir a segurança.",
"They won't be able to access whatever you're not an admin of.": "Eles não poderão acessar o que você não é administrador.",
"Ban them from specific things I'm able to": "Bani-los de coisas específicas que faço",
"Unban them from specific things I'm able to": "Desbani-los de coisas específicas que eu faço",
"Unban them from everything I'm able to": "Desbani-los de tudo que eu faço",
"Ban them from everything I'm able to": "Bani-los de tudo que eu faço",
"Ban from %(roomName)s": "Banir de %(roomName)s",
"Unban from %(roomName)s": "Desbanir de %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Eles ainda poderão acessar tudo o que você não for administrador.",
"Disinvite from %(roomName)s": "Cancelar convite de %(roomName)s",
"Files": "Arquivos",
"Close this widget to view it in this panel": "Feche este widget para visualizá-lo neste painel",
"Unpin this widget to view it in this panel": "Solte este widget para visualizá-lo neste painel",
"Chat": "Bate-papo",
"Yours, or the other users' session": "A sua ou a sessão de outros usuários",
"Yours, or the other users' internet connection": "A sua ou a conexão de Internet de outros usuários",
"The homeserver the user you're verifying is connected to": "O servidor doméstico do usuário que você está verificando está conectado",
"Recently viewed": "Visualizado recentemente",
"Reply in thread": "Responder no tópico",
"%(count)s reply": {
@ -973,11 +849,6 @@
},
"Saved Items": "Itens salvos",
"Remove messages sent by me": "",
"Text": "Texto",
"Edit link": "Editar ligação",
"Copy link to thread": "Copiar ligação para o tópico",
"Create a link": "Criar uma ligação",
"View in room": "Ver na sala",
"common": {
"about": "Sobre a sala",
"analytics": "Análise",
@ -1084,7 +955,11 @@
"low_priority": "Baixa prioridade",
"historical": "Histórico",
"go_to_settings": "Ir para as configurações",
"setup_secure_messages": "Configurar mensagens seguras"
"setup_secure_messages": "Configurar mensagens seguras",
"unencrypted": "Descriptografada",
"view_message": "Ver mensagem",
"show_more": "Mostrar mais",
"are_you_sure": "Você tem certeza?"
},
"action": {
"continue": "Continuar",
@ -1308,9 +1183,17 @@
"poll_button_no_perms_description": "Você não tem permissão para iniciar enquetes nesta sala.",
"format_italics": "Itálico",
"format_insert_link": "Inserir link",
"replying_title": "Em resposta a"
"replying_title": "Em resposta a",
"edit_composer_label": "Editar mensagem",
"send_voice_message": "Enviar uma mensagem de voz",
"stop_voice_message": "Parar a gravação",
"link_modal": {
"title_edit": "Editar ligação",
"title_create": "Criar uma ligação",
"text_field_label": "Texto",
"link_field_label": "Ligação"
}
},
"Link": "Ligação",
"Code": "Código",
"power_level": {
"default": "Padrão",
@ -2081,6 +1964,14 @@
"read_receipt_title": {
"one": "Visto por %(count)s pessoa",
"other": "Visto por %(count)s pessoas"
},
"error_no_renderer": "Este evento não pôde ser exibido",
"send_state_sent": "A sua mensagem foi enviada",
"send_state_failed": "Falhou a enviar",
"mab": {
"label": "Ações da mensagem",
"view_in_room": "Ver na sala",
"copy_link_thread": "Copiar ligação para o tópico"
}
},
"slash_command": {
@ -2280,7 +2171,11 @@
"other": "%(count)s pessoas entraram"
},
"unknown_person": "pessoa desconhecida",
"connecting": "Conectando"
"connecting": "Conectando",
"unable_to_access_audio_input_title": "Não foi possível acessar seu microfone",
"unable_to_access_audio_input_description": "Não foi possível acessar seu microfone. Por favor, confira as configurações do seu navegador e tente novamente.",
"no_audio_input_title": "Nenhum microfone encontrado",
"no_audio_input_description": "Não foi possível encontrar um microfone em seu dispositivo. Confira suas configurações e tente novamente."
},
"Other": "Outros",
"room_settings": {
@ -2393,7 +2288,32 @@
"save": "Salvar alterações",
"leave_space": "Sair desse espaço",
"aliases_section": "Endereços da sala",
"other_section": "Outros"
"other_section": "Outros",
"error_updating_canonical_alias_title": "Erro ao atualizar o endereço principal",
"error_updating_canonical_alias_description": "Ocorreu um erro ao atualizar o endereço principal da sala. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"error_updating_alias_description": "Ocorreu um erro ao atualizar o endereço alternativo da sala. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"error_creating_alias_title": "Erro ao criar o endereço",
"error_creating_alias_description": "Ocorreu um erro ao criar esse endereço. Isso pode não ser permitido pelo servidor ou houve um problema temporário.",
"error_deleting_alias_description_forbidden": "Você não tem permissão para excluir este endereço.",
"error_deleting_alias_description": "Ocorreu um erro ao remover esse endereço. Ele pode não mais existir ou houve um problema temporário.",
"error_deleting_alias_title": "Erro ao remover o endereço",
"canonical_alias_field_label": "Endereço principal",
"no_aliases_space": "Este espaço não tem endereços locais",
"no_aliases_room": "Esta sala não tem endereços locais",
"local_alias_field_label": "Endereço local",
"published_aliases_section": "Endereços publicados",
"published_aliases_explainer_space": "Endereços publicados podem ser usados por qualquer um em qualquer servidor para entrar em seu espaço.",
"published_aliases_explainer_room": "Endereços publicados podem ser usados por qualquer um em qualquer servidor para entrar em sua sala.",
"published_aliases_description": "Para publicar um endereço, ele precisa ser configurado como um endereço local primeiro.",
"aliases_items_label": "Outros endereços publicados:",
"aliases_no_items_label": "Nenhum endereço publicado ainda, adicione um abaixo",
"new_alias_placeholder": "Novo endereço publicado (por exemplo, #nome:server)",
"local_aliases_section": "Endereços locais",
"local_aliases_explainer_space": "Defina endereços para este espaço para que usuários possam encontrá-lo através do seu servidor local (%(localDomain)s)",
"local_aliases_explainer_room": "Defina endereços para esta sala, de modo que os usuários possam encontrar esta sala em seu servidor local (%(localDomain)s)",
"name_field_label": "Nome da sala",
"topic_field_label": "Descrição da sala",
"avatar_field_label": "Foto da sala"
},
"advanced": {
"unfederated": "Esta sala não é acessível para servidores Matrix remotos",
@ -2459,7 +2379,10 @@
"unverified_sessions_toast_description": "Revise para assegurar que sua conta está segura",
"unverified_sessions_toast_reject": "Mais tarde",
"unverified_session_toast_title": "Novo login. Foi você?",
"request_toast_detail": "%(deviceId)s de %(ip)s"
"request_toast_detail": "%(deviceId)s de %(ip)s",
"waiting_for_user_accept": "Aguardando %(displayName)s aceitar…",
"accepting": "Aceitando…",
"start_button": "Iniciar confirmação"
},
"old_version_detected_title": "Dados de criptografia antigos foram detectados",
"old_version_detected_description": "Detectamos uma versão mais antiga do %(brand)s. Isso fará com que a criptografia de ponta a ponta não funcione corretamente. As mensagens criptografadas de ponta a ponta trocadas recentemente, enquanto você usava a versão mais antiga, talvez não sejam descriptografáveis na nova versão. Isso também poderá fazer com que as mensagens trocadas nesta sessão falhem na mais atual. Se você tiver problemas, desconecte-se e entre novamente. Para manter o histórico de mensagens, exporte e reimporte suas chaves.",
@ -2491,6 +2414,26 @@
"description_1": "Esta sessão detectou que a sua Frase de Segurança e a chave para mensagens seguras foram removidas.",
"description_2": "Se você fez isso acidentalmente, você pode configurar Mensagens Seguras nesta sessão, o que vai re-criptografar o histórico de mensagens desta sessão com uma nova opção de recuperação.",
"warning": "Se você não excluiu a opção de recuperação, um invasor pode estar tentando acessar sua conta. Altere a senha da sua conta e defina imediatamente uma nova opção de recuperação nas Configurações."
},
"setup_secure_backup": {
"explainer": "Faça o backup das suas chaves antes de sair, para evitar perdê-las.",
"title": "Configurar"
},
"cross_signing_user_warning": "Este usuário não confirmou todas as próprias sessões.",
"cross_signing_user_normal": "Você não confirmou este usuário.",
"cross_signing_user_verified": "Você confirmou este usuário. Este usuário confirmou todas as próprias sessões.",
"cross_signing_room_warning": "Alguém está usando uma sessão desconhecida",
"cross_signing_room_normal": "Esta sala é criptografada de ponta a ponta",
"cross_signing_room_verified": "Todos nesta sala estão confirmados",
"event_shield_reason_authenticity_not_guaranteed": "A autenticidade desta mensagem criptografada não pode ser garantida neste aparelho.",
"event_shield_reason_mismatched_sender_key": "Criptografada por uma sessão não confirmada",
"messages_not_secure": {
"title": "Suas mensagens não estão seguras",
"heading": "Um dos seguintes pode estar comprometido:",
"cause_1": "Seu servidor local",
"cause_2": "O servidor doméstico do usuário que você está verificando está conectado",
"cause_3": "A sua ou a conexão de Internet de outros usuários",
"cause_4": "A sua ou a sessão de outros usuários"
}
},
"emoji": {
@ -2775,7 +2718,10 @@
"cookie_warning": "Este widget pode usar cookies.",
"error_loading": "Erro ao carregar o Widget",
"error_mixed_content": "Erro - Conteúdo misto",
"popout": "Widget Popout"
"popout": "Widget Popout",
"unpin_to_view_right_panel": "Solte este widget para visualizá-lo neste painel",
"close_to_view_right_panel": "Feche este widget para visualizá-lo neste painel",
"set_room_layout": "Definir a minha aparência da sala para todos"
},
"feedback": {
"sent": "Comentário enviado",
@ -2991,7 +2937,18 @@
"peek_join_prompt": "Você está visualizando %(roomName)s. Deseja participar?",
"no_peek_join_prompt": "%(roomName)s não pode ser visualizado. Deseja participar?",
"not_found_title_name": "%(roomName)s não existe.",
"inaccessible_name": "%(roomName)s não está acessível neste momento."
"inaccessible_name": "%(roomName)s não está acessível neste momento.",
"jump_to_bottom_button": "Ir para as mensagens recentes",
"upgrade_warning_bar": "Atualizar esta sala irá fechar a instância atual da sala e criar uma sala atualizada com o mesmo nome.",
"upgrade_warning_bar_upgraded": "Esta sala já foi atualizada.",
"upgrade_warning_bar_unstable": "Esta sala está executando a versão <roomVersion />, que este servidor marcou como <i>instável</i>.",
"upgrade_warning_bar_admins": "Somente administradores de sala verão esse alerta",
"search": {
"this_room": "Esta sala",
"all_rooms": "Todas as salas",
"field_placeholder": "Buscar…"
},
"jump_read_marker": "Ir diretamente para a primeira das mensagens não lidas."
},
"file_panel": {
"guest_note": "Você deve <a>se registrar</a> para usar este recurso",
@ -3178,5 +3135,68 @@
"invited_list_heading": "Convidada(o)",
"filter_placeholder": "Pesquisar participantes da sala",
"power_label": "%(userName)s (nível de permissão %(powerLevelNumber)s)"
},
"stickers": {
"empty": "No momento, você não tem pacotes de figurinhas ativados",
"empty_add_prompt": "Adicione alguns agora"
},
"user_info": {
"error_revoke_3pid_invite_title": "Falha ao revogar o convite",
"error_revoke_3pid_invite_description": "Não foi possível revogar o convite. O servidor pode estar com um problema temporário ou você não tem permissões suficientes para revogar o convite.",
"admin_tools_section": "Ferramentas de administração",
"revoke_invite": "Revogar o convite",
"invited_by": "Convidado por %(sender)s",
"room_encrypted": "As mensagens nesta sala estão criptografadas de ponta a ponta.",
"room_encrypted_detail": "Suas mensagens são protegidas e somente você e o destinatário têm as chaves exclusivas para desbloqueá-las.",
"room_unencrypted": "As mensagens nesta sala não estão criptografadas de ponta a ponta.",
"room_unencrypted_detail": "Em salas criptografadas, suas mensagens estão seguras e apenas você e a pessoa que a recebe têm as chaves únicas que permitem a sua leitura.",
"verify_button": "Confirmar usuário",
"verify_explainer": "Para maior segurança, confirme este usuário comparando um código único em ambos os aparelhos.",
"hide_verified_sessions": "Esconder sessões confirmadas",
"hide_sessions": "Esconder sessões",
"jump_to_rr_button": "Ir para a confirmação de leitura",
"share_button": "Compartilhar este usuário",
"demote_self_confirm_title": "Reduzir seu próprio privilégio?",
"demote_self_confirm_description_space": "Você não poderá desfazer esta mudança, já que está tirando seu próprio cargo, e se você for o último usuário com privilégios neste espaço será impossível ganhá-los novamente.",
"demote_self_confirm_room": "Você não poderá desfazer essa alteração, já que está rebaixando sua própria permissão. Se você for a última pessoa nesta sala, será impossível recuperar a permissão atual.",
"demote_button": "Reduzir privilégio",
"disinvite_button_room_name": "Cancelar convite de %(roomName)s",
"kick_space_warning": "Eles ainda poderão acessar tudo o que você não for administrador.",
"redact_button": "Apagar mensagens desta pessoa na sala",
"unban_room_confirm_title": "Desbanir de %(roomName)s",
"ban_room_confirm_title": "Banir de %(roomName)s",
"unban_space_everything": "Desbani-los de tudo que eu faço",
"ban_space_everything": "Bani-los de tudo que eu faço",
"unban_space_specific": "Desbani-los de coisas específicas que eu faço",
"ban_space_specific": "Bani-los de coisas específicas que faço",
"unban_space_warning": "Eles não poderão acessar o que você não é administrador.",
"error_ban_user": "Não foi possível banir o usuário",
"error_mute_user": "Não foi possível remover notificações da/do usuária/o",
"promote_warning": "Você não poderá desfazer essa alteração, pois está promovendo o usuário ao mesmo nível de permissão que você.",
"deactivate_confirm_title": "Desativar usuário?",
"deactivate_confirm_description": "Desativar este usuário irá desconectá-lo e impedi-lo de fazer o login novamente. Além disso, ele sairá de todas as salas em que estiver. Esta ação não pode ser revertida. Tem certeza de que deseja desativar este usuário?",
"deactivate_confirm_action": "Desativar usuário",
"error_deactivate": "Falha ao desativar o usuário",
"role_label": "Cargo em <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Mensagens fixadas",
"empty": "Nada fixado ainda",
"explainer": "Caso você tenha a permissão para isso, abra o menu em qualquer mensagem e selecione <b>Fixar</b> para fixá-la aqui.",
"limits": {
"other": "Você pode fixar até %(count)s widgets"
}
},
"video_room_chat": {
"title": "Bate-papo"
},
"widgets_section": "Widgets",
"edit_integrations": "Editar widgets, integrações e bots",
"add_integrations": "Adicionar widgets, integrações e bots",
"files_button": "Arquivos",
"export_chat_button": "Exportar conversa",
"share_button": "Compartilhar sala",
"settings_button": "Configurações da sala"
}
}

View file

@ -35,15 +35,12 @@
"other": "и %(count)s других...",
"one": "и ещё кто-то..."
},
"Are you sure?": "Вы уверены?",
"Decrypt %(text)s": "Расшифровать %(text)s",
"Download %(text)s": "Скачать %(text)s",
"Failed to ban user": "Не удалось заблокировать пользователя",
"Failed to forget room %(errCode)s": "Не удалось забыть комнату: %(errCode)s",
"%(items)s and %(lastItem)s": "%(items)s и %(lastItem)s",
"An error has occurred.": "Произошла ошибка.",
"Failed to load timeline position": "Не удалось загрузить метку из хронологии",
"Failed to mute user": "Не удалось заглушить пользователя",
"Failed to reject invite": "Не удалось отклонить приглашение",
"Join Room": "Войти в комнату",
"not specified": "не задан",
@ -51,7 +48,6 @@
"Please check your email and click on the link it contains. Once this is done, click continue.": "Проверьте свою электронную почту и нажмите на ссылку в письме. После этого нажмите кнопку Продолжить.",
"Reject invitation": "Отклонить приглашение",
"Search failed": "Поиск не удался",
"This room has no local addresses": "У этой комнаты нет адресов на вашем сервере",
"You seem to be uploading files, are you sure you want to quit?": "Похоже, вы сейчас отправляете файлы. Уверены, что хотите выйти?",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Are you sure you want to leave the room '%(roomName)s'?": "Уверены, что хотите покинуть '%(roomName)s'?",
@ -59,13 +55,11 @@
"Email address": "Электронная почта",
"Error decrypting attachment": "Ошибка расшифровки вложения",
"Invalid file%(extra)s": "Недопустимый файл%(extra)s",
"Jump to first unread message.": "Перейти к первому непрочитанному сообщению.",
"Server may be unavailable, overloaded, or search timed out :(": "Сервер может быть недоступен, перегружен или поиск прекращен по тайм-ауту :(",
"Session ID": "ID сеанса",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Попытка загрузить выбранный интервал истории чата этой комнаты не удалась, так как у вас нет разрешений на просмотр.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Попытка загрузить выбранный интервал истории чата этой комнаты не удалась, так как запрошенный элемент не найден.",
"You seem to be in a call, are you sure you want to quit?": "Звонок не завершён. Уверены, что хотите выйти?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Вы не сможете отменить это действие, так как этот пользователь получит уровень прав, равный вашему.",
"Confirm Removal": "Подтвердите удаление",
"Unable to restore session": "Восстановление сеанса не удалось",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Если вы использовали более новую версию %(brand)s, то ваш сеанс может быть несовместим с ней. Закройте это окно и вернитесь к более новой версии.",
@ -80,7 +74,6 @@
"other": "Отправка %(filename)s и %(count)s других"
},
"Home": "Главная",
"Admin Tools": "Инструменты администратора",
"(~%(count)s results)": {
"other": "(~%(count)s результатов)",
"one": "(~%(count)s результат)"
@ -88,7 +81,6 @@
"This will allow you to reset your password and receive notifications.": "Это позволит при необходимости сбросить пароль и получать уведомления.",
"AM": "ДП",
"PM": "ПП",
"Jump to read receipt": "Перейти к последнему прочтённому",
"Unnamed room": "Комната без названия",
"And %(count)s more...": {
"other": "Еще %(count)s…"
@ -102,7 +94,6 @@
"Send": "Отправить",
"collapse": "свернуть",
"expand": "развернуть",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "После понижения своих привилегий вы не сможете это отменить. Если вы являетесь последним привилегированным пользователем в этой комнате, выдать права кому-либо заново будет невозможно.",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"This room is not public. You will not be able to rejoin without an invite.": "Эта комната не является публичной. Вы не сможете войти без приглашения.",
"<a>In reply to</a> <pill>": "<a>В ответ на</a> <pill>",
@ -111,51 +102,36 @@
"Friday": "Пятница",
"Changelog": "История изменений",
"Failed to send logs: ": "Не удалось отправить журналы: ",
"This Room": "В этой комнате",
"Unavailable": "Недоступен",
"Filter results": "Фильтрация результатов",
"Tuesday": "Вторник",
"Search…": "Поиск…",
"Preparing to send logs": "Подготовка к отправке журналов",
"Saturday": "Суббота",
"Monday": "Понедельник",
"All Rooms": "Везде",
"You cannot delete this message. (%(code)s)": "Это сообщение нельзя удалить. (%(code)s)",
"Thursday": "Четверг",
"Logs sent": "Журналы отправлены",
"Yesterday": "Вчера",
"Wednesday": "Среда",
"Thank you!": "Спасибо!",
"You don't currently have any stickerpacks enabled": "У вас ещё нет наклеек",
"Send Logs": "Отправить логи",
"Clear Storage and Sign Out": "Очистить хранилище и выйти",
"We encountered an error trying to restore your previous session.": "Произошла ошибка при попытке восстановить предыдущий сеанс.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Очистка хранилища вашего браузера может устранить проблему, но при этом ваш сеанс будет завершён, и зашифрованная история чата станет нечитаемой.",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Не удается загрузить событие, на которое был дан ответ. Либо оно не существует, либо у вас нет разрешения на его просмотр.",
"Share Link to User": "Поделиться ссылкой на пользователя",
"Share room": "Поделиться комнатой",
"Share Room": "Поделиться комнатой",
"Link to most recent message": "Ссылка на последнее сообщение",
"Share User": "Поделиться пользователем",
"Link to selected message": "Ссылка на выбранное сообщение",
"Share Room Message": "Поделиться сообщением",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Вы не можете отправлять сообщения до тех пор, пока вы не примете <consentLink>наши правила и положения</consentLink>.",
"Demote": "Понижение",
"Demote yourself?": "Понизить самого себя?",
"This event could not be displayed": "Не удалось отобразить это событие",
"Only room administrators will see this warning": "Только администраторы комнат увидят это предупреждение",
"Upgrade Room Version": "Обновление версии комнаты",
"Create a new room with the same name, description and avatar": "Создадим новую комнату с тем же именем, описанием и аватаром",
"Update any local room aliases to point to the new room": "Обновим локальные псевдонимы комнат",
"Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Остановим общение пользователей в старой версии комнаты и опубликуем сообщение, в котором пользователям рекомендуется перейти в новую комнату",
"Put a link back to the old room at the start of the new room so people can see old messages": "Разместим ссылку на старую комнату, чтобы люди могли видеть старые сообщения",
"Set up": "Настроить",
"Main address": "Главный адрес",
"Room Name": "Название комнаты",
"Room Topic": "Тема комнаты",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил месячный лимит активных пользователей. <a>обратитесь к администратору службы</a>, чтобы продолжить использование службы.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Ваше сообщение не было отправлено, потому что этот домашний сервер превысил лимит ресурсов. <a>обратитесь к администратору службы</a>, чтобы продолжить использование службы.",
"Room avatar": "Аватар комнаты",
"The following users may not exist": "Следующих пользователей может не существовать",
"Invite anyway and never warn me again": "Пригласить и больше не предупреждать",
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Перед отправкой логов необходимо <a>создать GitHub issue</a>, для описания проблемы.",
@ -234,24 +210,12 @@
"Folder": "Папка",
"Scissors": "Ножницы",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Эти сообщения защищены сквозным шифрованием. Только вы и ваш собеседник имеете ключи для их расшифровки и чтения.",
"Back up your keys before signing out to avoid losing them.": "Перед выходом сохраните резервную копию ключей шифрования, чтобы не потерять их.",
"Start using Key Backup": "Использовать резервную копию ключей шифрования",
"Error updating main address": "Ошибка обновления основного адреса",
"Incompatible local cache": "Несовместимый локальный кэш",
"You'll lose access to your encrypted messages": "Вы потеряете доступ к вашим шифрованным сообщениям",
"Are you sure you want to sign out?": "Уверены, что хотите выйти?",
"Room Settings - %(roomName)s": "Настройки комнаты — %(roomName)s",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Обновление этой комнаты отключит текущий экземпляр комнаты и создаст обновлённую комнату с тем же названием.",
"This room has already been upgraded.": "Эта комната уже была обновлена.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Версия этой комнаты — <roomVersion />, этот домашний сервер считает её <i>нестабильной</i>.",
"Add some now": "Добавить сейчас",
"Failed to revoke invite": "Не удалось отменить приглашение",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Не удалось отозвать приглашение. Возможно, на сервере возникла вре́менная проблема или у вас недостаточно прав для отзыва приглашения.",
"Revoke invite": "Отозвать приглашение",
"Invited by %(sender)s": "Приглашен %(sender)s",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "При обновлении основного адреса комнаты произошла ошибка. Возможно, это не разрешено сервером или произошел временный сбой.",
"edited": "изменено",
"Edit message": "Редактировать сообщение",
"Power level": "Уровень прав",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Не возможно найти профили для MatrixID, приведенных ниже — все равно желаете их пригласить?",
"Invite anyway": "Всё равно пригласить",
@ -317,29 +281,20 @@
"other": "Удалить %(count)s сообщения(-й)",
"one": "Удалить 1 сообщение"
},
"Deactivate user?": "Деактивировать пользователя?",
"Deactivate user": "Деактивировать пользователя",
"Remove recent messages": "Удалить последние сообщения",
"Show image": "Показать изображение",
"e.g. my-room": "например, моя-комната",
"Close dialog": "Закрыть диалог",
"Command Help": "Помощь команды",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Деактивация этого пользователя приведет к его выходу из системы и запрету повторного входа. Кроме того, они оставит все комнаты, в которых он участник. Это действие безповоротно. Вы уверены, что хотите деактивировать этого пользователя?",
"Failed to deactivate user": "Не удалось деактивировать пользователя",
"This client does not support end-to-end encryption.": "Этот клиент не поддерживает сквозное шифрование.",
"Messages in this room are not end-to-end encrypted.": "Сообщения в этой комнате не защищены сквозным шифрованием.",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Используйте идентификационный сервер для приглашения по электронной почте. <default>Используйте значение по умолчанию (%(defaultIdentityServerName)s)</default> или управляйте в <settings>Настройках</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Используйте идентификационный сервер для приглашения по электронной почте. Управление в <settings>Настройки</settings>.",
"Cancel search": "Отменить поиск",
"Message Actions": "Сообщение действий",
"Direct Messages": "Личные сообщения",
"%(count)s sessions": {
"other": "Сеансов: %(count)s",
"one": "%(count)s сеанс"
},
"Hide sessions": "Свернуть сеансы",
"Lock": "Заблокировать",
"Show more": "Показать больше",
"Not Trusted": "Недоверенное",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) произвел(а) вход через новый сеанс без подтверждения:",
"Ask this user to verify their session, or manually verify it below.": "Попросите этого пользователя подтвердить сеанс или подтвердите его вручную ниже.",
@ -351,35 +306,12 @@
"Verify by comparing unique emoji.": "Подтверждение сравнением уникальных смайлов.",
"Verify all users in a room to ensure it's secure.": "Подтвердите всех пользователей в комнате, чтобы обеспечить безопасность.",
"You've successfully verified %(displayName)s!": "Вы успешно подтвердили %(displayName)s!",
"This user has not verified all of their sessions.": "Этот пользователь не подтвердил все свои сеансы.",
"You have not verified this user.": "Вы не подтвердили этого пользователя.",
"You have verified this user. This user has verified all of their sessions.": "Вы подтвердили этого пользователя. Пользователь подтвердил все свои сеансы.",
"Someone is using an unknown session": "Кто-то использует неизвестный сеанс",
"This room is end-to-end encrypted": "Эта комната зашифрована сквозным шифрованием",
"Everyone in this room is verified": "Все в этой комнате подтверждены",
"Encrypted by an unverified session": "Зашифровано неподтверждённым сеансом",
"Unencrypted": "Не зашифровано",
"Encrypted by a deleted session": "Зашифровано удалённым сеансом",
"Scroll to most recent messages": "Перейти к последним сообщениям",
"Failed to connect to integration manager": "Не удалось подключиться к менеджеру интеграций",
"Local address": "Локальный адрес",
"Published Addresses": "Публичные адреса",
"Other published addresses:": "Прочие публичные адреса:",
"No other published addresses yet, add one below": "Пока нет других публичных адресов, добавьте их ниже",
"New published address (e.g. #alias:server)": "Новый публичный адрес (напр. #alias:server)",
"Local Addresses": "Локальные адреса",
"Waiting for %(displayName)s to accept…": "Ожидание принятия от %(displayName)s…",
"Accepting…": "Принятие…",
"Start Verification": "Начать проверку",
"Messages in this room are end-to-end encrypted.": "Сообщения в этой комнате защищены сквозным шифрованием.",
"Verify User": "Подтвердить пользователя",
"Your messages are not secure": "Ваши сообщения не защищены",
"Your homeserver": "Ваш домашний сервер",
"%(count)s verified sessions": {
"other": "Заверенных сеансов: %(count)s",
"one": "1 заверенный сеанс"
},
"Hide verified sessions": "Свернуть заверенные сеансы",
"Verification timed out.": "Таймаут подтверждения.",
"You cancelled verification.": "Вы отменили подтверждение.",
"Confirm your account deactivation by using Single Sign On to prove your identity.": "Подтвердите удаление учётной записи с помощью единой точки входа.",
@ -400,7 +332,6 @@
"%(name)s cancelled": "%(name)s отменил(а)",
"%(name)s wants to verify": "%(name)s желает подтвердить",
"You sent a verification request": "Вы отправили запрос подтверждения",
"One of the following may be compromised:": "Что-то из этого может быть скомпрометировано:",
"%(name)s cancelled verifying": "%(name)s отменил(а) подтверждение",
"Language Dropdown": "Список языков",
"Enter a server name": "Введите имя сервера",
@ -414,8 +345,6 @@
"Session name": "Название сеанса",
"Session key": "Ключ сеанса",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Чтобы сообщить о проблеме безопасности Matrix, пожалуйста, прочитайте <a>Политику раскрытия информации</a> Matrix.org.",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Установить адрес этой комнаты, чтобы пользователи могли найти ее на вашем сервере (%(localDomain)s)",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Для дополнительной безопасности подтвердите этого пользователя, сравнив одноразовый код на ваших устройствах.",
"Start verification again from their profile.": "Начните подтверждение заново в профиле пользователя.",
"Recent Conversations": "Недавние Диалоги",
"a key signature": "отпечаток ключа",
@ -431,11 +360,6 @@
"Ok": "Хорошо",
"Country Dropdown": "Выпадающий список стран",
"This room is public": "Это публичная комната",
"Error creating address": "Ошибка при создании адреса",
"You don't have permission to delete the address.": "У вас нет прав для удаления этого адреса.",
"Error removing address": "Ошибка при удалении адреса",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Ваши сообщения в безопасности, ключи для расшифровки есть только у вас и получателя.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "В зашифрованных комнатах ваши сообщения в безопасности: только у вас и у получателя есть ключи для расшифровки.",
"You've successfully verified your device!": "Вы успешно подтвердили это устройство!",
"Start verification again from the notification.": "Начните подтверждение заново с уведомления.",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Вы заигнорировали этого пользователя, сообщение скрыто. <a>Показать</a>",
@ -449,10 +373,6 @@
"Enter the name of a new server you want to explore.": "Введите имя нового сервера для просмотра.",
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Напоминание: ваш браузер не поддерживается, возможны непредвиденные проблемы.",
"IRC display name width": "Ширина отображаемого имени IRC",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Подлинность этого зашифрованного сообщения не может быть гарантирована на этом устройстве.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Произошла ошибка при обновлении альтернативных адресов комнаты. Это может быть запрещено сервером или произошел временный сбой.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "При создании этого адреса произошла ошибка. Это может быть запрещено сервером или произошел временный сбой.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Произошла ошибка при удалении этого адреса. Возможно, он больше не существует или произошла временная ошибка.",
"Can't find this server or its room list": "Не можем найти этот сервер или его список комнат",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Удаление ключей кросс-подписи является мгновенным и необратимым действием. Любой, с кем вы прошли проверку, увидит предупреждения безопасности. Вы почти наверняка не захотите этого делать, если только не потеряете все устройства, с которых можно совершать кросс-подпись.",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Очистка всех данных в этом сеансе является необратимой. Зашифрованные сообщения будут потеряны, если их ключи не были зарезервированы.",
@ -514,11 +434,7 @@
"Preparing to download logs": "Подготовка к загрузке журналов",
"Information": "Информация",
"Not encrypted": "Не зашифровано",
"Room settings": "Настройки комнаты",
"Backup version:": "Версия резервной копии:",
"Widgets": "Виджеты",
"Edit widgets, bridges & bots": "Редактировать виджеты, мосты и ботов",
"Add widgets, bridges & bots": "Добавить виджеты, мосты и ботов",
"Start a conversation with someone using their name or username (like <userId/>).": "Начните разговор с кем-нибудь, используя его имя или имя пользователя (например, <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Пригласите кого-нибудь, используя его имя, имя пользователя (например, <userId/>) или <a>поделитесь этой комнатой</a>.",
"Unable to set up keys": "Невозможно настроить ключи",
@ -534,9 +450,6 @@
"Data on this screen is shared with %(widgetDomain)s": "Данные на этом экране используются %(widgetDomain)s",
"Modal Widget": "Модальный виджет",
"Ignored attempt to disable encryption": "Игнорируемая попытка отключить шифрование",
"You can only pin up to %(count)s widgets": {
"other": "Вы можете закрепить не более %(count)s виджетов"
},
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Пригласите кого-нибудь, используя его имя, адрес электронной почты, имя пользователя (например, <userId/>) или <a>поделитесь этой комнатой</a>.",
"Start a conversation with someone using their name, email address or username (like <userId/>).": "Начните разговор с кем-нибудь, используя его имя, адрес электронной почты или имя пользователя (например, <userId/>).",
"Invite by email": "Пригласить по электронной почте",
@ -820,7 +733,6 @@
"Wrong Security Key": "Неправильный ключ безопасности",
"Remember this": "Запомнить это",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Виджет проверит ваш идентификатор пользователя, но не сможет выполнять за вас действия:",
"Set my room layout for everyone": "Установить мой макет комнаты для всех",
"%(count)s rooms": {
"one": "%(count)s комната",
"other": "%(count)s комнат"
@ -841,8 +753,6 @@
"Create a new room": "Создать новую комнату",
"Space selection": "Выбор пространства",
"Edit devices": "Редактировать сеансы",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Вы не сможете отменить это изменение, поскольку вы понижаете свои права, если вы являетесь последним привилегированным пользователем в пространстве, будет невозможно восстановить привилегии вбудущем.",
"Your message was sent": "Ваше сообщение было отправлено",
"Leave space": "Покинуть пространство",
"Create a space": "Создать пространство",
"<inviter/> invites you": "<inviter/> пригласил(а) тебя",
@ -938,28 +848,11 @@
"Missed call": "Пропущенный вызов",
"Call back": "Перезвонить",
"Call declined": "Вызов отклонён",
"Pinned messages": "Закреплённые сообщения",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Если у вас есть разрешения, откройте меню на любом сообщении и выберите <b>Закрепить</b>, чтобы поместить их сюда.",
"Nothing pinned, yet": "Пока ничего не закреплено",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Установите адреса для этого пространства, чтобы пользователи могли найти это пространство через ваш домашний сервер (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Чтобы опубликовать адрес, его сначала нужно установить как локальный адрес.",
"Published addresses can be used by anyone on any server to join your room.": "Опубликованные адреса могут быть использованы любым человеком на любом сервере, чтобы присоединиться к вашей комнате.",
"Published addresses can be used by anyone on any server to join your space.": "Опубликованные адреса могут быть использованы любым человеком на любом сервере для присоединения к вашему пространству.",
"This space has no local addresses": "У этого пространства нет локальных адресов",
"Stop recording": "Остановить запись",
"Send voice message": "Отправить голосовое сообщение",
"We didn't find a microphone on your device. Please check your settings and try again.": "Мы не нашли микрофон на вашем устройстве. Пожалуйста, проверьте настройки и повторите попытку.",
"No microphone found": "Микрофон не найден",
"We were unable to access your microphone. Please check your browser settings and try again.": "Мы не смогли получить доступ к вашему микрофону. Пожалуйста, проверьте настройки браузера и повторите попытку.",
"Unable to access your microphone": "Не удалось получить доступ к микрофону",
"View message": "Посмотреть сообщение",
"Failed to send": "Не удалось отправить",
"Rooms and spaces": "Комнаты и пространства",
"Results": "Результаты",
"Some encryption parameters have been changed.": "Некоторые параметры шифрования были изменены.",
"Unknown failure: %(reason)s": "Неизвестная ошибка: %(reason)s",
"No answer": "Нет ответа",
"Role in <RoomName/>": "Роль в <RoomName/>",
"Leave some rooms": "Покинуть несколько комнат",
"Leave all rooms": "Покинуть все комнаты",
"Don't leave any rooms": "Не покидать ни одну комнату",
@ -968,26 +861,14 @@
"To join a space you'll need an invite.": "Чтобы присоединиться к пространству, вам нужно получить приглашение.",
"MB": "Мб",
"In reply to <a>this message</a>": "В ответ на <a>это сообщение</a>",
"Export chat": "Экспорт чата",
"Skip verification for now": "Пока пропустить проверку",
"Really reset verification keys?": "Действительно сбросить ключи подтверждения?",
"Ban from %(roomName)s": "Заблокировать в %(roomName)s",
"Unban from %(roomName)s": "Разблокировать в %(roomName)s",
"They won't be able to access whatever you're not an admin of.": "Они не смогут получить доступ к тем местам, где вы не являетесь администратором.",
"Ban them from specific things I'm able to": "Заблокировать их в определённых местах, где я могу это сделать",
"Unban them from specific things I'm able to": "Разблокировать их из определённых мест, где я могу это сделать",
"Ban them from everything I'm able to": "Заблокировать их везде, где я могу это сделать",
"Unban them from everything I'm able to": "Разблокировать их везде, где я могу это сделать",
"Downloading": "Загрузка",
"They'll still be able to access whatever you're not an admin of.": "Они по-прежнему смогут получить доступ ко всему, где вы не являетесь администратором.",
"Disinvite from %(roomName)s": "Отменить приглашение из %(roomName)s",
"%(count)s reply": {
"one": "%(count)s ответ",
"other": "%(count)s ответов"
},
"View in room": "Просмотреть в комнате",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Введите свою секретную фразу или <button> используйте секретный ключ </button> для продолжения.",
"Joined": "Присоединился",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Восстановите доступ к своей учетной записи и восстановите ключи шифрования, сохранённые в этом сеансе. Без них в любом сеансе вы не сможете прочитать все свои защищённые сообщения.",
"Device verified": "Сеанс заверен",
"Verify this device": "Заверьте этот сеанс",
@ -1052,22 +933,7 @@
"You cancelled verification on your other device.": "Вы отменили проверку на другом устройстве.",
"In encrypted rooms, verify all users to ensure it's secure.": "В зашифрованных комнатах, проверьте всех пользователей, чтобы убедиться в их безопасности.",
"Almost there! Is your other device showing the same shield?": "Почти готово! Ваше другое устройство показывает такой же щит?",
"Remove from room": "Удалить из комнаты",
"Failed to remove user": "Не удалось удалить пользователя",
"Remove them from specific things I'm able to": "Удалить их из некоторых мест, где я могу",
"Remove them from everything I'm able to": "Удалить их отовсюду, где я могу",
"Remove from %(roomName)s": "Удалить из %(roomName)s",
"Files": "Файлы",
"Close this widget to view it in this panel": "Закройте виджет, чтобы просмотреть его на этой панели",
"Unpin this widget to view it in this panel": "Открепите виджет, чтобы просмотреть его на этой панели",
"Chat": "Чат",
"Yours, or the other users' session": "Ваши сеансы или сеансы других пользователей",
"Yours, or the other users' internet connection": "Ваше интернет-соединение или соединение других пользователей",
"The homeserver the user you're verifying is connected to": "Домашний сервер пользователя, которого вы подтверждаете",
"To proceed, please accept the verification request on your other device.": "Чтобы продолжить, пожалуйста, примите запрос на сверку в другом сеансе.",
"Recently viewed": "Недавно просмотренные",
"Copy link to thread": "Копировать ссылку на обсуждение",
"From a thread": "Из обсуждения",
"Developer": "Разработка",
"Experimental": "Экспериментально",
"Themes": "Темы",
@ -1094,13 +960,10 @@
"Expand quotes": "Развернуть цитаты",
"Collapse quotes": "Свернуть цитаты",
"Can't create a thread from an event with an existing relation": "Невозможно создать обсуждение из события с существующей связью",
"Pinned": "Закреплено",
"Open thread": "Открыть ветку",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s и %(space2Name)s",
"Explore public spaces in the new search dialog": "Исследуйте публичные пространства в новом диалоговом окне поиска",
"%(members)s and %(last)s": "%(members)s и %(last)s",
"%(members)s and more": "%(members)s и многие другие",
"Remove from space": "Исключить из пространства",
"You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device.": "Вы вышли из всех устройств и больше не будете получать push-уведомления. Для повторного включения уведомлений снова войдите на каждом устройстве.",
"If you want to retain access to your chat history in encrypted rooms, set up Key Backup or export your message keys from one of your other devices before proceeding.": "Если вы хотите сохранить доступ к истории общения в зашифрованных комнатах, настройте резервное копирование ключей или экспортируйте ключи сообщений с одного из других ваших устройств, прежде чем продолжить.",
"Signing out your devices will delete the message encryption keys stored on them, making encrypted chat history unreadable.": "При выходе из устройств удаляются хранящиеся на них ключи шифрования сообщений, что сделает зашифрованную историю чатов нечитаемой.",
@ -1161,17 +1024,10 @@
"Remove server “%(roomServer)s”": "Удалить сервер «%(roomServer)s»",
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use %(brand)s with an existing Matrix account on a different homeserver.": "Вы можете использовать пользовательские опции сервера для входа на другие серверы Matrix, указав URL-адрес другого домашнего сервера. Это позволяет использовать %(brand)s с существующей учётной записью Matrix на другом домашнем сервере.",
"%(displayName)s's live location": "Местонахождение %(displayName)s в реальном времени",
"Ban from room": "Заблокировать в комнате",
"Unban from room": "Разблокировать в комнате",
"Ban from space": "Заблокировать в пространстве",
"Unban from space": "Разблокировать в пространстве",
"Disinvite from room": "Отозвать приглашение в комнату",
"Disinvite from space": "Отозвать приглашение в пространство",
"%(count)s participants": {
"one": "1 участник",
"other": "%(count)s участников"
},
"Show Labs settings": "Показать настройки лаборатории",
"Live location ended": "Трансляция местоположения завершена",
"View live location": "Посмотреть трансляцию местоположения",
"Live location enabled": "Трансляция местоположения включена",
@ -1192,24 +1048,16 @@
"Manually verify by text": "Ручная сверка по тексту",
"Interactively verify by emoji": "Интерактивная сверка по смайлам",
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s или %(recoveryFile)s",
"Room info": "О комнате",
"The homeserver doesn't support signing in another device.": "Домашний сервер не поддерживает вход с другого устройства.",
"Check that the code below matches with your other device:": "Проверьте, чтобы код ниже совпадал с тем, что показан на другом устройстве:",
"An unexpected error occurred.": "Произошла неожиданная ошибка.",
"The request was cancelled.": "Запрос был отменён.",
"<w>WARNING:</w> <description/>": "<w>ВНИМАНИЕ:</w> <description/>",
"Error downloading image": "Ошибка при скачивании изображения",
"Unable to decrypt message": "Невозможно расшифровать сообщение",
"Video call ended": "Видеозвонок завершён",
"%(name)s started a video call": "%(name)s начал(а) видеозвонок",
"Error starting verification": "Ошибка при запуске подтверждения",
"Text": "Текст",
"Create a link": "Создать ссылку",
"This message could not be decrypted": "Это сообщение не удалось расшифровать",
" in <strong>%(room)s</strong>": " в <strong>%(room)s</strong>",
"Poll history": "Опросы",
"Active polls": "Активные опросы",
"Edit link": "Изменить ссылку",
"There are no active polls in this room": "В этой комнате нет активных опросов",
"View poll in timeline": "Посмотреть опрос в ленте сообщений",
"Message in %(room)s": "Сообщение в %(room)s",
@ -1329,7 +1177,12 @@
"low_priority": "Маловажные",
"historical": "Архив",
"go_to_settings": "Перейти в настройки",
"setup_secure_messages": "Настроить безопасные сообщения"
"setup_secure_messages": "Настроить безопасные сообщения",
"unencrypted": "Не зашифровано",
"view_message": "Посмотреть сообщение",
"joined": "Присоединился",
"show_more": "Показать больше",
"are_you_sure": "Вы уверены?"
},
"action": {
"continue": "Продолжить",
@ -1633,9 +1486,17 @@
"formatting_toolbar_label": "Форматирование",
"format_italics": "Курсив",
"format_insert_link": "Вставить ссылку",
"replying_title": "Отвечает"
"replying_title": "Отвечает",
"edit_composer_label": "Редактировать сообщение",
"send_voice_message": "Отправить голосовое сообщение",
"stop_voice_message": "Остановить запись",
"link_modal": {
"title_edit": "Изменить ссылку",
"title_create": "Создать ссылку",
"text_field_label": "Текст",
"link_field_label": "Ссылка"
}
},
"Link": "Ссылка",
"Code": "Код",
"power_level": {
"default": "По умолчанию",
@ -2638,7 +2499,17 @@
"one": "Просмотрел %(count)s человек",
"other": "Просмотрели %(count)s людей"
},
"read_receipts_label": "Отчёты о прочтении"
"read_receipts_label": "Отчёты о прочтении",
"thread_info_basic": "Из обсуждения",
"error_no_renderer": "Не удалось отобразить это событие",
"undecryptable_tooltip": "Это сообщение не удалось расшифровать",
"send_state_sent": "Ваше сообщение было отправлено",
"send_state_failed": "Не удалось отправить",
"mab": {
"label": "Сообщение действий",
"view_in_room": "Просмотреть в комнате",
"copy_link_thread": "Копировать ссылку на обсуждение"
}
},
"slash_command": {
"spoiler": "Отправить данное сообщение под спойлером",
@ -2850,7 +2721,11 @@
"other": "%(count)s человек(а) присоединились"
},
"unknown_person": "Неизвестное лицо",
"connecting": "Подключение"
"connecting": "Подключение",
"unable_to_access_audio_input_title": "Не удалось получить доступ к микрофону",
"unable_to_access_audio_input_description": "Мы не смогли получить доступ к вашему микрофону. Пожалуйста, проверьте настройки браузера и повторите попытку.",
"no_audio_input_title": "Микрофон не найден",
"no_audio_input_description": "Мы не нашли микрофон на вашем устройстве. Пожалуйста, проверьте настройки и повторите попытку."
},
"Other": "Другие",
"room_settings": {
@ -2968,7 +2843,32 @@
"save": "Сохранить изменения",
"leave_space": "Покинуть пространство",
"aliases_section": "Адреса комнаты",
"other_section": "Другие"
"other_section": "Другие",
"error_updating_canonical_alias_title": "Ошибка обновления основного адреса",
"error_updating_canonical_alias_description": "При обновлении основного адреса комнаты произошла ошибка. Возможно, это не разрешено сервером или произошел временный сбой.",
"error_updating_alias_description": "Произошла ошибка при обновлении альтернативных адресов комнаты. Это может быть запрещено сервером или произошел временный сбой.",
"error_creating_alias_title": "Ошибка при создании адреса",
"error_creating_alias_description": "При создании этого адреса произошла ошибка. Это может быть запрещено сервером или произошел временный сбой.",
"error_deleting_alias_description_forbidden": "У вас нет прав для удаления этого адреса.",
"error_deleting_alias_description": "Произошла ошибка при удалении этого адреса. Возможно, он больше не существует или произошла временная ошибка.",
"error_deleting_alias_title": "Ошибка при удалении адреса",
"canonical_alias_field_label": "Главный адрес",
"no_aliases_space": "У этого пространства нет локальных адресов",
"no_aliases_room": "У этой комнаты нет адресов на вашем сервере",
"local_alias_field_label": "Локальный адрес",
"published_aliases_section": "Публичные адреса",
"published_aliases_explainer_space": "Опубликованные адреса могут быть использованы любым человеком на любом сервере для присоединения к вашему пространству.",
"published_aliases_explainer_room": "Опубликованные адреса могут быть использованы любым человеком на любом сервере, чтобы присоединиться к вашей комнате.",
"published_aliases_description": "Чтобы опубликовать адрес, его сначала нужно установить как локальный адрес.",
"aliases_items_label": "Прочие публичные адреса:",
"aliases_no_items_label": "Пока нет других публичных адресов, добавьте их ниже",
"new_alias_placeholder": "Новый публичный адрес (напр. #alias:server)",
"local_aliases_section": "Локальные адреса",
"local_aliases_explainer_space": "Установите адреса для этого пространства, чтобы пользователи могли найти это пространство через ваш домашний сервер (%(localDomain)s)",
"local_aliases_explainer_room": "Установить адрес этой комнаты, чтобы пользователи могли найти ее на вашем сервере (%(localDomain)s)",
"name_field_label": "Название комнаты",
"topic_field_label": "Тема комнаты",
"avatar_field_label": "Аватар комнаты"
},
"advanced": {
"unfederated": "Это комната недоступна из других серверов Matrix",
@ -3059,7 +2959,12 @@
"verification_success_without_backup": "Ваш новый сеанс заверен. Другие пользователи будут видеть его как заверенный.",
"verification_skip_warning": "Без проверки вы не сможете получить доступ ко всем своим сообщениям и можете показаться другим людям недоверенным.",
"verify_later": "Я заверю позже",
"verify_reset_warning_1": "Сброс ключей проверки нельзя отменить. После сброса вы не сможете получить доступ к старым зашифрованным сообщениям, а друзья, которые ранее проверили вас, будут видеть предупреждения о безопасности, пока вы не пройдете повторную проверку."
"verify_reset_warning_1": "Сброс ключей проверки нельзя отменить. После сброса вы не сможете получить доступ к старым зашифрованным сообщениям, а друзья, которые ранее проверили вас, будут видеть предупреждения о безопасности, пока вы не пройдете повторную проверку.",
"self_verification_hint": "Чтобы продолжить, пожалуйста, примите запрос на сверку в другом сеансе.",
"waiting_for_user_accept": "Ожидание принятия от %(displayName)s…",
"accepting": "Принятие…",
"start_button": "Начать проверку",
"error_starting_title": "Ошибка при запуске подтверждения"
},
"old_version_detected_title": "Обнаружены старые криптографические данные",
"old_version_detected_description": "Обнаружены данные из более старой версии %(brand)s. Это приведет к сбою криптографии в более ранней версии. В этой версии не могут быть расшифрованы сообщения, которые использовались недавно при использовании старой версии. Это также может привести к сбою обмена сообщениями с этой версией. Если возникают неполадки, выйдите и снова войдите в систему. Чтобы сохранить журнал сообщений, экспортируйте и повторно импортируйте ключи.",
@ -3092,6 +2997,26 @@
"description_1": "Этот сеанс обнаружил, что ваши секретная фраза и ключ безопасности для защищенных сообщений были удалены.",
"description_2": "Если вы сделали это по ошибке, вы можете настроить защищённые сообщения в этом сеансе, что снова зашифрует историю сообщений в этом сеансе с помощью нового метода восстановления.",
"warning": "Если вы не убрали метод восстановления, злоумышленник может получить доступ к вашей учётной записи. Смените пароль учётной записи и сразу задайте новый способ восстановления в настройках."
},
"setup_secure_backup": {
"explainer": "Перед выходом сохраните резервную копию ключей шифрования, чтобы не потерять их.",
"title": "Настроить"
},
"cross_signing_user_warning": "Этот пользователь не подтвердил все свои сеансы.",
"cross_signing_user_normal": "Вы не подтвердили этого пользователя.",
"cross_signing_user_verified": "Вы подтвердили этого пользователя. Пользователь подтвердил все свои сеансы.",
"cross_signing_room_warning": "Кто-то использует неизвестный сеанс",
"cross_signing_room_normal": "Эта комната зашифрована сквозным шифрованием",
"cross_signing_room_verified": "Все в этой комнате подтверждены",
"event_shield_reason_authenticity_not_guaranteed": "Подлинность этого зашифрованного сообщения не может быть гарантирована на этом устройстве.",
"event_shield_reason_mismatched_sender_key": "Зашифровано неподтверждённым сеансом",
"messages_not_secure": {
"title": "Ваши сообщения не защищены",
"heading": "Что-то из этого может быть скомпрометировано:",
"cause_1": "Ваш домашний сервер",
"cause_2": "Домашний сервер пользователя, которого вы подтверждаете",
"cause_3": "Ваше интернет-соединение или соединение других пользователей",
"cause_4": "Ваши сеансы или сеансы других пользователей"
}
},
"emoji": {
@ -3420,7 +3345,10 @@
"error_loading": "Ошибка загрузки виджета",
"error_mixed_content": "Ошибка — Смешанное содержание",
"unmaximise": "Развернуть",
"popout": "Всплывающий виджет"
"popout": "Всплывающий виджет",
"unpin_to_view_right_panel": "Открепите виджет, чтобы просмотреть его на этой панели",
"close_to_view_right_panel": "Закройте виджет, чтобы просмотреть его на этой панели",
"set_room_layout": "Установить мой макет комнаты для всех"
},
"feedback": {
"sent": "Отзыв отправлен",
@ -3505,7 +3433,9 @@
"show_all_threads": "Показать все обсуждения",
"empty_explainer": "Обсуждения помогают поддерживать и легко отслеживать тематику бесед.",
"empty_tip": "<b>Совет:</b> Используйте “%(replyInThread)s” при наведении курсора на сообщение.",
"empty_heading": "Организуйте обсуждения с помощью обсуждений"
"empty_heading": "Организуйте обсуждения с помощью обсуждений",
"open_thread": "Открыть ветку",
"unable_to_decrypt": "Невозможно расшифровать сообщение"
},
"theme": {
"light_high_contrast": "Контрастная светлая",
@ -3742,7 +3672,19 @@
"inaccessible_subtitle_2": "При попытке получить доступ к комнате или пространству была возвращена ошибка %(errcode)s. Если вы думаете, что вы видите это сообщение по ошибке, пожалуйста, <issueLink>отправьте отчет об ошибке</issueLink>.",
"join_failed_needs_invite": "Для просмотра %(roomName)s необходимо приглашение",
"view_failed_enable_video_rooms": "Для просмотра сначала включите видеокомнаты в лаборатории",
"join_failed_enable_video_rooms": "Чтобы присоединиться, сначала включите видеокомнаты в лаборатории"
"join_failed_enable_video_rooms": "Чтобы присоединиться, сначала включите видеокомнаты в лаборатории",
"jump_to_bottom_button": "Перейти к последним сообщениям",
"show_labs_settings": "Показать настройки лаборатории",
"upgrade_warning_bar": "Обновление этой комнаты отключит текущий экземпляр комнаты и создаст обновлённую комнату с тем же названием.",
"upgrade_warning_bar_upgraded": "Эта комната уже была обновлена.",
"upgrade_warning_bar_unstable": "Версия этой комнаты — <roomVersion />, этот домашний сервер считает её <i>нестабильной</i>.",
"upgrade_warning_bar_admins": "Только администраторы комнат увидят это предупреждение",
"search": {
"this_room": "В этой комнате",
"all_rooms": "Везде",
"field_placeholder": "Поиск…"
},
"jump_read_marker": "Перейти к первому непрочитанному сообщению."
},
"file_panel": {
"guest_note": "Вы должны <a>зарегистрироваться</a>, чтобы использовать эту функцию",
@ -3953,5 +3895,85 @@
"invited_list_heading": "Приглашены",
"filter_placeholder": "Поиск по участникам",
"power_label": "%(userName)s (уровень прав %(powerLevelNumber)s)"
},
"stickers": {
"empty": "У вас ещё нет наклеек",
"empty_add_prompt": "Добавить сейчас"
},
"user_info": {
"error_revoke_3pid_invite_title": "Не удалось отменить приглашение",
"error_revoke_3pid_invite_description": "Не удалось отозвать приглашение. Возможно, на сервере возникла вре́менная проблема или у вас недостаточно прав для отзыва приглашения.",
"admin_tools_section": "Инструменты администратора",
"revoke_invite": "Отозвать приглашение",
"invited_by": "Приглашен %(sender)s",
"room_encrypted": "Сообщения в этой комнате защищены сквозным шифрованием.",
"room_encrypted_detail": "Ваши сообщения в безопасности, ключи для расшифровки есть только у вас и получателя.",
"room_unencrypted": "Сообщения в этой комнате не защищены сквозным шифрованием.",
"room_unencrypted_detail": "В зашифрованных комнатах ваши сообщения в безопасности: только у вас и у получателя есть ключи для расшифровки.",
"verify_button": "Подтвердить пользователя",
"verify_explainer": "Для дополнительной безопасности подтвердите этого пользователя, сравнив одноразовый код на ваших устройствах.",
"hide_verified_sessions": "Свернуть заверенные сеансы",
"hide_sessions": "Свернуть сеансы",
"jump_to_rr_button": "Перейти к последнему прочтённому",
"share_button": "Поделиться ссылкой на пользователя",
"demote_self_confirm_title": "Понизить самого себя?",
"demote_self_confirm_description_space": "Вы не сможете отменить это изменение, поскольку вы понижаете свои права, если вы являетесь последним привилегированным пользователем в пространстве, будет невозможно восстановить привилегии вбудущем.",
"demote_self_confirm_room": "После понижения своих привилегий вы не сможете это отменить. Если вы являетесь последним привилегированным пользователем в этой комнате, выдать права кому-либо заново будет невозможно.",
"demote_button": "Понижение",
"disinvite_button_space": "Отозвать приглашение в пространство",
"kick_button_space": "Исключить из пространства",
"disinvite_button_room": "Отозвать приглашение в комнату",
"kick_button_room": "Удалить из комнаты",
"disinvite_button_room_name": "Отменить приглашение из %(roomName)s",
"kick_button_room_name": "Удалить из %(roomName)s",
"kick_button_space_everything": "Удалить их отовсюду, где я могу",
"kick_space_specific": "Удалить их из некоторых мест, где я могу",
"kick_space_warning": "Они по-прежнему смогут получить доступ ко всему, где вы не являетесь администратором.",
"error_kicking_user": "Не удалось удалить пользователя",
"redact_button": "Удалить последние сообщения",
"unban_button_space": "Разблокировать в пространстве",
"ban_button_space": "Заблокировать в пространстве",
"unban_button_room": "Разблокировать в комнате",
"ban_button_room": "Заблокировать в комнате",
"unban_room_confirm_title": "Разблокировать в %(roomName)s",
"ban_room_confirm_title": "Заблокировать в %(roomName)s",
"unban_space_everything": "Разблокировать их везде, где я могу это сделать",
"ban_space_everything": "Заблокировать их везде, где я могу это сделать",
"unban_space_specific": "Разблокировать их из определённых мест, где я могу это сделать",
"ban_space_specific": "Заблокировать их в определённых местах, где я могу это сделать",
"unban_space_warning": "Они не смогут получить доступ к тем местам, где вы не являетесь администратором.",
"error_ban_user": "Не удалось заблокировать пользователя",
"error_mute_user": "Не удалось заглушить пользователя",
"promote_warning": "Вы не сможете отменить это действие, так как этот пользователь получит уровень прав, равный вашему.",
"deactivate_confirm_title": "Деактивировать пользователя?",
"deactivate_confirm_description": "Деактивация этого пользователя приведет к его выходу из системы и запрету повторного входа. Кроме того, они оставит все комнаты, в которых он участник. Это действие безповоротно. Вы уверены, что хотите деактивировать этого пользователя?",
"deactivate_confirm_action": "Деактивировать пользователя",
"error_deactivate": "Не удалось деактивировать пользователя",
"role_label": "Роль в <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Закреплённые сообщения",
"empty": "Пока ничего не закреплено",
"explainer": "Если у вас есть разрешения, откройте меню на любом сообщении и выберите <b>Закрепить</b>, чтобы поместить их сюда.",
"limits": {
"other": "Вы можете закрепить не более %(count)s виджетов"
}
},
"video_room_chat": {
"title": "Чат"
},
"room_summary_card": {
"title": "О комнате"
},
"widgets_section": "Виджеты",
"edit_integrations": "Редактировать виджеты, мосты и ботов",
"add_integrations": "Добавить виджеты, мосты и ботов",
"files_button": "Файлы",
"polls_button": "Опросы",
"pinned_messages_button": "Закреплено",
"export_chat_button": "Экспорт чата",
"share_button": "Поделиться комнатой",
"settings_button": "Настройки комнаты"
}
}

View file

@ -25,12 +25,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(time)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Moderator": "Moderátor",
"Failed to ban user": "Nepodarilo sa zakázať používateľa",
"Failed to mute user": "Nepodarilo sa umlčať používateľa",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Túto zmenu nebudete môcť vrátiť späť, pretože tomuto používateľovi udeľujete rovnakú úroveň oprávnenia, akú máte vy.",
"Are you sure?": "Ste si istí?",
"Jump to read receipt": "Preskočiť na potvrdenie o prečítaní",
"Admin Tools": "Nástroje správcu",
"and %(count)s others...": {
"other": "a ďalších %(count)s…",
"one": "a jeden ďalší…"
@ -43,9 +37,7 @@
"Join Room": "Vstúpiť do miestnosti",
"unknown error code": "neznámy kód chyby",
"Failed to forget room %(errCode)s": "Nepodarilo sa zabudnúť miestnosť %(errCode)s",
"Jump to first unread message.": "Preskočiť na prvú neprečítanú správu.",
"not specified": "nezadané",
"This room has no local addresses": "Pre túto miestnosť nie sú žiadne lokálne adresy",
"Error decrypting attachment": "Chyba pri dešifrovaní prílohy",
"Decrypt %(text)s": "Dešifrovať %(text)s",
"Download %(text)s": "Stiahnuť %(text)s",
@ -102,24 +94,19 @@
"collapse": "zbaliť",
"expand": "rozbaliť",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Túto zmenu nebudete môcť vrátiť späť, pretože sa degradujete, a ak ste posledným privilegovaným používateľom v miestnosti, nebude možné získať oprávnenia späť.",
"This room is not public. You will not be able to rejoin without an invite.": "Toto nie je verejne dostupná miestnosť. Bez pozvánky nebudete do nej môcť vstúpiť znovu.",
"<a>In reply to</a> <pill>": "<a>Odpoveď na</a> <pill>",
"You don't currently have any stickerpacks enabled": "Momentálne nemáte aktívne žiadne balíčky s nálepkami",
"Sunday": "Nedeľa",
"Today": "Dnes",
"Friday": "Piatok",
"Changelog": "Zoznam zmien",
"Failed to send logs: ": "Nepodarilo sa odoslať záznamy: ",
"This Room": "V tejto miestnosti",
"Unavailable": "Nedostupné",
"Filter results": "Filtrovať výsledky",
"Search…": "Hľadať…",
"Tuesday": "Utorok",
"Preparing to send logs": "príprava odoslania záznamov",
"Saturday": "Sobota",
"Monday": "Pondelok",
"All Rooms": "Vo všetkých miestnostiach",
"Wednesday": "Streda",
"You cannot delete this message. (%(code)s)": "Nemôžete vymazať túto správu. (%(code)s)",
"Thursday": "Štvrtok",
@ -131,20 +118,14 @@
"Clear Storage and Sign Out": "Vymazať úložisko a odhlásiť sa",
"We encountered an error trying to restore your previous session.": "Počas obnovovania vašej predchádzajúcej relácie sa vyskytla chyba.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Vymazaním úložiska prehliadača možno opravíte váš problém, no zároveň sa týmto odhlásite a história vašich šifrovaných konverzácií sa pre vás môže stať nečitateľná.",
"Share Link to User": "Zdieľať odkaz na používateľa",
"Share room": "Zdieľať miestnosť",
"Share Room": "Zdieľať miestnosť",
"Link to most recent message": "Odkaz na najnovšiu správu",
"Share User": "Zdieľať používateľa",
"Link to selected message": "Odkaz na vybratú správu",
"Share Room Message": "Zdieľať správu z miestnosti",
"This event could not be displayed": "Nie je možné zobraziť túto udalosť",
"Demote yourself?": "Znížiť vlastnú úroveň oprávnení?",
"Demote": "Znížiť",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Nemôžete posielať žiadne správy, kým si neprečítate a neodsúhlasíte <consentLink>naše zmluvné podmienky</consentLink>.",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaša správa nebola odoslaná, pretože bol dosiahnutý mesačný limit počtu aktívnych používateľov tohoto domovského servera. Prosím, <a>kontaktujte správcu služieb</a> aby ste službu mohli naďalej používať.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaša správa nebola odoslaná, pretože bol prekročený limit prostriedkov tohoto domovského servera. Prosím, <a>kontaktujte správcu služieb</a> aby ste službu mohli naďalej používať.",
"Only room administrators will see this warning": "Toto upozornenie sa zobrazuje len správcom miestnosti",
"Failed to upgrade room": "Nepodarilo sa aktualizovať miestnosť",
"The room upgrade could not be completed": "Nie je možné dokončiť aktualizáciu miestnosti na jej najnovšiu verziu",
"Upgrade this room to version %(version)s": "Aktualizovať túto miestnosť na verziu %(version)s",
@ -156,8 +137,6 @@
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Pred tým, než odošlete záznamy, musíte <a>nahlásiť váš problém na GitHub</a>. Uvedte prosím podrobný popis.",
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s teraz vyžaduje 3-5× menej pamäte, pretože informácie o ostatných používateľoch načítava len podľa potreby. Prosím počkajte na dokončenie synchronizácie so serverom!",
"Updating %(brand)s": "Prebieha aktualizácia %(brand)s",
"Set up": "Nastaviť",
"Add some now": "Pridajte si nejaké teraz",
"The following users may not exist": "Nasledujúci používatelia pravdepodobne neexistujú",
"Unable to load commit detail: %(msg)s": "Nie je možné načítať podrobnosti pre commit: %(msg)s",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Aby ste po odhlásení neprišli o možnosť čítať históriu šifrovaných konverzácií, mali by ste si ešte pred odhlásením exportovať šifrovacie kľúče miestností. Prosím vráťte sa k novšej verzii %(brand)s a exportujte si kľúče",
@ -240,14 +219,7 @@
"Headphones": "Slúchadlá",
"Folder": "Fascikel",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Šifrované správy sú zabezpečené end-to-end šifrovaním. Kľúče na čítanie týchto správ máte len vy a príjemca (príjemcovia).",
"Back up your keys before signing out to avoid losing them.": "Zálohujte si šifrovacie kľúče pred odhlásením, aby ste zabránili ich strate.",
"Start using Key Backup": "Začnite používať zálohovanie kľúčov",
"Error updating main address": "Chyba pri aktualizácii hlavnej adresy",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Pri aktualizácii hlavnej adresy miestnosti došlo k chybe. Server to nemusí povoliť alebo došlo k dočasnému zlyhaniu.",
"Main address": "Hlavná adresa",
"Room avatar": "Obrázok miestnosti",
"Room Name": "Názov miestnosti",
"Room Topic": "Téma miestnosti",
"Power level": "Úroveň oprávnenia",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Overte tohto používateľa a označte ho ako dôveryhodného. Dôveryhodní používatelia vám poskytujú dodatočný pokoj na duši pri používaní end-to-end šifrovaných správ.",
"Incoming Verification Request": "Prichádzajúca žiadosť o overenie",
@ -280,19 +252,11 @@
"If you can't scan the code above, verify by comparing unique emoji.": "Ak sa vám nepodarí naskenovať uvedený kód, overte pomocou porovnania jedinečných emotikonov.",
"Verify by comparing unique emoji.": "Overenie porovnaním jedinečnej kombinácie emotikonov.",
"Verify by emoji": "Overiť pomocou emotikonov",
"Show more": "Zobraziť viac",
"This backup is trusted because it has been restored on this session": "Táto záloha je dôveryhodná, lebo už bola načítaná v tejto relácii",
"Your homeserver has exceeded its user limit.": "Na vašom domovskom serveri bol prekročený limit počtu používateľov.",
"Your homeserver has exceeded one of its resource limits.": "Na vašom domovskom serveri bol prekročený jeden z limitov systémových zdrojov.",
"Ok": "Ok",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Ak chcete nahlásiť bezpečnostný problém týkajúci sa Matrix-u, prečítajte si, prosím, <a>zásady zverejňovania informácií o bezpečnosti Matrix.org</a>.",
"This user has not verified all of their sessions.": "Tento používateľ si neoveril všetky svoje relácie.",
"You have not verified this user.": "Tohto používateľa ste neoverili.",
"You have verified this user. This user has verified all of their sessions.": "Tohto používateľa ste overili. Tento používateľ si overil všetky svoje relácie.",
"Someone is using an unknown session": "Niekto používa neznámu reláciu",
"This room is end-to-end encrypted": "Táto miestnosť je end-to-end šifrovaná",
"Everyone in this room is verified": "Všetci v tejto miestnosti sú overení",
"Edit message": "Upraviť správu",
"Zimbabwe": "Zimbabwe",
"Zambia": "Zambia",
"Yemen": "Jemen",
@ -543,13 +507,11 @@
"United States": "Spojené Štáty",
"United Kingdom": "Spojené Kráľovstvo",
"Encrypted by a deleted session": "Šifrované odstránenou reláciou",
"Encrypted by an unverified session": "Šifrované neoverenou reláciou",
"You cancelled": "Zrušili ste overenie",
"You cancelled verifying %(name)s": "Zrušili ste overenie používateľa %(name)s",
"You cancelled verification.": "Zrušili ste overenie.",
"%(name)s wants to verify": "%(name)s chce overiť",
"Encryption not enabled": "Šifrovanie nie je zapnuté",
"Unencrypted": "Nešifrované",
"Search spaces": "Hľadať priestory",
"Search for spaces": "Hľadať priestory",
"You sent a verification request": "Odoslali ste žiadosť o overenie",
@ -560,17 +522,13 @@
"Create a new space": "Vytvoriť nový priestor",
"Create a space": "Vytvoriť priestor",
"Edit devices": "Upraviť zariadenia",
"Hide verified sessions": "Skryť overené relácie",
"%(count)s verified sessions": {
"one": "1 overená relácia",
"other": "%(count)s overených relácií"
},
"Messages in this room are not end-to-end encrypted.": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.",
"Messages in this room are end-to-end encrypted.": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.",
"Sign out and remove encryption keys?": "Odhlásiť sa a odstrániť šifrovacie kľúče?",
"Unable to copy a link to the room to the clipboard.": "Nie je možné skopírovať odkaz na miestnosť do schránky.",
"Unable to copy room link": "Nie je možné skopírovať odkaz na miestnosť",
"Remove recent messages": "Odstrániť posledné správy",
"Remove recent messages by %(user)s": "Odstrániť posledné správy používateľa %(user)s",
"Looks good!": "Vyzerá to super!",
"Looks good": "Vyzerá to super",
@ -583,11 +541,9 @@
"Private space (invite only)": "Súkromný priestor (len pre pozvaných)",
"Rooms and spaces": "Miestnosti a priestory",
"Some suggestions may be hidden for privacy.": "Niektoré návrhy môžu byť skryté kvôli ochrane súkromia.",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Vierohodnosť tejto zašifrovanej správy nie je možné na tomto zariadení zaručiť.",
"You're all caught up.": "Všetko ste už stihli.",
"In encrypted rooms, verify all users to ensure it's secure.": "V šifrovaných miestnostiach overte všetkých používateľov, aby ste zaistili ich bezpečnosť.",
"Verify all users in a room to ensure it's secure.": "Overte všetkých používateľov v miestnosti, aby ste sa uistili, že je zabezpečená.",
"The homeserver the user you're verifying is connected to": "Domovský server, ku ktorému je pripojený používateľ, ktorého overujete",
"Allow this widget to verify your identity": "Umožniť tomuto widgetu overiť vašu totožnosť",
"Verify by scanning": "Overte naskenovaním",
"%(name)s cancelled verifying": "%(name)s zrušil/a overovanie",
@ -604,17 +560,11 @@
"You declined": "Zamietli ste overenie",
"Session key": "Kľúč relácie",
"Session name": "Názov relácie",
"Your homeserver": "Váš domovský server",
"Start Verification": "Spustiť overovanie",
"Verify User": "Overiť používateľa",
"Verification Request": "Žiadosť o overenie",
"Show image": "Zobraziť obrázok",
"e.g. my-room": "napr. moja-miestnost",
"Deactivate user?": "Deaktivovať používateľa?",
"Upload all": "Nahrať všetko",
"Cancel All": "Zrušiť všetky",
"Revoke invite": "Odvolať pozvánku",
"Chat": "Konverzácia",
"Developer": "Vývojárske",
"Experimental": "Experimentálne",
"Downloading": "Preberanie",
@ -624,21 +574,15 @@
"Sent": "Odoslané",
"Sending": "Odosielanie",
"Avatar": "Obrázok",
"Accepting…": "Akceptovanie…",
"Notes": "Poznámky",
"This address is already in use": "Táto adresa sa už používa",
"This address is available to use": "Túto adresu je možné použiť",
"Please provide an address": "Uveďte prosím adresu",
"New published address (e.g. #alias:server)": "Nová zverejnená adresa (napr. #alias:server)",
"Local address": "Lokálna adresa",
"Enter the name of a new server you want to explore.": "Zadajte názov nového servera, ktorý chcete preskúmať.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Túto miestnosť aktualizujete z verzie <oldVersion /> na <newVersion />.",
"This version of %(brand)s does not support searching encrypted messages": "Táto verzia aplikácie %(brand)s nepodporuje vyhľadávanie zašifrovaných správ",
"This version of %(brand)s does not support viewing some encrypted files": "Táto verzia aplikácie %(brand)s nepodporuje zobrazovanie niektorých zašifrovaných súborov",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Táto miestnosť používa verziu miestnosti <roomVersion />, ktorú tento domovský server označil ako <i>nestabilnú</i>.",
"Backup version:": "Verzia zálohy:",
"Role in <RoomName/>": "Rola v <RoomName/>",
"To publish an address, it needs to be set as a local address first.": "Ak chcete zverejniť adresu, je potrebné ju najprv nastaviť ako lokálnu adresu.",
"Upgrade private room": "Aktualizovať súkromnú miestnosť",
"This space is not public. You will not be able to rejoin without an invite.": "Tento priestor nie je verejný. Bez pozvánky sa doň nebudete môcť opätovne pripojiť.",
"This room is public": "Táto miestnosť je verejná",
@ -649,7 +593,6 @@
"Don't leave any rooms": "Neopustiť žiadne miestnosti",
"Would you like to leave the rooms in this space?": "Chcete opustiť miestnosti v tomto priestore?",
"Error processing voice message": "Chyba pri spracovaní hlasovej správy",
"Send voice message": "Odoslať hlasovú správu",
"Invited people will be able to read old messages.": "Pozvaní ľudia si budú môcť prečítať staré správy.",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Pozvite niekoho pomocou jeho mena, používateľského mena (napríklad <userId/>) alebo <a>zdieľate túto miestnosť</a>.",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Pozvite niekoho pomocou jeho mena, e-mailovej adresy, používateľského mena (napríklad <userId/>) alebo <a>zdieľajte túto miestnosť</a>.",
@ -657,28 +600,13 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Pozvite niekoho pomocou jeho mena, e-mailovej adresy, používateľského mena (napríklad <userId/>) alebo <a>zdieľajte tento priestor</a>.",
"Recently Direct Messaged": "Nedávno zaslané priame správy",
"To join a space you'll need an invite.": "Ak sa chcete pripojiť k priestoru, budete potrebovať pozvánku.",
"Hide sessions": "Skryť relácie",
"%(count)s sessions": {
"one": "%(count)s relácia",
"other": "%(count)s relácie"
},
"This file is <b>too large</b> to upload. The file size limit is %(limit)s but this file is %(sizeOfThisFile)s.": "Tento súbor je <b>príliš veľký</b> na odoslanie. Limit veľkosti súboru je %(limit)s, ale tento súbor má %(sizeOfThisFile)s.",
"Information": "Informácie",
"Room settings": "Nastavenia miestnosti",
"Room address": "Adresa miestnosti",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Nastavte adresy pre túto miestnosť, aby ju používatelia mohli nájsť prostredníctvom vášho domovského servera (%(localDomain)s)",
"Local Addresses": "Lokálne adresy",
"This space has no local addresses": "Tento priestor nemá žiadne lokálne adresy",
"No other published addresses yet, add one below": "Zatiaľ neboli zverejnené žiadne ďalšie adresy, pridajte ich nižšie",
"Other published addresses:": "Iné zverejnené adresy:",
"Published addresses can be used by anyone on any server to join your room.": "Zverejnené adresy môže použiť ktokoľvek na akomkoľvek serveri, aby sa pripojil k vašej miestnosti.",
"Published addresses can be used by anyone on any server to join your space.": "Zverejnené adresy môže použiť ktokoľvek na akomkoľvek serveri, aby sa pripojil k vášmu priestoru.",
"Published Addresses": "Zverejnené adresy",
"Export chat": "Exportovať konverzáciu",
"Copy link to thread": "Kopírovať odkaz na vlákno",
"Add widgets, bridges & bots": "Pridať widgety, premostenia a boty",
"Edit widgets, bridges & bots": "Upraviť widgety, premostenia a boty",
"Widgets": "Widgety",
"Upload %(count)s other files": {
"one": "Nahrať %(count)s ďalší súbor",
"other": "Nahrať %(count)s ďalších súborov"
@ -688,7 +616,6 @@
"Upload files (%(current)s of %(total)s)": "Nahrať súbory (%(current)s z %(total)s)",
"Upload files": "Nahrať súbory",
"Use the <a>Desktop app</a> to see all encrypted files": "Použite <a>desktopovú aplikáciu</a> na zobrazenie všetkých zašifrovaných súborov",
"Files": "Súbory",
"Invite to %(roomName)s": "Pozvať do miestnosti %(roomName)s",
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "Nie je možné získať prístup k tajnému úložisku. Skontrolujte, či ste zadali správnu bezpečnostnú frázu.",
"View all %(count)s members": {
@ -697,8 +624,6 @@
},
"Server isn't responding": "Server neodpovedá",
"Edited at %(date)s": "Upravené %(date)s",
"Error removing address": "Chyba pri odstraňovaní adresy",
"Error creating address": "Chyba pri vytváraní adresy",
"Confirm to continue": "Potvrďte, ak chcete pokračovať",
"Confirm account deactivation": "Potvrdiť deaktiváciu účtu",
"Signature upload failed": "Nahrávanie podpisu zlyhalo",
@ -727,16 +652,10 @@
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Overte toto zariadenie a označte ho ako dôveryhodné. Dôveryhodnosť tohto zariadenia poskytuje vám a ostatným používateľom väčší pokoj pri používaní end-to-end šifrovaných správ.",
"Use the <a>Desktop app</a> to search encrypted messages": "Použite <a>Desktop aplikáciu</a> na vyhľadávanie zašifrovaných správ",
"Not encrypted": "Nie je zašifrované",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "V šifrovaných miestnostiach sú vaše správy zabezpečené a jedinečné kľúče na ich odomknutie máte len vy a príjemca.",
"Close dialog": "Zavrieť dialógové okno",
"Close this widget to view it in this panel": "Zatvorte tento widget a zobrazíte ho na tomto paneli",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Ak máte oprávnenia, otvorte ponuku pri ľubovoľnej správe a výberom položky <b>Pripnúť</b> ich sem prilepíte.",
"You're removing all spaces. Access will default to invite only": "Odstraňujete všetky priestory. Prístup bude predvolený len pre pozvaných",
"Decide which spaces can access this room. If a space is selected, its members can find and join <RoomName/>.": "Určite, ktoré priestory budú mať prístup do tejto miestnosti. Ak je vybraný priestor, jeho členovia môžu nájsť a pripojiť sa k <RoomName/>.",
"Select spaces": "Vybrať priestory",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Pozvánku nebolo možné odvolať. Na serveri môže byť dočasný problém alebo nemáte dostatočné oprávnenia na odvolanie pozvánky.",
"Failed to revoke invite": "Nepodarilo sa odvolať pozvánku",
"Set my room layout for everyone": "Nastavenie rozmiestnenie v mojej miestnosti pre všetkých",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Skúste sa posunúť nahor na časovej osi a pozrite sa, či tam nie sú nejaké skoršie.",
"Automatically invite members from this room to the new one": "Automaticky pozvať členov z tejto miestnosti do novej",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Zvyčajne to ovplyvňuje len spôsob spracovania miestnosti na serveri. Ak máte problémy s vaším %(brand)s, nahláste prosím <a>chybu</a>.",
@ -755,14 +674,10 @@
"Preparing to download logs": "Príprava na prevzatie záznamov",
"Failed to connect to integration manager": "Nepodarilo sa pripojiť k správcovi integrácie",
"You accepted": "Prijali ste",
"Message Actions": "Akcie správy",
"You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.": "Ste jediným správcom niektorých miestností alebo priestorov, ktoré chcete opustiť. Ich opustenie ich ponechá bez administrátorov.",
"You're the only admin of this space. Leaving it will mean no one has control over it.": "Ste jediným správcom tohto priestoru. Jeho opustenie bude znamenať, že nad ním nikto nebude mať kontrolu.",
"Your firewall or anti-virus is blocking the request.": "Požiadavku blokuje váš firewall alebo antivírus.",
"Your homeserver doesn't seem to support this feature.": "Zdá sa, že váš domovský server túto funkciu nepodporuje.",
"Your messages are not secure": "Vaše správy nie sú zabezpečené",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Vaše správy sú zabezpečené a jedinečné kľúče na ich odomknutie máte len vy a príjemca.",
"Your message was sent": "Vaša správa bola odoslaná",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Pri tejto relácii ste už predtým použili novšiu verziu %(brand)s. Ak chcete túto verziu znovu používať s end-to-end šifrovaním, budete sa musieť odhlásiť a znova prihlásiť.",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Úspešne ste overili %(deviceName)s (%(deviceId)s)!",
"You've successfully verified %(displayName)s!": "Úspešne ste overili %(displayName)s!",
@ -786,19 +701,14 @@
"Add a new server": "Pridať nový server",
"You are the only person here. If you leave, no one will be able to join in the future, including you.": "Ste tu jediný človek. Ak odídete, nikto sa už v budúcnosti nebude môcť pripojiť do tejto miestnosti, vrátane vás.",
"Some characters not allowed": "Niektoré znaky nie sú povolené",
"This room has already been upgraded.": "Táto miestnosť už bola aktualizovaná.",
"Upload Error": "Chyba pri nahrávaní",
"Your browser likely removed this data when running low on disk space.": "Váš prehliadač pravdepodobne odstránil tieto údaje, keď mal málo miesta na disku.",
"Some session data, including encrypted message keys, is missing. Sign out and sign in to fix this, restoring keys from backup.": "Chýbajú niektoré údaje relácie vrátane zašifrovaných kľúčov správ. Odhláste sa a prihláste sa, aby ste to opravili a obnovili kľúče zo zálohy.",
"To help us prevent this in future, please <a>send us logs</a>.": "Aby ste nám pomohli tomuto v budúcnosti zabrániť, pošlite nám prosím <a>záznamy o chybe</a>.",
"Remember my selection for this widget": "Zapamätať si môj výber pre tento widget",
"Invited by %(sender)s": "Pozvaný používateľom %(sender)s",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Aktualizáciou tejto miestnosti sa vypne aktuálna inštancia miestnosti a vytvorí sa aktualizovaná miestnosť s rovnakým názvom.",
"Open in OpenStreetMap": "Otvoriť v OpenStreetMap",
"Message preview": "Náhľad správy",
"View in room": "Zobraziť v miestnosti",
"Unknown failure: %(reason)s": "Neznáma chyba: %(reason)s",
"Nothing pinned, yet": "Zatiaľ nie je nič pripnuté",
"Enter Security Key": "Zadajte bezpečnostný kľúč",
"Enter Security Phrase": "Zadať bezpečnostnú frázu",
"Incorrect Security Phrase": "Nesprávna bezpečnostná fráza",
@ -814,12 +724,10 @@
"one": "%(count)s odpoveď",
"other": "%(count)s odpovedí"
},
"Stop recording": "Zastaviť nahrávanie",
"Missed call": "Zmeškaný hovor",
"Call declined": "Hovor odmietnutý",
"Call back": "Zavolať späť",
"Connection failed": "Pripojenie zlyhalo",
"Pinned messages": "Pripnuté správy",
"Remember this": "Zapamätať si toto",
"Dial pad": "Číselník",
"Decline All": "Zamietnuť všetky",
@ -830,9 +738,6 @@
"%(name)s accepted": "%(name)s prijal",
"Forget": "Zabudnúť",
"Want to add a new room instead?": "Chcete namiesto toho pridať novú miestnosť?",
"No microphone found": "Nenašiel sa žiadny mikrofón",
"We were unable to access your microphone. Please check your browser settings and try again.": "Nepodarilo sa nám získať prístup k vášmu mikrofónu. Skontrolujte prosím nastavenia prehliadača a skúste to znova.",
"Unable to access your microphone": "Nie je možné získať prístup k vášmu mikrofónu",
"Retry all": "Odoslať všetky znova",
"You can select all or individual messages to retry or delete": "Môžete vybrať všetky alebo jednotlivé správy, ktoré chcete opakovane odoslať alebo vymazať",
"Delete all": "Vymazať všetko",
@ -842,9 +747,7 @@
"other": "%(count)s ľudí, ktorých poznáte, sa už pripojilo"
},
"Including %(commaSeparatedMembers)s": "Vrátane %(commaSeparatedMembers)s",
"Failed to send": "Nepodarilo sa odoslať",
"Reset everything": "Obnoviť všetko",
"View message": "Zobraziť správu",
"We couldn't create your DM.": "Nemohli sme vytvoriť vašu priamu správu.",
"<inviter/> invites you": "<inviter/> vás pozýva",
"No results found": "Nenašli sa žiadne výsledky",
@ -861,9 +764,7 @@
"Unable to start audio streaming.": "Nie je možné spustiť streamovanie zvuku.",
"Create a new room": "Vytvoriť novú miestnosť",
"Space selection": "Výber priestoru",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Túto zmenu nebudete môcť vrátiť späť, pretože sa degradujete, a ak ste posledným privilegovaným používateľom v priestore, nebude možné získať oprávnenia späť.",
"Other rooms in %(spaceName)s": "Ostatné miestnosti v %(spaceName)s",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Pri vytváraní tejto adresy došlo k chybe. Je možné, že ju server nepovoľuje alebo došlo k dočasnému zlyhaniu.",
"Click the button below to confirm setting up encryption.": "Kliknutím na tlačidlo nižšie potvrdíte nastavenie šifrovania.",
"Confirm encryption setup": "Potvrdiť nastavenie šifrovania",
"Click the button below to confirm your identity.": "Kliknutím na tlačidlo nižšie potvrdíte svoju totožnosť.",
@ -875,13 +776,9 @@
"Server did not require any authentication": "Server nevyžadoval žiadne overenie",
"Upload completed": "Nahrávanie dokončené",
"Enter a server name": "Zadajte názov servera",
"Scroll to most recent messages": "Prejsť na najnovšie správy",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Pri aktualizácii alternatívnych adries miestnosti došlo k chybe. Nemusí to byť povolené serverom alebo došlo k dočasnému zlyhaniu.",
"The encryption used by this room isn't supported.": "Šifrovanie používané v tejto miestnosti nie je podporované.",
"Waiting for %(displayName)s to accept…": "Čaká sa, kým to %(displayName)s prijme…",
"Language Dropdown": "Rozbaľovací zoznam jazykov",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Aktualizácia miestnosti je pokročilá akcia a zvyčajne sa odporúča, keď je miestnosť nestabilná kvôli chybám, chýbajúcim funkciám alebo bezpečnostným zraniteľnostiam.",
"Deactivate user": "Deaktivovať používateľa",
"Be found by phone or email": "Byť nájdený pomocou telefónu alebo e-mailu",
"Find others by phone or email": "Nájsť ostatných pomocou telefónu alebo e-mailu",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Povedzte nám prosím, čo sa pokazilo, alebo radšej vytvorte príspevok v službe GitHub, v ktorom problém popíšete.",
@ -914,7 +811,6 @@
"Access your secure message history and set up secure messaging by entering your Security Key.": "Získajte prístup k histórii zabezpečených správ a nastavte bezpečné zasielanie správ zadaním bezpečnostného kľúča.",
"Access your secure message history and set up secure messaging by entering your Security Phrase.": "Získajte prístup k histórii zabezpečených správ a nastavte bezpečné zasielanie správ zadaním bezpečnostnej frázy.",
"Messaging": "Posielanie správ",
"To proceed, please accept the verification request on your other device.": "Ak chcete pokračovať, prijmite žiadosť o overenie na vašom druhom zariadení.",
"Verify other device": "Overenie iného zariadenia",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Zabudli ste alebo ste stratili všetky metódy obnovy? <a>Resetovať všetko</a>",
"%(spaceName)s and %(count)s others": {
@ -922,27 +818,20 @@
"other": "%(spaceName)s a %(count)s ďalší"
},
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Zadajte svoju bezpečnostnú frázu alebo <button>použite svoj bezpečnostný kľúč</button> pre pokračovanie.",
"Remove from %(roomName)s": "Odstrániť z %(roomName)s",
"Failed to remove user": "Nepodarilo sa odstrániť používateľa",
"Remove from room": "Odstrániť z miestnosti",
"Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "Ste si istí, že chcete ukončiť túto anketu? Zobrazia sa konečné výsledky ankety a ľudia nebudú môcť už hlasovať.",
"Can't find this server or its room list": "Nemôžeme nájsť tento server alebo jeho zoznam miestností",
"Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "Overením tohto zariadenia ho označíte ako dôveryhodné a používatelia, ktorí vás overili, budú tomuto zariadeniu dôverovať.",
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Overenie tohto používateľa označí jeho reláciu ako dôveryhodnú a zároveň označí vašu reláciu ako dôveryhodnú pre neho.",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Vymazanie všetkých údajov z tejto relácie je trvalé. Zašifrované správy sa stratia, pokiaľ neboli zálohované ich kľúče.",
"Clear all data in this session?": "Vymazať všetky údaje v tejto relácii?",
"One of the following may be compromised:": "Jedna z nasledujúcich vecí môže byť narušená:",
"For extra security, verify this user by checking a one-time code on both of your devices.": "V záujme zvýšenia bezpečnosti overte tohto používateľa tak, že na oboch zariadeniach skontrolujete jednorazový kód.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Týchto používateľov sme nemohli pozvať. Skontrolujte prosím používateľov, ktorých chcete pozvať, a skúste to znova.",
"Something went wrong trying to invite the users.": "Pri pokuse o pozvanie používateľov sa niečo pokazilo.",
"The following users might not exist or are invalid, and cannot be invited: %(csvNames)s": "Nasledujúci používatelia nemusia existovať alebo sú neplatní a nemožno ich pozvať: %(csvNames)s",
"Failed to find the following users": "Nepodarilo sa nájsť týchto používateľov",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Tohto používateľa ste ignorovali, takže jeho správa je skrytá. <a>Ukázať aj tak.</a>",
"This client does not support end-to-end encryption.": "Tento klient nepodporuje end-to-end šifrovanie.",
"Failed to deactivate user": "Nepodarilo sa deaktivovať používateľa",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Pri veľkom množstve správ to môže trvať určitý čas. Medzitým prosím neobnovujte svojho klienta.",
"No recent messages by %(user)s found": "Nenašli sa žiadne nedávne správy od používateľa %(user)s",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Deaktivácia tohto používateľa ho odhlási a zabráni mu v opätovnom prihlásení. Okrem toho opustí všetky miestnosti, v ktorých sa nachádza. Túto akciu nie je možné vrátiť späť. Ste si istí, že chcete tohto používateľa deaktivovať?",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Na pozvanie e-mailom použite server identity. Vykonajte zmeny v <settings>Nastaveniach</settings>.",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Na pozvanie e-mailom použite server identity. <default>Použite predvolený (%(defaultIdentityServerName)s)</default> alebo spravujte v <settings>nastaveniach</settings>.",
"Invalid base_url for m.identity_server": "Neplatná base_url pre m.identity_server",
@ -991,20 +880,11 @@
"Can't load this message": "Nemožno načítať túto správu",
"Error processing audio message": "Chyba pri spracovaní hlasovej správy",
"Some encryption parameters have been changed.": "Niektoré parametre šifrovania boli zmenené.",
"Unpin this widget to view it in this panel": "Ak chcete tento widget zobraziť na tomto paneli, zrušte jeho pripnutie",
"Yours, or the other users' session": "Vaša relácia alebo relácia ostatných používateľov",
"Yours, or the other users' internet connection": "Vaše internetové pripojenie alebo internetové pripojenie ostatných používateľov",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Pri odstraňovaní tejto adresy došlo k chybe. Možno už neexistuje alebo došlo k dočasnej chybe.",
"You don't have permission to delete the address.": "Na vymazanie adresy nemáte povolenie.",
"We didn't find a microphone on your device. Please check your settings and try again.": "Vo vašom zariadení sa nenašiel mikrofón. Skontrolujte svoje nastavenia a skúste to znova.",
"Join the conference from the room information card on the right": "Pripojte sa ku konferencii z informačnej karty miestnosti vpravo",
"Join the conference at the top of this room": "Pripojte sa ku konferencii v hornej časti tejto miestnosti",
"Video conference ended by %(senderName)s": "Videokonferencia ukončená používateľom %(senderName)s",
"Video conference updated by %(senderName)s": "Videokonferencia aktualizovaná používateľom %(senderName)s",
"Video conference started by %(senderName)s": "Videokonferencia spustená používateľom %(senderName)s",
"You can only pin up to %(count)s widgets": {
"other": "Môžete pripnúť iba %(count)s widgetov"
},
"No answer": "Žiadna odpoveď",
"Just a heads up, if you don't add an email and forget your password, you could <b>permanently lose access to your account</b>.": "Len upozorňujeme, že ak si nepridáte e-mail a zabudnete heslo, môžete <b>navždy stratiť prístup k svojmu účtu</b>.",
"Data on this screen is shared with %(widgetDomain)s": "Údaje na tejto obrazovke sú zdieľané s %(widgetDomain)s",
@ -1026,7 +906,6 @@
"This address does not point at this room": "Táto adresa nesmeruje do tejto miestnosti",
"Wait!": "Počkajte!",
"Location": "Poloha",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Nastavte adresy pre tento priestor, aby ho používatelia mohli nájsť prostredníctvom vášho domovského servera (%(localDomain)s)",
"Feedback sent! Thanks, we appreciate it!": "Spätná väzba odoslaná! Ďakujeme, vážime si to!",
"Use <arrows/> to scroll": "Na posúvanie použite <arrows/>",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s a %(space2Name)s",
@ -1049,11 +928,8 @@
"Failed to end poll": "Nepodarilo sa ukončiť anketu",
"Sorry, the poll did not end. Please try again.": "Ospravedlňujeme sa, ale anketa sa neskončila. Skúste to prosím znova.",
"Reply in thread": "Odpovedať vo vlákne",
"From a thread": "Z vlákna",
"Transfer": "Presmerovať",
"A call can only be transferred to a single user.": "Hovor je možné presmerovať len na jedného používateľa.",
"Unban from %(roomName)s": "Zrušiť zákaz vstup do %(roomName)s",
"Ban from %(roomName)s": "Zakázať vstup do %(roomName)s",
"Joining": "Pripájanie sa",
"Sign in with SSO": "Prihlásiť sa pomocou jednotného prihlásenia SSO",
"Search Dialog": "Vyhľadávacie dialógové okno",
@ -1072,10 +948,6 @@
"Ignored attempt to disable encryption": "Ignorovaný pokus o vypnutie šifrovania",
"The call is in an unknown state!": "Hovor je v neznámom stave!",
"Could not connect media": "Nepodarilo sa pripojiť médiá",
"They won't be able to access whatever you're not an admin of.": "Nebudú mať prístup k tomu, čoho nie ste správcom.",
"They'll still be able to access whatever you're not an admin of.": "Stále budú mať prístup ku všetkému, čoho nie ste správcom.",
"Pinned": "Pripnuté",
"Open thread": "Otvoriť vlákno",
"Command Help": "Pomocník príkazov",
"My live location": "Moja poloha v reálnom čase",
"My current location": "Moja aktuálna poloha",
@ -1083,20 +955,12 @@
"What location type do you want to share?": "Aký typ polohy chcete zdieľať?",
"We couldn't send your location": "Nepodarilo sa nám odoslať vašu polohu",
"%(brand)s could not send your location. Please try again later.": "%(brand)s nemohol odoslať vašu polohu. Skúste to prosím neskôr.",
"Remove them from everything I'm able to": "Odstrániť ich zo všetkého, na čo mám oprávnenie",
"Remove them from specific things I'm able to": "Odstrániť ich z konkrétnych vecí, na ktoré mám oprávnenie",
"Collapse quotes": "Zbaliť citácie",
"Expand quotes": "Rozbaliť citácie",
"Click": "Kliknúť",
"Unban them from everything I'm able to": "Zrušiť im zákaz zo všetkého, na čo mám oprávnenie",
"Ban them from everything I'm able to": "Zakázať im všetko, na čo mám oprávnenie",
"Unban them from specific things I'm able to": "Zrušiť im zákaz z konkrétnych právomocí, na ktoré mám oprávnenie",
"Ban them from specific things I'm able to": "Zakázať im konkrétne právomoci, na ktoré mám oprávnenie",
"Can't create a thread from an event with an existing relation": "Nie je možné vytvoriť vlákno z udalosti s existujúcim vzťahom",
"Joined": "Ste pripojený",
"Resend %(unsentCount)s reaction(s)": "Opätovné odoslanie %(unsentCount)s reakcií",
"Consult first": "Najprv konzultovať",
"Disinvite from %(roomName)s": "Zrušenie pozvania z %(roomName)s",
"You are sharing your live location": "Zdieľate svoju polohu v reálnom čase",
"%(displayName)s's live location": "Poloha používateľa %(displayName)s v reálnom čase",
"Uncheck if you also want to remove system messages on this user (e.g. membership change, profile change…)": "Zrušte označenie, ak chcete odstrániť aj systémové správy o tomto používateľovi (napr. zmena členstva, zmena profilu...)",
@ -1118,13 +982,6 @@
"Live until %(expiryTime)s": "Poloha v reálnom čase do %(expiryTime)s",
"Live location enabled": "Poloha v reálnom čase zapnutá",
"Live location error": "Chyba polohy v reálnom čase",
"Ban from room": "Zakázať vstup do miestnosti",
"Unban from room": "Zrušiť zákaz vstupu do miestnosti",
"Unban from space": "Zrušiť zákaz vstupu do priestoru",
"Ban from space": "Zakázať vstup do priestoru",
"Disinvite from room": "Zrušiť pozvánku z miestnosti",
"Remove from space": "Odstrániť z priestoru",
"Disinvite from space": "Zrušiť pozvánku z priestoru",
"No live locations": "Žiadne polohy v reálnom čase",
"Close sidebar": "Zatvoriť bočný panel",
"View List": "Zobraziť zoznam",
@ -1150,7 +1007,6 @@
"Output devices": "Výstupné zariadenia",
"Input devices": "Vstupné zariadenia",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Vaša správa nebola odoslaná, pretože tento domovský server bol zablokovaný jeho správcom. Prosím, <a>kontaktujte správcu služieb</a>, aby ste službu mohli naďalej používať.",
"Show Labs settings": "Zobraziť nastavenia laboratórií",
"An error occurred whilst sharing your live location, please try again": "Počas zdieľania vašej polohy v reálnom čase došlo k chybe, skúste to prosím znova",
"An error occurred whilst sharing your live location": "Počas zdieľania vašej polohy v reálnom čase došlo k chybe",
"Unread email icon": "Ikona neprečítaného e-mailu",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s alebo %(recoveryFile)s",
"Video call ended": "Videohovor ukončený",
"%(name)s started a video call": "%(name)s začal/a videohovor",
"Room info": "Informácie o miestnosti",
"Completing set up of your new device": "Dokončenie nastavenia nového zariadenia",
"Waiting for device to sign in": "Čaká sa na prihlásenie zariadenia",
"Review and approve the sign in": "Skontrolujte a schváľte prihlásenie",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Príliš veľa pokusov v krátkom čase. Opakujte pokus po %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Príliš veľa pokusov v krátkom čase. Pred ďalším pokusom počkajte nejakú dobu.",
"Thread root ID: %(threadRootId)s": "ID koreňového vlákna: %(threadRootId)s",
"We were unable to start a chat with the other user.": "Nepodarilo sa nám spustiť konverzáciu s druhým používateľom.",
"Error starting verification": "Chyba pri spustení overovania",
"<w>WARNING:</w> <description/>": "<w>UPOZORNENIE:</w> <description/>",
"Unable to decrypt message": "Nie je možné dešifrovať správu",
"This message could not be decrypted": "Túto správu sa nepodarilo dešifrovať",
" in <strong>%(room)s</strong>": " v <strong>%(room)s</strong>",
"Text": "Text",
"Create a link": "Vytvoriť odkaz",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Nemôžete spustiť hlasovú správu, pretože práve nahrávate živé vysielanie. Ukončite prosím živé vysielanie, aby ste mohli začať nahrávať hlasovú správu.",
"Can't start voice message": "Nemožno spustiť hlasovú správu",
"Edit link": "Upraviť odkaz",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Všetky správy a pozvánky od tohto používateľa budú skryté. Ste si istí, že ich chcete ignorovať?",
"Ignore %(user)s": "Ignorovať %(user)s",
"unknown": "neznáme",
"Declining…": "Odmietanie …",
"Connecting…": "Pripájanie…",
@ -1247,8 +1093,6 @@
"Enable '%(manageIntegrations)s' in Settings to do this.": "Ak to chcete urobiť, povoľte v Nastaveniach položku \"%(manageIntegrations)s\".",
"Waiting for partner to confirm…": "Čakanie na potvrdenie od partnera…",
"Adding…": "Pridávanie…",
"Encrypting your message…": "Šifrovanie vašej správy…",
"Sending your message…": "Odosielanie vašej správy…",
"Starting export process…": "Spustenie procesu exportu…",
"Loading polls": "Načítavanie ankiet",
"Ended a poll": "Ukončil anketu",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Server vrátil %(statusCode)s s kódom chyby %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Nepodarilo sa nám nájsť udalosť od dátumu %(dateString)s. Skúste vybrať skorší dátum.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Pri pokuse nájsť a prejsť na daný dátum došlo k sieťovej chybe. Váš domovský server môže byť vypnutý alebo sa vyskytol len dočasný problém s internetovým pripojením. Skúste to prosím znova. Ak to bude pokračovať, obráťte sa na správcu domovského servera.",
"Poll history": "História ankety",
"Start DM anyway": "Spustiť priamu správu aj tak",
"Start DM anyway and never warn me again": "Spustiť priamu správu aj tak a nikdy ma už nevarovať",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Nie je možné nájsť používateľské profily pre Matrix ID zobrazené nižšie - chcete aj tak začať priamu správu?",
"Search all rooms": "Vyhľadávať vo všetkých miestnostiach",
"Search this room": "Vyhľadávať v tejto miestnosti",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Keď sa pozvaní používatelia pripoja k aplikácii %(brand)s, budete môcť konverzovať a miestnosť bude end-to-end šifrovaná",
"Waiting for users to join %(brand)s": "Čaká sa na používateľov, kým sa pripoja k aplikácii %(brand)s",
"Are you sure you wish to remove (delete) this event?": "Ste si istí, že chcete túto udalosť odstrániť (vymazať)?",
@ -1414,7 +1255,12 @@
"low_priority": "Nízka priorita",
"historical": "Historické",
"go_to_settings": "Otvoriť nastavenia",
"setup_secure_messages": "Nastavenie zabezpečených správ"
"setup_secure_messages": "Nastavenie zabezpečených správ",
"unencrypted": "Nešifrované",
"view_message": "Zobraziť správu",
"joined": "Ste pripojený",
"show_more": "Zobraziť viac",
"are_you_sure": "Ste si istí?"
},
"action": {
"continue": "Pokračovať",
@ -1750,9 +1596,17 @@
"formatting_toolbar_label": "Formátovanie",
"format_italics": "Kurzíva",
"format_insert_link": "Vložiť odkaz",
"replying_title": "Odpoveď"
"replying_title": "Odpoveď",
"edit_composer_label": "Upraviť správu",
"send_voice_message": "Odoslať hlasovú správu",
"stop_voice_message": "Zastaviť nahrávanie",
"link_modal": {
"title_edit": "Upraviť odkaz",
"title_create": "Vytvoriť odkaz",
"text_field_label": "Text",
"link_field_label": "Odkaz"
}
},
"Link": "Odkaz",
"Code": "Kód",
"power_level": {
"default": "Predvolené",
@ -2852,7 +2706,19 @@
"one": "Videl %(count)s človek",
"other": "Videlo %(count)s ľudí"
},
"read_receipts_label": "Potvrdenia o prečítaní"
"read_receipts_label": "Potvrdenia o prečítaní",
"thread_info_basic": "Z vlákna",
"error_no_renderer": "Nie je možné zobraziť túto udalosť",
"undecryptable_tooltip": "Túto správu sa nepodarilo dešifrovať",
"send_state_sending": "Odosielanie vašej správy…",
"send_state_encrypting": "Šifrovanie vašej správy…",
"send_state_sent": "Vaša správa bola odoslaná",
"send_state_failed": "Nepodarilo sa odoslať",
"mab": {
"label": "Akcie správy",
"view_in_room": "Zobraziť v miestnosti",
"copy_link_thread": "Kopírovať odkaz na vlákno"
}
},
"slash_command": {
"spoiler": "Odošle danú správu ako spojler",
@ -3074,7 +2940,11 @@
"other": "%(count)s ľudí sa pripojilo"
},
"unknown_person": "neznáma osoba",
"connecting": "Pripájanie"
"connecting": "Pripájanie",
"unable_to_access_audio_input_title": "Nie je možné získať prístup k vášmu mikrofónu",
"unable_to_access_audio_input_description": "Nepodarilo sa nám získať prístup k vášmu mikrofónu. Skontrolujte prosím nastavenia prehliadača a skúste to znova.",
"no_audio_input_title": "Nenašiel sa žiadny mikrofón",
"no_audio_input_description": "Vo vašom zariadení sa nenašiel mikrofón. Skontrolujte svoje nastavenia a skúste to znova."
},
"Other": "Ďalšie",
"room_settings": {
@ -3199,7 +3069,32 @@
"save": "Uložiť zmeny",
"leave_space": "Opustiť priestor",
"aliases_section": "Adresy miestnosti",
"other_section": "Ďalšie"
"other_section": "Ďalšie",
"error_updating_canonical_alias_title": "Chyba pri aktualizácii hlavnej adresy",
"error_updating_canonical_alias_description": "Pri aktualizácii hlavnej adresy miestnosti došlo k chybe. Server to nemusí povoliť alebo došlo k dočasnému zlyhaniu.",
"error_updating_alias_description": "Pri aktualizácii alternatívnych adries miestnosti došlo k chybe. Nemusí to byť povolené serverom alebo došlo k dočasnému zlyhaniu.",
"error_creating_alias_title": "Chyba pri vytváraní adresy",
"error_creating_alias_description": "Pri vytváraní tejto adresy došlo k chybe. Je možné, že ju server nepovoľuje alebo došlo k dočasnému zlyhaniu.",
"error_deleting_alias_description_forbidden": "Na vymazanie adresy nemáte povolenie.",
"error_deleting_alias_description": "Pri odstraňovaní tejto adresy došlo k chybe. Možno už neexistuje alebo došlo k dočasnej chybe.",
"error_deleting_alias_title": "Chyba pri odstraňovaní adresy",
"canonical_alias_field_label": "Hlavná adresa",
"no_aliases_space": "Tento priestor nemá žiadne lokálne adresy",
"no_aliases_room": "Pre túto miestnosť nie sú žiadne lokálne adresy",
"local_alias_field_label": "Lokálna adresa",
"published_aliases_section": "Zverejnené adresy",
"published_aliases_explainer_space": "Zverejnené adresy môže použiť ktokoľvek na akomkoľvek serveri, aby sa pripojil k vášmu priestoru.",
"published_aliases_explainer_room": "Zverejnené adresy môže použiť ktokoľvek na akomkoľvek serveri, aby sa pripojil k vašej miestnosti.",
"published_aliases_description": "Ak chcete zverejniť adresu, je potrebné ju najprv nastaviť ako lokálnu adresu.",
"aliases_items_label": "Iné zverejnené adresy:",
"aliases_no_items_label": "Zatiaľ neboli zverejnené žiadne ďalšie adresy, pridajte ich nižšie",
"new_alias_placeholder": "Nová zverejnená adresa (napr. #alias:server)",
"local_aliases_section": "Lokálne adresy",
"local_aliases_explainer_space": "Nastavte adresy pre tento priestor, aby ho používatelia mohli nájsť prostredníctvom vášho domovského servera (%(localDomain)s)",
"local_aliases_explainer_room": "Nastavte adresy pre túto miestnosť, aby ju používatelia mohli nájsť prostredníctvom vášho domovského servera (%(localDomain)s)",
"name_field_label": "Názov miestnosti",
"topic_field_label": "Téma miestnosti",
"avatar_field_label": "Obrázok miestnosti"
},
"advanced": {
"unfederated": "Táto miestnosť nie je prístupná zo vzdialených Matrix serverov",
@ -3298,7 +3193,13 @@
"verification_skip_warning": "Bez overenia nebudete mať prístup ku všetkým svojim správam a pre ostatných sa môžete javiť ako nedôveryhodní.",
"verify_later": "Overím to neskôr",
"verify_reset_warning_1": "Vynulovanie overovacích kľúčov sa nedá vrátiť späť. Po vynulovaní nebudete mať prístup k starým zašifrovaným správam a všetci priatelia, ktorí vás predtým overili, uvidia bezpečnostné upozornenia, kým sa u nich znovu neoveríte.",
"verify_reset_warning_2": "Pokračujte prosím iba vtedy, ak ste si istí, že ste stratili všetky ostatné zariadenia a váš bezpečnostný kľúč."
"verify_reset_warning_2": "Pokračujte prosím iba vtedy, ak ste si istí, že ste stratili všetky ostatné zariadenia a váš bezpečnostný kľúč.",
"self_verification_hint": "Ak chcete pokračovať, prijmite žiadosť o overenie na vašom druhom zariadení.",
"waiting_for_user_accept": "Čaká sa, kým to %(displayName)s prijme…",
"accepting": "Akceptovanie…",
"start_button": "Spustiť overovanie",
"error_starting_title": "Chyba pri spustení overovania",
"error_starting_description": "Nepodarilo sa nám spustiť konverzáciu s druhým používateľom."
},
"old_version_detected_title": "Nájdené zastaralé kryptografické údaje",
"old_version_detected_description": "Boli zistené údaje zo staršej verzie %(brand)s. To spôsobilo nefunkčnosť end-to-end kryptografie v staršej verzii. End-to-end šifrované správy, ktoré boli nedávno vymenené pri používaní staršej verzie, sa v tejto verzii nemusia dať dešifrovať. To môže spôsobiť aj zlyhanie správ vymenených pomocou tejto verzie. Ak sa vyskytnú problémy, odhláste sa a znova sa prihláste. Ak chcete zachovať históriu správ, exportujte a znovu importujte svoje kľúče.",
@ -3331,6 +3232,26 @@
"description_1": "Táto relácia zistila, že vaša bezpečnostná fráza a kľúč pre zabezpečené správy boli odstránené.",
"description_2": "Ak ste to urobili omylom, môžete v tejto relácii nastaviť Zabezpečené správy, ktoré znovu zašifrujú históriu správ tejto relácie pomocou novej metódy obnovy.",
"warning": "Ak ste neodstránili spôsob obnovenia vy, je možné, že útočník sa pokúša dostať k vášmu účtu. Radšej si ihneď zmeňte vaše heslo a nastavte si nový spôsob obnovenia v Nastaveniach."
},
"setup_secure_backup": {
"explainer": "Zálohujte si šifrovacie kľúče pred odhlásením, aby ste zabránili ich strate.",
"title": "Nastaviť"
},
"cross_signing_user_warning": "Tento používateľ si neoveril všetky svoje relácie.",
"cross_signing_user_normal": "Tohto používateľa ste neoverili.",
"cross_signing_user_verified": "Tohto používateľa ste overili. Tento používateľ si overil všetky svoje relácie.",
"cross_signing_room_warning": "Niekto používa neznámu reláciu",
"cross_signing_room_normal": "Táto miestnosť je end-to-end šifrovaná",
"cross_signing_room_verified": "Všetci v tejto miestnosti sú overení",
"event_shield_reason_authenticity_not_guaranteed": "Vierohodnosť tejto zašifrovanej správy nie je možné na tomto zariadení zaručiť.",
"event_shield_reason_mismatched_sender_key": "Šifrované neoverenou reláciou",
"messages_not_secure": {
"title": "Vaše správy nie sú zabezpečené",
"heading": "Jedna z nasledujúcich vecí môže byť narušená:",
"cause_1": "Váš domovský server",
"cause_2": "Domovský server, ku ktorému je pripojený používateľ, ktorého overujete",
"cause_3": "Vaše internetové pripojenie alebo internetové pripojenie ostatných používateľov",
"cause_4": "Vaša relácia alebo relácia ostatných používateľov"
}
},
"emoji": {
@ -3687,7 +3608,10 @@
"error_loading": "Chyba pri načítaní widgetu",
"error_mixed_content": "Chyba - Zmiešaný obsah",
"unmaximise": "Zrušiť maximalizáciu",
"popout": "Otvoriť widget v novom okne"
"popout": "Otvoriť widget v novom okne",
"unpin_to_view_right_panel": "Ak chcete tento widget zobraziť na tomto paneli, zrušte jeho pripnutie",
"close_to_view_right_panel": "Zatvorte tento widget a zobrazíte ho na tomto paneli",
"set_room_layout": "Nastavenie rozmiestnenie v mojej miestnosti pre všetkých"
},
"feedback": {
"sent": "Spätná väzba odoslaná",
@ -3781,7 +3705,9 @@
"show_all_threads": "Zobraziť všetky vlákna",
"empty_explainer": "Vlákna pomáhajú udržiavať konverzácie v téme a uľahčujú ich sledovanie.",
"empty_tip": "<b>Tip:</b> Použite položku “%(replyInThread)s”, keď prejdete ponad správu.",
"empty_heading": "Udržujte diskusie organizované pomocou vlákien"
"empty_heading": "Udržujte diskusie organizované pomocou vlákien",
"open_thread": "Otvoriť vlákno",
"unable_to_decrypt": "Nie je možné dešifrovať správu"
},
"theme": {
"light_high_contrast": "Ľahký vysoký kontrast",
@ -4041,7 +3967,21 @@
"knock_cancel_action": "Zrušiť žiadosť",
"join_failed_needs_invite": "Na zobrazenie %(roomName)s potrebujete pozvánku",
"view_failed_enable_video_rooms": "Ak ich chcete zobraziť, povoľte najprv video miestnosti v laboratóriách",
"join_failed_enable_video_rooms": "Ak sa chcete pripojiť, povoľte najprv video miestnosti v laboratóriách"
"join_failed_enable_video_rooms": "Ak sa chcete pripojiť, povoľte najprv video miestnosti v laboratóriách",
"jump_to_bottom_button": "Prejsť na najnovšie správy",
"show_labs_settings": "Zobraziť nastavenia laboratórií",
"upgrade_warning_bar": "Aktualizáciou tejto miestnosti sa vypne aktuálna inštancia miestnosti a vytvorí sa aktualizovaná miestnosť s rovnakým názvom.",
"upgrade_warning_bar_upgraded": "Táto miestnosť už bola aktualizovaná.",
"upgrade_warning_bar_unstable": "Táto miestnosť používa verziu miestnosti <roomVersion />, ktorú tento domovský server označil ako <i>nestabilnú</i>.",
"upgrade_warning_bar_admins": "Toto upozornenie sa zobrazuje len správcom miestnosti",
"search": {
"this_room": "V tejto miestnosti",
"all_rooms": "Vo všetkých miestnostiach",
"field_placeholder": "Hľadať…",
"this_room_button": "Vyhľadávať v tejto miestnosti",
"all_rooms_button": "Vyhľadávať vo všetkých miestnostiach"
},
"jump_read_marker": "Preskočiť na prvú neprečítanú správu."
},
"file_panel": {
"guest_note": "Aby ste mohli použiť túto vlastnosť, musíte byť <a>zaregistrovaný</a>",
@ -4266,5 +4206,87 @@
"invited_list_heading": "Pozvaní",
"filter_placeholder": "Filtrovať členov v miestnosti",
"power_label": "%(userName)s (oprávnenie %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Momentálne nemáte aktívne žiadne balíčky s nálepkami",
"empty_add_prompt": "Pridajte si nejaké teraz"
},
"user_info": {
"error_revoke_3pid_invite_title": "Nepodarilo sa odvolať pozvánku",
"error_revoke_3pid_invite_description": "Pozvánku nebolo možné odvolať. Na serveri môže byť dočasný problém alebo nemáte dostatočné oprávnenia na odvolanie pozvánky.",
"admin_tools_section": "Nástroje správcu",
"revoke_invite": "Odvolať pozvánku",
"invited_by": "Pozvaný používateľom %(sender)s",
"room_encrypted": "Správy v tejto miestnosti sú šifrované od vás až k príjemcovi.",
"room_encrypted_detail": "Vaše správy sú zabezpečené a jedinečné kľúče na ich odomknutie máte len vy a príjemca.",
"room_unencrypted": "Správy v tejto miestnosti nie sú šifrované od vás až k príjemcovi.",
"room_unencrypted_detail": "V šifrovaných miestnostiach sú vaše správy zabezpečené a jedinečné kľúče na ich odomknutie máte len vy a príjemca.",
"verify_button": "Overiť používateľa",
"verify_explainer": "V záujme zvýšenia bezpečnosti overte tohto používateľa tak, že na oboch zariadeniach skontrolujete jednorazový kód.",
"hide_verified_sessions": "Skryť overené relácie",
"hide_sessions": "Skryť relácie",
"ignore_confirm_title": "Ignorovať %(user)s",
"ignore_confirm_description": "Všetky správy a pozvánky od tohto používateľa budú skryté. Ste si istí, že ich chcete ignorovať?",
"jump_to_rr_button": "Preskočiť na potvrdenie o prečítaní",
"share_button": "Zdieľať odkaz na používateľa",
"demote_self_confirm_title": "Znížiť vlastnú úroveň oprávnení?",
"demote_self_confirm_description_space": "Túto zmenu nebudete môcť vrátiť späť, pretože sa degradujete, a ak ste posledným privilegovaným používateľom v priestore, nebude možné získať oprávnenia späť.",
"demote_self_confirm_room": "Túto zmenu nebudete môcť vrátiť späť, pretože sa degradujete, a ak ste posledným privilegovaným používateľom v miestnosti, nebude možné získať oprávnenia späť.",
"demote_button": "Znížiť",
"disinvite_button_space": "Zrušiť pozvánku z priestoru",
"kick_button_space": "Odstrániť z priestoru",
"disinvite_button_room": "Zrušiť pozvánku z miestnosti",
"kick_button_room": "Odstrániť z miestnosti",
"disinvite_button_room_name": "Zrušenie pozvania z %(roomName)s",
"kick_button_room_name": "Odstrániť z %(roomName)s",
"kick_button_space_everything": "Odstrániť ich zo všetkého, na čo mám oprávnenie",
"kick_space_specific": "Odstrániť ich z konkrétnych vecí, na ktoré mám oprávnenie",
"kick_space_warning": "Stále budú mať prístup ku všetkému, čoho nie ste správcom.",
"error_kicking_user": "Nepodarilo sa odstrániť používateľa",
"redact_button": "Odstrániť posledné správy",
"unban_button_space": "Zrušiť zákaz vstupu do priestoru",
"ban_button_space": "Zakázať vstup do priestoru",
"unban_button_room": "Zrušiť zákaz vstupu do miestnosti",
"ban_button_room": "Zakázať vstup do miestnosti",
"unban_room_confirm_title": "Zrušiť zákaz vstup do %(roomName)s",
"ban_room_confirm_title": "Zakázať vstup do %(roomName)s",
"unban_space_everything": "Zrušiť im zákaz zo všetkého, na čo mám oprávnenie",
"ban_space_everything": "Zakázať im všetko, na čo mám oprávnenie",
"unban_space_specific": "Zrušiť im zákaz z konkrétnych právomocí, na ktoré mám oprávnenie",
"ban_space_specific": "Zakázať im konkrétne právomoci, na ktoré mám oprávnenie",
"unban_space_warning": "Nebudú mať prístup k tomu, čoho nie ste správcom.",
"error_ban_user": "Nepodarilo sa zakázať používateľa",
"error_mute_user": "Nepodarilo sa umlčať používateľa",
"promote_warning": "Túto zmenu nebudete môcť vrátiť späť, pretože tomuto používateľovi udeľujete rovnakú úroveň oprávnenia, akú máte vy.",
"deactivate_confirm_title": "Deaktivovať používateľa?",
"deactivate_confirm_description": "Deaktivácia tohto používateľa ho odhlási a zabráni mu v opätovnom prihlásení. Okrem toho opustí všetky miestnosti, v ktorých sa nachádza. Túto akciu nie je možné vrátiť späť. Ste si istí, že chcete tohto používateľa deaktivovať?",
"deactivate_confirm_action": "Deaktivovať používateľa",
"error_deactivate": "Nepodarilo sa deaktivovať používateľa",
"role_label": "Rola v <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Pripnuté správy",
"empty": "Zatiaľ nie je nič pripnuté",
"explainer": "Ak máte oprávnenia, otvorte ponuku pri ľubovoľnej správe a výberom položky <b>Pripnúť</b> ich sem prilepíte.",
"limits": {
"other": "Môžete pripnúť iba %(count)s widgetov"
}
},
"video_room_chat": {
"title": "Konverzácia"
},
"room_summary_card": {
"title": "Informácie o miestnosti"
},
"widgets_section": "Widgety",
"edit_integrations": "Upraviť widgety, premostenia a boty",
"add_integrations": "Pridať widgety, premostenia a boty",
"files_button": "Súbory",
"polls_button": "História ankety",
"pinned_messages_button": "Pripnuté",
"export_chat_button": "Exportovať konverzáciu",
"share_button": "Zdieľať miestnosť",
"settings_button": "Nastavenia miestnosti"
}
}

View file

@ -31,11 +31,8 @@
"Friday": "E premte",
"Changelog": "Regjistër ndryshimesh",
"Failed to send logs: ": "Su arrit të dërgoheshin regjistra: ",
"This Room": "Këtë Dhomë",
"Unavailable": "Jo i passhëm",
"All Rooms": "Krejt Dhomat",
"Filter results": "Filtroni përfundimet",
"Search…": "Kërkoni…",
"Tuesday": "E martë",
"Preparing to send logs": "Po përgatitet për dërgim regjistrash",
"Unnamed room": "Dhomë e paemërtuar",
@ -52,10 +49,6 @@
"PM": "PM",
"AM": "AM",
"not specified": "e papërcaktuar",
"This room has no local addresses": "Kjo dhomë ska adresë vendore",
"Are you sure?": "Jeni i sigurt?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Sdo të jeni në gjendje ta zhbëni këtë ndryshim, ngaqë po e promovoni përdoruesin të ketë të njëjtën shkallë pushteti si ju vetë.",
"Admin Tools": "Mjete Përgjegjësi",
"and %(count)s others...": {
"other": "dhe %(count)s të tjerë…",
"one": "dhe një tjetër…"
@ -91,9 +84,6 @@
"Uploading %(filename)s": "Po ngarkohet %(filename)s",
"Return to login screen": "Kthehuni te skena e hyrjeve",
"Session ID": "ID sesioni",
"Failed to ban user": "Su arrit të dëbohej përdoruesi",
"Failed to mute user": "Su arrit ti hiqej zëri përdoruesit",
"Jump to first unread message.": "Hidhu te mesazhi i parë i palexuar.",
"Unable to restore session": "Sarrihet të rikthehet sesioni",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Ju lutemi, kontrolloni email-in tuaj dhe klikoni mbi lidhjen që përmban. Pasi të jetë bërë kjo, klikoni që të vazhdohet.",
"Failed to reject invitation": "Su arrit të hidhej poshtë ftesa",
@ -115,11 +105,8 @@
"Error decrypting attachment": "Gabim në shfshehtëzim bashkëngjitjeje",
"Invalid file%(extra)s": "Kartelë e pavlefshme%(extra)s",
"You seem to be uploading files, are you sure you want to quit?": "Duket se jeni duke ngarkuar kartela, jeni i sigurt se doni të dilet?",
"Add some now": "Shtohen ca tani",
"Clear cache and resync": "Spastro fshehtinën dhe rinjëkohëso",
"Clear Storage and Sign Out": "Spastro Depon dhe Dil",
"This event could not be displayed": "Ky akt su shfaq dot",
"Only room administrators will see this warning": "Këtë sinjalizim mund ta shohin vetëm përgjegjësit e dhomës",
"Incompatible local cache": "Fshehtinë vendore e papërputhshme",
"Updating %(brand)s": "%(brand)s-i po përditësohet",
"Failed to upgrade room": "Su arrit të përmirësohej dhoma",
@ -129,15 +116,11 @@
"Link to most recent message": "Lidhje për te mesazhet më të freskët",
"Link to selected message": "Lidhje për te mesazhi i përzgjedhur",
"Failed to reject invite": "Su arrit të hidhet tej ftesa",
"Share room": "Ndani dhomë me të tjerë",
"You don't currently have any stickerpacks enabled": "Hëpërhë, skeni të aktivizuar ndonjë pako ngjitësesh",
"Upgrade this room to version %(version)s": "Përmirësojeni këtë dhomë me versionin %(version)s",
"Share Room": "Ndani Dhomë Me të Tjerë",
"Share Room Message": "Ndani Me të Tjerë Mesazh Dhome",
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Përpara se të parashtroni regjistra, duhet <a>të krijoni një çështje në GitHub issue</a> që të përshkruani problemin tuaj.",
"Create a new room with the same name, description and avatar": "Krijoni një dhomë të re me po atë emër, përshkrim dhe avatar",
"Demote yourself?": "Të zhgradohet vetvetja?",
"Demote": "Zhgradoje",
"If the other version of %(brand)s is still open in another tab, please close it as using %(brand)s on the same host with both lazy loading enabled and disabled simultaneously will cause issues.": "Nëse versioni tjetër i %(brand)s-it është ende i hapur në një skedë tjetër, ju lutemi, mbylleni, ngaqë përdorimi njëkohësisht i %(brand)s-it në të njëjtën strehë, në njërën anë me <em>lazy loading</em> të aktivizuar dhe në anën tjetër të çaktivizuar do të shkaktojë probleme.",
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s-i tani përdor 3 deri 5 herë më pak kujtesë, duke ngarkuar të dhëna mbi përdorues të tjerë vetëm kur duhen. Ju lutemi, prisni, teksa njëkohësojmë të dhënat me shërbyesin!",
"Put a link back to the old room at the start of the new room so people can see old messages": "Vendosni në krye të dhomës së re një lidhje për te dhoma e vjetër, që njerëzit të mund të shohin mesazhet e vjetër",
@ -146,8 +129,6 @@
"Sent messages will be stored until your connection has returned.": "Mesazhet e dërguar do të depozitohen deri sa lidhja juaj të jetë rikthyer.",
"Server may be unavailable, overloaded, or search timed out :(": "Shërbyesi mund të jetë i pakapshëm, i mbingarkuar, ose kërkimit i mbaroi koha :(",
"New passwords must match each other.": "Fjalëkalimet e rinj duhet të përputhen me njëri-tjetrin.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Sdo të jeni në gjendje ta zhbëni këtë, ngaqë po zhgradoni veten, nëse jeni përdoruesi i fundit i privilegjuar te dhoma do të jetë e pamundur të rifitoni privilegjet.",
"Jump to read receipt": "Hidhuni te leximi i faturës",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Ju ndan një hap nga shpënia te një sajt palë e tretë, që kështu të mund të mirëfilltësoni llogarinë tuaj me %(integrationsUrl)s. Doni të vazhdohet?",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Sarrihet të ngarkohet akti të cilit iu përgjigj, ose nuk ekziston, ose skeni leje ta shihni.",
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, %(brand)s needs to resync your account.": "Më parë përdornit %(brand)s në %(host)s me <em>lazy loading</em> anëtarësh të aktivizuar. Në këtë version <em>lazy loading</em> është çaktivizuar. Ngaqë fshehtina vendore sështë e përputhshme mes këtyre dy rregullimeve, %(brand)s-i lyp të rinjëkohësohet llogaria juaj.",
@ -168,18 +149,12 @@
"No backup found!": "Su gjet kopjeruajtje!",
"Failed to decrypt %(failedCount)s sessions!": "Su arrit të shfshehtëzohet sesioni %(failedCount)s!",
"Invalid homeserver discovery response": "Përgjigje e pavlefshme zbulimi shërbyesi Home",
"Set up": "Rregulloje",
"Invalid identity server discovery response": "Përgjigje e pavlefshme zbulimi identiteti shërbyesi",
"Unable to load commit detail: %(msg)s": "Sarrihet të ngarkohen hollësi depozitimi: %(msg)s",
"The following users may not exist": "Përdoruesit vijues mund të mos ekzistojnë",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Sarrihet të gjenden profile për ID-të Matrix të treguara më poshtë - do të donit të ftohet, sido qoftë?",
"Invite anyway and never warn me again": "Ftoji sido që të jetë dhe mos më sinjalizo më kurrë",
"Invite anyway": "Ftoji sido qoftë",
"Share Link to User": "Ndajeni Lidhjen për te Përdoruesi",
"Main address": "Adresë kryesore",
"Room avatar": "Avatar dhome",
"Room Name": "Emër Dhome",
"Room Topic": "Temë Dhome",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifikojeni këtë përdorues që ti vihet shenjë si i besuar. Përdoruesit e besuar ju më tepër siguri kur përdorni mesazhe të fshehtëzuar skaj-më-skaj.",
"Incoming Verification Request": "Kërkesë Verifikimi e Ardhur",
"Email (optional)": "Email (në daçi)",
@ -248,7 +223,6 @@
"Hourglass": "Klepsidër",
"Key": "Kyç",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Mesazhet e fshehtëzuar sigurohen me fshehtëzim skaj-më-skaj. Vetëm ju dhe marrësi(t) kanë kyçet për të lexuar këto mesazhe.",
"Back up your keys before signing out to avoid losing them.": "Kopjeruajini kyçet tuaj, përpara se të dilni, që të shmangni humbjen e tyre.",
"Start using Key Backup": "Fillo të përdorësh Kopjeruajtje Kyçesh",
"I don't want my encrypted messages": "Nuk i dua mesazhet e mia të fshehtëzuar",
"Manually export keys": "Eksporto dorazi kyçet",
@ -256,17 +230,10 @@
"Are you sure you want to sign out?": "Jeni i sigurt se doni të dilni?",
"<b>Warning</b>: you should only set up key backup from a trusted computer.": "<b>Kujdes</b>: duhet të ujdisni kopjeruajtje kyçesh vetëm nga një kompjuter i besuar.",
"Scissors": "Gërshërë",
"Error updating main address": "Gabim gjatë përditësimit të adresës kryesore",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Pati një gabim në përditësimin e adresës kryesore të dhomës. Mund të mos lejohet nga shërbyesi ose mund të ketë ndodhur një gabim i përkohshëm.",
"Room Settings - %(roomName)s": "Rregullime Dhome - %(roomName)s",
"Could not load user profile": "Su ngarkua dot profili i përdoruesit",
"Power level": "Shkallë pushteti",
"This room has already been upgraded.": "Kjo dhomë është përmirësuar tashmë.",
"Failed to revoke invite": "Su arrit të shfuqizohej ftesa",
"Revoke invite": "Shfuqizoje ftesën",
"Invited by %(sender)s": "Ftuar nga %(sender)s",
"edited": "e përpunuar",
"Edit message": "Përpunoni mesazhin",
"Notes": "Shënime",
"Sign out and remove encryption keys?": "Të dilet dhe të hiqen kyçet e fshehtëzimit?",
"Missing session data": "Mungojnë të dhëna sesioni",
@ -282,9 +249,6 @@
"Failed to get autodiscovery configuration from server": "Su arrit të merrej formësim vetëzbulimi nga shërbyesi",
"Invalid base_url for m.homeserver": "Parametër base_url i pavlefshëm për m.homeserver",
"Homeserver URL does not appear to be a valid Matrix homeserver": "URL-ja e shërbyesit Home sduket të jetë një shërbyes Home i vlefshëm",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Përmirësimi i kësaj dhome do të asgjësojë instancën e tanishme të dhomës dhe do të krijojë një dhomë të përmirësuar me të njëjtin emër.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Kjo dhomë gjendet nën versionin <roomVersion /> e dhomës, të cilit shërbyesi Home i ka vënë shenjë si <i>i paqëndrueshëm</i>.",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Su shfuqizua dot ftesa. Shërbyesi mund të jetë duke kaluar një problem të përkohshëm ose skeni leje të mjaftueshme për të shfuqizuar ftesën.",
"To help us prevent this in future, please <a>send us logs</a>.": "Për të na ndihmuar ta parandalojmë këtë në të ardhmen, ju lutemi, <a>dërgonani regjistra</a>.",
"Some session data, including encrypted message keys, is missing. Sign out and sign in to fix this, restoring keys from backup.": "Mungojnë disa të dhëna sesioni, përfshi kyçe mesazhesh të fshehtëzuar. Për të ndrequr këtë, dilni dhe hyni, duke rikthyer kështu kyçet nga kopjeruajtje.",
"Your browser likely removed this data when running low on disk space.": "Ka gjasa që shfletuesi juaj të ketë hequr këto të dhëna kur kish pak hapësirë në disk.",
@ -311,9 +275,6 @@
"Spanner": "Çelës",
"Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>.": "Përdorni një shërbyes identitetesh për të ftuar me email. <default>Përdorni parazgjedhjen (%(defaultIdentityServerName)s)</default> ose administrojeni që nga <settings>Rregullimet</settings>.",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Përdorni një shërbyes identitetesh për të ftuar me email. Administrojeni që nga <settings>Rregullimet</settings>.",
"Deactivate user?": "Të çaktivizohet përdoruesi?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Çaktivizimi i këtij përdoruesi do të sjellë nxjerrjen e tij nga llogaria përkatëse dhe do të pengojë rihyrjen e tij. Veç kësaj, do të braktisë krejt dhomat ku ndodhet. Ky veprim smund të prapësohet. Jeni i sigurt se doni të çaktivizohet ky përdorues?",
"Deactivate user": "Çaktivizoje përdoruesin",
"No recent messages by %(user)s found": "Su gjetën mesazhe së fundi nga %(user)s",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Provoni të ngjiteni sipër në rrjedhën kohore, që të shihni nëse ka patur të tillë më herët.",
"Remove recent messages by %(user)s": "Hiq mesazhe së fundi nga %(user)s",
@ -322,14 +283,10 @@
"other": "Hiq %(count)s mesazhe",
"one": "Hiq 1 mesazh"
},
"Remove recent messages": "Hiq mesazhe së fundi",
"e.g. my-room": "p.sh., dhoma-ime",
"Close dialog": "Mbylle dialogun",
"Show image": "Shfaq figurë",
"Failed to deactivate user": "Su arrit të çaktivizohet përdorues",
"This client does not support end-to-end encryption.": "Ky klient nuk mbulon fshehtëzim skaj-më-skaj.",
"Messages in this room are not end-to-end encrypted.": "Mesazhet në këtë dhomë nuk janë të fshehtëzuara skaj-më-skaj.",
"Message Actions": "Veprime Mesazhesh",
"You verified %(name)s": "Verifikuat %(name)s",
"You cancelled verifying %(name)s": "Anuluat verifikimin e %(name)s",
"%(name)s cancelled verifying": "%(name)s anuloi verifikimin",
@ -341,53 +298,33 @@
"You sent a verification request": "Dërguat një kërkesë verifikimi",
"Cancel search": "Anulo kërkimin",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "E keni shpërfillur këtë përdorues, ndaj mesazhi i tij është fshehur. <a>Shfaqe, sido qoftë.</a>",
"Messages in this room are end-to-end encrypted.": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.",
"Failed to connect to integration manager": "Su arrit të lidhet te përgjegjës integrimesh",
"Integrations are disabled": "Integrimet janë të çaktivizuara",
"Integrations not allowed": "Integrimet slejohen",
"Verification Request": "Kërkesë Verifikimi",
"Unencrypted": "Të pafshehtëzuara",
"Upgrade private room": "Përmirëso dhomë private",
"Upgrade public room": "Përmirëso dhomë publike",
"Upgrading a room is an advanced action and is usually recommended when a room is unstable due to bugs, missing features or security vulnerabilities.": "Përmirësimi i një dhome është një veprim i thelluar dhe zakonisht rekomandohet kur një dhomë është e papërdorshme, për shkak të metash, veçorish që i mungojnë ose cenueshmëri sigurie.",
"This usually only affects how the room is processed on the server. If you're having problems with your %(brand)s, please <a>report a bug</a>.": "Kjo zakonisht prek vetëm mënyrën se si përpunohet dhoma te shërbyesi. Nëse keni probleme me %(brand)s-in, ju lutemi, <a>njoftoni një të metë</a>.",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Do ta përmirësoni këtë dhomë nga <oldVersion /> në <newVersion />.",
"Hide verified sessions": "Fshih sesione të verifikuar",
"%(count)s verified sessions": {
"other": "%(count)s sesione të verifikuar",
"one": "1 sesion i verifikuar"
},
"Language Dropdown": "Menu Hapmbyll Gjuhësh",
"Show more": "Shfaq më tepër",
"Recent Conversations": "Biseda Së Fundi",
"Direct Messages": "Mesazhe të Drejtpërdrejtë",
"Country Dropdown": "Menu Hapmbyll Vendesh",
"This room is end-to-end encrypted": "Kjo dhomë është e fshehtëzuar skaj-më-skaj",
"Everyone in this room is verified": "Gjithkush në këtë dhomë është verifikuar",
"Verify User": "Verifikoni Përdoruesin",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Për siguri ekstra, verifikojeni këtë përdorues duke kontrolluar në të dyja pajisjet tuaja një kod njëpërdorimsh.",
"Start Verification": "Fillo Verifikimin",
"Something went wrong trying to invite the users.": "Diç shkoi ters teksa provohej të ftoheshin përdoruesit.",
"We couldn't invite those users. Please check the users you want to invite and try again.": "Si ftuam dot këta përdorues. Ju lutemi, kontrolloni përdoruesit që doni të ftoni dhe riprovoni.",
"Failed to find the following users": "Su arrit të gjendeshin përdoruesit vijues",
"The following users might not exist or are invalid, and cannot be invited: %(csvNames)s": "Përdoruesit vijues mund të mos ekzistojnë ose janë të pavlefshëm, dhe smund të ftohen: %(csvNames)s",
"This backup is trusted because it has been restored on this session": "Kjo kopjeruajtje është e besuar, ngaqë është rikthyer në këtë sesion",
"This user has not verified all of their sessions.": "Ky përdorues ska verifikuar krejt sesionet e tij.",
"You have not verified this user.": "Se keni verifikuar këtë përdorues.",
"You have verified this user. This user has verified all of their sessions.": "E keni verifikuar këtë përdorues. Ky përdorues ka verifikuar krejt sesionet e veta.",
"Someone is using an unknown session": "Dikush po përdor një sesion të panjohur",
"Encrypted by an unverified session": "Fshehtëzuar nga një sesion i paverifikuar",
"Encrypted by a deleted session": "Fshehtëzuar nga një sesion i fshirë",
"Waiting for %(displayName)s to accept…": "Po pritet për %(displayName)s të pranojë…",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Mesazhet tuaj janë të sigurt dhe vetëm ju dhe marrësi kanë kyçet unikë për ti shkyçur.",
"Your messages are not secure": "Mesazhet tuaj sjanë të sigurt",
"One of the following may be compromised:": "Një nga sa vijon mund të jetë komprometuar:",
"Your homeserver": "Shërbyesi juaj Home",
"%(count)s sessions": {
"other": "%(count)s sesione",
"one": "%(count)s sesion"
},
"Hide sessions": "Fshih sesione",
"Verify by emoji": "Verifikoje përmes emoji-t",
"Verify by comparing unique emoji.": "Verifikoje duke krahasuar emoji unik.",
"Ask %(displayName)s to scan your code:": "Kërkojini %(displayName)s të skanojë kodin tuaj:",
@ -411,17 +348,7 @@
"Verify by scanning": "Verifikoje me skanim",
"You declined": "Hodhët poshtë",
"%(name)s declined": "%(name)s hodhi poshtë",
"Accepting…": "Po pranohet…",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Që të njoftoni një problem sigurie lidhur me Matrix-in, ju lutemi, lexoni <a>Rregulla Tregimi Çështjes Sigurie</a> te Matrix.org.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Pati një gabim gjatë përditësimit të adresave alternative të dhomës. Mund të mos lejohet nga shërbyesi pse ndodhi një gabim i përkohshëm.",
"Local address": "Adresë vendore",
"Published Addresses": "Adresa të Publikuara",
"Scroll to most recent messages": "Rrëshqit te mesazhet më të freskët",
"Other published addresses:": "Adresa të tjera të publikuara:",
"No other published addresses yet, add one below": "Ende pa adresa të tjera të publikuara, shtoni një më poshtë",
"New published address (e.g. #alias:server)": "Adresë e re e publikuar (p.sh., #alias:server)",
"Local Addresses": "Adresa Vendore",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Caktoni adresa për këtë dhomë, që kështu përdoruesit të gjejnë këtë dhomë përmes shërbyesit tuaj Home (%(localDomain)s)",
"Enter a server name": "Jepni një emër shërbyesi",
"Looks good": "Duket mirë",
"Can't find this server or its room list": "Sgjendet dot ky shërbyes ose lista e dhomave të tij",
@ -441,7 +368,6 @@
"Confirm by comparing the following with the User Settings in your other session:": "Ripohojeni duke krahasuar sa vijon me Rregullimet e Përdoruesit te sesioni juaj tjetër:",
"Confirm this user's session by comparing the following with their User Settings:": "Ripohojeni këtë sesion përdoruesi duke krahasuar sa vijon me Rregullimet e tij të Përdoruesit:",
"If they don't match, the security of your communication may be compromised.": "Nëse spërputhen, siguria e komunikimeve tuaja mund të jetë komprometuar.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Në dhoma të fshehtëzuara, mesazhet tuaj sigurohen dhe vetëm ju dhe marrësi ka kyçet unikë për shkyçjen e tyre.",
"Verify all users in a room to ensure it's secure.": "Verifiko krejt përdoruesit në dhomë, për të garantuar se është e sigurt.",
"Almost there! Is %(displayName)s showing the same shield?": "Thuaje mbërritëm! A shfaq %(displayName)s të njëjtën mburojë?",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Keni verifikuar me sukses %(deviceName)s (%(deviceId)s)!",
@ -478,11 +404,6 @@
"Your homeserver has exceeded its user limit.": "Shërbyesi juaj Home ka tejkaluar kufijtë e tij të përdorimit.",
"Your homeserver has exceeded one of its resource limits.": "Shërbyesi juaj Home ka tejkaluar një nga kufijtë e tij të burimeve.",
"Ok": "OK",
"Error creating address": "Gabim në krijim adrese",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Pati një gabim në krijimin e asaj adrese. Mund të mos lejohet nga shërbyesi, ose ndodhi një gabim i përkohshëm.",
"You don't have permission to delete the address.": "Skeni leje të fshini adresën.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Pati një gabim në heqjen e asaj adrese. Mund të mos ekzistojë më, ose ndodhi një gabim i përkohshëm.",
"Error removing address": "Gabim në heqje adrese",
"Room address": "Adresë dhome",
"This address is available to use": "Kjo adresë është e lirë për përdorim",
"This address is already in use": "Kjo adresë është e përdorur tashmë",
@ -491,7 +412,6 @@
"Switch theme": "Ndërroni temën",
"Message preview": "Paraparje mesazhi",
"Looks good!": "Mirë duket!",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Mirëfilltësia e këtij mesazhi të fshehtëzuar smund të garantohet në këtë pajisje.",
"Wrong file type": "Lloj i gabuar kartele",
"Security Phrase": "Frazë Sigurie",
"Security Key": "Kyç Sigurie",
@ -512,12 +432,8 @@
"Recent changes that have not yet been received": "Ndryshime tani së fundi që sjanë marrë ende",
"Preparing to download logs": "Po bëhet gati për shkarkim regjistrash",
"Not encrypted": "Jo e fshehtëzuar",
"Room settings": "Rregullime dhome",
"Information": "Informacion",
"Backup version:": "Version kopjeruajtjeje:",
"Widgets": "Widget-e",
"Edit widgets, bridges & bots": "Përpunoni widget-e, ura & robotë",
"Add widgets, bridges & bots": "Shtoni widget-e, ura & robotë",
"Start a conversation with someone using their name or username (like <userId/>).": "Nisni një bisedë me dikë duke përdorur emrin e tij ose emrin e tij të përdoruesit (bie fjala, <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Ftoni dikë duke përdorur emrin e tij, emrin e tij të përdoruesit (bie fjala, <userId/>) ose <a>ndani me të këtë dhomë</a>.",
"Unable to set up keys": "Sarrihet të ujdisen kyçe",
@ -531,9 +447,6 @@
"Use the <a>Desktop app</a> to search encrypted messages": "Që të kërkoni te mesazhe të fshehtëzuar, përdorni <a>aplikacionin për Desktop</a>",
"This version of %(brand)s does not support viewing some encrypted files": "Ky version i %(brand)s nuk mbulon parjen për disa kartela të fshehtëzuara",
"This version of %(brand)s does not support searching encrypted messages": "Ky version i %(brand)s nuk mbulon kërkimin në mesazhe të fshehtëzuar",
"You can only pin up to %(count)s widgets": {
"other": "Mundeni të fiksoni deri në %(count)s widget-e"
},
"Data on this screen is shared with %(widgetDomain)s": "Të dhënat në këtë skenë ndahen me %(widgetDomain)s",
"Modal Widget": "Widget Modal",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Ftoni dikë duke përdorur emrin e tij, adresën email, emrin e përdoruesit (bie fjala, <userId/>) ose <a>ndani me të këtë dhomë</a>.",
@ -819,7 +732,6 @@
"Remember this": "Mbaje mend këtë",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Ky widget do të verifikojë ID-në tuaj të përdoruesit, por sdo të jetë në gjendje të kryejë veprime për ju:",
"Allow this widget to verify your identity": "Lejojeni këtë widget të verifikojë identitetin tuaj",
"Set my room layout for everyone": "Ujdise skemën e dhomës time për këdo",
"%(count)s members": {
"one": "%(count)s anëtar",
"other": "%(count)s anëtarë"
@ -831,8 +743,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Ftoni dikë duke përdorur emrin e tij, adresën email, emrin e përdoruesit (bie fjala, <userId/>) ose <a>ndani me të këtë hapësirë</a>.",
"Create a new room": "Krijoni dhomë të re",
"Space selection": "Përzgjedhje hapësire",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Sdo të jeni në gjendje ta zhbëni këtë ndryshim, teksa zhgradoni veten, nëse jeni përdoruesi i fundit i privilegjuar te hapësira, sdo të jetë e mundur të rifitoni privilegjet.",
"Your message was sent": "Mesazhi juaj u dërgua",
"Leave space": "Braktiseni hapësirën",
"Create a space": "Krijoni një hapësirë",
"<inviter/> invites you": "<inviter/> ju fton",
@ -863,7 +773,6 @@
"Reset everything": "Kthe gjithçka te parazgjedhjet",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Harruat, ose humbët krejt metodat e rimarrjes? <a>Riujdisini të gjitha</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Nëse e bëni, ju lutemi, kini parasysh se sdo të fshihet asnjë nga mesazhet tuaj, por puna me kërkimin mund degradojë për pak çaste, ndërkohë që rikrijohet treguesi",
"View message": "Shihni mesazh",
"You can select all or individual messages to retry or delete": "Për riprovim ose fshirje mund të përzgjidhni krejt mesazhet, ose të tillë individualë",
"Sending": "Po dërgohet",
"Retry all": "Riprovoji krejt",
@ -874,7 +783,6 @@
"one": "Shihni 1 anëtar",
"other": "Shihni krejt %(count)s anëtarët"
},
"Failed to send": "Su arrit të dërgohet",
"Search names and descriptions": "Kërko te emra dhe përshkrime",
"You may contact me if you have any follow up questions": "Mund të lidheni me mua, nëse keni pyetje të mëtejshme",
"To leave the beta, visit your settings.": "Që të braktisni beta-n, vizitoni rregullimet tuaja.",
@ -887,24 +795,12 @@
"You are not allowed to view this server's rooms list": "Skeni leje të shihni listën e dhomave të këtij shërbyesi",
"Add reaction": "Shtoni reagim",
"Error processing voice message": "Gabim në përpunimin e mesazhit zanor",
"We didn't find a microphone on your device. Please check your settings and try again.": "Sgjetëm mikrofon në pajisjen tuaj. Ju lutemi, kontrolloni rregullimet tuaja dhe riprovoni.",
"No microphone found": "Su gjet mikrofon",
"We were unable to access your microphone. Please check your browser settings and try again.": "Sqemë në gjendje të përdorim mikrofonin tuaj. Ju lutemi, kontrolloni rregullimet e shfletuesit tuaj dhe riprovoni.",
"Unable to access your microphone": "Sarrihet të përdoret mikrofoni juaj",
"Or send invite link": "Ose dërgoni një lidhje ftese",
"Some suggestions may be hidden for privacy.": "Disa sugjerime mund të jenë fshehur, për arsye privatësie.",
"Search for rooms or people": "Kërkoni për dhoma ose persona",
"You don't have permission to do this": "Skeni leje ta bëni këtë",
"Pinned messages": "Mesazhe të fiksuar",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Nëse keni leje, hapni menunë për çfarëdo mesazhi dhe përzgjidhni <b>Fiksoje</b>, për ta ngjitur këtu.",
"Nothing pinned, yet": "Ende pa fiksuar gjë",
"Please provide an address": "Ju lutemi, jepni një adresë",
"Message search initialisation failed, check <a>your settings</a> for more information": "Dështoi gatitja e kërkimit në mesazhe, për më tepër hollësi, shihni <a>rregullimet tuaja</a>",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Caktoni adresa për këtë hapësirë, që kështu përdoruesit të gjejnë këtë dhomë përmes shërbyesit tuaj Home (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "Që të bëni publike një adresë, lypset të ujdiset së pari si një adresë vendore.",
"Published addresses can be used by anyone on any server to join your room.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në dhomën tuaj.",
"Published addresses can be used by anyone on any server to join your space.": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.",
"This space has no local addresses": "Kjo hapësirë ska adresa vendore",
"Unnamed audio": "Audio pa emër",
"Sent": "U dërgua",
"Error processing audio message": "Gabim në përpunim mesazhi audio",
@ -949,14 +845,11 @@
"Decrypting": "Po shfshehtëzohet",
"Missed call": "Thirrje e humbur",
"Call declined": "Thirrja u hodh poshtë",
"Stop recording": "Ndale regjistrimin",
"Send voice message": "Dërgoni mesazh zanor",
"Unknown failure: %(reason)s": "Dështim për arsye të panjohur: %(reason)s",
"Rooms and spaces": "Dhoma dhe hapësira",
"Results": "Përfundime",
"Thumbs up": "Thumbs up",
"Some encryption parameters have been changed.": "Janë ndryshuar disa parametra fshehtëzimi.",
"Role in <RoomName/>": "Rol në <RoomName/>",
"To join a space you'll need an invite.": "Që të hyni në një hapësirë, do tju duhet një ftesë.",
"Would you like to leave the rooms in this space?": "Doni të braktisen dhomat në këtë hapësirë?",
"You are about to leave <spaceName/>.": "Ju ndan një hap nga braktisja e <spaceName/>.",
@ -965,43 +858,24 @@
"Don't leave any rooms": "Mos braktis ndonjë dhomë",
"MB": "MB",
"In reply to <a>this message</a>": "Në përgjigje të <a>këtij mesazhi</a>",
"Export chat": "Eksportoni fjalosje",
"Skip verification for now": "Anashkaloje verifikimin hëpërhë",
"Downloading": "Shkarkim",
"They won't be able to access whatever you're not an admin of.": "Sdo të jenë në gjendje të hyjnë kudo qoftë ku sjeni përgjegjës.",
"Ban them from specific things I'm able to": "Dëboji prej gjërash të caktuara ku mundem ta bëj këtë",
"Unban them from specific things I'm able to": "Hiqua dëbimin prej gjërash të caktuara ku mundem ta bëj këtë",
"Ban them from everything I'm able to": "Dëboji prej gjithçkaje ku mundem ta bëj këtë",
"Unban them from everything I'm able to": "Hiqua dëbimin prej gjithçkaje ku mundem ta bëj këtë",
"Really reset verification keys?": "Të kthehen vërtet te parazgjedhjet kyçet e verifikimit?",
"Ban from %(roomName)s": "Dëboje prej %(roomName)s",
"Unban from %(roomName)s": "Hiqja dëbimin prej %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "Do të jenë prapë në gjendje të hyjnë kudo ku nuk jeni përgjegjës.",
"Disinvite from %(roomName)s": "Hiqja ftesën për %(roomName)s",
"%(count)s reply": {
"one": "%(count)s përgjigje",
"other": "%(count)s përgjigje"
},
"View in room": "Shiheni në dhomë",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Që të vazhdohet, jepni Frazën tuaj të Sigurisë, ose <button>përdorni Kyçin tuaj të Sigurisë</button>.",
"Joined": "Hyri",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Rifitoni hyrjen te llogaria juaj dhe rimerrni kyçe fshehtëzimi të depozituar në këtë sesion. Pa ta, sdo të jeni në gjendje të lexoni krejt mesazhet tuaj të siguruar në çfarëdo sesion.",
"Joining": "Po hyhet",
"If you can't see who you're looking for, send them your invite link below.": "Nëse se shihni atë që po kërkoni, dërgojini nga më poshtë një lidhje ftese.",
"In encrypted rooms, verify all users to ensure it's secure.": "Në dhoma të fshehtëzuara, verifikoni krejt përdoruesit për të garantuar se është e sigurt.",
"Yours, or the other users' session": "Sesioni juaj, ose i përdoruesve të tjerë",
"Yours, or the other users' internet connection": "Lidhja internet e juaja, ose e përdoruesve të tjerë",
"The homeserver the user you're verifying is connected to": "Shërbyesi Home te i cili është lidhur përdoruesi që po verifikoni",
"Copy link to thread": "Kopjoje lidhjen te rrjedha",
"Thread options": "Mundësi rrjedhe",
"Reply in thread": "Përgjigjuni te rrjedha",
"Forget": "Harroje",
"Files": "Kartela",
"Reset event store": "Riktheje te parazgjedhjet arkivin e akteve",
"You most likely do not want to reset your event index store": "Gjasat janë të mos doni të riktheni te parazgjedhjet arkivin e indeksimit të akteve",
"Reset event store?": "Të rikthehet te parazgjedhjet arkivi i akteve?",
"Close this widget to view it in this panel": "Mbylleni këtë widget, që ta shihni te ky panel",
"Unpin this widget to view it in this panel": "Hiqjani fiksimin këtij widget-i, që ta shihni te ky panel",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s dhe %(count)s tjetër",
"other": "%(spaceName)s dhe %(count)s të tjerë"
@ -1022,7 +896,6 @@
"Moderation": "Moderim",
"Messaging": "Shkëmbim mesazhes",
"Spaces you know that contain this space": "Hapësira që e dini se përmbajnë këtë hapësirë",
"Chat": "Fjalosje",
"Recently viewed": "Parë së fundi",
"Are you sure you want to end this poll? This will show the final results of the poll and stop people from being able to vote.": "Jeni i sigurt se doni të përfundohet ky pyetësor? Kjo do të shfaqë rezultatet përfundimtare të pyetësorit dhe do të ndalë votimin nga njerëzit.",
"End Poll": "Përfundoje Pyetësorin",
@ -1060,14 +933,7 @@
"Verify other device": "Verifikoni pajisje tjetër",
"You cancelled verification on your other device.": "E anuluat verifikimin në pajisjen tuaj tjetër.",
"Almost there! Is your other device showing the same shield?": "Thuajse mbaruam! A po shfaq pajisja juaj të njëjtën mburojë?",
"To proceed, please accept the verification request on your other device.": "Që të vazhdoni më tej, ju lutemi, pranoni në pajisjen tuaj tjetër kërkesën për verifikim.",
"From a thread": "Nga një rrjedhë",
"Could not fetch location": "Su pru dot vendndodhja",
"Remove from room": "Hiqeni prej dhome",
"Failed to remove user": "Su arrit të hiqej përdoruesi",
"Remove them from specific things I'm able to": "Hiqi prej gjërash të caktuara ku mundem ta bëj këtë",
"Remove them from everything I'm able to": "Hiqi prej gjithçkaje ku mundem ta bëj këtë",
"Remove from %(roomName)s": "Hiqe nga %(roomName)s",
"Message pending moderation": "Mesazh në pritje të moderimit",
"Message pending moderation: %(reason)s": "Mesazh në pritje të moderimit: %(reason)s",
"Pick a date to jump to": "Zgjidhni një datë ku të kalohet",
@ -1084,8 +950,6 @@
"Join %(roomAddress)s": "Hyni te %(roomAddress)s",
"Results will be visible when the poll is ended": "Përfundimet do të jenë të dukshme pasi të ketë përfunduar pyetësori",
"Search Dialog": "Dialog Kërkimi",
"Pinned": "I fiksuar",
"Open thread": "Hape rrjedhën",
"What location type do you want to share?": lloj vendndodhjeje doni të jepet?",
"My current location": "Vendndodhja ime e tanishme",
"%(brand)s could not send your location. Please try again later.": "%(brand)s sdërgoi dot vendndodhjen tuaj. Ju lutemi, riprovoni.",
@ -1153,14 +1017,6 @@
"Add new server…": "Shtoni shërbyes të ri…",
"Remove server “%(roomServer)s”": "Hiqe shërbyesin “%(roomServer)s”",
"View live location": "Shihni vendndodhje aty për aty",
"Ban from room": "Dëboje nga dhomë",
"Unban from room": "Hiqjani dëbimin nga dhoma",
"Ban from space": "Dëboje prej hapësire",
"Unban from space": "Hiqjani dëbimin nga hapësira",
"Disinvite from room": "Hiqi ftesën për këtë dhomë",
"Remove from space": "Hiqe prej hapësire",
"Disinvite from space": "Hiqi ftesën për këtë hapësirë",
"Show Labs settings": "Shfaq rregullime për Labs",
"%(members)s and %(last)s": "%(members)s dhe %(last)s",
"%(members)s and more": "%(members)s dhe më tepër",
"Explore public spaces in the new search dialog": "Eksploroni hapësira publike te dialogu i ri i kërkimeve",
@ -1201,7 +1057,6 @@
"Interactively verify by emoji": "Verifikojeni në mënyrë ndërvepruese përmes emoji-sh",
"Manually verify by text": "Verifikojeni dorazi përmes teksti",
"Video call ended": "Thirrja video përfundoi",
"Room info": "Hollësi dhome",
"View List": "Shihni Listën",
"View list": "Shihni listën",
"We're creating a room with %(names)s": "Po krijojmë një dhomë me %(names)s",
@ -1219,19 +1074,10 @@
"Input devices": "Pajisje input-i",
"Error downloading image": "Gabim gjatë shkarkimit të figurës",
"Unable to show image due to error": "Sarrihet të shihet figurë, për shkak gabimi",
"We were unable to start a chat with the other user.": "Sqemë në gjendje të nisim një bisedë me përdoruesin tjetër.",
"Error starting verification": "Gabim në nisje verifikimi",
"<w>WARNING:</w> <description/>": "<w>KUJDES:</w> <description/>",
"Unable to decrypt message": "Sarrihet të shfshehtëzohet mesazhi",
"This message could not be decrypted": "Ky mesazh su shfshehtëzua dot",
" in <strong>%(room)s</strong>": " në <strong>%(room)s</strong>",
"Text": "Tekst",
"Create a link": "Krijoni një lidhje",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Smund të niset mesazh zanor, ngaqë aktualisht po incizoni një transmetim të drejtpërdrejtë. Ju lutemi, përfundoni transmetimin e drejtpërdrejtë, që të mund të nisni incizimin e një mesazhi zanor.",
"Can't start voice message": "Sniset dot mesazh zanor",
"Edit link": "Përpunoni lidhje",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Krejt mesazhet dhe ftesat prej këtij përdoruesi do të fshihen. Jeni i sigurt se doni të shpërfillet?",
"Ignore %(user)s": "Shpërfille %(user)s",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"unknown": "e panjohur",
"Connecting…": "Po lidhet…",
@ -1245,8 +1091,6 @@
"Waiting for partner to confirm…": "Po pritet ripohimi nga partneri…",
"Adding…": "Po shtohet…",
"Declining…": "Po hidhet poshtë…",
"Encrypting your message…": "Po fshehtëzohet meszhi juaj…",
"Sending your message…": "Po dërgohet mesazhi juaj…",
"Starting export process…": "Po niset procesi i eksportimit…",
"Loading polls": "Po ngarkohen pyetësorë",
"Enable '%(manageIntegrations)s' in Settings to do this.": "Që të bëni këtë, aktivizoni '%(manageIntegrations)s' te Rregullimet.",
@ -1281,12 +1125,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Shërbyesi u përgjigj me %(statusCode)s, me kod gabimi %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Sqemë në gjendje të gjenim një veprimtari duke parë tej %(dateString)s. Provoni të zgjidhni një datë më herët.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Ndodhi një gabim rrjeti, teksa provohej të gjendej dhe të kalohej te data e dhënë. Shërbyesi juaj Home mund të jetë jashtë funksionimi, ose mund të ishte një problem i përkohshëm me lidhjen tuaj në internet. Ju lutemi, riprovoni. Nëse kjo vazhdon, ju lutemi, lidhuni me përgjegjësin e shërbyesit tuaj Home.",
"Poll history": "Historik pyetësorësh",
"Start DM anyway": "Nis MD sido qoftë",
"Start DM anyway and never warn me again": "Nis MD sido qoftë dhe mos më sinjalizo kurrë më",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Sarrihet të gjenden profile për ID-të Matrix radhitur më poshtë - doni të niset një MD sido që të jetë?",
"Search all rooms": "Kërko në krejt dhomat",
"Search this room": "Kërko në këtë dhomë",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Pasi përdoruesit e ftuar të kenë ardhur në %(brand)s, do të jeni në gjendje të bisedoni dhe dhoma do të jetë e fshehtëzuar skaj-më-skaj",
"Waiting for users to join %(brand)s": "Po pritet që përdorues të vijnë në %(brand)s",
"common": {
@ -1405,7 +1246,12 @@
"low_priority": "Me përparësi të ulët",
"historical": "Të dikurshme",
"go_to_settings": "Kalo te Rregullimet",
"setup_secure_messages": "Rregulloni Mesazhi të Sigurt"
"setup_secure_messages": "Rregulloni Mesazhi të Sigurt",
"unencrypted": "Të pafshehtëzuara",
"view_message": "Shihni mesazh",
"joined": "Hyri",
"show_more": "Shfaq më tepër",
"are_you_sure": "Jeni i sigurt?"
},
"action": {
"continue": "Vazhdo",
@ -1730,9 +1576,17 @@
"formatting_toolbar_label": "Formatim",
"format_italics": "Të pjerrëta",
"format_insert_link": "Futni lidhje",
"replying_title": "Po përgjigjet"
"replying_title": "Po përgjigjet",
"edit_composer_label": "Përpunoni mesazhin",
"send_voice_message": "Dërgoni mesazh zanor",
"stop_voice_message": "Ndale regjistrimin",
"link_modal": {
"title_edit": "Përpunoni lidhje",
"title_create": "Krijoni një lidhje",
"text_field_label": "Tekst",
"link_field_label": "Lidhje"
}
},
"Link": "Lidhje",
"Code": "Kod",
"power_level": {
"default": "Parazgjedhje",
@ -2780,7 +2634,19 @@
"one": "Parë nga %(count)s person",
"other": "Parë nga %(count)s vetë"
},
"read_receipts_label": "Dëftesa leximi"
"read_receipts_label": "Dëftesa leximi",
"thread_info_basic": "Nga një rrjedhë",
"error_no_renderer": "Ky akt su shfaq dot",
"undecryptable_tooltip": "Ky mesazh su shfshehtëzua dot",
"send_state_sending": "Po dërgohet mesazhi juaj…",
"send_state_encrypting": "Po fshehtëzohet meszhi juaj…",
"send_state_sent": "Mesazhi juaj u dërgua",
"send_state_failed": "Su arrit të dërgohet",
"mab": {
"label": "Veprime Mesazhesh",
"view_in_room": "Shiheni në dhomë",
"copy_link_thread": "Kopjoje lidhjen te rrjedha"
}
},
"slash_command": {
"spoiler": "E dërgon mesazhin e dhënë si <em>spoiler</em>",
@ -2996,7 +2862,11 @@
"other": "Hynë %(count)s vetë"
},
"unknown_person": "person i panjohur",
"connecting": "Po lidhet"
"connecting": "Po lidhet",
"unable_to_access_audio_input_title": "Sarrihet të përdoret mikrofoni juaj",
"unable_to_access_audio_input_description": "Sqemë në gjendje të përdorim mikrofonin tuaj. Ju lutemi, kontrolloni rregullimet e shfletuesit tuaj dhe riprovoni.",
"no_audio_input_title": "Su gjet mikrofon",
"no_audio_input_description": "Sgjetëm mikrofon në pajisjen tuaj. Ju lutemi, kontrolloni rregullimet tuaja dhe riprovoni."
},
"Other": "Tjetër",
"room_settings": {
@ -3118,7 +2988,32 @@
"save": "Ruaji Ndryshimet",
"leave_space": "Braktiseni Hapësirën",
"aliases_section": "Adresa Dhomash",
"other_section": "Tjetër"
"other_section": "Tjetër",
"error_updating_canonical_alias_title": "Gabim gjatë përditësimit të adresës kryesore",
"error_updating_canonical_alias_description": "Pati një gabim në përditësimin e adresës kryesore të dhomës. Mund të mos lejohet nga shërbyesi ose mund të ketë ndodhur një gabim i përkohshëm.",
"error_updating_alias_description": "Pati një gabim gjatë përditësimit të adresave alternative të dhomës. Mund të mos lejohet nga shërbyesi pse ndodhi një gabim i përkohshëm.",
"error_creating_alias_title": "Gabim në krijim adrese",
"error_creating_alias_description": "Pati një gabim në krijimin e asaj adrese. Mund të mos lejohet nga shërbyesi, ose ndodhi një gabim i përkohshëm.",
"error_deleting_alias_description_forbidden": "Skeni leje të fshini adresën.",
"error_deleting_alias_description": "Pati një gabim në heqjen e asaj adrese. Mund të mos ekzistojë më, ose ndodhi një gabim i përkohshëm.",
"error_deleting_alias_title": "Gabim në heqje adrese",
"canonical_alias_field_label": "Adresë kryesore",
"no_aliases_space": "Kjo hapësirë ska adresa vendore",
"no_aliases_room": "Kjo dhomë ska adresë vendore",
"local_alias_field_label": "Adresë vendore",
"published_aliases_section": "Adresa të Publikuara",
"published_aliases_explainer_space": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në hapësirën tuaj.",
"published_aliases_explainer_room": "Adresat e publikuara mund të përdoren nga cilido, në cilindo shërbyes, për të hyrë në dhomën tuaj.",
"published_aliases_description": "Që të bëni publike një adresë, lypset të ujdiset së pari si një adresë vendore.",
"aliases_items_label": "Adresa të tjera të publikuara:",
"aliases_no_items_label": "Ende pa adresa të tjera të publikuara, shtoni një më poshtë",
"new_alias_placeholder": "Adresë e re e publikuar (p.sh., #alias:server)",
"local_aliases_section": "Adresa Vendore",
"local_aliases_explainer_space": "Caktoni adresa për këtë hapësirë, që kështu përdoruesit të gjejnë këtë dhomë përmes shërbyesit tuaj Home (%(localDomain)s)",
"local_aliases_explainer_room": "Caktoni adresa për këtë dhomë, që kështu përdoruesit të gjejnë këtë dhomë përmes shërbyesit tuaj Home (%(localDomain)s)",
"name_field_label": "Emër Dhome",
"topic_field_label": "Temë Dhome",
"avatar_field_label": "Avatar dhome"
},
"advanced": {
"unfederated": "Kjo dhomë nuk është e përdorshme nga shërbyes Matrix të largët",
@ -3217,7 +3112,13 @@
"verification_skip_warning": "Pa e verifikuar, sdo të mund të hyni te krejt mesazhet tuaja dhe mund të dukeni jo i besueshëm për të tjerët.",
"verify_later": "Do ta verifikoj më vonë",
"verify_reset_warning_1": "Rikthimi te parazgjedhjet i kyçeve tuaj të verifikimit smund të zhbëhet. Pas rikthimit te parazgjedhjet, sdo të mund të hyni dot te mesazhe të dikurshëm të fshehtëzuar dhe, cilido shok që ju ka verifikuar më parë, do të shohë një sinjalizim sigurie deri sa të ribëni verifikimin me ta.",
"verify_reset_warning_2": "Ju lutemi, ecni më tej vetëm nëse jeni i sigurt se keni humbur krejt pajisjet tuaja të tjera dhe Kyçin tuaj të Sigurisë."
"verify_reset_warning_2": "Ju lutemi, ecni më tej vetëm nëse jeni i sigurt se keni humbur krejt pajisjet tuaja të tjera dhe Kyçin tuaj të Sigurisë.",
"self_verification_hint": "Që të vazhdoni më tej, ju lutemi, pranoni në pajisjen tuaj tjetër kërkesën për verifikim.",
"waiting_for_user_accept": "Po pritet për %(displayName)s të pranojë…",
"accepting": "Po pranohet…",
"start_button": "Fillo Verifikimin",
"error_starting_title": "Gabim në nisje verifikimi",
"error_starting_description": "Sqemë në gjendje të nisim një bisedë me përdoruesin tjetër."
},
"old_version_detected_title": "U pikasën të dhëna kriptografie të vjetër",
"old_version_detected_description": "Janë pikasur të dhëna nga një version i dikurshëm i %(brand)s-it. Kjo do të bëjë që kriptografia skaj-më-skaj te versioni i dikurshëm të mos punojë si duhet. Mesazhet e fshehtëzuar skaj-më-skaj tani së fundi teksa përdorej versioni i dikurshëm mund të mos jenë të shfshehtëzueshëm në këtë version. Kjo mund bëjë edhe që mesazhet e shkëmbyera me këtë version të dështojnë. Nëse ju dalin probleme, bëni daljen dhe rihyni në llogari. Që të ruhet historiku i mesazheve, eksportoni dhe riimportoni kyçet tuaj.",
@ -3250,6 +3151,26 @@
"description_1": "Ky sesion ka pikasur se Fraza e Sigurisë dhe kyçi juaj për Mesazhe të Sigurt janë hequr.",
"description_2": "Nëse këtë e keni bërë pa dashje, mund të ujdisni Mesazhe të Sigurt në këtë sesion, gjë që do të sjellë rifshehtëzimin e historikut të mesazheve të sesionit me një metodë të re rimarrjesh.",
"warning": "Nëse metodën e re të rimarrjeve se keni hequr ju, dikush mund të jetë duke u rrekur të hyjë në llogarinë tuaj. Ndryshoni menjëherë fjalëkalimin e llogarisë tuaj, te Rregullimet, dhe caktoni një metodë të re rimarrjesh."
},
"setup_secure_backup": {
"explainer": "Kopjeruajini kyçet tuaj, përpara se të dilni, që të shmangni humbjen e tyre.",
"title": "Rregulloje"
},
"cross_signing_user_warning": "Ky përdorues ska verifikuar krejt sesionet e tij.",
"cross_signing_user_normal": "Se keni verifikuar këtë përdorues.",
"cross_signing_user_verified": "E keni verifikuar këtë përdorues. Ky përdorues ka verifikuar krejt sesionet e veta.",
"cross_signing_room_warning": "Dikush po përdor një sesion të panjohur",
"cross_signing_room_normal": "Kjo dhomë është e fshehtëzuar skaj-më-skaj",
"cross_signing_room_verified": "Gjithkush në këtë dhomë është verifikuar",
"event_shield_reason_authenticity_not_guaranteed": "Mirëfilltësia e këtij mesazhi të fshehtëzuar smund të garantohet në këtë pajisje.",
"event_shield_reason_mismatched_sender_key": "Fshehtëzuar nga një sesion i paverifikuar",
"messages_not_secure": {
"title": "Mesazhet tuaj sjanë të sigurt",
"heading": "Një nga sa vijon mund të jetë komprometuar:",
"cause_1": "Shërbyesi juaj Home",
"cause_2": "Shërbyesi Home te i cili është lidhur përdoruesi që po verifikoni",
"cause_3": "Lidhja internet e juaja, ose e përdoruesve të tjerë",
"cause_4": "Sesioni juaj, ose i përdoruesve të tjerë"
}
},
"emoji": {
@ -3600,7 +3521,10 @@
"error_loading": "Gabim në ngarkim Widget-i",
"error_mixed_content": "Gabim - Lëndë e përzierë",
"unmaximise": "Çmaksimizoje",
"popout": "Widget flluskë"
"popout": "Widget flluskë",
"unpin_to_view_right_panel": "Hiqjani fiksimin këtij widget-i, që ta shihni te ky panel",
"close_to_view_right_panel": "Mbylleni këtë widget, që ta shihni te ky panel",
"set_room_layout": "Ujdise skemën e dhomës time për këdo"
},
"feedback": {
"sent": "Përshtypjet u dërguan",
@ -3692,7 +3616,9 @@
"show_all_threads": "Shfaqi krejt rrjedhat",
"empty_explainer": "Rrjedhat ndihmojnë që të mbahen bisedat tuaja brenda temës dhe të ndiqen kollaj.",
"empty_tip": "<b>Ndihmëz:</b> Përdorni “%(replyInThread)s”, teksa kaloni kursorin sipër një mesazhi.",
"empty_heading": "Mbajini diskutimet të sistemuara në rrjedha"
"empty_heading": "Mbajini diskutimet të sistemuara në rrjedha",
"open_thread": "Hape rrjedhën",
"unable_to_decrypt": "Sarrihet të shfshehtëzohet mesazhi"
},
"theme": {
"light_high_contrast": "Kontrast i fortë drite",
@ -3939,7 +3865,21 @@
"inaccessible_subtitle_2": "%(errcode)s erdhi teksa provohej të hyhej në dhomë ose hapësirë. Nëse mendoni se po e shihni gabimisht këtë mesazh, ju lutemi, <issueLink>parashtroni një njoftim të mete</issueLink>.",
"join_failed_needs_invite": "Që të shihni %(roomName)s, ju duhet një ftesë",
"view_failed_enable_video_rooms": "Për të parë, ju lutemi, së pari aktivizoni te Labs dhoma me video",
"join_failed_enable_video_rooms": "Për tu bërë pjesë, ju lutemi, së pari aktivizoni te Labs dhoma me video"
"join_failed_enable_video_rooms": "Për tu bërë pjesë, ju lutemi, së pari aktivizoni te Labs dhoma me video",
"jump_to_bottom_button": "Rrëshqit te mesazhet më të freskët",
"show_labs_settings": "Shfaq rregullime për Labs",
"upgrade_warning_bar": "Përmirësimi i kësaj dhome do të asgjësojë instancën e tanishme të dhomës dhe do të krijojë një dhomë të përmirësuar me të njëjtin emër.",
"upgrade_warning_bar_upgraded": "Kjo dhomë është përmirësuar tashmë.",
"upgrade_warning_bar_unstable": "Kjo dhomë gjendet nën versionin <roomVersion /> e dhomës, të cilit shërbyesi Home i ka vënë shenjë si <i>i paqëndrueshëm</i>.",
"upgrade_warning_bar_admins": "Këtë sinjalizim mund ta shohin vetëm përgjegjësit e dhomës",
"search": {
"this_room": "Këtë Dhomë",
"all_rooms": "Krejt Dhomat",
"field_placeholder": "Kërkoni…",
"this_room_button": "Kërko në këtë dhomë",
"all_rooms_button": "Kërko në krejt dhomat"
},
"jump_read_marker": "Hidhu te mesazhi i parë i palexuar."
},
"file_panel": {
"guest_note": "Që të përdorni këtë funksion, duhet të <a>regjistroheni</a>",
@ -4159,5 +4099,87 @@
"invited_list_heading": "I ftuar",
"filter_placeholder": "Filtroni anëtarë dhome",
"power_label": "%(userName)s (pushtet %(powerLevelNumber)si)"
},
"stickers": {
"empty": "Hëpërhë, skeni të aktivizuar ndonjë pako ngjitësesh",
"empty_add_prompt": "Shtohen ca tani"
},
"user_info": {
"error_revoke_3pid_invite_title": "Su arrit të shfuqizohej ftesa",
"error_revoke_3pid_invite_description": "Su shfuqizua dot ftesa. Shërbyesi mund të jetë duke kaluar një problem të përkohshëm ose skeni leje të mjaftueshme për të shfuqizuar ftesën.",
"admin_tools_section": "Mjete Përgjegjësi",
"revoke_invite": "Shfuqizoje ftesën",
"invited_by": "Ftuar nga %(sender)s",
"room_encrypted": "Mesazhet në këtë dhomë janë të fshehtëzuara skaj-më-skaj.",
"room_encrypted_detail": "Mesazhet tuaj janë të sigurt dhe vetëm ju dhe marrësi kanë kyçet unikë për ti shkyçur.",
"room_unencrypted": "Mesazhet në këtë dhomë nuk janë të fshehtëzuara skaj-më-skaj.",
"room_unencrypted_detail": "Në dhoma të fshehtëzuara, mesazhet tuaj sigurohen dhe vetëm ju dhe marrësi ka kyçet unikë për shkyçjen e tyre.",
"verify_button": "Verifikoni Përdoruesin",
"verify_explainer": "Për siguri ekstra, verifikojeni këtë përdorues duke kontrolluar në të dyja pajisjet tuaja një kod njëpërdorimsh.",
"hide_verified_sessions": "Fshih sesione të verifikuar",
"hide_sessions": "Fshih sesione",
"ignore_confirm_title": "Shpërfille %(user)s",
"ignore_confirm_description": "Krejt mesazhet dhe ftesat prej këtij përdoruesi do të fshihen. Jeni i sigurt se doni të shpërfillet?",
"jump_to_rr_button": "Hidhuni te leximi i faturës",
"share_button": "Ndajeni Lidhjen për te Përdoruesi",
"demote_self_confirm_title": "Të zhgradohet vetvetja?",
"demote_self_confirm_description_space": "Sdo të jeni në gjendje ta zhbëni këtë ndryshim, teksa zhgradoni veten, nëse jeni përdoruesi i fundit i privilegjuar te hapësira, sdo të jetë e mundur të rifitoni privilegjet.",
"demote_self_confirm_room": "Sdo të jeni në gjendje ta zhbëni këtë, ngaqë po zhgradoni veten, nëse jeni përdoruesi i fundit i privilegjuar te dhoma do të jetë e pamundur të rifitoni privilegjet.",
"demote_button": "Zhgradoje",
"disinvite_button_space": "Hiqi ftesën për këtë hapësirë",
"kick_button_space": "Hiqe prej hapësire",
"disinvite_button_room": "Hiqi ftesën për këtë dhomë",
"kick_button_room": "Hiqeni prej dhome",
"disinvite_button_room_name": "Hiqja ftesën për %(roomName)s",
"kick_button_room_name": "Hiqe nga %(roomName)s",
"kick_button_space_everything": "Hiqi prej gjithçkaje ku mundem ta bëj këtë",
"kick_space_specific": "Hiqi prej gjërash të caktuara ku mundem ta bëj këtë",
"kick_space_warning": "Do të jenë prapë në gjendje të hyjnë kudo ku nuk jeni përgjegjës.",
"error_kicking_user": "Su arrit të hiqej përdoruesi",
"redact_button": "Hiq mesazhe së fundi",
"unban_button_space": "Hiqjani dëbimin nga hapësira",
"ban_button_space": "Dëboje prej hapësire",
"unban_button_room": "Hiqjani dëbimin nga dhoma",
"ban_button_room": "Dëboje nga dhomë",
"unban_room_confirm_title": "Hiqja dëbimin prej %(roomName)s",
"ban_room_confirm_title": "Dëboje prej %(roomName)s",
"unban_space_everything": "Hiqua dëbimin prej gjithçkaje ku mundem ta bëj këtë",
"ban_space_everything": "Dëboji prej gjithçkaje ku mundem ta bëj këtë",
"unban_space_specific": "Hiqua dëbimin prej gjërash të caktuara ku mundem ta bëj këtë",
"ban_space_specific": "Dëboji prej gjërash të caktuara ku mundem ta bëj këtë",
"unban_space_warning": "Sdo të jenë në gjendje të hyjnë kudo qoftë ku sjeni përgjegjës.",
"error_ban_user": "Su arrit të dëbohej përdoruesi",
"error_mute_user": "Su arrit ti hiqej zëri përdoruesit",
"promote_warning": "Sdo të jeni në gjendje ta zhbëni këtë ndryshim, ngaqë po e promovoni përdoruesin të ketë të njëjtën shkallë pushteti si ju vetë.",
"deactivate_confirm_title": "Të çaktivizohet përdoruesi?",
"deactivate_confirm_description": "Çaktivizimi i këtij përdoruesi do të sjellë nxjerrjen e tij nga llogaria përkatëse dhe do të pengojë rihyrjen e tij. Veç kësaj, do të braktisë krejt dhomat ku ndodhet. Ky veprim smund të prapësohet. Jeni i sigurt se doni të çaktivizohet ky përdorues?",
"deactivate_confirm_action": "Çaktivizoje përdoruesin",
"error_deactivate": "Su arrit të çaktivizohet përdorues",
"role_label": "Rol në <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Mesazhe të fiksuar",
"empty": "Ende pa fiksuar gjë",
"explainer": "Nëse keni leje, hapni menunë për çfarëdo mesazhi dhe përzgjidhni <b>Fiksoje</b>, për ta ngjitur këtu.",
"limits": {
"other": "Mundeni të fiksoni deri në %(count)s widget-e"
}
},
"video_room_chat": {
"title": "Fjalosje"
},
"room_summary_card": {
"title": "Hollësi dhome"
},
"widgets_section": "Widget-e",
"edit_integrations": "Përpunoni widget-e, ura & robotë",
"add_integrations": "Shtoni widget-e, ura & robotë",
"files_button": "Kartela",
"polls_button": "Historik pyetësorësh",
"pinned_messages_button": "I fiksuar",
"export_chat_button": "Eksportoni fjalosje",
"share_button": "Ndani dhomë me të tjerë",
"settings_button": "Rregullime dhome"
}
}

View file

@ -28,13 +28,6 @@
"Moderator": "Модератор",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s",
"Send": "Пошаљи",
"Failed to ban user": "Неуспех при забрањивању приступа кориснику",
"Failed to mute user": "Неуспех при пригушивању корисника",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Нећете моћи да опозовете ове промене јер себи смањујете овлашћења. Ако сте последњи овлашћени корисник у соби, немогуће је да поново добијете овлашћења.",
"Are you sure?": "Да ли сте сигурни?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Нећете моћи да опозовете ову измену јер унапређујете корисника тако да има исти ниво снаге као и ви.",
"Jump to read receipt": "Скочи на потврду о прочитаности",
"Admin Tools": "Админ алатке",
"and %(count)s others...": {
"other": "и %(count)s других...",
"one": "и још један други..."
@ -51,9 +44,7 @@
"Join Room": "Приступи соби",
"unknown error code": "непознати код грешке",
"Failed to forget room %(errCode)s": "Нисам успео да заборавим собу %(errCode)s",
"Jump to first unread message.": "Скочи на прву непрочитану поруку.",
"not specified": "није наведено",
"This room has no local addresses": "Ова соба нема локалних адреса",
"Error decrypting attachment": "Грешка при дешифровању прилога",
"Decrypt %(text)s": "Дешифруј %(text)s",
"Download %(text)s": "Преузми %(text)s",
@ -110,20 +101,16 @@
"Today": "Данас",
"Friday": "Петак",
"Changelog": "Записник о изменама",
"This Room": "Ова соба",
"Unavailable": "Недоступан",
"Filter results": "Филтрирај резултате",
"Search…": "Претрага…",
"Tuesday": "Уторак",
"Saturday": "Субота",
"Monday": "Понедељак",
"All Rooms": "Све собе",
"Wednesday": "Среда",
"You cannot delete this message. (%(code)s)": "Не можете обрисати ову поруку. (%(code)s)",
"Thursday": "Четвртак",
"Yesterday": "Јуче",
"Thank you!": "Хвала вам!",
"You don't currently have any stickerpacks enabled": "Тренутно немате омогућено било које паковање са налепницама",
"Preparing to send logs": "Припремам се за слање записника",
"Logs sent": "Записници су послати",
"Failed to send logs: ": "Нисам успео да пошаљем записнике: ",
@ -132,42 +119,26 @@
"We encountered an error trying to restore your previous session.": "Наишли смо на грешку приликом повраћаја ваше претходне сесије.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Чишћење складишта вашег прегледача може решити проблем али ће вас то одјавити и учинити шифровани историјат ћаскања нечитљивим.",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Не могу да учитам догађај на који је послат одговор, или не постоји или немате овлашћење да га погледате.",
"Share Link to User": "Подели везу са корисником",
"Share room": "Подели собу",
"Share Room": "Подели собу",
"Link to most recent message": "Веза ка најновијој поруци",
"Share User": "Подели корисника",
"Share Room Message": "Подели поруку у соби",
"Link to selected message": "Веза ка изабраној поруци",
"This event could not be displayed": "Овај догађај не може бити приказан",
"Demote yourself?": "Рашчињавате себе?",
"Demote": "Рашчини",
"Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу",
"Email (optional)": "Мејл (изборно)",
"Are you sure you want to sign out?": "Заиста желите да се одјавите?",
"Show more": "Прикажи више",
"Encrypted by an unverified session": "Шифровано од стране непотврђене сесије",
"Scroll to most recent messages": "Пребаци на најновије поруке",
"Direct Messages": "Директне поруке",
"Room Name": "Назив собе",
"Room Topic": "Тема собе",
"Messages in this room are end-to-end encrypted.": "Поруке у овој соби су шифроване с краја на крај.",
"Messages in this room are not end-to-end encrypted.": "Поруке у овој соби нису шифроване с краја на крај.",
"%(count)s verified sessions": {
"other": "потврђених сесија: %(count)s",
"one": "1 потврђена сесија"
},
"Hide verified sessions": "Сакриј потврђене сесије",
"Remove recent messages by %(user)s": "Уклони недавне поруке корисника %(user)s",
"Remove recent messages": "Уклони недавне поруке",
"Encryption not enabled": "Шифровање није омогућено",
"The encryption used by this room isn't supported.": "Начин шифровања унутар ове собе није подржан.",
"Room Settings - %(roomName)s": "Подешавања собе - %(roomName)s",
"Resend %(unsentCount)s reaction(s)": "Поново пошаљи укупно %(unsentCount)s реакција",
"General failure": "Општа грешка",
"Light bulb": "сијалица",
"Failed to revoke invite": "Неуспех при отказивању позивнице",
"Revoke invite": "Откажи позивницу",
"Looks good": "Изгледа добро",
"Recent Conversations": "Недавни разговори",
"Recently Direct Messaged": "Недавне директне поруке",
@ -420,19 +391,12 @@
"Afghanistan": "Авганистан",
"United States": "Сједињене Америчке Државе",
"United Kingdom": "Уједињено Краљевство",
"Your homeserver": "Ваш домаћи сервер",
"Your homeserver has exceeded one of its resource limits.": "Ваш домаћи сервер је прекорачио ограничење неког ресурса.",
"Your homeserver has exceeded its user limit.": "Ваш домаћи сервер је прекорачио ограничење корисника.",
"Removing…": "Уклањам…",
"Clear all data in this session?": "Да очистим све податке у овој сесији?",
"Reason (optional)": "Разлог (опционо)",
"Hide sessions": "Сакриј сесије",
"Room settings": "Поставке собе",
"Not encrypted": "Није шифровано",
"Add widgets, bridges & bots": "Додај виџете, мостове и ботове",
"Edit widgets, bridges & bots": "Уреди виџете, мостове и ботове",
"Widgets": "Виџети",
"Set my room layout for everyone": "Постави мој распоред собе за сваког",
"Power level": "Ниво снаге",
"Folder": "фасцикла",
"Headphones": "слушалице",
@ -579,7 +543,9 @@
"rooms": "Собе",
"low_priority": "Ниска важност",
"historical": "Историја",
"go_to_settings": "Идите на подешавања"
"go_to_settings": "Идите на подешавања",
"show_more": "Прикажи више",
"are_you_sure": "Да ли сте сигурни?"
},
"action": {
"continue": "Настави",
@ -1037,7 +1003,8 @@
"creation_summary_room": "Корисник %(creator)s је направио и подесио собу.",
"context_menu": {
"external_url": "Адреса извора"
}
},
"error_no_renderer": "Овај догађај не може бити приказан"
},
"slash_command": {
"shrug": "Придодаје ¯\\_(ツ)_/¯ обичној поруци",
@ -1184,7 +1151,10 @@
"url_previews_section": "УРЛ прегледи",
"error_save_space_settings": "Чување подешавања простора није успело.",
"description_space": "Уредите поставке које се односе на ваш простор.",
"other_section": "Остало"
"other_section": "Остало",
"no_aliases_room": "Ова соба нема локалних адреса",
"name_field_label": "Назив собе",
"topic_field_label": "Тема собе"
},
"advanced": {
"unfederated": "Ова соба није доступна са удаљених Матрикс сервера"
@ -1220,6 +1190,10 @@
"description_1": "Сесија је открила да су ваша безбедносна фраза и кључ за безбедне поруке уклоњени.",
"description_2": "Ако сте то случајно учинили, безбедне поруке можете подесити у овој сесији, која ће поново шифровати историју порука сесије помоћу новог начина опоравка.",
"warning": "Ако нисте ви уклонили начин опоравка, нападач можда покушава да приступи вашем налогу. Промените своју лозинку и поставите нови начин опоравка у поставкама, одмах."
},
"event_shield_reason_mismatched_sender_key": "Шифровано од стране непотврђене сесије",
"messages_not_secure": {
"cause_1": "Ваш домаћи сервер"
}
},
"emoji": {
@ -1403,7 +1377,8 @@
"unencrypted_warning": "Виџети не користе шифровање порука.",
"added_by": "Додао је виџет",
"cookie_warning": "Овај виџет може користити колачиће.",
"popout": "Виџет за искакање"
"popout": "Виџет за искакање",
"set_room_layout": "Постави мој распоред собе за сваког"
},
"create_space": {
"private_personal_heading": "Са ким радите?"
@ -1445,7 +1420,14 @@
"invite_email_mismatch_suggestion": "Поделите ову е-пошту у подешавањима да бисте директно добијали позиве у %(brand)s.",
"dm_invite_action": "Започни ћаскање",
"not_found_title_name": "Соба %(roomName)s не постоји.",
"inaccessible_name": "Соба %(roomName)s није доступна у овом тренутку."
"inaccessible_name": "Соба %(roomName)s није доступна у овом тренутку.",
"jump_to_bottom_button": "Пребаци на најновије поруке",
"search": {
"this_room": "Ова соба",
"all_rooms": "Све собе",
"field_placeholder": "Претрага…"
},
"jump_read_marker": "Скочи на прву непрочитану поруку."
},
"file_panel": {
"guest_note": "Морате се <a>регистровати</a> да бисте користили ову могућност",
@ -1533,5 +1515,33 @@
"invited_list_heading": "Позван",
"filter_placeholder": "Филтрирај чланове собе",
"power_label": "%(userName)s (снага %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Тренутно немате омогућено било које паковање са налепницама"
},
"user_info": {
"error_revoke_3pid_invite_title": "Неуспех при отказивању позивнице",
"admin_tools_section": "Админ алатке",
"revoke_invite": "Откажи позивницу",
"room_encrypted": "Поруке у овој соби су шифроване с краја на крај.",
"room_unencrypted": "Поруке у овој соби нису шифроване с краја на крај.",
"hide_verified_sessions": "Сакриј потврђене сесије",
"hide_sessions": "Сакриј сесије",
"jump_to_rr_button": "Скочи на потврду о прочитаности",
"share_button": "Подели везу са корисником",
"demote_self_confirm_title": "Рашчињавате себе?",
"demote_self_confirm_room": "Нећете моћи да опозовете ове промене јер себи смањујете овлашћења. Ако сте последњи овлашћени корисник у соби, немогуће је да поново добијете овлашћења.",
"demote_button": "Рашчини",
"redact_button": "Уклони недавне поруке",
"error_ban_user": "Неуспех при забрањивању приступа кориснику",
"error_mute_user": "Неуспех при пригушивању корисника",
"promote_warning": "Нећете моћи да опозовете ову измену јер унапређујете корисника тако да има исти ниво снаге као и ви."
},
"right_panel": {
"widgets_section": "Виџети",
"edit_integrations": "Уреди виџете, мостове и ботове",
"add_integrations": "Додај виџете, мостове и ботове",
"share_button": "Подели собу",
"settings_button": "Поставке собе"
}
}

View file

@ -6,7 +6,6 @@
},
"A new password must be entered.": "Ett nytt lösenord måste anges.",
"An error has occurred.": "Ett fel har inträffat.",
"Are you sure?": "Är du säker?",
"Are you sure you want to leave the room '%(roomName)s'?": "Vill du lämna rummet '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "Är du säker på att du vill avböja inbjudan?",
"Custom level": "Anpassad nivå",
@ -14,17 +13,13 @@
"Download %(text)s": "Ladda ner %(text)s",
"Email address": "E-postadress",
"Error decrypting attachment": "Fel vid avkryptering av bilagan",
"Failed to ban user": "Misslyckades att banna användaren",
"Failed to forget room %(errCode)s": "Misslyckades att glömma bort rummet %(errCode)s",
"Failed to load timeline position": "Misslyckades att hämta positionen på tidslinjen",
"Failed to mute user": "Misslyckades att tysta användaren",
"Failed to reject invite": "Misslyckades att avböja inbjudan",
"Failed to reject invitation": "Misslyckades att avböja inbjudan",
"Admin Tools": "Admin-verktyg",
"Home": "Hem",
"Invalid file%(extra)s": "Felaktig fil%(extra)s",
"Join Room": "Gå med i rum",
"Jump to first unread message.": "Hoppa till första olästa meddelandet.",
"Moderator": "Moderator",
"New passwords must match each other.": "De nya lösenorden måste matcha.",
"not specified": "inte specificerad",
@ -64,21 +59,17 @@
"Today": "idag",
"Friday": "fredag",
"Changelog": "Ändringslogg",
"This Room": "Det här rummet",
"Unavailable": "Otillgänglig",
"Filter results": "Filtrera resultaten",
"Tuesday": "tisdag",
"Search…": "Sök…",
"Saturday": "lördag",
"Monday": "måndag",
"All Rooms": "Alla rum",
"Wednesday": "onsdag",
"You cannot delete this message. (%(code)s)": "Du kan inte radera det här meddelandet. (%(code)s)",
"Send": "Skicka",
"Thursday": "torsdag",
"Yesterday": "igår",
"Thank you!": "Tack!",
"This room has no local addresses": "Det här rummet har inga lokala adresser",
"Restricted": "Begränsad",
"%(duration)ss": "%(duration)ss",
"%(duration)sm": "%(duration)sm",
@ -120,32 +111,22 @@
"We encountered an error trying to restore your previous session.": "Ett fel uppstod vid återställning av din tidigare session.",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Om du nyligen har använt en senare version av %(brand)s kan din session vara inkompatibel med den här versionen. Stäng det här fönstret och använd senare versionen istället.",
"Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Att rensa webbläsarens lagring kan lösa problemet, men då loggas du ut och krypterad chatthistorik blir oläslig.",
"Jump to read receipt": "Hoppa till läskvitto",
"Confirm Removal": "Bekräfta borttagning",
"collapse": "fäll ihop",
"expand": "fäll ut",
"<a>In reply to</a> <pill>": "<a>Som svar på</a> <pill>",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Du kommer inte att kunna ångra den här ändringen eftersom du degraderar dig själv. Om du är den sista privilegierade användaren i rummet blir det omöjligt att återfå behörigheter.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kommer inte att kunna ångra den här ändringen eftersom du höjer användaren till samma behörighetsnivå som dig själv.",
"You don't currently have any stickerpacks enabled": "Du har för närvarande inga dekalpaket aktiverade",
"Error decrypting image": "Fel vid avkryptering av bild",
"Error decrypting video": "Fel vid avkryptering av video",
"Add an Integration": "Lägg till integration",
"You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Du kommer att skickas till en tredjepartswebbplats så att du kan autentisera ditt konto för användning med %(integrationsUrl)s. Vill du fortsätta?",
"Share Link to User": "Dela länk till användare",
"Share room": "Dela rum",
"Share Room": "Dela rum",
"Link to most recent message": "Länk till senaste meddelandet",
"Share User": "Dela användare",
"Share Room Message": "Dela rumsmeddelande",
"Link to selected message": "Länk till valt meddelande",
"This event could not be displayed": "Den här händelsen kunde inte visas",
"Demote yourself?": "Degradera dig själv?",
"Demote": "Degradera",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Du kan inte skicka några meddelanden innan du granskar och godkänner <consentLink>våra villkor</consentLink>.",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Ditt meddelande skickades inte eftersom hemservern har nått sin månatliga gräns för användaraktivitet. Vänligen <a>kontakta din serviceadministratör</a> för att fortsätta använda tjänsten.",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Ditt meddelande skickades inte eftersom hemservern har överskridit en av sina resursgränser. Vänligen <a>kontakta din serviceadministratör</a> för att fortsätta använda tjänsten.",
"Only room administrators will see this warning": "Endast rumsadministratörer kommer att se denna varning",
"Failed to upgrade room": "Misslyckades att uppgradera rummet",
"The room upgrade could not be completed": "Rumsuppgraderingen kunde inte slutföras",
"Upgrade this room to version %(version)s": "Uppgradera detta rum till version %(version)s",
@ -154,7 +135,6 @@
"Update any local room aliases to point to the new room": "Uppdatera lokala rumsalias att peka på det nya rummet",
"Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Hindra användare från att prata i den gamla rumsversionen och posta ett meddelande som rekommenderar användare att flytta till det nya rummet",
"Put a link back to the old room at the start of the new room so people can see old messages": "Sätta en länk tillbaka till det gamla rummet i början av det nya rummet så att folk kan se gamla meddelanden",
"Add some now": "Lägg till några nu",
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Innan du skickar in loggar måste du <a>skapa ett GitHub-ärende</a> för att beskriva problemet.",
"Updating %(brand)s": "Uppdaterar %(brand)s",
"Dog": "Hund",
@ -224,20 +204,10 @@
"Join millions for free on the largest public server": "Gå med miljontals användare gratis på den största publika servern",
"Your password has been reset.": "Ditt lösenord har återställts.",
"General failure": "Allmänt fel",
"Error updating main address": "Fel vid uppdatering av huvudadress",
"Room avatar": "Rumsavatar",
"Room Name": "Rumsnamn",
"Room Topic": "Rumsämne",
"The following users may not exist": "Följande användare kanske inte existerar",
"Invite anyway and never warn me again": "Bjud in ändå och varna mig aldrig igen",
"Invite anyway": "Bjud in ändå",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Krypterade meddelanden är säkrade med totalsträckskryptering. Bara du och mottagaren/na har nycklarna för att läsa dessa meddelanden.",
"Failed to revoke invite": "Misslyckades att återkalla inbjudan",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kunde inte återkalla inbjudan. Servern kan ha ett tillfälligt problem eller så har du inte tillräckliga behörigheter för att återkalla inbjudan.",
"Revoke invite": "Återkalla inbjudan",
"Invited by %(sender)s": "Inbjuden av %(sender)s",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Ett fel inträffade vid uppdatering av rummets huvudadress. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"Main address": "Huvudadress",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Verifiera denna användare för att markera den som betrodd. Att lita på användare ger en extra sinnesfrid när man använder totalsträckskrypterade meddelanden.",
"Remember my selection for this widget": "Kom ihåg mitt val för den här widgeten",
"Unable to load backup status": "Kunde inte ladda status för säkerhetskopia",
@ -272,7 +242,6 @@
"Cancel All": "Avbryt alla",
"Upload Error": "Uppladdningsfel",
"Deactivate account": "Inaktivera konto",
"Edit message": "Redigera meddelande",
"No recent messages by %(user)s found": "Inga nyliga meddelanden från %(user)s hittades",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Pröva att skrolla upp i tidslinjen för att se om det finns några tidigare.",
"Remove recent messages by %(user)s": "Ta bort nyliga meddelanden från %(user)s",
@ -281,15 +250,10 @@
"other": "Ta bort %(count)s meddelanden",
"one": "Ta bort 1 meddelande"
},
"Deactivate user?": "Inaktivera användare?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Vid inaktivering av användare loggas den ut och förhindras från att logga in igen. Den kommer dessutom att lämna alla rum den befinner sig i. Den här åtgärden kan inte ångras. Är du säker på att du vill inaktivera den här användaren?",
"Deactivate user": "Inaktivera användaren",
"Remove recent messages": "Ta bort nyliga meddelanden",
"Edited at %(date)s. Click to view edits.": "Redigerat vid %(date)s. Klicka för att visa redigeringar.",
"edited": "redigerat",
"Couldn't load page": "Kunde inte ladda sidan",
"Failed to connect to integration manager": "Kunde inte ansluta till integrationshanterare",
"Message Actions": "Meddelandeåtgärder",
"Show image": "Visa bild",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "Du har ignorerat den här användaren, så dess meddelande är dolt. <a>Visa ändå.</a>",
"You verified %(name)s": "Du verifierade %(name)s",
@ -310,7 +274,6 @@
"Close dialog": "Stäng dialogrutan",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Berätta vad som gick fel, eller skapa ännu hellre ett GitHub-ärende som beskriver problemet.",
"Recent Conversations": "Senaste konversationerna",
"Show more": "Visa mer",
"Direct Messages": "Direktmeddelanden",
"Incoming Verification Request": "Inkommande verifieringsbegäran",
"Integrations are disabled": "Integrationer är inaktiverade",
@ -334,63 +297,20 @@
"Your homeserver has exceeded its user limit.": "Din hemserver har överskridit sin användargräns.",
"Your homeserver has exceeded one of its resource limits.": "Din hemserver har överskridit en av sina resursgränser.",
"Ok": "OK",
"Set up": "Sätt upp",
"IRC display name width": "Bredd för IRC-visningsnamn",
"Lock": "Lås",
"This backup is trusted because it has been restored on this session": "Den här säkerhetskopian är betrodd för att den har återställts på den här sessionen",
"Back up your keys before signing out to avoid losing them.": "Säkerhetskopiera dina nycklar innan du loggar ut för att undvika att du blir av med dem.",
"Start using Key Backup": "Börja använda nyckelsäkerhetskopiering",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "För att rapportera ett Matrix-relaterat säkerhetsproblem, vänligen läs Matrix.orgs <a>riktlinjer för säkerhetspublicering</a>.",
"This user has not verified all of their sessions.": "Den här användaren har inte verifierat alla sina sessioner.",
"You have not verified this user.": "Du har inte verifierat den här användaren.",
"You have verified this user. This user has verified all of their sessions.": "Du har verifierat den här användaren. Den här användaren har verifierat alla sina sessioner.",
"Someone is using an unknown session": "Någon använder en okänd session",
"This room is end-to-end encrypted": "Det här rummet är totalsträckskrypterat",
"Everyone in this room is verified": "Alla i det här rummet är verifierade",
"Encrypted by an unverified session": "Krypterat av en overifierad session",
"Unencrypted": "Okrypterat",
"Encrypted by a deleted session": "Krypterat av en raderad session",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Det krypterade meddelandets äkthet kan inte garanteras på den här enheten.",
"Scroll to most recent messages": "Skrolla till de senaste meddelandena",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Att uppgradera det här rummet kommer att stänga den nuvarande instansen av rummet och skapa ett uppgraderat rum med samma namn.",
"This room has already been upgraded.": "Det här rummet har redan uppgraderats.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Det här rummet kör rumsversion <roomVersion />, vilket den här hemservern har markerat som <i>instabil</i>.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Ett fel inträffade vid uppdatering av rummets alternativa adresser. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"Error creating address": "Fel vid skapande av adress",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Ett fel inträffade vid skapande av adressen. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"You don't have permission to delete the address.": "Du har inte behörighet att radera den där adressen.",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Ett fel inträffade vid borttagning av adressen. Den kanske inte längre existerar, eller så inträffade ett tillfälligt fel.",
"Error removing address": "Fel vi borttagning av adress",
"Local address": "Lokal adress",
"Published Addresses": "Publicerade adresser",
"Other published addresses:": "Andra publicerade adresser:",
"No other published addresses yet, add one below": "Inga andra publicerade adresser än, lägg till en nedan",
"New published address (e.g. #alias:server)": "Ny publicerad adress (t.ex. #alias:server)",
"Local Addresses": "Lokala adresser",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Ange adresser för det här rummet så att användare kan hitta det här rummet via din hemserver (%(localDomain)s)",
"Waiting for %(displayName)s to accept…": "Väntar på att %(displayName)s ska acceptera…",
"Accepting…": "Accepterar…",
"Start Verification": "Starta verifiering",
"Messages in this room are end-to-end encrypted.": "Meddelanden i det här rummet är totalsträckskrypterade.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Dina meddelanden är säkrade och endast du och mottagaren har de unika nycklarna för att låsa upp dem.",
"Messages in this room are not end-to-end encrypted.": "Meddelanden i detta rum är inte totalsträckskrypterade.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "I krypterade rum är dina meddelanden säkrade och endast du och mottagaren har de unika nycklarna för att låsa upp dem.",
"Verify User": "Verifiera användare",
"For extra security, verify this user by checking a one-time code on both of your devices.": "För extra säkerhet, verifiera den här användaren genom att kolla en engångskod på båda era enheter.",
"Your messages are not secure": "Dina meddelanden är inte säkra",
"One of the following may be compromised:": "Någon av följande kan vara äventyrad:",
"Your homeserver": "Din hemserver",
"%(count)s verified sessions": {
"other": "%(count)s verifierade sessioner",
"one": "1 verifierad session"
},
"Hide verified sessions": "Dölj verifierade sessioner",
"%(count)s sessions": {
"other": "%(count)s sessioner",
"one": "%(count)s session"
},
"Hide sessions": "Dölj sessioner",
"Failed to deactivate user": "Misslyckades att inaktivera användaren",
"This client does not support end-to-end encryption.": "Den här klienten stöder inte totalsträckskryptering.",
"Verify by scanning": "Verifiera med skanning",
"Ask %(displayName)s to scan your code:": "Be %(displayName)s att skanna din kod:",
@ -514,11 +434,7 @@
"Confirm encryption setup": "Bekräfta krypteringsinställning",
"Click the button below to confirm setting up encryption.": "Klicka på knappen nedan för att bekräfta inställning av kryptering.",
"Not encrypted": "Inte krypterad",
"Room settings": "Rumsinställningar",
"Backup version:": "Version av säkerhetskopia:",
"Widgets": "Widgets",
"Edit widgets, bridges & bots": "Redigera widgets, bryggor och bottar",
"Add widgets, bridges & bots": "Lägg till widgets, bryggor och bottar",
"Start a conversation with someone using their name or username (like <userId/>).": "Starta en konversation med någon med deras namn eller användarnamn (som <userId/>).",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Bjud in någon med deras namn eller användarnamn (som <userId/>) eller <a>dela det här rummet</a>.",
"Unable to set up keys": "Kunde inte ställa in nycklar",
@ -534,9 +450,6 @@
"This version of %(brand)s does not support searching encrypted messages": "Den här versionen av %(brand)s stöder inte sökning bland krypterade meddelanden",
"Data on this screen is shared with %(widgetDomain)s": "Data på den här skärmen delas med %(widgetDomain)s",
"Modal Widget": "Dialogruta",
"You can only pin up to %(count)s widgets": {
"other": "Du kan bara fästa upp till %(count)s widgets"
},
"Canada": "Kanada",
"Cameroon": "Kamerun",
"Cambodia": "Kambodja",
@ -807,7 +720,6 @@
"Remember this": "Kom ihåg det här",
"The widget will verify your user ID, but won't be able to perform actions for you:": "Den här widgeten kommer att verifiera ditt användar-ID, men kommer inte kunna utföra handlingar som dig:",
"Allow this widget to verify your identity": "Tillåt att den här widgeten verifierar din identitet",
"Set my room layout for everyone": "Sätt mitt rumsarrangemang för alla",
"Unable to access secret storage. Please verify that you entered the correct Security Phrase.": "Kan inte komma åt hemlig lagring. Vänligen verifiera att du angav rätt säkerhetsfras.",
"Security Key mismatch": "Säkerhetsnyckeln matchade inte",
"Backup could not be decrypted with this Security Key: please verify that you entered the correct Security Key.": "Säkerhetskopian kunde inte avkrypteras med den här säkerhetsnyckeln: vänligen verifiera att du har angett rätt säkerhetsnyckel.",
@ -833,8 +745,6 @@
"Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.": "Bjud in någon med deras namn, e-postadress eller användarnamn (som <userId/>), eller <a>dela det här rummet</a>.",
"Create a new room": "Skapa ett nytt rum",
"Space selection": "Utrymmesval",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Du kommer inte kunna ångra den här ändringen eftersom du degraderar dig själv, och om du är den sista privilegierade användaren i utrymmet så kommer det att vara omöjligt att återfå utrymmet.",
"Your message was sent": "Ditt meddelande skickades",
"Leave space": "Lämna utrymmet",
"Create a space": "Skapa ett utrymme",
"<inviter/> invites you": "<inviter/> bjuder in dig",
@ -866,7 +776,6 @@
"Reset everything": "Återställ allt",
"Forgotten or lost all recovery methods? <a>Reset all</a>": "Glömt eller förlorat alla återställningsalternativ? <a>Återställ allt</a>",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Om du gör det, observera att inga av dina meddelanden kommer att raderas, men sökupplevelsen kan degraderas en stund medans registret byggs upp igen",
"View message": "Visa meddelande",
"Delete all": "Radera alla",
"View all %(count)s members": {
"one": "Visa 1 medlem",
@ -877,7 +786,6 @@
"Retry all": "Försök alla igen",
"Some of your messages have not been sent": "Vissa av dina meddelanden har inte skickats",
"Including %(commaSeparatedMembers)s": "Inklusive %(commaSeparatedMembers)s",
"Failed to send": "Misslyckades att skicka",
"Search names and descriptions": "Sök namn och beskrivningar",
"You may contact me if you have any follow up questions": "Ni kan kontakta mig om ni har vidare frågor",
"To leave the beta, visit your settings.": "För att lämna betan, besök dina inställningar.",
@ -890,23 +798,13 @@
"You are not allowed to view this server's rooms list": "Du tillåts inte att se den här serverns rumslista",
"Add reaction": "Lägg till reaktion",
"Error processing voice message": "Fel vid hantering av röstmeddelande",
"We didn't find a microphone on your device. Please check your settings and try again.": "Vi kunde inte hitta en mikrofon på din enhet. Vänligen kolla dina inställningar och försök igen.",
"No microphone found": "Ingen mikrofon hittad",
"We were unable to access your microphone. Please check your browser settings and try again.": "Vi kunde inte komma åt din mikrofon. Vänligen kolla dina webbläsarinställningar och försök igen.",
"Unable to access your microphone": "Kan inte komma åt din mikrofon",
"Or send invite link": "Eller skicka inbjudningslänk",
"Some suggestions may be hidden for privacy.": "Vissa förslag kan vara dolda av sekretesskäl.",
"Search for rooms or people": "Sök efter rum eller personer",
"Message preview": "Meddelandeförhandsgranskning",
"Sent": "Skickat",
"You don't have permission to do this": "Du har inte behörighet att göra detta",
"Pinned messages": "Fästa meddelanden",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Om du har behörighet, öppna menyn på ett meddelande och välj <b>Fäst</b> för att fösta dem här.",
"Nothing pinned, yet": "Inget fäst än",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Din %(brand)s tillåter dig inte att använda en integrationshanterare för att göra detta. Vänligen kontakta en administratör.",
"Stop recording": "Stoppa inspelning",
"Send voice message": "Skicka röstmeddelande",
"This space has no local addresses": "Det här utrymmet har inga lokala adresser",
"Error processing audio message": "Fel vid hantering av ljudmeddelande",
"Decrypting": "Avkrypterar",
"The call is in an unknown state!": "Det här samtalet är i ett okänt läge!",
@ -919,10 +817,6 @@
"No answer": "Inget svar",
"Call back": "Ring tillbaka",
"Call declined": "Samtal nekat",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Sätt adresser för det här utrymmet så att användare kan hitta det genom din hemserver (%(localDomain)s)",
"To publish an address, it needs to be set as a local address first.": "För att publicera en adress så måste den vara satt som en lokal adress först.",
"Published addresses can be used by anyone on any server to join your room.": "Publicerade adresser kan användas av vem som helst på vilken server som helst för att gå med i ditt rum.",
"Published addresses can be used by anyone on any server to join your space.": "Publicerade adresser kan användas av vem som helst på vilken server som helst för att gå med i ditt utrymme.",
"Please provide an address": "Ange en adress, tack",
"Message search initialisation failed, check <a>your settings</a> for more information": "Initialisering av meddelandesök misslyckades, kolla <a>dina inställningar</a> för mer information",
"Adding spaces has moved.": "Tilläggning av utrymmen har flyttats.",
@ -959,7 +853,6 @@
"Rooms and spaces": "Rum och utrymmen",
"Results": "Resultat",
"Some encryption parameters have been changed.": "Vissa krypteringsparametrar har ändrats.",
"Role in <RoomName/>": "Roll i <RoomName/>",
"To join a space you'll need an invite.": "För att gå med i ett utrymme så behöver du en inbjudan.",
"Would you like to leave the rooms in this space?": "Vill du lämna rummen i det här utrymmet?",
"You are about to leave <spaceName/>.": "Du kommer att lämna <spaceName/>.",
@ -968,35 +861,19 @@
"Don't leave any rooms": "Lämna inga rum",
"In reply to <a>this message</a>": "Som svar på <a>detta meddelande</a>",
"Downloading": "Laddar ner",
"They won't be able to access whatever you're not an admin of.": "Personen kommer inte kunna komma åt saker du inte är admin för.",
"Ban them from specific things I'm able to": "Banna dem från specifika saker jag kan",
"Unban them from specific things I'm able to": "Avbanna dem från specifika saker jag kan",
"Ban them from everything I'm able to": "Banna dem från allt jag kan",
"Unban them from everything I'm able to": "Avbanna dem från allt jag kan",
"Ban from %(roomName)s": "Banna från %(roomName)s",
"Unban from %(roomName)s": "Avbanna från %(roomName)s",
"They'll still be able to access whatever you're not an admin of.": "De kommer fortfarande kunna komma åt saker du inte är admin för.",
"Disinvite from %(roomName)s": "Häv inbjudan från %(roomName)s",
"Export chat": "Exportera chatt",
"%(count)s reply": {
"one": "%(count)s svar",
"other": "%(count)s svar"
},
"View in room": "Visa i rum",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Ange din säkerhetsfras eller <button>använd din säkerhetsnyckel</button> för att fortsätta.",
"MB": "MB",
"Skip verification for now": "Hoppa över verifiering för tillfället",
"Really reset verification keys?": "Återställ verkligen verifieringsnycklar?",
"Joined": "Gick med",
"Joining": "Går med",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Återfå åtkomst till ditt konto och få tillbaka krypteringsnycklar lagrade i den här sessionen. Utan dem kommer du inte kunna läsa alla dina säkra meddelanden i någon session.",
"Copy link to thread": "Kopiera länk till tråd",
"Thread options": "Trådalternativ",
"If you can't see who you're looking for, send them your invite link below.": "Om du inte ser den du letar efter, skicka din inbjudningslänk nedan till denne.",
"In encrypted rooms, verify all users to ensure it's secure.": "I krypterade rum, verifiera alla användare för att försäkra att det är säkert.",
"Yours, or the other users' session": "Din eller den andra användarens session",
"Yours, or the other users' internet connection": "Din eller den andra användarens internetuppkoppling",
"The homeserver the user you're verifying is connected to": "Hemservern användaren du verifierar är ansluten till",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s och %(count)s till",
"other": "%(spaceName)s och %(count)s till"
@ -1006,7 +883,6 @@
"Themes": "Teman",
"Moderation": "Moderering",
"Messaging": "Meddelanden",
"From a thread": "Från en tråd",
"Vote not registered": "Röst registrerades inte",
"Reply in thread": "Svara i tråd",
"Pick a date to jump to": "Välj ett datum att hoppa till",
@ -1016,16 +892,6 @@
"The beginning of the room": "Början av rummet",
"You cancelled verification on your other device.": "Du avbröt verifiering på din andra enhet.",
"Almost there! Is your other device showing the same shield?": "Nästan klar! Visar din andra enhet samma sköld?",
"Remove from room": "Ta bort från rummet",
"Failed to remove user": "Misslyckades att ta bort användare",
"Remove them from specific things I'm able to": "Ta bort hen från specifika ställen jag kan",
"Remove them from everything I'm able to": "Ta bort hen från allt jag kan",
"Remove from %(roomName)s": "Ta bort från %(roomName)s",
"Files": "Filer",
"Close this widget to view it in this panel": "Stäng den här widgeten för att se den i den här panelen",
"Unpin this widget to view it in this panel": "Avfäst den här widgeten för att se den i den här panelen",
"Chat": "Chatt",
"To proceed, please accept the verification request on your other device.": "För att fortsätta, acceptera verifieringsförfrågan på din andra enhet.",
"Recently viewed": "Nyligen sedda",
"Including you, %(commaSeparatedMembers)s": "Inklusive dig, %(commaSeparatedMembers)s",
"Could not fetch location": "Kunde inte hämta plats",
@ -1085,8 +951,6 @@
"Can't edit poll": "Kan inte redigera omröstning",
"Search Dialog": "Sökdialog",
"Results will be visible when the poll is ended": "Resultat kommer att visas när omröstningen avslutas",
"Pinned": "Fäst",
"Open thread": "Öppna tråd",
"%(count)s participants": {
"one": "1 deltagare",
"other": "%(count)s deltagare"
@ -1095,13 +959,6 @@
"Expand quotes": "Expandera citat",
"Collapse quotes": "Kollapsa citat",
"Can't create a thread from an event with an existing relation": "Kan inte skapa tråd från en händelse med en existerande relation",
"Unban from room": "Avbanna i rum",
"Ban from space": "Banna från utrymme",
"Unban from space": "Avbanna i utrymme",
"Ban from room": "Banna från rum",
"Disinvite from room": "Ta bort från rum",
"Remove from space": "Ta bort från utrymme",
"Disinvite from space": "Ta bort inbjudan från utrymme",
"An error occurred while stopping your live location, please try again": "Ett fel inträffade medans din platsdelning avslutades, försök igen",
"Live location enabled": "Realtidsposition aktiverad",
"You are sharing your live location": "Du delar din position i realtid",
@ -1150,7 +1007,6 @@
"Output devices": "Utgångsenheter",
"Input devices": "Ingångsenheter",
"Open room": "Öppna rum",
"Show Labs settings": "Visa experimentinställningar",
"Unread email icon": "Oläst e-post-ikon",
"An error occurred whilst sharing your live location, please try again": "Ett fel inträffade vid delning av din realtidsplats, försök igen",
"An error occurred whilst sharing your live location": "Ett fel inträffade vid delning av din realtidsplats",
@ -1196,9 +1052,6 @@
"Unable to show image due to error": "Kunde inte visa bild på grund av fel",
"Video call ended": "Videosamtal avslutades",
"%(name)s started a video call": "%(name)s startade ett videosamtal",
"Room info": "Rumsinfo",
"We were unable to start a chat with the other user.": "Vi kunde inte starta en chatt med den andra användaren.",
"Error starting verification": "Fel vid start av verifiering",
"Too many attempts in a short time. Wait some time before trying again.": "För många försök under för kort tid. Vänta ett tag innan du försöker igen.",
"Thread root ID: %(threadRootId)s": "Trådens rot-ID: %(threadRootId)s",
"We're creating a room with %(names)s": "Vi skapar ett rum med %(names)s",
@ -1219,21 +1072,14 @@
"The scanned code is invalid.": "Den skannade koden är ogiltig.",
"The linking wasn't completed in the required time.": "Länkningen slutfördes inte inom den krävda tiden.",
"Sign in new device": "Logga in ny enhet",
"Unable to decrypt message": "Kunde inte avkryptera meddelande",
"This message could not be decrypted": "Det här meddelandet kunde inte avkrypteras",
"Sign out of all devices": "Logga ut ur alla enheter",
"Confirm new password": "Bekräfta nytt lösenord",
"Too many attempts in a short time. Retry after %(timeout)s.": "För många försök under en kort tid. Pröva igen efter %(timeout)s.",
"The homeserver doesn't support signing in another device.": "Hemservern stöder inte inloggning av en annan enhet.",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Du kan inte starta ett röstmeddelande eftersom du spelar in en direktsändning. Vänligen avsluta din direktsändning för att starta inspelning av ett röstmeddelande.",
"Can't start voice message": "Kan inte starta röstmeddelanden",
"Text": "Text",
"Create a link": "Skapa en länk",
"Edit link": "Redigera länk",
" in <strong>%(room)s</strong>": " i <strong>%(room)s</strong>",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Alla meddelanden och inbjudningar från den här användaren kommer att döljas. Är du säker på att du vill ignorera denne?",
"Ignore %(user)s": "Ignorera %(user)s",
"unknown": "okänd",
"Declining…": "Nekar…",
"Scan QR code": "Skanna QR-kod",
@ -1247,8 +1093,6 @@
"Checking…": "Kontrollerar …",
"Waiting for partner to confirm…": "Väntar på att andra parten ska bekräfta …",
"Adding…": "Lägger till …",
"Encrypting your message…": "Krypterar ditt meddelande …",
"Sending your message…": "Skickar ditt meddelande …",
"Starting export process…": "Startar exportprocessen …",
"Requires your server to support the stable version of MSC3827": "Kräver att din server stöder den stabila versionen av MSC3827",
"View poll": "Visa omröstning",
@ -1267,9 +1111,6 @@
"Past polls": "Tidigare omröstningar",
"Active polls": "Aktiva omröstningar",
"View poll in timeline": "Se omröstningen i tidslinjen",
"Poll history": "Omröstningshistorik",
"Search all rooms": "Sök i alla rum",
"Search this room": "Sök i det här rummet",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Ett nätverksfel uppstod vid försök att hitta och hoppa till det angivna datumet. Din hemserver kanske är nere eller så var det vara ett tillfälligt problem med din internetuppkoppling. Var god försök igen. Om detta fortsätter, kontakta din hemserveradministratör.",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Vi kunde inte hitta en händelse från %(dateString)s eller senare. Pröva att välja ett tidigare datum.",
"unavailable": "otillgänglig",
@ -1409,7 +1250,12 @@
"low_priority": "Låg prioritet",
"historical": "Historiska",
"go_to_settings": "Gå till inställningarna",
"setup_secure_messages": "Ställ in säkra meddelanden"
"setup_secure_messages": "Ställ in säkra meddelanden",
"unencrypted": "Okrypterat",
"view_message": "Visa meddelande",
"joined": "Gick med",
"show_more": "Visa mer",
"are_you_sure": "Är du säker?"
},
"action": {
"continue": "Fortsätt",
@ -1744,9 +1590,17 @@
"formatting_toolbar_label": "Formatering",
"format_italics": "Kursiv",
"format_insert_link": "Infoga länk",
"replying_title": "Svarar"
"replying_title": "Svarar",
"edit_composer_label": "Redigera meddelande",
"send_voice_message": "Skicka röstmeddelande",
"stop_voice_message": "Stoppa inspelning",
"link_modal": {
"title_edit": "Redigera länk",
"title_create": "Skapa en länk",
"text_field_label": "Text",
"link_field_label": "Länk"
}
},
"Link": "Länk",
"Code": "Kod",
"power_level": {
"default": "Standard",
@ -2805,7 +2659,19 @@
"one": "Sedd av %(count)s person",
"other": "Sedd av %(count)s personer"
},
"read_receipts_label": "Läskvitton"
"read_receipts_label": "Läskvitton",
"thread_info_basic": "Från en tråd",
"error_no_renderer": "Den här händelsen kunde inte visas",
"undecryptable_tooltip": "Det här meddelandet kunde inte avkrypteras",
"send_state_sending": "Skickar ditt meddelande …",
"send_state_encrypting": "Krypterar ditt meddelande …",
"send_state_sent": "Ditt meddelande skickades",
"send_state_failed": "Misslyckades att skicka",
"mab": {
"label": "Meddelandeåtgärder",
"view_in_room": "Visa i rum",
"copy_link_thread": "Kopiera länk till tråd"
}
},
"slash_command": {
"spoiler": "Skickar det angivna meddelandet som en spoiler",
@ -3026,7 +2892,11 @@
"one": "%(count)s person gick med"
},
"unknown_person": "okänd person",
"connecting": "Ansluter"
"connecting": "Ansluter",
"unable_to_access_audio_input_title": "Kan inte komma åt din mikrofon",
"unable_to_access_audio_input_description": "Vi kunde inte komma åt din mikrofon. Vänligen kolla dina webbläsarinställningar och försök igen.",
"no_audio_input_title": "Ingen mikrofon hittad",
"no_audio_input_description": "Vi kunde inte hitta en mikrofon på din enhet. Vänligen kolla dina inställningar och försök igen."
},
"Other": "Annat",
"room_settings": {
@ -3151,7 +3021,32 @@
"save": "Spara ändringar",
"leave_space": "Lämna utrymmet",
"aliases_section": "Rumsadresser",
"other_section": "Annat"
"other_section": "Annat",
"error_updating_canonical_alias_title": "Fel vid uppdatering av huvudadress",
"error_updating_canonical_alias_description": "Ett fel inträffade vid uppdatering av rummets huvudadress. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"error_updating_alias_description": "Ett fel inträffade vid uppdatering av rummets alternativa adresser. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"error_creating_alias_title": "Fel vid skapande av adress",
"error_creating_alias_description": "Ett fel inträffade vid skapande av adressen. Det kanske inte tillåts av servern, eller så inträffade ett tillfälligt fel.",
"error_deleting_alias_description_forbidden": "Du har inte behörighet att radera den där adressen.",
"error_deleting_alias_description": "Ett fel inträffade vid borttagning av adressen. Den kanske inte längre existerar, eller så inträffade ett tillfälligt fel.",
"error_deleting_alias_title": "Fel vi borttagning av adress",
"canonical_alias_field_label": "Huvudadress",
"no_aliases_space": "Det här utrymmet har inga lokala adresser",
"no_aliases_room": "Det här rummet har inga lokala adresser",
"local_alias_field_label": "Lokal adress",
"published_aliases_section": "Publicerade adresser",
"published_aliases_explainer_space": "Publicerade adresser kan användas av vem som helst på vilken server som helst för att gå med i ditt utrymme.",
"published_aliases_explainer_room": "Publicerade adresser kan användas av vem som helst på vilken server som helst för att gå med i ditt rum.",
"published_aliases_description": "För att publicera en adress så måste den vara satt som en lokal adress först.",
"aliases_items_label": "Andra publicerade adresser:",
"aliases_no_items_label": "Inga andra publicerade adresser än, lägg till en nedan",
"new_alias_placeholder": "Ny publicerad adress (t.ex. #alias:server)",
"local_aliases_section": "Lokala adresser",
"local_aliases_explainer_space": "Sätt adresser för det här utrymmet så att användare kan hitta det genom din hemserver (%(localDomain)s)",
"local_aliases_explainer_room": "Ange adresser för det här rummet så att användare kan hitta det här rummet via din hemserver (%(localDomain)s)",
"name_field_label": "Rumsnamn",
"topic_field_label": "Rumsämne",
"avatar_field_label": "Rumsavatar"
},
"advanced": {
"unfederated": "Detta rum är inte tillgängligt för externa Matrix-servrar",
@ -3250,7 +3145,13 @@
"verification_skip_warning": "Om du inte verifierar så kommer du inte komma åt alla dina meddelanden och visas kanske som ej betrodd för andra.",
"verify_later": "Jag verifierar senare",
"verify_reset_warning_1": "Återställning av dina verifieringsnycklar kan inte ångras. Efter återställning så kommer du inte att komma åt dina krypterade meddelanden, och alla vänner som tidigare har verifierat dig kommer att se säkerhetsvarningar tills du återverifierar med dem.",
"verify_reset_warning_2": "Fortsätt bara om du är säker på att du har förlorat alla dina övriga enheter och din säkerhetsnyckel."
"verify_reset_warning_2": "Fortsätt bara om du är säker på att du har förlorat alla dina övriga enheter och din säkerhetsnyckel.",
"self_verification_hint": "För att fortsätta, acceptera verifieringsförfrågan på din andra enhet.",
"waiting_for_user_accept": "Väntar på att %(displayName)s ska acceptera…",
"accepting": "Accepterar…",
"start_button": "Starta verifiering",
"error_starting_title": "Fel vid start av verifiering",
"error_starting_description": "Vi kunde inte starta en chatt med den andra användaren."
},
"old_version_detected_title": "Gammal kryptografidata upptäckt",
"old_version_detected_description": "Data från en äldre version av %(brand)s has upptäckts. Detta ska ha orsakat att totalsträckskryptering inte fungerat i den äldre versionen. Krypterade meddelanden som nyligen har skickats medans den äldre versionen användes kanske inte kan avkrypteras i denna version. Detta kan även orsaka att meddelanden skickade med denna version inte fungerar. Om du upplever problem, logga ut och in igen. För att behålla meddelandehistoriken, exportera dina nycklar och importera dem igen.",
@ -3283,6 +3184,26 @@
"description_1": "Den här sessionen har detekterat att din säkerhetsfras och -nyckel för säkra meddelanden har tagits bort.",
"description_2": "Om du gjorde det av misstag kan du ställa in säkra meddelanden på den här sessionen som krypterar sessionens meddelandehistorik igen med en ny återställningsmetod.",
"warning": "Om du inte tog bort återställningsmetoden kan en angripare försöka komma åt ditt konto. Byt ditt kontolösenord och ställ in en ny återställningsmetod omedelbart i inställningarna."
},
"setup_secure_backup": {
"explainer": "Säkerhetskopiera dina nycklar innan du loggar ut för att undvika att du blir av med dem.",
"title": "Sätt upp"
},
"cross_signing_user_warning": "Den här användaren har inte verifierat alla sina sessioner.",
"cross_signing_user_normal": "Du har inte verifierat den här användaren.",
"cross_signing_user_verified": "Du har verifierat den här användaren. Den här användaren har verifierat alla sina sessioner.",
"cross_signing_room_warning": "Någon använder en okänd session",
"cross_signing_room_normal": "Det här rummet är totalsträckskrypterat",
"cross_signing_room_verified": "Alla i det här rummet är verifierade",
"event_shield_reason_authenticity_not_guaranteed": "Det krypterade meddelandets äkthet kan inte garanteras på den här enheten.",
"event_shield_reason_mismatched_sender_key": "Krypterat av en overifierad session",
"messages_not_secure": {
"title": "Dina meddelanden är inte säkra",
"heading": "Någon av följande kan vara äventyrad:",
"cause_1": "Din hemserver",
"cause_2": "Hemservern användaren du verifierar är ansluten till",
"cause_3": "Din eller den andra användarens internetuppkoppling",
"cause_4": "Din eller den andra användarens session"
}
},
"emoji": {
@ -3637,7 +3558,10 @@
"error_loading": "Fel vid laddning av widget",
"error_mixed_content": "Fel - blandat innehåll",
"unmaximise": "Avmaximera",
"popout": "Poppa ut widget"
"popout": "Poppa ut widget",
"unpin_to_view_right_panel": "Avfäst den här widgeten för att se den i den här panelen",
"close_to_view_right_panel": "Stäng den här widgeten för att se den i den här panelen",
"set_room_layout": "Sätt mitt rumsarrangemang för alla"
},
"feedback": {
"sent": "Återkoppling skickad",
@ -3731,7 +3655,9 @@
"show_all_threads": "Visa alla trådar",
"empty_explainer": "Trådar underlättar för att hålla konversationer till ämnet och gör dem lättare att följa.",
"empty_tip": "<b>Tips:</b> Välj \"%(replyInThread)s\" när du håller över ett meddelande.",
"empty_heading": "Håll diskussioner organiserade med trådar"
"empty_heading": "Håll diskussioner organiserade med trådar",
"open_thread": "Öppna tråd",
"unable_to_decrypt": "Kunde inte avkryptera meddelande"
},
"theme": {
"light_high_contrast": "Ljust högkontrast",
@ -3982,7 +3908,21 @@
"inaccessible_subtitle_2": "%(errcode)s returnerades vid försök att komma åt rummet eller utrymmet. Om du tror att du ser det här meddelandet felaktigt, vänligen <issueLink>skicka en buggrapport</issueLink>.",
"join_failed_needs_invite": "För att se %(roomName)s så behöver du en inbjudan",
"view_failed_enable_video_rooms": "För att se, aktivera videorum i experiment först",
"join_failed_enable_video_rooms": "För att gå med, aktivera videorum i experiment först"
"join_failed_enable_video_rooms": "För att gå med, aktivera videorum i experiment först",
"jump_to_bottom_button": "Skrolla till de senaste meddelandena",
"show_labs_settings": "Visa experimentinställningar",
"upgrade_warning_bar": "Att uppgradera det här rummet kommer att stänga den nuvarande instansen av rummet och skapa ett uppgraderat rum med samma namn.",
"upgrade_warning_bar_upgraded": "Det här rummet har redan uppgraderats.",
"upgrade_warning_bar_unstable": "Det här rummet kör rumsversion <roomVersion />, vilket den här hemservern har markerat som <i>instabil</i>.",
"upgrade_warning_bar_admins": "Endast rumsadministratörer kommer att se denna varning",
"search": {
"this_room": "Det här rummet",
"all_rooms": "Alla rum",
"field_placeholder": "Sök…",
"this_room_button": "Sök i det här rummet",
"all_rooms_button": "Sök i alla rum"
},
"jump_read_marker": "Hoppa till första olästa meddelandet."
},
"file_panel": {
"guest_note": "Du måste <a>registrera dig</a> för att använda den här funktionaliteten",
@ -4206,5 +4146,87 @@
"invited_list_heading": "Inbjuden",
"filter_placeholder": "Filtrera rumsmedlemmar",
"power_label": "%(userName)s (behörighet %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Du har för närvarande inga dekalpaket aktiverade",
"empty_add_prompt": "Lägg till några nu"
},
"user_info": {
"error_revoke_3pid_invite_title": "Misslyckades att återkalla inbjudan",
"error_revoke_3pid_invite_description": "Kunde inte återkalla inbjudan. Servern kan ha ett tillfälligt problem eller så har du inte tillräckliga behörigheter för att återkalla inbjudan.",
"admin_tools_section": "Admin-verktyg",
"revoke_invite": "Återkalla inbjudan",
"invited_by": "Inbjuden av %(sender)s",
"room_encrypted": "Meddelanden i det här rummet är totalsträckskrypterade.",
"room_encrypted_detail": "Dina meddelanden är säkrade och endast du och mottagaren har de unika nycklarna för att låsa upp dem.",
"room_unencrypted": "Meddelanden i detta rum är inte totalsträckskrypterade.",
"room_unencrypted_detail": "I krypterade rum är dina meddelanden säkrade och endast du och mottagaren har de unika nycklarna för att låsa upp dem.",
"verify_button": "Verifiera användare",
"verify_explainer": "För extra säkerhet, verifiera den här användaren genom att kolla en engångskod på båda era enheter.",
"hide_verified_sessions": "Dölj verifierade sessioner",
"hide_sessions": "Dölj sessioner",
"ignore_confirm_title": "Ignorera %(user)s",
"ignore_confirm_description": "Alla meddelanden och inbjudningar från den här användaren kommer att döljas. Är du säker på att du vill ignorera denne?",
"jump_to_rr_button": "Hoppa till läskvitto",
"share_button": "Dela länk till användare",
"demote_self_confirm_title": "Degradera dig själv?",
"demote_self_confirm_description_space": "Du kommer inte kunna ångra den här ändringen eftersom du degraderar dig själv, och om du är den sista privilegierade användaren i utrymmet så kommer det att vara omöjligt att återfå utrymmet.",
"demote_self_confirm_room": "Du kommer inte att kunna ångra den här ändringen eftersom du degraderar dig själv. Om du är den sista privilegierade användaren i rummet blir det omöjligt att återfå behörigheter.",
"demote_button": "Degradera",
"disinvite_button_space": "Ta bort inbjudan från utrymme",
"kick_button_space": "Ta bort från utrymme",
"disinvite_button_room": "Ta bort från rum",
"kick_button_room": "Ta bort från rummet",
"disinvite_button_room_name": "Häv inbjudan från %(roomName)s",
"kick_button_room_name": "Ta bort från %(roomName)s",
"kick_button_space_everything": "Ta bort hen från allt jag kan",
"kick_space_specific": "Ta bort hen från specifika ställen jag kan",
"kick_space_warning": "De kommer fortfarande kunna komma åt saker du inte är admin för.",
"error_kicking_user": "Misslyckades att ta bort användare",
"redact_button": "Ta bort nyliga meddelanden",
"unban_button_space": "Avbanna i utrymme",
"ban_button_space": "Banna från utrymme",
"unban_button_room": "Avbanna i rum",
"ban_button_room": "Banna från rum",
"unban_room_confirm_title": "Avbanna från %(roomName)s",
"ban_room_confirm_title": "Banna från %(roomName)s",
"unban_space_everything": "Avbanna dem från allt jag kan",
"ban_space_everything": "Banna dem från allt jag kan",
"unban_space_specific": "Avbanna dem från specifika saker jag kan",
"ban_space_specific": "Banna dem från specifika saker jag kan",
"unban_space_warning": "Personen kommer inte kunna komma åt saker du inte är admin för.",
"error_ban_user": "Misslyckades att banna användaren",
"error_mute_user": "Misslyckades att tysta användaren",
"promote_warning": "Du kommer inte att kunna ångra den här ändringen eftersom du höjer användaren till samma behörighetsnivå som dig själv.",
"deactivate_confirm_title": "Inaktivera användare?",
"deactivate_confirm_description": "Vid inaktivering av användare loggas den ut och förhindras från att logga in igen. Den kommer dessutom att lämna alla rum den befinner sig i. Den här åtgärden kan inte ångras. Är du säker på att du vill inaktivera den här användaren?",
"deactivate_confirm_action": "Inaktivera användaren",
"error_deactivate": "Misslyckades att inaktivera användaren",
"role_label": "Roll i <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Fästa meddelanden",
"empty": "Inget fäst än",
"explainer": "Om du har behörighet, öppna menyn på ett meddelande och välj <b>Fäst</b> för att fösta dem här.",
"limits": {
"other": "Du kan bara fästa upp till %(count)s widgets"
}
},
"video_room_chat": {
"title": "Chatt"
},
"room_summary_card": {
"title": "Rumsinfo"
},
"widgets_section": "Widgets",
"edit_integrations": "Redigera widgets, bryggor och bottar",
"add_integrations": "Lägg till widgets, bryggor och bottar",
"files_button": "Filer",
"polls_button": "Omröstningshistorik",
"pinned_messages_button": "Fäst",
"export_chat_button": "Exportera chatt",
"share_button": "Dela rum",
"settings_button": "Rumsinställningar"
}
}

View file

@ -1,10 +1,7 @@
{
"All Rooms": "அனைத்து அறைகள்",
"Changelog": "மாற்றப்பதிவு",
"Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s",
"Search…": "தேடு…",
"Send": "அனுப்பு",
"This Room": "இந்த அறை",
"Unavailable": "இல்லை",
"unknown error code": "தெரியாத பிழை குறி",
"Unnamed room": "பெயரிடப்படாத அறை",
@ -189,7 +186,12 @@
"favourite": "விருப்பமான",
"low_priority": "குறைந்த முன்னுரிமை"
},
"invite_this_room": "இந்த அறைக்கு அழை"
"invite_this_room": "இந்த அறைக்கு அழை",
"search": {
"this_room": "இந்த அறை",
"all_rooms": "அனைத்து அறைகள்",
"field_placeholder": "தேடு…"
}
},
"composer": {
"poll_button_no_perms_title": "அனுமதி தேவை"

View file

@ -1,8 +1,6 @@
{
"Admin Tools": "నిర్వాహకుని ఉపకరణాలు",
"A new password must be entered.": "కొత్త పాస్ వర్డ్ ను తప్పక నమోదు చేయాలి.",
"An error has occurred.": "ఒక లోపము సంభవించినది.",
"Are you sure?": "మీరు చెప్పేది నిజమా?",
"Are you sure you want to leave the room '%(roomName)s'?": "మీరు ఖచ్చితంగా గది '%(roomName)s' వదిలివేయాలనుకుంటున్నారా?",
"Are you sure you want to reject the invitation?": "మీరు ఖచ్చితంగా ఆహ్వానాన్ని తిరస్కరించాలనుకుంటున్నారా?",
"Custom level": "అనుకూల స్థాయి",
@ -41,11 +39,9 @@
"Changelog": "మార్పు వివరణ",
"Tuesday": "మంగళవారం",
"Monday": "సోమవారం",
"All Rooms": "అన్ని గదులు",
"Wednesday": "బుధవారం",
"Send": "పంపండి",
"Thursday": "గురువారం",
"Search…": "శోధన…",
"Yesterday": "నిన్న",
"Saturday": "శనివారం",
"common": {
@ -59,7 +55,8 @@
"on": "వేయుము",
"off": "ఆపు",
"advanced": "ఆధునిక",
"authentication": "ప్రామాణీకరణ"
"authentication": "ప్రామాణీకరణ",
"are_you_sure": "మీరు చెప్పేది నిజమా?"
},
"action": {
"continue": "కొనసాగించు",
@ -194,6 +191,13 @@
"favourite": "గుర్తుంచు",
"low_priority": "తక్కువ ప్రాధాన్యత"
},
"invite_this_room": "ఈ గదికి ఆహ్వానించండి"
"invite_this_room": "ఈ గదికి ఆహ్వానించండి",
"search": {
"all_rooms": "అన్ని గదులు",
"field_placeholder": "శోధన…"
}
},
"user_info": {
"admin_tools_section": "నిర్వాహకుని ఉపకరణాలు"
}
}

View file

@ -9,17 +9,14 @@
"other": "และอีก %(count)s ผู้ใช้..."
},
"An error has occurred.": "เกิดข้อผิดพลาด",
"Are you sure?": "คุณแน่ใจหรือไม่?",
"Are you sure you want to leave the room '%(roomName)s'?": "คุณแน่ใจหรือว่าต้องการจะออกจากห้อง '%(roomName)s'?",
"Are you sure you want to reject the invitation?": "คุณแน่ใจหรือว่าต้องการจะปฏิเสธคำเชิญ?",
"Email address": "ที่อยู่อีเมล",
"Error decrypting attachment": "การถอดรหัสไฟล์แนบผิดพลาด",
"Failed to ban user": "การแบนผู้ใช้ล้มเหลว",
"Failed to reject invite": "การปฏิเสธคำเชิญล้มเหลว",
"Failed to reject invitation": "การปฏิเสธคำเชิญล้มเหลว",
"Invalid file%(extra)s": "ไฟล์ %(extra)s ไม่ถูกต้อง",
"Join Room": "เข้าร่วมห้อง",
"Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน",
"Moderator": "ผู้ช่วยดูแล",
"New passwords must match each other.": "รหัสผ่านใหม่ทั้งสองช่องต้องตรงกัน",
"not specified": "ไม่ได้ระบุ",
@ -73,15 +70,12 @@
"Today": "วันนี้",
"Friday": "วันศุกร์",
"Changelog": "บันทึกการเปลี่ยนแปลง",
"This Room": "ห้องนี้",
"Unavailable": "ไม่มี",
"Send": "ส่ง",
"Tuesday": "วันอังคาร",
"Search…": "ค้นหา…",
"Unnamed room": "ห้องที่ไม่มีชื่อ",
"Saturday": "วันเสาร์",
"Monday": "วันจันทร์",
"All Rooms": "ทุกห้อง",
"Wednesday": "วันพุธ",
"You cannot delete this message. (%(code)s)": "คุณไม่สามารถลบข้อความนี้ได้ (%(code)s)",
"Thursday": "วันพฤหัสบดี",
@ -94,16 +88,6 @@
"The server has denied your request.": "เซิร์ฟเวอร์ปฏิเสธคำขอของคุณ.",
"Session ID": "รหัสเซสชัน",
"Encryption not enabled": "ไม่ได้เปิดใช้งานการเข้ารหัส",
"Deactivate user": "ปิดใช้งานผู้ใช้",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "การปิดใช้งานผู้ใช้รายนี้จะออกจากระบบและป้องกันไม่ให้กลับเข้าสู่ระบบ นอกจากนี้ ผู้ใช้จะออกจากห้องทั้งหมดที่พวกเขาอยู่ การดำเนินการนี้ไม่สามารถย้อนกลับได้ คุณแน่ใจหรือไม่ว่าต้องการปิดใช้งานผู้ใช้รายนี้?",
"Deactivate user?": "ปิดการใช้งานผู้ใช้?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "คุณจะไม่สามารถเลิกทำการเปลี่ยนแปลงนี้ได้ เนื่องจากคุณกำลังส่งเสริมผู้ใช้ให้มีระดับพลังเดียวกันกับตัวคุณเอง.",
"Failed to mute user": "ไม่สามารถปิดเสียงผู้ใช้",
"Ban from %(roomName)s": "แบนจาก %(roomName)s",
"Unban from %(roomName)s": "ปลดแบนจาก %(roomName)s",
"Ban from room": "แบนจากห้อง",
"Unban from room": "ปลดแบนจากห้อง",
"Ban from space": "แบนจากสเปซ",
"Barbados": "บาร์เบโดส",
"Bangladesh": "บังคลาเทศ",
"Bahrain": "บาห์เรน",
@ -126,37 +110,10 @@
"Afghanistan": "อัฟกานิสถาน",
"United States": "สหรัฐอเมริกา",
"United Kingdom": "สหราชอาณาจักร",
"Main address": "ที่อยู่หลัก",
"Error removing address": "เกิดข้อผิดพลาดในการนำที่อยู่ออก",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "เกิดข้อผิดพลาดในการลบที่อยู่นั้น อาจไม่มีอยู่อีกต่อไปหรือเกิดข้อผิดพลาดชั่วคราว.",
"You don't have permission to delete the address.": "คุณไม่ได้รับอนุญาตให้ลบที่อยู่.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "เกิดข้อผิดพลาดในการสร้างที่อยู่นั้น เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"Error creating address": "เกิดข้อผิดพลาดในการสร้างที่อยู่",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่สำรองของห้อง เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่หลักของห้อง เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"Error updating main address": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่หลัก",
"Copy link to thread": "คัดลอกลิงค์ไปยังกระทู้",
"View in room": "ดูในห้อง",
"Message Actions": "การดำเนินการกับข้อความ",
"Text": "ตัวอักษร",
"Create a link": "สร้างลิงค์",
"Stop recording": "หยุดการบันทึก",
"We didn't find a microphone on your device. Please check your settings and try again.": "เราไม่พบไมโครโฟนบนอุปกรณ์ของคุณ โปรดตรวจสอบการตั้งค่าของคุณแล้วลองอีกครั้ง.",
"No microphone found": "ไม่พบไมโครโฟน",
"We were unable to access your microphone. Please check your browser settings and try again.": "เราไม่สามารถเข้าถึงไมโครโฟนของคุณได้ โปรดตรวจสอบการตั้งค่าเบราว์เซอร์ของคุณแล้วลองอีกครั้ง.",
"Unable to access your microphone": "ไม่สามารถเข้าถึงไมโครโฟนของคุณ",
"Open thread": "เปิดกระทู้",
"%(count)s reply": {
"one": "%(count)s ตอบ",
"other": "%(count)s ตอบกลับ"
},
"Invited by %(sender)s": "ได้รับเชิญจาก %(sender)s",
"Revoke invite": "ยกเลิกการเชิญ",
"Admin Tools": "เครื่องมือผู้ดูแลระบบ",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "ไม่สามารถยกเลิกคำเชิญได้ เซิร์ฟเวอร์อาจประสบปัญหาชั่วคราวหรือคุณไม่มีสิทธิ์เพียงพอที่จะยกเลิกคำเชิญ",
"Failed to revoke invite": "ยกเลิกคำเชิญไม่สำเร็จ",
"Add some now": "เพิ่มบางส่วนในขณะนี้",
"You don't currently have any stickerpacks enabled": "ขณะนี้คุณไม่ได้เปิดใช้งานชุดสติกเกอร์ใดๆ",
"Failed to connect to integration manager": "ไม่สามารถเชื่อมต่อกับตัวจัดการการรวม",
"General failure": "ข้อผิดพลาดทั่วไป",
"collapse": "ยุบ",
@ -197,7 +154,8 @@
"authentication": "การยืนยันตัวตน",
"rooms": "ห้องสนทนา",
"low_priority": "ความสำคัญต่ำ",
"historical": "ประวัติแชทเก่า"
"historical": "ประวัติแชทเก่า",
"are_you_sure": "คุณแน่ใจหรือไม่?"
},
"action": {
"continue": "ดำเนินการต่อ",
@ -255,9 +213,14 @@
"command_description": "คำสั่ง",
"user_description": "ผู้ใช้"
},
"poll_button_no_perms_title": "ต้องได้รับอนุญาต"
"poll_button_no_perms_title": "ต้องได้รับอนุญาต",
"stop_voice_message": "หยุดการบันทึก",
"link_modal": {
"title_create": "สร้างลิงค์",
"text_field_label": "ตัวอักษร",
"link_field_label": "ลิงค์"
}
},
"Link": "ลิงค์",
"Code": "โค้ด",
"power_level": {
"default": "ค่าเริ่มต้น",
@ -386,6 +349,11 @@
},
"context_menu": {
"external_url": "URL ต้นฉบับ"
},
"mab": {
"label": "การดำเนินการกับข้อความ",
"view_in_room": "ดูในห้อง",
"copy_link_thread": "คัดลอกลิงค์ไปยังกระทู้"
}
},
"slash_command": {
@ -438,7 +406,11 @@
"no_permission_conference_description": "คุณไม่ได้รับอนุญาตให้เริ่มการประชุมทางโทรศัพท์ในห้องนี้",
"default_device": "อุปกรณ์เริ่มต้น",
"no_media_perms_title": "ไม่มีสิทธิ์เข้าถึงสื่อ",
"no_media_perms_description": "คุณอาจต้องให้สิทธิ์ %(brand)s เข้าถึงไมค์โครโฟนไมค์โครโฟน/กล้องเว็บแคม ด้วยตัวเอง"
"no_media_perms_description": "คุณอาจต้องให้สิทธิ์ %(brand)s เข้าถึงไมค์โครโฟนไมค์โครโฟน/กล้องเว็บแคม ด้วยตัวเอง",
"unable_to_access_audio_input_title": "ไม่สามารถเข้าถึงไมโครโฟนของคุณ",
"unable_to_access_audio_input_description": "เราไม่สามารถเข้าถึงไมโครโฟนของคุณได้ โปรดตรวจสอบการตั้งค่าเบราว์เซอร์ของคุณแล้วลองอีกครั้ง.",
"no_audio_input_title": "ไม่พบไมโครโฟน",
"no_audio_input_description": "เราไม่พบไมโครโฟนบนอุปกรณ์ของคุณ โปรดตรวจสอบการตั้งค่าของคุณแล้วลองอีกครั้ง."
},
"devtools": {
"category_room": "ห้อง"
@ -530,7 +502,16 @@
},
"general": {
"user_url_previews_default_on": "ค่าเริ่มต้นของคุณ<a>เปิดใช้งาน</a>ตัวอย่าง URL เอาไว้",
"user_url_previews_default_off": "ค่าเริ่มต้นของคุณ<a>ปิดใช้งาน</a>ตัวอย่าง URL เอาไว้"
"user_url_previews_default_off": "ค่าเริ่มต้นของคุณ<a>ปิดใช้งาน</a>ตัวอย่าง URL เอาไว้",
"error_updating_canonical_alias_title": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่หลัก",
"error_updating_canonical_alias_description": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่หลักของห้อง เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"error_updating_alias_description": "เกิดข้อผิดพลาดในการอัปเดตที่อยู่สำรองของห้อง เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"error_creating_alias_title": "เกิดข้อผิดพลาดในการสร้างที่อยู่",
"error_creating_alias_description": "เกิดข้อผิดพลาดในการสร้างที่อยู่นั้น เซิร์ฟเวอร์อาจไม่ได้รับอนุญาตหรือเกิดความล้มเหลวชั่วคราว.",
"error_deleting_alias_description_forbidden": "คุณไม่ได้รับอนุญาตให้ลบที่อยู่.",
"error_deleting_alias_description": "เกิดข้อผิดพลาดในการลบที่อยู่นั้น อาจไม่มีอยู่อีกต่อไปหรือเกิดข้อผิดพลาดชั่วคราว.",
"error_deleting_alias_title": "เกิดข้อผิดพลาดในการนำที่อยู่ออก",
"canonical_alias_field_label": "ที่อยู่หลัก"
}
},
"room": {
@ -545,7 +526,13 @@
"header": {
"forget_room_button": "ลืมห้อง"
},
"not_found_title_name": "ไม่มีห้อง %(roomName)s อยู่จริง"
"not_found_title_name": "ไม่มีห้อง %(roomName)s อยู่จริง",
"search": {
"this_room": "ห้องนี้",
"all_rooms": "ทุกห้อง",
"field_placeholder": "ค้นหา…"
},
"jump_read_marker": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน"
},
"failed_load_async_component": "ไม่สามารถโหลดได้! ตรวจสอบการเชื่อมต่อเครือข่ายของคุณแล้วลองอีกครั้ง.",
"upload_failed_generic": "ไฟล์ '%(fileName)s' อัปโหลดไม่สำเร็จ.",
@ -602,5 +589,30 @@
"invited_list_heading": "เชิญแล้ว",
"filter_placeholder": "กรองสมาชิกห้อง",
"power_label": "%(userName)s (ระดับอำนาจ %(powerLevelNumber)s)"
},
"stickers": {
"empty": "ขณะนี้คุณไม่ได้เปิดใช้งานชุดสติกเกอร์ใดๆ",
"empty_add_prompt": "เพิ่มบางส่วนในขณะนี้"
},
"user_info": {
"error_revoke_3pid_invite_title": "ยกเลิกคำเชิญไม่สำเร็จ",
"error_revoke_3pid_invite_description": "ไม่สามารถยกเลิกคำเชิญได้ เซิร์ฟเวอร์อาจประสบปัญหาชั่วคราวหรือคุณไม่มีสิทธิ์เพียงพอที่จะยกเลิกคำเชิญ",
"admin_tools_section": "เครื่องมือผู้ดูแลระบบ",
"revoke_invite": "ยกเลิกการเชิญ",
"invited_by": "ได้รับเชิญจาก %(sender)s",
"ban_button_space": "แบนจากสเปซ",
"unban_button_room": "ปลดแบนจากห้อง",
"ban_button_room": "แบนจากห้อง",
"unban_room_confirm_title": "ปลดแบนจาก %(roomName)s",
"ban_room_confirm_title": "แบนจาก %(roomName)s",
"error_ban_user": "การแบนผู้ใช้ล้มเหลว",
"error_mute_user": "ไม่สามารถปิดเสียงผู้ใช้",
"promote_warning": "คุณจะไม่สามารถเลิกทำการเปลี่ยนแปลงนี้ได้ เนื่องจากคุณกำลังส่งเสริมผู้ใช้ให้มีระดับพลังเดียวกันกับตัวคุณเอง.",
"deactivate_confirm_title": "ปิดการใช้งานผู้ใช้?",
"deactivate_confirm_description": "การปิดใช้งานผู้ใช้รายนี้จะออกจากระบบและป้องกันไม่ให้กลับเข้าสู่ระบบ นอกจากนี้ ผู้ใช้จะออกจากห้องทั้งหมดที่พวกเขาอยู่ การดำเนินการนี้ไม่สามารถย้อนกลับได้ คุณแน่ใจหรือไม่ว่าต้องการปิดใช้งานผู้ใช้รายนี้?",
"deactivate_confirm_action": "ปิดใช้งานผู้ใช้"
},
"threads": {
"open_thread": "เปิดกระทู้"
}
}

View file

@ -1,5 +1,4 @@
{
"Admin Tools": "Admin Araçları",
"%(items)s and %(lastItem)s": "%(items)s ve %(lastItem)s",
"and %(count)s others...": {
"one": "ve bir diğeri...",
@ -7,7 +6,6 @@
},
"A new password must be entered.": "Yeni bir şifre girilmelidir.",
"An error has occurred.": "Bir hata oluştu.",
"Are you sure?": "Emin misiniz ?",
"Are you sure you want to leave the room '%(roomName)s'?": "'%(roomName)s' odasından ayrılmak istediğinize emin misiniz ?",
"Are you sure you want to reject the invitation?": "Daveti reddetmek istediğinizden emin misiniz ?",
"Custom level": "Özel seviye",
@ -15,16 +13,13 @@
"Download %(text)s": "%(text)s metnini indir",
"Email address": "E-posta Adresi",
"Error decrypting attachment": "Ek şifresini çözme hatası",
"Failed to ban user": "Kullanıcı yasaklama(Ban) başarısız",
"Failed to forget room %(errCode)s": "Oda unutulması başarısız oldu %(errCode)s",
"Failed to load timeline position": "Zaman çizelgesi konumu yüklenemedi",
"Failed to mute user": "Kullanıcıyı sessize almak başarısız oldu",
"Failed to reject invite": "Daveti reddetme başarısız oldu",
"Failed to reject invitation": "Davetiyeyi reddetme başarısız oldu",
"Home": "Ev",
"Invalid file%(extra)s": "Geçersiz dosya %(extra)s'ı",
"Join Room": "Odaya Katıl",
"Jump to first unread message.": "İlk okunmamış iletiye atla.",
"Moderator": "Moderatör",
"New passwords must match each other.": "Yeni şifreler birbirleriyle eşleşmelidir.",
"not specified": "Belirtilmemiş",
@ -35,7 +30,6 @@
"Search failed": "Arama başarısız",
"Server may be unavailable, overloaded, or search timed out :(": "Sunucu kullanılamıyor , aşırı yüklenmiş veya arama zaman aşımına uğramış olabilir :(",
"Session ID": "Oturum ID",
"This room has no local addresses": "Bu oda hiçbir yerel adrese sahip değil",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Bu odanın zaman çizelgesinde belirli bir nokta yüklemeye çalışıldı , ama geçerli mesajı görüntülemeye izniniz yok.",
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Bu odanın akışında belirli bir noktaya yüklemeye çalışıldı , ancak bulunamadı.",
"unknown error code": "bilinmeyen hata kodu",
@ -48,7 +42,6 @@
"Warning!": "Uyarı!",
"You seem to be in a call, are you sure you want to quit?": "Bir çağrıda gözüküyorsunuz , çıkmak istediğinizden emin misiniz ?",
"You seem to be uploading files, are you sure you want to quit?": "Dosya yüklüyorsunuz gibi görünüyor , çıkmak istediğinizden emin misiniz ?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Kullanıcıyı sizinle aynı güç seviyesine yükseltirken , bu değişikliği geri alamazsınız.",
"Sun": "Pzt",
"Mon": "Pazartesi",
"Tue": "Salı",
@ -90,18 +83,15 @@
"Today": "Bugün",
"Friday": "Cuma",
"Changelog": "Değişiklikler",
"This Room": "Bu Oda",
"Unavailable": "Kullanım dışı",
"Tuesday": "Salı",
"Unnamed room": "İsimsiz oda",
"Saturday": "Cumartesi",
"Monday": "Pazartesi",
"All Rooms": "Tüm Odalar",
"Wednesday": "Çarşamba",
"Send": "Gönder",
"You cannot delete this message. (%(code)s)": "Bu mesajı silemezsiniz (%(code)s)",
"Thursday": "Perşembe",
"Search…": "Arama…",
"Yesterday": "Dün",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s%(monthName)s%(day)s%(fullYear)s",
"Restricted": "Sınırlı",
@ -223,38 +213,20 @@
"Cake": "Kek",
"Heart": "Kalp",
"Trophy": "Ödül",
"Edit message": "Mesajı düzenle",
"Unencrypted": "Şifrelenmemiş",
"Remove %(count)s messages": {
"other": "%(count)s mesajı sil",
"one": "1 mesajı sil"
},
"Rooster": "Horoz",
"Deactivate user?": "Kullanıcıyı pasifleştir?",
"Deactivate user": "Kullanıcıyı pasifleştir",
"Failed to deactivate user": "Kullanıcı pasifleştirme başarısız",
"Share Link to User": "Kullanıcıya Link Paylaş",
"%(duration)ss": "%(duration)ssn",
"%(duration)sm": "%(duration)sdk",
"%(duration)sh": "%(duration)ssa",
"%(duration)sd": "%(duration)sgün",
"Share room": "Oda paylaş",
"This room has already been upgraded.": "Bu ıda zaten güncellenmiş.",
"Only room administrators will see this warning": "Bu uyarıyı sadece oda yöneticileri görür",
"Failed to connect to integration manager": "Entegrasyon yöneticisine bağlanma başarısız",
"Add some now": "Şimdi biraz ekle",
"Failed to revoke invite": "Davetin geri çekilmesi başarısız",
"Revoke invite": "Davet geri çekildi",
"Invited by %(sender)s": "%(sender)s tarafından davet",
"Error updating main address": "Ana adresi güncellemede hata",
"Main address": "Ana adres",
"Room Name": "Oda Adı",
"Hide verified sessions": "Onaylı oturumları gizle",
"%(count)s verified sessions": {
"other": "%(count)s doğrulanmış oturum",
"one": "1 doğrulanmış oturum"
},
"Message Actions": "Mesaj Eylemleri",
"Show image": "Resim göster",
"You verified %(name)s": "%(name)s yı doğruladınız",
"You cancelled verifying %(name)s": "%(name)s doğrulaması iptal edildi",
@ -266,12 +238,6 @@
"You sent a verification request": "Doğrulama isteği gönderdiniz",
"edited": "düzenlendi",
"Deactivate account": "Hesabı pasifleştir",
"This event could not be displayed": "Bu olay görüntülenemedi",
"Demote yourself?": "Kendinin rütbeni düşür?",
"Demote": "Rütbe Düşür",
"Remove recent messages": "Son mesajları sil",
"You don't currently have any stickerpacks enabled": "Açılmış herhangi bir çıkartma paketine sahip değilsiniz",
"Room Topic": "Oda Başlığı",
"And %(count)s more...": {
"other": "ve %(count)s kez daha..."
},
@ -288,22 +254,13 @@
"Failed to get autodiscovery configuration from server": "Sunucudan otokeşif yapılandırması alınması başarısız",
"Homeserver URL does not appear to be a valid Matrix homeserver": "Anasunucu URL i geçerli bir Matrix anasunucusu olarak gözükmüyor",
"Invalid identity server discovery response": "Geçersiz kimlik sunucu keşfi yanıtı",
"Show more": "Daha fazla göster",
"This backup is trusted because it has been restored on this session": "Bu yedek güvenilir çünkü bu oturumda geri döndürüldü",
"This user has not verified all of their sessions.": "Bu kullanıcı bütün oturumlarında doğrulanmamış.",
"You have not verified this user.": "Bu kullanıcıyı doğrulamadınız.",
"Someone is using an unknown session": "Birisi bilinmeyen bir oturum kullanıyor",
"Everyone in this room is verified": "Bu odadaki herkes doğrulanmış",
"Upload %(count)s other files": {
"other": "%(count)s diğer dosyaları yükle",
"one": "%(count)s dosyayı sağla"
},
"Remember my selection for this widget": "Bu görsel bileşen işin seçimimi hatırla",
"Direct Messages": "Doğrudan Mesajlar",
"Start Verification": "Doğrulamayı Başlat",
"Verify User": "Kullanıcı Doğrula",
"Your messages are not secure": "Mesajlarınız korunmuyor",
"Your homeserver": "Ana sunucunuz",
"Not Trusted": "Güvenilmiyor",
"%(count)s sessions": {
"other": "%(count)s oturum",
@ -320,16 +277,11 @@
"Recent Conversations": "Güncel Sohbetler",
"Recently Direct Messaged": "Güncel Doğrudan Mesajlar",
"Lock": "Kilit",
"You have verified this user. This user has verified all of their sessions.": "Bu kullanıcıyı doğruladınız. Bu kullanıcı tüm oturumlarını doğruladı.",
"This room is end-to-end encrypted": "Bu oda uçtan uça şifreli",
"Encrypted by an unverified session": "Doğrulanmamış bir oturum tarafından şifrelenmiş",
"Encrypted by a deleted session": "Silinen bir oturumla şifrelenmiş",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Davet geri çekilemiyor. Sunucu geçici bir problem yaşıyor olabilir yada daveti geri çekmek için gerekli izinlere sahip değilsin.",
"Incoming Verification Request": "Gelen Doğrulama İsteği",
"Invalid base_url for m.homeserver": "m.anasunucu için geçersiz base_url",
"Invalid base_url for m.identity_server": "m.kimlik_sunucu için geçersiz base_url",
"Identity server URL does not appear to be a valid identity server": "Kimlik sunucu adresi geçerli bir kimlik sunucu adresi gibi gözükmüyor",
"Set up": "Ayarla",
"Upgrade public room": "Açık odayı güncelle",
"You'll upgrade this room from <oldVersion /> to <newVersion />.": "Bu odayı <oldVersion /> versiyonundan <newVersion /> versiyonuna güncelleyeceksiniz.",
"We encountered an error trying to restore your previous session.": "Önceki oturumunuzu geri yüklerken bir hatayla karşılaştık.",
@ -352,9 +304,6 @@
"AM": "12:00",
"%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) yeni oturuma doğrulamadan giriş yaptı:",
"Ask this user to verify their session, or manually verify it below.": "Kullanıcıya oturumunu doğrulamasını söyle, ya da aşağıdan doğrula.",
"Local address": "Yerel adres",
"Local Addresses": "Yerel Adresler",
"Hide sessions": "Oturumları gizle",
"Verify by scanning": "Taramayla doğrula",
"Verify by emoji": "Emojiyle doğrula",
"Verify by comparing unique emoji.": "Eşsiz emoji eşleştirme ile doğrulama.",
@ -612,17 +561,6 @@
"%(displayName)s cancelled verification.": "%(displayName)s doğrulamayı iptal etti.",
"Verification timed out.": "Doğrulama zaman aşımına uğradı.",
"IRC display name width": "IRC görünen ad genişliği",
"New published address (e.g. #alias:server)": "Yeni yayınlanmış adresler (e.g. #alias:server)",
"Published Addresses": "Yayınlanmış adresler",
"No other published addresses yet, add one below": "Henüz yayınlanmış başka adres yok, aşağıdan bir tane ekle",
"Other published addresses:": "Diğer yayınlanmış adresler:",
"Error removing address": "Adres kaldırılırken hata",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Adres kaldırılırken bir hata ile karşılaşıldı. Artık mevcut olmayabilir yada geçici bir oluştu.",
"You don't have permission to delete the address.": "Bu adresi silmeye yetkiniz yok.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Adres oluşturulurken hata ile karşılaşıldı. Sunucu tarafından izin verilmemiş yada geçici bir hata olabilir.",
"Error creating address": "Adres oluşturulurken hata",
"Scroll to most recent messages": "En son mesajlara git",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Bu şifrelenmiş mesajın güvenilirliği bu cihazda garanti edilemez.",
"Australia": "Avustralya",
"Aruba": "Aruba",
"Armenia": "Ermenistan",
@ -646,10 +584,8 @@
"Dial pad": "Arama tuşları",
"Verify all users in a room to ensure it's secure.": "Güvenli olduğuna emin olmak için odadaki tüm kullanıcıları onaylayın.",
"No recent messages by %(user)s found": "%(user)s kullanıcısın hiç yeni ileti yok",
"Room settings": "Oda ayarları",
"Not encrypted": "Şifrelenmemiş",
"Backup version:": "Yedekleme sürümü:",
"Widgets": "Widgetlar",
"Looks good!": "İyi görünüyor!",
"Security Key": "Güvenlik anahtarı",
"Switch theme": "Temayı değiştir",
@ -662,10 +598,7 @@
"Hold": "Beklet",
"Resume": "Devam et",
"Information": "Bilgi",
"Accepting…": "Kabul ediliyor…",
"Room avatar": "Oda avatarı",
"Open dial pad": "Arama tuşlarını aç",
"Back up your keys before signing out to avoid losing them.": "Anahtarlarını kaybetmemek için, çıkış yapmadan önce önleri yedekle.",
"Enter a server name": "Sunucu adı girin",
"Can't find this server or its room list": "Sunucuda veya oda listesinde bulunamıyor",
"Add a new server": "Yeni sunucu ekle",
@ -673,29 +606,13 @@
"Preparing to download logs": "Loglar indirilmeye hazırlanıyor",
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Hatırlatma:Tarayıcınız desteklenmiyor, deneyiminiz öngörülemiyor.",
"This client does not support end-to-end encryption.": "Bu istemci uçtan uca şifrelemeyi desteklemiyor.",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Bu kullanıcı etkisizleştirmek onu bir daha oturum açmasını engeller.Ek olarak da bulundukları bütün odalardan atılırlar. Bu eylem geri dönüştürülebilir. Bu kullanıcıyı etkisizleştirmek istediğinize emin misiniz?",
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Çok sayıda ileti için bu biraz sürebilir. Lütfen bu sürede kullandığınız istemciyi yenilemeyin.",
"Remove recent messages by %(user)s": "%(user)s kullanıcısından en son iletileri kaldır",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Daha önceden kalma iletilerin var olup olmadığını kontrol etmek için zaman çizelgesinde yukarı doğru kaydırın.",
"Set my room layout for everyone": "Oda düzenimi herkes için ayarla",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Fazladan güvenlik sağlamak için bu kullanıcıyı cihazlarınızdaki tek kezlik kod ile doğrulayın.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Şifrelenmiş odalarda iletileriniz şifreledir ve yalnızca sizde ve gönderdiğiniz kullanıcılarda iletileri açmak için anahtarlar vardır.",
"Messages in this room are not end-to-end encrypted.": "Bu odadaki iletiler uçtan uca şifreli değildir.",
"Messages in this room are end-to-end encrypted.": "Bu odadaki iletiler uçtan uca şifrelenmiştir.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "İletileriniz şifreledir ve yalnızca sizde ve gönderdiğiniz kullanıcılarda iletileri açmak için anahtarlar vardır.",
"Waiting for %(displayName)s to accept…": "%(displayName)s kullanıcısın onaylaması için bekleniliyor…",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Adanın alternatif adresini güncellerken bir hata oluştu. Bu eylem, sunucu tarafından izin verilmemiş olabilir ya da geçici bir sorun oluşmuş olabilir.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Odanın ana adresini güncellerken bir sorun oluştu. Bu eylem, sunucu tarafından izin verilmemiş olabilir ya da geçici bir sorun oluşmuş olabilir.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Bu oda, <roomVersion /> oda sürümünü kullanmaktadır ve ana sunucunuz tarafından <i>tutarsız</i> olarak işaretlenmiştir.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Bu odayı güncellerseniz bu oda kapanacak ve yerine aynı adlı, güncellenmiş bir oda geçecek.",
"You've successfully verified %(displayName)s!": "%(displayName)s başarıyla doğruladınız!",
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "%(deviceName)s (%(deviceId)s) başarıyla doğruladınız!",
"You've successfully verified your device!": "Cihazınızı başarıyla doğruladınız!",
"Edit devices": "Cihazları düzenle",
"We didn't find a microphone on your device. Please check your settings and try again.": "Cihazınızda bir mikrofon bulamadık. Lütfen ayarlarınızı kontrol edin ve tekrar deneyin.",
"No microphone found": "Mikrofon bulunamadı",
"View message": "Mesajı görüntüle",
"Your message was sent": "Mesajınız gönderildi",
"common": {
"about": "Hakkında",
"analytics": "Analitik",
@ -773,7 +690,11 @@
"low_priority": "Düşük öncelikli",
"historical": "Tarihi",
"go_to_settings": "Ayarlara Git",
"setup_secure_messages": "Güvenli Mesajları Ayarla"
"setup_secure_messages": "Güvenli Mesajları Ayarla",
"unencrypted": "Şifrelenmemiş",
"view_message": "Mesajı görüntüle",
"show_more": "Daha fazla göster",
"are_you_sure": "Emin misiniz ?"
},
"action": {
"continue": "Devam Et",
@ -935,7 +856,8 @@
"no_perms_notice": "Bu odaya göndermeye izniniz yok",
"poll_button_no_perms_title": "İzin Gerekli",
"format_italics": "Eğik",
"replying_title": "Cevap yazıyor"
"replying_title": "Cevap yazıyor",
"edit_composer_label": "Mesajı düzenle"
},
"Code": "Kod",
"power_level": {
@ -1492,6 +1414,11 @@
},
"url_preview": {
"close": "Önizlemeyi kapat"
},
"error_no_renderer": "Bu olay görüntülenemedi",
"send_state_sent": "Mesajınız gönderildi",
"mab": {
"label": "Mesaj Eylemleri"
}
},
"slash_command": {
@ -1636,7 +1563,9 @@
"no_permission_conference_description": "Bu odada bir konferans başlatmak için izniniz yok",
"default_device": "Varsayılan Cihaz",
"no_media_perms_title": "Medya izinleri yok",
"no_media_perms_description": "%(brand)s'un mikrofonunuza / web kameranıza el le erişmesine izin vermeniz gerekebilir"
"no_media_perms_description": "%(brand)s'un mikrofonunuza / web kameranıza el le erişmesine izin vermeniz gerekebilir",
"no_audio_input_title": "Mikrofon bulunamadı",
"no_audio_input_description": "Cihazınızda bir mikrofon bulamadık. Lütfen ayarlarınızı kontrol edin ve tekrar deneyin."
},
"Other": "Diğer",
"room_settings": {
@ -1695,7 +1624,26 @@
"url_previews_section": "URL önizlemeleri",
"save": "Değişiklikleri Kaydet",
"aliases_section": "Oda Adresleri",
"other_section": "Diğer"
"other_section": "Diğer",
"error_updating_canonical_alias_title": "Ana adresi güncellemede hata",
"error_updating_canonical_alias_description": "Odanın ana adresini güncellerken bir sorun oluştu. Bu eylem, sunucu tarafından izin verilmemiş olabilir ya da geçici bir sorun oluşmuş olabilir.",
"error_updating_alias_description": "Adanın alternatif adresini güncellerken bir hata oluştu. Bu eylem, sunucu tarafından izin verilmemiş olabilir ya da geçici bir sorun oluşmuş olabilir.",
"error_creating_alias_title": "Adres oluşturulurken hata",
"error_creating_alias_description": "Adres oluşturulurken hata ile karşılaşıldı. Sunucu tarafından izin verilmemiş yada geçici bir hata olabilir.",
"error_deleting_alias_description_forbidden": "Bu adresi silmeye yetkiniz yok.",
"error_deleting_alias_description": "Adres kaldırılırken bir hata ile karşılaşıldı. Artık mevcut olmayabilir yada geçici bir oluştu.",
"error_deleting_alias_title": "Adres kaldırılırken hata",
"canonical_alias_field_label": "Ana adres",
"no_aliases_room": "Bu oda hiçbir yerel adrese sahip değil",
"local_alias_field_label": "Yerel adres",
"published_aliases_section": "Yayınlanmış adresler",
"aliases_items_label": "Diğer yayınlanmış adresler:",
"aliases_no_items_label": "Henüz yayınlanmış başka adres yok, aşağıdan bir tane ekle",
"new_alias_placeholder": "Yeni yayınlanmış adresler (e.g. #alias:server)",
"local_aliases_section": "Yerel Adresler",
"name_field_label": "Oda Adı",
"topic_field_label": "Oda Başlığı",
"avatar_field_label": "Oda avatarı"
},
"advanced": {
"unfederated": "Bu oda uzak Matrix Sunucuları tarafından erişilebilir değil",
@ -1740,7 +1688,10 @@
"waiting_other_user": "%(displayName)s ın doğrulaması için bekleniyor…",
"cancelling": "İptal ediliyor…",
"unverified_sessions_toast_reject": "Sonra",
"unverified_session_toast_title": "Yeni giriş. Bu siz miydiniz?"
"unverified_session_toast_title": "Yeni giriş. Bu siz miydiniz?",
"waiting_for_user_accept": "%(displayName)s kullanıcısın onaylaması için bekleniliyor…",
"accepting": "Kabul ediliyor…",
"start_button": "Doğrulamayı Başlat"
},
"old_version_detected_title": "Eski kriptolama verisi tespit edildi",
"cancel_entering_passphrase_title": "Parola girişini iptal et?",
@ -1764,6 +1715,22 @@
},
"recovery_method_removed": {
"title": "Kurtarma Yöntemi Silindi"
},
"setup_secure_backup": {
"explainer": "Anahtarlarını kaybetmemek için, çıkış yapmadan önce önleri yedekle.",
"title": "Ayarla"
},
"cross_signing_user_warning": "Bu kullanıcı bütün oturumlarında doğrulanmamış.",
"cross_signing_user_normal": "Bu kullanıcıyı doğrulamadınız.",
"cross_signing_user_verified": "Bu kullanıcıyı doğruladınız. Bu kullanıcı tüm oturumlarını doğruladı.",
"cross_signing_room_warning": "Birisi bilinmeyen bir oturum kullanıyor",
"cross_signing_room_normal": "Bu oda uçtan uça şifreli",
"cross_signing_room_verified": "Bu odadaki herkes doğrulanmış",
"event_shield_reason_authenticity_not_guaranteed": "Bu şifrelenmiş mesajın güvenilirliği bu cihazda garanti edilemez.",
"event_shield_reason_mismatched_sender_key": "Doğrulanmamış bir oturum tarafından şifrelenmiş",
"messages_not_secure": {
"title": "Mesajlarınız korunmuyor",
"cause_1": "Ana sunucunuz"
}
},
"emoji": {
@ -1982,7 +1949,8 @@
"shared_data_url": "%(brand)s Linki",
"shared_data_room_id": "Oda ID",
"shared_data_widget_id": "Görsel Bileşen ID si",
"popout": "Görsel bileşeni göster"
"popout": "Görsel bileşeni göster",
"set_room_layout": "Oda düzenimi herkes için ayarla"
},
"zxcvbn": {
"suggestions": {
@ -2120,7 +2088,18 @@
"peek_join_prompt": "%(roomName)s odasını inceliyorsunuz. Katılmak ister misiniz?",
"no_peek_join_prompt": "%(roomName)s odasında önizleme yapılamaz. Katılmak ister misin?",
"not_found_title_name": "%(roomName)s mevcut değil.",
"inaccessible_name": "%(roomName)s şu anda erişilebilir değil."
"inaccessible_name": "%(roomName)s şu anda erişilebilir değil.",
"jump_to_bottom_button": "En son mesajlara git",
"upgrade_warning_bar": "Bu odayı güncellerseniz bu oda kapanacak ve yerine aynı adlı, güncellenmiş bir oda geçecek.",
"upgrade_warning_bar_upgraded": "Bu ıda zaten güncellenmiş.",
"upgrade_warning_bar_unstable": "Bu oda, <roomVersion /> oda sürümünü kullanmaktadır ve ana sunucunuz tarafından <i>tutarsız</i> olarak işaretlenmiştir.",
"upgrade_warning_bar_admins": "Bu uyarıyı sadece oda yöneticileri görür",
"search": {
"this_room": "Bu Oda",
"all_rooms": "Tüm Odalar",
"field_placeholder": "Arama…"
},
"jump_read_marker": "İlk okunmamış iletiye atla."
},
"file_panel": {
"guest_note": "Bu işlevi kullanmak için <a> Kayıt Olun </a>",
@ -2271,5 +2250,40 @@
"invited_list_heading": "Davet Edildi",
"filter_placeholder": "Oda üyelerini Filtrele",
"power_label": "%(userName)s (güç %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Açılmış herhangi bir çıkartma paketine sahip değilsiniz",
"empty_add_prompt": "Şimdi biraz ekle"
},
"user_info": {
"error_revoke_3pid_invite_title": "Davetin geri çekilmesi başarısız",
"error_revoke_3pid_invite_description": "Davet geri çekilemiyor. Sunucu geçici bir problem yaşıyor olabilir yada daveti geri çekmek için gerekli izinlere sahip değilsin.",
"admin_tools_section": "Admin Araçları",
"revoke_invite": "Davet geri çekildi",
"invited_by": "%(sender)s tarafından davet",
"room_encrypted": "Bu odadaki iletiler uçtan uca şifrelenmiştir.",
"room_encrypted_detail": "İletileriniz şifreledir ve yalnızca sizde ve gönderdiğiniz kullanıcılarda iletileri açmak için anahtarlar vardır.",
"room_unencrypted": "Bu odadaki iletiler uçtan uca şifreli değildir.",
"room_unencrypted_detail": "Şifrelenmiş odalarda iletileriniz şifreledir ve yalnızca sizde ve gönderdiğiniz kullanıcılarda iletileri açmak için anahtarlar vardır.",
"verify_button": "Kullanıcı Doğrula",
"verify_explainer": "Fazladan güvenlik sağlamak için bu kullanıcıyı cihazlarınızdaki tek kezlik kod ile doğrulayın.",
"hide_verified_sessions": "Onaylı oturumları gizle",
"hide_sessions": "Oturumları gizle",
"share_button": "Kullanıcıya Link Paylaş",
"demote_self_confirm_title": "Kendinin rütbeni düşür?",
"demote_button": "Rütbe Düşür",
"redact_button": "Son mesajları sil",
"error_ban_user": "Kullanıcı yasaklama(Ban) başarısız",
"error_mute_user": "Kullanıcıyı sessize almak başarısız oldu",
"promote_warning": "Kullanıcıyı sizinle aynı güç seviyesine yükseltirken , bu değişikliği geri alamazsınız.",
"deactivate_confirm_title": "Kullanıcıyı pasifleştir?",
"deactivate_confirm_description": "Bu kullanıcı etkisizleştirmek onu bir daha oturum açmasını engeller.Ek olarak da bulundukları bütün odalardan atılırlar. Bu eylem geri dönüştürülebilir. Bu kullanıcıyı etkisizleştirmek istediğinize emin misiniz?",
"deactivate_confirm_action": "Kullanıcıyı pasifleştir",
"error_deactivate": "Kullanıcı pasifleştirme başarısız"
},
"right_panel": {
"widgets_section": "Widgetlar",
"share_button": "Oda paylaş",
"settings_button": "Oda ayarları"
}
}

View file

@ -43,7 +43,6 @@
"Send": "Azen",
"edited": "infel",
"Home": "Asnubeg",
"Search…": "Arezzu…",
"%(duration)sd": "%(duration)sas",
"Folder": "Asdaw",
"Guitar": "Agiṭaṛ",
@ -188,6 +187,9 @@
"rules_empty": "Walu"
},
"room": {
"rejoin_button": "als-lkem"
"rejoin_button": "als-lkem",
"search": {
"field_placeholder": "Arezzu…"
}
}
}

View file

@ -2,7 +2,6 @@
"Create new room": "Створити нову кімнату",
"Failed to forget room %(errCode)s": "Не вдалось видалити кімнату %(errCode)s",
"unknown error code": "невідомий код помилки",
"Admin Tools": "Засоби адміністрування",
"%(items)s and %(lastItem)s": "%(items)s та %(lastItem)s",
"and %(count)s others...": {
"one": "і інше...",
@ -10,7 +9,6 @@
},
"A new password must be entered.": "Має бути введений новий пароль.",
"An error has occurred.": "Сталася помилка.",
"Are you sure?": "Ви впевнені?",
"Are you sure you want to leave the room '%(roomName)s'?": "Ви впевнені, що хочете вийти з «%(roomName)s»?",
"Are you sure you want to reject the invitation?": "Ви впевнені, що хочете відхилити запрошення?",
"Email address": "Адреса е-пошти",
@ -19,7 +17,6 @@
"Friday": "П'ятниця",
"Changelog": "Журнал змін",
"Failed to send logs: ": "Не вдалося надіслати журнали: ",
"This Room": "Ця кімната",
"Unavailable": "Недоступний",
"Filter results": "Відфільтрувати результати",
"Tuesday": "Вівторок",
@ -27,12 +24,10 @@
"Unnamed room": "Неназвана кімната",
"Saturday": "Субота",
"Monday": "Понеділок",
"All Rooms": "Усі кімнати",
"Wednesday": "Середа",
"You cannot delete this message. (%(code)s)": "Ви не можете видалити це повідомлення. (%(code)s)",
"Send": "Надіслати",
"Thursday": "Четвер",
"Search…": "Пошук…",
"Logs sent": "Журнали надіслані",
"Yesterday": "Вчора",
"Thank you!": "Дякуємо!",
@ -64,12 +59,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Restricted": "Обмежено",
"Moderator": "Модератор",
"This event could not be displayed": "Неможливо показати цю подію",
"Failed to ban user": "Не вдалося заблокувати користувача",
"Demote yourself?": "Зменшити свої повноваження?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Ви не зможете скасувати цю дію, оскільки ви зменшуєте свої повноваження. Якщо ви останній привілейований користувач у цій кімнаті, ви не зможете повернути повноваження.",
"Demote": "Зменшити повноваження",
"Failed to mute user": "Не вдалося заглушити користувача",
"To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this": "Щоб уникнути втрати історії ваших листувань, ви маєте експортувати ключі кімнати перед виходом. Вам треба буде повернутися до новішої версії %(brand)s аби зробити це",
"Incompatible Database": "Несумісна база даних",
"Continue With Encryption Disabled": "Продовжити із вимкненим шифруванням",
@ -108,12 +97,6 @@
"Server may be unavailable, overloaded, or search timed out :(": "Сервер може бути недосяжним, перевантаженим або запит на пошук застарів :(",
"No more results": "Інших результатів нема",
"Failed to reject invite": "Не вдалось відхилити запрошення",
"Deactivate user?": "Деактивувати користувача?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Деактивація цього користувача виведе їх з системи й унеможливить вхід у майбутньому. До того ж вони вийдуть з усіх кімнат, у яких перебувають. Ця дія безповоротна. Ви впевнені, що хочете деактивувати цього користувача?",
"Deactivate user": "Деактивувати користувача",
"Failed to deactivate user": "Не вдалося деактивувати користувача",
"Messages in this room are end-to-end encrypted.": "Повідомлення у цій кімнаті захищено наскрізним шифруванням.",
"Messages in this room are not end-to-end encrypted.": "Повідомлення у цій кімнаті не захищено наскрізним шифруванням.",
"You sent a verification request": "Ви надіслали запит перевірки",
"Direct Messages": "Особисті повідомлення",
"Room Settings - %(roomName)s": "Налаштування кімнати - %(roomName)s",
@ -125,9 +108,7 @@
"Your homeserver has exceeded its user limit.": "Ваш домашній сервер перевищив свій ліміт користувачів.",
"Your homeserver has exceeded one of its resource limits.": "Ваш домашній сервер перевищив одне із своїх обмежень ресурсів.",
"Ok": "Гаразд",
"Set up": "Налаштувати",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Щоб повідомити про проблеми безпеки Matrix, будь ласка, прочитайте <a>Політику розкриття інформації</a> Matrix.org.",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Ви не зможете скасувати цю зміну через те, що ви підвищуєте рівень повноважень користувача до свого рівня.",
"Power level": "Рівень повноважень",
"Use an identity server to invite by email. Manage in <settings>Settings</settings>.": "Використовуйте сервер ідентифікації щоб запрошувати через е-пошту. Керується у <settings>налаштуваннях</settings>.",
"Confirm by comparing the following with the User Settings in your other session:": "Підтвердьте шляхом порівняння наступного рядка з рядком у користувацьких налаштуваннях вашого іншого сеансу:",
@ -192,14 +173,10 @@
"Cactus": "Кактус",
"Mushroom": "Гриб",
"Globe": "Глобус",
"Show more": "Розгорнути",
"Santa": "Св. Миколай",
"Gift": "Подарунок",
"Lock": "Замок",
"This room is public": "Ця кімната загальнодоступна",
"Failed to revoke invite": "Не вдалось відкликати запрошення",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Не вдалось відкликати запрошення. Сервер може мати тимчасові збої або у вас немає достатніх дозволів щоб відкликати запрошення.",
"Revoke invite": "Відкликати запрошення",
"Failed to upgrade room": "Не вдалось поліпшити кімнату",
"The room upgrade could not be completed": "Поліпшення кімнати не може бути завершене",
"Upgrade this room to version %(version)s": "Поліпшити цю кімнату до версії %(version)s",
@ -212,11 +189,7 @@
"Upgrade public room": "Поліпшити відкриту кімнату",
"IRC display name width": "Ширина псевдоніма IRC",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Зашифровані повідомлення захищені наскрізним шифруванням. Лише ви та отримувачі повідомлень мають ключі для їх читання.",
"This room is end-to-end encrypted": "Ця кімната є наскрізно зашифрованою",
"Encrypted by an unverified session": "Зашифроване незвіреним сеансом",
"Encrypted by a deleted session": "Зашифроване видаленим сеансом",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Справжність цього зашифрованого повідомлення не може бути гарантованою на цьому пристрої.",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "У зашифрованих кімнатах ваші повідомлення є захищеними, тож тільки ви та отримувач маєте ключі для їх розблокування.",
"Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Видалення даних з цього сеансу є безповоротним. Зашифровані повідомлення будуть втрачені якщо їхні ключі не було продубльовано.",
"Verify this user to mark them as trusted. Trusting users gives you extra peace of mind when using end-to-end encrypted messages.": "Звірте цього користувача щоб позначити його довіреним. Довіряння користувачам додає спокою якщо ви користуєтесь наскрізно зашифрованими повідомленнями.",
"Verify this device to mark it as trusted. Trusting this device gives you and other users extra peace of mind when using end-to-end encrypted messages.": "Звірте цей пристрій щоб позначити його довіреним. Довіряння цьому пристрою додає вам та іншим користувачам спокою якщо ви користуєтесь наскрізно зашифрованими повідомленнями.",
@ -482,25 +455,19 @@
"Faroe Islands": "Фарерські Острови",
"Can't find this server or its room list": "Не вдалося знайти цей сервер або список його кімнат",
"You're all caught up.": "Все готово.",
"Hide sessions": "Сховати сеанси",
"Hide verified sessions": "Сховати звірені сеанси",
"Click the button below to confirm setting up encryption.": "Клацніть на кнопку внизу, щоб підтвердити налаштування шифрування.",
"Confirm encryption setup": "Підтвердити налаштування шифрування",
"The encryption used by this room isn't supported.": "Шифрування, використане цією кімнатою не підтримується.",
"Encryption not enabled": "Шифрування не ввімкнено",
"Ignored attempt to disable encryption": "Знехтувані спроби вимкнути шифрування",
"This client does not support end-to-end encryption.": "Цей клієнт не підтримує наскрізного шифрування.",
"Share Link to User": "Поділитися посиланням на користувача",
"<a>In reply to</a> <pill>": "<a>У відповідь на</a> <pill>",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Ви не можете надсилати жодних повідомлень, поки не переглянете та не погодитесь з <consentLink>нашими умовами та положеннями</consentLink>.",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "Ваш %(brand)s не дозволяє вам користуватись для цього менеджером інтеграцій. Зверніться до адміністратора.",
"This backup is trusted because it has been restored on this session": "Ця резервна копія довірена, оскільки її було відновлено у цьому сеансі",
"Room settings": "Налаштування кімнати",
"Link to most recent message": "Посилання на останнє повідомлення",
"Share Room": "Поділитись кімнатою",
"Share room": "Поділитись кімнатою",
"Join the conference from the room information card on the right": "Приєднуйтесь до групового виклику з інформаційної картки кімнати праворуч",
"Send voice message": "Надіслати голосове повідомлення",
"edited": "змінено",
"Edited at %(date)s. Click to view edits.": "Змінено %(date)s. Натисніть, щоб переглянути зміни.",
"Edited at %(date)s": "Змінено %(date)s",
@ -510,13 +477,6 @@
"Cancel search": "Скасувати пошук",
"Recently Direct Messaged": "Недавно надіслані особисті повідомлення",
"User Directory": "Каталог користувачів",
"Main address": "Основна адреса",
"Error updating main address": "Помилка оновлення основної адреси",
"No other published addresses yet, add one below": "Поки немає загальнодоступних адрес, додайте їх унизу",
"Other published addresses:": "Інші загальнодоступні адреси:",
"Published addresses can be used by anyone on any server to join your room.": "Загальнодоступні адреси можуть бути використані будь-ким на будь-якому сервері для приєднання до вашої кімнати.",
"Published addresses can be used by anyone on any server to join your space.": "Загальнодоступні адреси можуть бути використані будь-ким на будь-якому сервері для приєднання до вашого простору.",
"Published Addresses": "Загальнодоступні адреси",
"Error downloading audio": "Помилка завантаження аудіо",
"Preparing to download logs": "Приготування до завантаження журналів",
"Download %(text)s": "Завантажити %(text)s",
@ -529,7 +489,6 @@
"Almost there! Is %(displayName)s showing the same shield?": "Майже готово! Ваш %(displayName)s показує той самий щит?",
"Verify by scanning": "Звірити скануванням",
"Remove recent messages by %(user)s": "Вилучити останні повідомлення від %(user)s",
"Remove recent messages": "Видалити останні повідомлення",
"Edit devices": "Керувати пристроями",
"Home": "Домівка",
"Server Options": "Опції сервера",
@ -537,7 +496,6 @@
"Sign in with SSO": "Увійти за допомогою SSO",
"Click the button below to confirm your identity.": "Клацніть на кнопку внизу, щоб підтвердити свою особу.",
"Confirm to continue": "Підтвердьте, щоб продовжити",
"Start Verification": "Почати перевірку",
"Couldn't load page": "Не вдалося завантажити сторінку",
"Country Dropdown": "Спадний список країн",
"Avatar": "Аватар",
@ -604,7 +562,6 @@
"Retry all": "Повторити надсилання всіх",
"Delete all": "Видалити всі",
"Some of your messages have not been sent": "Деякі з ваших повідомлень не надіслано",
"Back up your keys before signing out to avoid losing them.": "Створіть резервну копію ключів перед виходом, щоб не втратити їх.",
"Backup version:": "Версія резервної копії:",
"Create a space": "Створити простір",
"Cancel All": "Скасувати все",
@ -654,25 +611,7 @@
"other": "Довірених сеансів: %(count)s"
},
"Not encrypted": "Не зашифровано",
"Add widgets, bridges & bots": "Додати віджети, мости та ботів",
"Edit widgets, bridges & bots": "Редагувати віджети, мости та ботів",
"Widgets": "Віджети",
"Your homeserver": "Ваш домашній сервер",
"Your messages are not secure": "Ваші повідомлення не захищені",
"Verify User": "Звірити користувача",
"Accepting…": "Прийняття…",
"Room avatar": "Аватар кімнати",
"Room Topic": "Тема кімнати",
"Room Name": "Назва кімнати",
"Local Addresses": "Локальні адреси",
"Local address": "Локальні адреси",
"This room has no local addresses": "Ця кімната не має локальних адрес",
"This space has no local addresses": "Простір не має локальних адрес",
"not specified": "не вказано",
"Error creating address": "Помилка створення адреси",
"Stop recording": "Зупинити запис",
"No microphone found": "Мікрофона не знайдено",
"Unable to access your microphone": "Не вдалося доступитися до мікрофона",
"Join Room": "Приєднатися до кімнати",
"(~%(count)s results)": {
"one": "(~%(count)s результат)",
@ -682,14 +621,10 @@
"%(duration)sh": "%(duration)s год",
"%(duration)sm": "%(duration)s хв",
"%(duration)ss": "%(duration)s с",
"View message": "Переглянути повідомлення",
"Failed to send": "Не вдалося надіслати",
"Your message was sent": "Ваше повідомлення було надіслано",
"%(count)s reply": {
"one": "%(count)s відповідь",
"other": "%(count)s відповідей"
},
"Edit message": "Редагувати повідомлення",
"%(count)s people you know have already joined": {
"one": "%(count)s осіб, яких ви знаєте, уже приєдналися",
"other": "%(count)s людей, яких ви знаєте, уже приєдналися"
@ -712,7 +647,6 @@
"Message edits": "Редагування повідомлення",
"You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.": "Ви раніше використовували новішу версію %(brand)s для цього сеансу. Щоб знову використовувати цю версію із наскрізним шифруванням, вам потрібно буде вийти та знову ввійти.",
"To continue, use Single Sign On to prove your identity.": "Щоб продовжити, скористайтеся єдиним входом для підтвердження особи.",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Для додаткової безпеки перевірте цього користувача, звіривши одноразовий код на обох своїх пристроях.",
"Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "Якщо звірити цей пристрій, його буде позначено надійним, а користувачі, які перевірили у вас, будуть довіряти цьому пристрою.",
"Only do this if you have no other device to complete verification with.": "Робіть це лише якщо у вас немає іншого пристрою для виконання перевірки.",
"Deleting cross-signing keys is permanent. Anyone you have verified with will see security alerts. You almost certainly don't want to do this, unless you've lost every device you can cross-sign from.": "Видалення ключів перехресного підписування безповоротне. Усі, з ким ви звірили сеанси, бачитимуть сповіщення системи безпеки. Ви майже напевно не захочете цього робити, якщо тільки ви не втратили всі пристрої, з яких можна виконувати перехресне підписування.",
@ -721,10 +655,6 @@
"one": "%(spaceName)s і %(count)s інших",
"other": "%(spaceName)s і %(count)s інших"
},
"Files": "Файли",
"Export chat": "Експортувати бесіду",
"View in room": "Дивитися в кімнаті",
"Copy link to thread": "Копіювати посилання на гілку",
"Thread options": "Параметри гілки",
"Reply in thread": "Відповісти у гілці",
"Developer": "Розробка",
@ -732,11 +662,9 @@
"Experimental": "Експериментально",
"Themes": "Теми",
"Messaging": "Спілкування",
"Unpin this widget to view it in this panel": "Відкріпіть віджет, щоб він зʼявився на цій панелі",
"Vote not registered": "Голос не зареєстрований",
"Sorry, your vote was not registered. Please try again.": "Не вдалося зареєструвати ваш голос. Просимо спробувати ще.",
"Spaces you know that contain this space": "Відомі вам простори, до яких входить цей",
"Chat": "Бесіда",
"No votes cast": "Жодного голосу",
"Failed to end poll": "Не вдалося завершити опитування",
"The poll has ended. No votes were cast.": "Опитування завершене. Жодного голосу не було.",
@ -761,7 +689,6 @@
"You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.": "Ви єдиний адміністратор кімнат чи просторів, з яких ви бажаєте вийти. Вихід із них залишить їх без адміністраторів.",
"Leave %(spaceName)s": "Вийти з %(spaceName)s",
"Call declined": "Виклик відхилено",
"Role in <RoomName/>": "Роль у <RoomName/>",
"To join a space you'll need an invite.": "Щоб приєднатись до простору, вам потрібне запрошення.",
"You are about to leave <spaceName/>.": "Ви збираєтеся вийти з <spaceName/>.",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "Введіть свою фразу безпеки чи <button>скористайтесь ключем безпеки</button> для продовження.",
@ -773,24 +700,6 @@
"Find others by phone or email": "Шукати інших за номером телефону або е-поштою",
"This will allow you to reset your password and receive notifications.": "Це дозволить вам скинути пароль і отримувати сповіщення.",
"Reset event store?": "Очистити сховище подій?",
"Waiting for %(displayName)s to accept…": "Очікування згоди %(displayName)s…",
"Set my room layout for everyone": "Встановити мій вигляд кімнати всім",
"Close this widget to view it in this panel": "Закрийте віджет, щоб він зʼявився на цій панелі",
"You can only pin up to %(count)s widgets": {
"other": "Закріпити можна до %(count)s віджетів"
},
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Ваші повідомлення захищені. Лише ви з отримувачем маєте унікальні ключі їхнього розшифрування.",
"Pinned messages": "Закріплені повідомлення",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Якщо маєте дозвіл, відкрийте меню будь-якого повідомлення й натисніть <b>Закріпити</b>, щоб додати його сюди.",
"Nothing pinned, yet": "Наразі нічого не закріплено",
"Yours, or the other users' session": "Ваш сеанс чи сеанс інших користувачів",
"Yours, or the other users' internet connection": "Ваше інтернет-з'єднання чи з'єднання інших користувачів",
"The homeserver the user you're verifying is connected to": "Домашній сервер користувача, якого ви підтверджуєте",
"One of the following may be compromised:": "Щось із переліченого може бути скомпрометовано:",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Встановіть адреси цій кімнаті, щоб користувачі могли її знаходити через ваш домашній сервер (%(localDomain)s)",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Встановіть адреси цьому простору, щоб користувачі могли його знаходити через ваш домашній сервер (%(localDomain)s)",
"New published address (e.g. #alias:server)": "Нова загальнодоступна адреса (вигляду #alias:server)",
"To publish an address, it needs to be set as a local address first.": "Щоб зробити адресу загальнодоступною, спершу додайте її в локальні.",
"The server has denied your request.": "Сервер відхилив ваш запит.",
"Please check your email and click on the link it contains. Once this is done, click continue.": "Перейдіть до своєї е-пошти й натисніть на отримане посилання. Після цього натисніть «Продовжити».",
"If you have previously used a more recent version of %(brand)s, your session may be incompatible with this version. Close this window and return to the more recent version.": "Якщо ви досі користувались новішою версією %(brand)s, ваш сеанс може бути несумісним із цією версією. Закрийте це вікно й поверніться до новішої версії.",
@ -820,12 +729,6 @@
"Update any local room aliases to point to the new room": "Направимо всі локальні псевдоніми цієї кімнати до нової",
"Create a new room with the same name, description and avatar": "Створимо нову кімнату з такою ж назвою, описом і аватаром",
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Поліпшення цієї кімнати потребує закриття наявного її примірника й створення нової кімнати натомість. Щоб забезпечити якнайкращі враження учасникам кімнати, ми:",
"Only room administrators will see this warning": "Лише адміністратори кімнати бачать це попередження",
"This room has already been upgraded.": "Ця кімната вже поліпшена.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Поліпшення цієї кімнати припинить роботу наявного її примірника й створить поліпшену кімнату з такою ж назвою.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Ця кімната — версії <roomVersion />, позначена цим домашнім сервером <i>нестабільною</i>.",
"Jump to read receipt": "Перейти до останнього прочитаного",
"Jump to first unread message.": "Перейти до першого непрочитаного повідомлення.",
"a new cross-signing key signature": "новий підпис ключа перехресного підписування",
"a new master key signature": "новий підпис головного ключа",
"Or send invite link": "Або надішліть запрошувальне посилання",
@ -894,13 +797,6 @@
"In encrypted rooms, verify all users to ensure it's secure.": "У зашифрованих кімнатах, звіряйте всіх користувачів, щоб спілкуватися було безпечно.",
"Verify all users in a room to ensure it's secure.": "Звірте всіх користувачів у кімнаті, щоб забезпечити її захищеність.",
"Ask %(displayName)s to scan your code:": "Попросіть %(displayName)s відсканувати ваш код:",
"They won't be able to access whatever you're not an admin of.": "Вони не матимуть доступу ні до чого, де ви не є адміністратором.",
"Ban them from specific things I'm able to": "Заблокувати в частині того, куди маю доступ",
"Unban them from specific things I'm able to": "Розблокувати в частині того, куди маю доступ",
"Ban them from everything I'm able to": "Заблокувати скрізь, де маю доступ",
"Unban them from everything I'm able to": "Розблокувати скрізь, де маю доступ",
"Ban from %(roomName)s": "Заблокувати в %(roomName)s",
"Unban from %(roomName)s": "Розблокувати в %(roomName)s",
"Remove %(count)s messages": {
"one": "Видалити 1 повідомлення",
"other": "Видалити %(count)s повідомлень"
@ -908,29 +804,7 @@
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Залежно від кількості повідомлень, це може тривати довго. Не перезавантажуйте клієнт, поки це триває.",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Гортайте стрічку вище, щоб побачити, чи були такі раніше.",
"No recent messages by %(user)s found": "Не знайдено недавніх повідомлень %(user)s",
"They'll still be able to access whatever you're not an admin of.": "Вони все ще матимуть доступ до всього, що ви не адмініструєте.",
"Disinvite from %(roomName)s": "Скасувати запрошення до %(roomName)s",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Ви не зможете скасувати цю дію, оскільки ви знижуєте свої повноваження. Якщо ви останній привілейований користувач у цьому просторі, ви не зможете повернути повноваження.",
"Error removing address": "Помилка видалення адреси",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Помилка видалення такої адреси. Можливо, вона не існує або стався тимчасовий збій.",
"You don't have permission to delete the address.": "У вас немає дозволу видаляти адресу.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Помилка створення такої адреси. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Помилка оновлення запасних адрес кімнати. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Помилка оновлення головної адреси кімнати. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"We didn't find a microphone on your device. Please check your settings and try again.": "Мікрофона не знайдено. Перевірте налаштування й повторіть спробу.",
"We were unable to access your microphone. Please check your browser settings and try again.": "Збій доступу до вашого мікрофона. Перевірте налаштування браузера й повторіть спробу.",
"Invited by %(sender)s": "Запрошення від %(sender)s",
"Add some now": "Додайте які-небудь",
"You don't currently have any stickerpacks enabled": "У вас поки немає пакунків наліпок",
"Recently viewed": "Недавно переглянуті",
"Scroll to most recent messages": "Перейти до найновіших повідомлень",
"Unencrypted": "Не зашифроване",
"Message Actions": "Дії з повідомленням",
"Everyone in this room is verified": "Усі в цій кімнаті звірені",
"Someone is using an unknown session": "Хтось користується невідомим сеансом",
"You have verified this user. This user has verified all of their sessions.": "Ви звірили цього користувача. Цей користувач звірив усі свої сеанси.",
"You have not verified this user.": "Ви не звіряли цього користувача.",
"This user has not verified all of their sessions.": "Цей користувач звірив не всі свої сеанси.",
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Перш ніж надіслати журнали, <a>створіть обговорення на GitHub</a> із описом проблеми.",
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Нагадуємо, що ваш браузер не підтримується, тож деякі функції можуть не працювати.",
"Please tell us what went wrong or, better, create a GitHub issue that describes the problem.": "Будь ласка, повідомте нам, що пішло не так; а ще краще створіть обговорення на GitHub із описом проблеми.",
@ -1014,7 +888,6 @@
"Message preview": "Попередній перегляд повідомлення",
"We couldn't create your DM.": "Не вдалося створити особисте повідомлення.",
"Verifying this user will mark their session as trusted, and also mark your session as trusted to them.": "Звірка цього користувача позначить його сеанс довіреним вам, а ваш йому.",
"Joined": "Приєднано",
"Joining": "Приєднання",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "Відновіть доступ до облікового запису й ключів шифрування, збережених у цьому сеансі. Без них ваші сеанси показуватимуть не всі ваші захищені повідомлення.",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "У вас нема дозволу на перегляд повідомлення за вказаною позицією в стрічці цієї кімнати.",
@ -1061,14 +934,7 @@
"Verify other device": "Звірити інший пристрій",
"You cancelled verification on your other device.": "Ви скасували звірення на іншому пристрої.",
"Almost there! Is your other device showing the same shield?": "Майже готово! Чи показує інший пристрій такий самий щит?",
"To proceed, please accept the verification request on your other device.": "Щоб продовжити, прийміть запит підтвердження на вашому іншому пристрої.",
"From a thread": "З гілки",
"Could not fetch location": "Не вдалося отримати місцеперебування",
"Remove from room": "Вилучити з кімнати",
"Failed to remove user": "Не вдалося вилучити користувача",
"Remove them from specific things I'm able to": "Вилучити їх з деяких місць, де мене на це уповноважено",
"Remove them from everything I'm able to": "Вилучити їх звідусіль, де мене на це уповноважено",
"Remove from %(roomName)s": "Вилучити з %(roomName)s",
"Message pending moderation": "Повідомлення очікує модерування",
"Message pending moderation: %(reason)s": "Повідомлення очікує модерування: %(reason)s",
"Pick a date to jump to": "Виберіть до якої дати перейти",
@ -1085,8 +951,6 @@
"Join %(roomAddress)s": "Приєднатися до %(roomAddress)s",
"Results will be visible when the poll is ended": "Результати будуть видимі після завершення опитування",
"Search Dialog": "Вікно пошуку",
"Pinned": "Закріплені",
"Open thread": "Відкрити гілку",
"What location type do you want to share?": "Який вид місцеперебування поширити?",
"Drop a Pin": "Маркер на карті",
"My live location": "Змінне місцеперебування наживо",
@ -1118,13 +982,6 @@
"Live location enabled": "Показ місцеперебування наживо ввімкнено",
"Live location error": "Помилка показу місцеперебування наживо",
"Live until %(expiryTime)s": "Наживо до %(expiryTime)s",
"Ban from space": "Заблокувати у просторі",
"Unban from space": "Розблокувати у просторі",
"Ban from room": "Заблокувати в кімнаті",
"Unban from room": "Розблокувати в кімнаті",
"Disinvite from room": "Відкликати запрошення до кімнати",
"Remove from space": "Вилучити з простору",
"Disinvite from space": "Відкликати запрошення до простору",
"No live locations": "Передавання місцеперебування наживо відсутні",
"Close sidebar": "Закрити бічну панель",
"View List": "Переглянути список",
@ -1149,7 +1006,6 @@
"Cameras": "Камери",
"Output devices": "Пристрої виводу",
"Input devices": "Пристрої вводу",
"Show Labs settings": "Відкрити налаштування експериментальних функцій",
"Your message wasn't sent because this homeserver has been blocked by its administrator. Please <a>contact your service administrator</a> to continue using the service.": "Ваше повідомлення не надіслано, оскільки цей домашній сервер заблокований його адміністратором. <a>Зверніться до адміністратора служби</a>, щоб продовжувати користуватися нею.",
"An error occurred whilst sharing your live location, please try again": "Сталася помилка під час надання доступу до вашого поточного місцеперебування наживо",
"An error occurred whilst sharing your live location": "Сталася помилка під час надання доступу до вашого поточного місцеперебування",
@ -1194,7 +1050,6 @@
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s або %(recoveryFile)s",
"Video call ended": "Відеовиклик завершено",
"%(name)s started a video call": "%(name)s розпочинає відеовиклик",
"Room info": "Відомості про кімнату",
"Completing set up of your new device": "Завершення налаштування нового пристрою",
"Waiting for device to sign in": "Очікування входу з пристрою",
"Review and approve the sign in": "Розглянути та схвалити вхід",
@ -1220,20 +1075,11 @@
"Too many attempts in a short time. Retry after %(timeout)s.": "Забагато спроб за короткий час. Повторіть спробу за %(timeout)s.",
"Too many attempts in a short time. Wait some time before trying again.": "Забагато спроб за короткий час. Зачекайте трохи, перш ніж повторити спробу.",
"Thread root ID: %(threadRootId)s": "ID кореневої гілки: %(threadRootId)s",
"We were unable to start a chat with the other user.": "Ми не змогли розпочати бесіду з іншим користувачем.",
"Error starting verification": "Помилка запуску перевірки",
"<w>WARNING:</w> <description/>": "<w>ПОПЕРЕДЖЕННЯ:</w> <description/>",
"Unable to decrypt message": "Не вдалося розшифрувати повідомлення",
"This message could not be decrypted": "Не вдалося розшифрувати це повідомлення",
" in <strong>%(room)s</strong>": " в <strong>%(room)s</strong>",
"Text": "Текст",
"Create a link": "Створити посилання",
"You can't start a voice message as you are currently recording a live broadcast. Please end your live broadcast in order to start recording a voice message.": "Ви не можете розпочати запис голосового повідомлення, оскільки зараз відбувається запис трансляції наживо. Завершіть трансляцію, щоб розпочати запис голосового повідомлення.",
"Can't start voice message": "Не можливо запустити запис голосового повідомлення",
"Edit link": "Змінити посилання",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Усі повідомлення та запрошення від цього користувача будуть приховані. Ви впевнені, що хочете їх нехтувати?",
"Ignore %(user)s": "Нехтувати %(user)s",
"unknown": "невідомо",
"Declining…": "Відхилення…",
"There are no past polls in this room": "У цій кімнаті ще не проводилися опитувань",
@ -1247,8 +1093,6 @@
"Checking…": "Перевірка…",
"Waiting for partner to confirm…": "Очікування підтвердження партнером…",
"Adding…": "Додавання…",
"Encrypting your message…": "Шифрування повідомлення…",
"Sending your message…": "Надсилання повідомлення…",
"Starting export process…": "Початок процесу експорту…",
"Loading polls": "Завантаження опитувань",
"Ended a poll": "Завершує опитування",
@ -1283,12 +1127,9 @@
"Server returned %(statusCode)s with error code %(errorCode)s": "Сервер повернув %(statusCode)s з кодом помилки %(errorCode)s",
"We were unable to find an event looking forwards from %(dateString)s. Try choosing an earlier date.": "Ми не змогли знайти подію, після %(dateString)s. Спробуйте вибрати ранішу дату.",
"A network error occurred while trying to find and jump to the given date. Your homeserver might be down or there was just a temporary problem with your internet connection. Please try again. If this continues, please contact your homeserver administrator.": "Виникла помилка мережі під час спроби знайти та перейти до вказаної дати. Можливо, ваш домашній сервер не працює або виникли тимчасові проблеми з інтернет-з'єднанням. Повторіть спробу ще раз. Якщо це не допоможе, зверніться до адміністратора вашого домашнього сервера.",
"Poll history": "Історія опитувань",
"Start DM anyway": "Усе одно розпочати особисте спілкування",
"Start DM anyway and never warn me again": "Усе одно розпочати особисте спілкування і більше ніколи не попереджати мене",
"Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?": "Не вдалося знайти профілі для перелічених далі Matrix ID — ви все одно хочете розпочати особисте спілкування?",
"Search all rooms": "Вибрати всі кімнати",
"Search this room": "Шукати цю кімнату",
"Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted": "Після того, як запрошені користувачі приєднаються до %(brand)s, ви зможете спілкуватися в бесіді, а кімната буде наскрізно зашифрована",
"Waiting for users to join %(brand)s": "Очікування приєднання користувача до %(brand)s",
"Messages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture.": "Повідомлення в цій кімнаті наскрізно зашифровані. Коли люди приєднуються, ви можете перевірити їх у їхньому профілі, просто торкнувшись зображення профілю.",
@ -1414,7 +1255,12 @@
"low_priority": "Неважливі",
"historical": "Історичні",
"go_to_settings": "Перейти до налаштувань",
"setup_secure_messages": "Налаштувати захищені повідомлення"
"setup_secure_messages": "Налаштувати захищені повідомлення",
"unencrypted": "Не зашифроване",
"view_message": "Переглянути повідомлення",
"joined": "Приєднано",
"show_more": "Розгорнути",
"are_you_sure": "Ви впевнені?"
},
"action": {
"continue": "Продовжити",
@ -1750,9 +1596,17 @@
"formatting_toolbar_label": "Форматування",
"format_italics": "Курсив",
"format_insert_link": "Додати посилання",
"replying_title": "Відповідання"
"replying_title": "Відповідання",
"edit_composer_label": "Редагувати повідомлення",
"send_voice_message": "Надіслати голосове повідомлення",
"stop_voice_message": "Зупинити запис",
"link_modal": {
"title_edit": "Змінити посилання",
"title_create": "Створити посилання",
"text_field_label": "Текст",
"link_field_label": "Посилання"
}
},
"Link": "Посилання",
"Code": "Код",
"power_level": {
"default": "Типовий",
@ -2852,7 +2706,19 @@
"one": "Переглянули %(count)s осіб",
"other": "Переглянули %(count)s людей"
},
"read_receipts_label": "Звіти про прочитання"
"read_receipts_label": "Звіти про прочитання",
"thread_info_basic": "З гілки",
"error_no_renderer": "Неможливо показати цю подію",
"undecryptable_tooltip": "Не вдалося розшифрувати це повідомлення",
"send_state_sending": "Надсилання повідомлення…",
"send_state_encrypting": "Шифрування повідомлення…",
"send_state_sent": "Ваше повідомлення було надіслано",
"send_state_failed": "Не вдалося надіслати",
"mab": {
"label": "Дії з повідомленням",
"view_in_room": "Дивитися в кімнаті",
"copy_link_thread": "Копіювати посилання на гілку"
}
},
"slash_command": {
"spoiler": "Надсилає вказане повідомлення згорненим",
@ -3074,7 +2940,11 @@
"other": "%(count)s людей приєдналися"
},
"unknown_person": "невідома особа",
"connecting": "З'єднання"
"connecting": "З'єднання",
"unable_to_access_audio_input_title": "Не вдалося доступитися до мікрофона",
"unable_to_access_audio_input_description": "Збій доступу до вашого мікрофона. Перевірте налаштування браузера й повторіть спробу.",
"no_audio_input_title": "Мікрофона не знайдено",
"no_audio_input_description": "Мікрофона не знайдено. Перевірте налаштування й повторіть спробу."
},
"Other": "Інше",
"room_settings": {
@ -3199,7 +3069,32 @@
"save": "Зберегти зміни",
"leave_space": "Вийти з простору",
"aliases_section": "Адреси кімнати",
"other_section": "Інше"
"other_section": "Інше",
"error_updating_canonical_alias_title": "Помилка оновлення основної адреси",
"error_updating_canonical_alias_description": "Помилка оновлення головної адреси кімнати. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"error_updating_alias_description": "Помилка оновлення запасних адрес кімнати. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"error_creating_alias_title": "Помилка створення адреси",
"error_creating_alias_description": "Помилка створення такої адреси. Можливо, сервер цього не дозволяє або стався тимчасовий збій.",
"error_deleting_alias_description_forbidden": "У вас немає дозволу видаляти адресу.",
"error_deleting_alias_description": "Помилка видалення такої адреси. Можливо, вона не існує або стався тимчасовий збій.",
"error_deleting_alias_title": "Помилка видалення адреси",
"canonical_alias_field_label": "Основна адреса",
"no_aliases_space": "Простір не має локальних адрес",
"no_aliases_room": "Ця кімната не має локальних адрес",
"local_alias_field_label": "Локальні адреси",
"published_aliases_section": "Загальнодоступні адреси",
"published_aliases_explainer_space": "Загальнодоступні адреси можуть бути використані будь-ким на будь-якому сервері для приєднання до вашого простору.",
"published_aliases_explainer_room": "Загальнодоступні адреси можуть бути використані будь-ким на будь-якому сервері для приєднання до вашої кімнати.",
"published_aliases_description": "Щоб зробити адресу загальнодоступною, спершу додайте її в локальні.",
"aliases_items_label": "Інші загальнодоступні адреси:",
"aliases_no_items_label": "Поки немає загальнодоступних адрес, додайте їх унизу",
"new_alias_placeholder": "Нова загальнодоступна адреса (вигляду #alias:server)",
"local_aliases_section": "Локальні адреси",
"local_aliases_explainer_space": "Встановіть адреси цьому простору, щоб користувачі могли його знаходити через ваш домашній сервер (%(localDomain)s)",
"local_aliases_explainer_room": "Встановіть адреси цій кімнаті, щоб користувачі могли її знаходити через ваш домашній сервер (%(localDomain)s)",
"name_field_label": "Назва кімнати",
"topic_field_label": "Тема кімнати",
"avatar_field_label": "Аватар кімнати"
},
"advanced": {
"unfederated": "Ця кімната недоступна для віддалених серверів Matrix",
@ -3298,7 +3193,13 @@
"verification_skip_warning": "До звірки ви матимете доступ не до всіх своїх повідомлень, а в інших ви можете позначатися недовіреними.",
"verify_later": "Звірю пізніше",
"verify_reset_warning_1": "Скидання ключів звірки неможливо скасувати. Після скидання, ви втратите доступ до старих зашифрованих повідомлень, а всі друзі, які раніше вас звіряли, бачитимуть застереження безпеки, поки ви не проведете звірку з ними знову.",
"verify_reset_warning_2": "Будь ласка, продовжуйте лише в разі втрати всіх своїх інших пристроїв та ключа безпеки."
"verify_reset_warning_2": "Будь ласка, продовжуйте лише в разі втрати всіх своїх інших пристроїв та ключа безпеки.",
"self_verification_hint": "Щоб продовжити, прийміть запит підтвердження на вашому іншому пристрої.",
"waiting_for_user_accept": "Очікування згоди %(displayName)s…",
"accepting": "Прийняття…",
"start_button": "Почати перевірку",
"error_starting_title": "Помилка запуску перевірки",
"error_starting_description": "Ми не змогли розпочати бесіду з іншим користувачем."
},
"old_version_detected_title": "Виявлено старі криптографічні дані",
"old_version_detected_description": "Було виявлено дані зі старої версії %(brand)s. Це призведе до збоїння наскрізного шифрування у старій версії. Наскрізно зашифровані повідомлення, що обмінювані нещодавно, під час використання старої версії, можуть бути недешифровними у цій версії. Це може призвести до збоїв повідомлень, обмінюваних також і з цією версією. У разі виникнення проблем вийдіть з програми та зайдіть знову. Задля збереження історії повідомлень експортуйте та переімпортуйте ваші ключі.",
@ -3331,6 +3232,26 @@
"description_1": "Цей сеанс виявив, що ваша фраза безпеки й ключ до захищених повідомлень були видалені.",
"description_2": "Якщо це ненароком зробили ви, налаштуйте захищені повідомлення для цього сеансу, щоб повторно зашифрувати історію листування цього сеансу з новим способом відновлення.",
"warning": "Якщо ви не видаляли способу відновлення, ймовірно хтось намагається зламати ваш обліковий запис. Негайно змініть пароль до свого облікового запису й встановіть новий спосіб відновлення в налаштуваннях."
},
"setup_secure_backup": {
"explainer": "Створіть резервну копію ключів перед виходом, щоб не втратити їх.",
"title": "Налаштувати"
},
"cross_signing_user_warning": "Цей користувач звірив не всі свої сеанси.",
"cross_signing_user_normal": "Ви не звіряли цього користувача.",
"cross_signing_user_verified": "Ви звірили цього користувача. Цей користувач звірив усі свої сеанси.",
"cross_signing_room_warning": "Хтось користується невідомим сеансом",
"cross_signing_room_normal": "Ця кімната є наскрізно зашифрованою",
"cross_signing_room_verified": "Усі в цій кімнаті звірені",
"event_shield_reason_authenticity_not_guaranteed": "Справжність цього зашифрованого повідомлення не може бути гарантованою на цьому пристрої.",
"event_shield_reason_mismatched_sender_key": "Зашифроване незвіреним сеансом",
"messages_not_secure": {
"title": "Ваші повідомлення не захищені",
"heading": "Щось із переліченого може бути скомпрометовано:",
"cause_1": "Ваш домашній сервер",
"cause_2": "Домашній сервер користувача, якого ви підтверджуєте",
"cause_3": "Ваше інтернет-з'єднання чи з'єднання інших користувачів",
"cause_4": "Ваш сеанс чи сеанс інших користувачів"
}
},
"emoji": {
@ -3687,7 +3608,10 @@
"error_loading": "Помилка завантаження віджету",
"error_mixed_content": "Помилка — змішаний вміст",
"unmaximise": "Розгорнути",
"popout": "Спливний віджет"
"popout": "Спливний віджет",
"unpin_to_view_right_panel": "Відкріпіть віджет, щоб він зʼявився на цій панелі",
"close_to_view_right_panel": "Закрийте віджет, щоб він зʼявився на цій панелі",
"set_room_layout": "Встановити мій вигляд кімнати всім"
},
"feedback": {
"sent": "Відгук надіслано",
@ -3781,7 +3705,9 @@
"show_all_threads": "Показати всі гілки",
"empty_explainer": "Гілки допомагають підтримувати розмови за темою та за ними легко стежити.",
"empty_tip": "<b>Порада:</b> Використовуйте «%(replyInThread)s» навівши вказівник на повідомлення.",
"empty_heading": "Упорядкуйте обговорення за допомогою гілок"
"empty_heading": "Упорядкуйте обговорення за допомогою гілок",
"open_thread": "Відкрити гілку",
"unable_to_decrypt": "Не вдалося розшифрувати повідомлення"
},
"theme": {
"light_high_contrast": "Контрастна світла",
@ -4041,7 +3967,21 @@
"knock_cancel_action": "Скасувати запит",
"join_failed_needs_invite": "Щоб переглядати %(roomName)s, потрібне запрошення",
"view_failed_enable_video_rooms": "Щоб переглянути, спочатку ввімкніть відеокімнати в експериментальних функціях",
"join_failed_enable_video_rooms": "Щоб приєднатися, спочатку ввімкніть відеокімнати в експериментальних функціях"
"join_failed_enable_video_rooms": "Щоб приєднатися, спочатку ввімкніть відеокімнати в експериментальних функціях",
"jump_to_bottom_button": "Перейти до найновіших повідомлень",
"show_labs_settings": "Відкрити налаштування експериментальних функцій",
"upgrade_warning_bar": "Поліпшення цієї кімнати припинить роботу наявного її примірника й створить поліпшену кімнату з такою ж назвою.",
"upgrade_warning_bar_upgraded": "Ця кімната вже поліпшена.",
"upgrade_warning_bar_unstable": "Ця кімната — версії <roomVersion />, позначена цим домашнім сервером <i>нестабільною</i>.",
"upgrade_warning_bar_admins": "Лише адміністратори кімнати бачать це попередження",
"search": {
"this_room": "Ця кімната",
"all_rooms": "Усі кімнати",
"field_placeholder": "Пошук…",
"this_room_button": "Шукати цю кімнату",
"all_rooms_button": "Вибрати всі кімнати"
},
"jump_read_marker": "Перейти до першого непрочитаного повідомлення."
},
"file_panel": {
"guest_note": "<a>Зареєструйтеся</a>, щоб скористатись цим функціоналом",
@ -4266,5 +4206,87 @@
"invited_list_heading": "Запрошено",
"filter_placeholder": "Відфільтрувати учасників кімнати",
"power_label": "%(userName)s (повноваження %(powerLevelNumber)s)"
},
"stickers": {
"empty": "У вас поки немає пакунків наліпок",
"empty_add_prompt": "Додайте які-небудь"
},
"user_info": {
"error_revoke_3pid_invite_title": "Не вдалось відкликати запрошення",
"error_revoke_3pid_invite_description": "Не вдалось відкликати запрошення. Сервер може мати тимчасові збої або у вас немає достатніх дозволів щоб відкликати запрошення.",
"admin_tools_section": "Засоби адміністрування",
"revoke_invite": "Відкликати запрошення",
"invited_by": "Запрошення від %(sender)s",
"room_encrypted": "Повідомлення у цій кімнаті захищено наскрізним шифруванням.",
"room_encrypted_detail": "Ваші повідомлення захищені. Лише ви з отримувачем маєте унікальні ключі їхнього розшифрування.",
"room_unencrypted": "Повідомлення у цій кімнаті не захищено наскрізним шифруванням.",
"room_unencrypted_detail": "У зашифрованих кімнатах ваші повідомлення є захищеними, тож тільки ви та отримувач маєте ключі для їх розблокування.",
"verify_button": "Звірити користувача",
"verify_explainer": "Для додаткової безпеки перевірте цього користувача, звіривши одноразовий код на обох своїх пристроях.",
"hide_verified_sessions": "Сховати звірені сеанси",
"hide_sessions": "Сховати сеанси",
"ignore_confirm_title": "Нехтувати %(user)s",
"ignore_confirm_description": "Усі повідомлення та запрошення від цього користувача будуть приховані. Ви впевнені, що хочете їх нехтувати?",
"jump_to_rr_button": "Перейти до останнього прочитаного",
"share_button": "Поділитися посиланням на користувача",
"demote_self_confirm_title": "Зменшити свої повноваження?",
"demote_self_confirm_description_space": "Ви не зможете скасувати цю дію, оскільки ви знижуєте свої повноваження. Якщо ви останній привілейований користувач у цьому просторі, ви не зможете повернути повноваження.",
"demote_self_confirm_room": "Ви не зможете скасувати цю дію, оскільки ви зменшуєте свої повноваження. Якщо ви останній привілейований користувач у цій кімнаті, ви не зможете повернути повноваження.",
"demote_button": "Зменшити повноваження",
"disinvite_button_space": "Відкликати запрошення до простору",
"kick_button_space": "Вилучити з простору",
"disinvite_button_room": "Відкликати запрошення до кімнати",
"kick_button_room": "Вилучити з кімнати",
"disinvite_button_room_name": "Скасувати запрошення до %(roomName)s",
"kick_button_room_name": "Вилучити з %(roomName)s",
"kick_button_space_everything": "Вилучити їх звідусіль, де мене на це уповноважено",
"kick_space_specific": "Вилучити їх з деяких місць, де мене на це уповноважено",
"kick_space_warning": "Вони все ще матимуть доступ до всього, що ви не адмініструєте.",
"error_kicking_user": "Не вдалося вилучити користувача",
"redact_button": "Видалити останні повідомлення",
"unban_button_space": "Розблокувати у просторі",
"ban_button_space": "Заблокувати у просторі",
"unban_button_room": "Розблокувати в кімнаті",
"ban_button_room": "Заблокувати в кімнаті",
"unban_room_confirm_title": "Розблокувати в %(roomName)s",
"ban_room_confirm_title": "Заблокувати в %(roomName)s",
"unban_space_everything": "Розблокувати скрізь, де маю доступ",
"ban_space_everything": "Заблокувати скрізь, де маю доступ",
"unban_space_specific": "Розблокувати в частині того, куди маю доступ",
"ban_space_specific": "Заблокувати в частині того, куди маю доступ",
"unban_space_warning": "Вони не матимуть доступу ні до чого, де ви не є адміністратором.",
"error_ban_user": "Не вдалося заблокувати користувача",
"error_mute_user": "Не вдалося заглушити користувача",
"promote_warning": "Ви не зможете скасувати цю зміну через те, що ви підвищуєте рівень повноважень користувача до свого рівня.",
"deactivate_confirm_title": "Деактивувати користувача?",
"deactivate_confirm_description": "Деактивація цього користувача виведе їх з системи й унеможливить вхід у майбутньому. До того ж вони вийдуть з усіх кімнат, у яких перебувають. Ця дія безповоротна. Ви впевнені, що хочете деактивувати цього користувача?",
"deactivate_confirm_action": "Деактивувати користувача",
"error_deactivate": "Не вдалося деактивувати користувача",
"role_label": "Роль у <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Закріплені повідомлення",
"empty": "Наразі нічого не закріплено",
"explainer": "Якщо маєте дозвіл, відкрийте меню будь-якого повідомлення й натисніть <b>Закріпити</b>, щоб додати його сюди.",
"limits": {
"other": "Закріпити можна до %(count)s віджетів"
}
},
"video_room_chat": {
"title": "Бесіда"
},
"room_summary_card": {
"title": "Відомості про кімнату"
},
"widgets_section": "Віджети",
"edit_integrations": "Редагувати віджети, мости та ботів",
"add_integrations": "Додати віджети, мости та ботів",
"files_button": "Файли",
"polls_button": "Історія опитувань",
"pinned_messages_button": "Закріплені",
"export_chat_button": "Експортувати бесіду",
"share_button": "Поділитись кімнатою",
"settings_button": "Налаштування кімнати"
}
}

View file

@ -29,12 +29,10 @@
"Moderator": "Điều phối viên",
"%(items)s and %(lastItem)s": "%(items)s và %(lastItem)s",
"Vietnam": "Việt Nam",
"Are you sure?": "Bạn có chắc không?",
"Confirm Removal": "Xác nhận Loại bỏ",
"Removing…": "Đang xóa…",
"Try scrolling up in the timeline to see if there are any earlier ones.": "Thử cuộn lên trong dòng thời gian để xem có cái nào trước đó không.",
"No recent messages by %(user)s found": "Không tìm thấy tin nhắn gần đây của %(user)s",
"Failed to ban user": "Đã có lỗi khi chặn người dùng",
"Are you sure you want to leave the room '%(roomName)s'?": "Bạn có chắc chắn muốn rời khỏi phòng '%(roomName)s' không?",
"General failure": "Thất bại chung",
"Identity server URL does not appear to be a valid identity server": "URL máy chủ nhận dạng dường như không phải là máy chủ nhận dạng hợp lệ",
@ -453,7 +451,6 @@
"Decrypt %(text)s": "Giải mã %(text)s",
"Error decrypting attachment": "Lỗi khi giải mã tệp đính kèm",
"Download %(text)s": "Tải xuống %(text)s",
"Message Actions": "Hành động tin nhắn",
"Error processing audio message": "Lỗi khi xử lý tin nhắn âm thanh",
"The encryption used by this room isn't supported.": "Mã hóa mà phòng này sử dụng không được hỗ trợ.",
"Encryption not enabled": "Mã hóa không được bật",
@ -497,73 +494,15 @@
"Verify by scanning": "Xác thực bằng cách quét",
"Edit devices": "Chỉnh sửa thiết bị",
"This client does not support end-to-end encryption.": "Ứng dụng khách này không hỗ trợ mã hóa đầu cuối.",
"Role in <RoomName/>": "Vai trò trong <RoomName/>",
"Failed to deactivate user": "Không thể hủy kích hoạt người dùng",
"Deactivate user": "Hủy kích hoạt người dùng",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "Việc hủy kích hoạt người dùng này sẽ đăng xuất họ và ngăn họ đăng nhập lại. Ngoài ra, họ sẽ rời khỏi tất cả các phòng mà họ đang ở. Không thể hoàn tác hành động này. Bạn có chắc chắn muốn hủy kích hoạt người dùng này không?",
"Filter results": "Lọc kết quả",
"Deactivate user?": "Hủy kích hoạt người dùng?",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang khuyến khích người dùng có cùng mức sức mạnh với bạn.",
"Failed to mute user": "Không thể tắt tiếng người dùng",
"They won't be able to access whatever you're not an admin of.": "Họ sẽ không thể truy cập vào bất cứ gì mà bạn không phải là quản trị viên.",
"Ban them from specific things I'm able to": "Cấm họ khỏi những thứ cụ thể mà tôi có thể",
"Unban them from specific things I'm able to": "Hủy cấm họ khỏi những thứ cụ thể mà tôi có thể",
"Ban them from everything I'm able to": "Cấm họ khỏi mọi thứ mà tôi có thể",
"Unban them from everything I'm able to": "Hủy cấm họ khỏi mọi thứ mà tôi có thể",
"Ban from %(roomName)s": "Cấm từ %(roomName)s",
"Unban from %(roomName)s": "Hủy cấm từ %(roomName)s",
"Remove recent messages": "Bỏ các tin nhắn gần đây",
"Remove %(count)s messages": {
"one": "Bỏ một tin nhắn",
"other": "Bỏ %(count)s tin nhắn"
},
"For a large amount of messages, this might take some time. Please don't refresh your client in the meantime.": "Đối với một lượng lớn thư, quá trình này có thể mất một chút thời gian. Vui lòng không làm mới khách hàng của bạn trong thời gian chờ đợi.",
"Remove recent messages by %(user)s": "Bỏ các tin nhắn gần đây bởi %(user)s",
"Show more": "Cho xem nhiều hơn",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "Đặt địa chỉ cho phòng này để người dùng có thể tìm thấy phòng này thông qua máy chủ của bạn (%(localDomain)s)",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "Đặt địa chỉ cho space này để người dùng có thể tìm thấy space này thông qua máy chủ của bạn (%(localDomain)s)",
"Local Addresses": "Các địa chỉ địa phương",
"New published address (e.g. #alias:server)": "Địa chỉ không khai mới",
"No other published addresses yet, add one below": "Chưa có địa chỉ đã xuất bản nào khác, hãy thêm một địa chỉ bên dưới",
"Other published addresses:": "Các địa chỉ công khai khác:",
"To publish an address, it needs to be set as a local address first.": "Để xuất bản một địa chỉ, trước tiên nó cần được đặt làm địa chỉ cục bộ.",
"Published addresses can be used by anyone on any server to join your room.": "Bất kỳ ai trên bất kỳ máy chủ nào cũng có thể sử dụng các địa chỉ đã xuất bản để tham gia vào phòng của bạn.",
"Published addresses can be used by anyone on any server to join your space.": "Địa chỉ đã xuất bản có thể được sử dụng bởi bất kỳ ai trên bất kỳ máy chủ nào để tham gia space của bạn.",
"Published Addresses": "Các địa chỉ công khai",
"Local address": "Địa chỉ địa phương",
"This room has no local addresses": "Phòng này không có địa chỉ địa phương",
"This space has no local addresses": "space này không có địa chỉ cục bộ",
"not specified": "không được chỉ định",
"Main address": "Địa chỉ chính",
"Error removing address": "Lỗi khi xóa địa chỉ",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "Đã xảy ra lỗi khi xóa địa chỉ đó. Nó có thể không còn tồn tại hoặc một lỗi tạm thời xảy ra.",
"You don't have permission to delete the address.": "Bạn không có quyền xóa địa chỉ.",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "Đã xảy ra lỗi khi tạo địa chỉ đó. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"Error creating address": "Lỗi khi tạo địa chỉ",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "Đã xảy ra lỗi khi cập nhật địa chỉ thay thế của phòng. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "Đã xảy ra lỗi khi cập nhật địa chỉ chính của phòng. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"Error updating main address": "Lỗi khi cập nhật địa chỉ chính",
"Stop recording": "Dừng ghi",
"We didn't find a microphone on your device. Please check your settings and try again.": "Chúng tôi không tìm thấy micrô trên thiết bị của bạn. Vui lòng kiểm tra các thiết lập của bạn và thử lại.",
"No microphone found": "Không tìm thấy micrô",
"We were unable to access your microphone. Please check your browser settings and try again.": "Chúng tôi không thể truy cập micrô của bạn. Xin hãy kiểm tra trình duyệt của bạn và thử lại.",
"Unable to access your microphone": "Không thể truy cập micrô của bạn",
"Jump to first unread message.": "Chuyển đến tin nhắn chưa đọc đầu tiên.",
"Invited by %(sender)s": "Được %(sender)s mời",
"Revoke invite": "Thu hồi lời mời",
"Admin Tools": "Công cụ quản trị",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Không thể thu hồi lời mời. Máy chủ có thể đang gặp sự cố tạm thời hoặc bạn không có đủ quyền để thu hồi lời mời.",
"Failed to revoke invite": "Không thể thu hồi lời mời",
"Add some now": "Thêm một số ngay bây giờ",
"You don't currently have any stickerpacks enabled": "Bạn hiện chưa bật bất kỳ gói nhãn dán nào",
"Failed to connect to integration manager": "Không kết nối được với trình quản lý tích hợp",
"Search…": "Tìm kiếm…",
"All Rooms": "Tất cả các phòng",
"This Room": "phòng này",
"Only room administrators will see this warning": "Chỉ quản trị viên phòng mới thấy cảnh báo này",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Phòng này đang chạy phiên bản phòng <roomVersion /> mà máy chủ này đã đánh dấu là không ổn định <i>unstable</i>.",
"This room has already been upgraded.": "Phòng này đã được nâng cấp.",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Việc nâng cấp phòng này sẽ đóng phiên bản hiện tại của phòng và tạo một phòng được nâng cấp có cùng tên.",
"unknown error code": "mã lỗi không xác định",
"Create new room": "Tạo phòng mới",
"Join Room": "Vào phòng",
@ -576,59 +515,17 @@
"%(duration)sh": "%(duration)sh",
"%(duration)sm": "%(duration)sm",
"%(duration)ss": "%(duration)ss",
"View message": "Xem tin nhăn",
"Send voice message": "Gửi tin nhắn thoại",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "Để báo cáo sự cố bảo mật liên quan đến Matrix, vui lòng đọc Chính sách tiết lộ bảo mật của Matrix.org <a>Security Disclosure Policy</a>.",
"Deactivate account": "Vô hiệu hoá tài khoản",
"They'll still be able to access whatever you're not an admin of.": "Họ sẽ vẫn có thể truy cập vào bất cứ gì mà bạn không phải là quản trị viên.",
"Disinvite from %(roomName)s": "Hủy mời từ %(roomName)s",
"Demote": "Giáng cấp",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang tự giáng cấp bản thân, nếu bạn là người dùng cuối cùng có đặc quyền trong phòng, nó sẽ không thể lấy lại đặc quyền.",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang tự hạ cấp, nếu bạn là người dùng có đặc quyền cuối cùng trong space thì sẽ không thể lấy lại đặc quyền.",
"Demote yourself?": "Giáng cấp bản thân?",
"Share Link to User": "Chia sẻ liên kết với người dùng",
"Jump to read receipt": "Nhảy để đọc biên nhận",
"Hide sessions": "Ẩn các phiên",
"%(count)s sessions": {
"one": "%(count)s phiên",
"other": "%(count)s phiên"
},
"Hide verified sessions": "Ẩn các phiên đã xác thực",
"%(count)s verified sessions": {
"one": "1 phiên đã xác thực",
"other": "%(count)s phiên đã xác thực"
},
"Room settings": "Cài đặt phòng",
"Share room": "Phòng chia sẻ",
"Export chat": "Xuất trò chuyện",
"Not encrypted": "Không được mã hóa",
"Add widgets, bridges & bots": "Thêm các widget, bridge và bot",
"Edit widgets, bridges & bots": "Chỉnh sửa tiện ích widget, cầu nối và bot",
"Widgets": "Vật dụng",
"Set my room layout for everyone": "Đặt bố cục phòng của tôi cho mọi người",
"You can only pin up to %(count)s widgets": {
"other": "Bạn chỉ có thể ghim tối đa %(count)s widget"
},
"Pinned messages": "Tin nhắn đã ghim",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "Nếu bạn có quyền, hãy mở menu trên bất kỳ tin nhắn nào và chọn Ghim <b>Pin</b> để dán chúng vào đây.",
"Nothing pinned, yet": "Chưa có gì được ghim",
"Your homeserver": "Chủ nhà của bạn",
"One of the following may be compromised:": "Một trong những điều sau đây có thể bị xâm phạm:",
"Your messages are not secure": "Tin nhắn của bạn không an toàn",
"For extra security, verify this user by checking a one-time code on both of your devices.": "Để tăng cường bảo mật, hãy xác thực người dùng này bằng cách kiểm tra mã một lần trên cả hai thiết bị của bạn.",
"Verify User": "Xác thực người dùng",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "Trong các phòng được mã hóa, tin nhắn của bạn được bảo mật và chỉ bạn và người nhận mới có chìa khóa duy nhất để mở khóa.",
"Messages in this room are not end-to-end encrypted.": "Tin nhắn trong phòng này không được mã hóa đầu cuối.",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "Tin nhắn của bạn được bảo mật và chỉ bạn và người nhận mới có chìa khóa duy nhất để mở khóa.",
"Messages in this room are end-to-end encrypted.": "Tin nhắn trong phòng này đang được mã hóa đầu cuối.",
"Start Verification": "Bắt đầu xác thực",
"Accepting…": "Đang chấp nhận…",
"Waiting for %(displayName)s to accept…": "Đang chờ %(displayName)s chấp nhận…",
"Room avatar": "Hình đại diện phòng",
"Room Topic": "Chủ đề phòng",
"Room Name": "Tên phòng",
"Set up": "Cài đặt",
"Back up your keys before signing out to avoid losing them.": "Sao lưu chìa khóa của bạn trước khi đăng xuất để tránh mất chúng.",
"Backup version:": "Phiên bản dự phòng:",
"This backup is trusted because it has been restored on this session": "Bản sao lưu này đáng tin cậy vì nó đã được khôi phục trong phiên này",
"Home": "Nhà",
@ -701,25 +598,11 @@
"one": "và một cái khác…",
"other": "và %(count)s khác…"
},
"Scroll to most recent messages": "Di chuyển đến các tin nhắn gần đây nhất",
"Failed to send": "Gửi thất bại",
"Your message was sent": "Tin nhắn của bạn đã được gửi đi",
"The authenticity of this encrypted message can't be guaranteed on this device.": "Tính xác thực của tin nhắn được mã hóa này không thể được đảm bảo trên thiết bị này.",
"Encrypted by a deleted session": "Được mã hóa bởi một phiên đã xóa",
"Unencrypted": "Không được mã hóa",
"Encrypted by an unverified session": "Được mã hóa bởi một phiên chưa được xác thực",
"This event could not be displayed": "Sự kiện này không thể được hiển thị",
"%(count)s reply": {
"one": "%(count)s trả lời",
"other": "%(count)s trả lời"
},
"Edit message": "Chỉnh sửa tin nhắn",
"Everyone in this room is verified": "Mọi người trong phòng này đã được xác thực",
"This room is end-to-end encrypted": "Phòng này được mã hóa end-to-end",
"Someone is using an unknown session": "Ai đó đang sử dụng một phiên không xác định",
"You have verified this user. This user has verified all of their sessions.": "Bạn đã xác thực người dùng này. Người dùng này đã xác thực tất cả các phiên của họ.",
"You have not verified this user.": "Bạn chưa xác thực người dùng này.",
"This user has not verified all of their sessions.": "Người dùng này chưa xác thực tất cả các phiên của họ.",
"IRC display name width": "Chiều rộng tên hiển thị IRC",
"Ok": "OK",
"Your homeserver has exceeded one of its resource limits.": "Máy chủ của bạn đã vượt quá một trong các giới hạn tài nguyên của nó.",
@ -983,12 +866,9 @@
"Uploading %(filename)s": "Đang tải lên %(filename)s",
"Rooms and spaces": "Các phòng và space",
"Results": "Kết quả",
"Joined": "Đã tham gia",
"Joining": "Đang tham gia",
"Copy link to thread": "Sao chép liên kết vào chủ đề",
"Thread options": "Tùy chọn theo chủ đề",
"Forget": "Quên",
"View in room": "Xem phòng này",
"Upload %(count)s other files": {
"one": "Tải lên %(count)s tệp khác",
"other": "Tải lên %(count)s tệp khác"
@ -1011,13 +891,6 @@
"Sorry, your vote was not registered. Please try again.": "Xin lỗi, phiếu bầu của bạn đã không được đăng ký. Vui lòng thử lại.",
"Vote not registered": "Bỏ phiếu không đăng ký",
"In encrypted rooms, verify all users to ensure it's secure.": "Trong các phòng mã hóa, xác thực tất cả người dùng để đảm bảo an toàn.",
"Files": "Files",
"Close this widget to view it in this panel": "Đóng widget này để xem nó trong bảng điều khiển này",
"Unpin this widget to view it in this panel": "Bỏ ghim widget này để xem nó trong bảng điều khiển này",
"Chat": "Trò chuyện",
"Yours, or the other users' session": "Của bạn, hoặc phiên của các người dùng khác",
"Yours, or the other users' internet connection": "Của bạn, hoặc kết nối internet của các người dùng khác",
"The homeserver the user you're verifying is connected to": "Máy chủ nhà người dùng bạn đang xác thực được kết nối đến",
"Recently viewed": "Được xem gần đây",
"Reply in thread": "Trả lời theo chủ đề",
"Developer": "Nhà phát triển",
@ -1061,7 +934,6 @@
},
"You cancelled verification on your other device.": "Bạn đã hủy xác thực trên thiết bị khác của bạn.",
"Almost there! Is your other device showing the same shield?": "Sắp xong rồi! Có phải thiết bị khác của bạn hiển thị cùng một lá chắn không?",
"To proceed, please accept the verification request on your other device.": "Để tiến hành, vui lòng chấp nhận yêu cầu xác thực trên thiết bị khác của bạn.",
"Explore public spaces in the new search dialog": "Khám phá các space công cộng trong hộp thoại tìm kiếm mới",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s và %(space2Name)s",
"unknown": "không rõ",
@ -1077,43 +949,16 @@
"Confirm new password": "Xác nhận mật khẩu mới",
"%(members)s and more": "%(members)s và nhiều người khác",
"Messages in this chat will be end-to-end encrypted.": "Tin nhắn trong phòng này sẽ được mã hóa đầu-cuối.",
"Failed to remove user": "Không thể loại bỏ người dùng",
"Unban from space": "Bỏ cấm trong space",
"Search all rooms": "Tìm tất cả phòng",
"Disinvite from room": "Không mời vào phòng nữa",
"%(count)s participants": {
"one": "1 người tham gia",
"other": "%(count)s người tham gia"
},
"The sender has blocked you from receiving this message": "Người gửi không cho bạn nhận tin nhắn này",
"%(displayName)s (%(matrixId)s)": "%(displayName)s (%(matrixId)s)",
"Search this room": "Tìm trong phòng này",
"Unable to decrypt message": "Không thể giải mã tin nhắn",
"Poll history": "Lịch sử bỏ phiếu",
"Ignore %(user)s": "Tảng lờ %(user)s",
"Remove from %(roomName)s": "Loại bỏ khỏi %(roomName)s",
"Remove them from specific things I'm able to": "Loại bỏ khỏi các phòng xác định mà tôi có thể",
"Ban from space": "Cấm khỏi space",
"Unban from room": "Bỏ cấm trong phòng",
"Ban from room": "Cấm khỏi phòng",
"Invites by email can only be sent one at a time": "Chỉ có thể gửi một thư điện tử mời mỗi lần",
"Room info": "Thông tin phòng",
"Remove them from everything I'm able to": "Loại bỏ khỏi mọi phòng mà tôi có thể",
"The beginning of the room": "Bắt đầu phòng",
"Pinned": "Đã ghim",
"Open room": "Mở phòng",
"Remove from room": "Loại bỏ khỏi phòng",
"%(members)s and %(last)s": "%(members)s và %(last)s",
"Edit link": "Sửa liên kết",
"Create a link": "Tạo liên kết",
"Text": "Chữ",
"Error starting verification": "Lỗi khi bắt đầu xác thực",
"Encrypting your message…": "Đang mã hóa tin nhắn…",
"Sending your message…": "Đang gửi tin nhắn…",
"This message could not be decrypted": "Không giải mã được tin nhắn",
"Remove from space": "Loại bỏ khỏi space",
"Disinvite from space": "Hủy lời mời vào space",
"All messages and invites from this user will be hidden. Are you sure you want to ignore them?": "Toàn bộ tin nhắn và lời mời từ người dùng này sẽ bị ẩn. Bạn có muốn tảng lờ người dùng?",
"When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.": "Khi bạn đăng xuất, các khóa sẽ được xóa khỏi thiết bị này, tức là bạn không thể đọc các tin nhắn được mã hóa trừ khi bạn có khóa cho chúng trong thiết bị khác, hoặc sao lưu chúng lên máy chủ.",
"Join %(roomAddress)s": "Tham gia %(roomAddress)s",
"Start DM anyway": "Cứ tạo phòng nhắn tin riêng",
@ -1146,11 +991,9 @@
"unavailable": "không có sẵn",
"Error details": "Chi tiết lỗi",
"Jump to date": "Nhảy đến ngày",
"Show Labs settings": "Hiện các cài đặt thử nghiệm",
"Message pending moderation: %(reason)s": "Tin nhắn chờ duyệt: %(reason)s",
"%(name)s started a video call": "%(name)s đã bắt đầu một cuộc gọi truyền hình",
"Video call ended": "Cuộc gọi truyền hình đã kết thúc",
"We were unable to start a chat with the other user.": "Chúng tôi không thể bắt đầu cuộc trò chuyện với người kia.",
"View poll in timeline": "Xem cuộc bỏ phiếu trong dòng thời gian",
"Click": "Nhấn",
"You will not be able to reactivate your account": "Bạn sẽ không thể kích hoạt lại tài khoản của bạn",
@ -1289,7 +1132,12 @@
"low_priority": "Ưu tiên thấp",
"historical": "Lịch sử",
"go_to_settings": "Đi tới Cài đặt",
"setup_secure_messages": "Cài đặt Tin nhắn được bảo toàn"
"setup_secure_messages": "Cài đặt Tin nhắn được bảo toàn",
"unencrypted": "Không được mã hóa",
"view_message": "Xem tin nhăn",
"joined": "Đã tham gia",
"show_more": "Cho xem nhiều hơn",
"are_you_sure": "Bạn có chắc không?"
},
"action": {
"continue": "Tiếp tục",
@ -1598,9 +1446,17 @@
"formatting_toolbar_label": "Định dạng",
"format_italics": "In nghiêng",
"format_insert_link": "Chèn liên kết",
"replying_title": "Đang trả lời"
"replying_title": "Đang trả lời",
"edit_composer_label": "Chỉnh sửa tin nhắn",
"send_voice_message": "Gửi tin nhắn thoại",
"stop_voice_message": "Dừng ghi",
"link_modal": {
"title_edit": "Sửa liên kết",
"title_create": "Tạo liên kết",
"text_field_label": "Chữ",
"link_field_label": "Liên kết"
}
},
"Link": "Liên kết",
"Code": "Mã",
"power_level": {
"default": "Mặc định",
@ -2611,7 +2467,18 @@
"one": "Gửi bởi %(count)s người",
"other": "Gửi bởi %(count)s người"
},
"read_receipts_label": "Thông báo đã đọc"
"read_receipts_label": "Thông báo đã đọc",
"error_no_renderer": "Sự kiện này không thể được hiển thị",
"undecryptable_tooltip": "Không giải mã được tin nhắn",
"send_state_sending": "Đang gửi tin nhắn…",
"send_state_encrypting": "Đang mã hóa tin nhắn…",
"send_state_sent": "Tin nhắn của bạn đã được gửi đi",
"send_state_failed": "Gửi thất bại",
"mab": {
"label": "Hành động tin nhắn",
"view_in_room": "Xem phòng này",
"copy_link_thread": "Sao chép liên kết vào chủ đề"
}
},
"slash_command": {
"spoiler": "Đánh dấu tin nhắn chỉ định thành một tin nhắn ẩn",
@ -2833,7 +2700,11 @@
"other": "%(count)s người đã tham gia"
},
"unknown_person": "người không rõ",
"connecting": "Đang kết nối"
"connecting": "Đang kết nối",
"unable_to_access_audio_input_title": "Không thể truy cập micrô của bạn",
"unable_to_access_audio_input_description": "Chúng tôi không thể truy cập micrô của bạn. Xin hãy kiểm tra trình duyệt của bạn và thử lại.",
"no_audio_input_title": "Không tìm thấy micrô",
"no_audio_input_description": "Chúng tôi không tìm thấy micrô trên thiết bị của bạn. Vui lòng kiểm tra các thiết lập của bạn và thử lại."
},
"Other": "Khác",
"room_settings": {
@ -2958,7 +2829,32 @@
"save": "Lưu thay đổi",
"leave_space": "Rời khỏi Space",
"aliases_section": "Các địa chỉ Phòng",
"other_section": "Khác"
"other_section": "Khác",
"error_updating_canonical_alias_title": "Lỗi khi cập nhật địa chỉ chính",
"error_updating_canonical_alias_description": "Đã xảy ra lỗi khi cập nhật địa chỉ chính của phòng. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"error_updating_alias_description": "Đã xảy ra lỗi khi cập nhật địa chỉ thay thế của phòng. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"error_creating_alias_title": "Lỗi khi tạo địa chỉ",
"error_creating_alias_description": "Đã xảy ra lỗi khi tạo địa chỉ đó. Nó có thể không được máy chủ cho phép hoặc xảy ra lỗi tạm thời.",
"error_deleting_alias_description_forbidden": "Bạn không có quyền xóa địa chỉ.",
"error_deleting_alias_description": "Đã xảy ra lỗi khi xóa địa chỉ đó. Nó có thể không còn tồn tại hoặc một lỗi tạm thời xảy ra.",
"error_deleting_alias_title": "Lỗi khi xóa địa chỉ",
"canonical_alias_field_label": "Địa chỉ chính",
"no_aliases_space": "space này không có địa chỉ cục bộ",
"no_aliases_room": "Phòng này không có địa chỉ địa phương",
"local_alias_field_label": "Địa chỉ địa phương",
"published_aliases_section": "Các địa chỉ công khai",
"published_aliases_explainer_space": "Địa chỉ đã xuất bản có thể được sử dụng bởi bất kỳ ai trên bất kỳ máy chủ nào để tham gia space của bạn.",
"published_aliases_explainer_room": "Bất kỳ ai trên bất kỳ máy chủ nào cũng có thể sử dụng các địa chỉ đã xuất bản để tham gia vào phòng của bạn.",
"published_aliases_description": "Để xuất bản một địa chỉ, trước tiên nó cần được đặt làm địa chỉ cục bộ.",
"aliases_items_label": "Các địa chỉ công khai khác:",
"aliases_no_items_label": "Chưa có địa chỉ đã xuất bản nào khác, hãy thêm một địa chỉ bên dưới",
"new_alias_placeholder": "Địa chỉ không khai mới",
"local_aliases_section": "Các địa chỉ địa phương",
"local_aliases_explainer_space": "Đặt địa chỉ cho space này để người dùng có thể tìm thấy space này thông qua máy chủ của bạn (%(localDomain)s)",
"local_aliases_explainer_room": "Đặt địa chỉ cho phòng này để người dùng có thể tìm thấy phòng này thông qua máy chủ của bạn (%(localDomain)s)",
"name_field_label": "Tên phòng",
"topic_field_label": "Chủ đề phòng",
"avatar_field_label": "Hình đại diện phòng"
},
"advanced": {
"unfederated": "Phòng này không thể truy cập từ xa bằng máy chủ Matrix",
@ -3057,7 +2953,13 @@
"verification_skip_warning": "Nếu không xác thực, bạn sẽ không thể truy cập vào tất cả tin nhắn của bạn và có thể hiển thị là không đáng tin cậy với những người khác.",
"verify_later": "Tôi sẽ xác thực sau",
"verify_reset_warning_1": "Sẽ không thể hoàn tác lại việc đặt lại các khóa xác thực của bạn. Sau khi đặt lại, bạn sẽ không có quyền truy cập vào các tin nhắn đã được mã hóa cũ, và bạn bè đã được xác thực trước đó bạn sẽ thấy các cảnh báo bảo mật cho đến khi bạn xác thực lại với họ.",
"verify_reset_warning_2": "Chỉ tiếp tục nếu bạn chắc chắn là mình đã mất mọi thiết bị khác và khóa bảo mật."
"verify_reset_warning_2": "Chỉ tiếp tục nếu bạn chắc chắn là mình đã mất mọi thiết bị khác và khóa bảo mật.",
"self_verification_hint": "Để tiến hành, vui lòng chấp nhận yêu cầu xác thực trên thiết bị khác của bạn.",
"waiting_for_user_accept": "Đang chờ %(displayName)s chấp nhận…",
"accepting": "Đang chấp nhận…",
"start_button": "Bắt đầu xác thực",
"error_starting_title": "Lỗi khi bắt đầu xác thực",
"error_starting_description": "Chúng tôi không thể bắt đầu cuộc trò chuyện với người kia."
},
"old_version_detected_title": "Đã phát hiện dữ liệu mật mã cũ",
"old_version_detected_description": "Dữ liệu từ phiên bản cũ hơn của %(brand)s đã được phát hiện. Điều này sẽ khiến mật mã end-to-end bị trục trặc trong phiên bản cũ hơn. Các tin nhắn được mã hóa end-to-end được trao đổi gần đây trong khi sử dụng phiên bản cũ hơn có thể không giải mã được trong phiên bản này. Điều này cũng có thể khiến các tin nhắn được trao đổi với phiên bản này bị lỗi. Nếu bạn gặp sự cố, hãy đăng xuất và đăng nhập lại. Để lưu lại lịch sử tin nhắn, hãy export và re-import các khóa của bạn.",
@ -3090,6 +2992,26 @@
"description_1": "Phiên này đã phát hiện rằng Cụm từ bảo mật và khóa cho Tin nhắn an toàn của bạn đã bị xóa.",
"description_2": "Nếu bạn vô tình làm điều này, bạn có thể Cài đặt Tin nhắn được bảo toàn trên phiên này. Tính năng này sẽ mã hóa lại lịch sử tin nhắn của phiên này bằng một phương pháp khôi phục mới.",
"warning": "Nếu bạn không xóa phương pháp khôi phục, kẻ tấn công có thể đang cố truy cập vào tài khoản của bạn. Thay đổi mật khẩu tài khoản của bạn và đặt phương pháp khôi phục mới ngay lập tức trong Cài đặt."
},
"setup_secure_backup": {
"explainer": "Sao lưu chìa khóa của bạn trước khi đăng xuất để tránh mất chúng.",
"title": "Cài đặt"
},
"cross_signing_user_warning": "Người dùng này chưa xác thực tất cả các phiên của họ.",
"cross_signing_user_normal": "Bạn chưa xác thực người dùng này.",
"cross_signing_user_verified": "Bạn đã xác thực người dùng này. Người dùng này đã xác thực tất cả các phiên của họ.",
"cross_signing_room_warning": "Ai đó đang sử dụng một phiên không xác định",
"cross_signing_room_normal": "Phòng này được mã hóa end-to-end",
"cross_signing_room_verified": "Mọi người trong phòng này đã được xác thực",
"event_shield_reason_authenticity_not_guaranteed": "Tính xác thực của tin nhắn được mã hóa này không thể được đảm bảo trên thiết bị này.",
"event_shield_reason_mismatched_sender_key": "Được mã hóa bởi một phiên chưa được xác thực",
"messages_not_secure": {
"title": "Tin nhắn của bạn không an toàn",
"heading": "Một trong những điều sau đây có thể bị xâm phạm:",
"cause_1": "Chủ nhà của bạn",
"cause_2": "Máy chủ nhà người dùng bạn đang xác thực được kết nối đến",
"cause_3": "Của bạn, hoặc kết nối internet của các người dùng khác",
"cause_4": "Của bạn, hoặc phiên của các người dùng khác"
}
},
"emoji": {
@ -3426,7 +3348,10 @@
"error_loading": "Lỗi khi tải widget",
"error_mixed_content": "Lỗi - Nội dung hỗn hợp",
"unmaximise": "Hủy thu nhỏ",
"popout": "Tiện ích bật ra"
"popout": "Tiện ích bật ra",
"unpin_to_view_right_panel": "Bỏ ghim widget này để xem nó trong bảng điều khiển này",
"close_to_view_right_panel": "Đóng widget này để xem nó trong bảng điều khiển này",
"set_room_layout": "Đặt bố cục phòng của tôi cho mọi người"
},
"feedback": {
"sent": "Đã gửi phản hồi",
@ -3517,7 +3442,8 @@
"my_threads_description": "Hiển thị tất cả các chủ đề bạn đã tham gia",
"show_thread_filter": "Hiển thị:",
"show_all_threads": "Hiển thị tất cả chủ đề",
"empty_heading": "Giữ các cuộc thảo luận được tổ chức với các chủ đề này"
"empty_heading": "Giữ các cuộc thảo luận được tổ chức với các chủ đề này",
"unable_to_decrypt": "Không thể giải mã tin nhắn"
},
"theme": {
"light_high_contrast": "Độ tương phản ánh sáng cao",
@ -3749,7 +3675,21 @@
"not_found_subtitle": "Bạn có chắc là bạn đang ở đúng chỗ?",
"inaccessible_name": "Không thể truy cập %(roomName)s vào lúc này.",
"inaccessible": "Phòng hoặc space này không thể truy cập được bây giờ.",
"join_failed_needs_invite": "Để xem %(roomName)s, bạn cần một lời mời"
"join_failed_needs_invite": "Để xem %(roomName)s, bạn cần một lời mời",
"jump_to_bottom_button": "Di chuyển đến các tin nhắn gần đây nhất",
"show_labs_settings": "Hiện các cài đặt thử nghiệm",
"upgrade_warning_bar": "Việc nâng cấp phòng này sẽ đóng phiên bản hiện tại của phòng và tạo một phòng được nâng cấp có cùng tên.",
"upgrade_warning_bar_upgraded": "Phòng này đã được nâng cấp.",
"upgrade_warning_bar_unstable": "Phòng này đang chạy phiên bản phòng <roomVersion /> mà máy chủ này đã đánh dấu là không ổn định <i>unstable</i>.",
"upgrade_warning_bar_admins": "Chỉ quản trị viên phòng mới thấy cảnh báo này",
"search": {
"this_room": "phòng này",
"all_rooms": "Tất cả các phòng",
"field_placeholder": "Tìm kiếm…",
"this_room_button": "Tìm trong phòng này",
"all_rooms_button": "Tìm tất cả phòng"
},
"jump_read_marker": "Chuyển đến tin nhắn chưa đọc đầu tiên."
},
"file_panel": {
"guest_note": "Bạn phải đăng ký <a>register</a> để sử dụng chức năng này",
@ -3969,5 +3909,87 @@
"invited_list_heading": "Đã mời",
"filter_placeholder": "Lọc thành viên phòng",
"power_label": "%(userName)s (chỉ số %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Bạn hiện chưa bật bất kỳ gói nhãn dán nào",
"empty_add_prompt": "Thêm một số ngay bây giờ"
},
"user_info": {
"error_revoke_3pid_invite_title": "Không thể thu hồi lời mời",
"error_revoke_3pid_invite_description": "Không thể thu hồi lời mời. Máy chủ có thể đang gặp sự cố tạm thời hoặc bạn không có đủ quyền để thu hồi lời mời.",
"admin_tools_section": "Công cụ quản trị",
"revoke_invite": "Thu hồi lời mời",
"invited_by": "Được %(sender)s mời",
"room_encrypted": "Tin nhắn trong phòng này đang được mã hóa đầu cuối.",
"room_encrypted_detail": "Tin nhắn của bạn được bảo mật và chỉ bạn và người nhận mới có chìa khóa duy nhất để mở khóa.",
"room_unencrypted": "Tin nhắn trong phòng này không được mã hóa đầu cuối.",
"room_unencrypted_detail": "Trong các phòng được mã hóa, tin nhắn của bạn được bảo mật và chỉ bạn và người nhận mới có chìa khóa duy nhất để mở khóa.",
"verify_button": "Xác thực người dùng",
"verify_explainer": "Để tăng cường bảo mật, hãy xác thực người dùng này bằng cách kiểm tra mã một lần trên cả hai thiết bị của bạn.",
"hide_verified_sessions": "Ẩn các phiên đã xác thực",
"hide_sessions": "Ẩn các phiên",
"ignore_confirm_title": "Tảng lờ %(user)s",
"ignore_confirm_description": "Toàn bộ tin nhắn và lời mời từ người dùng này sẽ bị ẩn. Bạn có muốn tảng lờ người dùng?",
"jump_to_rr_button": "Nhảy để đọc biên nhận",
"share_button": "Chia sẻ liên kết với người dùng",
"demote_self_confirm_title": "Giáng cấp bản thân?",
"demote_self_confirm_description_space": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang tự hạ cấp, nếu bạn là người dùng có đặc quyền cuối cùng trong space thì sẽ không thể lấy lại đặc quyền.",
"demote_self_confirm_room": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang tự giáng cấp bản thân, nếu bạn là người dùng cuối cùng có đặc quyền trong phòng, nó sẽ không thể lấy lại đặc quyền.",
"demote_button": "Giáng cấp",
"disinvite_button_space": "Hủy lời mời vào space",
"kick_button_space": "Loại bỏ khỏi space",
"disinvite_button_room": "Không mời vào phòng nữa",
"kick_button_room": "Loại bỏ khỏi phòng",
"disinvite_button_room_name": "Hủy mời từ %(roomName)s",
"kick_button_room_name": "Loại bỏ khỏi %(roomName)s",
"kick_button_space_everything": "Loại bỏ khỏi mọi phòng mà tôi có thể",
"kick_space_specific": "Loại bỏ khỏi các phòng xác định mà tôi có thể",
"kick_space_warning": "Họ sẽ vẫn có thể truy cập vào bất cứ gì mà bạn không phải là quản trị viên.",
"error_kicking_user": "Không thể loại bỏ người dùng",
"redact_button": "Bỏ các tin nhắn gần đây",
"unban_button_space": "Bỏ cấm trong space",
"ban_button_space": "Cấm khỏi space",
"unban_button_room": "Bỏ cấm trong phòng",
"ban_button_room": "Cấm khỏi phòng",
"unban_room_confirm_title": "Hủy cấm từ %(roomName)s",
"ban_room_confirm_title": "Cấm từ %(roomName)s",
"unban_space_everything": "Hủy cấm họ khỏi mọi thứ mà tôi có thể",
"ban_space_everything": "Cấm họ khỏi mọi thứ mà tôi có thể",
"unban_space_specific": "Hủy cấm họ khỏi những thứ cụ thể mà tôi có thể",
"ban_space_specific": "Cấm họ khỏi những thứ cụ thể mà tôi có thể",
"unban_space_warning": "Họ sẽ không thể truy cập vào bất cứ gì mà bạn không phải là quản trị viên.",
"error_ban_user": "Đã có lỗi khi chặn người dùng",
"error_mute_user": "Không thể tắt tiếng người dùng",
"promote_warning": "Bạn sẽ không thể hoàn tác thay đổi này vì bạn đang khuyến khích người dùng có cùng mức sức mạnh với bạn.",
"deactivate_confirm_title": "Hủy kích hoạt người dùng?",
"deactivate_confirm_description": "Việc hủy kích hoạt người dùng này sẽ đăng xuất họ và ngăn họ đăng nhập lại. Ngoài ra, họ sẽ rời khỏi tất cả các phòng mà họ đang ở. Không thể hoàn tác hành động này. Bạn có chắc chắn muốn hủy kích hoạt người dùng này không?",
"deactivate_confirm_action": "Hủy kích hoạt người dùng",
"error_deactivate": "Không thể hủy kích hoạt người dùng",
"role_label": "Vai trò trong <RoomName/>"
},
"right_panel": {
"pinned_messages": {
"title": "Tin nhắn đã ghim",
"empty": "Chưa có gì được ghim",
"explainer": "Nếu bạn có quyền, hãy mở menu trên bất kỳ tin nhắn nào và chọn Ghim <b>Pin</b> để dán chúng vào đây.",
"limits": {
"other": "Bạn chỉ có thể ghim tối đa %(count)s widget"
}
},
"video_room_chat": {
"title": "Trò chuyện"
},
"room_summary_card": {
"title": "Thông tin phòng"
},
"widgets_section": "Vật dụng",
"edit_integrations": "Chỉnh sửa tiện ích widget, cầu nối và bot",
"add_integrations": "Thêm các widget, bridge và bot",
"files_button": "Files",
"polls_button": "Lịch sử bỏ phiếu",
"pinned_messages_button": "Đã ghim",
"export_chat_button": "Xuất trò chuyện",
"share_button": "Phòng chia sẻ",
"settings_button": "Cài đặt phòng"
}
}

View file

@ -91,20 +91,8 @@
"Headphones": "Koptelefong",
"Folder": "Mappe",
"Warning!": "Let ip!",
"Are you sure?": "Zy je zeker?",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Versleuterde berichtn zyn beveiligd me eind-tout-eind-versleuterienge. Alleene dountvanger(s) en gy èn de sleuters vo deze berichtn te leezn.",
"Back up your keys before signing out to avoid losing them.": "Makt een back-up van je sleuters vooraleer da je jen afmeldt vo ze nie kwyt te speeln.",
"Start using Key Backup": "Begint me de sleuterback-up te gebruukn",
"This event could not be displayed": "Deze gebeurtenisse kostege nie weergegeevn wordn",
"Failed to ban user": "Verbann van gebruuker es mislukt",
"Demote yourself?": "Jen eigen degradeern?",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Je kut deze actie nie oungedoan moakn omda je jen eigen degradeert. A je de latste bevoorrechte gebruuker in t gesprek zyt, is t ounmeuglik van deze rechtn were te krygn.",
"Demote": "Degradeern",
"Failed to mute user": "Dempn van gebruuker es mislukt",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Je kut deze veranderiengn nie oungedoan moakn angezien da je de gebruuker tout tzelfste niveau als jen eigen promoveert.",
"Jump to read receipt": "Noar t latst geleezn bericht goan",
"Share Link to User": "Koppelienge me de gebruuker deeln",
"Admin Tools": "Beheerdersgereedschap",
"and %(count)s others...": {
"other": "en %(count)s anderen…",
"one": "en één andere…"
@ -119,29 +107,7 @@
"one": "(~%(count)s resultoat)"
},
"Join Room": "Gesprek toetreedn",
"Share room": "Gesprek deeln",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "Dit gesprek actualiseern goat de huudige instantie van t gesprek sluutn, en e geactualiseerde versie ounder dezelfste noame anmoakn.",
"This room has already been upgraded.": "Dit gesprek es al ipgewoardeerd gewist.",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "Dit gesprek droait ip groepsgespreksversie <roomVersion />, da deur deze thuusserver als <i>ounstabiel</i> gemarkeerd gewist es.",
"Only room administrators will see this warning": "Alleene de gespreksbeheerders goan deze woarschuwienge zien",
"This Room": "Dit gesprek",
"All Rooms": "Alle gesprekkn",
"Search…": "Zoekn…",
"You don't currently have any stickerpacks enabled": "Jè vo de moment geen stickerpakkettn ingeschoakeld",
"Add some now": "Voegt der nu e poar toe",
"Failed to revoke invite": "Intrekkn van duutnodigienge is mislukt",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "Kostege duutnodigienge nie intrekkn. De server oundervindt meuglik e tydelik probleem, of jèt ounvoldoende rechtn vo duutnodigienge in te trekkn.",
"Revoke invite": "Uutnodigienge intrekkn",
"Invited by %(sender)s": "Uutgenodigd deur %(sender)s",
"Jump to first unread message.": "Spriengt noa t eeste oungeleezn bericht.",
"Error updating main address": "Foute by t bywerkn van t hoofdadresse",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "t Es e foute ipgetreedn by t bywerkn van t hoofdadresse van t gesprek. Dit wor meugliks nie toegeloatn deur de server, of der es een tydelik probleem ipgetreedn.",
"Main address": "Hoofdadresse",
"not specified": "nie ingegeevn",
"This room has no local addresses": "Dit gesprek è geen lokoale adressn",
"Room avatar": "Gespreksavatar",
"Room Name": "Gespreksnoame",
"Room Topic": "Gespreksounderwerp",
"Sunday": "Zundag",
"Monday": "Moandag",
"Tuesday": "Diesndag",
@ -164,7 +130,6 @@
"Create new room": "E nieuw gesprek anmoakn",
"collapse": "toeklappn",
"expand": "uutklappn",
"Edit message": "Bericht bewerkn",
"Power level": "Machtsniveau",
"Custom level": "Angepast niveau",
"Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Kostege de gebeurtenisse woarip da der gereageerd gewist was nie loadn. Allichte bestoa ze nie, of è je geen toeloatienge vo ze te bekykn.",
@ -296,7 +261,6 @@
"Identity server URL does not appear to be a valid identity server": "De identiteitsserver-URL lykt geen geldige identiteitsserver te zyn",
"General failure": "Algemene foute",
"Session ID": "Sessie-ID",
"Set up": "Instelln",
"Edited at %(date)s. Click to view edits.": "Bewerkt ip %(date)s. Klikt vo de bewerkiengn te bekykn.",
"Message edits": "Berichtbewerkiengn",
"Upgrading this room requires closing down the current instance of the room and creating a new room in its place. To give room members the best possible experience, we will:": "Dit gesprek bywerkn vereist da je dhuudige instantie dervan ofsluut en in de plekke dervan e nieuw gesprek anmakt. Vo de gespreksleedn de best meuglike ervoarienge te biedn, goan me:",
@ -360,7 +324,8 @@
"low_priority": "Leige prioriteit",
"historical": "Historisch",
"go_to_settings": "Goa noa dinstelliengn",
"setup_secure_messages": "Beveiligde berichtn instelln"
"setup_secure_messages": "Beveiligde berichtn instelln",
"are_you_sure": "Zy je zeker?"
},
"action": {
"continue": "Verdergoan",
@ -444,7 +409,8 @@
"room_upgraded_notice": "Dit gesprek is vervangn gewist en is nie langer actief.",
"no_perms_notice": "Jèt geen toestemmienge voor in dit gesprek te postn",
"poll_button_no_perms_title": "Toestemmienge vereist",
"replying_title": "An t beantwoordn"
"replying_title": "An t beantwoordn",
"edit_composer_label": "Bericht bewerkn"
},
"Code": "Code",
"power_level": {
@ -767,7 +733,8 @@
},
"context_menu": {
"external_url": "Bron-URL"
}
},
"error_no_renderer": "Deze gebeurtenisse kostege nie weergegeevn wordn"
},
"slash_command": {
"shrug": "Plakt ¯\\_(ツ)_/¯ vóór e bericht zounder ipmoak",
@ -884,7 +851,14 @@
"url_preview_explainer": "A t er etwien een URL in e bericht invoegt, kut er een URL-voorvertonienge getoogd wordn me meer informoasje over de koppelienge, gelyk den titel, omschryvienge en e fotootje van de website.",
"url_previews_section": "URL-voorvertoniengn",
"aliases_section": "Gespreksadressn",
"other_section": "Overige"
"other_section": "Overige",
"error_updating_canonical_alias_title": "Foute by t bywerkn van t hoofdadresse",
"error_updating_canonical_alias_description": "t Es e foute ipgetreedn by t bywerkn van t hoofdadresse van t gesprek. Dit wor meugliks nie toegeloatn deur de server, of der es een tydelik probleem ipgetreedn.",
"canonical_alias_field_label": "Hoofdadresse",
"no_aliases_room": "Dit gesprek è geen lokoale adressn",
"name_field_label": "Gespreksnoame",
"topic_field_label": "Gespreksounderwerp",
"avatar_field_label": "Gespreksavatar"
},
"advanced": {
"unfederated": "Dit gesprek es nie toegankelik voor externe Matrix-servers",
@ -927,6 +901,10 @@
"recovery_method_removed": {
"title": "Herstelmethode verwyderd",
"warning": "A je de herstelmethode nie è verwyderd, is t meuglik dat der een anvaller toegank tout jen account probeert te verkrygn. Wyzigt ounmiddellik jen accountpaswoord en stelt e nieuwe herstelmethode in in dinstelliengn."
},
"setup_secure_backup": {
"explainer": "Makt een back-up van je sleuters vooraleer da je jen afmeldt vo ze nie kwyt te speeln.",
"title": "Instelln"
}
},
"auth": {
@ -1091,7 +1069,17 @@
"peek_join_prompt": "Je bekykt %(roomName)s. Wil je deran deelneemn?",
"no_peek_join_prompt": "%(roomName)s ku nie bekeekn wordn. Wil je deran deelneemn?",
"not_found_title_name": "%(roomName)s bestoa nie.",
"inaccessible_name": "%(roomName)s es vo de moment nie toegankelik."
"inaccessible_name": "%(roomName)s es vo de moment nie toegankelik.",
"upgrade_warning_bar": "Dit gesprek actualiseern goat de huudige instantie van t gesprek sluutn, en e geactualiseerde versie ounder dezelfste noame anmoakn.",
"upgrade_warning_bar_upgraded": "Dit gesprek es al ipgewoardeerd gewist.",
"upgrade_warning_bar_unstable": "Dit gesprek droait ip groepsgespreksversie <roomVersion />, da deur deze thuusserver als <i>ounstabiel</i> gemarkeerd gewist es.",
"upgrade_warning_bar_admins": "Alleene de gespreksbeheerders goan deze woarschuwienge zien",
"search": {
"this_room": "Dit gesprek",
"all_rooms": "Alle gesprekkn",
"field_placeholder": "Zoekn…"
},
"jump_read_marker": "Spriengt noa t eeste oungeleezn bericht."
},
"file_panel": {
"guest_note": "Je moe je <a>registreern</a> vo deze functie te gebruukn",
@ -1204,5 +1192,27 @@
"invited_list_heading": "Uutgenodigd",
"filter_placeholder": "Gespreksleedn filtern",
"power_label": "%(userName)s (macht %(powerLevelNumber)s)"
},
"stickers": {
"empty": "Jè vo de moment geen stickerpakkettn ingeschoakeld",
"empty_add_prompt": "Voegt der nu e poar toe"
},
"user_info": {
"error_revoke_3pid_invite_title": "Intrekkn van duutnodigienge is mislukt",
"error_revoke_3pid_invite_description": "Kostege duutnodigienge nie intrekkn. De server oundervindt meuglik e tydelik probleem, of jèt ounvoldoende rechtn vo duutnodigienge in te trekkn.",
"admin_tools_section": "Beheerdersgereedschap",
"revoke_invite": "Uutnodigienge intrekkn",
"invited_by": "Uutgenodigd deur %(sender)s",
"jump_to_rr_button": "Noar t latst geleezn bericht goan",
"share_button": "Koppelienge me de gebruuker deeln",
"demote_self_confirm_title": "Jen eigen degradeern?",
"demote_self_confirm_room": "Je kut deze actie nie oungedoan moakn omda je jen eigen degradeert. A je de latste bevoorrechte gebruuker in t gesprek zyt, is t ounmeuglik van deze rechtn were te krygn.",
"demote_button": "Degradeern",
"error_ban_user": "Verbann van gebruuker es mislukt",
"error_mute_user": "Dempn van gebruuker es mislukt",
"promote_warning": "Je kut deze veranderiengn nie oungedoan moakn angezien da je de gebruuker tout tzelfste niveau als jen eigen promoveert."
},
"right_panel": {
"share_button": "Gesprek deeln"
}
}

View file

@ -3,10 +3,8 @@
"Download %(text)s": "下载 %(text)s",
"Email address": "邮箱地址",
"Error decrypting attachment": "解密附件时出错",
"Failed to ban user": "封禁失败",
"Failed to forget room %(errCode)s": "忘记房间失败,错误代码: %(errCode)s",
"Failed to load timeline position": "加载时间线位置失败",
"Failed to mute user": "禁言用户失败",
"Failed to reject invite": "拒绝邀请失败",
"Failed to reject invitation": "拒绝邀请失败",
"Invalid file%(extra)s": "无效文件 %(extra)s",
@ -17,14 +15,11 @@
"A new password must be entered.": "必须输入新密码。",
"An error has occurred.": "发生了一个错误。",
"Join Room": "加入房间",
"Jump to first unread message.": "跳到第一条未读消息。",
"Admin Tools": "管理员工具",
"%(items)s and %(lastItem)s": "%(items)s 和 %(lastItem)s",
"and %(count)s others...": {
"other": "和其他%(count)s个人……",
"one": "和其它一个..."
},
"Are you sure?": "你确定吗?",
"Are you sure you want to leave the room '%(roomName)s'?": "你确定要离开房间 “%(roomName)s” 吗?",
"Are you sure you want to reject the invitation?": "你确定要拒绝邀请吗?",
"Custom level": "自定义级别",
@ -39,7 +34,6 @@
"Connectivity to the server has been lost.": "到服务器的连接已经丢失。",
"Unable to restore session": "无法恢复会话",
"New passwords must match each other.": "新密码必须互相匹配。",
"This room has no local addresses": "此房间没有本地地址",
"Please check your email and click on the link it contains. Once this is done, click continue.": "请检查你的电子邮箱并点击里面包含的链接。完成时请点击继续。",
"AM": "上午",
"PM": "下午",
@ -76,7 +70,6 @@
"Add an Integration": "添加集成",
"This will allow you to reset your password and receive notifications.": "这将允许你重置你的密码和接收通知。",
"Send": "发送",
"Jump to read receipt": "跳到阅读回执",
"Unnamed room": "未命名的房间",
"Delete Widget": "删除挂件",
"collapse": "折叠",
@ -86,9 +79,6 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s %(monthName)s %(day)s%(weekDayName)s",
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(fullYear)s %(monthName)s %(day)s %(time)s%(weekDayName)s",
"Restricted": "受限",
"You don't currently have any stickerpacks enabled": "你目前未启用任何贴纸包",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "如果你是房间中最后一位拥有权限的用户,在你降低自己的权限等级后将无法撤销此修改,你将无法重新获得权限。",
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "你将无法撤回此修改,因为此用户的权力级别将与你相同。",
"%(duration)ss": "%(duration)s 秒",
"%(duration)sm": "%(duration)s 分钟",
"%(duration)sh": "%(duration)s 小时",
@ -106,18 +96,15 @@
"Friday": "星期五",
"Changelog": "更改日志",
"Failed to send logs: ": "无法发送日志: ",
"This Room": "此房间",
"Unavailable": "无法获得",
"Filter results": "过滤结果",
"Tuesday": "星期二",
"Preparing to send logs": "正在准备发送日志",
"Saturday": "星期六",
"Monday": "星期一",
"All Rooms": "全部房间",
"Wednesday": "星期三",
"You cannot delete this message. (%(code)s)": "你无法删除这条消息。(%(code)s)",
"Thursday": "星期四",
"Search…": "搜索…",
"Logs sent": "日志已发送",
"Yesterday": "昨天",
"Thank you!": "谢谢!",
@ -126,11 +113,6 @@
"And %(count)s more...": {
"other": "和 %(count)s 个其他…"
},
"Demote yourself?": "是否降低你自己的权限?",
"Demote": "降权",
"This event could not be displayed": "无法显示此事件",
"Share Link to User": "分享链接给其他用户",
"Share room": "分享房间",
"Clear Storage and Sign Out": "清除存储并登出",
"Send Logs": "发送日志",
"Share Room Message": "分享房间消息",
@ -143,7 +125,6 @@
"This room is not public. You will not be able to rejoin without an invite.": "此房间不是公开房间。如果没有成员邀请,你将无法重新加入。",
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "在你查看并同意 <consentLink>我们的条款与要求</consentLink> 之前,你不能发送任何消息。",
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "尝试了加载此房间时间线上的特定点,但你没有查看相关消息的权限。",
"Only room administrators will see this warning": "此警告仅房间管理员可见",
"Failed to upgrade room": "房间升级失败",
"The room upgrade could not be completed": "房间可能没有完整地升级",
"Upgrade this room to version %(version)s": "升级此房间至版本 %(version)s",
@ -154,7 +135,6 @@
"Put a link back to the old room at the start of the new room so people can see old messages": "在新房间的开始处发送一条指回旧房间的链接,这样用户可以查看旧消息",
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "你的消息未被发送,因为本家服务器已达到其使用量限制之一。请 <a>联系你的服务管理员</a> 以继续使用本服务。",
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "你的消息未被发送,因为本家服务器已达到其每月活跃用户限制。请 <a>联系你的服务管理员</a> 以继续使用本服务。",
"Set up": "设置",
"Incompatible local cache": "本地缓存不兼容",
"Clear cache and resync": "清除缓存并重新同步",
"Incompatible Database": "数据库不兼容",
@ -226,15 +206,7 @@
"Headphones": "耳机",
"Folder": "文件夹",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "加密消息已使用端到端加密保护。只有你和拥有密钥的收件人可以阅读这些消息。",
"Back up your keys before signing out to avoid losing them.": "在登出之前请备份密钥以免丢失。",
"Start using Key Backup": "开始使用密钥备份",
"Add some now": "立即添加",
"Error updating main address": "更新主要地址时发生错误",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "更新房间的主要地址时发生错误。可能是此服务器不允许,也可能是出现了一个临时错误。",
"Main address": "主要地址",
"Room avatar": "房间头像",
"Room Name": "房间名称",
"Room Topic": "房间话题",
"The following users may not exist": "以下用户可能不存在",
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "找不到下列 Matrix ID 的用户资料,你还是要邀请吗?",
"Invite anyway and never warn me again": "还是邀请,不用再提醒我",
@ -263,12 +235,6 @@
"Invalid identity server discovery response": "无效的身份服务器搜索响应",
"General failure": "一般错误",
"Power level": "权力级别",
"This room is running room version <roomVersion />, which this homeserver has marked as <i>unstable</i>.": "此房间运行的房间版本是 <roomVersion /> ,此版本已被家服务器标记为 <i>不稳定</i> 。",
"Upgrading this room will shut down the current instance of the room and create an upgraded room with the same name.": "升级此房间将会关闭房间的当前实例并创建一个具有相同名称的升级版房间。",
"Failed to revoke invite": "撤销邀请失败",
"Could not revoke the invite. The server may be experiencing a temporary problem or you do not have sufficient permissions to revoke the invite.": "无法撤销邀请。此服务器可能出现了临时错误,或者你没有足够的权限来撤销邀请。",
"Revoke invite": "撤销邀请",
"Invited by %(sender)s": "被 %(sender)s 邀请",
"Remember my selection for this widget": "记住我对此挂件的选择",
"You signed in to a new session without verifying it:": "你登录了未经过验证的新会话:",
"Verify your other session using one of the options below.": "使用以下选项之一验证你的其他会话。",
@ -279,60 +245,20 @@
"Your homeserver has exceeded one of its resource limits.": "你的家服务器已超过某项资源限制。",
"Ok": "确定",
"Lock": "锁",
"Show more": "显示更多",
"This backup is trusted because it has been restored on this session": "此备份是受信任的因为它恢复到了此会话上",
"This user has not verified all of their sessions.": "此用户没有验证其全部会话。",
"You have not verified this user.": "你没有验证此用户。",
"You have verified this user. This user has verified all of their sessions.": "你验证了此用户。此用户已验证了其全部会话。",
"Deactivate account": "停用账户",
"To report a Matrix-related security issue, please read the Matrix.org <a>Security Disclosure Policy</a>.": "要报告 Matrix 相关的安全问题,请阅读 Matrix.org 的<a>安全公开策略</a>。",
"Someone is using an unknown session": "有人在使用未知会话",
"This room is end-to-end encrypted": "此房间是端到端加密的",
"Everyone in this room is verified": "房间中所有人都已被验证",
"Edit message": "编辑消息",
"Encrypted by an unverified session": "由未验证的会话加密",
"Unencrypted": "未加密",
"Encrypted by a deleted session": "由已删除的会话加密",
"The authenticity of this encrypted message can't be guaranteed on this device.": "此加密消息的真实性无法在此设备上保证。",
"Scroll to most recent messages": "滚动到最近的消息",
"This room is public": "此房间为公共的",
"This room has already been upgraded.": "此房间已经被升级。",
"Failed to connect to integration manager": "连接至集成管理器失败",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "更新此房间的备用地址时出现错误。可能是服务器不允许,也可能是出现了一个暂时的错误。",
"Error creating address": "创建地址时出现错误",
"There was an error creating that address. It may not be allowed by the server or a temporary failure occurred.": "创建地址时出现错误。可能是服务器不允许,也可能是出现了一个暂时的错误。",
"You don't have permission to delete the address.": "你没有权限删除此地址。",
"There was an error removing that address. It may no longer exist or a temporary error occurred.": "删除那个地址时出现错误。可能它已不存在,也可能出现了一个暂时的错误。",
"Error removing address": "删除地址时出现错误",
"Local address": "本地地址",
"Published Addresses": "公布的地址",
"Other published addresses:": "其他公布的地址:",
"No other published addresses yet, add one below": "还没有其他公布的地址,在下方添加一个",
"New published address (e.g. #alias:server)": "新的公布的地址(例如 #alias:server",
"Local Addresses": "本地地址",
"Set addresses for this room so users can find this room through your homeserver (%(localDomain)s)": "为此房间设置地址以便用户通过你的家服务器(%(localDomain)s找到此房间",
"Waiting for %(displayName)s to accept…": "正在等待%(displayName)s接受……",
"Accepting…": "正在接受……",
"Start Verification": "开始验证",
"Messages in this room are end-to-end encrypted.": "此房间内的消息端到端加密。",
"Your messages are secured and only you and the recipient have the unique keys to unlock them.": "你的消息是安全的,只有你和接收者有解开它们的唯一密钥。",
"Messages in this room are not end-to-end encrypted.": "此房间内的消息未端到端加密。",
"In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "在加密房间中,你的消息是安全的,只有你和接收者有解开它们的唯一密钥。",
"Verify User": "验证用户",
"For extra security, verify this user by checking a one-time code on both of your devices.": "为了更加安全,在你两个设备上检查一次性代码来验证此用户。",
"Your messages are not secure": "你的消息不安全",
"One of the following may be compromised:": "以下之一可能被损害:",
"Your homeserver": "你的家服务器",
"%(count)s verified sessions": {
"other": "%(count)s 个已验证的会话",
"one": "1 个已验证的会话"
},
"Hide verified sessions": "隐藏已验证的会话",
"%(count)s sessions": {
"other": "%(count)s 个会话",
"one": "%(count)s 个会话"
},
"Hide sessions": "隐藏会话",
"No recent messages by %(user)s found": "没有找到 %(user)s 最近发送的消息",
"Try scrolling up in the timeline to see if there are any earlier ones.": "请尝试在时间线中向上滚动以查看是否有更早的。",
"Remove recent messages by %(user)s": "删除 %(user)s 最近发送的消息",
@ -341,11 +267,6 @@
"other": "删除 %(count)s 条消息",
"one": "删除 1 条消息"
},
"Remove recent messages": "移除最近消息",
"Deactivate user?": "停用用户吗?",
"Deactivating this user will log them out and prevent them from logging back in. Additionally, they will leave all the rooms they are in. This action cannot be reversed. Are you sure you want to deactivate this user?": "停用此用户将会使其登出并阻止其再次登入。而且此用户也会离开其所在的所有房间。此操作不可逆。你确定要停用此用户吗?",
"Deactivate user": "停用用户",
"Failed to deactivate user": "停用用户失败",
"This client does not support end-to-end encryption.": "此客户端不支持端到端加密。",
"Verify by scanning": "扫码验证",
"Ask %(displayName)s to scan your code:": "请 %(displayName)s 扫描你的代码:",
@ -364,7 +285,6 @@
"You cancelled verification.": "你取消了验证。",
"Encryption not enabled": "未启用加密",
"The encryption used by this room isn't supported.": "不支持此房间使用的加密方式。",
"Message Actions": "消息操作",
"Show image": "显示图像",
"You have ignored this user, so their message is hidden. <a>Show anyways.</a>": "你已忽略此用户,所以其消息已被隐藏。<a>仍然显示。</a>",
"You verified %(name)s": "你验证了 %(name)s",
@ -570,7 +490,6 @@
"Afghanistan": "阿富汗",
"United States": "美国",
"United Kingdom": "英国",
"Room settings": "房间设置",
"Dial pad": "拨号盘",
"%(count)s members": {
"one": "%(count)s 位成员",
@ -586,7 +505,6 @@
"Information": "信息",
"Not encrypted": "未加密",
"Open dial pad": "打开拨号键盘",
"Your message was sent": "消息已发送",
"Leave space": "离开空间",
"Create a space": "创建空间",
"This version of %(brand)s does not support searching encrypted messages": "当前版本的 %(brand)s 不支持搜索加密消息",
@ -683,15 +601,11 @@
"This widget would like to:": "此挂件想要:",
"Approve widget permissions": "批准挂件权限",
"Modal Widget": "模态框挂件Modal Widget",
"Set my room layout for everyone": "将我的房间布局设置给所有人",
"Edit widgets, bridges & bots": "编辑挂件、桥接和机器人",
"Add widgets, bridges & bots": "添加挂件、桥接和机器人",
"Join the conference at the top of this room": "点击房间顶部加入会议",
"Join the conference from the room information card on the right": "从右侧的房间信息卡片加入会议",
"Video conference ended by %(senderName)s": "由 %(senderName)s 结束的视频会议",
"Video conference updated by %(senderName)s": "由 %(senderName)s 更新的视频会议",
"Video conference started by %(senderName)s": "由 %(senderName)s 发起的视频会议",
"Widgets": "挂件",
"Space selection": "空间选择",
"Invite to %(roomName)s": "邀请至 %(roomName)s",
"Invite by email": "通过邮箱邀请",
@ -855,7 +769,6 @@
"Not all selected were added": "并非所有选中的都被添加",
"You are not allowed to view this server's rooms list": "你不被允许查看此服务器的房间列表",
"Retry all": "全部重试",
"View message": "查看消息",
"%(count)s people you know have already joined": {
"one": "已有你所认识的 %(count)s 个人加入",
"other": "已有你所认识的 %(count)s 个人加入"
@ -869,15 +782,6 @@
"Use the <a>Desktop app</a> to see all encrypted files": "使用<a>桌面端应用</a>来查看所有加密文件",
"Add reaction": "添加反应",
"Error processing voice message": "处理语音消息时发生错误",
"You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the space it will be impossible to regain privileges.": "当你将自己降级后,你将无法撤销此更改。如果你是此空间的最后一名拥有权限的用户,则无法重新获得权限。",
"You can only pin up to %(count)s widgets": {
"other": "你仅能固定 %(count)s 个挂件"
},
"We didn't find a microphone on your device. Please check your settings and try again.": "我们没能在你的设备上找到麦克风。请检查设置并重试。",
"No microphone found": "未找到麦克风",
"We were unable to access your microphone. Please check your browser settings and try again.": "我们无法访问你的麦克风。 请检查浏览器设置并重试。",
"Unable to access your microphone": "无法访问你的麦克风",
"Failed to send": "发送失败",
"Are you sure you want to leave the space '%(spaceName)s'?": "你确定要离开空间「%(spaceName)s」吗",
"This space is not public. You will not be able to rejoin without an invite.": "此空间并不公开。在没有得到邀请的情况下,你将无法重新加入。",
"You are the only person here. If you leave, no one will be able to join in the future, including you.": "你是这里唯一的人。如果你离开了,以后包括你在内任何人都将无法加入。",
@ -900,18 +804,9 @@
"Message preview": "消息预览",
"Sent": "已发送",
"You don't have permission to do this": "你无权执行此操作",
"Pinned messages": "已固定的消息",
"If you have permissions, open the menu on any message and select <b>Pin</b> to stick them here.": "如果你拥有权限,请打开任何消息的菜单并选择<b>固定</b>将它们粘贴至此。",
"Nothing pinned, yet": "尚无固定任何东西",
"Please provide an address": "请提供地址",
"Message search initialisation failed, check <a>your settings</a> for more information": "消息搜索初始化失败,请检查<a>你的设置</a>以获取更多信息",
"Set addresses for this space so users can find this space through your homeserver (%(localDomain)s)": "设置此空间的地址,这样用户就能通过你的家服务器找到此空间(%(localDomain)s",
"To publish an address, it needs to be set as a local address first.": "要公布地址,首先需要将其设为本地地址。",
"Published addresses can be used by anyone on any server to join your room.": "任何服务器上的人均可通过公布的地址加入你的房间。",
"Published addresses can be used by anyone on any server to join your space.": "任何服务器上的人均可通过公布的地址加入你的空间。",
"This space has no local addresses": "此空间没有本地地址",
"Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.": "你的 %(brand)s 不允许你使用集成管理器来完成此操作,请联系管理员。",
"Send voice message": "发送语音消息",
"Unable to copy a link to the room to the clipboard.": "无法将房间的链接复制到剪贴板。",
"Unable to copy room link": "无法复制房间链接",
"Error downloading audio": "下载音频时出错",
@ -955,11 +850,9 @@
"No answer": "无响应",
"Call back": "回拨",
"Call declined": "拒绝通话",
"Stop recording": "停止录制",
"Rooms and spaces": "房间与空间",
"Results": "结果",
"Some encryption parameters have been changed.": "一些加密参数已更改。",
"Role in <RoomName/>": "<RoomName/> 中的角色",
"To join a space you'll need an invite.": "要加入一个空间,你需要一个邀请。",
"Would you like to leave the rooms in this space?": "你想俩开此空间内的房间吗?",
"You are about to leave <spaceName/>.": "你即将离开 <spaceName/>。",
@ -968,40 +861,21 @@
"Don't leave any rooms": "不离开任何房间",
"MB": "MB",
"In reply to <a>this message</a>": "答复<a>此消息</a>",
"Export chat": "导出聊天",
"Skip verification for now": "暂时跳过验证",
"Really reset verification keys?": "确实要重置验证密钥?",
"Disinvite from %(roomName)s": "取消邀请加入 %(roomName)s",
"They won't be able to access whatever you're not an admin of.": "他们将无法访问你不是管理员的一切。",
"Ban them from specific things I'm able to": "禁止这些人做某些我有权决定的事",
"Unban them from specific things I'm able to": "解除我权限范围内对这些人的某些禁令",
"Ban them from everything I'm able to": "禁止这些人做任何我有权决定的事",
"Unban them from everything I'm able to": "解除我权限范围内对这些人的所有禁令",
"Ban from %(roomName)s": "禁止进入 %(roomName)s",
"Unban from %(roomName)s": "解除 %(roomName)s 禁令",
"They'll still be able to access whatever you're not an admin of.": "他们仍然可以访问任何你不是管理员的地方。",
"Downloading": "下载中",
"%(count)s reply": {
"one": "%(count)s 条回复",
"other": "%(count)s 条回复"
},
"View in room": "在房间内查看",
"Enter your Security Phrase or <button>use your Security Key</button> to continue.": "输入安全短语或<button>使用安全密钥</button>以继续。",
"Joined": "已加入",
"Joining": "加入中",
"Regain access to your account and recover encryption keys stored in this session. Without them, you won't be able to read all of your secure messages in any session.": "重新获取账户访问权限并恢复存储在此会话中的加密密钥。 没有它们,您将无法在任何会话中阅读所有安全消息。",
"If you can't see who you're looking for, send them your invite link below.": "如果您看不到您要找的人,请将您的邀请链接发送给他们。",
"In encrypted rooms, verify all users to ensure it's secure.": "在加密房间中,验证所有用户以确保其安全。",
"Yours, or the other users' session": "你或其他用户的会话",
"Yours, or the other users' internet connection": "你或其他用户的互联网连接",
"The homeserver the user you're verifying is connected to": "你正在验证的用户所连接的家服务器",
"Copy link to thread": "复制到消息列的链接",
"Thread options": "消息列选项",
"Reply in thread": "在消息列中回复",
"Forget": "忘记",
"Files": "文件",
"Close this widget to view it in this panel": "关闭此小部件以在此面板中查看",
"Unpin this widget to view it in this panel": "取消固定此小部件以在此面板中查看",
"%(spaceName)s and %(count)s others": {
"one": "%(spaceName)s 和其他 %(count)s 个空间",
"other": "%(spaceName)s 和其他 %(count)s 个空间"
@ -1022,7 +896,6 @@
"Moderation": "审核",
"Messaging": "消息传递",
"Spaces you know that contain this space": "你知道的包含这个空间的空间",
"Chat": "聊天",
"Recently viewed": "最近查看",
"%(count)s votes cast. Vote to see the results": {
"one": "票数已达 %(count)s 票。要查看结果请亲自投票",
@ -1052,25 +925,15 @@
"Sections to show": "要显示的部分",
"Open in OpenStreetMap": "在 OpenStreetMap 中打开",
"%(space1Name)s and %(space2Name)s": "%(space1Name)s 与 %(space2Name)s",
"Failed to remove user": "移除用户失败",
"Pinned": "已固定",
"To proceed, please accept the verification request on your other device.": "要继续进行,请接受你另一设备上的验证请求。",
"%(count)s participants": {
"other": "%(count)s 名参与者",
"one": "一名参与者"
},
"Open thread": "打开消息列",
"Show Labs settings": "显示实验室设置",
"Add new server…": "添加新的服务器…",
"Verify other device": "验证其他设备",
"Unban from space": "从空间取消封锁",
"Disinvite from room": "从房间取消邀请",
"Remove from space": "从空间移除",
"Disinvite from space": "从空间取消邀请",
"Saved Items": "已保存的项目",
"%(members)s and %(last)s": "%(members)s和%(last)s",
"%(members)s and more": "%(members)s和更多",
"From a thread": "来自消息列",
"If you can't find the room you're looking for, ask for an invite or create a new room.": "若你找不到要找的房间,请请求邀请或创建新房间。",
"Device verified": "设备已验证",
"Explore public spaces in the new search dialog": "在新的搜索对话框中探索公开空间",
@ -1103,11 +966,6 @@
"The beginning of the room": "房间的开头",
"You cancelled verification on your other device.": "你在其他设备上取消了验证。",
"Almost there! Is your other device showing the same shield?": "快完成了!你的其他设备显示相同盾牌吗?",
"Ban from room": "从房间封禁",
"Unban from room": "从房间取消解封",
"Ban from space": "从空间封禁",
"Remove from %(roomName)s": "从%(roomName)s移除",
"Remove from room": "从房间移除",
"What location type do you want to share?": "你想分享什么位置类型?",
"Drop a Pin": "放置图钉",
"My live location": "我的实时位置",
@ -1177,7 +1035,6 @@
"Choose a locale": "选择区域设置",
"%(securityKey)s or %(recoveryFile)s": "%(securityKey)s或%(recoveryFile)s",
"Uncheck if you also want to remove system messages on this user (e.g. membership change, profile change…)": "若你也想移除关于此用户的系统消息(例如,成员更改、用户资料更改……),则取消勾选",
"Room info": "房间信息",
"<w>WARNING:</w> <description/>": "<w>警告:</w><description/>",
"common": {
"about": "关于",
@ -1287,7 +1144,12 @@
"low_priority": "低优先级",
"historical": "历史",
"go_to_settings": "打开设置",
"setup_secure_messages": "设置安全消息"
"setup_secure_messages": "设置安全消息",
"unencrypted": "未加密",
"view_message": "查看消息",
"joined": "已加入",
"show_more": "显示更多",
"are_you_sure": "你确定吗?"
},
"action": {
"continue": "继续",
@ -1590,7 +1452,10 @@
"poll_button": "投票",
"format_italics": "斜体",
"format_insert_link": "插入链接",
"replying_title": "正在回复"
"replying_title": "正在回复",
"edit_composer_label": "编辑消息",
"send_voice_message": "发送语音消息",
"stop_voice_message": "停止录制"
},
"Code": "代码",
"power_level": {
@ -2543,7 +2408,16 @@
"one": "已被%(count)s人查看",
"other": "已被%(count)s人查看"
},
"read_receipts_label": "已读回执"
"read_receipts_label": "已读回执",
"thread_info_basic": "来自消息列",
"error_no_renderer": "无法显示此事件",
"send_state_sent": "消息已发送",
"send_state_failed": "发送失败",
"mab": {
"label": "消息操作",
"view_in_room": "在房间内查看",
"copy_link_thread": "复制到消息列的链接"
}
},
"slash_command": {
"spoiler": "此消息包含剧透",
@ -2751,7 +2625,11 @@
"other": "%(count)s个人已加入"
},
"unknown_person": "陌生人",
"connecting": "连接中"
"connecting": "连接中",
"unable_to_access_audio_input_title": "无法访问你的麦克风",
"unable_to_access_audio_input_description": "我们无法访问你的麦克风。 请检查浏览器设置并重试。",
"no_audio_input_title": "未找到麦克风",
"no_audio_input_description": "我们没能在你的设备上找到麦克风。请检查设置并重试。"
},
"Other": "其他",
"room_settings": {
@ -2873,7 +2751,32 @@
"save": "保存修改",
"leave_space": "离开空间",
"aliases_section": "房间地址",
"other_section": "其他"
"other_section": "其他",
"error_updating_canonical_alias_title": "更新主要地址时发生错误",
"error_updating_canonical_alias_description": "更新房间的主要地址时发生错误。可能是此服务器不允许,也可能是出现了一个临时错误。",
"error_updating_alias_description": "更新此房间的备用地址时出现错误。可能是服务器不允许,也可能是出现了一个暂时的错误。",
"error_creating_alias_title": "创建地址时出现错误",
"error_creating_alias_description": "创建地址时出现错误。可能是服务器不允许,也可能是出现了一个暂时的错误。",
"error_deleting_alias_description_forbidden": "你没有权限删除此地址。",
"error_deleting_alias_description": "删除那个地址时出现错误。可能它已不存在,也可能出现了一个暂时的错误。",
"error_deleting_alias_title": "删除地址时出现错误",
"canonical_alias_field_label": "主要地址",
"no_aliases_space": "此空间没有本地地址",
"no_aliases_room": "此房间没有本地地址",
"local_alias_field_label": "本地地址",
"published_aliases_section": "公布的地址",
"published_aliases_explainer_space": "任何服务器上的人均可通过公布的地址加入你的空间。",
"published_aliases_explainer_room": "任何服务器上的人均可通过公布的地址加入你的房间。",
"published_aliases_description": "要公布地址,首先需要将其设为本地地址。",
"aliases_items_label": "其他公布的地址:",
"aliases_no_items_label": "还没有其他公布的地址,在下方添加一个",
"new_alias_placeholder": "新的公布的地址(例如 #alias:server",
"local_aliases_section": "本地地址",
"local_aliases_explainer_space": "设置此空间的地址,这样用户就能通过你的家服务器找到此空间(%(localDomain)s",
"local_aliases_explainer_room": "为此房间设置地址以便用户通过你的家服务器(%(localDomain)s找到此房间",
"name_field_label": "房间名称",
"topic_field_label": "房间话题",
"avatar_field_label": "房间头像"
},
"advanced": {
"unfederated": "此房间无法被远程 Matrix 服务器访问",
@ -2966,7 +2869,11 @@
"verification_success_without_backup": "你的新设备现已验证。其他用户将会视其为受信任的。",
"verification_skip_warning": "如果不进行验证,您将无法访问您的所有消息,并且在其他人看来可能不受信任。",
"verify_later": "我稍后进行验证",
"verify_reset_warning_1": "无法撤消重置验证密钥的操作。重置后,你将无法访问旧的加密消息,任何之前验证过你的朋友将看到安全警告,直到你再次和他们进行验证。"
"verify_reset_warning_1": "无法撤消重置验证密钥的操作。重置后,你将无法访问旧的加密消息,任何之前验证过你的朋友将看到安全警告,直到你再次和他们进行验证。",
"self_verification_hint": "要继续进行,请接受你另一设备上的验证请求。",
"waiting_for_user_accept": "正在等待%(displayName)s接受……",
"accepting": "正在接受……",
"start_button": "开始验证"
},
"old_version_detected_title": "检测到旧的加密数据",
"old_version_detected_description": "已检测到旧版%(brand)s的数据这将导致端到端加密在旧版本中发生故障。在此版本中使用旧版本交换的端到端加密消息可能无法解密。这也可能导致与此版本交换的消息失败。如果你遇到问题请登出并重新登录。要保留历史消息请先导出并在重新登录后导入你的密钥。",
@ -2999,6 +2906,26 @@
"description_1": "此会话已检测到你的安全短语和安全消息密钥被移除。",
"description_2": "如果你出于意外这样做了,你可以在此会话上设置安全消息,以使用新的加密方式重新加密此会话的消息历史。",
"warning": "如果你没有移除此恢复方式,可能有攻击者正试图侵入你的账户。请立即更改你的账户密码并在设置中设定一个新的恢复方式。"
},
"setup_secure_backup": {
"explainer": "在登出之前请备份密钥以免丢失。",
"title": "设置"
},
"cross_signing_user_warning": "此用户没有验证其全部会话。",
"cross_signing_user_normal": "你没有验证此用户。",
"cross_signing_user_verified": "你验证了此用户。此用户已验证了其全部会话。",
"cross_signing_room_warning": "有人在使用未知会话",
"cross_signing_room_normal": "此房间是端到端加密的",
"cross_signing_room_verified": "房间中所有人都已被验证",
"event_shield_reason_authenticity_not_guaranteed": "此加密消息的真实性无法在此设备上保证。",
"event_shield_reason_mismatched_sender_key": "由未验证的会话加密",
"messages_not_secure": {
"title": "你的消息不安全",
"heading": "以下之一可能被损害:",
"cause_1": "你的家服务器",
"cause_2": "你正在验证的用户所连接的家服务器",
"cause_3": "你或其他用户的互联网连接",
"cause_4": "你或其他用户的会话"
}
},
"emoji": {
@ -3322,7 +3249,10 @@
"error_loading": "加载挂件时发生错误",
"error_mixed_content": "错误 - 混合内容",
"unmaximise": "取消最大化",
"popout": "在弹出式窗口中打开挂件"
"popout": "在弹出式窗口中打开挂件",
"unpin_to_view_right_panel": "取消固定此小部件以在此面板中查看",
"close_to_view_right_panel": "关闭此小部件以在此面板中查看",
"set_room_layout": "将我的房间布局设置给所有人"
},
"feedback": {
"sent": "反馈已发送",
@ -3407,7 +3337,8 @@
"show_all_threads": "显示所有消息列",
"empty_explainer": "消息列帮助保持你的对话切题并易于追踪。",
"empty_tip": "<b>实用提示:</b>悬停在消息上时使用“%(replyInThread)s”。",
"empty_heading": "用消息列使讨论井然有序"
"empty_heading": "用消息列使讨论井然有序",
"open_thread": "打开消息列"
},
"theme": {
"light_high_contrast": "浅色高对比",
@ -3636,7 +3567,19 @@
"inaccessible_subtitle_2": "尝试访问房间或空间时返回%(errcode)s。若你认为你看到这条消息是有问题的请<issueLink>提交bug报告</issueLink>。",
"join_failed_needs_invite": "你需要一个邀请来查看 %(roomName)s",
"view_failed_enable_video_rooms": "查看前请在实验室允许虚拟房间",
"join_failed_enable_video_rooms": "加入前请在实验室允许虚拟房间"
"join_failed_enable_video_rooms": "加入前请在实验室允许虚拟房间",
"jump_to_bottom_button": "滚动到最近的消息",
"show_labs_settings": "显示实验室设置",
"upgrade_warning_bar": "升级此房间将会关闭房间的当前实例并创建一个具有相同名称的升级版房间。",
"upgrade_warning_bar_upgraded": "此房间已经被升级。",
"upgrade_warning_bar_unstable": "此房间运行的房间版本是 <roomVersion /> ,此版本已被家服务器标记为 <i>不稳定</i> 。",
"upgrade_warning_bar_admins": "此警告仅房间管理员可见",
"search": {
"this_room": "此房间",
"all_rooms": "全部房间",
"field_placeholder": "搜索…"
},
"jump_read_marker": "跳到第一条未读消息。"
},
"file_panel": {
"guest_note": "你必须 <a>注册</a> 以使用此功能",
@ -3849,5 +3792,82 @@
"invited_list_heading": "已邀请",
"filter_placeholder": "过滤房间成员",
"power_label": "%(userName)s权力 %(powerLevelNumber)s"
},
"stickers": {
"empty": "你目前未启用任何贴纸包",
"empty_add_prompt": "立即添加"
},
"user_info": {
"error_revoke_3pid_invite_title": "撤销邀请失败",
"error_revoke_3pid_invite_description": "无法撤销邀请。此服务器可能出现了临时错误,或者你没有足够的权限来撤销邀请。",
"admin_tools_section": "管理员工具",
"revoke_invite": "撤销邀请",
"invited_by": "被 %(sender)s 邀请",
"room_encrypted": "此房间内的消息端到端加密。",
"room_encrypted_detail": "你的消息是安全的,只有你和接收者有解开它们的唯一密钥。",
"room_unencrypted": "此房间内的消息未端到端加密。",
"room_unencrypted_detail": "在加密房间中,你的消息是安全的,只有你和接收者有解开它们的唯一密钥。",
"verify_button": "验证用户",
"verify_explainer": "为了更加安全,在你两个设备上检查一次性代码来验证此用户。",
"hide_verified_sessions": "隐藏已验证的会话",
"hide_sessions": "隐藏会话",
"jump_to_rr_button": "跳到阅读回执",
"share_button": "分享链接给其他用户",
"demote_self_confirm_title": "是否降低你自己的权限?",
"demote_self_confirm_description_space": "当你将自己降级后,你将无法撤销此更改。如果你是此空间的最后一名拥有权限的用户,则无法重新获得权限。",
"demote_self_confirm_room": "如果你是房间中最后一位拥有权限的用户,在你降低自己的权限等级后将无法撤销此修改,你将无法重新获得权限。",
"demote_button": "降权",
"disinvite_button_space": "从空间取消邀请",
"kick_button_space": "从空间移除",
"disinvite_button_room": "从房间取消邀请",
"kick_button_room": "从房间移除",
"disinvite_button_room_name": "取消邀请加入 %(roomName)s",
"kick_button_room_name": "从%(roomName)s移除",
"kick_space_warning": "他们仍然可以访问任何你不是管理员的地方。",
"error_kicking_user": "移除用户失败",
"redact_button": "移除最近消息",
"unban_button_space": "从空间取消封锁",
"ban_button_space": "从空间封禁",
"unban_button_room": "从房间取消解封",
"ban_button_room": "从房间封禁",
"unban_room_confirm_title": "解除 %(roomName)s 禁令",
"ban_room_confirm_title": "禁止进入 %(roomName)s",
"unban_space_everything": "解除我权限范围内对这些人的所有禁令",
"ban_space_everything": "禁止这些人做任何我有权决定的事",
"unban_space_specific": "解除我权限范围内对这些人的某些禁令",
"ban_space_specific": "禁止这些人做某些我有权决定的事",
"unban_space_warning": "他们将无法访问你不是管理员的一切。",
"error_ban_user": "封禁失败",
"error_mute_user": "禁言用户失败",
"promote_warning": "你将无法撤回此修改,因为此用户的权力级别将与你相同。",
"deactivate_confirm_title": "停用用户吗?",
"deactivate_confirm_description": "停用此用户将会使其登出并阻止其再次登入。而且此用户也会离开其所在的所有房间。此操作不可逆。你确定要停用此用户吗?",
"deactivate_confirm_action": "停用用户",
"error_deactivate": "停用用户失败",
"role_label": "<RoomName/> 中的角色"
},
"right_panel": {
"pinned_messages": {
"title": "已固定的消息",
"empty": "尚无固定任何东西",
"explainer": "如果你拥有权限,请打开任何消息的菜单并选择<b>固定</b>将它们粘贴至此。",
"limits": {
"other": "你仅能固定 %(count)s 个挂件"
}
},
"video_room_chat": {
"title": "聊天"
},
"room_summary_card": {
"title": "房间信息"
},
"widgets_section": "挂件",
"edit_integrations": "编辑挂件、桥接和机器人",
"add_integrations": "添加挂件、桥接和机器人",
"files_button": "文件",
"pinned_messages_button": "已固定",
"export_chat_button": "导出聊天",
"share_button": "分享房间",
"settings_button": "房间设置"
}
}

Some files were not shown because too many files have changed in this diff Show more