From df4a2218d752c11e6d90595944b4a0a3e088b9d6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 22 Aug 2023 20:55:15 +0100 Subject: [PATCH] Align `action_*` strings with Element X project in Localazy (#11437) --- src/LegacyCallHandler.tsx | 2 +- src/Lifecycle.ts | 2 +- src/SlashCommands.tsx | 4 +- .../eventindex/DisableEventIndexDialog.tsx | 2 +- .../eventindex/ManageEventIndexDialog.tsx | 4 +- .../security/CreateKeyBackupDialog.tsx | 4 +- .../security/CreateSecretStorageDialog.tsx | 18 +++--- .../security/NewRecoveryMethodDialog.tsx | 2 +- src/components/structures/MatrixChat.tsx | 6 +- src/components/structures/RoomView.tsx | 2 +- src/components/structures/SpaceHierarchy.tsx | 2 +- src/components/structures/SpaceRoomView.tsx | 6 +- src/components/structures/ViewSource.tsx | 4 +- .../structures/auth/ForgotPassword.tsx | 2 +- src/components/structures/auth/Login.tsx | 2 +- .../structures/auth/SetupEncryptionBody.tsx | 2 +- .../auth/forgot-password/CheckEmail.tsx | 2 +- .../auth/InteractiveAuthEntryComponents.tsx | 4 +- .../views/beacon/OwnBeaconStatus.tsx | 4 +- .../views/beacon/RoomLiveShareWarning.tsx | 2 +- .../context_menus/MessageContextMenu.tsx | 16 ++--- .../views/context_menus/RoomContextMenu.tsx | 4 +- .../context_menus/RoomGeneralContextMenu.tsx | 4 +- .../views/context_menus/SpaceContextMenu.tsx | 2 +- .../views/context_menus/WidgetContextMenu.tsx | 4 +- .../dialogs/AddExistingToSpaceDialog.tsx | 2 +- .../views/dialogs/ConfirmRedactDialog.tsx | 2 +- .../views/dialogs/CreateRoomDialog.tsx | 2 +- src/components/views/dialogs/ErrorDialog.tsx | 2 +- src/components/views/dialogs/ExportDialog.tsx | 2 +- .../views/dialogs/IncomingSasDialog.tsx | 2 +- src/components/views/dialogs/InfoDialog.tsx | 2 +- .../dialogs/IntegrationsDisabledDialog.tsx | 2 +- .../dialogs/IntegrationsImpossibleDialog.tsx | 2 +- src/components/views/dialogs/InviteDialog.tsx | 6 +- .../KeySignatureUploadFailedDialog.tsx | 2 +- .../views/dialogs/LazyLoadingResyncDialog.tsx | 2 +- .../views/dialogs/ModuleUiDialog.tsx | 2 +- .../views/dialogs/QuestionDialog.tsx | 2 +- .../dialogs/RegistrationEmailPromptDialog.tsx | 2 +- .../views/dialogs/ReportEventDialog.tsx | 2 +- .../views/dialogs/ServerPickerDialog.tsx | 4 +- .../views/dialogs/SetEmailDialog.tsx | 11 +++- .../dialogs/SlidingSyncOptionsDialog.tsx | 2 +- src/components/views/dialogs/TermsDialog.tsx | 2 +- .../views/dialogs/UntrustedDeviceDialog.tsx | 2 +- .../views/dialogs/UploadFailureDialog.tsx | 4 +- .../dialogs/WidgetOpenIDPermissionsDialog.tsx | 2 +- .../views/dialogs/devtools/Event.tsx | 2 +- .../dialogs/devtools/VerificationExplorer.tsx | 2 +- .../views/dialogs/oidc/OidcLogoutDialog.tsx | 2 +- .../security/AccessSecretStorageDialog.tsx | 4 +- .../security/CreateCrossSigningDialog.tsx | 2 +- .../security/RestoreKeyBackupDialog.tsx | 6 +- .../dialogs/spotlight/SpotlightDialog.tsx | 2 +- .../views/elements/AppPermission.tsx | 2 +- .../views/elements/CopyableText.tsx | 2 +- .../views/elements/EditableItemList.tsx | 11 +++- src/components/views/elements/LearnMore.tsx | 2 +- .../views/elements/PollCreateDialog.tsx | 2 +- src/components/views/elements/SSOButtons.tsx | 2 +- .../views/elements/ServerPicker.tsx | 2 +- .../views/location/EnableLiveShare.tsx | 2 +- src/components/views/location/MapError.tsx | 2 +- .../views/location/shareLocation.ts | 2 +- src/components/views/messages/CallEvent.tsx | 4 +- .../views/messages/EditHistoryMessage.tsx | 4 +- .../views/messages/LegacyCallEvent.tsx | 4 +- .../messages/MKeyVerificationRequest.tsx | 2 +- .../views/messages/MessageActionBar.tsx | 8 +-- src/components/views/messages/TextualBody.tsx | 2 +- .../views/messages/TileErrorBoundary.tsx | 2 +- src/components/views/pips/WidgetPip.tsx | 4 +- src/components/views/right_panel/UserInfo.tsx | 4 +- .../views/right_panel/VerificationPanel.tsx | 6 +- .../room_settings/RoomProfileSettings.tsx | 2 +- .../views/rooms/EditMessageComposer.tsx | 2 +- src/components/views/rooms/EntityTile.tsx | 2 +- .../views/rooms/LegacyRoomHeader.tsx | 2 +- .../views/rooms/MessageComposerFormatBar.tsx | 2 +- src/components/views/rooms/RoomList.tsx | 6 +- src/components/views/rooms/RoomListHeader.tsx | 2 +- .../views/rooms/RoomPreviewCard.tsx | 2 +- .../components/EditionButtons.tsx | 2 +- .../components/FormattingButtons.tsx | 2 +- .../wysiwyg_composer/components/LinkModal.tsx | 4 +- .../views/settings/AvatarSetting.tsx | 2 +- .../views/settings/EventIndexPanel.tsx | 2 +- .../views/settings/ProfileSettings.tsx | 2 +- src/components/views/settings/SetIdServer.tsx | 4 +- .../views/settings/SpellCheckSettings.tsx | 2 +- .../views/settings/account/EmailAddresses.tsx | 6 +- .../views/settings/account/PhoneNumbers.tsx | 6 +- .../settings/devices/DeviceDetailHeading.tsx | 2 +- .../tabs/room/GeneralRoomSettingsTab.tsx | 4 +- .../tabs/room/NotificationSettingsTab.tsx | 2 +- .../tabs/user/MjolnirUserSettingsTab.tsx | 2 +- .../tabs/user/SecurityUserSettingsTab.tsx | 4 +- .../views/spaces/SpaceCreateMenu.tsx | 2 +- .../views/terms/InlineTermsAgreement.tsx | 2 +- .../verification/VerificationCancelled.tsx | 6 +- src/i18n/strings/ar.json | 42 ++++++------ src/i18n/strings/az.json | 16 +++-- src/i18n/strings/be.json | 10 +-- src/i18n/strings/bg.json | 56 ++++++++-------- src/i18n/strings/ca.json | 34 +++++----- src/i18n/strings/cs.json | 64 ++++++++++--------- src/i18n/strings/da.json | 34 +++++----- src/i18n/strings/de_DE.json | 64 ++++++++++--------- src/i18n/strings/el.json | 64 ++++++++++--------- src/i18n/strings/en_EN.json | 62 +++++++++--------- src/i18n/strings/en_US.json | 30 +++++---- src/i18n/strings/eo.json | 62 +++++++++--------- src/i18n/strings/es.json | 64 ++++++++++--------- src/i18n/strings/et.json | 64 ++++++++++--------- src/i18n/strings/eu.json | 54 ++++++++-------- src/i18n/strings/fa.json | 58 +++++++++-------- src/i18n/strings/fi.json | 64 ++++++++++--------- src/i18n/strings/fr.json | 64 ++++++++++--------- src/i18n/strings/ga.json | 56 ++++++++-------- src/i18n/strings/gl.json | 64 ++++++++++--------- src/i18n/strings/he.json | 60 ++++++++--------- src/i18n/strings/hi.json | 22 ++++--- src/i18n/strings/hr.json | 8 ++- src/i18n/strings/hu.json | 64 ++++++++++--------- src/i18n/strings/id.json | 64 ++++++++++--------- src/i18n/strings/is.json | 64 ++++++++++--------- src/i18n/strings/it.json | 64 ++++++++++--------- src/i18n/strings/ja.json | 64 ++++++++++--------- src/i18n/strings/jbo.json | 32 +++++----- src/i18n/strings/kab.json | 58 +++++++++-------- src/i18n/strings/ko.json | 48 +++++++------- src/i18n/strings/lo.json | 64 ++++++++++--------- src/i18n/strings/lt.json | 62 +++++++++--------- src/i18n/strings/lv.json | 50 ++++++++------- src/i18n/strings/ml.json | 18 +++--- src/i18n/strings/nb_NO.json | 58 +++++++++-------- src/i18n/strings/nl.json | 64 ++++++++++--------- src/i18n/strings/nn.json | 38 +++++------ src/i18n/strings/oc.json | 42 ++++++------ src/i18n/strings/pl.json | 64 ++++++++++--------- src/i18n/strings/pt.json | 30 +++++---- src/i18n/strings/pt_BR.json | 60 ++++++++--------- src/i18n/strings/ro.json | 6 +- src/i18n/strings/ru.json | 64 ++++++++++--------- src/i18n/strings/sk.json | 64 ++++++++++--------- src/i18n/strings/sq.json | 64 ++++++++++--------- src/i18n/strings/sr.json | 48 +++++++------- src/i18n/strings/sv.json | 64 ++++++++++--------- src/i18n/strings/ta.json | 18 +++--- src/i18n/strings/te.json | 12 ++-- src/i18n/strings/th.json | 34 +++++----- src/i18n/strings/tr.json | 54 ++++++++-------- src/i18n/strings/tzm.json | 22 ++++--- src/i18n/strings/uk.json | 64 ++++++++++--------- src/i18n/strings/vi.json | 64 ++++++++++--------- src/i18n/strings/vls.json | 42 ++++++------ src/i18n/strings/zh_Hans.json | 64 ++++++++++--------- src/i18n/strings/zh_Hant.json | 64 ++++++++++--------- src/toasts/AnalyticsToast.tsx | 8 +-- src/toasts/DesktopNotificationsToast.ts | 2 +- src/toasts/IncomingLegacyCallToast.tsx | 2 +- src/toasts/SetupEncryptionToast.ts | 2 +- src/toasts/UnverifiedSessionToast.tsx | 2 +- .../ConfirmListenBroadcastStopCurrent.tsx | 2 +- .../components/structures/ViewSource-test.tsx | 28 +++++--- 166 files changed, 1697 insertions(+), 1555 deletions(-) diff --git a/src/LegacyCallHandler.tsx b/src/LegacyCallHandler.tsx index 1162cde51f..675756b462 100644 --- a/src/LegacyCallHandler.tsx +++ b/src/LegacyCallHandler.tsx @@ -840,7 +840,7 @@ export default class LegacyCallHandler extends EventEmitter { button: _t("Try using %(server)s", { server: new URL(FALLBACK_ICE_SERVER).pathname, }), - cancelButton: _t("OK"), + cancelButton: _t("action|ok"), onFinished: (allow) => { SettingsStore.setValue("fallbackICEServerAllowed", null, SettingLevel.DEVICE, allow); cli.setFallbackICEServerAllowed(!!allow); diff --git a/src/Lifecycle.ts b/src/Lifecycle.ts index 48576b3c77..0958e036e1 100644 --- a/src/Lifecycle.ts +++ b/src/Lifecycle.ts @@ -612,7 +612,7 @@ async function checkServerVersions(): Promise { brand: SdkConfig.get().brand, }, ), - acceptLabel: _t("OK"), + acceptLabel: _t("action|ok"), onAccept: () => { ToastStore.sharedInstance().dismissToast(toastKey); }, diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index 2ec6d3dd27..88c8de7ee3 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -407,7 +407,7 @@ export const Commands = [ )}

), - button: _t("Continue"), + button: _t("action|continue"), }); prom = finished.then(([useDefault]) => { @@ -457,7 +457,7 @@ export const Commands = [ new Command({ command: "part", args: "[]", - description: _td("Leave room"), + description: _td("action|leave_room"), analyticsName: "Part", isEnabled: (cli) => !isCurrentLocalRoom(cli), runFn: function (cli, roomId, threadId, args) { diff --git a/src/async-components/views/dialogs/eventindex/DisableEventIndexDialog.tsx b/src/async-components/views/dialogs/eventindex/DisableEventIndexDialog.tsx index a1e9485e02..dbedac0db0 100644 --- a/src/async-components/views/dialogs/eventindex/DisableEventIndexDialog.tsx +++ b/src/async-components/views/dialogs/eventindex/DisableEventIndexDialog.tsx @@ -62,7 +62,7 @@ export default class DisableEventIndexDialog extends React.Component :
} {eventIndexingSettings} diff --git a/src/async-components/views/dialogs/security/CreateKeyBackupDialog.tsx b/src/async-components/views/dialogs/security/CreateKeyBackupDialog.tsx index 2a02945621..88e69032a2 100644 --- a/src/async-components/views/dialogs/security/CreateKeyBackupDialog.tsx +++ b/src/async-components/views/dialogs/security/CreateKeyBackupDialog.tsx @@ -131,7 +131,7 @@ export default class CreateKeyBackupDialog extends React.PureComponent

{_t("Your keys are being backed up (the first backup could take a few minutes).")}

- +
); } @@ -154,7 +154,7 @@ export default class CreateKeyBackupDialog extends React.PureComponent

{_t("Unable to create key backup")}

@@ -654,7 +654,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {passPhraseMatch} - {this.state.copied ? _t("Copied!") : _t("Copy")} + {this.state.copied ? _t("Copied!") : _t("action|copy")} @@ -800,7 +800,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent

{_t("Your keys are now being backed up from this device.")}

this.props.onFinished(true)} hasCancel={false} /> @@ -814,7 +814,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent{_t("Unable to query secret storage status")}

{_t("Unable to set up secret storage")}

{_t("This session is encrypting history using the new recovery method.")}

{hackWarning} { const isSpace = roomToLeave?.isSpaceRoom(); Modal.createDialog(QuestionDialog, { - title: isSpace ? _t("Leave space") : _t("Leave room"), + title: isSpace ? _t("Leave space") : _t("action|leave_room"), description: ( {isSpace @@ -1209,7 +1209,7 @@ export default class MatrixChat extends React.PureComponent { {warnings} ), - button: _t("Leave"), + button: _t("action|leave"), onFinished: async (shouldLeave) => { if (shouldLeave) { await leaveRoomBehaviour(cli, roomId); @@ -1398,7 +1398,7 @@ export default class MatrixChat extends React.PureComponent { title: userNotice.title, props: { description: {userNotice.description}, - acceptLabel: _t("OK"), + acceptLabel: _t("action|ok"), onAccept: () => { ToastStore.sharedInstance().dismissToast(key); localStorage.setItem(key, "1"); diff --git a/src/components/structures/RoomView.tsx b/src/components/structures/RoomView.tsx index fe4d0c957c..e8521aee24 100644 --- a/src/components/structures/RoomView.tsx +++ b/src/components/structures/RoomView.tsx @@ -286,7 +286,7 @@ function LocalRoomView(props: LocalRoomViewProps): ReactElement { if (room.isError) { const buttons = ( - {_t("Retry")} + {_t("action|retry")} ); diff --git a/src/components/structures/SpaceHierarchy.tsx b/src/components/structures/SpaceHierarchy.tsx index a4ffd4108f..d2cb218f4a 100644 --- a/src/components/structures/SpaceHierarchy.tsx +++ b/src/components/structures/SpaceHierarchy.tsx @@ -716,7 +716,7 @@ const ManageButtons: React.FC = ({ hierarchy, selected, set kind="danger_outline" disabled={disabled} > - {removing ? _t("Removing…") : _t("Remove")} + {removing ? _t("Removing…") : _t("action|remove")} +
)} diff --git a/src/components/structures/auth/ForgotPassword.tsx b/src/components/structures/auth/ForgotPassword.tsx index fd9277426e..f3026bbec6 100644 --- a/src/components/structures/auth/ForgotPassword.tsx +++ b/src/components/structures/auth/ForgotPassword.tsx @@ -364,7 +364,7 @@ export default class ForgotPassword extends React.Component {

), - button: _t("Continue"), + button: _t("action|continue"), }); const [confirmed] = await finished; return !!confirmed; diff --git a/src/components/structures/auth/Login.tsx b/src/components/structures/auth/Login.tsx index 7307521ea2..72bcd94144 100644 --- a/src/components/structures/auth/Login.tsx +++ b/src/components/structures/auth/Login.tsx @@ -481,7 +481,7 @@ export default class LoginComponent extends React.PureComponent ); }} > - {_t("Continue")} + {_t("action|continue")} ); }; diff --git a/src/components/structures/auth/SetupEncryptionBody.tsx b/src/components/structures/auth/SetupEncryptionBody.tsx index 5562b8a14e..74a61701cb 100644 --- a/src/components/structures/auth/SetupEncryptionBody.tsx +++ b/src/components/structures/auth/SetupEncryptionBody.tsx @@ -244,7 +244,7 @@ export default class SetupEncryptionBody extends React.Component {message}
- {_t("Done")} + {_t("action|done")}
diff --git a/src/components/structures/auth/forgot-password/CheckEmail.tsx b/src/components/structures/auth/forgot-password/CheckEmail.tsx index 7e4679a1dc..9bd7078c63 100644 --- a/src/components/structures/auth/forgot-password/CheckEmail.tsx +++ b/src/components/structures/auth/forgot-password/CheckEmail.tsx @@ -66,7 +66,7 @@ export const CheckEmail: React.FC = ({ {errorText && } - +
{_t("Did not receive it?")} ); } @@ -745,7 +745,7 @@ export class RegistrationTokenAuthEntry extends React.Component - {_t("Continue")} + {_t("action|continue")} ); } diff --git a/src/components/views/beacon/OwnBeaconStatus.tsx b/src/components/views/beacon/OwnBeaconStatus.tsx index 344a2fff30..f4cec89a16 100644 --- a/src/components/views/beacon/OwnBeaconStatus.tsx +++ b/src/components/views/beacon/OwnBeaconStatus.tsx @@ -77,7 +77,7 @@ const OwnBeaconStatus: React.FC> = ({ beacon, onClick={preventDefaultWrapper(onResetLocationPublishError)} className="mx_OwnBeaconStatus_button mx_OwnBeaconStatus_destructiveButton" > - {_t("Retry")} + {_t("action|retry")} )} {hasStopSharingError && ( @@ -89,7 +89,7 @@ const OwnBeaconStatus: React.FC> = ({ beacon, onClick={preventDefaultWrapper(onStopSharing)} className="mx_OwnBeaconStatus_button mx_OwnBeaconStatus_destructiveButton" > - {_t("Retry")} + {_t("action|retry")} )} diff --git a/src/components/views/beacon/RoomLiveShareWarning.tsx b/src/components/views/beacon/RoomLiveShareWarning.tsx index ace873cc1a..1c14624964 100644 --- a/src/components/views/beacon/RoomLiveShareWarning.tsx +++ b/src/components/views/beacon/RoomLiveShareWarning.tsx @@ -111,7 +111,7 @@ const RoomLiveShareWarningInner: React.FC = ({ l element="button" disabled={stoppingInProgress} > - {hasError ? _t("Retry") : _t("Stop")} + {hasError ? _t("action|retry") : _t("Stop")} {hasLocationPublishError && ( redactButton = ( ); @@ -456,7 +456,7 @@ export default class MessageContextMenu extends React.Component forwardButton = ( ); @@ -530,7 +530,7 @@ export default class MessageContextMenu extends React.Component quoteButton = ( ); @@ -600,7 +600,7 @@ export default class MessageContextMenu extends React.Component copyButton = ( @@ -631,7 +631,7 @@ export default class MessageContextMenu extends React.Component editButton = ( ); @@ -642,7 +642,7 @@ export default class MessageContextMenu extends React.Component replyButton = ( ); @@ -664,7 +664,7 @@ export default class MessageContextMenu extends React.Component reactButton = ( diff --git a/src/components/views/context_menus/RoomContextMenu.tsx b/src/components/views/context_menus/RoomContextMenu.tsx index b22bf9427b..cf3704ffa0 100644 --- a/src/components/views/context_menus/RoomContextMenu.tsx +++ b/src/components/views/context_menus/RoomContextMenu.tsx @@ -105,7 +105,7 @@ const RoomContextMenu: React.FC = ({ room, onFinished, ...props }) => { leaveOption = ( @@ -136,7 +136,7 @@ const RoomContextMenu: React.FC = ({ room, onFinished, ...props }) => { inviteOption = ( ); diff --git a/src/components/views/context_menus/RoomGeneralContextMenu.tsx b/src/components/views/context_menus/RoomGeneralContextMenu.tsx index 8bb75ad711..eba32eca06 100644 --- a/src/components/views/context_menus/RoomGeneralContextMenu.tsx +++ b/src/components/views/context_menus/RoomGeneralContextMenu.tsx @@ -138,7 +138,7 @@ export const RoomGeneralContextMenu: React.FC = ({ }), onPostInviteClick, )} - label={_t("Invite")} + label={_t("action|invite")} iconClassName="mx_RoomGeneralContextMenu_iconInvite" /> ); @@ -205,7 +205,7 @@ export const RoomGeneralContextMenu: React.FC = ({ }), onPostLeaveClick, )} - label={_t("Leave")} + label={_t("action|leave")} className="mx_IconizedContextMenu_option_red" iconClassName="mx_RoomGeneralContextMenu_iconSignOut" /> diff --git a/src/components/views/context_menus/SpaceContextMenu.tsx b/src/components/views/context_menus/SpaceContextMenu.tsx index 90a29908e3..2e002ab1e6 100644 --- a/src/components/views/context_menus/SpaceContextMenu.tsx +++ b/src/components/views/context_menus/SpaceContextMenu.tsx @@ -69,7 +69,7 @@ const SpaceContextMenu: React.FC = ({ space, hideHeader, onFinished, ... data-testid="invite-option" className="mx_SpacePanel_contextMenu_inviteButton" iconClassName="mx_SpacePanel_iconInvite" - label={_t("Invite")} + label={_t("action|invite")} onClick={onInviteClick} /> ); diff --git a/src/components/views/context_menus/WidgetContextMenu.tsx b/src/components/views/context_menus/WidgetContextMenu.tsx index 25f5b61fe2..2525f3d2b2 100644 --- a/src/components/views/context_menus/WidgetContextMenu.tsx +++ b/src/components/views/context_menus/WidgetContextMenu.tsx @@ -159,7 +159,7 @@ export const WidgetContextMenu: React.FC = ({ onFinished(); }; - editButton = ; + editButton = ; } let snapshotButton: JSX.Element | undefined; @@ -208,7 +208,7 @@ export const WidgetContextMenu: React.FC = ({ deleteButton = ( ); } diff --git a/src/components/views/dialogs/AddExistingToSpaceDialog.tsx b/src/components/views/dialogs/AddExistingToSpaceDialog.tsx index f0254438c4..2de886208f 100644 --- a/src/components/views/dialogs/AddExistingToSpaceDialog.tsx +++ b/src/components/views/dialogs/AddExistingToSpaceDialog.tsx @@ -246,7 +246,7 @@ export const AddExistingToSpace: React.FC = ({ - {_t("Retry")} + {_t("action|retry")} ); diff --git a/src/components/views/dialogs/ConfirmRedactDialog.tsx b/src/components/views/dialogs/ConfirmRedactDialog.tsx index f8c5e2e918..6df3059411 100644 --- a/src/components/views/dialogs/ConfirmRedactDialog.tsx +++ b/src/components/views/dialogs/ConfirmRedactDialog.tsx @@ -48,7 +48,7 @@ export default class ConfirmRedactDialog extends React.Component { description={description} placeholder={_t("Reason (optional)")} focus - button={_t("Remove")} + button={_t("action|remove")} /> ); } diff --git a/src/components/views/dialogs/CreateRoomDialog.tsx b/src/components/views/dialogs/CreateRoomDialog.tsx index 4b71ed6e30..41cea443ef 100644 --- a/src/components/views/dialogs/CreateRoomDialog.tsx +++ b/src/components/views/dialogs/CreateRoomDialog.tsx @@ -343,7 +343,7 @@ export default class CreateRoomDialog extends React.Component { if (isVideoRoom) { title = _t("Create a video room"); } else if (this.props.parentSpace || this.state.joinRule === JoinRule.Knock) { - title = _t("Create a room"); + title = _t("action|create_a_room"); } else { title = this.state.joinRule === JoinRule.Public ? _t("Create a public room") : _t("Create a private room"); } diff --git a/src/components/views/dialogs/ErrorDialog.tsx b/src/components/views/dialogs/ErrorDialog.tsx index e20aa19114..59bd46d4e4 100644 --- a/src/components/views/dialogs/ErrorDialog.tsx +++ b/src/components/views/dialogs/ErrorDialog.tsx @@ -83,7 +83,7 @@ export default class ErrorDialog extends React.Component {
diff --git a/src/components/views/dialogs/ExportDialog.tsx b/src/components/views/dialogs/ExportDialog.tsx index ce5c4a9156..b1bb05eb22 100644 --- a/src/components/views/dialogs/ExportDialog.tsx +++ b/src/components/views/dialogs/ExportDialog.tsx @@ -315,7 +315,7 @@ const ExportDialog: React.FC = ({ room, onFinished }) => { primaryButton={_t("Stop")} primaryButtonClass="danger" hasCancel={true} - cancelButton={_t("Continue")} + cancelButton={_t("action|continue")} onCancel={() => setCancelWarning(false)} onPrimaryButtonClick={confirmCancel} /> diff --git a/src/components/views/dialogs/IncomingSasDialog.tsx b/src/components/views/dialogs/IncomingSasDialog.tsx index 266d470823..5634cb7c20 100644 --- a/src/components/views/dialogs/IncomingSasDialog.tsx +++ b/src/components/views/dialogs/IncomingSasDialog.tsx @@ -211,7 +211,7 @@ export default class IncomingSasDialog extends React.Component { {profile} {isSelf ? selfDetailText : userDetailText} { {this.props.button !== false && ( diff --git a/src/components/views/dialogs/IntegrationsDisabledDialog.tsx b/src/components/views/dialogs/IntegrationsDisabledDialog.tsx index d037bc8932..184bf6a356 100644 --- a/src/components/views/dialogs/IntegrationsDisabledDialog.tsx +++ b/src/components/views/dialogs/IntegrationsDisabledDialog.tsx @@ -54,7 +54,7 @@ export default class IntegrationsDisabledDialog extends React.Component diff --git a/src/components/views/dialogs/IntegrationsImpossibleDialog.tsx b/src/components/views/dialogs/IntegrationsImpossibleDialog.tsx index aaeda0ce73..6eee4e73c8 100644 --- a/src/components/views/dialogs/IntegrationsImpossibleDialog.tsx +++ b/src/components/views/dialogs/IntegrationsImpossibleDialog.tsx @@ -49,7 +49,7 @@ export default class IntegrationsImpossibleDialog extends React.Component diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx index edadd073e7..cea25422a6 100644 --- a/src/components/views/dialogs/InviteDialog.tsx +++ b/src/components/views/dialogs/InviteDialog.tsx @@ -135,7 +135,7 @@ class DMUserTile extends React.PureComponent { {_t("Remove")} @@ -944,7 +944,7 @@ export default class InviteDialog extends React.PureComponent = ({ failures, source, co body = (
{text} - +
); } diff --git a/src/components/views/dialogs/LazyLoadingResyncDialog.tsx b/src/components/views/dialogs/LazyLoadingResyncDialog.tsx index 7230853167..2caa4e6fce 100644 --- a/src/components/views/dialogs/LazyLoadingResyncDialog.tsx +++ b/src/components/views/dialogs/LazyLoadingResyncDialog.tsx @@ -37,7 +37,7 @@ const LazyLoadingResyncDialog: React.FC = (props) => { hasCancelButton={false} title={_t("Updating %(brand)s", { brand })} description={
{description}
} - button={_t("OK")} + button={_t("action|ok")} onFinished={props.onFinished} /> ); diff --git a/src/components/views/dialogs/ModuleUiDialog.tsx b/src/components/views/dialogs/ModuleUiDialog.tsx index b43356666a..9308d8811b 100644 --- a/src/components/views/dialogs/ModuleUiDialog.tsx +++ b/src/components/views/dialogs/ModuleUiDialog.tsx @@ -46,7 +46,7 @@ export class ModuleUiDialog

> e this.state = { title: this.props.initialOptions.title, - actionLabel: this.props.initialOptions.actionLabel ?? _t("OK"), + actionLabel: this.props.initialOptions.actionLabel ?? _t("action|ok"), cancelLabel: this.props.initialOptions.cancelLabel, canSubmit: this.props.initialOptions.canSubmit ?? true, }; diff --git a/src/components/views/dialogs/QuestionDialog.tsx b/src/components/views/dialogs/QuestionDialog.tsx index 866b541206..e6965a7579 100644 --- a/src/components/views/dialogs/QuestionDialog.tsx +++ b/src/components/views/dialogs/QuestionDialog.tsx @@ -77,7 +77,7 @@ export default class QuestionDialog extends React.Component = ({ onFinished }) => { /> - + ); }; diff --git a/src/components/views/dialogs/ReportEventDialog.tsx b/src/components/views/dialogs/ReportEventDialog.tsx index cd540b1b71..347c69c712 100644 --- a/src/components/views/dialogs/ReportEventDialog.tsx +++ b/src/components/views/dialogs/ReportEventDialog.tsx @@ -361,7 +361,7 @@ export default class ReportEventDialog extends React.Component {

diff --git a/src/components/views/dialogs/ServerPickerDialog.tsx b/src/components/views/dialogs/ServerPickerDialog.tsx index c6148896a4..2a97572dbb 100644 --- a/src/components/views/dialogs/ServerPickerDialog.tsx +++ b/src/components/views/dialogs/ServerPickerDialog.tsx @@ -239,10 +239,10 @@ export default class ServerPickerDialog extends React.PureComponent{_t("Use your preferred Matrix homeserver if you have one, or host your own.")}

- {_t("Continue")} + {_t("action|continue")} -

{_t("Learn more")}

+

{_t("action|learn_more")}

{ description: _t( "Please check your email and click on the link it contains. Once this is done, click continue.", ), - button: _t("Continue"), + button: _t("action|continue"), onFinished: this.onEmailDialogFinished, }); }, @@ -131,7 +131,7 @@ export default class SetEmailDialog extends React.Component { Modal.createDialog(QuestionDialog, { title: _t("Verification Pending"), description: message, - button: _t("Continue"), + button: _t("action|continue"), onFinished: this.onEmailDialogFinished, }); } else { @@ -173,7 +173,12 @@ export default class SetEmailDialog extends React.Component { {emailInput}
- +
diff --git a/src/components/views/dialogs/SlidingSyncOptionsDialog.tsx b/src/components/views/dialogs/SlidingSyncOptionsDialog.tsx index 45ace9fa7d..9170ccb719 100644 --- a/src/components/views/dialogs/SlidingSyncOptionsDialog.tsx +++ b/src/components/views/dialogs/SlidingSyncOptionsDialog.tsx @@ -122,7 +122,7 @@ export const SlidingSyncOptionsDialog: React.FC<{ onFinished(enabled: boolean): } placeholder={hasNativeSupport ? _t("Proxy URL (optional)") : _t("Proxy URL")} value={currentProxy} - button={_t("Enable")} + button={_t("action|enable")} validator={validProxy} onFinished={(enable, proxyUrl) => { if (enable) { diff --git a/src/components/views/dialogs/TermsDialog.tsx b/src/components/views/dialogs/TermsDialog.tsx index 0098740204..0ab525910d 100644 --- a/src/components/views/dialogs/TermsDialog.tsx +++ b/src/components/views/dialogs/TermsDialog.tsx @@ -213,7 +213,7 @@ export default class TermsDialog extends React.PureComponent = ({ device, user, onFinished }) = {_t("Interactively verify by emoji")}
onFinished(false)}> - {_t("Done")} + {_t("action|done")} diff --git a/src/components/views/dialogs/UploadFailureDialog.tsx b/src/components/views/dialogs/UploadFailureDialog.tsx index 1ea367969e..6d478605c7 100644 --- a/src/components/views/dialogs/UploadFailureDialog.tsx +++ b/src/components/views/dialogs/UploadFailureDialog.tsx @@ -60,7 +60,7 @@ export default class UploadFailureDialog extends React.Component { ); buttons = ( { ); buttons = ( = ({ mxEvent, onBack, Editor, e }; return ( - + {stringify(mxEvent.event)} ); diff --git a/src/components/views/dialogs/devtools/VerificationExplorer.tsx b/src/components/views/dialogs/devtools/VerificationExplorer.tsx index 9b923c5e5b..171bfd0176 100644 --- a/src/components/views/dialogs/devtools/VerificationExplorer.tsx +++ b/src/components/views/dialogs/devtools/VerificationExplorer.tsx @@ -30,7 +30,7 @@ const PHASE_MAP: Record = { [Phase.Unsent]: _td("Unsent"), [Phase.Requested]: _td("Requested"), [Phase.Ready]: _td("Ready"), - [Phase.Done]: _td("Done"), + [Phase.Done]: _td("action|done"), [Phase.Started]: _td("Started"), [Phase.Cancelled]: _td("Cancelled"), }; diff --git a/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx b/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx index 856b0089d8..910e7f128d 100644 --- a/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx +++ b/src/components/views/dialogs/oidc/OidcLogoutDialog.tsx @@ -64,7 +64,7 @@ export const OidcLogoutDialog: React.FC = ({ href={logoutUrl} target="_blank" > - {_t("Continue")} + {_t("action|continue")} )} diff --git a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx index 70fec9d64f..0745eade10 100644 --- a/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx +++ b/src/components/views/dialogs/security/AccessSecretStorageDialog.tsx @@ -366,7 +366,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {keyStatus} {recoveryKeyFeedback} {_t("Unable to set up keys")}

diff --git a/src/components/views/dialogs/security/RestoreKeyBackupDialog.tsx b/src/components/views/dialogs/security/RestoreKeyBackupDialog.tsx index af7d9ad336..34399a25bb 100644 --- a/src/components/views/dialogs/security/RestoreKeyBackupDialog.tsx +++ b/src/components/views/dialogs/security/RestoreKeyBackupDialog.tsx @@ -396,7 +396,7 @@ export default class RestoreKeyBackupDialog extends React.PureComponent {failedToDecrypt} {keyStatus} = ({ initialText = "", initialFilter = n copyPlaintext(ownInviteLink); }} onHideTooltip={() => setInviteLinkCopied(false)} - title={inviteLinkCopied ? _t("Copied!") : _t("Copy")} + title={inviteLinkCopied ? _t("Copied!") : _t("action|copy")} > {_t("Copy invite link")} diff --git a/src/components/views/elements/AppPermission.tsx b/src/components/views/elements/AppPermission.tsx index e667d0fb19..9b01c0e47e 100644 --- a/src/components/views/elements/AppPermission.tsx +++ b/src/components/views/elements/AppPermission.tsx @@ -155,7 +155,7 @@ export default class AppPermission extends React.Component {
- {_t("Continue")} + {_t("action|continue")}
diff --git a/src/components/views/elements/CopyableText.tsx b/src/components/views/elements/CopyableText.tsx index 36da6cb4a2..31b0b3fb31 100644 --- a/src/components/views/elements/CopyableText.tsx +++ b/src/components/views/elements/CopyableText.tsx @@ -54,7 +54,7 @@ const CopyableText: React.FC = ({ children, getTextToCopy, border = true
{children} { kind="primary_sm" className="mx_EditableItem_confirmBtn" > - {_t("Yes")} + {_t("action|yes")} - {_t("No")} + {_t("action|no")}
); @@ -82,7 +82,12 @@ export class EditableItem extends React.Component { return (
-
+
{this.props.value}
); diff --git a/src/components/views/elements/LearnMore.tsx b/src/components/views/elements/LearnMore.tsx index 8635ecba51..e6c5bf5cc9 100644 --- a/src/components/views/elements/LearnMore.tsx +++ b/src/components/views/elements/LearnMore.tsx @@ -38,7 +38,7 @@ const LearnMore: React.FC = ({ title, description, ...rest }) => return ( - {_t("Learn more")} + {_t("action|learn_more")} ); }; diff --git a/src/components/views/elements/PollCreateDialog.tsx b/src/components/views/elements/PollCreateDialog.tsx index cbd548944e..16c8a69b58 100644 --- a/src/components/views/elements/PollCreateDialog.tsx +++ b/src/components/views/elements/PollCreateDialog.tsx @@ -79,7 +79,7 @@ function editingInitialState(editingMxEvent: MatrixEvent): IState { return { title: _t("Edit poll"), - actionLabel: _t("Done"), + actionLabel: _t("action|done"), canSubmit: true, question: poll.question.text, options: poll.answers.map((ans) => ans.text), diff --git a/src/components/views/elements/SSOButtons.tsx b/src/components/views/elements/SSOButtons.tsx index 2c881d2ae3..c3778532a5 100644 --- a/src/components/views/elements/SSOButtons.tsx +++ b/src/components/views/elements/SSOButtons.tsx @@ -88,7 +88,7 @@ const SSOButton: React.FC = ({ if (idp) { label = _t("Continue with %(provider)s", { provider: idp.name }); } else if (DELEGATED_OIDC_COMPATIBILITY.findIn(flow)) { - label = _t("Continue"); + label = _t("action|continue"); } else { label = _t("Sign in with single sign-on"); } diff --git a/src/components/views/elements/ServerPicker.tsx b/src/components/views/elements/ServerPicker.tsx index 7c7b5e15f9..d5fabc2eae 100644 --- a/src/components/views/elements/ServerPicker.tsx +++ b/src/components/views/elements/ServerPicker.tsx @@ -72,7 +72,7 @@ const ServerPicker: React.FC = ({ title, dialogTitle, serverConfig, onSe }; editBtn = ( - {_t("Edit")} + {_t("action|edit")} ); } diff --git a/src/components/views/location/EnableLiveShare.tsx b/src/components/views/location/EnableLiveShare.tsx index 95243427fd..9c42b58d35 100644 --- a/src/components/views/location/EnableLiveShare.tsx +++ b/src/components/views/location/EnableLiveShare.tsx @@ -53,7 +53,7 @@ export const EnableLiveShare: React.FC = ({ onSubmit }) => { onClick={onSubmit} disabled={!isEnabled} > - {_t("OK")} + {_t("action|ok")}
); diff --git a/src/components/views/location/MapError.tsx b/src/components/views/location/MapError.tsx index 32e6bb77e1..f81d1afb9e 100644 --- a/src/components/views/location/MapError.tsx +++ b/src/components/views/location/MapError.tsx @@ -44,7 +44,7 @@ export const MapError: React.FC = ({ error, isMinimised, classNam

{getLocationShareErrorMessage(error)}

{onFinished && ( - {_t("OK")} + {_t("action|ok")} )}
diff --git a/src/components/views/location/shareLocation.ts b/src/components/views/location/shareLocation.ts index 0bfc58427e..08fd31ac10 100644 --- a/src/components/views/location/shareLocation.ts +++ b/src/components/views/location/shareLocation.ts @@ -63,7 +63,7 @@ const getPermissionsErrorParams = ( const modalParams = { title: _t("You don't have permission to share locations"), description: _t("You need to have the right permissions in order to share locations in this room."), - button: _t("OK"), + button: _t("action|ok"), hasCancelButton: false, onFinished: () => {}, // NOOP }; diff --git a/src/components/views/messages/CallEvent.tsx b/src/components/views/messages/CallEvent.tsx index 067bffce30..01dc2afbae 100644 --- a/src/components/views/messages/CallEvent.tsx +++ b/src/components/views/messages/CallEvent.tsx @@ -133,9 +133,9 @@ const ActiveLoadedCallEvent = forwardRef(({ mxE case ConnectionState.Connecting: return [_t("Join"), "primary", null]; case ConnectionState.Connected: - return [_t("Leave"), "danger", disconnect]; + return [_t("action|leave"), "danger", disconnect]; case ConnectionState.Disconnecting: - return [_t("Leave"), "danger", null]; + return [_t("action|leave"), "danger", null]; } }, [connectionState, connect, disconnect]); diff --git a/src/components/views/messages/EditHistoryMessage.tsx b/src/components/views/messages/EditHistoryMessage.tsx index f49db88d7c..49e0f1f7de 100644 --- a/src/components/views/messages/EditHistoryMessage.tsx +++ b/src/components/views/messages/EditHistoryMessage.tsx @@ -137,13 +137,13 @@ export default class EditHistoryMessage extends React.PureComponent{_t("Remove")}; + redactButton = {_t("action|remove")}; } let viewSourceButton: JSX.Element | undefined; if (SettingsStore.getValue("developerMode")) { viewSourceButton = ( - {_t("View Source")} + {_t("action|view_source")} ); } diff --git a/src/components/views/messages/LegacyCallEvent.tsx b/src/components/views/messages/LegacyCallEvent.tsx index 9516d03577..555745b20c 100644 --- a/src/components/views/messages/LegacyCallEvent.tsx +++ b/src/components/views/messages/LegacyCallEvent.tsx @@ -137,7 +137,7 @@ export default class LegacyCallEvent extends React.PureComponent onClick={this.props.callEventGrouper.rejectCall} kind="danger" > - {_t("Decline")} + {_t("action|decline")} kind={InfoTooltipKind.Warning} /> {_t("Connection failed")} - {this.renderCallBackButton(_t("Retry"))} + {this.renderCallBackButton(_t("action|retry"))} {this.props.timestamp} ); diff --git a/src/components/views/messages/MKeyVerificationRequest.tsx b/src/components/views/messages/MKeyVerificationRequest.tsx index c8a356d323..7903c0c57a 100644 --- a/src/components/views/messages/MKeyVerificationRequest.tsx +++ b/src/components/views/messages/MKeyVerificationRequest.tsx @@ -170,7 +170,7 @@ export default class MKeyVerificationRequest extends React.Component { stateNode = (
- {_t("Decline")} + {_t("action|decline")} {_t("Accept")} diff --git a/src/components/views/messages/MessageActionBar.tsx b/src/components/views/messages/MessageActionBar.tsx index 1485b1c0bc..5f1e7f27dc 100644 --- a/src/components/views/messages/MessageActionBar.tsx +++ b/src/components/views/messages/MessageActionBar.tsx @@ -173,7 +173,7 @@ const ReactButton: React.FC = ({ mxEvent, reactions, onFocusC { )}
), - button: _t("Continue"), + button: _t("action|continue"), onFinished(confirmed) { if (!confirmed) { return; diff --git a/src/components/views/messages/TileErrorBoundary.tsx b/src/components/views/messages/TileErrorBoundary.tsx index 703501351c..e9b051b65a 100644 --- a/src/components/views/messages/TileErrorBoundary.tsx +++ b/src/components/views/messages/TileErrorBoundary.tsx @@ -95,7 +95,7 @@ export default class TileErrorBoundary extends React.Component { <>   - {_t("View Source")} + {_t("action|view_source")} ); diff --git a/src/components/views/pips/WidgetPip.tsx b/src/components/views/pips/WidgetPip.tsx index 3001d844a4..1c8f067cae 100644 --- a/src/components/views/pips/WidgetPip.tsx +++ b/src/components/views/pips/WidgetPip.tsx @@ -127,8 +127,8 @@ export const WidgetPip: FC = ({ widgetId, room, viewingRoom, onStartMovin diff --git a/src/components/views/right_panel/UserInfo.tsx b/src/components/views/right_panel/UserInfo.tsx index ca16e0b1a3..bee914b514 100644 --- a/src/components/views/right_panel/UserInfo.tsx +++ b/src/components/views/right_panel/UserInfo.tsx @@ -486,7 +486,7 @@ export const UserOptionsSection: React.FC<{ inviteUserButton = ( - {_t("Invite")} + {_t("action|invite")} ); } @@ -1186,7 +1186,7 @@ export const PowerLevelEditor: React.FC<{ {_t("Are you sure?")} ), - button: _t("Continue"), + button: _t("action|continue"), }); const [confirmed] = await finished; diff --git a/src/components/views/right_panel/VerificationPanel.tsx b/src/components/views/right_panel/VerificationPanel.tsx index 139605db98..c9adb40ca5 100644 --- a/src/components/views/right_panel/VerificationPanel.tsx +++ b/src/components/views/right_panel/VerificationPanel.tsx @@ -123,7 +123,7 @@ export default class VerificationPanel extends React.PureComponent - {_t("Start")} + {_t("action|start")}
); @@ -254,14 +254,14 @@ export default class VerificationPanel extends React.PureComponent - {_t("No")} + {_t("action|no")} - {_t("Yes")} + {_t("action|yes")} diff --git a/src/components/views/room_settings/RoomProfileSettings.tsx b/src/components/views/room_settings/RoomProfileSettings.tsx index 21768cd16a..e0e9aeb565 100644 --- a/src/components/views/room_settings/RoomProfileSettings.tsx +++ b/src/components/views/room_settings/RoomProfileSettings.tsx @@ -229,7 +229,7 @@ export default class RoomProfileSettings extends React.Component {_t("Cancel")} - {_t("Save")} + {_t("action|save")} ); diff --git a/src/components/views/rooms/EditMessageComposer.tsx b/src/components/views/rooms/EditMessageComposer.tsx index 2565f6df5d..fd9151ce1c 100644 --- a/src/components/views/rooms/EditMessageComposer.tsx +++ b/src/components/views/rooms/EditMessageComposer.tsx @@ -490,7 +490,7 @@ class EditMessageComposer extends React.Component - {_t("Save")} + {_t("action|save")} diff --git a/src/components/views/rooms/EntityTile.tsx b/src/components/views/rooms/EntityTile.tsx index c3596aeadf..f38b4c34da 100644 --- a/src/components/views/rooms/EntityTile.tsx +++ b/src/components/views/rooms/EntityTile.tsx @@ -162,7 +162,7 @@ export default class EntityTile extends React.PureComponent { inviteButton = (
{_t("Invite")} { , diff --git a/src/components/views/rooms/MessageComposerFormatBar.tsx b/src/components/views/rooms/MessageComposerFormatBar.tsx index 9730806e3e..ac62b8a2d6 100644 --- a/src/components/views/rooms/MessageComposerFormatBar.tsx +++ b/src/components/views/rooms/MessageComposerFormatBar.tsx @@ -81,7 +81,7 @@ export default class MessageComposerFormatBar extends React.PureComponent this.props.onAction(Formatting.Quote)} icon="Quote" shortcut={this.props.shortcuts.quote} diff --git a/src/components/views/rooms/RoomList.tsx b/src/components/views/rooms/RoomList.tsx index 2bfe4ac7a1..e6c47a973d 100644 --- a/src/components/views/rooms/RoomList.tsx +++ b/src/components/views/rooms/RoomList.tsx @@ -195,8 +195,8 @@ const DmAuxButton: React.FC = ({ tabIndex, dispatcher = default }} className="mx_RoomSublist_auxButton" tooltipClassName="mx_RoomSublist_addRoomTooltip" - aria-label={_t("Start chat")} - title={_t("Start chat")} + aria-label={_t("action|start_chat")} + title={_t("action|start_chat")} /> ); } @@ -387,7 +387,7 @@ const UntaggedAuxButton: React.FC = ({ tabIndex }) => { const TAG_AESTHETICS: TagAestheticsMap = { [DefaultTagID.Invite]: { - sectionLabel: _td("Invites"), + sectionLabel: _td("action|invites_list"), isInvite: true, defaultHidden: false, }, diff --git a/src/components/views/rooms/RoomListHeader.tsx b/src/components/views/rooms/RoomListHeader.tsx index 4640fb07f3..a094211eff 100644 --- a/src/components/views/rooms/RoomListHeader.tsx +++ b/src/components/views/rooms/RoomListHeader.tsx @@ -185,7 +185,7 @@ const RoomListHeader: React.FC = ({ onVisibilityChange }) => { if (shouldShowSpaceInvite(activeSpace)) { inviteOption = ( { e.preventDefault(); diff --git a/src/components/views/rooms/RoomPreviewCard.tsx b/src/components/views/rooms/RoomPreviewCard.tsx index 08b9c27adb..0d4311e0cc 100644 --- a/src/components/views/rooms/RoomPreviewCard.tsx +++ b/src/components/views/rooms/RoomPreviewCard.tsx @@ -84,7 +84,7 @@ const RoomPreviewCard: FC = ({ room, onJoinButtonClicked, onRejectButton }); }} > - {_t("Leave")} + {_t("action|leave")} ); } else if (myMembership === "invite") { diff --git a/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx b/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx index e7387e0fe2..17fffbe34b 100644 --- a/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx +++ b/src/components/views/rooms/wysiwyg_composer/components/EditionButtons.tsx @@ -36,7 +36,7 @@ export function EditionButtons({ {_t("Cancel")} - {_t("Save")} + {_t("action|save")}
); diff --git a/src/components/views/rooms/wysiwyg_composer/components/FormattingButtons.tsx b/src/components/views/rooms/wysiwyg_composer/components/FormattingButtons.tsx index 624cfeb607..0045b13ab2 100644 --- a/src/components/views/rooms/wysiwyg_composer/components/FormattingButtons.tsx +++ b/src/components/views/rooms/wysiwyg_composer/components/FormattingButtons.tsx @@ -148,7 +148,7 @@ export function FormattingButtons({ composer, actionStates }: FormattingButtonsP )} )} = ({ avatarUrl, avatarAltText, avatarName, if (avatarUrl && removeAvatar) { removeAvatarBtn = ( - {_t("Remove")} + {_t("action|remove")} ); } diff --git a/src/components/views/settings/EventIndexPanel.tsx b/src/components/views/settings/EventIndexPanel.tsx index 215c141cb5..23e612384d 100644 --- a/src/components/views/settings/EventIndexPanel.tsx +++ b/src/components/views/settings/EventIndexPanel.tsx @@ -172,7 +172,7 @@ export default class EventIndexPanel extends React.Component<{}, IState> {
- {_t("Enable")} + {_t("action|enable")} {this.state.enabling ? :
}
diff --git a/src/components/views/settings/ProfileSettings.tsx b/src/components/views/settings/ProfileSettings.tsx index 986501b54e..7dd33767bc 100644 --- a/src/components/views/settings/ProfileSettings.tsx +++ b/src/components/views/settings/ProfileSettings.tsx @@ -219,7 +219,7 @@ export default class ProfileSettings extends React.Component<{}, IState> { kind="primary" disabled={!this.state.enableProfileSave} > - {_t("Save")} + {_t("action|save")}
diff --git a/src/components/views/settings/SetIdServer.tsx b/src/components/views/settings/SetIdServer.tsx index 10494e3fd6..8c7df5cf18 100644 --- a/src/components/views/settings/SetIdServer.tsx +++ b/src/components/views/settings/SetIdServer.tsx @@ -200,7 +200,7 @@ export default class SetIdServer extends React.Component { new: (sub) => {abbreviateUrl(idServer)}, }, ), - button: _t("Continue"), + button: _t("action|continue"), }); save = !!confirmed; } @@ -232,7 +232,7 @@ export default class SetIdServer extends React.Component {  {_t("Only continue if you trust the owner of the server.")} ), - button: _t("Continue"), + button: _t("action|continue"), }); return finished; } diff --git a/src/components/views/settings/SpellCheckSettings.tsx b/src/components/views/settings/SpellCheckSettings.tsx index eaa83c1e2d..32e50d9ad2 100644 --- a/src/components/views/settings/SpellCheckSettings.tsx +++ b/src/components/views/settings/SpellCheckSettings.tsx @@ -47,7 +47,7 @@ export class ExistingSpellCheckLanguage extends React.Component {this.props.language} - {_t("Remove")} + {_t("action|remove")} ); diff --git a/src/components/views/settings/account/EmailAddresses.tsx b/src/components/views/settings/account/EmailAddresses.tsx index 170cb40991..9d267a523e 100644 --- a/src/components/views/settings/account/EmailAddresses.tsx +++ b/src/components/views/settings/account/EmailAddresses.tsx @@ -107,7 +107,7 @@ export class ExistingEmailAddress extends React.Component - {_t("Remove")} + {_t("action|remove")} - {_t("Remove")} + {_t("action|remove")} ); @@ -284,7 +284,7 @@ export default class EmailAddresses extends React.Component { kind="primary" disabled={this.state.continueDisabled} > - {_t("Continue")} + {_t("action|continue")} ); diff --git a/src/components/views/settings/account/PhoneNumbers.tsx b/src/components/views/settings/account/PhoneNumbers.tsx index c4bfc151de..d883d2a347 100644 --- a/src/components/views/settings/account/PhoneNumbers.tsx +++ b/src/components/views/settings/account/PhoneNumbers.tsx @@ -102,7 +102,7 @@ export class ExistingPhoneNumber extends React.Component - {_t("Remove")} + {_t("action|remove")} - {_t("Remove")} + {_t("action|remove")} ); @@ -304,7 +304,7 @@ export default class PhoneNumbers extends React.Component { this.state.newPhoneNumberCode.length === 0 } > - {_t("Continue")} + {_t("action|continue")} diff --git a/src/components/views/settings/devices/DeviceDetailHeading.tsx b/src/components/views/settings/devices/DeviceDetailHeading.tsx index 895da52d2e..5879abfd2b 100644 --- a/src/components/views/settings/devices/DeviceDetailHeading.tsx +++ b/src/components/views/settings/devices/DeviceDetailHeading.tsx @@ -109,7 +109,7 @@ const DeviceNameEditor: React.FC void }> = ({ devic data-testid="device-rename-submit-cta" disabled={isLoading} > - {_t("Save")} + {_t("action|save")} + - {_t("Leave room")} + {_t("action|leave_room")} ); diff --git a/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx b/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx index 0f3d258dec..42099681fc 100644 --- a/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx +++ b/src/components/views/settings/tabs/room/NotificationSettingsTab.tsx @@ -304,7 +304,7 @@ export default class NotificationsSettingsTab extends React.Component - {_t("Save")} + {_t("action|save")}
diff --git a/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx b/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx index 0bb2d8e9a2..53fb1da10d 100644 --- a/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx +++ b/src/components/views/settings/tabs/user/MjolnirUserSettingsTab.tsx @@ -185,7 +185,7 @@ export default class MjolnirUserSettingsTab extends React.Component<{}, IState> onClick={() => this.removePersonalRule(rule)} disabled={this.state.busy} > - {_t("Remove")} + {_t("action|remove")}   {rule.entity} diff --git a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx index 550a150756..6aa7b56a58 100644 --- a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx +++ b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx @@ -312,7 +312,7 @@ export default class SecurityUserSettingsTab extends React.Component { showAnalyticsLearnMoreDialog({ - primaryButton: _t("OK"), + primaryButton: _t("action|ok"), hasCancel: false, }); }; @@ -325,7 +325,7 @@ export default class SecurityUserSettingsTab extends React.Component - {_t("Learn more")} + {_t("action|learn_more")} {PosthogAnalytics.instance.isEnabled() && ( diff --git a/src/components/views/spaces/SpaceCreateMenu.tsx b/src/components/views/spaces/SpaceCreateMenu.tsx index f06f9cac32..6662018c94 100644 --- a/src/components/views/spaces/SpaceCreateMenu.tsx +++ b/src/components/views/spaces/SpaceCreateMenu.tsx @@ -341,7 +341,7 @@ const SpaceCreateMenu: React.FC<{ /> - {busy ? _t("Creating…") : _t("Create")} + {busy ? _t("Creating…") : _t("action|create")} ); diff --git a/src/components/views/terms/InlineTermsAgreement.tsx b/src/components/views/terms/InlineTermsAgreement.tsx index 17357ee0b4..a737358bf0 100644 --- a/src/components/views/terms/InlineTermsAgreement.tsx +++ b/src/components/views/terms/InlineTermsAgreement.tsx @@ -126,7 +126,7 @@ export default class InlineTermsAgreement extends React.Component - {_t("Continue")} + {_t("action|continue")} ); diff --git a/src/components/views/verification/VerificationCancelled.tsx b/src/components/views/verification/VerificationCancelled.tsx index 13238f2de9..d7c85dbfea 100644 --- a/src/components/views/verification/VerificationCancelled.tsx +++ b/src/components/views/verification/VerificationCancelled.tsx @@ -28,7 +28,11 @@ export default class VerificationCancelled extends React.Component { return (

{_t("The other party cancelled the verification.")}

- +
); } diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json index 53a385a70f..d7213b7b7d 100644 --- a/src/i18n/strings/ar.json +++ b/src/i18n/strings/ar.json @@ -1,5 +1,4 @@ { - "Continue": "واصِل", "Something went wrong!": "هناك خطأ ما!", "Cancel": "إلغاء", "Close": "إغلاق", @@ -7,9 +6,7 @@ "Dismiss": "أهمِل", "Failed to change password. Is your password correct?": "فشلت عملية تعديل الكلمة السرية. هل كلمتك السرية صحيحة ؟", "Warning": "تنبيه", - "Remove": "حذف", "Send": "إرسال", - "Edit": "تعديل", "This email address is already in use": "عنوان البريد هذا مستعمل", "This phone number is already in use": "رقم الهاتف هذا مستخدم بالفعل", "Failed to verify email address: make sure you clicked the link in the email": "فشل التثبّت من عنوان البريد الإلكتروني: تأكّد من نقر الرابط في البريد المُرسل", @@ -46,7 +43,6 @@ "Unable to load! Check your network connectivity and try again.": "تعذر التحميل! افحص اتصالك بالشبكة وأعِد المحاولة.", "Call failed due to misconfigured server": "فشل الاتصال بسبب سوء ضبط الخادوم", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "من فضلك اطلب من مسؤول الخادوم المنزل الذي تستعمله (%(homeserverDomain)s) أن يضبط خادوم TURN كي تعمل الاتصالات بنحوٍ يكون محط ثقة.", - "OK": "حسنًا", "Call Failed": "فشل الاتصال", "Permission Required": "التصريح مطلوب", "You do not have permission to start a conference call in this room": "ينقصك تصريح بدء مكالمة جماعية في هذه الغرفة", @@ -142,7 +138,6 @@ "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "استخدم سيرفر للهوية للدعوة عبر البريد الالكتروني. انقر على استمرار لاستخدام سيرفر الهوية الافتراضي (%(defaultIdentityServerName)s) او قم بضبط الاعدادات.", "Use an identity server to invite by email. Manage in Settings.": "استخدم سيرفر الهوية للدعوة عبر البريد الالكتروني. ضبط الاعدادات.", "Joins room with given address": "الانضمام الى الغرفة بحسب العنوان المعطى", - "Leave room": "اترك الغرفة", "Bans user with given id": "يحظر المستخدم حسب المعرّف المعطى", "Unbans user with given ID": "يُلغي الحظر عن المستخدم حسب المعرّف المعطى", "Ignores a user, hiding their messages from you": "يتجاهل المستخدم، ويخفي رسائله عنك", @@ -240,7 +235,6 @@ "%(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.": "اطلب من هذا المستخدم التحقُّق من جلسته أو تحقَّق منها يدويًّا أدناه.", "Not Trusted": "غير موثوقة", - "Done": "تم", "%(displayName)s is typing …": "%(displayName)s يكتب…", "%(names)s and %(count)s others are typing …": { "other": "%(names)s و %(count)s آخرون يكتبون…", @@ -336,12 +330,9 @@ "Error decrypting attachment": "تعذر فك تشفير المرفق", "Attachment": "المرفق", "Message Actions": "إجراءات الرسائل", - "Reply": "رد", - "React": "تفاعل", "The encryption used by this room isn't supported.": "التشفير الذي تستخدمه هذه الغرفة غير مدعوم.", "Encryption not enabled": "التشفير غير مفعل", "Ignored attempt to disable encryption": "تم تجاهل محاولة تعطيل التشفير", - "View Source": "انظر المصدر", "Yesterday": "أمس", "Today": "اليوم", "Saturday": "السبت", @@ -462,9 +453,7 @@ "Explore public rooms": "استكشف الغرف العامة", "Add room": "أضف غرفة", "Rooms": "الغرف", - "Start chat": "ابدأ محادثة", "Favourites": "مفضلات", - "Invites": "دعوات", "Search": "بحث", "Show Widgets": "إظهار عناصر الواجهة", "Hide Widgets": "إخفاء عناصر الواجهة", @@ -498,7 +487,6 @@ "Topic: %(topic)s (edit)": "الموضوع: %(topic)s (عدل)", "This is the beginning of your direct message history with .": "هذه هي بداية محفوظات رسائلك المباشرة باسم .", "Only the two of you are in this conversation, unless either of you invites anyone to join.": "أنتما فقط في هذه المحادثة ، إلا إذا دعا أي منكما أي شخص للانضمام.", - "Quote": "اقتباس", "Code block": "كتلة برمجية", "Strikethrough": "مشطوب", "Italics": "مائل", @@ -638,7 +626,6 @@ "Unable to load key backup status": "تعذر حمل حالة النسخ الاحتياطي للمفتاح", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "هل أنت واثق؟ ستفقد رسائلك المشفرة إذا لم يتم نسخ المفاتيح احتياطيًا بشكل صحيح.", "Delete Backup": "حذف الحتياطي", - "Save": "حفظ", "Profile picture": "الصورة الشخصية", "Display Name": "الاسم الظاهر", "Profile": "الملف الشخصي", @@ -653,7 +640,6 @@ "Notification targets": "أهداف الإشعار", "You've successfully verified your device!": "لقد نجحت في التحقق من جهازك!", "Verify all users in a room to ensure it's secure.": "تحقق من جميع المستخدمين في الغرفة للتأكد من أنها آمنة.", - "Yes": "نعم", "Almost there! Is %(displayName)s showing the same shield?": "أوشكت على الوصول! هل يظهر %(displayName)s نفس الدرع؟", "Verify by emoji": "تحقق بالرموز التعبيرية", "Verify by comparing unique emoji.": "تحقق بمقارنة الرموز التعبيرية الفريدة.", @@ -684,7 +670,6 @@ "Demote yourself?": "خفض مرتبة نفسك؟", "Share Link to User": "مشاركة رابط للمستخدم", "Mention": "إشارة", - "Invite": "دعوة", "Jump to read receipt": "انتقل لإيصال قراءة", "Hide sessions": "اخف الاتصالات", "%(count)s sessions": { @@ -784,7 +769,6 @@ "Unable to find a supported verification method.": "تعذر العثور على أحد طرق التحقق الممكنة.", "Verify this user by confirming the following number appears on their screen.": "تحقق من هذا المستخدم من خلال التأكد من ظهور الرقم التالي على شاشته.", "Verify this user by confirming the following emoji appear on their screen.": "تحقق من هذا المستخدم من خلال التأكيد من ظهور الرموز التعبيرية التالية على شاشته.", - "Start": "بداية", "Compare a unique set of emoji if you don't have a camera on either device": "قارن مجموعة فريدة من الرموز التعبيرية إذا لم يكن لديك كاميرا على أي من الجهازين", "Compare unique emoji": "قارن رمزاً تعبيريًّا فريداً", "Scan this unique code": "امسح هذا الرمز الفريد", @@ -794,7 +778,6 @@ "Verified!": "تم التحقق!", "The other party cancelled the verification.": "ألغى الطرف الآخر التحقق.", "Accept": "قبول", - "Decline": "رفض", "Unknown caller": "متصل غير معروف", "This is your list of users/servers you have blocked - don't leave the room!": "هذه قائمتك للمستخدمين / الخوادم التي حظرت - لا تغادر الغرفة!", "My Ban List": "قائمة الحظر", @@ -1009,13 +992,11 @@ "Contact your server admin.": "تواصل مع مدير الخادم الخاص بك.", "Your homeserver has exceeded one of its resource limits.": "لقد تجاوز خادمك أحد حدود موارده.", "Your homeserver has exceeded its user limit.": "لقد تجاوز خادمك حد عدد المستخدمين.", - "Enable": "ممكن", "Enable desktop notifications": "تمكين إشعارات سطح المكتب", "Notifications": "الإشعارات", "Don't miss a reply": "لا تفوت أي رد", "Later": "لاحقاً", "Review": "مراجعة", - "No": "لا", "Unknown App": "تطبيق غير معروف", "Short keyboard patterns are easy to guess": "من السهل تخمين أنماط قصيرة من لوحة المفاتيح", "Straight rows of keys are easy to guess": "سهلٌ تخمين صفوف من المفاتيح", @@ -1338,5 +1319,26 @@ "success": "نجاح", "unmute": "رفع الكتم", "verification_cancelled": "أُلغي التحقق" + }, + "action": { + "continue": "واصِل", + "decline": "رفض", + "done": "تم", + "edit": "تعديل", + "enable": "ممكن", + "invite": "دعوة", + "invites_list": "دعوات", + "leave_room": "اترك الغرفة", + "no": "لا", + "ok": "حسنًا", + "quote": "اقتباس", + "react": "تفاعل", + "remove": "حذف", + "reply": "رد", + "save": "حفظ", + "start": "بداية", + "start_chat": "ابدأ محادثة", + "view_source": "انظر المصدر", + "yes": "نعم" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/az.json b/src/i18n/strings/az.json index 5ef9bddf8e..90d2377c26 100644 --- a/src/i18n/strings/az.json +++ b/src/i18n/strings/az.json @@ -8,7 +8,6 @@ "When I'm invited to a room": "Nə vaxt ki, məni otağa dəvət edirlər", "Call invitation": "Dəvət zəngi", "Messages sent by bot": "Botla göndərilmiş mesajlar", - "OK": "OK", "Operation failed": "Əməliyyatın nasazlığı", "Failed to verify email address: make sure you clicked the link in the email": "Email-i yoxlamağı bacarmadı: əmin olun ki, siz məktubda istinaddakı ünvana keçdiniz", "You cannot place a call with yourself.": "Siz özünə zəng vura bilmirsiniz.", @@ -50,7 +49,6 @@ "Usage": "İstifadə", "Changes your display nickname": "Sizin təxəllüsünüz dəyişdirir", "Invites user with given id to current room": "Verilmiş ID-lə istifadəçini cari otağa dəvət edir", - "Leave room": "Otağı tərk etmək", "Bans user with given id": "Verilmiş ID-lə istifadəçini bloklayır", "Ignores a user, hiding their messages from you": "Sizdən mesajları gizlədərək istifadəçini bloklayır", "Ignored user": "İstifadəçi blokun siyahısına əlavə edilmişdir", @@ -76,7 +74,6 @@ "Phone": "Telefon", "New passwords don't match": "Yeni şifrlər uyğun gəlmir", "Passwords can't be empty": "Şifrələr boş ola bilməz", - "Continue": "Davam etmək", "Export E2E room keys": "Şifrləmənin açarlarının ixracı", "Current password": "Cari şifrə", "New Password": "Yeni şifrə", @@ -105,7 +102,6 @@ "Join Room": "Otağa girmək", "Upload avatar": "Avatar-ı yükləmək", "Forget room": "Otağı unutmaq", - "Invites": "Dəvətlər", "Favourites": "Seçilmişlər", "Low priority": "Əhəmiyyətsizlər", "Historical": "Arxiv", @@ -127,13 +123,11 @@ "Download %(text)s": "Yükləmək %(text)s", "Sign in with": "Seçmək", "Register": "Qeydiyyatdan keçmək", - "Remove": "Silmək", "What's New": "Nə dəyişdi", "Update": "Yeniləmək", "Create new room": "Otağı yaratmaq", "Home": "Başlanğıc", "%(items)s and %(lastItem)s": "%(items)s və %(lastItem)s", - "Start chat": "Çata başlamaq", "Deactivate Account": "Hesabı bağlamaq", "An error has occurred.": "Səhv oldu.", "Invalid Email Address": "Yanlış email", @@ -253,5 +247,13 @@ "no_results": "Nəticə yoxdur", "password": "Şifrə", "settings": "Qurmalar" + }, + "action": { + "continue": "Davam etmək", + "invites_list": "Dəvətlər", + "leave_room": "Otağı tərk etmək", + "ok": "OK", + "remove": "Silmək", + "start_chat": "Çata başlamaq" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/be.json b/src/i18n/strings/be.json index 7ca1bd8e78..177fc579c2 100644 --- a/src/i18n/strings/be.json +++ b/src/i18n/strings/be.json @@ -4,7 +4,6 @@ "All messages": "Усе паведамленні", "Notification targets": "Мэты апавяшчэння", "Favourite": "Улюбёнае", - "Quote": "Цытата", "Dismiss": "Aдхіліць", "Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі", "Close": "Зачыніць", @@ -15,14 +14,17 @@ "On": "Уключыць", "Off": "Выключыць", "Invite to this room": "Запрасіць у гэты пакой", - "Remove": "Выдалiць", "Failed to remove tag %(tagName)s from room": "Не ўдалося выдаліць %(tagName)s з пакоя", - "Leave": "Пакінуць", "Operation failed": "Не атрымалася выканаць аперацыю", "powered by Matrix": "працуе на Matrix", "Source URL": "URL-адрас крыніцы", "common": { "error": "Памылка", "mute": "Без гуку" + }, + "action": { + "leave": "Пакінуць", + "quote": "Цытата", + "remove": "Выдалiць" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 9f69bafb61..15c64295e2 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1,16 +1,12 @@ { - "OK": "ОК", "Operation failed": "Операцията е неуспешна", "Search": "Търсене", "Dismiss": "Затвори", "powered by Matrix": "базирано на Matrix", "Warning": "Предупреждение", - "Remove": "Премахни", "Close": "Затвори", "Cancel": "Отказ", "Send": "Изпрати", - "Edit": "Редактирай", - "Continue": "Продължи", "Failed to change password. Is your password correct?": "Неуспешна промяна. Правилно ли сте въвели Вашата парола?", "Sun": "нд.", "Mon": "пн.", @@ -39,7 +35,6 @@ "Failed to remove tag %(tagName)s from room": "Неуспешно премахване на %(tagName)s етикет от стаята", "unknown error code": "неизвестен код за грешка", "Failed to forget room %(errCode)s": "Неуспешно забравяне на стаята %(errCode)s", - "Leave": "Напусни", "Favourite": "Любим", "Register": "Регистрация", "Notifications": "Известия", @@ -113,7 +108,6 @@ "Enable inline URL previews by default": "Включване по подразбиране на URL прегледи", "Enable URL previews for this room (only affects you)": "Включване на URL прегледи за тази стая (засяга само Вас)", "Enable URL previews by default for participants in this room": "Включване по подразбиране на URL прегледи за участници в тази стая", - "Decline": "Откажи", "Accept": "Приеми", "Incorrect verification code": "Неправилен код за потвърждение", "Submit": "Изпрати", @@ -142,7 +136,6 @@ "Unignore": "Премахни игнорирането", "Ignore": "Игнорирай", "Mention": "Спомени", - "Invite": "Покани", "Admin Tools": "Инструменти на администратора", "and %(count)s others...": { "other": "и %(count)s други...", @@ -172,7 +165,6 @@ "Idle": "Неактивен", "Unknown": "Неизвестен", "Replying": "Отговаря", - "Save": "Запази", "(~%(count)s results)": { "other": "(~%(count)s резултати)", "one": "(~%(count)s резултат)" @@ -180,7 +172,6 @@ "Join Room": "Присъединяване към стаята", "Upload avatar": "Качи профилна снимка", "Forget room": "Забрави стаята", - "Invites": "Покани", "Favourites": "Любими", "Low priority": "Нисък приоритет", "Historical": "Архив", @@ -192,7 +183,6 @@ "No users have specific privileges in this room": "Никой няма специфични привилегии в тази стая", "Banned users": "Блокирани потребители", "This room is not accessible by remote Matrix servers": "Тази стая не е достъпна за отдалечени Matrix сървъри", - "Leave room": "Напусни стаята", "Publish this room to the public in %(domain)s's room directory?": "Публично публикуване на тази стая в директорията на %(domain)s?", "Who can read history?": "Кой може да чете историята?", "Anyone": "Всеки", @@ -326,12 +316,10 @@ "expand": "разшири", "Custom level": "Персонализирано ниво", "In reply to ": "В отговор на ", - "Start chat": "Започни чат", "And %(count)s more...": { "other": "И %(count)s други..." }, "Confirm Removal": "Потвърдете премахването", - "Create": "Създай", "Unknown error": "Неизвестна грешка", "Incorrect password": "Неправилна парола", "Deactivate Account": "Затвори акаунта", @@ -468,7 +456,6 @@ "Collecting logs": "Събиране на логове", "All Rooms": "Във всички стаи", "Wednesday": "Сряда", - "Quote": "Цитат", "Send logs": "Изпращане на логове", "All messages": "Всички съобщения", "Call invitation": "Покана за разговор", @@ -481,7 +468,6 @@ "Thursday": "Четвъртък", "Logs sent": "Логовете са изпратени", "Back": "Назад", - "Reply": "Отговори", "Show message in desktop notification": "Показване на съдържание в известията на работния плот", "Messages in group chats": "Съобщения в групови чатове", "Yesterday": "Вчера", @@ -491,7 +477,6 @@ "What's New": "Какво ново", "Off": "Изкл.", "Event sent!": "Събитието е изпратено!", - "View Source": "Прегледай източника", "Event Content": "Съдържание на събитието", "Thank you!": "Благодарим!", "Missing roomId.": "Липсва идентификатор на стая.", @@ -602,7 +587,6 @@ "Unable to restore backup": "Неуспешно възстановяване на резервно копие", "No backup found!": "Не е открито резервно копие!", "Failed to decrypt %(failedCount)s sessions!": "Неуспешно разшифроване на %(failedCount)s сесии!", - "Next": "Напред", "Invalid homeserver discovery response": "Невалиден отговор по време на откриването на конфигурацията за сървъра", "Invalid identity server discovery response": "Невалиден отговор по време на откриването на конфигурацията за сървъра за самоличност", "General failure": "Обща грешка", @@ -613,7 +597,6 @@ "Go back to set it again.": "Върнете се за да настройте нова.", "Download": "Свали", "Unable to create key backup": "Неуспешно създаване на резервно копие на ключа", - "Retry": "Опитай пак", "Straight rows of keys are easy to guess": "Клавиши от прави редици са лесни за отгатване", "Short keyboard patterns are easy to guess": "Къси клавиатурни последователности са лесни за отгатване", "Unable to load commit detail: %(msg)s": "Неуспешно зареждане на информация за commit: %(msg)s", @@ -649,8 +632,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Защитените съобщения с този потребител са шифровани от край-до-край и не могат да бъдат прочетени от други.", "Got It": "Разбрах", "Verify this user by confirming the following number appears on their screen.": "Потвърдете този потребител като се уверите, че следното число се вижда на екрана му.", - "Yes": "Да", - "No": "Не", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Изпратихме Ви имейл за да потвърдим адреса Ви. Последвайте инструкциите в имейла и след това кликнете на бутона по-долу.", "Email Address": "Имейл адрес", "All keys backed up": "Всички ключове са в резервното копие", @@ -1050,7 +1031,6 @@ "Report Content to Your Homeserver Administrator": "Докладвай съдържание до администратора на сървъра", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Докладването на съобщението ще изпрати уникалният номер на събитието (event ID) до администратора на сървъра. Ако съобщенията в стаята са шифровани, администратора няма да може да прочете текста им или да види снимките или файловете.", "Send report": "Изпрати доклад", - "Report Content": "Докладвай съдържание", "View": "Виж", "Explore rooms": "Открий стаи", "Verify the link in your inbox": "Потвърдете линка във вашата пощенска кутия", @@ -1092,7 +1072,6 @@ "Failed to deactivate user": "Неуспешно деактивиране на потребител", "This client does not support end-to-end encryption.": "Този клиент не поддържа шифроване от край до край.", "Messages in this room are not end-to-end encrypted.": "Съобщенията в тази стая не са шифровани от край до край.", - "React": "Реагирай", "Message Actions": "Действия със съобщението", "Show image": "Покажи снимката", "Frequently Used": "Често използвани", @@ -1277,7 +1256,6 @@ "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.": "Поискайте от този потребител да потвърди сесията си, или я потвърдете ръчно по-долу.", - "Done": "Готово", "a few seconds ago": "преди няколко секунди", "about a minute ago": "преди около минута", "%(num)s minutes ago": "преди %(num)s минути", @@ -1308,7 +1286,6 @@ "Scan this unique code": "Сканирайте този уникален код", "Compare unique emoji": "Сравнете уникални емоджи", "Compare a unique set of emoji if you don't have a camera on either device": "Сравнете уникални емоджи, ако нямате камера на някое от устройствата", - "Start": "Започни", "Waiting for %(displayName)s to verify…": "Изчакване на %(displayName)s да потвърди…", "Cancelling…": "Отказване…", "They match": "Съвпадат", @@ -1334,7 +1311,6 @@ "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Потвърждавай индивидуално всяка сесия на потребителите, маркирайки я като доверена и недоверявайки се на кръстосано-подписваните устройства.", "Manage": "Управление", "Securely cache encrypted messages locally for them to appear in search results.": "Кеширай шифровани съобщения локално по сигурен начин за да се появяват в резултати от търсения.", - "Enable": "Включи", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "Липсват задължителни компоненти в %(brand)s, за да могат да бъдат складирани локално и по сигурен начин шифровани съобщения. Ако искате да експериментирате с тази функция, \"компилирайте\" версия на %(brand)s Desktop с добавени компоненти за търсене.", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Тази сесия не прави резервни копия на ключовете, но имате съществуващо резервно копие, което да възстановите и към което да добавяте от тук нататък.", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Свържете тази сесия с резервно копие на ключове преди да се отпишете от нея, за да не загубите ключове, които може би съществуват единствено в тази сесия.", @@ -1523,14 +1499,12 @@ "You'll need to authenticate with the server to confirm the upgrade.": "Ще трябва да се автентикирате пред сървъра за да потвърдите обновяването.", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Обновете тази сесия, за да може да потвърждава други сесии, давайки им достъп до шифрованите съобщения и маркирайки ги като доверени за другите потребители.", "Use a different passphrase?": "Използвай друга парола?", - "Copy": "Копирай", "Unable to query secret storage status": "Неуспешно допитване за състоянието на секретното складиране", "Upgrade your encryption": "Обновете шифроването", "Create key backup": "Създай резервно копие на ключовете", "This session is encrypting history using the new recovery method.": "Тази сесия шифрова историята използвайки новия метод за възстановяване.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Ако сте направили това без да искате, може да настройте защитени съобщения за тази сесия, което ще зашифрова наново историята на съобщенията използвайки новия метод за възстановяване.", "If disabled, messages from encrypted rooms won't appear in search results.": "Ако е изключено, съобщения от шифровани стаи няма да се показват в резултатите от търсения.", - "Disable": "Изключи", "Not currently indexing messages for any room.": "В момента не се индексират съобщения в нито една стая.", "Currently indexing: %(currentRoom)s": "В момента се индексира: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s кешира шифровани съобщения локално по сигурен начин, за да може те да се появяват в резултати от търсения:", @@ -1732,7 +1706,6 @@ "Attach files from chat or just drag and drop them anywhere in a room.": "Прикачете файлове от чата или ги издърпайте и пуснете в стаята.", "No files visible in this room": "Няма видими файлове в тази стая", "Away": "Отсъства", - "Forgot password?": "Забравена парола?", "Search (must be enabled)": "Търсене (трябва да е включено)", "Go to Home View": "Отиване на начален изглед", "%(creator)s created this DM.": "%(creator)s създаде този директен чат.", @@ -2121,6 +2094,35 @@ "username": "Потребителско име", "verification_cancelled": "Верификацията беше отказана" }, + "action": { + "continue": "Продължи", + "copy": "Копирай", + "create": "Създай", + "decline": "Откажи", + "disable": "Изключи", + "done": "Готово", + "edit": "Редактирай", + "enable": "Включи", + "forgot_password": "Забравена парола?", + "invite": "Покани", + "invites_list": "Покани", + "leave": "Напусни", + "leave_room": "Напусни стаята", + "next": "Напред", + "no": "Не", + "ok": "ОК", + "quote": "Цитат", + "react": "Реагирай", + "remove": "Премахни", + "reply": "Отговори", + "report_content": "Докладвай съдържание", + "retry": "Опитай пак", + "save": "Запази", + "start": "Започни", + "start_chat": "Започни чат", + "view_source": "Прегледай източника", + "yes": "Да" + }, "a11y": { "user_menu": "Потребителско меню" } diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index ad53406b6b..2ad83a1a21 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -11,18 +11,13 @@ "Create new room": "Crea una sala nova", "Failed to forget room %(errCode)s": "No s'ha pogut oblidar la sala %(errCode)s", "Favourite": "Favorit", - "Start chat": "Inicia un xat", "Failed to change password. Is your password correct?": "S'ha produït un error en canviar la contrasenya. És correcta la teva contrasenya?", - "Continue": "Continua", "Dismiss": "Omet", "Notifications": "Notificacions", - "Remove": "Elimina", "unknown error code": "codi d'error desconegut", - "OK": "D'acord", "Operation failed": "No s'ha pogut realitzar l'operació", "Search": "Cerca", "powered by Matrix": "amb tecnologia de Matrix", - "Edit": "Edita", "Register": "Registre", "Rooms": "Sales", "This email address is already in use": "Aquesta adreça de correu electrònic ja està en ús", @@ -115,7 +110,6 @@ "Enable inline URL previews by default": "Activa per defecte la vista prèvia d'URL en línia", "Enable URL previews for this room (only affects you)": "Activa la vista prèvia d'URL d'aquesta sala (no afecta altres usuaris)", "Enable URL previews by default for participants in this room": "Activa per defecte la vista prèvia d'URL per als participants d'aquesta sala", - "Decline": "Declina", "Accept": "Accepta", "Incorrect verification code": "El codi de verificació és incorrecte", "Submit": "Envia", @@ -146,7 +140,6 @@ "Ignore": "Ignora", "Jump to read receipt": "Vés a l'últim missatge llegit", "Mention": "Menciona", - "Invite": "Convida", "Admin Tools": "Eines d'administració", "and %(count)s others...": { "other": "i %(count)s altres...", @@ -179,7 +172,6 @@ "Unknown": "Desconegut", "Replying": "S'està contestant", "Unnamed room": "Sala sense nom", - "Save": "Desa", "(~%(count)s results)": { "other": "(~%(count)s resultats)", "one": "(~%(count)s resultat)" @@ -187,7 +179,6 @@ "Join Room": "Entra a la sala", "Upload avatar": "Puja l'avatar", "Forget room": "Oblida la sala", - "Invites": "Invitacions", "Favourites": "Preferits", "Low priority": "Baixa prioritat", "Historical": "Històric", @@ -199,7 +190,6 @@ "No users have specific privileges in this room": "Cap usuari té privilegis específics en aquesta sala", "Banned users": "Usuaris expulsats", "This room is not accessible by remote Matrix servers": "Aquesta sala no és accessible per a servidors de Matrix remots", - "Leave room": "Surt de la sala", "Publish this room to the public in %(domain)s's room directory?": "Vols publicar aquesta sala al directori de sales públiques de %(domain)s?", "Who can read history?": "Qui pot llegir l'historial?", "Anyone": "Qualsevol", @@ -333,7 +323,6 @@ "other": "I %(count)s més..." }, "Confirm Removal": "Confirmeu l'eliminació", - "Create": "Crea", "Unknown error": "Error desconegut", "Incorrect password": "Contrasenya incorrecta", "Deactivate Account": "Desactivar el compte", @@ -351,7 +340,6 @@ "Name": "Nom", "You must register to use this functionality": "Per poder utilitzar aquesta funcionalitat has de registrar-te", "You must join the room to see its files": "Per poder veure els fitxers de la sala t'hi has d'unir", - "Leave": "Surt", "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?": "Estàs a punt de ser redirigit a una web de tercers per autenticar el teu compte i poder ser utilitzat amb %(integrationsUrl)s. Vols continuar?", "Description": "Descripció", "Reject invitation": "Rebutja la invitació", @@ -433,15 +421,12 @@ "All messages": "Tots els missatges", "Call invitation": "Invitació de trucada", "What's new?": "Què hi ha de nou?", - "View Source": "Mostra el codi", "Invite to this room": "Convida a aquesta sala", "You cannot delete this message. (%(code)s)": "No podeu eliminar aquest missatge. (%(code)s)", "Thursday": "Dijous", "Logs sent": "Logs enviats", "Back": "Enrere", - "Reply": "Respon", "Show message in desktop notification": "Mostra els missatges amb notificacions d'escriptori", - "Quote": "Cita", "Messages in group chats": "Missatges en xats de grup", "Yesterday": "Ahir", "Error encountered (%(errorDetail)s).": "S'ha trobat un error (%(errorDetail)s).", @@ -655,5 +640,22 @@ "password": "Contrasenya", "settings": "Configuració", "unmute": "No silenciïs" + }, + "action": { + "continue": "Continua", + "create": "Crea", + "decline": "Declina", + "edit": "Edita", + "invite": "Convida", + "invites_list": "Invitacions", + "leave": "Surt", + "leave_room": "Surt de la sala", + "ok": "D'acord", + "quote": "Cita", + "remove": "Elimina", + "reply": "Respon", + "save": "Desa", + "start_chat": "Inicia un xat", + "view_source": "Mostra el codi" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index c9bc6cb5a2..94ba6b750e 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -32,17 +32,13 @@ "Nov": "Lis", "Dec": "Pro", "Create new room": "Vytvořit novou místnost", - "Start chat": "Zahájit konverzaci", "Options": "Volby", "Register": "Zaregistrovat", "Cancel": "Storno", "Favourite": "Oblíbené", - "Continue": "Pokračovat", "Failed to change password. Is your password correct?": "Nepodařilo se změnit heslo. Zadáváte své heslo správně?", "Operation failed": "Operace se nezdařila", - "Remove": "Smazat", "unknown error code": "neznámý kód chyby", - "OK": "OK", "Failed to forget room %(errCode)s": "Nepodařilo se zapomenout místnost %(errCode)s", "Dismiss": "Zavřít", "powered by Matrix": "používá protokol Matrix", @@ -80,12 +76,10 @@ "Current password": "Současné heslo", "Custom level": "Vlastní úroveň", "Deactivate Account": "Deaktivovat účet", - "Decline": "Odmítnout", "Decrypt %(text)s": "Dešifrovat %(text)s", "Delete widget": "Vymazat widget", "Default": "Výchozí", "Download %(text)s": "Stáhnout %(text)s", - "Edit": "Upravit", "Email": "E-mail", "Email address": "E-mailová adresa", "Emoji": "Emoji", @@ -118,10 +112,8 @@ "Incorrect username and/or password.": "Nesprávné uživatelské jméno nebo heslo.", "Incorrect verification code": "Nesprávný ověřovací kód", "Invalid Email Address": "Neplatná e-mailová adresa", - "Invites": "Pozvánky", "Invites user with given id to current room": "Pozve do aktuální místnosti uživatele s daným id", "Join Room": "Vstoupit do místnosti", - "Leave room": "Opustit místnost", "Moderator": "Moderátor", "Name": "Název", "New passwords don't match": "Nová hesla se neshodují", @@ -148,7 +140,6 @@ "Room %(roomId)s not visible": "Místnost %(roomId)s není viditelná", "%(roomName)s does not exist.": "%(roomName)s neexistuje.", "%(roomName)s is not accessible at this time.": "Místnost %(roomName)s není v tuto chvíli dostupná.", - "Save": "Uložit", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s poslal(a) obrázek.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s pozval(a) uživatele %(targetDisplayName)s ke vstupu do místnosti.", "Server error": "Chyba serveru", @@ -232,9 +223,7 @@ "Failed to copy": "Nepodařilo se zkopírovat", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Smazáním widgetu ho odstraníte všem uživatelům v této místnosti. Opravdu chcete tento widget smazat?", "Drop file here to upload": "Přetažením sem nahrajete", - "Create": "Vytvořit", "Jump to read receipt": "Přejít na poslední potvrzení o přečtení", - "Invite": "Pozvat", "Hangup": "Zavěsit", "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?", @@ -248,7 +237,6 @@ "Upload avatar": "Nahrát avatar", "Mention": "Zmínit", "Invited": "Pozvaní", - "Leave": "Opustit", "Search failed": "Vyhledávání selhalo", "Banned by %(displayName)s": "Vykázán(a) uživatelem %(displayName)s", "Privileged Users": "Privilegovaní uživatelé", @@ -443,7 +431,6 @@ "No update available.": "Není dostupná žádná aktualizace.", "Resend": "Poslat znovu", "Collecting app version information": "Sbírání informací o verzi aplikace", - "View Source": "Zobrazit zdroj", "Tuesday": "Úterý", "Developer Tools": "Nástroje pro vývojáře", "Saturday": "Sobota", @@ -464,7 +451,6 @@ "Thursday": "Čtvrtek", "Search…": "Hledat…", "Back": "Zpět", - "Reply": "Odpovědět", "Show message in desktop notification": "Zobrazit text zprávy v oznámení na ploše", "Messages in group chats": "Zprávy ve skupinách", "Yesterday": "Včera", @@ -477,7 +463,6 @@ "Thank you!": "Děkujeme vám!", "Event sent!": "Událost odeslána!", "Event Content": "Obsah události", - "Quote": "Citovat", "Permission Required": "Vyžaduje oprávnění", "You do not have permission to start a conference call in this room": "V této místnosti nemáte oprávnění zahájit konferenční hovor", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", @@ -732,8 +717,6 @@ "Headphones": "Sluchátka", "Folder": "Desky", "Pin": "Připnout", - "Yes": "Ano", - "No": "Ne", "Add some now": "Přidat nějaké", "Main address": "Hlavní adresa", "This room is a continuation of another conversation.": "Tato místost je pokračováním jiné konverzace.", @@ -757,7 +740,6 @@ "No backup found!": "Nenalezli jsme žádnou zálohu!", "Failed to decrypt %(failedCount)s sessions!": "Nepovedlo se rozšifrovat %(failedCount)s sezení!", "Warning: you should only set up key backup from a trusted computer.": "Uporoznění: záloha by měla být prováděna na důvěryhodném počítači.", - "Next": "Další", "Recovery Method Removed": "Záloha klíčů byla odstraněna", "Go to Settings": "Přejít do nastavení", "That matches!": "To odpovídá!", @@ -767,7 +749,6 @@ "Your keys are being backed up (the first backup could take a few minutes).": "Klíče se zálohují (první záloha může trvat pár minut).", "Success!": "Úspěch!", "Unable to create key backup": "Nepovedlo se vyrobit zálohů klíčů", - "Retry": "Zkusit znovu", "Set up Secure Messages": "Nastavit bezpečné obnovení zpráv", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "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í.", "Set up": "Nastavit", @@ -1058,7 +1039,6 @@ "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é.", - "React": "Reagovat", "Message Actions": "Akce zprávy", "Show image": "Zobrazit obrázek", "You verified %(name)s": "Ověřili jste %(name)s", @@ -1101,7 +1081,6 @@ "Document": "Dokument", "Upload all": "Nahrát vše", "Resend %(unsentCount)s reaction(s)": "Poslat %(unsentCount)s reakcí znovu", - "Report Content": "Nahlásit obsah", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Na domovském serveru chybí veřejný klíč pro captcha. Nahlaste to prosím správci serveru.", "%(creator)s created and configured the room.": "%(creator)s vytvořil(a) a nakonfiguroval(a) místnost.", "View": "Zobrazit", @@ -1267,7 +1246,6 @@ "in account data": "v datech účtu", "Manage": "Spravovat", "Securely cache encrypted messages locally for them to appear in search results.": "Bezpečně uchovávat zprávy na tomto zařízení aby se v nich dalo vyhledávat.", - "Enable": "Povolit", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Tato relace nezálohuje vaše klíče, ale už máte zálohu ze které je můžete obnovit.", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Než se odhlásíte, připojte tuto relaci k záloze klíčů, abyste nepřišli o klíče, které mohou být jen v této relaci.", "Connect this session to Key Backup": "Připojit k zálohování klíčů", @@ -1337,8 +1315,6 @@ "Recently Direct Messaged": "Nedávno kontaktovaní", "Go": "Ok", "Confirm your identity by entering your account password below.": "Potvrďte svou identitu zadáním hesla ke svému účtu.", - "Start": "Začít", - "Done": "Hotovo", "Go Back": "Zpět", "Cancel entering passphrase?": "Zrušit zadávání přístupové fráze?", "Setting up keys": "Příprava klíčů", @@ -1363,13 +1339,11 @@ "Verify by scanning": "Ověřte naskenováním", "You declined": "Odmítli jste", "%(name)s declined": "%(name)s odmítl(a)", - "Copy": "Zkopírovat", "Upgrade your encryption": "Aktualizovat šifrování", "Create key backup": "Vytvořit zálohu klíčů", "This session is encrypting history using the new recovery method.": "Tato relace šifruje historii zpráv s podporou nového způsobu obnovení.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Když je to zakázané, zprávy v šifrovaných místnostech se nebudou objevovat ve výsledcích vyhledávání.", - "Disable": "Zakázat", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s si bezpečně uchovává šifrované zprávy lokálně, aby v nich mohl vyhledávat:", "Space used:": "Použité místo:", "Indexed messages:": "Indexované zprávy:", @@ -1695,7 +1669,6 @@ "Sign in with SSO": "Přihlásit pomocí SSO", "Add an email to be able to reset your password.": "Přidejte email, abyste mohli obnovit své heslo.", "That phone number doesn't look quite right, please check and try again": "Toto telefonní číslo nevypadá úplně správně, zkontrolujte ho a zkuste to znovu", - "Forgot password?": "Zapomenuté heslo?", "Enter phone number": "Zadejte telefonní číslo", "Enter email address": "Zadejte emailovou adresu", "Take a picture": "Vyfotit", @@ -1871,7 +1844,6 @@ "Unable to set up keys": "Nepovedlo se nastavit klíče", "Save your Security Key": "Uložte svůj bezpečnostní klíč", "About homeservers": "O domovských serverech", - "Learn more": "Zjistit více", "Use your preferred Matrix homeserver if you have one, or host your own.": "Použijte svůj preferovaný domovský server Matrix, pokud ho máte, nebo hostujte svůj vlastní.", "Other homeserver": "Jiný domovský server", "Sign into your homeserver": "Přihlaste se do svého domovského serveru", @@ -2380,7 +2352,6 @@ "Collapse reply thread": "Sbalit vlákno odpovědi", "Show preview": "Zobrazit náhled", "View source": "Zobrazit zdroj", - "Forward": "Přeposlat", "Settings - %(spaceName)s": "Nastavení - %(spaceName)s", "Report the entire room": "Nahlásit celou místnost", "Spam or propaganda": "Spam nebo propaganda", @@ -2504,7 +2475,6 @@ "Visible to space members": "Viditelné pro členy prostoru", "Public room": "Veřejná místnost", "Private room (invite only)": "Soukromá místnost (pouze pro pozvané)", - "Create a room": "Vytvořit místnost", "Only people invited will be able to find and join this room.": "Tuto místnost budou moci najít a připojit se k ní pouze pozvaní lidé.", "Anyone will be able to find and join this room, not just members of .": "Tuto místnost bude moci najít a připojit se k ní kdokoli, nejen členové .", "You can change this at any time from room settings.": "Tuto hodnotu můžete kdykoli změnit v nastavení místnosti.", @@ -2764,7 +2734,6 @@ "Show all your rooms in Home, even if they're in a space.": "Zobrazit všechny místnosti v Domovu, i když jsou v prostoru.", "Rooms outside of a space": "Místnosti mimo prostor", "Manage rooms in this space": "Spravovat místnosti v tomto prostoru", - "Copy link": "Kopírovat odkaz", "Mentions only": "Pouze zmínky", "Forget": "Zapomenout", "Files": "Soubory", @@ -3976,6 +3945,39 @@ "verification_cancelled": "Oveření bylo zrušeno", "video": "Video" }, + "action": { + "continue": "Pokračovat", + "copy": "Zkopírovat", + "copy_link": "Kopírovat odkaz", + "create": "Vytvořit", + "create_a_room": "Vytvořit místnost", + "decline": "Odmítnout", + "disable": "Zakázat", + "done": "Hotovo", + "edit": "Upravit", + "enable": "Povolit", + "forgot_password": "Zapomenuté heslo?", + "forward": "Přeposlat", + "invite": "Pozvat", + "invites_list": "Pozvánky", + "learn_more": "Zjistit více", + "leave": "Opustit", + "leave_room": "Opustit místnost", + "next": "Další", + "no": "Ne", + "ok": "OK", + "quote": "Citovat", + "react": "Reagovat", + "remove": "Smazat", + "reply": "Odpovědět", + "report_content": "Nahlásit obsah", + "retry": "Zkusit znovu", + "save": "Uložit", + "start": "Začít", + "start_chat": "Zahájit konverzaci", + "view_source": "Zobrazit zdroj", + "yes": "Ano" + }, "a11y": { "user_menu": "Uživatelská nabídka" } diff --git a/src/i18n/strings/da.json b/src/i18n/strings/da.json index 5c2c90ef55..6211b37b92 100644 --- a/src/i18n/strings/da.json +++ b/src/i18n/strings/da.json @@ -1,6 +1,5 @@ { "Filter room members": "Filter medlemmer", - "Invites": "Invitationer", "Favourites": "Favoritter", "Rooms": "Rum", "Low priority": "Lav prioritet", @@ -24,7 +23,6 @@ "Advanced": "Avanceret", "Are you sure you want to reject the invitation?": "Er du sikker på du vil afvise invitationen?", "Banned users": "Bortviste brugere", - "Continue": "Fortsæt", "Cryptography": "Kryptografi", "Deactivate Account": "Deaktiver brugerkonto", "Default": "Standard", @@ -34,17 +32,13 @@ "Failed to unban": "Var ikke i stand til at ophæve forbuddet", "Favourite": "Favorit", "Notifications": "Notifikationer", - "Remove": "Fjern", "unknown error code": "Ukendt fejlkode", - "OK": "OK", "Search": "Søg", "Dismiss": "Afvis", "powered by Matrix": "Drevet af Matrix", "Close": "Luk", "Cancel": "Afbryd", - "Edit": "Rediger", "Failed to forget room %(errCode)s": "Kunne ikke glemme rummet %(errCode)s", - "Leave": "Forlad", "Register": "Registrér", "Unnamed room": "Unavngivet rum", "This email address is already in use": "Denne email adresse er allerede i brug", @@ -148,13 +142,11 @@ "All messages": "Alle beskeder", "Call invitation": "Opkalds invitation", "What's new?": "Hvad er nyt?", - "View Source": "Se Kilde", "All Rooms": "Alle rum", "You cannot delete this message. (%(code)s)": "Du kan ikke slette denne besked. (%(code)s)", "Thursday": "Torsdag", "Back": "Tilbage", "Show message in desktop notification": "Vis besked i skrivebordsnotifikation", - "Quote": "Citat", "Messages in group chats": "Beskeder i gruppechats", "Yesterday": "I går", "Error encountered (%(errorDetail)s).": "En fejl er opstået (%(errorDetail)s).", @@ -167,7 +159,6 @@ "Event Content": "Begivenhedsindhold", "Thank you!": "Tak!", "Logs sent": "Logfiler sendt", - "Reply": "Besvar", "Failed to send logs: ": "Kunne ikke sende logfiler: ", "Preparing to send logs": "Forbereder afsendelse af logfiler", "Call Failed": "Opkald mislykkedes", @@ -199,7 +190,6 @@ "Use an identity server": "Brug en identitetsserver", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Brug en identitetsserver for at invitere pr. mail. Tryk på Fortsæt for at bruge den almindelige identitetsserver (%(defaultIdentityServerName)s) eller indtast en anden under Indstillinger.", "Use an identity server to invite by email. Manage in Settings.": "Brug en identitetsserver for at invitere pr. mail. Administrer dette under Indstillinger.", - "Leave room": "Forlad rummet", "Unbans user with given ID": "Fjerner ban fra brugeren med det oplyste ID", "Ignores a user, hiding their messages from you": "Ignorerer en bruger og skjuler dennes beskeder fra dig", "Stops ignoring a user, showing their messages going forward": "Stopper med at ignorere en bruger og viser deres beskeder igen fra nu af", @@ -375,7 +365,6 @@ "Passwords don't match": "Adgangskoderne matcher ikke", "Confirm password": "Bekræft adgangskode", "Reset": "Nulstil", - "No": "Nej", "Enter password": "Indtast adgangskode", "Add a new server": "Tilføj en ny server", "Matrix": "Matrix", @@ -389,8 +378,6 @@ "You started a call": "Du startede et opkald", "Verified!": "Bekræftet!", "Accept": "Accepter", - "Decline": "Afvis", - "Save": "Gem", "Profile picture": "Profil billede", "Categories": "Kategorier", "Checking server": "Tjekker server", @@ -401,7 +388,6 @@ "Comment": "Kommentar", "Privacy": "Privatliv", "Please enter a name for the room": "Indtast et navn for rummet", - "Disable": "Deaktiver", "Profile": "Profil", "Local address": "Lokal adresse", "This room has no local addresses": "Dette rum har ingen lokal adresse", @@ -707,7 +693,6 @@ "Incorrect password": "Forkert adgangskode", "Incorrect username and/or password.": "Forkert brugernavn og/eller adgangskode.", "Your password has been reset.": "Din adgangskode er blevet nulstillet.", - "Forgot password?": "Glemt adgangskode?", "Your password was successfully changed.": "Din adgangskode blev ændret.", "New Password": "Ny adgangskode", "Set a new custom sound": "Sæt en ny brugerdefineret lyd", @@ -719,5 +704,22 @@ "no_results": "Ingen resultater", "password": "Adgangskode", "settings": "Indstillinger" + }, + "action": { + "continue": "Fortsæt", + "decline": "Afvis", + "disable": "Deaktiver", + "edit": "Rediger", + "forgot_password": "Glemt adgangskode?", + "invites_list": "Invitationer", + "leave": "Forlad", + "leave_room": "Forlad rummet", + "no": "Nej", + "ok": "OK", + "quote": "Citat", + "remove": "Fjern", + "reply": "Besvar", + "save": "Gem", + "view_source": "Se Kilde" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 50b167bd23..f8be3ea142 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1,6 +1,5 @@ { "Filter room members": "Raummitglieder filtern", - "Invites": "Einladungen", "Favourites": "Favoriten", "Rooms": "Räume", "Low priority": "Niedrige Priorität", @@ -23,7 +22,6 @@ "Advanced": "Erweitert", "Are you sure you want to reject the invitation?": "Bist du sicher, dass du die Einladung ablehnen willst?", "Banned users": "Verbannte Benutzer", - "Continue": "Fortfahren", "Cryptography": "Verschlüsselung", "Deactivate Account": "Benutzerkonto deaktivieren", "Account": "Benutzerkonto", @@ -39,7 +37,6 @@ "Import E2E room keys": "E2E-Raumschlüssel importieren", "Invalid Email Address": "Ungültige E-Mail-Adresse", "Sign in with": "Anmelden mit", - "Leave room": "Raum verlassen", "Logout": "Abmelden", "Moderator": "Moderator", "Notifications": "Benachrichtigungen", @@ -51,7 +48,6 @@ "Privileged Users": "Privilegierte Benutzer", "Profile": "Profil", "Reject invitation": "Einladung ablehnen", - "Remove": "Entfernen", "Return to login screen": "Zur Anmeldemaske zurückkehren", "Signed Out": "Abgemeldet", "Sign out": "Abmelden", @@ -148,7 +144,6 @@ "Join Room": "Raum betreten", "not specified": "nicht angegeben", "No more results": "Keine weiteren Ergebnisse", - "OK": "Ok", "Search": "Suchen", "Search failed": "Suche ist fehlgeschlagen", "Server error": "Server-Fehler", @@ -231,7 +226,6 @@ "Custom level": "Selbstdefiniertes Berechtigungslevel", "Publish this room to the public in %(domain)s's room directory?": "Diesen Raum im Raumverzeichnis von %(domain)s veröffentlichen?", "Register": "Registrieren", - "Save": "Speichern", "Verified key": "Verifizierter Schlüssel", "You have disabled URL previews by default.": "Du hast die URL-Vorschau standardmäßig deaktiviert.", "You have enabled URL previews by default.": "Du hast die URL-Vorschau standardmäßig aktiviert.", @@ -245,7 +239,6 @@ }, "You must register to use this functionality": "Du musst dich registrieren, um diese Funktionalität nutzen zu können", "Create new room": "Neuer Raum", - "Start chat": "Unterhaltung beginnen", "New Password": "Neues Passwort", "Something went wrong!": "Etwas ist schiefgelaufen!", "Home": "Startseite", @@ -253,7 +246,6 @@ "Admin Tools": "Administrationswerkzeuge", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Verbindung zum Heim-Server fehlgeschlagen – bitte überprüfe die Internetverbindung und stelle sicher, dass dem SSL-Zertifikat deines Heimservers vertraut wird und dass Anfragen nicht durch eine Browser-Erweiterung blockiert werden.", "Close": "Schließen", - "Decline": "Ablehnen", "No display name": "Kein Anzeigename", "%(roomName)s does not exist.": "%(roomName)s existiert nicht.", "%(roomName)s is not accessible at this time.": "Auf %(roomName)s kann momentan nicht zugegriffen werden.", @@ -273,12 +265,10 @@ "Check for update": "Nach Aktualisierung suchen", "Delete widget": "Widget entfernen", "Define the power level of a user": "Berechtigungsstufe einers Benutzers setzen", - "Edit": "Bearbeiten", "Enable automatic language detection for syntax highlighting": "Automatische Spracherkennung für die Syntaxhervorhebung", "Unable to create widget.": "Widget kann nicht erstellt werden.", "You are not in this room.": "Du bist nicht in diesem Raum.", "You do not have permission to do that in this room.": "Du hast dafür keine Berechtigung.", - "Create": "Erstellen", "Automatically replace plain text Emoji": "Klartext-Emoji automatisch ersetzen", "AM": "a. m.", "PM": "p. m.", @@ -290,7 +280,6 @@ "Ignore": "Blockieren", "You are now ignoring %(userId)s": "%(userId)s ist jetzt blockiert", "You are no longer ignoring %(userId)s": "%(userId)s wird nicht mehr blockiert", - "Leave": "Verlassen", "Unignore": "Nicht mehr blockieren", "Unignored user": "Benutzer nicht mehr blockiert", "Ignored user": "Benutzer blockiert", @@ -308,7 +297,6 @@ }, "Delete Widget": "Widget löschen", "Mention": "Erwähnen", - "Invite": "Einladen", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Das Löschen des Widgets entfernt es für alle in diesem Raum. Wirklich löschen?", "Mirror local video feed": "Lokalen Video-Feed spiegeln", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -470,7 +458,6 @@ "Invite to this room": "In diesen Raum einladen", "Wednesday": "Mittwoch", "You cannot delete this message. (%(code)s)": "Diese Nachricht kann nicht gelöscht werden. (%(code)s)", - "Quote": "Zitieren", "Send logs": "Protokolldateien übermitteln", "All messages": "Alle Nachrichten", "Call invitation": "Anrufe", @@ -482,7 +469,6 @@ "Search…": "Suchen…", "Logs sent": "Protokolldateien gesendet", "Back": "Zurück", - "Reply": "Antworten", "Show message in desktop notification": "Nachrichteninhalt in der Desktopbenachrichtigung anzeigen", "Messages in group chats": "Gruppenunterhaltungen", "Yesterday": "Gestern", @@ -491,7 +477,6 @@ "Off": "Aus", "Event Type": "Eventtyp", "Event sent!": "Ereignis gesendet!", - "View Source": "Rohdaten anzeigen", "Event Content": "Ereignisinhalt", "Thank you!": "Danke!", "Missing roomId.": "Fehlende Raum-ID.", @@ -565,13 +550,11 @@ "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", - "Next": "Weiter", "That matches!": "Das passt!", "That doesn't match.": "Das passt nicht.", "Go back to set it again.": "Gehe zurück und setze es erneut.", "Download": "Herunterladen", "Unable to create key backup": "Konnte Schlüsselsicherung nicht erstellen", - "Retry": "Wiederholen", "Unable to restore backup": "Konnte Schlüsselsicherung nicht wiederherstellen", "No backup found!": "Keine Schlüsselsicherung gefunden!", "Use a few words, avoid common phrases": "Benutze einige Worte und vermeide gängige Phrasen", @@ -649,8 +632,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Sichere Nachrichten mit diesem Benutzer sind Ende-zu-Ende-verschlüsselt und können nicht von Dritten gelesen werden.", "Got It": "Verstanden", "Verify this user by confirming the following number appears on their screen.": "Verifiziere diesen Nutzer, indem du bestätigst, dass die folgende Nummer auf dessen Bildschirm erscheint.", - "Yes": "Ja", - "No": "Nein", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Wir haben dir eine E-Mail geschickt, um deine Adresse zu überprüfen. Bitte folge den Anweisungen dort und klicke dann auf die Schaltfläche unten.", "Email Address": "E-Mail-Adresse", "All keys backed up": "Alle Schlüssel gesichert", @@ -944,7 +925,6 @@ "not found": "nicht gefunden", "Manage": "Verwalten", "Securely cache encrypted messages locally for them to appear in search results.": "Speichere verschlüsselte Nachrichten lokal, sodass sie deinen Suchergebnissen erscheinen können.", - "Enable": "Aktivieren", "Cannot connect to integration manager": "Verbindung zum Integrationsassistenten fehlgeschlagen", "The integration manager is offline or it cannot reach your homeserver.": "Der Integrationsassistent ist außer Betrieb oder kann deinen Heim-Server nicht erreichen.", "not stored": "nicht gespeichert", @@ -1040,9 +1020,7 @@ "When rooms are upgraded": "Raumaktualisierungen", "Scan this unique code": "Lese diesen eindeutigen Code ein", "Compare unique emoji": "Vergleiche einzigartige Emojis", - "Start": "Starte", "Discovery": "Kontakte", - "Done": "Fertig", "Trusted": "Vertrauenswürdig", "Not trusted": "Nicht vertrauenswürdig", "Messages in this room are not end-to-end encrypted.": "Nachrichten in diesem Raum sind nicht Ende-zu-Ende verschlüsselt.", @@ -1124,7 +1102,6 @@ "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.", - "React": "Reagieren", "e.g. my-room": "z. B. mein-raum", "Use an identity server to invite by email. Use the default (%(defaultIdentityServerName)s) or manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail einzuladen. Nutze den Standardidentitäts-Server (%(defaultIdentityServerName)s) oder konfiguriere einen in den Einstellungen.", "Use an identity server to invite by email. Manage in Settings.": "Verwende einen Identitäts-Server, um per E-Mail-Adresse einladen zu können. Lege einen in den Einstellungen fest.", @@ -1136,9 +1113,7 @@ "Report Content to Your Homeserver Administrator": "Inhalte an die Administration deines Heim-Servers melden", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Wenn du diese Nachricht meldest, wird die eindeutige Ereignis-ID an die Administration deines Heim-Servers übermittelt. Wenn die Nachrichten in diesem Raum verschlüsselt sind, wird deine Heim-Server-Administration nicht in der Lage sein, Nachrichten zu lesen oder Medien einzusehen.", "Send report": "Bericht senden", - "Report Content": "Inhalt melden", "%(creator)s created and configured the room.": "%(creator)s hat den Raum erstellt und konfiguriert.", - "Copy": "Kopieren", "Sends a message as html, without interpreting it as markdown": "Sendet eine Nachricht als HTML, ohne sie als Markdown darzustellen", "Show shortcuts to recently viewed rooms above the room list": "Kürzlich besuchte Räume anzeigen", "Use Single Sign On to continue": "Einmalanmeldung zum Fortfahren nutzen", @@ -1507,7 +1482,6 @@ "Close dialog or context menu": "Dialog oder Kontextmenü schließen", "Cancel autocomplete": "Autovervollständigung deaktivieren", "Unable to revoke sharing for email address": "Dem Teilen der E-Mail-Adresse kann nicht widerrufen werden", - "Disable": "Deaktivieren", "Not currently indexing messages for any room.": "Derzeit werden keine Nachrichten für Räume indiziert.", "Space used:": "Speicherplatzbedarf:", "Indexed messages:": "Indizierte Nachrichten:", @@ -2077,10 +2051,8 @@ "Use email to optionally be discoverable by existing contacts.": "Nutze optional eine E-Mail-Adresse, um von Nutzern gefunden werden zu können.", "Use email or phone to optionally be discoverable by existing contacts.": "Nutze optional eine E-Mail-Adresse oder Telefonnummer, um von Nutzern gefunden werden zu können.", "Add an email to be able to reset your password.": "Füge eine E-Mail-Adresse hinzu, um dein Passwort zurücksetzen zu können.", - "Forgot password?": "Passwort vergessen?", "That phone number doesn't look quite right, please check and try again": "Diese Telefonummer sieht nicht ganz richtig aus. Bitte überprüfe deine Eingabe und versuche es erneut", "About homeservers": "Über Heim-Server", - "Learn more": "Mehr erfahren", "Use your preferred Matrix homeserver if you have one, or host your own.": "Verwende einen Matrix-Heim-Server deiner Wahl oder betreibe deinen eigenen.", "Other homeserver": "Anderer Heim-Server", "Sign into your homeserver": "Melde dich bei deinem Heim-Server an", @@ -2382,7 +2354,6 @@ "Report": "Melden", "Collapse reply thread": "Antworten verbergen", "Show preview": "Vorschau zeigen", - "Forward": "Weiterleiten", "Settings - %(spaceName)s": "Einstellungen - %(spaceName)s", "Report the entire room": "Den ganzen Raum melden", "Spam or propaganda": "Spam oder Propaganda", @@ -2548,7 +2519,6 @@ "Public room": "Öffentlicher Raum", "Private room (invite only)": "Privater Raum (Einladung erforderlich)", "Room visibility": "Raumsichtbarkeit", - "Create a room": "Raum erstellen", "Add space": "Space hinzufügen", "Automatically invite members from this room to the new one": "Mitglieder automatisch in den neuen Raum einladen", "Search spaces": "Spaces durchsuchen", @@ -2762,7 +2732,6 @@ "Home is useful for getting an overview of everything.": "Die Startseite bietet dir einen Überblick über deine Unterhaltungen.", "Get notifications as set up in your settings": "Du erhältst Benachrichtigungen, wie du sie in den Einstellungen konfiguriert hast", "Spaces to show": "Anzuzeigende Spaces", - "Copy link": "Link kopieren", "Mentions only": "Nur Erwähnungen", "Forget": "Vergessen", "Files": "Dateien", @@ -3976,6 +3945,39 @@ "verification_cancelled": "Verifikation abgebrochen", "video": "Video" }, + "action": { + "continue": "Fortfahren", + "copy": "Kopieren", + "copy_link": "Link kopieren", + "create": "Erstellen", + "create_a_room": "Raum erstellen", + "decline": "Ablehnen", + "disable": "Deaktivieren", + "done": "Fertig", + "edit": "Bearbeiten", + "enable": "Aktivieren", + "forgot_password": "Passwort vergessen?", + "forward": "Weiterleiten", + "invite": "Einladen", + "invites_list": "Einladungen", + "learn_more": "Mehr erfahren", + "leave": "Verlassen", + "leave_room": "Raum verlassen", + "next": "Weiter", + "no": "Nein", + "ok": "Ok", + "quote": "Zitieren", + "react": "Reagieren", + "remove": "Entfernen", + "reply": "Antworten", + "report_content": "Inhalt melden", + "retry": "Wiederholen", + "save": "Speichern", + "start": "Starte", + "start_chat": "Unterhaltung beginnen", + "view_source": "Rohdaten anzeigen", + "yes": "Ja" + }, "a11y": { "user_menu": "Benutzermenü" } diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index adcfbf6d75..9ed7ff48c6 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -2,7 +2,6 @@ "Failed to forget room %(errCode)s": "Δεν ήταν δυνατή η διαγραφή του δωματίου (%(errCode)s)", "Notifications": "Ειδοποιήσεις", "Operation failed": "Η λειτουργία απέτυχε", - "Remove": "Αφαίρεση", "Search": "Αναζήτηση", "unknown error code": "άγνωστος κωδικός σφάλματος", "Account": "Λογαριασμός", @@ -35,7 +34,6 @@ "Changes your display nickname": "Αλλάζει το ψευδώνυμο χρήστη", "powered by Matrix": "λειτουργεί με το Matrix", "Confirm password": "Επιβεβαίωση κωδικού πρόσβασης", - "Continue": "Συνέχεια", "Cryptography": "Κρυπτογραφία", "Current password": "Τωρινός κωδικός πρόσβασης", "Custom level": "Προσαρμοσμένο επίπεδο", @@ -67,11 +65,9 @@ "Incorrect verification code": "Λανθασμένος κωδικός επαλήθευσης", "Invalid Email Address": "Μη έγκυρη διεύθυνση ηλεκτρονικής αλληλογραφίας", "Invited": "Προσκλήθηκε", - "Invites": "Προσκλήσεις", "Sign in with": "Συνδεθείτε με", "Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.", "Labs": "Πειραματικά", - "Leave room": "Αποχώρηση από το δωμάτιο", "Logout": "Αποσύνδεση", "Low priority": "Χαμηλής προτεραιότητας", "Command error": "Σφάλμα εντολής", @@ -85,13 +81,11 @@ "New passwords must match each other.": "Οι νέοι κωδικοί πρόσβασης πρέπει να ταιριάζουν.", "": "<δεν υποστηρίζεται>", "No more results": "Δεν υπάρχουν άλλα αποτελέσματα", - "OK": "Εντάξει", "Passwords can't be empty": "Οι κωδικοί πρόσβασης δεν γίνετε να είναι κενοί", "Phone": "Τηλέφωνο", "Register": "Εγγραφή", "%(brand)s version:": "Έκδοση %(brand)s:", "Rooms": "Δωμάτια", - "Save": "Αποθήκευση", "Search failed": "Η αναζήτηση απέτυχε", "Server error": "Σφάλμα διακομιστή", "Signed Out": "Αποσυνδέθηκε", @@ -104,13 +98,11 @@ "Dismiss": "Απόρριψη", "Close": "Κλείσιμο", "Create new room": "Δημιουργία νέου δωματίου", - "Start chat": "Έναρξη συνομιλίας", "Accept": "Αποδοχή", "Add": "Προσθήκη", "Admin Tools": "Εργαλεία διαχειριστή", "No media permissions": "Χωρίς δικαιώματα πολυμέσων", "Banned users": "Αποκλεισμένοι χρήστες", - "Decline": "Απόρριψη", "Enter passphrase": "Εισαγωγή συνθηματικού", "Failed to set display name": "Δεν ήταν δυνατό ο ορισμός του ονόματος εμφάνισης", "Home": "Αρχική", @@ -279,7 +271,6 @@ "On": "Ενεργό", "Changelog": "Αλλαγές", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", - "Leave": "Αποχώρηση", "Warning": "Προειδοποίηση", "This Room": "Στο δωμάτιο", "Resend": "Αποστολή ξανά", @@ -316,8 +307,6 @@ "What's New": "Τι νέο υπάρχει", "Off": "Ανενεργό", "Failed to remove tag %(tagName)s from room": "Δεν ήταν δυνατή η διαγραφή της ετικέτας %(tagName)s από το δωμάτιο", - "View Source": "Προβολή κώδικα", - "Quote": "Παράθεση", "Call Failed": "Η κλήση απέτυχε", "AM": "ΠΜ", "PM": "ΜΜ", @@ -335,7 +324,6 @@ "Message Pinning": "Καρφίτσωμα Μηνυμάτων", "Enable URL previews for this room (only affects you)": "Ενεργοποίηση προεπισκόπισης URL για αυτό το δωμάτιο (επηρεάζει μόνο εσάς)", "Mention": "Αναφορά", - "Invite": "Πρόσκληση", "Send an encrypted reply…": "Αποστολή κρυπτογραφημένης απάντησης…", "Send an encrypted message…": "Αποστολή κρυπτογραφημένου μηνύματος…", "%(duration)ss": "%(duration)sδ", @@ -394,9 +382,6 @@ "Your homeserver has exceeded its user limit.": "Ο διακομιστής σας ξεπέρασε το όριο χρηστών.", "Use app": "Χρησιμοποιήστε την εφαρμογή", "Use app for a better experience": "Χρησιμοποιήστε την εφαρμογή για καλύτερη εμπειρία", - "Enable": "Ενεργοποίηση", - "No": "Όχι", - "Yes": "Ναι", "No need for symbols, digits, or uppercase letters": "Δεν χρειάζονται σύμβολα, ψηφία, ή κεφαλαία γράμματα", "Use a few words, avoid common phrases": "Χρησιμοποιήστε αρκετές λέξεις, αποφύγετε συνηθισμένες φράσεις", "Unknown server error": "Άγνωστο σφάλμα διακομιστή", @@ -682,7 +667,6 @@ "Confirm adding phone number": "Επιβεβαιώστε την προσθήκη του τηλεφωνικού αριθμού", "Click the button below to confirm adding this email address.": "Πιέστε το κουμπί από κάτω για να επιβεβαιώσετε την προσθήκη της διεύθυνσης ηλ. ταχυδρομείου.", "Confirm adding email": "Επιβεβαιώστε την προσθήκη διεύθυνσης ηλ. ταχυδρομείου", - "Done": "Τέλος", "Not Trusted": "Μη Έμπιστο", "You're already in a call with this person.": "Είστε ήδη σε κλήση με αυτόν τον χρήστη.", "Already in call": "Ήδη σε κλήση", @@ -1204,7 +1188,6 @@ "Review": "Ανασκόπηση", "Review to ensure your account is safe": "Ελέγξτε για να βεβαιωθείτε ότι ο λογαριασμός σας είναι ασφαλής", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Μοιραστείτε ανώνυμα δεδομένα για να μας βοηθήσετε να εντοπίσουμε προβλήματα. Τίποτα προσωπικό. Χωρίς τρίτους. Μάθετε περισσότερα", - "Learn more": "Μάθετε περισσότερα", "You previously consented to share anonymous usage data with us. We're updating how that works.": "Έχετε συμφωνήσει να μοιραστείτε ανώνυμα δεδομένα χρήσης μαζί μας. Ενημερώνουμε τον τρόπο που λειτουργεί.", "Help improve %(analyticsOwner)s": "Βοηθήστε στη βελτίωση του %(analyticsOwner)s", "Stop": "Παύση", @@ -1395,7 +1378,6 @@ "This bridge was provisioned by .": "Αυτή η γέφυρα παρέχεται από τον .", "Jump to first invite.": "Μετάβαση στην πρώτη πρόσκληση.", "Jump to first unread room.": "Μετάβαση στο πρώτο μη αναγνωσμένο δωμάτιο.", - "Create": "Δημιουργία", "You can change these anytime.": "Μπορείτε να τα αλλάξετε ανά πάσα στιγμή.", "Your private space": "Ο ιδιωτικός σας χώρος", "Your public space": "Ο δημόσιος χώρος σας", @@ -1611,7 +1593,6 @@ "Share content": "Κοινή χρήση περιεχομένου", "Application window": "Παράθυρο εφαρμογής", "Share entire screen": "Κοινή χρήση ολόκληρης της οθόνης", - "Copy": "Αντιγραφή", "Sorry, you can't edit a poll after votes have been cast.": "Λυπούμαστε, δεν μπορείτε να επεξεργαστείτε μια δημοσκόπηση μετά την ψηφοφορία.", "Can't edit poll": "Αδυναμία επεξεργασίας δημοσκόπησης", "Zoom out": "Σμίκρυνση", @@ -1821,7 +1802,6 @@ "Illegal Content": "Παράνομο Περιεχόμενο", "Toxic Behaviour": "Τοξική Συμπεριφορά", "Disagree": "Διαφωνώ", - "Report Content": "Αναφορά Περιεχομένου", "Email (optional)": "Email (προαιρετικό)", "You were banned from %(roomName)s by %(memberName)s": "Έχετε αποκλειστεί από το %(roomName)s από τον %(memberName)s", "Re-join": "Επανασύνδεση", @@ -1866,7 +1846,6 @@ "A text message has been sent to %(msisdn)s": "Ένα μήνυμα κειμένου έχει σταλεί στη διεύθυνση %(msisdn)s", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Η διαγραφή μιας μικροεφαρμογής την καταργεί για όλους τους χρήστες σε αυτό το δωμάτιο. Είστε βέβαιοι ότι θέλετε να τη διαγράψετε;", "Delete Widget": "Διαγραφή Μικροεφαρμογής", - "Edit": "Επεξεργασία", "Delete widget": "Διαγραφή μικροεφαρμογής", "Unable to copy a link to the room to the clipboard.": "Αδυναμία αντιγραφής στο πρόχειρο του συνδέσμου δωματίου.", "Unable to copy room link": "Αδυναμία αντιγραφής του συνδέσμου δωματίου", @@ -1897,7 +1876,6 @@ "Unable to check if username has been taken. Try again later.": "Δεν είναι δυνατός ο έλεγχος εάν το όνομα χρήστη είναι διαθέσιμο. Δοκιμάστε ξανά αργότερα.", "Use lowercase letters, numbers, dashes and underscores only": "Χρησιμοποιήστε μόνο πεζά γράμματα, αριθμούς, παύλες και κάτω παύλες", "Use an email address to recover your account": "Χρησιμοποιήστε μια διεύθυνση email για να ανακτήσετε τον λογαριασμό σας", - "Forgot password?": "Ξεχάσατε τον κωδικό;", "That phone number doesn't look quite right, please check and try again": "Αυτός ο αριθμός τηλεφώνου δε φαίνεται σωστός, ελέγξτε και δοκιμάστε ξανά", "Enter phone number": "Εισάγετε αριθμό τηλεφώνου", "Enter username": "Εισάγετε όνομα χρήστη", @@ -1923,7 +1901,6 @@ "Collapse reply thread": "Σύμπτυξη νήματος απάντησης", "Show preview": "Εμφάνιση προεπισκόπησης", "View source": "Προβολή πηγής", - "Forward": "Προώθηση", "Open in OpenStreetMap": "Άνοιγμα στο OpenStreetMap", "Not a valid Security Key": "Μη έγκυρο Κλειδί Ασφαλείας", "This looks like a valid Security Key!": "Αυτό φαίνεται να είναι ένα έγκυρο Κλειδί Ασφαλείας!", @@ -1972,7 +1949,6 @@ "Upload all": "Μεταφόρτωση όλων", "Upload files": "Μεταφόρτωση αρχείων", "Upload files (%(current)s of %(total)s)": "Μεταφόρτωση αρχείων %(current)s από %(total)s", - "Next": "Επόμενο", "Document": "Έγγραφο", "Summary": "Περίληψη", "Service": "Υπηρεσία", @@ -2078,10 +2054,8 @@ "Click": "Κλικ", "Expand quotes": "Ανάπτυξη εισαγωγικών", "Collapse quotes": "Σύμπτυξη εισαγωγικών", - "Reply": "Απάντηση", "Can't create a thread from an event with an existing relation": "Δεν είναι δυνατή η δημιουργία νήματος από ένα συμβάν με μια υπάρχουσα σχέση", "Reply in thread": "Απάντηση στο νήμα", - "React": "Αντίδραση", "Error processing audio message": "Σφάλμα επεξεργασίας του ηχητικού μηνύματος", "Go": "Μετάβαση", "Pick a date to jump to": "Επιλέξτε μια ημερομηνία για να μεταβείτε", @@ -2205,7 +2179,6 @@ "Last week": "Προηγούμενη εβδομάδα", "The call is in an unknown state!": "Η κλήση βρίσκεται σε άγνωστη κατάσταση!", "Missed call": "Αναπάντητη κλήση", - "Retry": "Προσπάθεια ξανά", "Unknown failure: %(reason)s": "Άγνωστο σφάλμα: %(reason)s", "An unknown error occurred": "Συνέβη ένα άγνωστο σφάλμα", "Their device couldn't start the camera or microphone": "Η συσκευή τους δεν μπόρεσε να ξεκινήσει την κάμερα ή το μικρόφωνο", @@ -2233,7 +2206,6 @@ "Ask %(displayName)s to scan your code:": "Ζητήστε από τον χρήστη %(displayName)s να σαρώσει τον κωδικό σας:", "Verify by scanning": "Επαλήθευση με σάρωση", "Verify this device by completing one of the following:": "Επαληθεύστε αυτήν τη συσκευή συμπληρώνοντας ένα από τα παρακάτω:", - "Start": "Έναρξη", "Compare a unique set of emoji if you don't have a camera on either device": "Συγκρίνετε ένα μοναδικό σύνολο emoji εάν δεν έχετε κάμερα σε καμία από τις δύο συσκευές", "Compare unique emoji": "Συγκρίνετε μοναδικά emoji", "Scan this unique code": "Σαρώστε αυτόν τον μοναδικό κωδικό", @@ -2346,7 +2318,6 @@ "Topic (optional)": "Θέμα (προαιρετικό)", "Create a private room": "Δημιουργήστε ένα ιδιωτικό δωμάτιο", "Create a public room": "Δημιουργήστε ένα δημόσιο δωμάτιο", - "Create a room": "Δημιουργήστε ένα δωμάτιο", "Enable end-to-end encryption": "Ενεργοποίηση κρυπτογράφησης από άκρο-σε-άκρο", "Only people invited will be able to find and join this room.": "Μόνο τα άτομα που έχουν προσκληθεί θα μπορούν να βρουν και να εγγραφούν σε αυτό τον δωμάτιο.", "Anyone will be able to find and join this room.": "Οποιοσδήποτε θα μπορεί να βρει και να εγγραφεί σε αυτό το δωμάτιο.", @@ -2548,7 +2519,6 @@ "%(doneRooms)s out of %(totalRooms)s": "%(doneRooms)s από %(totalRooms)s", "Indexed rooms:": "Ευρετηριασμένα δωμάτια:", "Indexed messages:": "Ευρετηριασμένα μηνύματα:", - "Disable": "Απενεργοποίηση", "Go to Settings": "Μετάβαση στις Ρυθμίσεις", "New Recovery Method": "Νέα Μέθοδος Ανάκτησης", "Save your Security Key": "Αποθηκεύστε το κλειδί ασφαλείας σας", @@ -3182,7 +3152,6 @@ "Close sidebar": "Κλείσιμο πλαϊνής γραμμής", "View List": "Προβολή Λίστας", "View list": "Προβολή λίστας", - "Copy link": "Αντιγραφή συνδέσμου", "Cameras": "Κάμερες", "Output devices": "Συσκευές εξόδου", "Input devices": "Συσκευές εισόδου", @@ -3287,6 +3256,39 @@ "verification_cancelled": "Η επαλήθευση ακυρώθηκε", "video": "Βίντεο" }, + "action": { + "continue": "Συνέχεια", + "copy": "Αντιγραφή", + "copy_link": "Αντιγραφή συνδέσμου", + "create": "Δημιουργία", + "create_a_room": "Δημιουργήστε ένα δωμάτιο", + "decline": "Απόρριψη", + "disable": "Απενεργοποίηση", + "done": "Τέλος", + "edit": "Επεξεργασία", + "enable": "Ενεργοποίηση", + "forgot_password": "Ξεχάσατε τον κωδικό;", + "forward": "Προώθηση", + "invite": "Πρόσκληση", + "invites_list": "Προσκλήσεις", + "learn_more": "Μάθετε περισσότερα", + "leave": "Αποχώρηση", + "leave_room": "Αποχώρηση από το δωμάτιο", + "next": "Επόμενο", + "no": "Όχι", + "ok": "Εντάξει", + "quote": "Παράθεση", + "react": "Αντίδραση", + "remove": "Αφαίρεση", + "reply": "Απάντηση", + "report_content": "Αναφορά Περιεχομένου", + "retry": "Προσπάθεια ξανά", + "save": "Αποθήκευση", + "start": "Έναρξη", + "start_chat": "Έναρξη συνομιλίας", + "view_source": "Προβολή κώδικα", + "yes": "Ναι" + }, "a11y": { "user_menu": "Μενού χρήστη" } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 7f5fc88f22..2ba3b39d43 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -80,7 +80,38 @@ "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.", "Alternatively, you can try to use the public server at , but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings.": "Alternatively, you can try to use the public server at , but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings.", "Try using %(server)s": "Try using %(server)s", - "OK": "OK", + "action": { + "ok": "OK", + "continue": "Continue", + "leave_room": "Leave room", + "no": "No", + "enable": "Enable", + "learn_more": "Learn more", + "yes": "Yes", + "decline": "Decline", + "create": "Create", + "remove": "Remove", + "save": "Save", + "invite": "Invite", + "quote": "Quote", + "start_chat": "Start chat", + "invites_list": "Invites", + "leave": "Leave", + "start": "Start", + "view_source": "View Source", + "retry": "Retry", + "react": "React", + "edit": "Edit", + "reply": "Reply", + "copy": "Copy", + "done": "Done", + "create_a_room": "Create a room", + "report_content": "Report Content", + "next": "Next", + "forward": "Forward", + "copy_link": "Copy link", + "disable": "Disable" + }, "Unable to access microphone": "Unable to access microphone", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.", "Unable to access webcam / microphone": "Unable to access webcam / microphone", @@ -192,10 +223,8 @@ "Invites user with given id to current room": "Invites user with given id to current room", "Use an identity server": "Use an identity server", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.", - "Continue": "Continue", "Use an identity server to invite by email. Manage in Settings.": "Use an identity server to invite by email. Manage in Settings.", "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility": "User (%(user)s) did not end up as invited to %(roomId)s but no error was given from the inviter utility", - "Leave room": "Leave room", "Unrecognised room address: %(roomAlias)s": "Unrecognised room address: %(roomAlias)s", "Removes user with given id from this room": "Removes user with given id from this room", "Bans user with given id": "Bans user with given id", @@ -433,7 +462,6 @@ "Listen to live broadcast?": "Listen to live broadcast?", "If you start listening to this live broadcast, your current live broadcast recording will be ended.": "If you start listening to this live broadcast, your current live broadcast recording will be ended.", "Yes, end my recording": "Yes, end my recording", - "No": "No", "30s backward": "30s backward", "30s forward": "30s forward", "Go live": "Go live", @@ -614,13 +642,10 @@ "Starting export process…": "Starting export process…", "Fetching events…": "Fetching events…", "Creating output…": "Creating output…", - "Enable": "Enable", "That's fine": "That's fine", "Stop": "Stop", "You previously consented to share anonymous usage data with us. We're updating how that works.": "You previously consented to share anonymous usage data with us. We're updating how that works.", - "Learn more": "Learn more", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More", - "Yes": "Yes", "Help improve %(analyticsOwner)s": "Help improve %(analyticsOwner)s", "You have unverified sessions": "You have unverified sessions", "Review to ensure your account is safe": "Review to ensure your account is safe", @@ -639,7 +664,6 @@ "Unknown caller": "Unknown caller", "Voice call": "Voice call", "Video call": "Video call", - "Decline": "Decline", "Accept": "Accept", "Use app for a better experience": "Use app for a better experience", "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.": "%(brand)s is experimental on a mobile web browser. For a better experience and the latest features, use our free native app.", @@ -1023,7 +1047,6 @@ "Add some details to help people recognise it.": "Add some details to help people recognise it.", "You can change these anytime.": "You can change these anytime.", "Creating…": "Creating…", - "Create": "Create", "Show all rooms": "Show all rooms", "Options": "Options", "Expand": "Expand", @@ -1062,7 +1085,6 @@ "Give one or multiple users in this room more privileges": "Give one or multiple users in this room more privileges", "Search users in this room…": "Search users in this room…", "Apply": "Apply", - "Remove": "Remove", "This bridge was provisioned by .": "This bridge was provisioned by .", "This bridge is managed by .": "This bridge is managed by .", "Workspace: ": "Workspace: ", @@ -1181,7 +1203,6 @@ "The operation could not be completed": "The operation could not be completed", "Display Name": "Display Name", "Profile picture": "Profile picture", - "Save": "Save", "Delete Backup": "Delete Backup", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.", "Unable to load key backup status": "Unable to load key backup status", @@ -1661,7 +1682,6 @@ "Edit message": "Edit message", "Emoji": "Emoji", "Mod": "Mod", - "Invite": "Invite", "From a thread": "From a thread", "This event could not be displayed": "This event could not be displayed", " in %(room)s": " in %(room)s", @@ -1740,7 +1760,6 @@ "Italics": "Italics", "Strikethrough": "Strikethrough", "Code block": "Code block", - "Quote": "Quote", "Insert link": "Insert link", "Send your first message to invite to chat": "Send your first message to invite to chat", "Once everyone has joined, you’ll be able to chat": "Once everyone has joined, you’ll be able to chat", @@ -1796,7 +1815,6 @@ "Invite to space": "Invite to space", "You do not have permissions to invite people to this space": "You do not have permissions to invite people to this space", "Add people": "Add people", - "Start chat": "Start chat", "Explore rooms": "Explore rooms", "New room": "New room", "You do not have permissions to create new rooms in this space": "You do not have permissions to create new rooms in this space", @@ -1805,7 +1823,6 @@ "You do not have permissions to add rooms to this space": "You do not have permissions to add rooms to this space", "Explore public rooms": "Explore public rooms", "Add room": "Add room", - "Invites": "Invites", "Saved Items": "Saved Items", "Low priority": "Low priority", "System Alerts": "System Alerts", @@ -1881,7 +1898,6 @@ "Request to join sent": "Request to join sent", "Your request to join is pending.": "Your request to join is pending.", "Cancel request": "Cancel request", - "Leave": "Leave", " invites you": " invites you", "To view %(roomName)s, you need an invite": "To view %(roomName)s, you need an invite", "To view, please enable video rooms in Labs first": "To view, please enable video rooms in Labs first", @@ -2088,7 +2104,6 @@ "Scan this unique code": "Scan this unique code", "Compare unique emoji": "Compare unique emoji", "Compare a unique set of emoji if you don't have a camera on either device": "Compare a unique set of emoji if you don't have a camera on either device", - "Start": "Start", "%(qrCode)s or %(emojiCompare)s": "%(qrCode)s or %(emojiCompare)s", "Verify this device by completing one of the following:": "Verify this device by completing one of the following:", "Verify by scanning": "Verify by scanning", @@ -2155,7 +2170,6 @@ "Downloading": "Downloading", "Decrypting": "Decrypting", "Download": "Download", - "View Source": "View Source", "Some encryption parameters have been changed.": "Some encryption parameters have been changed.", "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.", "Messages in this chat will be end-to-end encrypted.": "Messages in this chat will be end-to-end encrypted.", @@ -2177,15 +2191,11 @@ "Their device couldn't start the camera or microphone": "Their device couldn't start the camera or microphone", "An unknown error occurred": "An unknown error occurred", "Unknown failure: %(reason)s": "Unknown failure: %(reason)s", - "Retry": "Retry", "The call is in an unknown state!": "The call is in an unknown state!", "Error processing audio message": "Error processing audio message", "View live location": "View live location", - "React": "React", "Reply in thread": "Reply in thread", "Can't create a thread from an event with an existing relation": "Can't create a thread from an event with an existing relation", - "Edit": "Edit", - "Reply": "Reply", "Collapse quotes": "Collapse quotes", "Expand quotes": "Expand quotes", "Click": "Click", @@ -2307,7 +2317,6 @@ "Un-maximise": "Un-maximise", "Minimise": "Minimise", "Popout widget": "Popout widget", - "Copy": "Copy", "Share entire screen": "Share entire screen", "Application window": "Application window", "Share content": "Share content", @@ -2463,7 +2472,6 @@ "Create poll": "Create poll", "Create Poll": "Create Poll", "Edit poll": "Edit poll", - "Done": "Done", "Failed to post poll": "Failed to post poll", "Sorry, the poll you tried to create was not posted.": "Sorry, the poll you tried to create was not posted.", "Poll type": "Poll type", @@ -2636,7 +2644,6 @@ "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.", "Create a video room": "Create a video room", - "Create a room": "Create a room", "Create a public room": "Create a public room", "Create a private room": "Create a private room", "Topic (optional)": "Topic (optional)", @@ -2842,7 +2849,6 @@ "This room is dedicated to illegal or toxic content or the moderators fail to moderate illegal or toxic content.\nThis will be reported to the administrators of %(homeserver)s.": "This room is dedicated to illegal or toxic content or the moderators fail to moderate illegal or toxic content.\nThis will be reported to the administrators of %(homeserver)s.", "Any other reason. Please describe the problem.\nThis will be reported to the room moderators.": "Any other reason. Please describe the problem.\nThis will be reported to the room moderators.", "Please pick a nature and describe what makes this message abusive.": "Please pick a nature and describe what makes this message abusive.", - "Report Content": "Report Content", "Disagree": "Disagree", "Toxic Behaviour": "Toxic Behaviour", "Illegal Content": "Illegal Content", @@ -2938,7 +2944,6 @@ "Service": "Service", "Summary": "Summary", "Document": "Document", - "Next": "Next", "You signed in to a new session without verifying it:": "You signed in to a new session without verifying it:", "Verify your other session using one of the options below.": "Verify your other session using one of the options below.", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) signed in to a new session without verifying it:", @@ -3127,14 +3132,12 @@ "Hold": "Hold", "Resend %(unsentCount)s reaction(s)": "Resend %(unsentCount)s reaction(s)", "Open in OpenStreetMap": "Open in OpenStreetMap", - "Forward": "Forward", "View source": "View source", "Show preview": "Show preview", "Source URL": "Source URL", "Collapse reply thread": "Collapse reply thread", "View related event": "View related event", "Report": "Report", - "Copy link": "Copy link", "Forget": "Forget", "Favourited": "Favourited", "Favourite": "Favourite", @@ -3553,7 +3556,6 @@ "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.", "If disabled, messages from encrypted rooms won't appear in search results.": "If disabled, messages from encrypted rooms won't appear in search results.", - "Disable": "Disable", "Not currently indexing messages for any room.": "Not currently indexing messages for any room.", "Currently indexing: %(currentRoom)s": "Currently indexing: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s is securely caching encrypted messages locally for them to appear in search results:", diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 7774247861..791ff9ab2f 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -37,7 +37,6 @@ "Command error": "Command error", "Commands": "Commands", "Confirm password": "Confirm password", - "Continue": "Continue", "Cryptography": "Cryptography", "Current password": "Current password", "Custom level": "Custom level", @@ -48,7 +47,6 @@ "Delete widget": "Delete widget", "Displays action": "Displays action", "Download %(text)s": "Download %(text)s", - "Edit": "Edit", "Email": "Email", "Email address": "Email address", "Emoji": "Emoji", @@ -83,7 +81,6 @@ "Invalid Email Address": "Invalid Email Address", "Invalid file%(extra)s": "Invalid file%(extra)s", "Invited": "Invited", - "Invites": "Invites", "Invites user with given id to current room": "Invites user with given id to current room", "Sign in with": "Sign in with", "Join Room": "Join Room", @@ -97,7 +94,6 @@ "Ignored user": "Ignored user", "Stops ignoring a user, showing their messages going forward": "Stops ignoring a user, showing their messages going forward", "Ignores a user, hiding their messages from you": "Ignores a user, hiding their messages from you", - "Leave room": "Leave room", "Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?", "Logout": "Logout", "Low priority": "Low priority", @@ -117,7 +113,6 @@ "": "", "No more results": "No more results", "No users have specific privileges in this room": "No users have specific privileges in this room", - "OK": "OK", "Operation failed": "Operation failed", "Passwords can't be empty": "Passwords can't be empty", "Permissions": "Permissions", @@ -130,14 +125,12 @@ "Reason": "Reason", "Register": "Register", "Reject invitation": "Reject invitation", - "Remove": "Remove", "Return to login screen": "Return to login screen", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s does not have permission to send you notifications - please check your browser settings", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s was not given permission to send notifications - please try again", "%(brand)s version:": "%(brand)s version:", "Room %(roomId)s not visible": "Room %(roomId)s not visible", "Rooms": "Rooms", - "Save": "Save", "Search": "Search", "Search failed": "Search failed", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sent an image.", @@ -256,9 +249,7 @@ "Admin Tools": "Admin Tools", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.", "Close": "Close", - "Decline": "Decline", "Create new room": "Create new room", - "Start chat": "Start chat", "Home": "Home", "No display name": "No display name", "%(roomName)s does not exist.": "%(roomName)s does not exist.", @@ -291,7 +282,6 @@ "Unable to create widget.": "Unable to create widget.", "You are not in this room.": "You are not in this room.", "You do not have permission to do that in this room.": "You do not have permission to do that in this room.", - "Create": "Create", "Automatically replace plain text Emoji": "Automatically replace plain text Emoji", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s widget added by %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s widget removed by %(senderName)s", @@ -306,7 +296,6 @@ "On": "On", "Changelog": "Changelog", "Waiting for response from server": "Waiting for response from server", - "Leave": "Leave", "Warning": "Warning", "This Room": "This Room", "Noisy": "Noisy", @@ -327,7 +316,6 @@ "Collecting logs": "Collecting logs", "All Rooms": "All Rooms", "Wednesday": "Wednesday", - "Quote": "Quote", "Send": "Send", "Send logs": "Send logs", "All messages": "All messages", @@ -343,7 +331,6 @@ "Low Priority": "Low Priority", "Off": "Off", "Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room", - "View Source": "View Source", "Call Failed": "Call Failed", "Permission Required": "Permission Required", "You do not have permission to start a conference call in this room": "You do not have permission to start a conference call in this room", @@ -453,5 +440,20 @@ "settings": "Settings", "success": "Success", "unmute": "Unmute" + }, + "action": { + "continue": "Continue", + "create": "Create", + "decline": "Decline", + "edit": "Edit", + "invites_list": "Invites", + "leave": "Leave", + "leave_room": "Leave room", + "ok": "OK", + "quote": "Quote", + "remove": "Remove", + "save": "Save", + "start_chat": "Start chat", + "view_source": "View Source" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index 68e4aad5bb..d689eaa3e3 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -94,7 +94,6 @@ "Enable inline URL previews by default": "Ŝalti entekstan antaŭrigardon al retadresoj", "Enable URL previews for this room (only affects you)": "Ŝalti URL-antaŭrigardon en ĉi tiu ĉambro (nur por vi)", "Enable URL previews by default for participants in this room": "Ŝalti URL-antaŭrigardon por anoj de ĉi tiu ĉambro", - "Decline": "Rifuzi", "Accept": "Akcepti", "Incorrect verification code": "Malĝusta kontrola kodo", "Submit": "Sendi", @@ -103,7 +102,6 @@ "No display name": "Sen vidiga nomo", "New passwords don't match": "Novaj pasvortoj ne akordas", "Passwords can't be empty": "Pasvortoj ne povas esti malplenaj", - "Continue": "Daŭrigi", "Export E2E room keys": "Elporti tutvoje ĉifrajn ŝlosilojn de la ĉambro", "Do you want to set an email address?": "Ĉu vi volas agordi retpoŝtadreson?", "Current password": "Nuna pasvorto", @@ -126,7 +124,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?": "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", "Mention": "Mencio", - "Invite": "Inviti", "Admin Tools": "Estriloj", "and %(count)s others...": { "other": "kaj %(count)s aliaj…", @@ -155,7 +152,6 @@ "Idle": "Senfara", "Unknown": "Nekonata", "Unnamed room": "Sennoma ĉambro", - "Save": "Konservi", "(~%(count)s results)": { "other": "(~%(count)s rezultoj)", "one": "(~%(count)s rezulto)" @@ -164,7 +160,6 @@ "Upload avatar": "Alŝuti profilbildon", "Forget room": "Forgesi ĉambron", "Search": "Serĉi", - "Invites": "Invitoj", "Favourites": "Elstarigitaj", "Rooms": "Ĉambroj", "Low priority": "Malpli gravaj", @@ -179,7 +174,6 @@ "No users have specific privileges in this room": "Neniuj uzantoj havas specialajn privilegiojn en tiu ĉi ĉambro", "Banned users": "Forbaritaj uzantoj", "This room is not accessible by remote Matrix servers": "Ĉi tiu ĉambro ne atingeblas por foraj serviloj de Matrix", - "Leave room": "Eliri ĉambron", "Favourite": "Elstarigi", "Publish this room to the public in %(domain)s's room directory?": "Ĉu publikigi ĉi tiun ĉambron per la katalogo de ĉambroj de %(domain)s?", "Who can read history?": "Kiu povas legi la historion?", @@ -213,10 +207,7 @@ "Dismiss": "Rezigni", "powered by Matrix": "funkciigata de Matrix", "Warning": "Averto", - "Remove": "Forigi", - "Edit": "Redakti", "Failed to change password. Is your password correct?": "Malsukcesis ŝanĝi la pasvorton. Ĉu via pasvorto estas ĝusta?", - "Leave": "Foriri", "Register": "Registri", "Token incorrect": "Malĝusta peco", "A text message has been sent to %(msisdn)s": "Tekstmesaĝo sendiĝîs al %(msisdn)s", @@ -318,17 +309,14 @@ "expand": "etendi", "Custom level": "Propra nivelo", "Incorrect username and/or password.": "Malĝusta uzantnomo kaj/aŭ pasvorto.", - "Start chat": "Komenci babilon", "And %(count)s more...": { "other": "Kaj %(count)s pliaj…" }, "Confirm Removal": "Konfirmi forigon", - "Create": "Krei", "Unknown error": "Nekonata eraro", "Incorrect password": "Malĝusta pasvorto", "Deactivate Account": "Malaktivigi konton", "An error has occurred.": "Okazis eraro.", - "OK": "Bone", "Unable to restore session": "Salutaĵo ne rehaveblas", "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.": "Se vi antaŭe uzis pli novan version de %(brand)s, via salutaĵo eble ne akordos kun ĉi tiu versio. Fermu ĉi tiun fenestron kaj revenu al la pli nova versio.", "Invalid Email Address": "Malvalida retpoŝtadreso", @@ -461,7 +449,6 @@ "Invite to this room": "Inviti al ĉi tiu ĉambro", "Wednesday": "Merkredo", "You cannot delete this message. (%(code)s)": "Vi ne povas forigi tiun ĉi mesaĝon. (%(code)s)", - "Quote": "Citaĵo", "Send logs": "Sendi protokolojn", "All messages": "Ĉiuj mesaĝoj", "Call invitation": "Invito al voko", @@ -471,7 +458,6 @@ "All Rooms": "Ĉiuj ĉambroj", "Thursday": "Ĵaŭdo", "Back": "Reen", - "Reply": "Respondi", "Show message in desktop notification": "Montradi mesaĝojn en labortablaj sciigoj", "Messages in group chats": "Mesaĝoj en grupaj babiloj", "Yesterday": "Hieraŭ", @@ -482,7 +468,6 @@ "Event Type": "Tipo de okazo", "Thank you!": "Dankon!", "Developer Tools": "Evoluigiloj", - "View Source": "Vidi fonton", "Event Content": "Enhavo de okazo", "Logs sent": "Protokolo sendiĝis", "Failed to send logs: ": "Malsukcesis sendi protokolon: ", @@ -594,8 +579,6 @@ "Anchor": "Ankro", "Headphones": "Kapaŭdilo", "Folder": "Dosierujo", - "Yes": "Jes", - "No": "Ne", "Email Address": "Retpoŝtadreso", "Phone Number": "Telefonnumero", "Profile picture": "Profilbildo", @@ -654,7 +637,6 @@ "Share Room": "Kunhavigi ĉambron", "Share User": "Kunhavigi uzanton", "Share Room Message": "Kunhavigi ĉambran mesaĝon", - "Next": "Sekva", "Code": "Kodo", "Change": "Ŝanĝi", "Email (optional)": "Retpoŝto (malnepra)", @@ -671,7 +653,6 @@ "That doesn't match.": "Tio ne akordas.", "Download": "Elŝuti", "Success!": "Sukceso!", - "Retry": "Reprovi", "Set up": "Agordi", "The file '%(fileName)s' failed to upload.": "Malsukcesis alŝuti dosieron « %(fileName)s ».", "The server does not support the room version specified.": "La servilo ne subtenas la donitan ĉambran version.", @@ -1077,7 +1058,6 @@ "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.", - "React": "Reagi", "Message Actions": "Mesaĝaj agoj", "Show image": "Montri bildon", "You verified %(name)s": "Vi kontrolis %(name)s", @@ -1118,7 +1098,6 @@ "Command Help": "Helpo pri komando", "To continue you need to accept the terms of this service.": "Por pluigi, vi devas akcepti la uzokondiĉojn de ĉi tiu servo.", "Document": "Dokumento", - "Report Content": "Raporti enhavon", "%(creator)s created and configured the room.": "%(creator)s kreis kaj agordis la ĉambron.", "Jump to first unread room.": "Salti al unua nelegita ĉambro.", "Jump to first invite.": "Salti al unua invito.", @@ -1199,8 +1178,6 @@ "Integrations not allowed": "Kunigoj ne estas permesitaj", "Upgrade private room": "Gradaltigi privatan ĉambron", "Upgrade public room": "Gradaltigi publikan ĉambron", - "Start": "Komenci", - "Done": "Fini", "Go Back": "Reiri", "Upgrade your encryption": "Gradaltigi vian ĉifradon", "Cancel entering passphrase?": "Ĉu nuligi enigon de pasfrazo?", @@ -1233,7 +1210,6 @@ "To be secure, do this in person or use a trusted way to communicate.": "Por plia sekureco, faru tion persone, aŭ uzu alian fidatan komunikilon.", "Show less": "Montri malpli", "Show more": "Montri pli", - "Copy": "Kopii", "%(senderDisplayName)s changed the room name from %(oldRoomName)s to %(newRoomName)s.": "%(senderDisplayName)s ŝanĝis nomon de la ĉambro de %(oldRoomName)s al %(newRoomName)s.", "%(senderName)s added the alternative addresses %(addresses)s for this room.": { "other": "%(senderName)s aldonis la alternativajn adresojn %(addresses)s por ĉi tiu ĉambro.", @@ -1284,7 +1260,6 @@ "exists": "ekzistas", "Manage": "Administri", "Securely cache encrypted messages locally for them to appear in search results.": "Sekure kaŝmemori ĉifritajn mesaĝojn loke, por aperigi ilin en serĉrezultoj.", - "Enable": "Ŝalti", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s malhavas kelkajn partojn bezonajn por sekura loka kaŝmemorado de ĉirfitaj mesaĝoj. Se vi volas eksperimenti pri ĉi tiu kapablo, kunmetu propran klienton «%(brand)s Dekstop» kun aldonitaj serĉopartoj.", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Ĉi tiu salutaĵo ne savkopias viajn ŝlosilojn, sed vi jam havas savkopion, el kiu vi povas rehavi datumojn, kaj ilin kreskigi plue.", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Konektu ĉi tiun salutaĵon al savkopiado de ŝlosiloj antaŭ ol vi adiaŭos, por ne perdi ŝlosilojn, kiuj povus troviĝi nur en ĉi tiu salutaĵo.", @@ -1400,7 +1375,6 @@ "This session is encrypting history using the new recovery method.": "Ĉi tiu salutaĵo nun ĉifras historion kun la nova rehava metodo.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Post malŝalto, mesaĝoj el ĉifritaj ĉambroj ne aperos en serĉorezultoj.", - "Disable": "Malŝalti", "Not currently indexing messages for any room.": "Mesaĝoj estas indeksataj en neniu ĉambro.", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s sekure loke kaŝmemoras ĉifritajn mesaĝojn por aperigi ilin en serĉorezultoj:", "Space used:": "Spaco uzita:", @@ -2071,7 +2045,6 @@ "Use email to optionally be discoverable by existing contacts.": "Uzu retpoŝtadreson por laŭplaĉe esti trovebla de jamaj kontaktoj.", "Use email or phone to optionally be discoverable by existing contacts.": "Uzu retpoŝtadreson aŭ telefonnumeron por laŭplaĉe esti trovebla de jamaj kontaktoj.", "Add an email to be able to reset your password.": "Aldonu retpoŝtadreson por ebligi rehavon de via pasvorto.", - "Forgot password?": "Ĉu forgesis pasvorton?", "That phone number doesn't look quite right, please check and try again": "Tiu telefonnumero ne ŝajnas ĝusta, bonvolu kontroli kaj reprovi", "Enter phone number": "Enigu telefonnumeron", "Enter email address": "Enigu retpoŝtadreson", @@ -2101,7 +2074,6 @@ "This widget would like to:": "Ĉi tiu fenestraĵo volas:", "Approve widget permissions": "Aprobi rajtojn de fenestraĵo", "About homeservers": "Pri hejmserviloj", - "Learn more": "Ekscii plion", "Use your preferred Matrix homeserver if you have one, or host your own.": "Uzu vian preferatan hejmservilon de Matrix se vi havas iun, aŭ gastigu vian propran.", "Other homeserver": "Alia hejmservilo", "Sign into your homeserver": "Salutu vian hejmservilon", @@ -2527,7 +2499,6 @@ "Public room": "Publika ĉambro", "Private room (invite only)": "Privata ĉambro (nur por invititoj)", "Room visibility": "Videbleco de ĉambro", - "Create a room": "Krei ĉambron", "Only people invited will be able to find and join this room.": "Nur invititoj povos trovi kaj aliĝi ĉi tiun ĉambron.", "Anyone will be able to find and join this room.": "Ĉiu povos trovi kaj aliĝi ĉi tiun ĉambron.", "Anyone will be able to find and join this room, not just members of .": "Ĉiu povos trovi kaj aliĝi ĉi tiun ĉambron, ne nur anoj de .", @@ -2596,7 +2567,6 @@ "%(senderName)s pinned a message to this room. See all pinned messages.": "%(senderName)s fiksis mesaĝon al ĉi tiu ĉambro. Vidu ĉiujn fiksitajn mesaĝojn.", "Rooms and spaces": "Ĉambroj kaj aroj", "Results": "Rezultoj", - "Forward": "Plusendi", "Would you like to leave the rooms in this space?": "Ĉu vi volus foriri de la ĉambroj en ĉi tiu aro?", "You are about to leave .": "Vi foriros de .", "Leave some rooms": "Foriri de iuj ĉambroj", @@ -2954,6 +2924,38 @@ "verification_cancelled": "Kontrolo nuliĝis", "video": "Video" }, + "action": { + "continue": "Daŭrigi", + "copy": "Kopii", + "create": "Krei", + "create_a_room": "Krei ĉambron", + "decline": "Rifuzi", + "disable": "Malŝalti", + "done": "Fini", + "edit": "Redakti", + "enable": "Ŝalti", + "forgot_password": "Ĉu forgesis pasvorton?", + "forward": "Plusendi", + "invite": "Inviti", + "invites_list": "Invitoj", + "learn_more": "Ekscii plion", + "leave": "Foriri", + "leave_room": "Eliri ĉambron", + "next": "Sekva", + "no": "Ne", + "ok": "Bone", + "quote": "Citaĵo", + "react": "Reagi", + "remove": "Forigi", + "reply": "Respondi", + "report_content": "Raporti enhavon", + "retry": "Reprovi", + "save": "Konservi", + "start": "Komenci", + "start_chat": "Komenci babilon", + "view_source": "Vidi fonton", + "yes": "Jes" + }, "a11y": { "user_menu": "Menuo de uzanto" } diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 1d7bcfdb0a..46946e2d89 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -25,7 +25,6 @@ "Command error": "Error de comando", "Commands": "Comandos", "Confirm password": "Confirmar contraseña", - "Continue": "Continuar", "Cryptography": "Criptografía", "Current password": "Contraseña actual", "Deactivate Account": "Desactivar cuenta", @@ -64,12 +63,10 @@ "Incorrect verification code": "Verificación de código incorrecta", "Invalid Email Address": "Dirección de Correo Electrónico Inválida", "Invalid file%(extra)s": "Archivo inválido %(extra)s", - "Invites": "Invitaciones", "Invites user with given id to current room": "Invita al usuario con la ID dada a la sala actual", "Sign in with": "Iniciar sesión con", "Join Room": "Unirme a la sala", "Labs": "Experimentos", - "Leave room": "Salir de la sala", "Logout": "Cerrar sesión", "Low priority": "Prioridad baja", "Accept": "Aceptar", @@ -83,7 +80,6 @@ "Anyone": "Todos", "Close": "Cerrar", "Custom level": "Nivel personalizado", - "Decline": "Rechazar", "Enter passphrase": "Introducir frase de contraseña", "Export": "Exportar", "Home": "Inicio", @@ -98,7 +94,6 @@ "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s hizo visible el historial futuro de la sala para desconocido (%(visibility)s).", "Something went wrong!": "¡Algo ha fallado!", "Create new room": "Crear una nueva sala", - "Start chat": "Empezar una conversación", "New Password": "Contraseña nueva", "Options": "Opciones", "Passphrases must match": "Las contraseñas deben coincidir", @@ -116,7 +111,6 @@ "%(roomName)s does not exist.": "%(roomName)s no existe.", "%(roomName)s is not accessible at this time.": "%(roomName)s no es accesible en este momento.", "Rooms": "Salas", - "Save": "Guardar", "Search": "Buscar", "Search failed": "Falló la búsqueda", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s envió una imagen.", @@ -149,7 +143,6 @@ "No display name": "Sin nombre público", "No more results": "No hay más resultados", "No users have specific privileges in this room": "Ningún usuario tiene permisos específicos en esta sala", - "OK": "Vale", "Operation failed": "Falló la operación", "Passwords can't be empty": "Las contraseñas no pueden estar en blanco", "Permissions": "Permisos", @@ -161,7 +154,6 @@ "Reason": "Motivo", "Register": "Crear cuenta", "Reject invitation": "Rechazar invitación", - "Remove": "Eliminar", "Return to login screen": "Regresar a la pantalla de inicio de sesión", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s no tiene permiso para enviarte notificaciones - por favor, comprueba los ajustes de tu navegador", "%(brand)s was not given permission to send notifications - please try again": "No le has dado permiso a %(brand)s para enviar notificaciones. Por favor, inténtalo de nuevo", @@ -186,7 +178,6 @@ "Authentication check failed: incorrect password?": "La verificación de autenticación falló: ¿contraseña incorrecta?", "Delete widget": "Eliminar accesorio", "Define the power level of a user": "Define el nivel de autoridad de un usuario", - "Edit": "Editar", "Enable automatic language detection for syntax highlighting": "Activar la detección automática del lenguajes de programación para resaltar su sintaxis", "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.", "Tried to load a specific point in this room's timeline, but was unable to find it.": "Se ha intentado cargar cierto punto en la cronología de esta sala, pero no se ha podido encontrarlo.", @@ -261,7 +252,6 @@ "On": "Encendido", "Changelog": "Registro de cambios", "Waiting for response from server": "Esperando una respuesta del servidor", - "Leave": "Salir", "Failed to send logs: ": "Error al enviar registros: ", "This Room": "Esta sala", "Resend": "Reenviar", @@ -298,7 +288,6 @@ "Thursday": "Jueves", "Logs sent": "Registros enviados", "Back": "Volver", - "Reply": "Responder", "Show message in desktop notification": "Mostrar mensaje en las notificaciones de escritorio", "Messages in group chats": "Mensajes en conversaciones grupales", "Yesterday": "Ayer", @@ -309,9 +298,7 @@ "Wednesday": "Miércoles", "Event Type": "Tipo de Evento", "Developer Tools": "Herramientas de desarrollo", - "View Source": "Ver fuente", "Event Content": "Contenido del Evento", - "Quote": "Citar", "Permission Required": "Se necesita permiso", "You do not have permission to start a conference call in this room": "No tienes permiso para iniciar una llamada de conferencia en esta sala", "%(weekDayName)s %(time)s": "%(weekDayName)s a las %(time)s", @@ -350,7 +337,6 @@ "Ignore": "Ignorar", "Jump to read receipt": "Saltar al último mensaje sin leer", "Mention": "Mencionar", - "Invite": "Invitar", "Share Link to User": "Compartir enlace al usuario", "Send an encrypted reply…": "Enviar una respuesta cifrada…", "Send an encrypted message…": "Enviar un mensaje cifrado…", @@ -491,7 +477,6 @@ "other": "Y %(count)s más…" }, "Confirm Removal": "Confirmar eliminación", - "Create": "Crear", "Clear Storage and Sign Out": "Borrar almacenamiento y cerrar sesión", "Send Logs": "Enviar Registros", "Refresh": "Refrescar", @@ -687,8 +672,6 @@ "Headphones": "Auriculares", "Folder": "Carpeta", "Pin": "Pin", - "Yes": "Sí", - "No": "No", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Te hemos enviado un mensaje para verificar tu dirección de correo. Por favor, sigue las instrucciones y después haz clic el botón de abajo.", "Email Address": "Dirección de correo", "Delete Backup": "Borrar copia de seguridad", @@ -898,7 +881,6 @@ "Service": "Servicio", "Summary": "Resumen", "Document": "Documento", - "Next": "Siguiente", "Upload files (%(current)s of %(total)s)": "Enviar archivos (%(current)s de %(total)s)", "Upload files": "Enviar archivos", "Upload all": "Enviar todo", @@ -968,14 +950,12 @@ "Scan this unique code": "Escanea este código", "Compare unique emoji": "Compara los emojis", "Compare a unique set of emoji if you don't have a camera on either device": "Compara un conjunto de emojis si no tienes cámara en ninguno de los dispositivos", - "Start": "Empezar", "Waiting for %(displayName)s to verify…": "Esperando la verificación de %(displayName)s…", "Review": "Revisar", "in secret storage": "en almacén secreto", "Secret storage public key:": "Clave pública del almacén secreto:", "in account data": "en datos de cuenta", "Manage": "Gestionar", - "Enable": "Activar", "not stored": "no almacenado", "Message search": "Búsqueda de mensajes", "Upgrade this room to the recommended room version": "Actualizar esta sala a la versión de sala recomendada", @@ -1061,7 +1041,6 @@ "%(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", - "Done": "Listo", "Support adding custom themes": "Soporta la adición de temas personalizados", "Show info about bridges in room settings": "Incluir información sobre puentes en la configuración de las salas", "Show shortcuts to recently viewed rooms above the room list": "Incluir encima de la lista de salas unos atajos a las últimas salas que hayas visto", @@ -1324,7 +1303,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.", - "React": "Reaccionar", "Message Actions": "Acciones de mensaje", "Show image": "Ver imagen", "You have ignored this user, so their message is hidden. Show anyways.": "Ha ignorado a esta cuenta, así que su mensaje está oculto. Ver de todos modos.", @@ -1394,7 +1372,6 @@ "Successfully restored %(sessionCount)s keys": "%(sessionCount)s claves restauradas con éxito", "Warning: you should only set up key backup from a trusted computer.": "Advertencia: deberías configurar la copia de seguridad de claves solamente usando un ordenador de confianza.", "Resend %(unsentCount)s reaction(s)": "Reenviar %(unsentCount)s reacción(es)", - "Report Content": "Denunciar contenido", "Remove for everyone": "Eliminar para todos", "This homeserver would like to make sure you are not a robot.": "A este servidor le gustaría asegurarse de que no eres un robot.", "Country Dropdown": "Seleccione país", @@ -1559,7 +1536,6 @@ "A connection error occurred while trying to contact the server.": "Se produjo un error de conexión al intentar contactar con el servidor.", "The server is not configured to indicate what the problem is (CORS).": "El servidor no está configurado para indicar cuál es el problema (CORS).", "Recent changes that have not yet been received": "Cambios recientes que aún no se han recibido", - "Copy": "Copiar", "Wrong file type": "Tipo de archivo incorrecto", "Looks good!": "¡Se ve bien!", "Security Phrase": "Frase de seguridad", @@ -1614,7 +1590,6 @@ "Go back to set it again.": "Volver y ponerlo de nuevo.", "Download": "Descargar", "Unable to query secret storage status": "No se puede consultar el estado del almacenamiento secreto", - "Retry": "Reintentar", "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "Si cancela ahora, puede perder mensajes y datos cifrados si pierde el acceso a sus inicios de sesión.", "You can also set up Secure Backup & manage your keys in Settings.": "También puedes configurar la copia de seguridad segura y gestionar sus claves en configuración.", "Set up Secure Backup": "Configurar copia de seguridad segura", @@ -1635,7 +1610,6 @@ "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Si está desactivado, los mensajes de las salas cifradas no aparecerán en los resultados de búsqueda.", - "Disable": "Desactivar", "Not currently indexing messages for any room.": "Actualmente no indexa mensajes para ninguna sala.", "Currently indexing: %(currentRoom)s": "Actualmente indexando: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s está almacenando en caché de forma segura los mensajes cifrados localmente para que aparezcan en los resultados de búsqueda:", @@ -1907,7 +1881,6 @@ "Now, let's help you get started": "Vamos a empezar", "Welcome %(name)s": "Te damos la bienvenida, %(name)s", "Add a photo so people know it's you.": "Añade una imagen para que la gente sepa que eres tú.", - "Forgot password?": "¿Has olvidado tu contraseña?", "Enter phone number": "Escribe tu teléfono móvil", "Enter email address": "Escribe tu dirección de correo electrónico", "Something went wrong in confirming your identity. Cancel and try again.": "Ha ocurrido un error al confirmar tu identidad. Cancela e inténtalo de nuevo.", @@ -1929,7 +1902,6 @@ "This widget would like to:": "A este accesorios le gustaría:", "Approve widget permissions": "Aprobar permisos de widget", "About homeservers": "Sobre los servidores base", - "Learn more": "Más información", "Use your preferred Matrix homeserver if you have one, or host your own.": "Usa tu servidor base de Matrix de confianza o aloja el tuyo propio.", "Other homeserver": "Otro servidor base", "Sign into your homeserver": "Inicia sesión en tu servidor base", @@ -2384,7 +2356,6 @@ "Collapse reply thread": "Ocultar respuestas", "Show preview": "Mostrar vista previa", "View source": "Ver código fuente", - "Forward": "Reenviar", "Settings - %(spaceName)s": "Ajustes - %(spaceName)s", "Report the entire room": "Denunciar la sala entera", "Spam or propaganda": "Publicidad no deseada o propaganda", @@ -2544,7 +2515,6 @@ "Public room": "Sala pública", "Private room (invite only)": "Sala privada (solo por invitación)", "Room visibility": "Visibilidad de la sala", - "Create a room": "Crear una sala", "Only people invited will be able to find and join this room.": "Solo aquellas personas invitadas podrán encontrar y unirse a esta sala.", "Anyone will be able to find and join this room.": "Todo el mundo podrá encontrar y unirse a esta sala.", "Anyone will be able to find and join this room, not just members of .": "Cualquiera podrá encontrar y unirse a esta sala, incluso gente que no sea miembro de .", @@ -2755,7 +2725,6 @@ "Rooms outside of a space": "Salas fuera de un espacio", "Sidebar": "Barra lateral", "Other rooms": "Otras salas", - "Copy link": "Copiar enlace", "Mentions only": "Solo menciones", "You won't get any notifications": "No recibirás ninguna notificación", "@mentions & keywords": "@menciones y palabras clave", @@ -3777,6 +3746,39 @@ "verification_cancelled": "Verificación cancelada", "video": "Vídeo" }, + "action": { + "continue": "Continuar", + "copy": "Copiar", + "copy_link": "Copiar enlace", + "create": "Crear", + "create_a_room": "Crear una sala", + "decline": "Rechazar", + "disable": "Desactivar", + "done": "Listo", + "edit": "Editar", + "enable": "Activar", + "forgot_password": "¿Has olvidado tu contraseña?", + "forward": "Reenviar", + "invite": "Invitar", + "invites_list": "Invitaciones", + "learn_more": "Más información", + "leave": "Salir", + "leave_room": "Salir de la sala", + "next": "Siguiente", + "no": "No", + "ok": "Vale", + "quote": "Citar", + "react": "Reaccionar", + "remove": "Eliminar", + "reply": "Responder", + "report_content": "Denunciar contenido", + "retry": "Reintentar", + "save": "Guardar", + "start": "Empezar", + "start_chat": "Empezar una conversación", + "view_source": "Ver fuente", + "yes": "Sí" + }, "a11y": { "user_menu": "Menú del Usuario" } diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index ed0d9435b5..45da45f446 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -44,7 +44,6 @@ "Send a message…": "Saada sõnum…", "The conversation continues here.": "Vestlus jätkub siin.", "Direct Messages": "Isiklikud sõnumid", - "Start chat": "Alusta vestlust", "Rooms": "Jututoad", "Do you want to chat with %(user)s?": "Kas sa soovid vestelda %(user)s'ga?", " wants to chat": " soovib vestelda", @@ -63,7 +62,6 @@ "Saturday": "Laupäev", "Today": "Täna", "Yesterday": "Eile", - "View Source": "Vaata lähtekoodi", "Create new room": "Loo uus jututuba", "Join": "Liitu", "Please create a new issue on GitHub so that we can investigate this bug.": "Selle vea uurimiseks palun loo uus veateade meie GitHub'is.", @@ -79,7 +77,6 @@ "If you've joined lots of rooms, this might take a while": "Kui oled liitunud paljude jututubadega, siis see võib natuke aega võtta", "If disabled, messages from encrypted rooms won't appear in search results.": "Kui see seadistus pole kasutusel, siis krüptitud jututubade sõnumeid otsing ei vaata.", "Indexed rooms:": "Indekseeritud jututoad:", - "Remove": "Eemalda", "You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Sa peaksid enne ühenduse katkestamisst eemaldama isiklikud andmed id-serverist . Kahjuks id-server ei ole hetkel võrgus või pole kättesaadav.", "We recommend that you remove your email addresses and phone numbers from the identity server before disconnecting.": "Me soovitame, et eemaldad enne ühenduse katkestamist oma e-posti aadressi ja telefoninumbrid isikutuvastusserverist.", "Unable to remove contact information": "Kontaktiinfo eemaldamine ebaõnnestus", @@ -108,7 +105,6 @@ "Resend %(unsentCount)s reaction(s)": "Saada uuesti %(unsentCount)s reaktsioon(i)", "Source URL": "Lähteaadress", "All messages": "Kõik sõnumid", - "Leave": "Lahku", "Favourite": "Lemmik", "Low Priority": "Vähetähtis", "Home": "Avaleht", @@ -169,11 +165,8 @@ "Service": "Teenus", "Summary": "Kokkuvõte", "Document": "Dokument", - "Next": "Järgmine", - "Report Content": "Teata sisust haldurile", "powered by Matrix": "põhineb Matrix'il", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Robotilõksu avalik võti on puudu koduserveri seadistustes. Palun teata sellest oma koduserveri haldurile.", - "Copy": "Kopeeri", "Never send encrypted messages to unverified sessions from this session": "Ära iialgi saada sellest sessioonist krüptitud sõnumeid verifitseerimata sessioonidesse", "Never send encrypted messages to unverified sessions in this room from this session": "Ära iialgi saada sellest sessioonist krüptitud sõnumeid verifitseerimata sessioonidesse selles jututoas", "Sign In or Create Account": "Logi sisse või loo uus konto", @@ -186,9 +179,6 @@ "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.", - "React": "Reageeri", - "Reply": "Vasta", - "Edit": "Muuda", "Message Actions": "Tegevused sõnumitega", "Attachment": "Manus", "Error decrypting attachment": "Viga manuse dekrüptimisel", @@ -255,7 +245,6 @@ "Forget room": "Unusta jututuba", "Search": "Otsing", "Share room": "Jaga jututuba", - "Invites": "Kutsed", "Favourites": "Lemmikud", "Low priority": "Vähetähtis", "Historical": "Ammune", @@ -267,7 +256,6 @@ "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.", "Options": "Valikud", - "Quote": "Tsiteeri", "This Room": "See jututuba", "Sun": "Pühapäev", "Mon": "Esmaspäev", @@ -313,7 +301,6 @@ "%(num)s days from now": "%(num)s päeva pärast", "Are you sure?": "Kas sa oled kindel?", "Jump to read receipt": "Hüppa lugemisteatise juurde", - "Invite": "Kutsu", "Create a public room": "Loo avalik jututuba", "Create a private room": "Loo omavaheline jututuba", "Name": "Nimi", @@ -382,7 +369,6 @@ "Someone is using an unknown session": "Keegi kasutab tundmatut sessiooni", "This event could not be displayed": "Seda sündmust ei õnnestunud kuvada", "Download": "Laadi alla", - "Disable": "Lülita välja", "Not currently indexing messages for any room.": "Mitte ainsamagi jututoa sõnumeid hetkel ei indekseerita.", "Currently indexing: %(currentRoom)s": "Parasjagu indekseerin: %(currentRoom)s", "Space used:": "Kasutatud andmeruum:", @@ -409,7 +395,6 @@ "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s muutis jututoa nimeks %(roomName)s.", "Show info about bridges in room settings": "Näita jututoa seadistustes teavet sõnumisildade kohta", "Upload": "Laadi üles", - "Save": "Salvesta", "General": "Üldist", "Notifications": "Teavitused", "Security & Privacy": "Turvalisus ja privaatsus", @@ -529,7 +514,6 @@ "Always show message timestamps": "Alati näita sõnumite ajatempleid", "Manually verify all remote sessions": "Verifitseeri käsitsi kõik välised sessioonid", "Collecting app version information": "Kogun teavet rakenduse versiooni kohta", - "Decline": "Keeldu", "Accept": "Võta vastu", "The other party cancelled the verification.": "Teine osapool tühistas verifitseerimise.", "Verified!": "Verifitseeritud!", @@ -539,7 +523,6 @@ "Scan this unique code": "Skaneeri seda unikaalset koodi", "Compare unique emoji": "Võrdle unikaalseid emoji'sid", "Compare a unique set of emoji if you don't have a camera on either device": "Kui sul mõlemas seadmes pole kaamerat, siis võrdle unikaalset emoji'de komplekti", - "Start": "Alusta", "Verify this user by confirming the following number appears on their screen.": "Verifitseeri see kasutaja tehes kindlaks, et järgnev number kuvatakse tema ekraanil.", "Unable to find a supported verification method.": "Ei suuda leida toetatud verifitseerimismeetodit.", "Waiting for %(displayName)s to verify…": "Ootan kasutaja %(displayName)s verifitseerimist…", @@ -628,7 +611,6 @@ "Forgotten your password?": "Kas sa unustasid oma salasõna?", "Sign in and regain access to your account.": "Logi sisse ja pääse tagasi oma kasutajakonto juurde.", "You cannot sign in to your account. Please contact your homeserver admin for more information.": "Sa ei saa oma kasutajakontole sisse logida. Lisateabe saamiseks palun võta ühendust oma koduserveri halduriga.", - "Retry": "Proovi uuesti", "Upgrade your encryption": "Uuenda oma krüptimist", "Go to Settings": "Ava seadistused", "Set up Secure Messages": "Võta kasutusele krüptitud sõnumid", @@ -902,9 +884,7 @@ "You cannot place a call with yourself.": "Sa ei saa iseendale helistada.", "You do not have permission to start a conference call in this room": "Sul ei ole piisavalt õigusi, et selles jututoas alustada konverentsikõnet", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Palu oma koduserveri haldajat (%(homeserverDomain)s), et ta seadistaks kõnede kindlamaks toimimiseks TURN serveri.", - "OK": "Sobib", "Permission Required": "Vaja on täiendavaid õigusi", - "Continue": "Jätka", "The file '%(fileName)s' failed to upload.": "Faili '%(fileName)s' üleslaadimine ei õnnestunud.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Faili '%(fileName)s' suurus ületab serveris seadistatud üleslaadimise piiri", "Upload Failed": "Üleslaadimine ei õnnestunud", @@ -936,7 +916,6 @@ "Verify your other session using one of the options below.": "Verifitseeri oma teine sessioon kasutades üht alljärgnevatest võimalustest.", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) logis sisse uude sessiooni ilma seda verifitseerimata:", "Not Trusted": "Ei ole usaldusväärne", - "Done": "Valmis", "%(displayName)s is typing …": "%(displayName)s kirjutab midagi…", "%(names)s and %(count)s others are typing …": { "other": "%(names)s ja %(count)s muud kasutajat kirjutavad midagi…", @@ -997,7 +976,6 @@ "Names and surnames by themselves are easy to guess": "Nimesid ja perenimesid on lihtne ära arvata", "Common names and surnames are easy to guess": "Üldisi nimesid ja perenimesid on lihtne ära arvata", "Straight rows of keys are easy to guess": "Klaviatuuril järjest paiknevaid klahvikombinatsioone on lihtne ära arvata", - "No": "Ei", "Please contact your homeserver administrator.": "Palun võta ühendust koduserveri haldajaga.", "Font size": "Fontide suurus", "Enable automatic language detection for syntax highlighting": "Kasuta süntaksi esiletõstmisel automaatset keeletuvastust", @@ -1156,7 +1134,6 @@ "in memory": "on mälus", "not found": "pole leitavad", "Manage": "Halda", - "Enable": "Võta kasutusele", "Failed to change power level": "Õiguste muutmine ei õnnestunud", "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?", @@ -1336,7 +1313,6 @@ "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?", - "Yes": "Jah", "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!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "Sa oled edukalt verifitseerinud seadme %(deviceName)s (%(deviceId)s)!", @@ -1416,7 +1392,6 @@ "Clear all data in this session?": "Kas eemaldame kõik selle sessiooni andmed?", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Sessiooni kõikide andmete kustutamine on tegevus, mida ei saa tagasi pöörata. Kui sa pole varundanud krüptovõtmeid, siis sa kaotad ligipääsu krüptitud sõnumitele.", "Clear all data": "Eemalda kõik andmed", - "Create": "Loo", "Please enter a name for the room": "Palun sisesta jututoa nimi", "Enable end-to-end encryption": "Võta läbiv krüptimine kasutusele", "Confirm your account deactivation by using Single Sign On to prove your identity.": "Kinnitamaks seda, et soovid oma konto kasutusest eemaldada, kasuta oma isiku tuvastamiseks ühekordset sisselogimist.", @@ -1596,7 +1571,6 @@ "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "E-posti teel kutse saatmiseks kasuta isikutuvastusserverit. Võid kasutada vaikimisi serverit (%(defaultIdentityServerName)s) või määrata muu serveri seadistustes.", "Use an identity server to invite by email. Manage in Settings.": "Kasutajatele e-posti teel kutse saatmiseks pruugi isikutuvastusserverit. Täpsemalt saad seda hallata seadistustes.", "Joins room with given address": "Liitu antud aadressiga jututoaga", - "Leave room": "Lahku jututoast", "Stops ignoring a user, showing their messages going forward": "Lõpeta kasutaja eiramine ja näita edaspidi tema sõnumeid", "Unignored user": "Kasutaja, kelle eiramine on lõppenud", "You are no longer ignoring %(userId)s": "Sa edaspidi ei eira kasutajat %(userId)s", @@ -2086,10 +2060,8 @@ "Use email to optionally be discoverable by existing contacts.": "Kui soovid, et teised kasutajad saaksid sind leida, siis palun lisa oma e-posti aadress.", "Use email or phone to optionally be discoverable by existing contacts.": "Kui soovid, et teised kasutajad saaksid sind leida, siis palun lisa oma e-posti aadress või telefoninumber.", "Add an email to be able to reset your password.": "Selleks et saaksid vajadusel oma salasõna muuta, palun lisa oma e-posti aadress.", - "Forgot password?": "Kas unustasid oma salasõna?", "That phone number doesn't look quite right, please check and try again": "See telefoninumber ei tundu õige olema, palun kontrolli ta üle ja proovi uuesti", "About homeservers": "Teave koduserverite kohta", - "Learn more": "Loe lisateavet", "Use your preferred Matrix homeserver if you have one, or host your own.": "Kui sul on oma koduserveri eelistus olemas, siis kasuta seda. Samuti võid soovi korral oma enda koduserveri püsti panna.", "Other homeserver": "Muu koduserver", "Sign into your homeserver": "Logi sisse oma koduserverisse", @@ -2430,7 +2402,6 @@ "Collapse reply thread": "Ahenda vastuste jutulõnga", "Show preview": "Näita eelvaadet", "View source": "Vaata lähtekoodi", - "Forward": "Edasta", "Settings - %(spaceName)s": "Seadistused - %(spaceName)s", "Toxic Behaviour": "Ebasobilik käitumine", "Report the entire room": "Teata tervest jututoast", @@ -2492,7 +2463,6 @@ "Automatically invite members from this room to the new one": "Kutsu jututoa senised liikmed automaatselt uude jututuppa", "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": "Palun arvesta, et uuendusega tehakse jututoast uus variant. Kõik senised sõnumid jäävad sellesse jututuppa arhiveeritud olekus.", "Only people invited will be able to find and join this room.": "See jututuba on leitav vaid kutse olemasolul ning liitumine on võimalik vaid kutse alusel.", - "Create a room": "Loo jututuba", "Private room (invite only)": "Privaatne jututuba (kutse alusel)", "Public room": "Avalik jututuba", "Visible to space members": "Nähtav kogukonnakeskuse liikmetele", @@ -2764,7 +2734,6 @@ "Reply in thread": "Vasta jutulõngas", "Manage rooms in this space": "Halda selle kogukonnakeskuse jututube", "Rooms outside of a space": "Jututoad väljaspool seda kogukonda", - "Copy link": "Kopeeri link", "Mentions only": "Ainult mainimised", "Forget": "Unusta", "Files": "Failid", @@ -3971,6 +3940,39 @@ "verification_cancelled": "Verifitseerimine tühistatud", "video": "Video" }, + "action": { + "continue": "Jätka", + "copy": "Kopeeri", + "copy_link": "Kopeeri link", + "create": "Loo", + "create_a_room": "Loo jututuba", + "decline": "Keeldu", + "disable": "Lülita välja", + "done": "Valmis", + "edit": "Muuda", + "enable": "Võta kasutusele", + "forgot_password": "Kas unustasid oma salasõna?", + "forward": "Edasta", + "invite": "Kutsu", + "invites_list": "Kutsed", + "learn_more": "Loe lisateavet", + "leave": "Lahku", + "leave_room": "Lahku jututoast", + "next": "Järgmine", + "no": "Ei", + "ok": "Sobib", + "quote": "Tsiteeri", + "react": "Reageeri", + "remove": "Eemalda", + "reply": "Vasta", + "report_content": "Teata sisust haldurile", + "retry": "Proovi uuesti", + "save": "Salvesta", + "start": "Alusta", + "start_chat": "Alusta vestlust", + "view_source": "Vaata lähtekoodi", + "yes": "Jah" + }, "a11y": { "user_menu": "Kasutajamenüü" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 074b7e61c9..ef90882a64 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -2,27 +2,21 @@ "Accept": "Onartu", "Close": "Itxi", "Create new room": "Sortu gela berria", - "Continue": "Jarraitu", "Failed to change password. Is your password correct?": "Pasahitza aldatzean huts egin du. Zuzena da pasahitza?", "Failed to forget room %(errCode)s": "Huts egin du %(errCode)s gela ahaztean", "Favourite": "Gogokoa", "Notifications": "Jakinarazpenak", - "OK": "Ados", "Operation failed": "Eragiketak huts egin du", - "Remove": "Kendu", "Search": "Bilatu", "unknown error code": "errore kode ezezaguna", - "Start chat": "Hasi txata", "Dismiss": "Baztertu", "powered by Matrix": "Matrix-ekin egina", "Room": "Gela", "Historical": "Historiala", - "Save": "Gorde", "Sign out": "Amaitu saioa", "Home": "Hasiera", "Favourites": "Gogokoak", "Rooms": "Gelak", - "Invites": "Gonbidapenak", "Low priority": "Lehentasun baxua", "Join Room": "Elkartu gelara", "Register": "Eman izena", @@ -35,7 +29,6 @@ "Failed to verify email address: make sure you clicked the link in the email": "Huts egin du e-mail helbidearen egiaztaketak, egin klik e-mailean zetorren estekan", "Jump to first unread message.": "Jauzi irakurri gabeko lehen mezura.", "Warning!": "Abisua!", - "Leave room": "Atera gelatik", "Online": "Konektatuta", "Idle": "Inaktibo", "Unban": "Debekua kendu", @@ -98,7 +91,6 @@ "Current password": "Oraingo pasahitza", "Custom level": "Maila pertsonalizatua", "Deactivate Account": "Itxi kontua", - "Decline": "Ukatu", "Decrypt %(text)s": "Deszifratu %(text)s", "Default": "Lehenetsia", "Displays action": "Ekintza bistaratzen du", @@ -271,7 +263,6 @@ }, "Delete widget": "Ezabatu trepeta", "Define the power level of a user": "Zehaztu erabiltzaile baten botere maila", - "Edit": "Editatu", "Enable automatic language detection for syntax highlighting": "Antzeman programazio lengoaia automatikoki eta nabarmendu sintaxia", "Publish this room to the public in %(domain)s's room directory?": "Argitaratu gela hau publikora %(domain)s domeinuko gelen direktorioan?", "AM": "AM", @@ -279,7 +270,6 @@ "Unable to create widget.": "Ezin izan da trepeta sortu.", "You are not in this room.": "Ez zaude gela honetan.", "You do not have permission to do that in this room.": "Ez duzu gela honetan hori egiteko baimenik.", - "Create": "Sortu", "Automatically replace plain text Emoji": "Automatikoki ordezkatu Emoji testu soila", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s trepeta gehitu du %(senderName)s erabiltzaileak", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s trepeta kendu du %(senderName)s erabiltzaileak", @@ -306,7 +296,6 @@ "Enable URL previews for this room (only affects you)": "Gaitu URLen aurrebista gela honetan (zuretzat bakarrik aldatuko duzu)", "Enable URL previews by default for participants in this room": "Gaitu URLen aurrebista lehenetsita gela honetako partaideentzat", "Mention": "Aipatu", - "Invite": "Gonbidatu", "%(duration)ss": "%(duration)s s", "%(duration)sm": "%(duration)s m", "%(duration)sh": "%(duration)s h", @@ -319,7 +308,6 @@ "Members only (since the point in time of selecting this option)": "Kideek besterik ez (aukera hau hautatzen den unetik)", "Members only (since they were invited)": "Kideek besterik ez (gonbidatu zaienetik)", "Members only (since they joined)": "Kideek besterik ez (elkartu zirenetik)", - "Leave": "Atera", "Description": "Deskripzioa", "Old cryptography data detected": "Kriptografia datu zaharrak atzeman dira", "Warning": "Abisua", @@ -470,7 +458,6 @@ "All Rooms": "Gela guztiak", "Wednesday": "Asteazkena", "You cannot delete this message. (%(code)s)": "Ezin duzu mezu hau ezabatu. (%(code)s)", - "Quote": "Aipatu", "Send logs": "Bidali egunkariak", "All messages": "Mezu guztiak", "Call invitation": "Dei gonbidapena", @@ -482,7 +469,6 @@ "Search…": "Bilatu…", "Logs sent": "Egunkariak bidalita", "Back": "Atzera", - "Reply": "Erantzun", "Show message in desktop notification": "Erakutsi mezua mahaigaineko jakinarazpenean", "Messages in group chats": "Talde txatetako mezuak", "Yesterday": "Atzo", @@ -491,7 +477,6 @@ "Off": "Ez", "Event Type": "Gertaera mota", "Developer Tools": "Garatzaile-tresnak", - "View Source": "Ikusi iturria", "Event Content": "Gertaeraren edukia", "Thank you!": "Eskerrik asko!", "Missing roomId.": "Gelaren ID-a falta da.", @@ -566,13 +551,11 @@ "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", - "Next": "Hurrengoa", "That matches!": "Bat dator!", "That doesn't match.": "Ez dator bat.", "Go back to set it again.": "Joan atzera eta berriro ezarri.", "Download": "Deskargatu", "Unable to create key backup": "Ezin izan da gakoaren babes-kopia sortu", - "Retry": "Berriro saiatu", "Unable to load backup status": "Ezin izan da babes-kopiaren egoera kargatu", "Unable to restore backup": "Ezin izan da babes-kopia berrezarri", "No backup found!": "Ez da babes-kopiarik aurkitu!", @@ -771,8 +754,6 @@ "Hourglass": "Harea-erlojua", "Paperclip": "Klipa", "Pin": "Txintxeta", - "Yes": "Bai", - "No": "Ez", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "E-mail bat bidali dizugu zure helbidea egiaztatzeko. Jarraitu hango argibideak eta gero sakatu beheko botoia.", "Email Address": "E-mail helbidea", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Ziur al zaude? Zure zifratutako mezuak galduko dituzu zure gakoen babes-kopia egoki bat egiten ez bada.", @@ -1079,7 +1060,6 @@ "Send report": "Bidali salaketa", "To continue you need to accept the terms of this service.": "Jarraitzeko erabilera baldintzak onartu behar dituzu.", "Document": "Dokumentua", - "Report Content": "Salatu edukia", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "Captcha-ren gako publikoa falta da hasiera-zerbitzariaren konfigurazioan. Eman honen berri hasiera-zerbitzariaren administratzaileari.", "%(creator)s created and configured the room.": "%(creator)s erabiltzaileak gela sortu eta konfiguratu du.", "View": "Ikusi", @@ -1098,7 +1078,6 @@ "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.", - "React": "Erreakzioa", "Frequently Used": "Maiz erabilia", "Smileys & People": "Irribartxoak eta jendea", "Animals & Nature": "Animaliak eta natura", @@ -1258,8 +1237,6 @@ "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", - "Start": "Hasi", - "Done": "Egina", "Go Back": "Joan atzera", "This room is end-to-end encrypted": "Gela hau muturretik muturrera zifratuta dago", "Everyone in this room is verified": "Gelako guztiak egiaztatuta daude", @@ -1298,7 +1275,6 @@ "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Zure kontuak zeharkako sinatze identitate bat du biltegi sekretuan, baina saio honek ez du oraindik fidagarritzat.", "in memory": "memorian", "Manage": "Kudeatu", - "Enable": "Gaitu", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Saio honek ez du zure gakoen babes-kopia egiten, baina badago berreskuratu eta gehitu deakezun aurreko babes-kopia bat.", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Konektatu saio hau gakoen babes-kopiara saioa amaitu aurretik saio honetan bakarrik dauden gakoak ez galtzeko.", "Connect this session to Key Backup": "Konektatu saio hau gakoen babes-kopiara", @@ -1338,7 +1314,6 @@ "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.", "Confirm your identity by entering your account password below.": "Baieztatu zure identitatea zure kontuaren pasahitza azpian idatziz.", - "Copy": "Kopiatu", "Cancel entering passphrase?": "Ezeztatu pasa-esaldiaren sarrera?", "Securely cache encrypted messages locally for them to appear in search results.": "Gorde zifratutako mezuak cachean modu seguruan bilaketen emaitzetan agertu daitezen.", "You have verified this user. This user has verified all of their sessions.": "Erabiltzaile hau egiaztatu duzu. Erabiltzaile honek bere saio guztiak egiaztatu ditu.", @@ -1377,7 +1352,6 @@ "This session is encrypting history using the new recovery method.": "Saio honek historiala zifratzen du berreskuratze metodo berria erabiliz.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Nahi gabe egin baduzu hau, Mezu seguruak ezarri ditzakezu saio honetan eta saioaren mezuen historiala berriro zifratuko da berreskuratze metodo berriarekin.", "If disabled, messages from encrypted rooms won't appear in search results.": "Desgaituz gero, zifratutako geletako mezuak ez dira bilaketen emaitzetan agertuko.", - "Disable": "Desgaitu", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s-ek zifratutako mezuak cache lokalean gordetzen ditu modu seguruan bilaketen emaitzen ager daitezen:", "Space used:": "Erabilitako espazioa:", "Indexed messages:": "Indexatutako mezuak:", @@ -1630,6 +1604,34 @@ "username": "Erabiltzaile-izena", "verification_cancelled": "Egiaztaketa ezeztatuta" }, + "action": { + "continue": "Jarraitu", + "copy": "Kopiatu", + "create": "Sortu", + "decline": "Ukatu", + "disable": "Desgaitu", + "done": "Egina", + "edit": "Editatu", + "enable": "Gaitu", + "invite": "Gonbidatu", + "invites_list": "Gonbidapenak", + "leave": "Atera", + "leave_room": "Atera gelatik", + "next": "Hurrengoa", + "no": "Ez", + "ok": "Ados", + "quote": "Aipatu", + "react": "Erreakzioa", + "remove": "Kendu", + "reply": "Erantzun", + "report_content": "Salatu edukia", + "retry": "Berriro saiatu", + "save": "Gorde", + "start": "Hasi", + "start_chat": "Hasi txata", + "view_source": "Ikusi iturria", + "yes": "Bai" + }, "a11y": { "user_menu": "Erabiltzailea-menua" } diff --git a/src/i18n/strings/fa.json b/src/i18n/strings/fa.json index 5900914660..ff541db2ee 100644 --- a/src/i18n/strings/fa.json +++ b/src/i18n/strings/fa.json @@ -11,8 +11,6 @@ "On": "روشن", "Changelog": "تغییراتِ به‌وجودآمده", "Waiting for response from server": "در انتظار پاسخی از سمت سرور", - "Leave": "خروج", - "OK": "باشه", "Operation failed": "عملیات انجام نشد", "Warning": "هشدار", "This Room": "این گپ", @@ -37,7 +35,6 @@ "Search": "جستجو", "Failed to forget room %(errCode)s": "فراموش کردن اتاق با خطا مواجه شد %(errCode)s", "Wednesday": "چهارشنبه", - "Quote": "نقل قول", "Send": "ارسال", "Send logs": "ارسال گزارش‌ها", "All messages": "همه‌ی پیام‌ها", @@ -57,10 +54,7 @@ "Low Priority": "کم اهمیت", "Off": "خاموش", "Failed to remove tag %(tagName)s from room": "خطا در حذف کلیدواژه‌ی %(tagName)s از گپ", - "Remove": "حذف کن", - "Continue": "ادامه", "Failed to change password. Is your password correct?": "خطا در تغییر گذرواژه. آیا از درستی گذرواژه‌تان اطمینان دارید؟", - "View Source": "دیدن منبع", "This email address is already in use": "این آدرس ایمیل در حال حاضر در حال استفاده است", "This phone number is already in use": "این شماره تلفن در حال استفاده است", "Use Single Sign On to continue": "برای ادامه، از ورود یکپارچه استفاده کنید", @@ -70,7 +64,6 @@ "Add Email Address": "افزودن نشانی رایانامه", "Confirm adding phone number": "تأیید افزودن شماره تلفن", "Add Phone Number": "افزودن شماره تلفن", - "No": "خیر", "Review": "بازبینی", "Later": "بعداً", "Contact your server admin.": "تماس با مدیر کارسازتان.", @@ -515,7 +508,6 @@ "Ignores a user, hiding their messages from you": "نادیده گرفتن یک کاربر، باعث می‌شود پیام‌های او به شما نمایش داده نشود", "Unbans user with given ID": "رفع تحریم کاربر با شناسه‌ی مذکور", "Bans user with given id": "تحریم کاربر با شناسه‌ی مذکور", - "Leave room": "ترک اتاق", "The signing key you provided matches the signing key you received from %(userId)s's session %(deviceId)s. Session marked as verified.": "کلید امضای ارائه شده با کلید امضای دریافت شده از جلسه %(deviceId)s کاربر %(userId)s مطابقت دارد. نشست به عنوان تأیید شده علامت گذاری شد.", "Verified key": "کلید تأیید شده", "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and session %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "هشدار: تایید کلید ناموفق بود! کلید امضا کننده %(userId)s در نشست %(deviceId)s برابر %(fprint)s است که با کلید %(fingerprint)s تطابق ندارد. این می تواند به معنی رهگیری ارتباطات شما باشد!", @@ -745,7 +737,6 @@ "Remember this": "این را به یاد داشته باش", "Invalid URL": "آدرس URL نامعتبر", "About homeservers": "درباره سرورها", - "Learn more": "بیشتر بدانید", "Other homeserver": "سرور دیگر", "Decline All": "رد کردن همه", "Modal Widget": "ابزارک کمکی", @@ -878,7 +869,6 @@ "Feedback": "بازخورد", "To leave the beta, visit your settings.": "برای خروج از بتا به بخش تنظیمات مراجعه کنید.", "Your platform and username will be noted to help us use your feedback as much as we can.": "سیستم‌عامل و نام کاربری شما ثبت خواهد شد تا به ما کمک کند تا جایی که می توانیم از نظرات شما استفاده کنیم.", - "Done": "انجام شد", "Close dialog": "بستن گفتگو", "Invite anyway": "به هر حال دعوت کن", "Invite anyway and never warn me again": "به هر حال دعوت کن و دیگر هرگز به من هشدار نده", @@ -1083,10 +1073,6 @@ "Error decrypting image": "خطا در رمزگشایی تصویر", "Invalid file%(extra)s": "پرونده نامعتبر%(extra)s", "Message Actions": "اقدامات پیام", - "Reply": "پاسخ", - "Retry": "تلاش مجدد", - "Edit": "ویرایش", - "React": "واکنش", "The encryption used by this room isn't supported.": "رمزگذاری استفاده شده توسط این اتاق پشتیبانی نمی شود.", "Encryption not enabled": "رمزگذاری فعال نیست", "Ignored attempt to disable encryption": "تلاش برای غیرفعال کردن رمزگذاری نادیده گرفته شد", @@ -1129,7 +1115,6 @@ "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": "اشتراک لینک برای کاربر", - "Invite": "دعوت", "Mention": "اشاره", "Jump to read receipt": "پرش به آخرین پیام خوانده شده", "Hide sessions": "مخفی کردن نشست‌ها", @@ -1228,9 +1213,7 @@ "You do not have permissions to create new rooms in this space": "شما اجازه ایجاد اتاق جدید در این فضای کاری را ندارید", "Add room": "افزودن اتاق", "Rooms": "اتاق‌ها", - "Start chat": "شروع چت", "Favourites": "موردعلاقه‌ها", - "Invites": "دعوت‌ها", "Open dial pad": "باز کردن صفحه شماره‌گیری", "Video call": "تماس تصویری", "Voice call": "تماس صوتی", @@ -1413,7 +1396,6 @@ "sends space invaders": "ارسال مهاجمان فضایی", "Sends the given message with a space themed effect": "پیام داده شده را به صورت مضمون فضای کاری ارسال می کند", "If disabled, messages from encrypted rooms won't appear in search results.": "اگر غیر فعال شود، پیام‌های اتاق‌های رمزشده در نتایج جستجوها نمایش داده نمی‌شوند.", - "Disable": "غیرفعال‌کردن", "Currently indexing: %(currentRoom)s": "هم‌اکنون ایندکس می‌شوند: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s پیام‌های رمزشده را به صورت امن و محلی ذخیره کرده تا در نتایج جستجو نمایش دهد:", "Short keyboard patterns are easy to guess": "الگوهای کوتاه صفحه کلید به راحتی قابل حدس هستند", @@ -1534,7 +1516,6 @@ "Unable to load key backup status": "امکان بارگیری و نمایش وضعیت کلید پشتیبان وجود ندارد", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "آیا اطمینان دارید؟ در صورتی که از کلیدهای شما به درستی پشتیبان‌گیری نشده باشد، تمام پیام‌های رمزشده‌ی خود را از دست خواهید داد.", "Delete Backup": "پاک‌کردن نسخه پشتیبان (Backup)", - "Save": "ذخیره", "Profile picture": "تصویر پروفایل", "Display Name": "نام نمایشی", "Profile": "پروفایل", @@ -1755,7 +1736,6 @@ "Unable to find a supported verification method.": "روش پشتیبانی‌شده‌ای برای تائید پیدا نشد.", "Verify this user by confirming the following number appears on their screen.": "در صورتی که عدد بعدی بر روی صفحه‌ی کاربر نمایش داده می‌شود، او را تائید نمائید.", "Verify this user by confirming the following emoji appear on their screen.": "در صورتی که همه‌ی شکلک‌های موجود بر روی صفحه‌ی دستگاه کاربر ظاهر شده‌اند، او را تائید نمائید.", - "Start": "شروع", "Compare a unique set of emoji if you don't have a camera on either device": "اگر بر روی دستگاه خود دوربین ندارید، از تطابق شکلک‌های منحصر به فرد استفاده نمائید", "Compare unique emoji": "شکلک‌های منحصر به فرد را مقایسه کنید", "Scan this unique code": "این QR-code منحصر به فرد را اسکن کنید", @@ -1767,7 +1747,6 @@ "Play": "اجرا کردن", "Pause": "متوقف‌کردن", "Accept": "پذیرفتن", - "Decline": "رد کردن", "Unknown caller": "تماس‌گیرنده‌ی ناشناس", "Dial pad": "صفحه شماره‌گیری", "There was an error looking up the phone number": "هنگام یافتن شماره تلفن خطایی رخ داد", @@ -2019,7 +1998,6 @@ "Space options": "گزینه‌های انتخابی محیط", "Manage & explore rooms": "مدیریت و جستجوی اتاق‌ها", "Add existing room": "اضافه‌کردن اتاق موجود", - "Create": "ایجاد‌کردن", "Create new room": "ایجاد اتاق جدید", "Leave space": "ترک محیط", "Invite with email or username": "دعوت با ایمیل یا نام‌کاربری", @@ -2043,7 +2021,6 @@ "Register": "ایجاد حساب کاربری", "Sign in": "ورود به حساب کاربری", "Sign in with": "نحوه ورود", - "Forgot password?": "فراموشی گذرواژه", "Phone": "شماره تلفن", "That phone number doesn't look quite right, please check and try again": "به نظر شماره تلفن صحیح نمی‌باشد، لطفا بررسی کرده و مجددا تلاش فرمائید", "Enter phone number": "شماره تلفن را وارد کنید", @@ -2071,7 +2048,6 @@ "Start audio stream": "آغاز جریان صدا", "Failed to start livestream": "آغاز livestream با شکست همراه بود", "Unable to start audio streaming.": "شروع پخش جریان صدا امکان‌پذیر نیست.", - "Report Content": "گزارش محتوا", "Reject invitation": "ردکردن دعوت", "Hold": "نگه‌داشتن", "Resume": "ادامه", @@ -2173,7 +2149,6 @@ "Ignored/Blocked": "نادیده گرفته‌شده/بلاک‌شده", "Labs": "قابلیت‌های بتا", "Clear cache and reload": "پاک‌کردن حافظه‌ی کش و راه‌اندازی مجدد", - "Copy": "رونوشت", "Your access token gives full access to your account. Do not share it with anyone.": "توکن دسترسی شما، دسترسی کامل به حساب کاربری شما را میسر می‌سازد. لطفا آن را در اختیار فرد دیگری قرار ندهید.", "Access Token": "توکن دسترسی", "Versions": "نسخه‌ها", @@ -2216,11 +2191,9 @@ "Your homeserver has exceeded its user limit.": "سرور شما از حد مجاز کاربر خود فراتر رفته است.", "Use app": "از برنامه استفاده کنید", "Use app for a better experience": "برای تجربه بهتر از برنامه استفاده کنید", - "Enable": "فعال کن", "Enable desktop notifications": "فعال‌کردن اعلان‌های دسکتاپ", "Don't miss a reply": "پاسخی را از دست ندهید", "Review to ensure your account is safe": "برای کسب اطمینان از امن‌بودن حساب کاربری خود، لطفا بررسی فرمائید", - "Yes": "بله", "Unknown App": "برنامه ناشناخته", "Share your public space": "محیط عمومی خود را به اشتراک بگذارید", "Invite to %(spaceName)s": "دعوت به %(spaceName)s", @@ -2281,7 +2254,6 @@ "You signed in to a new session without verifying it:": "شما وارد یک نشست جدید شده‌اید بدون اینکه آن را تائید کنید:", "Please review and accept all of the homeserver's policies": "لطفاً کلیه خط مشی‌های سرور را مرور و قبول کنید", "Please review and accept the policies of this homeserver:": "لطفاً خط مشی‌های این سرور را مرور و قبول کنید:", - "Next": "بعدی", "Document": "سند", "Summary": "خلاصه", "Service": "سرویس", @@ -2625,6 +2597,36 @@ "verification_cancelled": "تأیید هویت لغو شد", "video": "ویدئو" }, + "action": { + "continue": "ادامه", + "copy": "رونوشت", + "create": "ایجاد‌کردن", + "decline": "رد کردن", + "disable": "غیرفعال‌کردن", + "done": "انجام شد", + "edit": "ویرایش", + "enable": "فعال کن", + "forgot_password": "فراموشی گذرواژه", + "invite": "دعوت", + "invites_list": "دعوت‌ها", + "learn_more": "بیشتر بدانید", + "leave": "خروج", + "leave_room": "ترک اتاق", + "next": "بعدی", + "no": "خیر", + "ok": "باشه", + "quote": "نقل قول", + "react": "واکنش", + "remove": "حذف کن", + "reply": "پاسخ", + "report_content": "گزارش محتوا", + "retry": "تلاش مجدد", + "save": "ذخیره", + "start": "شروع", + "start_chat": "شروع چت", + "view_source": "دیدن منبع", + "yes": "بله" + }, "a11y": { "user_menu": "منوی کاربر" } diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 97dc6b051a..d3a53cfaa5 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -8,12 +8,9 @@ "Favourite": "Suosikki", "Notifications": "Ilmoitukset", "Operation failed": "Toiminto epäonnistui", - "Remove": "Poista", "Search": "Haku", - "Start chat": "Aloita keskustelu", "unknown error code": "tuntematon virhekoodi", "Failed to change password. Is your password correct?": "Salasanan vaihtaminen epäonnistui. Onko salasanasi oikein?", - "Continue": "Jatka", "powered by Matrix": "moottorina Matrix", "Add": "Lisää", "Admin": "Ylläpitäjä", @@ -53,10 +50,8 @@ "Current password": "Nykyinen salasana", "Custom level": "Mukautettu taso", "Deactivate Account": "Poista tili pysyvästi", - "Decline": "Hylkää", "Default": "Oletus", "Download %(text)s": "Lataa %(text)s", - "Edit": "Muokkaa", "Email": "Sähköposti", "Email address": "Sähköpostiosoite", "Emoji": "Emoji", @@ -84,13 +79,11 @@ "Incorrect verification code": "Virheellinen varmennuskoodi", "Invalid Email Address": "Virheellinen sähköpostiosoite", "Invited": "Kutsuttu", - "Invites": "Kutsut", "Invites user with given id to current room": "Kutsuu tunnuksen mukaisen käyttäjän huoneeseen", "Sign in with": "Tunnistus", "Join Room": "Liity huoneeseen", "Jump to first unread message.": "Hyppää ensimmäiseen lukemattomaan viestiin.", "Labs": "Laboratorio", - "Leave room": "Poistu huoneesta", "Logout": "Kirjaudu ulos", "Low priority": "Matala prioriteetti", "Moderator": "Valvoja", @@ -103,7 +96,6 @@ "PM": "ip.", "No display name": "Ei näyttönimeä", "No more results": "Ei enempää tuloksia", - "OK": "OK", "Passwords can't be empty": "Salasanat eivät voi olla tyhjiä", "Permissions": "Oikeudet", "Phone": "Puhelin", @@ -114,7 +106,6 @@ "Return to login screen": "Palaa kirjautumissivulle", "%(brand)s version:": "%(brand)s-versio:", "Rooms": "Huoneet", - "Save": "Tallenna", "Search failed": "Haku epäonnistui", "Server error": "Palvelinvirhe", "Session ID": "Istuntotunniste", @@ -254,7 +245,6 @@ "Do you want to set an email address?": "Haluatko asettaa sähköpostiosoitteen?", "This will allow you to reset your password and receive notifications.": "Tämä sallii sinun uudelleenalustaa salasanasi ja vastaanottaa ilmoituksia.", "Skip": "Ohita", - "Create": "Luo", "Delete widget": "Poista sovelma", "Unable to create widget.": "Sovelman luominen epäonnistui.", "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.", @@ -279,7 +269,6 @@ "Ignore": "Sivuuta", "Jump to read receipt": "Hyppää lukukuittaukseen", "Mention": "Mainitse", - "Invite": "Kutsu", "Admin Tools": "Ylläpitotyökalut", "Unnamed room": "Nimetön huone", "Upload avatar": "Lähetä profiilikuva", @@ -301,7 +290,6 @@ "And %(count)s more...": { "other": "Ja %(count)s muuta..." }, - "Leave": "Poistu", "Description": "Kuvaus", "Please note you are logging into the %(hs)s server, not matrix.org.": "Huomaa että olet kirjautumassa palvelimelle %(hs)s, etkä palvelimelle matrix.org.", "Deops user with given id": "Poistaa tunnuksen mukaiselta käyttäjältä ylläpito-oikeudet", @@ -441,7 +429,6 @@ "No update available.": "Ei päivityksiä saatavilla.", "Resend": "Lähetä uudelleen", "Collecting app version information": "Haetaan sovelluksen versiotietoja", - "View Source": "Näytä lähdekoodi", "Tuesday": "Tiistai", "Search…": "Haku…", "Developer Tools": "Kehittäjätyökalut", @@ -451,7 +438,6 @@ "Toolbox": "Työkalut", "Collecting logs": "Haetaan lokeja", "All Rooms": "Kaikki huoneet", - "Quote": "Lainaa", "Send logs": "Lähetä lokit", "All messages": "Kaikki viestit", "Call invitation": "Puhelukutsu", @@ -463,7 +449,6 @@ "You cannot delete this message. (%(code)s)": "Et voi poistaa tätä viestiä. (%(code)s)", "Thursday": "Torstai", "Back": "Takaisin", - "Reply": "Vastaa", "Show message in desktop notification": "Näytä viestit ilmoituskeskuksessa", "Messages in group chats": "Viestit ryhmissä", "Yesterday": "Eilen", @@ -606,7 +591,6 @@ "Send typing notifications": "Lähetä kirjoitusilmoituksia", "Room list": "Huoneluettelo", "Go to Settings": "Siirry asetuksiin", - "Retry": "Yritä uudelleen", "Success!": "Onnistui!", "Download": "Lataa", "Create account": "Luo tili", @@ -617,7 +601,6 @@ "Email (optional)": "Sähköposti (valinnainen)", "Phone (optional)": "Puhelin (valinnainen)", "This homeserver would like to make sure you are not a robot.": "Tämä kotipalvelin haluaa varmistaa, ettet ole robotti.", - "Next": "Seuraava", "No backup found!": "Varmuuskopiota ei löytynyt!", "Unable to restore backup": "Varmuuskopion palauttaminen ei onnistu", "Link to selected message": "Linkitä valittuun viestiin", @@ -648,8 +631,6 @@ "Restore from Backup": "Palauta varmuuskopiosta", "Delete Backup": "Poista varmuuskopio", "Email Address": "Sähköpostiosoite", - "Yes": "Kyllä", - "No": "Ei", "Elephant": "Norsu", "Chat with %(brand)s Bot": "Keskustele %(brand)s-botin kanssa", "You'll lose access to your encrypted messages": "Menetät pääsyn salattuihin viesteihisi", @@ -1033,7 +1014,6 @@ "Report Content to Your Homeserver Administrator": "Ilmoita sisällöstä kotipalvelimesi ylläpitäjälle", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Tämän viestin ilmoittaminen lähettää sen yksilöllisen tapahtumatunnuksen (event ID) kotipalvelimesi ylläpitäjälle. Jos tämän huoneen viestit on salattu, kotipalvelimesi ylläpitäjä ei voi lukea viestin tekstiä tai nähdä tiedostoja tai kuvia.", "Send report": "Lähetä ilmoitus", - "Report Content": "Ilmoita sisällöstä", "View": "Näytä", "Explore rooms": "Selaa huoneita", "Unable to revoke sharing for phone number": "Puhelinnumeron jakamista ei voi kumota", @@ -1068,7 +1048,6 @@ "contact the administrators of identity server ": "ottaa yhteyttä identiteettipalvelimen ylläpitäjiin", "wait and try again later": "odottaa ja yrittää uudelleen myöhemmin", "Room %(name)s": "Huone %(name)s", - "React": "Reagoi", "Frequently Used": "Usein käytetyt", "Smileys & People": "Hymiöt ja ihmiset", "Animals & Nature": "Eläimet ja luonto", @@ -1247,7 +1226,6 @@ "%(num)s days ago": "%(num)s päivää sitten", "Show info about bridges in room settings": "Näytä tietoa silloista huoneen asetuksissa", "Show typing notifications": "Näytä kirjoitusilmoitukset", - "Start": "Aloita", "To be secure, do this in person or use a trusted way to communicate.": "Turvallisuuden varmistamiseksi tee tämä kasvokkain tai käytä luotettua viestintätapaa.", "Later": "Myöhemmin", "Show less": "Näytä vähemmän", @@ -1259,11 +1237,9 @@ "Unrecognised command: %(commandText)s": "Tunnistamaton komento: %(commandText)s", "Send as message": "Lähetä viestinä", "Waiting for %(displayName)s to accept…": "Odotetaan, että %(displayName)s hyväksyy…", - "Done": "Valmis", "Got it": "Asia selvä", "Failed to find the following users": "Seuraavia käyttäjiä ei löytynyt", "Go Back": "Takaisin", - "Copy": "Kopioi", "Upgrade your encryption": "Päivitä salauksesi", "Enable desktop notifications for this session": "Ota käyttöön työpöytäilmoitukset tälle istunnolle", "Enable audible notifications for this session": "Ota käyttöön ääni-ilmoitukset tälle istunnolle", @@ -1346,7 +1322,6 @@ "Review": "Katselmoi", "This bridge was provisioned by .": "Tämän sillan tarjoaa käyttäjä .", "This bridge is managed by .": "Tätä siltaa hallinnoi käyttäjä .", - "Enable": "Ota käyttöön", "Theme added!": "Teema lisätty!", "Add theme": "Lisää teema", "Scroll to most recent messages": "Vieritä tuoreimpiin viesteihin", @@ -1363,7 +1338,6 @@ "Matrix": "Matrix", "Add a new server": "Lisää uusi palvelin", "Server name": "Palvelimen nimi", - "Disable": "Poista käytöstä", "Calls": "Puhelut", "Room List": "Huoneluettelo", "Autocomplete": "Automaattinen täydennys", @@ -1934,7 +1908,6 @@ "Use email or phone to optionally be discoverable by existing contacts.": "Käytä sähköpostiosoitetta tai puhelinnumeroa, jos haluat olla löydettävissä nykyisille yhteystiedoille.", "Use email to optionally be discoverable by existing contacts.": "Käytä sähköpostiosoitetta, jos haluat olla löydettävissä nykyisille yhteystiedoille.", "Add an email to be able to reset your password.": "Lisää sähköpostiosoite, jotta voit palauttaa salasanasi.", - "Forgot password?": "Unohtuiko salasana?", "That phone number doesn't look quite right, please check and try again": "Tämä puhelinnumero ei näytä oikealta, tarkista se ja yritä uudelleen", "Move right": "Siirry oikealle", "Move left": "Siirry vasemmalle", @@ -1958,7 +1931,6 @@ "Already have an account? Sign in here": "Onko sinulla jo tili? Kirjaudu tästä", "There was a problem communicating with the homeserver, please try again later.": "Yhteydessä kotipalvelimeen ilmeni ongelma, yritä myöhemmin uudelleen.", "This widget would like to:": "Tämä sovelma haluaa:", - "Learn more": "Lue lisää", "Other homeserver": "Muu kotipalvelin", "Specify a homeserver": "Määritä kotipalvelin", "The server has denied your request.": "Palvelin eväsi pyyntösi.", @@ -2195,7 +2167,6 @@ "Join the beta": "Liity beetaan", "Leave the beta": "Poistu beetasta", "Show preview": "Näytä esikatselu", - "Forward": "Välitä", "View source": "Näytä lähde", "Settings - %(spaceName)s": "Asetukset - %(spaceName)s", "Report the entire room": "Raportoi koko huone", @@ -2215,7 +2186,6 @@ "Public space": "Julkinen avaruus", "Public room": "Julkinen huone", "Private room (invite only)": "Yksityinen huone (vain kutsulla)", - "Create a room": "Luo huone", "Only people invited will be able to find and join this room.": "Vain kutsutut ihmiset voivat löytää tämän huoneen ja liittyä siihen.", "You can change this at any time from room settings.": "Voit muuttaa tämän milloin tahansa huoneen asetuksista.", "Everyone in will be able to find and join this room.": "Kaikki avaruudessa voivat löytää tämän huoneen ja liittyä siihen.", @@ -2924,7 +2894,6 @@ "Space home": "Avaruuden koti", "See room timeline (devtools)": "Näytä huoneen aikajana (devtools)", "Mentions only": "Vain maininnat", - "Copy link": "Kopioi linkki", "Cameras": "Kamerat", "Output devices": "Ulostulolaitteet", "Input devices": "Sisääntulolaitteet", @@ -3570,6 +3539,39 @@ "verification_cancelled": "Varmennus peruutettu", "video": "Video" }, + "action": { + "continue": "Jatka", + "copy": "Kopioi", + "copy_link": "Kopioi linkki", + "create": "Luo", + "create_a_room": "Luo huone", + "decline": "Hylkää", + "disable": "Poista käytöstä", + "done": "Valmis", + "edit": "Muokkaa", + "enable": "Ota käyttöön", + "forgot_password": "Unohtuiko salasana?", + "forward": "Välitä", + "invite": "Kutsu", + "invites_list": "Kutsut", + "learn_more": "Lue lisää", + "leave": "Poistu", + "leave_room": "Poistu huoneesta", + "next": "Seuraava", + "no": "Ei", + "ok": "OK", + "quote": "Lainaa", + "react": "Reagoi", + "remove": "Poista", + "reply": "Vastaa", + "report_content": "Ilmoita sisällöstä", + "retry": "Yritä uudelleen", + "save": "Tallenna", + "start": "Aloita", + "start_chat": "Aloita keskustelu", + "view_source": "Näytä lähdekoodi", + "yes": "Kyllä" + }, "a11y": { "user_menu": "Käyttäjän valikko" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 39630f68f4..ec2079ccca 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -7,7 +7,6 @@ "Failed to change password. Is your password correct?": "Échec du changement de mot de passe. Votre mot de passe est-il correct ?", "Failed to change power level": "Échec du changement de rang", "Failed to forget room %(errCode)s": "Échec de l’oubli du salon %(errCode)s", - "Remove": "Supprimer", "Favourite": "Favoris", "Notifications": "Notifications", "Account": "Compte", @@ -33,7 +32,6 @@ "Command error": "Erreur de commande", "Commands": "Commandes", "Confirm password": "Confirmer le mot de passe", - "Continue": "Continuer", "Cryptography": "Chiffrement", "Current password": "Mot de passe actuel", "Deactivate Account": "Fermer le compte", @@ -63,12 +61,10 @@ "Incorrect verification code": "Code de vérification incorrect", "Invalid Email Address": "Adresse e-mail non valide", "Invited": "Invités", - "Invites": "Invitations", "Invites user with given id to current room": "Invite un utilisateur dans le salon actuel à partir de son identifiant", "Sign in with": "Se connecter avec", "Join Room": "Rejoindre le salon", "Labs": "Expérimental", - "Leave room": "Quitter le salon", "Logout": "Se déconnecter", "Low priority": "Priorité basse", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s a rendu l’historique visible à tous les membres du salon, depuis le moment où ils ont été invités.", @@ -86,7 +82,6 @@ "": "", "No more results": "Fin des résultats", "unknown error code": "code d’erreur inconnu", - "OK": "OK", "Passwords can't be empty": "Le mot de passe ne peut pas être vide", "Permissions": "Permissions", "Phone": "Numéro de téléphone", @@ -233,7 +228,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Voulez-vous vraiment quitter le salon « %(roomName)s » ?", "Custom level": "Rang personnalisé", "Register": "S’inscrire", - "Save": "Enregistrer", "You have disabled URL previews by default.": "Vous avez désactivé les aperçus d’URL par défaut.", "You have enabled URL previews by default.": "Vous avez activé les aperçus d’URL par défaut.", "Add": "Ajouter", @@ -244,13 +238,11 @@ }, "You must register to use this functionality": "Vous devez vous inscrire pour utiliser cette fonctionnalité", "Create new room": "Créer un nouveau salon", - "Start chat": "Commencer une conversation privée", "New Password": "Nouveau mot de passe", "Something went wrong!": "Quelque chose s’est mal déroulé !", "Accept": "Accepter", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Impossible de se connecter au serveur d’accueil - veuillez vérifier votre connexion, assurez-vous que le certificat SSL de votre serveur d’accueil est un certificat de confiance, et qu’aucune extension du navigateur ne bloque les requêtes.", "Close": "Fermer", - "Decline": "Refuser", "No display name": "Pas de nom d’affichage", "%(roomName)s does not exist.": "%(roomName)s n’existe pas.", "%(roomName)s is not accessible at this time.": "%(roomName)s n’est pas joignable pour le moment.", @@ -271,12 +263,10 @@ "Check for update": "Rechercher une mise à jour", "Delete widget": "Supprimer le widget", "Define the power level of a user": "Définir le rang d’un utilisateur", - "Edit": "Modifier", "Enable automatic language detection for syntax highlighting": "Activer la détection automatique du langage pour la coloration syntaxique", "Unable to create widget.": "Impossible de créer le widget.", "You are not in this room.": "Vous n’êtes pas dans ce salon.", "You do not have permission to do that in this room.": "Vous n’avez pas l’autorisation d’effectuer cette action dans ce salon.", - "Create": "Créer", "Automatically replace plain text Emoji": "Remplacer automatiquement le texte par des émojis", "%(widgetName)s widget added by %(senderName)s": "Widget %(widgetName)s ajouté par %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "Widget %(widgetName)s supprimé par %(senderName)s", @@ -294,7 +284,6 @@ "Mention": "Mentionner", "Unignore": "Ne plus ignorer", "Ignore": "Ignorer", - "Invite": "Inviter", "Admin Tools": "Outils d’administration", "Unknown": "Inconnu", "Unnamed room": "Salon sans nom", @@ -395,7 +384,6 @@ "And %(count)s more...": { "other": "Et %(count)s autres…" }, - "Leave": "Quitter", "Description": "Description", "Mirror local video feed": "Inverser horizontalement la vidéo locale (effet miroir)", "Ignores a user, hiding their messages from you": "Ignore un utilisateur, en masquant ses messages", @@ -469,17 +457,14 @@ "Invite to this room": "Inviter dans ce salon", "Wednesday": "Mercredi", "You cannot delete this message. (%(code)s)": "Vous ne pouvez pas supprimer ce message. (%(code)s)", - "Quote": "Citer", "Send logs": "Envoyer les journaux", "All messages": "Tous les messages", "Call invitation": "Appel entrant", "State Key": "Clé d’état", "What's new?": "Nouveautés", - "View Source": "Voir la source", "All Rooms": "Tous les salons", "Thursday": "Jeudi", "Back": "Retour", - "Reply": "Répondre", "Show message in desktop notification": "Afficher le message dans les notifications de bureau", "Messages in group chats": "Messages dans les discussions de groupe", "Yesterday": "Hier", @@ -568,13 +553,11 @@ "Unable to load! Check your network connectivity and try again.": "Chargement impossible ! Vérifiez votre connexion au réseau et réessayez.", "Delete Backup": "Supprimer la sauvegarde", "Unable to load key backup status": "Impossible de charger l’état de sauvegarde des clés", - "Next": "Suivant", "That matches!": "Ça correspond !", "That doesn't match.": "Ça ne correspond pas.", "Go back to set it again.": "Retournez en arrière pour la redéfinir.", "Download": "Télécharger", "Unable to create key backup": "Impossible de créer la sauvegarde des clés", - "Retry": "Réessayer", "Unable to load backup status": "Impossible de récupérer l’état de la sauvegarde", "Unable to restore backup": "Impossible de restaurer la sauvegarde", "No backup found!": "Aucune sauvegarde n’a été trouvée !", @@ -649,8 +632,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Les messages sécurisés avec cet utilisateur sont chiffrés de bout en bout et ne peuvent être lus par d’autres personnes.", "Got It": "Compris", "Verify this user by confirming the following number appears on their screen.": "Vérifier cet utilisateur en confirmant que le nombre suivant apparaît sur leur écran.", - "Yes": "Oui", - "No": "Non", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Nous vous avons envoyé un e-mail pour vérifier votre adresse. Veuillez suivre les instructions qu’il contient puis cliquer sur le bouton ci-dessous.", "Email Address": "Adresse e-mail", "All keys backed up": "Toutes les clés ont été sauvegardées", @@ -1054,7 +1035,6 @@ "Report Content to Your Homeserver Administrator": "Signaler le contenu à l’administrateur de votre serveur d’accueil", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Le signalement de ce message enverra son « event ID » unique à l’administrateur de votre serveur d’accueil. Si les messages dans ce salon sont chiffrés, l’administrateur ne pourra pas lire le texte du message ou voir les fichiers ou les images.", "Send report": "Envoyer le signalement", - "Report Content": "Signaler le contenu", "Read Marker lifetime (ms)": "Durée de vie du repère de lecture (ms)", "Read Marker off-screen lifetime (ms)": "Durée de vie du repère de lecture en dehors de l’écran (ms)", "Changes the avatar of the current room": "Modifie l’avatar du salon actuel", @@ -1106,7 +1086,6 @@ "Objects": "Objets", "Symbols": "Symboles", "Flags": "Drapeaux", - "React": "Réagir", "Cancel search": "Annuler la recherche", "Failed to deactivate user": "Échec de la désactivation de l’utilisateur", "This client does not support end-to-end encryption.": "Ce client ne prend pas en charge le chiffrement de bout en bout.", @@ -1259,8 +1238,6 @@ "Something went wrong trying to invite the users.": "Une erreur est survenue en essayant d’inviter les utilisateurs.", "We couldn't invite those users. Please check the users you want to invite and try again.": "Impossible d’inviter ces utilisateurs. Vérifiez quels utilisateurs que vous souhaitez inviter et réessayez.", "Recently Direct Messaged": "Conversations privées récentes", - "Start": "Commencer", - "Done": "Terminé", "Go Back": "Retourner en arrière", "Other users may not trust it": "D’autres utilisateurs pourraient ne pas lui faire confiance", "Later": "Plus tard", @@ -1286,11 +1263,9 @@ "Review": "Examiner", "Manage": "Gérer", "Securely cache encrypted messages locally for them to appear in search results.": "Mettre en cache les messages chiffrés localement et de manière sécurisée pour qu’ils apparaissent dans les résultats de recherche.", - "Enable": "Activer", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "Il manque quelques composants à %(brand)s pour mettre en cache les messages chiffrés localement de manière sécurisée. Si vous voulez essayer cette fonctionnalité, construisez %(brand)s Desktop vous-même en ajoutant les composants de recherche.", "Message search": "Recherche de message", "If disabled, messages from encrypted rooms won't appear in search results.": "Si l’option est désactivée, les messages des salons chiffrés n’apparaîtront pas dans les résultats de recherche.", - "Disable": "Désactiver", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s met en cache les messages chiffrés localement et de manière sécurisée pour qu’ils apparaissent dans les résultats de recherche :", "Space used:": "Espace utilisé :", "Indexed messages:": "Messages indexés :", @@ -1357,7 +1332,6 @@ "Setting up keys": "Configuration des clés", "You have not verified this user.": "Vous n’avez pas vérifié cet utilisateur.", "Confirm your identity by entering your account password below.": "Confirmez votre identité en saisissant le mot de passe de votre compte ci-dessous.", - "Copy": "Copier", "Create key backup": "Créer une sauvegarde de clé", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Si vous l’avez fait accidentellement, vous pouvez configurer les messages sécurisés sur cette session ce qui re-chiffrera l’historique des messages de cette session avec une nouvelle méthode de récupération.", "How fast should messages be downloaded.": "À quelle fréquence les messages doivent être téléchargés.", @@ -2044,7 +2018,6 @@ "Send stickers to your active room as you": "Envoie des autocollants sous votre nom dans le salon actuel", "Continue with %(ssoButtons)s": "Continuer avec %(ssoButtons)s", "About homeservers": "À propos des serveurs d’accueil", - "Learn more": "En savoir plus", "Use your preferred Matrix homeserver if you have one, or host your own.": "Utilisez votre serveur d’accueil Matrix préféré si vous en avez un, ou hébergez le vôtre.", "Other homeserver": "Autre serveur d’accueil", "Sign into your homeserver": "Connectez-vous sur votre serveur d’accueil", @@ -2106,7 +2079,6 @@ "Use email to optionally be discoverable by existing contacts.": "Utiliser une adresse e-mail pour pouvoir être découvert par des contacts existants.", "Use email or phone to optionally be discoverable by existing contacts.": "Utiliser une adresse e-mail ou un numéro de téléphone pour pouvoir être découvert par des contacts existants.", "Add an email to be able to reset your password.": "Ajouter une adresse e-mail pour pouvoir réinitialiser votre mot de passe.", - "Forgot password?": "Mot de passe oublié ?", "That phone number doesn't look quite right, please check and try again": "Ce numéro de téléphone ne semble pas correct, merci de vérifier et réessayer", "Enter email address": "Saisir l’adresse e-mail", "Enter phone number": "Saisir le numéro de téléphone", @@ -2385,7 +2357,6 @@ "Collapse reply thread": "Masquer le fil de discussion", "Show preview": "Afficher l’aperçu", "View source": "Afficher la source", - "Forward": "Transférer", "Settings - %(spaceName)s": "Paramètres - %(spaceName)s", "Report the entire room": "Signaler le salon entier", "Spam or propaganda": "Publicité ou propagande", @@ -2556,7 +2527,6 @@ "Public room": "Salon public", "Private room (invite only)": "Salon privé (uniquement sur invitation)", "Room visibility": "Visibilité du salon", - "Create a room": "Créer un salon", "Only people invited will be able to find and join this room.": "Seules les personnes invitées pourront trouver et rejoindre ce salon.", "Anyone will be able to find and join this room.": "Quiconque pourra trouver et rejoindre ce salon.", "Anyone will be able to find and join this room, not just members of .": "Quiconque pourra trouver et rejoindre ce salon, pas seulement les membres de .", @@ -2755,7 +2725,6 @@ "You do not have permission to start polls in this room.": "Vous n’avez pas la permission de démarrer un sondage dans ce salon.", "Show all threads": "Afficher tous les fils de discussion", "Keep discussions organised with threads": "Garde les discussions organisées à l’aide de fils de discussion", - "Copy link": "Copier le lien", "Mentions only": "Seulement les mentions", "Forget": "Oublier", "Files": "Fichiers", @@ -3971,6 +3940,39 @@ "verification_cancelled": "Vérification annulée", "video": "Vidéo" }, + "action": { + "continue": "Continuer", + "copy": "Copier", + "copy_link": "Copier le lien", + "create": "Créer", + "create_a_room": "Créer un salon", + "decline": "Refuser", + "disable": "Désactiver", + "done": "Terminé", + "edit": "Modifier", + "enable": "Activer", + "forgot_password": "Mot de passe oublié ?", + "forward": "Transférer", + "invite": "Inviter", + "invites_list": "Invitations", + "learn_more": "En savoir plus", + "leave": "Quitter", + "leave_room": "Quitter le salon", + "next": "Suivant", + "no": "Non", + "ok": "OK", + "quote": "Citer", + "react": "Réagir", + "remove": "Supprimer", + "reply": "Répondre", + "report_content": "Signaler le contenu", + "retry": "Réessayer", + "save": "Enregistrer", + "start": "Commencer", + "start_chat": "Commencer une conversation privée", + "view_source": "Voir la source", + "yes": "Oui" + }, "a11y": { "user_menu": "Menu utilisateur" } diff --git a/src/i18n/strings/ga.json b/src/i18n/strings/ga.json index 04983ee26e..c12d1f9715 100644 --- a/src/i18n/strings/ga.json +++ b/src/i18n/strings/ga.json @@ -17,7 +17,6 @@ "What's new?": "Cad é nua?", "New? Create account": "Céaduaire? Cruthaigh cuntas", "Forgotten your password?": "An nDearna tú dearmad ar do fhocal faire?", - "Forgot password?": "An nDearna tú dearmad ar do fhocal faire?", "Sign In or Create Account": "Sínigh Isteach nó Déan cuntas a chruthú", "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?", @@ -57,7 +56,6 @@ "Unignored user": "Úsáideoir leis aird", "Ignored user": "Úsáideoir neamhairde", "Unignore": "Stop ag tabhairt neamhaird air", - "Leave room": "Fág an seomra", "Missing roomId.": "Comhartha aitheantais seomra ar iarraidh.", "Operation failed": "Chlis an oibríocht", "Unnamed Room": "Seomra gan ainm", @@ -297,16 +295,11 @@ "Accepting…": "ag Glacadh leis…", "Cancelling…": "ag Cealú…", "exists": "a bheith ann", - "Copy": "Cóipeáil", "Mod": "Mod", "Bridges": "Droichid", - "Disable": "Cuir as feidhm", - "Enable": "Tosaigh", "Manage": "Bainistigh", "Review": "Athbhreithnigh", "Later": "Níos deireanaí", - "Done": "Críochnaithe", - "Start": "Tosaigh", "Lock": "Glasáil", "Go": "Téigh", "Cross-signing": "Cros-síniú", @@ -318,7 +311,6 @@ "Unsubscribe": "Díliostáil", "None": "Níl aon cheann", "Trust": "Cuir muinín i", - "React": "Freagair", "Flags": "Bratacha", "Symbols": "Siombailí", "Objects": "Rudaí", @@ -335,7 +327,6 @@ "Discovery": "Aimsiú", "Actions": "Gníomhartha", "Messages": "Teachtaireachtaí", - "Retry": "Atriail", "Success!": "Rath!", "Download": "Íoslódáil", "Import": "Iompórtáil", @@ -356,18 +347,14 @@ "Code": "Cód", "Home": "Tús", "Favourite": "Cuir mar ceanán", - "Leave": "Fág", - "Quote": "Luaigh", "Resend": "Athsheol", "Upload": "Uaslódáil", - "Next": "Ar Aghaidh", "Summary": "Achoimre", "Service": "Seirbhís", "Skip": "Léim", "Refresh": "Athnuaigh", "Toolbox": "Uirlisí", "Back": "Ar Ais", - "Create": "Cruthaigh", "Removing…": "ag Baint…", "Changelog": "Loga na n-athruithe", "Unavailable": "Níl sé ar fáil", @@ -393,8 +380,6 @@ "Copied!": "Cóipeáilte!", "Attachment": "Ceangaltán", "Options": "Roghanna", - "Edit": "Cuir in eagar", - "Reply": "Freagair", "Yesterday": "Inné", "Today": "Inniu", "Saturday": "Dé Sathairn", @@ -411,7 +396,6 @@ "Historical": "Stairiúil", "Rooms": "Seomraí", "Favourites": "Ceanáin", - "Invites": "Cuirí", "Search": "Cuardaigh", "Replying": "Ag freagairt", "Unknown": "Anaithnid", @@ -434,7 +418,6 @@ "Collecting logs": "ag Bailiú logaí", "Invited": "Le cuireadh", "Close": "Dún", - "Invite": "Tabhair cuireadh", "Mention": "Luaigh", "Demote": "Bain ceadanna", "Encrypted": "Criptithe", @@ -461,15 +444,11 @@ "Theme": "Téama", "Account": "Cuntas", "Profile": "Próifíl", - "Save": "Sábháil", "Noisy": "Callánach", "On": "Ar siúl", "Off": "Múchta", "Advanced": "Forbartha", "Add": "Cuir", - "Remove": "Bain", - "No": "Níl", - "Yes": "Tá", "Authentication": "Fíordheimhniú", "Warning!": "Aire!", "Folder": "Fillteán", @@ -534,9 +513,7 @@ "Dog": "Madra", "Cancel": "Cuir ar ceal", "Verified!": "Deimhnithe!", - "OK": "Togha", "Accept": "Glac", - "Decline": "Diúltaigh", "Someone": "Duine éigin", "Reason": "Cúis", "Usage": "Úsáid", @@ -567,7 +544,6 @@ "Mon": "Lua", "Sun": "Doṁ", "Send": "Seol", - "Continue": "Lean ar aghaidh", "Add Phone Number": "Cuir uimhir ghutháin", "Click the button below to confirm adding this phone number.": "Cliceáil an cnaipe thíos chun an uimhir ghutháin nua a dheimhniú.", "Confirm adding phone number": "Deimhnigh an uimhir ghutháin nua", @@ -613,7 +589,6 @@ "Keyword": "Eochairfhocal", "[number]": "[uimhir]", "Report": "Tuairiscigh", - "Forward": "Seol ar aghaidh", "Disagree": "Easaontaigh", "Collapse": "Cumaisc", "Expand": "Leath", @@ -678,7 +653,6 @@ "Collapse reply thread": "Cuir na freagraí i bhfolach", "Thread": "Snáithe", "Low priority": "Tosaíocht íseal", - "Start chat": "Tosaigh comhrá", "Share room": "Roinn seomra", "Forget room": "Déan dearmad ar an seomra", "Join Room": "Téigh isteach an seomra", @@ -732,5 +706,33 @@ "suggestions": "Moltaí", "unmute": "Stop ag ciúnú", "username": "Ainm úsáideora" + }, + "action": { + "continue": "Lean ar aghaidh", + "copy": "Cóipeáil", + "create": "Cruthaigh", + "decline": "Diúltaigh", + "disable": "Cuir as feidhm", + "done": "Críochnaithe", + "edit": "Cuir in eagar", + "enable": "Tosaigh", + "forgot_password": "An nDearna tú dearmad ar do fhocal faire?", + "forward": "Seol ar aghaidh", + "invite": "Tabhair cuireadh", + "invites_list": "Cuirí", + "leave": "Fág", + "leave_room": "Fág an seomra", + "next": "Ar Aghaidh", + "no": "Níl", + "ok": "Togha", + "quote": "Luaigh", + "react": "Freagair", + "remove": "Bain", + "reply": "Freagair", + "retry": "Atriail", + "save": "Sábháil", + "start": "Tosaigh", + "start_chat": "Tosaigh comhrá", + "yes": "Tá" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 2c7944cc05..5e32546e39 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -90,7 +90,6 @@ "Enable inline URL previews by default": "Activar por defecto as vistas previas en liña de URL", "Enable URL previews for this room (only affects you)": "Activar vista previa de URL nesta sala (só che afecta a ti)", "Enable URL previews by default for participants in this room": "Activar a vista previa de URL por defecto para as participantes nesta sala", - "Decline": "Rexeitar", "Accept": "Aceptar", "Incorrect verification code": "Código de verificación incorrecto", "Submit": "Enviar", @@ -99,7 +98,6 @@ "No display name": "Sen nome público", "New passwords don't match": "Os contrasinais novos non coinciden", "Passwords can't be empty": "Os contrasinais non poden estar baleiros", - "Continue": "Continuar", "Export E2E room keys": "Exportar chaves E2E da sala", "Do you want to set an email address?": "Quere establecer un enderezo de correo electrónico?", "Current password": "Contrasinal actual", @@ -122,7 +120,6 @@ "Ignore": "Ignorar", "Jump to read receipt": "Ir ao resgardo de lectura", "Mention": "Mención", - "Invite": "Convidar", "Admin Tools": "Ferramentas de administración", "and %(count)s others...": { "other": "e %(count)s outras...", @@ -154,7 +151,6 @@ "Unknown": "Descoñecido", "Replying": "Respondendo", "Unnamed room": "Sala sen nome", - "Save": "Gardar", "(~%(count)s results)": { "other": "(~%(count)s resultados)", "one": "(~%(count)s resultado)" @@ -164,7 +160,6 @@ "Forget room": "Esquecer sala", "Search": "Busca", "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.", - "Invites": "Convites", "Favourites": "Favoritas", "Rooms": "Salas", "Low priority": "Baixa prioridade", @@ -179,7 +174,6 @@ "No users have specific privileges in this room": "Non hai usuarias con privilexios específicos nesta sala", "Banned users": "Usuarias excluídas", "This room is not accessible by remote Matrix servers": "Esta sala non é accesible por servidores Matrix remotos", - "Leave room": "Deixar a sala", "Favourite": "Favorita", "Publish this room to the public in %(domain)s's room directory?": "Publicar esta sala no directorio público de salas de %(domain)s?", "Who can read history?": "Quen pode ler o histórico?", @@ -222,12 +216,10 @@ "Email address": "Enderezo de correo", "Sign in": "Acceder", "Register": "Rexistrar", - "Remove": "Eliminar", "Something went wrong!": "Algo fallou!", "Delete Widget": "Eliminar widget", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Quitando un trebello elimínalo para todas as usuarias desta sala. ¿tes certeza de querer eliminar este widget?", "Delete widget": "Eliminar widget", - "Edit": "Editar", "Create new room": "Crear unha nova sala", "Home": "Inicio", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -319,17 +311,14 @@ "collapse": "comprimir", "expand": "despregar", "Custom level": "Nivel personalizado", - "Start chat": "Iniciar conversa", "And %(count)s more...": { "other": "E %(count)s máis..." }, "Confirm Removal": "Confirma a retirada", - "Create": "Crear", "Unknown error": "Fallo descoñecido", "Incorrect password": "Contrasinal incorrecto", "Deactivate Account": "Desactivar conta", "An error has occurred.": "Algo fallou.", - "OK": "OK", "Unable to restore session": "Non se puido restaurar a sesión", "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.": "Se anteriormente utilizaches unha versión máis recente de %(brand)s, a túa sesión podería non ser compatible con esta versión. Pecha esta ventá e volve á versión máis recente.", "Invalid Email Address": "Enderezo de correo non válido", @@ -343,7 +332,6 @@ "Name": "Nome", "You must register to use this functionality": "Debe rexistrarse para utilizar esta función", "You must join the room to see its files": "Debes unirte a sala para ver os seus ficheiros", - "Leave": "Saír", "Description": "Descrición", "Reject invitation": "Rexeitar convite", "Are you sure you want to reject the invitation?": "Seguro que desexa rexeitar o convite?", @@ -471,7 +459,6 @@ "All Rooms": "Todas as Salas", "State Key": "Chave do estado", "Wednesday": "Mércores", - "Quote": "Cita", "Send logs": "Enviar informes", "All messages": "Todas as mensaxes", "Call invitation": "Convite de chamada", @@ -482,7 +469,6 @@ "Thursday": "Xoves", "Logs sent": "Informes enviados", "Back": "Atrás", - "Reply": "Resposta", "Show message in desktop notification": "Mostrar mensaxe nas notificacións de escritorio", "Messages in group chats": "Mensaxes en grupos de chat", "Yesterday": "Onte", @@ -491,7 +477,6 @@ "Off": "Off", "Event Type": "Tipo de evento", "Event sent!": "Evento enviado!", - "View Source": "Ver fonte", "Event Content": "Contido do evento", "Thank you!": "Grazas!", "Missing roomId.": "Falta o ID da sala.", @@ -685,7 +670,6 @@ "%(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", - "Done": "Feito", "%(displayName)s is typing …": "%(displayName)s está escribindo…", "%(names)s and %(count)s others are typing …": { "other": "%(names)s e outras %(count)s están escribindo…", @@ -755,7 +739,6 @@ "A word by itself is easy to guess": "Por si sola, unha palabra é fácil de adiviñar", "Names and surnames by themselves are easy to guess": "Nomes e apelidos por si mesmos son fáciles de adiviñar", "Common names and surnames are easy to guess": "Os nomes e alcumes son fáciles de adiviñar", - "No": "Non", "Review": "Revisar", "Later": "Máis tarde", "Your homeserver has exceeded its user limit.": "O teu servidor superou o seu límite de usuaras.", @@ -823,7 +806,6 @@ "Scan this unique code": "Escanea este código único", "Compare unique emoji": "Compara os emoji", "Compare a unique set of emoji if you don't have a camera on either device": "Compara o conxunto único de emoticonas se non tes cámara no outro dispositivo", - "Start": "Comezar", "Verify this user by confirming the following emoji appear on their screen.": "Verifica a usuaria confirmando que as emoticonas aparecen na súa pantalla.", "Verify this user by confirming the following number appears on their screen.": "Verifica esta usuaria confirmando que o seguinte número aparece na súa pantalla.", "Unable to find a supported verification method.": "Non se atopa un método de verificación válido.", @@ -922,7 +904,6 @@ "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Verificar individualmente cada sesión utilizada pola usuaria para marcala como confiable, non confiando en dispositivos con sinatura cruzada.", "Manage": "Xestionar", "Securely cache encrypted messages locally for them to appear in search results.": "Gardar de xeito seguro mensaxes cifradas na caché local para que aparezan nos resultados de buscas.", - "Enable": "Activar", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "Falta un compoñente de %(brand)s requerido para almacenar localmente mensaxes cifradas na caché. Se queres experimentar con esta función, compila unha versión personalizada de %(brand)s Desktop cos compoñentes de busca engadidos.", "Cannot connect to integration manager": "Non se puido conectar co xestor de intregración", "The integration manager is offline or it cannot reach your homeserver.": "O xestor de integración non está en liña ou non é accesible desde o teu servidor.", @@ -1227,7 +1208,6 @@ "Verify by comparing unique emoji.": "Verficación por comparación de emoticonas.", "Verify by emoji": "Verificar por emoticonas", "Almost there! Is %(displayName)s showing the same shield?": "Case feito! ¿está %(displayName)s mostrando as mesmas emoticonas?", - "Yes": "Si", "Verify all users in a room to ensure it's secure.": "Verificar todas as usuarias da sala para asegurar que é segura.", "Strikethrough": "Sobrescrito", "You've successfully verified your device!": "Verificaches correctamente o teu dispositivo!", @@ -1241,7 +1221,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.", - "React": "Reacciona", "Message Actions": "Accións da mensaxe", "Show image": "Mostrar imaxe", "You have ignored this user, so their message is hidden. Show anyways.": "Estás a ignorar a esta usuaria, polo que a imaxe está agochada. Mostrar igualmente.", @@ -1428,7 +1407,6 @@ "Service": "Servizo", "Summary": "Resumo", "Document": "Documento", - "Next": "Seguinte", "Upload files (%(current)s of %(total)s)": "Subir ficheiros (%(current)s de %(total)s)", "Upload files": "Subir ficheiros", "Upload all": "Subir todo", @@ -1453,7 +1431,6 @@ "Successfully restored %(sessionCount)s keys": "Restablecidas correctamente %(sessionCount)s chaves", "Warning: you should only set up key backup from a trusted computer.": "Aviso: só deberías realizar a copia de apoio desde un ordenador de confianza.", "Resend %(unsentCount)s reaction(s)": "Reenviar %(unsentCount)s reacción(s)", - "Report Content": "Denunciar contido", "Remove for everyone": "Eliminar para todas", "This homeserver would like to make sure you are not a robot.": "Este servidor quere asegurarse de que non es un robot.", "Country Dropdown": "Despregable de países", @@ -1530,10 +1507,8 @@ "Use a different passphrase?": "¿Usar unha frase de paso diferente?", "That doesn't match.": "Non concorda.", "Go back to set it again.": "Vai atrás e volve a escribila.", - "Copy": "Copiar", "Download": "Descargar", "Unable to query secret storage status": "Non se obtivo o estado do almacenaxe segredo", - "Retry": "Reintentar", "Upgrade your encryption": "Mellora o teu cifrado", "Unable to set up secret storage": "Non se configurou un almacenaxe segredo", "Your keys are being backed up (the first backup could take a few minutes).": "As chaves estanse a copiar (a primeira copia podería tardar un anaco).", @@ -1549,7 +1524,6 @@ "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Se está desactivado, as mensaxes das salas cifradas non aparecerán nos resultados das buscas.", - "Disable": "Desactivar", "Not currently indexing messages for any room.": "Non se están indexando as mensaxes de ningunha sala.", "Currently indexing: %(currentRoom)s": "Indexando actualmente: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s está gardando de xeito seguro na caché local mensaxes cifradas para que aparezan nos resultados das buscas:", @@ -2082,10 +2056,8 @@ "Use email to optionally be discoverable by existing contacts.": "Usa o email para ser opcionalmente descubrible para os contactos existentes.", "Use email or phone to optionally be discoverable by existing contacts.": "Usa un email ou teléfono para ser (opcionalmente) descubrible polos contactos existentes.", "Add an email to be able to reset your password.": "Engade un email para poder restablecer o contrasinal.", - "Forgot password?": "Esqueceches o contrasinal?", "That phone number doesn't look quite right, please check and try again": "Non semella correcto este número, compróbao e inténtao outra vez", "About homeservers": "Acerca dos servidores de inicio", - "Learn more": "Saber máis", "Use your preferred Matrix homeserver if you have one, or host your own.": "Usa o teu servidor de inicio Matrix preferido, ou usa o teu propio.", "Other homeserver": "Outro servidor de inicio", "Sign into your homeserver": "Conecta co teu servidor de inicio", @@ -2477,7 +2449,6 @@ "Collapse reply thread": "Contraer fío de resposta", "Show preview": "Ver vista previa", "View source": "Ver fonte", - "Forward": "Reenviar", "Settings - %(spaceName)s": "Axustes - %(spaceName)s", "Report the entire room": "Denunciar a toda a sala", "Spam or propaganda": "Spam ou propaganda", @@ -2508,7 +2479,6 @@ "Visible to space members": "Visible para membros do espazo", "Public room": "Sala pública", "Private room (invite only)": "Sala privada (só con convite)", - "Create a room": "Crear unha sala", "Only people invited will be able to find and join this room.": "Só as persoas convidadas poderán atopar e unirse a esta sala.", "Anyone will be able to find and join this room.": "Calquera poderá atopar e unirse a esta sala.", "Anyone will be able to find and join this room, not just members of .": "Calquera poderá atopar e unirse a esta sala, non só os membros de .", @@ -2774,7 +2744,6 @@ "Someone already has that username. Try another or if it is you, sign in below.": "Ese nome de usuaria xa está pillado. Inténtao con outro, ou se es ti, conéctate.", "Copy link to thread": "Copiar ligazón da conversa", "Thread options": "Opcións da conversa", - "Copy link": "Copiar ligazón", "Mentions only": "Só mencións", "Forget": "Esquecer", "We call the places where you can host your account 'homeservers'.": "Chamámoslle 'Servidores de Inicio' aos lugares onde podes ter a túa conta.", @@ -3496,6 +3465,39 @@ "verification_cancelled": "Verificación cancelada", "video": "Vídeo" }, + "action": { + "continue": "Continuar", + "copy": "Copiar", + "copy_link": "Copiar ligazón", + "create": "Crear", + "create_a_room": "Crear unha sala", + "decline": "Rexeitar", + "disable": "Desactivar", + "done": "Feito", + "edit": "Editar", + "enable": "Activar", + "forgot_password": "Esqueceches o contrasinal?", + "forward": "Reenviar", + "invite": "Convidar", + "invites_list": "Convites", + "learn_more": "Saber máis", + "leave": "Saír", + "leave_room": "Deixar a sala", + "next": "Seguinte", + "no": "Non", + "ok": "OK", + "quote": "Cita", + "react": "Reacciona", + "remove": "Eliminar", + "reply": "Resposta", + "report_content": "Denunciar contido", + "retry": "Reintentar", + "save": "Gardar", + "start": "Comezar", + "start_chat": "Iniciar conversa", + "view_source": "Ver fonte", + "yes": "Si" + }, "a11y": { "user_menu": "Menú de usuaria" } diff --git a/src/i18n/strings/he.json b/src/i18n/strings/he.json index 313a04b298..36e4c04a1e 100644 --- a/src/i18n/strings/he.json +++ b/src/i18n/strings/he.json @@ -29,24 +29,19 @@ "AM": "AM", "Warning": "התראה", "Submit debug logs": "צרף לוגים", - "Edit": "ערוך", "Online": "מקוון", "Register": "צור חשבון", "Rooms": "חדרים", - "OK": "בסדר", "Operation failed": "פעולה נכשלה", "Search": "חפש", "Dismiss": "התעלם", "powered by Matrix": "מופעל ע\"י Matrix", - "Remove": "הסר", "Close": "סגור", "Cancel": "ביטול", "Send": "שלח", - "Continue": "המשך", "Failed to change password. Is your password correct?": "שינוי הסיסמה נכשל. האם הסיסמה שלך נכונה?", "unknown error code": "קוד שגיאה לא מוכר", "Failed to forget room %(errCode)s": "נכשל בעת בקשה לשכוח חדר %(errCode)s", - "Leave": "לעזוב", "Favourite": "מועדף", "Notifications": "התראות", "Unnamed room": "חדר ללא שם", @@ -83,7 +78,6 @@ "All Rooms": "כל החדרים", "State Key": "מקש מצב", "Wednesday": "רביעי", - "Quote": "ציטוט", "Send logs": "שלח יומנים", "All messages": "כל ההודעות", "Call invitation": "הזמנה לשיחה", @@ -95,7 +89,6 @@ "Search…": "חפש…", "Logs sent": "יומנים נשלחו", "Back": "אחורה", - "Reply": "תשובה", "Show message in desktop notification": "הצג הודעה בהתראות שולחן עבודה", "Messages in group chats": "הודעות בקבוצות השיחה", "Yesterday": "אתמול", @@ -105,7 +98,6 @@ "Failed to remove tag %(tagName)s from room": "נכשל בעת נסיון הסרת תג %(tagName)s מהחדר", "Event Type": "סוג ארוע", "Developer Tools": "כלי מפתחים", - "View Source": "הצג מקור", "Event Content": "תוכן הארוע", "Thank you!": "רב תודות!", "Your %(brand)s is misconfigured": "ה %(brand)s שלך מוגדר באופן שגוי", @@ -146,7 +138,6 @@ "Ignores a user, hiding their messages from you": "התעלם ממשתמש, הסתר הודעות מהם", "Unbans user with given ID": "ביטול חסימה של משתמש עם קוד זיהוי", "Bans user with given id": "חסום משתמש עם קוד זיהוי", - "Leave room": "עזוב חדר", "Joins room with given address": "חיבור לחדר עם כתובת מסויימת", "Use an identity server to invite by email. Manage in Settings.": "השתמש בשרת זיהוי להזמין דרך מייל. ניהול דרך ההגדרות.", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "השתמש בשרת זיהוי על מנת להזמין דרך מייל. לחצו על המשך להשתמש בשרת ברירת המחדל %(defaultIdentityServerName)s או הגדירו את השרת שלכם בהגדרות.", @@ -590,7 +581,6 @@ "other": "%(names)s ו%(count)s אחרים כותבים…" }, "%(displayName)s is typing …": "%(displayName)s כותב…", - "Done": "סיום", "Not Trusted": "לא אמין", "Ask this user to verify their session, or manually verify it below.": "בקש ממשתמש זה לאמת את ההתחברות שלו, או לאמת אותה באופן ידני למטה.", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s %(userId)s נכנס דרך התחברות חדשה מבלי לאמת אותה:", @@ -678,7 +668,6 @@ "Unable to load key backup status": "לא ניתן לטעון את מצב גיבוי המפתח", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "האם אתה בטוח? תאבד את ההודעות המוצפנות שלך אם המפתחות שלך לא מגובים כראוי.", "Delete Backup": "מחק גיבוי", - "Save": "שמירה", "Profile picture": "תמונת פרופיל", "Display Name": "שם לתצוגה", "Profile": "פרופיל", @@ -807,7 +796,6 @@ "Unable to find a supported verification method.": "לא מצליח למצוא שיטות אימות נתמכות.", "Verify this user by confirming the following number appears on their screen.": "אמת את המשתמש הזה בכך שאותו מספר מופיע אצלו במסך.", "Verify this user by confirming the following emoji appear on their screen.": "אמת את המשתמש הזה בכך שסדרת הסמלים מוצגת זהה אצלו במסך.", - "Start": "התחל", "Compare a unique set of emoji if you don't have a camera on either device": "השווה קבוצה של סמלים אם אין ברשותכם מצלמה על שום מכשיר", "Compare unique emoji": "השווה סמלים מסויימים", "Scan this unique code": "סרוק את הקוד הזה", @@ -817,7 +805,6 @@ "Verified!": "אומת!", "The other party cancelled the verification.": "הצד השני ביטל את האימות.", "Accept": "קבל", - "Decline": "סרב", "Unknown caller": "מתקשר לא ידוע", "%(name)s on hold": "%(name)s במצב המתנה", "You held the call Switch": "שמם את השיחה על המתנה להחליף", @@ -913,13 +900,10 @@ "Contact your server admin.": "צרו קשר עם מנהל השרת.", "Your homeserver has exceeded one of its resource limits.": "השרת שלכם חרג מאחד או יותר משאבים אשר הוקצו לו.", "Your homeserver has exceeded its user limit.": "השרת שלכם חרג ממגבלות מספר המשתמשים שלו.", - "Enable": "אפשר", "Enable desktop notifications": "אשרו התראות שולחן עבודה", "Don't miss a reply": "אל תפספסו תגובה", "Later": "מאוחר יותר", "Review": "סקירה", - "No": "לא", - "Yes": "כן", "Unknown App": "אפליקציה לא ידועה", "Short keyboard patterns are easy to guess": "דפוסים קצרים קל לנחש", "Straight rows of keys are easy to guess": "שורות מסודרות של מקשים מאוד קל לנחש", @@ -969,7 +953,6 @@ "Enable end-to-end encryption": "אפשר הצפנה מקצה לקצה", "Your server requires encryption to be enabled in private rooms.": "השרת שלכם דורש הפעלת הצפנה בחדרים פרטיים.", "Please enter a name for the room": "אנא הזינו שם לחדר", - "Create": "צור", "Clear all data": "נקה את כל הנתונים", "Clearing all data from this session is permanent. Encrypted messages will be lost unless their keys have been backed up.": "ניקוי כל הנתונים מהפגישה זו הוא קבוע. הודעות מוצפנות יאבדו אלא אם כן גובו על המפתחות שלהן.", "Clear all data in this session?": "למחוק את כל הנתונים בפגישה זו?", @@ -1153,7 +1136,6 @@ "Error decrypting attachment": "שגיאה בפענוח קבצים מצורפים", "Attachment": "נספחים", "Message Actions": "פעולות הודעה", - "React": "הגב", "The encryption used by this room isn't supported.": "ההצפנה בה משתמשים בחדר זה אינה נתמכת.", "Encryption not enabled": "ההצפנה לא מופעלת", "Ignored attempt to disable encryption": "התעלם מהניסיון להשבית את ההצפנה", @@ -1196,7 +1178,6 @@ "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": "שתף קישור למשתמש", - "Invite": "הזמן", "Mention": "אזכר", "Jump to read receipt": "קפצו לקבלת קריאה", "Hide sessions": "הסתר מושבים", @@ -1302,9 +1283,7 @@ "Explore public rooms": "שוטט בחדרים ציבוריים", "Create new room": "צור חדר חדש", "Add room": "הוסף חדר", - "Start chat": "התחל שיחה", "Favourites": "מועדפים", - "Invites": "הזמנות", "Show Widgets": "הצג ישומונים", "Hide Widgets": "הסתר ישומונים", "Forget room": "שכח חדר", @@ -1712,7 +1691,6 @@ "Use an email address to recover your account": "השתמש בכתובת דוא\"ל לשחזור חשבונך", "Sign in": "כניסה", "Sign in with": "כניסה עם", - "Forgot password?": "שכחת את הסיסמה?", "Phone": "טלפון", "Email": "דוא\"ל", "That phone number doesn't look quite right, please check and try again": "מספר הטלפון הזה לא נראה בסדר, אנא בדוק ונסה שוב", @@ -1744,7 +1722,6 @@ "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "מחיקת יישומון מסירה אותו לכל המשתמשים בחדר זה. האם אתה בטוח שברצונך למחוק את היישומון הזה?", "Delete Widget": "מחק ישומון", "Take a picture": "צלם תמונה", - "Report Content": "דווח על תוכן", "Resend %(unsentCount)s reaction(s)": "שלח שוב תגובות %(unsentCount)s", "Are you sure you want to reject the invitation?": "האם אתם בטוחים שברצונכם לדחות את ההזמנה?", "Reject invitation": "דחה הזמנה", @@ -1759,7 +1736,6 @@ "Unable to load backup status": "לא ניתן לטעון את מצב הגיבוי", "%(completed)s of %(total)s keys restored": "%(completed)s שניות מתוך %(total)s מפתחות שוחזרו", "Restoring keys from backup": "שחזור מפתחות מגיבוי", - "Retry": "נסה שוב", "Unable to set up keys": "לא ניתן להגדיר מקשים", "Click the button below to confirm setting up encryption.": "לחץ על הלחצן למטה כדי לאשר את הגדרת ההצפנה.", "Confirm encryption setup": "אשר את הגדרת ההצפנה", @@ -1789,7 +1765,6 @@ "Upload all": "מעלה הכל", "Upload files (%(current)s of %(total)s)": "מעלה קבצים (%(current)s מ %(total)s)", "Upload files": "מעלה קבצים", - "Next": "הבא", "Document": "מסמך", "Summary": "תקציר", "Service": "שֵׁרוּת", @@ -1803,7 +1778,6 @@ "Missing session data": "חסרים נתוני הפעלות", "To help us prevent this in future, please send us logs.": "כדי לעזור לנו למנוע זאת בעתיד, אנא שלחו לנו יומנים .", "Command Help": "עזרה לפיקוד", - "Copy": "העתק", "Link to selected message": "קישור להודעה שנבחרה", "Share Room Message": "שתף הודעה בחדר", "Share User": "שתף משתמש", @@ -1821,7 +1795,6 @@ "Clear Storage and Sign Out": "נקה אחסון והתנתק", "Sign out and remove encryption keys?": "להתנתק ולהסיר מפתחות הצפנה?", "About homeservers": "אודות שרתי בית", - "Learn more": "לימדו עוד", "Use your preferred Matrix homeserver if you have one, or host your own.": "השתמש בשרת הבית המועדף על מטריקס אם יש לך כזה, או מארח משלך.", "Other homeserver": "שרת בית אחר", "Sign into your homeserver": "היכנס לשרת הבית שלך", @@ -1969,7 +1942,6 @@ "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s מאחסן באופן מאובטח הודעות מוצפנות באופן מקומי כדי שיופיעו בתוצאות החיפוש:", "Currently indexing: %(currentRoom)s": "אינדקס כרגע: %(currentRoom)s", "Not currently indexing messages for any room.": "כרגע לא מוסיף לאינדקס הודעות עבור אף חדר.", - "Disable": "השבת", "If disabled, messages from encrypted rooms won't appear in search results.": "אם מושבת, הודעות מחדרים מוצפנים לא יופיעו בתוצאות החיפוש.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "אם לא הסרת את שיטת השחזור, ייתכן שתוקף מנסה לגשת לחשבונך. שנה את סיסמת החשבון שלך והגדר מיד שיטת שחזור חדשה בהגדרות.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "אם עשית זאת בטעות, באפשרותך להגדיר הודעות מאובטחות בהפעלה זו אשר תצפין מחדש את היסטוריית ההודעות של הפגישה בשיטת שחזור חדשה.", @@ -2573,7 +2545,6 @@ "Server": "שרת", "Value:": "ערך:", "Phase": "שלב", - "Forward": "קדימה", "@mentions & keywords": "אזכורים ומילות מפתח", "Mentions & keywords": "אזכורים ומילות מפתח", "Failed to invite users to %(roomName)s": "נכשל בהזמנת משתמשים לחדר - %(roomName)", @@ -2770,6 +2741,37 @@ "verification_cancelled": "אימות בוטל", "video": "וידאו" }, + "action": { + "continue": "המשך", + "copy": "העתק", + "create": "צור", + "decline": "סרב", + "disable": "השבת", + "done": "סיום", + "edit": "ערוך", + "enable": "אפשר", + "forgot_password": "שכחת את הסיסמה?", + "forward": "קדימה", + "invite": "הזמן", + "invites_list": "הזמנות", + "learn_more": "לימדו עוד", + "leave": "לעזוב", + "leave_room": "עזוב חדר", + "next": "הבא", + "no": "לא", + "ok": "בסדר", + "quote": "ציטוט", + "react": "הגב", + "remove": "הסר", + "reply": "תשובה", + "report_content": "דווח על תוכן", + "retry": "נסה שוב", + "save": "שמירה", + "start": "התחל", + "start_chat": "התחל שיחה", + "view_source": "הצג מקור", + "yes": "כן" + }, "a11y": { "user_menu": "תפריט משתמש" } diff --git a/src/i18n/strings/hi.json b/src/i18n/strings/hi.json index 6357eca279..2863e44c5a 100644 --- a/src/i18n/strings/hi.json +++ b/src/i18n/strings/hi.json @@ -1,7 +1,6 @@ { "All messages": "सारे संदेश", "All Rooms": "सारे कमरे", - "Continue": "आगे बढ़ें", "This email address is already in use": "यह ईमेल आईडी पहले से इस्तेमाल में है", "This phone number is already in use": "यह फ़ोन नंबर पहले से इस्तेमाल में है", "Failed to verify email address: make sure you clicked the link in the email": "ईमेल आईडी सत्यापित नही हो पाया: कृपया सुनिश्चित कर लें कि आपने ईमेल में मौजूद लिंक पर क्लिक किया है", @@ -62,7 +61,6 @@ "Usage": "प्रयोग", "Changes your display nickname": "अपना प्रदर्शन उपनाम बदलता है", "Invites user with given id to current room": "दिए गए आईडी के साथ उपयोगकर्ता को वर्तमान रूम में आमंत्रित करता है", - "Leave room": "रूम छोड़ें", "Bans user with given id": "दिए गए आईडी के साथ उपयोगकर्ता को प्रतिबंध लगाता है", "Ignores a user, hiding their messages from you": "उपयोगकर्ता को अनदेखा करें और स्वयं से संदेश छुपाएं", "Ignored user": "अनदेखा उपयोगकर्ता", @@ -125,7 +123,6 @@ "When I'm invited to a room": "जब मुझे एक रूम में आमंत्रित किया जाता है", "Call invitation": "कॉल आमंत्रण", "Messages sent by bot": "रोबॉट द्वारा भेजे गए संदेश", - "Decline": "पतन", "Accept": "स्वीकार", "Incorrect verification code": "गलत सत्यापन कोड", "Submit": "जमा करें", @@ -145,7 +142,6 @@ "Failed to set display name": "प्रदर्शन नाम सेट करने में विफल", "Delete Backup": "बैकअप हटाएं", "Unable to load key backup status": "कुंजी बैकअप स्थिति लोड होने में असमर्थ", - "OK": "ठीक", "Notification targets": "अधिसूचना के लक्ष्य", "Use a few words, avoid common phrases": "कम शब्दों का प्रयोग करें, सामान्य वाक्यांशों से बचें", "No need for symbols, digits, or uppercase letters": "प्रतीकों, अंक, या अपरकेस अक्षरों की कोई ज़रूरत नहीं है", @@ -197,7 +193,6 @@ "Ignore": "अनदेखा करें", "Jump to read receipt": "पढ़ी हुई रसीद में कूदें", "Mention": "उल्लेख", - "Invite": "आमंत्रण", "Share Link to User": "उपयोगकर्ता को लिंक साझा करें", "Admin Tools": "व्यवस्थापक उपकरण", "Close": "बंद", @@ -332,9 +327,6 @@ "Folder": "फ़ोल्डर", "Pin": "पिन", "Unable to remove contact information": "संपर्क जानकारी निकालने में असमर्थ", - "Yes": "हाँ", - "No": "नहीं", - "Remove": "हटाए", "Invalid Email Address": "अमान्य ईमेल पता", "This doesn't appear to be a valid email address": "यह एक मान्य ईमेल पता प्रतीत नहीं होता है", "Unable to add email address": "ईमेल पता जोड़ने में असमर्थ", @@ -353,7 +345,6 @@ "Phone Number": "फ़ोन नंबर", "Profile picture": "प्रोफ़ाइल फोटो", "Display Name": "प्रदर्शित होने वाला नाम", - "Save": "अमुकनाम्ना", "This room is not accessible by remote Matrix servers": "यह रूम रिमोट मैट्रिक्स सर्वर द्वारा सुलभ नहीं है", "Room information": "रूम जानकारी", "Room version": "रूम का संस्करण", @@ -631,5 +622,16 @@ "password": "पासवर्ड", "success": "सफल", "unmute": "अनम्यूट" + }, + "action": { + "continue": "आगे बढ़ें", + "decline": "पतन", + "invite": "आमंत्रण", + "leave_room": "रूम छोड़ें", + "no": "नहीं", + "ok": "ठीक", + "remove": "हटाए", + "save": "अमुकनाम्ना", + "yes": "हाँ" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json index 1ee820f7c9..fdf9b599ca 100644 --- a/src/i18n/strings/hr.json +++ b/src/i18n/strings/hr.json @@ -126,7 +126,6 @@ "Upload Failed": "Prijenos neuspješan", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Datoteka '%(fileName)s' premašuje maksimalnu veličinu ovog kućnog poslužitelja za prijenose", "The file '%(fileName)s' failed to upload.": "Prijenos datoteke '%(fileName)s' nije uspio.", - "Continue": "Nastavi", "You do not have permission to start a conference call in this room": "Nemate dopuštenje uspostaviti konferencijski poziv u ovoj sobi", "Permission Required": "Potrebno dopuštenje", "You cannot place a call with yourself.": "Ne možete uspostaviti poziv sami sa sobom.", @@ -141,7 +140,6 @@ "Call failed because webcam or microphone could not be accessed. Check that:": "Poziv nije uspio jer nije bilo moguće pristupiti web kameri ili mikrofonu. Provjerite:", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Poziv nije uspio jer nije bilo moguće pristupiti mikrofonu. Provjerite je li mikrofon priključen i ispravno postavljen.", "Unable to access microphone": "Nije moguće pristupiti mikrofonu", - "OK": "OK", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Zamolite administratora Vašeg kućnog poslužitelja (%(homeserverDomain)s) da konfigurira TURN poslužitelj kako bi pozivi mogli pouzdano funkcionirati.", "Call failed due to misconfigured server": "Poziv neuspješan radi pogrešno konfiguriranog poslužitelja", "The call was answered on another device.": "Na poziv je odgovoreno sa drugog uređaja.", @@ -168,5 +166,9 @@ "common": { "analytics": "Analitika", "error": "Geška" + }, + "action": { + "continue": "Nastavi", + "ok": "OK" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 22926dc392..3b671cd98e 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -1,14 +1,12 @@ { "Cancel": "Mégse", "Search": "Keresés", - "OK": "Rendben", "Dismiss": "Eltüntetés", "Failed to forget room %(errCode)s": "A szobát nem sikerült elfelejtetni: %(errCode)s", "Favourite": "Kedvencnek jelölés", "Notifications": "Értesítések", "Operation failed": "Sikertelen művelet", "powered by Matrix": "a gépházban: Matrix", - "Remove": "Eltávolítás", "unknown error code": "ismeretlen hibakód", "Accept": "Elfogadás", "Account": "Fiók", @@ -26,10 +24,8 @@ "Always show message timestamps": "Üzenetek időbélyegének megjelenítése mindig", "Authentication": "Azonosítás", "Failed to change password. Is your password correct?": "Nem sikerült megváltoztatni a jelszót. Helyesen írta be a jelszavát?", - "Continue": "Folytatás", "Create new room": "Új szoba létrehozása", "Close": "Bezárás", - "Start chat": "Csevegés indítása", "%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s", "and %(count)s others...": { "other": "és még: %(count)s ...", @@ -59,7 +55,6 @@ "Current password": "Jelenlegi jelszó", "Custom level": "Egyedi szint", "Deactivate Account": "Fiók felfüggesztése", - "Decline": "Elutasítás", "Decrypt %(text)s": "%(text)s visszafejtése", "Default": "Alapértelmezett", "Displays action": "Megjeleníti a tevékenységet", @@ -97,13 +92,11 @@ "Invalid Email Address": "Érvénytelen e-mail-cím", "Invalid file%(extra)s": "Hibás fájl%(extra)s", "Invited": "Meghívva", - "Invites": "Meghívók", "Invites user with given id to current room": "A megadott azonosítójú felhasználó meghívása a jelenlegi szobába", "Sign in with": "Bejelentkezés ezzel:", "Join Room": "Belépés a szobába", "Jump to first unread message.": "Ugrás az első olvasatlan üzenetre.", "Labs": "Labor", - "Leave room": "Szoba elhagyása", "Logout": "Kilépés", "Low priority": "Alacsony prioritás", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s láthatóvá tette a szoba új üzeneteit minden szobatagnak, a meghívásuk idejétől kezdve.", @@ -140,7 +133,6 @@ "%(roomName)s does not exist.": "%(roomName)s nem létezik.", "%(roomName)s is not accessible at this time.": "%(roomName)s jelenleg nem érhető el.", "Rooms": "Szobák", - "Save": "Mentés", "Search failed": "Keresés sikertelen", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s képet küldött.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s meghívót küldött %(targetDisplayName)s számára, hogy lépjen be a szobába.", @@ -272,14 +264,12 @@ "Check for update": "Frissítések keresése", "Delete widget": "Kisalkalmazás törlése", "Define the power level of a user": "A felhasználó szintjének meghatározása", - "Edit": "Szerkeszt", "Enable automatic language detection for syntax highlighting": "Nyelv automatikus felismerése a szintaxiskiemeléshez", "AM": "de.", "PM": "du.", "Unable to create widget.": "Nem lehet kisalkalmazást létrehozni.", "You are not in this room.": "Nem tagja ennek a szobának.", "You do not have permission to do that in this room.": "Nincs jogosultsága ezt tenni ebben a szobában.", - "Create": "Létrehozás", "Automatically replace plain text Emoji": "Egyszerű szöveg automatikus cseréje emodzsira", "Publish this room to the public in %(domain)s's room directory?": "Publikálod a szobát a(z) %(domain)s szoba listájába?", "%(widgetName)s widget added by %(senderName)s": "%(senderName)s hozzáadta a %(widgetName)s kisalkalmazást", @@ -297,7 +287,6 @@ "Ignores a user, hiding their messages from you": "Figyelmen kívül hagy egy felhasználót, elrejtve az üzeneteit", "Banned by %(displayName)s": "Kitiltotta: %(displayName)s", "Description": "Leírás", - "Leave": "Elhagyás", "Unknown": "Ismeretlen", "Jump to read receipt": "Olvasási visszaigazolásra ugrás", "Message Pinning": "Üzenet kitűzése", @@ -307,7 +296,6 @@ "other": "És még %(count)s..." }, "Mention": "Megemlítés", - "Invite": "Meghívás", "Delete Widget": "Kisalkalmazás törlése", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "A kisalkalmazás törlése minden felhasználót érint a szobában. Biztos, hogy törli a kisalkalmazást?", "Mirror local video feed": "Helyi videófolyam tükrözése", @@ -468,7 +456,6 @@ "Toolbox": "Eszköztár", "Collecting logs": "Naplók összegyűjtése", "Invite to this room": "Meghívás a szobába", - "Quote": "Idézés", "Send logs": "Naplófájlok elküldése", "All messages": "Összes üzenet", "Call invitation": "Hívásmeghívások", @@ -481,7 +468,6 @@ "Search…": "Keresés…", "Logs sent": "Napló elküldve", "Back": "Vissza", - "Reply": "Válasz", "Show message in desktop notification": "Üzenet megjelenítése az asztali értesítésekben", "Messages in group chats": "A csoportos csevegések üzenetei", "Yesterday": "Tegnap", @@ -491,7 +477,6 @@ "Wednesday": "Szerda", "Event Type": "Esemény típusa", "Event sent!": "Az esemény elküldve!", - "View Source": "Forrás megjelenítése", "Event Content": "Esemény tartalma", "Thank you!": "Köszönjük!", "Missing roomId.": "Hiányzó szobaazonosító.", @@ -568,13 +553,11 @@ "Unable to load! Check your network connectivity and try again.": "A betöltés sikertelen. Ellenőrizze a hálózati kapcsolatot, és próbálja újra.", "Delete Backup": "Mentés törlése", "Unable to load key backup status": "A mentett kulcsok állapotát nem lehet betölteni", - "Next": "Következő", "That matches!": "Egyeznek!", "That doesn't match.": "Nem egyeznek.", "Go back to set it again.": "Lépj vissza és állítsd be újra.", "Download": "Letöltés", "Unable to create key backup": "Kulcs mentés sikertelen", - "Retry": "Újra", "Unable to load backup status": "A mentés állapotát nem lehet lekérdezni", "Unable to restore backup": "A mentést nem lehet helyreállítani", "No backup found!": "Mentés nem található!", @@ -649,8 +632,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Az ezzel felhasználóval váltott biztonságos üzenetek végpontok közti titkosítással védettek, és azt harmadik fél nem tudja elolvasni.", "Got It": "Megértettem", "Verify this user by confirming the following number appears on their screen.": "Ellenőrizze ezt a felhasználót azzal, hogy megerősíti, hogy a következő szám jelenik meg a képernyőjén.", - "Yes": "Igen", - "No": "Nem", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "E-mail üzenetet küldtünk Önnek, hogy ellenőrizzük a címét. Kövesse az ott leírt utasításokat, és kattintson az alábbi gombra.", "Email Address": "E-mail cím", "All keys backed up": "Az összes kulcs elmentve", @@ -1054,7 +1035,6 @@ "Report Content to Your Homeserver Administrator": "Tartalom bejelentése a Matrix-kiszolgáló rendszergazdájának", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Az üzenet bejelentése egy egyedi „eseményazonosítót” küld el a Matrix-kiszolgáló rendszergazdájának. Ha az üzenetek titkosítottak a szobában, akkor a Matrix-kiszolgáló rendszergazdája nem tudja elolvasni az üzenetet, vagy nem tudja megnézni a fájlokat vagy képeket.", "Send report": "Jelentés küldése", - "Report Content": "Tartalom jelentése", "Read Marker lifetime (ms)": "Olvasási visszajelzés érvényessége (ms)", "Read Marker off-screen lifetime (ms)": "Olvasási visszajelzés érvényessége a képernyőn kívül (ms)", "Changes the avatar of the current room": "Megváltoztatja a profilképét a jelenlegi szobában", @@ -1109,7 +1089,6 @@ "Objects": "Tárgyak", "Symbols": "Szimbólumok", "Flags": "Zászlók", - "React": "Reakció", "Cancel search": "Keresés megszakítása", "Jump to first unread room.": "Ugrás az első olvasatlan szobához.", "Jump to first invite.": "Újrás az első meghívóhoz.", @@ -1256,8 +1235,6 @@ "about a day from now": "egy nap múlva", "%(num)s days from now": "%(num)s nap múlva", "Restore": "Visszaállítás", - "Start": "Indít", - "Done": "Kész", "Go Back": "Vissza", "Other users may not trust it": "Más felhasználók lehet, hogy nem bíznak benne", "Later": "Később", @@ -1288,13 +1265,11 @@ "Show less": "Kevesebb megjelenítése", "Manage": "Kezelés", "Securely cache encrypted messages locally for them to appear in search results.": "A titkosított üzenetek biztonságos helyi gyorsítótárazása, hogy megjelenhessenek a keresési találatok között.", - "Enable": "Engedélyezés", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "A titkosított üzenetek biztonságos helyi tárolásához hiányzik néhány összetevő a(z) %(brand)s alkalmazásból. Ha kísérletezni szeretne ezzel a funkcióval, akkor állítson össze egy egyéni asztali %(brand)s alkalmazást, amely tartalmazza a keresési összetevőket.", "Message search": "Üzenet keresése", "This room is bridging messages to the following platforms. Learn more.": "Ez a szoba áthidalja az üzeneteket a felsorolt platformok felé. Tudjon meg többet.", "Bridges": "Hidak", "If disabled, messages from encrypted rooms won't appear in search results.": "Ha nincs engedélyezve akkor a titkosított szobák üzenetei nem jelennek meg a keresések között.", - "Disable": "Tiltás", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s a kereshetőség érdekében a titkosított üzeneteket biztonságos módon helyileg tárolja:", "Space used:": "Felhasznált hely:", "Indexed messages:": "Indexált üzenetek:", @@ -1358,7 +1333,6 @@ "Cancel entering passphrase?": "Megszakítja a jelmondat bevitelét?", "Confirm your identity by entering your account password below.": "A fiók jelszó megadásával erősítsd meg a személyazonosságodat.", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Fejleszd ezt a munkamenetet, hogy más munkameneteket is tudj vele hitelesíteni, azért, hogy azok hozzáférhessenek a titkosított üzenetekhez és megbízhatónak legyenek jelölve más felhasználók számára.", - "Copy": "Másolás", "Create key backup": "Kulcs mentés készítése", "This session is encrypting history using the new recovery method.": "Ez a munkamenet az új helyreállítási móddal titkosítja a régi üzeneteket.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", @@ -2009,7 +1983,6 @@ "There was a problem communicating with the homeserver, please try again later.": "A kiszolgálóval való kommunikáció során probléma történt, próbálja újra.", "New here? Create an account": "Új vagy? Készíts egy fiókot", "Got an account? Sign in": "Van már fiókod? Jelentkezz be", - "Forgot password?": "Elfelejtetted a jelszót?", "That phone number doesn't look quite right, please check and try again": "Ez a telefonszám nem tűnik teljesen helyesnek, kérlek ellenőrizd újra", "Enter phone number": "Telefonszám megadása", "Enter email address": "E-mail cím megadása", @@ -2085,7 +2058,6 @@ "Add an email to be able to reset your password.": "Adj meg egy e-mail címet, hogy vissza tudd állítani a jelszavad.", "Just a heads up, if you don't add an email and forget your password, you could permanently lose access to your account.": "Csak egy figyelmeztetés, ha nem ad meg e-mail-címet, és elfelejti a jelszavát, akkor véglegesen elveszíti a hozzáférést a fiókjához.", "Server Options": "Szerver lehetőségek", - "Learn more": "További információk", "About homeservers": "A Matrix-kiszolgálókról", "Use your preferred Matrix homeserver if you have one, or host your own.": "Használja a választott Matrix-kiszolgálóját, ha van ilyenje, vagy üzemeltessen egy sajátot.", "Other homeserver": "Másik Matrix-kiszolgáló", @@ -2422,7 +2394,6 @@ "Collapse reply thread": "Üzenetszál összecsukása", "Show preview": "Előnézet megjelenítése", "View source": "Forrás megtekintése", - "Forward": "Továbbítás", "Settings - %(spaceName)s": "Beállítások – %(spaceName)s", "Report the entire room": "Az egész szoba jelentése", "Spam or propaganda": "Kéretlen tartalom vagy propaganda", @@ -2488,7 +2459,6 @@ "Visible to space members": "Tér tagság számára látható", "Public room": "Nyilvános szoba", "Private room (invite only)": "Privát szoba (csak meghívóval)", - "Create a room": "Szoba létrehozása", "Only people invited will be able to find and join this room.": "Csak a meghívott emberek fogják megtalálni és tudnak belépni a szobába.", "Anyone will be able to find and join this room, not just members of .": "Bárki megtalálhatja és beléphet a szobába, nem csak tér tagsága.", "You can change this at any time from room settings.": "A szoba beállításokban ezt bármikor megváltoztathatja.", @@ -2764,7 +2734,6 @@ "Home is useful for getting an overview of everything.": "A Kezdőlap áttekintést adhat mindenről.", "Show all threads": "Minden üzenetszál megjelenítése", "Keep discussions organised with threads": "Beszélgetések üzenetszálakba rendezése", - "Copy link": "Hivatkozás másolása", "Mentions only": "Csak megemlítések", "Forget": "Elfelejtés", "Files": "Fájlok", @@ -3875,6 +3844,39 @@ "verification_cancelled": "Ellenőrzés megszakítva", "video": "Videó" }, + "action": { + "continue": "Folytatás", + "copy": "Másolás", + "copy_link": "Hivatkozás másolása", + "create": "Létrehozás", + "create_a_room": "Szoba létrehozása", + "decline": "Elutasítás", + "disable": "Tiltás", + "done": "Kész", + "edit": "Szerkeszt", + "enable": "Engedélyezés", + "forgot_password": "Elfelejtetted a jelszót?", + "forward": "Továbbítás", + "invite": "Meghívás", + "invites_list": "Meghívók", + "learn_more": "További információk", + "leave": "Elhagyás", + "leave_room": "Szoba elhagyása", + "next": "Következő", + "no": "Nem", + "ok": "Rendben", + "quote": "Idézés", + "react": "Reakció", + "remove": "Eltávolítás", + "reply": "Válasz", + "report_content": "Tartalom jelentése", + "retry": "Újra", + "save": "Mentés", + "start": "Indít", + "start_chat": "Csevegés indítása", + "view_source": "Forrás megjelenítése", + "yes": "Igen" + }, "a11y": { "user_menu": "Felhasználói menü" } diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 387a9486f9..a861a0ed66 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -13,14 +13,12 @@ "Close": "Tutup", "Commands": "Perintah", "Confirm password": "Konfirmasi kata sandi", - "Continue": "Lanjut", "Current password": "Kata sandi sekarang", "Deactivate Account": "Nonaktifkan Akun", "Email": "Email", "Email address": "Alamat email", "Attachment": "Lampiran", "Command error": "Perintah gagal", - "Decline": "Tolak", "Default": "Bawaan", "Download %(text)s": "Unduh %(text)s", "Export": "Ekspor", @@ -32,13 +30,11 @@ "Invalid Email Address": "Alamat Email Tidak Absah", "Invited": "Diundang", "Sign in with": "Masuk dengan", - "Leave room": "Tinggalkan ruangan", "Logout": "Keluar", "Low priority": "Prioritas rendah", "Name": "Nama", "New passwords don't match": "Kata sandi baru tidak cocok", "": "", - "OK": "OK", "Operation failed": "Operasi gagal", "Passwords can't be empty": "Kata sandi tidak boleh kosong", "Permissions": "Izin", @@ -48,7 +44,6 @@ "%(brand)s version:": "Versi %(brand)s:", "Return to login screen": "Kembali ke halaman masuk", "Rooms": "Ruangan", - "Save": "Simpan", "Search": "Cari", "Search failed": "Pencarian gagal", "Server error": "Kesalahan server", @@ -118,7 +113,6 @@ "On": "Nyala", "Changelog": "Changelog", "Waiting for response from server": "Menunggu respon dari server", - "Leave": "Tinggalkan", "Warning": "Peringatan", "This Room": "Ruangan ini", "Noisy": "Berisik", @@ -143,7 +137,6 @@ "Failed to forget room %(errCode)s": "Gagal melupakan ruangan %(errCode)s", "Wednesday": "Rabu", "You cannot delete this message. (%(code)s)": "Anda tidak dapat menghapus pesan ini. (%(code)s)", - "Quote": "Kutip", "Send": "Kirim", "Send logs": "Kirim catatan", "All messages": "Semua pesan", @@ -161,9 +154,7 @@ "Low Priority": "Prioritas Rendah", "Off": "Mati", "Failed to remove tag %(tagName)s from room": "Gagal menghapus tanda %(tagName)s dari ruangan", - "Remove": "Hapus", "Failed to change password. Is your password correct?": "Gagal untuk mengubah kata sandi. Apakah kata sandi Anda benar?", - "View Source": "Tampilkan Sumber", "Thank you!": "Terima kasih!", "This email address is already in use": "Alamat email ini telah dipakai", "This phone number is already in use": "Nomor telepon ini telah dipakai", @@ -591,7 +582,6 @@ "collapse": "tutup", "Join": "Bergabung", "Code": "Kode", - "Next": "Lanjut", "Refresh": "Muat Ulang", "%(oneUser)sleft %(count)s times": { "one": "%(oneUser)skeluar", @@ -609,7 +599,6 @@ "one": "%(severalUsers)sbergabung", "other": "%(severalUsers)sbergabung %(count)s kali" }, - "Invite": "Undang", "Mention": "Sebutkan", "Unknown": "Tidak Dikenal", "%(duration)sd": "%(duration)sh", @@ -619,16 +608,13 @@ "Unignore": "Hilangkan Abaian", "Ignore": "Abaikan", "Copied!": "Disalin!", - "Create": "Buat", "Description": "Deskripsi", "Users": "Pengguna", "Emoji": "Emoji", "Room": "Ruangan", "Phone": "Ponsel", "Skip": "Lewat", - "Edit": "Edit", "Historical": "Riwayat", - "Invites": "Undangan", "Idle": "Idle", "Online": "Daring", "Anyone": "Siapa Saja", @@ -671,16 +657,13 @@ "Matrix": "Matrix", "Categories": "Categori", "Go": "Mulai", - "Done": "Selesai", "Unencrypted": "Tidak Dienkripsi", "Mod": "Mod", "Bridges": "Jembatan", "Cross-signing": "Penandatanganan silang", - "Copy": "Salin", "Manage": "Kelola", "exists": "sudah ada", "Lock": "Gembok", - "Enable": "Aktifkan", "Later": "Nanti", "Review": "Lihat", "Document": "Dokumen", @@ -688,8 +671,6 @@ "Symbols": "Simbol", "Objects": "Obyek", "Activities": "Aktivitas", - "React": "Bereaksi", - "Start": "Mulai", "Trusted": "Dipercayai", "Accepting…": "Menerima…", "Appearance": "Tampilan", @@ -711,7 +692,6 @@ "Verify": "Lakukan verifikasi", "Upgrade": "Tingkatkan", "Ok": "Ok", - "Disable": "Nonaktifkan", "Success!": "Berhasil!", "View": "Pratinjau", "Summary": "Kesimpulan", @@ -786,9 +766,7 @@ "Cat": "Kucing", "Dog": "Anjing", "Guest": "Tamu", - "Reply": "Balas", "Download": "Unduh", - "Retry": "Coba Ulang", "Demote": "Turunkan", "Stickerpack": "Paket Stiker", "Replying": "Membalas", @@ -802,8 +780,6 @@ "Encryption": "Enkripsi", "General": "Umum", "Verified!": "Terverifikasi!", - "No": "Tidak", - "Yes": "Ya", "Emoji Autocomplete": "Penyelesaian Otomatis Emoji", "Deactivate user?": "Nonaktifkan pengguna?", "Code block": "Blok kode", @@ -934,7 +910,6 @@ "Confirm Removal": "Konfirmasi Penghapusan", "Invalid file%(extra)s": "File tidak absah%(extra)s", "not specified": "tidak ditentukan", - "Start chat": "Mulai obrolan", "Join Room": "Bergabung dengan Ruangan", "Privileged Users": "Pengguna Istimewa", "URL Previews": "Tampilan URL", @@ -978,7 +953,6 @@ "Pause": "Jeda", "Avatar": "Avatar", "Beta": "Beta", - "Forward": "Teruskan", "Hold": "Jeda", "Transfer": "Pindah", "Sending": "Mengirim", @@ -2051,7 +2025,6 @@ "Topic (optional)": "Topik (opsional)", "Create a private room": "Buat sebuah ruangan privat", "Create a public room": "Buat sebuah ruangan publik", - "Create a room": "Buat sebuah ruangan", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Anda mungkin menonaktifkannya jika ruangan ini akan digunakan untuk berkolabroasi dengan tim eksternal yang mempunyai homeserver sendiri. Ini tidak dapat diubah nanti.", "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "Anda mungkin aktifkan jika ruangan ini hanya digunakan untuk berkolabroasi dengan tim internal di homeserver Anda. Ini tidak dapat diubah nanti.", "Enable end-to-end encryption": "Aktifkan enkripsi ujung ke ujung", @@ -2225,7 +2198,6 @@ "Cancel search": "Batalkan pencarian", "Other homeserver": "Homeserver lainnya", "You'll upgrade this room from to .": "Anda akan meningkatkan ruangan ini dari ke .", - "Learn more": "Pelajari lebih lanjut", "Use your preferred Matrix homeserver if you have one, or host your own.": "Gunakan homeserver Matrix yang Anda inginkan jika Anda punya satu, atau host sendiri.", "We call the places where you can host your account 'homeservers'.": "Kami memanggil tempat-tempat yang Anda dapat menghost akun Anda sebagai 'homeserver'.", "Sign into your homeserver": "Masuk ke homeserver Anda", @@ -2269,7 +2241,6 @@ "Spam or propaganda": "Spam atau propaganda", "Illegal Content": "Konten Ilegal", "Toxic Behaviour": "Kelakukan Toxic", - "Report Content": "Laporkan Konten", "Please pick a nature and describe what makes this message abusive.": "Harap pilih sifat dan jelaskan apa yang membuat pesan ini kasar.", "Any other reason. Please describe the problem.\nThis will be reported to the room moderators.": "Alasan yang lain. Mohon jelaskan masalahnya.\nIni akan dilaporkan ke moderator ruangan.", "This room is dedicated to illegal or toxic content or the moderators fail to moderate illegal or toxic content.\nThis will be reported to the administrators of %(homeserver)s. The administrators will NOT be able to read the encrypted content of this room.": "Ruangan ini khusus untuk konten ilegal atau toxic atau moderator gagal untuk memoderasikan konten ilegal atau toxic.\nIni akan dilaporkan ke administrator %(homeserver)s. Administrator TIDAK akan dapat membaca konten yang terenkripsi di ruangan ini.", @@ -2453,7 +2424,6 @@ "Other users can invite you to rooms using your contact details": "Pengguna lain dapat mengundang Anda ke ruangan menggunakan detail kontak Anda", "Enter email address (required on this homeserver)": "Masukkan alamat email (diperlukan di homeserver ini)", "Use an email address to recover your account": "Gunakan sebuah alamat email untuk memulihkan akun Anda", - "Forgot password?": "Lupa kata sandi?", "That phone number doesn't look quite right, please check and try again": "Nomor teleponnya tidak terlihat benar, mohon periksa dan coba lagi", "Enter phone number": "Masukkan nomor telepon", "Password is allowed, but unsafe": "Kata sandi diperbolehkan, tetapi tidak aman", @@ -2486,7 +2456,6 @@ "Manage & explore rooms": "Kelola & jelajahi ruangan", "Add space": "Tambahkan space", "See room timeline (devtools)": "Lihat lini masa ruangan (alat pengembang)", - "Copy link": "Salin tautan", "Mentions only": "Sebutan saja", "Forget": "Lupakan", "View in room": "Tampilkan di ruangan", @@ -3976,6 +3945,39 @@ "verification_cancelled": "Verifikasi dibatalkan", "video": "Video" }, + "action": { + "continue": "Lanjut", + "copy": "Salin", + "copy_link": "Salin tautan", + "create": "Buat", + "create_a_room": "Buat sebuah ruangan", + "decline": "Tolak", + "disable": "Nonaktifkan", + "done": "Selesai", + "edit": "Edit", + "enable": "Aktifkan", + "forgot_password": "Lupa kata sandi?", + "forward": "Teruskan", + "invite": "Undang", + "invites_list": "Undangan", + "learn_more": "Pelajari lebih lanjut", + "leave": "Tinggalkan", + "leave_room": "Tinggalkan ruangan", + "next": "Lanjut", + "no": "Tidak", + "ok": "OK", + "quote": "Kutip", + "react": "Bereaksi", + "remove": "Hapus", + "reply": "Balas", + "report_content": "Laporkan Konten", + "retry": "Coba Ulang", + "save": "Simpan", + "start": "Mulai", + "start_chat": "Mulai obrolan", + "view_source": "Tampilkan Sumber", + "yes": "Ya" + }, "a11y": { "user_menu": "Menu pengguna" } diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json index 0d0e54ff4d..a24ec1d3bf 100644 --- a/src/i18n/strings/is.json +++ b/src/i18n/strings/is.json @@ -61,19 +61,16 @@ "When I'm invited to a room": "Þegar mér er boðið á spjallrás", "Call invitation": "Boð um þátttöku í símtali", "Messages sent by bot": "Skilaboð send af vélmennum", - "Decline": "Hafna", "Accept": "Samþykkja", "Submit": "Senda inn", "Phone": "Sími", "Add": "Bæta við", - "Continue": "Halda áfram", "Export E2E room keys": "Flytja út E2E dulritunarlykla spjallrásar", "Current password": "Núverandi lykilorð", "New Password": "Nýtt lykilorð", "Confirm password": "Staðfestu lykilorðið", "Change Password": "Breyta lykilorði", "Authentication": "Auðkenning", - "OK": "Í lagi", "Notification targets": "Markmið tilkynninga", "Show message in desktop notification": "Birta tilkynningu í innbyggðu kerfistilkynningakerfi", "Off": "Slökkt", @@ -86,7 +83,6 @@ "Unignore": "Hætta að hunsa", "Ignore": "Hunsa", "Mention": "Minnst á", - "Invite": "Bjóða", "Admin Tools": "Kerfisstjóratól", "Invited": "Boðið", "Filter room members": "Sía meðlimi spjallrásar", @@ -102,11 +98,9 @@ "Idle": "Iðjulaust", "Unknown": "Óþekkt", "Unnamed room": "Nafnlaus spjallrás", - "Save": "Vista", "Join Room": "Taka þátt í spjallrás", "Forget room": "Gleyma spjallrás", "Search": "Leita", - "Invites": "Boðsgestir", "Favourites": "Eftirlæti", "Rooms": "Spjallrásir", "Low priority": "Lítill forgangur", @@ -114,7 +108,6 @@ "unknown error code": "óþekktur villukóði", "Failed to forget room %(errCode)s": "Mistókst að gleyma spjallrásinni %(errCode)s", "Banned users": "Bannaðir notendur", - "Leave room": "Fara af spjallrás", "Favourite": "Eftirlæti", "Who can read history?": "Hver getur lesið ferilskráningu?", "Anyone": "Hver sem er", @@ -147,7 +140,6 @@ "Email address": "Tölvupóstfang", "Sign in": "Skrá inn", "Register": "Nýskrá", - "Remove": "Fjarlægja", "Something went wrong!": "Eitthvað fór úrskeiðis!", "What's New": "Nýtt á döfinni", "Update": "Uppfæra", @@ -155,12 +147,10 @@ "Error encountered (%(errorDetail)s).": "Villa fannst (%(errorDetail)s).", "No update available.": "Engin uppfærsla tiltæk.", "Warning": "Aðvörun", - "Edit": "Breyta", "Home": "Forsíða", "collapse": "fella saman", "expand": "fletta út", "In reply to ": "Sem svar til ", - "Start chat": "Hefja spjall", "Preparing to send logs": "Undirbý sendingu atvikaskráa", "Logs sent": "Sendi atvikaskrár", "Thank you!": "Takk fyrir!", @@ -170,7 +160,6 @@ "Unavailable": "Ekki tiltækt", "Changelog": "Breytingaskrá", "Confirm Removal": "Staðfesta fjarlægingu", - "Create": "Búa til", "Unknown error": "Óþekkt villa", "Incorrect password": "Rangt lykilorð", "Deactivate Account": "Gera notandaaðgang óvirkann", @@ -189,12 +178,8 @@ "Failed to change password. Is your password correct?": "Mistókst að breyta lykilorðinu. Er lykilorðið rétt?", "You cannot delete this message. (%(code)s)": "Þú getur ekki eytt þessum skilaboðum. (%(code)s)", "Resend": "Endursenda", - "Reply": "Svara", - "View Source": "Skoða frumkóða", - "Quote": "Tilvitnun", "Source URL": "Upprunaslóð", "All messages": "Öll skilaboð", - "Leave": "Fara út", "Reject": "Hafna", "Low Priority": "Lítill forgangur", "Name": "Heiti", @@ -491,12 +476,8 @@ "FAQ": "Algengar spurningar", "Theme": "Þema", "General": "Almennt", - "No": "Nei", - "Yes": "Já", "Verified!": "Sannreynt!", - "Retry": "Reyna aftur", "Download": "Niðurhal", - "Next": "Næsta", "Legal": "Lagalegir fyrirvarar", "Demote": "Leggja til baka", "%(oneUser)sleft %(count)s times": { @@ -814,10 +795,8 @@ "Use app": "Nota smáforrit", "Later": "Seinna", "Review": "Yfirfara", - "Learn more": "Kanna nánar", "Stop": "Stöðva", "That's fine": "Það er í góðu", - "Enable": "Virkja", "Topic: %(topic)s": "Umfjöllunarefni: %(topic)s", "Current Timeline": "Núverandi tímalína", "From the beginning": "Frá byrjun", @@ -909,7 +888,6 @@ "Page Down": "Síða niður", "Page Up": "Síða upp", "Space used:": "Notað geymslupláss:", - "Disable": "Gera óvirkt", "Go to Settings": "Fara í stillingar", "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "Útflutta skráin verður varin með lykilfrasa. Settu inn lykilfrasann hér til að afkóða skrána.", "Restore": "Endurheimta", @@ -930,7 +908,6 @@ "Play": "Spila", "Pause": "Bið", "Sign in with": "Skrá inn með", - "Forgot password?": "Gleymt lykilorð?", "Enter phone number": "Settu inn símanúmer", "Enter username": "Settu inn notandanafn", "Enter password": "Settu inn lykilorð", @@ -949,7 +926,6 @@ "Report": "Tilkynna", "Show preview": "Birta forskoðun", "View source": "Skoða frumkóða", - "Forward": "Áfram", "Hold": "Bíða", "Resume": "Halda áfram", "Looks good!": "Lítur vel út!", @@ -1009,7 +985,6 @@ "Room visibility": "Sýnileiki spjallrásar", "Create a private room": "Búa til einkaspjallrás", "Create a public room": "Búa til opinbera almenningsspjallrás", - "Create a room": "Búa til spjallrás", "Notes": "Minnispunktar", "Want to add a new room instead?": "Viltu frekar bæta við nýrri spjallrás?", "Add existing rooms": "Bæta við fyrirliggjandi spjallrásum", @@ -1018,13 +993,11 @@ "Looks good": "Lítur vel út", "QR Code": "QR-kóði", "Create options": "Búa til valkosti", - "Done": "Lokið", "Information": "Upplýsingar", "Rotate Right": "Snúa til hægri", "Rotate Left": "Snúa til vinstri", "Backspace": "Baklykill (backspace)", "Application window": "Forritsgluggi", - "Copy": "Afrita", "Categories": "Flokkar", "Share location": "Deila staðsetningu", "Location": "Staðsetning", @@ -1045,7 +1018,6 @@ "An unknown error occurred": "Óþekkt villa kom upp", "Connection failed": "Tenging mistókst", "Got it": "Náði því", - "Start": "Byrja", "Edit devices": "Breyta tækjum", "Ban from %(roomName)s": "Banna í %(roomName)s", "Unban from %(roomName)s": "Afbanna í %(roomName)s", @@ -1433,7 +1405,6 @@ "Mentions only": "Aðeins minnst á", "Reset everything": "Frumstilla allt", "Not Trusted": "Ekki treyst", - "Report Content": "Kæra efni", "Session key": "Dulritunarlykill setu", "Other spaces or rooms you might not know": "Önnur svæði sem þú gætir ekki vitað um", "Select spaces": "Veldu svæði", @@ -2008,7 +1979,6 @@ "Expand quotes": "Fletta út tilvitnunum", "Collapse quotes": "Fella saman tilvitnanir", "Reply in thread": "Svara í spjallþræði", - "React": "Bregðast við", "Error processing audio message": "Villa við meðhöndlun hljóðskilaboða", "The encryption used by this room isn't supported.": "Dulritunin sem notuð er í þessari spjallrás er ekki studd.", "The beginning of the room": "Upphaf spjallrásarinnar", @@ -2912,7 +2882,6 @@ "Close sidebar": "Loka hliðarstiku", "View List": "Skoða lista", "View list": "Skoða lista", - "Copy link": "Afrita tengil", "View related event": "Skoða tengdan atburð", "Cameras": "Myndavélar", "Output devices": "Úttakstæki", @@ -3363,6 +3332,39 @@ "verification_cancelled": "Hætt við sannprófun", "video": "Myndskeið" }, + "action": { + "continue": "Halda áfram", + "copy": "Afrita", + "copy_link": "Afrita tengil", + "create": "Búa til", + "create_a_room": "Búa til spjallrás", + "decline": "Hafna", + "disable": "Gera óvirkt", + "done": "Lokið", + "edit": "Breyta", + "enable": "Virkja", + "forgot_password": "Gleymt lykilorð?", + "forward": "Áfram", + "invite": "Bjóða", + "invites_list": "Boðsgestir", + "learn_more": "Kanna nánar", + "leave": "Fara út", + "leave_room": "Fara af spjallrás", + "next": "Næsta", + "no": "Nei", + "ok": "Í lagi", + "quote": "Tilvitnun", + "react": "Bregðast við", + "remove": "Fjarlægja", + "reply": "Svara", + "report_content": "Kæra efni", + "retry": "Reyna aftur", + "save": "Vista", + "start": "Byrja", + "start_chat": "Hefja spjall", + "view_source": "Skoða frumkóða", + "yes": "Já" + }, "a11y": { "user_menu": "Valmynd notandans" } diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 22d682184f..61eebadd0e 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -3,18 +3,14 @@ "Notifications": "Notifiche", "Operation failed": "Operazione fallita", "powered by Matrix": "offerto da Matrix", - "Remove": "Rimuovi", "Search": "Cerca", - "Start chat": "Inizia una chat", "unknown error code": "codice errore sconosciuto", "Cancel": "Annulla", "Close": "Chiudi", "Create new room": "Crea una nuova stanza", "Dismiss": "Chiudi", "Favourite": "Preferito", - "OK": "OK", "Failed to change password. Is your password correct?": "Modifica password fallita. La tua password è corretta?", - "Continue": "Continua", "Account": "Account", "Add": "Aggiungi", "Admin": "Amministratore", @@ -28,7 +24,6 @@ "Advanced": "Avanzato", "Always show message timestamps": "Mostra sempre l'orario dei messaggi", "Authentication": "Autenticazione", - "Edit": "Modifica", "This email address is already in use": "Questo indirizzo e-mail è già in uso", "This phone number is already in use": "Questo numero di telefono è già in uso", "Failed to verify email address: make sure you clicked the link in the email": "Impossibile verificare l'indirizzo e-mail: assicurati di aver cliccato il link nell'e-mail", @@ -120,7 +115,6 @@ "Enable inline URL previews by default": "Attiva le anteprime URL in modo predefinito", "Enable URL previews for this room (only affects you)": "Attiva le anteprime URL in questa stanza (riguarda solo te)", "Enable URL previews by default for participants in this room": "Attiva le anteprime URL in modo predefinito per i partecipanti in questa stanza", - "Decline": "Rifiuta", "Accept": "Accetta", "Incorrect verification code": "Codice di verifica sbagliato", "Submit": "Invia", @@ -147,7 +141,6 @@ "Unignore": "Non ignorare più", "Ignore": "Ignora", "Mention": "Cita", - "Invite": "Invita", "and %(count)s others...": { "other": "e altri %(count)s ...", "one": "e un altro..." @@ -175,7 +168,6 @@ "Unknown for %(duration)s": "Sconosciuto per %(duration)s", "Idle": "Inattivo", "Unknown": "Sconosciuto", - "Save": "Salva", "(~%(count)s results)": { "other": "(~%(count)s risultati)", "one": "(~%(count)s risultato)" @@ -183,7 +175,6 @@ "Join Room": "Entra nella stanza", "Upload avatar": "Invia avatar", "Forget room": "Dimentica la stanza", - "Invites": "Inviti", "Favourites": "Preferiti", "Low priority": "Bassa priorità", "Historical": "Cronologia", @@ -198,7 +189,6 @@ "No users have specific privileges in this room": "Nessun utente ha privilegi specifici in questa stanza", "Banned users": "Utenti banditi", "This room is not accessible by remote Matrix servers": "Questa stanza non è accessibile da server di Matrix remoti", - "Leave room": "Esci dalla stanza", "Publish this room to the public in %(domain)s's room directory?": "Pubblicare questa stanza nell'elenco pubblico delle stanze in %(domain)s ?", "Who can read history?": "Chi può leggere la cronologia?", "Anyone": "Chiunque", @@ -334,7 +324,6 @@ "other": "E altri %(count)s ..." }, "Confirm Removal": "Conferma la rimozione", - "Create": "Crea", "Unknown error": "Errore sconosciuto", "Incorrect password": "Password sbagliata", "Deactivate Account": "Disattiva l'account", @@ -352,7 +341,6 @@ "Name": "Nome", "You must register to use this functionality": "Devi registrarti per usare questa funzionalità", "You must join the room to see its files": "Devi entrare nella stanza per vederne i file", - "Leave": "Esci", "Description": "Descrizione", "Reject invitation": "Rifiuta l'invito", "Are you sure you want to reject the invitation?": "Sei sicuro di volere rifiutare l'invito?", @@ -467,7 +455,6 @@ "All Rooms": "Tutte le stanze", "Wednesday": "Mercoledì", "You cannot delete this message. (%(code)s)": "Non puoi eliminare questo messaggio. (%(code)s)", - "Quote": "Cita", "Send logs": "Invia i log", "All messages": "Tutti i messaggi", "Call invitation": "Invito ad una chiamata", @@ -478,7 +465,6 @@ "Thursday": "Giovedì", "Logs sent": "Log inviati", "Back": "Indietro", - "Reply": "Rispondi", "Show message in desktop notification": "Mostra i messaggi nelle notifiche desktop", "Messages in group chats": "Messaggi nelle chat di gruppo", "Yesterday": "Ieri", @@ -489,7 +475,6 @@ "Event Type": "Tipo di Evento", "Thank you!": "Grazie!", "Event sent!": "Evento inviato!", - "View Source": "Visualizza sorgente", "Event Content": "Contenuto dell'Evento", "Missing roomId.": "ID stanza mancante.", "Enable widget screenshots on supported widgets": "Attiva le schermate dei widget sui widget supportati", @@ -598,7 +583,6 @@ "Unable to restore backup": "Impossibile ripristinare il backup", "No backup found!": "Nessun backup trovato!", "Failed to decrypt %(failedCount)s sessions!": "Decifrazione di %(failedCount)s sessioni fallita!", - "Next": "Avanti", "Failed to perform homeserver discovery": "Ricerca dell'homeserver fallita", "Invalid homeserver discovery response": "Risposta della ricerca homeserver non valida", "Sign in with single sign-on": "Accedi con single sign-on", @@ -607,7 +591,6 @@ "Go back to set it again.": "Torna per reimpostare.", "Download": "Scarica", "Unable to create key backup": "Impossibile creare backup della chiave", - "Retry": "Riprova", "Set up": "Imposta", "Messages containing @room": "Messaggi contenenti @room", "Encrypted messages in one-to-one chats": "Messaggi cifrati in chat uno-ad-uno", @@ -727,8 +710,6 @@ "Headphones": "Auricolari", "Folder": "Cartella", "Pin": "Spillo", - "Yes": "Sì", - "No": "No", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Ti abbiamo inviato un'email per verificare il tuo indirizzo. Segui le istruzioni contenute e poi clicca il pulsante sotto.", "Email Address": "Indirizzo email", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Sei sicuro? Perderai i tuoi messaggi cifrati se non hai salvato adeguatamente le tue chiavi.", @@ -1061,7 +1042,6 @@ "Report Content to Your Homeserver Administrator": "Segnala il contenuto all'amministratore dell'homeserver", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "La segnalazione di questo messaggio invierà il suo 'ID evento' univoco all'amministratore del tuo homeserver. Se i messaggi della stanza sono cifrati, l'amministratore non potrà leggere il messaggio o vedere file e immagini.", "Send report": "Invia segnalazione", - "Report Content": "Segnala contenuto", "View": "Vedi", "Explore rooms": "Esplora stanze", "Show previews/thumbnails for images": "Mostra anteprime/miniature per le immagini", @@ -1098,7 +1078,6 @@ "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.", - "React": "Reagisci", "Frequently Used": "Usati di frequente", "Smileys & People": "Faccine e Persone", "Animals & Nature": "Animali e Natura", @@ -1262,8 +1241,6 @@ "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", - "Start": "Inizia", - "Done": "Fatto", "Go Back": "Torna", "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.", @@ -1292,7 +1269,6 @@ "Show less": "Mostra meno", "Manage": "Gestisci", "Securely cache encrypted messages locally for them to appear in search results.": "Tieni in cache localmente i messaggi cifrati in modo sicuro affinché appaiano nei risultati di ricerca.", - "Enable": "Attiva", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "A %(brand)s mancano alcuni componenti richiesti per tenere in cache i messaggi cifrati in modo sicuro. Se vuoi sperimentare questa funzionalità, compila un %(brand)s Desktop personale con i componenti di ricerca aggiunti.", "Verifies a user, session, and pubkey tuple": "Verifica un utente, una sessione e una tupla pubblica", "Session already verified!": "Sessione già verificata!", @@ -1354,12 +1330,10 @@ "Confirm your identity by entering your account password below.": "Conferma la tua identità inserendo la password dell'account sotto.", "Restore your key backup to upgrade your encryption": "Ripristina il tuo backup chiavi per aggiornare la crittografia", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Aggiorna questa sessione per consentirle di verificare altre sessioni, garantendo loro l'accesso ai messaggi cifrati e contrassegnandole come fidate per gli altri utenti.", - "Copy": "Copia", "Create key backup": "Crea backup chiavi", "This session is encrypting history using the new recovery method.": "Questa sessione sta cifrando la cronologia usando il nuovo metodo di recupero.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Se disattivato, i messaggi delle stanze cifrate non appariranno nei risultati di ricerca.", - "Disable": "Disattiva", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s sta tenendo in cache localmente i messaggi cifrati in modo sicuro affinché appaiano nei risultati di ricerca:", "Message downloading sleep time(ms)": "Tempo di attesa scaricamento messaggi (ms)", "Cancel entering passphrase?": "Annullare l'inserimento della password?", @@ -2054,7 +2028,6 @@ "Use email to optionally be discoverable by existing contacts.": "Usa l'email per essere facoltativamente trovabile dai contatti esistenti.", "Use email or phone to optionally be discoverable by existing contacts.": "Usa l'email o il telefono per essere facoltativamente trovabile dai contatti esistenti.", "Add an email to be able to reset your password.": "Aggiungi un'email per poter reimpostare la password.", - "Forgot password?": "Hai dimenticato la password?", "That phone number doesn't look quite right, please check and try again": "Quel numero di telefono non sembra corretto, controlla e riprova", "Enter phone number": "Inserisci numero di telefono", "Enter email address": "Inserisci indirizzo email", @@ -2063,7 +2036,6 @@ "Approve": "Approva", "This widget would like to:": "Il widget vorrebbe:", "About homeservers": "Riguardo gli homeserver", - "Learn more": "Maggiori informazioni", "Use your preferred Matrix homeserver if you have one, or host your own.": "Usa il tuo homeserver Matrix preferito se ne hai uno, o ospitane uno tuo.", "Other homeserver": "Altro homeserver", "Sign into your homeserver": "Accedi al tuo homeserver", @@ -2415,7 +2387,6 @@ "%(targetName)s accepted the invitation for %(displayName)s": "%(targetName)s ha accettato l'invito per %(displayName)s", "Some invites couldn't be sent": "Alcuni inviti non sono stati spediti", "We sent the others, but the below people couldn't be invited to ": "Abbiamo inviato gli altri, ma non è stato possibile invitare le seguenti persone in ", - "Forward": "Inoltra", "Disagree": "Rifiuta", "Any other reason. Please describe the problem.\nThis will be reported to the room moderators.": "Altri motivi. Si prega di descrivere il problema.\nVerrà segnalato ai moderatori della stanza.", "This room is dedicated to illegal or toxic content or the moderators fail to moderate illegal or toxic content.\nThis will be reported to the administrators of %(homeserver)s. The administrators will NOT be able to read the encrypted content of this room.": "Questa stanza è dedicata a contenuti illegali o dannosi, oppure i moderatori non riescono a censurare questo tipo di contenuti.\nVerrà segnalata agli amministratori di %(homeserver)s. Gli amministratori NON potranno leggere i contenuti cifrati di questa stanza.", @@ -2499,7 +2470,6 @@ "Visible to space members": "Visibile ai membri dello spazio", "Public room": "Stanza pubblica", "Private room (invite only)": "Stanza privata (solo a invito)", - "Create a room": "Crea una stanza", "Only people invited will be able to find and join this room.": "Solo le persone invitate potranno trovare ed entrare in questa stanza.", "Anyone will be able to find and join this room, not just members of .": "Chiunque potrà trovare ed entrare in questa stanza, non solo i membri di .", "You can change this at any time from room settings.": "Puoi cambiarlo in qualsiasi momento dalle impostazioni della stanza.", @@ -2764,7 +2734,6 @@ "Show all threads": "Mostra tutte le conversazioni", "Keep discussions organised with threads": "Tieni le discussioni organizzate in conversazioni", "Manage rooms in this space": "Gestisci le stanze in questo spazio", - "Copy link": "Copia collegamento", "Mentions only": "Solo le citazioni", "Forget": "Dimentica", "Files": "File", @@ -3976,6 +3945,39 @@ "verification_cancelled": "Verifica annullata", "video": "Video" }, + "action": { + "continue": "Continua", + "copy": "Copia", + "copy_link": "Copia collegamento", + "create": "Crea", + "create_a_room": "Crea una stanza", + "decline": "Rifiuta", + "disable": "Disattiva", + "done": "Fatto", + "edit": "Modifica", + "enable": "Attiva", + "forgot_password": "Hai dimenticato la password?", + "forward": "Inoltra", + "invite": "Invita", + "invites_list": "Inviti", + "learn_more": "Maggiori informazioni", + "leave": "Esci", + "leave_room": "Esci dalla stanza", + "next": "Avanti", + "no": "No", + "ok": "OK", + "quote": "Cita", + "react": "Reagisci", + "remove": "Rimuovi", + "reply": "Rispondi", + "report_content": "Segnala contenuto", + "retry": "Riprova", + "save": "Salva", + "start": "Inizia", + "start_chat": "Inizia una chat", + "view_source": "Visualizza sorgente", + "yes": "Sì" + }, "a11y": { "user_menu": "Menu utente" } diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 1351d53fe2..286a87f926 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -11,7 +11,6 @@ "Cancel": "キャンセル", "Create new room": "新しいルームを作成", "Search": "検索", - "Start chat": "チャットを開始", "New Password": "新しいパスワード", "Failed to change password. Is your password correct?": "パスワードの変更に失敗しました。パスワードは正しいですか?", "Always show message timestamps": "メッセージの時刻を常に表示", @@ -24,14 +23,10 @@ "Microphone": "マイク", "Camera": "カメラ", "Are you sure?": "よろしいですか?", - "OK": "OK", "Operation failed": "操作に失敗しました", "Dismiss": "閉じる", "powered by Matrix": "powered by Matrix", - "Remove": "削除", "Submit debug logs": "デバッグログを送信", - "Edit": "編集", - "Continue": "続行", "Online": "オンライン", "unknown error code": "不明なエラーコード", "Failed to forget room %(errCode)s": "ルームの履歴を消去するのに失敗しました %(errCode)s", @@ -62,7 +57,6 @@ "Invite to this room": "このルームに招待", "Waiting for response from server": "サーバーからの応答を待っています", "Wednesday": "水曜日", - "Leave": "退出", "Call invitation": "通話への招待", "Tuesday": "火曜日", "Search…": "検索…", @@ -79,18 +73,15 @@ "Source URL": "ソースのURL", "Filter results": "結果を絞り込む", "Noisy": "音量大", - "View Source": "ソースコードを表示", "Back": "戻る", "Event sent!": "イベントを送信しました!", "Preparing to send logs": "ログを送信する準備をしています", "Reject": "拒否", "Toolbox": "ツールボックス", "State Key": "ステートキー", - "Quote": "引用", "Send logs": "ログを送信", "What's new?": "新着", "Logs sent": "ログが送信されました", - "Reply": "返信", "Show message in desktop notification": "デスクトップ通知にメッセージの内容を表示", "Error encountered (%(errorDetail)s).": "エラーが発生しました(%(errorDetail)s)。", "Event Type": "イベントの種類", @@ -151,7 +142,6 @@ "Usage": "用法", "Changes your display nickname": "表示されるニックネームを変更", "Invites user with given id to current room": "指定したIDのユーザーを現在のルームに招待", - "Leave room": "ルームから退出", "Bans user with given id": "指定したIDのユーザーをブロック", "Ignores a user, hiding their messages from you": "ユーザーを無視し、そのメッセージを非表示に設定", "Ignored user": "無視しているユーザー", @@ -202,7 +192,6 @@ "Enable URL previews for this room (only affects you)": "このルームのURLプレビューを有効にする(あなたにのみ適用)", "Enable URL previews by default for participants in this room": "このルームの参加者のために既定でURLプレビューを有効にする", "Enable widget screenshots on supported widgets": "サポートされているウィジェットで、ウィジェットのスクリーンショットを有効にする", - "Decline": "拒否", "Accept": "同意", "Incorrect verification code": "認証コードが誤っています", "Submit": "送信", @@ -231,7 +220,6 @@ "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "このユーザーにあなたと同じ権限レベルを与えようとしています。この変更は取り消せません。", "Ignore": "無視", "Jump to read receipt": "既読通知へ移動", - "Invite": "招待", "Share Link to User": "ユーザーへのリンクを共有", "Admin Tools": "管理者ツール", "and %(count)s others...": { @@ -262,7 +250,6 @@ "Idle": "待機中", "Unknown": "不明", "Replying": "以下に返信", - "Save": "保存", "(~%(count)s results)": { "other": "(〜%(count)s件)", "one": "(〜%(count)s件)" @@ -270,7 +257,6 @@ "Join Room": "ルームに参加", "Forget room": "ルームを消去", "Share room": "ルームを共有", - "Invites": "招待", "Unban": "ブロックを解除", "Failed to ban user": "ユーザーをブロックできませんでした", "System Alerts": "システムアラート", @@ -431,7 +417,6 @@ }, "Before submitting logs, you must create a GitHub issue to describe your problem.": "ログを送信する前に、問題を説明するGitHub issueを作成してください。", "Confirm Removal": "削除の確認", - "Create": "作成", "Unknown error": "不明なエラー", "Incorrect password": "誤ったパスワード", "Deactivate Account": "アカウントの無効化", @@ -690,7 +675,6 @@ "Select the roles required to change various parts of the room": "ルームに関する変更を行うために必要な役割を選択", "Room Topic": "ルームのトピック", "reacted with %(shortName)s": "%(shortName)sでリアクションしました", - "Next": "次へ", "Create account": "アカウントを作成", "Error upgrading room": "ルームをアップグレードする際にエラーが発生しました", "%(senderName)s placed a voice call.": "%(senderName)sが音声通話を行いました。", @@ -762,10 +746,8 @@ "Sign out and remove encryption keys?": "サインアウトして、暗号鍵を削除しますか?", "Terms of Service": "利用規約", "To continue you need to accept the terms of this service.": "続行するには、このサービスの利用規約に同意する必要があります。", - "Report Content": "コンテンツを報告", "Bold": "太字", "Italics": "斜字体", - "React": "リアクション", "Quick Reactions": "一般的なリアクション", "Local address": "ローカルアドレス", "Calls": "通話", @@ -787,7 +769,6 @@ "Verify this session": "このセッションを認証", "Encryption upgrade available": "暗号化のアップグレードが利用できます", "Not Trusted": "信頼されていません", - "Done": "完了", "Later": "後で", "Review": "確認", "Upgrade": "アップグレード", @@ -1038,7 +1019,6 @@ "Password is allowed, but unsafe": "パスワードの要件は満たしていますが、安全ではありません", "Nice, strong password!": "素晴らしい、強固なパスワードです!", "Enter password": "パスワードを入力してください", - "Forgot password?": "パスワードを忘れましたか?", "Enter email address": "メールアドレスを入力", "Enter phone number (required on this homeserver)": "電話番号を入力(このホームサーバーでは必須)", "Enter phone number": "電話番号を入力", @@ -1686,7 +1666,6 @@ "Permission is granted to use the webcam": "Webカメラを使用する権限が与えられていること", "A microphone and webcam are plugged in and set up correctly": "マイクとWebカメラが接続されていて、正しく設定されていること", "Verify this user by confirming the following emoji appear on their screen.": "このユーザーを認証するには、相手の画面に以下の絵文字が表示されていることを確認してください。", - "Start": "開始", "Compare a unique set of emoji if you don't have a camera on either device": "両方の端末でQRコードをキャプチャできない場合、絵文字の比較を選んでください", "Compare unique emoji": "絵文字の並びを比較", "Scan this unique code": "ユニークなコードをスキャン", @@ -1748,11 +1727,8 @@ "Your homeserver has exceeded its user limit.": "あなたのホームサーバーはユーザー数の上限に達しました。", "Use app": "アプリを使用", "Use app for a better experience": "より良い体験のためにアプリケーションを使用", - "Enable": "有効にする", "Enable desktop notifications": "デスクトップ通知を有効にする", "Don't miss a reply": "返信をお見逃しなく", - "No": "いいえ", - "Yes": "はい", "Short keyboard patterns are easy to guess": "短いキーボードパターンは簡単に推測されます", "Straight rows of keys are easy to guess": "キーボードの同じ列の文字を使用すると簡単に推測されます", "Common names and surnames are easy to guess": "名前や名字は簡単に推測されます", @@ -1947,7 +1923,6 @@ "QR Code": "QRコード", "Home options": "ホームのオプション", "Report": "報告", - "Forward": "転送", "Files": "ファイル", "Number of messages": "メッセージ数", "Plain Text": "プレーンテキスト", @@ -2040,7 +2015,6 @@ "Pinned messages": "固定メッセージ", "Export successful!": "エクスポートが成功しました!", "We sent the others, but the below people couldn't be invited to ": "以下の人たちをに招待できませんでした", - "Copy": "コピー", "Widgets do not use message encryption.": "ウィジェットはメッセージの暗号化を行いません。", "Using this widget may share data with %(widgetDomain)s.": "このウィジェットを使うと、データが%(widgetDomain)sと共有される可能性があります。", "Using this widget may share data with %(widgetDomain)s & your integration manager.": "このウィジェットを使うと、データが%(widgetDomain)sとインテグレーションマネージャーと共有される可能性があります。", @@ -2243,7 +2217,6 @@ "Doesn't look like a valid email address": "メールアドレスの形式が正しくありません", "Enter email address (required on this homeserver)": "メールアドレスを入力してください(このホームサーバーでは必須)", "Use an email address to recover your account": "アカウント復旧用のメールアドレスを設定してください", - "Learn more": "詳細を表示", "Verify this device": "この端末を認証", "Verify with another device": "別の端末で認証", "Forgotten or lost all recovery methods? Reset all": "復元方法を全て失ってしまいましたか?リセットできます", @@ -2374,7 +2347,6 @@ "Away": "離席中", "Categories": "カテゴリー", "Space": "スペース", - "Disable": "無効にする", "Themes": "テーマ", "Developer": "開発者", "Experimental": "実験的", @@ -2522,7 +2494,6 @@ "No backup found!": "バックアップがありません!", "Unable to restore backup": "バックアップを復元できません", "Unable to load backup status": "バックアップの状態を読み込めません", - "Retry": "再試行", "Unable to create key backup": "鍵のバックアップを作成できません", "Go back to set it again.": "戻って、改めて設定してください。", "That doesn't match.": "合致しません。", @@ -2599,7 +2570,6 @@ "Want to add an existing space instead?": "代わりに既存のスペースを追加しますか?", "Space visibility": "スペースの見え方", "Room visibility": "ルームの見え方", - "Create a room": "ルームを作成", "That phone number doesn't look quite right, please check and try again": "電話番号が正しくありません。確認してもう一度やり直してください", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "ホームサーバーの設定にcaptchaの公開鍵が入力されていません。ホームサーバーの管理者に報告してください。", "This room is public": "このルームは公開されています", @@ -3024,7 +2994,6 @@ "Ban from space": "スペースからブロック", "Unban from room": "ルームからのブロックを解除", "Ban from room": "ルームからブロック", - "Copy link": "リンクをコピー", "%(featureName)s Beta feedback": "%(featureName)sのベータ版のフィードバック", "The user's homeserver does not support the version of the space.": "ユーザーのホームサーバーは、このバージョンのスペースをサポートしていません。", "User may or may not exist": "ユーザーが存在するか不明です", @@ -3773,6 +3742,39 @@ "verification_cancelled": "認証のキャンセル", "video": "動画" }, + "action": { + "continue": "続行", + "copy": "コピー", + "copy_link": "リンクをコピー", + "create": "作成", + "create_a_room": "ルームを作成", + "decline": "拒否", + "disable": "無効にする", + "done": "完了", + "edit": "編集", + "enable": "有効にする", + "forgot_password": "パスワードを忘れましたか?", + "forward": "転送", + "invite": "招待", + "invites_list": "招待", + "learn_more": "詳細を表示", + "leave": "退出", + "leave_room": "ルームから退出", + "next": "次へ", + "no": "いいえ", + "ok": "OK", + "quote": "引用", + "react": "リアクション", + "remove": "削除", + "reply": "返信", + "report_content": "コンテンツを報告", + "retry": "再試行", + "save": "保存", + "start": "開始", + "start_chat": "チャットを開始", + "view_source": "ソースコードを表示", + "yes": "はい" + }, "a11y": { "user_menu": "ユーザーメニュー" } diff --git a/src/i18n/strings/jbo.json b/src/i18n/strings/jbo.json index a6a06bf6dd..a8f4f9a9ab 100644 --- a/src/i18n/strings/jbo.json +++ b/src/i18n/strings/jbo.json @@ -63,7 +63,6 @@ "Usage": "tadji lo nu pilno", "Changes your display nickname": "", "Invites user with given id to current room": ".i vi'ecpe lo pilno poi se judri ti ku le kumfa pe'a", - "Leave room": "nu do zilvi'u le se zilbe'i", "Bans user with given id": ".i rinka lo nu lo pilno poi se judri ti cu vitno cliva", "Ignores a user, hiding their messages from you": ".i rinka lo nu no'e jundi lo pilno gi'e mipri lo notci be fi py. do", "Ignored user": ".i mo'u co'a na jundi tu'a le pilno", @@ -120,7 +119,6 @@ "When I'm invited to a room": "nu da friti le ka ziljmina lo se zilbe'i kei do", "Call invitation": "nu da co'a fonjo'e do", "Messages sent by bot": "nu da zilbe'i fi pa sampre", - "Decline": "nu na fonjo'e", "Accept": "nu fonjo'e", "Incorrect verification code": ".i na'e drani ke lacri lerpoi", "Submit": "nu zilbe'i", @@ -131,7 +129,6 @@ "Passwords can't be empty": ".i lu li'u .e'a nai japyvla", "Warning!": ".i ju'i", "Export E2E room keys": "barbei lo kumfa pe'a termifckiku", - "Continue": "", "Do you want to set an email address?": ".i .au pei do jmina lo te samymri", "Current password": "lo ca japyvla", "New Password": "lerpoijaspu vau je cnino", @@ -139,7 +136,6 @@ "Change Password": "nu basti fi le ka lerpoijaspu", "Authentication": "lo nu facki lo du'u do du ma kau", "Failed to set display name": ".i pu fliba lo nu galfi lo cmene", - "OK": "je'e", "Custom (%(level)s)": "drata (%(level)s)", "Messages": "notci", "Actions": "ka'e se zukte", @@ -264,14 +260,12 @@ "Users": "pilno", "That matches!": ".i du", "Download": "nu kibycpa", - "Retry": "nu za'u re'u troci", "Success!": ".i snada", "Room List": "liste le'i ve zilbe'i", "Upload a file": "nu kibdu'a pa vreji", "Verify your other session using one of the options below.": ".i ko cuxna da le di'e cei'i le ka tadji lo nu do co'a lacri", "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", - "Done": "nu mo'u co'e", "%(displayName)s is typing …": ".i la'o zoi. %(displayName)s .zoi ca'o ciska", "%(names)s and %(count)s others are typing …": { "other": ".i la'o zoi. %(names)s .zoi je %(count)s na du ca'o ciska", @@ -289,11 +283,9 @@ "Verified!": ".i mo'u co'a lacri", "You've successfully verified this user.": ".i mo'u co'a lacri le pilno", "Got It": "je'e", - "Start": "nu co'a co'e", "Waiting for %(displayName)s to verify…": ".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", "To be secure, do this in person or use a trusted way to communicate.": ".i lo nu marji penmi vau ja pilno pa se lacri lo nu tavla cu sarcu lo nu snura", - "No": ".i na co'e", "Close": "nu zilmipri", "Ok": "je'e", "Verify this session": "nu co'a lacri le se samtcise'u", @@ -339,12 +331,10 @@ "one": ".i samtcise'u %(count)s da" }, "Hide sessions": "nu ro se samtcise'u cu zilmipri", - "Invite": "nu friti le ka ziljmina", "Logout": "nu co'u jaspu", "For help with using %(brand)s, click here or start a chat with our bot using the button below.": ".i gi je lo nu samcu'a le dei cei'i gi lo nu co'a tavla le sampre cu tadji lo nu facki le du'u tadji lo nu pilno la'o zoi. %(brand)s .zoi", "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", - "Start chat": "nu co'a tavla", "The file '%(fileName)s' failed to upload.": ".i da nabmi fi lo nu kibdu'a la'o zoi. %(fileName)s .zoi", "Invite users": "nu friti le ka ziljmina kei pa pilno", "Invite to this room": "nu friti le ka ziljmina le se zilbe'i", @@ -363,18 +353,14 @@ }, "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", "For security, this session has been signed out. Please sign in again.": ".i ki'u lo nu snura co'u jaspu le se samtcise'u .i ko za'u re'u co'a se jaspu", - "React": "nu cinmo spuda", - "Reply": "nu spuda", "In reply to ": ".i nu spuda tu'a la'o zoi. .zoi", "Show less": "nu viska so'u da", - "Save": "nu co'a vreji", "Unable to share email address": ".i da nabmi fi lo nu jungau le du'u samymri judri", "Share": "nu jungau", "Unable to share phone number": ".i da nabmi fi lo nu jungau le du'u fonjudri", "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", - "Edit": "nu basti", "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", @@ -394,5 +380,21 @@ "password": "lerpoijaspu", "people": "prenu", "username": "judri cmene" + }, + "action": { + "continue": "", + "decline": "nu na fonjo'e", + "done": "nu mo'u co'e", + "edit": "nu basti", + "invite": "nu friti le ka ziljmina", + "leave_room": "nu do zilvi'u le se zilbe'i", + "no": ".i na co'e", + "ok": "je'e", + "react": "nu cinmo spuda", + "reply": "nu spuda", + "retry": "nu za'u re'u troci", + "save": "nu co'a vreji", + "start": "nu co'a co'e", + "start_chat": "nu co'a tavla" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/kab.json b/src/i18n/strings/kab.json index 44bd8d509b..f78589d480 100644 --- a/src/i18n/strings/kab.json +++ b/src/i18n/strings/kab.json @@ -1,9 +1,7 @@ { "Confirm": "Sentem", "Dismiss": "Agwi", - "OK": "IH", "Permission Required": "Tasiregt tlaq", - "Continue": "Kemmel", "Cancel": "Sefsex", "Sun": "Iṭij", "Mon": "Ari", @@ -43,9 +41,7 @@ "Someone": "Albaɛḍ", "Light": "Aceɛlal", "Dark": "Aberkan", - "Done": "Immed", "Add another word or two. Uncommon words are better.": "Rnu awal-nniḍen neɣ sin. Awalen imexḍa ad lhun.", - "No": "Uhu", "Review": "Senqed", "Later": "Ticki", "Notifications": "Ilɣa", @@ -57,9 +53,7 @@ "What's New": "D acu-t umaynut", "Update": "Leqqem", "Font size": "Tuɣzi n tsefsit", - "Decline": "Agwi", "Accept": "Qbel", - "Start": "Bdu", "Cat": "Amcic", "Lion": "Izem", "Rabbit": "Awtul", @@ -77,7 +71,6 @@ "Headphones": "Wennez", "Folder": "Akaram", "Upload": "Sali", - "Remove": "Sfeḍ", "Show less": "Sken-d drus", "Show more": "Sken-d ugar", "Warning!": "Ɣur-k·m!", @@ -88,10 +81,8 @@ "not found": "ulac-it", "Authentication": "Asesteb", "Manage": "Sefrek", - "Enable": "Rmed", "Off": "Insa", "Display Name": "Sken isem", - "Save": "Sekles", "Disconnect": "Ffeɣ seg tuqqna", "Go back": "Uɣal ɣer deffir", "Change": "Beddel", @@ -128,7 +119,6 @@ "Phone Number": "Uṭṭun n tiliɣri", "Bold": "Azuran", "Strikethrough": "Derrer", - "Quote": "Tanebdurt", "Idle": "Arurmid", "Unknown": "Arussin", "Search": "Nadi", @@ -141,9 +131,7 @@ "Options": "Tixtiṛiyin", "Server error": "Tuccḍa n uqeddac", "Trusted": "Yettwattkal", - "Invite": "Nced", "Are you sure?": "Tebɣiḍ s tidet?", - "Yes": "Ih", "Got it": "Awi-t", "Sunday": "Acer", "Monday": "Arim", @@ -154,9 +142,6 @@ "Saturday": "Sed", "Today": "Ass-a", "Yesterday": "Iḍelli", - "View Source": "Wali aɣbalu", - "Reply": "Err", - "Edit": "Ẓreg", "Attachment": "Taceqquft yeddan", "Error decrypting attachment": "Tuccḍa deg uwgelhen n tceqquft yeddan", "Show all": "Sken akk", @@ -178,7 +163,6 @@ "Changelog": "Aɣmis n yisnifal", "Removing…": "Tukksa…", "Confirm Removal": "Sentem tukksa", - "Create": "Snulfu-d", "Name": "Isem", "Sign out": "Ffeɣ seg tuqqna", "Back": "Uɣal ɣer deffir", @@ -193,11 +177,9 @@ "Service": "Ameẓlu", "Summary": "Agzul", "Document": "Isemli", - "Next": "Γer sdat", "Upload files": "Sali-d ifuyla", "Appearance": "Arwes", "Source URL": "URL aɣbalu", - "Leave": "Ffeɣ", "Home": "Agejdan", "Sign in": "Qqen", "powered by Matrix": "s lmendad n Matrix", @@ -223,11 +205,8 @@ "Export": "Sifeḍ", "Import": "Kter", "Restore": "Err-d", - "Copy": "Nɣel", "Download": "Sader", - "Retry": "Ɛreḍ tikkelt-nniḍen", "Success!": "Tammug akken iwata!", - "Disable": "Sens", "Navigation": "Tunigin", "Calls": "Isawalen", "Alt": "Alt", @@ -312,7 +291,6 @@ "Error upgrading room": "Tuccḍa deg uleqqem n texxamt", "Use an identity server": "Seqdec timagit n uqeddac", "Joins room with given address": "Kcem ɣer texxamt s tansa i d-yettunefken", - "Leave room": "Ffeɣ seg texxamt", "Ignores a user, hiding their messages from you": "Anef iuseqdac, ffer iznan-ines sɣur-k", "Ignored user": "Aseqdac yettunfen", "You are now ignoring %(userId)s": "Aql-ak tura tunfeḍ i %(userId)s", @@ -808,7 +786,6 @@ "Unable to restore backup": "Tiririt n uḥraz tugi ad teddu", "Keys restored": "Tisura ttwaskelsent", "Reject invitation": "Agi tinnubga", - "Report Content": "Agbur n uneqqis", "Remove for everyone": "Kkes i meṛṛa", "Start authentication": "Bdu alɣu", "Sign in with SSO": "Anekcum s SSO", @@ -1113,7 +1090,6 @@ "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.", - "React": "Sedmer", "Message Actions": "Tigawin n yizen", "Invalid file%(extra)s": "D afaylu %(extra)s arameɣtu", "Error decrypting image": "Tuccḍa deg uwgelhen n tugna", @@ -1248,8 +1224,6 @@ "No recently visited rooms": "Ulac taxxamt yemmeẓren melmi kan", "Unnamed room": "Taxxamt war isem", "Share room": "Bḍu taxxamt", - "Invites": "Inced-d", - "Start chat": "Bdu adiwenni", "Create new room": "Rnu taxxamt tamaynut", "Explore public rooms": "Snirem tixxamin tizuyaz", "Low priority": "Tazwart taddayt", @@ -1691,7 +1665,6 @@ "Macedonia": "Masidunya", "Zimbabwe": "Zimbabwi", "Antigua & Barbuda": "Antigua & Barbuda", - "Forgot password?": "Tettuḍ awal uffir?", "Madagascar": "Madagaskaṛ", "Niue": "Niué", "Central African Republic": "Tafriqt Talemmast", @@ -1780,7 +1753,6 @@ "Belgium": "Biljik", "Senegal": "Sinigal", "Isle of Man": "Île de Man", - "Learn more": "Learn more", "Sierra Leone": "Sirra Lyun", "Seychelles": "Sicil", "Niger": "Nigir", @@ -2002,6 +1974,36 @@ "username": "Isem n useqdac", "verification_cancelled": "Yefsex usenqed" }, + "action": { + "continue": "Kemmel", + "copy": "Nɣel", + "create": "Snulfu-d", + "decline": "Agwi", + "disable": "Sens", + "done": "Immed", + "edit": "Ẓreg", + "enable": "Rmed", + "forgot_password": "Tettuḍ awal uffir?", + "invite": "Nced", + "invites_list": "Inced-d", + "learn_more": "Learn more", + "leave": "Ffeɣ", + "leave_room": "Ffeɣ seg texxamt", + "next": "Γer sdat", + "no": "Uhu", + "ok": "IH", + "quote": "Tanebdurt", + "react": "Sedmer", + "remove": "Sfeḍ", + "reply": "Err", + "report_content": "Agbur n uneqqis", + "retry": "Ɛreḍ tikkelt-nniḍen", + "save": "Sekles", + "start": "Bdu", + "start_chat": "Bdu adiwenni", + "view_source": "Wali aɣbalu", + "yes": "Ih" + }, "a11y": { "user_menu": "Umuɣ n useqdac" } diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index e2e40a874f..a3d866c8c2 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -5,12 +5,8 @@ "Dismiss": "버리기", "Notifications": "알림", "powered by Matrix": "Matrix의 지원을 받음", - "Remove": "제거", "Search": "찾기", - "Start chat": "대화 시작", "unknown error code": "알 수 없는 오류 코드", - "OK": "네", - "Continue": "계속하기", "Accept": "수락", "Account": "계정", "Add": "추가", @@ -62,7 +58,6 @@ "Current password": "현재 비밀번호", "Custom level": "맞춤 등급", "Deactivate Account": "계정 비활성화", - "Decline": "거절", "Decrypt %(text)s": "%(text)s 복호화", "Deops user with given id": "받은 ID로 사용자의 등급을 낮추기", "Displays action": "활동 표시하기", @@ -99,13 +94,11 @@ "Invalid Email Address": "잘못된 이메일 주소", "Invalid file%(extra)s": "잘못된 파일%(extra)s", "Invited": "초대받음", - "Invites": "초대", "Invites user with given id to current room": "받은 ID로 사용자를 현재 방에 초대하기", "Sign in with": "이것으로 로그인", "Join Room": "방에 참가", "Jump to first unread message.": "읽지 않은 첫 메시지로 건너뜁니다.", "Labs": "실험실", - "Leave room": "방 떠나기", "Logout": "로그아웃", "Low priority": "중요하지 않음", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", @@ -144,7 +137,6 @@ "%(roomName)s does not exist.": "%(roomName)s은 없는 방이에요.", "%(roomName)s is not accessible at this time.": "현재는 %(roomName)s에 들어갈 수 없습니다.", "Rooms": "방", - "Save": "저장", "Search failed": "검색 실패함", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s님이 사진을 보냈습니다.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "방에 들어오라고 %(senderName)s님이 %(targetDisplayName)s님에게 초대를 보냈습니다.", @@ -270,7 +262,6 @@ "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받을 수 있습니다.", "Skip": "건너뛰기", - "Edit": "편집", "Sunday": "일요일", "Messages sent by bot": "봇에게 받은 메시지", "Notification targets": "알림 대상", @@ -281,7 +272,6 @@ "On": "켜기", "Changelog": "바뀐 점", "Waiting for response from server": "서버에서 응답을 기다리는 중", - "Leave": "떠나기", "Warning": "경고", "This Room": "방", "Resend": "다시 보내기", @@ -304,7 +294,6 @@ "Toolbox": "도구 상자", "Collecting logs": "로그 수집 중", "All Rooms": "모든 방", - "Quote": "인용", "Send logs": "로그 보내기", "All messages": "모든 메시지", "Call invitation": "전화 초대", @@ -323,7 +312,6 @@ "Failed to remove tag %(tagName)s from room": "방에 %(tagName)s 태그 제거에 실패함", "Wednesday": "수요일", "Thank you!": "감사합니다!", - "View Source": "소스 보기", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s가 방의 고정된 메시지를 바꿨습니다.", "%(severalUsers)schanged their name %(count)s times": { "other": "%(severalUsers)s이 이름을 %(count)s번 바꿨습니다", @@ -378,7 +366,6 @@ "Send an encrypted message…": "암호화된 메시지를 보내세요…", "Send an encrypted reply…": "암호화된 메시지를 보내세요…", "Share Link to User": "사용자에게 링크 공유", - "Invite": "초대", "Mention": "언급", "Ignore": "무시", "Unignore": "그만 무시하기", @@ -485,13 +472,11 @@ "Preparing to send logs": "로그 보내려고 준비 중", "Logs sent": "로그 보내짐", "Failed to send logs: ": "로그 보내기에 실패함: ", - "Create": "만들기", "Refresh": "새로고침", "Share Room": "방 공유", "Share User": "사용자 공유", "Share Room Message": "방 메시지 공유", "Link to selected message": "선택한 메시지로 연결", - "Reply": "답장", "And %(count)s more...": { "other": "%(count)s개 더..." }, @@ -849,8 +834,6 @@ "Edited at %(date)s. Click to view edits.": "%(date)s에 편집함. 클릭해서 편집 보기.", "edited": "편집됨", "Join": "참가", - "Yes": "네", - "No": "아니오", "Rotate Left": "왼쪽으로 회전", "Rotate Right": "오른쪽으로 회전", "%(severalUsers)shad their invitations withdrawn %(count)s times": { @@ -917,7 +900,6 @@ "Terms of Service": "서비스 약관", "Service": "서비스", "Summary": "개요", - "Next": "다음", "Upload files (%(current)s of %(total)s)": "파일 업로드 (총 %(total)s개 중 %(current)s개)", "Upload files": "파일 업로드", "Upload all": "전부 업로드", @@ -1002,7 +984,6 @@ "Your keys are being backed up (the first backup could take a few minutes).": "키를 백업했습니다 (처음 백업에는 시간이 걸릴 수 있습니다).", "Success!": "성공!", "Unable to create key backup": "키 백업을 만들 수 없음", - "Retry": "다시 시도", "Set up": "설정", "New Recovery Method": "새 복구 방식", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "새 복구 방식을 설정하지 않으면, 공격자가 계정에 접근을 시도할 지도 모릅니다. 설정에서 계정 비밀번호를 바꾸고 즉시 새 복구 방식을 설정하세요.", @@ -1051,7 +1032,6 @@ "Report Content to Your Homeserver Administrator": "홈서버 관리자에게 내용 신고하기", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "이 메시지를 신고하면 고유 '이벤트 ID'를 홈서버의 관리자에게 보내게 됩니다. 이 방의 메시지가 암호화되어 있다면, 홈서버 관리자는 메시지 문자를 읽거나 파일 혹은 사진을 볼 수 없습니다.", "Send report": "신고 보내기", - "Report Content": "내용 신고", "Verify the link in your inbox": "메일함에 있는 링크로 확인", "Complete": "완료", "Read Marker lifetime (ms)": "이전 대화 경계선 표시 시간 (ms)", @@ -1105,7 +1085,6 @@ "Objects": "물건", "Symbols": "기호", "Flags": "깃발", - "React": "리액션", "Cancel search": "검색 취소", "Failed to deactivate user": "사용자 비활성화에 실패함", "This client does not support end-to-end encryption.": "이 클라이언트는 종단간 암호화를 지원하지 않습니다.", @@ -1285,7 +1264,6 @@ "Voice Message": "음성 메세지", "View source": "소스 보기", "Report": "보고", - "Forward": "전달", "about a day ago": "약 1일 전", "%(num)s days ago": "%(num)s일 전", "about an hour ago": "약 1 시간 전", @@ -1394,5 +1372,29 @@ "suggestions": "추천 목록", "unmute": "음소거 끄기", "username": "사용자 이름" + }, + "action": { + "continue": "계속하기", + "create": "만들기", + "decline": "거절", + "edit": "편집", + "forward": "전달", + "invite": "초대", + "invites_list": "초대", + "leave": "떠나기", + "leave_room": "방 떠나기", + "next": "다음", + "no": "아니오", + "ok": "네", + "quote": "인용", + "react": "리액션", + "remove": "제거", + "reply": "답장", + "report_content": "내용 신고", + "retry": "다시 시도", + "save": "저장", + "start_chat": "대화 시작", + "view_source": "소스 보기", + "yes": "네" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/lo.json b/src/i18n/strings/lo.json index b2c40c1521..363b0676e8 100644 --- a/src/i18n/strings/lo.json +++ b/src/i18n/strings/lo.json @@ -250,7 +250,6 @@ "Unable to access webcam / microphone": "ບໍ່ສາມາດເຂົ້າເຖິງ webcam / microphone ໄດ້", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "ໂທບໍ່ສຳເລັດ ເນື່ອງຈາກບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນໄດ້. ກວດເບິ່ງວ່າສຽບໄມໂຄຣໂຟນ ແລະ ຕັ້ງຄ່າໃຫ້ຖືກຕ້ອງ.", "Unable to access microphone": "ບໍ່ສາມາດເຂົ້າເຖິງໄມໂຄຣໂຟນໄດ້", - "OK": "ຕົກລົງ", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "ກະລຸນາຕິດຕໍ່ຜູ້ຄຸ້ມຄອງສະຖານີຂອງທ່ານ (%(homeserverDomain)s) ເພື່ອກໍານົດຄ່າຂອງ TURN Server ເພື່ອໃຫ້ການໂທເຮັດວຽກໄດ້ຢ່າງສະຖຽນ.", "Call failed due to misconfigured server": "ການໂທບໍ່ສຳເລັດເນື່ອງຈາກເຊີບເວີຕັ້ງຄ່າຜິດພາດ", "The call was answered on another device.": "ການຮັບສາຍຢູ່ໃນອຸປະກອນອື່ນ.", @@ -599,7 +598,6 @@ "Workspace: ": "ພື້ນທີ່ເຮັດວຽກ: ", "This bridge is managed by .": "ຂົວນີ້ຖືກຄຸ້ມຄອງໂດຍ .", "This bridge was provisioned by .": "ຂົວນີ້ຖືກສະໜອງໃຫ້ໂດຍ .", - "Remove": "ເອົາອອກ", "Space options": "ຕົວເລືອກພື້ນທີ່", "Jump to first invite.": "ໄປຫາຄຳເຊີນທຳອິດ.", "Jump to first unread room.": "ໄປຫາຫ້ອງທໍາອິດທີ່ຍັງບໍ່ໄດ້ອ່ານ.", @@ -632,7 +630,6 @@ "Expand": "ຂະຫຍາຍ", "Options": "ທາງເລືອກ", "Show all rooms": "ສະແດງຫ້ອງທັງໝົດ", - "Create": "ສ້າງ", "You can change these anytime.": "ທ່ານສາມາດປ່ຽນສິ່ງເຫຼົ່ານີ້ໄດ້ທຸກເວລາ.", "Add some details to help people recognise it.": "ເພີ່ມລາຍລະອຽດບາງຢ່າງເພື່ອຊ່ວຍໃຫ້ຄົນຮັບຮູ້.", "Your private space": "ພື້ນທີ່ສ່ວນຕົວຂອງທ່ານ", @@ -736,10 +733,8 @@ "Report": "ລາຍງານ", "Collapse reply thread": "ຫຍໍ້ກະທູ້ຕອບກັບ", "Source URL": "ແຫຼ່ງ URL", - "Copy link": "ສຳເນົາລິ້ງ", "Show preview": "ສະແດງຕົວຢ່າງ", "View source": "ເບິ່ງແຫຼ່ງທີ່ມາ", - "Forward": "ສົ່ງຕໍ່", "Open in OpenStreetMap": "ເປີດໃນ OpenStreetMap", "Hold": "ຖື", "Resume": "ປະຫວັດຫຍໍ້", @@ -1169,7 +1164,6 @@ "one": "ຜູ້ເຂົ້າຮ່ວມ 1ຄົນ", "other": "ຜູ້ເຂົ້າຮ່ວມ %(count)s ຄົນ" }, - "Leave": "ອອກຈາກ", "Copy room link": "ສຳເນົາລິ້ງຫ້ອງ", "Low Priority": "ຄວາມສຳຄັນຕໍ່າ", "Favourite": "ສິ່ງທີ່ມັກ", @@ -1264,7 +1258,6 @@ "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s ກໍາລັງເກັບຂໍ້ຄວາມທີ່ຖືກເຂົ້າລະຫັດໄວ້ຢ່າງປອດໄພຢູ່ໃນເຄື່ອງເພື່ອໃຫ້ພວກເຂົາປາກົດໃນຜົນການຄົ້ນຫາ:", "Currently indexing: %(currentRoom)s": "ປະຈຸບັນກໍາລັງສ້າງດັດສະນີ: %(currentRoom)s", "Not currently indexing messages for any room.": "ຕອນນີ້ບໍ່ໄດ້ຈັດດັດສະນີຂໍ້ຄວາມສໍາລັບຫ້ອງໃດ.", - "Disable": "ປິດໃຊ້ງານ", "If disabled, messages from encrypted rooms won't appear in search results.": "ຖ້າປິດໃຊ້ງານ, ຂໍ້ຄວາມຈາກຫ້ອງທີ່ເຂົ້າລະຫັດຈະບໍ່ປາກົດຢູ່ໃນຜົນການຄົ້ນຫາ.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "ຖ້າທ່ານບໍ່ໄດ້ລືບຂະບວນການກູ້ຄືນ, ຜູ້ໂຈມຕີອາດຈະພະຍາຍາມເຂົ້າເຖິງບັນຊີຂອງທ່ານ. ປ່ຽນລະຫັດຜ່ານບັນຊີຂອງທ່ານ ແລະ ກຳນົດຂະບວນການກູ້ຄືນໃໝ່ທັນທີໃນການຕັ້ງຄ່າ.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "ຖ້າທ່ານດຳເນີນການສິ່ງນີ້ໂດຍບໍ່ໄດ້ຕັ້ງໃຈ, ທ່ານສາມາດຕັ້ງຄ່າຄວາມປອດໄພຂອງຂໍ້ຄວາມ ໃນລະບົບນີ້ ເຊິ່ງຈະມີການເຂົ້າລະຫັດປະຫວັດຂໍ້ຄວາມຂອງລະບົບນີ້ຄືນໃໝ່ດ້ວຍຂະບວນການກູ້ຂໍ້ມູນໃໝ່.", @@ -1520,10 +1513,8 @@ "Bans user with given id": "ຫ້າມຜູ້ໃຊ້ທີ່ມີ ID", "Removes user with given id from this room": "ລຶບຜູ້ໃຊ້ທີ່ມີ ID ໃຫ້ອອກຈາກຫ້ອງນີ້", "Unrecognised room address: %(roomAlias)s": "ບໍ່ຮູ້ຈັກທີ່ຢູ່ຫ້ອງ: %(roomAlias)s", - "Leave room": "ອອກຈາກຫ້ອງ", "Joins room with given address": "ເຂົ້າຮ່ວມຫ້ອງຕາມທີ່ຢູ່ໄດ້ລະບຸໃຫ້", "Use an identity server to invite by email. Manage in Settings.": "ໃຊ້ເຊີເວີລະບຸຕົວຕົນເພື່ອເຊີນທາງອີເມວ. ຈັດການໃນການຕັ້ງຄ່າ.", - "Continue": "ສືບຕໍ່", "Use an identity server to invite by email. Click continue to use the default identity server (%(defaultIdentityServerName)s) or manage in Settings.": "ໃຊ້ເຊີບເວີລະບຸຕົວຕົນເພື່ອເຊີນທາງອີເມວ.ກົດສືບຕໍ່ໃຊ້ເຊີບເວີລິບຸຕົວຕົນເລີ່ມຕົ້ນ (%(defaultIdentityServerName)s) ຫຼືຈັດການ ການຕັ້ງຄ່າ.", "Use an identity server": "ໃຊ້ເຊີບເວີລະບຸຕົວຕົນ", "Invites user with given id to current room": "ເຊີນຜູ້ໃຊ້ທີ່ມີ ID ໃຫ້ໄປຫ້ອງປັດຈຸບັນ", @@ -1682,7 +1673,6 @@ "Use an email address to recover your account": "ໃຊ້ທີ່ຢູ່ອີເມວເພື່ອກູ້ຄືນບັນຊີຂອງທ່ານ", "Sign in": "ເຂົ້າສູ່ລະບົບ", "Sign in with": "ເຂົ້າສູ່ລະບົບດ້ວຍ", - "Forgot password?": "ລືມລະຫັດຜ່ານ?", "Phone": "ໂທລະສັບ", "That phone number doesn't look quite right, please check and try again": "ເບີໂທລະສັບນັ້ນເບິ່ງຄືວ່າບໍ່ຖືກຕ້ອງ, ກະລຸນາກວດເບິ່ງແລ້ວລອງໃໝ່ອີກຄັ້ງ", "Enter phone number": "ໃສ່ເບີໂທລະສັບ", @@ -1802,7 +1792,6 @@ "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) ເຂົ້າສູ່ລະບົບໃໝ່ໂດຍບໍ່ມີການຢັ້ງຢືນ:", "Verify your other session using one of the options below.": "ຢືນຢັນລະບົບອື່ນຂອງທ່ານໂດຍໃຊ້ໜຶ່ງໃນຕົວເລືອກຂ້າງລຸ່ມນີ້.", "You signed in to a new session without verifying it:": "ທ່ານເຂົ້າສູ່ລະບົບໃໝ່ໂດຍບໍ່ມີການຢັ້ງຢືນ:", - "Next": "ຕໍ່ໄປ", "Document": "ເອກະສານ", "Summary": "ສະຫຼຸບ", "Service": "ບໍລິການ", @@ -1906,10 +1895,7 @@ "Click": "ກົດ", "Expand quotes": "ຂະຫຍາຍວົງຢືມ", "Collapse quotes": "ຫຍໍ້ວົງຢືມ", - "Reply": "ຕອບ", - "Edit": "ແກ້ໄຂ", "Can't create a thread from an event with an existing relation": "ບໍ່ສາມາດສ້າງກະທູ້ຈາກເຫດການທີ່ມີຄວາມສໍາພັນທີ່ມີຢູ່ແລ້ວ", - "React": "ປະຕິກິລິຍາ", "View live location": "ເບິ່ງສະຖານທີ່ປັດຈຸບັນ", "Create options": "ສ້າງທາງເລືອກ", "Question or topic": "ຄໍາຖາມ ຫຼື ຫົວຂໍ້", @@ -1919,7 +1905,6 @@ "Poll type": "ປະເພດແບບສຳຫຼວດ", "Sorry, the poll you tried to create was not posted.": "ຂໍອະໄພ, ແບບສຳຫຼວດທີ່ທ່ານພະຍາຍາມສ້າງບໍ່ໄດ້ໂພສ.", "Failed to post poll": "ການໂພສແບບສຳຫຼວດບໍ່ສຳເລັດ", - "Done": "ສຳເລັດແລ້ວ", "Edit poll": "ແກ້ໄຂແບບສຳຫຼວດ", "Create Poll": "ສ້າງແບບສຳຫຼວດ", "Create poll": "ສ້າງແບບສຳຫຼວດ", @@ -2048,7 +2033,6 @@ "Use the Desktop app to search encrypted messages": "ໃຊ້ ແອັບເດັສທັອບ ເພື່ອຊອກຫາຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດໄວ້", "Use the Desktop app to see all encrypted files": "ໃຊ້ ແອັບເດັສທັອບ ເພື່ອເບິ່ງໄຟລ໌ທີ່ຖືກເຂົ້າລະຫັດທັງໝົດ", "Message search initialisation failed, check your settings for more information": "ເລີ່ມຕົ້ນການຄົ້ນຫາຂໍ້ຄວາມບ່ສຳເລັດ, ໃຫ້ກວດເບິ່ງ ການຕັ້ງຄ່າຂອງທ່ານ ສໍາລັບຂໍ້ມູນເພີ່ມເຕີມ", - "Copy": "ສຳເນົາ", "Popout widget": "ວິດເຈັດ popout", "Error - Mixed content": "ຂໍ້ຜິດພາດ - ເນື້ອຫາມີການປະສົມປະສານ", "Error loading Widget": "ເກີດຄວາມຜິດພາດໃນການໂຫຼດ Widget", @@ -2127,7 +2111,6 @@ "Topic (optional)": "ຫົວຂໍ້ (ທາງເລືອກ)", "Create a private room": "ສ້າງຫ້ອງສ່ວນຕົວ", "Create a public room": "ສ້າງຫ້ອງສາທາລະນະ", - "Create a room": "ສ້າງຫ້ອງ", "Create a video room": "ສ້າງຫ້ອງວິດີໂອ", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "ທ່ານອາດຈະປິດການທໍາງານນີ້ຖ້າຫ້ອງຈະຖືກໃຊ້ສໍາລັບການຮ່ວມມືກັບທີມງານພາຍນອກທີ່ມີ homeserver ເປັນຂອງຕົນເອງ. ອັນນີ້ບໍ່ສາມາດປ່ຽນແປງໄດ້ໃນພາຍຫຼັງ.", "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "ທ່ານອາດຈະເປີດໃຊ້ງານຫ້ອງນີ້ຖ້າຫາກຈະໃຊ້ເພື່ອຮ່ວມມືກັບທີມງານພາຍໃນຢູ່ໃນເຊີບເວີຂອງທ່ານເທົ່ານັ້ນ. ອັນນີ້ບໍ່ສາມາດປ່ຽນແປງໄດ້ໃນພາຍຫຼັງ.", @@ -2416,7 +2399,6 @@ "Silence call": "ປິດສຽງໂທ", "Sound on": "ເປີດສຽງ", "Accept": "ຍອມຮັບ", - "Decline": "ຫຼຸດລົງ", "Video call": "ໂທດ້ວວິດີໂອ", "Voice call": "ໂທດ້ວຍສຽງ", "Unknown caller": "ບໍ່ຮູ້ຈັກຜູ້ທີ່ໂທ", @@ -2426,15 +2408,11 @@ "Later": "ຕໍ່ມາ", "Review": "ທົບທວນຄືນ", "Review to ensure your account is safe": "ກວດສອບໃຫ້ແນ່ໃຈວ່າບັນຊີຂອງທ່ານປອດໄພ", - "No": "ບໍ່", - "Yes": "ແມ່ນແລ້ວ", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "ແບ່ງປັນຂໍ້ມູນທີ່ບໍ່ເປີດເຜີຍຊື່ເພື່ອຊ່ວຍພວກເຮົາລະບຸບັນຫາ. ບໍ່ມີຫຍັງສ່ວນຕົວ. ບໍ່ມີຄົນທີສາມ. ສຶກສາເພີ່ມເຕີມ", - "Learn more": "ສຶກສາເພີ່ມເຕີມ", "You previously consented to share anonymous usage data with us. We're updating how that works.": "ກ່ອນໜ້ານີ້ທ່ານໄດ້ຍິນຍອມທີ່ຈະແບ່ງປັນຂໍ້ມູນການນຳໃຊ້ທີ່ບໍ່ເປີດເຜີຍຊື່ກັບພວກເຮົາ. ພວກເຮົາກຳລັງອັບເດດວິທີການເຮັດວຽກນັ້ນ.", "Help improve %(analyticsOwner)s": "ຊ່ວຍປັບປຸງ %(analyticsOwner)s", "Stop": "ຢຸດ", "That's fine": "ບໍ່ເປັນຫຍັງ", - "Enable": "ເປີດໃຊ້ງານ", "File Attached": "ແນບໄຟລ໌", "Exported %(count)s events in %(seconds)s seconds": { "one": "ສົ່ງອອກ %(count)s ເຫດການໃນ %(seconds)sວິນາທີ", @@ -2605,7 +2583,6 @@ "Historical": "ປະຫວັດ", "System Alerts": "ການແຈ້ງເຕືອນລະບົບ", "Low priority": "ບູລິມະສິດຕໍ່າ", - "Invites": "ເຊີນ", "Add room": "ເພີ່ມຫ້ອງ", "Explore public rooms": "ສຳຫຼວດຫ້ອງສາທາລະນະ", "You do not have permissions to add rooms to this space": "ທ່ານບໍ່ມີສິດໃນການເພີ່ມຫ້ອງໃສ່ພື້ນທີ່ນີ້", @@ -2614,7 +2591,6 @@ "You do not have permissions to create new rooms in this space": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ສ້າງຫ້ອງໃຫມ່ໃນພື້ນທີ່ນີ້", "New room": "ຫ້ອງໃຫມ່", "Explore rooms": "ການສຳຫຼວດຫ້ອງ", - "Start chat": "ເລີ່ມການສົນທະນາ", "Illegal Content": "ເນື້ອຫາທີ່ຜິດຕໍ່ກົດໝາຍ", "Toxic Behaviour": "ພຶດຕິກຳທີ່ບໍ່ເປັນມິດ", "Disagree": "ບໍ່ເຫັນດີ", @@ -2635,7 +2611,6 @@ "Sunday": "ວັນອາທິດ", "The call is in an unknown state!": "ການໂທຢູ່ໃນສະຖານະທີ່ບໍ່ຮູ້ຈັກ!", "Missed call": "ສາຍບໍ່ໄດ້ຮັບ", - "Retry": "ລອງໃໝ່", "Unknown failure: %(reason)s": "ຄວາມບໍ່ສຳເລັດ: %(reason)s", "An unknown error occurred": "ເກີດຄວາມຜິດພາດທີ່ບໍ່ຮູ້ຈັກຂຶ້ນ", "Their device couldn't start the camera or microphone": "ອຸປະກອນຂອງເຂົາເຈົ້າບໍ່ສາມາດເລີ່ມກ້ອງຖ່າຍຮູບ ຫຼື ໄມໂຄຣໂຟນໄດ້", @@ -2664,7 +2639,6 @@ "Ask %(displayName)s to scan your code:": "ໃຫ້ %(displayName)s ສະແກນລະຫັດຂອງທ່ານ:", "Verify by scanning": "ຢືນຢັນໂດຍການສະແກນ", "Verify this device by completing one of the following:": "ຢັ້ງຢືນອຸປະກອນນີ້ໂດຍການເຮັດສິ່ງໃດໜຶ່ງຕໍ່ໄປນີ້:", - "Start": "ເລີ່ມຕົ້ນ", "Compare a unique set of emoji if you don't have a camera on either device": "ປຽບທຽບຊຸດ emoji ທີ່ເປັນເອກະລັກຖ້າຫາກທ່ານບໍ່ມີກ້ອງຖ່າຍຮູບຢູ່ໃນອຸປະກອນໃດໜຶ່ງ", "Compare unique emoji": "ປຽບທຽບ emoji ທີ່ເປັນເອກະລັກ", "Scan this unique code": "ສະແກນລະຫັດສະເພາະນີ້", @@ -2898,7 +2872,6 @@ "Unable to load key backup status": "ບໍ່ສາມາດໂຫຼດສະຖານະສຳຮອງລະຫັດໄດ້", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "ທ່ານແນ່ໃຈບໍ່? ທ່ານຈະສູນເສຍຂໍ້ຄວາມທີ່ເຂົ້າລະຫັດໄວ້ຫາກກະແຈຂອງທ່ານບໍ່ຖືກສຳຮອງຂໍ້ມູນຢ່າງຖືກຕ້ອງ.", "Delete Backup": "ລຶບການສຳຮອງຂໍ້ມູນ", - "Save": "ບັນທຶກ", "Profile picture": "ຮູບໂປຣໄຟລ໌", "The operation could not be completed": "ການດໍາເນີນງານບໍ່ສໍາເລັດ", "Failed to save your profile": "ບັນທຶກໂປຣໄຟລ໌ຂອງທ່ານບໍ່ສຳເລັດ", @@ -2964,7 +2937,6 @@ "Encryption not enabled": "ບໍ່ໄດ້ເປີດໃຊ້ການເຂົ້າລະຫັດ", "Ignored attempt to disable encryption": "ປະຕິເສດຄວາມພະຍາຍາມປິດການເຂົ້າລະຫັດ", "Some encryption parameters have been changed.": "ບາງຕົວກໍານົດການເຂົ້າລະຫັດໄດ້ຖືກປ່ຽນແປງ.", - "View Source": "ເບິ່ງແຫຼ່ງ", "Download": "ດາວໂຫຼດ", "Decrypting": "ການຖອດລະຫັດ", "Downloading": "ກຳລັງດາວໂຫຼດ", @@ -3158,7 +3130,6 @@ "a device cross-signing signature": "ການ cross-signing ອຸປະກອນ", "a new cross-signing key signature": "ການລົງລາຍເຊັນ cross-signing ແບບໃໝ່", "Thank you!": "ຂອບໃຈ!", - "Report Content": "ລາຍງານເນື້ອຫາ", "Please pick a nature and describe what makes this message abusive.": "ກະລຸນາເລືອກລັກສະນະ ແລະ ການອະທິບາຍຂອງຂໍ້ຄວາມໃດໜຶ່ງທີ່ສຸພາບ.", "": "", "<%(count)s spaces>": { @@ -3204,7 +3175,6 @@ "Unban from room": "ຫ້າມຈາກຫ້ອງ", "Ban from space": "ພື້ນທີ່ຫ້າມຈາກ", "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "ໃນຫ້ອງທີ່ເຂົ້າລະຫັດ, ເຊັ່ນດຽວກັບ, ການສະແດງຕົວຢ່າງ URLໄດ້ປິດໃຊ້ງານໂດຍຄ່າເລີ່ມຕົ້ນເພື່ອຮັບປະກັນວ່າ homeserver ຂອງທ່ານ (ບ່ອນສະແດງຕົວຢ່າງ) ບໍ່ສາມາດລວບລວມຂໍ້ມູນກ່ຽວກັບການເຊື່ອມຕໍ່ທີ່ທ່ານເຫັນຢູ່ໃນຫ້ອງນີ້.", - "Invite": "ເຊີນ", "Search": "ຊອກຫາ", "Show Widgets": "ສະແດງ Widgets", "Hide Widgets": "ເຊື່ອງ Widgets", @@ -3222,7 +3192,6 @@ "%(duration)sm": "%(duration)sm", "%(duration)ss": "%(duration)s", "Insert link": "ໃສ່ລິ້ງ", - "Quote": "ວົງຢືມ", "Poll": "ການສໍາຫລວດ", "You do not have permission to start polls in this room.": "ທ່ານບໍ່ໄດ້ຮັບອະນຸຍາດໃຫ້ເລີ່ມແບບສຳຫຼວດຢູ່ໃນຫ້ອງນີ້.", "Voice Message": "ຂໍ້ຄວາມສຽງ", @@ -3304,6 +3273,39 @@ "verification_cancelled": "ຍົກເລີກການຢັ້ງຢືນແລ້ວ", "video": "ວິດີໂອ" }, + "action": { + "continue": "ສືບຕໍ່", + "copy": "ສຳເນົາ", + "copy_link": "ສຳເນົາລິ້ງ", + "create": "ສ້າງ", + "create_a_room": "ສ້າງຫ້ອງ", + "decline": "ຫຼຸດລົງ", + "disable": "ປິດໃຊ້ງານ", + "done": "ສຳເລັດແລ້ວ", + "edit": "ແກ້ໄຂ", + "enable": "ເປີດໃຊ້ງານ", + "forgot_password": "ລືມລະຫັດຜ່ານ?", + "forward": "ສົ່ງຕໍ່", + "invite": "ເຊີນ", + "invites_list": "ເຊີນ", + "learn_more": "ສຶກສາເພີ່ມເຕີມ", + "leave": "ອອກຈາກ", + "leave_room": "ອອກຈາກຫ້ອງ", + "next": "ຕໍ່ໄປ", + "no": "ບໍ່", + "ok": "ຕົກລົງ", + "quote": "ວົງຢືມ", + "react": "ປະຕິກິລິຍາ", + "remove": "ເອົາອອກ", + "reply": "ຕອບ", + "report_content": "ລາຍງານເນື້ອຫາ", + "retry": "ລອງໃໝ່", + "save": "ບັນທຶກ", + "start": "ເລີ່ມຕົ້ນ", + "start_chat": "ເລີ່ມການສົນທະນາ", + "view_source": "ເບິ່ງແຫຼ່ງ", + "yes": "ແມ່ນແລ້ວ" + }, "a11y": { "user_menu": "ເມນູຜູ້ໃຊ້" } diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index b9d1b914dc..34a5369c21 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -12,7 +12,6 @@ "Changelog": "Keitinių žurnalas", "Waiting for response from server": "Laukiama atsakymo iš serverio", "Failed to change password. Is your password correct?": "Nepavyko pakeisti slaptažodžio. Ar jūsų slaptažodis teisingas?", - "OK": "Gerai", "Operation failed": "Operacija nepavyko", "Warning": "Įspėjimas", "This Room": "Šis pokalbių kambarys", @@ -29,7 +28,6 @@ "No update available.": "Nėra galimų atnaujinimų.", "Noisy": "Triukšmingas", "Collecting app version information": "Renkama programos versijos informacija", - "Remove": "Pašalinti", "When I'm invited to a room": "Kai mane pakviečia į kambarį", "Tuesday": "Antradienis", "Search…": "Paieška…", @@ -54,26 +52,20 @@ "Messages containing my display name": "Žinutės, kuriose yra mano rodomas vardas", "State Key": "Būklės raktas", "What's new?": "Kas naujo?", - "View Source": "Peržiūrėti šaltinį", "Close": "Uždaryti", "Invite to this room": "Pakviesti į šį kambarį", "You cannot delete this message. (%(code)s)": "Jūs negalite trinti šios žinutės. (%(code)s)", "Thursday": "Ketvirtadienis", "Back": "Atgal", - "Reply": "Atsakyti", "Show message in desktop notification": "Rodyti žinutę darbalaukio pranešime", "Reject": "Atmesti", - "Quote": "Cituoti", "Messages in group chats": "Žinutės grupiniuose pokalbiuose", "Yesterday": "Vakar", "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", "Low Priority": "Žemo prioriteto", "Register": "Registruotis", "Off": "Išjungta", - "Edit": "Koreguoti", - "Continue": "Tęsti", "Event Type": "Įvykio tipas", - "Leave": "Išeiti", "Developer Tools": "Programuotojo Įrankiai", "Event Content": "Įvykio turinys", "Thank you!": "Ačiū!", @@ -132,7 +124,6 @@ "Unnamed Room": "Bevardis Kambarys", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Rodyti laiko žymes 12 valandų formatu (pvz. 2:30pm)", "Always show message timestamps": "Visada rodyti žinučių laiko žymes", - "Decline": "Atmesti", "Accept": "Priimti", "Incorrect verification code": "Neteisingas patvirtinimo kodas", "Submit": "Pateikti", @@ -151,7 +142,6 @@ "Failed to mute user": "Nepavyko nutildyti vartotojo", "Are you sure?": "Ar tikrai?", "Ignore": "Ignoruoti", - "Invite": "Pakviesti", "Admin Tools": "Administratoriaus įrankiai", "Attachment": "Priedas", "Voice call": "Balso skambutis", @@ -161,7 +151,6 @@ "Server error": "Serverio klaida", "Command error": "Komandos klaida", "Unknown": "Nežinoma", - "Save": "Išsaugoti", "(~%(count)s results)": { "other": "(~%(count)s rezultatų(-ai))", "one": "(~%(count)s rezultatas)" @@ -309,11 +298,9 @@ }, "collapse": "suskleisti", "expand": "išskleisti", - "Start chat": "Pradėti pokalbį", "Logs sent": "Žurnalai išsiųsti", "Failed to send logs: ": "Nepavyko išsiųsti žurnalų: ", "Submit debug logs": "Pateikti derinimo žurnalus", - "Create": "Sukurti", "Unknown error": "Nežinoma klaida", "Incorrect password": "Neteisingas slaptažodis", "An error has occurred.": "Įvyko klaida.", @@ -326,7 +313,6 @@ "Invalid Email Address": "Neteisingas el. pašto adresas", "You cannot place a call with yourself.": "Negalite skambinti patys sau.", "Missing roomId.": "Trūksta kambario ID.", - "Leave room": "Išeiti iš kambario", "This homeserver has hit its Monthly Active User limit.": "Šis serveris pasiekė savo mėnesinį aktyvių vartotojų limitą.", "This homeserver has exceeded one of its resource limits.": "Šis serveris viršijo vieno iš savo išteklių limitą.", "Enable widget screenshots on supported widgets": "Įjungti valdiklių ekrano kopijas palaikomuose valdikliuose", @@ -367,7 +353,6 @@ "Moderator": "Moderatorius", "Ignores a user, hiding their messages from you": "Ignoruoja vartotoją, slepiant nuo jūsų jo žinutes", "Stops ignoring a user, showing their messages going forward": "Sustabdo vartotojo ignoravimą, rodant jums jo tolimesnes žinutes", - "Invites": "Pakvietimai", "Historical": "Istoriniai", "%(senderName)s set the main address for this room to %(address)s.": "%(senderName)s nustatė pagrindinį šio kambario adresą į %(address)s.", "%(senderName)s removed the main address for this room.": "%(senderName)s pašalino pagrindinį šio kambario adresą.", @@ -418,14 +403,12 @@ "Unable to restore backup": "Nepavyko atkurti atsarginės kopijos", "No backup found!": "Nerasta jokios atsarginės kopijos!", "Failed to decrypt %(failedCount)s sessions!": "Nepavyko iššifruoti %(failedCount)s seansų!", - "Next": "Toliau", "Description": "Aprašas", "Signed Out": "Atsijungta", "For security, this session has been signed out. Please sign in again.": "Saugumo sumetimais, šis seansas buvo atjungtas. Prisijunkite dar kartą.", "Failed to perform homeserver discovery": "Nepavyko atlikti serverio radimo", "This server does not support authentication with a phone number.": "Šis serveris nepalaiko tapatybės nustatymo telefono numeriu.", "Download": "Atsisiųsti", - "Retry": "Bandyti dar kartą", "Add Email Address": "Pridėti El. Pašto Adresą", "Add Phone Number": "Pridėti Telefono Numerį", "Chat with %(brand)s Bot": "Kalbėtis su %(brand)s Botu", @@ -694,7 +677,6 @@ "Warning: you should only set up key backup from a trusted computer.": "Įspėjimas: atsarginę raktų kopiją sukurkite tik iš patikimo kompiuterio.", "Add room": "Sukurti kambarį", "If you've joined lots of rooms, this might take a while": "Jei esate prisijungę prie daug kambarių, tai gali užtrukti", - "Copy": "Kopijuoti", "Later": "Vėliau", "Go back": "Grįžti", "This room is end-to-end encrypted": "Šis kambarys visapusiškai užšifruotas", @@ -782,7 +764,6 @@ "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Pranešant apie šią netinkamą žinutę, serverio administratoriui bus nusiųstas unikalus 'įvykio ID'. Jei žinutės šiame kambaryje yra šifruotos, serverio administratorius negalės perskaityti žinutės teksto ar peržiūrėti failų arba paveikslėlių.", "Send report": "Siųsti pranešimą", "Are you sure you want to reject the invitation?": "Ar tikrai norite atmesti pakvietimą?", - "Report Content": "Pranešti", "Nice, strong password!": "Puiku, stiprus slaptažodis!", "Old cryptography data detected": "Aptikti seni kriptografijos duomenys", "Registration has been disabled on this homeserver.": "Registracija šiame serveryje išjungta.", @@ -917,7 +898,6 @@ "Cross-signing public keys:": "Kryžminio pasirašymo vieši raktai:", "Cross-signing private keys:": "Kryžminio pasirašymo privatūs raktai:", "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Individualiai patikrinkite kiekvieną vartotojo naudojamą seansą, kad pažymėtumėte jį kaip patikimą, nepasitikint kryžminiu pasirašymu patvirtintais įrenginiais.", - "Enable": "Įjungti", "Enable desktop notifications for this session": "Įjungti darbalaukio pranešimus šiam seansui", "Enable audible notifications for this session": "Įjungti garsinius pranešimus šiam seansui", "wait and try again later": "palaukti ir bandyti vėliau dar kartą", @@ -952,11 +932,8 @@ "a new cross-signing key signature": "naujas kryžminio pasirašymo rakto parašas", "a device cross-signing signature": "įrenginio kryžminio pasirašymo parašas", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "Neįmanoma prisijungti prie serverio per HTTP, kai naršyklės juostoje yra HTTPS URL. Naudokite HTTPS arba įjunkite nesaugias rašmenas.", - "Done": "Atlikta", "No media permissions": "Nėra medijos leidimų", "Almost there! Is %(displayName)s showing the same shield?": "Beveik atlikta! Ar %(displayName)s rodo tokį patį skydą?", - "No": "Ne", - "Yes": "Taip", "Show a placeholder for removed messages": "Rodyti pašalintų žinučių žymeklį", "Send typing notifications": "Siųsti spausdinimo pranešimus", "Automatically replace plain text Emoji": "Automatiškai pakeisti paprasto teksto Jaustukus", @@ -1375,7 +1352,6 @@ "This bridge was provisioned by .": "Šis tiltas buvo parūpintas .", "Your server isn't responding to some requests.": "Jūsų serveris neatsako į kai kurias užklausas.", "Unable to find a supported verification method.": "Nepavyko rasti palaikomo patvirtinimo metodo.", - "Start": "Pradėti", "Unknown caller": "Nežinomas skambintojas", "Downloading logs": "Parsiunčiami žurnalai", "Uploading logs": "Įkeliami žurnalai", @@ -1474,7 +1450,6 @@ "Forgotten your password?": "Pamiršote savo slaptažodį?", "Homeserver": "Serveris", "New? Create account": "Naujas vartotojas? Sukurkite paskyrą", - "Forgot password?": "Pamiršote slaptažodį?", "Preparing to download logs": "Ruošiamasi parsiųsti žurnalus", "Server Options": "Serverio Parinktys", "Your homeserver": "Jūsų serveris", @@ -1497,7 +1472,6 @@ "You declined": "Jūs atsisakėte", "You accepted": "Jūs priėmėte", "Message Actions": "Žinutės veiksmai", - "React": "Reaguoti", "Edit devices": "Redaguoti įrenginius", "Not encrypted": "Neužšifruota", "Pinned messages": "Prisegtos žinutės", @@ -1534,7 +1508,6 @@ "Generate a Security Key": "Generuoti Saugumo Raktą", "Save your Security Key": "Išsaugoti savo Saugumo Raktą", "Go to Settings": "Eiti į Nustatymus", - "Disable": "Išjungti", "Search (must be enabled)": "Paieška (turi būti įjungta)", "The user you called is busy.": "Vartotojas kuriam skambinate yra užsiėmęs.", "User Busy": "Vartotojas Užsiėmęs", @@ -1625,7 +1598,6 @@ "You most likely do not want to reset your event index store": "Tikriausiai nenorite iš naujo nustatyti įvykių indekso saugyklos", "Reset event store?": "Iš naujo nustatyti įvykių saugyklą?", "About homeservers": "Apie namų serverius", - "Learn more": "Sužinokite daugiau", "Use your preferred Matrix homeserver if you have one, or host your own.": "Naudokite pageidaujamą Matrix namų serverį, jei tokį turite, arba talpinkite savo.", "Other homeserver": "Kitas namų serveris", "Sign into your homeserver": "Prisijunkite prie savo namų serverio", @@ -2465,7 +2437,6 @@ "Search for": "Ieškoti", "Original event source": "Originalus įvykio šaltinis", "View source": "Peržiūrėti šaltinį", - "Forward": "Persiųsti", "Unable to copy a link to the room to the clipboard.": "Nepavyko nukopijuoti nuorodos į kambarį į iškarpinę.", "Unable to copy room link": "Nepavyko nukopijuoti kambario nurodos", "Copy room link": "Kopijuoti kambario nuorodą", @@ -2519,5 +2490,36 @@ "username": "Vartotojo vardas", "verification_cancelled": "Patvirtinimas atšauktas", "video": "Vaizdo įrašas" + }, + "action": { + "continue": "Tęsti", + "copy": "Kopijuoti", + "create": "Sukurti", + "decline": "Atmesti", + "disable": "Išjungti", + "done": "Atlikta", + "edit": "Koreguoti", + "enable": "Įjungti", + "forgot_password": "Pamiršote slaptažodį?", + "forward": "Persiųsti", + "invite": "Pakviesti", + "invites_list": "Pakvietimai", + "learn_more": "Sužinokite daugiau", + "leave": "Išeiti", + "leave_room": "Išeiti iš kambario", + "next": "Toliau", + "no": "Ne", + "ok": "Gerai", + "quote": "Cituoti", + "react": "Reaguoti", + "remove": "Pašalinti", + "reply": "Atsakyti", + "report_content": "Pranešti", + "retry": "Bandyti dar kartą", + "save": "Išsaugoti", + "start": "Pradėti", + "start_chat": "Pradėti pokalbį", + "view_source": "Peržiūrėti šaltinį", + "yes": "Taip" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/lv.json b/src/i18n/strings/lv.json index 60b9ba4024..abd5f36529 100644 --- a/src/i18n/strings/lv.json +++ b/src/i18n/strings/lv.json @@ -36,12 +36,10 @@ "Command error": "Komandas kļūda", "Commands": "Komandas", "Confirm password": "Apstipriniet paroli", - "Continue": "Turpināt", "Cryptography": "Kriptogrāfija", "Current password": "Pašreizējā parole", "Custom level": "Pielāgots līmenis", "Deactivate Account": "Deaktivizēt kontu", - "Decline": "Noraidīt", "Decrypt %(text)s": "Atšifrēt %(text)s", "Deops user with given id": "Atceļ operatora statusu lietotājam ar norādīto Id", "Default": "Noklusējuma", @@ -85,13 +83,11 @@ "Invalid Email Address": "Nepareiza epasta adrese", "Invalid file%(extra)s": "Nederīgs fails %(extra)s", "Invited": "Uzaicināts/a", - "Invites": "Uzaicinājumi", "Invites user with given id to current room": "Uzaicina lietotāju ar norādīto id uz pašreizējo istabu", "Sign in with": "Pierakstīties ar", "Join Room": "Pievienoties istabai", "Jump to first unread message.": "Pāriet uz pirmo neizlasīto ziņu.", "Labs": "Izmēģinājumu lauciņš", - "Leave room": "Pamest istabu", "Logout": "Izrakstīties", "Low priority": "Zema prioritāte", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s padarīja istabas ziņu turpmāko vēsturi redzamu visiem istabas dalībniekiem no brīža, kad tie tika uzaicināti.", @@ -111,7 +107,6 @@ "No display name": "Nav parādāmā vārda", "No more results": "Vairāk nekādu rezultātu nav", "No users have specific privileges in this room": "Šajā istabā nav lietotāju ar īpašām privilēģijām", - "OK": "Labi", "Operation failed": "Darbība neizdevās", "Passwords can't be empty": "Paroles nevar būt tukšas", "Permissions": "Atļaujas", @@ -122,7 +117,6 @@ "Reason": "Iemesls", "Register": "Reģistrēties", "Reject invitation": "Noraidīt uzaicinājumu", - "Remove": "Dzēst", "Return to login screen": "Atgriezties uz pierakstīšanās lapu", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s nav atļauts nosūtīt jums paziņojumus. Lūdzu pārbaudi sava pārlūka iestatījumus", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s nav piešķirta atļauja nosūtīt paziņojumus. Lūdzu mēģini vēlreiz", @@ -152,7 +146,6 @@ "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s dzēsa istabas avataru.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s nomainīja %(roomName)s istabas avataru", "Rooms": "Istabas", - "Save": "Saglabāt", "Search": "Meklēt", "Search failed": "Meklēšana neizdevās", "Server error": "Servera kļūda", @@ -229,7 +222,6 @@ "Room": "Istaba", "Connectivity to the server has been lost.": "Savienojums ar serveri pārtrūka.", "Sent messages will be stored until your connection has returned.": "Sūtītās ziņas tiks saglabātas līdz brīdim, kad savienojums tiks atjaunots.", - "Start chat": "Uzsākt čatu", "New Password": "Jaunā parole", "Start automatically after system login": "Startēt pie ierīces ielādes", "Options": "Opcijas", @@ -272,7 +264,6 @@ }, "Delete widget": "Dzēst vidžetu", "Define the power level of a user": "Definē lietotāja statusu", - "Edit": "Rediģēt", "Enable automatic language detection for syntax highlighting": "Iespējot automātisko valodas noteikšanu sintakses iezīmējumiem", "Publish this room to the public in %(domain)s's room directory?": "Publicēt šo istabu publiskajā %(domain)s katalogā?", "AM": "AM", @@ -280,13 +271,11 @@ "Unable to create widget.": "Neizdevās izveidot widžetu.", "You are not in this room.": "Tu neatrodies šajā istabā.", "You do not have permission to do that in this room.": "Tev nav atļaujas šai darbībai šajā istabā.", - "Create": "Izveidot", "Automatically replace plain text Emoji": "Automātiski aizstāt vienkāršā teksta emocijzīmes", "%(widgetName)s widget added by %(senderName)s": "%(senderName)s pievienoja %(widgetName)s vidžetu", "%(widgetName)s widget removed by %(senderName)s": "%(senderName)s dzēsa vidžetu %(widgetName)s", "Warning": "Brīdinājums", "Send": "Sūtīt", - "Leave": "Pamest", "Unnamed room": "Nenosaukta istaba", "Call Failed": "Zvans neizdevās", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s", @@ -307,7 +296,6 @@ "Ignore": "Ignorēt", "Jump to read receipt": "Pāriet uz pēdējo skatīto ziņu", "Mention": "Pieminēt", - "Invite": "Uzaicināt", "Send an encrypted reply…": "Sūtīt šifrētu atbildi…", "Send an encrypted message…": "Sūtīt šifrētu ziņu…", "%(duration)ss": "%(duration)s sek", @@ -469,7 +457,6 @@ "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)", - "Quote": "Citēt", "Send logs": "Nosūtīt logfailus", "All messages": "Visas ziņas", "Call invitation": "Uzaicinājuma zvans", @@ -480,7 +467,6 @@ "Thursday": "Ceturtdiena", "Logs sent": "Logfaili nosūtīti", "Back": "Atpakaļ", - "Reply": "Atbildēt", "Show message in desktop notification": "Parādīt ziņu darbvirsmas paziņojumos", "Messages in group chats": "Ziņas grupas čatos", "Yesterday": "Vakardien", @@ -489,7 +475,6 @@ "Off": "Izslēgt", "Event Type": "Notikuma tips", "Developer Tools": "Izstrādātāja rīki", - "View Source": "Skatīt pirmkodu", "Event Content": "Notikuma saturs", "Thank you!": "Tencinam!", "Sign In": "Pieteikties", @@ -573,7 +558,6 @@ "Encrypted by a deleted session": "Šifrēts ar dzēstu sesiju", "reacted with %(shortName)s": "reaģēja ar %(shortName)s", "Quick Reactions": "Ātra reaģēšana", - "React": "Reaģēt", "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", "Room information": "Informācija par istabu", @@ -634,7 +618,6 @@ "Welcome %(name)s": "Laipni lūdzam %(name)s", "Welcome to %(appName)s": "Laipni lūdzam %(appName)s", "%(doneRooms)s out of %(totalRooms)s": "%(doneRooms)s no %(totalRooms)s", - "Done": "Gatavs", "Great! This Security Phrase looks strong enough.": "Lieliski! Šī slepenā frāze šķiet pietiekami sarežgīta.", "Confirm your Security Phrase": "Apstipriniet savu slepeno frāzi", "Set a Security Phrase": "Iestatiet slepeno frāzi", @@ -642,7 +625,6 @@ "Incorrect Security Phrase": "Nepareiza slepenā frāze", "Security Phrase": "Slepenā frāze", "Confirm": "Apstiprināt", - "Forgot password?": "Aizmirsi paroli?", "No homeserver URL provided": "Nav iestatīts bāzes servera URL", "Cannot reach homeserver": "Neizdodas savienoties ar bāzes serveri", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Fails '%(fileName)s pārsniedz augšupielādējama faila izmēra ierobežojumu šajā bāzes serverī", @@ -750,8 +732,6 @@ "Reset": "Atiestatīt", "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "Šifrētās istabās, ieskaitot arī šo, URL priekšskatījumi pēc noklusējuma ir atspējoti, lai nodrošinātu, ka jūsu bāzes serveris, kurā notiek priekšskatījumu ģenerēšana, nevar apkopot informāciju par saitēm, kuras redzat šajā istabā.", "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "Kad kāds savā ziņā ievieto URL, priekšskatījums ar virsrakstu, aprakstu un vietnes attēlu var tikt parādīts, tādējādi sniedzot vairāk informācijas par šo vietni.", - "No": "Nē", - "Yes": "Jā", "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)", @@ -935,7 +915,6 @@ "Contact your server admin.": "Sazinieties ar servera administratoru.", "Your homeserver has exceeded one of its resource limits.": "Jūsu bāzes serverī ir pārsniegts limits kādam no resursiem.", "Your homeserver has exceeded its user limit.": "Jūsu bāzes serverī ir pārsniegts lietotāju limits.", - "Enable": "Iespējot", "Enable desktop notifications": "Iespējot darbvirsmas paziņojumus", "Don't miss a reply": "Nepalaidiet garām atbildi", "Later": "Vēlāk", @@ -974,7 +953,6 @@ "%(name)s is requesting verification": "%(name)s pieprasa verifikāciju", "Verification Request": "Verifikācijas pieprasījums", "Download": "Lejupielādēt", - "Copy": "Kopēt", "Activate selected button": "Aktivizēt izvēlēto pogu", "Currently indexing: %(currentRoom)s": "Pašlaik indeksē: %(currentRoom)s", "A private space for you and your teammates": "Privāta vieta jums un jūsu komandas dalībniekiem", @@ -1527,7 +1505,6 @@ "Explore Public Rooms": "Pārlūkot publiskas istabas", "Show preview": "Rādīt priekšskatījumu", "View source": "Skatīt pirmkodu", - "Forward": "Pārsūtīt", "Forgotten or lost all recovery methods? Reset all": "Aizmirsāt vai pazaudējāt visas atkopšanās iespējas? Atiestatiet visu", "Link to most recent message": "Saite uz jaunāko ziņu", "Share Room": "Dalīties ar istabu", @@ -1747,7 +1724,6 @@ "Create a video room": "Izveidot video istabu", "%(creatorName)s created this room.": "%(creatorName)s izveidoja šo istabu.", "Create room": "Izveidot istabu", - "Create a room": "Izveidot istabu", "Create video room": "Izveidot video istabu", "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", "Unrecognised room address: %(roomAlias)s": "Neatpazīta istabas adrese: %(roomAlias)s", @@ -1828,6 +1804,32 @@ "username": "Lietotājvārds", "verification_cancelled": "Verificēšana atcelta" }, + "action": { + "continue": "Turpināt", + "copy": "Kopēt", + "create": "Izveidot", + "create_a_room": "Izveidot istabu", + "decline": "Noraidīt", + "done": "Gatavs", + "edit": "Rediģēt", + "enable": "Iespējot", + "forgot_password": "Aizmirsi paroli?", + "forward": "Pārsūtīt", + "invite": "Uzaicināt", + "invites_list": "Uzaicinājumi", + "leave": "Pamest", + "leave_room": "Pamest istabu", + "no": "Nē", + "ok": "Labi", + "quote": "Citēt", + "react": "Reaģēt", + "remove": "Dzēst", + "reply": "Atbildēt", + "save": "Saglabāt", + "start_chat": "Uzsākt čatu", + "view_source": "Skatīt pirmkodu", + "yes": "Jā" + }, "a11y": { "user_menu": "Lietotāja izvēlne" } diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index 25956cd125..f6cfe19406 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -8,13 +8,9 @@ "Notifications": "നോട്ടിഫിക്കേഷനുകള്‍", "Operation failed": "ശ്രമം പരാജയപ്പെട്ടു", "powered by Matrix": "മാട്രിക്സില്‍ പ്രവര്‍ത്തിക്കുന്നു", - "Remove": "നീക്കം ചെയ്യുക", "Search": "തിരയുക", - "Start chat": "ചാറ്റ് തുടങ്ങുക", "unknown error code": "അപരിചിത എറര്‍ കോഡ്", - "OK": "ശരി", "Failed to change password. Is your password correct?": "രഹസ്യവാക്ക് മാറ്റാന്‍ സാധിച്ചില്ല. രഹസ്യവാക്ക് ശരിയാണോ ?", - "Continue": "മുന്നോട്ട്", "Microphone": "മൈക്രോഫോൺ", "Camera": "ക്യാമറ", "Sunday": "ഞായര്‍", @@ -27,7 +23,6 @@ "On": "ഓണ്‍", "Changelog": "മാറ്റങ്ങളുടെ നാള്‍വഴി", "Waiting for response from server": "സെര്‍വറില്‍ നിന്നുള്ള പ്രതികരണത്തിന് കാക്കുന്നു", - "Leave": "വിടവാങ്ങുക", "Warning": "മുന്നറിയിപ്പ്", "This Room": "ഈ മുറി", "Noisy": "ഉച്ചത്തില്‍", @@ -48,7 +43,6 @@ "All Rooms": "എല്ലാ മുറികളും കാണുക", "Wednesday": "ബുധന്‍", "You cannot delete this message. (%(code)s)": "നിങ്ങള്‍ക്ക് ഈ സന്ദേശം നീക്കം ചെയ്യാനാകില്ല. (%(code)s)", - "Quote": "ഉദ്ധരിക്കുക", "Send": "അയയ്ക്കുക", "Send logs": "നാള്‍വഴി അയയ്ക്കുക", "All messages": "എല്ലാ സന്ദേശങ്ങളും", @@ -65,7 +59,6 @@ "Low Priority": "താഴ്ന്ന പരിഗണന", "Off": "ഓഫ്", "Failed to remove tag %(tagName)s from room": "റൂമില്‍ നിന്നും %(tagName)s ടാഗ് നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല", - "View Source": "സോഴ്സ് കാണുക", "Explore rooms": "മുറികൾ കണ്ടെത്തുക", "Sign In": "പ്രവേശിക്കുക", "Create Account": "അക്കൗണ്ട് സൃഷ്ടിക്കുക", @@ -75,5 +68,14 @@ "error": "എറര്‍", "mute": "നിശ്ശബ്ദം", "settings": "സജ്ജീകരണങ്ങള്‍" + }, + "action": { + "continue": "മുന്നോട്ട്", + "leave": "വിടവാങ്ങുക", + "ok": "ശരി", + "quote": "ഉദ്ധരിക്കുക", + "remove": "നീക്കം ചെയ്യുക", + "start_chat": "ചാറ്റ് തുടങ്ങുക", + "view_source": "സോഴ്സ് കാണുക" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 3e42249872..6a176e6e13 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -9,7 +9,6 @@ "Friday": "Fredag", "Notifications": "Varsler", "On": "På", - "Leave": "Forlat", "Source URL": "Kilde URL", "Resend": "Send på nytt", "Messages in one-to-one chats": "Meldinger i en-til-en samtaler", @@ -27,7 +26,6 @@ "Call invitation": "Anropsinvitasjon", "Messages containing my display name": "Meldinger som inneholder mitt visningsnavn", "powered by Matrix": "Drevet av Matrix", - "View Source": "Vis kilde", "Close": "Lukk", "Invite to this room": "Inviter til dette rommet", "You cannot delete this message. (%(code)s)": "Du kan ikke slette denne meldingen. (%(code)s)", @@ -38,8 +36,6 @@ "Low Priority": "Lav Prioritet", "Off": "Av", "Failed to remove tag %(tagName)s from room": "Kunne ikke fjerne tagg %(tagName)s fra rommet", - "Remove": "Fjern", - "Quote": "Sitat", "Saturday": "Lørdag", "Dismiss": "Avvis", "Call Failed": "Oppringning mislyktes", @@ -108,8 +104,6 @@ "Changes your display nickname in the current room only": "Endrer visningsnavnet ditt kun i det nåværende rommet", "Call failed due to misconfigured server": "Oppringingen feilet på grunn av feil-konfigurert tjener", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Vennligst be administratoren av din hjemmetjener (%(homeserverDomain)s) til å konfigurere en TURN tjener slik at samtaler vil fungere best mulig.", - "OK": "OK", - "Continue": "Fortsett", "The file '%(fileName)s' failed to upload.": "Filen '%(fileName)s' kunne ikke lastes opp.", "The server does not support the room version specified.": "Tjeneren støtter ikke rom versjonen som ble spesifisert.", "Messages": "Meldinger", @@ -122,7 +116,6 @@ "This room has no topic.": "Dette rommet har ingen overskrift.", "Sets the room name": "Setter rommets navn", "Invites user with given id to current room": "Inviterer brukeren med gitt id til dette rommet", - "Leave room": "Forlat rommet", "Bans user with given id": "Nekter tilgang til bruker med gitt id", "Unbans user with given ID": "Gir tilbake tilgang til bruker med gitt ID", "Ignores a user, hiding their messages from you": "Ignorerer en bruker og skjuler meldingene deres hos deg", @@ -152,7 +145,6 @@ "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sendte et bilde.", "Someone": "Noen", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s sendte en invitasjon til %(targetDisplayName)s om å bli med i rommet.", - "Done": "Fullført", "%(displayName)s is typing …": "%(displayName)s skriver …", "%(names)s and %(count)s others are typing …": { "other": "%(names)s og %(count)s andre skriver …", @@ -162,9 +154,7 @@ "%(num)s minutes ago": "%(num)s minutter siden", "%(num)s hours ago": "%(num)s timer siden", "This is a very common password": "Dette er et veldig vanlig passord", - "Decline": "Avslå", "Accept": "Godta", - "Start": "Begynn", "Dog": "Hund", "Cat": "Katt", "Horse": "Hest", @@ -206,9 +196,7 @@ "Confirm password": "Bekreft passord", "Change Password": "Endre passordet", "Manage": "Administrér", - "Enable": "Slå på", "Display Name": "Visningsnavn", - "Save": "Lagre", "Disconnect": "Koble fra", "Go back": "Gå tilbake", "Change": "Endre", @@ -251,7 +239,6 @@ "Phone Number": "Telefonnummer", "Mod": "Mod", "Are you sure?": "Er du sikker?", - "Invite": "Inviter", "Admin Tools": "Adminverktøy", "Invited": "Invitert", "Send an encrypted reply…": "Send et kryptert svar …", @@ -271,8 +258,6 @@ "All Rooms": "Alle rom", "Search…": "Søk …", "Got it": "Jeg forstår", - "Reply": "Svar", - "Edit": "Rediger", "Attachment": "Vedlegg", "Download %(text)s": "Last ned %(text)s", "Show all": "Vis alt", @@ -292,8 +277,6 @@ "Cancel search": "Avbryt søket", "More options": "Flere alternativer", "Join": "Bli med", - "Yes": "Ja", - "No": "Nei", "collapse": "skjul", "expand": "utvid", "All rooms": "Alle rom", @@ -302,7 +285,6 @@ "Unavailable": "Ikke tilgjengelig", "Changelog": "Endringslogg", "Confirm Removal": "Bekreft fjerning", - "Create": "Lag", "Name": "Navn", "Sign out": "Logg ut", "Unknown error": "Ukjent feil", @@ -321,9 +303,7 @@ "Service": "Tjeneste", "Summary": "Oppsummering", "Document": "Dokument", - "Next": "Neste", "Cancel All": "Avbryt alt", - "Report Content": "Rapporter innhold", "Home": "Hjem", "Sign in": "Logg inn", "Code": "Kode", @@ -348,12 +328,9 @@ "Export": "Eksporter", "Import": "Importer", "Restore": "Gjenopprett", - "Copy": "Kopier", "Download": "Nedlastning", - "Retry": "Prøv igjen", "Success!": "Suksess!", "Set up": "Sett opp", - "Disable": "Slå av", "Identity server has no terms of service": "Identitetstjeneren har ingen brukervilkår", "Enable Emoji suggestions while typing": "Skru på emoji-forslag mens du skriver", "Show a placeholder for removed messages": "Vis en stattholder for fjernede meldinger", @@ -484,7 +461,6 @@ "Join Room": "Bli med i rommet", "Forget room": "Glem rommet", "Share room": "Del rommet", - "Invites": "Invitasjoner", "Low priority": "Lavprioritet", "Historical": "Historisk", "Forget this room": "Glem dette rommet", @@ -1174,7 +1150,6 @@ "%(ssoButtons)s Or %(usernamePassword)s": "%(ssoButtons)s eller %(usernamePassword)s", "New here? Create an account": "Er du ny her? Opprett en konto", "Now, let's help you get started": "Nå, la oss hjelpe deg med å komme i gang", - "Forgot password?": "Glemt passord?", "Enter email address": "Legg inn e-postadresse", "Enter phone number": "Skriv inn telefonnummer", "Please enter the code it contains:": "Vennligst skriv inn koden den inneholder:", @@ -1193,7 +1168,6 @@ "Generate a Security Key": "Generer en sikkerhetsnøkkel", "Confirm your Security Phrase": "Bekreft sikkerhetsfrasen din", "Use app": "Bruk app", - "Learn more": "Lær mer", "Use app for a better experience": "Bruk appen for en bedre opplevelse", "Continue with %(provider)s": "Fortsett med %(provider)s", "This address is already in use": "Denne adressen er allerede i bruk", @@ -1254,7 +1228,6 @@ "ready": "klar", "Algorithm:": "Algoritme:", "Away": "Borte", - "Start chat": "Start chat", "Show Widgets": "Vis moduler", "Hide Widgets": "Skjul moduler", "Unknown for %(duration)s": "Ukjent i %(duration)s", @@ -1492,7 +1465,6 @@ "Pause": "Pause", "Beta": "Beta", "Report": "Rapporter", - "Forward": "Videresend", "Sent": "Sendt", "Sending": "Sender", "Format": "Format", @@ -1585,6 +1557,36 @@ "username": "Brukernavn", "verification_cancelled": "Verifiseringen ble avbrutt" }, + "action": { + "continue": "Fortsett", + "copy": "Kopier", + "create": "Lag", + "decline": "Avslå", + "disable": "Slå av", + "done": "Fullført", + "edit": "Rediger", + "enable": "Slå på", + "forgot_password": "Glemt passord?", + "forward": "Videresend", + "invite": "Inviter", + "invites_list": "Invitasjoner", + "learn_more": "Lær mer", + "leave": "Forlat", + "leave_room": "Forlat rommet", + "next": "Neste", + "no": "Nei", + "ok": "OK", + "quote": "Sitat", + "remove": "Fjern", + "reply": "Svar", + "report_content": "Rapporter innhold", + "retry": "Prøv igjen", + "save": "Lagre", + "start": "Begynn", + "start_chat": "Start chat", + "view_source": "Vis kilde", + "yes": "Ja" + }, "a11y": { "user_menu": "Brukermeny" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index bf4dd05047..8ff107dc63 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -25,7 +25,6 @@ "Command error": "Opdrachtfout", "Commands": "Opdrachten", "Confirm password": "Bevestig wachtwoord", - "Continue": "Doorgaan", "Cancel": "Annuleren", "Accept": "Aannemen", "Add": "Toevoegen", @@ -47,11 +46,8 @@ "Notifications": "Meldingen", "Operation failed": "Handeling is mislukt", "powered by Matrix": "draait op Matrix", - "Remove": "Verwijderen", - "Start chat": "Gesprek beginnen", "unknown error code": "onbekende foutcode", "Search": "Zoeken", - "OK": "Oké", "Failed to change password. Is your password correct?": "Wijzigen van wachtwoord is mislukt. Is je wachtwoord juist?", "Moderator": "Moderator", "Name": "Naam", @@ -97,7 +93,6 @@ "Current password": "Huidig wachtwoord", "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s heeft de kamernaam verwijderd.", "Deactivate Account": "Account Sluiten", - "Decline": "Weigeren", "Decrypt %(text)s": "%(text)s ontsleutelen", "Download %(text)s": "%(text)s downloaden", "Email": "E-mailadres", @@ -137,13 +132,11 @@ "Invalid Email Address": "Ongeldig e-mailadres", "Invalid file%(extra)s": "Ongeldig bestand %(extra)s", "Invited": "Uitgenodigd", - "Invites": "Uitnodigingen", "Invites user with given id to current room": "Nodigt een persoon met de gegeven ID uit in de huidige kamer", "Sign in with": "Inloggen met", "Join Room": "Kamer toetreden", "Jump to first unread message.": "Spring naar het eerste ongelezen bericht.", "Labs": "Labs", - "Leave room": "Kamer verlaten", "Logout": "Uitloggen", "Low priority": "Lage prioriteit", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s heeft de toekomstige kamergeschiedenis zichtbaar gemaakt voor alle leden, vanaf het moment dat ze uitgenodigd zijn.", @@ -165,7 +158,6 @@ "%(roomName)s does not exist.": "%(roomName)s bestaat niet.", "%(roomName)s is not accessible at this time.": "%(roomName)s is op dit moment niet toegankelijk.", "Rooms": "Kamers", - "Save": "Opslaan", "Search failed": "Zoeken mislukt", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s heeft een afbeelding gestuurd.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s heeft %(targetDisplayName)s in deze kamer uitgenodigd.", @@ -272,7 +264,6 @@ "Skip": "Overslaan", "Define the power level of a user": "Bepaal het machtsniveau van een persoon", "Delete widget": "Widget verwijderen", - "Edit": "Bewerken", "Enable automatic language detection for syntax highlighting": "Automatische taaldetectie voor zinsbouwmarkeringen inschakelen", "Publish this room to the public in %(domain)s's room directory?": "Deze kamer vermelden in de publieke kamersgids van %(domain)s?", "AM": "AM", @@ -280,7 +271,6 @@ "Unable to create widget.": "Kan widget niet aanmaken.", "You are not in this room.": "Je maakt geen deel uit van deze kamer.", "You do not have permission to do that in this room.": "Je hebt geen rechten om dat in deze kamer te doen.", - "Create": "Aanmaken", "Automatically replace plain text Emoji": "Tekst automatisch vervangen door emoji", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s-widget toegevoegd door %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s-widget verwijderd door %(senderName)s", @@ -308,7 +298,6 @@ "Ignore": "Negeren", "Jump to read receipt": "Naar het laatst gelezen bericht gaan", "Mention": "Vermelden", - "Invite": "Uitnodigen", "Send an encrypted reply…": "Verstuur een versleuteld antwoord…", "Send an encrypted message…": "Verstuur een versleuteld bericht…", "%(duration)ss": "%(duration)ss", @@ -416,11 +405,9 @@ }, "collapse": "dichtvouwen", "expand": "uitvouwen", - "Quote": "Citeren", "And %(count)s more...": { "other": "En %(count)s meer…" }, - "Leave": "Verlaten", "Description": "Omschrijving", "Old cryptography data detected": "Oude cryptografiegegevens gedetecteerd", "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.": "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.", @@ -478,7 +465,6 @@ "You cannot delete this message. (%(code)s)": "Je kan dit bericht niet verwijderen. (%(code)s)", "Thursday": "Donderdag", "Back": "Terug", - "Reply": "Beantwoorden", "Show message in desktop notification": "Bericht in bureaubladmelding tonen", "Messages in group chats": "Berichten in groepsgesprekken", "Yesterday": "Gisteren", @@ -488,7 +474,6 @@ "Wednesday": "Woensdag", "Event Type": "Gebeurtenistype", "Event sent!": "Gebeurtenis verstuurd!", - "View Source": "Bron bekijken", "Event Content": "Gebeurtenisinhoud", "Thank you!": "Bedankt!", "Logs sent": "Logs verstuurd", @@ -670,8 +655,6 @@ "Headphones": "Koptelefoon", "Folder": "Map", "Pin": "Vastmaken", - "Yes": "Ja", - "No": "Nee", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "We hebben je een e-mail gestuurd om je adres te verifiëren. Gelieve de daarin gegeven aanwijzingen op te volgen en dan op de knop hieronder te klikken.", "Email Address": "E-mailadres", "Delete Backup": "Back-up verwijderen", @@ -789,7 +772,6 @@ "No backup found!": "Geen back-up gevonden!", "Failed to decrypt %(failedCount)s sessions!": "Ontsleutelen van %(failedCount)s sessies is mislukt!", "Warning: you should only set up key backup from a trusted computer.": "Let op: stel sleutelback-up enkel in op een vertrouwde computer.", - "Next": "Volgende", "This homeserver would like to make sure you are not a robot.": "Deze homeserver wil graag weten of je geen robot bent.", "Please review and accept all of the homeserver's policies": "Gelieve het beleid van de homeserver door te nemen en te aanvaarden", "Please review and accept the policies of this homeserver:": "Gelieve het beleid van deze homeserver door te nemen en te aanvaarden:", @@ -822,7 +804,6 @@ "Your keys are being backed up (the first backup could take a few minutes).": "Er wordt een back-up van je sleutels gemaakt (de eerste back-up kan enkele minuten duren).", "Success!": "Klaar!", "Unable to create key backup": "Kan sleutelback-up niet aanmaken", - "Retry": "Opnieuw proberen", "Set up": "Instellen", "New Recovery Method": "Nieuwe herstelmethode", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Als je deze nieuwe herstelmethode niet hebt ingesteld, is het mogelijk dat een aanvaller toegang tot jouw account probeert te krijgen. Wijzig onmiddellijk je wachtwoord en stel bij instellingen een nieuwe herstelmethode in.", @@ -1055,7 +1036,6 @@ "Report Content to Your Homeserver Administrator": "Inhoud melden aan de beheerder van jouw homeserver", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "Dit bericht melden zal zijn unieke ‘gebeurtenis-ID’ versturen naar de beheerder van jouw homeserver. Als de berichten in deze kamer versleuteld zijn, zal de beheerder van jouw homeserver het bericht niet kunnen lezen, noch enige bestanden of afbeeldingen zien.", "Send report": "Rapport versturen", - "Report Content": "Inhoud melden", "View": "Bekijken", "Explore rooms": "Kamers ontdekken", "Show previews/thumbnails for images": "Miniaturen voor afbeeldingen tonen", @@ -1168,9 +1148,7 @@ "Scan this unique code": "Scan deze unieke code", "Compare unique emoji": "Vergelijk unieke emoji", "Compare a unique set of emoji if you don't have a camera on either device": "Vergelijk een unieke lijst met emoji als geen van beide apparaten een camera heeft", - "Start": "Start", "Securely cache encrypted messages locally for them to appear in search results.": "Sla versleutelde berichten veilig lokaal op om ze doorzoekbaar te maken.", - "Enable": "Inschakelen", "Cannot connect to integration manager": "Kan geen verbinding maken met de integratiebeheerder", "The integration manager is offline or it cannot reach your homeserver.": "De integratiebeheerder is offline of kan je homeserver niet bereiken.", "not stored": "niet opgeslagen", @@ -1276,7 +1254,6 @@ "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.", - "Done": "Klaar", "Trusted": "Vertrouwd", "Not trusted": "Niet vertrouwd", "%(count)s verified sessions": { @@ -1300,7 +1277,6 @@ "Got it": "Ik snap het", "Encryption not enabled": "Versleuteling niet ingeschakeld", "The encryption used by this room isn't supported.": "De versleuteling gebruikt in deze kamer wordt niet ondersteund.", - "React": "Reageren", "Message Actions": "Berichtacties", "You have ignored this user, so their message is hidden. Show anyways.": "Je hebt deze persoon genegeerd, dus de berichten worden verborgen. Toch tonen?", "You verified %(name)s": "Je hebt %(name)s geverifieerd", @@ -1376,13 +1352,11 @@ "Restore": "Herstellen", "You'll need to authenticate with the server to confirm the upgrade.": "Je zal moeten inloggen bij de server om het upgraden te bevestigen.", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Upgrade deze sessie om er andere sessies mee te verifiëren. Hiermee krijgen de andere sessies toegang tot je versleutelde berichten en is het voor andere personen als vertrouwd gemarkeerd .", - "Copy": "Kopiëren", "Upgrade your encryption": "Upgrade je versleuteling", "Unable to set up secret storage": "Kan sleutelopslag niet instellen", "Create key backup": "Sleutelback-up aanmaken", "This session is encrypting history using the new recovery method.": "Deze sessie versleutelt je geschiedenis aan de hand van de nieuwe herstelmethode.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", - "Disable": "Uitschakelen", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s bewaart versleutelde berichten veilig in het lokale cachegeheugen om ze in je zoekresultaten te laten verschijnen:", "Space used:": "Gebruikte Space:", "Indexed messages:": "Geïndexeerde berichten:", @@ -2031,7 +2005,6 @@ "Use email to optionally be discoverable by existing contacts.": "Optioneel kan je jouw e-mail ook gebruiken om ontdekt te worden door al bestaande contacten.", "Use email or phone to optionally be discoverable by existing contacts.": "Gebruik e-mail of telefoon om optioneel ontdekt te kunnen worden door bestaande contacten.", "Add an email to be able to reset your password.": "Voeg een e-mail toe om je wachtwoord te kunnen resetten.", - "Forgot password?": "Wachtwoord vergeten?", "That phone number doesn't look quite right, please check and try again": "Dat telefoonnummer ziet er niet goed uit, controleer het en probeer het opnieuw", "Enter phone number": "Telefoonnummer invoeren", "Enter email address": "E-mailadres invoeren", @@ -2101,7 +2074,6 @@ "There was a problem communicating with the server. Please try again.": "Er was een communicatie probleem met de server. Probeer het opnieuw.", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Je zou dit kunnen uitschakelen als deze kamer gebruikt zal worden om samen te werken met externe teams die hun eigen homeserver hebben. Dit kan later niet meer veranderd worden.", "About homeservers": "Over homeservers", - "Learn more": "Lees verder", "Other homeserver": "Andere homeserver", "Sign into your homeserver": "Login op jouw homeserver", "Specify a homeserver": "Specificeer een homeserver", @@ -2380,7 +2352,6 @@ "Collapse reply thread": "Antwoorddraad invouwen", "Show preview": "Preview weergeven", "View source": "Bron bekijken", - "Forward": "Doorsturen", "Settings - %(spaceName)s": "Instellingen - %(spaceName)s", "Report the entire room": "Rapporteer het hele kamer", "Spam or propaganda": "Spam of propaganda", @@ -2518,7 +2489,6 @@ "Visible to space members": "Zichtbaar voor Space leden", "Public room": "Publieke kamer", "Private room (invite only)": "Privékamer (alleen op uitnodiging)", - "Create a room": "Kamer aanmaken", "Only people invited will be able to find and join this room.": "Alleen uitgenodigde personen kunnen deze kamer vinden en aan deelnemen.", "Anyone will be able to find and join this room, not just members of .": "Iedereen kan deze kamer vinden en aan deelnemen, niet alleen leden van .", "You can change this at any time from room settings.": "Je kan dit op elk moment wijzigen vanuit de kamerinstellingen.", @@ -2733,7 +2703,6 @@ "Someone already has that username. Try another or if it is you, sign in below.": "Iemand heeft die inlognaam al. Probeer een andere of als je het bent, log dan hieronder in.", "Copy link to thread": "Kopieer link naar draad", "Thread options": "Draad opties", - "Copy link": "Link kopieren", "Mentions only": "Alleen vermeldingen", "Forget": "Vergeet", "We call the places where you can host your account 'homeservers'.": "Wij noemen de plaatsen waar je jouw account kunt hosten 'homeservers'.", @@ -3579,6 +3548,39 @@ "verification_cancelled": "Verificatie geannuleerd", "video": "Video" }, + "action": { + "continue": "Doorgaan", + "copy": "Kopiëren", + "copy_link": "Link kopieren", + "create": "Aanmaken", + "create_a_room": "Kamer aanmaken", + "decline": "Weigeren", + "disable": "Uitschakelen", + "done": "Klaar", + "edit": "Bewerken", + "enable": "Inschakelen", + "forgot_password": "Wachtwoord vergeten?", + "forward": "Doorsturen", + "invite": "Uitnodigen", + "invites_list": "Uitnodigingen", + "learn_more": "Lees verder", + "leave": "Verlaten", + "leave_room": "Kamer verlaten", + "next": "Volgende", + "no": "Nee", + "ok": "Oké", + "quote": "Citeren", + "react": "Reageren", + "remove": "Verwijderen", + "reply": "Beantwoorden", + "report_content": "Inhoud melden", + "retry": "Opnieuw proberen", + "save": "Opslaan", + "start": "Start", + "start_chat": "Gesprek beginnen", + "view_source": "Bron bekijken", + "yes": "Ja" + }, "a11y": { "user_menu": "Persoonsmenu" } diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json index 6153d8acf5..851ad26da4 100644 --- a/src/i18n/strings/nn.json +++ b/src/i18n/strings/nn.json @@ -55,7 +55,6 @@ "Usage": "Bruk", "Changes your display nickname": "Forandrar kallenamnet ditt", "Invites user with given id to current room": "Inviter brukarar med fylgjande ID inn i gjeldande rom", - "Leave room": "Forlat rommet", "Bans user with given id": "Stengjer brukarar med den gjevne IDen ute", "Ignores a user, hiding their messages from you": "Overser ein brukar, slik at meldingane deira ikkje synast for deg", "Ignored user": "Oversedd brukar", @@ -113,7 +112,6 @@ "When I'm invited to a room": "Når eg blir invitert til eit rom", "Call invitation": "Samtaleinvitasjonar", "Messages sent by bot": "Meldingar sendt frå ein bot", - "Decline": "Sei nei", "Accept": "Sei ja", "Incorrect verification code": "Urett stadfestingskode", "Submit": "Send inn", @@ -123,7 +121,6 @@ "New passwords don't match": "Dei nye passorda samsvarar ikkje", "Passwords can't be empty": "Passordsfelta kan ikkje vera tomme", "Warning!": "Åtvaring!", - "Continue": "Fortset", "Do you want to set an email address?": "Vil du setja ei epostadresse?", "Current password": "Gjeldande passord", "New Password": "Nytt passord", @@ -131,7 +128,6 @@ "Change Password": "Endra passord", "Authentication": "Authentisering", "Failed to set display name": "Fekk ikkje til å setja visningsnamn", - "OK": "Greitt", "Notification targets": "Varselmål", "Show message in desktop notification": "Vis meldinga i eit skriverbordsvarsel", "Off": "Av", @@ -152,7 +148,6 @@ "Unignore": "Slutt å ignorer", "Ignore": "Ignorer", "Mention": "Nemn", - "Invite": "Inviter", "Enable inline URL previews by default": "Skru URL-førehandsvising i tekstfeltet på", "Share Link to User": "Del ei lenke til brukaren", "Admin Tools": "Administratorverktøy", @@ -185,7 +180,6 @@ "Unknown": "Ukjend", "Replying": "Svarar", "Unnamed room": "Rom utan namn", - "Save": "Lagra", "(~%(count)s results)": { "other": "(~%(count)s resultat)", "one": "(~%(count)s resultat)" @@ -195,7 +189,6 @@ "Forget room": "Gløym rom", "Search": "Søk", "Share room": "Del rom", - "Invites": "Invitasjonar", "Favourites": "Yndlingar", "Rooms": "Rom", "Low priority": "Låg prioritet", @@ -265,7 +258,6 @@ "Email address": "Epostadresse", "Sign in": "Logg inn", "Register": "Meld deg inn", - "Remove": "Fjern", "Something went wrong!": "Noko gjekk gale!", "What's New": "Kva er nytt", "Update": "Oppdatering", @@ -276,7 +268,6 @@ "Delete Widget": "Slett Widgeten", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Å sletta ein widget fjernar den for alle brukarane i rommet. Er du sikker på at du vil sletta denne widgeten?", "Delete widget": "Slett widgeten", - "Edit": "Gjer om", "Create new room": "Lag nytt rom", "Home": "Heim", "%(severalUsers)sjoined %(count)s times": { @@ -367,7 +358,6 @@ "collapse": "Slå saman", "expand": "Utvid", "In reply to ": "Som svar til ", - "Start chat": "Start samtale", "And %(count)s more...": { "other": "Og %(count)s til..." }, @@ -379,7 +369,6 @@ "Send logs": "Send loggar inn", "Unavailable": "Utilgjengeleg", "Changelog": "Endringslogg", - "Create": "Lag", "not specified": "Ikkje spesifisert", "Confirm Removal": "Godkjenn Fjerning", "Unknown error": "Noko ukjend gjekk galt", @@ -419,12 +408,8 @@ "Reject": "Avslå", "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", "Resend": "Send på nytt", - "Reply": "Svar", - "View Source": "Sjå Kjelda", - "Quote": "Sitat", "Source URL": "Kjelde-URL", "All messages": "Alle meldingar", - "Leave": "Forlat", "Low Priority": "Lågrett", "Name": "Namn", "You must register to use this functionality": "Du må melda deg inn for å bruka denne funksjonen", @@ -581,7 +566,6 @@ "Your keys are being backed up (the first backup could take a few minutes).": "Nøklane dine blir sikkerheitskopiert (den første kopieringa kan ta nokre minutt).", "Success!": "Suksess!", "Unable to create key backup": "Klarte ikkje å lage sikkerheitskopi av nøkkelen", - "Retry": "Prøv om att", "Set up": "Sett opp", "New Recovery Method": "Ny gjenopprettingsmetode", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Har du ikkje satt opp den nye gjenopprettingsmetoden, kan ein angripar prøve å bryte seg inn på kontoen din. Endre ditt kontopassord og sett opp gjenoppretting umiddelbart under instillingane.", @@ -1029,7 +1013,6 @@ "Expand quotes": "Utvid sitat", "Expand": "Utvid", "Expand code blocks by default": "Utvid kodeblokker til vanleg", - "Enable": "Aktiver", "All rooms you're in will appear in Home.": "Alle romma du er i vil vere synlege i Heim.", "To view all keyboard shortcuts, click here.": "For å sjå alle tastatursnarvegane, klikk her.", "Deactivate account": "Avliv brukarkontoen", @@ -1094,5 +1077,24 @@ "settings": "Innstillingar", "success": "Suksess", "unmute": "Fjern demping" + }, + "action": { + "continue": "Fortset", + "create": "Lag", + "decline": "Sei nei", + "edit": "Gjer om", + "enable": "Aktiver", + "invite": "Inviter", + "invites_list": "Invitasjonar", + "leave": "Forlat", + "leave_room": "Forlat rommet", + "ok": "Greitt", + "quote": "Sitat", + "remove": "Fjern", + "reply": "Svar", + "retry": "Prøv om att", + "save": "Lagra", + "start_chat": "Start samtale", + "view_source": "Sjå Kjelda" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/oc.json b/src/i18n/strings/oc.json index 65a2453ff4..d5f5a75374 100644 --- a/src/i18n/strings/oc.json +++ b/src/i18n/strings/oc.json @@ -11,7 +11,6 @@ "Send an encrypted message…": "Enviar un messatge chifrat…", "Send a message…": "Enviar un messatge…", "Bold": "Gras", - "Quote": "Citacion", "Online for %(duration)s": "En linha dempuèi %(duration)s", "Idle for %(duration)s": "Inactiu dempuèi %(duration)s", "Offline for %(duration)s": "Fòra linha dempuèi %(duration)s", @@ -23,13 +22,11 @@ "Search": "Recercar", "Share room": "Partejar la sala", "Favourites": "Favorits", - "Start chat": "Començar una discussion", "Rooms": "Salas", "Low priority": "Febla prioritat", "System Alerts": "Alèrtas sistèma", "Reason: %(reason)s": "Rason : %(reason)s", "Forget this room": "Oblidar aquesta sala", - "Disable": "Desactivar", "Do you want to chat with %(user)s?": "Volètz charrar amb %(user)s ?", " wants to chat": " vòl charrar", "Start chatting": "Començar de charrar", @@ -46,8 +43,6 @@ "Single Sign On": "Autentificacion unica", "Confirm": "Confirmar", "Dismiss": "Refusar", - "OK": "D’acòrdi", - "Continue": "Contunhar", "Go Back": "En arrièr", "Cancel": "Anullar", "Sun": "Dg", @@ -96,7 +91,6 @@ "Update": "Mesa a jorn", "Font size": "Talha de poliça", "Accept": "Acceptar", - "Start": "Començament", "Cancelling…": "Anullacion…", "Fish": "Pes", "Butterfly": "Parpalhòl", @@ -127,11 +121,9 @@ "exists": "existís", "Authentication": "Autentificacion", "Manage": "Manage", - "Enable": "Activar", "Restore from Backup": "Restablir a partir de l'archiu", "Off": "Atudat", "Display Name": "Nom d'afichatge", - "Save": "Salvagardar", "Disconnect": "Se desconnectar", "Go back": "Precedent", "Change": "Cambiar", @@ -172,7 +164,6 @@ "Hangup": "Penjar", "Italics": "Italicas", "Strikethrough": "Raiat", - "Invites": "Convits", "Historical": "Istoric", "Sign Up": "S’inscriure", "Appearance": "Aparéncia", @@ -185,10 +176,8 @@ "Mark all as read": "Tot marcar coma legit", "Trusted": "Fisable", "Not trusted": "Pas securizat", - "Invite": "Convidar", "Demote": "Retrogradar", "Are you sure?": "O volètz vertadièrament ?", - "Yes": "Òc", "Got it": "Ai comprés", "Sunday": "Dimenge", "Monday": "Diluns", @@ -199,9 +188,6 @@ "Saturday": "Dissabte", "Today": "Uèi", "Yesterday": "Ièr", - "View Source": "Veire la font", - "Reply": "Respondre", - "Edit": "Editar", "Attachment": "Pèça junta", "Show image": "Afichar l'imatge", "Show all": "O mostrar tot", @@ -226,7 +212,6 @@ "Unavailable": "Pas disponible", "Changelog": "Istoric dels cambiaments (Changelog)", "Removing…": "Supression en cors…", - "Create": "Crear", "Name": "Escais", "Sign out": "Se desconnectar", "Back": "Precedenta", @@ -239,14 +224,11 @@ "Refresh": "Actualizada", "Email address": "Adreça de corrièl", "Skip": "Ignorar", - "Copy": "Copiar", "Terms of Service": "Terms of Service", "Service": "Servici", "Summary": "Resumit", "Document": "Document", - "Next": "Seguent", "Upload files": "Mandar de fichièrs", - "Leave": "Quitar", "Home": "Dorsièr personal", "Sign in": "Connexion", "Away": "Absent", @@ -271,7 +253,6 @@ "Import": "Importar", "Restore": "Restablir", "Download": "Telecargament", - "Retry": "Tornar ensajar", "Success!": "Capitada !", "Navigation": "Navigacion", "Alt": "Alt", @@ -303,5 +284,26 @@ "suggestions": "Prepausicions", "unmute": "Restablir lo son", "username": "Nom d'_utilizaire" + }, + "action": { + "continue": "Contunhar", + "copy": "Copiar", + "create": "Crear", + "disable": "Desactivar", + "edit": "Editar", + "enable": "Activar", + "invite": "Convidar", + "invites_list": "Convits", + "leave": "Quitar", + "next": "Seguent", + "ok": "D’acòrdi", + "quote": "Citacion", + "reply": "Respondre", + "retry": "Tornar ensajar", + "save": "Salvagardar", + "start": "Començament", + "start_chat": "Començar una discussion", + "view_source": "Veire la font", + "yes": "Òc" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index ad4b4e4385..2689945401 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -7,7 +7,6 @@ "Unknown error": "Nieznany błąd", "Options": "Opcje", "New Password": "Nowe hasło", - "Start chat": "Rozpocznij rozmowę", "Create new room": "Utwórz nowy pokój", "Cancel": "Anuluj", "Room": "Pokój", @@ -46,15 +45,12 @@ "Change Password": "Zmień Hasło", "Close": "Zamknij", "Confirm password": "Potwierdź hasło", - "Continue": "Kontynuuj", "Cryptography": "Kryptografia", "Current password": "Aktualne hasło", "Notifications": "Powiadomienia", "Operation failed": "Operacja nie udała się", - "Remove": "Usuń", "Search": "Szukaj", "unknown error code": "nieznany kod błędu", - "OK": "OK", "Dismiss": "Pomiń", "Failed to forget room %(errCode)s": "Nie mogłem zapomnieć o pokoju %(errCode)s", "Favourite": "Ulubiony", @@ -92,14 +88,12 @@ "Commands": "Polecenia", "Custom level": "Własny poziom", "Deactivate Account": "Dezaktywuj konto", - "Decline": "Odrzuć", "Decrypt %(text)s": "Odszyfruj %(text)s", "Delete widget": "Usuń widżet", "Default": "Zwykły", "Define the power level of a user": "Określ poziom uprawnień użytkownika", "Displays action": "Wyświetla akcję", "Download %(text)s": "Pobierz %(text)s", - "Edit": "Edytuj", "Email": "E-mail", "Email address": "Adres e-mail", "Emoji": "Emoji", @@ -134,13 +128,11 @@ "Invalid Email Address": "Nieprawidłowy adres e-mail", "Invalid file%(extra)s": "Nieprawidłowy plik %(extra)s", "Invited": "Zaproszeni", - "Invites": "Zaproszenia", "Invites user with given id to current room": "Zaprasza użytkownika o danym ID do obecnego pokoju", "Sign in with": "Zaloguj się używając", "Join Room": "Dołącz do pokoju", "Jump to first unread message.": "Przeskocz do pierwszej nieprzeczytanej wiadomości.", "Labs": "Laboratoria", - "Leave room": "Opuść pokój", "Publish this room to the public in %(domain)s's room directory?": "Czy opublikować ten pokój dla ogółu w spisie pokojów domeny %(domain)s?", "Logout": "Wyloguj", "Low priority": "Niski priorytet", @@ -181,7 +173,6 @@ "%(roomName)s does not exist.": "%(roomName)s nie istnieje.", "%(roomName)s is not accessible at this time.": "%(roomName)s nie jest dostępny w tym momencie.", "Rooms": "Pokoje", - "Save": "Zapisz", "Search failed": "Wyszukiwanie nie powiodło się", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s wysłał obraz.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s wysłał zaproszenie do %(targetDisplayName)s do dołączenia do pokoju.", @@ -235,7 +226,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ść?", "This server does not support authentication with a phone number.": "Ten serwer nie wspiera autentykacji za pomocą numeru telefonu.", "Connectivity to the server has been lost.": "Połączenie z serwerem zostało utracone.", - "Create": "Utwórz", "Online": "Dostępny", "Add an Integration": "Dodaj integrację", "Token incorrect": "Niepoprawny token", @@ -301,7 +291,6 @@ "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ć.", "Ignore": "Ignoruj", "Mention": "Wzmianka", - "Invite": "Zaproś", "Send an encrypted reply…": "Wyślij zaszyfrowaną odpowiedź…", "Send an encrypted message…": "Wyślij zaszyfrowaną wiadomość…", "Online for %(duration)s": "Online przez %(duration)s", @@ -320,7 +309,6 @@ "On": "Włącz", "Changelog": "Dziennik zmian", "Waiting for response from server": "Czekam na odpowiedź serwera", - "Leave": "Opuść", "Failed to send logs: ": "Nie udało się wysłać dzienników: ", "Warning": "Ostrzeżenie", "This Room": "Ten pokój", @@ -345,7 +333,6 @@ "All Rooms": "Wszystkie pokoje", "Wednesday": "Środa", "You cannot delete this message. (%(code)s)": "Nie możesz usunąć tej wiadomości. (%(code)s)", - "Quote": "Cytuj", "Send logs": "Wyślij logi", "All messages": "Wszystkie wiadomości", "Call invitation": "Zaproszenie do rozmowy", @@ -357,7 +344,6 @@ "Search…": "Szukaj…", "Logs sent": "Wysłano dzienniki", "Back": "Powrót", - "Reply": "Odpowiedz", "Show message in desktop notification": "Pokaż wiadomość w notyfikacji na pulpicie", "Messages in group chats": "Wiadomości w czatach grupowych", "Yesterday": "Wczoraj", @@ -367,7 +353,6 @@ "Failed to remove tag %(tagName)s from room": "Nie udało się usunąć tagu %(tagName)s z pokoju", "Event Type": "Typ wydarzenia", "Event sent!": "Wydarzenie wysłane!", - "View Source": "Wyświetl źródło", "Event Content": "Zawartość wydarzenia", "Thank you!": "Dziękujemy!", "Send analytics data": "Wysyłaj dane analityczne", @@ -561,10 +546,8 @@ "Capitalization doesn't help very much": "Kapitalizacja nie pomaga bardzo", "This is a top-10 common password": "To jest 10 najpopularniejszych haseł", "This is a top-100 common password": "To jest 100 najpopularniejszych haseł", - "Retry": "Ponów", "Unable to create key backup": "Nie można utworzyć kopii zapasowej klucza", "Download": "Pobierz", - "Next": "Dalej", "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", "was unbanned %(count)s times": { @@ -936,9 +919,6 @@ "Confirm": "Potwierdź", "Sign In or Create Account": "Zaloguj się lub utwórz konto", "Use your account or create a new one to continue.": "Użyj konta lub utwórz nowe, aby kontynuować.", - "No": "Nie", - "Yes": "Tak", - "React": "Dodaj reakcję", "Edited at %(date)s. Click to view edits.": "Edytowano w %(date)s. Kliknij, aby zobaczyć zmiany.", "Frequently Used": "Często używane", "Smileys & People": "Buźki i osoby", @@ -968,7 +948,6 @@ "Upload files": "Prześlij pliki", "Upload all": "Prześlij wszystko", "Cancel All": "Anuluj wszystko", - "Report Content": "Zgłoś treść", "Remove for everyone": "Usuń dla wszystkich", "Enter password": "Wprowadź hasło", "Password is allowed, but unsafe": "Hasło jest dozwolone, ale niebezpieczne", @@ -979,9 +958,7 @@ "Go Back": "Wróć", "Forgotten your password?": "Nie pamiętasz hasła?", "Restore": "Przywróć", - "Copy": "Kopiuj", "Success!": "Sukces!", - "Disable": "Wyłącz", "Verify": "Weryfikuj", "Manage integrations": "Zarządzaj integracjami", "%(count)s verified sessions": { @@ -998,7 +975,6 @@ "Encryption upgrade available": "Dostępne ulepszenie szyfrowania", "Upgrade": "Ulepsz", "Manage": "Zarządzaj", - "Enable": "Włącz", "Session ID:": "Identyfikator sesji:", "Session key:": "Klucz sesji:", "Accept all %(invitedRooms)s invites": "Zaakceptuj wszystkie zaproszenia do %(invitedRooms)s", @@ -1030,7 +1006,6 @@ "%(senderName)s placed a voice call. (not supported by this browser)": "%(senderName)s wykonał połączenie głosowe. (nie wspierane przez tę przeglądarkę)", "%(senderName)s placed a video call.": "%(senderName)s wykonał połączenie wideo.", "%(senderName)s placed a video call. (not supported by this browser)": "%(senderName)s wykonał połączenie wideo. (nie obsługiwane przez tę przeglądarkę)", - "Done": "Gotowe", "about a minute ago": "około minuty temu", "about an hour ago": "około godziny temu", "about a day ago": "około dzień temu", @@ -1529,7 +1504,6 @@ "Unable to access webcam / microphone": "Nie można uzyskać dostępu do kamery / mikrofonu", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Nie udało się zestawić połączenia z powodu braku dostępu do mikrofonu. Sprawdź czy mikrofon jest podłączony i poprawnie skonfigurowany.", "Unable to access microphone": "Nie można uzyskać dostępu do mikrofonu", - "Forgot password?": "Nie pamiętasz hasła?", "Use an identity server to invite by email. Manage in Settings.": "Użyj serwera tożsamości, aby zapraszać przez e-mail. Zarządzaj w Ustawieniach.", "Got it": "Rozumiem", "Space used:": "Użyta powierzchnia:", @@ -1610,7 +1584,6 @@ "Your server isn't responding to some requests.": "Twój serwer nie odpowiada na niektóre zapytania.", "Waiting for %(displayName)s to verify…": "Oczekiwanie na weryfikację przez %(displayName)s…", "To be secure, do this in person or use a trusted way to communicate.": "Aby było to bezpieczne, wykonaj to przy tej osobie, lub używając zaufanego sposobu komunikacji.", - "Start": "Rozpocznij", "Compare a unique set of emoji if you don't have a camera on either device": "Porównaj unikatowy zestaw emoji, jeżeli nie masz aparatu na jednym z urządzeń", "Compare unique emoji": "Porównaj unikatowe emoji", "Scan this unique code": "Zeskanuj ten unikatowy kod", @@ -1677,7 +1650,6 @@ "Add an email to be able to reset your password.": "Dodaj adres e-mail, aby zresetować swoje hasło.", "Host account on": "Przechowuj konto na", "Already have an account? Sign in here": "Masz już konto? Zaloguj się tutaj", - "Learn more": "Dowiedz się więcej", "New? Create account": "Nowy? Utwórz konto", "New here? Create an account": "Nowy? Utwórz konto", "Server Options": "Opcje serwera", @@ -3114,7 +3086,6 @@ "%(name)s cancelled": "%(name)s anulował", "Report": "Zgłoś", "What this user is writing is wrong.\nThis will be reported to the room moderators.": "To co pisze ten użytkownik jest złe.\nZostanie to zgłoszone moderatorom pokoju.", - "Forward": "Przekaż", "Modal Widget": "Widżet modalny", "Your homeserver doesn't seem to support this feature.": "Wygląda na to, że Twój serwer domowy nie wspiera tej funkcji.", "If they don't match, the security of your communication may be compromised.": "Jeśli nie pasują, bezpieczeństwo twojego konta mogło zostać zdradzone.", @@ -3235,7 +3206,6 @@ }, "Private room (invite only)": "Pokój prywatny (tylko na zaproszenie)", "Room visibility": "Widoczność pokoju", - "Create a room": "Utwórz pokój", "Create a video room": "Utwórz pokój wideo", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Możesz wyłączyć tę opcję, jeśli pokój będzie wykorzystywany jedynie do współpracy z wewnętrznymi zespołami, które posiadają swój serwer domowy. Nie będzie można zmienić tej opcji.", "Your server requires encryption to be enabled in private rooms.": "Twój serwer wymaga włączenia szyfrowania w pokojach prywatnych.", @@ -3588,7 +3558,6 @@ "Forget Room": "Zapomnij pokój", "Mentions only": "Tylko wzmianki", "Forget": "Zapomnij", - "Copy link": "Kopiuj link", "View related event": "Wyświetl powiązane wydarzenie", "Collapse reply thread": "Zwiń wątek odpowiedzi", "Show preview": "Pokaż podgląd", @@ -3953,6 +3922,39 @@ "verification_cancelled": "Weryfikacja anulowana", "video": "Wideo" }, + "action": { + "continue": "Kontynuuj", + "copy": "Kopiuj", + "copy_link": "Kopiuj link", + "create": "Utwórz", + "create_a_room": "Utwórz pokój", + "decline": "Odrzuć", + "disable": "Wyłącz", + "done": "Gotowe", + "edit": "Edytuj", + "enable": "Włącz", + "forgot_password": "Nie pamiętasz hasła?", + "forward": "Przekaż", + "invite": "Zaproś", + "invites_list": "Zaproszenia", + "learn_more": "Dowiedz się więcej", + "leave": "Opuść", + "leave_room": "Opuść pokój", + "next": "Dalej", + "no": "Nie", + "ok": "OK", + "quote": "Cytuj", + "react": "Dodaj reakcję", + "remove": "Usuń", + "reply": "Odpowiedz", + "report_content": "Zgłoś treść", + "retry": "Ponów", + "save": "Zapisz", + "start": "Rozpocznij", + "start_chat": "Rozpocznij rozmowę", + "view_source": "Wyświetl źródło", + "yes": "Tak" + }, "a11y": { "user_menu": "Menu użytkownika" } diff --git a/src/i18n/strings/pt.json b/src/i18n/strings/pt.json index 9595cc9996..fcad528ca7 100644 --- a/src/i18n/strings/pt.json +++ b/src/i18n/strings/pt.json @@ -11,7 +11,6 @@ "Changes your display nickname": "Troca o seu apelido", "Commands": "Comandos", "Confirm password": "Confirmar palavra-passe", - "Continue": "Continuar", "Cryptography": "Criptografia", "Current password": "Palavra-passe atual", "Deactivate Account": "Desativar conta", @@ -32,11 +31,9 @@ "Historical": "Histórico", "Import E2E room keys": "Importar chave de criptografia ponta-a-ponta (E2E) da sala", "Invalid Email Address": "Endereço de email inválido", - "Invites": "Convidar", "Invites user with given id to current room": "Convidar usuários com um dado identificador para esta sala", "Sign in with": "Quero entrar", "Labs": "Laboratório", - "Leave room": "Sair da sala", "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", @@ -52,7 +49,6 @@ "Privileged Users": "Usuárias/os privilegiadas/os", "Profile": "Perfil", "Reject invitation": "Rejeitar convite", - "Remove": "Remover", "Return to login screen": "Retornar à tela de login", "Rooms": "Salas", "Server may be unavailable, overloaded, or you hit a bug.": "O servidor pode estar indisponível ou sobrecarregado, ou então você encontrou uma falha no sistema.", @@ -155,7 +151,6 @@ "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", - "OK": "OK", "Search": "Pesquisar", "Search failed": "Busca falhou", "Server error": "Erro no servidor", @@ -233,7 +228,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Você tem certeza que deseja sair da sala '%(roomName)s'?", "Custom level": "Nível personalizado", "Register": "Registar", - "Save": "Salvar", "You have disabled URL previews by default.": "Você desabilitou pré-visualizações de links por padrão.", "You have enabled URL previews by default.": "Você habilitou pré-visualizações de links por padrão.", "Create new room": "Criar nova sala", @@ -254,18 +248,15 @@ "New Password": "Nova Palavra-Passe", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Não foi possível conectar ao Servidor de Base. Por favor, confira sua conectividade à internet, garanta que o certificado SSL do Servidor de Base é confiável, e que uma extensão do navegador não esteja bloqueando as requisições de rede.", "Close": "Fechar", - "Decline": "Recusar", "Add": "Adicionar", "Unnamed Room": "Sala sem nome", "Home": "Início", "Something went wrong!": "Algo deu errado!", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)", - "Start chat": "Iniciar conversa", "Accept": "Aceitar", "%(roomName)s is not accessible at this time.": "%(roomName)s não está acessível neste momento.", "Delete widget": "Apagar widget", "Define the power level of a user": "Definir o nível de privilégios de um utilizador", - "Edit": "Editar", "Enable automatic language detection for syntax highlighting": "Ativar deteção automática da linguagem para realce da sintaxe", "Publish this room to the public in %(domain)s's room directory?": "Publicar esta sala ao público no diretório de salas de %(domain)s's?", "AM": "AM", @@ -282,7 +273,6 @@ "Do you want to set an email address?": "Deseja definir um endereço de e-mail?", "This will allow you to reset your password and receive notifications.": "Isto irá permitir-lhe redefinir a sua palavra-passe e receber notificações.", "Skip": "Saltar", - "Create": "Criar", "Automatically replace plain text Emoji": "Substituir Emoji de texto automaticamente", "%(widgetName)s widget added by %(senderName)s": "Widget %(widgetName)s adicionado por %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "Widget %(widgetName)s removido por %(senderName)s", @@ -290,7 +280,6 @@ "Ignore": "Ignorar", "Ignored user": "Utilizador ignorado", "Description": "Descrição", - "Leave": "Sair", "Unknown": "Desconhecido", "Unignore": "Deixar de ignorar", "You are now ignoring %(userId)s": "Está agora a ignorar %(userId)s", @@ -350,10 +339,8 @@ "Wednesday": "Quarta-feira", "Event Type": "Tipo de evento", "Event sent!": "Evento enviado!", - "View Source": "Ver a fonte", "Event Content": "Conteúdo do evento", "Thank you!": "Obrigado!", - "Quote": "Citar", "Add Email Address": "Adicione adresso de e-mail", "Add Phone Number": "Adicione número de telefone", "Call Failed": "A chamada falhou", @@ -766,5 +753,20 @@ "success": "Sucesso", "unmute": "Tirar do mudo", "username": "Nome de utilizador" + }, + "action": { + "continue": "Continuar", + "create": "Criar", + "decline": "Recusar", + "edit": "Editar", + "invites_list": "Convidar", + "leave": "Sair", + "leave_room": "Sair da sala", + "ok": "OK", + "quote": "Citar", + "remove": "Remover", + "save": "Salvar", + "start_chat": "Iniciar conversa", + "view_source": "Ver a fonte" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index bff411681b..55fc2d5c4f 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -11,7 +11,6 @@ "Changes your display nickname": "Altera o seu nome e sobrenome", "Commands": "Comandos", "Confirm password": "Confirme a nova senha", - "Continue": "Continuar", "Cryptography": "Criptografia", "Current password": "Senha atual", "Deactivate Account": "Desativar minha conta", @@ -32,11 +31,9 @@ "Historical": "Histórico", "Import E2E room keys": "Importar chave de criptografia ponta-a-ponta (E2E) da sala", "Invalid Email Address": "Endereço de e-mail inválido", - "Invites": "Convidar", "Invites user with given id to current room": "Convida o usuário com o ID especificado para esta sala", "Sign in with": "Entrar com", "Labs": "Laboratório", - "Leave room": "Sair da sala", "Logout": "Sair", "Low priority": "Baixa prioridade", "Moderator": "Moderador/a", @@ -52,7 +49,6 @@ "Privileged Users": "Usuárias/os privilegiadas/os", "Profile": "Perfil", "Reject invitation": "Recusar o convite", - "Remove": "Apagar", "Return to login screen": "Retornar à tela de login", "Rooms": "Salas", "Server may be unavailable, overloaded, or you hit a bug.": "O servidor pode estar indisponível ou sobrecarregado, ou então você encontrou uma falha no sistema.", @@ -155,7 +151,6 @@ "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", - "OK": "Ok", "Search": "Buscar", "Search failed": "Busca falhou", "Server error": "Erro no servidor", @@ -233,7 +228,6 @@ "Are you sure you want to leave the room '%(roomName)s'?": "Tem certeza de que deseja sair da sala '%(roomName)s'?", "Custom level": "Nível personalizado", "Register": "Registre-se", - "Save": "Salvar", "You have disabled URL previews by default.": "Você desativou pré-visualizações de links por padrão.", "You have enabled URL previews by default.": "Você ativou pré-visualizações de links por padrão.", "Add": "Adicionar", @@ -245,14 +239,12 @@ }, "You must register to use this functionality": "Você deve se registrar para usar este recurso", "Create new room": "Criar nova sala", - "Start chat": "Iniciar conversa", "New Password": "Nova senha", "Something went wrong!": "Não foi possível carregar!", "Accept": "Aceitar", "Admin Tools": "Ferramentas de administração", "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Não foi possível conectar ao Servidor de Base. Por favor, confira sua conectividade à internet, garanta que o certificado SSL do Servidor de Base é confiável, e que uma extensão do navegador não esteja bloqueando as requisições de rede.", "Close": "Fechar", - "Decline": "Recusar", "No display name": "Nenhum nome e sobrenome", "%(roomName)s does not exist.": "%(roomName)s não existe.", "%(roomName)s is not accessible at this time.": "%(roomName)s não está acessível neste momento.", @@ -274,7 +266,6 @@ "You do not have permission to do that in this room.": "Você não tem permissão para fazer isso nesta sala.", "Ignored user": "Usuário bloqueado", "You are no longer ignoring %(userId)s": "Você não está mais bloqueando %(userId)s", - "Edit": "Editar", "Call Failed": "A chamada falhou", "PM": "PM", "AM": "AM", @@ -299,7 +290,6 @@ "Ignore": "Bloquear", "Jump to read receipt": "Ir para a confirmação de leitura", "Mention": "Mencionar", - "Invite": "Convidar", "Send an encrypted reply…": "Digite sua resposta criptografada…", "Send an encrypted message…": "Digite uma mensagem criptografada…", "%(duration)ss": "%(duration)ss", @@ -417,8 +407,6 @@ "And %(count)s more...": { "other": "E %(count)s mais..." }, - "Create": "Criar", - "Leave": "Sair", "Description": "Descrição", "This room is not public. You will not be able to rejoin without an invite.": "Esta sala não é pública. Você não poderá voltar sem ser convidada/o.", "Old cryptography data detected": "Dados de criptografia antigos foram detectados", @@ -471,7 +459,6 @@ "You cannot delete this message. (%(code)s)": "Você não pode apagar esta mensagem. (%(code)s)", "Thursday": "Quinta-feira", "Back": "Voltar", - "Reply": "Responder", "Show message in desktop notification": "Mostrar a mensagem na notificação da área de trabalho", "Messages in group chats": "Mensagens em salas", "Yesterday": "Ontem", @@ -481,10 +468,8 @@ "Wednesday": "Quarta-feira", "Event Type": "Tipo do Evento", "Event sent!": "Evento enviado!", - "View Source": "Ver código-fonte", "Event Content": "Conteúdo do Evento", "Thank you!": "Obrigado!", - "Quote": "Citar", "Permission Required": "Permissão necessária", "You do not have permission to start a conference call in this room": "Você não tem permissão para iniciar uma chamada em grupo nesta sala", "Unable to load! Check your network connectivity and try again.": "Não foi possível carregar! Verifique sua conexão de rede e tente novamente.", @@ -589,7 +574,6 @@ "Unable to load backup status": "Não foi possível carregar o status do backup", "Unable to restore backup": "Não foi possível restaurar o backup", "No backup found!": "Nenhum backup encontrado!", - "Next": "Próximo", "Popout widget": "Widget Popout", "Send Logs": "Enviar relatórios", "Failed to decrypt %(failedCount)s sessions!": "Falha ao descriptografar as sessões de %(failedCount)s!", @@ -615,7 +599,6 @@ "Go back to set it again.": "Voltar para configurar novamente.", "Download": "Baixar", "Unable to create key backup": "Não foi possível criar backup da chave", - "Retry": "Tentar novamente", "New Recovery Method": "Nova opção de recuperação", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Se você não definiu a nova opção de recuperação, um invasor pode estar tentando acessar sua conta. Altere a senha da sua conta e defina uma nova opção de recuperação imediatamente nas Configurações.", "Set up Secure Messages": "Configurar mensagens seguras", @@ -726,8 +709,6 @@ "Headphones": "Fones de ouvido", "Folder": "Pasta", "Pin": "Alfinete", - "Yes": "Sim", - "No": "Não", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Enviamos um e-mail para você confirmar seu endereço. Por favor, siga as instruções e clique no botão abaixo.", "Email Address": "Endereço de e-mail", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Tem certeza? Você perderá suas mensagens criptografadas se não tiver feito o backup de suas chaves.", @@ -877,7 +858,6 @@ "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) entrou em uma nova sessão sem confirmá-la:", "Ask this user to verify their session, or manually verify it below.": "Peça a este usuário para confirmar a sessão dele, ou confirme-a manualmente abaixo.", "Not Trusted": "Não confiável", - "Done": "Fechar", "Cannot reach homeserver": "Não consigo acessar o servidor", "Ensure you have a stable internet connection, or get in touch with the server admin": "Verifique se está com uma conexão de internet estável, ou entre em contato com os administradores do servidor", "Your %(brand)s is misconfigured": "O %(brand)s está mal configurado", @@ -953,7 +933,6 @@ "Scan this unique code": "Escaneie este código único", "Compare unique emoji": "Comparar emojis únicos", "Compare a unique set of emoji if you don't have a camera on either device": "Compare um conjunto único de emojis se você não tem uma câmera em nenhum dos dois aparelhos", - "Start": "Iniciar", "Waiting for %(displayName)s to verify…": "Aguardando %(displayName)s confirmar…", "Cancelling…": "Cancelando…", "They match": "São coincidentes", @@ -986,7 +965,6 @@ "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Verifique individualmente cada sessão usada por um usuário para marcá-la como confiável, em vez de confirmar em aparelhos autoverificados.", "Manage": "Gerenciar", "Securely cache encrypted messages locally for them to appear in search results.": "Armazene mensagens criptografadas de forma segura localmente para que possam aparecer nos resultados das buscas.", - "Enable": "Ativar", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s precisa de componentes adicionais para pesquisar as mensagens criptografadas armazenadas localmente. Se quiser testar esse recurso, construa uma versão do %(brand)s para Computador com componentes de busca ativados.", "%(brand)s can't securely cache encrypted messages locally while running in a web browser. Use %(brand)s Desktop for encrypted messages to appear in search results.": "%(brand)s não consegue pesquisar as mensagens criptografadas armazenadas localmente em um navegador de internet. Use o %(brand)s para Computador para que as mensagens criptografadas sejam exibidas nos resultados de buscas.", "Cannot connect to integration manager": "Não foi possível conectar ao gerenciador de integrações", @@ -1308,7 +1286,6 @@ "You can use /help to list available commands. Did you mean to send this as a message?": "Você pode usar /help para listar os comandos disponíveis. Você quis enviar isso como uma mensagem?", "Send as message": "Enviar como mensagem", "Room Topic": "Descrição da sala", - "React": "Adicionar reação", "Resend %(unsentCount)s reaction(s)": "Reenviar %(unsentCount)s reações", "Switch to light mode": "Alternar para o modo claro", "Switch to dark mode": "Alternar para o modo escuro", @@ -1478,7 +1455,6 @@ "Verification Request": "Solicitação de confirmação", "Remember my selection for this widget": "Lembrar minha escolha para este widget", "Wrong file type": "Tipo errado de arquivo", - "Report Content": "Denunciar conteúdo", "Remove for everyone": "Remover para todos", "This homeserver would like to make sure you are not a robot.": "Este servidor local quer se certificar de que você não é um robô.", "Confirm your identity by entering your account password below.": "Confirme sua identidade digitando sua senha abaixo.", @@ -1500,9 +1476,7 @@ "This account has been deactivated.": "Esta conta foi desativada.", "Forgotten your password?": "Esqueceu sua senha?", "Restore": "Restaurar", - "Copy": "Copiar", "Success!": "Pronto!", - "Disable": "Desativar", "Space used:": "Espaço usado:", "Navigation": "Navegação", "Calls": "Chamadas", @@ -2080,10 +2054,8 @@ "Use email to optionally be discoverable by existing contacts.": "Seja encontrado por seus contatos a partir de um e-mail.", "Use email or phone to optionally be discoverable by existing contacts.": "Seja encontrado por seus contatos a partir de um e-mail ou número de telefone.", "Add an email to be able to reset your password.": "Adicione um e-mail para depois poder redefinir sua senha.", - "Forgot password?": "Esqueceu a senha?", "That phone number doesn't look quite right, please check and try again": "Esse número de telefone não é válido, verifique e tente novamente", "About homeservers": "Sobre os servidores locais", - "Learn more": "Saiba mais", "Use your preferred Matrix homeserver if you have one, or host your own.": "Use o seu servidor local Matrix preferido, ou hospede o seu próprio servidor.", "Other homeserver": "Outro servidor local", "Sign into your homeserver": "Faça login em seu servidor local", @@ -2382,7 +2354,6 @@ "Public room": "Sala pública", "Private room (invite only)": "Sala privada (apenas com convite)", "Room visibility": "Visibilidade da sala", - "Create a room": "Criar uma sala", "Only people invited will be able to find and join this room.": "Apenas convidados poderão encontrar e entrar nesta sala.", "Anyone will be able to find and join this room.": "Qualquer um poderá encontrar e entrar nesta sala.", "Anyone will be able to find and join this room, not just members of .": "Qualquer um poderá encontrar e entrar nesta sala, não somente membros de .", @@ -2894,6 +2865,37 @@ "verification_cancelled": "Confirmação cancelada", "video": "Vídeo" }, + "action": { + "continue": "Continuar", + "copy": "Copiar", + "create": "Criar", + "create_a_room": "Criar uma sala", + "decline": "Recusar", + "disable": "Desativar", + "done": "Fechar", + "edit": "Editar", + "enable": "Ativar", + "forgot_password": "Esqueceu a senha?", + "invite": "Convidar", + "invites_list": "Convidar", + "learn_more": "Saiba mais", + "leave": "Sair", + "leave_room": "Sair da sala", + "next": "Próximo", + "no": "Não", + "ok": "Ok", + "quote": "Citar", + "react": "Adicionar reação", + "remove": "Apagar", + "reply": "Responder", + "report_content": "Denunciar conteúdo", + "retry": "Tentar novamente", + "save": "Salvar", + "start": "Iniciar", + "start_chat": "Iniciar conversa", + "view_source": "Ver código-fonte", + "yes": "Sim" + }, "a11y": { "user_menu": "Menu do usuário" } diff --git a/src/i18n/strings/ro.json b/src/i18n/strings/ro.json index 98da159234..0668f9a90c 100644 --- a/src/i18n/strings/ro.json +++ b/src/i18n/strings/ro.json @@ -49,7 +49,6 @@ "Unable to access webcam / microphone": "Imposibil de accesat camera web / microfonul", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Apelul nu a reușit deoarece microfonul nu a putut fi accesat. Verificați dacă un microfon este conectat și configurați corect.", "Unable to access microphone": "Nu se poate accesa microfonul", - "OK": "OK", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Vă rugăm să cereți administratorului serverului dvs. (%(homeserverDomain)s) să configureze un server TURN pentru ca apelurile să funcționeze în mod fiabil.", "Call failed due to misconfigured server": "Apelul nu a reușit din cauza serverului configurat greșit", "The call was answered on another device.": "Apelul a primit răspuns pe un alt dispozitiv.", @@ -72,5 +71,8 @@ "common": { "analytics": "Analizarea", "error": "Eroare" + }, + "action": { + "ok": "OK" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 82028dbb1d..4fe4937ed8 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -8,7 +8,6 @@ "Bans user with given id": "Блокирует пользователя с заданным ID", "Changes your display nickname": "Изменяет ваш псевдоним", "Commands": "Команды", - "Continue": "Продолжить", "Cryptography": "Криптография", "Deactivate Account": "Деактивировать учётную запись", "Default": "По умолчанию", @@ -28,11 +27,9 @@ "Historical": "Архив", "Import E2E room keys": "Импорт ключей шифрования", "Invalid Email Address": "Недопустимый email", - "Invites": "Приглашения", "Invites user with given id to current room": "Приглашает пользователя с заданным ID в текущую комнату", "Sign in with": "Войти с помощью", "Labs": "Лаборатория", - "Leave room": "Покинуть комнату", "Logout": "Выйти", "Low priority": "Маловажные", "Moderator": "Модератор", @@ -43,7 +40,6 @@ "No users have specific privileges in this room": "Ни один пользователь не имеет особых прав в этой комнате", "Permissions": "Права доступа", "Phone": "Телефон", - "Remove": "Удалить", "Return to login screen": "Вернуться к экрану входа", "Unable to add email address": "Не удается добавить email", "Unable to remove contact information": "Не удалось удалить контактную информацию", @@ -131,7 +127,6 @@ "New passwords don't match": "Новые пароли не совпадают", "not specified": "не задан", "No more results": "Больше никаких результатов", - "OK": "OK", "Passwords can't be empty": "Пароли не могут быть пустыми", "Please check your email and click on the link it contains. Once this is done, click continue.": "Проверьте свою электронную почту и нажмите на ссылку в письме. После этого нажмите кнопку Продолжить.", "Power level must be positive integer.": "Уровень прав должен быть положительным целым числом.", @@ -189,7 +184,6 @@ "Jump to first unread message.": "Перейти к первому непрочитанному сообщению.", "Privileged Users": "Привилегированные пользователи", "Register": "Зарегистрироваться", - "Save": "Сохранить", "Server error": "Ошибка сервера", "Server may be unavailable, overloaded, or search timed out :(": "Сервер может быть недоступен, перегружен или поиск прекращен по тайм-ауту :(", "Server may be unavailable, overloaded, or you hit a bug.": "Возможно, сервер недоступен, перегружен или случилась ошибка.", @@ -237,7 +231,6 @@ "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s удалил(а) аватар комнаты.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s изменил(а) аватар комнаты %(roomName)s", "Create new room": "Создать комнату", - "Start chat": "Отправить личное сообщение", "Add": "Добавить", "Uploading %(filename)s": "Отправка %(filename)s", "Uploading %(filename)s and %(count)s others": { @@ -257,7 +250,6 @@ "other": "(~%(count)s результатов)", "one": "(~%(count)s результат)" }, - "Decline": "Отклонить", "%(roomName)s does not exist.": "%(roomName)s не существует.", "%(roomName)s is not accessible at this time.": "%(roomName)s на данный момент недоступна.", "Unnamed Room": "Комната без названия", @@ -272,14 +264,12 @@ "Check for update": "Проверить наличие обновлений", "Delete widget": "Удалить виджет", "Define the power level of a user": "Определить уровень прав пользователя", - "Edit": "Изменить", "Enable automatic language detection for syntax highlighting": "Автоопределение языка подсветки синтаксиса", "AM": "ДП", "PM": "ПП", "Unable to create widget.": "Не удалось создать виджет.", "You are not in this room.": "Вас сейчас нет в этой комнате.", "You do not have permission to do that in this room.": "У вас нет разрешения на это в данной комнате.", - "Create": "Создать", "Automatically replace plain text Emoji": "Автоматически заменять текстовые смайлики на графические", "%(widgetName)s widget added by %(senderName)s": "Виджет %(widgetName)s был добавлен %(senderName)s", "%(widgetName)s widget removed by %(senderName)s": "Виджет %(widgetName)s был удален %(senderName)s", @@ -297,7 +287,6 @@ "Ignores a user, hiding their messages from you": "Игнорирует пользователя, скрывая сообщения от вас", "Banned by %(displayName)s": "Заблокирован(а) %(displayName)s", "Description": "Описание", - "Leave": "Покинуть", "Jump to read receipt": "Перейти к последнему прочтённому", "Message Pinning": "Закреплённые сообщения", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s изменил(а) закреплённые сообщения в этой комнате.", @@ -309,7 +298,6 @@ "Delete Widget": "Удалить виджет", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Удаление виджета действует для всех участников этой комнаты. Вы действительно хотите удалить этот виджет?", "Mirror local video feed": "Зеркально отражать видео со своей камеры", - "Invite": "Пригласить", "Mention": "Упомянуть", "Members only (since the point in time of selecting this option)": "Только участники (с момента выбора этого параметра)", "Members only (since they were invited)": "Только участники (с момента их приглашения)", @@ -458,7 +446,6 @@ "No update available.": "Нет доступных обновлений.", "Resend": "Переотправить", "Collecting app version information": "Сбор информации о версии приложения", - "View Source": "Исходный код", "Tuesday": "Вторник", "Search…": "Поиск…", "Developer Tools": "Инструменты разработчика", @@ -480,7 +467,6 @@ "Thursday": "Четверг", "Logs sent": "Журналы отправлены", "Back": "Назад", - "Reply": "Ответить", "Show message in desktop notification": "Показывать текст сообщения в уведомлениях на рабочем столе", "Messages in group chats": "Сообщения в конференциях", "Yesterday": "Вчера", @@ -492,7 +478,6 @@ "Event sent!": "Событие отправлено!", "Event Content": "Содержимое события", "Thank you!": "Спасибо!", - "Quote": "Цитировать", "Missing roomId.": "Отсутствует идентификатор комнаты.", "You don't currently have any stickerpacks enabled": "У вас ещё нет наклеек", "Popout widget": "Всплывающий виджет", @@ -596,8 +581,6 @@ "You've successfully verified this user.": "Вы успешно подтвердили этого пользователя.", "Got It": "Понятно", "Verify this user by confirming the following number appears on their screen.": "Подтвердите пользователя, убедившись, что на его экране отображается следующее число.", - "Yes": "Да", - "No": "Нет", "Email Address": "Адрес электронной почты", "Delete Backup": "Удалить резервную копию", "Unable to verify phone number.": "Невозможно проверить номер телефона.", @@ -868,7 +851,6 @@ "Remember my selection for this widget": "Запомнить мой выбор для этого виджета", "Failed to decrypt %(failedCount)s sessions!": "Не удалось расшифровать сеансы (%(failedCount)s)!", "Warning: you should only set up key backup from a trusted computer.": "Предупреждение: вам следует настроить резервное копирование ключей только с доверенного компьютера.", - "Next": "Далее", "This homeserver would like to make sure you are not a robot.": "Этот сервер хотел бы убедиться, что вы не робот.", "Please review and accept all of the homeserver's policies": "Пожалуйста, просмотрите и примите все правила сервера", "Please review and accept the policies of this homeserver:": "Пожалуйста, просмотрите и примите политику этого сервера:", @@ -919,7 +901,6 @@ "Go back to set it again.": "Задать другой пароль.", "Success!": "Успешно!", "Unable to create key backup": "Невозможно создать резервную копию ключа", - "Retry": "Попробуйте снова", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Если вы не задали новый способ восстановления, злоумышленник может получить доступ к вашей учётной записи. Смените пароль учётной записи и сразу же задайте новый способ восстановления в настройках.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Если вы не убрали метод восстановления, злоумышленник может получить доступ к вашей учётной записи. Смените пароль учётной записи и сразу задайте новый способ восстановления в настройках.", "Cannot reach homeserver": "Не удаётся связаться с сервером", @@ -1072,7 +1053,6 @@ "Command Help": "Помощь команды", "To continue you need to accept the terms of this service.": "Для продолжения Вам необходимо принять условия данного сервиса.", "Document": "Документ", - "Report Content": "Пожаловаться на сообщение", "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?": "Деактивация этого пользователя приведет к его выходу из системы и запрету повторного входа. Кроме того, они оставит все комнаты, в которых он участник. Это действие безповоротно. Вы уверены, что хотите деактивировать этого пользователя?", "This invite to %(roomName)s was sent to %(email)s which is not associated with your account": "Приглашение в %(roomName)s было отправлено на %(email)s, но этот адрес не связан с вашей учётной записью", "Link this email with your account in Settings to receive invites directly in %(brand)s.": "Свяжите этот адрес с вашей учетной записью в настройках, чтобы получать приглашения непосредственно в %(brand)s.", @@ -1109,7 +1089,6 @@ "Objects": "Объекты", "Symbols": "Символы", "Flags": "Флаги", - "React": "Отреагировать", "Cancel search": "Отменить поиск", "Room %(name)s": "Комната %(name)s", "Jump to first unread room.": "Перейти в первую непрочитанную комнату.", @@ -1178,7 +1157,6 @@ "Scan this unique code": "Отсканируйте этот уникальный код", "Compare unique emoji": "Сравнитe уникальныe смайлики", "Compare a unique set of emoji if you don't have a camera on either device": "Сравните уникальный набор смайликов, если у вас нет камеры ни на одном из устройств", - "Start": "Начать", "Waiting for %(displayName)s to verify…": "Ожидание %(displayName)s для проверки…", "Cancelling…": "Отмена…", "They match": "Они совпадают", @@ -1229,7 +1207,6 @@ "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.": "Попросите этого пользователя подтвердить сеанс или подтвердите его вручную ниже.", - "Done": "Готово", "Support adding custom themes": "Поддержка сторонних тем", "Show shortcuts to recently viewed rooms above the room list": "Показывать ссылки на недавние комнаты над списком комнат", "Manually verify all remote sessions": "Подтверждать вручную все сеансы на других устройствах", @@ -1246,7 +1223,6 @@ "in account data": "в данных учётной записи", "Homeserver feature support:": "Поддержка со стороны домашнего сервера:", "exists": "существует", - "Enable": "Разрешить", "Cannot connect to integration manager": "Не удалось подключиться к менеджеру интеграций", "The integration manager is offline or it cannot reach your homeserver.": "Менеджер интеграций не работает или не может подключиться к вашему домашнему серверу.", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Это сеанс не сохраняет ваши ключи, но у вас есть резервная копия, из которой вы можете их восстановить.", @@ -1595,7 +1571,6 @@ "You'll need to authenticate with the server to confirm the upgrade.": "Вам нужно будет пройти аутентификацию на сервере,чтобы подтвердить обновление.", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Модернизируйте этот сеанс, чтобы через него можно было подтвердить другие сеансы, предоставляя им доступ к зашифрованным сообщениям и помечая их как доверенные для других пользователей.", "Use a different passphrase?": "Использовать другую кодовую фразу?", - "Copy": "Копировать", "Unable to query secret storage status": "Невозможно запросить состояние секретного хранилища", "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "Если вы отмените сейчас, вы можете потерять зашифрованные сообщения и данные, если потеряете доступ к своим логинам.", "You can also set up Secure Backup & manage your keys in Settings.": "Вы также можете настроить безопасное резервное копирование и управлять своими ключами в настройках.", @@ -1608,7 +1583,6 @@ "This session is encrypting history using the new recovery method.": "Этот сеанс шифрует историю с помощью нового метода восстановления.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Если вы сделали это по ошибке, вы можете настроить защищённые сообщения в этом сеансе, что снова зашифрует историю сообщений в этом сеансе с помощью нового метода восстановления.", "If disabled, messages from encrypted rooms won't appear in search results.": "Если этот параметр отключен, сообщения из зашифрованных комнат не будут отображаться в результатах поиска.", - "Disable": "Отключить", "Not currently indexing messages for any room.": "В настоящее время не индексируются сообщения ни для одной комнаты.", "Currently indexing: %(currentRoom)s": "В настоящее время идёт индексация: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s надежно кэширует зашифрованные сообщения локально, чтобы они появлялись в результатах поиска:", @@ -1777,9 +1751,7 @@ "sends confetti": "отправляет конфетти", "Invalid URL": "Неправильный URL-адрес", "Reason (optional)": "Причина (необязательно)", - "Forgot password?": "Забыли пароль?", "About homeservers": "О домашних серверах", - "Learn more": "Узнать больше", "Other homeserver": "Другой домашний сервер", "Server Options": "Параметры сервера", "Decline All": "Отклонить все", @@ -2328,7 +2300,6 @@ "Collapse reply thread": "Свернуть ответы обсуждения", "Show preview": "Предпросмотр", "View source": "Исходный код", - "Forward": "Переслать", "If you reset everything, you will restart with no trusted sessions, no trusted users, and might not be able to see past messages.": "Если вы сбросите все настройки, вы перезагрузитесь без доверенных сеансов, без доверенных пользователей, и скорее всего не сможете просматривать прошлые сообщения.", "Only do this if you have no other device to complete verification with.": "Делайте это только в том случае, если у вас нет другого устройства для завершения проверки.", "Reset everything": "Сбросить всё", @@ -2387,7 +2358,6 @@ "Public room": "Публичная комната", "Private room (invite only)": "Приватная комната (только по приглашению)", "Room visibility": "Видимость комнаты", - "Create a room": "Создать комнату", "Only people invited will be able to find and join this room.": "Только приглашенные люди смогут найти и присоединиться к этой комнате.", "Anyone will be able to find and join this room.": "Любой желающий сможет найти эту комнату и присоединиться к ней.", "This upgrade will allow members of selected spaces access to this room without an invite.": "Это обновление позволит участникам выбранных пространств получить доступ в эту комнату без приглашения.", @@ -3187,7 +3157,6 @@ "Updated %(humanizedUpdateTime)s": "Обновлено %(humanizedUpdateTime)s", "Joining the beta will reload %(brand)s.": "Присоединение к бета-тестированию перезагрузит %(brand)s.", "Leaving the beta will reload %(brand)s.": "Выход из бета-тестирования перезагрузит %(brand)s.", - "Copy link": "Копировать ссылку", "View related event": "Посмотреть связанное событие", "Cameras": "Камеры", "Output devices": "Устройства вывода", @@ -3660,6 +3629,39 @@ "verification_cancelled": "Подтверждение отменено", "video": "Видео" }, + "action": { + "continue": "Продолжить", + "copy": "Копировать", + "copy_link": "Копировать ссылку", + "create": "Создать", + "create_a_room": "Создать комнату", + "decline": "Отклонить", + "disable": "Отключить", + "done": "Готово", + "edit": "Изменить", + "enable": "Разрешить", + "forgot_password": "Забыли пароль?", + "forward": "Переслать", + "invite": "Пригласить", + "invites_list": "Приглашения", + "learn_more": "Узнать больше", + "leave": "Покинуть", + "leave_room": "Покинуть комнату", + "next": "Далее", + "no": "Нет", + "ok": "OK", + "quote": "Цитировать", + "react": "Отреагировать", + "remove": "Удалить", + "reply": "Ответить", + "report_content": "Пожаловаться на сообщение", + "retry": "Попробуйте снова", + "save": "Сохранить", + "start": "Начать", + "start_chat": "Отправить личное сообщение", + "view_source": "Исходный код", + "yes": "Да" + }, "a11y": { "user_menu": "Меню пользователя" } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index e67ed216ad..f8d9642e6b 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -80,7 +80,6 @@ "Your browser does not support the required cryptography extensions": "Váš prehliadač nepodporuje požadované kryptografické rozšírenia", "Not a valid %(brand)s keyfile": "Toto nie je správny súbor s kľúčmi %(brand)s", "Authentication check failed: incorrect password?": "Kontrola overenia zlyhala: Nesprávne heslo?", - "Decline": "Odmietnuť", "Accept": "Prijať", "Incorrect verification code": "Nesprávny overovací kód", "Submit": "Odoslať", @@ -89,7 +88,6 @@ "No display name": "Žiadne zobrazované meno", "New passwords don't match": "Nové heslá sa nezhodujú", "Passwords can't be empty": "Heslá nemôžu byť prázdne", - "Continue": "Pokračovať", "Export E2E room keys": "Exportovať end-to-end šifrovacie kľúče miestnosti", "Do you want to set an email address?": "Želáte si nastaviť emailovú adresu?", "Current password": "Súčasné heslo", @@ -110,7 +108,6 @@ "Ignore": "Ignorovať", "Jump to read receipt": "Preskočiť na potvrdenie o prečítaní", "Mention": "Zmieniť sa", - "Invite": "Pozvať", "Admin Tools": "Nástroje správcu", "and %(count)s others...": { "other": "a ďalších %(count)s…", @@ -131,7 +128,6 @@ "Idle": "Nečinný", "Unknown": "Neznámy", "Unnamed room": "Nepomenovaná miestnosť", - "Save": "Uložiť", "(~%(count)s results)": { "other": "(~%(count)s výsledkov)", "one": "(~%(count)s výsledok)" @@ -140,7 +136,6 @@ "Upload avatar": "Nahrať obrázok", "Forget room": "Zabudnúť miestnosť", "Search": "Hľadať", - "Invites": "Pozvánky", "Favourites": "Obľúbené", "Rooms": "Miestnosti", "Low priority": "Nízka priorita", @@ -155,7 +150,6 @@ "No users have specific privileges in this room": "Žiadny používatelia nemajú v tejto miestnosti pridelené konkrétne poverenia", "Banned users": "Používatelia, ktorým bol zakázaný vstup", "This room is not accessible by remote Matrix servers": "Táto miestnosť nie je prístupná zo vzdialených Matrix serverov", - "Leave room": "Opustiť miestnosť", "Favourite": "Obľúbiť", "Publish this room to the public in %(domain)s's room directory?": "Uverejniť túto miestnosť v adresári miestností na serveri %(domain)s?", "Who can read history?": "Kto môže čítať históriu?", @@ -196,12 +190,10 @@ "Email address": "Emailová adresa", "Sign in": "Prihlásiť sa", "Register": "Zaregistrovať", - "Remove": "Odstrániť", "Something went wrong!": "Niečo sa pokazilo!", "Delete Widget": "Vymazať widget", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Týmto vymažete widget pre všetkých používateľov v tejto miestnosti. Ste si istí, že chcete vymazať tento widget?", "Delete widget": "Vymazať widget", - "Edit": "Upraviť", "Create new room": "Vytvoriť novú miestnosť", "Home": "Domov", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -291,17 +283,14 @@ }, "%(items)s and %(lastItem)s": "%(items)s a tiež %(lastItem)s", "Custom level": "Vlastná úroveň", - "Start chat": "Začať konverzáciu", "And %(count)s more...": { "other": "A %(count)s ďalších…" }, "Confirm Removal": "Potvrdiť odstránenie", - "Create": "Vytvoriť", "Unknown error": "Neznáma chyba", "Incorrect password": "Nesprávne heslo", "Deactivate Account": "Deaktivovať účet", "An error has occurred.": "Vyskytla sa chyba.", - "OK": "OK", "Unable to restore session": "Nie je možné obnoviť reláciu", "Invalid Email Address": "Nesprávna emailová adresa", "This doesn't appear to be a valid email address": "Toto nevyzerá ako platná e-mailová adresa", @@ -314,7 +303,6 @@ "Name": "Názov", "You must register to use this functionality": "Aby ste mohli použiť túto vlastnosť, musíte byť zaregistrovaný", "You must join the room to see its files": "Aby ste si mohli zobraziť zoznam súborov, musíte vstúpiť do miestnosti", - "Leave": "Opustiť", "Description": "Popis", "Reject invitation": "Odmietnuť pozvanie", "Are you sure you want to reject the invitation?": "Ste si istí, že chcete odmietnuť toto pozvanie?", @@ -467,7 +455,6 @@ "All Rooms": "Vo všetkých miestnostiach", "State Key": "Stavový kľúč", "Wednesday": "Streda", - "Quote": "Citovať", "Send logs": "Odoslať záznamy", "All messages": "Všetky správy", "Call invitation": "Pozvánka na telefonát", @@ -479,7 +466,6 @@ "Thursday": "Štvrtok", "Logs sent": "Záznamy boli odoslané", "Back": "Naspäť", - "Reply": "Odpovedať", "Show message in desktop notification": "Zobraziť text správy v oznámení na pracovnej ploche", "Messages in group chats": "Správy v skupinových konverzáciách", "Yesterday": "Včera", @@ -489,7 +475,6 @@ "What's New": "Čo Je Nové", "Off": "Zakázané", "Developer Tools": "Vývojárske nástroje", - "View Source": "Zobraziť zdroj", "Event Content": "Obsah Udalosti", "Thank you!": "Ďakujeme!", "Popout widget": "Otvoriť widget v novom okne", @@ -609,7 +594,6 @@ "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Nie je možné nájsť používateľský profil pre Matrix ID zobrazené nižšie. Chcete ich napriek tomu pozvať?", "Invite anyway and never warn me again": "Napriek tomu pozvať a viac neupozorňovať", "Invite anyway": "Napriek tomu pozvať", - "Next": "Ďalej", "Invalid homeserver discovery response": "Neplatná odpoveď pri zisťovaní domovského servera", "Invalid identity server discovery response": "Neplatná odpoveď pri zisťovaní servera totožností", "General failure": "Všeobecná chyba", @@ -620,7 +604,6 @@ "Go back to set it again.": "Vráťte sa späť a nastavte to znovu.", "Download": "Stiahnuť", "Unable to create key backup": "Nie je možné vytvoriť zálohu šifrovacích kľúčov", - "Retry": "Skúsiť znovu", "New Recovery Method": "Nový spôsob obnovy", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Ak ste si nenastavili nový spôsob obnovenia, 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.", "Set up Secure Messages": "Nastavenie zabezpečených správ", @@ -725,8 +708,6 @@ "Headphones": "Slúchadlá", "Folder": "Fascikel", "Pin": "Špendlík", - "Yes": "Áno", - "No": "Nie", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Poslali sme vám email, aby sme mohli overiť vašu adresu. Postupujte podľa odoslaných inštrukcií a potom kliknite na nižšie zobrazené tlačidlo.", "Email Address": "Emailová adresa", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Ste si istí? Ak nemáte správne zálohované šifrovacie kľúče, prídete o históriu šifrovaných konverzácií.", @@ -986,7 +967,6 @@ "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) sa prihlásil do novej relácie bez jej overenia:", "Ask this user to verify their session, or manually verify it below.": "Poproste tohto používateľa, aby si overil svoju reláciu alebo ju nižšie manuálne overte.", "Not Trusted": "Nedôveryhodné", - "Done": "Hotovo", "a few seconds ago": "pred pár sekundami", "about a minute ago": "približne pred minútou", "about an hour ago": "približne pred hodinou", @@ -1038,7 +1018,6 @@ "Notification Autocomplete": "Automatické dopĺňanie oznámení", "Room Autocomplete": "Automatické dopĺňanie miestností", "User Autocomplete": "Automatické dopĺňanie používateľov", - "Start": "Začať", "Waiting for %(displayName)s to verify…": "Čakám na %(displayName)s, kým nás overí…", "Cancelling…": "Rušenie…", "They match": "Zhodujú sa", @@ -1069,7 +1048,6 @@ "exists": "existuje", "Manage": "Spravovať", "Securely cache encrypted messages locally for them to appear in search results.": "Bezpečne lokálne ukladať zašifrované správy do vyrovnávacej pamäte, aby sa zobrazovali vo výsledkoch vyhľadávania.", - "Enable": "Povoliť", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)su chýbajú niektoré komponenty potrebné na bezpečné cachovanie šifrovaných správ lokálne. Pokiaľ chcete experimentovať s touto funkciou, spravte si svoj vlastný %(brand)s Desktop s pridanými vyhľadávacími komponentami.", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Táto relácia nezálohuje vaše kľúče, ale máte jednu existujúcu zálohu, ktorú môžete obnoviť a pridať do budúcnosti.", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "Pred odhlásením pripojte túto reláciu k zálohe kľúčov, aby ste predišli strate kľúčov, ktoré môžu byť len v tejto relácii.", @@ -1585,7 +1563,6 @@ "Got an account? Sign in": "Máte účet? Prihláste sa", "Go to my space": "Prejsť do môjho priestoru", "Go to my first room": "Prejsť do mojej prvej miestnosti", - "Forgot password?": "Zabudli ste heslo?", "Looks good!": "Vyzerá to super!", "Go": "Spustiť", "Looks good": "Vyzerá to super", @@ -1733,9 +1710,6 @@ "Navigation": "Navigácia", "Matrix": "Matrix", "Accepting…": "Akceptovanie…", - "Copy": "Kopírovať", - "Disable": "Nepovoliť", - "React": "Reagovať", "Symbols": "Symboly", "Objects": "Objekty", "Activities": "Aktivity", @@ -1880,12 +1854,10 @@ "Upload files": "Nahrať súbory", "Use the Desktop app to see all encrypted files": "Použite desktopovú aplikáciu na zobrazenie všetkých zašifrovaných súborov", "Files": "Súbory", - "Forward": "Preposlať", "Report": "Nahlásiť", "Report Content to Your Homeserver Administrator": "Nahlásenie obsahu správcovi domovského serveru", "Send report": "Odoslať hlásenie", "Report the entire room": "Nahlásiť celú miestnosť", - "Report Content": "Nahlásiť obsah", "e.g. my-space": "napr. moj-priestor", "not ready": "nie je pripravené", "ready": "pripravené", @@ -2074,7 +2046,6 @@ "Space visibility": "Viditeľnosť priestoru", "Anyone will be able to find and join this room.": "Ktokoľvek môže nájsť túto miestnosť a pripojiť sa k nej.", "Room visibility": "Viditeľnosť miestnosti", - "Create a room": "Vytvoriť miestnosť", "Reason (optional)": "Dôvod (voliteľný)", "Confirm your Security Phrase": "Potvrďte svoju bezpečnostnú frázu", "Set a Security Phrase": "Nastaviť bezpečnostnú frázu", @@ -2090,7 +2061,6 @@ "Preparing to download logs": "Príprava na prevzatie záznamov", "Downloading logs": "Sťahovanie záznamov", "This room isn't bridging messages to any platforms. Learn more.": "Táto miestnosť nepremosťuje správy so žiadnymi platformami. Viac informácií", - "Learn more": "Zistiť viac", "Share anonymous data to help us identify issues. Nothing personal. No third parties.": "Zdieľajte anonymné údaje, ktoré nám pomôžu identifikovať problémy. Nič osobné. Žiadne tretie strany.", "Share anonymous data to help us identify issues. Nothing personal. No third parties. Learn More": "Zdieľajte anonymné údaje, ktoré nám pomôžu identifikovať problémy. Nič osobné. Žiadne tretie strany. Zistite viac", "Backup key cached:": "Záložný kľúč v medzipamäti:", @@ -3206,7 +3176,6 @@ "Unban from space": "Zrušiť zákaz vstupu do priestoru", "Ban from space": "Zakázať vstup do priestoru", "Jump to the given date in the timeline": "Prejsť na zadaný dátum na časovej osi", - "Copy link": "Kopírovať odkaz", "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", @@ -3971,6 +3940,39 @@ "verification_cancelled": "Overovanie zrušené", "video": "Video" }, + "action": { + "continue": "Pokračovať", + "copy": "Kopírovať", + "copy_link": "Kopírovať odkaz", + "create": "Vytvoriť", + "create_a_room": "Vytvoriť miestnosť", + "decline": "Odmietnuť", + "disable": "Nepovoliť", + "done": "Hotovo", + "edit": "Upraviť", + "enable": "Povoliť", + "forgot_password": "Zabudli ste heslo?", + "forward": "Preposlať", + "invite": "Pozvať", + "invites_list": "Pozvánky", + "learn_more": "Zistiť viac", + "leave": "Opustiť", + "leave_room": "Opustiť miestnosť", + "next": "Ďalej", + "no": "Nie", + "ok": "OK", + "quote": "Citovať", + "react": "Reagovať", + "remove": "Odstrániť", + "reply": "Odpovedať", + "report_content": "Nahlásiť obsah", + "retry": "Skúsiť znovu", + "save": "Uložiť", + "start": "Začať", + "start_chat": "Začať konverzáciu", + "view_source": "Zobraziť zdroj", + "yes": "Áno" + }, "a11y": { "user_menu": "Používateľské menu" } diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index b6aa4ad08d..e3c316579e 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -67,7 +67,6 @@ "Reject": "Hidheni tej", "Waiting for response from server": "Po pritet për përgjigje nga shërbyesi", "Failed to change password. Is your password correct?": "S’u arrit të ndryshohej fjalëkalimi. A është i saktë fjalëkalimi juaj?", - "OK": "OK", "Failed to send logs: ": "S’u arrit të dërgoheshin regjistra: ", "Warning": "Sinjalizim", "This Room": "Këtë Dhomë", @@ -84,7 +83,6 @@ "No update available.": "S’ka përditësim gati.", "Noisy": "I zhurmshëm", "Collecting app version information": "Po grumbullohen të dhëna versioni aplikacioni", - "Remove": "Hiqe", "Search…": "Kërkoni…", "Tuesday": "E martë", "Event sent!": "Akti u dërgua!", @@ -100,7 +98,6 @@ "Failed to forget room %(errCode)s": "S’u arrit të harrohej dhoma %(errCode)s", "Submit debug logs": "Parashtro regjistra diagnostikimi", "Wednesday": "E mërkurë", - "Quote": "Citim", "Send logs": "Dërgo regjistra", "All messages": "Krejt mesazhet", "unknown error code": "kod gabimi të panjohur", @@ -116,7 +113,6 @@ "Thursday": "E enjte", "Logs sent": "Regjistrat u dërguan", "Back": "Mbrapsht", - "Reply": "Përgjigje", "Show message in desktop notification": "Shfaq mesazh në njoftim për desktop", "Messages in group chats": "Mesazhe në fjalosje në grup", "Yesterday": "Dje", @@ -126,11 +122,7 @@ "What's New": "Ç’ka të Re", "Register": "Regjistrohuni", "Off": "Off", - "Edit": "Përpuno", - "Continue": "Vazhdo", - "Leave": "Dilni", "Developer Tools": "Mjete Zhvilluesi", - "View Source": "Shihini Burimin", "Event Content": "Lëndë Akti", "Rooms": "Dhoma", "PM": "PM", @@ -143,7 +135,6 @@ "%(senderName)s made future room history visible to all room members.": "%(senderName)s e bëri historikun e ardhshëm të dhomës të dukshëm për krejt anëtarët e dhomës.", "%(senderName)s made future room history visible to anyone.": "%(senderName)s e bëri historikun e ardhshëm të dhomës të dukshëm për këdo.", "Always show message timestamps": "Shfaq përherë vula kohore për mesazhet", - "Decline": "Hidhe poshtë", "Accept": "Pranoje", "Incorrect verification code": "Kod verifikimi i pasaktë", "Submit": "Parashtroje", @@ -170,7 +161,6 @@ "Unignore": "Shpërfille", "Ignore": "Shpërfille", "Mention": "Përmendje", - "Invite": "Ftoje", "Admin Tools": "Mjete Përgjegjësi", "and %(count)s others...": { "other": "dhe %(count)s të tjerë…", @@ -194,18 +184,15 @@ "Offline for %(duration)s": "Jo në linjë për %(duration)s", "Idle": "I plogësht", "Unknown": "I panjohur", - "Save": "Ruaje", "Join Room": "Hyni në dhomë", "Upload avatar": "Ngarkoni avatar", "Forget room": "Harroje dhomën", - "Invites": "Ftesa", "Favourites": "Të parapëlqyer", "Low priority": "Me përparësi të ulët", "%(roomName)s does not exist.": "%(roomName)s s’ekziston.", "Banned by %(displayName)s": "Dëbuar nga %(displayName)s", "Privileged Users": "Përdorues të Privilegjuar", "Banned users": "Përdorues të dëbuar", - "Leave room": "Dilni nga dhomë", "Who can read history?": "Kush mund të lexojë historikun?", "Anyone": "Cilido", "Permissions": "Leje", @@ -255,9 +242,7 @@ "expand": "zgjeroje", "Custom level": "Nivel vetjak", "In reply to ": "Në Përgjigje të ", - "Start chat": "Filloni fjalosje", "Confirm Removal": "Ripohoni Heqjen", - "Create": "Krijoje", "Unknown error": "Gabim i panjohur", "Incorrect password": "Fjalëkalim i pasaktë", "Deactivate Account": "Çaktivizoje Llogarinë", @@ -564,13 +549,11 @@ "Forces the current outbound group session in an encrypted room to be discarded": "E detyron të hidhet tej sesionin e tanishëm outbound grupi në një dhomë të fshehtëzuar", "Delete Backup": "Fshije Kopjeruajtjen", "Unable to load key backup status": "S’arrihet të ngarkohet gjendje kopjeruajtjeje kyçesh", - "Next": "Pasuesja", "That matches!": "U përputhën!", "That doesn't match.": "S’përputhen.", "Go back to set it again.": "Shkoni mbrapsht që ta ricaktoni.", "Download": "Shkarkoje", "Unable to create key backup": "S’arrihet të krijohet kopjeruajtje kyçesh", - "Retry": "Riprovo", "Unable to load backup status": "S’arrihet të ngarkohet gjendje kopjeruajtjeje", "Unable to restore backup": "S’arrihet të rikthehet kopjeruajtje", "No backup found!": "S’u gjet kopjeruajtje!", @@ -645,8 +628,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Mesazhet e sigurt me këtë përdorues fshehtëzohen skaj-më-skaj dhe të palexueshëm nga palë të treta.", "Got It": "E Mora Vesh", "Verify this user by confirming the following number appears on their screen.": "Verifikojeni këtë përdorues duke ripohuar shfaqjen e numrit vijues në skenën e tyre.", - "Yes": "Po", - "No": "Jo", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "Ju kemi dërguar një email që të verifikoni adresën tuaj. Ju lutemi, ndiqni udhëzimet e atjeshme dhe mandej klikoni butonin më poshtë.", "Email Address": "Adresë Email", "All keys backed up": "U kopjeruajtën krejt kyçet", @@ -1063,7 +1044,6 @@ "Send report": "Dërgoje njoftimin", "To continue you need to accept the terms of this service.": "Që të vazhdohet, lypset të pranoni kushtet e këtij shërbimi.", "Document": "Dokument", - "Report Content": "Raportoni Lëndë", "Add Email Address": "Shtoni Adresë Email", "Add Phone Number": "Shtoni Numër Telefoni", "Show previews/thumbnails for images": "Shfaq për figurat paraparje/miniatura", @@ -1100,7 +1080,6 @@ "Failed to deactivate user": "S’u 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.", - "React": "Reagoni", "Message Actions": "Veprime Mesazhesh", "You verified %(name)s": "Verifikuat %(name)s", "You cancelled verifying %(name)s": "Anuluat verifikimin e %(name)s", @@ -1269,8 +1248,6 @@ "We couldn't invite those users. Please check the users you want to invite and try again.": "S’i ftuam dot këta përdorues. Ju lutemi, kontrolloni përdoruesit që doni të ftoni dhe riprovoni.", "Failed to find the following users": "S’u 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 s’mund të ftohen: %(csvNames)s", - "Start": "Nise", - "Done": "U bë", "Go Back": "Shko Mbrapsht", "Restore": "Riktheje", "Enter your account password to confirm the upgrade:": "Që të ripohohet përmirësimi, jepni fjalëkalimin e llogarisë tuaj:", @@ -1282,11 +1259,9 @@ "Enable message search in encrypted rooms": "Aktivizo kërkim mesazhesh në dhoma të fshehtëzuara", "Manage": "Administroni", "Securely cache encrypted messages locally for them to appear in search results.": "Ruaj lokalisht në mënyrë të sigurt në fshehtinë mesazhet që të shfaqen në përfundime kërkimi.", - "Enable": "Aktivizoje", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s-it i mungojnë disa përbërës të domosdoshëm për ruajtje lokalisht në mënyrë të sigurt në fshehtinë mesazhe. Nëse do të donit të eksperimentonit me këtë veçori, montoni një Desktop vetjak %(brand)s Desktop me shtim përbërësish kërkimi.", "Message search": "Kërkim mesazhesh", "If disabled, messages from encrypted rooms won't appear in search results.": "Në u çaktivizoftë, mesazhet prej dhomash të fshehtëzuara s’do të duken në përfundime kërkimi.", - "Disable": "Çaktivizoje", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s-i po ruan lokalisht në mënyrë të sigurt në fshehtinë mesazhet që të shfaqen në përfundime kërkimi:", "Space used:": "Hapësirë e përdorur:", "Indexed messages:": "Mesazhe të indeksuar:", @@ -1354,7 +1329,6 @@ "Confirm your identity by entering your account password below.": "Ripohoni identitetin tuaj duke dhënë më poshtë fjalëkalimin e llogarisë tuaj.", "Restore your key backup to upgrade your encryption": "Që të përmirësoni fshehtëzimin tuaj, riktheni kopjeruajtjen e kyçeve tuaj", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Përmirësojeni këtë sesion për ta lejuar të verifikojë sesione të tjerë, duke u akorduar hyrje te mesazhe të fshehtëzuar dhe duke u vënë shenjë si të besuar për përdorues të tjerë.", - "Copy": "Kopjoje", "Create key backup": "Krijo kopjeruajtje kyçesh", "This session is encrypting history using the new recovery method.": "Ky sesion e fshehtëzon historikun duke përdorur metodë të re rimarrjesh.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", @@ -2077,10 +2051,8 @@ "Use email to optionally be discoverable by existing contacts.": "Përdorni email që, nëse doni, të mund t’ju gjejnë kontaktet ekzistues.", "Use email or phone to optionally be discoverable by existing contacts.": "Përdorni email ose telefon që, nëse doni, të mund t’ju gjejnë kontaktet ekzistues.", "Add an email to be able to reset your password.": "Shtoni një email, që të jeni në gjendje të ricaktoni fjalëkalimin tuaj.", - "Forgot password?": "Harruat fjalëkalimin?", "That phone number doesn't look quite right, please check and try again": "Ai numër telefoni s’duket i saktë, ju lutemi, rikontrollojeni dhe riprovojeni", "About homeservers": "Mbi shërbyesit Home", - "Learn more": "Mësoni më tepër", "Use your preferred Matrix homeserver if you have one, or host your own.": "Përdorni shërbyesin tuaj Home të parapëlqyer Matrix, nëse keni një të tillë, ose strehoni një tuajin.", "Other homeserver": "Tjetër shërbyes home", "Sign into your homeserver": "Bëni hyrjen te shërbyesi juaj Home", @@ -2441,7 +2413,6 @@ "Some invites couldn't be sent": "S’u dërguan dot disa nga ftesat", "We sent the others, but the below people couldn't be invited to ": "I dërguam të tjerat, por personat më poshtë s’u ftuan dot te ", "Unnamed audio": "Audio pa emër", - "Forward": "Përcille", "Sent": "U dërgua", "Error processing audio message": "Gabim në përpunim mesazhi audio", "Show %(count)s other previews": { @@ -2500,7 +2471,6 @@ "Visible to space members": "I dukshëm për anëtarë të hapësirë", "Public room": "Dhomë publike", "Private room (invite only)": "Dhomë private (vetëm me ftesa)", - "Create a room": "Krijoni një dhomë", "Only people invited will be able to find and join this room.": "Vetëm personat e ftuar do të jenë në gjendje ta gjejnë dhe hyjnë në këtë dhomë.", "Anyone will be able to find and join this room, not just members of .": "Cilido do të jetë në gjendje të gjejë dhe hyjë në këtë dhomë, jo thjesht vetëm anëtarët e .", "You can change this at any time from room settings.": "Këtë mund ta ndryshoni kurdo, që nga rregullimet e dhomës.", @@ -2759,7 +2729,6 @@ "Spaces to show": "Hapësira për shfaqje", "Sidebar": "Anështyllë", "Other rooms": "Dhoma të tjera", - "Copy link": "Kopjoji vendndodhjen", "Mentions only": "Vetëm përmendje", "Forget": "Harroje", "Files": "Kartela", @@ -3864,6 +3833,39 @@ "verification_cancelled": "Verifikimi u anulua", "video": "Video" }, + "action": { + "continue": "Vazhdo", + "copy": "Kopjoje", + "copy_link": "Kopjoji vendndodhjen", + "create": "Krijoje", + "create_a_room": "Krijoni një dhomë", + "decline": "Hidhe poshtë", + "disable": "Çaktivizoje", + "done": "U bë", + "edit": "Përpuno", + "enable": "Aktivizoje", + "forgot_password": "Harruat fjalëkalimin?", + "forward": "Përcille", + "invite": "Ftoje", + "invites_list": "Ftesa", + "learn_more": "Mësoni më tepër", + "leave": "Dilni", + "leave_room": "Dilni nga dhomë", + "next": "Pasuesja", + "no": "Jo", + "ok": "OK", + "quote": "Citim", + "react": "Reagoni", + "remove": "Hiqe", + "reply": "Përgjigje", + "report_content": "Raportoni Lëndë", + "retry": "Riprovo", + "save": "Ruaje", + "start": "Nise", + "start_chat": "Filloni fjalosje", + "view_source": "Shihini Burimin", + "yes": "Po" + }, "a11y": { "user_menu": "Menu përdoruesi" } diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index 7ebfdba1f9..45e9e7d51e 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -92,7 +92,6 @@ "Enable inline URL previews by default": "Подразумевано укључи УРЛ прегледе", "Enable URL previews for this room (only affects you)": "Укључи УРЛ прегледе у овој соби (утиче само на вас)", "Enable URL previews by default for participants in this room": "Подразумевано омогући прегледе адреса за чланове ове собе", - "Decline": "Одбиј", "Accept": "Прихвати", "Incorrect verification code": "Нетачни потврдни код", "Submit": "Пошаљи", @@ -101,7 +100,6 @@ "No display name": "Нема приказног имена", "New passwords don't match": "Нове лозинке се не подударају", "Passwords can't be empty": "Лозинке не могу бити празне", - "Continue": "Настави", "Export E2E room keys": "Извези E2E кључеве собе", "Do you want to set an email address?": "Да ли желите да поставите мејл адресу?", "Current password": "Тренутна лозинка", @@ -123,7 +121,6 @@ "Ignore": "Занемари", "Jump to read receipt": "Скочи на потврду о прочитаности", "Mention": "Спомени", - "Invite": "Позови", "Admin Tools": "Админ алатке", "and %(count)s others...": { "other": "и %(count)s других...", @@ -155,7 +152,6 @@ "Unknown": "Непознато", "Replying": "Одговара", "Unnamed room": "Неименована соба", - "Save": "Сачувај", "(~%(count)s results)": { "other": "(~%(count)s резултата)", "one": "(~%(count)s резултат)" @@ -164,7 +160,6 @@ "Upload avatar": "Отпреми аватар", "Forget room": "Заборави собу", "Search": "Претрага", - "Invites": "Позивнице", "Favourites": "Омиљено", "Rooms": "Собе", "Low priority": "Ниска важност", @@ -179,7 +174,6 @@ "No users have specific privileges in this room": "Нема корисника са посебним овлашћењима у овој соби", "Banned users": "Корисници са забраном приступа", "This room is not accessible by remote Matrix servers": "Ова соба није доступна са удаљених Матрикс сервера", - "Leave room": "Напусти собу", "Favourite": "Омиљено", "Publish this room to the public in %(domain)s's room directory?": "Објавити ову собу у јавној фасцикли соба на домену %(domain)s?", "Who can read history?": "Ко може читати историјат?", @@ -222,12 +216,10 @@ "Email address": "Мејл адреса", "Sign in": "Пријави се", "Register": "Регистровање", - "Remove": "Уклони", "Something went wrong!": "Нешто је пошло наопако!", "Delete Widget": "Обриши виџет", "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Брисање виџета уклања виџет за све чланове ове собе. Да ли сте сигурни да желите обрисати овај виџет?", "Delete widget": "Обриши виџет", - "Edit": "Уреди", "Create new room": "Направи нову собу", "Home": "Почетна", "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", @@ -319,18 +311,14 @@ "collapse": "скупи", "expand": "рашири", "Custom level": "Прилагођени ниво", - "Quote": "Цитат", - "Start chat": "Започни разговор", "And %(count)s more...": { "other": "И %(count)s других..." }, "Confirm Removal": "Потврди уклањање", - "Create": "Направи", "Unknown error": "Непозната грешка", "Incorrect password": "Нетачна лозинка", "Deactivate Account": "Деактивирај налог", "An error has occurred.": "Догодила се грешка.", - "OK": "У реду", "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, ваша сесија може бити некомпатибилна са овим издањем. Затворите овај прозор и вратите се на новије издање.", "Invalid Email Address": "Неисправна мејл адреса", @@ -344,7 +332,6 @@ "Name": "Име", "You must register to use this functionality": "Морате се регистровати да бисте користили ову могућност", "You must join the room to see its files": "Морате приступити соби да бисте видели њене датотеке", - "Leave": "Напусти", "Description": "Опис", "Reject invitation": "Одбиј позивницу", "Are you sure you want to reject the invitation?": "Да ли сте сигурни да желите одбити позивницу?", @@ -473,7 +460,6 @@ "You cannot delete this message. (%(code)s)": "Не можете обрисати ову поруку. (%(code)s)", "Thursday": "Четвртак", "Back": "Назад", - "Reply": "Одговори", "Show message in desktop notification": "Прикажи поруку у стоном обавештењу", "Messages in group chats": "Поруке у групним ћаскањима", "Yesterday": "Јуче", @@ -483,7 +469,6 @@ "What's New": "Шта је ново", "Resend": "Поново пошаљи", "Developer Tools": "Програмерске алатке", - "View Source": "Погледај извор", "Event Content": "Садржај догађаја", "Thank you!": "Хвала вам!", "Popout widget": "Виџет за искакање", @@ -533,7 +518,6 @@ "Forces the current outbound group session in an encrypted room to be discarded": "Присиљава одбацивање тренутне одлазне сесије групе у шифрованој соби", "%(senderDisplayName)s upgraded this room.": "%(senderDisplayName)s је надоградио ову собу.", "Join millions for free on the largest public server": "Придружите се милионима других бесплатно на највећем јавном серверу", - "Next": "Следеће", "Create account": "Направи налог", "Confirm": "Потврди", "Email (optional)": "Мејл (изборно)", @@ -601,7 +585,6 @@ "Remove recent messages": "Уклони недавне поруке", "Encryption not enabled": "Шифровање није омогућено", "The encryption used by this room isn't supported.": "Начин шифровања унутар ове собе није подржан.", - "React": "Реагуј", "reacted with %(shortName)s": "реаговали са %(shortName)s", "Smileys & People": "Смешци и особе", "Quick Reactions": "Брзе реакције", @@ -616,14 +599,12 @@ "Summary": "Сажетак", "Document": "Документ", "Resend %(unsentCount)s reaction(s)": "Поново пошаљи укупно %(unsentCount)s реакција", - "Report Content": "Пријави садржај", "%(creator)s created and configured the room.": "Корисник %(creator)s је направио и подесио собу.", "Switch to light mode": "Пребаци на светлу тему", "Switch to dark mode": "Пребаци на тамну тему", "All settings": "Сва подешавања", "Feedback": "Повратни подаци", "General failure": "Општа грешка", - "Copy": "Копирај", "Go Back": "Назад", "Send a bug report with logs": "Пошаљи извештај о грешци са записницима", "Light": "Светла", @@ -1013,7 +994,6 @@ "Removing…": "Уклањам…", "Clear all data in this session?": "Да очистим све податке у овој сесији?", "Reason (optional)": "Разлог (опционо)", - "Disable": "Искључи", "If disabled, messages from encrypted rooms won't appear in search results.": "Ако је искључено, поруке из шифрованих соба неће се приказивати у резултатима.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Ако нисте ви уклонили начин опоравка, нападач можда покушава да приступи вашем налогу. Промените своју лозинку и поставите нови начин опоравка у поставкама, одмах.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "Ако сте то случајно учинили, безбедне поруке можете подесити у овој сесији, која ће поново шифровати историју порука сесије помоћу новог начина опоравка.", @@ -1232,7 +1212,6 @@ "Other users can invite you to rooms using your contact details": "Други корисници могу да вас позову у собе користећи ваше контакт податке", "Enter email address (required on this homeserver)": "Унесите адресу е-поште (захтева на овом кућном серверу)", "Use an email address to recover your account": "Користите адресу е-поште за опоравак налога", - "Forgot password?": "Заборавили сте лозинку?", "That phone number doesn't look quite right, please check and try again": "Тај телефонски број не изгледа сасвим у реду, проверите и покушајте поново", "Enter phone number": "Унесите број телефона", "Enter email address": "Унесите адресу е-поште", @@ -1287,7 +1266,6 @@ "Upload a file": "Отпремите датотеку", "Jump to oldest unread message": "Скочите на најстарију непрочитану поруку", "Dismiss read marker and jump to bottom": "Одбаците ознаку за читање и скочите до дна", - "Done": "Готово", "Not Trusted": "Није поуздано", "Ask this user to verify their session, or manually verify it below.": "Питајте овог корисника да потврди његову сесију или ручно да потврди у наставку.", "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) се улоговао у нову сесију без потврђивања:", @@ -1339,5 +1317,29 @@ "suggestions": "Предлози", "unmute": "Појачај", "username": "Корисничко име" + }, + "action": { + "continue": "Настави", + "copy": "Копирај", + "create": "Направи", + "decline": "Одбиј", + "disable": "Искључи", + "done": "Готово", + "edit": "Уреди", + "forgot_password": "Заборавили сте лозинку?", + "invite": "Позови", + "invites_list": "Позивнице", + "leave": "Напусти", + "leave_room": "Напусти собу", + "next": "Следеће", + "ok": "У реду", + "quote": "Цитат", + "react": "Реагуј", + "remove": "Уклони", + "reply": "Одговори", + "report_content": "Пријави садржај", + "save": "Сачувај", + "start_chat": "Започни разговор", + "view_source": "Погледај извор" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 80e729986f..a3c9703ead 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -34,7 +34,6 @@ "Command error": "Kommandofel", "Commands": "Kommandon", "Confirm password": "Bekräfta lösenord", - "Continue": "Fortsätt", "Cryptography": "Kryptografi", "Current password": "Nuvarande lösenord", "Custom level": "Anpassad nivå", @@ -69,7 +68,6 @@ "Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests.": "Kan inte ansluta till hemservern - vänligen kolla din nätverksanslutning, se till att hemserverns SSL-certifikat är betrott, och att inget webbläsartillägg blockerar förfrågningar.", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s ändrade behörighetsnivå för %(powerLevelDiffText)s.", "Close": "Stäng", - "Decline": "Avvisa", "Enter passphrase": "Ange lösenfras", "Failure to create room": "Misslyckades att skapa rummet", "Favourites": "Favoriter", @@ -87,13 +85,11 @@ "Invalid Email Address": "Ogiltig e-postadress", "Invalid file%(extra)s": "Felaktig fil%(extra)s", "Invited": "Inbjuden", - "Invites": "Inbjudningar", "Invites user with given id to current room": "Bjuder in användare med givet ID till detta rum", "Sign in with": "Logga in med", "Join Room": "Gå med i rum", "Jump to first unread message.": "Hoppa till första olästa meddelandet.", "Labs": "Experiment", - "Leave room": "Lämna rummet", "Logout": "Logga ut", "Low priority": "Låg prioritet", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s gjorde framtida rumshistorik synligt för alla rumsmedlemmar från att de bjöds in.", @@ -112,7 +108,6 @@ "No display name": "Inget visningsnamn", "No more results": "Inga fler resultat", "No users have specific privileges in this room": "Inga användare har specifika privilegier i det här rummet", - "OK": "OK", "Operation failed": "Handlingen misslyckades", "Passwords can't be empty": "Lösenorden kan inte vara tomma", "Permissions": "Behörigheter", @@ -124,7 +119,6 @@ "Reason": "Orsak", "Register": "Registrera", "Reject invitation": "Avböj inbjudan", - "Remove": "Ta bort", "Return to login screen": "Tillbaka till inloggningsskärmen", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s har inte tillstånd att skicka aviseringar - kontrollera webbläsarens inställningar", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s fick inte tillstånd att skicka aviseringar - försök igen", @@ -133,7 +127,6 @@ "%(roomName)s does not exist.": "%(roomName)s finns inte.", "%(roomName)s is not accessible at this time.": "%(roomName)s är inte tillgängligt för tillfället.", "Rooms": "Rum", - "Save": "Spara", "Search": "Sök", "Search failed": "Sökning misslyckades", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s skickade en bild.", @@ -153,11 +146,9 @@ "Create new room": "Skapa nytt rum", "Dismiss": "Avvisa", "powered by Matrix": "drivs av Matrix", - "Start chat": "Starta chatt", "unknown error code": "okänd felkod", "Delete widget": "Radera widget", "Define the power level of a user": "Definiera behörighetsnivå för en användare", - "Edit": "Ändra", "Enable automatic language detection for syntax highlighting": "Aktivera automatisk språkdetektering för syntaxmarkering", "Publish this room to the public in %(domain)s's room directory?": "Publicera rummet i den offentliga rumskatalogen på %(domain)s?", "AM": "FM", @@ -208,7 +199,6 @@ "On": "På", "Changelog": "Ändringslogg", "Waiting for response from server": "Väntar på svar från servern", - "Leave": "Lämna", "Warning": "Varning", "This Room": "Det här rummet", "Noisy": "Högljudd", @@ -239,7 +229,6 @@ "Invite to this room": "Bjud in till rummet", "Thursday": "torsdag", "Back": "Tillbaka", - "Reply": "Svara", "Show message in desktop notification": "Visa meddelande i skrivbordsavisering", "Messages in group chats": "Meddelanden i gruppchattar", "Yesterday": "igår", @@ -247,9 +236,7 @@ "Low Priority": "Låg prioritet", "Off": "Av", "Failed to remove tag %(tagName)s from room": "Misslyckades att radera etiketten %(tagName)s från rummet", - "View Source": "Visa källa", "Thank you!": "Tack!", - "Quote": "Citera", "Who can read history?": "Vilka kan läsa historik?", "Members only (since the point in time of selecting this option)": "Endast medlemmar (från tidpunkten för när denna inställning valdes)", "Members only (since they were invited)": "Endast medlemmar (från när de blev inbjudna)", @@ -267,7 +254,6 @@ "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s-widget har tagits bort av %(senderName)s", "Unnamed Room": "Namnlöst rum", "Your browser does not support the required cryptography extensions": "Din webbläsare stödjer inte nödvändiga kryptografitillägg", - "Invite": "Bjud in", "Unignore": "Avignorera", "Ignore": "Ignorera", "Mention": "Nämn", @@ -386,7 +372,6 @@ "Event sent!": "Händelse skickad!", "Event Type": "Händelsetyp", "Event Content": "Händelseinnehåll", - "Create": "Skapa", "Unknown error": "Okänt fel", "Incorrect password": "Felaktigt lösenord", "State Key": "Lägesnyckel", @@ -707,7 +692,6 @@ "Room version": "Rumsversion", "Room version:": "Rumsversion:", "Room Addresses": "Rumsadresser", - "Next": "Nästa", "This homeserver would like to make sure you are not a robot.": "Denna hemserver vill se till att du inte är en robot.", "Change": "Ändra", "Email (optional)": "E-post (valfritt)", @@ -721,13 +705,10 @@ "Create account": "Skapa konto", "Registration has been disabled on this homeserver.": "Registrering har inaktiverats på denna hemserver.", "Unable to query for supported registration methods.": "Kunde inte fråga efter stödda registreringsmetoder.", - "Retry": "Försök igen", "Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Lägger till ¯\\_(ツ)_/¯ i början på ett textmeddelande", "%(senderDisplayName)s made the room invite only.": "%(senderDisplayName)s begränsade rummet till endast inbjudna.", "The user must be unbanned before they can be invited.": "Användaren behöver avbannas innan den kan bjudas in.", "Render simple counters in room header": "Rendera enkla räknare i rumsrubriken", - "Yes": "Ja", - "No": "Nej", "Missing media permissions, click the button below to request.": "Saknar mediebehörigheter, klicka på knappen nedan för att begära.", "Request media permissions": "Begär mediebehörigheter", "Change room avatar": "Byt rumsavatar", @@ -953,7 +934,6 @@ "You're previewing %(roomName)s. Want to join it?": "Du förhandsgranskar %(roomName)s. Vill du gå med i det?", "%(roomName)s can't be previewed. Do you want to join it?": "%(roomName)s kan inte förhandsgranskas. Vill du gå med i det?", "Failed to connect to integration manager": "Kunde inte ansluta till integrationshanterare", - "React": "Reagera", "Message Actions": "Meddelandeåtgärder", "Show image": "Visa bild", "You have ignored this user, so their message is hidden. Show anyways.": "Du har ignorerat den här användaren, så dess meddelande är dolt. Visa ändå.", @@ -1129,7 +1109,6 @@ "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) loggade in i en ny session utan att verifiera den:", "Ask this user to verify their session, or manually verify it below.": "Be den här användaren att verifiera sin session, eller verifiera den manuellt nedan.", "Not Trusted": "Inte betrodd", - "Done": "Klar", "a few seconds ago": "några sekunder sedan", "about a minute ago": "cirka en minut sedan", "%(num)s minutes ago": "%(num)s minuter sedan", @@ -1191,7 +1170,6 @@ "Scan this unique code": "Skanna den här unika koden", "Compare unique emoji": "Jämför unika emojier", "Compare a unique set of emoji if you don't have a camera on either device": "Jämför en unik uppsättning emojier om du inte har en kamera på någon av enheterna", - "Start": "Starta", "Waiting for %(displayName)s to verify…": "Väntar på att %(displayName)s ska verifiera…", "Cancelling…": "Avbryter…", "They match": "De matchar", @@ -1222,7 +1200,6 @@ "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Verifiera individuellt varje session som används av en användare för att markera den som betrodd, och lita inte på korssignerade enheter.", "Manage": "Hantera", "Securely cache encrypted messages locally for them to appear in search results.": "Cachar krypterade meddelanden säkert lokalt för att de ska visas i sökresultat.", - "Enable": "Aktivera", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s saknar vissa komponenter som krävs som krävs för att säkert cacha krypterade meddelanden lokalt. Om du vill experimentera med den här funktionen, bygg en anpassad %(brand)s Skrivbord med sökkomponenter tillagda.", "%(brand)s can't securely cache encrypted messages locally while running in a web browser. Use %(brand)s Desktop for encrypted messages to appear in search results.": "%(brand)s kan inte säkert cacha krypterade meddelanden lokalt när den kör i en webbläsare. Använd %(brand)s Skrivbord för att krypterade meddelanden ska visas i sökresultaten.", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "Den här servern säkerhetskopierar inte dina nycklar, men du har en existerande säkerhetskopia du kan återställa ifrån och lägga till till i framtiden.", @@ -1520,7 +1497,6 @@ "A connection error occurred while trying to contact the server.": "Ett fel inträffade vid försök att kontakta servern.", "The server is not configured to indicate what the problem is (CORS).": "Servern är inte inställd på att indikera vad problemet är (CORS).", "Recent changes that have not yet been received": "Nyliga ändringar har inte mottagits än", - "Copy": "Kopiera", "Command Help": "Kommandohjälp", "Upload all": "Ladda upp alla", "Verification Request": "Verifikationsförfrågan", @@ -1538,7 +1514,6 @@ "Successfully restored %(sessionCount)s keys": "Återställde framgångsrikt %(sessionCount)s nycklar", "Warning: you should only set up key backup from a trusted computer.": "Varning: Du bör endast sätta upp nyckelsäkerhetskopiering från en betrodd dator.", "Resend %(unsentCount)s reaction(s)": "Skicka %(unsentCount)s reaktion(er) igen", - "Report Content": "Rapportera innehåll", "This room is public": "Det här rummet är offentligt", "Away": "Borta", "Country Dropdown": "Land-dropdown", @@ -1640,7 +1615,6 @@ "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "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.", "If disabled, messages from encrypted rooms won't appear in search results.": "Om den är inaktiverad visas inte meddelanden från krypterade rum i sökresultaten.", - "Disable": "Inaktivera", "Not currently indexing messages for any room.": "Indexerar för närvarande inte meddelanden för något rum.", "Currently indexing: %(currentRoom)s": "Indexerar för närvarande: %(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s cachar säkert krypterade meddelanden lokalt för att de ska visas i sökresultat:", @@ -2085,7 +2059,6 @@ "Use email to optionally be discoverable by existing contacts.": "Använd e-post för att valfritt kunna upptäckas av existerande kontakter.", "Use email or phone to optionally be discoverable by existing contacts.": "Använd e-post eller telefon för att valfritt kunna upptäckas av existerande kontakter.", "Add an email to be able to reset your password.": "Lägg till en e-postadress för att kunna återställa ditt lösenord.", - "Forgot password?": "Glömt lösenordet?", "That phone number doesn't look quite right, please check and try again": "Det telefonnumret ser inte korrekt ut, vänligen kolla det och försök igen", "Enter phone number": "Ange telefonnummer", "Enter email address": "Ange e-postadress", @@ -2096,7 +2069,6 @@ "This widget would like to:": "Den här widgeten skulle vilja:", "Approve widget permissions": "Godta widgetbehörigheter", "About homeservers": "Om hemservrar", - "Learn more": "Läs mer", "Use your preferred Matrix homeserver if you have one, or host your own.": "Använd din föredragna hemserver om du har en, eller driv din egen.", "Other homeserver": "Annan hemserver", "Sign into your homeserver": "Logga in på din hemserver", @@ -2537,7 +2509,6 @@ "Collapse reply thread": "Kollapsa svarstråd", "Show preview": "Visa förhandsgranskning", "View source": "Visa källkod", - "Forward": "Vidarebefordra", "Settings - %(spaceName)s": "Inställningar - %(spaceName)s", "Please note upgrading will make a new version of the room. All current messages will stay in this archived room.": "Observera att en uppgradering kommer att skapa en ny version av rummet. Alla nuvarande meddelanden kommer att stanna i det arkiverade rummet.", "Automatically invite members from this room to the new one": "Bjud automatiskt in medlemmar från det här rummet till det nya", @@ -2575,7 +2546,6 @@ "Public room": "Offentligt rum", "Private room (invite only)": "Privat rum (endast inbjudan)", "Room visibility": "Rumssynlighet", - "Create a room": "Skapa ett rum", "Only people invited will be able to find and join this room.": "Bara inbjudna personer kommer kunna hitta och gå med i det här rummet.", "Anyone will be able to find and join this room.": "Vem som helst kommer kunna hitta och gå med i det här rummet.", "Anyone will be able to find and join this room, not just members of .": "Vem som helst kommer kunna hitta och gå med i det här rummet, inta bara medlemmar i .", @@ -3155,7 +3125,6 @@ "Live location ended": "Realtidsposition avslutad", "Live until %(expiryTime)s": "Realtid tills %(expiryTime)s", "Updated %(humanizedUpdateTime)s": "Uppdaterade %(humanizedUpdateTime)s", - "Copy link": "Kopiera länk", "No verification requests found": "Inga verifieringsförfrågningar hittade", "Observe only": "Bara kolla", "Requester": "Den som skickat förfrågan", @@ -3911,6 +3880,39 @@ "verification_cancelled": "Verifiering avbruten", "video": "Video" }, + "action": { + "continue": "Fortsätt", + "copy": "Kopiera", + "copy_link": "Kopiera länk", + "create": "Skapa", + "create_a_room": "Skapa ett rum", + "decline": "Avvisa", + "disable": "Inaktivera", + "done": "Klar", + "edit": "Ändra", + "enable": "Aktivera", + "forgot_password": "Glömt lösenordet?", + "forward": "Vidarebefordra", + "invite": "Bjud in", + "invites_list": "Inbjudningar", + "learn_more": "Läs mer", + "leave": "Lämna", + "leave_room": "Lämna rummet", + "next": "Nästa", + "no": "Nej", + "ok": "OK", + "quote": "Citera", + "react": "Reagera", + "remove": "Ta bort", + "reply": "Svara", + "report_content": "Rapportera innehåll", + "retry": "Försök igen", + "save": "Spara", + "start": "Starta", + "start_chat": "Starta chatt", + "view_source": "Visa källa", + "yes": "Ja" + }, "a11y": { "user_menu": "Användarmeny" } diff --git a/src/i18n/strings/ta.json b/src/i18n/strings/ta.json index c66cc69c5f..dce3587762 100644 --- a/src/i18n/strings/ta.json +++ b/src/i18n/strings/ta.json @@ -12,7 +12,6 @@ "Failed to forget room %(errCode)s": "அறையை மறப்பதில் தோல்வி %(errCode)s", "Favourite": "விருப்பமான", "Invite to this room": "இந்த அறைக்கு அழை", - "Leave": "வெளியேறு", "Low Priority": "குறைந்த முன்னுரிமை", "Failed to remove tag %(tagName)s from room": "அறையில் இருந்து குறிச்சொல் %(tagName)s களை அகற்றுவது தோல்வியடைந்தது", "Messages containing my display name": "என் காட்சி பெயர் கொண்ட செய்திகள்", @@ -26,9 +25,7 @@ "On": "மீது", "Operation failed": "செயல்பாடு தோல்வியுற்றது", "powered by Matrix": "Matrix-ஆல் ஆனது", - "Quote": "மேற்கோள்", "Reject": "நிராகரி", - "Remove": "நீக்கு", "Resend": "மீண்டும் அனுப்பு", "Search": "தேடு", "Search…": "தேடு…", @@ -40,13 +37,11 @@ "unknown error code": "தெரியாத பிழை குறி", "Unnamed room": "பெயரிடப்படாத அறை", "Update": "புதுப்பி", - "View Source": "மூலத்தைக் காட்டு", "What's New": "புதிதாக வந்தவை", "What's new?": "புதிதாக என்ன?", "Waiting for response from server": "வழங்கியின் பதிலுக்காக காத்திருக்கிறது", "When I'm invited to a room": "நான் அறைக்கு அழைக்கப்பட்ட போது", "You cannot delete this message. (%(code)s)": "இந்த செய்தியை நீங்கள் அழிக்க முடியாது. (%(code)s)", - "OK": "சரி", "Show message in desktop notification": "திரை அறிவிப்புகளில் செய்தியை காண்பிக்கவும்", "Sunday": "ஞாயிறு", "Monday": "திங்கள்", @@ -64,8 +59,6 @@ "Event sent!": "நிகழ்வு அனுப்பப்பட்டது", "Event Type": "நிகழ்வு வகை", "Event Content": "நிகழ்வு உள்ளடக்கம்", - "Edit": "தொகு", - "Continue": "தொடரவும்", "Register": "பதிவு செய்", "Rooms": "அறைகள்", "This email address is already in use": "இந்த மின்னஞ்சல் முகவரி முன்னதாகவே பயன்பாட்டில் உள்ளது", @@ -146,5 +139,14 @@ "analytics": "பகுப்பாய்வு", "error": "பிழை", "mute": "முடக்கு" + }, + "action": { + "continue": "தொடரவும்", + "edit": "தொகு", + "leave": "வெளியேறு", + "ok": "சரி", + "quote": "மேற்கோள்", + "remove": "நீக்கு", + "view_source": "மூலத்தைக் காட்டு" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/te.json b/src/i18n/strings/te.json index b847a011d2..4ae0a18ebd 100644 --- a/src/i18n/strings/te.json +++ b/src/i18n/strings/te.json @@ -33,12 +33,10 @@ "Command error": "కమాండ్ లోపం", "Commands": "కమ్మండ్స్", "Confirm password": "పాస్వర్డ్ని నిర్ధారించండి", - "Continue": "కొనసాగించు", "Cryptography": "క్రిప్టోగ్రఫీ", "Current password": "ప్రస్తుత పాస్వర్డ్", "Custom level": "అనుకూల స్థాయి", "Deactivate Account": "ఖాతాను డీయాక్టివేట్ చేయండి", - "Decline": "డిక్లైన్", "Deops user with given id": "ఇచ్చిన ID తో వినియోగదారుని విడదీస్తుంది", "Default": "డిఫాల్ట్", "Sun": "ఆదివారం", @@ -76,7 +74,6 @@ "unknown error code": "తెలియని కోడ్ లోపం", "Please enter the code it contains:": "దయచేసి దాన్ని కలిగి ఉన్న కోడ్ను నమోదు చేయండి:", "Unable to restore session": "సెషన్ను పునరుద్ధరించడానికి సాధ్యపడలేదు", - "Remove": "తొలగించు", "Create new room": "క్రొత్త గది సృష్టించండి", "Dismiss": "రద్దుచేసే", "Favourite": "గుర్తుంచు", @@ -90,7 +87,6 @@ "Friday": "శుక్రువారం", "On": "వేయుము", "Changelog": "మార్పు వివరణ", - "Leave": "వదిలి", "Source URL": "మూల URL", "Warning": "హెచ్చరిక", "Noisy": "శబ్దం", @@ -130,5 +126,11 @@ "error": "లోపం", "mute": "నిశబ్ధము", "settings": "అమరికలు" + }, + "action": { + "continue": "కొనసాగించు", + "decline": "డిక్లైన్", + "leave": "వదిలి", + "remove": "తొలగించు" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index d524cb8b7e..be60d706a7 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -13,7 +13,6 @@ "Emoji": "อีโมจิ", "Low priority": "ความสำคัญต่ำ", "Name": "ชื่อ", - "OK": "ตกลง", "Profile": "โปรไฟล์", "Reason": "เหตุผล", "Register": "ลงทะเบียน", @@ -25,7 +24,6 @@ "powered by Matrix": "ใช้เทคโนโลยี Matrix", "Search": "ค้นหา", "unknown error code": "รหัสข้อผิดพลาดที่ไม่รู้จัก", - "Remove": "ลบ", "Favourite": "รายการโปรด", "Failed to forget room %(errCode)s": "การลืมห้องล้มเหลว %(errCode)s", "Admin": "ผู้ดูแล", @@ -52,7 +50,6 @@ "Command error": "คำสั่งผิดพลาด", "Commands": "คำสั่ง", "Confirm password": "ยืนยันรหัสผ่าน", - "Continue": "ดำเนินการต่อ", "Cryptography": "วิทยาการเข้ารหัส", "Current password": "รหัสผ่านปัจจุบัน", "Deactivate Account": "ปิดการใช้งานบัญชี", @@ -81,13 +78,11 @@ "Invalid Email Address": "ที่อยู่อีเมลไม่ถูกต้อง", "Invalid file%(extra)s": "ไฟล์ %(extra)s ไม่ถูกต้อง", "Invited": "เชิญแล้ว", - "Invites": "คำเชิญ", "Invites user with given id to current room": "เชิญผู้ใช้ พร้อม id ของห้องปัจจุบัน", "Sign in with": "เข้าสู่ระบบด้วย", "Join Room": "เข้าร่วมห้อง", "Jump to first unread message.": "ข้ามไปยังข้อความแรกที่ยังไม่ได้อ่าน", "Labs": "ห้องทดลอง", - "Leave room": "ออกจากห้อง", "Logout": "ออกจากระบบ", "Missing user_id in request": "ไม่พบ user_id ในคำขอ", "Moderator": "ผู้ช่วยดูแล", @@ -106,7 +101,6 @@ "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s ไม่มีสิทธิ์ส่งการแจ้งเตือน - กรุณาตรวจสอบการตั้งค่าเบราว์เซอร์ของคุณ", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s ไม่ได้รับสิทธิ์ส่งการแจ้งเตือน - กรุณาลองใหม่อีกครั้ง", "Rooms": "ห้องสนทนา", - "Save": "บันทึก", "Search failed": "การค้นหาล้มเหลว", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s ได้ส่งรูป", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s ได้ส่งคำเชิญให้ %(targetDisplayName)s เข้าร่วมห้อง", @@ -125,7 +119,6 @@ "This email address was not found": "ไม่พบที่อยู่อีเมล", "This phone number is already in use": "หมายเลขโทรศัพท์นี้ถูกใช้งานแล้ว", "Create new room": "สร้างห้องใหม่", - "Start chat": "เริ่มแชท", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts.": "ไม่สามารถเชื่อมต่อไปยังเซิร์ฟเวอร์บ้านผ่านทาง HTTP ได้เนื่องจาก URL ที่อยู่บนเบราว์เซอร์เป็น HTTPS กรุณาใช้ HTTPS หรือเปิดใช้งานสคริปต์ที่ไม่ปลอดภัย.", "Export E2E room keys": "ส่งออกกุญแจถอดรหัส E2E", "Failed to change power level": "การเปลี่ยนระดับอำนาจล้มเหลว", @@ -184,7 +177,6 @@ "Add": "เพิ่ม", "Accept": "ยอมรับ", "Close": "ปิด", - "Decline": "ปฏิเสธ", "Home": "เมนูหลัก", "Unnamed Room": "ห้องที่ยังไม่ได้ตั้งชื่อ", "(~%(count)s results)": { @@ -214,7 +206,6 @@ "On": "เปิด", "Changelog": "บันทึกการเปลี่ยนแปลง", "Waiting for response from server": "กำลังรอการตอบสนองจากเซิร์ฟเวอร์", - "Leave": "ออกจากห้อง", "Warning": "คำเตือน", "This Room": "ห้องนี้", "Resend": "ส่งใหม่", @@ -227,7 +218,6 @@ "No update available.": "ไม่มีอัปเดตที่ใหม่กว่า", "Noisy": "เสียงดัง", "Collecting app version information": "กำลังรวบรวมข้อมูลเวอร์ชันแอป", - "View Source": "ดูซอร์ส", "Tuesday": "วันอังคาร", "Search…": "ค้นหา…", "Unnamed room": "ห้องที่ไม่มีชื่อ", @@ -251,7 +241,6 @@ "Low Priority": "ความสำคัญต่ำ", "Off": "ปิด", "Failed to remove tag %(tagName)s from room": "การลบแท็ก %(tagName)s จากห้องล้มเหลว", - "Quote": "อ้างอิง", "Explore rooms": "สำรวจห้อง", "Sign In": "ลงชื่อเข้า", "Create Account": "สร้างบัญชี", @@ -453,13 +442,9 @@ "Failed to connect to integration manager": "ไม่สามารถเชื่อมต่อกับตัวจัดการการรวม", "General failure": "ข้อผิดพลาดทั่วไป", "General": "ทั่วไป", - "Retry": "ลองใหม่", "Download": "ดาวน์โหลด", - "Next": "ถัดไป", "collapse": "ยุบ", - "Invite": "เชิญ", "Ignore": "เพิกเฉย", - "Create": "สร้าง", "Skip": "ข้าม", "Idle": "ว่าง", "Online": "ออนไลน์", @@ -479,5 +464,22 @@ "success": "สำเร็จ", "unmute": "เปิดเสียง", "username": "ชื่อผู้ใช้" + }, + "action": { + "continue": "ดำเนินการต่อ", + "create": "สร้าง", + "decline": "ปฏิเสธ", + "invite": "เชิญ", + "invites_list": "คำเชิญ", + "leave": "ออกจากห้อง", + "leave_room": "ออกจากห้อง", + "next": "ถัดไป", + "ok": "ตกลง", + "quote": "อ้างอิง", + "remove": "ลบ", + "retry": "ลองใหม่", + "save": "บันทึก", + "start_chat": "เริ่มแชท", + "view_source": "ดูซอร์ส" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 0f77d74cb0..e710a35ffb 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -40,12 +40,10 @@ "Command error": "Komut Hatası", "Commands": "Komutlar", "Confirm password": "Şifreyi Onayla", - "Continue": "Devam Et", "Cryptography": "Kriptografi", "Current password": "Şimdiki Şifre", "Custom level": "Özel seviye", "Deactivate Account": "Hesabı Devre Dışı Bırakma", - "Decline": "Reddet", "Decrypt %(text)s": "%(text)s metninin şifresini çöz", "Deops user with given id": "ID'leriyle birlikte , düşürülmüş kullanıcılar", "Default": "Varsayılan", @@ -87,13 +85,11 @@ "Invalid Email Address": "Geçersiz E-posta Adresi", "Invalid file%(extra)s": "Geçersiz dosya %(extra)s'ı", "Invited": "Davet Edildi", - "Invites": "Davetler", "Invites user with given id to current room": "Mevcut odaya verilen kimliği olan kullanıcıyı davet eder", "Sign in with": "Şununla giriş yap", "Join Room": "Odaya Katıl", "Jump to first unread message.": "İlk okunmamış iletiye atla.", "Labs": "Laboratuarlar", - "Leave room": "Odadan ayrıl", "Logout": "Çıkış Yap", "Low priority": "Düşük öncelikli", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s gelecekte oda geçmişini görünür yaptı Tüm oda üyeleri , davet edildiği noktadan.", @@ -113,7 +109,6 @@ "No display name": "Görünür isim yok", "No more results": "Başka sonuç yok", "No users have specific privileges in this room": "Bu odada hiçbir kullanıcının belirli ayrıcalıkları yoktur", - "OK": "Tamam", "Operation failed": "Operasyon başarısız oldu", "Passwords can't be empty": "Şifreler boş olamaz", "Permissions": "İzinler", @@ -125,7 +120,6 @@ "Reason": "Sebep", "Register": "Kaydolun", "Reject invitation": "Daveti Reddet", - "Remove": "Kaldır", "Return to login screen": "Giriş ekranına dön", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s size bildirim gönderme iznine sahip değil - lütfen tarayıcı ayarlarınızı kontrol edin", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s'a bildirim gönderme izni verilmedi - lütfen tekrar deneyin", @@ -134,7 +128,6 @@ "%(roomName)s does not exist.": "%(roomName)s mevcut değil.", "%(roomName)s is not accessible at this time.": "%(roomName)s şu anda erişilebilir değil.", "Rooms": "Odalar", - "Save": "Kaydet", "Search": "Ara", "Search failed": "Arama başarısız", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s bir resim gönderdi.", @@ -226,7 +219,6 @@ }, "Cancel": "İptal", "Create new room": "Yeni Oda Oluştur", - "Start chat": "Sohbet Başlat", "New Password": "Yeni Şifre", "Start automatically after system login": "Sisteme giriş yaptıktan sonra otomatik başlat", "Options": "Seçenekler", @@ -279,7 +271,6 @@ "On": "Açık", "Changelog": "Değişiklikler", "Waiting for response from server": "Sunucudan yanıt bekleniyor", - "Leave": "Ayrıl", "This Room": "Bu Oda", "Noisy": "Gürültülü", "Messages in one-to-one chats": "Bire bir sohbetlerdeki mesajlar", @@ -296,7 +287,6 @@ "Collecting logs": "Kayıtlar toplanıyor", "All Rooms": "Tüm Odalar", "Wednesday": "Çarşamba", - "Quote": "Alıntı", "Send": "Gönder", "Send logs": "Kayıtları gönder", "All messages": "Tüm mesajlar", @@ -313,7 +303,6 @@ "Low Priority": "Düşük Öncelikli", "Off": "Kapalı", "Failed to remove tag %(tagName)s from room": "Odadan %(tagName)s etiketi kaldırılamadı", - "View Source": "Kaynağı Görüntüle", "Add Email Address": "Eposta Adresi Ekle", "Add Phone Number": "Telefon Numarası Ekle", "Call Failed": "Arama Başarısız", @@ -360,8 +349,6 @@ "Room ID": "Oda ID", "More options": "Daha fazla seçenek", "Join": "Katıl", - "Yes": "Evet", - "No": "Hayır", "expand": "genişlet", "Rotate Left": "Sola Döndür", "Rotate Right": "Sağa Döndür", @@ -423,7 +410,6 @@ "Notes": "Notlar", "Removing…": "Siliniyor…", "Clear all data": "Bütün verileri sil", - "Create": "Oluştur", "Please enter a name for the room": "Lütfen oda için bir ad girin", "Create a private room": "Özel bir oda oluştur", "Hide advanced": "Gelişmiş gizle", @@ -475,7 +461,6 @@ "Service": "Hizmet", "Summary": "Özet", "Document": "Belge", - "Next": "İleri", "Upload files": "Dosyaları yükle", "Upload all": "Hepsini yükle", "Cancel All": "Hepsi İptal", @@ -483,7 +468,6 @@ "Unable to load backup status": "Yedek durumu yüklenemiyor", "Unable to restore backup": "Yedek geri dönüşü yapılamıyor", "No backup found!": "Yedek bulunamadı!", - "Report Content": "İçeriği Raporla", "Remove for everyone": "Herkes için sil", "This homeserver would like to make sure you are not a robot.": "Bu ana sunucu sizin bir robot olup olmadığınızdan emin olmak istiyor.", "Country Dropdown": "Ülke Listesi", @@ -554,7 +538,6 @@ "That doesn't match.": "Eşleşmiyor.", "Download": "İndir", "Success!": "Başarılı!", - "Retry": "Yeniden Dene", "Unable to create key backup": "Anahtar yedeği oluşturulamıyor", "New Recovery Method": "Yeni Kurtarma Yöntemi", "Go to Settings": "Ayarlara Git", @@ -737,7 +720,6 @@ "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", - "Invite": "Davet", "Share Link to User": "Kullanıcıya Link Paylaş", "Send an encrypted reply…": "Şifrelenmiş bir cevap gönder…", "Send an encrypted message…": "Şifreli bir mesaj gönder…", @@ -791,8 +773,6 @@ "one": "1 doğrulanmış oturum" }, "Verify": "Doğrula", - "Reply": "Cevapla", - "Edit": "Düzenle", "Message Actions": "Mesaj Eylemleri", "Show image": "Resim göster", "You verified %(name)s": "%(name)s yı doğruladınız", @@ -860,8 +840,6 @@ "You're previewing %(roomName)s. Want to join it?": "%(roomName)s odasını inceliyorsunuz. Katılmak ister misiniz?", "You don't currently have any stickerpacks enabled": "Açılmış herhangi bir çıkartma paketine sahip değilsiniz", "Room Topic": "Oda Başlığı", - "Start": "Başlat", - "Done": "Bitti", "Go Back": "Geri dön", "Gets or sets the room topic": "Oda başlığını getirir yada ayarlar", "Unbans user with given ID": "Verilen ID ile kullanıcı yasağını kaldırır", @@ -1034,7 +1012,6 @@ "Please contact your service administrator to continue using this service.": "Bu servisi kullanmaya devam etmek için lütfen servis yöneticinizle bağlantı kurun.", "Failed to perform homeserver discovery": "Anasunucu keşif işlemi başarısız", "Go back to set it again.": "Geri git ve yeniden ayarla.", - "Copy": "Kopyala", "Upgrade your encryption": "Şifrelemenizi güncelleyin", "Create key backup": "Anahtar yedeği oluştur", "Set up Secure Messages": "Güvenli Mesajları Ayarla", @@ -1053,7 +1030,6 @@ "in secret storage": "sır deposunda", "Secret storage public key:": "Sır deposu açık anahtarı:", "Manage": "Yönet", - "Enable": "Aç", "The integration manager is offline or it cannot reach your homeserver.": "Entegrasyon yöneticisi çevrim dışı veya anasunucunuza erişemiyor.", "Connect this session to Key Backup": "Anahtar Yedekleme için bu oturuma bağlanın", "This backup is trusted because it has been restored on this session": "Bu yedek güvenilir çünkü bu oturumda geri döndürüldü", @@ -1573,7 +1549,6 @@ "Video conference started by %(senderName)s": "Video konferans %(senderName)s tarafından başlatıldı", "Video conference updated by %(senderName)s": "Video konferans %(senderName)s tarafından güncellendi", "Video conference ended by %(senderName)s": "Video konferans %(senderName)s tarafından sonlandırıldı", - "React": "Tepki ver", "The encryption used by this room isn't supported.": "Bu odada kullanılan şifreleme desteklenmiyor.", "Encryption not enabled": "Şifreleme etkin değil", "Ignored attempt to disable encryption": "Şifrelemeyi devre dışı bırakma denemesi yok sayıldı", @@ -1788,7 +1763,6 @@ "Shift": "Shift", "Alt": "Alt", "Calls": "Aramalar", - "Disable": "Devre dışı bırak", "Feedback": "Geri bildirim", "Matrix": "Matrix", "Categories": "Kategoriler", @@ -2028,6 +2002,34 @@ "username": "Kullanıcı Adı", "verification_cancelled": "Doğrulama iptal edildi" }, + "action": { + "continue": "Devam Et", + "copy": "Kopyala", + "create": "Oluştur", + "decline": "Reddet", + "disable": "Devre dışı bırak", + "done": "Bitti", + "edit": "Düzenle", + "enable": "Aç", + "invite": "Davet", + "invites_list": "Davetler", + "leave": "Ayrıl", + "leave_room": "Odadan ayrıl", + "next": "İleri", + "no": "Hayır", + "ok": "Tamam", + "quote": "Alıntı", + "react": "Tepki ver", + "remove": "Kaldır", + "reply": "Cevapla", + "report_content": "İçeriği Raporla", + "retry": "Yeniden Dene", + "save": "Kaydet", + "start": "Başlat", + "start_chat": "Sohbet Başlat", + "view_source": "Kaynağı Görüntüle", + "yes": "Evet" + }, "a11y": { "user_menu": "Kullanıcı menüsü" } diff --git a/src/i18n/strings/tzm.json b/src/i18n/strings/tzm.json index 8d6fc9ff6d..06a6a105c1 100644 --- a/src/i18n/strings/tzm.json +++ b/src/i18n/strings/tzm.json @@ -23,7 +23,6 @@ "Tue": "Asn", "Mon": "Ayn", "Sun": "Asa", - "OK": "WAX", "Dismiss": "Nexxel", "Add Phone Number": "Rnu uṭṭun n utilifun", "Add Email Address": "Rnu tasna imayl", @@ -66,7 +65,6 @@ "Emoji": "Imuji", "Afghanistan": "Afɣanistan", "Logout": "Ffeɣ", - "Leave": "Fel", "Phone": "Atilifun", "Email": "Imayl", "Go": "Ddu", @@ -77,8 +75,6 @@ "edited": "infel", "Copied!": "inɣel!", "Home": "Asnubeg", - "Reply": "Rar", - "Yes": "Yah", "Search…": "Arezzu…", "A-Z": "A-Ẓ", "Reject": "Agy", @@ -94,9 +90,7 @@ "Account": "Amiḍan", "Theme": "Asgum", "Algorithm:": "Talguritmit:", - "Save": "Ḥḍu", "Profile": "Ifres", - "Remove": "KKes", "Folder": "Asdaw", "Guitar": "Agiṭaṛ", "Ball": "Tacama", @@ -124,20 +118,28 @@ "Lion": "Izem", "Cat": "Amuc", "Dog": "Aydi", - "Decline": "Agy", "Guest": "Anebgi", "Ok": "Wax", "Notifications": "Tineɣmisin", - "No": "Uhu", "Dark": "Adeɣmum", "Usage": "Asemres", "Feb": "Bṛa", "Jan": "Yen", - "Continue": "Kemmel", "common": { "about": "Xef", "error": "Tazgelt", "people": "Midden", "settings": "Tisɣal" + }, + "action": { + "continue": "Kemmel", + "decline": "Agy", + "leave": "Fel", + "no": "Uhu", + "ok": "WAX", + "remove": "KKes", + "reply": "Rar", + "save": "Ḥḍu", + "yes": "Yah" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json index e0828d0bf8..307863aa2d 100644 --- a/src/i18n/strings/uk.json +++ b/src/i18n/strings/uk.json @@ -8,13 +8,9 @@ "Notifications": "Сповіщення", "Operation failed": "Не вдалося виконати дію", "powered by Matrix": "працює на Matrix", - "Remove": "Прибрати", "Search": "Пошук", - "Start chat": "Почати розмову", "unknown error code": "невідомий код помилки", - "OK": "Гаразд", "Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?", - "Continue": "Продовжити", "Accept": "Погодитись", "Account": "Обліковий запис", "Add": "Додати", @@ -53,7 +49,6 @@ "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s змінює тему на %(topic)s.", "Email": "Е-пошта", "Email address": "Адреса е-пошти", - "Edit": "Змінити", "Register": "Зареєструватися", "Rooms": "Кімнати", "This email address is already in use": "Ця е-пошта вже використовується", @@ -69,7 +64,6 @@ "On": "Увімкнено", "Changelog": "Журнал змін", "Waiting for response from server": "Очікується відповідь від сервера", - "Leave": "Вийти", "Failed to send logs: ": "Не вдалося надіслати журнали: ", "Warning": "Попередження", "This Room": "Ця кімната", @@ -95,20 +89,17 @@ "All Rooms": "Усі кімнати", "Wednesday": "Середа", "You cannot delete this message. (%(code)s)": "Ви не можете видалити це повідомлення. (%(code)s)", - "Quote": "Цитувати", "Send": "Надіслати", "Send logs": "Надіслати журнали", "All messages": "Усі повідомлення", "Call invitation": "Запрошення до виклику", "State Key": "Ключ стану", "What's new?": "Що нового?", - "View Source": "Переглянути код", "Invite to this room": "Запросити до цієї кімнати", "Thursday": "Четвер", "Search…": "Пошук…", "Logs sent": "Журнали надіслані", "Back": "Назад", - "Reply": "Відповісти", "Show message in desktop notification": "Показувати повідомлення у стільничних сповіщеннях", "Messages in group chats": "Повідомлення у групових бесідах", "Yesterday": "Вчора", @@ -178,7 +169,6 @@ "Usage": "Використання", "Changes your display nickname": "Змінює ваш нік", "Invites user with given id to current room": "Запрошує користувача зі вказаним ID до кімнати", - "Leave room": "Вийти з кімнати", "Ignores a user, hiding their messages from you": "Ігнорує користувача, приховуючи його повідомлення від вас", "Ignored user": "Зігнорований користувач", "You are now ignoring %(userId)s": "Ви ігноруєте %(userId)s", @@ -225,7 +215,6 @@ "Enable inline URL previews by default": "Увімкнути вбудований перегляд гіперпосилань за умовчанням", "Enable URL previews for this room (only affects you)": "Увімкнути попередній перегляд гіперпосилань в цій кімнаті (стосується тільки вас)", "Enable URL previews by default for participants in this room": "Увімкнути попередній перегляд гіперпосилань за умовчанням для учасників цієї кімнати", - "Decline": "Відхилити", "Incorrect verification code": "Неправильний код перевірки", "Submit": "Надіслати", "Phone": "Телефон", @@ -461,7 +450,6 @@ "%(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.": "Попросіть цього користувача звірити сеанс, або звірте його власноруч унизу.", "Not Trusted": "Не довірений", - "Done": "Готово", "%(displayName)s is typing …": "%(displayName)s пише…", "%(names)s and %(count)s others are typing …": { "other": "%(names)s та ще %(count)s учасників пишуть…", @@ -520,7 +508,6 @@ "Common names and surnames are easy to guess": "Розповсюджені імена та прізвища легко вгадувані", "Straight rows of keys are easy to guess": "Прямі ради клавіш легко вгадувані", "Short keyboard patterns are easy to guess": "Короткі клавіатурні шаблони легко вгадувані", - "No": "НІ", "Your homeserver has exceeded its user limit.": "Ваш домашній сервер перевищив свій ліміт користувачів.", "Your homeserver has exceeded one of its resource limits.": "Ваш домашній сервер перевищив одне із своїх обмежень ресурсів.", "Contact your server admin.": "Зверніться до адміністратора сервера.", @@ -605,7 +592,6 @@ "Room options": "Параметри кімнати", "Send as message": "Надіслати як повідомлення", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Ви не зможете скасувати цю зміну через те, що ви підвищуєте рівень повноважень користувача до свого рівня.", - "React": "Відреагувати", "Message deleted": "Повідомлення видалено", "Message deleted by %(name)s": "Повідомлення видалено %(name)s", "Message deleted on %(date)s": "Повідомлення видалено %(date)s", @@ -695,14 +681,12 @@ "Cross-signing private keys:": "Приватні ключі перехресного підписування:", "exists": "існує", "Manage": "Керування", - "Enable": "Увімкнути", "Cannot connect to integration manager": "Не вдалося з'єднатися з менеджером інтеграцій", "Delete Backup": "Видалити резервну копію", "Restore from Backup": "Відновити з резервної копії", "not stored": "не збережено", "All keys backed up": "Усі ключі збережено", "Enable audible notifications for this session": "Увімкнути звукові сповіщення для цього сеансу", - "Save": "Зберегти", "Checking server": "Перевірка сервера", "Disconnect": "Від'єднатися", "You should:": "Вам варто:", @@ -754,7 +738,6 @@ "Upgrade private room": "Поліпшити закриту кімнату", "You'll upgrade this room from to .": "Ви поліпшите цю кімнату з до версії.", "Share Room Message": "Поділитися повідомленням кімнати", - "Report Content": "Поскаржитись на вміст", "Feedback": "Відгук", "General failure": "Загальний збій", "Enter your account password to confirm the upgrade:": "Введіть пароль вашого облікового запису щоб підтвердити поліпшення:", @@ -806,7 +789,6 @@ "In encrypted rooms, your messages are secured and only you and the recipient have the unique keys to unlock them.": "У зашифрованих кімнатах ваші повідомлення є захищеними, тож тільки ви та отримувач маєте ключі для їх розблокування.", "Failed to copy": "Не вдалося скопіювати", "Your display name": "Ваш псевдонім", - "Copy": "Скопіювати", "Cancel replying to a message": "Скасувати відповідання на повідомлення", "Page Up": "Page Up", "Page Down": "Page Down", @@ -1265,7 +1247,6 @@ "Share Room": "Поділитись кімнатою", "Share room": "Поділитись кімнатою", "Invite people": "Запросити людей", - "Next": "Далі", "Document": "Документ", "Summary": "Опис", "Service": "Служба", @@ -1429,10 +1410,8 @@ "Unable to share email address": "Не вдалося надіслати адресу е-пошти", "Share invite link": "Надіслати запрошувальне посилання", "%(sharerName)s is presenting": "%(sharerName)s показує", - "Yes": "Так", "Invite to %(spaceName)s": "Запросити до %(spaceName)s", "Share your public space": "Поділитися своїм загальнодоступним простором", - "Forward": "Переслати", "Join the beta": "Долучитися до бета-тестування", "Some suggestions may be hidden for privacy.": "Деякі пропозиції можуть бути сховані для приватності.", "Privacy": "Приватність", @@ -1456,7 +1435,6 @@ "Allow this widget to verify your identity": "Дозволити цьому віджету перевіряти вашу особу", "New? Create account": "Вперше тут? Створіть обліковий запис", "Forgotten your password?": "Забули свій пароль?", - "Forgot password?": "Забули пароль?", " invited you": " запрошує вас", "%(ssoButtons)s Or %(usernamePassword)s": "%(ssoButtons)s або %(usernamePassword)s", "Sign in with": "Увійти за допомогою", @@ -1481,7 +1459,6 @@ "Show stickers button": "Показати кнопку наліпок", "%(senderName)s ended the call": "%(senderName)s завершує виклик", "You ended the call": "Ви завершили виклик", - "Learn more": "Докладніше", "New version of %(brand)s is available": "Доступна нова версія %(brand)s", "Update %(brand)s": "Оновити %(brand)s", "%(deviceId)s from %(ip)s": "%(deviceId)s з %(ip)s", @@ -1513,7 +1490,6 @@ "Confirm to continue": "Підтвердьте, щоб продовжити", "Now, let's help you get started": "Тепер допоможімо вам почати", "Start authentication": "Почати автентифікацію", - "Start": "Почати", "Start Verification": "Почати перевірку", "Start chatting": "Почати спілкування", "This is the start of .": "Це початок .", @@ -1557,7 +1533,6 @@ "Topic (optional)": "Тема (не обов'язково)", "Create a private room": "Створити приватну кімнату", "Create a public room": "Створити загальнодоступну кімнату", - "Create a room": "Створити кімнату", "Everyone in will be able to find and join this room.": "Усі в зможуть знайти та приєднатися до цієї кімнати.", "Please enter a name for the room": "Введіть назву кімнати", "Reason (optional)": "Причина (не обов'язково)", @@ -1626,7 +1601,6 @@ "Room List": "Перелік кімнат", "Calls": "Виклики", "Navigation": "Навігація", - "Disable": "Вимкнути", "Import": "Імпорт", "File to import": "Файл для імпорту", "User Autocomplete": "Автозаповнення користувача", @@ -1769,7 +1743,6 @@ "Click to copy": "Клацніть, щоб скопіювати", "All rooms": "Усі кімнати", "Show all rooms": "Показати всі кімнати", - "Create": "Створити", "You can change these anytime.": "Ви можете змінити це будь-коли.", "Add some details to help people recognise it.": "Додайте якісь подробиці, щоб допомогти людям дізнатися про нього.", "Your private space": "Ваш приватний простір", @@ -1880,7 +1853,6 @@ "Decrypting": "Розшифрування", "Downloading": "Завантаження", "Missed call": "Пропущений виклик", - "Retry": "Повторити спробу", "Got it": "Зрозуміло", "%(count)s sessions": { "one": "%(count)s сеанс", @@ -1915,7 +1887,6 @@ "Reason: %(reason)s": "Причина: %(reason)s", "Sign Up": "Зареєструватися", "Empty room": "Порожня кімната", - "Invites": "Запрошення", "Show Widgets": "Показати віджети", "Hide Widgets": "Сховати віджети", "Forget room": "Забути кімнату", @@ -2040,7 +2011,6 @@ "This looks like a valid Security Key!": "Це схоже на дійсний ключ безпеки!", "Not a valid Security Key": "Хибний ключ безпеки", "No backup found!": "Резервних копій не знайдено!", - "Copy link": "Копіювати посилання", "Mentions only": "Лише згадки", "Forget": "Забути", "Modal Widget": "Модальний віджет", @@ -2345,7 +2315,6 @@ "Invite by email": "Запросити е-поштою", "Something went wrong with your invite to %(roomName)s": "Щось пішло не так з вашим запрошенням до %(roomName)s", "Accept all %(invitedRooms)s invites": "Прийняти всі %(invitedRooms)s запрошення", - "Invite": "Запросити", "Invite someone using their name, username (like ) or share this room.": "Запросіть когось за іменем, користувацьким іменем (вигляду ) чи поділіться цією кімнатою.", "Invite someone using their name, email address, username (like ) or share this room.": "Запросіть когось за іменем, е-поштою, користувацьким іменем (вигляду ) чи поділіться цією кімнатою.", "Add a photo, so people can easily spot your room.": "Додайте фото, щоб люди легко вирізняли вашу кімнату.", @@ -3971,6 +3940,39 @@ "verification_cancelled": "Звірка скасована", "video": "Відео" }, + "action": { + "continue": "Продовжити", + "copy": "Скопіювати", + "copy_link": "Копіювати посилання", + "create": "Створити", + "create_a_room": "Створити кімнату", + "decline": "Відхилити", + "disable": "Вимкнути", + "done": "Готово", + "edit": "Змінити", + "enable": "Увімкнути", + "forgot_password": "Забули пароль?", + "forward": "Переслати", + "invite": "Запросити", + "invites_list": "Запрошення", + "learn_more": "Докладніше", + "leave": "Вийти", + "leave_room": "Вийти з кімнати", + "next": "Далі", + "no": "НІ", + "ok": "Гаразд", + "quote": "Цитувати", + "react": "Відреагувати", + "remove": "Прибрати", + "reply": "Відповісти", + "report_content": "Поскаржитись на вміст", + "retry": "Повторити спробу", + "save": "Зберегти", + "start": "Почати", + "start_chat": "Почати розмову", + "view_source": "Переглянути код", + "yes": "Так" + }, "a11y": { "user_menu": "Користувацьке меню" } diff --git a/src/i18n/strings/vi.json b/src/i18n/strings/vi.json index 34d0e4f8ee..b4d22c6813 100644 --- a/src/i18n/strings/vi.json +++ b/src/i18n/strings/vi.json @@ -6,7 +6,6 @@ "You cannot place a call with yourself.": "Bạn không thể tự gọi chính mình.", "Permission Required": "Yêu cầu Cấp quyền", "You do not have permission to start a conference call in this room": "Bạn không có quyền để bắt đầu cuộc gọi nhóm trong phòng này", - "Continue": "Tiếp tục", "The file '%(fileName)s' failed to upload.": "Không tải lên được tập tin '%(fileName)s' .", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Tập tin '%(fileName)s' vượt quá giới hạn về kích thước tải lên của máy chủ", "Upload Failed": "Không tải lên được", @@ -74,7 +73,6 @@ "This room has no topic.": "Phòng này chưa có chủ đề.", "Sets the room name": "Đặt tên phòng", "Invites user with given id to current room": "Mời người dùng có ID chỉ định đến phòng hiện tại", - "Leave room": "Rời khỏi phòng", "Bans user with given id": "Cấm thành viên có ID chỉ định", "Unbans user with given ID": "Gỡ cấm thành viên có ID chỉ định", "Ignores a user, hiding their messages from you": "Bỏ qua người dùng, ẩn tin nhắn của họ khỏi bạn", @@ -215,17 +213,14 @@ "%(senderName)s joined the call": "%(senderName)s đã tham gia cuộc gọi", "You joined the call": "Bạn đã tham gia cuộc gọi", "Feedback": "Phản hồi", - "Invites": "Mời", "Video call": "Gọi video", "This account has been deactivated.": "Tài khoản này đã bị vô hiệu hóa.", - "Start": "Bắt đầu", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Tin nhắn an toàn với người dùng này được mã hóa đầu cuối và không thể được các bên thứ ba đọc.", "You've successfully verified this user.": "Bạn đã xác thực thành công người dùng này.", "Verified!": "Đã xác thực!", "Play": "Chạy", "Pause": "Tạm dừng", "Accept": "Đồng ý", - "Decline": "Từ chối", "Are you sure?": "Bạn có chắc không?", "Confirm Removal": "Xác nhận Loại bỏ", "Removing…": "Đang xóa…", @@ -280,7 +275,6 @@ "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s đang lưu trữ cục bộ an toàn các tin nhắn được mã hóa để chúng xuất hiện trong kết quả tìm kiếm:", "Currently indexing: %(currentRoom)s": "Hiện đang lập chỉ mục: %(currentRoom)s", "Not currently indexing messages for any room.": "Hiện không lập chỉ mục tin nhắn cho bất kỳ phòng nào.", - "Disable": "Tắt", "If disabled, messages from encrypted rooms won't appear in search results.": "Nếu bị tắt, tin nhắn từ các phòng được mã hóa sẽ không xuất hiện trong kết quả tìm kiếm.", "If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "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.", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "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.", @@ -446,7 +440,6 @@ "Welcome %(name)s": "Chào mừng %(name)s", "Add a photo so people know it's you.": "Thêm ảnh để mọi người biết đó là bạn.", "Great, that'll help people know it's you": "Tuyệt vời, điều đó sẽ giúp mọi người biết đó là bạn", - "Leave": "Rời khỏi", "Attach files from chat or just drag and drop them anywhere in a room.": "Đính kèm tệp từ cuộc trò chuyện hoặc chỉ cần kéo và thả chúng vào bất kỳ đâu trong phòng.", "No files visible in this room": "Không có tệp nào hiển thị trong phòng này", "You must join the room to see its files": "Bạn phải tham gia vào phòng để xem các tệp của nó", @@ -464,7 +457,6 @@ "Other users can invite you to rooms using your contact details": "Những người dùng khác có thể mời bạn vào phòng bằng cách sử dụng chi tiết liên hệ của bạn", "Enter email address (required on this homeserver)": "Nhập địa chỉ thư điện tử (bắt buộc trên máy chủ này)", "Sign in with": "Đăng nhập với", - "Forgot password?": "Quên mật khẩu?", "Phone": "Điện thoại", "Email": "Thư điện tử", "That phone number doesn't look quite right, please check and try again": "Số điện thoại đó có vẻ không chính xác, vui lòng kiểm tra và thử lại", @@ -512,7 +504,6 @@ "Source URL": "URL nguồn", "Show preview": "Hiển thị bản xem trước", "View source": "Xem nguồn", - "Forward": "Chuyển tiếp", "Resend %(unsentCount)s reaction(s)": "Gửi lại (các) phản ứng %(unsentCount)s", "Are you sure you want to reject the invitation?": "Bạn có chắc chắn muốn từ chối lời mời không?", "Reject invitation": "Từ chối lời mời", @@ -605,7 +596,6 @@ "Illegal Content": "Nội dung bất hợp pháp", "Toxic Behaviour": "Hành vi độc hại", "Disagree": "Không đồng ý", - "Report Content": "Báo cáo nội dung", "Please pick a nature and describe what makes this message abusive.": "Vui lòng chọn một bản chất và mô tả điều gì khiến thông báo này bị lạm dụng.", "Please fill why you're reporting.": "Vui lòng điền lý do bạn đang báo cáo.", "Email (optional)": "Địa chỉ thư điện tử (tùy chọn)", @@ -709,7 +699,6 @@ "Terms of Service": "Điều khoản Dịch vụ", "You may contact me if you have any follow up questions": "Bạn có thể liên hệ với tôi nếu bạn có bất kỳ câu hỏi tiếp theo nào", "Your platform and username will be noted to help us use your feedback as much as we can.": "Nền tảng ứng dụng và tên người dùng của bạn sẽ được ghi lại để giúp chúng tôi tiếp nhận phản hồi của bạn một cách tốt nhất có thể.", - "Done": "Xong", "Search for rooms or people": "Tìm kiếm phòng hoặc người", "Message preview": "Xem trước tin nhắn", "Sent": "Đã gửi", @@ -820,7 +809,6 @@ "Topic (optional)": "Chủ đề (không bắt buộc)", "Create a private room": "Tạo một phòng riêng", "Create a public room": "Tạo một phòng công cộng", - "Create a room": "Tạo phòng", "You might disable this if the room will be used for collaborating with external teams who have their own homeserver. This cannot be changed later.": "Bạn có thể tắt tính năng này nếu phòng sẽ được sử dụng để cộng tác với các nhóm bên ngoài có máy chủ của riêng họ. Điều này không thể được thay đổi sau này.", "You might enable this if the room will only be used for collaborating with internal teams on your homeserver. This cannot be changed later.": "Bạn có thể bật điều này nếu phòng sẽ chỉ được sử dụng để cộng tác với các nhóm nội bộ trên nhà của bạn. Điều này không thể thay đổi sau này.", "Enable end-to-end encryption": "Bật mã hóa đầu cuối", @@ -970,7 +958,6 @@ "%(name)s (%(userId)s) signed in to a new session without verifying it:": "%(name)s (%(userId)s) đã đăng nhập vào một phiên mới mà không xác thực:", "Verify your other session using one of the options below.": "Xác minh phiên khác của bạn bằng một trong các tùy chọn bên dưới.", "You signed in to a new session without verifying it:": "Bạn đã đăng nhập vào một phiên mới mà không xác thực nó:", - "Next": "Tiếp", "Document": "Tài liệu", "Summary": "Tóm lược", "Service": "Dịch vụ", @@ -1006,7 +993,6 @@ "You most likely do not want to reset your event index store": "Rất có thể bạn không muốn đặt lại kho chỉ mục sự kiện của mình", "Reset event store?": "Đặt lại kho sự kiện?", "About homeservers": "Giới thiệu về các máy chủ", - "Learn more": "Tìm hiểu thêm", "Use your preferred Matrix homeserver if you have one, or host your own.": "Sử dụng máy chủ Matrix ưa thích của bạn nếu bạn có, hoặc tự tạo máy chủ lưu trữ của riêng bạn.", "Other homeserver": "Máy chủ khác", "were unbanned %(count)s times": { @@ -1162,15 +1148,11 @@ "Download %(text)s": "Tải xuống %(text)s", "Message Actions": "Hành động tin nhắn", "Thread": "Chủ đề", - "Reply": "Phản hồi", - "Edit": "Sửa", - "React": "Phản ứng", "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", "Ignored attempt to disable encryption": "Bỏ qua nỗ lực vô hiệu hóa mã hóa", "Some encryption parameters have been changed.": "Một số thông số mã hóa vừa được thay đổi.", - "View Source": "Xem nguồn", "Download": "Tải xuống", "Decrypting": "Đang giải mã", "Downloading": "Đang tải xuống", @@ -1185,7 +1167,6 @@ "Sunday": "Chủ nhật", "The call is in an unknown state!": "Cuộc gọi ở trạng thái không xác định!", "Missed call": "Cuộc gọi nhỡ", - "Retry": "Thử lại", "Unknown failure: %(reason)s": "Lỗi không xác định: %(reason)s", "An unknown error occurred": "Đã xảy ra lỗi không xác định", "Their device couldn't start the camera or microphone": "Thiết bị của họ không thể khởi động máy ảnh hoặc micrô", @@ -1363,7 +1344,6 @@ "Create new room": "Tạo phòng mới", "Add room": "Thêm phòng", "Rooms": "Phòng", - "Start chat": "Bắt đầu trò chuyện", "Favourites": "Yêu thích", "Search": "Tìm kiếm", "Show Widgets": "Hiển thị widget", @@ -1423,7 +1403,6 @@ "other": "%(severalUsers)s đã tham gia %(count)s lần" }, "Insert link": "Chèn liên kết", - "Quote": "Trích", "Code block": "Khối mã", "Strikethrough": "Gạch ngang", "Italics": "In nghiêng", @@ -1542,7 +1521,6 @@ "Clear cache and reload": "Xóa bộ nhớ cache và tải lại", "Your access token gives full access to your account. Do not share it with anyone.": "Mã thông báo truy cập của bạn cấp quyền truy cập đầy đủ vào tài khoản của bạn. Không chia sẻ nó với bất kỳ ai.", "Access Token": "Token truy cập", - "Copy": "Sao chép", "Versions": "Phiên bản", "FAQ": "Câu hỏi thường gặp", "Help & About": "Trợ giúp & Giới thiệu", @@ -1609,7 +1587,6 @@ "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", - "Invite": "Mời", "Mention": "Nhắc đến", "Jump to read receipt": "Nhảy để đọc biên nhận", "Hide sessions": "Ẩn các phiên", @@ -1692,7 +1669,6 @@ "Workspace: ": "Không gian làm việc(workspace): ", "This bridge is managed by .": "Cầu này được quản lý bởi .", "This bridge was provisioned by .": "Cầu này được cung cấp bởi .", - "Remove": "Xoá", "Space options": "Tùy chọn space", "Collapse": "Tắt đi", "Expand": "Mở rộng", @@ -1727,7 +1703,6 @@ "All rooms": "Tất cả các phòng", "Show all rooms": "Hiển thị tất cả các phòng", "Home": "Nhà", - "Create": "Tạo", "You can change these anytime.": "Bạn có thể thay đổi những điều này bất cứ lúc nào.", "Add some details to help people recognise it.": "Thêm một số chi tiết để giúp mọi người nhận ra nó.", "Your private space": "Space riêng tư của bạn", @@ -2019,15 +1994,12 @@ "Silence call": "Cuộc gọi im lặng", "Sound on": "Bật âm thanh", "Unknown caller": "Người gọi không xác định", - "Enable": "Bật", "Enable desktop notifications": "Bật thông báo trên màn hình", "Notifications": "Thông báo", "Don't miss a reply": "Đừng bỏ lỡ một câu trả lời", "Later": "Để sau", "Review": "Xem xét", "Review to ensure your account is safe": "Xem lại để đảm bảo tài khoản của bạn an toàn", - "No": "Không", - "Yes": "Có", "File Attached": "Tệp được đính kèm", "Error fetching file": "Lỗi lấy tệp", "Topic: %(topic)s": "Chủ đề: %(topic)s", @@ -2188,7 +2160,6 @@ "Unable to load key backup status": "Không thể tải trạng thái sao lưu khóa", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "Bạn có chắc không? Bạn sẽ mất các tin nhắn được mã hóa nếu các khóa của bạn không được sao lưu đúng cách.", "Delete Backup": "Xóa Sao lưu", - "Save": "Lưu", "Profile picture": "Ảnh đại diện", "Display Name": "Tên hiển thị", "Profile": "Hồ sơ", @@ -2654,7 +2625,6 @@ "Already in call": "Đang trong cuộc gọi", "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Thực hiện cuộc gọi thất bại vì không thể truy cập micrô. Kiểm tra xem micrô đã được cắm và thiết lập đúng chưa.", "Unable to access microphone": "Không thể truy cập micrô", - "OK": "OK", "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Vui lòng yêu cầu quản trị viên máy chủ của bạn (%(homeserverDomain)s) thiết lập máy chủ TURN để cuộc gọi hoạt động ổn định.", "Call failed due to misconfigured server": "Thực hiện cuộc gọi thất bại do thiết lập máy chủ sai", "The call was answered on another device.": "Cuộc gọi đã được trả lời trên một thiết bị khác.", @@ -2702,7 +2672,6 @@ "Copy link to thread": "Sao chép liên kết vào chủ đề", "Thread options": "Tùy chọn theo chủ đề", "See room timeline (devtools)": "Xem dòng thời gian phòng (devtools)", - "Copy link": "Sao chép liên kết", "Mentions only": "Chỉ tin nhắn được đề cập", "Forget": "Quên", "View in room": "Xem phòng này", @@ -3674,6 +3643,39 @@ "verification_cancelled": "Đã hủy xác thực", "video": "Truyền hình" }, + "action": { + "continue": "Tiếp tục", + "copy": "Sao chép", + "copy_link": "Sao chép liên kết", + "create": "Tạo", + "create_a_room": "Tạo phòng", + "decline": "Từ chối", + "disable": "Tắt", + "done": "Xong", + "edit": "Sửa", + "enable": "Bật", + "forgot_password": "Quên mật khẩu?", + "forward": "Chuyển tiếp", + "invite": "Mời", + "invites_list": "Mời", + "learn_more": "Tìm hiểu thêm", + "leave": "Rời khỏi", + "leave_room": "Rời khỏi phòng", + "next": "Tiếp", + "no": "Không", + "ok": "OK", + "quote": "Trích", + "react": "Phản ứng", + "remove": "Xoá", + "reply": "Phản hồi", + "report_content": "Báo cáo nội dung", + "retry": "Thử lại", + "save": "Lưu", + "start": "Bắt đầu", + "start_chat": "Bắt đầu trò chuyện", + "view_source": "Xem nguồn", + "yes": "Có" + }, "a11y": { "user_menu": "Menu người dùng" } diff --git a/src/i18n/strings/vls.json b/src/i18n/strings/vls.json index 09552e100e..7d583f7682 100644 --- a/src/i18n/strings/vls.json +++ b/src/i18n/strings/vls.json @@ -6,7 +6,6 @@ "You cannot place a call with yourself.": "J’en ku jezelve nie belln.", "Permission Required": "Toestemmienge vereist", "You do not have permission to start a conference call in this room": "J’en èt geen toestemmienge voor in da groepsgesprek hier e vergoaderiengsgesprek te begunn", - "Continue": "Verdergoan", "The file '%(fileName)s' failed to upload.": "’t Bestand ‘%(fileName)s’ kostege nie gipload wordn.", "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "’t Bestand ‘%(fileName)s’ es groter of den iploadlimiet van den thuusserver", "Upload Failed": "Iploadn mislukt", @@ -74,7 +73,6 @@ "This room has no topic.": "Da gesprek hier èt geen ounderwerp.", "Sets the room name": "Stelt de gespreksnoame in", "Invites user with given id to current room": "Nodigt de gebruuker me de gegeevn ID uut in ’t huudig gesprek", - "Leave room": "Deuregoan uut ’t gesprek", "Bans user with given id": "Verbant de gebruuker me de gegeevn ID", "Unbans user with given ID": "Ountbant de gebruuker me de gegeevn ID", "Ignores a user, hiding their messages from you": "Negeert e gebruuker, woadeure dan de berichtn dervan ounzichtboar vo je wordn", @@ -207,7 +205,6 @@ "Call invitation": "Iproep-uutnodigienge", "Messages sent by bot": "Berichtn verzoundn deur e robot", "When rooms are upgraded": "Wanneer da gesprekkn ipgewoardeerd wordn", - "Decline": "Weigern", "Accept": "Anveirdn", "The other party cancelled the verification.": "De tegenparty èt de verificoasje geannuleerd.", "Cancel": "Annuleern", @@ -295,9 +292,6 @@ "Failed to set display name": "Instelln van weergavenoame es mislukt", "Unable to remove contact information": "Kan contactinformoasje nie verwydern", "Are you sure?": "Zy je zeker?", - "Yes": "Joak", - "No": "Neink", - "Remove": "Verwydern", "Invalid Email Address": "Oungeldig e-mailadresse", "This doesn't appear to be a valid email address": "’t En ziet er nie noar uut da dit e geldig e-mailadresse es", "Unable to add email address": "Kostege ’t e-mailadresse nie toevoegn", @@ -314,7 +308,6 @@ "Advanced": "Geavanceerd", "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", - "OK": "Oké", "Notification targets": "Meldiengsbestemmiengn", "Show message in desktop notification": "Bericht toogn in bureaubladmeldienge", "Off": "Uut", @@ -326,7 +319,6 @@ "Phone Number": "Telefongnumero", "Profile picture": "Profielfoto", "Display Name": "Weergavenoame", - "Save": "Ipsloan", "Failed to change password. Is your password correct?": "Wyzign van ’t paswoord es mislukt. Es je paswoord wel juste?", "Profile": "Profiel", "Account": "Account", @@ -434,7 +426,6 @@ "Ignore": "Negeern", "Jump to read receipt": "Noar ’t latst geleezn bericht goan", "Mention": "Vermeldn", - "Invite": "Uutnodign", "Share Link to User": "Koppelienge me de gebruuker deeln", "Admin Tools": "Beheerdersgereedschap", "Close": "Sluutn", @@ -478,9 +469,7 @@ "Forget room": "Gesprek vergeetn", "Search": "Zoekn", "Share room": "Gesprek deeln", - "Invites": "Uutnodigiengn", "Favourites": "Favorietn", - "Start chat": "Gesprek beginn", "Rooms": "Gesprekkn", "Low priority": "Leige prioriteit", "Historical": "Historisch", @@ -542,8 +531,6 @@ "Saturday": "Zoaterdag", "Today": "Vandoage", "Yesterday": "Gistern", - "Reply": "Beantwoordn", - "Edit": "Bewerkn", "Options": "Opties", "Attachment": "Byloage", "Error decrypting attachment": "Foute by ’t ountsleutern van de byloage", @@ -686,7 +673,6 @@ "Unavailable": "Nie beschikboar", "Changelog": "Wyzigiengslogboek", "Confirm Removal": "Verwyderienge bevestign", - "Create": "Anmoakn", "Sign out": "Afmeldn", "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": "Vo je gespreksgeschiedenisse nie kwyt te speeln, moe je je gesprekssleuters exporteern vooraleer da je jen afmeldt. Je goa moetn werekeern noa de nieuwere versie van %(brand)s vo dit te doen", "Incompatible Database": "Incompatibele database", @@ -764,18 +750,14 @@ "No backup found!": "Geen back-up gevoundn!", "Failed to decrypt %(failedCount)s sessions!": "Ountsleutern van %(failedCount)s sessies is mislukt!", "Warning: you should only set up key backup from a trusted computer.": "Let ip: stelt sleuterback-up alleene moar in ip e vertrouwde computer.", - "Next": "Volgende", "Reject invitation": "Uutnodigienge weigern", "Are you sure you want to reject the invitation?": "Zy je zeker da je d’uutnodigienge wil weigern?", "You cannot delete this message. (%(code)s)": "Je kut dit bericht nie verwydern. (%(code)s)", "Resend": "Herverstuurn", - "View Source": "Bron bekykn", - "Quote": "Citeern", "Source URL": "Bron-URL", "unknown error code": "ounbekende foutcode", "Failed to forget room %(errCode)s": "Vergeetn van gesprek is mislukt %(errCode)s", "All messages": "Alle berichtn", - "Leave": "Deuregoan", "Favourite": "Favoriet", "Low Priority": "Leige prioriteit", "Home": "Thuus", @@ -906,7 +888,6 @@ "Your keys are being backed up (the first backup could take a few minutes).": "’t Wordt e back-up van je sleuters gemakt (den eesten back-up kut e poar minuutn deurn).", "Success!": "Gereed!", "Unable to create key backup": "Kostege de sleuterback-up nie anmoakn", - "Retry": "Herprobeern", "Set up": "Instelln", "New Recovery Method": "Nieuwe herstelmethode", "If you didn't set the new recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "A je gy deze nieuwe herstelmethode nie èt ingesteld, 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 d’instelliengn.", @@ -1020,5 +1001,26 @@ "success": "Gereed", "unmute": "Nie dempn", "username": "Gebruukersnoame" + }, + "action": { + "continue": "Verdergoan", + "create": "Anmoakn", + "decline": "Weigern", + "edit": "Bewerkn", + "invite": "Uutnodign", + "invites_list": "Uutnodigiengn", + "leave": "Deuregoan", + "leave_room": "Deuregoan uut ’t gesprek", + "next": "Volgende", + "no": "Neink", + "ok": "Oké", + "quote": "Citeern", + "remove": "Verwydern", + "reply": "Beantwoordn", + "retry": "Herprobeern", + "save": "Ipsloan", + "start_chat": "Gesprek beginn", + "view_source": "Bron bekykn", + "yes": "Joak" } -} +} \ No newline at end of file diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index bcbbbb248e..52b03a4124 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -66,10 +66,8 @@ "Attachment": "附件", "Banned users": "被封禁的用户", "Confirm password": "确认密码", - "Continue": "继续", "Join Room": "加入房间", "Jump to first unread message.": "跳到第一条未读消息。", - "Leave room": "离开房间", "Admin": "管理员", "Admin Tools": "管理员工具", "No Microphones detected": "未检测到麦克风", @@ -101,14 +99,12 @@ "Command error": "命令错误", "Commands": "命令", "Custom level": "自定义级别", - "Decline": "拒绝", "Enter passphrase": "输入口令词组", "Export": "导出", "Home": "主页", "Import": "导入", "Incorrect username and/or password.": "用户名或密码错误。", "Invited": "已邀请", - "Invites": "邀请", "Invites user with given id to current room": "邀请指定ID的用户到当前房间", "Sign in with": "第三方登录", "Missing room_id in request": "请求中缺少room_id", @@ -120,7 +116,6 @@ "Notifications": "通知", "": "<不支持>", "No display name": "无显示名称", - "OK": "确定", "Operation failed": "操作失败", "Passwords can't be empty": "密码不能为空", "Permissions": "权限", @@ -129,12 +124,9 @@ "Create new room": "创建新房间", "Dismiss": "忽略", "powered by Matrix": "由 Matrix 驱动", - "Remove": "移除", - "Start chat": "开始聊天", "unknown error code": "未知错误代码", "Account": "账户", "Add": "添加", - "Edit": "编辑", "Labs": "实验室", "Logout": "登出", "Low priority": "低优先级", @@ -170,7 +162,6 @@ "Online": "在线", "Idle": "空闲", "Skip": "跳过", - "Create": "创建", "Accept": "接受", "Delete widget": "删除挂件", "Define the power level of a user": "定义一名用户的权力级别", @@ -179,7 +170,6 @@ "New passwords must match each other.": "新密码必须互相匹配。", "Power level must be positive integer.": "权力级别必须是正整数。", "%(roomName)s does not exist.": "%(roomName)s 不存在。", - "Save": "保存", "This room has no local addresses": "此房间没有本地地址", "This doesn't appear to be a valid email address": "这似乎不是有效的邮箱地址", "This phone number is already in use": "此电话号码已被使用", @@ -280,7 +270,6 @@ "Ignore": "忽略", "Jump to read receipt": "跳到阅读回执", "Mention": "提及", - "Invite": "邀请", "Unknown": "未知的", "Unnamed room": "未命名的房间", "A text message has been sent to %(msisdn)s": "一封短信已发送到 %(msisdn)s", @@ -323,7 +312,6 @@ }, "collapse": "折叠", "expand": "展开", - "Leave": "离开", "Description": "描述", "Warning": "警告", "Room Notification": "房间通知", @@ -461,7 +449,6 @@ "All Rooms": "全部房间", "Wednesday": "星期三", "You cannot delete this message. (%(code)s)": "你无法删除这条消息。(%(code)s)", - "Quote": "引述", "Send logs": "发送日志", "All messages": "全部消息", "Call invitation": "当受到通话邀请时", @@ -473,7 +460,6 @@ "Search…": "搜索…", "Logs sent": "日志已发送", "Back": "返回", - "Reply": "回复", "Show message in desktop notification": "在桌面通知中显示消息", "Messages in group chats": "群聊中的消息", "Yesterday": "昨天", @@ -482,7 +468,6 @@ "Off": "关闭", "Event Type": "事件类型", "Event sent!": "事件已发送!", - "View Source": "查看源码", "Event Content": "事件内容", "Thank you!": "谢谢!", "You need to be able to invite users to do that.": "你需要有邀请用户的权限才能进行此操作。", @@ -562,9 +547,7 @@ "No backup found!": "找不到备份!", "Unable to restore backup": "无法还原备份", "Unable to load backup status": "无法获取备份状态", - "Next": "下一个", "Download": "下载", - "Retry": "重试", "Go to Settings": "打开设置", "You do not have permission to invite people to this room.": "你没有权限将其他用户邀请至本房间。", "Unknown server error": "未知服务器错误", @@ -697,8 +680,6 @@ "Headphones": "耳机", "Folder": "文件夹", "Pin": "别针", - "Yes": "是", - "No": "不", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "我们已向你发送了一封电子邮件,以验证你的地址。 请按照里面的说明操作,然后单击下面的按钮。", "Email Address": "电子邮箱地址", "Are you sure? You will lose your encrypted messages if your keys are not backed up properly.": "你确定吗?如果密钥没有正确地备份你将失去你的加密消息。", @@ -937,7 +918,6 @@ "%(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.": "要求此用户验证其会话,或在下面手动进行验证。", "Not Trusted": "不可信任", - "Done": "完成", "Cannot reach homeserver": "无法连接到家服务器", "Ensure you have a stable internet connection, or get in touch with the server admin": "确保你的网络连接稳定,或与服务器管理员联系", "Ask your %(brand)s admin to check your config for incorrect or duplicate entries.": "跟你的%(brand)s管理员确认你的配置不正确或重复的条目。", @@ -997,7 +977,6 @@ "Never send encrypted messages to unverified sessions in this room from this session": "永不从此会话向此房间中未验证的会话发送加密消息", "Show previews/thumbnails for images": "显示图片的预览图", "Enable message search in encrypted rooms": "在加密房间中启用消息搜索", - "Start": "开始", "Change notification settings": "修改通知设置", "Manually verify all remote sessions": "手动验证所有远程会话", "My Ban List": "我的封禁列表", @@ -1029,7 +1008,6 @@ "exists": "存在", "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "逐一验证用户的每一个会话以将其标记为已信任,而不信任交叉签名的设备。", "Manage": "管理", - "Enable": "启用", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s缺少安全地在本地缓存加密信息所必须的部件。如果你想实验此功能,请构建一个自定义的带有搜索部件的%(brand)s桌面版。", "%(brand)s can't securely cache encrypted messages locally while running in a web browser. Use %(brand)s Desktop for encrypted messages to appear in search results.": "%(brand)s 在浏览器中运行时不能安全地在本地缓存加密信息。请使用%(brand)s 桌面版以使加密信息出现在搜索结果中。", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "在登出前连接此会话到密钥备份以避免丢失可能仅在此会话上的密钥。", @@ -1308,7 +1286,6 @@ "You cancelled verification.": "你取消了验证。", "Encryption not enabled": "未启用加密", "The encryption used by this room isn't supported.": "不支持此房间使用的加密方式。", - "React": "回应", "Message Actions": "消息操作", "Show image": "显示图像", "You have ignored this user, so their message is hidden. Show anyways.": "你已忽略此用户,所以其消息已被隐藏。仍然显示。", @@ -1496,7 +1473,6 @@ "Keys restored": "已恢复密钥", "Successfully restored %(sessionCount)s keys": "成功恢复了 %(sessionCount)s 个密钥", "Resend %(unsentCount)s reaction(s)": "重新发送%(unsentCount)s个反应", - "Report Content": "举报内容", "Remove for everyone": "为所有人删除", "Confirm your identity by entering your account password below.": "在下方输入账户密码以确认你的身份。", "Missing captcha public key in homeserver configuration. Please report this to your homeserver administrator.": "在家服务器配置中缺少验证码公钥。请将此报告给你的家服务器管理员。", @@ -1561,7 +1537,6 @@ "You'll need to authenticate with the server to confirm the upgrade.": "你需要和服务器进行认证以确认更新。", "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "更新此会话以允许其验证其他会话、允许其他会话访问加密消息,并将它们对别的用户标记为已信任。", "Use a different passphrase?": "使用不同的口令词组?", - "Copy": "复制", "Unable to query secret storage status": "无法查询秘密存储状态", "If you cancel now, you may lose encrypted messages & data if you lose access to your logins.": "如果你现在取消,你可能会丢失加密的消息和数据,如果你丢失了登录信息的话。", "You can also set up Secure Backup & manage your keys in Settings.": "你也可以在设置中设置安全备份并管理你的密钥。", @@ -1574,7 +1549,6 @@ "This session is encrypting history using the new recovery method.": "此会话正在使用新的恢复方法加密历史。", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "如果你出于意外这样做了,你可以在此会话上设置安全消息,以使用新的加密方式重新加密此会话的消息历史。", "If disabled, messages from encrypted rooms won't appear in search results.": "如果被禁用,加密房间内的消息不会显示在搜索结果中。", - "Disable": "禁用", "Not currently indexing messages for any room.": "现在没有为任何房间索引消息。", "Currently indexing: %(currentRoom)s": "正在索引:%(currentRoom)s", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s 正在安全地在本地缓存加密消息以使其出现在搜索结果中:", @@ -1804,13 +1778,11 @@ "other": "%(count)s 位成员" }, "Welcome %(name)s": "欢迎 %(name)s", - "Forgot password?": "忘记密码?", "Enter Security Key": "输入安全密钥", "Invalid Security Key": "安全密钥无效", "Wrong Security Key": "安全密钥错误", "Save Changes": "保存修改", "Leave Space": "离开空间", - "Learn more": "了解更多", "Other homeserver": "其他家服务器", "Specify a homeserver": "指定家服务器", "Transfer": "传输", @@ -2380,7 +2352,6 @@ "Collapse reply thread": "折叠回复消息列", "Show preview": "显示预览", "View source": "查看源代码", - "Forward": "转发", "Settings - %(spaceName)s": "设置 - %(spaceName)s", "Report the entire room": "报告整个房间", "Spam or propaganda": "垃圾信息或宣传", @@ -2530,7 +2501,6 @@ "Public room": "公共房间", "Private room (invite only)": "私有房间(仅邀请)", "Room visibility": "房间可见度", - "Create a room": "创建房间", "Only people invited will be able to find and join this room.": "只有被邀请的人才能找到并加入这个房间。", "Anyone will be able to find and join this room.": "任何人都可以找到并加入这个房间。", "Anyone will be able to find and join this room, not just members of .": "任何人都可以找到并加入这个房间,而不仅仅是 的成员。", @@ -2764,7 +2734,6 @@ "Show all your rooms in Home, even if they're in a space.": "在主页展示你所有的房间,即使它们是在一个空间里。", "Home is useful for getting an overview of everything.": "对于了解所有事情的概况来说,主页很有用。", "Manage rooms in this space": "管理此空间中的房间", - "Copy link": "复制链接", "Mentions only": "仅提及", "Forget": "忘记", "Files": "文件", @@ -3563,6 +3532,39 @@ "verification_cancelled": "验证已取消", "video": "视频" }, + "action": { + "continue": "继续", + "copy": "复制", + "copy_link": "复制链接", + "create": "创建", + "create_a_room": "创建房间", + "decline": "拒绝", + "disable": "禁用", + "done": "完成", + "edit": "编辑", + "enable": "启用", + "forgot_password": "忘记密码?", + "forward": "转发", + "invite": "邀请", + "invites_list": "邀请", + "learn_more": "了解更多", + "leave": "离开", + "leave_room": "离开房间", + "next": "下一个", + "no": "不", + "ok": "确定", + "quote": "引述", + "react": "回应", + "remove": "移除", + "reply": "回复", + "report_content": "举报内容", + "retry": "重试", + "save": "保存", + "start": "开始", + "start_chat": "开始聊天", + "view_source": "查看源码", + "yes": "是" + }, "a11y": { "user_menu": "用户菜单" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 96a1ae4be2..59f26a4950 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -14,7 +14,6 @@ "Authentication": "授權", "%(items)s and %(lastItem)s": "%(items)s 和 %(lastItem)s", "Confirm password": "確認密碼", - "Continue": "繼續", "Cryptography": "加密", "Current password": "舊密碼", "Deactivate Account": "停用帳號", @@ -53,7 +52,6 @@ "Invalid file%(extra)s": "不存在的文件 %(extra)s", "Join Room": "加入聊天室", "Jump to first unread message.": "跳到第一則未讀訊息。", - "Leave room": "離開聊天室", "Return to login screen": "返回到登入畫面", "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s 沒有權限向您傳送通知──請檢查您的瀏覽器設定", "%(brand)s was not given permission to send notifications - please try again": "%(brand)s 沒有權限向您傳送通知──請重試", @@ -93,9 +91,7 @@ "Notifications": "通知", "Operation failed": "無法操作", "powered by Matrix": "由 Matrix 提供", - "Remove": "移除", "unknown error code": "未知的錯誤代碼", - "OK": "確定", "Default Device": "預設裝置", "Microphone": "麥克風", "Camera": "相機", @@ -112,7 +108,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?": "您即將被帶到第三方網站,以便您可以驗證帳戶來使用 %(integrationsUrl)s。請問您要繼續嗎?", "Close": "關閉", "Create new room": "建立新聊天室", - "Start chat": "開始聊天", "Accept": "接受", "Add": "新增", "Admin Tools": "管理員工具", @@ -129,7 +124,6 @@ "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s 將主題變更為「%(topic)s」。", "Changes your display nickname": "變更您的顯示暱稱", "Custom level": "自訂等級", - "Decline": "拒絕", "Deops user with given id": "取消指定 ID 使用者的管理員權限", "Enter passphrase": "輸入安全密語", "Export": "匯出", @@ -138,7 +132,6 @@ "Import": "匯入", "Incorrect username and/or password.": "使用者名稱和/或密碼不正確。", "Invited": "已邀請", - "Invites": "邀請", "Invites user with given id to current room": "邀請指定 ID 的使用者到目前的聊天室", "Sign in with": "登入使用", "Labs": "實驗室", @@ -170,7 +163,6 @@ "Reject invitation": "拒絕邀請", "%(roomName)s does not exist.": "%(roomName)s 不存在。", "%(roomName)s is not accessible at this time.": "%(roomName)s 此時無法存取。", - "Save": "儲存", "Start authentication": "開始認證", "This room has no local addresses": "此聊天室沒有本機位址", "This room is not recognised.": "無法識別此聊天室。", @@ -271,7 +263,6 @@ }, "Delete widget": "刪除小工具", "Define the power level of a user": "定義使用者的權限等級", - "Edit": "編輯", "Enable automatic language detection for syntax highlighting": "啟用語法突顯的自動語言偵測", "Publish this room to the public in %(domain)s's room directory?": "將這個聊天室公開到 %(domain)s 的聊天室目錄中?", "AM": "上午", @@ -279,7 +270,6 @@ "Unable to create widget.": "無法建立小工具。", "You are not in this room.": "您不在這個聊天室內。", "You do not have permission to do that in this room.": "您沒有在這個聊天室做這件事的權限。", - "Create": "建立", "Automatically replace plain text Emoji": "自動取代純文字為表情符號", "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s 小工具是由 %(senderName)s 所新增", "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s 小工具是由 %(senderName)s 所移除", @@ -304,7 +294,6 @@ "Ignore": "忽略", "Jump to read receipt": "跳到讀取回條", "Mention": "提及", - "Invite": "邀請", "Send an encrypted reply…": "傳送加密的回覆…", "Send an encrypted message…": "傳送加密訊息…", "%(duration)ss": "%(duration)s 秒", @@ -417,7 +406,6 @@ "And %(count)s more...": { "other": "與更多 %(count)s 個…" }, - "Leave": "離開", "Description": "描述", "Old cryptography data detected": "偵測到舊的加密資料", "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.": "偵測到來自舊版 %(brand)s 的資料。這將會造成舊版的端對端加密失敗。在此版本中使用最近在舊版本交換的金鑰可能無法解密訊息。這也會造成與此版本的訊息交換失敗。若您遇到問題,請登出並重新登入。要保留訊息歷史,請匯出並重新匯入您的金鑰。", @@ -473,14 +461,12 @@ "Call invitation": "接到通話邀請時", "State Key": "狀態金鑰", "What's new?": "有何新變動嗎?", - "View Source": "檢視原始碼", "Invite to this room": "邀請加入這個聊天室", "You cannot delete this message. (%(code)s)": "您無法刪除此訊息。(%(code)s)", "Thursday": "星期四", "Search…": "搜尋…", "Logs sent": "記錄檔已經傳送", "Back": "上一步", - "Reply": "回覆", "Show message in desktop notification": "在桌面通知中顯示訊息", "Messages in group chats": "群組聊天中的訊息", "Yesterday": "昨天", @@ -492,7 +478,6 @@ "Event sent!": "事件已傳送!", "Event Content": "事件內容", "Thank you!": "感謝您!", - "Quote": "引用", "Missing roomId.": "缺少聊天室 ID。", "Popout widget": "彈出式小工具", "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "無法載入要回覆的活動,它可能不存在或是您沒有權限檢視它。", @@ -565,13 +550,11 @@ "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": "在停用加密的情況下繼續", - "Next": "下一步", "That matches!": "相符!", "That doesn't match.": "不相符。", "Go back to set it again.": "返回重新設定。", "Download": "下載", "Unable to create key backup": "無法建立金鑰備份", - "Retry": "重試", "Unable to load backup status": "無法載入備份狀態", "Unable to restore backup": "無法復原備份", "No backup found!": "找不到備份!", @@ -647,8 +630,6 @@ "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "與此使用者的安全訊息有端對端加密,無法被第三方讀取。", "Got It": "了解", "Verify this user by confirming the following number appears on their screen.": "透過確認對方畫面上顯示的下列數字來確認使用者。", - "Yes": "是", - "No": "否", "We've sent you an email to verify your address. Please follow the instructions there and then click the button below.": "我們已經傳送給您一封電子郵件以驗證您的地址。請遵照那裡的指示,然後點選下面的按鈕。", "Email Address": "電子郵件地址", "All keys backed up": "所有金鑰都已備份", @@ -1050,7 +1031,6 @@ "Report Content to Your Homeserver Administrator": "回報內容給您的家伺服器管理員", "Reporting this message will send its unique 'event ID' to the administrator of your homeserver. If messages in this room are encrypted, your homeserver administrator will not be able to read the message text or view any files or images.": "回報此訊息將會傳送其獨特的「活動 ID」給您家伺服器的管理員。如果此聊天室中的訊息已加密,您的家伺服器管理員將無法閱讀訊息文字或檢視任何檔案或圖片。", "Send report": "傳送回報", - "Report Content": "回報內容", "View": "檢視", "Explore rooms": "探索聊天室", "Changes the avatar of the current room": "變更目前聊天室的大頭照", @@ -1107,7 +1087,6 @@ "Objects": "物件", "Symbols": "符號", "Flags": "旗幟", - "React": "反應", "Cancel search": "取消搜尋", "Jump to first unread room.": "跳到第一個未讀的聊天室。", "Jump to first invite.": "跳到第一個邀請。", @@ -1255,8 +1234,6 @@ "%(num)s hours from now": "從現在開始 %(num)s 小時", "about a day from now": "從現在開始大約一天", "%(num)s days from now": "從現在開始 %(num)s 天", - "Start": "開始", - "Done": "完成", "Go Back": "返回", "Other users may not trust it": "其他使用者可能不會信任它", "Later": "稍後", @@ -1299,7 +1276,6 @@ "in memory": "在記憶體中", "Manage": "管理", "Securely cache encrypted messages locally for them to appear in search results.": "將加密的訊息安全地在本機快取以出現在顯示結果中。", - "Enable": "啟用", "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with search components added.": "%(brand)s 缺少某些在本機快取已加密訊息所需的元件。如果您想要實驗此功能,請加入搜尋元件來自行建構 %(brand)s 桌面版。", "This session is not backing up your keys, but you do have an existing backup you can restore from and add to going forward.": "此工作階段並未備份您的金鑰,您可還原先前的備份後再繼續新增金鑰到備份內容中。", "Connect this session to key backup before signing out to avoid losing any keys that may only be on this session.": "在登出前,請先將此工作階段連線到金鑰備份以避免遺失任何可能僅存在此工作階段中的金鑰。", @@ -1350,7 +1326,6 @@ "Verifying this device will mark it as trusted, and users who have verified with you will trust this device.": "驗證此裝置將會將其標記為受信任,且已驗證您的使用者將會信任此裝置。", "If you did this accidentally, you can setup Secure Messages on this session which will re-encrypt this session's message history with a new recovery method.": "如果您不小心這樣做了,您可以在此工作階段上設定安全訊息,這將會以新的復原方法重新加密此工作階段的訊息歷史。", "If disabled, messages from encrypted rooms won't appear in search results.": "若停用,從加密聊天室傳來的訊息將不會出現在搜尋結果中。", - "Disable": "停用", "%(brand)s is securely caching encrypted messages locally for them to appear in search results:": "%(brand)s 正在安全地快取本機已加密的訊息以讓它們顯示在搜尋結果中:", "Space used:": "已使用空間:", "Indexed messages:": "已建立索引的訊息:", @@ -1358,7 +1333,6 @@ "How fast should messages be downloaded.": "訊息應多久下載一次。", "You have not verified this user.": "您尚未驗證此使用者。", "Confirm your identity by entering your account password below.": "請在下方輸入您的帳號密碼來確認身份。", - "Copy": "複製", "Create key backup": "建立金鑰備份", "Message downloading sleep time(ms)": "訊息下載休眠時間(毫秒)", "Indexed rooms:": "已建立索引的聊天室:", @@ -2082,10 +2056,8 @@ "Use email to optionally be discoverable by existing contacts.": "設定電子郵件地址後,即可選擇性被已有的聯絡人新增為好友。", "Use email or phone to optionally be discoverable by existing contacts.": "使用電子郵件或電話以選擇性地被既有的聯絡人探索。", "Add an email to be able to reset your password.": "新增電子郵件以重設您的密碼。", - "Forgot password?": "忘記密碼?", "That phone number doesn't look quite right, please check and try again": "電話號碼看起來不太對,請檢查並再試一次", "About homeservers": "關於家伺服器", - "Learn more": "了解更多", "Use your preferred Matrix homeserver if you have one, or host your own.": "如果您有的話,可以使用您偏好的 Matrix 家伺服器,或是自己架一個。", "Other homeserver": "其他家伺服器", "Sign into your homeserver": "登入您的家伺服器", @@ -2381,7 +2353,6 @@ "Collapse reply thread": "收折回覆討論串", "Show preview": "顯示預覽", "View source": "檢視原始碼", - "Forward": "轉寄", "Settings - %(spaceName)s": "設定 - %(spaceName)s", "Report the entire room": "回報整個聊天室", "Spam or propaganda": "垃圾郵件或宣傳", @@ -2509,7 +2480,6 @@ "Visible to space members": "對聊天空間成員顯示為可見", "Public room": "公開聊天室", "Private room (invite only)": "私密聊天室(邀請制)", - "Create a room": "建立聊天室", "Only people invited will be able to find and join this room.": "僅被邀請的夥伴才能找到並加入此聊天室。", "Anyone will be able to find and join this room, not just members of .": "任何人都將可以找到並加入此聊天室,而不只是 的成員。", "You can change this at any time from room settings.": "您隨時都可以從聊天室設定變更此設定。", @@ -2764,7 +2734,6 @@ "Spaces to show": "要顯示的聊天空間", "Sidebar": "側邊欄", "Other rooms": "其他聊天室", - "Copy link": "複製連結", "Mentions only": "僅提及", "Forget": "忘記", "Files": "檔案", @@ -3971,6 +3940,39 @@ "verification_cancelled": "驗證已取消", "video": "影片" }, + "action": { + "continue": "繼續", + "copy": "複製", + "copy_link": "複製連結", + "create": "建立", + "create_a_room": "建立聊天室", + "decline": "拒絕", + "disable": "停用", + "done": "完成", + "edit": "編輯", + "enable": "啟用", + "forgot_password": "忘記密碼?", + "forward": "轉寄", + "invite": "邀請", + "invites_list": "邀請", + "learn_more": "了解更多", + "leave": "離開", + "leave_room": "離開聊天室", + "next": "下一步", + "no": "否", + "ok": "確定", + "quote": "引用", + "react": "反應", + "remove": "移除", + "reply": "回覆", + "report_content": "回報內容", + "retry": "重試", + "save": "儲存", + "start": "開始", + "start_chat": "開始聊天", + "view_source": "檢視原始碼", + "yes": "是" + }, "a11y": { "user_menu": "使用者選單" } diff --git a/src/toasts/AnalyticsToast.tsx b/src/toasts/AnalyticsToast.tsx index 8011594d43..d4fddd948b 100644 --- a/src/toasts/AnalyticsToast.tsx +++ b/src/toasts/AnalyticsToast.tsx @@ -51,7 +51,7 @@ const onLearnMoreNoOptIn = (): void => { // otherwise, the user either clicked "Cancel", or closed the dialog without making a choice, // leave the toast open }, - primaryButton: _t("Enable"), + primaryButton: _t("action|enable"), }); }; @@ -91,7 +91,7 @@ export const showToast = (): void => { ), acceptLabel: _t("That's fine"), onAccept, - rejectLabel: _t("Learn more"), + rejectLabel: _t("action|learn_more"), onReject: onLearnMorePreviouslyOptedIn, }; } else if (legacyAnalyticsOptIn === null || legacyAnalyticsOptIn === undefined) { @@ -108,9 +108,9 @@ export const showToast = (): void => { {}, { LearnMoreLink: learnMoreLink }, ), - acceptLabel: _t("Yes"), + acceptLabel: _t("action|yes"), onAccept, - rejectLabel: _t("No"), + rejectLabel: _t("action|no"), onReject, }; } else { diff --git a/src/toasts/DesktopNotificationsToast.ts b/src/toasts/DesktopNotificationsToast.ts index 73f5ff3c15..91a871d4ec 100644 --- a/src/toasts/DesktopNotificationsToast.ts +++ b/src/toasts/DesktopNotificationsToast.ts @@ -42,7 +42,7 @@ export const showToast = (fromMessageSend: boolean): void => { title: fromMessageSend ? _t("Don't miss a reply") : _t("Notifications"), props: { description: _t("Enable desktop notifications"), - acceptLabel: _t("Enable"), + acceptLabel: _t("action|enable"), onAccept, rejectLabel: _t("Dismiss"), onReject, diff --git a/src/toasts/IncomingLegacyCallToast.tsx b/src/toasts/IncomingLegacyCallToast.tsx index 7464f806f1..20e6f61bef 100644 --- a/src/toasts/IncomingLegacyCallToast.tsx +++ b/src/toasts/IncomingLegacyCallToast.tsx @@ -125,7 +125,7 @@ export default class IncomingLegacyCallToast extends React.Component - {_t("Decline")} + {_t("action|decline")} { const getSetupCaption = (kind: Kind): string => { switch (kind) { case Kind.SET_UP_ENCRYPTION: - return _t("Continue"); + return _t("action|continue"); case Kind.UPGRADE_ENCRYPTION: return _t("Upgrade"); case Kind.VERIFY_THIS_SESSION: diff --git a/src/toasts/UnverifiedSessionToast.tsx b/src/toasts/UnverifiedSessionToast.tsx index f242c25cbf..4139ae0488 100644 --- a/src/toasts/UnverifiedSessionToast.tsx +++ b/src/toasts/UnverifiedSessionToast.tsx @@ -61,7 +61,7 @@ export const showToast = async (deviceId: string): Promise => { detail: , acceptLabel: _t("Yes, it was me"), onAccept, - rejectLabel: _t("No"), + rejectLabel: _t("action|no"), onReject, }, component: GenericToast, diff --git a/src/voice-broadcast/components/molecules/ConfirmListenBroadcastStopCurrent.tsx b/src/voice-broadcast/components/molecules/ConfirmListenBroadcastStopCurrent.tsx index 427c137b93..8a6d8f04fc 100644 --- a/src/voice-broadcast/components/molecules/ConfirmListenBroadcastStopCurrent.tsx +++ b/src/voice-broadcast/components/molecules/ConfirmListenBroadcastStopCurrent.tsx @@ -36,7 +36,7 @@ export const ConfirmListenBroadcastStopCurrentDialog: React.FC = ({ onFin onFinished(true)} primaryButton={_t("Yes, end my recording")} - cancelButton={_t("No")} + cancelButton={_t("action|no")} onCancel={() => onFinished(false)} /> diff --git a/test/components/structures/ViewSource-test.tsx b/test/components/structures/ViewSource-test.tsx index a4bc8b1eca..44c122e901 100644 --- a/test/components/structures/ViewSource-test.tsx +++ b/test/components/structures/ViewSource-test.tsx @@ -19,13 +19,14 @@ import { EventType, MatrixEvent } from "matrix-js-sdk/src/matrix"; import React from "react"; import ViewSource from "../../../src/components/structures/ViewSource"; -import { mkEvent, stubClient } from "../../test-utils/test-utils"; +import { mkEvent, stubClient, mkMessage } from "../../test-utils/test-utils"; +import { MatrixClientPeg } from "../../../src/MatrixClientPeg"; -describe("ThreadView", () => { +describe("ViewSource", () => { const ROOM_ID = "!roomId:example.org"; const SENDER = "@alice:example.org"; - let messageEvent: MatrixEvent; + let redactedMessageEvent: MatrixEvent; const redactionEvent = mkEvent({ user: SENDER, @@ -35,14 +36,14 @@ describe("ThreadView", () => { }); beforeEach(() => { - messageEvent = new MatrixEvent({ + redactedMessageEvent = new MatrixEvent({ type: EventType.RoomMessageEncrypted, room_id: ROOM_ID, sender: SENDER, content: {}, state_key: undefined, }); - messageEvent.makeRedacted(redactionEvent); + redactedMessageEvent.makeRedacted(redactionEvent); }); beforeEach(stubClient); @@ -50,10 +51,21 @@ describe("ThreadView", () => { // See https://github.com/vector-im/element-web/issues/24165 it("doesn't error when viewing redacted encrypted messages", () => { // Sanity checks - expect(messageEvent.isEncrypted()).toBeTruthy(); + expect(redactedMessageEvent.isEncrypted()).toBeTruthy(); // @ts-ignore clearEvent is private, but it's being used directly - expect(messageEvent.clearEvent).toBe(undefined); + expect(redactedMessageEvent.clearEvent).toBe(undefined); - expect(() => render( {}} />)).not.toThrow(); + expect(() => render( {}} />)).not.toThrow(); + }); + + it("should show edit button if we are the sender and can post an edit", () => { + const event = mkMessage({ + msg: "Test", + user: MatrixClientPeg.get()!.getSafeUserId(), + room: ROOM_ID, + event: true, + }); + const { getByRole } = render( {}} />); + expect(getByRole("button", { name: "Edit" })).toBeInTheDocument(); }); });